diff --git a/extensions/mssql/package.json b/extensions/mssql/package.json index ad5e2ee27f..3e3728482c 100644 --- a/extensions/mssql/package.json +++ b/extensions/mssql/package.json @@ -1,5172 +1,5172 @@ -{ - "name": "mssql", - "displayName": "SQL Server (mssql)", - "version": "1.45.0", - "description": "Design and optimize schemas for SQL Server, Azure SQL, and SQL Database in Fabric using a modern, lightweight extension built for developers", - "publisher": "ms-mssql", - "preview": false, - "license": "SEE LICENSE IN LICENSE.txt", - "aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380", - "icon": "images/extensionIcon.png", - "galleryBanner": { - "color": "#2F2F2F", - "theme": "dark" - }, - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/vscode-mssql.git" - }, - "bugs": { - "url": "https://github.com/Microsoft/vscode-mssql/issues" - }, - "homepage": "https://github.com/Microsoft/vscode-mssql/blob/main/mssql/README.md", - "engines": { - "vscode": "^1.105.0" - }, - "categories": [ - "Programming Languages", - "Azure" - ], - "keywords": [ - "SQL", - "MSSQL", - "SQL database in Fabric", - "Azure SQL Database", - "SQL Server", - "multi-root ready" - ], - "activationEvents": [ - "onUri", - "onCommand:mssql.loadCompletionExtension", - "onNotebook:jupyter-notebook" - ], - "main": "./dist/extension", - "l10n": "./l10n", - "extensionDependencies": [ - "vscode.sql" - ], - "extensionPack": [ - "ms-mssql.data-workspace-vscode", - "ms-mssql.sql-database-projects-vscode", - "ms-mssql.sql-bindings-vscode", - "ms-dotnettools.vscode-dotnet-runtime" - ], - "scripts": { - "build:runtime-localization": "node ../../scripts/localization-generate.js vscode-mssql .", - "build:copy-assets": "node scripts/copy-assets.js", - "build:prepare": "npm run build:copy-assets && npm run build:runtime-localization", - "build:extension": "npm run build:extension:typecheck && npm run build:extension:emit", - "build:extension:typecheck": "tsgo -p tsconfig.extension.json --noEmit", - "build:extension:emit": "tsc -p tsconfig.extension.json --noCheck", - "build:extension-bundle": "node scripts/bundle-extension.js", - "build:webviews": "tsgo -p tsconfig.webviews.json", - "build:webviews-bundle": "node scripts/bundle-webviews.js", - "build:notebook-renderer-bundle": "node scripts/bundle-notebook-renderer.js", - "build": "node scripts/build.js", - "watch:extension": "run-p -l watch:extension:typecheck watch:extension:emit", - "watch:extension:typecheck": "tsgo -watch -p tsconfig.extension.json --noEmit --preserveWatchOutput", - "watch:extension:emit": "tsc -watch -p tsconfig.extension.json --noCheck --preserveWatchOutput", - "watch:extension-bundle": "node scripts/bundle-extension.js --watch", - "watch:webviews": "tsgo -watch -p tsconfig.webviews.json --preserveWatchOutput", - "watch:webviews-bundle": "node scripts/bundle-webviews.js --watch", - "watch:notebook-renderer-bundle": "node scripts/bundle-notebook-renderer.js --watch", - "watch": "npm run build:prepare && run-p -l watch:extension watch:extension-bundle watch:webviews watch:webviews-bundle watch:notebook-renderer-bundle", - "lint": "eslint --quiet --cache ./src ./test", - "localization": "node ../../scripts/localization-extract.js mssql", - "localization:generate-pseudoloc": "node scripts/generate-pseudoloc.js", - "smoketest": "npm run instrument && npm run e2eTest", - "test": "vscode-test --coverage", - "package": "node scripts/package-extension.js", - "install:sqltools-mcp": "node scripts/install-sqltools-mcp.js", - "instrument": "nyc instrument ./dist/views ./dist/views --in-place", - "e2eTest": "npx playwright test && npx nyc report --reporter=cobertura --reporter=text-summary --reporter=html --report-dir=\"coverage/coverage-e2e\" --temp-dir=\"coverage/webviews-coverage\" --include=\"src/webviews/pages/**/*.tsx\"" - }, - "devDependencies": { - "@azure/core-paging": "^1.6.2", - "@ctrl/tinycolor": "^4.2.0", - "@dagrejs/dagre": "^1.1.4", - "@fluentui-contrib/react-data-grid-react-window": "^1.2.0", - "@fluentui/react-components": "^9.72.3", - "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@monaco-editor/react": "^4.6.0", - "@playwright/test": "1.58.2", - "@tanstack/react-virtual": "^3.13.12", - "@types/azdata": "^1.46.6", - "@types/chai": "^5.2.2", - "@types/dockerode": "^3.3.44", - "@types/jquery": "^3.3.31", - "@types/lockfile": "^1.0.2", - "@types/lodash": "^4.17.21", - "@types/mocha": "^5.2.7", - "@types/node": "^22.13.14", - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", - "@types/react-resizable": "^3.0.8", - "@types/sinon": "^10.0.12", - "@types/sinon-chai": "^4.0.0", - "@types/tmp": "0.0.28", - "@types/tunnel": "0.0.1", - "@types/vscode": "1.101.0", - "@types/vscode-webview": "^1.57.5", - "@types/xmldom": "^0.1.34", - "@typescript/native-preview": "^7.0.0-dev.20260507.1", - "@vscode/l10n": "^0.0.18", - "@vscode/l10n-dev": "^0.0.35", - "@vscode/test-cli": "^0.0.15", - "@vscode/test-electron": "^3.0.0", - "@vscode/vsce": "^3.9.1", - "@xyflow/react": "^12.4.4", - "assert": "^1.4.1", - "azdataGraph": "github:Microsoft/azdataGraph#0.0.139", - "chai": "^5.3.3", - "cli-color": "^2.0.4", - "esbuild": "^0.28.1", - "html-to-image": "1.11.11", - "mocha-junit-reporter": "^2.2.1", - "mocha-multi-reporters": "^1.5.1", - "monaco-editor": "0.53.0", - "npm-run-all": "^4.1.5", - "nyc": "^18.0.0", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "react-markdown": "^9.0.1", - "react-resizable": "^3.0.5", - "react-resizable-panels": "^3.0.2", - "sinon": "^21.0.3", - "sinon-chai": "^4.0.1", - "slickgrid": "github:Microsoft/SlickGrid.ADS#v2.3.51", - "slickgrid-react": "10.8.2", - "source-map-support": "^0.5.21", - "ts-node": "^10.9.2", - "typescript": "^5.8.3", - "vscode-oniguruma": "^2.0.1", - "vscode-textmate": "^9.3.2", - "xliff": "^6.2.1", - "yargs": "^17.7.2" - }, - "dependencies": { - "@azure/arm-maintenance": "^1.0.0-beta.2", - "@azure/arm-resources": "^5.0.0", - "@azure/arm-sql": "^11.0.0-beta.4", - "@azure/arm-storage": "^19.0.0", - "@azure/arm-subscriptions": "^5.0.0", - "@azure/ms-rest-azure-env": "^2.0.0", - "@azure/msal-common": "^16.9.0", - "@azure/msal-node": "^5.2.5", - "@azure/storage-blob": "^12.31.0", - "@microsoft/ads-extension-telemetry": "^3.0.2", - "@microsoft/vscode-azext-azureauth": "^5.1.1", - "@microsoft/vscode-azureresources-api": "^3.1.1", - "@xmldom/xmldom": "^0.9.10", - "axios": "^1.18.0", - "dockerode": "^4.0.9", - "dotenv": "^16.4.5", - "error-ex": "^1.3.0", - "extension-toolkit": "file:../../packages/extension-toolkit", - "figures": "^1.4.0", - "find-remove": "5.1.1", - "fix-path": "^5.0.0", - "has-proto": "^1.2.0", - "jquery": "^3.4.1", - "lockfile": "1.0.4", - "lodash": "^4.18.1", - "opener": "1.5.2", - "plist": "^3.0.6", - "pretty-data": "^0.40.0", - "semver": "^7.7.4", - "shallow-equal": "^3.1.0", - "strip-json-comments": "^5.0.1", - "tar": "^7.5.21", - "tmp": "^0.2.7", - "tunnel": "0.0.6", - "vscode-jsonrpc": "^9.0.0", - "vscode-languageclient": "10.0.0", - "xml-formatter": "^3.6.7", - "yallist": "^5.0.0", - "yauzl": "^3.3.1" - }, - "capabilities": { - "untrustedWorkspaces": { - "supported": true - }, - "virtualWorkspaces": { - "supported": true - } - }, - "contributes": { - "vscode-sql-common-features": { - "uriOwnershipApi": true - }, - "mcpServerDefinitionProviders": [ - { - "id": "mssql-sqltools-mcp", - "when": "config.mssql.copilot.enableSqlToolsMcp", - "label": "%mssql.sqlToolsMcp.serverLabel%" - } - ], - "viewsContainers": { - "activitybar": [ - { - "id": "objectExplorer", - "title": "SQL Server", - "icon": "media/server_page_dark.svg" - } - ], - "panel": [ - { - "id": "queryResult", - "title": "%extension.queryResult%", - "icon": "media/SignIn.svg" - } - ] - }, - "views": { - "queryResult": [ - { - "type": "webview", - "id": "queryResult", - "name": "%extension.queryResult%", - "when": "!config.mssql.openQueryResultsInTabByDefault" - } - ], - "objectExplorer": [ - { - "id": "objectExplorer", - "name": "%extension.connections%", - "icon": "media/objectTypes/Database.svg" - }, - { - "id": "queryHistory", - "name": "%extension.queryHistory%", - "when": "config.mssql.enableQueryHistoryFeature", - "icon": "media/objectTypes/StoredProcedure.svg" - }, - { - "id": "backgroundTasks", - "name": "%extension.backgroundTasks%", - "icon": "media/objectTypes/Queue.svg" - } - ] - }, - "chatParticipants": [ - { - "id": "mssql.agent", - "name": "mssql", - "description": "MSSQL extension GitHub Copilot agent", - "isSticky": true, - "commands": [ - { - "name": "help", - "description": "Provide a list of available commands and their descriptions." - }, - { - "name": "runQuery", - "description": "Execute a SQL query in the currently connected database and return results." - }, - { - "name": "explain", - "description": "Provide natural language explanations for SQL/ORM code, queries, functions, or stored procedures." - }, - { - "name": "fix", - "description": "Detect and correct syntax issues or missing constraints in SQL/ORM code.." - }, - { - "name": "optimize", - "description": "Analyze query performance and suggest improvements (e.g., indexing, restructuring)." - }, - { - "name": "getConnectionDetails", - "description": "Show a complete breakdown of the active connection: server name, database, version, authentication type." - }, - { - "name": "changeDatabase", - "description": "Switch to a different database within the current server." - }, - { - "name": "disconnect", - "description": "Disconnect from the currently connected database." - }, - { - "name": "connect", - "description": "Connect to a database." - }, - { - "name": "showSchema", - "description": "Visualize the structure of the current database schema, including tables, relationships, and keys." - }, - { - "name": "showDefinition", - "description": "Display structure of a specific table, view, function, or stored procedure." - }, - { - "name": "listServers", - "description": "List all available database servers in OE." - }, - { - "name": "listDatabases", - "description": "List all databases on the current server." - }, - { - "name": "listSchemas", - "description": "List all schemas in the current database." - }, - { - "name": "listTables", - "description": "List all tables in the current database." - }, - { - "name": "listViews", - "description": "List all views in the current database." - }, - { - "name": "listFunctions", - "description": "List all functions in the current database." - }, - { - "name": "listProcedures", - "description": "List all procedures in the current database." - } - ] - } - ], - "customEditors": [ - { - "viewType": "mssql.executionPlanView", - "displayName": "SQL Server Execution Plan", - "selector": [ - { - "filenamePattern": "*.sqlplan", - "language": "sqlplan" - } - ], - "priority": "default" - } - ], - "notebookRenderer": [ - { - "id": "ms-mssql.sql-result-renderer", - "displayName": "SQL Query Results", - "entrypoint": "./dist/notebookRenderer.js", - "mimeTypes": [ - "application/vnd.mssql.query-result" - ], - "requiresMessaging": "optional" - } - ], - "languages": [ - { - "id": "sql", - "extensions": [ - ".sql" - ], - "aliases": [ - "SQL" - ], - "configuration": "./syntaxes/sql.configuration.json" - }, - { - "id": "sqlplan", - "extensions": [ - ".sqlplan" - ], - "aliases": [ - "SQL Server Execution Plan" - ] - } - ], - "grammars": [ - { - "language": "sql", - "scopeName": "source.sql", - "path": "./syntaxes/SQL.plist", - "unbalancedBracketScopes": [ - "constant.character.bracket.sql" - ] - } - ], - "snippets": [ - { - "language": "sql", - "path": "./snippets/mssql.json" - } - ], - "configurationDefaults": { - "[sql]": { - "editor.wordSeparators": "`~!$%^&*()-=+[{]}\\|;:'\",.<>/?" - } - }, - "submenus": [ - { - "id": "mssql.copilot.editorSubmenu", - "title": "%mssql.copilot.editorSubmenu%", - "label": "%mssql.copilot.editorSubmenu%" - }, - { - "id": "mssql.sqlScriptsSubmenu", - "title": "%mssql.sqlScriptsSubmenu%", - "label": "%mssql.sqlScriptsSubmenu%" - } - ], - "menus": { - "editor/title": [ - { - "command": "mssql.runQueryWithUriOwnership", - "when": "editorLangId == sql && !isInDiffEditor && resourcePath not in mssql.runningQueries && !mssql.hideUIElements && mssql.hasCoordinatingExtensionsWithUriOwnership && resource not in mssql.connections && resource not in mssql.connecting", - "group": "navigation@1" - }, - { - "command": "mssql.runQuery", - "when": "editorLangId == sql && !isInDiffEditor && resourcePath not in mssql.runningQueries && !mssql.hideUIElements && resource not in mssql.connecting && (resource in mssql.connections || !mssql.hasCoordinatingExtensionsWithUriOwnership)", - "group": "navigation@1" - }, - { - "command": "mssql.cancelQuery", - "when": "editorLangId == sql && !isInDiffEditor && resourcePath in mssql.runningQueries", - "group": "navigation@2" - }, - { - "command": "mssql.revealQueryResult", - "when": "editorLangId == sql && resource in mssql.connections && !isInDiffEditor", - "group": "navigation@2" - }, - { - "command": "mssql.connectWithUriOwnership", - "when": "editorLangId == sql && !isInDiffEditor && resource not in mssql.connections && !mssql.hideUIElements && mssql.hasCoordinatingExtensionsWithUriOwnership && resource not in mssql.connecting", - "group": "navigation@3" - }, - { - "command": "mssql.connect", - "when": "editorLangId == sql && !isInDiffEditor && resource not in mssql.connections && !mssql.hideUIElements && !mssql.hasCoordinatingExtensionsWithUriOwnership && resource not in mssql.connecting", - "group": "navigation@3" - }, - { - "command": "mssql.cancelConnect", - "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connecting && resourcePath not in mssql.runningQueries", - "group": "navigation@3" - }, - { - "command": "mssql.disconnect", - "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries", - "group": "navigation@3" - }, - { - "command": "mssql.changeConnection", - "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries", - "group": "navigation@4" - }, - { - "command": "mssql.changeDatabase", - "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries", - "group": "navigation@5" - }, - { - "command": "mssql.showEstimatedPlan", - "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries", - "group": "navigation@10" - }, - { - "command": "mssql.enableActualPlan", - "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && (resource not in mssql.executionPlan.urisWithActualPlanEnabled) && (resourcePath not in mssql.runningQueries)", - "group": "navigation@11" - }, - { - "command": "mssql.disableActualPlan", - "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && (resource in mssql.executionPlan.urisWithActualPlanEnabled) && (resourcePath not in mssql.runningQueries)", - "group": "navigation@12" - } - ], - "editor/context": [ - { - "command": "mssql.runQuery", - "when": "editorLangId == sql && !mssql.hideUIElements", - "group": "0_mssql" - }, - { - "command": "mssql.changeConnection", - "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries && !mssql.hideUIElements", - "group": "0_mssql" - }, - { - "submenu": "mssql.copilot.editorSubmenu", - "when": "editorLangId == sql && mssql.copilot.isGHCInstalled && !mssql.hideUIElements", - "group": "0_mssql" - } - ], - "mssql.copilot.editorSubmenu": [ - { - "command": "mssql.copilot.explainQuery", - "when": "editorLangId == sql && mssql.copilot.isGHCInstalled", - "title": "%mssql.copilot.explainQuery%", - "group": "navigation@1" - }, - { - "command": "mssql.copilot.rewriteQuery", - "when": "editorLangId == sql && mssql.copilot.isGHCInstalled", - "title": "%mssql.copilot.rewriteQuery%", - "group": "navigation@2" - }, - { - "command": "mssql.copilot.analyzeQueryPerformance", - "when": "editorLangId == sql && mssql.copilot.isGHCInstalled", - "title": "%mssql.copilot.analyzeQueryPerformance%", - "group": "navigation@3" - } - ], - "mssql.sqlScriptsSubmenu": [ - { - "command": "mssql.scriptCreate", - "group": "1_scripts@1" - }, - { - "command": "mssql.scriptDelete", - "group": "1_scripts@2" - } - ], - "view/title": [ - { - "command": "mssql.addObjectExplorer", - "when": "view == objectExplorer", - "title": "%mssql.addObjectExplorer%", - "group": "navigation" - }, - { - "command": "mssql.connectionGroups.create", - "when": "view == objectExplorer", - "title": "%mssql.connectionGroups.create%", - "group": "navigation" - }, - { - "command": "mssql.startQueryHistoryCapture", - "when": "view == queryHistory && config.mssql.enableQueryHistoryFeature && !config.mssql.enableQueryHistoryCapture", - "title": "%mssql.startQueryHistoryCapture%", - "group": "navigation" - }, - { - "command": "mssql.pauseQueryHistoryCapture", - "when": "view == queryHistory && config.mssql.enableQueryHistoryFeature && config.mssql.enableQueryHistoryCapture", - "title": "%mssql.pauseQueryHistoryCapture%", - "group": "navigation" - }, - { - "command": "mssql.clearAllQueryHistory", - "when": "view == queryHistory", - "title": "%mssql.clearAllQueryHistory%", - "group": "secondary" - }, - { - "command": "mssql.clearFinishedBackgroundTasks", - "when": "view == backgroundTasks", - "title": "%mssql.clearFinishedBackgroundTasks%", - "group": "navigation" - }, - { - "command": "mssql.objectExplorer.enableGroupBySchema", - "when": "view == objectExplorer && !config.mssql.objectExplorer.groupBySchema", - "title": "%mssql.objectExplorer.enableGroupBySchema%", - "group": "navigation" - }, - { - "command": "mssql.objectExplorer.disableGroupBySchema", - "when": "view == objectExplorer && config.mssql.objectExplorer.groupBySchema", - "title": "%mssql.objectExplorer.disableGroupBySchema%", - "group": "navigation" - }, - { - "command": "mssql.deployNewDatabase", - "when": "view == objectExplorer", - "title": "%mssql.newDeployment%", - "group": "navigation" - }, - { - "command": "mssql.shortcutsConfiguration.open", - "when": "view == objectExplorer", - "title": "%mssql.shortcutsConfiguration.open%", - "group": "navigation" - } - ], - "view/item/context": [ - { - "command": "mssql.openInMssqlExtensionFromAzureResources", - "when": "view == azureResourceGroups && viewItem =~ /\\b(SqlServers|SqlDatabases)\\b/", - "group": "1_MSSQL_primary@0" - }, - { - "command": "mssql.addObjectExplorer", - "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", - "title": "%mssql.addObjectExplorer%", - "group": "0_MSSQL_connectionGroups@0" - }, - { - "command": "mssql.connectionGroups.edit", - "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", - "group": "0_MSSQL_connectionGroups@1" - }, - { - "command": "mssql.connectionGroups.delete", - "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", - "group": "0_MSSQL_connectionGroups@9" - }, - { - "command": "mssql.objectExplorerNewQuery", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/", - "group": "1_MSSQL_primary@1" - }, - { - "command": "mssql.createDatabase", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Folder)\\b.*\\bsubType=(Databases)\\b/", - "group": "3_MSSQL_instanceDatabaseActions@1" - }, - { - "command": "mssql.editConnection", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/", - "group": "2_MSSQL_connection@1" - }, - { - "command": "mssql.disconnectObjectExplorerNode", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/", - "group": "2_MSSQL_connection@2" - }, - { - "command": "mssql.removeObjectExplorerNode", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/", - "group": "2_MSSQL_connection@3" - }, - { - "command": "mssql.profiler.launchFromObjectExplorer", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/ && !(viewItem =~ /\\btype=Database\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "4_MSSQL_discoverAndProfile@2" - }, - { - "command": "mssql.profiler.launchFromDatabase", - "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "3_MSSQL_databaseDiscover@2" - }, - { - "command": "mssql.schemaDesigner", - "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "2a_MSSQL_databaseDesign@1" - }, - { - "command": "mssql.buildDataApi", - "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "2a_MSSQL_databaseDesign@2" - }, - { - "command": "mssql.schemaCompare", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/", - "group": "7_MSSQL_compareAndDacpac@1" - }, - { - "command": "mssql.searchDatabase", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/ && !(viewItem =~ /\\btype=Database\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "4_MSSQL_discoverAndProfile@1" - }, - { - "command": "mssql.searchDatabase", - "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "3_MSSQL_databaseDiscover@1" - }, - { - "command": "mssql.dacpacDialog.launch", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/", - "group": "7_MSSQL_compareAndDacpac@2" - }, - { - "command": "mssql.renameDatabase", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Database)\\b/", - "group": "4_MSSQL_databaseMaintenance@1" - }, - { - "command": "mssql.dropDatabase", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Database)\\b/", - "group": "4_MSSQL_databaseMaintenance@5" - }, - { - "command": "mssql.backupDatabase", - "when": "view == objectExplorer && viewItem =~ /\\b(type|subType)=(Database|DockerContainerDatabase)\\b/", - "group": "4_MSSQL_databaseMaintenance@2" - }, - { - "command": "mssql.createDatabase", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b(?!.*\\bsubType=(Database|DockerContainerDatabase)\\b)/", - "group": "3_MSSQL_instanceDatabaseActions@1" - }, - { - "command": "mssql.restoreDatabase", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/ && !(viewItem =~ /\\btype=Database\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "3_MSSQL_instanceDatabaseActions@3" - }, - { - "command": "mssql.restoreDatabase", - "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "4_MSSQL_databaseMaintenance@3" - }, - { - "command": "mssql.flatFileImport", - "when": "view == objectExplorer && viewItem =~ /\\btype=Server\\b/ && !(viewItem =~ /\\btype=Database\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "3_MSSQL_instanceDatabaseActions@4" - }, - { - "command": "mssql.flatFileImport", - "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", - "group": "4_MSSQL_databaseMaintenance@4" - }, - { - "command": "mssql.notebooks.createNotebook", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/", - "group": "8_MSSQL_sqlProjectsAndNotebooks@2" - }, - { - "command": "mssql.objectExplorerNewQuery", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable)\\b/", - "group": "1_MSSQL_primary@1" - }, - { - "command": "mssql.scriptSelect", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable)\\b/", - "group": "1_MSSQL_primary@2" - }, - { - "command": "mssql.tableExplorer", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/", - "group": "2b_MSSQL_tableActions@1" - }, - { - "command": "mssql.editTable", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/", - "group": "2b_MSSQL_tableActions@2" - }, - { - "submenu": "mssql.sqlScriptsSubmenu", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable)\\b/", - "group": "3a_MSSQL_tableScripts@1" - }, - { - "command": "mssql.scriptSelect", - "when": "view == objectExplorer && viewItem =~ /\\btype=(View)\\b/", - "group": "3_MSSQL_script@1" - }, - { - "command": "mssql.scriptCreate", - "when": "view == objectExplorer && viewItem =~ /\\btype=(View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)\\b/", - "group": "3_MSSQL_script@2" - }, - { - "command": "mssql.scriptDelete", - "when": "view == objectExplorer && viewItem =~ /\\btype=(View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)\\b/", - "group": "3_MSSQL_script@3" - }, - { - "command": "mssql.scriptAlter", - "when": "view == objectExplorer && viewItem =~ /\\btype=(AggregateFunction|PartitionFunction|ScalarValuedFunction|StoredProcedure|TableValuedFunction|View)\\b/", - "group": "3_MSSQL_script@4" - }, - { - "command": "mssql.scriptExecute", - "when": "view == objectExplorer && viewItem =~ /\\btype=(StoredProcedure)\\b/", - "group": "3_MSSQL_script@5" - }, - { - "command": "mssql.newTable", - "when": "view == objectExplorer && viewItem =~ /\\bsubType=(Tables)\\b/", - "group": "4_MSSQL_object@1" - }, - { - "command": "mssql.filterNode", - "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=false\\b/", - "group": "5_MSSQL_tree@1" - }, - { - "command": "mssql.filterNodeWithExistingFilters", - "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=true\\b/", - "group": "5_MSSQL_tree@2" - }, - { - "command": "mssql.clearFilters", - "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=true\\b/", - "group": "5_MSSQL_tree@3" - }, - { - "command": "mssql.copyObjectName", - "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(Folder|Server|disconnectedServer)\\b)[^,]+/", - "group": "1_MSSQL_primary@95" - }, - { - "command": "mssql.copyConnectionString", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Server|disconnectedServer)\\b/", - "group": "2_MSSQL_connection@4" - }, - { - "command": "mssql.refreshObjectExplorerNode", - "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(disconnectedServer|ConnectionGroup)\\b)[^,]+/ ", - "group": "1_MSSQL_primary@90" - }, - { - "command": "mssql.objectExplorerChatWithDatabase", - "when": "view == objectExplorer && mssql.copilot.isGHCInstalled && viewItem =~ /\\btype=(disconnectedServer|Server|Database|Table|HistoryTable)\\b/", - "group": "6_MSSQL_copilot@1" - }, - { - "command": "mssql.objectExplorerChatWithDatabaseInAgentMode", - "when": "view == objectExplorer && mssql.copilot.isGHCInstalled && viewItem =~ /\\btype=(disconnectedServer|Server|Database|Table|HistoryTable)\\b/", - "group": "6_MSSQL_copilot@2" - }, - { - "command": "mssql.addObjectExplorer", - "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", - "title": "%mssql.addObjectExplorer%", - "group": "inline@1" - }, - { - "command": "mssql.connectionGroups.edit", - "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", - "group": "inline@1" - }, - { - "command": "mssql.connectionGroups.delete", - "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", - "group": "inline@2" - }, - { - "command": "mssql.filterNode", - "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=false\\b/", - "group": "inline@1" - }, - { - "command": "mssql.filterNodeWithExistingFilters", - "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=true\\b/", - "group": "inline@1" - }, - { - "command": "mssql.newTable", - "when": "view == objectExplorer && viewItem =~ /\\bsubType=(Tables)\\b/", - "group": "inline@1" - }, - { - "command": "mssql.createDatabase", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Folder)\\b.*\\bsubType=(Databases)\\b/", - "group": "inline@1" - }, - { - "command": "mssql.editTable", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/", - "group": "inline@1" - }, - { - "command": "mssql.editConnection", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/", - "group": "inline@1" - }, - { - "command": "mssql.disconnectObjectExplorerNode", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/", - "group": "inline@2" - }, - { - "command": "mssql.clearFilters", - "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=true\\b/", - "group": "inline@3" - }, - { - "command": "mssql.refreshObjectExplorerNode", - "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(disconnectedServer|ConnectionGroup)\\b)[^,]+/ ", - "group": "inline@9999" - }, - { - "command": "mssql.openQueryHistory", - "when": "view == queryHistory && viewItem == queryHistoryNode", - "group": "MS_SQL@1" - }, - { - "command": "mssql.runQueryHistory", - "when": "view == queryHistory && viewItem == queryHistoryNode", - "group": "MS_SQL@2" - }, - { - "command": "mssql.deleteQueryHistory", - "when": "view == queryHistory && viewItem == queryHistoryNode", - "group": "MS_SQL@3" - }, - { - "command": "mssql.stopContainer", - "when": "view == objectExplorer && viewItem =~ /\\bsubType=(DockerContainer|DockerContainerDatabase)\\b/", - "group": "9_MSSQL_container@1" - }, - { - "command": "mssql.deleteContainer", - "when": "view == objectExplorer && viewItem =~ /\\bsubType=(DockerContainer|disconnectedDockerContainer|DockerContainerDatabase)\\b/", - "group": "9_MSSQL_container@2" - }, - { - "command": "mssql.startContainer", - "when": "view == objectExplorer && viewItem =~ /\\bsubType=(disconnectedDockerContainer|DockerContainerDatabase)\\b/", - "group": "9_MSSQL_container@3" - }, - { - "command": "mssql.openBackgroundTask", - "when": "view == backgroundTasks && viewItem =~ /\\bactionable=true\\b/", - "group": "MS_SQL@1" - }, - { - "command": "mssql.viewBackgroundTaskLogs", - "when": "view == backgroundTasks && viewItem =~ /\\bbackgroundTaskNode\\b/", - "group": "MS_SQL@2" - }, - { - "command": "mssql.cancelBackgroundTask", - "when": "view == backgroundTasks && viewItem =~ /\\bcancelable=true\\b/", - "group": "MS_SQL@3" - }, - { - "command": "mssql.openBackgroundTask", - "when": "view == backgroundTasks && viewItem =~ /\\bactionable=true\\b/", - "group": "inline@1" - }, - { - "command": "mssql.viewBackgroundTaskLogs", - "when": "view == backgroundTasks && viewItem =~ /\\bbackgroundTaskNode\\b/", - "group": "inline@2" - }, - { - "command": "mssql.cancelBackgroundTask", - "when": "view == backgroundTasks && viewItem =~ /\\bcancelable=true\\b/", - "group": "inline@3" - } - ], - "commandPalette": [ - { - "command": "mssql.openInMssqlExtensionFromAzureResources", - "when": "false" - }, - { - "command": "mssql.viewBackgroundTaskLogs", - "when": "false" - }, - { - "command": "mssql.shortcutsConfiguration.open" - }, - { - "command": "mssql.quickQueries.run1" - }, - { - "command": "mssql.quickQueries.run2" - }, - { - "command": "mssql.quickQueries.run3" - }, - { - "command": "mssql.quickQueries.run4" - }, - { - "command": "mssql.quickQueries.run5" - }, - { - "command": "mssql.quickQueries.run6" - }, - { - "command": "mssql.quickQueries.run7" - }, - { - "command": "mssql.quickQueries.run8" - }, - { - "command": "mssql.quickQueries.run9" - }, - { - "command": "mssql.quickQueries.run10" - }, - { - "command": "mssql.notebooks.copyCellMessages", - "when": "false" - }, - { - "command": "mssql.runQueryWithUriOwnership", - "when": "false" - }, - { - "command": "mssql.connectWithUriOwnership", - "when": "false" - }, - { - "command": "mssql.addAadAccount", - "when": "!config.mssql.preview.useVscodeAccountsForEntraMFA" - }, - { - "command": "mssql.removeAadAccount", - "when": "!config.mssql.preview.useVscodeAccountsForEntraMFA" - }, - { - "command": "mssql.objectExplorerNewQuery", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/" - }, - { - "command": "mssql.schemaCompare", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/" - }, - { - "command": "mssql.removeObjectExplorerNode", - "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/" - }, - { - "command": "mssql.refreshObjectExplorerNode", - "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(disconnectedServer|ConnectionGroup)\\b)[^,]+/" - }, - { - "command": "mssql.scriptSelect", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable|View)\\b/" - }, - { - "command": "mssql.scriptCreate", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable|View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)\\b/" - }, - { - "command": "mssql.scriptDelete", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable|View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)\\b/" - }, - { - "command": "mssql.scriptExecute", - "when": "view == objectExplorer && viewItem =~ /\\btype=(StoredProcedure)\\b/" - }, - { - "command": "mssql.scriptAlter", - "when": "view == objectExplorer && viewItem =~ /\\btype=(AggregateFunction|PartitionFunction|ScalarValuedFunction|StoredProcedure|TableValuedFunction|View)\\b/" - }, - { - "command": "mssql.disconnectObjectExplorerNode", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/" - }, - { - "command": "mssql.startQueryHistoryCapture", - "when": "config.mssql.enableQueryHistoryFeature && !config.mssql.enableQueryHistoryCapture" - }, - { - "command": "mssql.pauseQueryHistoryCapture", - "when": "config.mssql.enableQueryHistoryFeature && config.mssql.enableQueryHistoryCapture" - }, - { - "command": "mssql.copyObjectName", - "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(Folder|Server|disconnectedServer)\\b)[^,]+/" - }, - { - "command": "mssql.copyConnectionString", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Server|disconnectedServer)\\b/" - }, - { - "command": "mssql.runQueryHistory", - "when": "view == queryHistory && viewItem == queryHistoryNode" - }, - { - "command": "mssql.newTable", - "when": "view == objectExplorer && viewItem =~ /\\bsubType=(Tables)\\b/" - }, - { - "command": "mssql.editTable", - "when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/" - }, - { - "command": "mssql.schemaDesigner", - "when": "false" - }, - { - "command": "mssql.buildDataApi", - "when": "false" - }, - { - "command": "mssql.searchDatabase", - "when": "false" - }, - { - "command": "mssql.editConnection", - "when": "false" - }, - { - "command": "mssql.dacpacDialog.launch" - }, - { - "command": "mssql.dacpacDialog.deploy" - }, - { - "command": "mssql.dacpacDialog.extract" - }, - { - "command": "mssql.dacpacDialog.import" - }, - { - "command": "mssql.dacpacDialog.export" - }, - { - "command": "mssql.connectionGroups.edit", - "when": "false" - }, - { - "command": "mssql.connectionGroups.delete", - "when": "false" - }, - { - "command": "mssql.editConnection", - "when": "false" - }, - { - "command": "mssql.toggleActualPlan", - "when": "false" - }, - { - "command": "mssql.openInMssqlExtensionFromAzureResources", - "when": "false" - } - ], - "webview/context": [ - { - "command": "mssql.copyAll", - "when": "webviewSection == 'queryResultMessagesPane'" - } - ] - }, - "commands": [ - { - "command": "mssql.runQuery", - "title": "%mssql.runQuery%", - "category": "MS SQL", - "icon": "$(debug-start)" - }, - { - "command": "mssql.runQueryWithUriOwnership", - "title": "%mssql.runQuery%", - "category": "MS SQL", - "icon": { - "dark": "media/runQueryUriOwnership_dark.svg", - "light": "media/runQueryUriOwnership_light.svg" - } - }, - { - "command": "mssql.runCurrentStatement", - "title": "%mssql.runCurrentStatement%", - "category": "MS SQL" - }, - { - "command": "mssql.shortcutsConfiguration.open", - "title": "%mssql.shortcutsConfiguration.open%", - "category": "MS SQL", - "icon": "$(keyboard)" - }, - { - "command": "mssql.quickQueries.run1", - "title": "%mssql.quickQueries.run1%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run2", - "title": "%mssql.quickQueries.run2%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run3", - "title": "%mssql.quickQueries.run3%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run4", - "title": "%mssql.quickQueries.run4%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run5", - "title": "%mssql.quickQueries.run5%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run6", - "title": "%mssql.quickQueries.run6%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run7", - "title": "%mssql.quickQueries.run7%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run8", - "title": "%mssql.quickQueries.run8%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run9", - "title": "%mssql.quickQueries.run9%", - "category": "MS SQL" - }, - { - "command": "mssql.quickQueries.run10", - "title": "%mssql.quickQueries.run10%", - "category": "MS SQL" - }, - { - "command": "mssql.cancelQuery", - "title": "%mssql.cancelQuery%", - "category": "MS SQL", - "icon": "$(debug-stop)" - }, - { - "command": "mssql.copyAll", - "title": "%mssql.copyAll%", - "category": "MS SQL" - }, - { - "command": "mssql.revealQueryResult", - "title": "%mssql.revealQueryResult%", - "category": "MS SQL", - "icon": "$(table)" - }, - { - "command": "mssql.toggleQueryResultPanel", - "title": "%mssql.toggleQueryResultPanel%", - "category": "MS SQL" - }, - { - "command": "mssql.connect", - "title": "%mssql.connect%", - "category": "MS SQL", - "icon": "$(plug)" - }, - { - "command": "mssql.connectWithUriOwnership", - "title": "%mssql.connect%", - "category": "MS SQL", - "icon": { - "dark": "media/connectUriOwnership_dark.svg", - "light": "media/connectUriOwnership_light.svg" - } - }, - { - "command": "mssql.disconnect", - "title": "%mssql.disconnect%", - "category": "MS SQL", - "icon": "$(debug-disconnect)" - }, - { - "command": "mssql.cancelConnect", - "title": "%mssql.cancelConnect%", - "category": "MS SQL", - "icon": "$(stop-circle)" - }, - { - "command": "mssql.filterNode", - "title": "%mssql.filterNode%", - "icon": "$(filter)" - }, - { - "command": "mssql.clearFilters", - "title": "%mssql.clearFilters%", - "icon": { - "dark": "media/removeFilter_dark.svg", - "light": "media/removeFilter_light.svg" - } - }, - { - "command": "mssql.filterNodeWithExistingFilters", - "title": "%mssql.filterNode%", - "icon": "$(filter-filled)" - }, - { - "command": "mssql.changeConnection", - "title": "%mssql.changeConnection%", - "category": "MS SQL", - "icon": { - "dark": "media/changeConnection_dark.svg", - "light": "media/changeConnection_light.svg" - } - }, - { - "command": "mssql.changeDatabase", - "title": "%mssql.changeDatabase%", - "category": "MS SQL", - "icon": "$(database)" - }, - { - "command": "mssql.manageProfiles", - "title": "%mssql.manageProfiles%", - "category": "MS SQL" - }, - { - "command": "mssql.clearPooledConnections", - "title": "%mssql.clearPooledConnections%", - "category": "MS SQL" - }, - { - "command": "mssql.chooseDatabase", - "title": "%mssql.chooseDatabase%", - "category": "MS SQL" - }, - { - "command": "mssql.chooseLanguageFlavor", - "title": "%mssql.chooseLanguageFlavor%", - "category": "MS SQL" - }, - { - "command": "mssql.showGettingStarted", - "title": "%mssql.showGettingStarted%", - "category": "MS SQL" - }, - { - "command": "mssql.newQuery", - "title": "%mssql.newQuery%", - "category": "MS SQL" - }, - { - "command": "mssql.schemaCompare", - "title": "%mssql.schemaCompare%", - "category": "MS SQL" - }, - { - "command": "mssql.schemaCompareOpenFromCommandPalette", - "title": "%mssql.schemaCompare%", - "category": "MS SQL" - }, - { - "command": "mssql.tableExplorer", - "title": "%mssql.tableExplorer%", - "category": "MS SQL" - }, - { - "command": "mssql.searchDatabase", - "title": "%mssql.searchDatabase%", - "category": "MS SQL" - }, - { - "command": "mssql.rebuildIntelliSenseCache", - "title": "%mssql.rebuildIntelliSenseCache%", - "category": "MS SQL" - }, - { - "command": "mssql.toggleSqlCmd", - "title": "%mssql.toggleSqlCmd%", - "category": "MS SQL" - }, - { - "command": "mssql.addObjectExplorer", - "title": "%mssql.addObjectExplorer%", - "category": "MS SQL", - "icon": { - "light": "media/addNewConnection_light.svg", - "dark": "media/addNewConnection_dark.svg" - } - }, - { - "command": "mssql.objectExplorer.enableGroupBySchema", - "title": "%mssql.objectExplorer.enableGroupBySchema%", - "category": "MS SQL", - "icon": { - "dark": "media/groupBySchemaEnabled_dark.svg", - "light": "media/groupBySchemaEnabled_light.svg" - } - }, - { - "command": "mssql.objectExplorer.disableGroupBySchema", - "title": "%mssql.objectExplorer.disableGroupBySchema%", - "category": "MS SQL", - "icon": { - "dark": "media/groupBySchemaDisabled_dark.svg", - "light": "media/groupBySchemaDisabled_light.svg" - } - }, - { - "command": "mssql.objectExplorerNewQuery", - "title": "%mssql.objectExplorerNewQuery%", - "category": "MS SQL" - }, - { - "command": "mssql.createDatabase", - "title": "%mssql.createDatabase%", - "category": "MS SQL", - "icon": "$(add)" - }, - { - "command": "mssql.dropDatabase", - "title": "%mssql.dropDatabase%", - "category": "MS SQL" - }, - { - "command": "mssql.renameDatabase", - "title": "%mssql.renameDatabase%", - "category": "MS SQL" - }, - { - "command": "mssql.objectExplorerChatWithDatabase", - "title": "%mssql.objectExplorerChatWithDatabase%", - "category": "MS SQL" - }, - { - "command": "mssql.objectExplorerChatWithDatabaseInAgentMode", - "title": "%mssql.objectExplorerChatWithDatabaseInAgentMode%", - "category": "MS SQL" - }, - { - "command": "mssql.removeObjectExplorerNode", - "title": "%mssql.removeObjectExplorerNode%", - "category": "MS SQL" - }, - { - "command": "mssql.editConnection", - "title": "%mssql.editConnection%", - "category": "MS SQL", - "icon": "$(edit)" - }, - { - "command": "mssql.refreshObjectExplorerNode", - "title": "%mssql.refreshObjectExplorerNode%", - "category": "MS SQL", - "icon": "$(refresh)" - }, - { - "command": "mssql.disconnectObjectExplorerNode", - "title": "%mssql.disconnect%", - "category": "MS SQL", - "icon": "$(debug-disconnect)" - }, - { - "command": "mssql.scriptSelect", - "title": "%mssql.scriptSelect%", - "category": "MS SQL" - }, - { - "command": "mssql.scriptCreate", - "title": "%mssql.scriptCreate%", - "category": "MS SQL" - }, - { - "command": "mssql.scriptDelete", - "title": "%mssql.scriptDelete%", - "category": "MS SQL" - }, - { - "command": "mssql.scriptExecute", - "title": "%mssql.scriptExecute%", - "category": "MS SQL" - }, - { - "command": "mssql.newTable", - "title": "%mssql.newTable%", - "category": "MS SQL", - "icon": { - "dark": "media/newTable_dark.svg", - "light": "media/newTable_light.svg" - } - }, - { - "command": "mssql.schemaDesigner", - "title": "%mssql.schemaDesigner%", - "category": "MS SQL", - "icon": { - "dark": "media/applicationQuickStart_dark.svg", - "light": "media/applicationQuickStart_light.svg" - } - }, - { - "command": "mssql.buildDataApi", - "title": "%mssql.buildDataApi%", - "category": "MS SQL" - }, - { - "command": "mssql.editTable", - "title": "%mssql.editTable%", - "category": "MS SQL", - "icon": { - "dark": "media/editTable_dark.svg", - "light": "media/editTable_light.svg" - } - }, - { - "command": "mssql.scriptAlter", - "title": "%mssql.scriptAlter%", - "category": "MS SQL" - }, - { - "command": "mssql.dacpacDialog.launch", - "title": "%mssql.dacpacDialog.launch%", - "category": "MS SQL", - "icon": "$(database)" - }, - { - "command": "mssql.dacpacDialog.deploy", - "title": "%mssql.dacpacDialog.deploy%", - "category": "MS SQL" - }, - { - "command": "mssql.dacpacDialog.extract", - "title": "%mssql.dacpacDialog.extract%", - "category": "MS SQL" - }, - { - "command": "mssql.dacpacDialog.import", - "title": "%mssql.dacpacDialog.import%", - "category": "MS SQL" - }, - { - "command": "mssql.dacpacDialog.export", - "title": "%mssql.dacpacDialog.export%", - "category": "MS SQL" - }, - { - "command": "mssql.openQueryHistory", - "title": "%mssql.openQueryHistory%", - "category": "MS SQL" - }, - { - "command": "mssql.runQueryHistory", - "title": "%mssql.runQueryHistory%", - "category": "MS SQL" - }, - { - "command": "mssql.deleteQueryHistory", - "title": "%mssql.deleteQueryHistory%", - "category": "MS SQL" - }, - { - "command": "mssql.clearAllQueryHistory", - "title": "%mssql.clearAllQueryHistory%", - "category": "MS SQL" - }, - { - "command": "mssql.clearFinishedBackgroundTasks", - "title": "%mssql.clearFinishedBackgroundTasks%", - "category": "MS SQL", - "icon": "$(trash)" - }, - { - "command": "mssql.openBackgroundTask", - "title": "%mssql.openBackgroundTask%", - "category": "MS SQL", - "icon": "$(go-to-file)" - }, - { - "command": "mssql.viewBackgroundTaskLogs", - "title": "%mssql.viewBackgroundTaskLogs%", - "category": "MS SQL", - "icon": "$(output)" - }, - { - "command": "mssql.cancelBackgroundTask", - "title": "%mssql.cancelBackgroundTask%", - "category": "MS SQL", - "icon": "$(debug-stop)" - }, - { - "command": "mssql.startQueryHistoryCapture", - "title": "%mssql.startQueryHistoryCapture%", - "category": "MS SQL", - "icon": "$(debug-continue)" - }, - { - "command": "mssql.pauseQueryHistoryCapture", - "title": "%mssql.pauseQueryHistoryCapture%", - "category": "MS SQL", - "icon": "$(debug-pause)" - }, - { - "command": "mssql.commandPaletteQueryHistory", - "title": "%mssql.commandPaletteQueryHistory%", - "category": "MS SQL" - }, - { - "command": "mssql.copyObjectName", - "title": "%mssql.copyObjectName%", - "category": "MS SQL" - }, - { - "command": "mssql.copyConnectionString", - "title": "%mssql.copyConnectionString%", - "category": "MS SQL" - }, - { - "command": "mssql.addAadAccount", - "title": "%mssql.addAadAccount%", - "category": "MS SQL" - }, - { - "command": "mssql.removeAadAccount", - "title": "%mssql.removeAadAccount%", - "category": "MS SQL" - }, - { - "command": "mssql.clearAzureAccountTokenCache", - "title": "%mssql.clearAzureAccountTokenCache%", - "category": "MS SQL" - }, - { - "command": "mssql.userFeedback", - "title": "%mssql.userFeedback%", - "category": "MS SQL" - }, - { - "command": "mssql.showEstimatedPlan", - "title": "%mssql.showEstimatedPlan%", - "category": "MS SQL", - "icon": { - "dark": "media/executionPlan_dark.svg", - "light": "media/executionPlan_light.svg" - } - }, - { - "command": "mssql.enableActualPlan", - "title": "%mssql.enableActualPlan%", - "category": "MS SQL", - "icon": { - "dark": "media/enableActualExecutionPlan_dark.svg", - "light": "media/enableActualExecutionPlan_light.svg" - } - }, - { - "command": "mssql.disableActualPlan", - "title": "%mssql.disableActualPlan%", - "category": "MS SQL", - "icon": { - "dark": "media/disableActualExecutionPlan_dark.svg", - "light": "media/disableActualExecutionPlan_light.svg" - } - }, - { - "command": "mssql.toggleActualPlan", - "title": "%mssql.toggleActualPlan%", - "category": "MS SQL" - }, - { - "command": "mssql.copilot.explainQuery", - "title": "%mssql.copilot.explainQuery%", - "category": "MS SQL" - }, - { - "command": "mssql.copilot.analyzeQueryPerformance", - "title": "%mssql.copilot.analyzeQueryPerformance%", - "category": "MS SQL" - }, - { - "command": "mssql.copilot.rewriteQuery", - "title": "%mssql.copilot.rewriteQuery%", - "category": "MS SQL" - }, - { - "command": "mssql.copilot.newQueryWithConnection", - "title": "%mssql.copilot.newQueryWithConnection%", - "category": "MS SQL" - }, - { - "command": "mssql.connectionSharing.editConnectionSharingPermissions", - "title": "%mssql.connectionSharing.editConnectionSharingPermissions%", - "category": "MSSQL" - }, - { - "command": "mssql.connectionSharing.clearAllConnectionSharingPermissions", - "title": "%mssql.connectionSharing.clearAllConnectionSharingPermissions%", - "category": "MSSQL" - }, - { - "command": "mssql.connectionGroups.create", - "title": "%mssql.connectionGroups.create%", - "category": "MS SQL", - "icon": "$(new-folder)" - }, - { - "command": "mssql.connectionGroups.edit", - "title": "%mssql.connectionGroups.edit%", - "category": "MS SQL", - "icon": "$(edit)" - }, - { - "command": "mssql.connectionGroups.delete", - "title": "%mssql.connectionGroups.delete%", - "category": "MS SQL", - "icon": "$(trash)" - }, - { - "command": "mssql.deployNewDatabase", - "title": "%mssql.newDeployment%", - "category": "MS SQL", - "icon": { - "dark": "media/newContainer_dark.svg", - "light": "media/newContainer_light.svg" - } - }, - { - "command": "mssql.stopContainer", - "title": "%mssql.stopContainer%", - "category": "MS SQL" - }, - { - "command": "mssql.deleteContainer", - "title": "%mssql.deleteContainer%", - "category": "MS SQL" - }, - { - "command": "mssql.startContainer", - "title": "%mssql.startContainer%", - "category": "MS SQL" - }, - { - "command": "mssql.openChangelog", - "title": "%mssql.openChangelog%", - "category": "MS SQL" - }, - { - "command": "mssql.profiler.launchFromObjectExplorer", - "title": "%mssql.profiler.launchFromObjectExplorer%", - "category": "MS SQL" - }, - { - "command": "mssql.profiler.launchFromDatabase", - "title": "%mssql.profiler.launchFromObjectExplorer%", - "category": "MS SQL" - }, - { - "command": "mssql.openAzureDataStudioMigration", - "title": "%mssql.openAzureDataStudioMigration%", - "category": "MS SQL" - }, - { - "command": "mssql.backupDatabase", - "title": "%mssql.backupDatabase%", - "category": "MS SQL" - }, - { - "command": "mssql.flatFileImport", - "title": "%mssql.flatFileImport%", - "category": "MS SQL" - }, - { - "command": "mssql.restoreDatabase", - "title": "%mssql.restoreDatabase%", - "category": "MS SQL" - }, - { - "command": "mssql.notebooks.createNotebook", - "title": "%mssql.notebooks.createNotebook%", - "category": "MS SQL" - }, - { - "command": "mssql.notebooks.changeDatabase", - "title": "%mssql.notebooks.changeDatabase%", - "category": "MS SQL" - }, - { - "command": "mssql.notebooks.changeConnection", - "title": "%mssql.notebooks.changeConnection%", - "category": "MS SQL" - }, - { - "command": "mssql.notebooks.copyCellMessages", - "title": "%mssql.notebooks.copyCellMessages%", - "category": "MS SQL" - }, - { - "command": "mssql.openInMssqlExtensionFromAzureResources", - "title": "%mssql.openInMssqlExtensionFromAzureResources%", - "category": "MS SQL" - } - ], - "keybindings": [ - { - "command": "mssql.runQuery", - "key": "ctrl+shift+e", - "mac": "cmd+shift+e", - "when": "editorTextFocus && editorLangId == 'sql' && !notebookEditorFocused" - }, - { - "command": "notebook.cell.execute", - "key": "ctrl+shift+e", - "mac": "cmd+shift+e", - "when": "notebookCellListFocused && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0" - }, - { - "command": "mssql.connect", - "key": "ctrl+shift+c", - "mac": "cmd+shift+c", - "when": "editorTextFocus && editorLangId == 'sql'" - }, - { - "command": "mssql.disconnect", - "key": "ctrl+shift+d", - "mac": "cmd+shift+d", - "when": "editorTextFocus && editorLangId == 'sql'" - }, - { - "command": "workbench.view.extension.objectExplorer", - "key": "ctrl+alt+d", - "mac": "cmd+alt+d" - }, - { - "command": "mssql.copyObjectName", - "key": "ctrl+c", - "mac": "cmd+c", - "when": "sideBarFocus && activeViewlet == workbench.view.extension.objectExplorer" - } - ], - "configuration": { - "type": "object", - "title": "%mssql.Configuration%", - "properties": { - "mssql.enableExperimentalFeatures": { - "type": "boolean", - "default": false, - "description": "%mssql.enableExperimentalFeatures.description%", - "scope": "application" - }, - "mssql.preview.betaResultsGrid": { - "type": "boolean", - "default": false, - "description": "%mssql.preview.betaResultsGrid.description%", - "scope": "application" - }, - "mssql.preview.useVscodeAccountsForEntraMFA": { - "type": [ - "boolean", - "null" - ], - "default": true, - "description": "%mssql.preview.useVscodeAccountsForEntraMFA.description%", - "scope": "application" - }, - "mssql.openQueryResultsInTabByDefault": { - "type": "boolean", - "default": false, - "description": "%mssql.openQueryResultsInTabByDefault.description%", - "scope": "application" - }, - "mssql.openQueryResultsInTabByDefaultDoNotShowPrompt": { - "type": "boolean", - "default": false, - "description": "%mssql.openQueryResultsInTabByDefaultDoNotShowPrompt.description%", - "scope": "application" - }, - "mssql.defaultQueryResultsViewMode": { - "type": "string", - "default": "Grid", - "enum": [ - "Grid", - "Text" - ], - "enumDescriptions": [ - "%mssql.defaultQueryResultsViewMode.grid.description%", - "%mssql.defaultQueryResultsViewMode.text.description%" - ], - "description": "%mssql.defaultQueryResultsViewMode.description%", - "scope": "application" - }, - "mssql.newEditorConnectionBehavior": { - "type": "string", - "default": "transferActive", - "enum": [ - "none", - "transferActive", - "defaultConnection" - ], - "enumDescriptions": [ - "%mssql.newEditorConnectionBehavior.none.description%", - "%mssql.newEditorConnectionBehavior.transferActive.description%", - "%mssql.newEditorConnectionBehavior.defaultConnection.description%" - ], - "description": "%mssql.newEditorConnectionBehavior.description%", - "scope": "application" - }, - "mssql.defaultConnectionId": { - "type": "string", - "default": "", - "description": "%mssql.defaultConnectionId.description%", - "scope": "application" - }, - "mssql.transferActiveEditorConnections": { - "type": "boolean", - "description": "%mssql.transferActiveEditorConnections.description%", - "deprecationMessage": "%mssql.transferActiveEditorConnections.deprecationMessage%", - "scope": "application" - }, - "mssql.selectedAzureSubscriptions": { - "type": "array", - "description": "%mssql.selectedAzureSubscriptions%", - "items": { - "type": "string" - } - }, - "mssql.selectedFabricWorkspaces": { - "type": "array", - "description": "%mssql.selectedFabricWorkspaces%", - "items": { - "type": "string" - } - }, - "mssql.azureActiveDirectory": { - "type": "string", - "default": "AuthCodeGrant", - "description": "%mssql.chooseAuthMethod%", - "enum": [ - "AuthCodeGrant", - "DeviceCode" - ], - "enumDescriptions": [ - "%mssql.authCodeGrant.description%", - "%mssql.deviceCode.description%" - ], - "scope": "application" - }, - "mssql.logDebugInfo": { - "type": "boolean", - "default": false, - "description": "%mssql.logDebugInfo%", - "scope": "window" - }, - "mssql.maxRecentConnections": { - "type": "number", - "default": 5, - "description": "%mssql.maxRecentConnections%", - "scope": "window" - }, - "mssql.profiler.eventBufferSize": { - "type": "number", - "default": 10000, - "minimum": 1000, - "maximum": 100000, - "description": "%mssql.profiler.eventBufferSize%", - "scope": "application" - }, - "mssql.connectionGroups": { - "type": "array", - "description": "%mssql.connectionGroups%", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "%mssql.connectionGroup.name%" - }, - "id": { - "type": "string", - "description": "%mssql.connectionGroup.id%" - }, - "color": { - "type": [ - "string", - null - ], - "description": "%mssql.connectionGroup.color%" - }, - "description": { - "type": [ - "string", - null - ], - "description": "%mssql.connectionGroup.description%" - }, - "parentId": { - "type": [ - "string", - null - ], - "description": "%mssql.connectionGroup.parentId%" - }, - "order": { - "type": "number", - "minimum": 0, - "description": "%mssql.connectionGroup.order%" - } - } - } - }, - "mssql.connections": { - "type": "array", - "description": "%mssql.connections%", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "%mssql.connection.id%" - }, - "groupId": { - "type": "string", - "description": "%mssql.connection.groupId%" - }, - "server": { - "type": "string", - "default": "{{put-server-name-here}}", - "description": "%mssql.connection.server%" - }, - "database": { - "type": "string", - "default": "{{put-database-name-here}}", - "description": "%mssql.connection.database%" - }, - "user": { - "type": "string", - "default": "{{put-username-here}}", - "description": "%mssql.connection.user%" - }, - "password": { - "type": "string", - "default": "{{put-password-here}}", - "description": "%mssql.connection.password%" - }, - "authenticationType": { - "type": "string", - "default": "SqlLogin", - "enum": [ - "Integrated", - "SqlLogin", - "AzureMFA", - "ActiveDirectoryServicePrincipal" - ], - "description": "%mssql.connection.authenticationType%" - }, - "port": { - "type": "number", - "default": 1433, - "description": "%mssql.connection.port%" - }, - "encrypt": { - "type": "string", - "default": "Mandatory", - "enum": [ - "Mandatory", - "Strict", - "Optional" - ], - "description": "%mssql.connection.encrypt%" - }, - "trustServerCertificate": { - "type": "boolean", - "default": false, - "description": "%mssql.connection.trustServerCertificate%" - }, - "hostNameInCertificate": { - "type": "string", - "default": "", - "description": "%mssql.connection.hostNameInCertificate" - }, - "persistSecurityInfo": { - "type": "boolean", - "default": false, - "description": "%mssql.connection.persistSecurityInfo%" - }, - "connectTimeout": { - "type": "number", - "default": 30, - "description": "%mssql.connection.connectTimeout%" - }, - "commandTimeout": { - "type": "number", - "default": 30, - "description": "%mssql.connection.commandTimeout%" - }, - "connectRetryCount": { - "type": "number", - "default": 1, - "description": "%mssql.connection.connectRetryCount%" - }, - "connectRetryInterval": { - "type": "number", - "default": 10, - "description": "%mssql.connection.connectRetryInterval%" - }, - "applicationName": { - "type": "string", - "default": "vscode-mssql", - "description": "%mssql.connection.applicationName%" - }, - "workstationId": { - "type": "string", - "default": "", - "description": "%mssql.connection.workstationId%" - }, - "applicationIntent": { - "type": "string", - "default": "ReadWrite", - "enum": [ - "ReadWrite", - "ReadOnly" - ], - "description": "%mssql.connection.applicationIntent%" - }, - "currentLanguage": { - "type": "string", - "default": "", - "description": "%mssql.connection.currentLanguage%" - }, - "pooling": { - "type": "boolean", - "default": false, - "description": "%mssql.connection.pooling%" - }, - "maxPoolSize": { - "type": "number", - "default": 100, - "description": "%mssql.connection.maxPoolSize%" - }, - "minPoolSize": { - "type": "number", - "default": 0, - "description": "%mssql.connection.minPoolSize%" - }, - "loadBalanceTimeout": { - "type": "number", - "default": 0, - "description": "%mssql.connection.loadBalanceTimeout%" - }, - "replication": { - "type": "boolean", - "default": true, - "description": "%mssql.connection.replication%" - }, - "attachDbFilename": { - "type": "string", - "default": "", - "description": "%mssql.connection.attachDbFilename%" - }, - "failoverPartner": { - "type": "string", - "default": "", - "description": "%mssql.connection.failoverPartner%" - }, - "multiSubnetFailover": { - "type": "boolean", - "default": true, - "description": "%mssql.connection.multiSubnetFailover%" - }, - "multipleActiveResultSets": { - "type": "boolean", - "default": false, - "description": "%mssql.connection.multipleActiveResultSets%" - }, - "packetSize": { - "type": "number", - "default": 8192, - "description": "%mssql.connection.packetSize%" - }, - "typeSystemVersion": { - "type": "string", - "enum": [ - "Latest" - ], - "description": "%mssql.connection.typeSystemVersion%" - }, - "connectionString": { - "type": "string", - "default": "", - "description": "%mssql.connection.connectionString%" - }, - "profileName": { - "type": "string", - "description": "%mssql.connection.profileName%" - }, - "savePassword": { - "type": "boolean", - "description": "%mssql.connection.savePassword%" - }, - "emptyPasswordInput": { - "type": "boolean", - "description": "%mssql.connection.emptyPasswordInput%" - }, - "containerName": { - "type": "string", - "default": "", - "description": "%mssql.connection.containerName%" - }, - "order": { - "type": "number", - "minimum": 0, - "description": "%mssql.connection.order%" - } - } - }, - "scope": "resource" - }, - "mssql.quickQueries": { - "type": "array", - "description": "%mssql.quickQueries%", - "default": [ - { - "name": "Query 1", - "query": "" - }, - { - "name": "Query 2", - "query": "" - }, - { - "name": "Query 3", - "query": "" - }, - { - "name": "Query 4", - "query": "" - }, - { - "name": "Query 5", - "query": "" - }, - { - "name": "Query 6", - "query": "" - }, - { - "name": "Query 7", - "query": "" - }, - { - "name": "Query 8", - "query": "" - }, - { - "name": "Query 9", - "query": "" - }, - { - "name": "Query 10", - "query": "" - } - ], - "minItems": 0, - "maxItems": 10, - "items": { - "type": "object", - "additionalProperties": false, - "properties": { - "name": { - "type": "string", - "description": "%mssql.quickQueries.name%" - }, - "query": { - "type": "string", - "description": "%mssql.quickQueries.query%" - } - } - }, - "scope": "application" - }, - "mssql.shortcuts": { - "type": "object", - "description": "%mssql.shortcuts%", - "default": { - "_comment": "Use 'ctrlcmd' to represent 'ctrl' on Windows/Linux and 'cmd' on macOS.", - "event.queryResults.switchToResultsTab": "ctrl+alt+R", - "event.queryResults.switchToMessagesTab": "ctrl+alt+Y", - "event.queryResults.switchToQueryPlanTab": "ctrl+alt+E", - "event.queryResults.prevGrid": "ctrlcmd+up", - "event.queryResults.nextGrid": "ctrlcmd+down", - "event.queryResults.switchToTextView": "", - "event.queryResults.maximizeGrid": "", - "event.queryResults.saveAsJSON": "", - "event.queryResults.saveAsCSV": "", - "event.queryResults.saveAsExcel": "", - "event.queryResults.saveAsInsert": "", - "event.resultGrid.copySelection": "ctrlcmd+c", - "event.resultGrid.copyWithHeaders": "", - "event.resultGrid.copyAllHeaders": "", - "event.resultGrid.selectAll": "ctrlcmd+a", - "event.resultGrid.copyAsCSV": "", - "event.resultGrid.copyAsJSON": "", - "event.resultGrid.copyAsInsert": "", - "event.resultGrid.copyAsInClause": "", - "event.resultGrid.changeColumnWidth": "alt+shift+s", - "event.resultGrid.expandSelectionLeft": "shift+left", - "event.resultGrid.expandSelectionRight": "shift+right", - "event.resultGrid.expandSelectionUp": "shift+up", - "event.resultGrid.expandSelectionDown": "shift+down", - "event.resultGrid.openColumnMenu": "f3", - "event.resultGrid.openFilterMenu": "", - "event.resultGrid.moveToRowStart": "ctrlcmd+left", - "event.resultGrid.moveToRowEnd": "ctrlcmd+right", - "event.resultGrid.selectColumn": "ctrl+space", - "event.resultGrid.selectRow": "shift+space", - "event.resultGrid.toggleSort": "alt+shift+o" - }, - "scope": "resource" - }, - "mssql.messagesDefaultOpen": { - "type": "boolean", - "description": "%mssql.messagesDefaultOpen%", - "default": true, - "scope": "resource" - }, - "mssql.messages.copyIncludeTimestamps": { - "type": "boolean", - "description": "%mssql.messages.copyIncludeTimestamps%", - "default": false, - "scope": "resource" - }, - "mssql.resultsFontFamily": { - "type": "string", - "description": "%mssql.resultsFontFamily%", - "default": null, - "scope": "resource" - }, - "mssql.resultsFontSize": { - "type": [ - "number", - "null" - ], - "maximum": 24, - "description": "%mssql.resultsFontSize%", - "default": null, - "scope": "resource" - }, - "mssql.results.openAfterSave": { - "type": "boolean", - "description": "%mssql.results.openAfterSave%", - "default": true, - "scope": "resource" - }, - "mssql.saveAsCsv.includeHeaders": { - "type": "boolean", - "description": "%mssql.saveAsCsv.includeHeaders%", - "default": true, - "scope": "resource" - }, - "mssql.saveAsCsv.delimiter": { - "type": "string", - "description": "%mssql.saveAsCsv.delimiter%", - "default": ",", - "enum": [ - ",", - "\t", - ";", - "|" - ], - "enumDescriptions": [ - "Comma (,)", - "Tab (\\t)", - "Semicolon (;)", - "Pipe (|)" - ], - "scope": "resource" - }, - "mssql.saveAsCsv.lineSeparator": { - "type": "string", - "description": "%mssql.saveAsCsv.lineSeparator%", - "default": null, - "scope": "resource" - }, - "mssql.saveAsCsv.textIdentifier": { - "type": "string", - "description": "%mssql.saveAsCsv.textIdentifier%", - "default": "\"", - "scope": "resource" - }, - "mssql.saveAsCsv.encoding": { - "type": "string", - "description": "%mssql.saveAsCsv.encoding%", - "default": "utf-8", - "enum": [ - "utf-8", - "utf-16le", - "utf-16be", - "ascii", - "latin1", - "iso-8859-1" - ], - "enumDescriptions": [ - "UTF-8 (Unicode)", - "UTF-16 Little Endian", - "UTF-16 Big Endian", - "ASCII", - "Latin-1 (ISO 8859-1)", - "ISO 8859-1" - ], - "scope": "resource" - }, - "mssql.copyIncludeHeaders": { - "type": "boolean", - "description": "%mssql.copyIncludeHeaders%", - "default": false, - "scope": "resource" - }, - "mssql.copyRemoveNewLine": { - "type": "boolean", - "description": "%mssql.copyRemoveNewLine%", - "default": true, - "scope": "resource" - }, - "mssql.showBatchTime": { - "type": "boolean", - "description": "%mssql.showBatchTime%", - "default": false, - "scope": "resource" - }, - "mssql.splitPaneSelection": { - "type": "string", - "description": "%mssql.splitPaneSelection%", - "default": "next", - "enum": [ - "next", - "current", - "end" - ], - "scope": "resource" - }, - "mssql.query.preventAutoExecuteScript": { - "type": "boolean", - "description": "%mssql.preventAutoExecuteScript%", - "default": false, - "scope": "resource" - }, - "mssql.enableConnectionPooling": { - "type": "boolean", - "description": "%mssql.enableConnectionPooling%", - "default": false - }, - "mssql.statusBar.enableConnectionColor": { - "type": "boolean", - "description": "%mssql.statusBar.enableConnectionColor%", - "default": true, - "scope": "window" - }, - "mssql.format.alignColumnDefinitionsInColumns": { - "type": "boolean", - "markdownDescription": "%mssql.format.alignColumnDefinitionsInColumns%", - "default": false, - "scope": "window" - }, - "mssql.format.enablePreviewFormatter": { - "type": "boolean", - "description": "%mssql.format.enablePreviewFormatter%", - "default": true, - "scope": "window" - }, - "mssql.format.options.sqlVersion": { - "type": "string", - "description": "%mssql.format.options.sqlVersion%", - "default": "sql170", - "enum": [ - "sql80", - "sql90", - "sql100", - "sql110", - "sql120", - "sql130", - "sql140", - "sql150", - "sql160", - "sql170" - ], - "scope": "window" - }, - "mssql.format.options.sqlEngineType": { - "type": "string", - "description": "%mssql.format.options.sqlEngineType%", - "default": "all", - "enum": [ - "all", - "standalone", - "sqlAzure" - ], - "scope": "window" - }, - "mssql.format.options.alignClauseBodies": { - "type": "boolean", - "description": "%mssql.format.options.alignClauseBodies%", - "default": true, - "scope": "window" - }, - "mssql.format.options.alignColumnDefinitionFields": { - "type": "boolean", - "description": "%mssql.format.options.alignColumnDefinitionFields%", - "default": true, - "scope": "window" - }, - "mssql.format.options.alignSetClauseItem": { - "type": "boolean", - "description": "%mssql.format.options.alignSetClauseItem%", - "default": true, - "scope": "window" - }, - "mssql.format.options.allowExternalLanguagePaths": { - "type": "boolean", - "description": "%mssql.format.options.allowExternalLanguagePaths%", - "default": true, - "scope": "window" - }, - "mssql.format.options.allowExternalLibraryPaths": { - "type": "boolean", - "description": "%mssql.format.options.allowExternalLibraryPaths%", - "default": true, - "scope": "window" - }, - "mssql.format.options.asKeywordOnOwnLine": { - "type": "boolean", - "description": "%mssql.format.options.asKeywordOnOwnLine%", - "default": true, - "scope": "window" - }, - "mssql.format.options.keywordCasing": { - "type": "string", - "description": "%mssql.format.options.keywordCasing%", - "default": "uppercase", - "enum": [ - "uppercase", - "lowercase", - "pascalCase" - ], - "scope": "window" - }, - "mssql.format.options.preserveComments": { - "type": "boolean", - "description": "%mssql.format.options.preserveComments%", - "default": true, - "scope": "window" - }, - "mssql.format.options.indentSetClause": { - "type": "boolean", - "description": "%mssql.format.options.indentSetClause%", - "default": false, - "scope": "window" - }, - "mssql.format.options.indentViewBody": { - "type": "boolean", - "description": "%mssql.format.options.indentViewBody%", - "default": false, - "scope": "window" - }, - "mssql.format.options.multilineInsertSourcesList": { - "type": "boolean", - "description": "%mssql.format.options.multilineInsertSourcesList%", - "default": true, - "scope": "window" - }, - "mssql.format.options.multilineInsertTargetsList": { - "type": "boolean", - "description": "%mssql.format.options.multilineInsertTargetsList%", - "default": true, - "scope": "window" - }, - "mssql.format.options.multilineSelectElementsList": { - "type": "boolean", - "description": "%mssql.format.options.multilineSelectElementsList%", - "default": true, - "scope": "window" - }, - "mssql.format.options.multilineSetClauseItems": { - "type": "boolean", - "description": "%mssql.format.options.multilineSetClauseItems%", - "default": true, - "scope": "window" - }, - "mssql.format.options.multilineViewColumnsList": { - "type": "boolean", - "description": "%mssql.format.options.multilineViewColumnsList%", - "default": true, - "scope": "window" - }, - "mssql.format.options.multilineWherePredicatesList": { - "type": "boolean", - "description": "%mssql.format.options.multilineWherePredicatesList%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeCloseParenthesisInMultilineList": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeCloseParenthesisInMultilineList%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeFromClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeFromClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeGroupByClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeGroupByClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeHavingClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeHavingClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeJoinClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeJoinClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeOffsetClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeOffsetClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeOpenParenthesisInMultilineList": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeOpenParenthesisInMultilineList%", - "default": false, - "scope": "window" - }, - "mssql.format.options.newLineBeforeOrderByClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeOrderByClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeOutputClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeOutputClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeWhereClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeWhereClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newLineBeforeWindowClause": { - "type": "boolean", - "description": "%mssql.format.options.newLineBeforeWindowClause%", - "default": true, - "scope": "window" - }, - "mssql.format.options.newlineFormattedCheckConstraint": { - "type": "boolean", - "description": "%mssql.format.options.newlineFormattedCheckConstraint%", - "default": false, - "scope": "window" - }, - "mssql.format.options.newLineFormattedIndexDefinition": { - "type": "boolean", - "description": "%mssql.format.options.newLineFormattedIndexDefinition%", - "default": false, - "scope": "window" - }, - "mssql.format.options.numNewlinesAfterStatement": { - "type": "integer", - "description": "%mssql.format.options.numNewlinesAfterStatement%", - "default": 1, - "minimum": 0, - "maximum": 5, - "scope": "window" - }, - "mssql.format.options.spaceBetweenDataTypeAndParameters": { - "type": "boolean", - "description": "%mssql.format.options.spaceBetweenDataTypeAndParameters%", - "default": true, - "scope": "window" - }, - "mssql.format.options.spaceBetweenParametersInDataType": { - "type": "boolean", - "description": "%mssql.format.options.spaceBetweenParametersInDataType%", - "default": true, - "scope": "window" - }, - "mssql.format.datatypeCasing": { - "type": "string", - "markdownDescription": "%mssql.format.datatypeCasing%", - "default": "none", - "enum": [ - "none", - "uppercase", - "lowercase" - ], - "scope": "window" - }, - "mssql.format.keywordCasing": { - "type": "string", - "markdownDescription": "%mssql.format.keywordCasing%", - "default": "none", - "enum": [ - "none", - "uppercase", - "lowercase" - ], - "scope": "window" - }, - "mssql.format.placeCommasBeforeNextStatement": { - "type": "boolean", - "markdownDescription": "%mssql.format.placeCommasBeforeNextStatement%", - "default": false, - "scope": "window" - }, - "mssql.format.placeSelectStatementReferencesOnNewLine": { - "type": "boolean", - "markdownDescription": "%mssql.format.placeSelectStatementReferencesOnNewLine%", - "default": false, - "scope": "window" - }, - "mssql.intelliSense.enableIntelliSense": { - "type": "boolean", - "default": true, - "description": "%mssql.intelliSense.enableIntelliSense%", - "scope": "window" - }, - "mssql.intelliSense.enableErrorChecking": { - "type": "boolean", - "default": true, - "description": "%mssql.intelliSense.enableErrorChecking%", - "scope": "window" - }, - "mssql.intelliSense.enableSuggestions": { - "type": "boolean", - "default": true, - "description": "%mssql.intelliSense.enableSuggestions%", - "scope": "window" - }, - "mssql.intelliSense.enableQuickInfo": { - "type": "boolean", - "default": true, - "description": "%mssql.intelliSense.enableQuickInfo%", - "scope": "window" - }, - "mssql.persistQueryResultTabs": { - "type": "boolean", - "default": false, - "description": "%mssql.persistQueryResultTabs%", - "scope": "window" - }, - "mssql.enableQueryHistoryCapture": { - "type": "boolean", - "default": true, - "description": "%mssql.enableQueryHistoryCapture%", - "scope": "window" - }, - "mssql.enableQueryHistoryFeature": { - "type": "boolean", - "default": true, - "description": "%mssql.enableQueryHistoryFeature%", - "scope": "window" - }, - "mssql.schemaDesigner.enableExpandCollapseButtons": { - "type": "boolean", - "default": true, - "description": "%mssql.schemaDesigner.enableExpandCollapseButtons%", - "scope": "window" - }, - "mssql.tracingLevel": { - "type": "string", - "description": "%mssql.tracingLevel%", - "default": "Critical", - "enum": [ - "All", - "Off", - "Critical", - "Error", - "Warning", - "Information", - "Verbose" - ] - }, - "mssql.piiLogging": { - "type": "boolean", - "default": false, - "description": "%mssql.piiLogging%" - }, - "mssql.logRetentionMinutes": { - "type": "number", - "default": 10080, - "description": "%mssql.logRetentionMinutes%" - }, - "mssql.logFilesRemovalLimit": { - "type": "number", - "default": 100, - "description": "%mssql.logFilesRemovalLimit%" - }, - "mssql.resultsGrid.autoSizeColumnsMode": { - "type": "string", - "default": "headersAndData", - "enum": [ - "headersAndData", - "dataOnly", - "headerOnly", - "off" - ], - "enumDescriptions": [ - "%mssql.resultsGrid.useHeaderAndDataEnumDescription%", - "%mssql.resultsGrid.useDataOnlyEnumDescription%", - "%mssql.resultsGrid.useHeaderOnlyEnumDescription%", - "%mssql.resultsGrid.disableAutoSizingEnumDescription%" - ], - "description": "%mssql.resultsGrid.autoSizeColumnsMode%" - }, - "mssql.resultsGrid.inMemoryDataProcessingThreshold": { - "type": "number", - "default": 5000, - "description": "%mssql.resultsGrid.inMemoryDataProcessingThreshold%", - "minimum": 1 - }, - "mssql.resultsGrid.alternatingRowColors": { - "type": "boolean", - "default": false, - "description": "%mssql.resultsGrid.alternatingRowColors%" - }, - "mssql.resultsGrid.showGridLines": { - "type": "string", - "default": "both", - "enum": [ - "both", - "horizontal", - "vertical", - "none" - ], - "enumDescriptions": [ - "%mssql.resultsGrid.showGridLines.both%", - "%mssql.resultsGrid.showGridLines.horizontal%", - "%mssql.resultsGrid.showGridLines.vertical%", - "%mssql.resultsGrid.showGridLines.none%" - ], - "description": "%mssql.resultsGrid.showGridLines%" - }, - "mssql.resultsGrid.rowPadding": { - "type": [ - "number", - "null" - ], - "default": null, - "minimum": 0, - "maximum": 10, - "description": "%mssql.resultsGrid.rowPadding%" - }, - "mssql.query.displayBitAsNumber": { - "type": "boolean", - "default": true, - "description": "%mssql.query.displayBitAsNumber%", - "scope": "window" - }, - "mssql.query.maxCharsToStore": { - "type": "number", - "default": 65535, - "description": "%mssql.query.maxCharsToStore%" - }, - "mssql.query.maxXmlCharsToStore": { - "type": "number", - "default": 2097152, - "description": "%mssql.query.maxXmlCharsToStore%" - }, - "mssql.autoDisableNonTSqlLanguageService": { - "type": [ - "boolean", - "null" - ], - "default": null, - "description": "%mssql.autoDisableNonTSqlLanguageService%" - }, - "mssql.queryHistoryLimit": { - "type": "number", - "default": 20, - "description": "%mssql.queryHistoryLimit%", - "scope": "window" - }, - "mssql.query.rowCount": { - "type": "number", - "default": 0, - "description": "%mssql.query.setRowCount%" - }, - "mssql.query.textSize": { - "type": "number", - "default": 2147483647, - "description": "%mssql.query.textSize%" - }, - "mssql.query.executionTimeout": { - "type": "number", - "default": 0, - "description": "%mssql.query.executionTimeout%" - }, - "mssql.query.noCount": { - "type": "boolean", - "default": false, - "description": "%mssql.query.noCount%" - }, - "mssql.query.noExec": { - "type": "boolean", - "default": false, - "description": "%mssql.query.noExec%" - }, - "mssql.query.parseOnly": { - "type": "boolean", - "default": false, - "description": "%mssql.query.parseOnly%" - }, - "mssql.query.arithAbort": { - "type": "boolean", - "default": true, - "description": "%mssql.query.arithAbort%" - }, - "mssql.query.statisticsTime": { - "type": "boolean", - "default": false, - "description": "%mssql.query.statisticsTime%" - }, - "mssql.query.statisticsIO": { - "type": "boolean", - "default": false, - "description": "%mssql.query.statisticsIO%" - }, - "mssql.query.xactAbortOn": { - "type": "boolean", - "default": false, - "description": "%mssql.query.xactAbortOn%" - }, - "mssql.query.transactionIsolationLevel": { - "enum": [ - "READ COMMITTED", - "READ UNCOMMITTED", - "REPEATABLE READ", - "SERIALIZABLE" - ], - "default": "READ COMMITTED", - "description": "%mssql.query.transactionIsolationLevel%" - }, - "mssql.query.deadlockPriority": { - "enum": [ - "Normal", - "Low" - ], - "default": "Normal", - "description": "%mssql.query.deadlockPriority%" - }, - "mssql.query.lockTimeout": { - "type": "number", - "default": -1, - "description": "%mssql.query.lockTimeout%" - }, - "mssql.query.queryGovernorCostLimit": { - "type": "number", - "default": -1, - "description": "%mssql.query.queryGovernorCostLimit%" - }, - "mssql.query.ansiDefaults": { - "type": "boolean", - "default": false, - "description": "%mssql.query.ansiDefaults%" - }, - "mssql.query.quotedIdentifier": { - "type": "boolean", - "default": true, - "description": "%mssql.query.quotedIdentifier%" - }, - "mssql.query.ansiNullDefaultOn": { - "type": "boolean", - "default": true, - "description": "%mssql.query.ansiNullDefaultOn%" - }, - "mssql.query.implicitTransactions": { - "type": "boolean", - "default": false, - "description": "%mssql.query.implicitTransactions%" - }, - "mssql.query.cursorCloseOnCommit": { - "type": "boolean", - "default": false, - "description": "%mssql.query.cursorCloseOnCommit%" - }, - "mssql.query.ansiPadding": { - "type": "boolean", - "default": true, - "description": "%mssql.query.ansiPadding%" - }, - "mssql.query.ansiWarnings": { - "type": "boolean", - "default": true, - "description": "%mssql.query.ansiWarnings%" - }, - "mssql.query.ansiNulls": { - "type": "boolean", - "default": true, - "description": "%mssql.query.ansiNulls%" - }, - "mssql.query.alwaysEncryptedParameterization": { - "type": "boolean", - "default": false, - "description": "%mssql.query.alwaysEncryptedParameterization%" - }, - "mssql.query.showActiveConnectionAsCodeLensSuggestion": { - "type": "boolean", - "default": true, - "description": "%mssql.query.showActiveConnectionAsCodeLensSuggestion%" - }, - "mssql.ignorePlatformWarning": { - "type": "boolean", - "description": "%mssql.ignorePlatformWarning%", - "default": false - }, - "mssql.objectExplorer.groupBySchema": { - "type": "boolean", - "description": "%mssql.objectExplorer.groupBySchema%", - "default": false - }, - "mssql.objectExplorer.collapseConnectionGroupsOnStartup": { - "type": "boolean", - "description": "%mssql.objectExplorer.collapseConnectionGroupsOnStartupDescription%", - "default": false, - "scope": "window" - }, - "mssql.objectExplorer.expandTimeout": { - "type": "number", - "default": 45, - "minimum": 1, - "description": "%mssql.objectExplorer.expandTimeout%" - }, - "mssql.statusBar.connectionInfoMaxLength": { - "type": "number", - "default": -1, - "description": "%mssql.statusBar.connectionInfoMaxLength.description%" - }, - "mssql.connectionManagement.rememberPasswordsUntilRestart": { - "type": "boolean", - "default": true, - "description": "%mssql.connectionManagement.rememberPasswordsUntilRestart%" - }, - "mssql.autoRevealResultsPanel": { - "type": "boolean", - "default": false, - "description": "%mssql.autoRevealResultsPanel%", - "scope": "window" - }, - "mssql.customEnvironment": { - "type": "object", - "description": "%mssql.customEnvironment%", - "default": null, - "properties": { - "sqlEndpoint": { - "type": "string", - "description": "%mssql.customEnvironment.sqlEndpoint%" - }, - "sqlServerHostnameSuffix": { - "type": "string", - "description": "%mssql.customEnvironment.sqlServerHostnameSuffix%" - }, - "analyticsDnsSuffix": { - "type": [ - "string", - "null" - ], - "description": "%mssql.customEnvironment.analyticsDnsSuffix%" - }, - "keyVaultEndpoint": { - "type": [ - "string", - "null" - ], - "description": "%mssql.customEnvironment.keyVaultEndpoint%" - }, - "fabricApiUriBase": { - "type": [ - "string", - "null" - ], - "description": "%mssql.customEnvironment.fabricApiUriBase%" - }, - "fabricScopeUriBase": { - "type": [ - "string", - "null" - ], - "description": "%mssql.customEnvironment.fabricScopeUriBase%" - }, - "fabricSqlDbDnsSuffix": { - "type": [ - "string", - "null" - ], - "description": "%mssql.customEnvironment.fabricSqlDbDnsSuffix%" - }, - "fabricDataWarehouseDnsSuffix": { - "type": [ - "string", - "null" - ], - "description": "%mssql.customEnvironment.fabricDataWarehouseDnsSuffix%" - }, - "dynamicsCrmDnsSuffix": { - "type": [ - "string", - "null" - ], - "description": "%mssql.customEnvironment.dynamicsCrmDnsSuffix%" - } - } - }, - "mssql.showChangelogOnUpdate": { - "type": "boolean", - "description": "%mssql.showChangelogOnUpdate%", - "default": true - } - } - }, - "walkthroughs": [ - { - "id": "mssql.getStarted", - "title": "%mssql.walkthroughs.getStarted.title%", - "description": "%mssql.walkthroughs.getStarted.description%", - "steps": [ - { - "id": "connectToDatabase", - "title": "%mssql.walkthroughs.getStarted.connectToDatabase.title%", - "description": "%mssql.walkthroughs.getStarted.connectToDatabase.description%", - "media": { - "image": "images/walkthroughs/connectToDatabase.png", - "altText": "%mssql.walkthroughs.getStarted.connectToDatabase.altText%" - }, - "completionEvents": [ - "onCommand:mssql.addObjectExplorer" - ] - }, - { - "id": "createNewTable", - "title": "%mssql.walkthroughs.getStarted.createNewTable.title%", - "description": "%mssql.walkthroughs.getStarted.createNewTable.description%", - "media": { - "image": "images/walkthroughs/createNewTable.png", - "altText": "%mssql.walkthroughs.getStarted.createNewTable.altText%" - }, - "completionEvents": [ - "onCommand:mssql.newTable", - "onCommand:mssql.editTable" - ] - }, - { - "id": "runQueries", - "title": "%mssql.walkthroughs.getStarted.runQueries.title%", - "description": "%mssql.walkthroughs.getStarted.runQueries.description%", - "media": { - "image": "images/walkthroughs/runQueries.png", - "altText": "%mssql.walkthroughs.getStarted.runQueries.altText%" - }, - "completionEvents": [ - "onCommand:mssql.runQuery" - ] - } - ] - }, - { - "id": "mssql.nextSteps", - "title": "%mssql.walkthroughs.nextSteps.title%", - "description": "%mssql.walkthroughs.nextSteps.description%", - "steps": [ - { - "id": "sortAndFilterQueryResults", - "title": "%mssql.walkthroughs.nextSteps.sortAndFilterQueryResults.title%", - "description": "%mssql.walkthroughs.nextSteps.sortAndFilterQueryResults.description%", - "media": { - "image": "images/walkthroughs/sortAndFilterQueryResults.png", - "altText": "%mssql.walkthroughs.nextSteps.sortAndFilterQueryResults.altText%" - }, - "completionEvents": [] - }, - { - "id": "viewQueryPlan", - "title": "%mssql.walkthroughs.nextSteps.viewQueryPlan.title%", - "description": "%mssql.walkthroughs.nextSteps.viewQueryPlan.description%", - "media": { - "image": "images/walkthroughs/viewQueryPlan.png", - "altText": "%mssql.walkthroughs.nextSteps.viewQueryPlan.altText%" - }, - "completionEvents": [ - "onCommand:mssql.showEstimatedPlan", - "onCommand:mssql.enableActualPlan", - "onCommand:mssql.disableActualPlan", - "onCommand:mssql.toggleActualPlan" - ] - }, - { - "id": "objectExplorerFilters", - "title": "%mssql.walkthroughs.nextSteps.objectExplorerFilters.title%", - "description": "%mssql.walkthroughs.nextSteps.objectExplorerFilters.description%", - "media": { - "image": "images/walkthroughs/objectExplorerFilters.png", - "altText": "%mssql.walkthroughs.nextSteps.objectExplorerFilters.altText%" - }, - "completionEvents": [ - "onCommand:mssql.filterNodeWithExistingFilters", - "onCommand:mssql.filterNode" - ] - } - ] - } - ], - "languageModelTools": [ - { - "name": "mssql_schema_designer", - "modelDescription": "Work with the currently active Schema Designer. Use 'show' to open a designer with exactly one of connectionId or connectionName when needed. Operations: 'get_overview' returns a bounded list of tables (and optionally column names/types; omitted automatically for large schemas); 'get_table' returns bounded details for a single table; 'apply_edits' applies a sequential list of edits and returns only a small receipt plus the post-mutation version. Mutations require 'expectedVersion'; on mismatch, returns 'stale_state' with currentVersion and a bounded currentOverview.", - "tags": [ - "databases", - "mssql", - "schema", - "designer", - "table" - ], - "inputSchema": { - "type": "object", - "properties": { - "operation": { - "description": "The operation to perform on the schema designer. Supported values: 'show', 'get_overview', 'get_table', 'apply_edits'.", - "title": "Operation", - "type": "string", - "enum": [ - "show", - "get_overview", - "get_table", - "apply_edits" - ] - }, - "connectionId": { - "description": "VS Code runtime connection ID to use when opening the schema designer (show operation only). Do not use this field for a ConnectionId returned by a SQL Tools MCP tool. Provide exactly one of connectionId or connectionName.", - "title": "Connection ID", - "type": "string" - }, - "connectionName": { - "description": "SQL Tools MCP registered connection name to use when opening the schema designer (show operation only). Pass a ConnectionId returned by a SQL Tools MCP tool in this connectionName field. Provide exactly one of connectionId or connectionName.", - "title": "Connection Name", - "type": "string" - }, - "payload": { - "description": "Operation-specific payload. get_table: { table: { schema, name, id? } }. apply_edits: { expectedVersion, targetHint?, edits }. See field descriptions for column type parameters (maxLength/precision/scale) and foreign key mappings/actions.", - "title": "Payload", - "type": "object", - "properties": { - "table": { - "description": "Table reference for get_table (and within edits).", - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - } - }, - "expectedVersion": { - "description": "Required for apply_edits. Must match the version returned by the most recent get_overview/get_table.", - "type": "string" - }, - "targetHint": { - "description": "Optional server+database hint for apply_edits. If provided and does not match the active designer, the tool fails with reason 'target_mismatch' and applies no edits.", - "type": "object", - "properties": { - "server": { - "type": "string" - }, - "database": { - "type": "string" - } - }, - "required": [ - "server", - "database" - ] - }, - "edits": { - "description": "Sequential list of schema edits for apply_edits (fail-fast, non-atomic). Each successful edit becomes a separate undo step in the UI.", - "type": "array", - "items": { - "oneOf": [ - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "add_table" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "initialColumns": { - "type": "array", - "items": { - "type": "object", - "description": "Column payload for add_table/add_column. Provide base dataType plus maxLength/precision/scale parameters (do not embed parameters in dataType).", - "properties": { - "name": { - "type": "string" - }, - "dataType": { - "description": "Base SQL type name only (case-insensitive). Examples: \"int\", \"nvarchar\", \"decimal\", \"datetime2\". Do NOT include parameters like \"nvarchar(200)\" or \"decimal(18,2)\" here.", - "type": "string" - }, - "maxLength": { - "description": "Optional. For types that take a length, use a numeric string (e.g., \"200\") or \"MAX\".", - "type": [ - "string", - "null" - ] - }, - "precision": { - "type": [ - "number", - "null" - ] - }, - "scale": { - "type": [ - "number", - "null" - ] - }, - "isPrimaryKey": { - "type": [ - "boolean", - "null" - ] - }, - "isIdentity": { - "type": [ - "boolean", - "null" - ] - }, - "identitySeed": { - "type": [ - "number", - "null" - ] - }, - "identityIncrement": { - "type": [ - "number", - "null" - ] - }, - "isNullable": { - "type": [ - "boolean", - "null" - ] - }, - "defaultValue": { - "type": [ - "string", - "null" - ] - }, - "isComputed": { - "type": [ - "boolean", - "null" - ] - }, - "computedFormula": { - "type": [ - "string", - "null" - ] - }, - "computedPersisted": { - "type": [ - "boolean", - "null" - ] - } - }, - "required": [ - "name", - "dataType" - ], - "additionalProperties": false - } - } - }, - "required": [ - "op", - "table" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "drop_table" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - } - }, - "required": [ - "op", - "table" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "set_table" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "set": { - "description": "For set_table, include name and/or schema (at least one field).", - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "schema": { - "type": "string" - } - }, - "additionalProperties": false - } - }, - "required": [ - "op", - "table", - "set" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "add_column" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "column": { - "type": "object", - "description": "Column payload for add_table/add_column. Provide base dataType plus maxLength/precision/scale parameters (do not embed parameters in dataType).", - "properties": { - "name": { - "type": "string" - }, - "dataType": { - "description": "Base SQL type name only (case-insensitive). Examples: \"int\", \"nvarchar\", \"decimal\", \"datetime2\". Do NOT include parameters like \"nvarchar(200)\" or \"decimal(18,2)\" here.", - "type": "string" - }, - "maxLength": { - "description": "Optional. For types that take a length, use a numeric string (e.g., \"200\") or \"MAX\".", - "type": [ - "string", - "null" - ] - }, - "precision": { - "type": [ - "number", - "null" - ] - }, - "scale": { - "type": [ - "number", - "null" - ] - }, - "isPrimaryKey": { - "type": [ - "boolean", - "null" - ] - }, - "isIdentity": { - "type": [ - "boolean", - "null" - ] - }, - "identitySeed": { - "type": [ - "number", - "null" - ] - }, - "identityIncrement": { - "type": [ - "number", - "null" - ] - }, - "isNullable": { - "type": [ - "boolean", - "null" - ] - }, - "defaultValue": { - "type": [ - "string", - "null" - ] - }, - "isComputed": { - "type": [ - "boolean", - "null" - ] - }, - "computedFormula": { - "type": [ - "string", - "null" - ] - }, - "computedPersisted": { - "type": [ - "boolean", - "null" - ] - } - }, - "required": [ - "name", - "dataType" - ], - "additionalProperties": false - } - }, - "required": [ - "op", - "table", - "column" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "drop_column" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "column": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name" - ], - "additionalProperties": false - } - }, - "required": [ - "op", - "table", - "column" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "set_column" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "column": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name" - ], - "additionalProperties": false - }, - "set": { - "description": "For set_column, include any subset of column fields (at least one field). Do not embed parameters in dataType.", - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "dataType": { - "type": "string" - }, - "maxLength": { - "type": [ - "string", - "null" - ] - }, - "precision": { - "type": [ - "number", - "null" - ] - }, - "scale": { - "type": [ - "number", - "null" - ] - }, - "isPrimaryKey": { - "type": [ - "boolean", - "null" - ] - }, - "isIdentity": { - "type": [ - "boolean", - "null" - ] - }, - "identitySeed": { - "type": [ - "number", - "null" - ] - }, - "identityIncrement": { - "type": [ - "number", - "null" - ] - }, - "isNullable": { - "type": [ - "boolean", - "null" - ] - }, - "defaultValue": { - "type": [ - "string", - "null" - ] - }, - "isComputed": { - "type": [ - "boolean", - "null" - ] - }, - "computedFormula": { - "type": [ - "string", - "null" - ] - }, - "computedPersisted": { - "type": [ - "boolean", - "null" - ] - } - }, - "additionalProperties": false - } - }, - "required": [ - "op", - "table", - "column", - "set" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "add_foreign_key" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "foreignKey": { - "description": "Foreign key payload. Use foreignKey.mappings (NOT foreignKey.columns).", - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "referencedTable": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "mappings": { - "description": "Column mappings (required). Each item maps a column in the source table to a column in the referenced table.", - "type": "array", - "items": { - "type": "object", - "properties": { - "column": { - "type": "string" - }, - "referencedColumn": { - "type": "string" - } - }, - "required": [ - "column", - "referencedColumn" - ], - "additionalProperties": false - } - }, - "onDeleteAction": { - "description": "0=CASCADE, 1=NO_ACTION, 2=SET_NULL, 3=SET_DEFAULT", - "type": "number", - "enum": [ - 0, - 1, - 2, - 3 - ] - }, - "onUpdateAction": { - "description": "0=CASCADE, 1=NO_ACTION, 2=SET_NULL, 3=SET_DEFAULT", - "type": "number", - "enum": [ - 0, - 1, - 2, - 3 - ] - } - }, - "required": [ - "name", - "referencedTable", - "mappings", - "onDeleteAction", - "onUpdateAction" - ], - "additionalProperties": false - } - }, - "required": [ - "op", - "table", - "foreignKey" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "drop_foreign_key" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "foreignKey": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name" - ], - "additionalProperties": false - } - }, - "required": [ - "op", - "table", - "foreignKey" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "op": { - "type": "string", - "enum": [ - "set_foreign_key" - ] - }, - "table": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "foreignKey": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "name" - ], - "additionalProperties": false - }, - "name": { - "type": "string" - }, - "referencedTable": { - "type": "object", - "properties": { - "schema": { - "type": "string" - }, - "name": { - "type": "string" - }, - "id": { - "type": "string" - } - }, - "required": [ - "schema", - "name" - ], - "additionalProperties": false - }, - "mappings": { - "type": "array", - "items": { - "type": "object", - "properties": { - "column": { - "type": "string" - }, - "referencedColumn": { - "type": "string" - } - }, - "required": [ - "column", - "referencedColumn" - ], - "additionalProperties": false - } - }, - "onDeleteAction": { - "description": "0=CASCADE, 1=NO_ACTION, 2=SET_NULL, 3=SET_DEFAULT", - "type": [ - "number", - "null" - ], - "enum": [ - 0, - 1, - 2, - 3, - null - ] - }, - "onUpdateAction": { - "description": "0=CASCADE, 1=NO_ACTION, 2=SET_NULL, 3=SET_DEFAULT", - "type": [ - "number", - "null" - ], - "enum": [ - 0, - 1, - 2, - 3, - null - ] - } - }, - "anyOf": [ - { - "required": [ - "name" - ] - }, - { - "required": [ - "referencedTable" - ] - }, - { - "required": [ - "mappings" - ] - }, - { - "required": [ - "onDeleteAction" - ] - }, - { - "required": [ - "onUpdateAction" - ] - } - ], - "required": [ - "op", - "table", - "foreignKey" - ], - "additionalProperties": false - } - ] - } - } - } - }, - "options": { - "description": "Read options. get_overview.options.includeColumns: 'none'|'names'|'namesAndTypes' (default 'namesAndTypes'). get_table.options.includeColumns: 'none'|'names'|'namesAndTypes'|'full' (default 'namesAndTypes'). get_table.options.includeForeignKeys: boolean (default false).", - "title": "Options", - "type": "object", - "properties": { - "includeColumns": { - "type": "string", - "enum": [ - "none", - "names", - "namesAndTypes", - "full" - ] - }, - "includeForeignKeys": { - "type": "boolean" - } - } - } - }, - "oneOf": [ - { - "properties": { - "operation": { - "enum": [ - "show" - ] - } - }, - "oneOf": [ - { - "required": [ - "connectionId" - ] - }, - { - "required": [ - "connectionName" - ] - } - ] - }, - { - "properties": { - "operation": { - "enum": [ - "get_overview" - ] - } - } - }, - { - "properties": { - "operation": { - "enum": [ - "get_table" - ] - }, - "payload": { - "type": "object", - "required": [ - "table" - ], - "properties": { - "table": { - "anyOf": [ - { - "required": [ - "id" - ] - }, - { - "required": [ - "schema", - "name" - ] - } - ] - } - } - } - }, - "required": [ - "payload" - ] - }, - { - "properties": { - "operation": { - "enum": [ - "apply_edits" - ] - }, - "payload": { - "type": "object", - "required": [ - "expectedVersion", - "edits" - ], - "properties": { - "expectedVersion": { - "type": "string", - "minLength": 1 - }, - "edits": { - "type": "array", - "minItems": 1, - "items": { - "$ref": "#/properties/payload/properties/edits/items" - } - } - } - } - }, - "required": [ - "payload" - ] - } - ], - "required": [ - "operation" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "Schema Designer", - "toolReferenceName": "mssql_schema_designer", - "userDescription": "Open or manage the active schema designer (no connection needed if it is already open).", - "icon": "$(edit)" - }, - { - "name": "mssql_dab", - "modelDescription": "Work with the Data API builder configuration in the currently active schema designer. Use 'get_state' to inspect it and 'apply_changes' to modify it; use 'show' only to open the Data API builder view with exactly one of connectionId or connectionName when needed. Operations: 'get_state' returns the current version, summary, and bounded configuration state (full config may be omitted for large configurations); 'apply_changes' uses payload { expectedVersion, targetHint?, changes } and returns the post-mutation version plus summary, with optional returnState control. Mutations require 'expectedVersion'; on mismatch, returns 'stale_state' with the current version and latest summary/config according to returnState. Entity refs are either { id }, { schemaName, tableName } for table compatibility, or { schemaName, sourceName, sourceType } where sourceType is table, view, or stored-procedure. Column refs are either { id } or { name }. Change types: { type: 'set_api_types', apiTypes }, { type: 'add_entity', entity }, { type: 'remove_entity', entity }, { type: 'set_entity_enabled', entity, isEnabled }, { type: 'set_entity_actions', entity, enabledActions }, { type: 'set_column_exposed', entity, column, isExposed }, { type: 'patch_entity_settings', entity, set }, { type: 'set_only_enabled_entities', entities }, { type: 'set_all_entities_enabled', isEnabled }. patch_entity_settings.set supports entityName, authorizationRole, customRestPath, restEnabled, customGraphQLType, graphQLEnabled, table-only mcpDmlToolsEnabled, and stored-procedure-only storedProcedureRestMethods, storedProcedureGraphQLOperation, exposeAsMcpCustomTool.", - "tags": [ - "databases", - "mssql", - "dab", - "schema", - "api" - ], - "inputSchema": { - "type": "object", - "$defs": { - "sourceType": { - "type": "string", - "enum": [ - "table", - "view", - "stored-procedure" - ] - }, - "entityRef": { - "oneOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "id" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "schemaName": { - "type": "string", - "minLength": 1 - }, - "tableName": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "schemaName", - "tableName" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "schemaName": { - "type": "string", - "minLength": 1 - }, - "sourceName": { - "type": "string", - "minLength": 1 - }, - "sourceType": { - "$ref": "#/$defs/sourceType" - } - }, - "required": [ - "schemaName", - "sourceName", - "sourceType" - ], - "additionalProperties": false - } - ] - }, - "columnRef": { - "oneOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "id" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "name" - ], - "additionalProperties": false - } - ] - }, - "advancedSettingsPatch": { - "type": "object", - "properties": { - "entityName": { - "type": "string", - "minLength": 1 - }, - "authorizationRole": { - "type": "string", - "enum": [ - "anonymous", - "authenticated" - ] - }, - "customRestPath": { - "description": "Entity REST path override (for example: 't_41'). Use null to clear.", - "oneOf": [ - { - "type": "string", - "minLength": 1 - }, - { - "type": "null" - } - ] - }, - "restEnabled": { - "description": "When true, exposes the entity through REST if REST is globally enabled.", - "type": "boolean" - }, - "customGraphQLType": { - "description": "Entity GraphQL type override. Use null to clear.", - "oneOf": [ - { - "type": "string", - "minLength": 1 - }, - { - "type": "null" - } - ] - }, - "graphQLEnabled": { - "description": "When true, exposes the entity through GraphQL if GraphQL is globally enabled.", - "type": "boolean" - }, - "mcpDmlToolsEnabled": { - "description": "Table only. When true, exposes the table through generic MCP DML tools (create/read/update/delete) if MCP is globally enabled. When false, emits mcp { dml-tools: false } for the table.", - "type": "boolean" - }, - "storedProcedureRestMethods": { - "description": "Stored procedure only. HTTP methods that can execute the stored procedure through REST. Use null to clear and use the DAB default.", - "oneOf": [ - { - "type": "array", - "minItems": 1, - "uniqueItems": true, - "items": { - "type": "string", - "enum": [ - "get", - "post", - "put", - "patch", - "delete" - ] - } - }, - { - "type": "null" - } - ] - }, - "storedProcedureGraphQLOperation": { - "description": "Stored procedure only. GraphQL operation kind for the stored procedure.", - "type": "string", - "enum": [ - "query", - "mutation" - ] - }, - "exposeAsMcpCustomTool": { - "description": "Stored procedure only. When true, exposes the stored procedure as a dedicated MCP custom tool and hides it from generic MCP DML tools.", - "type": "boolean" - } - }, - "minProperties": 1, - "additionalProperties": false - } - }, - "properties": { - "operation": { - "description": "The operation to perform on Data API builder. Supported values: 'get_state', 'apply_changes', 'show'.", - "title": "Operation", - "type": "string", - "enum": [ - "get_state", - "apply_changes", - "show" - ] - }, - "connectionId": { - "description": "VS Code runtime connection ID to use when opening Data API builder (show operation only). Do not use this field for a ConnectionId returned by a SQL Tools MCP tool. Provide exactly one of connectionId or connectionName. Do not include for get_state/apply_changes when an active designer is already open.", - "title": "Connection ID", - "type": "string", - "minLength": 1 - }, - "connectionName": { - "description": "SQL Tools MCP registered connection name to use when opening Data API builder (show operation only). Pass a ConnectionId returned by a SQL Tools MCP tool in this connectionName field. Provide exactly one of connectionId or connectionName. Do not include for get_state/apply_changes when an active designer is already open.", - "title": "Connection Name", - "type": "string", - "minLength": 1 - }, - "payload": { - "description": "Operation-specific payload. apply_changes: { expectedVersion, targetHint?, changes }. Change types: set_api_types { apiTypes }, add_entity { entity }, remove_entity { entity }, set_entity_enabled { entity, isEnabled }, set_entity_actions { entity, enabledActions }, set_column_exposed { entity, column, isExposed }, patch_entity_settings { entity, set }, set_only_enabled_entities { entities }, set_all_entities_enabled { isEnabled }.", - "title": "Payload", - "type": "object", - "properties": { - "expectedVersion": { - "description": "Required for apply_changes. Must match the version returned by the most recent get_state.", - "type": "string", - "minLength": 1 - }, - "targetHint": { - "description": "Optional server+database hint for apply_changes. If provided and it does not match the active designer, the tool fails with reason 'target_mismatch' and applies no changes.", - "type": "object", - "properties": { - "server": { - "type": "string", - "minLength": 1 - }, - "database": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "server", - "database" - ], - "additionalProperties": false - }, - "changes": { - "description": "Sequential list of DAB changes for apply_changes.", - "type": "array", - "minItems": 1, - "items": { - "oneOf": [ - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "set_api_types" - ] - }, - "apiTypes": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "rest", - "graphql", - "mcp" - ] - }, - "minItems": 1, - "uniqueItems": true - } - }, - "required": [ - "type", - "apiTypes" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "add_entity" - ] - }, - "entity": { - "$ref": "#/$defs/entityRef" - } - }, - "required": [ - "type", - "entity" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "remove_entity" - ] - }, - "entity": { - "$ref": "#/$defs/entityRef" - } - }, - "required": [ - "type", - "entity" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "set_entity_enabled" - ] - }, - "entity": { - "$ref": "#/$defs/entityRef" - }, - "isEnabled": { - "type": "boolean" - } - }, - "required": [ - "type", - "entity", - "isEnabled" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "set_entity_actions" - ] - }, - "entity": { - "$ref": "#/$defs/entityRef" - }, - "enabledActions": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "create", - "read", - "update", - "delete", - "execute" - ] - }, - "minItems": 1, - "uniqueItems": true - } - }, - "required": [ - "type", - "entity", - "enabledActions" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "set_column_exposed" - ] - }, - "entity": { - "$ref": "#/$defs/entityRef" - }, - "column": { - "$ref": "#/$defs/columnRef" - }, - "isExposed": { - "type": "boolean" - } - }, - "required": [ - "type", - "entity", - "column", - "isExposed" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "patch_entity_settings" - ] - }, - "entity": { - "$ref": "#/$defs/entityRef" - }, - "set": { - "description": "Patch advanced settings. Example: { entityName: '41', authorizationRole: 'authenticated', restEnabled: true, customRestPath: 't_41', graphQLEnabled: true, customGraphQLType: null, mcpDmlToolsEnabled: true, storedProcedureRestMethods: ['post'], storedProcedureGraphQLOperation: 'mutation', exposeAsMcpCustomTool: true }. mcpDmlToolsEnabled is table-only. Stored procedure settings are only valid for stored procedures.", - "$ref": "#/$defs/advancedSettingsPatch" - } - }, - "required": [ - "type", - "entity", - "set" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "set_only_enabled_entities" - ] - }, - "entities": { - "type": "array", - "items": { - "$ref": "#/$defs/entityRef" - }, - "minItems": 1 - } - }, - "required": [ - "type", - "entities" - ], - "additionalProperties": false - }, - { - "type": "object", - "properties": { - "type": { - "type": "string", - "enum": [ - "set_all_entities_enabled" - ] - }, - "isEnabled": { - "type": "boolean" - } - }, - "required": [ - "type", - "isEnabled" - ], - "additionalProperties": false - } - ] - } - } - }, - "required": [ - "expectedVersion", - "changes" - ], - "additionalProperties": false - }, - "options": { - "description": "Optional operation settings. apply_changes: { returnState }.", - "title": "Options", - "type": "object", - "properties": { - "returnState": { - "type": "string", - "enum": [ - "full", - "summary", - "none" - ] - } - }, - "additionalProperties": false - } - }, - "required": [ - "operation" - ], - "additionalProperties": false - }, - "canBeReferencedInPrompt": true, - "displayName": "Data API builder", - "toolReferenceName": "mssql_dab", - "userDescription": "Open or manage Data API builder settings for a connection or the active designer.", - "icon": "$(database)" - }, - { - "name": "mssql_connect", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "Connect to an MSSQL database server using a server name, an optional database name, and an optional profileId. The server name must be retrieved from mssql_list_servers. The profileId should be used ONLY when the user explicitly mentions a profile name, profile ID, or wants to connect 'using profile X'. Returns a connection ID that is used to interact with the database with other mssql tools. If a specific database is given and the connection fails, use mssql_list_databases against a connection to the default database to find the correct database name. The connection ID is a UUID.", - "tags": [ - "databases", - "mssql", - "connection" - ], - "inputSchema": { - "type": "object", - "properties": { - "serverName": { - "description": "Server name to connect to. Should be validated with mssql_list_servers.", - "title": "Server Name", - "type": "string" - }, - "database": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "null" - } - ], - "default": null, - "description": "Optional database name to connect to. If omitted, uses the server's default database.", - "title": "Database Name" - }, - "profileId": { - "description": "ID of a saved connection profile to use for connecting. Use ONLY when the user explicitly mentions a profile name, profile ID, or wants to connect 'using profile X'.", - "title": "Profile ID", - "anyOf": [ - { - "type": "string" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "serverName" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "Connect to MSSQL Server or Database", - "toolReferenceName": "mssql_connect", - "userDescription": "Connect to a MSSQL server or database.", - "icon": "$(plug)" - }, - { - "name": "mssql_disconnect", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "Disconnect from a server or specific database. Returns a success message.", - "tags": [ - "databases", - "mssql", - "disconnection" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to disconnect.", - "title": "Connection ID", - "type": "string" - } - }, - "required": [ - "connectionId" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "Disconnect from MSSQL Server or Database", - "toolReferenceName": "mssql_disconnect", - "userDescription": "Disconnect from a MSSQL server or database.", - "icon": "$(debug-disconnect)" - }, - { - "name": "mssql_list_servers", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "List all available MSSQL servers. Returns a list of server names.", - "tags": [ - "databases", - "mssql", - "server", - "list" - ], - "canBeReferencedInPrompt": true, - "displayName": "List MSSQL Servers", - "toolReferenceName": "mssql_list_servers", - "userDescription": "List all available MSSQL servers.", - "icon": "$(server)" - }, - { - "name": "mssql_list_databases", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "List all available databases for a connected MSSQL server. Returns a list of database names.", - "tags": [ - "databases", - "mssql", - "list" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to list databases for.", - "title": "Connection ID", - "type": "string" - } - }, - "required": [ - "connectionId" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "List MSSQL Databases", - "toolReferenceName": "mssql_list_databases", - "userDescription": "List all available databases for a connected MSSQL server.", - "icon": "$(database)" - }, - { - "name": "mssql_get_connection_details", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "Get connection details for a specific connection ID. Returns connection information including server, database, authentication type, and user details.", - "tags": [ - "databases", - "mssql", - "connection", - "details" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to get details for.", - "title": "Connection ID", - "type": "string" - } - }, - "required": [ - "connectionId" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "Get MSSQL Connection Details", - "toolReferenceName": "mssql_get_connection_details", - "userDescription": "Get connection details for a specific MSSQL connection.", - "icon": "$(info)" - }, - { - "name": "mssql_change_database", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "Change the database for an existing MSSQL connection. Before changing, consider using mssql_list_databases to show available database options to the user. Disconnects from current database and reconnects to the specified database using the same connection credentials.", - "tags": [ - "databases", - "mssql", - "connection", - "change" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to change database for.", - "title": "Connection ID", - "type": "string" - }, - "database": { - "description": "Database name to switch to.", - "title": "Database Name", - "type": "string" - } - }, - "required": [ - "connectionId", - "database" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "Change MSSQL Database", - "toolReferenceName": "mssql_change_database", - "userDescription": "Change the database for an existing MSSQL connection.", - "icon": "$(arrow-swap)" - }, - { - "name": "mssql_list_tables", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "List all tables in a specific database for a connected MSSQL server. Returns a list of table names with schema information.", - "tags": [ - "databases", - "mssql", - "tables", - "list" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to list tables for.", - "title": "Connection ID", - "type": "string" - } - }, - "required": [ - "connectionId" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "List MSSQL Tables", - "toolReferenceName": "mssql_list_tables", - "userDescription": "List all tables in a database for a connected MSSQL server." - }, - { - "name": "mssql_list_schemas", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "List all schemas in a specific database for a connected MSSQL server. Returns a list of schema names.", - "tags": [ - "databases", - "mssql", - "schemas", - "list" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to list schemas for.", - "title": "Connection ID", - "type": "string" - } - }, - "required": [ - "connectionId" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "List MSSQL Schemas", - "toolReferenceName": "mssql_list_schemas", - "userDescription": "List all schemas in a database for a connected MSSQL server.", - "icon": "$(symbol-namespace)" - }, - { - "name": "mssql_list_views", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "List all views in a specific database for a connected MSSQL server. Returns a list of view names with schema information.", - "tags": [ - "databases", - "mssql", - "views", - "list" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to list views for.", - "title": "Connection ID", - "type": "string" - } - }, - "required": [ - "connectionId" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "List MSSQL Views", - "toolReferenceName": "mssql_list_views", - "userDescription": "List all views in a database for a connected MSSQL server.", - "icon": "$(eye)" - }, - { - "name": "mssql_list_functions", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "List all functions in a specific database for a connected MSSQL server. Returns a list of function names with schema information.", - "tags": [ - "databases", - "mssql", - "functions", - "list" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to list functions for.", - "title": "Connection ID", - "type": "string" - } - }, - "required": [ - "connectionId" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "List MSSQL Functions", - "toolReferenceName": "mssql_list_functions", - "userDescription": "List all functions in a database for a connected MSSQL server.", - "icon": "$(symbol-function)" - }, - { - "name": "mssql_run_query", - "when": "!config.mssql.copilot.enableSqlToolsMcp", - "modelDescription": "Execute a SQL query against a connected MSSQL database. Returns query results including row count, column information, and data rows. Use this tool to run SELECT, INSERT, UPDATE, DELETE, or other SQL statements. IMPORTANT: This tool will execute ANY SQL statement provided - be extremely careful with write operations (INSERT, UPDATE, DELETE, CREATE, ALTER, DROP) as they will modify or destroy data. Always verify the query is safe before execution, especially for operations without WHERE clauses or that affect system objects.", - "tags": [ - "databases", - "mssql", - "query", - "execute", - "sql" - ], - "inputSchema": { - "type": "object", - "properties": { - "connectionId": { - "description": "Connection ID to execute the query against.", - "title": "Connection ID", - "type": "string" - }, - "query": { - "description": "SQL query to execute.", - "title": "SQL Query", - "type": "string" - }, - "queryTypes": { - "description": "Classification of SQL operation types present in the query. Used for telemetry to understand tool usage patterns without capturing user content. Analyze the query and select all operation types that apply.", - "title": "Query Types", - "type": "array", - "items": { - "type": "string", - "enum": [ - "SELECT", - "INSERT", - "UPDATE", - "DELETE", - "CREATE", - "ALTER", - "DROP", - "TRUNCATE", - "MERGE", - "JOIN", - "CTE", - "STORED_PROCEDURE", - "FUNCTION", - "VIEW", - "INDEX", - "TRANSACTION", - "GRANT", - "REVOKE", - "BACKUP", - "RESTORE", - "EXEC", - "DECLARE", - "IF", - "WHILE", - "TRY_CATCH", - "TEMP_TABLE", - "CONSTRAINT", - "TRIGGER", - "SET", - "OTHER" - ] - } - }, - "queryIntent": { - "description": "Primary use case or scenario that best describes what the user is trying to accomplish with this query. Used for telemetry to understand user workflows without capturing user content.", - "title": "Query Intent", - "type": "string", - "enum": [ - "data_exploration", - "data_analysis", - "data_migration", - "troubleshooting", - "schema_creation", - "schema_modification", - "schema_exploration", - "data_maintenance", - "data_seeding", - "testing_validation", - "backup_restore", - "performance_tuning", - "learning_education", - "other" - ] - } - }, - "required": [ - "connectionId", - "query", - "queryTypes", - "queryIntent" - ] - }, - "canBeReferencedInPrompt": true, - "displayName": "Run MSSQL Query", - "toolReferenceName": "mssql_run_query", - "userDescription": "Execute a SQL query against a connected MSSQL database.", - "icon": "$(play)" - } - ], - "colors": [ - { - "id": "mssql.resultsGridNullBackground", - "description": "Color for null background in results grid", - "defaults": { - "light": "#FFFFE1", - "dark": "#4B0082", - "highContrastLight": "#FFFFE1", - "highContrast": "#000000" - } - }, - { - "id": "mssql.resultsGridNullForeground", - "description": "Color for null foreground in results grid", - "defaults": { - "light": "editor.foreground", - "dark": "editor.foreground" - } - } - ] - } -} +{ + "name": "mssql", + "displayName": "SQL Server (mssql)", + "version": "1.45.0", + "description": "Design and optimize schemas for SQL Server, Azure SQL, and SQL Database in Fabric using a modern, lightweight extension built for developers", + "publisher": "ms-mssql", + "preview": false, + "license": "SEE LICENSE IN LICENSE.txt", + "aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380", + "icon": "images/extensionIcon.png", + "galleryBanner": { + "color": "#2F2F2F", + "theme": "dark" + }, + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/vscode-mssql.git" + }, + "bugs": { + "url": "https://github.com/Microsoft/vscode-mssql/issues" + }, + "homepage": "https://github.com/Microsoft/vscode-mssql/blob/main/mssql/README.md", + "engines": { + "vscode": "^1.105.0" + }, + "categories": [ + "Programming Languages", + "Azure" + ], + "keywords": [ + "SQL", + "MSSQL", + "SQL database in Fabric", + "Azure SQL Database", + "SQL Server", + "multi-root ready" + ], + "activationEvents": [ + "onUri", + "onCommand:mssql.loadCompletionExtension", + "onNotebook:jupyter-notebook" + ], + "main": "./dist/extension", + "l10n": "./l10n", + "extensionDependencies": [ + "vscode.sql" + ], + "extensionPack": [ + "ms-mssql.data-workspace-vscode", + "ms-mssql.sql-database-projects-vscode", + "ms-mssql.sql-bindings-vscode", + "ms-dotnettools.vscode-dotnet-runtime" + ], + "scripts": { + "build:runtime-localization": "node ../../scripts/localization-generate.js vscode-mssql .", + "build:copy-assets": "node scripts/copy-assets.js", + "build:prepare": "npm run build:copy-assets && npm run build:runtime-localization", + "build:extension": "npm run build:extension:typecheck && npm run build:extension:emit", + "build:extension:typecheck": "tsgo -p tsconfig.extension.json --noEmit", + "build:extension:emit": "tsc -p tsconfig.extension.json --noCheck", + "build:extension-bundle": "node scripts/bundle-extension.js", + "build:webviews": "tsgo -p tsconfig.webviews.json", + "build:webviews-bundle": "node scripts/bundle-webviews.js", + "build:notebook-renderer-bundle": "node scripts/bundle-notebook-renderer.js", + "build": "node scripts/build.js", + "watch:extension": "run-p -l watch:extension:typecheck watch:extension:emit", + "watch:extension:typecheck": "tsgo -watch -p tsconfig.extension.json --noEmit --preserveWatchOutput", + "watch:extension:emit": "tsc -watch -p tsconfig.extension.json --noCheck --preserveWatchOutput", + "watch:extension-bundle": "node scripts/bundle-extension.js --watch", + "watch:webviews": "tsgo -watch -p tsconfig.webviews.json --preserveWatchOutput", + "watch:webviews-bundle": "node scripts/bundle-webviews.js --watch", + "watch:notebook-renderer-bundle": "node scripts/bundle-notebook-renderer.js --watch", + "watch": "npm run build:prepare && run-p -l watch:extension watch:extension-bundle watch:webviews watch:webviews-bundle watch:notebook-renderer-bundle", + "lint": "eslint --quiet --cache ./src ./test", + "localization": "node ../../scripts/localization-extract.js mssql", + "localization:generate-pseudoloc": "node scripts/generate-pseudoloc.js", + "smoketest": "npm run instrument && npm run e2eTest", + "test": "vscode-test --coverage", + "package": "node scripts/package-extension.js", + "install:sqltools-mcp": "node scripts/install-sqltools-mcp.js", + "instrument": "nyc instrument ./dist/views ./dist/views --in-place", + "e2eTest": "npx playwright test && npx nyc report --reporter=cobertura --reporter=text-summary --reporter=html --report-dir=\"coverage/coverage-e2e\" --temp-dir=\"coverage/webviews-coverage\" --include=\"src/webviews/pages/**/*.tsx\"" + }, + "devDependencies": { + "@azure/core-paging": "^1.6.2", + "@ctrl/tinycolor": "^4.2.0", + "@dagrejs/dagre": "^1.1.4", + "@fluentui-contrib/react-data-grid-react-window": "^1.2.0", + "@fluentui/react-components": "^9.72.3", + "@istanbuljs/nyc-config-typescript": "^1.0.2", + "@monaco-editor/react": "^4.6.0", + "@playwright/test": "1.58.2", + "@tanstack/react-virtual": "^3.13.12", + "@types/azdata": "^1.46.6", + "@types/chai": "^5.2.2", + "@types/dockerode": "^3.3.44", + "@types/jquery": "^3.3.31", + "@types/lockfile": "^1.0.2", + "@types/lodash": "^4.17.21", + "@types/mocha": "^5.2.7", + "@types/node": "^22.13.14", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.2", + "@types/react-resizable": "^3.0.8", + "@types/sinon": "^10.0.12", + "@types/sinon-chai": "^4.0.0", + "@types/tmp": "0.0.28", + "@types/tunnel": "0.0.1", + "@types/vscode": "1.101.0", + "@types/vscode-webview": "^1.57.5", + "@types/xmldom": "^0.1.34", + "@typescript/native-preview": "^7.0.0-dev.20260507.1", + "@vscode/l10n": "^0.0.18", + "@vscode/l10n-dev": "^0.0.35", + "@vscode/test-cli": "^0.0.15", + "@vscode/test-electron": "^3.0.0", + "@vscode/vsce": "^3.9.1", + "@xyflow/react": "^12.4.4", + "assert": "^1.4.1", + "azdataGraph": "github:Microsoft/azdataGraph#0.0.139", + "chai": "^5.3.3", + "cli-color": "^2.0.4", + "esbuild": "^0.28.1", + "html-to-image": "1.11.11", + "mocha-junit-reporter": "^2.2.1", + "mocha-multi-reporters": "^1.5.1", + "monaco-editor": "0.53.0", + "npm-run-all": "^4.1.5", + "nyc": "^18.0.0", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "react-markdown": "^9.0.1", + "react-resizable": "^3.0.5", + "react-resizable-panels": "^3.0.2", + "sinon": "^21.0.3", + "sinon-chai": "^4.0.1", + "slickgrid": "github:Microsoft/SlickGrid.ADS#v2.3.51", + "slickgrid-react": "10.8.2", + "source-map-support": "^0.5.21", + "ts-node": "^10.9.2", + "typescript": "^5.8.3", + "vscode-oniguruma": "^2.0.1", + "vscode-textmate": "^9.3.2", + "xliff": "^6.2.1", + "yargs": "^17.7.2" + }, + "dependencies": { + "@azure/arm-maintenance": "^1.0.0-beta.2", + "@azure/arm-resources": "^5.0.0", + "@azure/arm-sql": "^11.0.0-beta.4", + "@azure/arm-storage": "^19.0.0", + "@azure/arm-subscriptions": "^5.0.0", + "@azure/ms-rest-azure-env": "^2.0.0", + "@azure/msal-common": "^16.9.0", + "@azure/msal-node": "^5.2.5", + "@azure/storage-blob": "^12.31.0", + "@microsoft/ads-extension-telemetry": "^3.0.2", + "@microsoft/vscode-azext-azureauth": "^5.1.1", + "@microsoft/vscode-azureresources-api": "^3.1.1", + "@xmldom/xmldom": "^0.9.10", + "axios": "^1.18.0", + "dockerode": "^4.0.9", + "dotenv": "^16.4.5", + "error-ex": "^1.3.0", + "extension-toolkit": "file:../../packages/extension-toolkit", + "figures": "^1.4.0", + "find-remove": "5.1.1", + "fix-path": "^5.0.0", + "has-proto": "^1.2.0", + "jquery": "^3.4.1", + "lockfile": "1.0.4", + "lodash": "^4.18.1", + "opener": "1.5.2", + "plist": "^3.0.6", + "pretty-data": "^0.40.0", + "semver": "^7.7.4", + "shallow-equal": "^3.1.0", + "strip-json-comments": "^5.0.1", + "tar": "^7.5.21", + "tmp": "^0.2.7", + "tunnel": "0.0.6", + "vscode-jsonrpc": "^9.0.0", + "vscode-languageclient": "10.0.0", + "xml-formatter": "^3.6.7", + "yallist": "^5.0.0", + "yauzl": "^3.3.1" + }, + "capabilities": { + "untrustedWorkspaces": { + "supported": true + }, + "virtualWorkspaces": { + "supported": true + } + }, + "contributes": { + "vscode-sql-common-features": { + "uriOwnershipApi": true + }, + "mcpServerDefinitionProviders": [ + { + "id": "mssql-sqltools-mcp", + "when": "config.mssql.copilot.enableSqlToolsMcp", + "label": "%mssql.sqlToolsMcp.serverLabel%" + } + ], + "viewsContainers": { + "activitybar": [ + { + "id": "objectExplorer", + "title": "SQL Server", + "icon": "media/server_page_dark.svg" + } + ], + "panel": [ + { + "id": "queryResult", + "title": "%extension.queryResult%", + "icon": "media/SignIn.svg" + } + ] + }, + "views": { + "queryResult": [ + { + "type": "webview", + "id": "queryResult", + "name": "%extension.queryResult%", + "when": "!config.mssql.openQueryResultsInTabByDefault" + } + ], + "objectExplorer": [ + { + "id": "objectExplorer", + "name": "%extension.connections%", + "icon": "media/objectTypes/Database.svg" + }, + { + "id": "queryHistory", + "name": "%extension.queryHistory%", + "when": "config.mssql.enableQueryHistoryFeature", + "icon": "media/objectTypes/StoredProcedure.svg" + }, + { + "id": "backgroundTasks", + "name": "%extension.backgroundTasks%", + "icon": "media/objectTypes/Queue.svg" + } + ] + }, + "chatParticipants": [ + { + "id": "mssql.agent", + "name": "mssql", + "description": "MSSQL extension GitHub Copilot agent", + "isSticky": true, + "commands": [ + { + "name": "help", + "description": "Provide a list of available commands and their descriptions." + }, + { + "name": "runQuery", + "description": "Execute a SQL query in the currently connected database and return results." + }, + { + "name": "explain", + "description": "Provide natural language explanations for SQL/ORM code, queries, functions, or stored procedures." + }, + { + "name": "fix", + "description": "Detect and correct syntax issues or missing constraints in SQL/ORM code.." + }, + { + "name": "optimize", + "description": "Analyze query performance and suggest improvements (e.g., indexing, restructuring)." + }, + { + "name": "getConnectionDetails", + "description": "Show a complete breakdown of the active connection: server name, database, version, authentication type." + }, + { + "name": "changeDatabase", + "description": "Switch to a different database within the current server." + }, + { + "name": "disconnect", + "description": "Disconnect from the currently connected database." + }, + { + "name": "connect", + "description": "Connect to a database." + }, + { + "name": "showSchema", + "description": "Visualize the structure of the current database schema, including tables, relationships, and keys." + }, + { + "name": "showDefinition", + "description": "Display structure of a specific table, view, function, or stored procedure." + }, + { + "name": "listServers", + "description": "List all available database servers in OE." + }, + { + "name": "listDatabases", + "description": "List all databases on the current server." + }, + { + "name": "listSchemas", + "description": "List all schemas in the current database." + }, + { + "name": "listTables", + "description": "List all tables in the current database." + }, + { + "name": "listViews", + "description": "List all views in the current database." + }, + { + "name": "listFunctions", + "description": "List all functions in the current database." + }, + { + "name": "listProcedures", + "description": "List all procedures in the current database." + } + ] + } + ], + "customEditors": [ + { + "viewType": "mssql.executionPlanView", + "displayName": "SQL Server Execution Plan", + "selector": [ + { + "filenamePattern": "*.sqlplan", + "language": "sqlplan" + } + ], + "priority": "default" + } + ], + "notebookRenderer": [ + { + "id": "ms-mssql.sql-result-renderer", + "displayName": "SQL Query Results", + "entrypoint": "./dist/notebookRenderer.js", + "mimeTypes": [ + "application/vnd.mssql.query-result" + ], + "requiresMessaging": "optional" + } + ], + "languages": [ + { + "id": "sql", + "extensions": [ + ".sql" + ], + "aliases": [ + "SQL" + ], + "configuration": "./syntaxes/sql.configuration.json" + }, + { + "id": "sqlplan", + "extensions": [ + ".sqlplan" + ], + "aliases": [ + "SQL Server Execution Plan" + ] + } + ], + "grammars": [ + { + "language": "sql", + "scopeName": "source.sql", + "path": "./syntaxes/SQL.plist", + "unbalancedBracketScopes": [ + "constant.character.bracket.sql" + ] + } + ], + "snippets": [ + { + "language": "sql", + "path": "./snippets/mssql.json" + } + ], + "configurationDefaults": { + "[sql]": { + "editor.wordSeparators": "`~!$%^&*()-=+[{]}\\|;:'\",.<>/?" + } + }, + "submenus": [ + { + "id": "mssql.copilot.editorSubmenu", + "title": "%mssql.copilot.editorSubmenu%", + "label": "%mssql.copilot.editorSubmenu%" + }, + { + "id": "mssql.sqlScriptsSubmenu", + "title": "%mssql.sqlScriptsSubmenu%", + "label": "%mssql.sqlScriptsSubmenu%" + } + ], + "menus": { + "editor/title": [ + { + "command": "mssql.runQueryWithUriOwnership", + "when": "editorLangId == sql && !isInDiffEditor && resourcePath not in mssql.runningQueries && !mssql.hideUIElements && mssql.hasCoordinatingExtensionsWithUriOwnership && resource not in mssql.connections && resource not in mssql.connecting", + "group": "navigation@1" + }, + { + "command": "mssql.runQuery", + "when": "editorLangId == sql && !isInDiffEditor && resourcePath not in mssql.runningQueries && !mssql.hideUIElements && resource not in mssql.connecting && (resource in mssql.connections || !mssql.hasCoordinatingExtensionsWithUriOwnership)", + "group": "navigation@1" + }, + { + "command": "mssql.cancelQuery", + "when": "editorLangId == sql && !isInDiffEditor && resourcePath in mssql.runningQueries", + "group": "navigation@2" + }, + { + "command": "mssql.revealQueryResult", + "when": "editorLangId == sql && resource in mssql.connections && !isInDiffEditor", + "group": "navigation@2" + }, + { + "command": "mssql.connectWithUriOwnership", + "when": "editorLangId == sql && !isInDiffEditor && resource not in mssql.connections && !mssql.hideUIElements && mssql.hasCoordinatingExtensionsWithUriOwnership && resource not in mssql.connecting", + "group": "navigation@3" + }, + { + "command": "mssql.connect", + "when": "editorLangId == sql && !isInDiffEditor && resource not in mssql.connections && !mssql.hideUIElements && !mssql.hasCoordinatingExtensionsWithUriOwnership && resource not in mssql.connecting", + "group": "navigation@3" + }, + { + "command": "mssql.cancelConnect", + "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connecting && resourcePath not in mssql.runningQueries", + "group": "navigation@3" + }, + { + "command": "mssql.disconnect", + "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries", + "group": "navigation@3" + }, + { + "command": "mssql.changeConnection", + "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries", + "group": "navigation@4" + }, + { + "command": "mssql.changeDatabase", + "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries", + "group": "navigation@5" + }, + { + "command": "mssql.showEstimatedPlan", + "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries", + "group": "navigation@10" + }, + { + "command": "mssql.enableActualPlan", + "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && (resource not in mssql.executionPlan.urisWithActualPlanEnabled) && (resourcePath not in mssql.runningQueries)", + "group": "navigation@11" + }, + { + "command": "mssql.disableActualPlan", + "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && (resource in mssql.executionPlan.urisWithActualPlanEnabled) && (resourcePath not in mssql.runningQueries)", + "group": "navigation@12" + } + ], + "editor/context": [ + { + "command": "mssql.runQuery", + "when": "editorLangId == sql && !mssql.hideUIElements", + "group": "0_mssql" + }, + { + "command": "mssql.changeConnection", + "when": "editorLangId == sql && !isInDiffEditor && resource in mssql.connections && resourcePath not in mssql.runningQueries && !mssql.hideUIElements", + "group": "0_mssql" + }, + { + "submenu": "mssql.copilot.editorSubmenu", + "when": "editorLangId == sql && mssql.copilot.isGHCInstalled && !mssql.hideUIElements", + "group": "0_mssql" + } + ], + "mssql.copilot.editorSubmenu": [ + { + "command": "mssql.copilot.explainQuery", + "when": "editorLangId == sql && mssql.copilot.isGHCInstalled", + "title": "%mssql.copilot.explainQuery%", + "group": "navigation@1" + }, + { + "command": "mssql.copilot.rewriteQuery", + "when": "editorLangId == sql && mssql.copilot.isGHCInstalled", + "title": "%mssql.copilot.rewriteQuery%", + "group": "navigation@2" + }, + { + "command": "mssql.copilot.analyzeQueryPerformance", + "when": "editorLangId == sql && mssql.copilot.isGHCInstalled", + "title": "%mssql.copilot.analyzeQueryPerformance%", + "group": "navigation@3" + } + ], + "mssql.sqlScriptsSubmenu": [ + { + "command": "mssql.scriptCreate", + "group": "1_scripts@1" + }, + { + "command": "mssql.scriptDelete", + "group": "1_scripts@2" + } + ], + "view/title": [ + { + "command": "mssql.addObjectExplorer", + "when": "view == objectExplorer", + "title": "%mssql.addObjectExplorer%", + "group": "navigation" + }, + { + "command": "mssql.connectionGroups.create", + "when": "view == objectExplorer", + "title": "%mssql.connectionGroups.create%", + "group": "navigation" + }, + { + "command": "mssql.startQueryHistoryCapture", + "when": "view == queryHistory && config.mssql.enableQueryHistoryFeature && !config.mssql.enableQueryHistoryCapture", + "title": "%mssql.startQueryHistoryCapture%", + "group": "navigation" + }, + { + "command": "mssql.pauseQueryHistoryCapture", + "when": "view == queryHistory && config.mssql.enableQueryHistoryFeature && config.mssql.enableQueryHistoryCapture", + "title": "%mssql.pauseQueryHistoryCapture%", + "group": "navigation" + }, + { + "command": "mssql.clearAllQueryHistory", + "when": "view == queryHistory", + "title": "%mssql.clearAllQueryHistory%", + "group": "secondary" + }, + { + "command": "mssql.clearFinishedBackgroundTasks", + "when": "view == backgroundTasks", + "title": "%mssql.clearFinishedBackgroundTasks%", + "group": "navigation" + }, + { + "command": "mssql.objectExplorer.enableGroupBySchema", + "when": "view == objectExplorer && !config.mssql.objectExplorer.groupBySchema", + "title": "%mssql.objectExplorer.enableGroupBySchema%", + "group": "navigation" + }, + { + "command": "mssql.objectExplorer.disableGroupBySchema", + "when": "view == objectExplorer && config.mssql.objectExplorer.groupBySchema", + "title": "%mssql.objectExplorer.disableGroupBySchema%", + "group": "navigation" + }, + { + "command": "mssql.deployNewDatabase", + "when": "view == objectExplorer", + "title": "%mssql.newDeployment%", + "group": "navigation" + }, + { + "command": "mssql.shortcutsConfiguration.open", + "when": "view == objectExplorer", + "title": "%mssql.shortcutsConfiguration.open%", + "group": "navigation" + } + ], + "view/item/context": [ + { + "command": "mssql.openInMssqlExtensionFromAzureResources", + "when": "view == azureResourceGroups && viewItem =~ /\\b(SqlServers|SqlDatabases)\\b/", + "group": "1_MSSQL_primary@0" + }, + { + "command": "mssql.addObjectExplorer", + "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", + "title": "%mssql.addObjectExplorer%", + "group": "0_MSSQL_connectionGroups@0" + }, + { + "command": "mssql.connectionGroups.edit", + "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", + "group": "0_MSSQL_connectionGroups@1" + }, + { + "command": "mssql.connectionGroups.delete", + "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", + "group": "0_MSSQL_connectionGroups@9" + }, + { + "command": "mssql.objectExplorerNewQuery", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/", + "group": "1_MSSQL_primary@1" + }, + { + "command": "mssql.createDatabase", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Folder)\\b.*\\bsubType=(Databases)\\b/", + "group": "3_MSSQL_instanceDatabaseActions@1" + }, + { + "command": "mssql.editConnection", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/", + "group": "2_MSSQL_connection@1" + }, + { + "command": "mssql.disconnectObjectExplorerNode", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/", + "group": "2_MSSQL_connection@2" + }, + { + "command": "mssql.removeObjectExplorerNode", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/", + "group": "2_MSSQL_connection@3" + }, + { + "command": "mssql.profiler.launchFromObjectExplorer", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/ && !(viewItem =~ /\\btype=Database\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "4_MSSQL_discoverAndProfile@2" + }, + { + "command": "mssql.profiler.launchFromDatabase", + "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "3_MSSQL_databaseDiscover@2" + }, + { + "command": "mssql.schemaDesigner", + "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "2a_MSSQL_databaseDesign@1" + }, + { + "command": "mssql.buildDataApi", + "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "2a_MSSQL_databaseDesign@2" + }, + { + "command": "mssql.schemaCompare", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/", + "group": "7_MSSQL_compareAndDacpac@1" + }, + { + "command": "mssql.searchDatabase", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/ && !(viewItem =~ /\\btype=Database\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "4_MSSQL_discoverAndProfile@1" + }, + { + "command": "mssql.searchDatabase", + "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "3_MSSQL_databaseDiscover@1" + }, + { + "command": "mssql.dacpacDialog.launch", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/", + "group": "7_MSSQL_compareAndDacpac@2" + }, + { + "command": "mssql.renameDatabase", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Database)\\b/", + "group": "4_MSSQL_databaseMaintenance@1" + }, + { + "command": "mssql.dropDatabase", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Database)\\b/", + "group": "4_MSSQL_databaseMaintenance@5" + }, + { + "command": "mssql.backupDatabase", + "when": "view == objectExplorer && viewItem =~ /\\b(type|subType)=(Database|DockerContainerDatabase)\\b/", + "group": "4_MSSQL_databaseMaintenance@2" + }, + { + "command": "mssql.createDatabase", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b(?!.*\\bsubType=(Database|DockerContainerDatabase)\\b)/", + "group": "3_MSSQL_instanceDatabaseActions@1" + }, + { + "command": "mssql.restoreDatabase", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/ && !(viewItem =~ /\\btype=Database\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "3_MSSQL_instanceDatabaseActions@3" + }, + { + "command": "mssql.restoreDatabase", + "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "4_MSSQL_databaseMaintenance@3" + }, + { + "command": "mssql.flatFileImport", + "when": "view == objectExplorer && viewItem =~ /\\btype=Server\\b/ && !(viewItem =~ /\\btype=Database\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "3_MSSQL_instanceDatabaseActions@4" + }, + { + "command": "mssql.flatFileImport", + "when": "view == objectExplorer && (viewItem =~ /\\btype=(Database)\\b/ || viewItem =~ /\\bsubType=(Database|DockerContainerDatabase)\\b/)", + "group": "4_MSSQL_databaseMaintenance@4" + }, + { + "command": "mssql.notebooks.createNotebook", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/", + "group": "8_MSSQL_sqlProjectsAndNotebooks@2" + }, + { + "command": "mssql.objectExplorerNewQuery", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable)\\b/", + "group": "1_MSSQL_primary@1" + }, + { + "command": "mssql.scriptSelect", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable)\\b/", + "group": "1_MSSQL_primary@2" + }, + { + "command": "mssql.tableExplorer", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/", + "group": "2b_MSSQL_tableActions@1" + }, + { + "command": "mssql.editTable", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/", + "group": "2b_MSSQL_tableActions@2" + }, + { + "submenu": "mssql.sqlScriptsSubmenu", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable)\\b/", + "group": "3a_MSSQL_tableScripts@1" + }, + { + "command": "mssql.scriptSelect", + "when": "view == objectExplorer && viewItem =~ /\\btype=(View)\\b/", + "group": "3_MSSQL_script@1" + }, + { + "command": "mssql.scriptCreate", + "when": "view == objectExplorer && viewItem =~ /\\btype=(View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)\\b/", + "group": "3_MSSQL_script@2" + }, + { + "command": "mssql.scriptDelete", + "when": "view == objectExplorer && viewItem =~ /\\btype=(View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)\\b/", + "group": "3_MSSQL_script@3" + }, + { + "command": "mssql.scriptAlter", + "when": "view == objectExplorer && viewItem =~ /\\btype=(AggregateFunction|PartitionFunction|ScalarValuedFunction|StoredProcedure|TableValuedFunction|View)\\b/", + "group": "3_MSSQL_script@4" + }, + { + "command": "mssql.scriptExecute", + "when": "view == objectExplorer && viewItem =~ /\\btype=(StoredProcedure)\\b/", + "group": "3_MSSQL_script@5" + }, + { + "command": "mssql.newTable", + "when": "view == objectExplorer && viewItem =~ /\\bsubType=(Tables)\\b/", + "group": "4_MSSQL_object@1" + }, + { + "command": "mssql.filterNode", + "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=false\\b/", + "group": "5_MSSQL_tree@1" + }, + { + "command": "mssql.filterNodeWithExistingFilters", + "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=true\\b/", + "group": "5_MSSQL_tree@2" + }, + { + "command": "mssql.clearFilters", + "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=true\\b/", + "group": "5_MSSQL_tree@3" + }, + { + "command": "mssql.copyObjectName", + "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(Folder|Server|disconnectedServer)\\b)[^,]+/", + "group": "1_MSSQL_primary@95" + }, + { + "command": "mssql.copyConnectionString", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Server|disconnectedServer)\\b/", + "group": "2_MSSQL_connection@4" + }, + { + "command": "mssql.refreshObjectExplorerNode", + "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(disconnectedServer|ConnectionGroup)\\b)[^,]+/ ", + "group": "1_MSSQL_primary@90" + }, + { + "command": "mssql.objectExplorerChatWithDatabase", + "when": "view == objectExplorer && mssql.copilot.isGHCInstalled && viewItem =~ /\\btype=(disconnectedServer|Server|Database|Table|HistoryTable)\\b/", + "group": "6_MSSQL_copilot@1" + }, + { + "command": "mssql.objectExplorerChatWithDatabaseInAgentMode", + "when": "view == objectExplorer && mssql.copilot.isGHCInstalled && viewItem =~ /\\btype=(disconnectedServer|Server|Database|Table|HistoryTable)\\b/", + "group": "6_MSSQL_copilot@2" + }, + { + "command": "mssql.addObjectExplorer", + "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", + "title": "%mssql.addObjectExplorer%", + "group": "inline@1" + }, + { + "command": "mssql.connectionGroups.edit", + "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", + "group": "inline@1" + }, + { + "command": "mssql.connectionGroups.delete", + "when": "view == objectExplorer && viewItem =~ /\\btype=(ConnectionGroup)\\b/", + "group": "inline@2" + }, + { + "command": "mssql.filterNode", + "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=false\\b/", + "group": "inline@1" + }, + { + "command": "mssql.filterNodeWithExistingFilters", + "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=true\\b/", + "group": "inline@1" + }, + { + "command": "mssql.newTable", + "when": "view == objectExplorer && viewItem =~ /\\bsubType=(Tables)\\b/", + "group": "inline@1" + }, + { + "command": "mssql.createDatabase", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Folder)\\b.*\\bsubType=(Databases)\\b/", + "group": "inline@1" + }, + { + "command": "mssql.editTable", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/", + "group": "inline@1" + }, + { + "command": "mssql.editConnection", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/", + "group": "inline@1" + }, + { + "command": "mssql.disconnectObjectExplorerNode", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/", + "group": "inline@2" + }, + { + "command": "mssql.clearFilters", + "when": "view == objectExplorer && viewItem =~ /\\bfilterable=true\\b.*\\bhasFilters=true\\b/", + "group": "inline@3" + }, + { + "command": "mssql.refreshObjectExplorerNode", + "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(disconnectedServer|ConnectionGroup)\\b)[^,]+/ ", + "group": "inline@9999" + }, + { + "command": "mssql.openQueryHistory", + "when": "view == queryHistory && viewItem == queryHistoryNode", + "group": "MS_SQL@1" + }, + { + "command": "mssql.runQueryHistory", + "when": "view == queryHistory && viewItem == queryHistoryNode", + "group": "MS_SQL@2" + }, + { + "command": "mssql.deleteQueryHistory", + "when": "view == queryHistory && viewItem == queryHistoryNode", + "group": "MS_SQL@3" + }, + { + "command": "mssql.stopContainer", + "when": "view == objectExplorer && viewItem =~ /\\bsubType=(DockerContainer|DockerContainerDatabase)\\b/", + "group": "9_MSSQL_container@1" + }, + { + "command": "mssql.deleteContainer", + "when": "view == objectExplorer && viewItem =~ /\\bsubType=(DockerContainer|disconnectedDockerContainer|DockerContainerDatabase)\\b/", + "group": "9_MSSQL_container@2" + }, + { + "command": "mssql.startContainer", + "when": "view == objectExplorer && viewItem =~ /\\bsubType=(disconnectedDockerContainer|DockerContainerDatabase)\\b/", + "group": "9_MSSQL_container@3" + }, + { + "command": "mssql.openBackgroundTask", + "when": "view == backgroundTasks && viewItem =~ /\\bactionable=true\\b/", + "group": "MS_SQL@1" + }, + { + "command": "mssql.viewBackgroundTaskLogs", + "when": "view == backgroundTasks && viewItem =~ /\\bbackgroundTaskNode\\b/", + "group": "MS_SQL@2" + }, + { + "command": "mssql.cancelBackgroundTask", + "when": "view == backgroundTasks && viewItem =~ /\\bcancelable=true\\b/", + "group": "MS_SQL@3" + }, + { + "command": "mssql.openBackgroundTask", + "when": "view == backgroundTasks && viewItem =~ /\\bactionable=true\\b/", + "group": "inline@1" + }, + { + "command": "mssql.viewBackgroundTaskLogs", + "when": "view == backgroundTasks && viewItem =~ /\\bbackgroundTaskNode\\b/", + "group": "inline@2" + }, + { + "command": "mssql.cancelBackgroundTask", + "when": "view == backgroundTasks && viewItem =~ /\\bcancelable=true\\b/", + "group": "inline@3" + } + ], + "commandPalette": [ + { + "command": "mssql.openInMssqlExtensionFromAzureResources", + "when": "false" + }, + { + "command": "mssql.viewBackgroundTaskLogs", + "when": "false" + }, + { + "command": "mssql.shortcutsConfiguration.open" + }, + { + "command": "mssql.quickQueries.run1" + }, + { + "command": "mssql.quickQueries.run2" + }, + { + "command": "mssql.quickQueries.run3" + }, + { + "command": "mssql.quickQueries.run4" + }, + { + "command": "mssql.quickQueries.run5" + }, + { + "command": "mssql.quickQueries.run6" + }, + { + "command": "mssql.quickQueries.run7" + }, + { + "command": "mssql.quickQueries.run8" + }, + { + "command": "mssql.quickQueries.run9" + }, + { + "command": "mssql.quickQueries.run10" + }, + { + "command": "mssql.notebooks.copyCellMessages", + "when": "false" + }, + { + "command": "mssql.runQueryWithUriOwnership", + "when": "false" + }, + { + "command": "mssql.connectWithUriOwnership", + "when": "false" + }, + { + "command": "mssql.addAadAccount", + "when": "!config.mssql.preview.useVscodeAccountsForEntraMFA" + }, + { + "command": "mssql.removeAadAccount", + "when": "!config.mssql.preview.useVscodeAccountsForEntraMFA" + }, + { + "command": "mssql.objectExplorerNewQuery", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/" + }, + { + "command": "mssql.schemaCompare", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server|Database)\\b/" + }, + { + "command": "mssql.removeObjectExplorerNode", + "when": "view == objectExplorer && viewItem =~ /\\btype=(disconnectedServer|Server)\\b/" + }, + { + "command": "mssql.refreshObjectExplorerNode", + "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(disconnectedServer|ConnectionGroup)\\b)[^,]+/" + }, + { + "command": "mssql.scriptSelect", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable|View)\\b/" + }, + { + "command": "mssql.scriptCreate", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable|View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)\\b/" + }, + { + "command": "mssql.scriptDelete", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table|HistoryTable|View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)\\b/" + }, + { + "command": "mssql.scriptExecute", + "when": "view == objectExplorer && viewItem =~ /\\btype=(StoredProcedure)\\b/" + }, + { + "command": "mssql.scriptAlter", + "when": "view == objectExplorer && viewItem =~ /\\btype=(AggregateFunction|PartitionFunction|ScalarValuedFunction|StoredProcedure|TableValuedFunction|View)\\b/" + }, + { + "command": "mssql.disconnectObjectExplorerNode", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Server)\\b/" + }, + { + "command": "mssql.startQueryHistoryCapture", + "when": "config.mssql.enableQueryHistoryFeature && !config.mssql.enableQueryHistoryCapture" + }, + { + "command": "mssql.pauseQueryHistoryCapture", + "when": "config.mssql.enableQueryHistoryFeature && config.mssql.enableQueryHistoryCapture" + }, + { + "command": "mssql.copyObjectName", + "when": "view == objectExplorer && viewItem =~ /\\btype=(?!(Folder|Server|disconnectedServer)\\b)[^,]+/" + }, + { + "command": "mssql.copyConnectionString", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Server|disconnectedServer)\\b/" + }, + { + "command": "mssql.runQueryHistory", + "when": "view == queryHistory && viewItem == queryHistoryNode" + }, + { + "command": "mssql.newTable", + "when": "view == objectExplorer && viewItem =~ /\\bsubType=(Tables)\\b/" + }, + { + "command": "mssql.editTable", + "when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/" + }, + { + "command": "mssql.schemaDesigner", + "when": "false" + }, + { + "command": "mssql.buildDataApi", + "when": "false" + }, + { + "command": "mssql.searchDatabase", + "when": "false" + }, + { + "command": "mssql.editConnection", + "when": "false" + }, + { + "command": "mssql.dacpacDialog.launch" + }, + { + "command": "mssql.dacpacDialog.deploy" + }, + { + "command": "mssql.dacpacDialog.extract" + }, + { + "command": "mssql.dacpacDialog.import" + }, + { + "command": "mssql.dacpacDialog.export" + }, + { + "command": "mssql.connectionGroups.edit", + "when": "false" + }, + { + "command": "mssql.connectionGroups.delete", + "when": "false" + }, + { + "command": "mssql.editConnection", + "when": "false" + }, + { + "command": "mssql.toggleActualPlan", + "when": "false" + }, + { + "command": "mssql.openInMssqlExtensionFromAzureResources", + "when": "false" + } + ], + "webview/context": [ + { + "command": "mssql.copyAll", + "when": "webviewSection == 'queryResultMessagesPane'" + } + ] + }, + "commands": [ + { + "command": "mssql.runQuery", + "title": "%mssql.runQuery%", + "category": "MS SQL", + "icon": "$(debug-start)" + }, + { + "command": "mssql.runQueryWithUriOwnership", + "title": "%mssql.runQuery%", + "category": "MS SQL", + "icon": { + "dark": "media/runQueryUriOwnership_dark.svg", + "light": "media/runQueryUriOwnership_light.svg" + } + }, + { + "command": "mssql.runCurrentStatement", + "title": "%mssql.runCurrentStatement%", + "category": "MS SQL" + }, + { + "command": "mssql.shortcutsConfiguration.open", + "title": "%mssql.shortcutsConfiguration.open%", + "category": "MS SQL", + "icon": "$(keyboard)" + }, + { + "command": "mssql.quickQueries.run1", + "title": "%mssql.quickQueries.run1%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run2", + "title": "%mssql.quickQueries.run2%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run3", + "title": "%mssql.quickQueries.run3%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run4", + "title": "%mssql.quickQueries.run4%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run5", + "title": "%mssql.quickQueries.run5%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run6", + "title": "%mssql.quickQueries.run6%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run7", + "title": "%mssql.quickQueries.run7%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run8", + "title": "%mssql.quickQueries.run8%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run9", + "title": "%mssql.quickQueries.run9%", + "category": "MS SQL" + }, + { + "command": "mssql.quickQueries.run10", + "title": "%mssql.quickQueries.run10%", + "category": "MS SQL" + }, + { + "command": "mssql.cancelQuery", + "title": "%mssql.cancelQuery%", + "category": "MS SQL", + "icon": "$(debug-stop)" + }, + { + "command": "mssql.copyAll", + "title": "%mssql.copyAll%", + "category": "MS SQL" + }, + { + "command": "mssql.revealQueryResult", + "title": "%mssql.revealQueryResult%", + "category": "MS SQL", + "icon": "$(table)" + }, + { + "command": "mssql.toggleQueryResultPanel", + "title": "%mssql.toggleQueryResultPanel%", + "category": "MS SQL" + }, + { + "command": "mssql.connect", + "title": "%mssql.connect%", + "category": "MS SQL", + "icon": "$(plug)" + }, + { + "command": "mssql.connectWithUriOwnership", + "title": "%mssql.connect%", + "category": "MS SQL", + "icon": { + "dark": "media/connectUriOwnership_dark.svg", + "light": "media/connectUriOwnership_light.svg" + } + }, + { + "command": "mssql.disconnect", + "title": "%mssql.disconnect%", + "category": "MS SQL", + "icon": "$(debug-disconnect)" + }, + { + "command": "mssql.cancelConnect", + "title": "%mssql.cancelConnect%", + "category": "MS SQL", + "icon": "$(stop-circle)" + }, + { + "command": "mssql.filterNode", + "title": "%mssql.filterNode%", + "icon": "$(filter)" + }, + { + "command": "mssql.clearFilters", + "title": "%mssql.clearFilters%", + "icon": { + "dark": "media/removeFilter_dark.svg", + "light": "media/removeFilter_light.svg" + } + }, + { + "command": "mssql.filterNodeWithExistingFilters", + "title": "%mssql.filterNode%", + "icon": "$(filter-filled)" + }, + { + "command": "mssql.changeConnection", + "title": "%mssql.changeConnection%", + "category": "MS SQL", + "icon": { + "dark": "media/changeConnection_dark.svg", + "light": "media/changeConnection_light.svg" + } + }, + { + "command": "mssql.changeDatabase", + "title": "%mssql.changeDatabase%", + "category": "MS SQL", + "icon": "$(database)" + }, + { + "command": "mssql.manageProfiles", + "title": "%mssql.manageProfiles%", + "category": "MS SQL" + }, + { + "command": "mssql.clearPooledConnections", + "title": "%mssql.clearPooledConnections%", + "category": "MS SQL" + }, + { + "command": "mssql.chooseDatabase", + "title": "%mssql.chooseDatabase%", + "category": "MS SQL" + }, + { + "command": "mssql.chooseLanguageFlavor", + "title": "%mssql.chooseLanguageFlavor%", + "category": "MS SQL" + }, + { + "command": "mssql.showGettingStarted", + "title": "%mssql.showGettingStarted%", + "category": "MS SQL" + }, + { + "command": "mssql.newQuery", + "title": "%mssql.newQuery%", + "category": "MS SQL" + }, + { + "command": "mssql.schemaCompare", + "title": "%mssql.schemaCompare%", + "category": "MS SQL" + }, + { + "command": "mssql.schemaCompareOpenFromCommandPalette", + "title": "%mssql.schemaCompare%", + "category": "MS SQL" + }, + { + "command": "mssql.tableExplorer", + "title": "%mssql.tableExplorer%", + "category": "MS SQL" + }, + { + "command": "mssql.searchDatabase", + "title": "%mssql.searchDatabase%", + "category": "MS SQL" + }, + { + "command": "mssql.rebuildIntelliSenseCache", + "title": "%mssql.rebuildIntelliSenseCache%", + "category": "MS SQL" + }, + { + "command": "mssql.toggleSqlCmd", + "title": "%mssql.toggleSqlCmd%", + "category": "MS SQL" + }, + { + "command": "mssql.addObjectExplorer", + "title": "%mssql.addObjectExplorer%", + "category": "MS SQL", + "icon": { + "light": "media/addNewConnection_light.svg", + "dark": "media/addNewConnection_dark.svg" + } + }, + { + "command": "mssql.objectExplorer.enableGroupBySchema", + "title": "%mssql.objectExplorer.enableGroupBySchema%", + "category": "MS SQL", + "icon": { + "dark": "media/groupBySchemaEnabled_dark.svg", + "light": "media/groupBySchemaEnabled_light.svg" + } + }, + { + "command": "mssql.objectExplorer.disableGroupBySchema", + "title": "%mssql.objectExplorer.disableGroupBySchema%", + "category": "MS SQL", + "icon": { + "dark": "media/groupBySchemaDisabled_dark.svg", + "light": "media/groupBySchemaDisabled_light.svg" + } + }, + { + "command": "mssql.objectExplorerNewQuery", + "title": "%mssql.objectExplorerNewQuery%", + "category": "MS SQL" + }, + { + "command": "mssql.createDatabase", + "title": "%mssql.createDatabase%", + "category": "MS SQL", + "icon": "$(add)" + }, + { + "command": "mssql.dropDatabase", + "title": "%mssql.dropDatabase%", + "category": "MS SQL" + }, + { + "command": "mssql.renameDatabase", + "title": "%mssql.renameDatabase%", + "category": "MS SQL" + }, + { + "command": "mssql.objectExplorerChatWithDatabase", + "title": "%mssql.objectExplorerChatWithDatabase%", + "category": "MS SQL" + }, + { + "command": "mssql.objectExplorerChatWithDatabaseInAgentMode", + "title": "%mssql.objectExplorerChatWithDatabaseInAgentMode%", + "category": "MS SQL" + }, + { + "command": "mssql.removeObjectExplorerNode", + "title": "%mssql.removeObjectExplorerNode%", + "category": "MS SQL" + }, + { + "command": "mssql.editConnection", + "title": "%mssql.editConnection%", + "category": "MS SQL", + "icon": "$(edit)" + }, + { + "command": "mssql.refreshObjectExplorerNode", + "title": "%mssql.refreshObjectExplorerNode%", + "category": "MS SQL", + "icon": "$(refresh)" + }, + { + "command": "mssql.disconnectObjectExplorerNode", + "title": "%mssql.disconnect%", + "category": "MS SQL", + "icon": "$(debug-disconnect)" + }, + { + "command": "mssql.scriptSelect", + "title": "%mssql.scriptSelect%", + "category": "MS SQL" + }, + { + "command": "mssql.scriptCreate", + "title": "%mssql.scriptCreate%", + "category": "MS SQL" + }, + { + "command": "mssql.scriptDelete", + "title": "%mssql.scriptDelete%", + "category": "MS SQL" + }, + { + "command": "mssql.scriptExecute", + "title": "%mssql.scriptExecute%", + "category": "MS SQL" + }, + { + "command": "mssql.newTable", + "title": "%mssql.newTable%", + "category": "MS SQL", + "icon": { + "dark": "media/newTable_dark.svg", + "light": "media/newTable_light.svg" + } + }, + { + "command": "mssql.schemaDesigner", + "title": "%mssql.schemaDesigner%", + "category": "MS SQL", + "icon": { + "dark": "media/applicationQuickStart_dark.svg", + "light": "media/applicationQuickStart_light.svg" + } + }, + { + "command": "mssql.buildDataApi", + "title": "%mssql.buildDataApi%", + "category": "MS SQL" + }, + { + "command": "mssql.editTable", + "title": "%mssql.editTable%", + "category": "MS SQL", + "icon": { + "dark": "media/editTable_dark.svg", + "light": "media/editTable_light.svg" + } + }, + { + "command": "mssql.scriptAlter", + "title": "%mssql.scriptAlter%", + "category": "MS SQL" + }, + { + "command": "mssql.dacpacDialog.launch", + "title": "%mssql.dacpacDialog.launch%", + "category": "MS SQL", + "icon": "$(database)" + }, + { + "command": "mssql.dacpacDialog.deploy", + "title": "%mssql.dacpacDialog.deploy%", + "category": "MS SQL" + }, + { + "command": "mssql.dacpacDialog.extract", + "title": "%mssql.dacpacDialog.extract%", + "category": "MS SQL" + }, + { + "command": "mssql.dacpacDialog.import", + "title": "%mssql.dacpacDialog.import%", + "category": "MS SQL" + }, + { + "command": "mssql.dacpacDialog.export", + "title": "%mssql.dacpacDialog.export%", + "category": "MS SQL" + }, + { + "command": "mssql.openQueryHistory", + "title": "%mssql.openQueryHistory%", + "category": "MS SQL" + }, + { + "command": "mssql.runQueryHistory", + "title": "%mssql.runQueryHistory%", + "category": "MS SQL" + }, + { + "command": "mssql.deleteQueryHistory", + "title": "%mssql.deleteQueryHistory%", + "category": "MS SQL" + }, + { + "command": "mssql.clearAllQueryHistory", + "title": "%mssql.clearAllQueryHistory%", + "category": "MS SQL" + }, + { + "command": "mssql.clearFinishedBackgroundTasks", + "title": "%mssql.clearFinishedBackgroundTasks%", + "category": "MS SQL", + "icon": "$(trash)" + }, + { + "command": "mssql.openBackgroundTask", + "title": "%mssql.openBackgroundTask%", + "category": "MS SQL", + "icon": "$(go-to-file)" + }, + { + "command": "mssql.viewBackgroundTaskLogs", + "title": "%mssql.viewBackgroundTaskLogs%", + "category": "MS SQL", + "icon": "$(output)" + }, + { + "command": "mssql.cancelBackgroundTask", + "title": "%mssql.cancelBackgroundTask%", + "category": "MS SQL", + "icon": "$(debug-stop)" + }, + { + "command": "mssql.startQueryHistoryCapture", + "title": "%mssql.startQueryHistoryCapture%", + "category": "MS SQL", + "icon": "$(debug-continue)" + }, + { + "command": "mssql.pauseQueryHistoryCapture", + "title": "%mssql.pauseQueryHistoryCapture%", + "category": "MS SQL", + "icon": "$(debug-pause)" + }, + { + "command": "mssql.commandPaletteQueryHistory", + "title": "%mssql.commandPaletteQueryHistory%", + "category": "MS SQL" + }, + { + "command": "mssql.copyObjectName", + "title": "%mssql.copyObjectName%", + "category": "MS SQL" + }, + { + "command": "mssql.copyConnectionString", + "title": "%mssql.copyConnectionString%", + "category": "MS SQL" + }, + { + "command": "mssql.addAadAccount", + "title": "%mssql.addAadAccount%", + "category": "MS SQL" + }, + { + "command": "mssql.removeAadAccount", + "title": "%mssql.removeAadAccount%", + "category": "MS SQL" + }, + { + "command": "mssql.clearAzureAccountTokenCache", + "title": "%mssql.clearAzureAccountTokenCache%", + "category": "MS SQL" + }, + { + "command": "mssql.userFeedback", + "title": "%mssql.userFeedback%", + "category": "MS SQL" + }, + { + "command": "mssql.showEstimatedPlan", + "title": "%mssql.showEstimatedPlan%", + "category": "MS SQL", + "icon": { + "dark": "media/executionPlan_dark.svg", + "light": "media/executionPlan_light.svg" + } + }, + { + "command": "mssql.enableActualPlan", + "title": "%mssql.enableActualPlan%", + "category": "MS SQL", + "icon": { + "dark": "media/enableActualExecutionPlan_dark.svg", + "light": "media/enableActualExecutionPlan_light.svg" + } + }, + { + "command": "mssql.disableActualPlan", + "title": "%mssql.disableActualPlan%", + "category": "MS SQL", + "icon": { + "dark": "media/disableActualExecutionPlan_dark.svg", + "light": "media/disableActualExecutionPlan_light.svg" + } + }, + { + "command": "mssql.toggleActualPlan", + "title": "%mssql.toggleActualPlan%", + "category": "MS SQL" + }, + { + "command": "mssql.copilot.explainQuery", + "title": "%mssql.copilot.explainQuery%", + "category": "MS SQL" + }, + { + "command": "mssql.copilot.analyzeQueryPerformance", + "title": "%mssql.copilot.analyzeQueryPerformance%", + "category": "MS SQL" + }, + { + "command": "mssql.copilot.rewriteQuery", + "title": "%mssql.copilot.rewriteQuery%", + "category": "MS SQL" + }, + { + "command": "mssql.copilot.newQueryWithConnection", + "title": "%mssql.copilot.newQueryWithConnection%", + "category": "MS SQL" + }, + { + "command": "mssql.connectionSharing.editConnectionSharingPermissions", + "title": "%mssql.connectionSharing.editConnectionSharingPermissions%", + "category": "MSSQL" + }, + { + "command": "mssql.connectionSharing.clearAllConnectionSharingPermissions", + "title": "%mssql.connectionSharing.clearAllConnectionSharingPermissions%", + "category": "MSSQL" + }, + { + "command": "mssql.connectionGroups.create", + "title": "%mssql.connectionGroups.create%", + "category": "MS SQL", + "icon": "$(new-folder)" + }, + { + "command": "mssql.connectionGroups.edit", + "title": "%mssql.connectionGroups.edit%", + "category": "MS SQL", + "icon": "$(edit)" + }, + { + "command": "mssql.connectionGroups.delete", + "title": "%mssql.connectionGroups.delete%", + "category": "MS SQL", + "icon": "$(trash)" + }, + { + "command": "mssql.deployNewDatabase", + "title": "%mssql.newDeployment%", + "category": "MS SQL", + "icon": { + "dark": "media/newContainer_dark.svg", + "light": "media/newContainer_light.svg" + } + }, + { + "command": "mssql.stopContainer", + "title": "%mssql.stopContainer%", + "category": "MS SQL" + }, + { + "command": "mssql.deleteContainer", + "title": "%mssql.deleteContainer%", + "category": "MS SQL" + }, + { + "command": "mssql.startContainer", + "title": "%mssql.startContainer%", + "category": "MS SQL" + }, + { + "command": "mssql.openChangelog", + "title": "%mssql.openChangelog%", + "category": "MS SQL" + }, + { + "command": "mssql.profiler.launchFromObjectExplorer", + "title": "%mssql.profiler.launchFromObjectExplorer%", + "category": "MS SQL" + }, + { + "command": "mssql.profiler.launchFromDatabase", + "title": "%mssql.profiler.launchFromObjectExplorer%", + "category": "MS SQL" + }, + { + "command": "mssql.openAzureDataStudioMigration", + "title": "%mssql.openAzureDataStudioMigration%", + "category": "MS SQL" + }, + { + "command": "mssql.backupDatabase", + "title": "%mssql.backupDatabase%", + "category": "MS SQL" + }, + { + "command": "mssql.flatFileImport", + "title": "%mssql.flatFileImport%", + "category": "MS SQL" + }, + { + "command": "mssql.restoreDatabase", + "title": "%mssql.restoreDatabase%", + "category": "MS SQL" + }, + { + "command": "mssql.notebooks.createNotebook", + "title": "%mssql.notebooks.createNotebook%", + "category": "MS SQL" + }, + { + "command": "mssql.notebooks.changeDatabase", + "title": "%mssql.notebooks.changeDatabase%", + "category": "MS SQL" + }, + { + "command": "mssql.notebooks.changeConnection", + "title": "%mssql.notebooks.changeConnection%", + "category": "MS SQL" + }, + { + "command": "mssql.notebooks.copyCellMessages", + "title": "%mssql.notebooks.copyCellMessages%", + "category": "MS SQL" + }, + { + "command": "mssql.openInMssqlExtensionFromAzureResources", + "title": "%mssql.openInMssqlExtensionFromAzureResources%", + "category": "MS SQL" + } + ], + "keybindings": [ + { + "command": "mssql.runQuery", + "key": "ctrl+shift+e", + "mac": "cmd+shift+e", + "when": "editorTextFocus && editorLangId == 'sql' && !notebookEditorFocused" + }, + { + "command": "notebook.cell.execute", + "key": "ctrl+shift+e", + "mac": "cmd+shift+e", + "when": "notebookCellListFocused && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0" + }, + { + "command": "mssql.connect", + "key": "ctrl+shift+c", + "mac": "cmd+shift+c", + "when": "editorTextFocus && editorLangId == 'sql'" + }, + { + "command": "mssql.disconnect", + "key": "ctrl+shift+d", + "mac": "cmd+shift+d", + "when": "editorTextFocus && editorLangId == 'sql'" + }, + { + "command": "workbench.view.extension.objectExplorer", + "key": "ctrl+alt+d", + "mac": "cmd+alt+d" + }, + { + "command": "mssql.copyObjectName", + "key": "ctrl+c", + "mac": "cmd+c", + "when": "sideBarFocus && activeViewlet == workbench.view.extension.objectExplorer" + } + ], + "configuration": { + "type": "object", + "title": "%mssql.Configuration%", + "properties": { + "mssql.enableExperimentalFeatures": { + "type": "boolean", + "default": false, + "description": "%mssql.enableExperimentalFeatures.description%", + "scope": "application" + }, + "mssql.preview.betaResultsGrid": { + "type": "boolean", + "default": false, + "description": "%mssql.preview.betaResultsGrid.description%", + "scope": "application" + }, + "mssql.preview.useVscodeAccountsForEntraMFA": { + "type": [ + "boolean", + "null" + ], + "default": true, + "description": "%mssql.preview.useVscodeAccountsForEntraMFA.description%", + "scope": "application" + }, + "mssql.openQueryResultsInTabByDefault": { + "type": "boolean", + "default": false, + "description": "%mssql.openQueryResultsInTabByDefault.description%", + "scope": "application" + }, + "mssql.openQueryResultsInTabByDefaultDoNotShowPrompt": { + "type": "boolean", + "default": false, + "description": "%mssql.openQueryResultsInTabByDefaultDoNotShowPrompt.description%", + "scope": "application" + }, + "mssql.defaultQueryResultsViewMode": { + "type": "string", + "default": "Grid", + "enum": [ + "Grid", + "Text" + ], + "enumDescriptions": [ + "%mssql.defaultQueryResultsViewMode.grid.description%", + "%mssql.defaultQueryResultsViewMode.text.description%" + ], + "description": "%mssql.defaultQueryResultsViewMode.description%", + "scope": "application" + }, + "mssql.newEditorConnectionBehavior": { + "type": "string", + "default": "transferActive", + "enum": [ + "none", + "transferActive", + "defaultConnection" + ], + "enumDescriptions": [ + "%mssql.newEditorConnectionBehavior.none.description%", + "%mssql.newEditorConnectionBehavior.transferActive.description%", + "%mssql.newEditorConnectionBehavior.defaultConnection.description%" + ], + "description": "%mssql.newEditorConnectionBehavior.description%", + "scope": "application" + }, + "mssql.defaultConnectionId": { + "type": "string", + "default": "", + "description": "%mssql.defaultConnectionId.description%", + "scope": "application" + }, + "mssql.transferActiveEditorConnections": { + "type": "boolean", + "description": "%mssql.transferActiveEditorConnections.description%", + "deprecationMessage": "%mssql.transferActiveEditorConnections.deprecationMessage%", + "scope": "application" + }, + "mssql.selectedAzureSubscriptions": { + "type": "array", + "description": "%mssql.selectedAzureSubscriptions%", + "items": { + "type": "string" + } + }, + "mssql.selectedFabricWorkspaces": { + "type": "array", + "description": "%mssql.selectedFabricWorkspaces%", + "items": { + "type": "string" + } + }, + "mssql.azureActiveDirectory": { + "type": "string", + "default": "AuthCodeGrant", + "description": "%mssql.chooseAuthMethod%", + "enum": [ + "AuthCodeGrant", + "DeviceCode" + ], + "enumDescriptions": [ + "%mssql.authCodeGrant.description%", + "%mssql.deviceCode.description%" + ], + "scope": "application" + }, + "mssql.logDebugInfo": { + "type": "boolean", + "default": false, + "description": "%mssql.logDebugInfo%", + "scope": "window" + }, + "mssql.maxRecentConnections": { + "type": "number", + "default": 5, + "description": "%mssql.maxRecentConnections%", + "scope": "window" + }, + "mssql.profiler.eventBufferSize": { + "type": "number", + "default": 10000, + "minimum": 1000, + "maximum": 100000, + "description": "%mssql.profiler.eventBufferSize%", + "scope": "application" + }, + "mssql.connectionGroups": { + "type": "array", + "description": "%mssql.connectionGroups%", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "%mssql.connectionGroup.name%" + }, + "id": { + "type": "string", + "description": "%mssql.connectionGroup.id%" + }, + "color": { + "type": [ + "string", + null + ], + "description": "%mssql.connectionGroup.color%" + }, + "description": { + "type": [ + "string", + null + ], + "description": "%mssql.connectionGroup.description%" + }, + "parentId": { + "type": [ + "string", + null + ], + "description": "%mssql.connectionGroup.parentId%" + }, + "order": { + "type": "number", + "minimum": 0, + "description": "%mssql.connectionGroup.order%" + } + } + } + }, + "mssql.connections": { + "type": "array", + "description": "%mssql.connections%", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "%mssql.connection.id%" + }, + "groupId": { + "type": "string", + "description": "%mssql.connection.groupId%" + }, + "server": { + "type": "string", + "default": "{{put-server-name-here}}", + "description": "%mssql.connection.server%" + }, + "database": { + "type": "string", + "default": "{{put-database-name-here}}", + "description": "%mssql.connection.database%" + }, + "user": { + "type": "string", + "default": "{{put-username-here}}", + "description": "%mssql.connection.user%" + }, + "password": { + "type": "string", + "default": "{{put-password-here}}", + "description": "%mssql.connection.password%" + }, + "authenticationType": { + "type": "string", + "default": "SqlLogin", + "enum": [ + "Integrated", + "SqlLogin", + "AzureMFA", + "ActiveDirectoryServicePrincipal" + ], + "description": "%mssql.connection.authenticationType%" + }, + "port": { + "type": "number", + "default": 1433, + "description": "%mssql.connection.port%" + }, + "encrypt": { + "type": "string", + "default": "Mandatory", + "enum": [ + "Mandatory", + "Strict", + "Optional" + ], + "description": "%mssql.connection.encrypt%" + }, + "trustServerCertificate": { + "type": "boolean", + "default": false, + "description": "%mssql.connection.trustServerCertificate%" + }, + "hostNameInCertificate": { + "type": "string", + "default": "", + "description": "%mssql.connection.hostNameInCertificate" + }, + "persistSecurityInfo": { + "type": "boolean", + "default": false, + "description": "%mssql.connection.persistSecurityInfo%" + }, + "connectTimeout": { + "type": "number", + "default": 30, + "description": "%mssql.connection.connectTimeout%" + }, + "commandTimeout": { + "type": "number", + "default": 30, + "description": "%mssql.connection.commandTimeout%" + }, + "connectRetryCount": { + "type": "number", + "default": 1, + "description": "%mssql.connection.connectRetryCount%" + }, + "connectRetryInterval": { + "type": "number", + "default": 10, + "description": "%mssql.connection.connectRetryInterval%" + }, + "applicationName": { + "type": "string", + "default": "vscode-mssql", + "description": "%mssql.connection.applicationName%" + }, + "workstationId": { + "type": "string", + "default": "", + "description": "%mssql.connection.workstationId%" + }, + "applicationIntent": { + "type": "string", + "default": "ReadWrite", + "enum": [ + "ReadWrite", + "ReadOnly" + ], + "description": "%mssql.connection.applicationIntent%" + }, + "currentLanguage": { + "type": "string", + "default": "", + "description": "%mssql.connection.currentLanguage%" + }, + "pooling": { + "type": "boolean", + "default": false, + "description": "%mssql.connection.pooling%" + }, + "maxPoolSize": { + "type": "number", + "default": 100, + "description": "%mssql.connection.maxPoolSize%" + }, + "minPoolSize": { + "type": "number", + "default": 0, + "description": "%mssql.connection.minPoolSize%" + }, + "loadBalanceTimeout": { + "type": "number", + "default": 0, + "description": "%mssql.connection.loadBalanceTimeout%" + }, + "replication": { + "type": "boolean", + "default": true, + "description": "%mssql.connection.replication%" + }, + "attachDbFilename": { + "type": "string", + "default": "", + "description": "%mssql.connection.attachDbFilename%" + }, + "failoverPartner": { + "type": "string", + "default": "", + "description": "%mssql.connection.failoverPartner%" + }, + "multiSubnetFailover": { + "type": "boolean", + "default": true, + "description": "%mssql.connection.multiSubnetFailover%" + }, + "multipleActiveResultSets": { + "type": "boolean", + "default": false, + "description": "%mssql.connection.multipleActiveResultSets%" + }, + "packetSize": { + "type": "number", + "default": 8192, + "description": "%mssql.connection.packetSize%" + }, + "typeSystemVersion": { + "type": "string", + "enum": [ + "Latest" + ], + "description": "%mssql.connection.typeSystemVersion%" + }, + "connectionString": { + "type": "string", + "default": "", + "description": "%mssql.connection.connectionString%" + }, + "profileName": { + "type": "string", + "description": "%mssql.connection.profileName%" + }, + "savePassword": { + "type": "boolean", + "description": "%mssql.connection.savePassword%" + }, + "emptyPasswordInput": { + "type": "boolean", + "description": "%mssql.connection.emptyPasswordInput%" + }, + "containerName": { + "type": "string", + "default": "", + "description": "%mssql.connection.containerName%" + }, + "order": { + "type": "number", + "minimum": 0, + "description": "%mssql.connection.order%" + } + } + }, + "scope": "resource" + }, + "mssql.quickQueries": { + "type": "array", + "description": "%mssql.quickQueries%", + "default": [ + { + "name": "Query 1", + "query": "" + }, + { + "name": "Query 2", + "query": "" + }, + { + "name": "Query 3", + "query": "" + }, + { + "name": "Query 4", + "query": "" + }, + { + "name": "Query 5", + "query": "" + }, + { + "name": "Query 6", + "query": "" + }, + { + "name": "Query 7", + "query": "" + }, + { + "name": "Query 8", + "query": "" + }, + { + "name": "Query 9", + "query": "" + }, + { + "name": "Query 10", + "query": "" + } + ], + "minItems": 0, + "maxItems": 10, + "items": { + "type": "object", + "additionalProperties": false, + "properties": { + "name": { + "type": "string", + "description": "%mssql.quickQueries.name%" + }, + "query": { + "type": "string", + "description": "%mssql.quickQueries.query%" + } + } + }, + "scope": "application" + }, + "mssql.shortcuts": { + "type": "object", + "description": "%mssql.shortcuts%", + "default": { + "_comment": "Use 'ctrlcmd' to represent 'ctrl' on Windows/Linux and 'cmd' on macOS.", + "event.queryResults.switchToResultsTab": "ctrl+alt+R", + "event.queryResults.switchToMessagesTab": "ctrl+alt+Y", + "event.queryResults.switchToQueryPlanTab": "ctrl+alt+E", + "event.queryResults.prevGrid": "ctrlcmd+up", + "event.queryResults.nextGrid": "ctrlcmd+down", + "event.queryResults.switchToTextView": "", + "event.queryResults.maximizeGrid": "", + "event.queryResults.saveAsJSON": "", + "event.queryResults.saveAsCSV": "", + "event.queryResults.saveAsExcel": "", + "event.queryResults.saveAsInsert": "", + "event.resultGrid.copySelection": "ctrlcmd+c", + "event.resultGrid.copyWithHeaders": "", + "event.resultGrid.copyAllHeaders": "", + "event.resultGrid.selectAll": "ctrlcmd+a", + "event.resultGrid.copyAsCSV": "", + "event.resultGrid.copyAsJSON": "", + "event.resultGrid.copyAsInsert": "", + "event.resultGrid.copyAsInClause": "", + "event.resultGrid.changeColumnWidth": "alt+shift+s", + "event.resultGrid.expandSelectionLeft": "shift+left", + "event.resultGrid.expandSelectionRight": "shift+right", + "event.resultGrid.expandSelectionUp": "shift+up", + "event.resultGrid.expandSelectionDown": "shift+down", + "event.resultGrid.openColumnMenu": "f3", + "event.resultGrid.openFilterMenu": "", + "event.resultGrid.moveToRowStart": "ctrlcmd+left", + "event.resultGrid.moveToRowEnd": "ctrlcmd+right", + "event.resultGrid.selectColumn": "ctrl+space", + "event.resultGrid.selectRow": "shift+space", + "event.resultGrid.toggleSort": "alt+shift+o" + }, + "scope": "resource" + }, + "mssql.messagesDefaultOpen": { + "type": "boolean", + "description": "%mssql.messagesDefaultOpen%", + "default": true, + "scope": "resource" + }, + "mssql.messages.copyIncludeTimestamps": { + "type": "boolean", + "description": "%mssql.messages.copyIncludeTimestamps%", + "default": false, + "scope": "resource" + }, + "mssql.resultsFontFamily": { + "type": "string", + "description": "%mssql.resultsFontFamily%", + "default": null, + "scope": "resource" + }, + "mssql.resultsFontSize": { + "type": [ + "number", + "null" + ], + "maximum": 24, + "description": "%mssql.resultsFontSize%", + "default": null, + "scope": "resource" + }, + "mssql.results.openAfterSave": { + "type": "boolean", + "description": "%mssql.results.openAfterSave%", + "default": true, + "scope": "resource" + }, + "mssql.saveAsCsv.includeHeaders": { + "type": "boolean", + "description": "%mssql.saveAsCsv.includeHeaders%", + "default": true, + "scope": "resource" + }, + "mssql.saveAsCsv.delimiter": { + "type": "string", + "description": "%mssql.saveAsCsv.delimiter%", + "default": ",", + "enum": [ + ",", + "\t", + ";", + "|" + ], + "enumDescriptions": [ + "Comma (,)", + "Tab (\\t)", + "Semicolon (;)", + "Pipe (|)" + ], + "scope": "resource" + }, + "mssql.saveAsCsv.lineSeparator": { + "type": "string", + "description": "%mssql.saveAsCsv.lineSeparator%", + "default": null, + "scope": "resource" + }, + "mssql.saveAsCsv.textIdentifier": { + "type": "string", + "description": "%mssql.saveAsCsv.textIdentifier%", + "default": "\"", + "scope": "resource" + }, + "mssql.saveAsCsv.encoding": { + "type": "string", + "description": "%mssql.saveAsCsv.encoding%", + "default": "utf-8", + "enum": [ + "utf-8", + "utf-16le", + "utf-16be", + "ascii", + "latin1", + "iso-8859-1" + ], + "enumDescriptions": [ + "UTF-8 (Unicode)", + "UTF-16 Little Endian", + "UTF-16 Big Endian", + "ASCII", + "Latin-1 (ISO 8859-1)", + "ISO 8859-1" + ], + "scope": "resource" + }, + "mssql.copyIncludeHeaders": { + "type": "boolean", + "description": "%mssql.copyIncludeHeaders%", + "default": false, + "scope": "resource" + }, + "mssql.copyRemoveNewLine": { + "type": "boolean", + "description": "%mssql.copyRemoveNewLine%", + "default": true, + "scope": "resource" + }, + "mssql.showBatchTime": { + "type": "boolean", + "description": "%mssql.showBatchTime%", + "default": false, + "scope": "resource" + }, + "mssql.splitPaneSelection": { + "type": "string", + "description": "%mssql.splitPaneSelection%", + "default": "next", + "enum": [ + "next", + "current", + "end" + ], + "scope": "resource" + }, + "mssql.query.preventAutoExecuteScript": { + "type": "boolean", + "description": "%mssql.preventAutoExecuteScript%", + "default": false, + "scope": "resource" + }, + "mssql.enableConnectionPooling": { + "type": "boolean", + "description": "%mssql.enableConnectionPooling%", + "default": false + }, + "mssql.statusBar.enableConnectionColor": { + "type": "boolean", + "description": "%mssql.statusBar.enableConnectionColor%", + "default": true, + "scope": "window" + }, + "mssql.format.alignColumnDefinitionsInColumns": { + "type": "boolean", + "markdownDescription": "%mssql.format.alignColumnDefinitionsInColumns%", + "default": false, + "scope": "window" + }, + "mssql.format.enablePreviewFormatter": { + "type": "boolean", + "description": "%mssql.format.enablePreviewFormatter%", + "default": true, + "scope": "window" + }, + "mssql.format.options.sqlVersion": { + "type": "string", + "description": "%mssql.format.options.sqlVersion%", + "default": "sql170", + "enum": [ + "sql80", + "sql90", + "sql100", + "sql110", + "sql120", + "sql130", + "sql140", + "sql150", + "sql160", + "sql170" + ], + "scope": "window" + }, + "mssql.format.options.sqlEngineType": { + "type": "string", + "description": "%mssql.format.options.sqlEngineType%", + "default": "all", + "enum": [ + "all", + "standalone", + "sqlAzure" + ], + "scope": "window" + }, + "mssql.format.options.alignClauseBodies": { + "type": "boolean", + "description": "%mssql.format.options.alignClauseBodies%", + "default": true, + "scope": "window" + }, + "mssql.format.options.alignColumnDefinitionFields": { + "type": "boolean", + "description": "%mssql.format.options.alignColumnDefinitionFields%", + "default": true, + "scope": "window" + }, + "mssql.format.options.alignSetClauseItem": { + "type": "boolean", + "description": "%mssql.format.options.alignSetClauseItem%", + "default": true, + "scope": "window" + }, + "mssql.format.options.allowExternalLanguagePaths": { + "type": "boolean", + "description": "%mssql.format.options.allowExternalLanguagePaths%", + "default": true, + "scope": "window" + }, + "mssql.format.options.allowExternalLibraryPaths": { + "type": "boolean", + "description": "%mssql.format.options.allowExternalLibraryPaths%", + "default": true, + "scope": "window" + }, + "mssql.format.options.asKeywordOnOwnLine": { + "type": "boolean", + "description": "%mssql.format.options.asKeywordOnOwnLine%", + "default": true, + "scope": "window" + }, + "mssql.format.options.keywordCasing": { + "type": "string", + "description": "%mssql.format.options.keywordCasing%", + "default": "uppercase", + "enum": [ + "uppercase", + "lowercase", + "pascalCase" + ], + "scope": "window" + }, + "mssql.format.options.preserveComments": { + "type": "boolean", + "description": "%mssql.format.options.preserveComments%", + "default": true, + "scope": "window" + }, + "mssql.format.options.indentSetClause": { + "type": "boolean", + "description": "%mssql.format.options.indentSetClause%", + "default": false, + "scope": "window" + }, + "mssql.format.options.indentViewBody": { + "type": "boolean", + "description": "%mssql.format.options.indentViewBody%", + "default": false, + "scope": "window" + }, + "mssql.format.options.multilineInsertSourcesList": { + "type": "boolean", + "description": "%mssql.format.options.multilineInsertSourcesList%", + "default": true, + "scope": "window" + }, + "mssql.format.options.multilineInsertTargetsList": { + "type": "boolean", + "description": "%mssql.format.options.multilineInsertTargetsList%", + "default": true, + "scope": "window" + }, + "mssql.format.options.multilineSelectElementsList": { + "type": "boolean", + "description": "%mssql.format.options.multilineSelectElementsList%", + "default": true, + "scope": "window" + }, + "mssql.format.options.multilineSetClauseItems": { + "type": "boolean", + "description": "%mssql.format.options.multilineSetClauseItems%", + "default": true, + "scope": "window" + }, + "mssql.format.options.multilineViewColumnsList": { + "type": "boolean", + "description": "%mssql.format.options.multilineViewColumnsList%", + "default": true, + "scope": "window" + }, + "mssql.format.options.multilineWherePredicatesList": { + "type": "boolean", + "description": "%mssql.format.options.multilineWherePredicatesList%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeCloseParenthesisInMultilineList": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeCloseParenthesisInMultilineList%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeFromClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeFromClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeGroupByClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeGroupByClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeHavingClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeHavingClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeJoinClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeJoinClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeOffsetClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeOffsetClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeOpenParenthesisInMultilineList": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeOpenParenthesisInMultilineList%", + "default": false, + "scope": "window" + }, + "mssql.format.options.newLineBeforeOrderByClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeOrderByClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeOutputClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeOutputClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeWhereClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeWhereClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newLineBeforeWindowClause": { + "type": "boolean", + "description": "%mssql.format.options.newLineBeforeWindowClause%", + "default": true, + "scope": "window" + }, + "mssql.format.options.newlineFormattedCheckConstraint": { + "type": "boolean", + "description": "%mssql.format.options.newlineFormattedCheckConstraint%", + "default": false, + "scope": "window" + }, + "mssql.format.options.newLineFormattedIndexDefinition": { + "type": "boolean", + "description": "%mssql.format.options.newLineFormattedIndexDefinition%", + "default": false, + "scope": "window" + }, + "mssql.format.options.numNewlinesAfterStatement": { + "type": "integer", + "description": "%mssql.format.options.numNewlinesAfterStatement%", + "default": 1, + "minimum": 0, + "maximum": 5, + "scope": "window" + }, + "mssql.format.options.spaceBetweenDataTypeAndParameters": { + "type": "boolean", + "description": "%mssql.format.options.spaceBetweenDataTypeAndParameters%", + "default": true, + "scope": "window" + }, + "mssql.format.options.spaceBetweenParametersInDataType": { + "type": "boolean", + "description": "%mssql.format.options.spaceBetweenParametersInDataType%", + "default": true, + "scope": "window" + }, + "mssql.format.datatypeCasing": { + "type": "string", + "markdownDescription": "%mssql.format.datatypeCasing%", + "default": "none", + "enum": [ + "none", + "uppercase", + "lowercase" + ], + "scope": "window" + }, + "mssql.format.keywordCasing": { + "type": "string", + "markdownDescription": "%mssql.format.keywordCasing%", + "default": "none", + "enum": [ + "none", + "uppercase", + "lowercase" + ], + "scope": "window" + }, + "mssql.format.placeCommasBeforeNextStatement": { + "type": "boolean", + "markdownDescription": "%mssql.format.placeCommasBeforeNextStatement%", + "default": false, + "scope": "window" + }, + "mssql.format.placeSelectStatementReferencesOnNewLine": { + "type": "boolean", + "markdownDescription": "%mssql.format.placeSelectStatementReferencesOnNewLine%", + "default": false, + "scope": "window" + }, + "mssql.intelliSense.enableIntelliSense": { + "type": "boolean", + "default": true, + "description": "%mssql.intelliSense.enableIntelliSense%", + "scope": "window" + }, + "mssql.intelliSense.enableErrorChecking": { + "type": "boolean", + "default": true, + "description": "%mssql.intelliSense.enableErrorChecking%", + "scope": "window" + }, + "mssql.intelliSense.enableSuggestions": { + "type": "boolean", + "default": true, + "description": "%mssql.intelliSense.enableSuggestions%", + "scope": "window" + }, + "mssql.intelliSense.enableQuickInfo": { + "type": "boolean", + "default": true, + "description": "%mssql.intelliSense.enableQuickInfo%", + "scope": "window" + }, + "mssql.persistQueryResultTabs": { + "type": "boolean", + "default": false, + "description": "%mssql.persistQueryResultTabs%", + "scope": "window" + }, + "mssql.enableQueryHistoryCapture": { + "type": "boolean", + "default": true, + "description": "%mssql.enableQueryHistoryCapture%", + "scope": "window" + }, + "mssql.enableQueryHistoryFeature": { + "type": "boolean", + "default": true, + "description": "%mssql.enableQueryHistoryFeature%", + "scope": "window" + }, + "mssql.schemaDesigner.enableExpandCollapseButtons": { + "type": "boolean", + "default": true, + "description": "%mssql.schemaDesigner.enableExpandCollapseButtons%", + "scope": "window" + }, + "mssql.tracingLevel": { + "type": "string", + "description": "%mssql.tracingLevel%", + "default": "Critical", + "enum": [ + "All", + "Off", + "Critical", + "Error", + "Warning", + "Information", + "Verbose" + ] + }, + "mssql.piiLogging": { + "type": "boolean", + "default": false, + "description": "%mssql.piiLogging%" + }, + "mssql.logRetentionMinutes": { + "type": "number", + "default": 10080, + "description": "%mssql.logRetentionMinutes%" + }, + "mssql.logFilesRemovalLimit": { + "type": "number", + "default": 100, + "description": "%mssql.logFilesRemovalLimit%" + }, + "mssql.resultsGrid.autoSizeColumnsMode": { + "type": "string", + "default": "headersAndData", + "enum": [ + "headersAndData", + "dataOnly", + "headerOnly", + "off" + ], + "enumDescriptions": [ + "%mssql.resultsGrid.useHeaderAndDataEnumDescription%", + "%mssql.resultsGrid.useDataOnlyEnumDescription%", + "%mssql.resultsGrid.useHeaderOnlyEnumDescription%", + "%mssql.resultsGrid.disableAutoSizingEnumDescription%" + ], + "description": "%mssql.resultsGrid.autoSizeColumnsMode%" + }, + "mssql.resultsGrid.inMemoryDataProcessingThreshold": { + "type": "number", + "default": 5000, + "description": "%mssql.resultsGrid.inMemoryDataProcessingThreshold%", + "minimum": 1 + }, + "mssql.resultsGrid.alternatingRowColors": { + "type": "boolean", + "default": false, + "description": "%mssql.resultsGrid.alternatingRowColors%" + }, + "mssql.resultsGrid.showGridLines": { + "type": "string", + "default": "both", + "enum": [ + "both", + "horizontal", + "vertical", + "none" + ], + "enumDescriptions": [ + "%mssql.resultsGrid.showGridLines.both%", + "%mssql.resultsGrid.showGridLines.horizontal%", + "%mssql.resultsGrid.showGridLines.vertical%", + "%mssql.resultsGrid.showGridLines.none%" + ], + "description": "%mssql.resultsGrid.showGridLines%" + }, + "mssql.resultsGrid.rowPadding": { + "type": [ + "number", + "null" + ], + "default": null, + "minimum": 0, + "maximum": 10, + "description": "%mssql.resultsGrid.rowPadding%" + }, + "mssql.query.displayBitAsNumber": { + "type": "boolean", + "default": true, + "description": "%mssql.query.displayBitAsNumber%", + "scope": "window" + }, + "mssql.query.maxCharsToStore": { + "type": "number", + "default": 65535, + "description": "%mssql.query.maxCharsToStore%" + }, + "mssql.query.maxXmlCharsToStore": { + "type": "number", + "default": 2097152, + "description": "%mssql.query.maxXmlCharsToStore%" + }, + "mssql.autoDisableNonTSqlLanguageService": { + "type": [ + "boolean", + "null" + ], + "default": null, + "description": "%mssql.autoDisableNonTSqlLanguageService%" + }, + "mssql.queryHistoryLimit": { + "type": "number", + "default": 20, + "description": "%mssql.queryHistoryLimit%", + "scope": "window" + }, + "mssql.query.rowCount": { + "type": "number", + "default": 0, + "description": "%mssql.query.setRowCount%" + }, + "mssql.query.textSize": { + "type": "number", + "default": 2147483647, + "description": "%mssql.query.textSize%" + }, + "mssql.query.executionTimeout": { + "type": "number", + "default": 0, + "description": "%mssql.query.executionTimeout%" + }, + "mssql.query.noCount": { + "type": "boolean", + "default": false, + "description": "%mssql.query.noCount%" + }, + "mssql.query.noExec": { + "type": "boolean", + "default": false, + "description": "%mssql.query.noExec%" + }, + "mssql.query.parseOnly": { + "type": "boolean", + "default": false, + "description": "%mssql.query.parseOnly%" + }, + "mssql.query.arithAbort": { + "type": "boolean", + "default": true, + "description": "%mssql.query.arithAbort%" + }, + "mssql.query.statisticsTime": { + "type": "boolean", + "default": false, + "description": "%mssql.query.statisticsTime%" + }, + "mssql.query.statisticsIO": { + "type": "boolean", + "default": false, + "description": "%mssql.query.statisticsIO%" + }, + "mssql.query.xactAbortOn": { + "type": "boolean", + "default": false, + "description": "%mssql.query.xactAbortOn%" + }, + "mssql.query.transactionIsolationLevel": { + "enum": [ + "READ COMMITTED", + "READ UNCOMMITTED", + "REPEATABLE READ", + "SERIALIZABLE" + ], + "default": "READ COMMITTED", + "description": "%mssql.query.transactionIsolationLevel%" + }, + "mssql.query.deadlockPriority": { + "enum": [ + "Normal", + "Low" + ], + "default": "Normal", + "description": "%mssql.query.deadlockPriority%" + }, + "mssql.query.lockTimeout": { + "type": "number", + "default": -1, + "description": "%mssql.query.lockTimeout%" + }, + "mssql.query.queryGovernorCostLimit": { + "type": "number", + "default": -1, + "description": "%mssql.query.queryGovernorCostLimit%" + }, + "mssql.query.ansiDefaults": { + "type": "boolean", + "default": false, + "description": "%mssql.query.ansiDefaults%" + }, + "mssql.query.quotedIdentifier": { + "type": "boolean", + "default": true, + "description": "%mssql.query.quotedIdentifier%" + }, + "mssql.query.ansiNullDefaultOn": { + "type": "boolean", + "default": true, + "description": "%mssql.query.ansiNullDefaultOn%" + }, + "mssql.query.implicitTransactions": { + "type": "boolean", + "default": false, + "description": "%mssql.query.implicitTransactions%" + }, + "mssql.query.cursorCloseOnCommit": { + "type": "boolean", + "default": false, + "description": "%mssql.query.cursorCloseOnCommit%" + }, + "mssql.query.ansiPadding": { + "type": "boolean", + "default": true, + "description": "%mssql.query.ansiPadding%" + }, + "mssql.query.ansiWarnings": { + "type": "boolean", + "default": true, + "description": "%mssql.query.ansiWarnings%" + }, + "mssql.query.ansiNulls": { + "type": "boolean", + "default": true, + "description": "%mssql.query.ansiNulls%" + }, + "mssql.query.alwaysEncryptedParameterization": { + "type": "boolean", + "default": false, + "description": "%mssql.query.alwaysEncryptedParameterization%" + }, + "mssql.query.showActiveConnectionAsCodeLensSuggestion": { + "type": "boolean", + "default": true, + "description": "%mssql.query.showActiveConnectionAsCodeLensSuggestion%" + }, + "mssql.ignorePlatformWarning": { + "type": "boolean", + "description": "%mssql.ignorePlatformWarning%", + "default": false + }, + "mssql.objectExplorer.groupBySchema": { + "type": "boolean", + "description": "%mssql.objectExplorer.groupBySchema%", + "default": false + }, + "mssql.objectExplorer.collapseConnectionGroupsOnStartup": { + "type": "boolean", + "description": "%mssql.objectExplorer.collapseConnectionGroupsOnStartupDescription%", + "default": false, + "scope": "window" + }, + "mssql.objectExplorer.expandTimeout": { + "type": "number", + "default": 45, + "minimum": 1, + "description": "%mssql.objectExplorer.expandTimeout%" + }, + "mssql.statusBar.connectionInfoMaxLength": { + "type": "number", + "default": -1, + "description": "%mssql.statusBar.connectionInfoMaxLength.description%" + }, + "mssql.connectionManagement.rememberPasswordsUntilRestart": { + "type": "boolean", + "default": true, + "description": "%mssql.connectionManagement.rememberPasswordsUntilRestart%" + }, + "mssql.autoRevealResultsPanel": { + "type": "boolean", + "default": false, + "description": "%mssql.autoRevealResultsPanel%", + "scope": "window" + }, + "mssql.customEnvironment": { + "type": "object", + "description": "%mssql.customEnvironment%", + "default": null, + "properties": { + "sqlEndpoint": { + "type": "string", + "description": "%mssql.customEnvironment.sqlEndpoint%" + }, + "sqlServerHostnameSuffix": { + "type": "string", + "description": "%mssql.customEnvironment.sqlServerHostnameSuffix%" + }, + "analyticsDnsSuffix": { + "type": [ + "string", + "null" + ], + "description": "%mssql.customEnvironment.analyticsDnsSuffix%" + }, + "keyVaultEndpoint": { + "type": [ + "string", + "null" + ], + "description": "%mssql.customEnvironment.keyVaultEndpoint%" + }, + "fabricApiUriBase": { + "type": [ + "string", + "null" + ], + "description": "%mssql.customEnvironment.fabricApiUriBase%" + }, + "fabricScopeUriBase": { + "type": [ + "string", + "null" + ], + "description": "%mssql.customEnvironment.fabricScopeUriBase%" + }, + "fabricSqlDbDnsSuffix": { + "type": [ + "string", + "null" + ], + "description": "%mssql.customEnvironment.fabricSqlDbDnsSuffix%" + }, + "fabricDataWarehouseDnsSuffix": { + "type": [ + "string", + "null" + ], + "description": "%mssql.customEnvironment.fabricDataWarehouseDnsSuffix%" + }, + "dynamicsCrmDnsSuffix": { + "type": [ + "string", + "null" + ], + "description": "%mssql.customEnvironment.dynamicsCrmDnsSuffix%" + } + } + }, + "mssql.showChangelogOnUpdate": { + "type": "boolean", + "description": "%mssql.showChangelogOnUpdate%", + "default": true + } + } + }, + "walkthroughs": [ + { + "id": "mssql.getStarted", + "title": "%mssql.walkthroughs.getStarted.title%", + "description": "%mssql.walkthroughs.getStarted.description%", + "steps": [ + { + "id": "connectToDatabase", + "title": "%mssql.walkthroughs.getStarted.connectToDatabase.title%", + "description": "%mssql.walkthroughs.getStarted.connectToDatabase.description%", + "media": { + "image": "images/walkthroughs/connectToDatabase.png", + "altText": "%mssql.walkthroughs.getStarted.connectToDatabase.altText%" + }, + "completionEvents": [ + "onCommand:mssql.addObjectExplorer" + ] + }, + { + "id": "createNewTable", + "title": "%mssql.walkthroughs.getStarted.createNewTable.title%", + "description": "%mssql.walkthroughs.getStarted.createNewTable.description%", + "media": { + "image": "images/walkthroughs/createNewTable.png", + "altText": "%mssql.walkthroughs.getStarted.createNewTable.altText%" + }, + "completionEvents": [ + "onCommand:mssql.newTable", + "onCommand:mssql.editTable" + ] + }, + { + "id": "runQueries", + "title": "%mssql.walkthroughs.getStarted.runQueries.title%", + "description": "%mssql.walkthroughs.getStarted.runQueries.description%", + "media": { + "image": "images/walkthroughs/runQueries.png", + "altText": "%mssql.walkthroughs.getStarted.runQueries.altText%" + }, + "completionEvents": [ + "onCommand:mssql.runQuery" + ] + } + ] + }, + { + "id": "mssql.nextSteps", + "title": "%mssql.walkthroughs.nextSteps.title%", + "description": "%mssql.walkthroughs.nextSteps.description%", + "steps": [ + { + "id": "sortAndFilterQueryResults", + "title": "%mssql.walkthroughs.nextSteps.sortAndFilterQueryResults.title%", + "description": "%mssql.walkthroughs.nextSteps.sortAndFilterQueryResults.description%", + "media": { + "image": "images/walkthroughs/sortAndFilterQueryResults.png", + "altText": "%mssql.walkthroughs.nextSteps.sortAndFilterQueryResults.altText%" + }, + "completionEvents": [] + }, + { + "id": "viewQueryPlan", + "title": "%mssql.walkthroughs.nextSteps.viewQueryPlan.title%", + "description": "%mssql.walkthroughs.nextSteps.viewQueryPlan.description%", + "media": { + "image": "images/walkthroughs/viewQueryPlan.png", + "altText": "%mssql.walkthroughs.nextSteps.viewQueryPlan.altText%" + }, + "completionEvents": [ + "onCommand:mssql.showEstimatedPlan", + "onCommand:mssql.enableActualPlan", + "onCommand:mssql.disableActualPlan", + "onCommand:mssql.toggleActualPlan" + ] + }, + { + "id": "objectExplorerFilters", + "title": "%mssql.walkthroughs.nextSteps.objectExplorerFilters.title%", + "description": "%mssql.walkthroughs.nextSteps.objectExplorerFilters.description%", + "media": { + "image": "images/walkthroughs/objectExplorerFilters.png", + "altText": "%mssql.walkthroughs.nextSteps.objectExplorerFilters.altText%" + }, + "completionEvents": [ + "onCommand:mssql.filterNodeWithExistingFilters", + "onCommand:mssql.filterNode" + ] + } + ] + } + ], + "languageModelTools": [ + { + "name": "mssql_schema_designer", + "modelDescription": "Work with the currently active Schema Designer. Use 'show' to open a designer with exactly one of connectionId or connectionName when needed. Operations: 'get_overview' returns a bounded list of tables (and optionally column names/types; omitted automatically for large schemas); 'get_table' returns bounded details for a single table; 'apply_edits' applies a sequential list of edits and returns only a small receipt plus the post-mutation version. Mutations require 'expectedVersion'; on mismatch, returns 'stale_state' with currentVersion and a bounded currentOverview.", + "tags": [ + "databases", + "mssql", + "schema", + "designer", + "table" + ], + "inputSchema": { + "type": "object", + "properties": { + "operation": { + "description": "The operation to perform on the schema designer. Supported values: 'show', 'get_overview', 'get_table', 'apply_edits'.", + "title": "Operation", + "type": "string", + "enum": [ + "show", + "get_overview", + "get_table", + "apply_edits" + ] + }, + "connectionId": { + "description": "VS Code runtime connection ID to use when opening the schema designer (show operation only). Do not use this field for a ConnectionId returned by a SQL Tools MCP tool. Provide exactly one of connectionId or connectionName.", + "title": "Connection ID", + "type": "string" + }, + "connectionName": { + "description": "SQL Tools MCP registered connection name to use when opening the schema designer (show operation only). Pass a ConnectionId returned by a SQL Tools MCP tool in this connectionName field. Provide exactly one of connectionId or connectionName.", + "title": "Connection Name", + "type": "string" + }, + "payload": { + "description": "Operation-specific payload. get_table: { table: { schema, name, id? } }. apply_edits: { expectedVersion, targetHint?, edits }. See field descriptions for column type parameters (maxLength/precision/scale) and foreign key mappings/actions.", + "title": "Payload", + "type": "object", + "properties": { + "table": { + "description": "Table reference for get_table (and within edits).", + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + } + }, + "expectedVersion": { + "description": "Required for apply_edits. Must match the version returned by the most recent get_overview/get_table.", + "type": "string" + }, + "targetHint": { + "description": "Optional server+database hint for apply_edits. If provided and does not match the active designer, the tool fails with reason 'target_mismatch' and applies no edits.", + "type": "object", + "properties": { + "server": { + "type": "string" + }, + "database": { + "type": "string" + } + }, + "required": [ + "server", + "database" + ] + }, + "edits": { + "description": "Sequential list of schema edits for apply_edits (fail-fast, non-atomic). Each successful edit becomes a separate undo step in the UI.", + "type": "array", + "items": { + "oneOf": [ + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "add_table" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "initialColumns": { + "type": "array", + "items": { + "type": "object", + "description": "Column payload for add_table/add_column. Provide base dataType plus maxLength/precision/scale parameters (do not embed parameters in dataType).", + "properties": { + "name": { + "type": "string" + }, + "dataType": { + "description": "Base SQL type name only (case-insensitive). Examples: \"int\", \"nvarchar\", \"decimal\", \"datetime2\". Do NOT include parameters like \"nvarchar(200)\" or \"decimal(18,2)\" here.", + "type": "string" + }, + "maxLength": { + "description": "Optional. For types that take a length, use a numeric string (e.g., \"200\") or \"MAX\".", + "type": [ + "string", + "null" + ] + }, + "precision": { + "type": [ + "number", + "null" + ] + }, + "scale": { + "type": [ + "number", + "null" + ] + }, + "isPrimaryKey": { + "type": [ + "boolean", + "null" + ] + }, + "isIdentity": { + "type": [ + "boolean", + "null" + ] + }, + "identitySeed": { + "type": [ + "number", + "null" + ] + }, + "identityIncrement": { + "type": [ + "number", + "null" + ] + }, + "isNullable": { + "type": [ + "boolean", + "null" + ] + }, + "defaultValue": { + "type": [ + "string", + "null" + ] + }, + "isComputed": { + "type": [ + "boolean", + "null" + ] + }, + "computedFormula": { + "type": [ + "string", + "null" + ] + }, + "computedPersisted": { + "type": [ + "boolean", + "null" + ] + } + }, + "required": [ + "name", + "dataType" + ], + "additionalProperties": false + } + } + }, + "required": [ + "op", + "table" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "drop_table" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + } + }, + "required": [ + "op", + "table" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "set_table" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "set": { + "description": "For set_table, include name and/or schema (at least one field).", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "schema": { + "type": "string" + } + }, + "additionalProperties": false + } + }, + "required": [ + "op", + "table", + "set" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "add_column" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "column": { + "type": "object", + "description": "Column payload for add_table/add_column. Provide base dataType plus maxLength/precision/scale parameters (do not embed parameters in dataType).", + "properties": { + "name": { + "type": "string" + }, + "dataType": { + "description": "Base SQL type name only (case-insensitive). Examples: \"int\", \"nvarchar\", \"decimal\", \"datetime2\". Do NOT include parameters like \"nvarchar(200)\" or \"decimal(18,2)\" here.", + "type": "string" + }, + "maxLength": { + "description": "Optional. For types that take a length, use a numeric string (e.g., \"200\") or \"MAX\".", + "type": [ + "string", + "null" + ] + }, + "precision": { + "type": [ + "number", + "null" + ] + }, + "scale": { + "type": [ + "number", + "null" + ] + }, + "isPrimaryKey": { + "type": [ + "boolean", + "null" + ] + }, + "isIdentity": { + "type": [ + "boolean", + "null" + ] + }, + "identitySeed": { + "type": [ + "number", + "null" + ] + }, + "identityIncrement": { + "type": [ + "number", + "null" + ] + }, + "isNullable": { + "type": [ + "boolean", + "null" + ] + }, + "defaultValue": { + "type": [ + "string", + "null" + ] + }, + "isComputed": { + "type": [ + "boolean", + "null" + ] + }, + "computedFormula": { + "type": [ + "string", + "null" + ] + }, + "computedPersisted": { + "type": [ + "boolean", + "null" + ] + } + }, + "required": [ + "name", + "dataType" + ], + "additionalProperties": false + } + }, + "required": [ + "op", + "table", + "column" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "drop_column" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "column": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "name" + ], + "additionalProperties": false + } + }, + "required": [ + "op", + "table", + "column" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "set_column" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "column": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "name" + ], + "additionalProperties": false + }, + "set": { + "description": "For set_column, include any subset of column fields (at least one field). Do not embed parameters in dataType.", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "dataType": { + "type": "string" + }, + "maxLength": { + "type": [ + "string", + "null" + ] + }, + "precision": { + "type": [ + "number", + "null" + ] + }, + "scale": { + "type": [ + "number", + "null" + ] + }, + "isPrimaryKey": { + "type": [ + "boolean", + "null" + ] + }, + "isIdentity": { + "type": [ + "boolean", + "null" + ] + }, + "identitySeed": { + "type": [ + "number", + "null" + ] + }, + "identityIncrement": { + "type": [ + "number", + "null" + ] + }, + "isNullable": { + "type": [ + "boolean", + "null" + ] + }, + "defaultValue": { + "type": [ + "string", + "null" + ] + }, + "isComputed": { + "type": [ + "boolean", + "null" + ] + }, + "computedFormula": { + "type": [ + "string", + "null" + ] + }, + "computedPersisted": { + "type": [ + "boolean", + "null" + ] + } + }, + "additionalProperties": false + } + }, + "required": [ + "op", + "table", + "column", + "set" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "add_foreign_key" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "foreignKey": { + "description": "Foreign key payload. Use foreignKey.mappings (NOT foreignKey.columns).", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "referencedTable": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "mappings": { + "description": "Column mappings (required). Each item maps a column in the source table to a column in the referenced table.", + "type": "array", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string" + }, + "referencedColumn": { + "type": "string" + } + }, + "required": [ + "column", + "referencedColumn" + ], + "additionalProperties": false + } + }, + "onDeleteAction": { + "description": "0=CASCADE, 1=NO_ACTION, 2=SET_NULL, 3=SET_DEFAULT", + "type": "number", + "enum": [ + 0, + 1, + 2, + 3 + ] + }, + "onUpdateAction": { + "description": "0=CASCADE, 1=NO_ACTION, 2=SET_NULL, 3=SET_DEFAULT", + "type": "number", + "enum": [ + 0, + 1, + 2, + 3 + ] + } + }, + "required": [ + "name", + "referencedTable", + "mappings", + "onDeleteAction", + "onUpdateAction" + ], + "additionalProperties": false + } + }, + "required": [ + "op", + "table", + "foreignKey" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "drop_foreign_key" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "foreignKey": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "name" + ], + "additionalProperties": false + } + }, + "required": [ + "op", + "table", + "foreignKey" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "op": { + "type": "string", + "enum": [ + "set_foreign_key" + ] + }, + "table": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "foreignKey": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "name" + ], + "additionalProperties": false + }, + "name": { + "type": "string" + }, + "referencedTable": { + "type": "object", + "properties": { + "schema": { + "type": "string" + }, + "name": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "schema", + "name" + ], + "additionalProperties": false + }, + "mappings": { + "type": "array", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string" + }, + "referencedColumn": { + "type": "string" + } + }, + "required": [ + "column", + "referencedColumn" + ], + "additionalProperties": false + } + }, + "onDeleteAction": { + "description": "0=CASCADE, 1=NO_ACTION, 2=SET_NULL, 3=SET_DEFAULT", + "type": [ + "number", + "null" + ], + "enum": [ + 0, + 1, + 2, + 3, + null + ] + }, + "onUpdateAction": { + "description": "0=CASCADE, 1=NO_ACTION, 2=SET_NULL, 3=SET_DEFAULT", + "type": [ + "number", + "null" + ], + "enum": [ + 0, + 1, + 2, + 3, + null + ] + } + }, + "anyOf": [ + { + "required": [ + "name" + ] + }, + { + "required": [ + "referencedTable" + ] + }, + { + "required": [ + "mappings" + ] + }, + { + "required": [ + "onDeleteAction" + ] + }, + { + "required": [ + "onUpdateAction" + ] + } + ], + "required": [ + "op", + "table", + "foreignKey" + ], + "additionalProperties": false + } + ] + } + } + } + }, + "options": { + "description": "Read options. get_overview.options.includeColumns: 'none'|'names'|'namesAndTypes' (default 'namesAndTypes'). get_table.options.includeColumns: 'none'|'names'|'namesAndTypes'|'full' (default 'namesAndTypes'). get_table.options.includeForeignKeys: boolean (default false).", + "title": "Options", + "type": "object", + "properties": { + "includeColumns": { + "type": "string", + "enum": [ + "none", + "names", + "namesAndTypes", + "full" + ] + }, + "includeForeignKeys": { + "type": "boolean" + } + } + } + }, + "oneOf": [ + { + "properties": { + "operation": { + "enum": [ + "show" + ] + } + }, + "oneOf": [ + { + "required": [ + "connectionId" + ] + }, + { + "required": [ + "connectionName" + ] + } + ] + }, + { + "properties": { + "operation": { + "enum": [ + "get_overview" + ] + } + } + }, + { + "properties": { + "operation": { + "enum": [ + "get_table" + ] + }, + "payload": { + "type": "object", + "required": [ + "table" + ], + "properties": { + "table": { + "anyOf": [ + { + "required": [ + "id" + ] + }, + { + "required": [ + "schema", + "name" + ] + } + ] + } + } + } + }, + "required": [ + "payload" + ] + }, + { + "properties": { + "operation": { + "enum": [ + "apply_edits" + ] + }, + "payload": { + "type": "object", + "required": [ + "expectedVersion", + "edits" + ], + "properties": { + "expectedVersion": { + "type": "string", + "minLength": 1 + }, + "edits": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/properties/payload/properties/edits/items" + } + } + } + } + }, + "required": [ + "payload" + ] + } + ], + "required": [ + "operation" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "Schema Designer", + "toolReferenceName": "mssql_schema_designer", + "userDescription": "Open or manage the active schema designer (no connection needed if it is already open).", + "icon": "$(edit)" + }, + { + "name": "mssql_dab", + "modelDescription": "Work with the Data API builder configuration in the currently active schema designer. Use 'get_state' to inspect it and 'apply_changes' to modify it; use 'show' only to open the Data API builder view with exactly one of connectionId or connectionName when needed. Operations: 'get_state' returns the current version, summary, and bounded configuration state (full config may be omitted for large configurations); 'apply_changes' uses payload { expectedVersion, targetHint?, changes } and returns the post-mutation version plus summary, with optional returnState control. Mutations require 'expectedVersion'; on mismatch, returns 'stale_state' with the current version and latest summary/config according to returnState. Entity refs are either { id }, { schemaName, tableName } for table compatibility, or { schemaName, sourceName, sourceType } where sourceType is table, view, or stored-procedure. Column refs are either { id } or { name }. Change types: { type: 'set_api_types', apiTypes }, { type: 'add_entity', entity }, { type: 'remove_entity', entity }, { type: 'set_entity_enabled', entity, isEnabled }, { type: 'set_entity_actions', entity, enabledActions }, { type: 'set_column_exposed', entity, column, isExposed }, { type: 'patch_entity_settings', entity, set }, { type: 'set_only_enabled_entities', entities }, { type: 'set_all_entities_enabled', isEnabled }. patch_entity_settings.set supports entityName, authorizationRole, customRestPath, restEnabled, customGraphQLType, graphQLEnabled, table-only mcpDmlToolsEnabled, and stored-procedure-only storedProcedureRestMethods, storedProcedureGraphQLOperation, exposeAsMcpCustomTool.", + "tags": [ + "databases", + "mssql", + "dab", + "schema", + "api" + ], + "inputSchema": { + "type": "object", + "$defs": { + "sourceType": { + "type": "string", + "enum": [ + "table", + "view", + "stored-procedure" + ] + }, + "entityRef": { + "oneOf": [ + { + "type": "object", + "properties": { + "id": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "id" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "schemaName": { + "type": "string", + "minLength": 1 + }, + "tableName": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "schemaName", + "tableName" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "schemaName": { + "type": "string", + "minLength": 1 + }, + "sourceName": { + "type": "string", + "minLength": 1 + }, + "sourceType": { + "$ref": "#/$defs/sourceType" + } + }, + "required": [ + "schemaName", + "sourceName", + "sourceType" + ], + "additionalProperties": false + } + ] + }, + "columnRef": { + "oneOf": [ + { + "type": "object", + "properties": { + "id": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "id" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "name" + ], + "additionalProperties": false + } + ] + }, + "advancedSettingsPatch": { + "type": "object", + "properties": { + "entityName": { + "type": "string", + "minLength": 1 + }, + "authorizationRole": { + "type": "string", + "enum": [ + "anonymous", + "authenticated" + ] + }, + "customRestPath": { + "description": "Entity REST path override (for example: 't_41'). Use null to clear.", + "oneOf": [ + { + "type": "string", + "minLength": 1 + }, + { + "type": "null" + } + ] + }, + "restEnabled": { + "description": "When true, exposes the entity through REST if REST is globally enabled.", + "type": "boolean" + }, + "customGraphQLType": { + "description": "Entity GraphQL type override. Use null to clear.", + "oneOf": [ + { + "type": "string", + "minLength": 1 + }, + { + "type": "null" + } + ] + }, + "graphQLEnabled": { + "description": "When true, exposes the entity through GraphQL if GraphQL is globally enabled.", + "type": "boolean" + }, + "mcpDmlToolsEnabled": { + "description": "Table only. When true, exposes the table through generic MCP DML tools (create/read/update/delete) if MCP is globally enabled. When false, emits mcp { dml-tools: false } for the table.", + "type": "boolean" + }, + "storedProcedureRestMethods": { + "description": "Stored procedure only. HTTP methods that can execute the stored procedure through REST. Use null to clear and use the DAB default.", + "oneOf": [ + { + "type": "array", + "minItems": 1, + "uniqueItems": true, + "items": { + "type": "string", + "enum": [ + "get", + "post", + "put", + "patch", + "delete" + ] + } + }, + { + "type": "null" + } + ] + }, + "storedProcedureGraphQLOperation": { + "description": "Stored procedure only. GraphQL operation kind for the stored procedure.", + "type": "string", + "enum": [ + "query", + "mutation" + ] + }, + "exposeAsMcpCustomTool": { + "description": "Stored procedure only. When true, exposes the stored procedure as a dedicated MCP custom tool and hides it from generic MCP DML tools.", + "type": "boolean" + } + }, + "minProperties": 1, + "additionalProperties": false + } + }, + "properties": { + "operation": { + "description": "The operation to perform on Data API builder. Supported values: 'get_state', 'apply_changes', 'show'.", + "title": "Operation", + "type": "string", + "enum": [ + "get_state", + "apply_changes", + "show" + ] + }, + "connectionId": { + "description": "VS Code runtime connection ID to use when opening Data API builder (show operation only). Do not use this field for a ConnectionId returned by a SQL Tools MCP tool. Provide exactly one of connectionId or connectionName. Do not include for get_state/apply_changes when an active designer is already open.", + "title": "Connection ID", + "type": "string", + "minLength": 1 + }, + "connectionName": { + "description": "SQL Tools MCP registered connection name to use when opening Data API builder (show operation only). Pass a ConnectionId returned by a SQL Tools MCP tool in this connectionName field. Provide exactly one of connectionId or connectionName. Do not include for get_state/apply_changes when an active designer is already open.", + "title": "Connection Name", + "type": "string", + "minLength": 1 + }, + "payload": { + "description": "Operation-specific payload. apply_changes: { expectedVersion, targetHint?, changes }. Change types: set_api_types { apiTypes }, add_entity { entity }, remove_entity { entity }, set_entity_enabled { entity, isEnabled }, set_entity_actions { entity, enabledActions }, set_column_exposed { entity, column, isExposed }, patch_entity_settings { entity, set }, set_only_enabled_entities { entities }, set_all_entities_enabled { isEnabled }.", + "title": "Payload", + "type": "object", + "properties": { + "expectedVersion": { + "description": "Required for apply_changes. Must match the version returned by the most recent get_state.", + "type": "string", + "minLength": 1 + }, + "targetHint": { + "description": "Optional server+database hint for apply_changes. If provided and it does not match the active designer, the tool fails with reason 'target_mismatch' and applies no changes.", + "type": "object", + "properties": { + "server": { + "type": "string", + "minLength": 1 + }, + "database": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "server", + "database" + ], + "additionalProperties": false + }, + "changes": { + "description": "Sequential list of DAB changes for apply_changes.", + "type": "array", + "minItems": 1, + "items": { + "oneOf": [ + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "set_api_types" + ] + }, + "apiTypes": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "rest", + "graphql", + "mcp" + ] + }, + "minItems": 1, + "uniqueItems": true + } + }, + "required": [ + "type", + "apiTypes" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "add_entity" + ] + }, + "entity": { + "$ref": "#/$defs/entityRef" + } + }, + "required": [ + "type", + "entity" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "remove_entity" + ] + }, + "entity": { + "$ref": "#/$defs/entityRef" + } + }, + "required": [ + "type", + "entity" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "set_entity_enabled" + ] + }, + "entity": { + "$ref": "#/$defs/entityRef" + }, + "isEnabled": { + "type": "boolean" + } + }, + "required": [ + "type", + "entity", + "isEnabled" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "set_entity_actions" + ] + }, + "entity": { + "$ref": "#/$defs/entityRef" + }, + "enabledActions": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "create", + "read", + "update", + "delete", + "execute" + ] + }, + "minItems": 1, + "uniqueItems": true + } + }, + "required": [ + "type", + "entity", + "enabledActions" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "set_column_exposed" + ] + }, + "entity": { + "$ref": "#/$defs/entityRef" + }, + "column": { + "$ref": "#/$defs/columnRef" + }, + "isExposed": { + "type": "boolean" + } + }, + "required": [ + "type", + "entity", + "column", + "isExposed" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "patch_entity_settings" + ] + }, + "entity": { + "$ref": "#/$defs/entityRef" + }, + "set": { + "description": "Patch advanced settings. Example: { entityName: '41', authorizationRole: 'authenticated', restEnabled: true, customRestPath: 't_41', graphQLEnabled: true, customGraphQLType: null, mcpDmlToolsEnabled: true, storedProcedureRestMethods: ['post'], storedProcedureGraphQLOperation: 'mutation', exposeAsMcpCustomTool: true }. mcpDmlToolsEnabled is table-only. Stored procedure settings are only valid for stored procedures.", + "$ref": "#/$defs/advancedSettingsPatch" + } + }, + "required": [ + "type", + "entity", + "set" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "set_only_enabled_entities" + ] + }, + "entities": { + "type": "array", + "items": { + "$ref": "#/$defs/entityRef" + }, + "minItems": 1 + } + }, + "required": [ + "type", + "entities" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "set_all_entities_enabled" + ] + }, + "isEnabled": { + "type": "boolean" + } + }, + "required": [ + "type", + "isEnabled" + ], + "additionalProperties": false + } + ] + } + } + }, + "required": [ + "expectedVersion", + "changes" + ], + "additionalProperties": false + }, + "options": { + "description": "Optional operation settings. apply_changes: { returnState }.", + "title": "Options", + "type": "object", + "properties": { + "returnState": { + "type": "string", + "enum": [ + "full", + "summary", + "none" + ] + } + }, + "additionalProperties": false + } + }, + "required": [ + "operation" + ], + "additionalProperties": false + }, + "canBeReferencedInPrompt": true, + "displayName": "Data API builder", + "toolReferenceName": "mssql_dab", + "userDescription": "Open or manage Data API builder settings for a connection or the active designer.", + "icon": "$(database)" + }, + { + "name": "mssql_connect", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "Connect to an MSSQL database server using a server name, an optional database name, and an optional profileId. The server name must be retrieved from mssql_list_servers. The profileId should be used ONLY when the user explicitly mentions a profile name, profile ID, or wants to connect 'using profile X'. Returns a connection ID that is used to interact with the database with other mssql tools. If a specific database is given and the connection fails, use mssql_list_databases against a connection to the default database to find the correct database name. The connection ID is a UUID.", + "tags": [ + "databases", + "mssql", + "connection" + ], + "inputSchema": { + "type": "object", + "properties": { + "serverName": { + "description": "Server name to connect to. Should be validated with mssql_list_servers.", + "title": "Server Name", + "type": "string" + }, + "database": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null, + "description": "Optional database name to connect to. If omitted, uses the server's default database.", + "title": "Database Name" + }, + "profileId": { + "description": "ID of a saved connection profile to use for connecting. Use ONLY when the user explicitly mentions a profile name, profile ID, or wants to connect 'using profile X'.", + "title": "Profile ID", + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "serverName" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "Connect to MSSQL Server or Database", + "toolReferenceName": "mssql_connect", + "userDescription": "Connect to a MSSQL server or database.", + "icon": "$(plug)" + }, + { + "name": "mssql_disconnect", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "Disconnect from a server or specific database. Returns a success message.", + "tags": [ + "databases", + "mssql", + "disconnection" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to disconnect.", + "title": "Connection ID", + "type": "string" + } + }, + "required": [ + "connectionId" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "Disconnect from MSSQL Server or Database", + "toolReferenceName": "mssql_disconnect", + "userDescription": "Disconnect from a MSSQL server or database.", + "icon": "$(debug-disconnect)" + }, + { + "name": "mssql_list_servers", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "List all available MSSQL servers. Returns a list of server names.", + "tags": [ + "databases", + "mssql", + "server", + "list" + ], + "canBeReferencedInPrompt": true, + "displayName": "List MSSQL Servers", + "toolReferenceName": "mssql_list_servers", + "userDescription": "List all available MSSQL servers.", + "icon": "$(server)" + }, + { + "name": "mssql_list_databases", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "List all available databases for a connected MSSQL server. Returns a list of database names.", + "tags": [ + "databases", + "mssql", + "list" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to list databases for.", + "title": "Connection ID", + "type": "string" + } + }, + "required": [ + "connectionId" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "List MSSQL Databases", + "toolReferenceName": "mssql_list_databases", + "userDescription": "List all available databases for a connected MSSQL server.", + "icon": "$(database)" + }, + { + "name": "mssql_get_connection_details", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "Get connection details for a specific connection ID. Returns connection information including server, database, authentication type, and user details.", + "tags": [ + "databases", + "mssql", + "connection", + "details" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to get details for.", + "title": "Connection ID", + "type": "string" + } + }, + "required": [ + "connectionId" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "Get MSSQL Connection Details", + "toolReferenceName": "mssql_get_connection_details", + "userDescription": "Get connection details for a specific MSSQL connection.", + "icon": "$(info)" + }, + { + "name": "mssql_change_database", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "Change the database for an existing MSSQL connection. Before changing, consider using mssql_list_databases to show available database options to the user. Disconnects from current database and reconnects to the specified database using the same connection credentials.", + "tags": [ + "databases", + "mssql", + "connection", + "change" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to change database for.", + "title": "Connection ID", + "type": "string" + }, + "database": { + "description": "Database name to switch to.", + "title": "Database Name", + "type": "string" + } + }, + "required": [ + "connectionId", + "database" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "Change MSSQL Database", + "toolReferenceName": "mssql_change_database", + "userDescription": "Change the database for an existing MSSQL connection.", + "icon": "$(arrow-swap)" + }, + { + "name": "mssql_list_tables", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "List all tables in a specific database for a connected MSSQL server. Returns a list of table names with schema information.", + "tags": [ + "databases", + "mssql", + "tables", + "list" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to list tables for.", + "title": "Connection ID", + "type": "string" + } + }, + "required": [ + "connectionId" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "List MSSQL Tables", + "toolReferenceName": "mssql_list_tables", + "userDescription": "List all tables in a database for a connected MSSQL server." + }, + { + "name": "mssql_list_schemas", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "List all schemas in a specific database for a connected MSSQL server. Returns a list of schema names.", + "tags": [ + "databases", + "mssql", + "schemas", + "list" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to list schemas for.", + "title": "Connection ID", + "type": "string" + } + }, + "required": [ + "connectionId" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "List MSSQL Schemas", + "toolReferenceName": "mssql_list_schemas", + "userDescription": "List all schemas in a database for a connected MSSQL server.", + "icon": "$(symbol-namespace)" + }, + { + "name": "mssql_list_views", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "List all views in a specific database for a connected MSSQL server. Returns a list of view names with schema information.", + "tags": [ + "databases", + "mssql", + "views", + "list" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to list views for.", + "title": "Connection ID", + "type": "string" + } + }, + "required": [ + "connectionId" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "List MSSQL Views", + "toolReferenceName": "mssql_list_views", + "userDescription": "List all views in a database for a connected MSSQL server.", + "icon": "$(eye)" + }, + { + "name": "mssql_list_functions", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "List all functions in a specific database for a connected MSSQL server. Returns a list of function names with schema information.", + "tags": [ + "databases", + "mssql", + "functions", + "list" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to list functions for.", + "title": "Connection ID", + "type": "string" + } + }, + "required": [ + "connectionId" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "List MSSQL Functions", + "toolReferenceName": "mssql_list_functions", + "userDescription": "List all functions in a database for a connected MSSQL server.", + "icon": "$(symbol-function)" + }, + { + "name": "mssql_run_query", + "when": "!config.mssql.copilot.enableSqlToolsMcp", + "modelDescription": "Execute a SQL query against a connected MSSQL database. Returns query results including row count, column information, and data rows. Use this tool to run SELECT, INSERT, UPDATE, DELETE, or other SQL statements. IMPORTANT: This tool will execute ANY SQL statement provided - be extremely careful with write operations (INSERT, UPDATE, DELETE, CREATE, ALTER, DROP) as they will modify or destroy data. Always verify the query is safe before execution, especially for operations without WHERE clauses or that affect system objects.", + "tags": [ + "databases", + "mssql", + "query", + "execute", + "sql" + ], + "inputSchema": { + "type": "object", + "properties": { + "connectionId": { + "description": "Connection ID to execute the query against.", + "title": "Connection ID", + "type": "string" + }, + "query": { + "description": "SQL query to execute.", + "title": "SQL Query", + "type": "string" + }, + "queryTypes": { + "description": "Classification of SQL operation types present in the query. Used for telemetry to understand tool usage patterns without capturing user content. Analyze the query and select all operation types that apply.", + "title": "Query Types", + "type": "array", + "items": { + "type": "string", + "enum": [ + "SELECT", + "INSERT", + "UPDATE", + "DELETE", + "CREATE", + "ALTER", + "DROP", + "TRUNCATE", + "MERGE", + "JOIN", + "CTE", + "STORED_PROCEDURE", + "FUNCTION", + "VIEW", + "INDEX", + "TRANSACTION", + "GRANT", + "REVOKE", + "BACKUP", + "RESTORE", + "EXEC", + "DECLARE", + "IF", + "WHILE", + "TRY_CATCH", + "TEMP_TABLE", + "CONSTRAINT", + "TRIGGER", + "SET", + "OTHER" + ] + } + }, + "queryIntent": { + "description": "Primary use case or scenario that best describes what the user is trying to accomplish with this query. Used for telemetry to understand user workflows without capturing user content.", + "title": "Query Intent", + "type": "string", + "enum": [ + "data_exploration", + "data_analysis", + "data_migration", + "troubleshooting", + "schema_creation", + "schema_modification", + "schema_exploration", + "data_maintenance", + "data_seeding", + "testing_validation", + "backup_restore", + "performance_tuning", + "learning_education", + "other" + ] + } + }, + "required": [ + "connectionId", + "query", + "queryTypes", + "queryIntent" + ] + }, + "canBeReferencedInPrompt": true, + "displayName": "Run MSSQL Query", + "toolReferenceName": "mssql_run_query", + "userDescription": "Execute a SQL query against a connected MSSQL database.", + "icon": "$(play)" + } + ], + "colors": [ + { + "id": "mssql.resultsGridNullBackground", + "description": "Color for null background in results grid", + "defaults": { + "light": "#FFFFE1", + "dark": "#4B0082", + "highContrastLight": "#FFFFE1", + "highContrast": "#000000" + } + }, + { + "id": "mssql.resultsGridNullForeground", + "description": "Color for null foreground in results grid", + "defaults": { + "light": "editor.foreground", + "dark": "editor.foreground" + } + } + ] + } +} diff --git a/extensions/mssql/src/configurations/config.ts b/extensions/mssql/src/configurations/config.ts index 47f11900f1..2ec3475700 100644 --- a/extensions/mssql/src/configurations/config.ts +++ b/extensions/mssql/src/configurations/config.ts @@ -7,7 +7,7 @@ export const config = { service: { downloadUrl: "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", - version: "6.0.20260722.6", + version: "6.0.20260723.2", downloadFileNames: { Windows_64: "win-x64-net10.0.zip", Windows_ARM64: "win-arm64-net10.0.zip", diff --git a/extensions/sql-database-projects/CHANGELOG.md b/extensions/sql-database-projects/CHANGELOG.md index 9b3df1d4a7..29c246fd5e 100644 --- a/extensions/sql-database-projects/CHANGELOG.md +++ b/extensions/sql-database-projects/CHANGELOG.md @@ -6,6 +6,10 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [1.6.3] - 2026-08-19 + +- Fixed an issue where the **Rename Symbol** feature was incorrectly enabled on SQL alias identifiers (column aliases, table aliases, subquery aliases, and CTE names), which could generate an invalid `.refactorlog` entry. + ## [1.6.2] - 2026-07-15 - Added **Rename Symbol** refactoring support for SQL project files. diff --git a/localization/xliff/vscode-mssql.de.xlf b/localization/xliff/vscode-mssql.de.xlf index 39c83be87a..ed632df9fe 100644 --- a/localization/xliff/vscode-mssql.de.xlf +++ b/localization/xliff/vscode-mssql.de.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - ist erforderlich. - - - $(check) Copied messages - $(check) Nachrichten kopiert - - - $(plug) Connect to MSSQL - $(plug) Verbindung mit MSSQL herstellen - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - „mssql.newEditorConnectionBehavior“ ist auf „defaultConnection“ festgelegt, aber „mssql.defaultConnectionId“ ist nicht konfiguriert. Neue Editoren greifen auf die Übertragung der aktiven Verbindung zurück. - - - '{0}' started. - {0} is the service name - „{0}“ wurde gestartet. - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <Default> - - - <default> - <default> - - - (0 rows affected) - (0 Zeilen betroffen) - - - (0 rows) - (0 Zeilen) - - - (1 row affected) - (1 Zeile betroffen) - - - (Command completed successfully) - (Befehl wurde erfolgreich abgeschlossen) - - - (current) - (aktuell) - - - (empty) - (leer) - - - ({0} row(s) affected) - {0} is the number of rows affected - ({0} Zeile(n) betroffen) - - - ({0} row) - {0} is the number of rows (singular) - ({0} Zeile) - - - ({0} rows affected) - {0} is the number of rows affected - ({0} Zeilen betroffen) - - - ({0} rows) - {0} is the number of rows (plural) - ({0} Zeilen) - - - + Add Azure Account - + Azure-Konto hinzufügen - - - + Add Fabric Account - + Fabric-Konto hinzufügen - - - + Create Connection Group - + Verbindungsgruppe erstellen - - - - - - - - - 0 rows - 0 Zeilen - - - 0 rows returned - 0 Zeilen zurückgegeben - - - 1 - 1 - - - 1 row - 1 Zeile - - - 1 row returned - 1 Zeile zurückgegeben - - - 100K vCore seconds - 100.000 V-Kern-Sekunden - - - 32 GB - 32 GB - - - 32 GB storage + 32 GB backup - 32 GB Speicher + 32 GB Sicherung - - - 60 min - 60 Min. - - - = - = - - - A SQL editor must have focus before executing this command - Ein SQL-Editor muss den Fokus haben, damit dieser Befehl ausgeführt werden kann. - - - A connection is already being established. Please wait for it to complete before running a query. - Es wird bereits eine Verbindung hergestellt. Warten Sie, bis der Vorgang abgeschlossen ist, bevor Sie eine Abfrage ausführen. - - - A database with this name already exists on the server - Auf dem Server ist bereits eine Datenbank mit diesem Namen vorhanden. - - - A firewall rule is required to access this server. - Für den Zugriff auf diesen Server ist eine Firewallregel erforderlich. - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - Eine hochintegrierte, entwicklerfreundliche Transaktionsdatenbank, die automatisch skaliert, automatisch optimiert und Daten für Analysen über Fabric in OneLake spiegelt. - - - A predefined global default value for the column or binding. - Ein vordefinierter globaler Standardwert für die Spalte oder Bindung. - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - Für diese Editorsitzung wird bereits eine Abfrage ausgeführt. Brechen Sie diese Abfrage ab, oder warten Sie auf den Abschluss der aktuellen Abfrageausführung. - - - A required .NET runtime could not be found or installed. - Eine erforderliche .NET-Laufzeitumgebung konnte nicht gefunden oder installiert werden. - - - API Type - API-Typ - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - Beschleunigen der Schemaentwicklung durch automatisches Generieren von ORM-Migrationen oder T-SQL-Änderungsskripts - - - Accept - Annehmen - - - Accept All - Alle akzeptieren - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - Akzeptieren Sie die SQL Server-Lizenzbedingungen, um einen SQL Server-Docker-Container bereitzustellen. - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - Zugriff verweigert. Stellen Sie sicher, dass Sie über die erforderlichen Berechtigungen für die Verwendung dieses Tools oder Modells verfügen. - - - Access to the XEL file was denied. - Zugriff auf die XEL-Datei wurde verweigert. - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Zugriffstoken für die Verbindung {0} mit URI {1} ist abgelaufen - - - Account - Konto - - - Account not found - Das Konto wurde nicht gefunden. - - - Action - Aktion - - - Action Type - Aktionstyp - - - Actions - Aktionen - - - Active filters: - Aktive Filter: - - - Actual Elapsed CPU Time - Tatsächlich verstrichene CPU-Zeit - - - Actual Elapsed Time - Tatsächlich verstrichene Zeit - - - Actual Number of Rows For All Executions - Tatsächliche Anzahl von Zeilen für alle Ausführungen - - - Add - Hinzufügen - - - Add Account - Konto hinzufügen - - - Add Column - Spalte hinzufügen - - - Add Connection - Verbindung hinzufügen - - - Add Firewall Rule - Firewallregel hinzufügen - - - Add Firewall Rule to {0} - {0} is the server name - Hinzufügen einer Firewallregel zu {0} - - - Add MCP server to workspace configuration - MCP-Server zur Arbeitsbereichskonfiguration hinzufügen - - - Add Row - Zeile hinzufügen - - - Add Server Connection - Serververbindung hinzufügen - - - Add Table - Tabelle hinzufügen - - - Add a Microsoft Entra account... - Microsoft Entra-Konto hinzufügen... - - - Add account - Konto hinzufügen - - - Add filter - Filter hinzufügen - - - Add filters to modify the SQL query - Hinzufügen von Filtern zum Ändern der SQL-Abfrage - - - Add my client IP ({0}) - {0} is the IP address of the client - Meine Client-IP-Adresse hinzufügen ({0}) - - - Add my subnet IP range - Meinen Subnetz-IP-Bereich hinzufügen - - - Add new column - Neue Spalte hinzufügen - - - Add new foreign key - Neuen Fremdschlüssel hinzufügen - - - Add tag - Kategorie hinzufügen - - - Add to VS Code - Zu VS Code hinzufügen - - - Add to favorites - Zu Favoriten hinzufügen - - - Add to workspace - Zum Arbeitsbereich hinzufügen - - - Added - Hinzugefügt - - - Added column '{0}' - {0} is the column name - Spalte „{0}“ hinzugefügt - - - Added foreign key '{0}' - {0} is the foreign key name - Fremdschlüssel „{0}“ hinzugefügt - - - Additional parameters - Zusätzliche Parameter - - - Additional usage beyond the free amount will be charged at serverless rates. - Zusätzliche Nutzung über den kostenlosen Umfang hinaus wird zu serverlosen Tarifen abgerechnet. - - - Admin Password - Administratorkennwort - - - Admin Username - Administratorbenutzername - - - Advanced - Erweitert - - - Advanced Backup Options - Erweiterte Backup-Optionen - - - Advanced Connection Settings - Erweiterte Verbindungseinstellungen - - - Advanced Entity Configuration - Erweiterte Entitätskonfiguration - - - Advanced Options - Erweiterte Optionen - - - Advanced Publish Options - Erweiterte Veröffentlichungsoptionen - - - Advanced restore options - Erweiterte Wiederherstellungsoptionen - - - After - Nach - - - All - Alle - - - All Files (*.*) - Alle Dateien (*.*) - - - All Schemas - Alle Schemas - - - All files - Alle Dateien - - - All permissions for extensions to access your connections have been cleared. - Für Erweiterungen wurden alle Berechtigungen zum Zugriff auf Ihre Verbindungen gelöscht. - - - All selected - Alle ausgewählten Elemente - - - All severities - Alle Schweregrade - - - Allow Null - NULL zulassen - - - Allow Nulls - NULL-Werte zulassen - - - Allow null - NULL zulassen - - - Allow this extension to access your connections - Dieser Erweiterung den Zugriff auf Ihre Verbindungen gestatten - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - Ermöglicht MCP-Clients die Verwendung allgemeiner Tools zum Erstellen, Lesen, Aktualisieren und Löschen für diese Tabelle. - - - Alphabetical - Alphabetisch - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - Bereits von „{0}“ verwendet - - - Alter - Ändern - - - Always Encrypted - Always Encrypted - - - Always show in new tab - Immer auf neuer Registerkarte anzeigen - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - Mehrdeutige Verbindungsreferenz. Geben Sie nur connectionId oder connectionName an. - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - GitHub Copilot benötigt eine aktive Verbindung, um Ihr Datenbankschema zu verstehen und fortzufahren. -Wählen Sie „{0}“, um eine Verbindung herzustellen. - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - Fehler beim Aktualisieren der Knoten. Weitere Informationen finden Sie im MSSQL-Ausgabekanal. - - - An error occurred while copying results: {0} - {0} is the error message - Fehler beim Kopieren der Ergebnisse: {0} - - - An error occurred while loading data. - Fehler beim Laden von Daten. - - - An error occurred while processing your request. - Fehler bei der Verarbeitung Ihrer Anforderung. - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - Fehler beim Entfernen des Microsoft Entra-Kontos: {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - Fehler beim Abrufen von Zeilen: {0} - - - An error occurred: {0} - {0} is the error message - Fehler: {0} - - - An unexpected error occurred - Unerwarteter Fehler. - - - An unexpected error occurred with the language model. Please try again. - Unerwarteter Fehler beim Sprachmodell. Versuchen Sie es erneut. - - - An unknown error occurred. Please try again. - Ein unbekannter Fehler ist aufgetreten. Versuchen Sie es erneut. - - - Analytics-ready by default - Standardmäßig für Analysen bereit. - - - Analyze static code with customizable rulesets in SQL Database Projects. - Analysieren Sie statischen Code mit anpassbaren Regelsätzen in SQL-Datenbankprojekten. - - - And - Und - - - Anonymous - Anonym - - - Append to the existing backup set - An vorhandenem Sicherungssatz anhängen - - - Application (Client) ID - Anwendungs-ID (Client) - - - Application (Client) ID is required. - Die Anwendungs-ID (Client-ID) ist erforderlich. - - - Application Intent - Anwendungszweck - - - Application Name - Anwendungsname - - - Application Version - Anwendungsversion - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - Die Anwendungsversion muss das Format n.n.n oder n.n.n.n aufweisen, wobei n eine Zahl ist (z. B. 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - Die Anwendungsversion muss das Format n.n.n.n aufweisen, wobei n eine Zahl ist (z. B. 1.0.0.0) - - - Apply - Übernehmen - - - Apply Changes - Änderungen übernehmen - - - Apply changes to target - Änderungen auf das Ziel anwenden - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - Anwenden kontextbezogener Vorschläge für SQL-Syntax, Beziehungen und Einschränkungen - - - Apply failed. Fix the error and retry, or run Schema Compare again. - Fehler beim Anwenden. Beheben Sie den Fehler und wiederholen Sie den Vorgang, oder führen Sie den Schemavergleich erneut aus. - - - Applying changes, this might take a while... - Änderungen werden angewendet, dies kann eine Weile dauern … - - - Approve - Genehmigen - - - Are you sure you want to cancel this background task? - Soll diese Hintergrundaufgabe wirklich abgebrochen werden? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - Möchten Sie die aktuelle Sitzung wirklich schließen? Alle erfassten Ereignisse gehen verloren. Sie können die Ereignisse vor dem Schließen über die Symbolleiste als CSV exportieren. - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - Möchten Sie den Container „{0}“ löschen? Dadurch werden sowohl der Container als auch seine Verbindung aus VS Code entfernt. - - - Are you sure you want to delete the selected items? - Möchten Sie die ausgewählten Elemente wirklich löschen? - - - Are you sure you want to delete {0}? - {0} is the group name - Möchten Sie "{0}" löschen? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - Möchten Sie „{0}“ wirklich löschen? Sie können auch die zugehörigen Verbindungen löschen oder sie in den Stammordner verschieben. - - - Are you sure you want to disconnect? - Möchten Sie die Verbindung trennen? - - - Are you sure you want to remove {0}? - {0} is the node label - Möchten Sie "{0}" wirklich entfernen? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - Möchten Sie alle Copilot-Änderungen rückgängig machen? Dadurch werden alle nachverfolgten Änderungen auf ihren ursprünglichen Zustand zurückgesetzt. - - - Are you sure you want to update the target? - Möchten Sie das Ziel aktualisieren? - - - Are you sure you want to {0}? - {0} is the action being confirmed - Möchten Sie {0}? - - - Are you sure? - Möchten Sie wirklich fortfahren? - - - Ask GitHub Copilot to Fix - GitHub Copilot zur Behebung auffordern - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - Stellen Sie Fragen, oder schlagen Sie Schemaänderungen im Chat vor, und GitHub Copilot aktualisiert das Schema sofort im Diagramm. - - - At least one API type must be selected. - Es muss mindestens ein API-Typ ausgewählt werden. - - - Auth type - Authentifizierungstyp - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - Authentifizieren mithilfe eines Microsoft Entra-Dienstprinzipals. Geben Sie die Anwendungs-ID (Client-ID) als Benutzernamen und den geheimen Clientschlüssel als Kennwort ein. Klicken Sie auf das Info-Symbol, um weitere Informationen zu erhalten. - - - Authenticated - Authentifiziert - - - Authentication - Authentifizierung - - - Authentication Library has changed, please reload Visual Studio Code. - Die Authentifizierungsbibliothek wurde geändert. Bitte laden Sie Visual Studio Code erneut. - - - Authentication Type - Authentifizierungstyp - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - Authentifizierungsfehler bei Konto „{0}“ (Mandant „{1}“). Um dies zu beheben, muss Ihr Tokencache gelöscht werden, wodurch Sie von allen verbundenen Konten abgemeldet werden. - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - Authentifizierungsfehler bei Konto. Um dies zu beheben, muss Ihr Tokencache gelöscht werden, wodurch Sie von allen verbundenen Konten abgemeldet werden. - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - Fehler bei der Authentifizierung aufgrund eines Nonce-Konflikts. Schließen Sie Azure Data Studio, und versuchen Sie es noch mal. - - - Authentication failed due to a state mismatch, please close ADS and try again. - Fehler bei der Authentifizierung aufgrund eines Statuskonflikts. Schließen Sie ADS, und versuchen Sie es noch mal. - - - Authentication not supported - Authentifizierung wird nicht unterstützt. - - - Auto Arrange - Automatisch anordnen - - - Auto Arrange Confirmation - Bestätigung der automatischen Anordnung - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - Die automatische Anordnung wird alle Diagrammelemente basierend auf optimalen Layoutalgorithmen neu positionieren. Alle benutzerdefinierten Positionierungen, die Sie erstellt haben, gehen verloren. Möchten Sie mit der automatischen Anordnung Ihres Schemadiagramms fortfahren? - - - Auto-pause - Automatisch anhalten - - - Auto-pause the database until next month - Datenbank bis zum nächsten Monat automatisch anhalten - - - Auto-scroll - Automatisch scrollen - - - Auto-scroll disabled - Automatisches Scrollen deaktiviert - - - Auto-scroll enabled - Automatisches Scrollen aktiviert - - - Automatic tuning features like automatic index creation enabled by default. - Automatische Optimierungsfunktionen wie die automatische Indexerstellung sind standardmäßig aktiviert. - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - Wählt automatisch eine verfügbare Microsoft Entra ID-Identität von auf Ihrem System installierten Anbietern aus. Klicken Sie auf das Info-Symbol, um weitere Informationen zu erhalten. - - - Available Servers - Verfügbare Server - - - Average: {0} - {0} is the average - Durchschnitt: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - Durchschnitt: {0}, Anzahl: {1}, Summe: {2} - - - Avg - Durchschn. - - - Azure (China) - Azure (China) - - - Azure (Public) - Azure (öffentlich) - - - Azure (US Government) - Azure (US-Regierungsbehörden) - - - Azure Account - Azure-Konto - - - Azure Account is required - Azure Konto ist erforderlich. - - - Azure Code Grant - Azure-Code - - - Azure Data Studio Migration - Azure Data Studio Migration - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Azure Data Studio Migration Toolkit – jetzt mit Keymap! - - - Azure Data Studio settings file - Azure Data Studio-Einstellungsdatei - - - Azure Databases - Azure-Datenbanken - - - Azure Device Code - Azure-Gerätecode - - - Azure MFA - Azure MFA - - - Azure SQL Database is not supported for backup. - Azure SQL-Datenbank wird für die Sicherung nicht unterstützt. - - - Azure SQL Database is not supported for restore. - Azure SQL-Datenbank wird für die Wiederherstellung nicht unterstützt. - - - Azure SQL Managed Instance - Azure SQL Managed Instance - - - Azure SQL Server - Azure SQL Server - - - Azure SQL databases provisioning - Bereitstellung von Azure SQL-Datenbanken - - - Azure Subscriptions - Azure-Abonnements - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - Azure-Konto „{0}“ wurde nicht gefunden. Melden Sie sich mit dem richtigen Konto an oder wählen Sie ein anderes aus. - - - Azure sign in failed. - Fehler bei der Azure-Anmeldung. - - - Azure subscription not found in cache. - Das Azure-Abonnement wurde nicht im Cache gefunden. - - - Azure: Sign In - Azure: Anmelden - - - Azure: Sign In to Azure Cloud - Azure: Bei Azure-Cloud anmelden - - - Azure: Sign In with Device Code - Azure: Mit Gerätecode anmelden - - - BACPAC exported successfully - BACPAC erfolgreich exportiert - - - BACPAC exported successfully to '{0}' - {0} is the file path - Die BACPAC-Datei wurde erfolgreich nach „{0}“ exportiert - - - BACPAC imported successfully - BACPAC erfolgreich importiert - - - BACPAC imported successfully to database '{0}' - {0} is the database name - BACPAC-Datei wurde erfolgreich in die Datenbank „{0}“ importiert - - - Back - Zurück - - - Back to Schema - Zurück zum Schema - - - Back to preview - Zurück zur Vorschau - - - Backup - Sicherung - - - Backup Database - {0} - {0} is the database name - Sicherungsdatenbank - {0} - - - Backup File - Sicherungsdatei - - - Backup Files - Backups - - - Backup Files (*.bak, *.log, *.trn) - Backups (*.bak;*.trn;*.log) - - - Backup Location - Backup-Speicherort - - - Backup Name - Backupname - - - Backup Storage Redundancy - Redundanz für Sicherungsspeicher - - - Backup Type - Backup-Typ - - - Backup sets to restore - Wiederherzustellende Sicherungssätze - - - Backup the tail of the log - Sicherung des Protokollfragments - - - Backup to a new media set - Sicherung in einem neuen Mediensatz - - - Batch execution time: {0} - {0} is the batch time - Batchausführungszeit: {0} - - - Before - Vor - - - Behavior when free offer limit is reached - Verhalten bei Erreichen des Limits für kostenlose Angebote - - - Between - Zwischen - - - Blanks - Blanks - - - Blob - Blob - - - Blob Container - Blob-Container - - - Blob Container is required - Blob-Container ist erforderlich - - - Blob does not contain a valid database backup - Blob enthält kein gültiges Datenbankbackup. - - - Blob is required - Blob ist erforderlich. - - - Block this extension from accessing your connections - Verhindern Sie, dass diese Erweiterung auf Ihre Verbindungen zugreift. - - - Both - Beides - - - Brightness - Helligkeit - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - Übertragen Sie Ihre gespeicherten Verbindungen, Gruppen und Konfiguration aus Azure Data Studio in die MSSQL-Erweiterung und entdecken Sie vertraute Funktionen. - - - Browse - Durchsuchen - - - Browse Azure - Azure durchsuchen - - - Browse Azure SQL Database tutorials and docs - Tutorials und Dokumentation zu Azure SQL-Datenbanken durchsuchen - - - Browse Fabric - Fabric durchsuchen - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - Durchsuchen Sie Fabric-Arbeitsbereiche und stellen Sie SQL-Datenbanken in Fabric bereit, ohne VS Code zu verlassen. - - - Browse files - Dateien durchsuchen - - - Browse forvpath - forvpath durchsuchen - - - Browse to Azure Data Studio settings.json - Zu Azure Data Studio settings.json wechseln - - - Browse... - Durchsuchen... - - - Build APIs with GitHub Copilot - APIs mit GitHub Copilot erstellen - - - Build Data API - Daten-API erstellen - - - Build failed with exit code {0} - Fehler bei dem Build mit Exitcode {0}. - - - Build {0} - „{0}“ erstellen - - - Building {0}... - „{0}“ wird erstellt … - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - Integrierte Verschlüsselung, Firewallregeln und die Integration mit Microsoft Entra ID zum Schutz Ihrer Daten. - - - Bulk Actions - Massenaktionen - - - Bulk-logged - Massenprotokolliert - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - CSV/TXT-Dateien (*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - Aufrufendes Tool: {0} mit {1}. - - - Cancel - Abbrechen - - - Cancel Query - Abfrage abbrechen - - - Cancel Task - Aufgabe abbrechen - - - Cancel failed: {0} - {0} is the error message - Fehler beim Abbrechen: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - Fehler beim Abbrechen des Schemavergleichs: {0} - - - Cancel the query execution in progress - Die laufende Abfrageausführung abbrechen - - - Canceled - Abgebrochen - - - Canceling - Wird abgebrochen - - - Canceling query - Die Abfrage wird abgebrochen. - - - Canceling the query failed: {0} - {0} is the error message - Fehler beim Abbrechen der Abfrage: {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - Auf den Docker-Socket kann nicht zugegriffen werden. Ihr Benutzerkonto ist möglicherweise nicht in der Gruppe „docker“, oder VS Code wurde gestartet, bevor die Gruppenmitgliedschaft wirksam wurde. Führen Sie „sudo usermod -aG docker $USER“ aus, und melden Sie sich dann ab und wieder an (oder starten Sie das System neu), bevor Sie VS Code erneut starten. - - - Cannot cancel query as no query is running. - Die Abfrage kann nicht abgebrochen werden, weil keine Abfrage ausgeführt wird. - - - Cannot change session while active - Die Sitzung kann nicht geändert werden, während sie aktiv ist - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - Aufgrund abgelaufener Token kann keine Verbindung hergestellt werden. Authentifizieren Sie sich erneut, und versuchen Sie es noch mal. - - - Cannot create foreign key - Fremdschlüssel kann nicht erstellt werden. - - - Cannot delete column because it is part of foreign key relationships. - Die Spalte kann nicht gelöscht werden, da sie Teil von Fremdschlüsselbeziehungen ist. - - - Cannot delete column because it is referenced by a foreign key. - Die Spalte kann nicht gelöscht werden, da ein Fremdschlüssel auf sie verweist. - - - Cannot delete column because it is used by a foreign key. - Die Spalte kann nicht gelöscht werden, da sie von einem Fremdschlüssel verwendet wird. - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - "{0}" kann nicht ausgeschlossen werden. Eingeschlossene abhängige Elemente vorhanden. - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - "{0}" kann nicht ausgeschlossen werden. Eingeschlossene abhängige Elemente vorhanden: {1} - - - Cannot generate script without a restore plan - Skript kann nicht ohne Wiederherstellungsplan generiert werden. - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - "{0}" kann nicht eingeschlossen werden. Ausgeschlossene abhängige Elemente vorhanden. - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - "{0}" kann nicht eingeschlossen werden. Ausgeschlossene abhängige Elemente vorhanden: {1} - - - Cannot revert: The column is part of a foreign key that references a deleted table - Rückgängigmachen nicht möglich: Die Spalte ist Teil eines Fremdschlüssels, der auf eine gelöschte Tabelle verweist. - - - Cannot revert: The referenced table or column has been deleted - Rückgängigmachen nicht möglich: Die Tabelle oder Spalte, auf die verwiesen wird, wurde gelöscht. - - - Cascade - Cascade - - - Category - Kategorie - - - Change - Ändern - - - Change Connection - Verbindung ändern - - - Change Database - Datenbank ändern - - - Change Password - Kennwort ändern - - - Change Setting - Einstellung ändern - - - Change column width - Spaltenbreite ändern - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Die Datenbank für die Verbindung „{0}“ (ID: {1}) in „{2}“ ändern? - - - Change the connection for the active SQL document - Die Verbindung für das aktive SQL-Dokument ändern - - - Change the database for the active SQL document - Die Datenbank für das aktive SQL-Dokument ändern - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - {0} auf {1} ändern - - - Changed Tables - Geänderte Tabellen - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - Der Datenbankkontext für das Dokument "{0}" wurde in "{1}" geändert. - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Der Datenbankkontext auf Server "{0}" für Dokument "{1}" wurde geändert in "{2}". - - - Changes - Änderungen - - - Changes ({0}) - {0} is the number of schema changes - Änderungen ({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - Die Änderungen wurden erfolgreich angewendet. Führen Sie den Schemavergleich erneut aus, um aktualisierte Unterschiede anzuzeigen. - - - Changes published successfully - Änderungen wurden erfolgreich veröffentlicht - - - Changes saved successfully. - Die Änderungen wurden erfolgreich gespeichert. - - - Changes view mode - Ansichtsmodus für Änderungen - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Der Datenbankkontext auf Server "{0}" für Dokument "{1}" wird geändert in "{2}". - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Die Datenbank wird für die Verbindung „{0}“ (ID: {1}) in „{2}“ geändert - - - Chat - Chat - - - Chat command not available in this VS Code version - Chatbefehl in dieser VS Code-Version nicht verfügbar - - - Check Constraint - Check-Einschränkung - - - Check Constraints - Einschränkungen überprüfen - - - Checking Docker Engine Configuration - Überprüfen der Konfiguration der Docker-Engine - - - Checking Docker engine - Docker-Engine wird überprüft - - - Checking Docker installation - Docker-Installation wird überprüft - - - Checking Docker prerequisites... - Docker-Voraussetzungen werden überprüft... - - - Checking container readiness - Überprüfen der Containerbereitschaft - - - Checking if Docker is installed - Es wird überprüft, ob Docker installiert ist. - - - Checking if Docker is installed on your machine - Es wird überprüft, ob Docker auf Ihrem Computer installiert ist. - - - Checking if Docker is running on your machine. If not, we'll start it for you. - Es wird überprüft, ob Docker auf Ihrem Computer ausgeführt wird. Wenn nicht, starten wir es für Sie. - - - Checking if Docker is started - Es wird überprüft, ob Docker gestartet wurde. - - - Checking if the Docker Engine is configured correctly on your machine. - Es wird überprüft, ob die Docker-Engine auf Ihrem Computer ordnungsgemäß konfiguriert ist. - - - Checking pre-requisites - Voraussetzungen werden überprüft. - - - Choose An Action - Aktion auswählen - - - Choose Existing - Vorhandene auswählen - - - Choose Query History - Abfrageverlauf auswählen - - - Choose SQL Language - SQL-Sprache auswählen - - - Choose a Microsoft Entra account - Microsoft Entra-Konto auswählen - - - Choose a Microsoft Entra tenant - Microsoft Entra-Mandant auswählen - - - Choose a connection profile from the list below - Wählen Sie in der Liste unten ein Verbindungsprofil aus. - - - Choose a database - Datenbank auswählen - - - Choose a database from the list below - Wählen Sie in der Liste unten eine Datenbank aus. - - - Choose a hostname for the container - Hostnamen für den Container auswählen - - - Choose a name for the SQL Server Docker Container - Wählen Sie einen Namen für den SQL Server-Docker-Container aus. - - - Choose a port to host the SQL Server Docker Container - Wählen Sie einen Port zum Hosten des SQL Server-Docker-Containers aus. - - - Choose an option to provision a database - Wählen Sie eine Option zum Bereitstellen einer Datenbank aus. - - - Choose color - Farbe auswählen - - - Choose the Right Version - Wählen Sie die richtige Version aus. - - - Choose the behavior for new editors - Verhalten für neue Editoren auswählen - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - Wählen Sie aus, ob diese gespeicherte Prozedur als GraphQL-Mutation oder -Abfrage angezeigt wird. DAB verwendet standardmäßig Mutationen. - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - Zirkelbezug erkannt: "{0}" → "{1}" erzeugt einen Zyklus. - - - Clear - Löschen - - - Clear All - Alle löschen - - - Clear All Filters - Alle Filter entfernen - - - Clear Data - Daten löschen - - - Clear Filter - Filter löschen - - - Clear Filters - Filter löschen - - - Clear Quick Query - Schnellabfrage löschen - - - Clear Recent Connections List - Liste der zuletzt verwendeten Verbindungen löschen - - - Clear Selection - Auswahl löschen - - - Clear Sort - Sortierung löschen - - - Clear all - Auswahl aufheben - - - Clear all events (keeps session running) - Alle Ereignisse löschen (Sitzung bleibt aktiv) - - - Clear all filters - Alle Filter löschen - - - Clear all filters and show all events - Alle Filter löschen und alle Ereignisse anzeigen - - - Clear all grouping - Alle Gruppierungen löschen - - - Clear all sorting - Alle Sortierungen löschen - - - Clear cache and refresh token - Cache löschen und Token aktualisieren - - - Clear filters - Filter löschen - - - Clear from recent connections list - Aus der Liste der zuletzt verwendeten Verbindungen löschen - - - Clear permissions for all extensions to access your connections - Für alle Erweiterungen die Berechtigung zum Zugriff auf Ihre Verbindungen löschen - - - Clear quick filter and all column filters - Schnellfilter und alle Spaltenfilter löschen - - - Clear this Quick Query - Diese Schnellabfrage löschen - - - Clear token cache - Tokencache löschen - - - Click to cancel loading summary - Klicken, um das Laden der Zusammenfassung abzubrechen - - - Click to change connection - Klicken, um die Verbindung zu ändern - - - Click to change database - Klicken, um die Datenbank zu wechseln. - - - Click to connect to a database - Klicken Sie hier, um eine Verbindung mit einer Datenbank herzustellen. - - - Click to load summary - Klicken, um die Zusammenfassung zu laden - - - Click to sign into an Azure account - Klicken Sie, um sich bei einem Azure-Konto anzumelden. - - - Client Secret - Geheimer Clientschlüssel - - - Client secret is required. - Clientgeheimnis ist erforderlich. - - - Close - Schließen - - - Close Designer - Designer schließen - - - Close Find - Suche schließen - - - Close Script Pane - Skriptbereich schließen - - - Close Without Export - Ohne Export schließen - - - Close details panel - Details schließen - - - Close existing connections to destination database - Bestehende Verbindungen mit der Zieldatenbank schließen - - - Close properties pane - Eigenschaftenbereich schließen - - - Close the current connection - Aktuelle Verbindung schließen - - - Cloud - Cloud - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis – {0} - - - Code analysis rules saved successfully - Code Analysis-Regeln wurden erfolgreich gespeichert - - - Collapse - Reduzieren - - - Collapse All - Alle reduzieren - - - Collapse Subscription Explorer - Abonnement-Explorer reduzieren - - - Collapse Workspace Explorer - Arbeitsbereichs-Explorer reduzieren - - - Collapse all groups - Alle Gruppen reduzieren - - - Collapse connection groups - Verbindungsgruppen reduzieren - - - Collapse connections - Verbindungen reduzieren - - - Collapse settings - Einstellungen reduzieren - - - Collapse {0} - {0} is the category name, e.g. Design - {0} reduzieren - - - Collation - Sortierung - - - Color - Farbe - - - Column - Spalte - - - Column '{0}' already exists - {0} is the column name - Die Spalte „{0}“ ist bereits vorhanden. - - - Column '{0}' already has a foreign key - {0} is the column name - Die Spalte „{0}“ weist bereits einen Fremdschlüssel auf. - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - Die Spalte „{0}“ darf nicht NULL sein, da sie ein Primärschlüssel ist. - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - Die Spalte „{0}“ ist eine Identitätsspalte und darf keinen kaskadierenden Fremdschlüssel aufweisen. - - - Column '{0}' must be a primary key - {0} is the referenced column - Die Spalte "{0}" muss ein Primärschlüssel sein. - - - Column '{0}' not found - {0} is the column name - Die Spalte "{0}" wurde nicht gefunden. - - - Column Name - Spaltenname - - - Column max length cannot be empty - Maximale Spaltenlänge darf nicht leer sein - - - Column name cannot be empty - Der Spaltenname darf nicht leer sein - - - Column not found: {0} - {0} is the column reference - Die Spalte wurde nicht gefunden: {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - Der Spaltenverweis wurde auf mehr als eine Spalte aufgelöst: {0} - - - Column resize by content - Spaltengröße nach Inhalt ändern - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - Die Spaltenbreite muss mindestens {0} Pixel betragen. - - - Columns - Spalten - - - Columns in the primary key. - Spalten im Primärschlüssel. - - - Command Timeout - Befehlstimeout - - - Commands - Befehle - - - Compare - Vergleichen - - - Compare Azure SQL Database service tiers - Dienstebenen für Azure SQL-Datenbank vergleichen - - - Compare SQL Server editions - Editionen von SQL Server vergleichen - - - Comparison Details - Details zum Vergleich - - - Compatibility Level - Kompatibilitätsgrad - - - Compress backup - Backup komprimieren - - - Compression - Komprimierung - - - Compute - Compute - - - Compute + Storage - Compute + Speicher - - - Config copied to clipboard - Konfiguration in Zwischenablage kopiert - - - Configuration saved. - Konfiguration gespeichert. - - - Configuration sections - Konfigurationsabschnitte - - - Configuration to Import - Zu importierende Konfiguration - - - Configure Linux containers - Konfigurieren von Linux-Containern - - - Configure Quick Query and Extension shortcuts. - Schnellabfrage und Erweiterungstastenkombinationen konfigurieren. - - - Configure Rosetta in Docker Desktop - Rosetta in Docker Desktop konfigurieren - - - Configure and customize Azure SQL Databases - Azure SQL-Datenbanken konfigurieren und anpassen - - - Configure and customize SQL Server containers - Konfigurieren und Anpassen von SQL Server-Containern - - - Configure keyboard shortcuts used by the MSSQL extension. - Tastenkombinationen konfigurieren, die von der MSSQL-Erweiterung verwendet werden. - - - Configure the full list of Query Editor shortcuts. - Konfigurieren Sie die vollständige Liste der Tastenkombinationen für den Abfrage-Editor. - - - Confirm Password - Kennwort bestätigen - - - Confirm SQL Server admin password - Bestätigen Sie das SQL Server-Administratorkennwort - - - Confirm admin password - Bestätigen Sie das Administratorkennwort - - - Confirm new password - Neues Kennwort bestätigen - - - Confirm to clear recent connections list - Bestätigen Sie das Löschen der Liste mit den zuletzt verwendeten Verbindungen. - - - Confirm to remove this profile. - Bestätigen Sie die Löschung des Profis. - - - Conjunction - Konjunktion - - - Connect - Verbinden - - - Connect and manage database connections - Datenbankverbindungen herstellen und verwalten - - - Connect the active SQL document to a database - Das aktive SQL-Dokument mit einer Datenbank verbinden - - - Connect to Database - Mit Datenbank verbinden - - - Connect to MSSQL - Mit MSSQL verbinden - - - Connect to SQL Server - Verbindung mit SQL Server herstellen - - - Connect to Server - Mit Server verbinden - - - Connect to a database - Mit Datenbank verbinden - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - Verbindung mit Server „{0}“ und Datenbank „{1}“ herstellen? - - - Connect to server {0}? - {0} is the server name - Verbindung mit Server „{0}“ herstellen? - - - Connect to {0} - {0} is the name of the connection profile - Mit „{0}“ verbinden - - - Connect using either Microsoft Entra ID or SQL Authentication. - Stellen Sie mithilfe von Microsoft Entra ID- oder SQL-Authentifizierung eine Verbindung her. - - - Connect using profile {0}? - {0} is the profile ID - Verbindung über Profil „{0}“ herstellen? - - - Connect with SQL tools and run your first query - Mit SQL-Tools verbinden und die erste Abfrage ausführen - - - Connect with the current settings and save the connection profile - Verbindung mit den aktuellen Einstellungen herstellen und das Verbindungsprofil speichern. - - - Connected successfully - Verbindung erfolgreich hergestellt - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - Die Verbindung mit Server "{0}" für Dokument "{1}" wurde hergestellt. Serverinformationen: {2} - - - Connected to {0} - {0} is the connection label - Verbunden mit {0} - - - Connected to: - Verbunden mit: - - - Connecting - Verbindung wird hergestellt - - - Connecting to Container - Verbindung zum Container wird hergestellt. - - - Connecting to Database - Verbindung zur Datenbank wird hergestellt. - - - Connecting to database - Verbindung mit der Datenbank wird hergestellt - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - Die Verbindung mit Server "{0}" für Dokument "{1}" wird hergestellt. - - - Connecting to server {0} - {0} is the server name - Verbindung mit dem Server "{0}" wird hergestellt - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - Verbindung mit Server „{0}“ und Datenbank „{1}“ wird hergestellt. - - - Connecting to server... - Verbindung mit dem Server wird hergestellt... - - - Connecting to your SQL Server Docker container - Es wird eine Verbindung mit Ihrem SQL Server-Docker-Container hergestellt. - - - Connecting to {0}... - {0} is the server name - Verbindung mit „{0}“ wird hergestellt … - - - Connecting to {0}... - {0} is the connection display name - Verbindung mit „{0}“ wird hergestellt … - - - Connecting to: - Verbindung wird hergestellt mit: - - - Connecting using profile {0} - {0} is the profile ID - Verbindung wird über Profil „{0}“ hergestellt. - - - Connecting... - Verbindung wird hergestellt... - - - Connection - Verbindung - - - Connection Authentication - Verbindungsauthentifizierung - - - Connection Details - Verbindungsdetails - - - Connection Dialog - Dialogfeld „Verbindung“ - - - Connection Error - Verbindungsfehler - - - Connection Failed - Fehler bei der Verbindung - - - Connection Group - Verbindungsgruppe - - - Connection Import Warning - Warnung beim Verbindungsimport - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - Das Verbindungsprofil konnte nicht aktualisiert werden. Bitte ändern Sie die Verbindungsdetails manuell in „settings.json“, und versuchen Sie es noch mal. - - - Connection String - Verbindungszeichenfolge - - - Connection Timeout - Verbindungstimeout - - - Connection Timeout (seconds) - Verbindungstimeout (Sekunden) - - - Connection actions - Verbindungsaktionen - - - Connection error - Verbindungsfehler - - - Connection error: {0} - {0} is the error message - Verbindungsfehler: {0} - - - Connection failed - Verbindung fehlgeschlagen - - - Connection failed: {0} - {0} is the error message from the connection attempt - Fehler beim Herstellen der Verbindung: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - Die Verbindungsgruppe mit derselben ID wurde bereits importiert: {0} (ID: {1}) - - - Connection groups to import - Zu importierende Verbindungsgruppen - - - Connection is not active. Please establish a connection before performing this action. - Die Verbindung ist nicht aktiv. Stellen Sie eine Verbindung her, bevor Sie diese Aktion ausführen. - - - Connection not found for uri "{0}". - {0} is the uri - Die Verbindung für URI „{0}“ wurde nicht gefunden. - - - Connection profile '{0}' not found. - {0} is the profile ID - Das Verbindungsprofil „{0}“ wurde nicht gefunden. - - - Connection profile not found. Please create a new connection using the Connection Dialog. - Das Verbindungsprofil wurde nicht gefunden. Erstellen Sie mithilfe des Verbindungsdialogfelds eine neue Verbindung. - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - Verbindungsfreigabeberechtigung für die Erweiterung verweigert: „{0}“. Verwenden Sie die Berechtigungsverwaltungsbefehle, um dies zu ändern. - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - Eine Verbindungsfreigabeberechtigung ist für die Erweiterung erforderlich: „{0}“ - - - Connection string copied to clipboard - Die Verbindungzeichenfolge wurde in die Zwischenablage kopiert. - - - Connection string is required - Eine Verbindungszeichenfolge ist erforderlich. - - - Connection test succeeded - Verbindungstest erfolgreich - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - Die Verbindung mit der ID „{0}“ wurde nicht gefunden. Überprüfen Sie, ob die Verbindungs-ID vorhanden ist. - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Die Verbindung mit derselben ID wurde bereits importiert: {0} (ID: {1}) - - - Connection: {0} - {0} is the task connection label - Verbindung: {0} - - - Connections in groups that are not selected will be moved under the root. - Verbindungen in nicht ausgewählten Gruppen werden unter den Stamm verschoben. - - - Connections to import - Zu importierende Verbindungen - - - Consider adding a name for this foreign key - Erwägen Sie, einen Namen für diesen Fremdschlüssel hinzuzufügen. - - - Container Name - Containername - - - Container Settings - Containereinstellungen - - - Container does not exist. Would you like to remove the connection? - Der Container ist nicht vorhanden. Möchten Sie die Verbindung entfernen? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - Der Container konnte nicht innerhalb des Timeoutzeitraums gestartet werden. Warten Sie einige Minuten, und versuchen Sie es erneut. - - - Container logs - Containerprotokolle - - - Container name and port are required to check container readiness. - Containername und -port sind erforderlich, um die Containerbereitschaft zu überprüfen. - - - Container name is invalid or already in use - Der Containername ist ungültig oder wird bereits verwendet - - - Container name is required - Der Containername muss angegeben werden. - - - Container name, port, and config content are required to start the container. - Containername, Port und Konfigurationsinhalt sind erforderlich, um den Container zu starten. - - - Containment Type - Eigenständigkeitstyp - - - Contains - Enthält - - - Continue - Weiter - - - Continue Editing - Bearbeitung fortsetzen - - - Continue on error - Bei Fehler fortsetzen - - - Continue using for additional charges - Bei zusätzlichen Gebühren weiter verwenden - - - Control the results grid display - Anzeige des Ergebnisrasters steuern - - - Copied - Kopiert - - - Copied "{0}" to clipboard - {0} is the object name - „{0}“ in die Zwischenablage kopiert - - - Copied to clipboard - In Zwischenablage kopiert - - - Copilot Changes - Copilot-Änderungen - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Copilot-Änderungen ({0}) - - - Copy - Kopieren - - - Copy & Export - Kopieren und exportieren - - - Copy All - Alles kopieren - - - Copy As - Kopieren als - - - Copy Column Name - Spaltennamen kopieren - - - Copy Headers - Header kopieren - - - Copy Object Name - Objektname kopieren - - - Copy Script - Skript kopieren - - - Copy Script to Clipboard - Skript in die Zwischenablage kopieren - - - Copy all cells including column headers - Alle Zellen einschließlich Spaltenüberschriften kopieren - - - Copy all query result content - Den gesamten Inhalt des Abfrageergebnisses kopieren - - - Copy all text output for this cell (messages, PRINT, errors) - Gesamte Textausgabe für diese Zelle kopieren (Nachrichten, DRUCKEN, Fehler) - - - Copy all with headers - Alle mit Headern kopieren - - - Copy as CSV - Als CSV kopieren - - - Copy as IN clause - Als IN-Klausel kopieren - - - Copy as INSERT - Als INSERT kopieren - - - Copy as INSERT INTO - Als INSERT INTO kopieren - - - Copy as JSON - Als JSON kopieren - - - Copy code and open webpage - Code kopieren und Webseite öffnen - - - Copy command to clipboard - Befehl in Zwischenablage kopieren - - - Copy connection string to clipboard - Verbindungszeichenfolge in Zwischenablage kopieren - - - Copy data and save results to files - Daten kopieren und Ergebnisse in Dateien speichern - - - Copy link - Link kopieren - - - Copy messages - Nachrichten kopieren - - - Copy script - Skript kopieren - - - Copy selected cells including column headers - Ausgewählte Zellen einschließlich Spaltenüberschriften kopieren - - - Copy selected cells to the clipboard - Ausgewählte Zellen in die Zwischenablage kopieren - - - Copy selection - Auswahl kopieren - - - Copy selection formatted as INSERT statements - Auswahl kopieren, die als INSERT-Anweisungen formatiert ist - - - Copy selection formatted as JSON - Auswahl als JSON kopieren - - - Copy selection formatted as a SQL IN clause - Auswahl als SQL-IN-Klausel kopieren - - - Copy selection formatted as comma-separated values - Auswahl kopieren, die als durch Trennzeichen getrennte Werte formatiert ist - - - Copy text data to clipboard - Textdaten in die Zwischenablage kopieren - - - Copy with Headers - Mit Headern kopieren - - - Copy with headers - Mit Headern kopieren - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - {0}-URL kopieren - - - Copy-only Backup - Kopie-Backup - - - Copying results... - Ergebnisse werden kopiert... - - - Cost - Kosten - - - Could not connect to database: {0} - {0} is the database name - Es konnte keine Verbindung mit der Datenbank {0} hergestellt werden. - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - Ihre Client-IP-Adresse konnte nicht erkannt werden. Fügen Sie im Azure-Portal manuell eine Firewallregel hinzu. - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - Skripting-Metadaten für {0} „{1}“ konnten nicht gefunden werden. - - - Could not load restore plan - Wiederherstellungsplan konnte nicht geladen werden. - - - Count - Anzahl - - - Count: {0} - {0} is the count - Anzahl: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - Anzahl: {0} Diskrete Anzahl: {1} NULL-Anzahl: {2} - - - Create - Erstellen - - - Create Connection Group - Verbindungsgruppe erstellen - - - Create Connection Profile - Verbindungsprofil erstellen - - - Create Container - Container erstellen - - - Create Database - Datenbank erstellen - - - Create Firewall Rule - Firewallregel erstellen - - - Create Local SQL Container - Lokalen SQL-Container erstellen - - - Create New - Neu erstellen - - - Create New Connection Group - Neue Verbindungsgruppe erstellen - - - Create New Resource Group - Neue Ressourcengruppe erstellen - - - Create New Server - Neuen Server erstellen - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - Erstellen Sie REST-, GraphQL- und MCP-Endpunkte für Ihre SQL-Datenbanktabellen über eine visuelle Oberfläche in Visual Studio Code. Konfigurieren Sie Entitäten, Berechtigungen und Bereitstellungseinstellungen und stellen Sie sie dann lokal mit Docker bereit. - - - Create a Local Docker SQL Server - Lokalen Docker SQL Server erstellen. - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - Erstellen Sie innerhalb von Sekunden einen SQL Server-Container – es sind keine manuellen Schritte erforderlich. Verwalten Sie ihn ganz einfach über die MSSQL-Erweiterung, ohne VS Code verlassen zu müssen. - - - Create a SQL database in Fabric - Erstellen einer SQL-Datenbank in Fabric - - - Create a new connection profile - Neues Verbindungsprofil erstellen - - - Create a new database on '{0}'. - {0} is the name of the server - Neue Datenbank auf „{0}“ erstellen. - - - Create a new firewall rule - Neue Firewallregel erstellen - - - Create a new profiling session - Neue Profiler-Sitzung erstellen - - - Create an Azure SQL Database (Preview) - Azure SQL-Datenbank erstellen (Vorschau) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - Erstellen und verwalten Sie Tastenkombinationen für häufig verwendete Abfragen sowie für Aktionen im Abfrage-Editor und im Ergebnisraster, um verfügbare Befehle zu entdecken und sie effizienter auszuführen. - - - Create as Script - Als Skript erstellen - - - Create new - Neu erstellen - - - Create new connection copied from {0} - {0} is the name of the connection profile - Neue aus {0} kopierte Verbindung erstellen - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - Erstellen einer neuen Firewallregel für {0} - - - Created table {0} - {0} is the qualified table name - Tabelle „{0}“ erstellt - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - Erstellt ein dediziertes MCP-Tool für diese gespeicherte Prozedur. Wenn diese Option deaktiviert ist, kann die Prozedur weiterhin über generische MCP-Ausführungstools verfügbar sein, wenn MCP aktiviert ist. - - - Creating Container - Container wird erstellt. - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - Für den Arbeitsbereich „{0}“ wird eine SQL-Datenbank erstellt. - - - Creating SQL Server container... - SQL Server-Container wird erstellt... - - - Creating and starting the container - Erstellen und Starten des Containers - - - Creating and starting your SQL Server container - Ihr SQL Server-Container wird erstellt und gestartet - - - Creating database - Datenbank wird erstellt - - - Creating resource group... - Ressourcengruppe wird erstellt... - - - Creating server... - Server wird erstellt... - - - Creating session... - Sitzung wird erstellt... - - - Creating workspace with capacity {0} - {0} is the capacity ID - Erstellen eines Arbeitsbereichs mit Kapazität „{0}“ - - - Creating... - Erstellen... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - Anmeldeinformationsfehler: Beim Aktualisieren der Kontoanmeldeinformationen ist ein Fehler aufgetreten. Bitte authentifizieren Sie sich erneut. - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - Anmeldeinformationsfehler: Beim Aktualisieren der Kontoanmeldeinformationen ist ein Fehler aufgetreten. Bitte authentifizieren Sie sich erneut. Fehler: {0} - - - Current Schema: {0}, Select the new schema: - Aktuelles Schema: {0}. Wählen Sie das neue Schema aus: - - - Currently signed in as: - Derzeit angemeldet als: - - - Custom GraphQL Plural Type - Benutzerdefinierter GraphQL-Pluraltyp - - - Custom GraphQL Singular Type - Benutzerdefinierter GraphQL-Einzahltyp - - - Custom GraphQL Type - Benutzerdefinierter GraphQL-Typ - - - Custom REST Path - Benutzerdefinierter REST-Pfad - - - Custom Zoom - Vergrößern/Verkleinern - - - Customize keyboard shortcuts - Anpassen der Tastenkombinationen - - - DAB container failed to become ready within the timeout period. - Fehler beim Vorbereiten des DAB-Containers innerhalb des Timeoutzeitraums. - - - DAB container is running! - DAB-Container wird ausgeführt! - - - DAB container logs - DAB-Containerprotokolle - - - DACPAC deployed successfully - DACPAC erfolgreich bereitgestellt - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - DACPAC wurde erfolgreich in der Datenbank „{0}“ bereitgestellt - - - DACPAC extracted successfully - DACPAC erfolgreich extrahiert - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC wurde erfolgreich extrahiert nach „{0}“ - - - DACPAC path not found. Please build the project first. - Der DACPAC-Pfad wurde nicht gefunden. Erstellen Sie zuerst das Projekt. - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - Der DacFx-Dienst ist nicht verfügbar. Das Profil wurde ohne Bereitstellungsoptionen geladen. Veröffentlichungs- und Skriptgenerierungsvorgänge können nicht ausgeführt werden. - - - DacFx service is not available. Publish and generate script operations cannot be performed. - Der DacFx-Dienst ist nicht verfügbar. Veröffentlichungs- und Skriptgenerierungsvorgänge können nicht ausgeführt werden. - - - Data API builder - Data API Builder - - - Data API builder Configuration - Konfiguration des Daten-API-Generators - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - Daten-API-Generator wurde geöffnet. Fahren Sie mit {0}-Vorgängen ({1}/{2}) fort. - - - Data API builder with GitHub Copilot - Daten-API-Generator mit GitHub Copilot - - - Data Source - Datenquelle - - - Data Type - Datentyp - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - Daten werden mit einem SQL-Analyseendpunkt automatisch in Echtzeit in OneLake repliziert. - - - Data file folder - Datendateiordner - - - Data type - Datentyp - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - Datentypkonflikt: "{0}" in Spalte "{1}" ist nicht kompatibel mit "{2}" in "{3}" - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - Importieren und Exportieren von Datenschichtanwendungen (DACPAC/BACPAC) - - - Data-tier Application - Datenschichtanwendung - - - Data-tier Application File (.dacpac) - Datei der Datenschichtanwendung (DACPAC) - - - Database - Datenbank - - - Database - {0} - {0} is the database name - Datenbank – {0} - - - Database Description - Datenbankbeschreibung - - - Database Details - Datenbankdetails - - - Database Name - Datenbankname - - - Database Name is required - Der Datenbankname ist erforderlich. - - - Database Project - Datenbankprojekt - - - Database changed successfully - Datenbank erfolgreich geändert - - - Database is required - Die Datenbank ist erforderlich - - - Database list - Datenbankliste - - - Database name - Datenbankname - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - Der Datenbankname enthält ungültige Zeichen. Vermeiden Sie die Verwendung von: < > * ? " / \ | - - - Database name is required - Der Datenbankname ist erforderlich. - - - Database name is too long. Maximum length is 128 characters - Der Datenbankname ist zu lang. Die maximale Länge beträgt 128 Zeichen. - - - Database name must be 128 characters or fewer - Der Datenbankname darf maximal 128 Zeichen lang sein. - - - Database not found on the server - Die Datenbank wurde auf dem Server nicht gefunden. - - - Database pauses until the next billing cycle when free amount is renewed. - Die Datenbank wird bis zum nächsten Abrechnungszyklus angehalten, wenn der kostenlose Umfang erneuert wird. - - - Database the table is created in - Datenbank, in der die Tabelle erstellt wird - - - Default - Standard - - - Default Value - Standardwert - - - Define who can access this endpoint - Festlegen, wer auf diesen Endpunkt zugreifen kann - - - Define who can execute this stored procedure - Definieren, wer diese gespeicherte Prozedur ausführen kann - - - Definition - Definition - - - Definition type - Definitionstyp - - - DefinitionRequestCompleted - DefinitionRequestCompleted - - - DefinitionRequested - DefinitionRequested - - - Delete - Löschen - - - Delete 1 row - 1 Zeile löschen - - - Delete Confirmation - Löschbestätigung - - - Delete Contents - Inhalte löschen - - - Delete Row - Zeile löschen - - - Delete backup and restore history - Sicherungs- und Wiederherstellungsverlauf löschen - - - Delete saved connection - Gespeicherte Verbindung löschen - - - Delete {0} rows - {0} Zeilen löschen - - - Deleted - Gelöscht - - - Deleted column '{0}' - {0} is the column name - Spalte „{0}“ gelöscht - - - Deleted foreign key '{0}' - {0} is the foreign key name - Fremdschlüssel „{0}“ gelöscht - - - Deleted table {0} - {0} is the qualified table name - Tabelle „{0}“ gelöscht - - - Deleting Container... - Container wird gelöscht... - - - Deny - Ablehnen - - - Deploy - Bereitstellen - - - Deploy DAB Container - DAB-Container bereitstellen - - - Deploy a .dacpac file to a new or existing SQL database - Bereitstellen einer DACPAC-Datei in einer neuen oder vorhandenen SQL-Datenbank - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - Stellen Sie .dacpac-Dateien bereit und extrahieren Sie diese oder importieren/exportieren Sie .bacpac-Pakete mithilfe eines integrierten, optimierten Workflows in der MSSQL-Erweiterung. - - - Deploy to Existing Database - In einer vorhandenen Datenbank bereitstellen - - - Deploy, extract, import, or export data-tier applications on the selected database - Datenschichtanwendungen in der ausgewählten Datenbank bereitstellen, extrahieren, importieren oder exportieren - - - Deploying DACPAC... - DACPAC wird bereitgestellt... - - - Deployment Complete - Bereitstellung abgeschlossen - - - Deployment Failed - Fehler bei der Bereitstellung - - - Deployment Name - Bereitstellungsname - - - Deployment failed - Bereitstellung fehlgeschlagen - - - Deployment finished - Die Bereitstellung ist abgeschlossen. - - - Deployment in progress - Bereitstellung wird ausgeführt - - - Description - Beschreibung - - - Description for the table. - Die Beschreibung der Tabelle. - - - Description: {0} - {0} is the task description - Beschreibung: {0} - - - Deselect All - Gesamte Auswahl aufheben - - - Design API - API entwerfen - - - Design Schemas with GitHub Copilot - Schemata mit GitHub Copilot entwerfen - - - Details - Details - - - Details panel actions - Aktionen des Detailbereichs - - - Details panel tabs - Registerkarten des Detailbereichs - - - Details tab - displays all event properties - Registerkarte „Details“ – zeigt alle Ereigniseigenschaften an - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - Entwicklerfreundliche Transaktionsdatenbank mit der Azure SQL-Datenbank-Engine – kostenlos für Prototyping und Lernen. - - - Developer-friendly transactional database using the Azure SQL Database Engine. - Entwicklerfreundliche Transaktionsdatenbank, die die Azure SQL-Datenbank-Engine nutzt. - - - Differential - Differenziell - - - Directory not found - Verzeichnis nicht gefunden - - - Disable all entities - Alle Entitäten deaktivieren - - - Disable intellisense and syntax error checking on current document - IntelliSense und Syntaxfehlerprüfung im aktuellen Dokument deaktivieren - - - Disabled - Deaktiviert - - - Disabled globally - Global deaktiviert - - - Discard - Verwerfen - - - Disconnect - Trennen - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Verbindung mit „{0}“ (ID: {1}) trennen? - - - Disconnect the active SQL document from the database - Das aktive SQL-Dokument von der Datenbank trennen - - - Disconnected on document "{0}" - {0} is the document name - Die Verbindung für Dokument "{0}" wurde getrennt. - - - Disconnected successfully - Verbindung erfolgreich getrennt - - - Disconnected. - Getrennt. - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Verbindung mit „{0}“ (ID: {1}) wird getrennt - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - Entdecken Sie, wie SQL-Datenbank in Fabric, Azure SQL und SQL Server die Entwicklung moderner Apps neu definieren. Tauschen Sie sich mit Ingenieur:innen und anderen Fachleuten aus, die die Grenzen von Leistung, KI-Integration und Entwicklerproduktivität verschieben. - - - Dismiss - Verwerfen - - - Displays the data type name for the column - Zeigt den Datentypnamen für die Spalte an - - - Displays the description of the column - Gibt die Beschreibung der Spalte an. - - - Displays the unified data type (including length, scale and precision) for the column - Zeigt den einheitlichen Datentyp (einschließlich Länge, Skalierung und Genauigkeit) für die Spalte an. - - - Dissatisfied - Unzufrieden - - - Distinct - Eindeutig - - - Distinct Count: {0} - {0} is the distinct count - Diskrete Anzahl: {0} - - - Do not compress backup - Sicherung nicht komprimieren - - - Do not connect - Nicht verbinden - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - Möchten Sie an einer kurzen Feedbackumfrage zur MSSQL-Erweiterung für VS Code teilnehmen? - - - Do you want to always display query results in a new tab instead of the query pane? - Möchten Sie Abfrageergebnisse immer auf einer neuen Registerkarte anstelle des Abfragebereichs anzeigen? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - Möchten Sie „Serverzertifikat vertrauen“ für diese Verbindung aktivieren und es erneut versuchen? - - - Docker Desktop must be installed and running on your machine. - Docker Desktop muss auf Ihrem Computer installiert sein und ausgeführt werden. - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - Docker konnte nicht innerhalb des Timeoutzeitraums gestartet werden. Starten Sie Docker manuell, und versuchen Sie es erneut. - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Docker ist nicht installiert oder nicht in PATH. Installieren Sie Docker-Desktop, und versuchen Sie es erneut. - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Docker benötigt Stammberechtigungen, um ausgeführt zu werden. Führen Sie Docker mit „sudo“ aus, oder fügen Sie die benutzende Person mithilfe von „sudo usermod -aG docker $USER“ zur Docker-Gruppe hinzu. Starten Sie dann Ihren Computer neu und versuchen Sie es erneut. - - - Don't Save - Nicht speichern - - - Don't Show Again - Nicht mehr anzeigen - - - Don't show this again - Diese Meldung nicht mehr anzeigen - - - Download offline VSIX - VSIX offline herunterladen - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - Laden Sie die Keymaperweiterung herunter, um Schlüsselzuordnungen automatisch aus Azure Data Studio zu importieren. Diese Änderungen werden in ihren Einstellungen für Tastenkombinationen angezeigt. - - - Downloading the Data API builder container image - Daten-API-Generator-Containerimage wird heruntergeladen - - - Drizzle - Drizzle - - - Drop - Löschen - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - „{0}“ aus „{1}“ löschen. Diese Aktion kann nicht rückgängig gemacht werden. - - - Drop Database - Datenbank löschen - - - Drop Database Options - Optionen zum Löschen von Datenbanken - - - Drop active connections - Aktive Verbindungen löschen - - - Dropping database - Die Datenbank wird gelöscht. - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - Richten Sie ganz einfach einen lokalen SQL Server ein, ohne die VS Code-Erweiterung zu verlassen. Nur wenige Klicks, um Ihren Server mühelos zu installieren, zu konfigurieren und zu verwalten! - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - Beginnen Sie ganz einfach mit dem kostenlosen Tarif für Azure SQL-Datenbanken, um eine Datenbank direkt aus Ihrem Editor kostenlos zu erstellen und zu verbinden. - - - Edit Connection Group - {0} - {0} is the connection group name - Verbindungsgruppe bearbeiten – {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - Verbindungsgruppe bearbeiten: {0} - - - Edit Data - Daten bearbeiten - - - Edit Database Connection - {0} - {0} is the name of the connection profile - Datenbankverbindung bearbeiten – {0} - - - Edit Table - Tabelle bearbeiten - - - Edit an existing connection profile - Vorhandenes Verbindungsprofil bearbeiten - - - Edit connection profile - Verbindungsprofil bearbeiten - - - Edit your schema to see changes here. - Bearbeiten Sie Ihr Schema, um hier Änderungen zu sehen. - - - Edit {0} - {0} is the name of the connection profile - {0} bearbeiten - - - Either profileId or serverName must be provided. - Entweder „profileId“ oder „serverName“ muss angegeben werden. - - - Elapsed time: {0} - {0} is the task elapsed time - Verstrichene Zeit: {0} - - - Enable 'Trust Server Certificate' - „Serverzertifikat vertrauen“ aktivieren - - - Enable Code Analysis on Build - Codeanalyse beim Erstellen aktivieren - - - Enable GraphQL in API Type to expose this entity through GraphQL. - Aktivieren Sie GraphQL im API-Typ, um diese Entität über GraphQL verfügbar zu machen. - - - Enable MCP in API Type to use this DML tools setting. - Aktivieren Sie MCP im API-Typ, um diese DML-Tool-Einstellung zu verwenden. - - - Enable MCP in API Type to use this custom tool setting. - Aktivieren Sie MCP im API-Typ, um diese benutzerdefinierte Tooleinstellung zu verwenden. - - - Enable REST in API Type to expose this entity through REST. - Aktivieren Sie REST im API-Typ, um diese Entität über REST verfügbar zu machen. - - - Enable Trust Server Certificate - „Serverzertifikat vertrauen“ aktivieren - - - Enable all CRUD operations - Alle CRUD-Vorgänge aktivieren - - - Enable all entities - Alle Entitäten aktivieren - - - Enable all rules in {0} - {0} is the category name, e.g. Design - Alle Regeln in {0} aktivieren - - - Enable or disable SQLCMD mode for the active SQL document - SQLCMD-Modus für das aktive SQL-Dokument aktivieren oder deaktivieren - - - Enable {0} - {0} is the entity name - {0} aktivieren - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - {0} aktivieren - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} global aktivieren - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - Aktivieren Sie {0} im API-Typ, um diese Entität verfügbar zu machen. - - - Enabled - Aktiviert - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - Tritt ein Problem auf? Teilen Sie uns die Details mit, indem Sie ein GitHub-Problem öffnen, damit wir uns verbessern können! - - - Encrypt - Verschlüsseln - - - Encryption - Verschlüsselung - - - Encryption Algorithm - Verschlüsselungsalgorithmus - - - Encryption Type - Verschlüsselungstyp - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - Die Verschlüsselung wurde für diese Verbindung aktiviert. Überprüfen Sie Ihre SSL- und Zertifikatkonfiguration für den Ziel-SQL Server, oder aktivieren Sie „Serverzertifikat vertrauen“ im Dialogfeld „Verbindung“. - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - Die Verschlüsselung wurde für diese Verbindung aktiviert. Überprüfen Sie Ihre SSL- und Zertifikatkonfiguration für den Ziel-SQL Server, oder legen Sie „Serverzertifikat vertrauen“ auf „wahr“ fest. Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und stellt keine empfohlene Vorgehensweise für Produktionsumgebungen dar. - - - End IP Address - End-IP-Adresse - - - Ends With - Endet mit - - - Ends with - Endet auf - - - Engine: {0} - {0} is the engine type - Engine: {0} - - - Ensuring Docker Desktop is running - Es wird sichergestellt, dass Docker Desktop ausgeführt wird - - - Enter Database Description - Datenbankbeschreibung eingeben - - - Enter Database Name - Datenbanknamen eingeben - - - Enter a date... - Datum eingeben... - - - Enter a name for the new profiler session - Einen Namen für die neue Profiler-Sitzung eingeben - - - Enter a name for the new resource group - Einen Namen für die neue Ressourcengruppe eingeben - - - Enter a name for the new server - Geben Sie einen Namen für den neuen Server ein. - - - Enter a number... - Zahl eingeben… - - - Enter admin password - Geben Sie das Administratorkennwort ein. - - - Enter admin username - Geben Sie einen Administratorbenutzernamen ein. - - - Enter application name - Anwendungsnamen eingeben - - - Enter connection group name - Name der Verbindungsgruppe eingeben - - - Enter container name - Containernamen eingeben - - - Enter database name - Datenbankname eingeben - - - Enter description (optional) - Beschreibung eingeben (optional) - - - Enter desired column width in pixels - Geben Sie die gewünschte Spaltenbreite in Pixel ein - - - Enter hostname - Hostnamen eingeben - - - Enter new column width - Neue Spaltenbreite eingeben - - - Enter new database name - Neuen Datenbanknamen eingeben - - - Enter new password - Neues Kennwort eingeben - - - Enter password - Kennwort eingeben - - - Enter port - Port eingeben - - - Enter profile name - Profilnamen eingeben - - - Enter resource group name - Ressourcengruppennamen eingeben - - - Enter server name - Servername eingeben - - - Enter text... - Text eingeben... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - Geben Sie das SQL-Anmeldekennwort für den Benutzer „{0}“ ein. - - - Enter the path for the output file - Pfad für die Ausgabedatei eingeben - - - Enter user name - Geben Sie den Benutzernamen ein. - - - Enter username - Benutzernamen eingeben - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - Die Entität „{0}“ wird von Daten-API-Generator nicht unterstützt. {1} - - - Entity Endpoints - Entitätsendpunkte - - - Entity Name - Entitätsname - - - Entity name used in API routes - In API-Routen verwendeter Entitätsname - - - Entity not found: {0} - {0} is the entity reference - Entität nicht gefunden: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - Der Entitätsverweis wurde auf mehr als eine Entität aufgelöst: {0} - - - Entra token cache cleared successfully. - Der Entra-Tokencache wurde erfolgreich gelöscht. - - - Equal to - Gleich - - - Equals - Ist gleich - - - Error - Fehler - - - Error Message: - Fehlermeldung: - - - Error code: - Fehlercode: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - Fehler bei der Verbindungsherstellung mit dem Server "{0}". Details: {1} - - - Error connecting to: - Fehler bei der Verbindungsherstellung mit: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - Fehler beim Erstellen der Firewallregel {0}. Überprüfen Sie Ihre Azure-Kontoeinstellungen, und versuchen Sie es noch mal. Fehler: {1} - - - Error fetching schemas for the selected database. - Fehler beim Abrufen der Schemas für die ausgewählte Datenbank. - - - Error fetching the table preview. - Fehler beim Abrufen der Tabellenvorschau. - - - Error generating text view. Please try switching back to grid view. - Fehler beim Generieren der Textansicht. Versuchen Sie, zur Rasteransicht zurückzukehren. - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - Fehler beim Laden der Azure-Kontoinformationen für die Mandanten-ID '{0}' - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - Fehler beim Laden von Azure-Datenbanken für Abonnement {0} ({1}). Bestätigen Sie, dass Sie über Berechtigungen verfügen. - - - Error loading Azure subscriptions. - Fehler beim Laden der Azure-Abonnements. - - - Error loading Schema Designer - Fehler beim Laden des Schema-Designers - - - Error loading Table Designer - Fehler beim Laden des Tabellen-Designers - - - Error loading database objects - Fehler beim Laden von Datenbankobjekten - - - Error loading databases - Fehler beim Laden von Datenbanken - - - Error loading preview - Fehler beim Laden von Vorschau. - - - Error loading servers - Fehler beim Laden von Servern - - - Error loading subscriptions - Fehler beim Laden von Abonnements - - - Error loading summary - Fehler beim Laden der Zusammenfassung - - - Error loading summary: {0} - {0} is the error message - Fehler beim Laden der Zusammenfassung: {0} - - - Error loading workspaces - Fehler beim Laden von Arbeitsbereichen - - - Error loading workspaces. Please try choosing a different account or tenant. - Fehler beim Laden von Arbeitsbereichen Versuchen Sie, ein anderes Konto oder einen anderen Mandanten auszuwählen. - - - Error loading; refresh to try again - Fehler beim Laden. Aktualisieren, um es erneut zu versuchen. - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - Fehler beim Migrieren der Verbindungs-ID {0} zu einem neuen Format. Erstellen Sie diese Verbindung neu, um sie zu verwenden. -Fehler: -{1} - - - Error occurred opening content in editor. - Fehler beim Öffnen des Inhalts im Editor. - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - Fehler beim Aktualisieren des Token; Sie müssen sich möglicherweise abmelden und wieder anmelden: {0} - - - Error retrieving server list: {0} - {0} is the error message - Fehler beim Abrufen der Serverliste: {0} - - - Error running Docker commands. Please make sure Docker is running. - Fehler beim Ausführen von Docker-Befehlen. Stellen Sie sicher, dass Docker ausgeführt wird. - - - Error signing into Azure: {0} - {0} is the error message - Fehler beim Anmelden bei Azure: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - Fehler beim Überprüfen des Entra-Authentifizierungstokens; möglicherweise müssen Sie Ihr Token aktualisieren: {0} - - - Error when refreshing token - Fehler beim Aktualisieren des Tokens - - - Error {0}: {1} - {0} is the error number -{1} is the error message - Fehler {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - Fehler "{0}": {1}. Melden Sie sich als ein anderer Benutzer an, und ändern Sie das Kennwort mit ALTER LOGIN. - - - Error: - Fehler: - - - Error: Failed to parse query result data. - Fehler: Fehler beim Analysieren der Abfrageergebnisdaten. - - - Error: Login failed. Retry using different credentials? - Fehler: Fehler bei der Anmeldung. Mit anderen Anmeldeinformationen wiederholen? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - Fehler: Es konnte mit den angegebenen Verbindungsinformationen keine Verbindung hergestellt werden. Profilerstellung wiederholen? - - - Error: Unrecognized query result data. - Fehler: Abfrageergebnisdaten nicht erkannt. - - - Error: {0} - {0} is the error message - Fehler: {0} - - - Estimated Operator Cost - Geschätzte Operatorkosten - - - Estimated Subtree Cost - Geschätzte Unterstrukturkosten - - - Event details for {0} - {0} is the name of the profiler event - Ereignisdetails für {0} - - - Event properties list - Ereigniseigenschaftenliste - - - Example: Find queries with {0} > 100 - {0} is the column name - Beispiel: Abfragen mit {0} > 100 finden - - - Excel - Excel - - - Exclude Object Types - Objekttypen ausschließen - - - Execute - Ausführen - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - „{0}“-Vorgang in Daten-API-Generator ausführen? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - Vorgang „{0}“ im Schemadesigner ausführen? - - - Execute Query - Abfrage ausführen - - - Execute SQL against SQL Server / Azure SQL - Ausführen von SQL für SQL Server/Azure SQL - - - Execute Selection or Current Statement - Auswahl oder aktuelle Anweisung ausführen - - - Execute only the T-SQL statement under the cursor - Nur die T-SQL-Anweisung unter dem Cursor ausführen - - - Executing '{0}' operation on Data API builder - {0} is the operation name - „{0}“-Vorgang wird im Daten-API-Generator ausgeführt - - - Executing '{0}' operation on schema designer - {0} is the operation name - Vorgang „{0}“ wird im Schemadesigner ausgeführt. - - - Executing query... - Abfrage wird ausgeführt... - - - Execution Plan - Ausführungsplan - - - Execution cancelled - Die Ausführung wurde abgebrochen. - - - Execution time unavailable - Ausführungszeit nicht verfügbar - - - Existing Database - Vorhandene Datenbank - - - Existing File - Vorhandene Datei - - - Existing SQL Server - Vorhandener SQL Server - - - Expand - Erweitern - - - Expand All - Alle erweitern - - - Expand Subscription Explorer - Abonnement-Explorer erweitern - - - Expand Workspace Explorer - Arbeitsbereichs-Explorer erweitern - - - Expand all groups - Alle Gruppen erweitern - - - Expand connection groups - Verbindungsgruppen erweitern - - - Expand connections - Verbindungen erweitern - - - Expand properties pane - Eigenschaftenbereich erweitern - - - Expand selection down - Auswahl nach unten erweitern - - - Expand selection left - Auswahl nach links erweitern - - - Expand selection right - Auswahl nach rechts erweitern - - - Expand selection up - Auswahl nach oben erweitern - - - Expand settings - Einstellungen erweitern - - - Expand the active grid to fill the panel - Aktives Raster so erweitern, dass der Bereich ausgefüllt wird. - - - Expand {0} - {0} is the category name, e.g. Design - {0} erweitern - - - Expiration - Ablauf - - - Explore tutorials, docs, and what's coming next. - Erkunden Sie Tutorials, Dokumentationen und kommende Funktionen. - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - Untersuchen, Entwerfen und Weiterentwickeln von Datenbankschemata mithilfe intelligenter, code-first- oder data-first-Anleitungen - - - Explorer - Explorer - - - Export - Exportieren - - - Export & Close - Exportieren und schließen - - - Export BACPAC - BACPAC-Datei exportieren - - - Export all captured events to a CSV file - Alle erfassten Ereignisse in eine CSV-Datei exportieren - - - Export all results as INSERT statements - Alle Ergebnisse als INSERT-Anweisungen exportieren - - - Export all results to a CSV file - Alle Ergebnisse in eine CSV-Datei exportieren - - - Export all results to a JSON file - Alle Ergebnisse in eine JSON-Datei exportieren - - - Export all results to an Excel file - Alle Ergebnisse in eine Excel-Datei exportieren - - - Export the schema and data from a SQL database to a .bacpac file - Exportieren des Schemas und der Daten aus einer SQL-Datenbank in eine BACPAC-Datei - - - Export to CSV - Als CSV-Datei exportieren - - - Export to Excel - Nach Excel exportieren - - - Export to JSON - In JSON exportieren - - - Export to PDF - In PDF-Datei exportieren - - - Export to tab delimited - Als Datei mit Tabstopptrennzeichen exportieren - - - Export to text format - Als Textformat exportieren - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - Symbolleiste für das Resultset {0} exportieren - - - Exporting BACPAC... - BACPAC wird exportiert... - - - Expose as MCP DML tools - Als MCP-DML-Tools verfügbar machen - - - Expose as MCP custom tool - Als benutzerdefiniertes MCP-Tool verfügbar machen - - - Expose this entity through GraphQL - Diese Entität über GraphQL verfügbar machen - - - Expose this entity through REST - Diese Entität über REST verfügbar machen - - - Expose {0} - {0} is the backing database column name - {0} offenlegen - - - Expression - Ausdruck - - - Extend the current selection one cell down - Die aktuelle Auswahl um eine Zelle nach unten erweitern - - - Extend the current selection one cell left - Die aktuelle Auswahl um eine Zelle nach links erweitern - - - Extend the current selection one cell right - Die aktuelle Auswahl um eine Zelle nach rechts erweitern - - - Extend the current selection one cell up - Die aktuelle Auswahl um eine Zelle nach oben erweitern - - - Extended Events Log Files - Protokolldateien für erweiterte Ereignisse - - - Extension Shortcuts - Tastenkombinationen für Erweiterungen - - - Extension and deployment actions - Erweiterungs- und Bereitstellungsaktionen - - - Extract DACPAC - BACPAC extrahieren - - - Extract the schema from a SQL database to a .dacpac file - Extrahieren des Schemas aus einer SQL-Datenbank in eine DACPAC-Datei - - - Extracting DACPAC... - DACPAC wird extrahiert... - - - Extremely likely - Sehr wahrscheinlich - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - Fabric-API-Fehler ({0}): {1} - - - Fabric Account - Fabric-Konto - - - Fabric Account is required - Fabric-Konto ist erforderlich - - - Fabric Databases - Fabric-Datenbanken - - - Fabric Workspaces - Fabric-Arbeitsbereiche - - - Fabric databases in Query Profiler - Fabric-Datenbanken im Abfrageprofiler - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - Fabric wird in der aktuellen Cloud ({0}) nicht unterstützt. Stellen Sie sicher, dass die Einstellung „{1}“ ordnungsgemäß konfiguriert ist. - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - Fabric-API-Fehler mit langer Ausführungszeit mit Fehlercode „{0}“: {1} - - - Failed - Fehler - - - Failed disposing query: {0} - {0} is the error message - Fehler beim Löschen der Abfrage: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - Fehler beim Abrufen des Tokens für die Konto-ID „{0}“ und die Mandanten-ID „{1}“ - - - Failed to add table to schema designer. - Beim Hinzufügen der Tabelle zum Schemadesigner ist ein Fehler aufgetreten. - - - Failed to add table. - Beim Hinzufügen der Tabelle ist ein Fehler aufgetreten. - - - Failed to add text to workspace: {0} - {0} is the error message - Fehler beim Hinzufügen von Text zum Arbeitsbereich: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - Fehler beim Anwenden der Änderungen: „{0}“ - - - Failed to apply schema. - Das Schema konnte nicht angewendet werden. - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - Fehler beim Anwenden der Änderungen für „In Schema verschieben“. Überprüfen Sie, ob die Dateien beschreibbar sind, und versuchen Sie es erneut. - - - Failed to change database - Fehler beim Ändern der Datenbank. - - - Failed to connect - Fehler beim Herstellen der Verbindung - - - Failed to connect to database: {0} - {0} is the database name - Fehler beim Herstellen der Verbindung zur Datenbank: {0} - - - Failed to connect to server - Fehler beim Herstellen einer Verbindung mit dem Server - - - Failed to connect to server. - Fehler beim Herstellen einer Verbindung mit dem Server. - - - Failed to connect to the selected server. - Fehler beim Herstellen einer Verbindung mit dem ausgewählten Server. - - - Failed to connect: {0} - {0} is the error message - Fehler bei der Verbindungsherstellung: {0} - - - Failed to copy script: {0} - {0} is the error message - Fehler beim Kopieren des Skripts: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - Fehler beim Kopieren von Text in die Zwischenablage: {0} - - - Failed to create a new row: {0} - {0} is the error message - Fehler beim Erstellen einer neuen Zeile: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - Beim Erstellen der Datenbank „{0}“ ist ein Fehler aufgetreten. {1} - - - Failed to create firewall rule: {0} - {0} is the error message - Fehler beim Erstellen der Firewallregel: {0} - - - Failed to create profiler session: {0} - {0} is the error message - Fehler beim Erstellen der Profiler-Sitzung: {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - Fehler beim Löschen von Anmeldeinformationen mit der ID: {0}. {1} - - - Failed to delete table from schema designer. - Beim Löschen der Tabelle aus dem Schemadesigner ist ein Fehler aufgetreten. - - - Failed to delete table. - Fehler beim Löschen der Tabelle. - - - Failed to delete {0}. - Failed to delete {0}. - Fehler beim Löschen von {0}. - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - Beim Löschen der Datenbank „{0}“ ist ein Fehler aufgetreten. {1} - - - Failed to establish connection - Fehler beim Herstellen einer Verbindung - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - Fehler beim Herstellen einer Verbindung mit der ID „{0}“. Überprüfen Sie die Verbindungsdetails und die Netzwerkkonnektivität. - - - Failed to export profiler events: {0} - {0} is the error message - Fehler beim Exportieren von Profilerereignissen: {0} - - - Failed to export results: {0} - {0} is the error message - Fehler beim Exportieren der Ergebnisse: {0} - - - Failed to fetch Docker container tags: {0} - Fehler beim Abrufen von Docker-Containertags: {0} - - - Failed to fetch user tokens. - Fehler beim Abrufen von Benutzertoken. - - - Failed to generate SqlPackage command: {0} - Fehler beim Generieren des SqlPackage-Befehls: {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - Fehler beim Generieren des Veröffentlichungsskripts: „{0}“ - - - Failed to generate script. Please check the logs for more details. - Beim Generieren des Skripts ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Protokollen. - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - Fehler beim Generieren des Skripts: „{0}“ - - - Failed to generate script: {0} - {0} is the error message - Beim Generieren des Skripts ist ein Fehler aufgetreten: {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - Fehler beim Abrufen von Fabric-Arbeitsbereichen für Mandant „{0} ({1})“. - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - Fehler beim Abrufen von Fabric-Arbeitsbereichen für Mandant „{0} ({1})“: {2} - - - Failed to get authentication method, please remove and re-add the account. - Fehler beim Abrufen der Authentifizierungsmethode. Entfernen Sie das Konto, und fügen Sie es erneut hinzu. - - - Failed to get connection string: {0} - Fehler beim Abrufen der Verbindungszeichenfolge: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - Fehler beim Abrufen des Mandanten „{0}“ für das Konto „{1}“. - - - Failed to import file. - Fehler beim Importieren der Datei. - - - Failed to launch profiler: {0} - {0} is the error message - Fehler beim Starten des Profilers: {0} - - - Failed to list databases - Fehler beim Auflisten von Datenbanken - - - Failed to load code analysis rules - Fehler beim Laden der Code Analysis-Regeln - - - Failed to load data: {0} - {0} is the error message - Fehler beim Laden der Daten: {0} - - - Failed to load databases - Fehler beim Laden von Datenbanken - - - Failed to load publish profile - Fehler beim Laden des Veröffentlichungsprofils - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - Fehler beim Abrufen des Tokens für die Ressource „{1}“. Fehler: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - Fehler beim Öffnen von „Daten bearbeiten“: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - Fehler beim Öffnen der Tabelle zum Ändern: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - Fehler beim Öffnen des Schema-Designers: {0} - - - Failed to open Table Designer: {0} - {0} is the error message - Fehler beim Öffnen von Tabellen-Designer: {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - Fehler beim Öffnen der URL. Der integrierte einfache Browser ist möglicherweise deaktiviert. - - - Failed to open XEL file: {0} - {0} is the error message - Fehler beim Öffnen der XEL-Datei: {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - Fehler beim Öffnen der SCMP-Datei: „{0}“ - - - Failed to open script in editor. - Beim Öffnen des Skripts im Editor ist ein Fehler aufgetreten. - - - Failed to open script: {0} - {0} is the error message - Fehler beim Öffnen des Skripts: {0} - - - Failed to open text in editor: {0} - {0} is the error message - Fehler beim Öffnen des Texts im Editor: {0} - - - Failed to pull DAB container image. Please check your network connection. - Fehler beim Pullen des DAB-Containerimages. Überprüfen Sie Ihre Netzwerkverbindung. - - - Failed to pull SQL Server image. Please check your network connection and try again. - Fehler beim Abrufen des SQL Server-Images. Prüfen Sie Ihre Netzwerkverbindung und versuchen Sie es erneut. - - - Failed to read saved rule overrides from project - Fehler beim Lesen der gespeicherten Regelüberschreibungen aus dem Projekt. - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - Fehler beim Aktualisieren der Verbindung ${0} mit URI {1}, ungültiges Verbindungsergebnis. - - - Failed to remove row: {0} - {0} is the error message - Fehler beim Entfernen der Zeile: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - Beim Umbenennen der Datenbank „{0}“ in „{1}“ ist ein Fehler aufgetreten. {2} - - - Failed to resolve the refactor log for this file: {0} - Fehler beim Auflösen des Umgestaltungsprotokolls für diese Datei: {0} - - - Failed to revert cell: {0} - {0} is the error message - Fehler beim Wiederherstellen der Zelle: {0} - - - Failed to revert row: {0} - {0} is the error message - Fehler beim Wiederherstellen der Zeile: {0} - - - Failed to run table query. - Fehler beim Ausführen der Tabellenabfrage. - - - Failed to run table query: {0} - {0} is the error message - Fehler beim Ausführen der Tabellenabfrage: {0} - - - Failed to save changes: {0} - {0} is the error message - Fehler beim Speichern der Änderungen: {0} - - - Failed to save code analysis rules - Fehler beim Speichern der Code Analysis-Regeln. - - - Failed to save publish profile - Fehler beim Speichern des Veröffentlichungsprofils - - - Failed to save results. {0} - {0} is the error message - Fehler beim Speichern der Ergebnisse. {0} - - - Failed to save results: {0} - {0} is the underlying error message - Fehler beim Speichern der Ergebnisse: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - Fehler beim Speichern der SCMP-Datei: „{0}“ - - - Failed to script object: {0} - {0} is the error message - Fehler beim Skripten des Objekts: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - Fehler beim Starten von „{0}“: {1} - - - Failed to start DAB container. - Fehler beim Starten des DAB-Containers. - - - Failed to start DAB container. Please check the Docker logs for details. - Fehler beim Starten des DAB-Containers. Weitere Informationen finden Sie in den Docker-Protokollen. - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - Fehler beim Starten des SQL Server-Containers. Überprüfen Sie die Fehlermeldung auf weitere Details, und versuchen Sie es dann erneut. - - - Failed to start profiler: {0} - {0} is the error message - Fehler beim Starten vom Profiler: {0} - - - Failed to start query. - Abfrage konnte nicht gestartet werden. - - - Failed to start {0}. - Failed to start {0}. - {0} konnte nicht gestartet werden. - - - Failed to stop and remove DAB container. - Fehler beim Beenden und Entfernen des DAB-Containers. - - - Failed to stop {0}. - Failed to stop {0}. - {0} konnte nicht beendet werden. - - - Failed to update cell: {0} - {0} is the error message - Fehler beim Aktualisieren der Zelle: {0} - - - Failed to update schema designer. - Beim Aktualisieren des Schema-Designers ist ein Fehler aufgetreten. - - - Failed to update table in schema designer. - Beim Aktualisieren der Tabelle im Schemadesigner ist ein Fehler aufgetreten. - - - Failed to update table. - Beim Aktualisieren der Tabelle ist ein Fehler aufgetreten. - - - Feedback - Feedback - - - Fetching {0} script... - {0} is the script type - {0}-Skript wird abgerufen... - - - File - Datei - - - File (Read-Only) - Datei (schreibgeschützt) - - - File Name - Dateiname - - - File already exists. It will be overwritten if you continue - Die Datei ist bereits vorhanden. Sie wird überschrieben, wenn Sie fortfahren. - - - File imported successfully - Datei erfolgreich importiert - - - File is required - Datei ist erforderlich - - - File name is required - Dateiname ist erforderlich - - - File not found - Datei nicht gefunden - - - File path - Dateipfad - - - File path is required - Der Dateipfad ist erforderlich - - - File to be imported - Zu importierende Datei - - - File type - Dateityp - - - File: {0} - {0} is the file name - Datei: {0} - - - Files - Dateien - - - Files of Type - Dateien vom Typ - - - Filter - Filter - - - Filter ({0}) - {0} is the number of selected tables - Filter ({0}) - - - Filter Azure subscriptions - Azure-Abonnements filtern - - - Filter Changes - Änderungen filtern - - - Filter Options - Filteroptionen - - - Filter Settings - Filtereinstellungen - - - Filter active - Filter ist aktiv - - - Filter by keyword - Nach Schlüsselwort filtern - - - Filter by name - Nach Name filtern - - - Filter by schema - Nach Schema filtern - - - Filter by severity - Nach Schweregrad filtern - - - Filter by type - Nach Typ filtern - - - Filter changes - Änderungen filtern - - - Filter entities - Entitäten filtern - - - Filter entities... - Entitäten filtern ... - - - Filter events by column values - Ereignisse nach Spaltenwerten filtern - - - Filter for any field... - Nach einem beliebigen Feld filtern … - - - Filter operator - Filteroperator - - - Filter shortcuts - Tastenkombinationen filtern - - - Filter value - Filterwert - - - Filter {0} - Filter {0} - - - Filter... - Filtern ... - - - Filter: {0} - {0} is the column name - Filter: '{0}' - - - Filters - Filter - - - Find - Suchen - - - Find Next - Nächstes suchen - - - Find Node - Knoten suchen - - - Find Nodes - Knoten suchen - - - Find Previous - Vorheriges suchen - - - Finish - Fertigstellen - - - Finished Deployment - Bereitstellung abgeschlossen - - - Finished query execution for document "{0}" - {0} is the document name - Die Abfrageausführung für Dokument "{0}" wurde abgeschlossen. - - - Firewall - Firewall - - - Firewall rule name - Name der Firewallregel - - - Firewall rule successfully added. Retry profile creation? - Die Firewallregel wurde erfolgreich hinzugefügt. Profilerstellung wiederholen? - - - Firewall rule successfully created. - Die Firewallregel wurde erfolgreich erstellt. - - - First Page - Erste Seite - - - Flat - Flach - - - Focus the Messages tab - Fokus auf die Registerkarte „Nachrichten“ - - - Focus the Query Plan tab - Fokus auf die Registerkarte „Abfrageplan“ - - - Focus the Results tab in the query results panel - Fokus auf die Registerkarte „Ergebnisse“ im Abfrageergebnisbereich - - - Folder Path - Ordnerpfad - - - Folder Structure - Ordnerstruktur - - - Folder is required - Ordner ist erforderlich - - - Folder path - Ordnerpfad - - - Folder path is required - Ordnerpfad ist erforderlich - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - Für numerische Daten die maximale Anzahl von Dezimalstellen, die in diesem Datenbankobjekt rechts vom Dezimaltrennzeichen gespeichert werden können. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - Für numerische Daten die maximale Anzahl von Dezimalstellen, die in diesem Datenbankobjekt gespeichert werden können. - - - Force fit columns - Spaltenanpassung erzwingen - - - Foreign Column - Fremdspalte - - - Foreign Key - Fremdschlüssel - - - Foreign Key {0} - {0} is the index of the foreign key - Fremdschlüssel {0} - - - Foreign Keys - Fremdschlüssel - - - Foreign Table - Fremdtabelle - - - Foreign key '{0}' already exists - {0} is the foreign key name - Der Fremdschlüssel "{0}" ist bereits vorhanden. - - - Foreign key column mappings are required. - Zuordnungen für Fremdschlüsselspalten sind erforderlich. - - - Foreign key column mappings must be the same length. - Die Zuordnungen der Fremdschlüsselspalten müssen die gleiche Länge haben. - - - Foreign keys - Fremdschlüssel - - - Formula - Formel - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - Ausstehende Zusage für Verbindungswiederherstellung für URI {0} gefunden, fehlgeschlagen. - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - Ausstehende Zusage für Verbindungswiederherstellung für URI {0} gefunden, wartend. - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - Es wurden {0} gespeicherte Verbindungsprofile gefunden. - - - Free compute & storage - Compute und Speicher (kostenlos) - - - Free offer applied - Kostenloses Angebot angewendet - - - Freeze columns - Spalten fixieren - - - From - Label for the start IP address in the firewall rule IP range - Von - - - Full - Vollständig - - - Function - Funktion - - - Functions - Funktionen - - - General - Allgemein - - - General Options - Allgemeine Optionen - - - General Purpose - Universell - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - Generieren Sie Data API Builder-Konfigurationen mit natürlicher Sprache über GitHub Copilot Chat- und Agent-Tools. Beschreiben Sie Ihre API-Anforderungen und lassen Sie GitHub Copilot die Konfiguration für Sie erstellen. - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - Generieren Sie REST-, GraphQL- und MCP-Endpunkte aus Ihren SQL-Datenbankobjekten (Tabellen). Sie können die Konfiguration manuell oder mit GitHub Copilot anpassen, um Änderungen zu planen und zu generieren, und sie dann lokal mit Docker bereitstellen. - - - Generate Script - Skript generieren - - - Generate mock data and seed scripts to support testing and development environments - Generieren von Pseudodaten und Seedingskripts zur Unterstützung von Test- und Entwicklungsumgebungen - - - Generate script to deploy changes to target - Skript zum Bereitstellen von Änderungen am Ziel generieren - - - Generate sqlpackage command - SqlPackage-Befehl generieren - - - Generated file added to {0} - {0} is the generated file path - Generierte Datei zu „{0}“ hinzugefügt - - - Generating Report. This may take a while... - Bericht wird generiert. Dies dauert möglicherweise einige Zeit... - - - Generating SAS key failed: {0} - {0} is the error message - Generierung des SAS-Schlüssels fehlgeschlagen: {0} - - - Generating report, this might take a while... - Bericht wird erstellt. Dies kann einige Zeit in Anspruch nehmen... - - - Generating script... - Skript wird generiert … - - - Geo-redundant backup storage - Georedundanter Sicherungsspeicher - - - Get Connection Details - Verbindungsdetails abrufen - - - Get Started - Erste Schritte - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Verbindungsdetails für die Verbindung „{0}“ abrufen? (ID: {1})? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - Abrufen sicherheitsbezogener Empfehlungen, z. B. das Vermeiden von Einschleusung von SQL-Befehlen oder übermäßige Berechtigungen - - - Getting Docker Ready... - Docker wird vorbereitet... - - - Getting Fabric database '{0}' - {0} is the database ID - Fabric-Datenbank „{0}“ wird abrufen - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - Fabric-Arbeitsbereich „{0}“ wird abgerufen. - - - Getting Started - Erste Schritte - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Verbindungsdetails für die Verbindung „{0}“ (ID: {1}) werden abgerufen - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - Verbindungszeichenfolge für SQL-Endpunkt „{0}“ im Arbeitsbereich „{1}“ wird abgerufen - - - Getting container ready for connections - Container wird für Verbindungen vorbereitet. - - - Getting definition ... - Definition wird abgerufen... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot – VS Code Walkthrough - - - GitHub Copilot integration in Data API builder - GitHub Copilot-Integration im Daten-API-Builder - - - GitHub Copilot survey - GitHub Copilot-Umfrage - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - Ungültige Toolverwendungsparameter erhalten: „{0}“. ({1}) - - - GraphQL - GraphQL - - - Greater Than - Größer als - - - Greater Than or Equals - Größer als oder gleich - - - Greater than - Größer als - - - Greater than or equal to - Größer als oder gleich - - - Grid View - Rasteransicht - - - Group by - Gruppieren nach - - - Group differences by - Unterschiede gruppieren nach - - - Help - Hilfe - - - Help us improve by sharing your thoughts. - Helfen Sie uns, besser zu werden, indem Sie uns Ihre Gedanken mitteilen. - - - Hide Changes - Änderungen ausblenden - - - Hide Changes Highlight - Änderungshervorhebung ausblenden - - - Hide Confirm Password - Kennwort zur Bestätigung ausblenden - - - Hide Definition - Definition ausblenden - - - Hide New Password - Neues Kennwort ausblenden - - - Hide SQL Pane - SQL-Bereich ausblenden - - - Hide column - Spalte ausblenden - - - Hide full error message - Vollständige Fehlermeldung ausblenden - - - Hide password - Kennwort ausblenden - - - Hide this panel - Diesen Bereich ausblenden - - - Highlight Changes - Änderungen hervorheben - - - Highlight Expensive Operation - Teuren Vorgang hervorheben - - - Highlights - Highlights - - - Hostname - Hostname - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - Wie wahrscheinlich ist es, dass Sie die MSSQL-Erweiterung einem Freund oder Kollegen empfehlen würden? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - Wie wahrscheinlich ist es, dass Sie {0} einem Freund oder Kollegen empfehlen? - - - How many tables are in this database? - Wie viele Tabellen befinden sich in dieser Datenbank? - - - Hue - Farbton - - - I have read the summary and understand the potential risks. - Ich habe die Zusammenfassung gelesen und bin mir der potenziellen Risiken bewusst. - - - I understand this action is permanent and irreversible - Ich verstehe, dass diese Aktion dauerhaft ist und nicht rückgängig gemacht werden kann. - - - I'm sorry, I can only assist with SQL-related questions. - Entschuldigung, leider kann ich nur bei SQL-bezogenen Fragen behilflich sein. - - - IP address range - IP-Adressbereich - - - Identity - Identität - - - Ignore Options - Optionen ignorieren - - - Ignore Tenant - Mandant ignorieren - - - Image tag - Imagetag - - - Import BACPAC - BACPAC-Datei importieren - - - Import Data - Daten importieren - - - Import File - Datei importieren - - - Import Flat File - Flatfile importieren - - - Import Information - Informationen importieren - - - Import New File - Neue Datei importieren - - - Import Status - Importstatus - - - Import a .bacpac file to a new or empty database - Importieren einer BACPAC-Datei in eine neue oder leere Datenbank - - - Import anyway - Trotzdem importieren - - - Import complete. You can close this dialog. - Der Import ist abgeschlossen. Sie können dieses Dialogfeld schließen. - - - Import connection configuration settings from Azure Data Studio - Verbindungskonfigurationseinstellungen aus Azure Data Studio importieren - - - Import failed: {0} - {0} is the error message returned from the import helper. - Fehler beim Importieren: {0} - - - Import file is required - Die Importdatei ist erforderlich - - - Import from Azure Data Studio - Von Azure Data Studio importieren - - - Import selected - Import ausgewählt - - - Importance - Wichtigkeit - - - Importing BACPAC... - BACPAC wird importiert... - - - Importing data... - Daten werden importiert... - - - Importing selections - Auswahl wird importiert - - - In - Eingehend - - - In case you missed it - Falls Sie es verpasst haben - - - In progress - In Bearbeitung - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - Im Daten-API-Generator ist die lokale Containerbereitstellung nur für Verbindungen mit SQL-Authentifizierung verfügbar. Ihr aktueller Verbindungstyp wird nicht unterstützt. - - - Include - Einschließen - - - Include Object Types - Objekttypen einschließen - - - Include all columns - Alle Spalten einschließen - - - Include all object types - Alle Objekttypen einschließen - - - Incomplete or orphaned connections - Unvollständige oder verwaiste Verbindungen - - - Index - Index - - - Indexes - Indizes - - - Initializing DAB configuration... - DAB-Konfiguration wird initialisiert ... - - - Initializing comparison, this might take a while... - Der Vergleich wird gestartet. Dies kann einen Moment dauern... - - - Insert - Einfügen - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - Fügen Sie den ausgewählten Text im Abfrage-Editor mit {arg} ein. Wenn Sie den Platzhalter nicht verwenden, wird der ausgewählte Text automatisch am Ende der Abfrage angefügt. - - - Install Docker - Docker installieren - - - Install the MSSQL Database Management Keymap extension - Installieren der Keymap-Erweiterung für die MSSQL-Datenbankverwaltung - - - Instant Container Setup - Sofortige Containereinrichtung - - - Insufficient Workspace Permissions - Unzureichende Arbeitsbereichsberechtigungen - - - Integrated - Integriert - - - Integrated & secure - Integriert und sicher - - - Invalid Firewall rule name - Ungültiger Name für Firewallregel - - - Invalid IP Address - Ungültige IP-Adresse. - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - Ungültiges SQL Server-Kennwort für {0}. Das Kennwort muss 8 bis 128 Zeichen lang sein und die Komplexitätsanforderungen erfüllen. Weitere Informationen finden Sie unter https://docs.microsoft.com/sql/relational-databases/security/password-policy - - - Invalid column reference. Use either id OR name. - Ungültiger Spaltenverweis. Verwenden Sie entweder die „id“ ODER den Namen. - - - Invalid column width - Ungültige Spaltenbreite - - - Invalid connection URI provided. - Es wurde ein ungültiger Verbindungs-URI angegeben. - - - Invalid connection string: {0} - Ungültige Verbindungszeichenfolge: {0} - - - Invalid database - Ungültige Datenbank - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - Ungültiger Entitätsverweis. Verwenden Sie entweder „id“ ODER „schemaName+tableName“ ODER „schemaName+sourceName+sourceType“. - - - Invalid file - Ungültige Datei - - - Invalid file extension. Expected .dacpac or .bacpac - Ungültige Dateierweiterung. DACPAC- oder BACPAC-Datei erwartet - - - Invalid foreign key. - Ungültiger Fremdschlüssel. - - - Invalid max length '{0}' - {0} is the max length - Ungültige maximale Länge „{0}“ - - - Invalid table payload. Expected table with columns array. - Ungültige Tabellennutzlast. Erwartet wird eine Tabelle mit einem Spaltenarray. - - - Invalid table type - Ungültiger Tabellentyp - - - Is Computed - Ist berechnet - - - Is Identity - Ist Identity - - - Is Ledger Database - Ist Ledgerdatenbank - - - Is Not Null - Ist nicht NULL - - - Is Null - Ist NULL - - - Is Persisted - Ist beständig - - - Issues ({0}) - {0} is the number of issues - Probleme ({0}) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - An Diskussionen teilnehmen - - - Keep in query pane - Im Abfragebereich beibehalten - - - Key - Schlüssel - - - Keybinding - Tastenzuordnung - - - Keyboard Shortcuts editor - Editor für Tastenkombinationen - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - Schlüssel für den Tokencache konnten nicht im Anmeldeinformationsspeicher gespeichert werden. Dies kann zu Problemen mit der Microsoft Entra-ID-Zugriffstokenpersistenz und Verbindungsinstabilitäten führen. Es ist wahrscheinlich, dass SqlTools das Speicherlimit für Anmeldeinformationen unter Windows erreicht hat. Löschen Sie mindestens 2 Anmeldeinformationen, die mit "Microsoft.SqlTools|" in Windows Anmeldeinformationsverwaltung beginnen, und laden Sie sie erneut. - - - LRS - LRS - - - LRS backup (locally redundant) - LRS-Backup (lokal redundant) - - - Last Page - Letzte Seite - - - Learn More - Weitere Informationen - - - Learn more - Weitere Informationen - - - Learn more about Azure SQL Database free tier - Weitere Informationen zum Free-Tarif von Azure SQL-Datenbank - - - Learn more about SQL Server 2025 features - Weitere Informationen zu SQL Server 2025-Funktionen - - - Leave the source database in the restoring state - Die Quelldatenbank im Wiederherstellungsstatus belassen - - - Length - Länge - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - Längenkonflikt: Spalte "{0}" ({1}) ist nicht kompatibel mit "{2}" ({3}). - - - Less Than - Kleiner als - - - Less Than or Equals - Kleiner als oder gleich - - - Less than - Weniger als - - - Less than or equal to - Kleiner als oder gleich - - - Line {0} - {0} is the line number - Zeile {0} - - - Link copied to clipboard - Link wurde in die Zwischenablage kopiert - - - List Connections - Verbindungen auflisten - - - List Databases - Datenbanken auflisten - - - List Functions - Funktionen auflisten - - - List Schemas - Auflisten von Schemata - - - List Tables - Tabellen auflisten - - - List Views - Listenansichten - - - List all connections registered with the mssql extension? - Alle bei der mssql-Erweiterung registrierten Verbindungen auflisten? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Datenbanken für die Verbindung „{0}“ (ID: {1}) auflisten? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Funktionen für Verbindung „{0}“ (ID: {1}) auflisten? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Schemata für Verbindung „{0}“ (ID: {1}) auflisten? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Tabellen für Verbindung „{0}“ (ID: {1}) auflisten? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Ansichten für Verbindung „{0}“ (ID: {1}) auflisten? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - Auflisten von Fabric SQL-Datenbanken für den Arbeitsbereich „{0}“ - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - Auflisten von Fabric SQL-Endpunkten für den Arbeitsbereich „{0}“ - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - Auflisten von Fabric Warehouses für den Arbeitsbereich „{0}“ - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - Auflisten von Fabric-Kapazitäten für mandant „{0}“ - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - Auflisten von Fabric-Arbeitsbereichen für Mandant „{0}“ - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Datenbanken für die Verbindung „{0}“ (ID: {1}) werden aufgelistet - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Funktionen für die Verbindung „{0}“ (ID: {1}) werden aufgelistet - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - Auflisten von Rollenzuweisungen für den Arbeitsbereich „${workspaceId}“ - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Schemata für die Verbindung „{0}“ (ID: {1}) werden aufgelistet - - - Listing server connections - Serververbindungen werden aufgelistet. - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Tabellen für die Verbindung „{0}“ (ID: {1}) werden aufgelistet - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Ansichten für die Verbindung „{0}“ (ID: {1}) werden aufgelistet - - - Load - Laden - - - Load from Connection String - Aus Verbindungszeichenfolge laden - - - Load profile... - Profil laden... - - - Load source, target, and options saved in an .scmp file - Quelle und Ziel sowie die in einer SCMP-Datei gespeicherten Optionen laden - - - Loading - Wird geladen - - - Loading Azure Accounts - Laden von Azure-Konten - - - Loading Azure SQL Database... - Azure SQL-Datenbank wird geladen... - - - Loading Azure accounts - Laden von Azure-Konten - - - Loading Fabric Accounts - Laden von Fabric-Konten - - - Loading Fabric provisioning... - Fabric-Bereitstellung wird geladen... - - - Loading Report - Bericht wird geladen - - - Loading Schema Designer - Schema-Designer wird geladen - - - Loading Schema Designer Model... - Schema-Designer-Modell wird geladen... - - - Loading Table Designer - Tabellen-Designer wird geladen - - - Loading XEL file: {0} - {0} is the file name - XEL-Datei wird geladen: {0} - - - Loading backup database... - Backup-Datenbank wird geladen … - - - Loading code analysis rules... - Codeanalyseregeln werden geladen... - - - Loading collations... - Sortierungen werden geladen... - - - Loading database objects - Datenbankobjekte werden geladen - - - Loading databases in '{0}'... - {0} is the name of the workspace - Datenbanken werden in „{0}“ geladen... - - - Loading databases in selected workspace... - Datenbanken im ausgewählten Arbeitsbereich werden geladen... - - - Loading deployment - Bereitstellung wird geladen - - - Loading execution plan... - Ausführungsplan wird geladen... - - - Loading flat file import... - Flatfile-Import wird geladen... - - - Loading local containers... - Lokale Container werden geladen... - - - Loading locations - Orte werden geladen. - - - Loading maintenance windows... - Wartungsfenster werden geladen... - - - Loading resource groups - Ressourcengruppen werden geladen. - - - Loading restore database... - Wiederherstellungsdatenbank wird geladen... - - - Loading restore plan... - Wiederherstellungsplan wird geladen... - - - Loading results... - Ergebnisse werden geladen … - - - Loading schemas... - Schemas werden geladen... - - - Loading servers - Server werden geladen - - - Loading servers in '{0}'... - {0} is the name of the subscription - Server werden in „{0}“ geladen ... - - - Loading servers in selected subscription... - Server im ausgewählten Abonnement werden geladen ... - - - Loading subscriptions - Abonnements werden geladen - - - Loading subscriptions... - Abonnements werden geladen ... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - Zusammenfassung für {0} Zeilen wird geladen (Zum Abbrechen klicken) - - - Loading table data... - Tabellendaten werden geladen … - - - Loading table preview... - Tabellenvorschau wird geladen... - - - Loading tenants - Mandanten werden geladen - - - Loading tenants... - Mandanten werden geladen... - - - Loading text view... - Textansicht wird geladen... - - - Loading workspaces - Arbeitsbereiche werden geladen - - - Loading workspaces... - Arbeitsbereiche werden geladen... - - - Loading... - Wird geladen... - - - Local Container Deployment - Lokale Containerbereitstellung - - - Local SQL Server database container - Lokaler SQL Server-Datenbankcontainer - - - Local container deployment is currently only supported with SQL Authentication connections. - Die lokale Containerbereitstellung wird derzeit nur für Verbindungen mit SQL-Authentifizierung unterstützt. - - - Locally-redundant backup storage - Lokal redundanter Sicherungsspeicher - - - Locate an Azure Data Studio settings.json file to import - Azure Data Studio settings.json-Datei zum Importieren suchen - - - Location - Speicherort - - - Location (Workspace) - Standort (Arbeitsbereich) - - - Location of the file to be imported - Speicherort der zu importierenden Datei - - - Log file folder - Protokolldateiordner - - - Logical file name - Logischer Dateiname - - - Logical operator - Logischer Operator - - - Logs - Protokolle - - - Logs copied to clipboard - Protokolle in Zwischenablage kopiert - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - Suchen Sie nach Azure Data Studio-Tastenkombinationen, wie F5 zum Ausführen von Abfragen? - - - MCP - MCP - - - MCP custom tool - Benutzerdefiniertes MCP-Tool - - - MCP server added to {0} - {0} is the file path where the MCP server was added - MCP-Server zu {0} hinzugefügt - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - Der MCP-Server ist bereits in {0} konfiguriert - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL – Azure-Authentifizierungsprotokolle - - - MSSQL - VS Code walkthrough - MSSQL – VS Code Anleitung - - - MSSQL Feedback - MSSQL-Feedback - - - MSSQL Notebook connected to {0} - {0} is the connection label - MSSQL-Notebook mit {0} verbunden - - - MSSQL extension icon - MSSQL-Erweiterungssymbol - - - MSSQL: Click to change connection - MSSQL: Klicken, um die Verbindung zu ändern - - - MSSQL: Click to change database - MSSQL: Klicken, um die Datenbank zu wechseln. - - - MSSQL: Welcome & What's New - MSSQL: Willkommen und Neuigkeiten - - - MSSQL: What's new - MSSQL: Neuigkeiten - - - Maintenance Window - Wartungsfenster - - - Make everything read-only - Alles schreibgeschützt machen - - - Manage Connection Profiles - Verbindungsprofile verwalten - - - Manage relationships - Beziehungen verwalten - - - Mandatory (Recommended) - Obligatorisch (Empfohlen) - - - Mandatory (True) - Erforderlich (WAHR) - - - Max - Max. - - - Max 10 databases / subscription - Max. 10 Datenbanken pro Abonnement - - - Max Length - Maximale Länge - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - Die maximale Zeilenanzahl für das Filtern/Sortieren wurde überschritten. Navigieren Sie zur Aktualisierung zu den Benutzereinstellungen, und ändern Sie diese Einstellung: mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - Max. virtuelle Kerne - - - Max: {0} - {0} is the max - Max.: {0} - - - Maximize - Maximieren - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - Maximieren ({0}) - - - Maximize Panel Size - Panelgröße maximieren - - - Maximize details panel - Detailbereich maximieren - - - Maximize panel size - Panelgröße maximieren - - - Maximize results grid - Raster „Ergebnisse maximieren“ - - - Media - Medien - - - Media set description is required - Mediensatzbeschreibung ist erforderlich - - - Media set name is required - Mediensatzname ist erforderlich - - - Message - Nachricht - - - Messages - Nachrichten - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - Meldungen ({0}) - - - Metric - Metrik - - - Microsoft Account - Microsoft-Konto - - - Microsoft Account is required - Microsoft-Konto ist erforderlich - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Microsoft Entra-Konto - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Microsoft Entra ID – Standard - - - Microsoft Entra Id - Service Principal - Microsoft Entra – Dienstprinzipal - - - Microsoft Entra Id - Universal w/ MFA Support - Microsoft Entra ID – Universell mit MFA-Unterstützung - - - Microsoft Entra account {0} successfully added. - {0} is the account name - Das Microsoft Entra-Konto {0} wurde erfolgreich hinzugefügt. - - - Microsoft Fabric integration - Microsoft Fabric-Integration - - - Microsoft SQL Server License Agreement - Microsoft SQL Server-Lizenzbedingungen - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Microsoft überprüft Ihr Feedback, um unsere Produkte zu verbessern, geben Sie daher keine personenbezogenen Daten oder vertraulichen/geschützten Inhalte frei. - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Microsoft wird das von Ihnen übermittelte Feedback gemäß den Anweisungen Ihres Unternehmens verarbeiten, um Ihre Erfahrungen mit diesem Produkt und die Ihres Unternehmens zu verbessern. Wenn Sie Fragen zur Verwendung von Feedback-Daten haben, wenden Sie sich an Ihren Mandantenadmin. Die Verarbeitung von Feedback-Daten unterliegt dem Datenschutz-Nachtrag für Microsoft-Produkte und -Dienste zwischen Ihrer Organisation und Microsoft, und das von Ihnen übermittelte Feedback wird im Rahmen dieses Nachtrags als personenbezogene Daten betrachtet. - - - Microsoft would like your feedback - Microsoft würde gerne Ihr Feedback erhalten. - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - Migrieren Sie gespeicherte Verbindungen, Verbindungsgruppen und Verbindungseinstellungen aus Azure Data Studio in die MSSQL-Erweiterung. Zusätzlich kann die MSSQL-Datenverwaltungs-Keymap installiert werden, um vertraute Tastenkombinationen aus Azure Data Studio hinzuzufügen. - - - Min - Min. - - - Min: {0} - {0} is the min - Min.: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - Verbindungsreferenz fehlt. Geben Sie genau connectionId oder connectionName an. - - - Missing schema payload for replace_schema operation. - Fehlende Schema-Nutzlast für die Operation replace_schema. - - - Missing table payload for update_table operation. - Fehlende Tabellennutzlast für den Vorgang update_table. - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - Fehlendes Tabellenziel für den Vorgang delete_table. Geben Sie tableId oder tableName+schemaName an. - - - Modified - Geändert - - - Modified column '{0}' - {0} is the column name - Spalte „{0}“ geändert - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - Spalte „{0}“ geändert: {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - Fremdschlüssel „{0}“ geändert - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - Fremdschlüssel „{0}“ geändert: {1} - - - Modified table {0} - {0} is the qualified table name - Tabelle „{0}“ geändert - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - Tabelle „{0}“ geändert: {1} - - - Modify Columns - Spalten ändern - - - Modify Table - Tabelle ändern - - - Monitor usage and manage your free tier limits - Nutzung überwachen und Limits für den Free-Tarif verwalten - - - Monthly limits - Monatliche Limits - - - More Query Actions - Weitere Abfrageaktionen - - - Move Down - Nach unten - - - Move Up - Nach oben - - - Move and expand the active grid selection - Aktive Rasterauswahl verschieben und erweitern - - - Move focus to the next result set grid - Fokus auf das nächste Ergebnisraster verschieben - - - Move focus to the previous result set grid - Fokus auf das vorherige Ergebnisraster verschieben - - - Move selection to the first cell in the row - Auswahl in die erste Zelle der Zeile verschieben - - - Move selection to the last cell in the row - Auswahl in die letzte Zelle der Zeile verschieben - - - Move to Root - In Stamm verschieben - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - Die Option „Zum Schema verschieben“ wird nur für SQL-Dateien unterstützt, die Teil eines geöffneten SQL-Projekts sind. Öffnen Sie das Projekt zuerst im Bereich Datenbankprojekte. - - - Move to Schema request failed: {0} - Fehler bei der Anforderung zum Verschieben in Schema: {0} - - - Move to Schema... - Zu Schema verschieben... - - - Move to row end - In Zeilenende verschieben - - - Move to row start - Zum Zeilenanfang verschieben - - - Move to schema '{0}' - Zu Schema „{0}“ verschieben - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - Mehrere Verbindungsgruppen mit der ID „{0}“ wurden gefunden. Löschen oder benennen Sie alle bis auf eine in der User/Global settings.json um, und starten Sie dann die Erweiterung neu. - - - Must be a valid number - Muss eine gültige Zahl sein. - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - Muss mit einem alphanumerischen Zeichen beginnen und darf nur alphanumerische Zeichen, Unterstriche, Punkte oder Bindestriche enthalten - - - Mutation - Mutation - - - MyProfilerSession - MyProfilerSession - - - NULL - NULL - - - Name - Name - - - Name for the Docker container running DAB - Name für den Docker-Container, der DAB ausführt - - - Name of the primary key. - Name des Primärschlüssels. - - - Navigate to this item in the diagram - Zu diesem Element im Diagramm navigieren - - - Navigation - Navigation - - - Needs attention - Eingreifen erforderlich - - - New Azure SQL logical server (Preview) - Neuer logischer Azure SQL-Server (Vorschau) - - - New Check Constraint - Neue Check-Einschränkung - - - New Column - Neue Spalte - - - New Column Mapping - Neue Spaltenzuordnung - - - New Database - Neue Datenbank - - - New Database Name - Neuer Datenbankname - - - New Deployment - Neue Bereitstellung - - - New File - Neue Datei - - - New Foreign Key - Neuer Fremdschlüssel - - - New Index - Neuer Index - - - New Local Docker SQL Server - Neuer lokaler Docker SQL Server - - - New Microsoft Entra account could not be added. - Das neue Microsoft Entra-Konto konnte nicht hinzugefügt werden. - - - New Password - Neues Kennwort - - - New Query - Neue Abfrage - - - New Query Profiler - Enter Name - Neuer Abfrageprofiler: Namen eingeben - - - New Query Profiler - Select Template - Neuer Abfrageprofiler – Vorlage auswählen - - - New SQL database - Neue SQL-Datenbank - - - New Session - Neue Sitzung - - - New Table Name - Name der neuen Tabelle - - - New column mapping - Neue Spaltenzuordnung - - - New database name must be different from the current name - Der neue Datenbankname muss sich vom aktuellen Namen unterscheiden. - - - New media set description - Beschreibung des neuen Mediensatzes - - - New media set name - Name des neuen Mediensatzes - - - New to MSSQL extension? Check out our quick-start guide. - Sie sind mit der MSSQL-Erweiterung noch nicht vertraut? Sehen Sie sich unseren Schnellstartleitfaden an. - - - New to the MSSQL extension? Check out our quick-start guide. - Sie sind mit der MSSQL-Erweiterung noch nicht vertraut? Sehen Sie sich unseren Schnellstartleitfaden an. - - - Next - Weiter - - - Next Page - Nächste Seite - - - Next result grid - Nächstes Ergebnisraster - - - No - Nein - - - No Action - Keine Aktion - - - No Azure accounts found - Keine Azure-Konten gefunden - - - No Microsoft Entra account can be found for removal. - Es wurde kein Microsoft Entra-Konto zum Entfernen gefunden. - - - No Queries Available - Keine Abfragen vorhanden. - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - Keine SQL Tools MCP-Verbindung für connectionName „{0}“ gefunden. - - - No account selected - Es ist kein Konto ausgewählt - - - No active connection - Keine aktive Verbindung - - - No active connection for database change - Keine aktive Verbindung für Datenbankänderung - - - No active connection for schema view - Keine aktive Verbindung für Schemaansicht - - - No active connection. - Keine aktive Verbindung. - - - No active database connection in the current editor. Please establish a connection to continue. - Keine aktive Datenbankverbindung im aktuellen Editor. Stellen Sie eine Verbindung her, um fortzufahren. - - - No active notebook. - Kein aktives Notebook. - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - Es wurde kein aktiver Schemadesigner gefunden. Öffnen Sie Daten-API-Generator zuerst mit mssql_dab mit dem Vorgang „show“ oder über die Benutzeroberfläche. - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - Kein aktiver Schemadesigner gefunden. Öffnen Sie zuerst einen mit mssql_schema_designer mit dem Vorgang „show“ oder über die Benutzeroberfläche. - - - No active text editor found. Please open a file with an active database connection. - Keinen aktiven Text-Editor gefunden. Öffnen Sie eine Datei mit einer aktiven Datenbankverbindung. - - - No authentication required - Keine Authentifizierung erforderlich - - - No background tasks - Keine Hintergrundaufgaben - - - No backup sets found in the restore plan - Im Wiederherstellungsplan wurden keine Sicherungssätze gefunden. - - - No blob containers found - Keine Blobcontainer gefunden. - - - No blobs found - Es wurden keine Blobs gefunden. - - - No changes detected - Änderungen wurden nicht gefunden. - - - No changes match your search. - Keine Änderungen entsprechen Ihrer Suche. - - - No changes yet. - Noch keine Änderungen. - - - No code analysis rules available. - Es sind keine Codeanalyseregeln verfügbar. - - - No connection credentials found - Keine Verbindungsanmeldeinformationen gefunden. - - - No connection found for connectionId: {0} - {0} is the connection ID - Für „connectionId“ wurde keine Verbindung gefunden: {0} - - - No connection groups were found in the file. - In der Datei wurden keine Verbindungsgruppen gefunden. - - - No connection information found - Keine Verbindungsinformationen gefunden - - - No connection profiles to edit. - Es sind keine Verbindungsprofile zum Bearbeiten vorhanden. - - - No connection profiles to remove. - Es sind keine Verbindungsprofile zum Entfernen vorhanden. - - - No connection selected. - Keine Verbindung ausgewählt. - - - No connection was found. Please connect to a server first. - Es wurde keine Verbindung gefunden. Stellen Sie zunächst eine Verbindung mit einem Server her. - - - No connections available. Please create a connection first. - Keine Verbindungen verfügbar. Erstellen Sie zuerst eine Verbindung. - - - No connections were found in the file. - In der Datei wurden keine Verbindungen gefunden. - - - No customized settings found - Keine angepassten Einstellungen gefunden - - - No customized settings found in Azure Data Studio - In Azure Data Studio wurden keine angepassten Einstellungen gefunden. - - - No data available - Keine Daten verfügbar - - - No data to display. - Keine anzuzeigenden Daten. - - - No database files found in the restore plan - Im Wiederherstellungsplan wurden keine Datenbankdateien gefunden. - - - No database selected. - Es wurde keine Datenbank ausgewählt. - - - No databases found in the selected workspace. - Im ausgewählten Arbeitsbereich wurden keine Datenbanken gefunden. - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - Im Arbeitsbereich „{0}“ wurden keine Datenbanken gefunden. - - - No databases found on the server. Please check your connection. - Auf dem Server wurden keine Datenbanken gefunden. Bitte überprüfen Sie Ihre Verbindung. - - - No databases found to import into. - Keine Datenbanken zum Importieren gefunden. - - - No databases with backups found - Keine Datenbanken mit Sicherungen gefunden - - - No elements found - Keine Elemente gefunden - - - No entities found - Keine Entitäten gefunden - - - No event selected - Es ist kein Ereignis ausgewählt - - - No events to export - Keine zu exportierenden Ereignisse - - - No filter is currently active - Zurzeit ist kein Filter aktiv - - - No items - Keine Elemente - - - No log entries yet. - Noch keine Protokolleinträge - - - No matches found - Keine Übereinstimmungen gefunden - - - No matching shortcuts - Keine passenden Tastenkombinationen - - - No model found. - Kein Modell gefunden. - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Es ist nicht erforderlich, das Microsoft Entra-Zugriffstoken für die Verbindung {0} mit dem URI zu aktualisieren. {1} - - - No object that can be moved to another schema was found at the cursor. - Am Cursor wurde kein Objekt gefunden, das in ein anderes Schema verschoben werden kann. - - - No objects found - Es wurden keine Objekte gefunden. - - - No pending changes. Make edits to generate a script. - Keine ausstehenden Änderungen. Nehmen Sie Änderungen vor, um ein Skript zu erstellen. - - - No profiler connection available - Keine Profiler-Verbindung verfügbar - - - No profiler templates available - Keine Profiler-Vorlagen verfügbar - - - No property changes available. - Keine Eigenschaftsänderungen verfügbar. - - - No query set - Kein Abfragesatz - - - No renameable symbol found at cursor. - Am Cursor wurde kein umbenennbares Symbol gefunden. - - - No resource groups found - Keine Ressourcengruppen gefunden. - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - Für die aktuelle Cloud „{1}“ ist keine Ressource vom Typ „{0}“ konfiguriert. Aktualisieren Sie Ihre Azure-Kontoeinstellungen. - - - No results - Keine Ergebnisse - - - No results for the active editor - Keine Ergebnisse für den aktiven Editor - - - No results match the current filters - Keine Ergebnisse für die aktuellen Filter gefunden - - - No results to display - Keine Ergebnisse zur Anzeige vorhanden. - - - No rows affected - Keine Zeilen betroffen. - - - No rules match the current filter. - Keine Regel entspricht dem aktuellen Filter. - - - No saved connection profiles found. - Es wurden keine gespeicherten Verbindungsprofile gefunden. - - - No saved connections found. Please create a connection first. - Keine gespeicherten Verbindungen gefunden. Erstellen Sie zuerst eine Verbindung. - - - No schema differences were found. - Es wurden keine Schemaunterschiede gefunden. - - - No schemas found - Keine Schemata gefunden - - - No schemas were found in the project. - Im Projekt wurden keine Schemas gefunden. - - - No script available. Make changes to the table data and generate a script first. - Kein Skript verfügbar. Nehmen Sie zuerst Änderungen an den Tabellendaten vor und erstellen Sie ein Skript. - - - No script generated. - Es wurde kein Skript generiert. - - - No selection - Keine Auswahl - - - No servers found - Keine Server gefunden - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - Im Abonnement „{0}“ wurden keine Server gefunden. - - - No servers found in the selected subscription. - Es wurde keine Server im ausgewählten Abonnement gefunden. - - - No shortcut - Keine Tastenkombination - - - No storage accounts found - Keine Speicherkonten gefunden - - - No subscriptions found - Keine Abonnements gefunden - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - Keine Abonnements gefunden. Ändern Sie das Azure-Konto oder den Mandanten, um verfügbare Abonnements anzuzeigen. - - - No templates available - Keine Vorlagen verfügbar - - - No tenant selected - Kein Mandant ausgewählt - - - No tenants are currently signed in. - Derzeit sind keine Mandanten angemeldet. - - - No tenants found - Keine Mandanten gefunden - - - No text data available - Keine Textdaten verfügbar - - - No tools to process. - Keine zu verarbeitenden Tools. - - - No workspace folder is open. Open a folder to add the MCP server configuration. - Kein Arbeitsbereichsordner geöffnet. Öffnen Sie einen Ordner, um die MCP-Serverkonfiguration hinzuzufügen. - - - No workspace folder is open. Open a folder to add the generated file. - Kein Arbeitsbereichsordner geöffnet. Öffnen Sie einen Ordner, um die generierte Datei hinzuzufügen. - - - No workspaces found - Keine Arbeitsbereiche gefunden - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - Keine Arbeitsbereiche gefunden Ändern Sie das Fabric-Konto oder den Fabric-Mandanten, um verfügbare Arbeitsbereiche anzuzeigen. - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - Es wurde eine nicht SQL Server SQL-Datei erkannt. IntelliSense für solche Dateien deaktivieren? - - - None - Keine - - - None (empty database) - Keine (leere Datenbank) - - - Not Between - Nicht zwischen - - - Not Contains - Enthält nicht - - - Not Ends With - Endet nicht mit - - - Not Equals - Ungleich - - - Not Started - Nicht gestartet - - - Not Starts With - Beginnt nicht mit - - - Not available for read-only file sessions - Nicht verfügbar für schreibgeschützte Dateisitzungen - - - Not connected - Nicht verbunden - - - Not contains - Enthält nicht - - - Not currently signed in. Select to sign in to tenant. - Aktuell nicht angemeldet. Wählen Sie diese Option aus, um sich beim Mandanten anzumelden. - - - Not equal to - Ungleich - - - Not likely at all - Überhaupt nicht wahrscheinlich - - - Not running - Wird nicht ausgeführt - - - Not signed in - Nicht angemeldet - - - Not signed into tenant {0} - {0} is the tenant display name - Nicht beim Mandanten {0} angemeldet - - - Not started - Nicht gestartet - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und ist keine empfohlene Vorgehensweise für Produktionsumgebungen. Möchten Sie „Serverzertifikat vertrauen“ für diese Verbindung aktivieren und es erneut versuchen? - - - Null - Null - - - Null Count: {0} - {0} is the null count - NULL-Anzahl: {0} - - - Number of Rows Read - Anzahl von gelesenen Zeilen - - - OK - Okay - - - OLTP, built on Azure SQL - OLTP, basierend auf Azure SQL - - - Object Explorer Filter - Filter zum Objekt-Explorer - - - Object Type - Objekttyp - - - Object Types - Objekttypen - - - Object type - Objekttyp - - - Off - Aus - - - On Delete - Beim Löschen - - - On Delete Action - Bei Löschvorgang - - - On Update - Beim Update - - - On Update Action - Bei Updateaktion - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - Eine oder mehrere Verbindungsgruppe verweisen auf übergeordnete Gruppen, die nicht existieren und wurden ignoriert: {0}. Aktualisieren Sie Ihre Einstellungsdatei, um diese Einträge zu beheben. - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - Eine oder mehrere Verbindungen verweisen auf Gruppen, die nicht existieren und wurden ignoriert: {0}. Aktualisieren Sie Ihre Verbindungseinstellungen, um diese Einträge zu beheben. - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - Eine oder mehrere Ihrer Entitäten enthalten Spaltentypen, die vom Daten-API-Generator aktuell nicht unterstützt werden. Diese Entitäten können nicht für die Bereitstellung ausgewählt werden. - - - Open - Öffnen - - - Open .scmp file - SCMP-Datei öffnen - - - Open Containing Folder - Enthaltenen Ordner öffnen - - - Open File - Datei öffnen - - - Open GitHub Copilot Chat to help fix these errors - Öffnen Sie den GitHub Copilot-Chat, um diese Fehler zu beheben - - - Open Keyboard Shortcuts editor. - Öffnen Sie den Editor für Tastenkombinationen. - - - Open Nitro - Nitro öffnen - - - Open Publish Script - Veröffentlichungsskript öffnen - - - Open Query - Abfrage öffnen - - - Open Query History - Abfrageverlauf öffnen - - - Open SQL editor and connect - Öffnen des SQL-Editor, und herstellen einer Verbindung - - - Open XML - XML öffnen - - - Open a new SQL query file - Neue SQL-Abfragedatei öffnen - - - Open a new bug - Neuen Bug melden - - - Open column menu - Menü für Spalten öffnen - - - Open filter menu - Filtermenü öffnen - - - Open in Editor - In Editor öffnen - - - Open in GitHub Copilot Chat - Im GitHub Copilot-Chat öffnen - - - Open in New Tab - In neuer Registerkarte öffnen - - - Open in SQL Editor - Im SQL-Editor öffnen - - - Open in editor - In Editor öffnen - - - Open text data in a new editor - Textdaten in einem neuen Editor öffnen - - - Open the active column filter menu - Filtermenü der aktiven Spalte öffnen - - - Open the active column menu - Menü der aktiven Spalte öffnen - - - Open the generated SELECT statement in a new editor - Die generierte SELECT-Anweisung in einem neuen Editor öffnen - - - Opening Publish Script. This may take a while... - Veröffentlichungsskript wird geöffnet. Dies dauert möglicherweise einige Zeit... - - - Opening schema designer... - Schema-Designer wird geöffnet... - - - Operation - Vorgang - - - Operation failed - Vorgang ist fehlgeschlagen - - - Operator - Operator - - - Option Description - Optionsbeschreibung - - - Optional (False) - Optional (FALSCH) - - - Optional - Override default GraphQL plural type name - Optional – Standardnamen des GraphQL-Mehrfachtyps überschreiben - - - Optional - Override default GraphQL singular type name - Optional – Standardnamen des GraphQL-Einzeltyps überschreiben - - - Optional - Override default api/entityName path - Optional – Standard-API/entityName-Pfad überschreiben - - - Options - Optionen - - - Options have changed. Recompare to see the comparison? - Die Optionen wurden geändert. Möchten Sie den Vergleich wiederholen und neu anzeigen? - - - Original file name - Ursprünglicher Dateiname - - - Others - Sonstige - - - Output file - Ausgabedatei - - - Overall, how satisfied are you with the MSSQL extension? - Wie zufrieden sind Sie insgesamt mit der MSSQL-Erweiterung? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - Wie zufrieden sind Sie insgesamt mit {0}? - - - Overwrite all existing backup sets - Alle vorhandenen Sicherungssätze überschreiben - - - Overwrite the existing database - Vorhandene Datenbank überschreiben - - - Owner - Besitzer - - - PNG - PNG - - - Package file - Paketdatei - - - Page - Seite - - - Parameters - Parameter - - - Parent node was not TreeNodeInfo. - Der übergeordnete Knoten war nicht TreeNodeInfo. - - - Password - Kennwort - - - Password (SQL Login) - Kennwort (SQL-Anmeldung) - - - Password is required - Kennwort erforderlich - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - Das Kennwort muss für „{0}“ geändert werden, um die Anmeldung bei „{1}“ fortzusetzen - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - Das Kennwort muss geändert werden, um die Anmeldung bei „{0}“ fortzusetzen - - - Passwords do not match - Die Kennwörter stimmen nicht überein. - - - Paste - Einfügen - - - Paste connection string from clipboard - Verbindungszeichenfolge aus der Zwischenablage einfügen - - - Path: {0} - {0} is the path of the node in the object explorer - Pfad: {0} - - - Pause - Anhalten - - - Pause event collection - Ereignissammlung anhalten - - - Paused - Angehalten - - - Paused - click to resume - Angehalten – klicken, um fortzusetzen - - - Perform checksum before writing to media - Vor dem Schreiben auf Medium Prüfsumme berechnen - - - Permissions - Berechtigungen - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - Wählen Sie aus mehreren SQL Server-Versionen aus, einschließlich SQL Server 2025 mit integrierten KI-Funktionen wie Vektorsuche und JSON-Erweiterungen. - - - Please Accept the SQL Server EULA - Akzeptieren Sie die SQL Server-Lizenzbedingungen. - - - Please choose a backup file to load restore plan - Wählen Sie eine Sicherungsdatei aus, um den Wiederherstellungsplan zu laden. - - - Please choose a blob to load restore plan - Wählen Sie ein Blob zum Laden des Wiederherstellungsplans aus. - - - Please choose a unique backup file name - Bitte wählen Sie einen eindeutigen Backupnamen aus. - - - Please choose a unique name for the container - Wählen Sie einen eindeutigen Namen für den Container aus. - - - Please choose a unique name for the profile - Wählen Sie einen eindeutigen Namen für das Profil aus. - - - Please choose a valid media option - Bitte wählen Sie eine gültige Medienoption aus. - - - Please choose at least one backup file - Wählen Sie mindestens ein Backup aus. - - - Please choose at least one backup set to restore - Wählen Sie mindestens einen Sicherungssatz zum Wiederherstellen aus. - - - Please ensure the file is not open in another application before importing - Stellen Sie vor dem Import sicher, dass die Datei nicht in einer anderen Anwendung geöffnet ist. - - - Please make sure the port is a number, and choose a port that is not in use - Stellen Sie sicher, dass der Port eine Zahl ist, und wählen Sie einen Port aus, der nicht verwendet wird. - - - Please make your password 8-128 characters long. - Bitte wählen Sie ein Kennwort mit 8–128 Zeichen. - - - Please select a database node in Object Explorer to drop. - Wählen Sie im Objekt-Explorer einen Datenbankknoten aus, der gelöscht werden soll. - - - Please select a database node in Object Explorer to rename. - Wählen Sie im Objekt-Explorer einen Datenbankknoten aus, der umbenannt werden soll. - - - Please select a file, not a folder. - Wählen Sie eine Datei aus, keinen Ordner. - - - Please select a node from Object Explorer to script. - Wählen Sie einen Knoten im Objekt-Explorer aus, um ein Skript zu erstellen. - - - Please select a server node in Object Explorer to create a database. - Wählen Sie im Objekt-Explorer einen Serverknoten aus, um eine Datenbank zu erstellen. - - - Please select a valid symbol. - Wählen Sie ein gültiges Symbol aus. - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - Wählen Sie einen Arbeitsbereich aus, in dem Sie über ausreichende Berechtigungen verfügen (Mitwirkender oder höher). - - - Please select only one node to script. Multiple node scripting is not supported. - Wählen Sie nur einen Knoten für das Skript aus. Die Skripterstellung für mehrere Knoten wird nicht unterstützt. - - - Port - Port - - - Port must be a number between 1 and 65535 - Der Port muss eine Zahl zwischen 1 und 65535 sein. - - - Port must be between 1 and 65535 - Der Port muss zwischen 1 und 65535 sein - - - Port to expose the API on (default: 5000) - Port zum Verfügbarmachen der API auf (Standard: 5000) - - - Port {0} is already in use - {0} is the port number - Port {0} wird bereits verwendet - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - Port {0} wird bereits verwendet Wählen Sie einen anderen Port aus. - - - Possible Data Loss detected. Please review the changes. - Möglicher Datenverlust erkannt. Überprüfen Sie die Änderungen. - - - Precision - Genauigkeit - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Genauigkeits-/Skalierungskonflikt zwischen "{0}" und "{1}" - - - Preserve the replication settings - Beibehalten der Replikationseinstellungen - - - Press desired key combination and then press ENTER. - Drücken Sie die gewünschte Tastenkombination, und betätigen Sie anschließend die EINGABETASTE. - - - Preview - Vorschau - - - Preview Data - Vorschaudaten - - - Preview Database Updates - Vorschau von Datenbankupdates - - - Previous - Zurück - - - Previous Page - Vorherige Seite - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - Die vorherige ausstehende Zusage für die Verbindungswiederherstellung für URI {0} wird mit dem Fehler {1} abgelehnt, bei Bedarf wird versucht, die Verbindung wiederherzustellen. - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - Vorherige ausstehende Verbindungswiederherstellung für URI {0}, erfolgreich. - - - Previous result grid - Vorheriges Ergebnisraster - - - Previous step failed. Please check the error message and try again. - Fehler beim vorherigen Schritt. Überprüfen Sie die Fehlermeldung und versuchen Sie es erneut. - - - Previously released features you may not have explored yet. - Frühere Funktionen, die Sie möglicherweise noch nicht kennen. - - - Primary Key - Primärschlüssel - - - Primary Key Columns - Primärschlüsselspalten - - - Primary key - Primärschlüssel - - - Prisma - Prisma - - - Privacy Statement - Datenschutzbestimmungen - - - Privacy notice - Datenschutzhinweis - - - Private - Privat - - - Processing include or exclude all differences operation. - Die Verarbeitung schließt alle Differenzvorgänge ein oder aus. - - - Profile Name - Profilname - - - Profile created and connected - Das Profil wurde erstellt und verbunden. - - - Profile created successfully - Das Profil wurde erfolgreich erstellt. - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - Das Profil wurde geladen, aber die Verbindung konnte nicht automatisch hergestellt werden. Bitte erstellen Sie eine Verbindung mit {0}, und versuchen Sie es dann erneut. - - - Profile name - Profilname - - - Profile removed successfully - Das Profil wurde erfolgreich entfernt. - - - Profiler events exported successfully to {0} - {0} is the file path - Profilerereignisse wurden erfolgreich nach {0} exportiert - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - Der Profiler befindet sich im schreibgeschützten und getrennten Modus für die XEL-Datei „{0}“ und kann ohne Datenbankverbindung keine Live-Sitzungen starten oder erstellen - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - Der Profiler befindet sich im schreibgeschützten und getrennten Modus für die XEL-Datei „{0}“ und kann ohne Datenbankverbindung keine Live-Sitzungen starten oder erstellen. - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - Profiler bereit. Wählen Sie eine Sitzung aus der Dropdownliste aus und klicken Sie auf „Starten“, um die Profilerstellung zu beginnen. - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - Die Profiler-Sitzung „{0}“ wurde erfolgreich erstellt. Profilerstellung wird gestartet... - - - Profiler session '{0}' started successfully. - {0} is the session name - Die Profiler-Sitzung „{0}“ wurde erfolgreich gestartet. - - - Properties - Eigenschaften - - - Property - Eigenschaft - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - Für den Anbieter "{0}" ist kein Microsoft-Ressourcenendpunkt definiert. - - - Provisioning - Bereitstellung - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - Proxyeinstellungen gefunden, beim Analysieren der URL ist jedoch ein Fehler aufgetreten: „{0}“. Bei Verwendung der MSSQL-Erweiterung können Verbindungsprobleme auftreten. Fehler: {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - Proxyeinstellungen gefunden, jedoch ohne Protokoll (z. B. http://): „{0}“. Bei Verwendung der MSSQL-Erweiterung können Verbindungsprobleme auftreten. - - - Public - Öffentlich - - - Publish - Veröffentlichen - - - Publish DACPAC - DACPAC veröffentlichen - - - Publish Profile - Profil veröffentlichen - - - Publish Project - Projekt veröffentlichen - - - Publish Project - {0} - {0} is the name of the project being published - Projekt veröffentlichen – {0} - - - Publish Settings File - Einstellungsdatei veröffentlichen - - - Publish Target - Veröffentlichungsziel - - - Publish profile saved to: {0} - Veröffentlichungsprofil gespeichert in: {0} - - - Publishing Changes - Änderungen werden veröffentlicht - - - Pulling DAB container image - Containerimage wird abgerufen - - - Pulling SQL Server Image - SQL Server-Image wird abgerufen - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - Das SQL Server-Containerimage wird abgerufen. Dies kann je nach Internetverbindung einige Minuten dauern. - - - Query - Abfrage - - - Query Editor - Abfrage-Editor - - - Query Editor shortcuts are managed by Visual Studio Code. - Tastenkombinationen für den Abfrage-Editor werden von Visual Studio Code verwaltet. - - - Query Execution - Abfrageausführung - - - Query Plan - Abfrageplan - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - Abfrageplan ({0}) - - - Query Plan ({0}) - {0} is the number of query plans - Abfrageplan ({0}) - - - Query Profiler - Abfrageprofiler - - - Query Profiler Session Status - Status der Abfrageprofiler-Sitzung - - - Query Profiler: No session - Abfrageprofiler: Keine Sitzung - - - Query Profiler: {0} - {0} is the file name or session name - Abfrageprofiler: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - Abfrage-Editor für „{0}“ - - - Query executed - Abfrage ausgeführt - - - Query execution failed - Fehler beim Ausführen der Abfrage - - - Query execution was canceled. - Die Abfrageausführung wurde abgebrochen. - - - Query failed - Fehler bei Abfrage. - - - Query succeeded - Abfrage erfolgreich - - - Query {0} - {0} is the Quick Query slot number - {0} abfragen - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - Abfrage {0}: Abfragekosten (in Relation zum Skript): {1}% - - - Quick Queries - Schnellabfragen - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - Tastenkombinationen für Schnellabfragen werden von Visual Studio Code verwaltet. - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - Der Schnellabfrage-Slot muss zwischen 1 und {0} liegen. - - - Quick filter all columns... - Alle Spalten schnell filtern... - - - REST - REST - - - REST API - REST-API - - - RESTORE WITH NORECOVERY - RESTORE WITH NORECOVERY - - - RESTORE WITH RECOVERY - RESTORE WITH RECOVERY - - - RESTORE WITH STANDBY - RESTORE WITH STANDBY - - - Read - Lesen - - - Read docs on Microsoft Learn - Dokumentation auf Microsoft Learn lesen - - - Read more - Weitere Informationen - - - Read-Only - Schreibgeschützt - - - Read-only SQL text editor - Schreibgeschützter SQL-Text-Editor - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - Schreibgeschützter, getrennter Modus für „{0}“. Ohne Datenbankverbindung können keine Live-Sitzungen erstellt oder gestartet werden. - - - Ready for import - Bereit zum Import - - - Readying container for connections. - Container für Verbindungen wird vorbereitet. - - - Readying container for connections... - Container für Verbindungen wird vorbereitet ... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - Empfangen von Erklärungen in natürlicher Sprache, um Entwicklern, die mit T-SQL nicht vertraut sind, zu helfen, Code zu verstehen - - - Recent Connections - Letzte Verbindungen - - - Recent connections list cleared - Die Liste der zuletzt verwendeten Verbindungen wurde gelöscht. - - - Record shortcut - Tastenkombination aufzeichnen - - - Recording shortcut - Aufzeichnungstastenkombination - - - Recovery Model - Wiederherstellungsmodell - - - Recovery state - Wiederherstellungsstatus - - - Redo - Wiederholen - - - Referenced column '{0}' not found - {0} is the column name - Die referenzierte Spalte "{0}" wurde nicht gefunden. - - - Referenced columns - Spalten, auf die verwiesen wird - - - Referenced schema - Schema, auf das verwiesen wird - - - Referenced table - Tabelle, auf die verwiesen wird - - - Referenced table '{0}' not found - {0} is the table name - Die referenzierte Tabelle "{0}" wurde nicht gefunden. - - - Refresh - Aktualisieren - - - Refresh Credentials - Anmeldeinformationen aktualisieren - - - Refresh dataset - Dataset aktualisieren - - - Region - Region - - - Register - Registrieren - - - Reject - Ablehnen - - - Reliability - Zuverlässigkeit - - - Reload Visual Studio Code - Visual Studio Code erneut laden - - - Relocate all files - Alle Dateien verschieben - - - Remind Me Later - Später erinnern - - - Remove - Entfernen - - - Remove Sort - Sortierung entfernen - - - Remove a connection profile - Ein Verbindungsprofil entfernen - - - Remove file - Datei entfernen - - - Remove filter - Filter entfernen - - - Remove filter for {0} - {0} is the column name - Filter für {0} entfernen - - - Remove from favorites - Aus Favoriten entfernen - - - Remove sort - Sortierung entfernen - - - Remove tag - Tag entfernen - - - Remove {0} - {0} is the object type - {0} entfernen - - - Rename - Umbenennen - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - Benennen Sie „{0}“ in „{1}“ um. - - - Rename Database - Datenbank umbenennen - - - Rename Options - Umbenennungsoptionen - - - Rename is not supported at this position. - Das Umbenennen wird an dieser Position nicht unterstützt. - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - Das Umbenennen wird nur für SQL-Dateien unterstützt, die Teil eines geöffneten SQL-Projekts sind. Öffnen Sie das Projekt zuerst im Bereich Datenbankprojekte. - - - Rename request failed: {0} - Fehler bei der Umbenennungsanforderung: {0} - - - Renaming database - Datenbank wird umbenannt - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - Die Datenbank „{0}“ wird in „{1}“ umbenannt ... - - - Replication - Replikation - - - Request a new feature - Neues Feature anfordern - - - Required - Erforderlich - - - Requirements: - Anforderungen: - - - Requires user authentication - Erfordert Benutzerauthentifizierung - - - Reset - Zurücksetzen - - - Reset to Defaults? - Auf Standardwerte zurücksetzen? - - - Resize - Größe ändern - - - Resize column '{0}' - {0} is the name of the column - Größe der Spalte „{0}“ ändern - - - Resize the active result grid column - Größe der aktiven Ergebnisrasterspalte ändern - - - Resource Group - Ressourcengruppe - - - Resource Group Name - Ressourcengruppenname - - - Resource Group is required - Ressourcengruppe erforderlich - - - Resource group name is required - Der Ressourcengruppenname ist erforderlich. - - - Resources - Ressourcen - - - Restore - Wiederherstellen - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - Wiederherstellen ({0}) - - - Restore Database - Datenbank wiederherstellen - - - Restore Panel Size - Panelgröße wiederherstellen - - - Restore as - Wiederherstellen als - - - Restore panel size - Panelgröße wiederherstellen - - - Restore properties pane - Eigenschaftenbereich wiederherstellen - - - Restrict access to the restored database - Einschränken des Zugriffs auf die wiederhergestellte Datenbank - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - Resultset-Batch {0} – Abfrage {1} - - - Result View - Ergebnisansicht - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - Tastenkombinationen für die Ergebnisansicht werden von der MSSQL-Erweiterung verwaltet. Sie können die Tastenzuordnungen hier direkt konfigurieren. - - - Results - Ergebnisse - - - Results ({0}) - {0} is the number of results - Ergebnisse ({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - Ergebnisse ({0}) - - - Results Preview - Ergebnisvorschau - - - Results Preview ({0}) - {0} is the number of preview results - Ergebnisvorschau ({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - Ergebnisvorschau ({0}) - - - Results exported successfully to {0} - {0} is the file path - Die Ergebnisse wurden erfolgreich nach „{0}“ exportiert - - - Results toolbar - Ergebnissymbolleiste - - - Resume - Fortsetzen - - - Resuming database - Datenbank wird fortgesetzt - - - Retry - Wiederholen - - - Reveal - Anzeigen - - - Reveal in Explorer - Im Explorer anzeigen - - - Reveal in Finder - Im Finder anzeigen - - - Reverse Alphabetical - Umgekehrt alphabetisch - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - Reverse Engineering vorhandener Datenbanken durch Erläuterung von SQL-Schemata und -Beziehungen - - - Revert - Zurücksetzen - - - Revert Cell - Zelle wiederherstellen - - - Revert Row - Zeile wiederherstellen - - - Revert this change to its original state - Diese Änderung rückgängig machen und den ursprünglichen Zustand wiederherstellen - - - Revert values to project defaults - Werte auf Projektstandardwerte zurücksetzen - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - Überprüfen oder schlagen Sie Änderungen der API-Konfiguration im Chat vor, und GitHub Copilot aktualisiert Ihre Konfiguration sofort im Daten-API-Generator. - - - Reviewing Copilot Change - Überprüfung der Copilot-Änderung - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - Rosetta ist erforderlich, um SQL Server-Containerimages auf Apple Silicon auszuführen. Aktivieren Sie „Rosetta für x86_64/amd64-Emulation auf Apple Silicon verwenden“ in Docker Desktop > Einstellungen > Allgemein. - - - Row created. - Zeile erstellt. - - - Row deleted. - Zeile gelöscht. - - - Row marked for removal. - Zeile, die zum Entfernen markiert ist. - - - Rows - Zeilen - - - Rows per page - Zeilen pro Seite - - - Rule disabled - Regel deaktiviert - - - Rule enabled - Regel aktiviert - - - Rule name - Regelname - - - Rules - Regeln - - - Run Query - Abfrage ausführen - - - Run Query History - Abfrageverlauf ausführen - - - Run a query for the current active SQL document - Eine Abfrage für das aktuell aktive SQL-Dokument ausführen - - - Run a query in the current editor, or switch to an editor that has results. - Führen Sie eine Abfrage im aktuellen Editor aus oder wechseln Sie zu einem Editor, der Ergebnisse enthält. - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - Abfrage auf Verbindung „{0}“ (ID: {1}) ausführen? - -Abfrage: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - Führen Sie gespeichertes SQL sofort mit benutzerdefinierten Tastenkombinationen aus. Verwenden Sie {arg}, um den ausgewählten Text im Abfrage-Editor einzufügen; andernfalls wird er der Abfrage angehängt. - - - Run, cancel, and create queries - Abfragen ausführen, abbrechen und erstellen - - - Running - Wird ausgeführt - - - Running a custom query will discard all pending changes. Do you want to continue? - Durch das Ausführen einer benutzerdefinierten Abfrage werden alle ausstehenden Änderungen verworfen. Möchten Sie fortfahren? - - - Running query is not supported when the editor is in multiple selection mode. - Das Ausführen einer Abfrage wird nicht unterstützt, wenn sich der Editor im Mehrfachauswahlmodus befindet. - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Abfrage wird auf Verbindung „{0}“ (ID: {1}) ausgeführt - - - Running: {0} - {0} is how long the query has been running - Wird ausgeführt: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - SQL-Analyseendpunkt - - - SQL Authentication - SQL-Authentifizierung - - - SQL Container Name - SQL-Containername - - - SQL Container Version - SQL-Containerversion - - - SQL Database - SQL-Datenbank - - - SQL Database Projects — Code Analysis - SQL-Datenbankprojekte – Code Analysis - - - SQL Login - SQL-Anmeldung - - - SQL Notebooks - SQL Notebooks - - - SQL Plan Files - SQL-Plandateien - - - SQL Server Container SA Password - Kennwort für SQL Server-Container-Sicherheitszuordnung - - - SQL Server admin password - SQL Server-Administratorkennwort - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server unterstützt keine Windows-Container. Wechseln Sie in den Einstellungen für den Docker-Desktop zu Linux-Containern. - - - SQL Server is required - SQL-Server ist erforderlich - - - SQL Server port number - SQL Server-Portnummer - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} – neueste Version - - - SQL Tools (MSSQL) - SQL Tools (MSSQL) - - - SQL database in Fabric - SQL-Datenbank in Fabric - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - SQLCMD-Variablen - - - SVG - SVG - - - Satisfied - Zufrieden - - - Saturation - Sättigung - - - Save - Speichern - - - Save .scmp file - SCMP-Datei speichern - - - Save As - Speichern unter - - - Save As... - Speichern unter... - - - Save Changes - Änderungen speichern - - - Save Connection Group - Verbindungsgruppe speichern - - - Save Password - Kennwort speichern - - - Save Password? If 'No', password will be required each time you connect - Kennwort speichern? Wenn Sie "Nein" angeben, muss das Kennwort bei jeder Verbindungsherstellung angegeben werden. - - - Save Plan - Plan speichern - - - Save Secret - Geheimnis speichern - - - Save as CSV - Als CSV speichern - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - Als CSV speichern ({0}) - - - Save as Excel - Als Excel-Datei speichern - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - Als Excel-Datei speichern ({0}) - - - Save as INSERT INTO - Als INSERT IN speichern - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - Als INSERT INTO speichern ({0}) - - - Save as JSON - Als JSON speichern - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - Als JSON speichern ({0}) - - - Save backup to URL - Sicherung speichern unter URL - - - Save connection profile changes without establishing a connection - Verbindungsprofiländerungen speichern, ohne eine Verbindung herzustellen. - - - Save password - Kennwort speichern - - - Save results as CSV - Ergebnisse als CSV speichern - - - Save results as Excel - Ergebnisse als Excel speichern - - - Save results as INSERT - Ergebnisse als INSERT speichern - - - Save results as JSON - Ergebnisse als JSON speichern - - - Save results command cannot be used with multiple selections. - Der Befehl "Ergebnisse speichern" kann nicht mit einer Mehrfachauswahl verwendet werden. - - - Save source and target, options, and excluded elements - Quelle und Ziel, Optionen und ausgeschlossene Elemente speichern - - - Save to Disk - Auf Datenträger speichern - - - Save to URL - Unter URL speichern - - - Save without connecting - Ohne Verbindung speichern - - - Saved - Gespeichert - - - Saved Connections - Gespeicherte Verbindungen - - - Saved results to {0} - {0} is the saved file path - Ergebnisse gespeichert in {0} - - - Saving... - Wird gespeichert… - - - Scaffold backend components (e.g., data-access layers) based on your current database context - Erstellen eines Gerüsts für Back-End-Komponenten (z. B. Datenzugriffsebenen) basierend auf Ihrem aktuellen Datenbankkontext - - - Scale - Skalieren - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Skalierungskonflikt zwischen „{0}“ und „{1}“ - - - Schema - Schema - - - Schema '{0}' is not available. - {0} is the schema name - Schema „{0}“ ist nicht verfügbar. - - - Schema Changes - Schemaänderungen - - - Schema Compare - Schemavergleich - - - Schema Compare Options - Optionen für Schemavergleich - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - Fehler beim Schemavergleich: "{0}" - - - Schema Designer - Schemadesigner - - - Schema Designer Model is ready. Changes can now be published. - Das Schema-Designer-Modell ist bereit. Änderungen können jetzt veröffentlicht werden. - - - Schema Designer with GitHub Copilot - Schema-Entwickler mit GitHub Copilot - - - Schema Diff - Schemadifferenz - - - Schema designer details are not available. - Details zum Schema-Designer sind nicht verfügbar. - - - Schema designer is not initialized. - Schemadesigner ist nicht initialisiert. - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - Schema-Designer geöffnet. Fahren Sie bei Schemamutationen mit {0} Vorgängen ({1}/{2}) fort. - - - Schema designer state changed. Fetch the latest schema and retry the operation. - Der Status des Schemadesigners hat sich geändert. Rufen Sie das neueste Schema ab und wiederholen Sie den Vorgang. - - - Schema designer state retrieved successfully. - Status des Schemadesigners erfolgreich abgerufen. - - - Schema designer updated successfully. - Der Schemadesigner wurde erfolgreich aktualisiert. - - - Schema is required - Schema ist erforderlich - - - Schema/Object Type - Schema/Objekttyp - - - Schemas - Schemas - - - Script - Skript - - - Script as Alter - Skript als Alter - - - Script as Create - Skript als Create - - - Script as Drop - Skript als Drop - - - Script as Execute - Skript als Execute - - - Script copied to clipboard - Skript in Zwischenablage kopiert - - - Script copied to clipboard. - Skript in Zwischenablage kopiert. - - - Search Database Objects - Datenbankobjekte durchsuchen - - - Search Database Objects - {0} - {0} is the server name - Datenbankobjekte durchsuchen – {0} - - - Search Workspaces - Arbeitsbereiche suchen - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - Nach Objektname oder Typ suchen (z. B. t:<name>, v:, f: oder sp:) - - - Search changes... - Änderungen suchen ... - - - Search connection groups - Verbindungsgruppen durchsuchen - - - Search extension shortcut - Verknüpfung für die Sucherweiterung - - - Search options - Suchoptionen - - - Search options... - Suchoptionen... - - - Search rules... - Regeln werden durchsucht… - - - Search settings... - Einstellungen suchen... - - - Search subscriptions... - Abonnements suchen ... - - - Search tables... - Tabellen durchsuchen... - - - Search values... - Werte durchsuchen ... - - - Search within {0} text content - {0} is the column name - In {0} Textinhalt suchen - - - Search workspaces... - Arbeitsbereiche suchen... - - - Search... - Suchen... - - - Searching... - Suche wird ausgeführt... - - - Seed sample data or import an existing schema - Beispieldaten einspielen oder ein vorhandenes Schema importieren - - - Select - Auswählen - - - Select All - Alles auswählen - - - Select Azure account with Key Vault access for column decryption - Auswählen eines Azure-Kontos mit Key Vault Zugriff für die Spaltenentschlüsselung - - - Select Connection - Verbindung auswählen - - - Select Database - Datenbank auswählen - - - Select Max vCores - Max. virtuelle Kerne auswählen - - - Select Profile - Profil auswählen - - - Select Source - Quelle auswählen - - - Select Source Schema - Quellschema auswählen - - - Select Target - Ziel auswählen - - - Select Target Schema - Zielschema auswählen - - - Select Top 1000 - Oberste 1000 auswählen - - - Select XEL File - XEL-Datei auswählen - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - Wählen Sie ein Microsoft Entra ID-Konto aus, das mit dieser Verbindung verwendet werden soll. Die ursprünglichen Kontoinformationen aus Azure Data Studio sind unten aufgeführt, aber Sie können ein anderes Konto wählen. - - - Select a Workspace - Arbeitsbereich auswählen - - - Select a blob - Blob auswählen - - - Select a blob container - Blobcontainer auswählen - - - Select a collation - Sortierung auswählen - - - Select a connection group - Verbindungsgruppe auswählen - - - Select a connection to use as the default - Wählen Sie eine Verbindung aus, die als Standard verwendet werden soll. - - - Select a data source - Datenquelle auswählen - - - Select a database - Datenbank auswählen - - - Select a database for profiling (Azure SQL requires a specific database) - Wählen Sie eine Datenbank für die Profilerstellung aus (Azure SQL erfordert eine bestimmte Datenbank) - - - Select a file - Datei auswählen - - - Select a folder - Ordner auswählen - - - Select a location for the resource group - Wählen Sie einen Standort für die Ressourcengruppe aus. - - - Select a maintenance window - Wartungsfenster auswählen - - - Select a profiler template - Profiler-Vorlage auswählen - - - Select a resource group - Ressourcengruppe auswählen - - - Select a server - Server auswählen - - - Select a session first - Zuerst eine Sitzung auswählen - - - Select a session... - Sitzung auswählen... - - - Select a storage account - Speicherkonto auswählen - - - Select a subscription - Abonnement auswählen - - - Select a subscription to view servers in it. - Wählen Sie ein Abonnement aus, um die Server darin anzuzeigen. - - - Select a tenant - Mandant auswählen - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Wählen Sie eine gültige {0} aus der Dropdownliste aus - - - Select a workspace to view the databases in it. - Wählen Sie einen Arbeitsbereich aus, um die darin enthaltenen Datenbanken anzuzeigen. - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Wählen Sie einen {0} für die Filterung aus - - - Select account - Konto auswählen - - - Select all - Alle auswählen - - - Select all cells in the active grid - Alle Zellen im aktiven Raster auswählen - - - Select all entities - Alle Entitäten auswählen - - - Select all options - Alle Optionen auswählen - - - Select all {0} - {0} is the action name (Create, Read, etc.) - Alle {0} auswählen - - - Select an account - Konto auswählen - - - Select an account for authentication - Konto für die Authentifizierung auswählen - - - Select an extension to manage connection sharing permissions - Wählen Sie eine Erweiterung aus, um die Berechtigungen für die gemeinsame Verbindungsnutzung zu verwalten. - - - Select an operation - Vorgang auswählen - - - Select column - Spalte auswählen - - - Select file to import - Zu importierende Datei auswählen - - - Select image - Image auswählen - - - Select location - Standort auswählen - - - Select new permission for extension: '{0}' - {0} is the extension name - Neue Berechtigung für Erweiterung „{0}“ auswählen - - - Select or clear all connection groups - Alle Verbindungsgruppen auswählen oder abwählen - - - Select or clear all connections - Alle Verbindungen auswählen oder abwählen - - - Select package file - Paketdatei auswählen - - - Select profile to edit - Profil zum Bearbeiten auswählen - - - Select profile to remove - Wählen Sie das Profil aus, das entfernt werden soll. - - - Select row - Zeile auswählen - - - Select session - Sitzung auswählen - - - Select subscriptions - Abonnements auswählen - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - Wählen Sie die Azure Data Studio settings.json-Datei aus, um Verbindungsgruppen und Verbindungen zu scannen. - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - Wählen Sie die HTTP-Methode aus, die diese gespeicherte Prozedur ausführen können. DAB wird standardmäßig auf POST festgelegt. - - - Select the SQL Server Container Image - SQL Server-Containerimage auswählen - - - Select the entire current column - Gesamte aktuelle Spalte auswählen - - - Select the entire current row - Gesamte aktuelle Zeile auswählen - - - Select the target schema - Zielschema auswählen - - - Selected - Ausgewählt - - - Selected Microsoft Entra account removed successfully. - Das ausgewählte Microsoft Entra-Konto wurde erfolgreich entfernt. - - - Selected Path - Ausgewählter Pfad - - - Selected backup file does not contain a valid database backup - Die ausgewählte Sicherungsdatei enthält keine gültige Datenbanksicherung. - - - Selected query-editor text - Ausgewählter Text des Abfrage-Editors - - - Selection - Auswahl - - - Sequelize - Sequelize - - - Serialization failed - Serialisierung fehlgeschlagen - - - Server - Server - - - Server - {0} - {0} is the server name - Server – {0} - - - Server Connections - Serververbindungen - - - Server Edition - Server Edition - - - Server Name - Servername - - - Server Version - Serverversion - - - Server connection in progress. Do you want to cancel? - Die Serververbindung wird hergestellt. Möchten Sie den Vorgang abbrechen? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - Der Server konnte nicht gestartet werden. Möglicherweise handelt es sich um einen Berechtigungsfehler oder eine Inkompatibilität auf Ihrem System. Sie können versuchen, die Gerätecodeauthentifizierung über die Einstellungen zu aktivieren. - - - Server is required - Der Server ist erforderlich. - - - Server name is required - Der Servername ist erforderlich. - - - Server name not set. - Der Servername ist nicht festgelegt. - - - Server name or ADO.NET connection string - Servername oder ADO.NET-Verbindungszeichenfolge - - - Server {0} not found. - {0} is the server name - Server „{0}“ nicht gefunden. - - - Serverless - Serverlos - - - Service installation failed. - Fehler bei der Dienstinstallation. - - - Service tier - Dienstebene - - - Session - Sitzung - - - Session creation timed out - Timeout bei der Sitzungserstellung - - - Session name can only contain letters, numbers, underscores, and hyphens - Der Sitzungsname darf nur Buchstaben, Zahlen, Unterstriche und Bindestriche enthalten. - - - Session name cannot be empty - Der Sitzungsname darf nicht leer sein - - - Session name must be {0} characters or less - {0} is the maximum length - Der Sitzungsname darf nicht mehr als {0} Zeichen umfassen. - - - Session not running - Die Sitzung wird nicht ausgeführt. - - - Set Default - Standard festlegen - - - Set Null - NULL festlegen - - - Set backup Compression - Backupkomprimierung festlegen - - - Set backup Media Set - Backup-Mediensatz festlegen - - - Set backup retain days - Aufbewahrungsdauer der Sicherung in Tagen festlegen - - - Setting - Einstellung - - - Setting up - Wird eingerichtet - - - Setting up container - Einrichten von Containern - - - Settings - Einstellungen - - - Settings and Keybindings - Einstellungen und Tastenzuordnungen - - - Settings are fixed for free tier. - Die Einstellungen sind für den Free-Tarif festgelegt. - - - Settings for {0} - {0} is the entity name - Einstellungen für {0} - - - Severity - Schweregrad - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - Schweregrad für {0} - - - Shortcut - Tastenkombination - - - Shortcuts Configuration - Tastenkombinationskonfiguration - - - Shortcuts Configuration (Preview) - Tastenkombinationskonfiguration (Vorschau) - - - Shortcuts configuration page - Seite für die Tastenkombinationskonfiguration - - - Show All - Alle anzeigen - - - Show Changes - Änderungen anzeigen - - - Show Confirm Password - Kennwort zur Bestätigung anzeigen - - - Show Definition - Definition anzeigen - - - Show Estimated Plan - Geschätzten Plan anzeigen - - - Show MSSQL output - MSSQL-Ausgabe anzeigen - - - Show Menu - Menü anzeigen - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - Menü anzeigen ({0}) - - - Show New Password - Neues Kennwort anzeigen - - - Show SQL - SQL anzeigen - - - Show SQL Pane - SQL-Bereich anzeigen - - - Show Schema - Schema anzeigen - - - Show a random table definition - Zufällige Tabellendefinition anzeigen - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - Alle Schnellabfrage-Tastenkombinationen in den VS Code-Tastenkombinationen anzeigen - - - Show all columns - Alle Spalten anzeigen - - - Show full error message - Vollständige Fehlermeldung anzeigen - - - Show masked command (hides sensitive information) - Maskierten Befehl anzeigen (vertrauliche Informationen ausblenden) - - - Show or hide the query result panel - Abfrageergebnisbereich ein- oder ausblenden - - - Show password - Kennwort anzeigen - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Schema für Verbindung „{0}“ (ID: {1}) anzeigen? - - - Show table relationships - Tabellenbeziehungen anzeigen - - - Show unmasked command (reveals sensitive information) - Unmaskierten Befehl anzeigen (zeigt vertrauliche Informationen an) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Schema für Verbindung „{0}“ (ID: {1}) wird angezeigt - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - Es werden {0} von {1} Ereignissen angezeigt - - - Showplan XML - Showplan-XML - - - Sign In - Anmelden - - - Sign in - Anmelden - - - Sign in and retry - Anmelden und erneut versuchen - - - Sign in to a new account - Anmelden bei einem neuen Konto - - - Sign in to your Azure subscription - Melden Sie sich bei Ihrem Azure-Abonnement an. - - - Sign in to your Azure subscription in one of the sovereign clouds. - Melden Sie sich in einer der Sovereign Clouds bei Ihrem Azure-Abonnement an. - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - Melden Sie sich mit einem Gerätecode bei Ihrem Azure-Abonnement an. Verwenden Sie diese Option für Einrichtungen, bei denen der Anmeldebefehl nicht funktioniert. - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - Melden Sie sich mit der Entra ID „{0}“ an. - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - Melden Sie sich mit Ihrem Microsoft Entra ID-Konto an, auch mit Konten, die eine Multi-Faktor-Authentifizierung verwenden. Klicken Sie auf das Info-Symbol, um weitere Informationen zu erhalten. - - - Sign into Azure - Anmelden bei Azure - - - Sign into Azure in order to add a firewall rule. - Melden Sie sich bei Azure an, um eine Firewallregel hinzuzufügen. - - - Sign into Fabric - Bei Fabric anmelden - - - Sign into additional accounts - Bei zusätzlichen Konten anmelden - - - Sign into tenant - Anmelden beim Mandanten - - - Signing in to Azure as {0}... - {0} is the account name - Anmeldung bei Azure als {0} wird durchgeführt … - - - Simple - Einfach - - - Simple Container Management - Einfache Containerverwaltung - - - Smart performance - Intelligente Leistung - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - Einige Verbindungen oder Gruppen enthalten unvollständige Informationen. Sie können fortfahren, müssen diese Verbindungen aber möglicherweise später vor dem Verbinden bearbeiten. - - - Sort - Sortieren - - - Sort Ascending - Aufsteigend sortieren - - - Sort Descending - Absteigend sortieren - - - Sort ascending - Aufsteigend sortieren - - - Sort column - Spalte sortieren - - - Sort descending - Absteigend sortieren - - - Source - Quelle - - - Source Column - Quellspalte - - - Source Database - Quelldatenbank - - - Source Name - Quellname - - - Source: {0} - {0} is the fully qualified DAB source object name - Quelle: {0} - - - Source: {0} - {0} is the task source - Quelle: {0} - - - Specifies whether the column is included in the primary key for the table. - Gibt an, ob die Spalte in den Primärschlüssel für die Tabelle eingeschlossen ist. - - - Specifies whether the column may have a NULL value. - Gibt an, ob die Spalte einen NULL-Wert aufweisen darf. - - - Specify Input File - Eingabedatei angeben - - - SqlPackage Command - SqlPackage-Befehl - - - Standby file - Standbydatei - - - Start - Start - - - Start IP Address - Start-IP-Adresse - - - Start Time - Startzeit - - - Start profiling session - Profilerstellungssitzung starten - - - Start, stop, and remove containers directly from the extension. - Starten, beenden und entfernen Sie Container direkt aus der Erweiterung. - - - Started executing query at - Abfrageausführung gestartet um - - - Started query execution for document "{0}" - {0} is the document name - Die Abfrageausführung für Dokument "{0}" wurde gestartet. - - - Started saving results to {0} - {0} is the file path - Ergebnisse werden gespeichert in {0} - - - Starting '{0}'... - {0} is the service name - „{0}“ wird gestartet... - - - Starting Container... - Container wird gestartet... - - - Starting DAB container - DAB-Container wird gestartet - - - Starting Docker Desktop - Docker Desktop wird gestartet - - - Starting Docker... - Docker wird gestartet ... - - - Starting {0}... - {0} is the container name - „{0}“ wird gestartet... - - - Starts With - Beginnt mit - - - Starts with - Beginnt mit - - - Status - Status - - - Status: {0} - {0} is the task status - Status: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - Schritt {0} von {1} - - - Stop - Beenden - - - Stop session - Sitzung beenden - - - Stopped - Beendet - - - Stopping Container... - Container wird beendet... - - - Stopping profiler session "{0}"... - {0} is the session name - Die Profiler-Sitzung „{0}“ wird beendet... - - - Storage - Speicher - - - Storage Account - Speicherkonto - - - Storage Account is required - Speicherkonto ist erforderlich - - - Stored Procedure - Gespeicherte Prozedur - - - Stored Procedures - Gespeicherte Prozeduren - - - Stored procedure GraphQL operation - GraphQL-Vorgang für gespeicherte Prozedur - - - Stored procedure REST methods - REST-Methoden für gespeicherte Prozeduren - - - Submit - Übermitteln - - - Submit an issue - Problem übermitteln - - - Subscription - Abonnement - - - Subscription is required - Abonnement ist erforderlich - - - Subtree Cost - Unterstrukturkosten - - - Succeeded - Erfolgreich - - - Succeeded with warning - Erfolgreich mit Warnung - - - Successfully changed to database: {0} - {0} is the database name - Erfolgreich in Datenbank geändert: {0} - - - Successfully connected to server. - Die Verbindung mit dem Server wurde erfolgreich hergestellt. - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - Token für Verbindung {0} mit URI {1}, {2} wurde erfolgreich aktualisiert - - - Successfully saved results to {0} - {0} is the file path - Ergebnisse wurden erfolgreich in "{0}" gespeichert. - - - Sum - Summe - - - Sum: {0} - {0} is the sum - Summe: {0} - - - Summary - Zusammenfassung - - - Summary loading canceled - Laden der Zusammenfassung wurde abgebrochen - - - Summary loading was canceled by user - Laden der Zusammenfassung wurde vom Benutzer abgebrochen - - - Switch Direction - Richtung wechseln - - - Switch Source and Target - Quelle und Ziel wechseln - - - Switch between result panes and tabs - Zwischen Ergebnisbereichen und Registerkarten wechseln - - - Switch results view - Ergebnisansicht wechseln - - - Switch to Grid View - Zur Rasteransicht wechseln - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - Zur Rasteransicht wechseln ({0}) - - - Switch to MSAL - Zu MSAL wechseln - - - Switch to Messages tab - Zur Registerkarte „Nachrichten“ wechseln - - - Switch to Query Plan tab - Zur Registerkarte „Abfrageplan“ wechseln - - - Switch to Results tab - Zur Registerkarte „Ergebnisse“ wechseln - - - Switch to Text View - Zur Textansicht wechseln - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - Zur Textansicht wechseln ({0}) - - - Switched to {0} - {0} is the connection label - Gewechselt zu {0} - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - Der Wechsel zu Linux-Containern wurde abgebrochen. SQL Server unterstützt nur Linux-Container. - - - Synchronous resize - Synchrone Größenänderung - - - System databases - Systemdatenbanken - - - T-SQL - T-SQL - - - Table - Tabelle - - - Table '{0}' already exists - {0} is the table name - Die Tabelle "{0}" ist bereits vorhanden. - - - Table '{0}' not found - {0} is the table name - Tabelle "{0}" nicht gefunden - - - Table Diagram - Tabellendiagramm - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - Der Tabellenexplorer für „{0}“ enthält nicht gespeicherte Änderungen. Möchten Sie diese speichern oder verwerfen? - - - Table Name - Tabellenname - - - Table Schema - Tabellenschema - - - Table added to schema designer successfully. - Tabelle erfolgreich zum Schemadesigner hinzugefügt. - - - Table deleted from schema designer successfully. - Tabelle erfolgreich aus dem Schemadesigner gelöscht. - - - Table id already exists. - Die Tabellen-ID ist bereits vorhanden. - - - Table must include at least one column. - Die Tabelle muss mindestens eine Spalte enthalten. - - - Table name - Tabellenname - - - Table name cannot be empty - Das Feld für den Tabellennamen darf nicht leer sein - - - Table name is required - Der Tabellenname ist erforderlich. - - - Table updated in schema designer successfully. - Tabelle im Schemadesigner erfolgreich aktualisiert. - - - Tables - Tabellen - - - Tag keys must be unique. - Tagschlüssel müssen eindeutig sein. - - - Tags - Kategorien - - - Tail-log backup - Sicherung des Protokollfragments - - - Tail-log backup file - Sicherungsdatei des Protokollfragments - - - Take Survey - An Umfrage teilnehmen - - - Take tail-log backup before restore - Sicherung des Protokollfragments vor der Wiederherstellung verwenden - - - Target - Ziel - - - Target Database - Zieldatenbank - - - Target Name - Zielname - - - Target Table - Zieltabelle - - - Target: {0} - {0} is the task target location - Ziel: {0} - - - Task log is unavailable. - Das Aufgabenprotokoll ist nicht verfügbar. - - - Task: {0} - {0} is the task name - Aufgabe: {0} - - - Tenant - Mandant - - - Tenant ID - Mandanten-ID - - - Tenant ID is required - Die Mandanten-ID ist erforderlich. - - - Tenant is required - Ein Mandant ist erforderlich. - - - Terms & Conditions - Nutzungsbedingungen - - - Test connecting with the current settings - Verbindung mit den aktuellen Einstellungen testen - - - Test connection - Verbindung testen - - - Testing connection profile... - Verbindungsprofil wird getestet... - - - Testing... - Test wird durchgeführt ... - - - Text - Text - - - Text View - Textansicht - - - Text tab - displays SQL text data - Registerkarte „Text“ – zeigt SQL-Textdaten an - - - The Application (Client) ID of your Microsoft Entra app registration. - Die Anwendungs-ID (Client-ID) Ihrer Microsoft Entra-App-Registrierung. - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - Der Abfrageprofiler unterstützt jetzt SQL-Datenbanken in Microsoft Fabric-Verbindungen mit neuen Azure SQL-Datenbankvorlagen, einschließlich {code-snippet-0}, für leichtgewichtiges T-SQL-Profiling. - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - Die SQL Server-Erweiterung konnte nicht gestartet werden, da der erforderliche Hintergrunddienst nicht gestartet werden konnte. Installieren Sie das Offline-VSIX für Ihr Betriebssystem, oder überprüfen Sie Ihre Netzwerkverbindung und versuchen Sie es erneut. Details: {0} - - - The XEL file was not found. - Die XEL-Datei wurde nicht gefunden. - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - Das Verhalten, wenn ein Benutzer versucht, eine Zeile mit Daten zu löschen, die an einer Fremdschlüsselbeziehung beteiligt sind. - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - Das Verhalten, wenn ein Benutzer versucht, eine Zeile mit Daten zu aktualisieren, die an einer Fremdschlüsselbeziehung beteiligt sind. - - - The client secret for your Microsoft Entra app registration. - Der geheime Clientschlüssel für Ihre Microsoft Entra-App-Registrierung. - - - The columns of the index. - Die Spalten des Index. - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - Die in „mssql.defaultConnectionId“ festgelegte Verbindungs-ID „{0}“ stimmt mit keinem bekannten Verbindungsprofil überein. Neue Editoren greifen auf die Übertragung der aktiven Verbindung zurück. - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - Für die Verbindung mit der ID „{0}“ ist die Eigenschaft „server“ nicht festgelegt. Sie wird ignoriert. Legen Sie die Eigenschaft „server“ für diese Verbindung fest, um sie zu verwenden. - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - Die benutzerdefinierte Cloudauswahl ist nicht konfiguriert. Konfigurieren Sie die Einstellung „{0}“. - - - The description of the check constraint. - Die Beschreibung der Check-Einschränkung. - - - The description of the foreign key. - Die Beschreibung des Fremdschlüssels. - - - The description of the index. - Die Beschreibung des Indexes. - - - The description of the primary key. - Die Beschreibung des Primärschlüssels. - - - The expression defining the check constraint. - Der Ausdruck, durch den die CHECK-Einschränkung definiert wird. - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - Die Erweiterung „{0}“ fordert Zugriff auf Ihre SQL Server-Verbindungen an. Dadurch kann sie Abfragen ausführen und auf Ihre Datenbank zugreifen. - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Der erste Wert muss kleiner als der zweite Wert für den {0}-Operator im {1}-Filter sein. - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Der erste Wert muss für den {0}-Operator im {1}-Filter festgelegt werden. - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - In den folgenden Verbindungen mit Arbeitsbereichen oder Arbeitsbereichsordnern fehlt die Eigenschaft „id“. Sie werden ignoriert. Fügen Sie die Eigenschaft „id“ manuell zur Verbindung hinzu, um sie zu verwenden. - - {0} - - - The language model did not return any output. - Das Sprachmodell hat keine Ausgabe zurückgegeben. - - - The mapping between foreign key columns and primary key columns. - Die Zuordnung zwischen Fremdschlüsselspalten und Primärschlüsselspalten. - - - The maximum length (in characters) that can be stored in this database object. - Die maximale Länge (in Zeichen), die in diesem Datenbankobjekt gespeichert werden kann. - - - The name of the check constraint. - Der Name der Check-Einschränkung. - - - The name of the column object. - Der Name des Spaltenobjekts. - - - The name of the column. - Der Name der Spalte. - - - The name of the foreign key. - Der Name des Fremdschlüssels. - - - The name of the index. - Der Name des Indexes. - - - The query results panel failed to load. Please try running the query again. - Der Bereich für Abfrageergebnisse konnte nicht geladen werden. Bitte führen Sie die Abfrage erneut aus. - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - Die Liste der zuletzt verwendeten Verbindungen wurde gelöscht, aber beim Löschen einiger zugeordneter Anmeldeinformationen sind Fehler aufgetreten. Zeigen Sie die Fehler im MSSQL-Ausgabekanal an. - - - The requested model could not be found. Please check model availability or try a different model. - Das angeforderte Modell wurde nicht gefunden. Überprüfen Sie die Modellverfügbarkeit, oder versuchen Sie es mit einem anderen Modell. - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Der zweite Wert muss für den {0}-Operator im {1}-Filter festgelegt werden. - - - The selected file is not a valid XEL file. - Die ausgewählte Datei ist keine gültige XEL-Datei. - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - Das ausgewählte Profil authentifiziert sich mit Entra ID „{0}“, aber dieses Konto ist nicht bei der MSSQL-Erweiterung angemeldet. Bearbeiten Sie die Verbindung oder melden Sie sich mit diesem Konto in MSSQL an, um eine Verbindung herzustellen. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - Das ausgewählte Profil authentifiziert sich mit Entra ID „{0}“ im Mandanten „{1}“, aber dieses Konto ist über die VS Code-Anmeldung nicht verfügbar. Bearbeiten Sie die Verbindung oder melden Sie sich mit diesem Konto in VS Code an, um eine Verbindung herzustellen. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - Das ausgewählte Profil authentifiziert sich mit Entra ID „{0}“ im Mandanten „{1}“, aber dieses Konto ist nicht bei der MSSQL-Erweiterung angemeldet. Bearbeiten Sie die Verbindung oder melden Sie sich mit diesem Konto in MSSQL an, um eine Verbindung herzustellen. - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - Das ausgewählte Profil authentifiziert sich mit Entra ID „{0}“, aber dieses Konto ist über die VS Code-Anmeldung nicht verfügbar. Bearbeiten Sie die Verbindung oder melden Sie sich mit diesem Konto in VS Code an, um eine Verbindung herzustellen. - - - The table which contains the primary or unique key column. - Die Tabelle, die die PRIMARY KEY- oder UNIQUE KEY-Spalte enthält. - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - Der {0}-Dienst ist abgestürzt. Details: {1} - - - There was an error updating the project - Bei der Aktualisieren des Projekts ist ein Fehler aufgetreten. - - - This connection does not have a display name in Azure Data Studio. - Diese Verbindung hat keinen Anzeigenamen in Azure Data Studio. - - - This connection's group has not been selected, so this connection will be imported to the root. - Die Gruppe dieser Verbindung wurde nicht ausgewählt, daher wird diese Verbindung in den Stammordner importiert. - - - This database name is already in use. Please choose a different name. - Dieser Datenbankname wird bereits verwendet. Wählen Sie einen anderen Namen aus. - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - Diese Nachricht konnte nicht verarbeitet werden. Wenn das Problem weiterhin besteht, überprüfen Sie die Protokolle und erstellen Sie ein Issue auf GitHub. - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - Durch diesen Vorgang wurde die Eingabedateistruktur analysiert, um die nachstehende Vorschau für die ersten 50 Zeilen zu generieren. - - - This server only supports Microsoft Entra ID authentication. - Dieser Server unterstützt nur die Microsoft Entra ID-Authentifizierung. - - - This server only supports SQL Authentication. - Dieser Server unterstützt nur die SQL-Authentifizierung. - - - This server supports Microsoft Entra ID and SQL Authentication. - Dieser Server unterstützt nur die Microsoft Entra ID- und SQL-Authentifizierung. - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - Diese Tastenkombination erfordert, dass ausgewählter Text als Parameter übergeben wird. Wählen Sie Text im SQL-Editor aus, und führen Sie die Tastenkombination dann erneut aus. - - - This value was not provided in the Azure Data Studio settings file. - Dieser Wert wurde in der Azure Data Studio-Einstellungsdatei nicht angegeben. - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - Dadurch wird ein Daten-API-Generator-Container lokal mithilfe von Docker bereitgestellt. Der Container macht {0}-APIs basierend auf Ihrer Konfiguration verfügbar. - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - Hierdurch werden alle Regeln auf ihren Standard-Schweregrad zurückgesetzt und „Code Analysis beim Erstellen aktivieren“ deaktiviert. Dies kann nicht rückgängig gemacht werden. Möchten Sie den Vorgang fortsetzen? - - - Time - Zeit - - - Timestamp - Zeitstempel - - - To - Label for the end IP address in the firewall rule IP range - Bis - - - To compare two schemas, first select a source schema and target schema, then press compare. - Um zwei Schemas zu vergleichen, wählen Sie zunächst ein Quellschema und ein Zielschema aus. Klicken Sie anschließend auf "Vergleichen". - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - Öffnen Sie zum Verwenden dieses Befehls eine SQL-Datei – oder – Ändern Sie die Editorsprache in "SQL" – oder – Wählen Sie im aktiven SQL-Editor "T-SQL-Text" aus. - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - Um diesen Befehl zu verwenden, müssen Sie die Sprache auf "SQL" festlegen. Bestätigen Sie die Änderung des Sprachmodus. - - - Toggle Actual Plan - Zu tatsächlichem Plan umschalten - - - Toggle Query Result Panel - Abfrageergebnisbereich umschalten - - - Toggle SQLCMD Mode - „SQLCMD“-Modus umschalten - - - Toggle Sort - Sortieren umschalten - - - Toggle Tooltips - QuickInfos umschalten - - - Toggle actual execution plan collection for SQL queries - Erfassung des tatsächlichen Ausführungsplans für SQL-Abfragen aktivieren oder deaktivieren - - - Toggle all entities in {0} - {0} is the schema name - Alle Entitäten in {0} umschalten - - - Toggle between grid and text view - Zwischen Raster- und Textansicht umschalten - - - Toggle columns for {0} - {0} is the entity name - Spalten für {0} umschalten - - - Toggle dark mode - Dunklen Modus umschalten - - - Toggle filter row - Filterzeile umschalten - - - Toggle pre-header row - Zeile vor der Kopfzeile umschalten - - - Toggle selection for {0} - {0} is the connection display name - Auswahl für „{0}“ umschalten - - - Toggle selection for {0} - {0} is the connection group name - Auswahl für „{0}“ umschalten - - - Toggle sort - Sortieren umschalten - - - Toggle sorting for the active column - Sortierung für die aktive Spalte umschalten - - - Token refreshed successfully. - Token erfolgreich aktualisiert. - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - Toolsuche für: {0} – {1}. - - - Total execution time: {0} - {0} is the elapsed time - Ausführungszeit gesamt: {0} - - - Total rows to fetch: - Gesamtzahl der abzurufenden Zeilen: - - - Transaction Log - Transaktionsprotokoll - - - Transfer active connection (Default) - Aktive Verbindung übertragen (Standard) - - - Truncate the transaction log - Transaktionsprotokoll abschneiden - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - Testen Sie Azure SQL-Datenbank kostenlos mit unserem kostenlosen Tarifangebot! Stellen Sie eine vollständig verwaltete Clouddatenbank direkt aus VS Code bereit. - - - Try adjusting your search or filters - Versuchen Sie, Ihre Suche oder Filter anzupassen - - - Try it - Ausprobieren - - - Try searching by command name, description, or keybinding. - Versuchen Sie, nach Befehlsname, Beschreibung oder Tastenkombination zu suchen. - - - Type - Typ - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - URL in Zwischenablage kopiert - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - Für das ausgewählte Konto kann kein Microsoft Entra-Token von VS Code abgerufen werden: {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - Es kann kein gültiges Token abgerufen werden. (läuft ab: {0}, ist aber zurzeit {1}) - - - Unable to determine the server authentication type. - Der Authentifizierungstyp des Servers kann nicht bestimmt werden. - - - Unable to execute the command while the extension is initializing. Please try again later. - Der Befehl kann während der Initialisierung der Erweiterung nicht ausgeführt werden. Versuchen Sie es später noch einmal. - - - Unable to expand. Please check logs for more information. - Erweiterung nicht möglich. Weitere Informationen finden Sie in den Protokollen. - - - Unable to load backup configuration. Please try again. - Sicherungskonfiguration kann nicht geladen werden. Versuchen Sie es erneut. - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - Die Liste der Datenbanken kann nicht vom Server geladen werden: {0} Sie können den Datenbanknamen direkt eingeben. - - - Unable to open Table Explorer: No target node provided. - Tabellenexplorer kann nicht geöffnet werden: Kein Zielknoten angegeben. - - - Unable to read proxy agent options. - Proxy-Agent-Optionen können nicht gelesen werden. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - Die Datenbankliste konnte nicht abgerufen werden. Möglicherweise besteht keine Berechtigung, Datenbanken auf diesem Server aufzulisten. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - Die Datenbankliste konnte nicht abgerufen werden. Möglicherweise besteht keine Berechtigung, Datenbanken auf diesem Server aufzulisten. Wenn Ihre Verbindung eine Datenbank angibt, wird diese vorausgewählt. - - - Unavailable for backups to existing files - Für Backups in vorhandene Dateien nicht verfügbar - - - Understand and document business logic embedded in stored procedures, views, and functions - Verstehen und Dokumentieren von Geschäftslogik, die in gespeicherte Prozeduren, Ansichten und Funktionen eingebettet ist - - - Undo - Rückgängig machen - - - Undo All - Alles rückgängig machen - - - Undo All Copilot Changes - Alle Copilot-Änderungen rückgängig machen - - - Unfreeze columns - Spaltenfixierung aufheben - - - Unfreeze columns/rows - Fixierung von Spalten/Zeilen aufheben - - - Unknown - Unbekannt - - - Unknown Connection - Unbekannte Verbindung - - - Unknown account - Unbekanntes Konto - - - Unknown deployment step: {0} - {0} is the deployment step number - Unbekannter Bereitstellungsschritt: {0} - - - Unknown error - Unbekannter Fehler. - - - Unknown magic command: %%{0} - {0} is the magic command name - Unbekannter Magic-Befehl: %%{0} - - - Unknown object management dialog. - Unbekannter Dialog für die Objektverwaltung. - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - Unbekannter Vorgang: {0} Unterstützte Vorgänge: add_table, update_table, delete_table, replace_schema, get_schema - - - Unknown tenant ID - Unbekannte Mandanten-ID - - - Unnamed Profile - Unbenannte Profile - - - Unsaved Changes - Nicht gespeicherte Änderungen - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - Nicht unterstützte Architektur für Docker: {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - Nicht unterstützter Authentifizierungstyp in der Verbindungszeichenfolge: {0}. Es werden nur die Authentifizierungsmethoden „SQL-Anmeldung“, „Integriert“, „Azure MFA“ und „Active Directory-Standard“ unterstützt. - - - Unsupported by Data API builder. - Wird vom Daten-API-Generator nicht unterstützt. - - - Unsupported data types detected - Nicht unterstützte Datentypen erkannt - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - Nicht unterstützte Plattform für Docker: {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - Bis zu 10 Datenbanken mit 100.000 V-Kerne-Sekunden, 32 GB Speicher und monatlich erneuerten Backups. - - - Update - Aktualisieren - - - Update Database - Datenbank aktualisieren - - - Update Script - Skript aktualisieren - - - Updating IntelliSense... - IntelliSense wird aktualisiert... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - Die Nutzungslimits wurden überschritten. Versuchen Sie es später noch mal, oder erwägen Sie, Ihre Anforderungen zu optimieren. - - - Use Microsoft Entra ID authentication to provision and connect to this database. - Verwenden Sie die Microsoft Entra ID-Authentifizierung, um diese Datenbank bereitzustellen und eine Verbindung mit ihr herzustellen. - - - Use SQL Authentication with a valid username and password. - Verwenden Sie die SQL-Authentifizierung mit einem gültigen Benutzernamen und Kennwort. - - - Use T-SQL intellisense and syntax error checking on current document - T-SQL-IntelliSense und Syntaxfehlerprüfung im aktuellen Dokument verwenden - - - Use discount code {0} to save €200 on registration. - Verwenden Sie den Rabattcode {0}, um bei der Registrierung 200 € zu sparen. - - - Use encryption for this backup - Für dieses Backup Verschlüsselung verwenden - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - Format verwenden: JJJJ-MM-TT HH:mm:ss[.SSS] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - Verwenden Sie natürliche Sprache, um Datenbankschemas direkt im visuellen Schemaentwickler zu entwerfen. Erstellen Sie Schemas von Grund auf, entwickeln Sie bestehende Designs weiter, überprüfen Sie Änderungen über eine Diff-Ansicht und importieren Sie externe Artefakte – alles wird live im visuellen Diagramm und im T-SQL-Skript angezeigt. - - - Use the default server setting - Standardservereinstellung verwenden - - - Use {0} to create a new connection. - {0} is the connect command - {0} verwenden, um eine neue Verbindung zu erstellen. - - - Used in API routes and responses - Wird in API-Routen und -Antworten verwendet - - - User - Benutzende Person - - - User ID - Benutzer-ID - - - User Name - Benutzername - - - User databases - Benutzerdatenbanken - - - User name - Benutzername - - - User name (SQL Login) - Benutzername (SQL-Anmeldung) - - - User name is required - Der Benutzername ist erforderlich. - - - Username - Benutzername - - - Username is required - Benutzername ist erforderlich - - - Uses the WITH KEEP_REPLICATION option during restore - Verwendet die Option WITH KEEP_REPLICATION während der Wiederherstellung. - - - Uses the WITH NORECOVERY option during restore - Verwendet während der Wiederherstellung die Option WITH NORECOVERY. - - - Uses the WITH REPLACE option during restore - Verwendet während der Wiederherstellung die Option WITH REPLACE. - - - Uses the WITH RESTRICTED_USER option during restore - Verwendet die Option WITH RESTRICTED_USER während der Wiederherstellung. - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - Mithilfe von {0} ({1}) … - - - Using {0} to process your request... - {0} is the model name that will be processing the request - {0} wird zum Verarbeiten Ihrer Anforderung verwendet … - - - Validation failed - Fehler bei der Überprüfung - - - Validation failed. Please check your inputs - Fehler bei der Überprüfung. Überprüfen Sie Ihre Eingaben. - - - Value - Wert - - - Value is required - Wert ist erforderlich - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - Vektorwerte sind in diesem Editor schreibgeschützt. Verwenden Sie T-SQL, um den Wert zu ändern, oder generieren Sie das Embedding neu. - - - Verify a container image by using the Notation CLI - Überprüfen Sie ein Containerimage mithilfe der Notation-CLI - - - Verify backup when finished - Sicherung nach Abschluss überprüfen - - - Verifying Docker engine is ready - Es wird überprüft, ob die Docker-Engine bereit ist - - - Verifying Docker is installed on your system - Überprüfen, ob Docker auf Ihrem System installiert ist - - - Verifying the API is ready to accept requests - Es wird überprüft, ob die API bereit ist, Anfragen anzunehmen - - - Very Dissatisfied - Sehr unzufrieden - - - Very Satisfied - Sehr zufrieden - - - View - Anzeigen - - - View Config - Konfiguration anzeigen - - - View More - Mehr anzeigen - - - View Swagger - Swagger anzeigen - - - View Table Diagram - Tabellendiagramm anzeigen - - - View known issues - Bekannte Probleme anzeigen - - - View mssql for Visual Studio Code release notes? - Versionshinweise für mssql for Visual Studio Code anzeigen? - - - View roadmap - Roadmap anzeigen - - - View settings - Einstellungen anzeigen - - - View the estimated query execution plan - Geschätzten Abfrageausführungsplan anzeigen - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - Tabellenzeilen in einem interaktiven Raster anzeigen, hinzufügen, bearbeiten und löschen – mit Echtzeitvalidierung und Live-DML-Skriptvorschau. - - - View/configure keybinding - Tastenzuordnung anzeigen/konfigurieren - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - Tastenzuordnung für „{0}“ anzeigen/konfigurieren - - - View: - Ansicht: - - - Views - Ansichten - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - Visual Studio Code muss neu gestartet werden, damit diese Einstellung wirksam wird. Laden Sie Visual Studio Code neu. - - - Visualize and Design Schema - Schema visualisieren und entwerfen - - - WHERE - WHERE - - - Warehouse - Warehouse - - - Warning - Warnung - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - Warnung: Das Resultset ist unvollständig. {0} von {1} Zeilen werden angezeigt. Das vollständige Resultset konnte nicht geladen werden. - - - Warnings - Warnungen - - - Warnings detected. Please review the changes. - Warnungen erkannt. Überprüfen Sie die Änderungen. - - - Watch demo - Demo ansehen - - - Watch demos on YouTube - Demos auf YouTube ansehen - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - Wir können nicht ermitteln, wo sich Docker-Desktop auf Ihrem Computer befindet. Starten Sie Docker-Desktop manuell, und versuchen Sie es erneut. - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - Die Verbindung konnte mit den aktuellen Verbindungsinformationen nicht hergestellt werden. Möchten Sie die Verbindung erneut versuchen oder das Verbindungsprofil bearbeiten? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - Wir freuen uns, dass Ihnen MSSQL für VS Code gefällt! Bitte hinterlassen Sie eine kurze Bewertung im VS Code Marketplace. - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - Die Webansicht „{0}“ war nicht innerhalb von {1} ms bereit - - - Webview was disposed before it became ready - Die Webansicht wurde verworfen, bevor sie bereit war - - - What I can do for you: - Was ich für Sie tun kann: - - - What can we do to improve? - Was können wir zur Verbesserung tun? - - - What's next? - Wie geht es weiter? - - - Width cannot be 0 or negative - Die Breite darf nicht 0 oder negativ sein. - - - Windows Authentication - Windows-Authentifizierung - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - Funktioniert mit VS Code/SSMS und verwendet die Microsoft Entra-Authentifizierung und Fabric-Zugriffssteuerungen. - - - Workspace - Arbeitsbereich - - - Workspace is required - Arbeitsbereich ist erforderlich - - - Write a review - Bewertung schreiben - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - Schreiben und führen Sie SQL-Abfragen in nativen Visual Studio Code Jupyter-Notebooks mit interaktiven Ergebnissen, Sortierung, Filterung und Markdown-Dokumentation aus. - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - Schreiben, Optimieren und Beheben von Problemen mit SQL-Abfragen mit KI-empfohlenen Verbesserungen - - - YYYY-MM-DD HH:mm:ss - JJJJ-MM-TT HH:mm:ss - - - Yes - Ja - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - Sie sind im Begriff, eine Bereitstellung in einer vorhandenen Datenbank durchzuführen. Durch diesen Vorgang werden dauerhafte Änderungen am Datenbankschema vorgenommen, was zu Datenverlusten führen kann. Möchten Sie fortfahren? - - - You are not connected to any database. - Sie sind mit keiner Datenbank verbunden. - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - Diese Meldung wird angezeigt, weil Sie die MSSQL-Erweiterung auf Version {0} aktualisiert haben. - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - Sie haben Profilerereignisse erfasst, die noch nicht exportiert wurden. Wenn Sie jetzt schließen, gehen alle erfassten Ereignisse verloren. Möchten Sie sie in eine CSV-Datei exportieren? - - - You have unsaved changes. Do you want to save before closing? - Es sind nicht gespeicherte Änderungen vorhanden. Möchten Sie vor dem Schließen speichern? - - - You must accept the license - Sie müssen die Lizenz akzeptieren - - - You must be signed into Azure in order to browse SQL databases. - Sie müssen bei Azure angemeldet sein, um SQL-Datenbanken durchsuchen zu können. - - - You must be signed into Fabric in order to browse SQL databases. - Sie müssen bei Fabric angemeldet sein, um SQL-Datenbanken durchsuchen zu können. - - - You must review and accept the terms to proceed - Sie müssen die Bedingungen überprüfen und akzeptieren, um fortzufahren. - - - Your API is available at: - Ihre API ist verfügbar unter: - - - Your APIs are available at the following endpoints: - Ihre APIs sind unter den folgenden Endpunkten verfügbar: - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - Ihre Docker-Engine führt derzeit Windows-Container aus. SQL Server unterstützt nur Linux-Container. Möchten Sie zu Linux-Containern wechseln? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - Ihr Konto muss erneut authentifiziert werden, um auf {0}-Ressourcen zugreifen zu können. Drücken Sie "Öffnen", um den Authentifizierungsprozess zu starten. - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - Ihre Client-IP-Adresse "{0}" hat keinen Zugriff auf den Server "{1}", mit dem Sie eine Verbindung herstellen möchten. Möchten Sie eine neue Firewallregel erstellen? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - Ihre Client-IP-Adresse hat keinen Zugriff auf den Server. Fügen Sie ein Microsoft Entra-Konto hinzu, und erstellen Sie eine neue Firewallregel, um den Zugriff zu ermöglichen. - - - Your current IP {0} will be added automatically. - {0} is the current IP address - Ihre aktuelle IP-Adresse „{0}“ wird automatisch hinzugefügt. - - - Your database will continue running after the free offer limit and you will be charged for overages. - Ihre Datenbank wird nach dem Ende des kostenlosen Angebotslimits weiter ausgeführt, und Ihnen werden zusätzliche Nutzungskosten berechnet. - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - Ihr Kennwort muss Zeichen aus mindestens drei der folgenden Kategorien enthalten: Großbuchstaben, Kleinbuchstaben, Zahlen (0-9) und Sonderzeichen (!, $, #, % usw.). - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - Für Ihren Mandanten "{0} ({1})" müssen Sie sich erneut authentifizieren, um auf {2}-Ressourcen zuzugreifen. Drücken Sie "Öffnen", um den Authentifizierungsprozess zu starten. - - - Zone-redundant backup storage - Zonenredundanter Sicherungsspeicher - - - Zoom In - Vergrößern - - - Zoom Out - Verkleinern - - - Zoom to Fit - Zoom anpassen - - - [Optional] Database to connect (press Enter to connect to <default> database) - [Optional] Datenbank für die Verbindungsherstellung (drücken Sie die EINGABETASTE, um eine Verbindung mit der <default>-Datenbank herzustellen). - - - [Optional] Enter a display name for this connection profile - [Optional] Gibt einen Anzeigenamen für dieses Verbindungsprofil an. - - - [Read-only] Pre-filled from the server properties. - [Schreibgeschützt] Vorab aus den Servereigenschaften ausgefüllt. - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - und - - - authenticationType - Authentifizierungstyp - - - contains - enthält - - - database - Datenbank - - - default - Standard - - - delete the saved connection: {0}? - {0} is the connection name - die gespeicherte Verbindung löschen: {0}? - - - does not contain - enthält nicht - - - encrypt - Verschlüsseln - - - ends with - endet mit - - - equals - gleich - - - greater than - größer als - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - Hostname\Instanz oder <server>.database.windows.net oder ADO.NET-Verbindungszeichenfolge - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - ist nicht NULL - - - is null - ist NULL - - - items - Elemente - - - items per page - Elemente pro Seite - - - items selected - Elemente ausgewählt - - - less than - kleiner als - - - location - Standort - - - macOS Sierra or newer is required to use this feature. - Um dieses Feature zu nutzen, wird macOS Sierra oder neuer benötigt. - - - none selected - keine ausgewählt - - - not equals - ungleich - - - of - von - - - or - oder - - - profiler_events - profiler_events - - - resource group - Ressourcengruppe - - - server - Server - - - starts with - beginnt mit - - - subscription - Abonnement - - - test - Test - - - undefined - nicht definiert - - - untitled - Unbenannt - - - updatingIntelliSense - updatingIntelliSense - - - vCores - V-Kerne - - - value - Wert - - - x of y selected - x von y ausgewählt - - - {0} (Current Account) - {0} is the account display name - {0} (Aktuelles Konto) - - - {0} (filtered) - {0} (gefiltert) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1} %) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1} %): {2} - - - {0} accounts - {0} is the number of accounts - {0} Konten - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - {0}-Aktion für {1} - - - {0} change(s) - {0} is the number of changes - {0} Änderung(en) - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0} von „{1}“ in „{2}“ geändert - - - {0} changes - {0} is the number of property changes - {0} Änderungen - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - {0} Farbmuster ({1}) - - - {0} column data - {0} is the number of columns - {0} Spaltendaten - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - {0} Verbindungsgruppe importiert - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - {0} Verbindungsgruppen importiert - - - {0} connection imported - {0} is the number of connections imported (singular) - {0} Verbindung importiert - - - {0} connections imported - {0} is the number of connections imported (plural) - {0} Verbindungen importiert - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - Die {0} enthält Spaltentypen, die vom Daten-API-Generator nicht unterstützt werden: {1} - - - {0} deleted successfully. - {0} deleted successfully. - „{0}“ wurde erfolgreich gelöscht. - - - {0} errors - {0} is the number of errors - {0} Fehler - - - {0} events - {0} is the number of events - {0} Ereignisse - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} wurde geschlossen. Möchten Sie sie wiederherstellen? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - {0} ungültige Microsoft Entra-Konten wurden entfernt. Sie müssen möglicherweise `MS SQL: Clear Microsoft Entra account token cache` ausführen und sich erneut anmelden. - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} ist eine Primärschlüsselspalte und kann nicht deaktiviert werden. - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} ist nicht global aktiviert - - - {0} issue - {0} is the number of issues - {0} Problem - - - {0} issues - {0} is the number of issues - {0} Probleme - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} muss ein oder mehrere Schlüsselfelder definieren, die mit Daten-API-Generator verwendet werden sollen - - - {0} objects found - {0} is the number of objects found - {0} Objekte gefunden - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0} von {1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - {0} von {1} ausgewählten Verbindungsgruppen. - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - {0} von {1} Verbindungen ausgewählt - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - {0} von {1} aktiviert - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {0} von {1} Regeln - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0} von {1} Mandanten - - - {0} password doesn't match the confirmation password - {0} Kennwort stimmt nicht mit dem Bestätigungskennwort überein - - - {0} properties - {0} is the object type - {0}-Eigenschaften - - - {0} query - {0} is the Quick Query shortcut name - {0}-Abfrage - - - {0} rows - {0} is the number of rows - {0} Zeilen - - - {0} rows returned - {0} is the number of rows returned - {0} Zeilen zurückgegeben - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - {0} Zeilen ausgewählt, klicken Sie, um die Zusammenfassung zu laden - - - {0} rules - {0} is the number of code analysis rules - {0} Regeln - - - {0} selected - {0} is the number of selected filter values - {0} ausgewählt - - - {0} selected - {0} is the number of selected rows - {0} ausgewählt - - - {0} setting imported - {0} is the number of settings imported (singular) - {0} Einstellung importiert - - - {0} settings imported - {0} is the number of settings imported (plural) - {0} Einstellungen importiert - - - {0} started successfully. - {0} started successfully. - „{0}“ erfolgreich gestartet. - - - {0} stopped successfully. - {0} stopped successfully. - „{0}“ wurde erfolgreich beendet. - - - {0} warnings - {0} is the number of warnings - {0} Warnung(en) - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0} {1} Problem - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0} {1} Probleme - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0}, +{1} weitere - - - {0}. {1} - {0} is the status -{1} is the message - {0}. {1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - {0}/{1} Ereignisse - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}. {2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0} Tag {1} Std. - - - {0}h - {0} is the number of hours - {0} Std. - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0} Std. {1} Min. - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0} Std. {1} Min. - - - {0}m - {0} is the number of minutes - {0} Min. - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0} Min. {1} Sek. - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0} Min. {1} Sek. - - - {0}ms - {0} is the number of milliseconds - {0} ms - - - {0}ms - {0} is the elapsed time in milliseconds - {0} ms - - - {0}s - {0} is the number of seconds - {0} - - - {0}s - {0} is the elapsed time in seconds - {0} - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ Zugriff gewähren - - - ✅ Grant Access (Current) - ✅ Zugriff gewähren (aktuell) - - - ❌ Deny Access - ❌ Zugriff verweigern - - - ❌ Deny Access (Current) - ❌ Zugriff verweigern (aktuell) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 Ich bin GitHub Copilot für die MSSQL-Erweiterung, Ihr intelligenter Assistent für SQL-Entwicklung in Visual Studio Code. Ich helfe Ihnen dabei, Ihre SQL-Datenbanken direkt aus VS Code zu verbinden, zu untersuchen, zu entwerfen und weiterzuentwickeln. - - - - - - - Add Connection - Verbindung hinzufügen - - - Add Connection Group - Verbindungsgruppe hinzufügen - - - Add Microsoft Entra Account - Microsoft Entra-Konto hinzufügen - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - Ermöglicht Benutzern die Anmeldung bei Geräten mit Eingabeeinschränkung. - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - Verbinden Sie neue Editoren und geöffnete SQL-Dateien immer mit der Verbindung, die in „mssql.defaultConnectionId“ angegeben ist. - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - Ein Timeoutwert von 0 für die Ausführung kennzeichnet einen unbegrenzten Wartevorgang (kein Timeout). - - - Analyze Query Performance - Abfrageleistung analysieren - - - Application Intent - Anwendungszweck - - - Automatically display query results in a new tab instead of the query pane. - Abfrageergebnisse automatisch auf einer neuen Registerkarte anstelle des Abfragebereichs anzeigen. - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - Zeigt das Ergebnisfenster automatisch an, wenn zu einem Editor mit Abfrageergebnissen gewechselt wird. Gilt nur, wenn „Ergebnisse in Registerkarte öffnen“ aktiviert ist. - - - Azure MFA - Azure MFA - - - Background Tasks - Hintergrundaufgaben - - - Backup Database... - Datenbank sichern … - - - Build Data API... - Daten-API erstellen... - - - Cancel Connection (MSSQL) - Verbindung abbrechen (MSSQL) - - - Cancel Query (MSSQL) - Abfrage abbrechen (MSSQL) - - - Cancel Task - Aufgabe abbrechen - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - Übertragen Sie die Verbindung des aktiven Editors auf neu geöffnete Abfrage-Editor-Registerkarten und SQL-Dateien. - - - Change Connection (MSSQL) - Verbindung ändern (MSSQL) - - - Change Database (MSSQL) - Datenbank ändern (MSSQL) - - - Change Notebook Connection - Notebook-Verbindung ändern - - - Change Notebook Database - Notebook-Datenbank wechseln - - - Choose SQL handler for this file - SQL-Handler für diese Datei auswählen - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - Wählen Sie aus, wie die automatische Anpassung der Spaltengröße im Ergebnisraster erfolgen soll (Überschriften und Daten, nur Daten oder automatische Größenanpassung deaktivieren). - - - Chooses which Authentication method to use - Wählt die zu verwendende Authentifizierungsmethode aus. - - - Clear All Connection Sharing Permissions - Alle Berechtigungen für die gemeinsame Verbindungsnutzung löschen - - - Clear All Query History - Gesamten Abfrageverlauf löschen - - - Clear Filters - Filter löschen - - - Clear Finished Tasks - Abgeschlossene Aufgaben löschen - - - Clear Microsoft Entra account token cache - Microsoft Entra-Kontotokencach löschen - - - Clear Pooled Connections - Gepoolte Verbindungen löschen - - - Command Timeout - Befehlstimeout - - - Compare Schemas... - Schemas vergleichen ... - - - Configure up to 10 Quick Queries that execute from commands. - Konfigurieren Sie bis zu 10 Schnellabfragen, die über Befehle ausgeführt werden. - - - Connect (MSSQL) - Verbinden (MSSQL) - - - Connect to a SQL Database - Herstellen einer Verbindung mit einer SQL-Datenbank - - - Connection Dialog - Dialogfeld „Verbindung“ - - - Connection Timeout - Verbindungstimeout - - - Connection groups - Verbindungsgruppen - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - Verbindungsprofile, die in "Benutzereinstellungen" definiert wurden, werden unter dem Befehl "MS SQL: Verbinden" in der Befehlspalette angezeigt. - - - Connections - Verbindungen - - - Control which grid lines are visible in the results grid. - Steuert, welche Rasterlinien im Ergebnisraster sichtbar sind. - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - Steuert, wie neue SQL-Editorfenster und geöffnete SQL-Dateien automatisch verbunden werden. - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - Steuert die maximale Anzahl von Zeilen, die im Arbeitsspeicher gefiltert und sortiert werden dürfen. Wenn die Zahl überschritten wird, werden die Sortier- und Filterfunktionen deaktiviert. Warnung: die Erhöhung dieser Anzahl kann sich auf die Leistung auswirken. - - - Copy All - Alles kopieren - - - Copy Cell Messages - Zellennachrichten kopieren - - - Copy Connection String - Verbindungszeichenfolge kopieren - - - Copy Object Name - Objektname kopieren - - - Create Azure Function with SQL binding - Erstellen einer Azure-Funktion mit SQL-Bindung - - - Create a Table with Table Designer - Erstellen einer Tabelle mit Tabellen-Designer - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - Erstellen Sie eine neue Tabelle in Ihrer Datenbank, oder bearbeiten Sie vorhandene Tabellen mit dem Tabellen-Designer. -Nachdem Sie Ihre Änderungen vorgenommen haben, klicken Sie auf die Schaltfläche „Veröffentlichen“, um die Änderungen an Ihre Datenbank zu senden. - - - DACPAC/BACPAC Operations... - DACPAC-/BACPAC-Vorgänge ... - - - Default view mode for query results display. - Standardansichtsmodus für die Anzeige von Abfrageergebnissen. - - - Delete - Löschen - - - Delete Connection Group - Verbindungsgruppe löschen - - - Delete SQL Container - SQL-Container löschen - - - Deploy DACPAC - DACPAC bereitstellen - - - Disable Actual Plan (MSSQL) - Tatsächlichen Plan deaktivieren (MSSQL) - - - Disable Group By Schema - Gruppen nach Schema deaktivieren - - - Disable automatic column sizing - Automatische Anpassung der Spaltengröße deaktivieren - - - Disabled - Deaktiviert - - - Disconnect (MSSQL) - Trennen (MSSQL) - - - Display name for this Quick Query. - Anzeigename für diese Schnellabfrage. - - - Display results in a formatted text format. - Ergebnisse in einem formatierten Textformat anzeigen. - - - Display results in a tabular grid format (default) - Ergebnisse in einem tabellarischen Rasterformat anzeigen (Standard) - - - Do not auto-connect. You must connect each SQL file manually. - Nicht automatisch verbinden. Sie müssen jede SQL-Datei manuell verbinden. - - - Do not show prompts to display query results in a new tab. - Keine Eingabeaufforderungen zum Anzeigen von Abfrageergebnissen auf einer neuen Registerkarte anzeigen. - - - Drop Database... - Datenbank trennen... - - - Edit Connection Group - Verbindungsgruppe bearbeiten - - - Edit Connection Sharing Permissions - Berechtigungen für die gemeinsame Verbindungsnutzung bearbeiten - - - Edit Connection... - Verbindung bearbeiten ... - - - Edit Table Data... - Tabellemdaten bearbeiten... - - - Enable Actual Plan (MSSQL) - Tatsächlichen Plan aktivieren (MSSQL) - - - Enable Group By Schema - Gruppen nach Schema aktivieren - - - Enable Parameterization for Always Encrypted - Parametrisierung für Always Encrypted aktivieren - - - Enable Query History Capture - Abfrageverlauf-Capture aktivieren - - - Enable SET ANSI_DEFAULTS - SET ANSI_DEFAULTS aktivieren - - - Enable SET ANSI_NULLS - SET ANSI_NULLS aktivieren - - - Enable SET ANSI_NULL_DFLT_ON - SET ANSI_NULL_DFLT_ON aktivieren - - - Enable SET ANSI_PADDING - SET ANSI_PADDING aktivieren - - - Enable SET ANSI_WARNINGS - SET ANSI_WARNINGS aktivieren - - - Enable SET ARITHABORT option - Set ARITHABORT-Option aktivieren - - - Enable SET CURSOR_CLOSE_ON_COMMIT - SET CURSOR_CLOSE_ON_COMMIT aktivieren - - - Enable SET DEADLOCK_PRIORITY option - SET DEADLOCK_PRIORITY-Option aktivieren - - - Enable SET IMPLICIT_TRANSACTIONS - SET IMPLICIT_TRANSACTIONS aktivieren - - - Enable SET LOCK TIMEOUT option (in milliseconds) - SET LOCK TIMEOUT-Option aktivieren (in Millisekunden) - - - Enable SET NOCOUNT option - SET NOCOUNT-Option aktivieren - - - Enable SET NOEXEC option - SET NOEXEC-Option aktivieren - - - Enable SET PARSEONLY option - SET PARSEONLY-Option aktivieren - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - SET QUERY_GOVERNOR_COST_LIMIT aktivieren - - - Enable SET QUOTED_IDENTIFIER - SET QUOTED_IDENTIFIER aktivieren - - - Enable SET STATISTICS IO option - Set STATISTICS IO-Option aktivieren - - - Enable SET STATISTICS TIME option - SET STATISTICS TIME-Option aktivieren - - - Enable SET TRANSACTION ISOLATION LEVEL option - SET TRANSACTION ISOLATION LEVEL-Option aktivieren - - - Enable SET XACT_ABORT ON option - SET XACT_ABORT ON-Option aktivieren - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - Aktiviert abwechselnde Zeilenhintergrundfarben (Zebrastreifen) im Ergebnisraster. Die Farbe wird vom aktuellen VS Code-Design abgeleitet. - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - Aktivieren von Schaltflächen zum Erweitern/Reduzieren in Schema-Designer-Tabellenknoten, wenn Tabellen mehr als 10 Spalten aufweisen - - - Enabled - Aktiviert - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - Ermöglicht Verbindungspooling, um die Gesamtkonnektivitätsleistung zu verbessern. Diese Einstellung ist standardmäßig deaktiviert. Visual Studio Code muss neu gestartet werden, wenn der Wert geändert wird. Führen Sie den Befehl aus, um gepoolte Verbindungen zu löschen: „MS SQL: Gepoolte Verbindungen löschen“. Hinweis: Kann serverlose Datenbanken aktiv halten und das automatische Pausieren verhindern. - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - Aktiviert experimentelle Features in der MSSQL-Erweiterung. Die Features sind nicht produktionsbereit und weisen möglicherweise Fehler oder Probleme auf. Starten Sie Visual Studio Code neu, nachdem Sie diese Einstellung geändert haben. - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - Aktiviert die Vorschau für das Raster mit Abfrageergebnissen mit verbesserter Zustandsverwaltung und mehr Optionen zur Spaltenanpassung, einschließlich Anzeigen, Ausblenden und Fixieren von Spalten. - - - Estimated Plan (MSSQL) - Geschätzter Plan (MSSQL) - - - Execute Query (MSSQL) - Abfrage ausführen (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - Auswahl oder aktuelle Anweisung ausführen (MSSQL) - - - Explain Query - Abfrage erklären - - - Export BACPAC - BACPAC-Datei exportieren - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - Zusätzlicher vertikaler Abstand in Pixeln, der jeder Zeile im Ergebnisraster hinzugefügt wird und die Zeilendichte steuert. Gültiger Bereich: 0-10. - - - Extract DACPAC - DACPAC extrahieren - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - Machen Sie sich mit weiteren Features der MSSQL-Erweiterung vertraut, mit denen Sie produktiver arbeiten können. - - - Filter - Filter - - - Filter your Object Explorer Tree - Filtern der Objekt-Explorer-Struktur - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - Skript generieren - - - Get Started with MSSQL for Visual Studio Code - Erste Schritte mit MSSQL für Visual Studio Code - - - Getting Started Guide - Leitfaden für erste Schritte - - - Hide all grid lines - Alle Gitternetzlinien ausblenden - - - Import BACPAC - BACPAC-Datei importieren - - - Import Data... - Daten importieren … - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - Abfrageprofiler starten... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - Stellen Sie eine neue Verbindung mit einer SQL-Datenbank her, oder bearbeiten Sie vorhandene Verbindungen mit dem Verbindungsdialogfeld. -Sie können eine Verbindung mit einer Datenbank herstellen, indem Sie Ihre Verbindungsinformationen eingeben, eine Verbindungszeichenfolge verwenden oder Ihre Azure-Abonnements durchsuchen. -[Dialogfeld „Verbindung“ öffnen](befehl:mssql.addObjectExplorer) - - - Manage Connection Profiles - Verbindungsprofile verwalten - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - Die maximale Anzahl von Zeichen, die nach dem Ausführen einer Abfrage für jeden Wert in XML-Spalten gespeichert werden sollen. Standardwert: 2.097.152. Gültiger Wertebereich: 1 bis 2.147.483.647. - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - Die maximale Anzahl von Zeichen/Bytes, die nach dem Ausführen einer Abfrage für jeden Wert in Zeichenspalten/binären Spalten gespeichert werden sollen. Standardwert: 65.535. Gültiger Wertebereich: 1 bis 2.147.483.647. - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - Maximale Anzahl von Ereignissen, die der Profiler im Arbeitsspeicher speichern kann. Wenn dieser Grenzwert erreicht ist, werden ältere Ereignisse verworfen. Erhöhen Sie diesen Wert, wenn während der Profilerstellung mehr Ereignisse gespeichert werden sollen. - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - Die maximale Anzahl alter Dateien, die beim Start entfernt werden sollen, bei denen der mssql.logRetentionMinutes-Wert abgelaufen ist. Dateien, die aufgrund dieser Einschränkung nicht bereinigt werden, werden beim nächsten Start von Azure Data Studio bereinigt. - - - Maximum number of rows to return before the server stops processing your query. - Maximale Anzahl von Zeilen, die zurückgegeben werden sollen, bevor der Server die Verarbeitung Ihrer Abfrage beendet. - - - Maximum size of text and ntext data returned from a SELECT statement - Maximale Größe von text- und ntext-Daten, die von einer SELECT-Anweisung zurückgegeben werden - - - Migrate from Azure Data Studio - Von Azure Data Studio migrieren - - - Modify Table Structure... - Tabellenstruktur ändern ... - - - New Database... - Neue Datenbank... - - - New Deployment - Neue Bereitstellung - - - New Query - Neue Abfrage - - - New Query - Neue Abfrage - - - New SQL Notebook - Neues SQL-Notebook - - - New Table - Neue Tabelle - - - Next Steps with MSSQL for Visual Studio Code - Nächste Schritte mit MSSQL für Visual Studio Code - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - Anzahl von Minuten, für die Protokolldateien für Back-End-Dienste aufbewahrt werden sollen. Der Standardwert ist 1 Woche. - - - Number of query history entries to show in the Query History view - Anzahl der Einträge des Abfrageverlaufs, die in der Ansicht „Abfrageverlauf“ angezeigt werden sollen - - - Object Explorer filters - Objekt-Explorer-Filter - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - Zeigen Sie nur die Datenbankobjekte an, die für Sie am wichtigsten sind, indem Sie Filter auf die Objekt-Explorer-Struktur anwenden. -Klicken Sie zunächst auf die Filterschaltfläche neben den meisten Ordnern in der Ansicht „Verbindungen“. - - - Open Changelog - Änderungsprotokoll öffnen - - - Open Execution Plan File - Ausführungsplandatei öffnen - - - Open New Query and Connect - Neue Abfrage öffnen und verbinden - - - Open Query - Abfrage öffnen - - - Open Query History in Command Palette - Abfrageverlauf in Befehlspalette öffnen - - - Open Query Profiler (Preview) XEL File - Die XEL-Datei des Abfrageprofilers öffnen (Vorschau) - - - Open Shortcuts Configuration - Tastenkombinationskonfiguration öffnen - - - Open Task Result - Aufgabenergebnis öffnen - - - Open in GitHub Copilot Agent - In GitHub Copilot-Agent öffnen - - - Open in GitHub Copilot Chat - Im GitHub Copilot-Chat öffnen - - - Open in MSSQL extension - In der MSSQL-Erweiterung öffnen - - - Pause Query History Capture - Abfrageverlauf-Capture anhalten - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - Verhindern der automatischen Ausführung von Skripten (z. B. „Top 1 000 auswählen“). Wenn diese Option aktiviert ist, werden Skripte bei der Generierung nicht automatisch ausgeführt. - - - Prompts users to sign in using their browser. - Fordert Benutzer auf, sich mit ihrem Browser anzumelden. - - - Query History - Abfrageverlauf - - - Query Results - Abfrageergebnisse - - - Query editor and query results pane - Abfrage-Editor und Abfrageergebnisbereich - - - Query plan visualization - Visualisierung des Abfrageplans - - - Refresh - Aktualisieren - - - Refresh IntelliSense Cache - IntelliSense-Cache aktualisieren - - - Remove Connection - Verbindung entfernen - - - Remove Microsoft Entra Account - Microsoft Entra-Konto entfernen - - - Rename Database... - Datenbank umbenennen... - - - Replication - Replikation - - - Restore Database... - Datenbank wiederherstellen … - - - Reveal Query Result (MSSQL) - Abfrageergebnis anzeigen (MSSQL) - - - Rewrite Query - Abfrage umschreiben - - - Run Query - Abfrage ausführen - - - Run Quick Query 1 - Schnellabfrage 1 ausführen - - - Run Quick Query 10 - Schnellabfrage 10 ausführen - - - Run Quick Query 2 - Schnellabfrage 2 ausführen - - - Run Quick Query 3 - Schnellabfrage 3 ausführen - - - Run Quick Query 4 - Schnellabfrage 4 ausführen - - - Run Quick Query 5 - Schnellabfrage 5 ausführen - - - Run Quick Query 6 - Schnellabfrage 6 ausführen - - - Run Quick Query 7 - Schnellabfrage 7 ausführen - - - Run Quick Query 8 - Schnellabfrage 8 ausführen - - - Run Quick Query 9 - Schnellabfrage 9 ausführen - - - Run a SQL Query - Ausführen einer SQL-Abfrage - - - SQL Container Name - SQL-Containername - - - SQL Container Version - SQL-Containerversion - - - SQL Server Extended Events Log - Erweitertes Protokoll für Ereignisse von SQL Server - - - SQL Tools (MSSQL) - SQL Tools (MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - SQL-Text für diese Schnellabfrage. Verwenden Sie {arg}, um den ausgewählten Text im Abfrage-Editor einzufügen; andernfalls wird er angehängt. - - - Script as Alter - Skript als Alter - - - Script as Create - Skript als Create - - - Script as Drop - Skript als Drop - - - Script as Execute - Skript als Execute - - - Search Database Objects... - Datenbankobjekte durchsuchen ... - - - Select Top 1000 - Oberste 1000 auswählen - - - Selected Azure subscriptions for browsing and managing servers and databases - Ausgewählte Azure-Abonnements zum Durchsuchen und Verwalten von Servern und Datenbanken - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - Ausgewählte Microsoft Fabric-Arbeitsbereiche zum Durchsuchen und Verwalten von SQL-Datenbanken - - - Send Feedback - Feedback senden - - - Set the font family for the results grid; set to blank to use the editor font - Legen Sie die Schriftfamilie für das Ergebnisraster fest. Lassen Sie die Einstellung leer, um die Editor-Schriftart zu verwenden. - - - Set the font size for the results grid; set to blank to use the editor size - Legen Sie die Schriftgröße für das Ergebnisraster fest. Lassen Sie die Einstellung leer, um die Editor-Größe zu verwenden. - - - Shortcuts handled inside MSSQL views - Im MSSQL-Ansichten verwendete Tastenkombinationen - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - BIT-Spalten als Zahlen (1 oder 0) anzeigen? Bei Festlegung auf FALSE werden BIT-Spalten als TRUE oder FALSE angezeigt. - - - Should IntelliSense be enabled - Gibt an, ob IntelliSense aktiviert werden soll. - - - Should IntelliSense error checking be enabled - Gibt an, ob die IntelliSense-Fehlerüberprüfung aktiviert werden soll. - - - Should IntelliSense quick info be enabled - Gibt an, ob IntelliSense-QuickInfo aktiviert werden soll. - - - Should IntelliSense suggestions be enabled - Gibt an, ob IntelliSense-Vorschläge aktiviert werden sollen. - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - Hiermit wird festgelegt, ob personenbezogene Informationen (PII) im Ausgangskanal und in der Protokolldatei des Ausgangskanals von Azure Logs protokolliert werden sollen. - - - Should Query History feature be enabled - Soll das Feature „Abfrageverlauf“ aktiviert werden - - - Should language service be auto-disabled when extension detects Non-MSSQL files - Gibt an, ob der Sprachdienst automatisch deaktiviert werden soll, wenn die Erweiterung Nicht-MSSQL-Dateien erkennt. - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - Gibt an, ob beim Wechsel zwischen Registerkarten Ergebnisauswahlen und Scrollpositionen gespeichert werden sollen (kann die Leistung beeinträchtigen). - - - Show both horizontal and vertical grid lines - Horizontale und vertikale Gitternetzlinien anzeigen - - - Show changelog after extension updates - Änderungsprotokoll nach Erweiterungsupdates anzeigen - - - Show only horizontal grid lines - Nur horizontale Gitternetzlinien anzeigen - - - Show only vertical grid lines - Nur vertikale Gitternetzlinien anzeigen - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - Zeigen Sie die aktiven SQL-Verbindungsdetails als CodeLens-Vorschlag oben im Editor an, um eine schnelle Übersicht zu erhalten. - - - Sort and Filter Query Results - Sortieren und Filtern von Abfrageergebnissen - - - Sort and filter options for query results - Sortier- und Filteroptionen für Abfrageergebnisse - - - Sort and filter your query results to find the data you need quickly. - Sortieren und filtern Sie Ihre Abfrageergebnisse, um die benötigten Daten schnell zu finden. - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - Sovereign Cloud-Entsprechung für „.crm.dynamics.com“ (einschließlich führendem Punkt) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - Sovereign Cloud-Äquivalent für „.database.fabric.microsoft.com“ (einschließlich führendem Punkt) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - Sovereign Cloud-Äquivalent für „.database.windows.net“ (einschließlich führendem Punkt) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - Sovereign Cloud-Äquivalent für „.datawarehouse.fabric.microsoft.com“ (einschließlich führendem Punkt) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - Sovereign Cloud-Äquivalent für „.sql.azuresynapse.net“ (einschließlich führendem Punkt) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - Sovereign Cloud-Äquivalent für „https://analysis.windows.net/powerbi/api/“ - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - Sovereign Cloud-Äquivalent für „https://api.fabric.microsoft.com/v1/“ - - - Sovereign cloud equivalent for `https://database.windows.net/` - Sovereign Cloud-Äquivalent für „https://database.windows.net/“ - - - Sovereign cloud equivalent for `https://vault.azure.net/` - Sovereign Cloud-Äquivalent für https://vault.azure.net/ - - - Start Query History Capture - Abfrageverlauf-Capture starten - - - Start SQL Container - SQL-Container starten - - - Stop SQL Container - SQL-Container beenden - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - Tabellen-Designer - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - Das vorübergehende Speichern von Kennwörtern für Verbindungen mit „Gespeicherten Kennwörtern“ ist deaktiviert, bis die Erweiterung neu gestartet wird. Dadurch werden wiederholte Kennworteingabeaufforderungen verhindert, wenn Verbindungen innerhalb derselben Sitzung wiederverwendet werden. - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - Die ID (GUID) des Verbindungsprofils, das verwendet werden soll, wenn „mssql.newEditorConnectionBehavior“ auf „defaultConnection“ festgelegt ist. Die Verbindungs-ID finden Sie in Ihrer settings.json unter „mssql.connections“. - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - Die zusätzliche, MSSQL-spezifische benutzerdefinierte Konfiguration für die Sovereign Cloud, die mit dem Microsoft Sovereign Cloud-Authentifizierungsanbieter verwendet werden soll. Dies ist zusammen mit der Einstellung von „microsoft-sovereign-cloud.environment“ auf „custom“ und der Angabe von Werten für „microsoft-sovereign-cloud.customEnvironment“ erforderlich, um diese Funktion mit MSSQL zu nutzen. - - - The color of the connection group. - Die Farbe der Verbindungsgruppe. - - - The description of the connection group. - Die Beschreibung der Verbindungsgruppe. - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - Die maximale Anzahl von Zeichen, die für die Verbindungsinformationen in der Statusleiste angezeigt werden sollen. Legen Sie den Wert auf -1 fest, um die Anzahl nicht zu begrenzen. - - - The maximum number of recently used connections to store in the connection list. - Die maximale Anzahl an zuletzt verwendeten Verbindungen, die in der Verbindungsliste gespeichert werden. - - - The name of the connection group. - Der Name der Verbindungsgruppe. - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - Das Timeout in Sekunden für das Erweitern eines Knotens in Objekt-Explorer. Der Standardwert ist 45 Sekunden. - - - The unique identifier for the connection group this connection profile belongs to. - Der eindeutige Bezeichner für die Verbindungsgruppe, zu der dieses Verbindungsprofil gehört. - - - The unique identifier for the connection group. - Der eindeutige Bezeichner für die Verbindungsgruppe. - - - The unique identifier for the parent connection group. - Der eindeutige Bezeichner für die übergeordnete Verbindungsgruppe. - - - The unique identifier for this connection profile. - Der eindeutige Bezeichner für dieses Verbindungsprofil. - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - Diese Einstellung ist veraltet. Verwenden Sie stattdessen „mssql.newEditorConnectionBehavior“. Die Erweiterung migriert diese Einstellung beim Start automatisch. - - - This setting will be removed in a future release. - Diese Einstellung wird in einem zukünftigen Release entfernt. - - - Toggle Actual Plan - Zu tatsächlichem Plan umschalten - - - Toggle Query Result Panel Visibility (MSSQL) - Sichtbarkeit des Abfrageergebnisbereichs umschalten (MSSQL) - - - Toggle SQLCMD Mode - „SQLCMD“-Modus umschalten - - - True for the messages pane to be open by default; false for closed - Bei Festlegung auf TRUE wird das Nachrichtenfenster standardmäßig geöffnet, bei Festlegung auf FALSE ist es geschlossen. - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - Machen Sie sich mit der Funktionsweise Ihrer Abfrage vertraut, indem Sie den Abfrageplan anzeigen. -Zeigen Sie den geschätzten Plan an, ohne die Abfrage auszuführen, oder zeigen Sie den tatsächlichen Abfrageplan nach dem Ausführen der Abfrage an, indem Sie die Schaltflächen am oberen Rand eines Abfrage-Editor-Fensters umschalten. - - - Use Database - Datenbank verwenden - - - Use column headers and data to size columns automatically - Spaltenüberschriften und Daten für die automatische Anpassung der Spaltengröße verwenden - - - Use only column headers to size columns automatically - Nur Spaltenüberschriften für die automatische Anpassung der Spaltengröße verwenden - - - Use only row data to size columns automatically - Nur Zeilendaten für die automatische Anpassung der Spaltengröße verwenden - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - Verwendet in VS Code angemeldete Konten für die MFA-Authentifizierung über Microsoft Entra ID bei SQL. Starten Sie Visual Studio Code neu, nachdem Sie diese Einstellung geändert haben. - - - View Task Logs - Aufgabenprotokolle anzeigen - - - Visualize a Query Plan - Visualisieren eines Abfrageplans - - - Visualize and Design Schema... - Schema visualisieren und entwerfen... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - Wenn diese Option aktiviert ist, enthält „Alle kopieren“ im Bereich „Nachrichten des Abfrageergebnisses“ Nachrichtenzeitstempel. - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - Wenn aktiviert, wird die aktive Verbindung automatisch auf neu geöffnete SQL-Dateien übertragen. Wenn deaktiviert, muss für jede SQL-Datei eine Verbindung zur Datenbank explizit hergestellt werden. - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - Wenn diese Option aktiviert ist, wird das Element der Verbindungsstatusleiste mit der Farbe der Verbindungsgruppe eingefärbt. Diese Einstellung ist standardmäßig deaktiviert. Dadurch wird die Farbe des Verbindungsgruppenordners direkt verwendet und nicht geändert, um den Kontrast zum aktuellen VS Code Design sicherzustellen. Benutzer sollten Verbindungsgruppenfarben auswählen, die gut mit ihrem Design funktionieren. - - - When enabled, connection groups will be collapsed instead of expanded at startup. - Wenn diese Option aktiviert ist, werden die Verbindungsgruppen beim Start reduziert und nicht erweitert. - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - Wenn diese Option aktiviert ist, werden gespeicherte Abfrageergebnisexporte nach dem Export geöffnet. Excel-Exporte werden mit dem Systemdateihandler; Textexporte in VS Code geöffnet. - - - When enabled, the database objects in Object Explorer will be categorized by schema. - Wenn diese Option aktiviert ist, werden die Datenbankobjekte im Objekt-Explorer nach Schema kategorisiert. - - - Windows Authentication - Windows-Authentifizierung - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - Schreiben Sie eine SQL-Abfrage, und führen Sie sie für Ihre Datenbank aus. -Sie können auch auf die Schaltfläche „In neuer Registerkarte öffnen“ klicken, um Ihre Abfrageergebnisse auf ihrer eigenen Registerkarte anzuzeigen, und dies optional als Standardverhalten festlegen. - - - Your first steps for connecting to and developing with a SQL database - Ihre ersten Schritte für das Herstellen einer Verbindung mit und die Entwicklung mit einer SQL-Datenbank - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [Optional] Eine nicht negative Zahl, die zum Sortieren dieser Verbindungsgruppe in der Objekt-Explorer-Randleiste verwendet wird. Gruppen mit einem „order“-Wert werden zuerst angezeigt, vom niedrigsten zum höchsten; die übrigen Gruppen folgen in alphabetischer Reihenfolge. - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [Optional] Eine nicht negative Zahl, die zum Sortieren dieser Verbindung in der Objekt-Explorer-Randleiste verwendet wird. Verbindungen mit einem „order“-Wert werden zuerst angezeigt, vom niedrigsten zum höchsten; die übrigen Verbindungen folgen in alphabetischer Reihenfolge. - - - [Optional] Character used for enclosing text fields when saving results as CSV - [Optional] Trennzeichen für das Umschließen von Textfeldern, das beim Speichern der Ergebnisse als CSV verwendet wird. - - - [Optional] Character(s) used for separating rows when saving results as CSV - [Optional] Trennzeichen für die Trennung von Zeilen, das beim Speichern der Ergebnisse als CSV verwendet wird. - - - [Optional] Configuration options for copying multi-line results from the Results View - [Optional] Konfigurationsoptionen für das Kopieren von mehrzeiligen Ergebnissen aus der Ergebnisansicht. - - - [Optional] Configuration options for copying results from the Results View - [Optional] Konfigurationsoptionen für das Kopieren von Ergebnissen aus der Ergebnisansicht. - - - [Optional] Configuration options for which column new result panes should open in - [Optional] Konfigurationsoptionen zur Festlegung, in welcher Spalte neue Ergebnisansichten geöffnet werden. - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [Optional] Gibt den Typ der Anwendungsarbeitsauslastung bei der Verbindungsherstellung mit SQL Server an, z. B. "ReadWrite" oder "ReadOnly". Weitere Informationen finden Sie im Abschnitt zu SQL Server Always On. - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [Optional] Trennzeichen zum Trennen von Datenelementen beim Speichern von Ergebnissen als CSV. Wählen Sie aus allgemeinen Trennzeichen wie Komma (,), Tabstopp (\t), Semikolon (;) oder Pipe (|) aus. - - - [Optional] Do not show unsupported platform warnings - [Optional] Keine Anzeige von Warnungen zu nicht unterstützten Plattformen. - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [Optional] Dateicodierung, die beim Speichern von Ergebnissen als CSV verwendet wird. Wählen Sie je nach Zielanwendungskompatibilität zwischen UTF-8 (empfohlen), UTF-16, ASCII oder Latin-1 aus. - - - [Optional] Indicates the SQL Server language settings. - [Optional] Gibt die SQL Server-Spracheinstellungen an. - - - [Optional] Indicates the name of local docker container the connection is on - [Optional] Gibt den Namen des lokalen Docker-Containers an, in dem sich die Verbindung befindet. - - - [Optional] Indicates whether this profile has an empty password explicitly set - [Optional] Gibt an, ob für dieses Profil ausdrücklich ein leeres Kennwort festgelegt wurde. - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [Optional] Gibt an, welchen Servertyp der Anbieter über den DataReader verfügbar macht. - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [Optional] Protokollieren Sie die Debugausgabe in der VS Code-Konsole (Hilfe > Entwicklertools umschalten). - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [Optional] Protokolliergrad für Backend-Dienste. Azure Data Studio generiert bei jedem Start einen Dateinamen, und falls die Datei bereits vorhanden ist, werden die Protokolleinträge an diese Datei angefügt. Zur Bereinigung alter Protokolldateien können die „logRetentionMinutes“- und „logFilesRemovalLimit“-Einstellungen verwendet werden. Bei Verwendung des Standardwerts für „tracingLevel“ werden nur wenige Informationen protokolliert. Eine Änderung der Ausführlichkeit kann zu einem umfangreichen Protokollierungsaufkommen und einem hohen Speicherplatzbedarf für die Protokolle führen. „Error: includes Critical“, „Warning: includes Error“, „Information: includes Warning“ und „Verbose: includes Information“ - - - [Optional] Should execution time be shown for individual batches - [Optional] Gibt an, ob die Ausführungszeit für einzelne Batches angezeigt werden soll. - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [Optional] Gibt einen benutzerdefinierten Namen für dieses Verbindungsprofil an, um die Suche innerhalb der Befehlspalette von Visual Studio Code zu vereinfachen. - - - [Optional] Specify the SQL Server authentication type. - [Optional] Gibt den SQL Server-Authentifizierungstyp an. - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [Optional] Gibt den Namen der Datenbank an, mit der Sie eine Verbindung herstellen möchten. Wenn Sie keine Datenbank angeben, wird die Standardbenutzerdatenbank verwendet. In der Regel ist dies "master". - - - [Optional] Specify the delay between attempts to restore connection. - [Optional] Gibt die Verzögerung zwischen den Versuchen zur Verbindungswiederherstellung an. - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [Optional] Geben Sie die Zeitspanne in Sekunden an, die auf die Ausführung eines Befehls gewartet werden soll, bevor der Versuch beendet und ein Fehler generiert wird. Der Standardwert ist 30 Sekunden. - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [Optional] Geben Sie die Zeitspanne in Sekunden an, die auf eine Verbindung mit dem Server gewartet werden soll, bevor der Verbindungsversuch beendet und ein Fehler generiert wird. Der Standardwert ist 30 Sekunden. - - - [Optional] Specify the maximum number of connections allowed in the pool. - [Optional] Gibt die maximal zulässige Anzahl von Verbindungen im Pool an. - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [Optional] Gibt die Mindestzeitspanne in Sekunden an, für die diese Verbindung im Pool verbleiben soll, bevor sie entfernt/gelöscht wird. - - - [Optional] Specify the minimum number of connections allowed in the pool. - [Optional] Gibt die mindestens erforderliche Anzahl von Verbindungen im Pool an. - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [Optional] Gibt den Namen der Anwendung an, die SQL Server für die Protokollierung verwendet. (Standardwert: "vscode-mssql"). - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [Optional] Gibt den Namen der primären Datei (einschließlich des vollständigen Pfadnamens) einer Datenbank an, die angefügt werden soll. - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [Optional] Gibt den Namen der Arbeitsstation an, die eine Verbindung mit SQL Server herstellt. - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [Optional] Gibt den Namen oder die Netzwerkadresse der SQL Server-Instanz an, die als Failoverpartner fungiert. - - - [Optional] Specify the number of attempts to restore connection. - [Optional] Gibt die Anzahl von Versuchen für die Verbindungswiederherstellung an. - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [Optional] Gibt das Kennwort für die SQL Server-Authentifizierung an. Wenn Sie kein Kennwort angeben oder bereits eine Speicherung durchgeführt haben, werden Sie bei der Verbindungsherstellung erneut danach gefragt. - - - [Optional] Specify the port number to connect to. - [Optional] Gibt den Port an, mit dem Sie eine Verbindung herstellen möchten. - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [Optional] Gibt die Größe der Netzwerkpakete in Byte an, die bei der Kommunikation mit dem SQL Server verwendet werden soll. - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [Optional] Gibt den Benutzernamen für die SQL Server-Authentifizierung an. Wenn Sie keinen Namen angeben, werden Sie bei der Verbindungsherstellung erneut danach gefragt. - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [Optional] Die ADO.NET-Verbindungszeichenfolge, die für die Verbindung verwendet werden soll. Setzt alle weiteren Optionen für diese Verbindung außer Kraft. - - - [Optional] Used by SQL Server in replication. - [Optional] Wird von SQL Server bei der Replikation verwendet. - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [Optional] Bei "Obligatorisch" oder "Strict" verwendet SQL Server SSL-Verschlüsselung für alle Daten, die zwischen Client und Server gesendet werden, wenn auf dem Server ein Zertifikat installiert ist. Bei Festlegung auf "Strict" verwendet SQL Server TDS 8.0 für die gesamte Datenübertragung zwischen Client und Server. "Strict" wird ab SQL Server 2022 unterstützt. - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [Optional] Bei Festlegung auf TRUE können mehrere Resultsets über eine Verbindung zurückgegeben und gelesen werden. - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [Optional] Bei Festlegung auf TRUE wird das SQL Server-SSL-Zertifikat automatisch als vertrauenswürdig eingestuft, sofern die Kommunikation mit SSL verschlüsselt ist. Legen Sie für eine Azure SQL-Datenbank-Verbindung den Wert FALSE fest. - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [Optional] Beim Festlegen auf WAHR wird das Verbindungsobjekt aus dem geeigneten Pool abgerufen oder bei Bedarf erstellt und dem geeigneten Pool hinzugefügt. Hinweis: Kann serverlose Datenbanken aktiv halten und das automatische Pausieren verhindern. - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [Optional] Bei Festlegung auf TRUE erfolgt die Erkennung und die Verbindung mit dem aktiven Server schneller, wenn eine Always On-Verfügbarkeitsgruppe für verschiedene Subnetze konfiguriert ist. - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [Optional] Bei Festlegung auf TRUE wird das Kennwort für die SQL Server-Authentifizierung im sicheren Speicher Ihres Betriebssystems gespeichert, wie z. B. der Schlüsselbund unter MacOS oder Secure Store in Windows. - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [Optional] Bei Festlegung auf FALSE werden sicherheitsrelevante Informationen wie z. B. das Kennwort nicht als Teil der Verbindung zurückgegeben, wenn die Verbindung geöffnet ist oder sich bereits in einem geöffneten Zustand befunden hat. - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [Optional] Bei Angabe von „(and encrypt=Mandatory and trustServerCertificate=false)“ verwendet SQL Server den angegebenen Hostnamen zum Überprüfen der Vertrauensstellung mit dem Serverzertifikat. - - - [Optional] When true, column headers are included when saving results as CSV - [Optional] Bei Festlegung auf TRUE werden die Spaltenüberschriften beim Speichern der Ergebnisse als CSV mit ausgegeben. - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [Erforderlich] Gibt den Namen des Servers an, mit dem Sie eine Verbindung herstellen möchten. Verwenden Sie "hostname instance" oder "<server>.database.windows.net" für die Azure SQL-Datenbank. - - - auth - Authentifizierung - - - database - Datenbank - - - port - Port - - - server - Server - - - user - Benutzende Personen - - - + + + + + + is required. + ist erforderlich. + + + $(check) Copied messages + $(check) Nachrichten kopiert + + + $(plug) Connect to MSSQL + $(plug) Verbindung mit MSSQL herstellen + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + „mssql.newEditorConnectionBehavior“ ist auf „defaultConnection“ festgelegt, aber „mssql.defaultConnectionId“ ist nicht konfiguriert. Neue Editoren greifen auf die Übertragung der aktiven Verbindung zurück. + + + '{0}' started. + {0} is the service name + „{0}“ wurde gestartet. + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <Default> + + + <default> + <default> + + + (0 rows affected) + (0 Zeilen betroffen) + + + (0 rows) + (0 Zeilen) + + + (1 row affected) + (1 Zeile betroffen) + + + (Command completed successfully) + (Befehl wurde erfolgreich abgeschlossen) + + + (current) + (aktuell) + + + (empty) + (leer) + + + ({0} row(s) affected) + {0} is the number of rows affected + ({0} Zeile(n) betroffen) + + + ({0} row) + {0} is the number of rows (singular) + ({0} Zeile) + + + ({0} rows affected) + {0} is the number of rows affected + ({0} Zeilen betroffen) + + + ({0} rows) + {0} is the number of rows (plural) + ({0} Zeilen) + + + + Add Azure Account + + Azure-Konto hinzufügen + + + + Add Fabric Account + + Fabric-Konto hinzufügen + + + + Create Connection Group + + Verbindungsgruppe erstellen + + + - + - + + + 0 rows + 0 Zeilen + + + 0 rows returned + 0 Zeilen zurückgegeben + + + 1 + 1 + + + 1 row + 1 Zeile + + + 1 row returned + 1 Zeile zurückgegeben + + + 100K vCore seconds + 100.000 V-Kern-Sekunden + + + 32 GB + 32 GB + + + 32 GB storage + 32 GB backup + 32 GB Speicher + 32 GB Sicherung + + + 60 min + 60 Min. + + + = + = + + + A SQL editor must have focus before executing this command + Ein SQL-Editor muss den Fokus haben, damit dieser Befehl ausgeführt werden kann. + + + A connection is already being established. Please wait for it to complete before running a query. + Es wird bereits eine Verbindung hergestellt. Warten Sie, bis der Vorgang abgeschlossen ist, bevor Sie eine Abfrage ausführen. + + + A database with this name already exists on the server + Auf dem Server ist bereits eine Datenbank mit diesem Namen vorhanden. + + + A firewall rule is required to access this server. + Für den Zugriff auf diesen Server ist eine Firewallregel erforderlich. + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + Eine hochintegrierte, entwicklerfreundliche Transaktionsdatenbank, die automatisch skaliert, automatisch optimiert und Daten für Analysen über Fabric in OneLake spiegelt. + + + A predefined global default value for the column or binding. + Ein vordefinierter globaler Standardwert für die Spalte oder Bindung. + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + Für diese Editorsitzung wird bereits eine Abfrage ausgeführt. Brechen Sie diese Abfrage ab, oder warten Sie auf den Abschluss der aktuellen Abfrageausführung. + + + A required .NET runtime could not be found or installed. + Eine erforderliche .NET-Laufzeitumgebung konnte nicht gefunden oder installiert werden. + + + API Type + API-Typ + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + Beschleunigen der Schemaentwicklung durch automatisches Generieren von ORM-Migrationen oder T-SQL-Änderungsskripts + + + Accept + Annehmen + + + Accept All + Alle akzeptieren + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + Akzeptieren Sie die SQL Server-Lizenzbedingungen, um einen SQL Server-Docker-Container bereitzustellen. + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + Zugriff verweigert. Stellen Sie sicher, dass Sie über die erforderlichen Berechtigungen für die Verwendung dieses Tools oder Modells verfügen. + + + Access to the XEL file was denied. + Zugriff auf die XEL-Datei wurde verweigert. + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Zugriffstoken für die Verbindung {0} mit URI {1} ist abgelaufen + + + Account + Konto + + + Account not found + Das Konto wurde nicht gefunden. + + + Action + Aktion + + + Action Type + Aktionstyp + + + Actions + Aktionen + + + Active filters: + Aktive Filter: + + + Actual Elapsed CPU Time + Tatsächlich verstrichene CPU-Zeit + + + Actual Elapsed Time + Tatsächlich verstrichene Zeit + + + Actual Number of Rows For All Executions + Tatsächliche Anzahl von Zeilen für alle Ausführungen + + + Add + Hinzufügen + + + Add Account + Konto hinzufügen + + + Add Column + Spalte hinzufügen + + + Add Connection + Verbindung hinzufügen + + + Add Firewall Rule + Firewallregel hinzufügen + + + Add Firewall Rule to {0} + {0} is the server name + Hinzufügen einer Firewallregel zu {0} + + + Add MCP server to workspace configuration + MCP-Server zur Arbeitsbereichskonfiguration hinzufügen + + + Add Row + Zeile hinzufügen + + + Add Server Connection + Serververbindung hinzufügen + + + Add Table + Tabelle hinzufügen + + + Add a Microsoft Entra account... + Microsoft Entra-Konto hinzufügen... + + + Add account + Konto hinzufügen + + + Add filter + Filter hinzufügen + + + Add filters to modify the SQL query + Hinzufügen von Filtern zum Ändern der SQL-Abfrage + + + Add my client IP ({0}) + {0} is the IP address of the client + Meine Client-IP-Adresse hinzufügen ({0}) + + + Add my subnet IP range + Meinen Subnetz-IP-Bereich hinzufügen + + + Add new column + Neue Spalte hinzufügen + + + Add new foreign key + Neuen Fremdschlüssel hinzufügen + + + Add tag + Kategorie hinzufügen + + + Add to VS Code + Zu VS Code hinzufügen + + + Add to favorites + Zu Favoriten hinzufügen + + + Add to workspace + Zum Arbeitsbereich hinzufügen + + + Added + Hinzugefügt + + + Added column '{0}' + {0} is the column name + Spalte „{0}“ hinzugefügt + + + Added foreign key '{0}' + {0} is the foreign key name + Fremdschlüssel „{0}“ hinzugefügt + + + Additional parameters + Zusätzliche Parameter + + + Additional usage beyond the free amount will be charged at serverless rates. + Zusätzliche Nutzung über den kostenlosen Umfang hinaus wird zu serverlosen Tarifen abgerechnet. + + + Admin Password + Administratorkennwort + + + Admin Username + Administratorbenutzername + + + Advanced + Erweitert + + + Advanced Backup Options + Erweiterte Backup-Optionen + + + Advanced Connection Settings + Erweiterte Verbindungseinstellungen + + + Advanced Entity Configuration + Erweiterte Entitätskonfiguration + + + Advanced Options + Erweiterte Optionen + + + Advanced Publish Options + Erweiterte Veröffentlichungsoptionen + + + Advanced restore options + Erweiterte Wiederherstellungsoptionen + + + After + Nach + + + All + Alle + + + All Files (*.*) + Alle Dateien (*.*) + + + All Schemas + Alle Schemas + + + All files + Alle Dateien + + + All permissions for extensions to access your connections have been cleared. + Für Erweiterungen wurden alle Berechtigungen zum Zugriff auf Ihre Verbindungen gelöscht. + + + All selected + Alle ausgewählten Elemente + + + All severities + Alle Schweregrade + + + Allow Null + NULL zulassen + + + Allow Nulls + NULL-Werte zulassen + + + Allow null + NULL zulassen + + + Allow this extension to access your connections + Dieser Erweiterung den Zugriff auf Ihre Verbindungen gestatten + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + Ermöglicht MCP-Clients die Verwendung allgemeiner Tools zum Erstellen, Lesen, Aktualisieren und Löschen für diese Tabelle. + + + Alphabetical + Alphabetisch + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + Bereits von „{0}“ verwendet + + + Alter + Ändern + + + Always Encrypted + Always Encrypted + + + Always show in new tab + Immer auf neuer Registerkarte anzeigen + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + Mehrdeutige Verbindungsreferenz. Geben Sie nur connectionId oder connectionName an. + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + GitHub Copilot benötigt eine aktive Verbindung, um Ihr Datenbankschema zu verstehen und fortzufahren. +Wählen Sie „{0}“, um eine Verbindung herzustellen. + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + Fehler beim Aktualisieren der Knoten. Weitere Informationen finden Sie im MSSQL-Ausgabekanal. + + + An error occurred while copying results: {0} + {0} is the error message + Fehler beim Kopieren der Ergebnisse: {0} + + + An error occurred while loading data. + Fehler beim Laden von Daten. + + + An error occurred while processing your request. + Fehler bei der Verarbeitung Ihrer Anforderung. + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + Fehler beim Entfernen des Microsoft Entra-Kontos: {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + Fehler beim Abrufen von Zeilen: {0} + + + An error occurred: {0} + {0} is the error message + Fehler: {0} + + + An unexpected error occurred + Unerwarteter Fehler. + + + An unexpected error occurred with the language model. Please try again. + Unerwarteter Fehler beim Sprachmodell. Versuchen Sie es erneut. + + + An unknown error occurred. Please try again. + Ein unbekannter Fehler ist aufgetreten. Versuchen Sie es erneut. + + + Analytics-ready by default + Standardmäßig für Analysen bereit. + + + Analyze static code with customizable rulesets in SQL Database Projects. + Analysieren Sie statischen Code mit anpassbaren Regelsätzen in SQL-Datenbankprojekten. + + + And + Und + + + Anonymous + Anonym + + + Append to the existing backup set + An vorhandenem Sicherungssatz anhängen + + + Application (Client) ID + Anwendungs-ID (Client) + + + Application (Client) ID is required. + Die Anwendungs-ID (Client-ID) ist erforderlich. + + + Application Intent + Anwendungszweck + + + Application Name + Anwendungsname + + + Application Version + Anwendungsversion + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + Die Anwendungsversion muss das Format n.n.n oder n.n.n.n aufweisen, wobei n eine Zahl ist (z. B. 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + Die Anwendungsversion muss das Format n.n.n.n aufweisen, wobei n eine Zahl ist (z. B. 1.0.0.0) + + + Apply + Übernehmen + + + Apply Changes + Änderungen übernehmen + + + Apply changes to target + Änderungen auf das Ziel anwenden + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + Anwenden kontextbezogener Vorschläge für SQL-Syntax, Beziehungen und Einschränkungen + + + Apply failed. Fix the error and retry, or run Schema Compare again. + Fehler beim Anwenden. Beheben Sie den Fehler und wiederholen Sie den Vorgang, oder führen Sie den Schemavergleich erneut aus. + + + Applying changes, this might take a while... + Änderungen werden angewendet, dies kann eine Weile dauern … + + + Approve + Genehmigen + + + Are you sure you want to cancel this background task? + Soll diese Hintergrundaufgabe wirklich abgebrochen werden? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + Möchten Sie die aktuelle Sitzung wirklich schließen? Alle erfassten Ereignisse gehen verloren. Sie können die Ereignisse vor dem Schließen über die Symbolleiste als CSV exportieren. + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + Möchten Sie den Container „{0}“ löschen? Dadurch werden sowohl der Container als auch seine Verbindung aus VS Code entfernt. + + + Are you sure you want to delete the selected items? + Möchten Sie die ausgewählten Elemente wirklich löschen? + + + Are you sure you want to delete {0}? + {0} is the group name + Möchten Sie "{0}" löschen? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + Möchten Sie „{0}“ wirklich löschen? Sie können auch die zugehörigen Verbindungen löschen oder sie in den Stammordner verschieben. + + + Are you sure you want to disconnect? + Möchten Sie die Verbindung trennen? + + + Are you sure you want to remove {0}? + {0} is the node label + Möchten Sie "{0}" wirklich entfernen? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + Möchten Sie alle Copilot-Änderungen rückgängig machen? Dadurch werden alle nachverfolgten Änderungen auf ihren ursprünglichen Zustand zurückgesetzt. + + + Are you sure you want to update the target? + Möchten Sie das Ziel aktualisieren? + + + Are you sure you want to {0}? + {0} is the action being confirmed + Möchten Sie {0}? + + + Are you sure? + Möchten Sie wirklich fortfahren? + + + Ask GitHub Copilot to Fix + GitHub Copilot zur Behebung auffordern + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + Stellen Sie Fragen, oder schlagen Sie Schemaänderungen im Chat vor, und GitHub Copilot aktualisiert das Schema sofort im Diagramm. + + + At least one API type must be selected. + Es muss mindestens ein API-Typ ausgewählt werden. + + + Auth type + Authentifizierungstyp + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + Authentifizieren mithilfe eines Microsoft Entra-Dienstprinzipals. Geben Sie die Anwendungs-ID (Client-ID) als Benutzernamen und den geheimen Clientschlüssel als Kennwort ein. Klicken Sie auf das Info-Symbol, um weitere Informationen zu erhalten. + + + Authenticated + Authentifiziert + + + Authentication + Authentifizierung + + + Authentication Library has changed, please reload Visual Studio Code. + Die Authentifizierungsbibliothek wurde geändert. Bitte laden Sie Visual Studio Code erneut. + + + Authentication Type + Authentifizierungstyp + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + Authentifizierungsfehler bei Konto „{0}“ (Mandant „{1}“). Um dies zu beheben, muss Ihr Tokencache gelöscht werden, wodurch Sie von allen verbundenen Konten abgemeldet werden. + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + Authentifizierungsfehler bei Konto. Um dies zu beheben, muss Ihr Tokencache gelöscht werden, wodurch Sie von allen verbundenen Konten abgemeldet werden. + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + Fehler bei der Authentifizierung aufgrund eines Nonce-Konflikts. Schließen Sie Azure Data Studio, und versuchen Sie es noch mal. + + + Authentication failed due to a state mismatch, please close ADS and try again. + Fehler bei der Authentifizierung aufgrund eines Statuskonflikts. Schließen Sie ADS, und versuchen Sie es noch mal. + + + Authentication not supported + Authentifizierung wird nicht unterstützt. + + + Auto Arrange + Automatisch anordnen + + + Auto Arrange Confirmation + Bestätigung der automatischen Anordnung + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + Die automatische Anordnung wird alle Diagrammelemente basierend auf optimalen Layoutalgorithmen neu positionieren. Alle benutzerdefinierten Positionierungen, die Sie erstellt haben, gehen verloren. Möchten Sie mit der automatischen Anordnung Ihres Schemadiagramms fortfahren? + + + Auto-pause + Automatisch anhalten + + + Auto-pause the database until next month + Datenbank bis zum nächsten Monat automatisch anhalten + + + Auto-scroll + Automatisch scrollen + + + Auto-scroll disabled + Automatisches Scrollen deaktiviert + + + Auto-scroll enabled + Automatisches Scrollen aktiviert + + + Automatic tuning features like automatic index creation enabled by default. + Automatische Optimierungsfunktionen wie die automatische Indexerstellung sind standardmäßig aktiviert. + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + Wählt automatisch eine verfügbare Microsoft Entra ID-Identität von auf Ihrem System installierten Anbietern aus. Klicken Sie auf das Info-Symbol, um weitere Informationen zu erhalten. + + + Available Servers + Verfügbare Server + + + Average: {0} + {0} is the average + Durchschnitt: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + Durchschnitt: {0}, Anzahl: {1}, Summe: {2} + + + Avg + Durchschn. + + + Azure (China) + Azure (China) + + + Azure (Public) + Azure (öffentlich) + + + Azure (US Government) + Azure (US-Regierungsbehörden) + + + Azure Account + Azure-Konto + + + Azure Account is required + Azure Konto ist erforderlich. + + + Azure Code Grant + Azure-Code + + + Azure Data Studio Migration + Azure Data Studio Migration + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Azure Data Studio Migration Toolkit – jetzt mit Keymap! + + + Azure Data Studio settings file + Azure Data Studio-Einstellungsdatei + + + Azure Databases + Azure-Datenbanken + + + Azure Device Code + Azure-Gerätecode + + + Azure MFA + Azure MFA + + + Azure SQL Database is not supported for backup. + Azure SQL-Datenbank wird für die Sicherung nicht unterstützt. + + + Azure SQL Database is not supported for restore. + Azure SQL-Datenbank wird für die Wiederherstellung nicht unterstützt. + + + Azure SQL Managed Instance + Azure SQL Managed Instance + + + Azure SQL Server + Azure SQL Server + + + Azure SQL databases provisioning + Bereitstellung von Azure SQL-Datenbanken + + + Azure Subscriptions + Azure-Abonnements + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + Azure-Konto „{0}“ wurde nicht gefunden. Melden Sie sich mit dem richtigen Konto an oder wählen Sie ein anderes aus. + + + Azure sign in failed. + Fehler bei der Azure-Anmeldung. + + + Azure subscription not found in cache. + Das Azure-Abonnement wurde nicht im Cache gefunden. + + + Azure: Sign In + Azure: Anmelden + + + Azure: Sign In to Azure Cloud + Azure: Bei Azure-Cloud anmelden + + + Azure: Sign In with Device Code + Azure: Mit Gerätecode anmelden + + + BACPAC exported successfully + BACPAC erfolgreich exportiert + + + BACPAC exported successfully to '{0}' + {0} is the file path + Die BACPAC-Datei wurde erfolgreich nach „{0}“ exportiert + + + BACPAC imported successfully + BACPAC erfolgreich importiert + + + BACPAC imported successfully to database '{0}' + {0} is the database name + BACPAC-Datei wurde erfolgreich in die Datenbank „{0}“ importiert + + + Back + Zurück + + + Back to Schema + Zurück zum Schema + + + Back to preview + Zurück zur Vorschau + + + Backup + Sicherung + + + Backup Database - {0} + {0} is the database name + Sicherungsdatenbank - {0} + + + Backup File + Sicherungsdatei + + + Backup Files + Backups + + + Backup Files (*.bak, *.log, *.trn) + Backups (*.bak;*.trn;*.log) + + + Backup Location + Backup-Speicherort + + + Backup Name + Backupname + + + Backup Storage Redundancy + Redundanz für Sicherungsspeicher + + + Backup Type + Backup-Typ + + + Backup sets to restore + Wiederherzustellende Sicherungssätze + + + Backup the tail of the log + Sicherung des Protokollfragments + + + Backup to a new media set + Sicherung in einem neuen Mediensatz + + + Batch execution time: {0} + {0} is the batch time + Batchausführungszeit: {0} + + + Before + Vor + + + Behavior when free offer limit is reached + Verhalten bei Erreichen des Limits für kostenlose Angebote + + + Between + Zwischen + + + Blanks + Blanks + + + Blob + Blob + + + Blob Container + Blob-Container + + + Blob Container is required + Blob-Container ist erforderlich + + + Blob does not contain a valid database backup + Blob enthält kein gültiges Datenbankbackup. + + + Blob is required + Blob ist erforderlich. + + + Block this extension from accessing your connections + Verhindern Sie, dass diese Erweiterung auf Ihre Verbindungen zugreift. + + + Both + Beides + + + Brightness + Helligkeit + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + Übertragen Sie Ihre gespeicherten Verbindungen, Gruppen und Konfiguration aus Azure Data Studio in die MSSQL-Erweiterung und entdecken Sie vertraute Funktionen. + + + Browse + Durchsuchen + + + Browse Azure + Azure durchsuchen + + + Browse Azure SQL Database tutorials and docs + Tutorials und Dokumentation zu Azure SQL-Datenbanken durchsuchen + + + Browse Fabric + Fabric durchsuchen + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + Durchsuchen Sie Fabric-Arbeitsbereiche und stellen Sie SQL-Datenbanken in Fabric bereit, ohne VS Code zu verlassen. + + + Browse files + Dateien durchsuchen + + + Browse forvpath + forvpath durchsuchen + + + Browse to Azure Data Studio settings.json + Zu Azure Data Studio settings.json wechseln + + + Browse... + Durchsuchen... + + + Build APIs with GitHub Copilot + APIs mit GitHub Copilot erstellen + + + Build Data API + Daten-API erstellen + + + Build failed with exit code {0} + Fehler bei dem Build mit Exitcode {0}. + + + Build {0} + „{0}“ erstellen + + + Building {0}... + „{0}“ wird erstellt … + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + Integrierte Verschlüsselung, Firewallregeln und die Integration mit Microsoft Entra ID zum Schutz Ihrer Daten. + + + Bulk Actions + Massenaktionen + + + Bulk-logged + Massenprotokolliert + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + CSV/TXT-Dateien (*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + Aufrufendes Tool: {0} mit {1}. + + + Cancel + Abbrechen + + + Cancel Query + Abfrage abbrechen + + + Cancel Task + Aufgabe abbrechen + + + Cancel failed: {0} + {0} is the error message + Fehler beim Abbrechen: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + Fehler beim Abbrechen des Schemavergleichs: {0} + + + Cancel the query execution in progress + Die laufende Abfrageausführung abbrechen + + + Canceled + Abgebrochen + + + Canceling + Wird abgebrochen + + + Canceling query + Die Abfrage wird abgebrochen. + + + Canceling the query failed: {0} + {0} is the error message + Fehler beim Abbrechen der Abfrage: {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + Auf den Docker-Socket kann nicht zugegriffen werden. Ihr Benutzerkonto ist möglicherweise nicht in der Gruppe „docker“, oder VS Code wurde gestartet, bevor die Gruppenmitgliedschaft wirksam wurde. Führen Sie „sudo usermod -aG docker $USER“ aus, und melden Sie sich dann ab und wieder an (oder starten Sie das System neu), bevor Sie VS Code erneut starten. + + + Cannot cancel query as no query is running. + Die Abfrage kann nicht abgebrochen werden, weil keine Abfrage ausgeführt wird. + + + Cannot change session while active + Die Sitzung kann nicht geändert werden, während sie aktiv ist + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + Aufgrund abgelaufener Token kann keine Verbindung hergestellt werden. Authentifizieren Sie sich erneut, und versuchen Sie es noch mal. + + + Cannot create foreign key + Fremdschlüssel kann nicht erstellt werden. + + + Cannot delete column because it is part of foreign key relationships. + Die Spalte kann nicht gelöscht werden, da sie Teil von Fremdschlüsselbeziehungen ist. + + + Cannot delete column because it is referenced by a foreign key. + Die Spalte kann nicht gelöscht werden, da ein Fremdschlüssel auf sie verweist. + + + Cannot delete column because it is used by a foreign key. + Die Spalte kann nicht gelöscht werden, da sie von einem Fremdschlüssel verwendet wird. + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + "{0}" kann nicht ausgeschlossen werden. Eingeschlossene abhängige Elemente vorhanden. + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + "{0}" kann nicht ausgeschlossen werden. Eingeschlossene abhängige Elemente vorhanden: {1} + + + Cannot generate script without a restore plan + Skript kann nicht ohne Wiederherstellungsplan generiert werden. + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + "{0}" kann nicht eingeschlossen werden. Ausgeschlossene abhängige Elemente vorhanden. + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + "{0}" kann nicht eingeschlossen werden. Ausgeschlossene abhängige Elemente vorhanden: {1} + + + Cannot revert: The column is part of a foreign key that references a deleted table + Rückgängigmachen nicht möglich: Die Spalte ist Teil eines Fremdschlüssels, der auf eine gelöschte Tabelle verweist. + + + Cannot revert: The referenced table or column has been deleted + Rückgängigmachen nicht möglich: Die Tabelle oder Spalte, auf die verwiesen wird, wurde gelöscht. + + + Cascade + Cascade + + + Category + Kategorie + + + Change + Ändern + + + Change Connection + Verbindung ändern + + + Change Database + Datenbank ändern + + + Change Password + Kennwort ändern + + + Change Setting + Einstellung ändern + + + Change column width + Spaltenbreite ändern + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Die Datenbank für die Verbindung „{0}“ (ID: {1}) in „{2}“ ändern? + + + Change the connection for the active SQL document + Die Verbindung für das aktive SQL-Dokument ändern + + + Change the database for the active SQL document + Die Datenbank für das aktive SQL-Dokument ändern + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + {0} auf {1} ändern + + + Changed Tables + Geänderte Tabellen + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + Der Datenbankkontext für das Dokument "{0}" wurde in "{1}" geändert. + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Der Datenbankkontext auf Server "{0}" für Dokument "{1}" wurde geändert in "{2}". + + + Changes + Änderungen + + + Changes ({0}) + {0} is the number of schema changes + Änderungen ({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + Die Änderungen wurden erfolgreich angewendet. Führen Sie den Schemavergleich erneut aus, um aktualisierte Unterschiede anzuzeigen. + + + Changes published successfully + Änderungen wurden erfolgreich veröffentlicht + + + Changes saved successfully. + Die Änderungen wurden erfolgreich gespeichert. + + + Changes view mode + Ansichtsmodus für Änderungen + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Der Datenbankkontext auf Server "{0}" für Dokument "{1}" wird geändert in "{2}". + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Die Datenbank wird für die Verbindung „{0}“ (ID: {1}) in „{2}“ geändert + + + Chat + Chat + + + Chat command not available in this VS Code version + Chatbefehl in dieser VS Code-Version nicht verfügbar + + + Check Constraint + Check-Einschränkung + + + Check Constraints + Einschränkungen überprüfen + + + Checking Docker Engine Configuration + Überprüfen der Konfiguration der Docker-Engine + + + Checking Docker engine + Docker-Engine wird überprüft + + + Checking Docker installation + Docker-Installation wird überprüft + + + Checking Docker prerequisites... + Docker-Voraussetzungen werden überprüft... + + + Checking container readiness + Überprüfen der Containerbereitschaft + + + Checking if Docker is installed + Es wird überprüft, ob Docker installiert ist. + + + Checking if Docker is installed on your machine + Es wird überprüft, ob Docker auf Ihrem Computer installiert ist. + + + Checking if Docker is running on your machine. If not, we'll start it for you. + Es wird überprüft, ob Docker auf Ihrem Computer ausgeführt wird. Wenn nicht, starten wir es für Sie. + + + Checking if Docker is started + Es wird überprüft, ob Docker gestartet wurde. + + + Checking if the Docker Engine is configured correctly on your machine. + Es wird überprüft, ob die Docker-Engine auf Ihrem Computer ordnungsgemäß konfiguriert ist. + + + Checking pre-requisites + Voraussetzungen werden überprüft. + + + Choose An Action + Aktion auswählen + + + Choose Existing + Vorhandene auswählen + + + Choose Query History + Abfrageverlauf auswählen + + + Choose SQL Language + SQL-Sprache auswählen + + + Choose a Microsoft Entra account + Microsoft Entra-Konto auswählen + + + Choose a Microsoft Entra tenant + Microsoft Entra-Mandant auswählen + + + Choose a connection profile from the list below + Wählen Sie in der Liste unten ein Verbindungsprofil aus. + + + Choose a database + Datenbank auswählen + + + Choose a database from the list below + Wählen Sie in der Liste unten eine Datenbank aus. + + + Choose a hostname for the container + Hostnamen für den Container auswählen + + + Choose a name for the SQL Server Docker Container + Wählen Sie einen Namen für den SQL Server-Docker-Container aus. + + + Choose a port to host the SQL Server Docker Container + Wählen Sie einen Port zum Hosten des SQL Server-Docker-Containers aus. + + + Choose an option to provision a database + Wählen Sie eine Option zum Bereitstellen einer Datenbank aus. + + + Choose color + Farbe auswählen + + + Choose the Right Version + Wählen Sie die richtige Version aus. + + + Choose the behavior for new editors + Verhalten für neue Editoren auswählen + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + Wählen Sie aus, ob diese gespeicherte Prozedur als GraphQL-Mutation oder -Abfrage angezeigt wird. DAB verwendet standardmäßig Mutationen. + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + Zirkelbezug erkannt: "{0}" → "{1}" erzeugt einen Zyklus. + + + Clear + Löschen + + + Clear All + Alle löschen + + + Clear All Filters + Alle Filter entfernen + + + Clear Data + Daten löschen + + + Clear Filter + Filter löschen + + + Clear Filters + Filter löschen + + + Clear Quick Query + Schnellabfrage löschen + + + Clear Recent Connections List + Liste der zuletzt verwendeten Verbindungen löschen + + + Clear Selection + Auswahl löschen + + + Clear Sort + Sortierung löschen + + + Clear all + Auswahl aufheben + + + Clear all events (keeps session running) + Alle Ereignisse löschen (Sitzung bleibt aktiv) + + + Clear all filters + Alle Filter löschen + + + Clear all filters and show all events + Alle Filter löschen und alle Ereignisse anzeigen + + + Clear all grouping + Alle Gruppierungen löschen + + + Clear all sorting + Alle Sortierungen löschen + + + Clear cache and refresh token + Cache löschen und Token aktualisieren + + + Clear filters + Filter löschen + + + Clear from recent connections list + Aus der Liste der zuletzt verwendeten Verbindungen löschen + + + Clear permissions for all extensions to access your connections + Für alle Erweiterungen die Berechtigung zum Zugriff auf Ihre Verbindungen löschen + + + Clear quick filter and all column filters + Schnellfilter und alle Spaltenfilter löschen + + + Clear this Quick Query + Diese Schnellabfrage löschen + + + Clear token cache + Tokencache löschen + + + Click to cancel loading summary + Klicken, um das Laden der Zusammenfassung abzubrechen + + + Click to change connection + Klicken, um die Verbindung zu ändern + + + Click to change database + Klicken, um die Datenbank zu wechseln. + + + Click to connect to a database + Klicken Sie hier, um eine Verbindung mit einer Datenbank herzustellen. + + + Click to load summary + Klicken, um die Zusammenfassung zu laden + + + Click to sign into an Azure account + Klicken Sie, um sich bei einem Azure-Konto anzumelden. + + + Client Secret + Geheimer Clientschlüssel + + + Client secret is required. + Clientgeheimnis ist erforderlich. + + + Close + Schließen + + + Close Designer + Designer schließen + + + Close Find + Suche schließen + + + Close Script Pane + Skriptbereich schließen + + + Close Without Export + Ohne Export schließen + + + Close details panel + Details schließen + + + Close existing connections to destination database + Bestehende Verbindungen mit der Zieldatenbank schließen + + + Close properties pane + Eigenschaftenbereich schließen + + + Close the current connection + Aktuelle Verbindung schließen + + + Cloud + Cloud + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis – {0} + + + Code analysis rules saved successfully + Code Analysis-Regeln wurden erfolgreich gespeichert + + + Collapse + Reduzieren + + + Collapse All + Alle reduzieren + + + Collapse Subscription Explorer + Abonnement-Explorer reduzieren + + + Collapse Workspace Explorer + Arbeitsbereichs-Explorer reduzieren + + + Collapse all groups + Alle Gruppen reduzieren + + + Collapse connection groups + Verbindungsgruppen reduzieren + + + Collapse connections + Verbindungen reduzieren + + + Collapse settings + Einstellungen reduzieren + + + Collapse {0} + {0} is the category name, e.g. Design + {0} reduzieren + + + Collation + Sortierung + + + Color + Farbe + + + Column + Spalte + + + Column '{0}' already exists + {0} is the column name + Die Spalte „{0}“ ist bereits vorhanden. + + + Column '{0}' already has a foreign key + {0} is the column name + Die Spalte „{0}“ weist bereits einen Fremdschlüssel auf. + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + Die Spalte „{0}“ darf nicht NULL sein, da sie ein Primärschlüssel ist. + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + Die Spalte „{0}“ ist eine Identitätsspalte und darf keinen kaskadierenden Fremdschlüssel aufweisen. + + + Column '{0}' must be a primary key + {0} is the referenced column + Die Spalte "{0}" muss ein Primärschlüssel sein. + + + Column '{0}' not found + {0} is the column name + Die Spalte "{0}" wurde nicht gefunden. + + + Column Name + Spaltenname + + + Column max length cannot be empty + Maximale Spaltenlänge darf nicht leer sein + + + Column name cannot be empty + Der Spaltenname darf nicht leer sein + + + Column not found: {0} + {0} is the column reference + Die Spalte wurde nicht gefunden: {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + Der Spaltenverweis wurde auf mehr als eine Spalte aufgelöst: {0} + + + Column resize by content + Spaltengröße nach Inhalt ändern + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + Die Spaltenbreite muss mindestens {0} Pixel betragen. + + + Columns + Spalten + + + Columns in the primary key. + Spalten im Primärschlüssel. + + + Command Timeout + Befehlstimeout + + + Commands + Befehle + + + Compare + Vergleichen + + + Compare Azure SQL Database service tiers + Dienstebenen für Azure SQL-Datenbank vergleichen + + + Compare SQL Server editions + Editionen von SQL Server vergleichen + + + Comparison Details + Details zum Vergleich + + + Compatibility Level + Kompatibilitätsgrad + + + Compress backup + Backup komprimieren + + + Compression + Komprimierung + + + Compute + Compute + + + Compute + Storage + Compute + Speicher + + + Config copied to clipboard + Konfiguration in Zwischenablage kopiert + + + Configuration saved. + Konfiguration gespeichert. + + + Configuration sections + Konfigurationsabschnitte + + + Configuration to Import + Zu importierende Konfiguration + + + Configure Linux containers + Konfigurieren von Linux-Containern + + + Configure Quick Query and Extension shortcuts. + Schnellabfrage und Erweiterungstastenkombinationen konfigurieren. + + + Configure Rosetta in Docker Desktop + Rosetta in Docker Desktop konfigurieren + + + Configure and customize Azure SQL Databases + Azure SQL-Datenbanken konfigurieren und anpassen + + + Configure and customize SQL Server containers + Konfigurieren und Anpassen von SQL Server-Containern + + + Configure keyboard shortcuts used by the MSSQL extension. + Tastenkombinationen konfigurieren, die von der MSSQL-Erweiterung verwendet werden. + + + Configure the full list of Query Editor shortcuts. + Konfigurieren Sie die vollständige Liste der Tastenkombinationen für den Abfrage-Editor. + + + Confirm Password + Kennwort bestätigen + + + Confirm SQL Server admin password + Bestätigen Sie das SQL Server-Administratorkennwort + + + Confirm admin password + Bestätigen Sie das Administratorkennwort + + + Confirm new password + Neues Kennwort bestätigen + + + Confirm to clear recent connections list + Bestätigen Sie das Löschen der Liste mit den zuletzt verwendeten Verbindungen. + + + Confirm to remove this profile. + Bestätigen Sie die Löschung des Profis. + + + Conjunction + Konjunktion + + + Connect + Verbinden + + + Connect and manage database connections + Datenbankverbindungen herstellen und verwalten + + + Connect the active SQL document to a database + Das aktive SQL-Dokument mit einer Datenbank verbinden + + + Connect to Database + Mit Datenbank verbinden + + + Connect to MSSQL + Mit MSSQL verbinden + + + Connect to SQL Server + Verbindung mit SQL Server herstellen + + + Connect to Server + Mit Server verbinden + + + Connect to a database + Mit Datenbank verbinden + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + Verbindung mit Server „{0}“ und Datenbank „{1}“ herstellen? + + + Connect to server {0}? + {0} is the server name + Verbindung mit Server „{0}“ herstellen? + + + Connect to {0} + {0} is the name of the connection profile + Mit „{0}“ verbinden + + + Connect using either Microsoft Entra ID or SQL Authentication. + Stellen Sie mithilfe von Microsoft Entra ID- oder SQL-Authentifizierung eine Verbindung her. + + + Connect using profile {0}? + {0} is the profile ID + Verbindung über Profil „{0}“ herstellen? + + + Connect with SQL tools and run your first query + Mit SQL-Tools verbinden und die erste Abfrage ausführen + + + Connect with the current settings and save the connection profile + Verbindung mit den aktuellen Einstellungen herstellen und das Verbindungsprofil speichern. + + + Connected successfully + Verbindung erfolgreich hergestellt + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + Die Verbindung mit Server "{0}" für Dokument "{1}" wurde hergestellt. Serverinformationen: {2} + + + Connected to {0} + {0} is the connection label + Verbunden mit {0} + + + Connected to: + Verbunden mit: + + + Connecting + Verbindung wird hergestellt + + + Connecting to Container + Verbindung zum Container wird hergestellt. + + + Connecting to Database + Verbindung zur Datenbank wird hergestellt. + + + Connecting to database + Verbindung mit der Datenbank wird hergestellt + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + Die Verbindung mit Server "{0}" für Dokument "{1}" wird hergestellt. + + + Connecting to server {0} + {0} is the server name + Verbindung mit dem Server "{0}" wird hergestellt + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + Verbindung mit Server „{0}“ und Datenbank „{1}“ wird hergestellt. + + + Connecting to server... + Verbindung mit dem Server wird hergestellt... + + + Connecting to your SQL Server Docker container + Es wird eine Verbindung mit Ihrem SQL Server-Docker-Container hergestellt. + + + Connecting to {0}... + {0} is the server name + Verbindung mit „{0}“ wird hergestellt … + + + Connecting to {0}... + {0} is the connection display name + Verbindung mit „{0}“ wird hergestellt … + + + Connecting to: + Verbindung wird hergestellt mit: + + + Connecting using profile {0} + {0} is the profile ID + Verbindung wird über Profil „{0}“ hergestellt. + + + Connecting... + Verbindung wird hergestellt... + + + Connection + Verbindung + + + Connection Authentication + Verbindungsauthentifizierung + + + Connection Details + Verbindungsdetails + + + Connection Dialog + Dialogfeld „Verbindung“ + + + Connection Error + Verbindungsfehler + + + Connection Failed + Fehler bei der Verbindung + + + Connection Group + Verbindungsgruppe + + + Connection Import Warning + Warnung beim Verbindungsimport + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + Das Verbindungsprofil konnte nicht aktualisiert werden. Bitte ändern Sie die Verbindungsdetails manuell in „settings.json“, und versuchen Sie es noch mal. + + + Connection String + Verbindungszeichenfolge + + + Connection Timeout + Verbindungstimeout + + + Connection Timeout (seconds) + Verbindungstimeout (Sekunden) + + + Connection actions + Verbindungsaktionen + + + Connection error + Verbindungsfehler + + + Connection error: {0} + {0} is the error message + Verbindungsfehler: {0} + + + Connection failed + Verbindung fehlgeschlagen + + + Connection failed: {0} + {0} is the error message from the connection attempt + Fehler beim Herstellen der Verbindung: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + Die Verbindungsgruppe mit derselben ID wurde bereits importiert: {0} (ID: {1}) + + + Connection groups to import + Zu importierende Verbindungsgruppen + + + Connection is not active. Please establish a connection before performing this action. + Die Verbindung ist nicht aktiv. Stellen Sie eine Verbindung her, bevor Sie diese Aktion ausführen. + + + Connection not found for uri "{0}". + {0} is the uri + Die Verbindung für URI „{0}“ wurde nicht gefunden. + + + Connection profile '{0}' not found. + {0} is the profile ID + Das Verbindungsprofil „{0}“ wurde nicht gefunden. + + + Connection profile not found. Please create a new connection using the Connection Dialog. + Das Verbindungsprofil wurde nicht gefunden. Erstellen Sie mithilfe des Verbindungsdialogfelds eine neue Verbindung. + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + Verbindungsfreigabeberechtigung für die Erweiterung verweigert: „{0}“. Verwenden Sie die Berechtigungsverwaltungsbefehle, um dies zu ändern. + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + Eine Verbindungsfreigabeberechtigung ist für die Erweiterung erforderlich: „{0}“ + + + Connection string copied to clipboard + Die Verbindungzeichenfolge wurde in die Zwischenablage kopiert. + + + Connection string is required + Eine Verbindungszeichenfolge ist erforderlich. + + + Connection test succeeded + Verbindungstest erfolgreich + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + Die Verbindung mit der ID „{0}“ wurde nicht gefunden. Überprüfen Sie, ob die Verbindungs-ID vorhanden ist. + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Die Verbindung mit derselben ID wurde bereits importiert: {0} (ID: {1}) + + + Connection: {0} + {0} is the task connection label + Verbindung: {0} + + + Connections in groups that are not selected will be moved under the root. + Verbindungen in nicht ausgewählten Gruppen werden unter den Stamm verschoben. + + + Connections to import + Zu importierende Verbindungen + + + Consider adding a name for this foreign key + Erwägen Sie, einen Namen für diesen Fremdschlüssel hinzuzufügen. + + + Container Name + Containername + + + Container Settings + Containereinstellungen + + + Container does not exist. Would you like to remove the connection? + Der Container ist nicht vorhanden. Möchten Sie die Verbindung entfernen? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + Der Container konnte nicht innerhalb des Timeoutzeitraums gestartet werden. Warten Sie einige Minuten, und versuchen Sie es erneut. + + + Container logs + Containerprotokolle + + + Container name and port are required to check container readiness. + Containername und -port sind erforderlich, um die Containerbereitschaft zu überprüfen. + + + Container name is invalid or already in use + Der Containername ist ungültig oder wird bereits verwendet + + + Container name is required + Der Containername muss angegeben werden. + + + Container name, port, and config content are required to start the container. + Containername, Port und Konfigurationsinhalt sind erforderlich, um den Container zu starten. + + + Containment Type + Eigenständigkeitstyp + + + Contains + Enthält + + + Continue + Weiter + + + Continue Editing + Bearbeitung fortsetzen + + + Continue on error + Bei Fehler fortsetzen + + + Continue using for additional charges + Bei zusätzlichen Gebühren weiter verwenden + + + Control the results grid display + Anzeige des Ergebnisrasters steuern + + + Copied + Kopiert + + + Copied "{0}" to clipboard + {0} is the object name + „{0}“ in die Zwischenablage kopiert + + + Copied to clipboard + In Zwischenablage kopiert + + + Copilot Changes + Copilot-Änderungen + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Copilot-Änderungen ({0}) + + + Copy + Kopieren + + + Copy & Export + Kopieren und exportieren + + + Copy All + Alles kopieren + + + Copy As + Kopieren als + + + Copy Column Name + Spaltennamen kopieren + + + Copy Headers + Header kopieren + + + Copy Object Name + Objektname kopieren + + + Copy Script + Skript kopieren + + + Copy Script to Clipboard + Skript in die Zwischenablage kopieren + + + Copy all cells including column headers + Alle Zellen einschließlich Spaltenüberschriften kopieren + + + Copy all query result content + Den gesamten Inhalt des Abfrageergebnisses kopieren + + + Copy all text output for this cell (messages, PRINT, errors) + Gesamte Textausgabe für diese Zelle kopieren (Nachrichten, DRUCKEN, Fehler) + + + Copy all with headers + Alle mit Headern kopieren + + + Copy as CSV + Als CSV kopieren + + + Copy as IN clause + Als IN-Klausel kopieren + + + Copy as INSERT + Als INSERT kopieren + + + Copy as INSERT INTO + Als INSERT INTO kopieren + + + Copy as JSON + Als JSON kopieren + + + Copy code and open webpage + Code kopieren und Webseite öffnen + + + Copy command to clipboard + Befehl in Zwischenablage kopieren + + + Copy connection string to clipboard + Verbindungszeichenfolge in Zwischenablage kopieren + + + Copy data and save results to files + Daten kopieren und Ergebnisse in Dateien speichern + + + Copy link + Link kopieren + + + Copy messages + Nachrichten kopieren + + + Copy script + Skript kopieren + + + Copy selected cells including column headers + Ausgewählte Zellen einschließlich Spaltenüberschriften kopieren + + + Copy selected cells to the clipboard + Ausgewählte Zellen in die Zwischenablage kopieren + + + Copy selection + Auswahl kopieren + + + Copy selection formatted as INSERT statements + Auswahl kopieren, die als INSERT-Anweisungen formatiert ist + + + Copy selection formatted as JSON + Auswahl als JSON kopieren + + + Copy selection formatted as a SQL IN clause + Auswahl als SQL-IN-Klausel kopieren + + + Copy selection formatted as comma-separated values + Auswahl kopieren, die als durch Trennzeichen getrennte Werte formatiert ist + + + Copy text data to clipboard + Textdaten in die Zwischenablage kopieren + + + Copy with Headers + Mit Headern kopieren + + + Copy with headers + Mit Headern kopieren + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + {0}-URL kopieren + + + Copy-only Backup + Kopie-Backup + + + Copying results... + Ergebnisse werden kopiert... + + + Cost + Kosten + + + Could not connect to database: {0} + {0} is the database name + Es konnte keine Verbindung mit der Datenbank {0} hergestellt werden. + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + Ihre Client-IP-Adresse konnte nicht erkannt werden. Fügen Sie im Azure-Portal manuell eine Firewallregel hinzu. + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + Skripting-Metadaten für {0} „{1}“ konnten nicht gefunden werden. + + + Could not load restore plan + Wiederherstellungsplan konnte nicht geladen werden. + + + Count + Anzahl + + + Count: {0} + {0} is the count + Anzahl: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + Anzahl: {0} Diskrete Anzahl: {1} NULL-Anzahl: {2} + + + Create + Erstellen + + + Create Connection Group + Verbindungsgruppe erstellen + + + Create Connection Profile + Verbindungsprofil erstellen + + + Create Container + Container erstellen + + + Create Database + Datenbank erstellen + + + Create Firewall Rule + Firewallregel erstellen + + + Create Local SQL Container + Lokalen SQL-Container erstellen + + + Create New + Neu erstellen + + + Create New Connection Group + Neue Verbindungsgruppe erstellen + + + Create New Resource Group + Neue Ressourcengruppe erstellen + + + Create New Server + Neuen Server erstellen + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + Erstellen Sie REST-, GraphQL- und MCP-Endpunkte für Ihre SQL-Datenbanktabellen über eine visuelle Oberfläche in Visual Studio Code. Konfigurieren Sie Entitäten, Berechtigungen und Bereitstellungseinstellungen und stellen Sie sie dann lokal mit Docker bereit. + + + Create a Local Docker SQL Server + Lokalen Docker SQL Server erstellen. + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + Erstellen Sie innerhalb von Sekunden einen SQL Server-Container – es sind keine manuellen Schritte erforderlich. Verwalten Sie ihn ganz einfach über die MSSQL-Erweiterung, ohne VS Code verlassen zu müssen. + + + Create a SQL database in Fabric + Erstellen einer SQL-Datenbank in Fabric + + + Create a new connection profile + Neues Verbindungsprofil erstellen + + + Create a new database on '{0}'. + {0} is the name of the server + Neue Datenbank auf „{0}“ erstellen. + + + Create a new firewall rule + Neue Firewallregel erstellen + + + Create a new profiling session + Neue Profiler-Sitzung erstellen + + + Create an Azure SQL Database (Preview) + Azure SQL-Datenbank erstellen (Vorschau) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + Erstellen und verwalten Sie Tastenkombinationen für häufig verwendete Abfragen sowie für Aktionen im Abfrage-Editor und im Ergebnisraster, um verfügbare Befehle zu entdecken und sie effizienter auszuführen. + + + Create as Script + Als Skript erstellen + + + Create new + Neu erstellen + + + Create new connection copied from {0} + {0} is the name of the connection profile + Neue aus {0} kopierte Verbindung erstellen + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + Erstellen einer neuen Firewallregel für {0} + + + Created table {0} + {0} is the qualified table name + Tabelle „{0}“ erstellt + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + Erstellt ein dediziertes MCP-Tool für diese gespeicherte Prozedur. Wenn diese Option deaktiviert ist, kann die Prozedur weiterhin über generische MCP-Ausführungstools verfügbar sein, wenn MCP aktiviert ist. + + + Creating Container + Container wird erstellt. + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + Für den Arbeitsbereich „{0}“ wird eine SQL-Datenbank erstellt. + + + Creating SQL Server container... + SQL Server-Container wird erstellt... + + + Creating and starting the container + Erstellen und Starten des Containers + + + Creating and starting your SQL Server container + Ihr SQL Server-Container wird erstellt und gestartet + + + Creating database + Datenbank wird erstellt + + + Creating resource group... + Ressourcengruppe wird erstellt... + + + Creating server... + Server wird erstellt... + + + Creating session... + Sitzung wird erstellt... + + + Creating workspace with capacity {0} + {0} is the capacity ID + Erstellen eines Arbeitsbereichs mit Kapazität „{0}“ + + + Creating... + Erstellen... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + Anmeldeinformationsfehler: Beim Aktualisieren der Kontoanmeldeinformationen ist ein Fehler aufgetreten. Bitte authentifizieren Sie sich erneut. + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + Anmeldeinformationsfehler: Beim Aktualisieren der Kontoanmeldeinformationen ist ein Fehler aufgetreten. Bitte authentifizieren Sie sich erneut. Fehler: {0} + + + Current Schema: {0}, Select the new schema: + Aktuelles Schema: {0}. Wählen Sie das neue Schema aus: + + + Currently signed in as: + Derzeit angemeldet als: + + + Custom GraphQL Plural Type + Benutzerdefinierter GraphQL-Pluraltyp + + + Custom GraphQL Singular Type + Benutzerdefinierter GraphQL-Einzahltyp + + + Custom GraphQL Type + Benutzerdefinierter GraphQL-Typ + + + Custom REST Path + Benutzerdefinierter REST-Pfad + + + Custom Zoom + Vergrößern/Verkleinern + + + Customize keyboard shortcuts + Anpassen der Tastenkombinationen + + + DAB container failed to become ready within the timeout period. + Fehler beim Vorbereiten des DAB-Containers innerhalb des Timeoutzeitraums. + + + DAB container is running! + DAB-Container wird ausgeführt! + + + DAB container logs + DAB-Containerprotokolle + + + DACPAC deployed successfully + DACPAC erfolgreich bereitgestellt + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + DACPAC wurde erfolgreich in der Datenbank „{0}“ bereitgestellt + + + DACPAC extracted successfully + DACPAC erfolgreich extrahiert + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC wurde erfolgreich extrahiert nach „{0}“ + + + DACPAC path not found. Please build the project first. + Der DACPAC-Pfad wurde nicht gefunden. Erstellen Sie zuerst das Projekt. + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + Der DacFx-Dienst ist nicht verfügbar. Das Profil wurde ohne Bereitstellungsoptionen geladen. Veröffentlichungs- und Skriptgenerierungsvorgänge können nicht ausgeführt werden. + + + DacFx service is not available. Publish and generate script operations cannot be performed. + Der DacFx-Dienst ist nicht verfügbar. Veröffentlichungs- und Skriptgenerierungsvorgänge können nicht ausgeführt werden. + + + Data API builder + Data API Builder + + + Data API builder Configuration + Konfiguration des Daten-API-Generators + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + Daten-API-Generator wurde geöffnet. Fahren Sie mit {0}-Vorgängen ({1}/{2}) fort. + + + Data API builder with GitHub Copilot + Daten-API-Generator mit GitHub Copilot + + + Data Source + Datenquelle + + + Data Type + Datentyp + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + Daten werden mit einem SQL-Analyseendpunkt automatisch in Echtzeit in OneLake repliziert. + + + Data file folder + Datendateiordner + + + Data type + Datentyp + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + Datentypkonflikt: "{0}" in Spalte "{1}" ist nicht kompatibel mit "{2}" in "{3}" + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + Importieren und Exportieren von Datenschichtanwendungen (DACPAC/BACPAC) + + + Data-tier Application + Datenschichtanwendung + + + Data-tier Application File (.dacpac) + Datei der Datenschichtanwendung (DACPAC) + + + Database + Datenbank + + + Database - {0} + {0} is the database name + Datenbank – {0} + + + Database Description + Datenbankbeschreibung + + + Database Details + Datenbankdetails + + + Database Name + Datenbankname + + + Database Name is required + Der Datenbankname ist erforderlich. + + + Database Project + Datenbankprojekt + + + Database changed successfully + Datenbank erfolgreich geändert + + + Database is required + Die Datenbank ist erforderlich + + + Database list + Datenbankliste + + + Database name + Datenbankname + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + Der Datenbankname enthält ungültige Zeichen. Vermeiden Sie die Verwendung von: < > * ? " / \ | + + + Database name is required + Der Datenbankname ist erforderlich. + + + Database name is too long. Maximum length is 128 characters + Der Datenbankname ist zu lang. Die maximale Länge beträgt 128 Zeichen. + + + Database name must be 128 characters or fewer + Der Datenbankname darf maximal 128 Zeichen lang sein. + + + Database not found on the server + Die Datenbank wurde auf dem Server nicht gefunden. + + + Database pauses until the next billing cycle when free amount is renewed. + Die Datenbank wird bis zum nächsten Abrechnungszyklus angehalten, wenn der kostenlose Umfang erneuert wird. + + + Database the table is created in + Datenbank, in der die Tabelle erstellt wird + + + Default + Standard + + + Default Value + Standardwert + + + Define who can access this endpoint + Festlegen, wer auf diesen Endpunkt zugreifen kann + + + Define who can execute this stored procedure + Definieren, wer diese gespeicherte Prozedur ausführen kann + + + Definition + Definition + + + Definition type + Definitionstyp + + + DefinitionRequestCompleted + DefinitionRequestCompleted + + + DefinitionRequested + DefinitionRequested + + + Delete + Löschen + + + Delete 1 row + 1 Zeile löschen + + + Delete Confirmation + Löschbestätigung + + + Delete Contents + Inhalte löschen + + + Delete Row + Zeile löschen + + + Delete backup and restore history + Sicherungs- und Wiederherstellungsverlauf löschen + + + Delete saved connection + Gespeicherte Verbindung löschen + + + Delete {0} rows + {0} Zeilen löschen + + + Deleted + Gelöscht + + + Deleted column '{0}' + {0} is the column name + Spalte „{0}“ gelöscht + + + Deleted foreign key '{0}' + {0} is the foreign key name + Fremdschlüssel „{0}“ gelöscht + + + Deleted table {0} + {0} is the qualified table name + Tabelle „{0}“ gelöscht + + + Deleting Container... + Container wird gelöscht... + + + Deny + Ablehnen + + + Deploy + Bereitstellen + + + Deploy DAB Container + DAB-Container bereitstellen + + + Deploy a .dacpac file to a new or existing SQL database + Bereitstellen einer DACPAC-Datei in einer neuen oder vorhandenen SQL-Datenbank + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + Stellen Sie .dacpac-Dateien bereit und extrahieren Sie diese oder importieren/exportieren Sie .bacpac-Pakete mithilfe eines integrierten, optimierten Workflows in der MSSQL-Erweiterung. + + + Deploy to Existing Database + In einer vorhandenen Datenbank bereitstellen + + + Deploy, extract, import, or export data-tier applications on the selected database + Datenschichtanwendungen in der ausgewählten Datenbank bereitstellen, extrahieren, importieren oder exportieren + + + Deploying DACPAC... + DACPAC wird bereitgestellt... + + + Deployment Complete + Bereitstellung abgeschlossen + + + Deployment Failed + Fehler bei der Bereitstellung + + + Deployment Name + Bereitstellungsname + + + Deployment failed + Bereitstellung fehlgeschlagen + + + Deployment finished + Die Bereitstellung ist abgeschlossen. + + + Deployment in progress + Bereitstellung wird ausgeführt + + + Description + Beschreibung + + + Description for the table. + Die Beschreibung der Tabelle. + + + Description: {0} + {0} is the task description + Beschreibung: {0} + + + Deselect All + Gesamte Auswahl aufheben + + + Design API + API entwerfen + + + Design Schemas with GitHub Copilot + Schemata mit GitHub Copilot entwerfen + + + Details + Details + + + Details panel actions + Aktionen des Detailbereichs + + + Details panel tabs + Registerkarten des Detailbereichs + + + Details tab - displays all event properties + Registerkarte „Details“ – zeigt alle Ereigniseigenschaften an + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + Entwicklerfreundliche Transaktionsdatenbank mit der Azure SQL-Datenbank-Engine – kostenlos für Prototyping und Lernen. + + + Developer-friendly transactional database using the Azure SQL Database Engine. + Entwicklerfreundliche Transaktionsdatenbank, die die Azure SQL-Datenbank-Engine nutzt. + + + Differential + Differenziell + + + Directory not found + Verzeichnis nicht gefunden + + + Disable all entities + Alle Entitäten deaktivieren + + + Disable intellisense and syntax error checking on current document + IntelliSense und Syntaxfehlerprüfung im aktuellen Dokument deaktivieren + + + Disabled + Deaktiviert + + + Disabled globally + Global deaktiviert + + + Discard + Verwerfen + + + Disconnect + Trennen + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Verbindung mit „{0}“ (ID: {1}) trennen? + + + Disconnect the active SQL document from the database + Das aktive SQL-Dokument von der Datenbank trennen + + + Disconnected on document "{0}" + {0} is the document name + Die Verbindung für Dokument "{0}" wurde getrennt. + + + Disconnected successfully + Verbindung erfolgreich getrennt + + + Disconnected. + Getrennt. + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Verbindung mit „{0}“ (ID: {1}) wird getrennt + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + Entdecken Sie, wie SQL-Datenbank in Fabric, Azure SQL und SQL Server die Entwicklung moderner Apps neu definieren. Tauschen Sie sich mit Ingenieur:innen und anderen Fachleuten aus, die die Grenzen von Leistung, KI-Integration und Entwicklerproduktivität verschieben. + + + Dismiss + Verwerfen + + + Displays the data type name for the column + Zeigt den Datentypnamen für die Spalte an + + + Displays the description of the column + Gibt die Beschreibung der Spalte an. + + + Displays the unified data type (including length, scale and precision) for the column + Zeigt den einheitlichen Datentyp (einschließlich Länge, Skalierung und Genauigkeit) für die Spalte an. + + + Dissatisfied + Unzufrieden + + + Distinct + Eindeutig + + + Distinct Count: {0} + {0} is the distinct count + Diskrete Anzahl: {0} + + + Do not compress backup + Sicherung nicht komprimieren + + + Do not connect + Nicht verbinden + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + Möchten Sie an einer kurzen Feedbackumfrage zur MSSQL-Erweiterung für VS Code teilnehmen? + + + Do you want to always display query results in a new tab instead of the query pane? + Möchten Sie Abfrageergebnisse immer auf einer neuen Registerkarte anstelle des Abfragebereichs anzeigen? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + Möchten Sie „Serverzertifikat vertrauen“ für diese Verbindung aktivieren und es erneut versuchen? + + + Docker Desktop must be installed and running on your machine. + Docker Desktop muss auf Ihrem Computer installiert sein und ausgeführt werden. + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + Docker konnte nicht innerhalb des Timeoutzeitraums gestartet werden. Starten Sie Docker manuell, und versuchen Sie es erneut. + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Docker ist nicht installiert oder nicht in PATH. Installieren Sie Docker-Desktop, und versuchen Sie es erneut. + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Docker benötigt Stammberechtigungen, um ausgeführt zu werden. Führen Sie Docker mit „sudo“ aus, oder fügen Sie die benutzende Person mithilfe von „sudo usermod -aG docker $USER“ zur Docker-Gruppe hinzu. Starten Sie dann Ihren Computer neu und versuchen Sie es erneut. + + + Don't Save + Nicht speichern + + + Don't Show Again + Nicht mehr anzeigen + + + Don't show this again + Diese Meldung nicht mehr anzeigen + + + Download offline VSIX + VSIX offline herunterladen + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + Laden Sie die Keymaperweiterung herunter, um Schlüsselzuordnungen automatisch aus Azure Data Studio zu importieren. Diese Änderungen werden in ihren Einstellungen für Tastenkombinationen angezeigt. + + + Downloading the Data API builder container image + Daten-API-Generator-Containerimage wird heruntergeladen + + + Drizzle + Drizzle + + + Drop + Löschen + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + „{0}“ aus „{1}“ löschen. Diese Aktion kann nicht rückgängig gemacht werden. + + + Drop Database + Datenbank löschen + + + Drop Database Options + Optionen zum Löschen von Datenbanken + + + Drop active connections + Aktive Verbindungen löschen + + + Dropping database + Die Datenbank wird gelöscht. + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + Richten Sie ganz einfach einen lokalen SQL Server ein, ohne die VS Code-Erweiterung zu verlassen. Nur wenige Klicks, um Ihren Server mühelos zu installieren, zu konfigurieren und zu verwalten! + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + Beginnen Sie ganz einfach mit dem kostenlosen Tarif für Azure SQL-Datenbanken, um eine Datenbank direkt aus Ihrem Editor kostenlos zu erstellen und zu verbinden. + + + Edit Connection Group - {0} + {0} is the connection group name + Verbindungsgruppe bearbeiten – {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + Verbindungsgruppe bearbeiten: {0} + + + Edit Data + Daten bearbeiten + + + Edit Database Connection - {0} + {0} is the name of the connection profile + Datenbankverbindung bearbeiten – {0} + + + Edit Table + Tabelle bearbeiten + + + Edit an existing connection profile + Vorhandenes Verbindungsprofil bearbeiten + + + Edit connection profile + Verbindungsprofil bearbeiten + + + Edit your schema to see changes here. + Bearbeiten Sie Ihr Schema, um hier Änderungen zu sehen. + + + Edit {0} + {0} is the name of the connection profile + {0} bearbeiten + + + Either profileId or serverName must be provided. + Entweder „profileId“ oder „serverName“ muss angegeben werden. + + + Elapsed time: {0} + {0} is the task elapsed time + Verstrichene Zeit: {0} + + + Enable 'Trust Server Certificate' + „Serverzertifikat vertrauen“ aktivieren + + + Enable Code Analysis on Build + Codeanalyse beim Erstellen aktivieren + + + Enable GraphQL in API Type to expose this entity through GraphQL. + Aktivieren Sie GraphQL im API-Typ, um diese Entität über GraphQL verfügbar zu machen. + + + Enable MCP in API Type to use this DML tools setting. + Aktivieren Sie MCP im API-Typ, um diese DML-Tool-Einstellung zu verwenden. + + + Enable MCP in API Type to use this custom tool setting. + Aktivieren Sie MCP im API-Typ, um diese benutzerdefinierte Tooleinstellung zu verwenden. + + + Enable REST in API Type to expose this entity through REST. + Aktivieren Sie REST im API-Typ, um diese Entität über REST verfügbar zu machen. + + + Enable Trust Server Certificate + „Serverzertifikat vertrauen“ aktivieren + + + Enable all CRUD operations + Alle CRUD-Vorgänge aktivieren + + + Enable all entities + Alle Entitäten aktivieren + + + Enable all rules in {0} + {0} is the category name, e.g. Design + Alle Regeln in {0} aktivieren + + + Enable or disable SQLCMD mode for the active SQL document + SQLCMD-Modus für das aktive SQL-Dokument aktivieren oder deaktivieren + + + Enable {0} + {0} is the entity name + {0} aktivieren + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + {0} aktivieren + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} global aktivieren + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + Aktivieren Sie {0} im API-Typ, um diese Entität verfügbar zu machen. + + + Enabled + Aktiviert + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + Tritt ein Problem auf? Teilen Sie uns die Details mit, indem Sie ein GitHub-Problem öffnen, damit wir uns verbessern können! + + + Encrypt + Verschlüsseln + + + Encryption + Verschlüsselung + + + Encryption Algorithm + Verschlüsselungsalgorithmus + + + Encryption Type + Verschlüsselungstyp + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + Die Verschlüsselung wurde für diese Verbindung aktiviert. Überprüfen Sie Ihre SSL- und Zertifikatkonfiguration für den Ziel-SQL Server, oder aktivieren Sie „Serverzertifikat vertrauen“ im Dialogfeld „Verbindung“. + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + Die Verschlüsselung wurde für diese Verbindung aktiviert. Überprüfen Sie Ihre SSL- und Zertifikatkonfiguration für den Ziel-SQL Server, oder legen Sie „Serverzertifikat vertrauen“ auf „wahr“ fest. Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und stellt keine empfohlene Vorgehensweise für Produktionsumgebungen dar. + + + End IP Address + End-IP-Adresse + + + Ends With + Endet mit + + + Ends with + Endet auf + + + Engine: {0} + {0} is the engine type + Engine: {0} + + + Ensuring Docker Desktop is running + Es wird sichergestellt, dass Docker Desktop ausgeführt wird + + + Enter Database Description + Datenbankbeschreibung eingeben + + + Enter Database Name + Datenbanknamen eingeben + + + Enter a date... + Datum eingeben... + + + Enter a name for the new profiler session + Einen Namen für die neue Profiler-Sitzung eingeben + + + Enter a name for the new resource group + Einen Namen für die neue Ressourcengruppe eingeben + + + Enter a name for the new server + Geben Sie einen Namen für den neuen Server ein. + + + Enter a number... + Zahl eingeben… + + + Enter admin password + Geben Sie das Administratorkennwort ein. + + + Enter admin username + Geben Sie einen Administratorbenutzernamen ein. + + + Enter application name + Anwendungsnamen eingeben + + + Enter connection group name + Name der Verbindungsgruppe eingeben + + + Enter container name + Containernamen eingeben + + + Enter database name + Datenbankname eingeben + + + Enter description (optional) + Beschreibung eingeben (optional) + + + Enter desired column width in pixels + Geben Sie die gewünschte Spaltenbreite in Pixel ein + + + Enter hostname + Hostnamen eingeben + + + Enter new column width + Neue Spaltenbreite eingeben + + + Enter new database name + Neuen Datenbanknamen eingeben + + + Enter new password + Neues Kennwort eingeben + + + Enter password + Kennwort eingeben + + + Enter port + Port eingeben + + + Enter profile name + Profilnamen eingeben + + + Enter resource group name + Ressourcengruppennamen eingeben + + + Enter server name + Servername eingeben + + + Enter text... + Text eingeben... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + Geben Sie das SQL-Anmeldekennwort für den Benutzer „{0}“ ein. + + + Enter the path for the output file + Pfad für die Ausgabedatei eingeben + + + Enter user name + Geben Sie den Benutzernamen ein. + + + Enter username + Benutzernamen eingeben + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + Die Entität „{0}“ wird von Daten-API-Generator nicht unterstützt. {1} + + + Entity Endpoints + Entitätsendpunkte + + + Entity Name + Entitätsname + + + Entity name used in API routes + In API-Routen verwendeter Entitätsname + + + Entity not found: {0} + {0} is the entity reference + Entität nicht gefunden: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + Der Entitätsverweis wurde auf mehr als eine Entität aufgelöst: {0} + + + Entra token cache cleared successfully. + Der Entra-Tokencache wurde erfolgreich gelöscht. + + + Equal to + Gleich + + + Equals + Ist gleich + + + Error + Fehler + + + Error Message: + Fehlermeldung: + + + Error code: + Fehlercode: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + Fehler bei der Verbindungsherstellung mit dem Server "{0}". Details: {1} + + + Error connecting to: + Fehler bei der Verbindungsherstellung mit: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + Fehler beim Erstellen der Firewallregel {0}. Überprüfen Sie Ihre Azure-Kontoeinstellungen, und versuchen Sie es noch mal. Fehler: {1} + + + Error fetching schemas for the selected database. + Fehler beim Abrufen der Schemas für die ausgewählte Datenbank. + + + Error fetching the table preview. + Fehler beim Abrufen der Tabellenvorschau. + + + Error generating text view. Please try switching back to grid view. + Fehler beim Generieren der Textansicht. Versuchen Sie, zur Rasteransicht zurückzukehren. + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + Fehler beim Laden der Azure-Kontoinformationen für die Mandanten-ID '{0}' + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + Fehler beim Laden von Azure-Datenbanken für Abonnement {0} ({1}). Bestätigen Sie, dass Sie über Berechtigungen verfügen. + + + Error loading Azure subscriptions. + Fehler beim Laden der Azure-Abonnements. + + + Error loading Schema Designer + Fehler beim Laden des Schema-Designers + + + Error loading Table Designer + Fehler beim Laden des Tabellen-Designers + + + Error loading database objects + Fehler beim Laden von Datenbankobjekten + + + Error loading databases + Fehler beim Laden von Datenbanken + + + Error loading preview + Fehler beim Laden von Vorschau. + + + Error loading servers + Fehler beim Laden von Servern + + + Error loading subscriptions + Fehler beim Laden von Abonnements + + + Error loading summary + Fehler beim Laden der Zusammenfassung + + + Error loading summary: {0} + {0} is the error message + Fehler beim Laden der Zusammenfassung: {0} + + + Error loading workspaces + Fehler beim Laden von Arbeitsbereichen + + + Error loading workspaces. Please try choosing a different account or tenant. + Fehler beim Laden von Arbeitsbereichen Versuchen Sie, ein anderes Konto oder einen anderen Mandanten auszuwählen. + + + Error loading; refresh to try again + Fehler beim Laden. Aktualisieren, um es erneut zu versuchen. + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + Fehler beim Migrieren der Verbindungs-ID {0} zu einem neuen Format. Erstellen Sie diese Verbindung neu, um sie zu verwenden. +Fehler: +{1} + + + Error occurred opening content in editor. + Fehler beim Öffnen des Inhalts im Editor. + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + Fehler beim Aktualisieren des Token; Sie müssen sich möglicherweise abmelden und wieder anmelden: {0} + + + Error retrieving server list: {0} + {0} is the error message + Fehler beim Abrufen der Serverliste: {0} + + + Error running Docker commands. Please make sure Docker is running. + Fehler beim Ausführen von Docker-Befehlen. Stellen Sie sicher, dass Docker ausgeführt wird. + + + Error signing into Azure: {0} + {0} is the error message + Fehler beim Anmelden bei Azure: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + Fehler beim Überprüfen des Entra-Authentifizierungstokens; möglicherweise müssen Sie Ihr Token aktualisieren: {0} + + + Error when refreshing token + Fehler beim Aktualisieren des Tokens + + + Error {0}: {1} + {0} is the error number +{1} is the error message + Fehler {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + Fehler "{0}": {1}. Melden Sie sich als ein anderer Benutzer an, und ändern Sie das Kennwort mit ALTER LOGIN. + + + Error: + Fehler: + + + Error: Failed to parse query result data. + Fehler: Fehler beim Analysieren der Abfrageergebnisdaten. + + + Error: Login failed. Retry using different credentials? + Fehler: Fehler bei der Anmeldung. Mit anderen Anmeldeinformationen wiederholen? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + Fehler: Es konnte mit den angegebenen Verbindungsinformationen keine Verbindung hergestellt werden. Profilerstellung wiederholen? + + + Error: Unrecognized query result data. + Fehler: Abfrageergebnisdaten nicht erkannt. + + + Error: {0} + {0} is the error message + Fehler: {0} + + + Estimated Operator Cost + Geschätzte Operatorkosten + + + Estimated Subtree Cost + Geschätzte Unterstrukturkosten + + + Event details for {0} + {0} is the name of the profiler event + Ereignisdetails für {0} + + + Event properties list + Ereigniseigenschaftenliste + + + Example: Find queries with {0} > 100 + {0} is the column name + Beispiel: Abfragen mit {0} > 100 finden + + + Excel + Excel + + + Exclude Object Types + Objekttypen ausschließen + + + Execute + Ausführen + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + „{0}“-Vorgang in Daten-API-Generator ausführen? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + Vorgang „{0}“ im Schemadesigner ausführen? + + + Execute Query + Abfrage ausführen + + + Execute SQL against SQL Server / Azure SQL + Ausführen von SQL für SQL Server/Azure SQL + + + Execute Selection or Current Statement + Auswahl oder aktuelle Anweisung ausführen + + + Execute only the T-SQL statement under the cursor + Nur die T-SQL-Anweisung unter dem Cursor ausführen + + + Executing '{0}' operation on Data API builder + {0} is the operation name + „{0}“-Vorgang wird im Daten-API-Generator ausgeführt + + + Executing '{0}' operation on schema designer + {0} is the operation name + Vorgang „{0}“ wird im Schemadesigner ausgeführt. + + + Executing query... + Abfrage wird ausgeführt... + + + Execution Plan + Ausführungsplan + + + Execution cancelled + Die Ausführung wurde abgebrochen. + + + Execution time unavailable + Ausführungszeit nicht verfügbar + + + Existing Database + Vorhandene Datenbank + + + Existing File + Vorhandene Datei + + + Existing SQL Server + Vorhandener SQL Server + + + Expand + Erweitern + + + Expand All + Alle erweitern + + + Expand Subscription Explorer + Abonnement-Explorer erweitern + + + Expand Workspace Explorer + Arbeitsbereichs-Explorer erweitern + + + Expand all groups + Alle Gruppen erweitern + + + Expand connection groups + Verbindungsgruppen erweitern + + + Expand connections + Verbindungen erweitern + + + Expand properties pane + Eigenschaftenbereich erweitern + + + Expand selection down + Auswahl nach unten erweitern + + + Expand selection left + Auswahl nach links erweitern + + + Expand selection right + Auswahl nach rechts erweitern + + + Expand selection up + Auswahl nach oben erweitern + + + Expand settings + Einstellungen erweitern + + + Expand the active grid to fill the panel + Aktives Raster so erweitern, dass der Bereich ausgefüllt wird. + + + Expand {0} + {0} is the category name, e.g. Design + {0} erweitern + + + Expiration + Ablauf + + + Explore tutorials, docs, and what's coming next. + Erkunden Sie Tutorials, Dokumentationen und kommende Funktionen. + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + Untersuchen, Entwerfen und Weiterentwickeln von Datenbankschemata mithilfe intelligenter, code-first- oder data-first-Anleitungen + + + Explorer + Explorer + + + Export + Exportieren + + + Export & Close + Exportieren und schließen + + + Export BACPAC + BACPAC-Datei exportieren + + + Export all captured events to a CSV file + Alle erfassten Ereignisse in eine CSV-Datei exportieren + + + Export all results as INSERT statements + Alle Ergebnisse als INSERT-Anweisungen exportieren + + + Export all results to a CSV file + Alle Ergebnisse in eine CSV-Datei exportieren + + + Export all results to a JSON file + Alle Ergebnisse in eine JSON-Datei exportieren + + + Export all results to an Excel file + Alle Ergebnisse in eine Excel-Datei exportieren + + + Export the schema and data from a SQL database to a .bacpac file + Exportieren des Schemas und der Daten aus einer SQL-Datenbank in eine BACPAC-Datei + + + Export to CSV + Als CSV-Datei exportieren + + + Export to Excel + Nach Excel exportieren + + + Export to JSON + In JSON exportieren + + + Export to PDF + In PDF-Datei exportieren + + + Export to tab delimited + Als Datei mit Tabstopptrennzeichen exportieren + + + Export to text format + Als Textformat exportieren + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + Symbolleiste für das Resultset {0} exportieren + + + Exporting BACPAC... + BACPAC wird exportiert... + + + Expose as MCP DML tools + Als MCP-DML-Tools verfügbar machen + + + Expose as MCP custom tool + Als benutzerdefiniertes MCP-Tool verfügbar machen + + + Expose this entity through GraphQL + Diese Entität über GraphQL verfügbar machen + + + Expose this entity through REST + Diese Entität über REST verfügbar machen + + + Expose {0} + {0} is the backing database column name + {0} offenlegen + + + Expression + Ausdruck + + + Extend the current selection one cell down + Die aktuelle Auswahl um eine Zelle nach unten erweitern + + + Extend the current selection one cell left + Die aktuelle Auswahl um eine Zelle nach links erweitern + + + Extend the current selection one cell right + Die aktuelle Auswahl um eine Zelle nach rechts erweitern + + + Extend the current selection one cell up + Die aktuelle Auswahl um eine Zelle nach oben erweitern + + + Extended Events Log Files + Protokolldateien für erweiterte Ereignisse + + + Extension Shortcuts + Tastenkombinationen für Erweiterungen + + + Extension and deployment actions + Erweiterungs- und Bereitstellungsaktionen + + + Extract DACPAC + BACPAC extrahieren + + + Extract the schema from a SQL database to a .dacpac file + Extrahieren des Schemas aus einer SQL-Datenbank in eine DACPAC-Datei + + + Extracting DACPAC... + DACPAC wird extrahiert... + + + Extremely likely + Sehr wahrscheinlich + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + Fabric-API-Fehler ({0}): {1} + + + Fabric Account + Fabric-Konto + + + Fabric Account is required + Fabric-Konto ist erforderlich + + + Fabric Databases + Fabric-Datenbanken + + + Fabric Workspaces + Fabric-Arbeitsbereiche + + + Fabric databases in Query Profiler + Fabric-Datenbanken im Abfrageprofiler + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + Fabric wird in der aktuellen Cloud ({0}) nicht unterstützt. Stellen Sie sicher, dass die Einstellung „{1}“ ordnungsgemäß konfiguriert ist. + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + Fabric-API-Fehler mit langer Ausführungszeit mit Fehlercode „{0}“: {1} + + + Failed + Fehler + + + Failed disposing query: {0} + {0} is the error message + Fehler beim Löschen der Abfrage: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + Fehler beim Abrufen des Tokens für die Konto-ID „{0}“ und die Mandanten-ID „{1}“ + + + Failed to add table to schema designer. + Beim Hinzufügen der Tabelle zum Schemadesigner ist ein Fehler aufgetreten. + + + Failed to add table. + Beim Hinzufügen der Tabelle ist ein Fehler aufgetreten. + + + Failed to add text to workspace: {0} + {0} is the error message + Fehler beim Hinzufügen von Text zum Arbeitsbereich: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + Fehler beim Anwenden der Änderungen: „{0}“ + + + Failed to apply schema. + Das Schema konnte nicht angewendet werden. + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + Fehler beim Anwenden der Änderungen für „In Schema verschieben“. Überprüfen Sie, ob die Dateien beschreibbar sind, und versuchen Sie es erneut. + + + Failed to change database + Fehler beim Ändern der Datenbank. + + + Failed to connect + Fehler beim Herstellen der Verbindung + + + Failed to connect to database: {0} + {0} is the database name + Fehler beim Herstellen der Verbindung zur Datenbank: {0} + + + Failed to connect to server + Fehler beim Herstellen einer Verbindung mit dem Server + + + Failed to connect to server. + Fehler beim Herstellen einer Verbindung mit dem Server. + + + Failed to connect to the selected server. + Fehler beim Herstellen einer Verbindung mit dem ausgewählten Server. + + + Failed to connect: {0} + {0} is the error message + Fehler bei der Verbindungsherstellung: {0} + + + Failed to copy script: {0} + {0} is the error message + Fehler beim Kopieren des Skripts: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + Fehler beim Kopieren von Text in die Zwischenablage: {0} + + + Failed to create a new row: {0} + {0} is the error message + Fehler beim Erstellen einer neuen Zeile: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + Beim Erstellen der Datenbank „{0}“ ist ein Fehler aufgetreten. {1} + + + Failed to create firewall rule: {0} + {0} is the error message + Fehler beim Erstellen der Firewallregel: {0} + + + Failed to create profiler session: {0} + {0} is the error message + Fehler beim Erstellen der Profiler-Sitzung: {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + Fehler beim Löschen von Anmeldeinformationen mit der ID: {0}. {1} + + + Failed to delete table from schema designer. + Beim Löschen der Tabelle aus dem Schemadesigner ist ein Fehler aufgetreten. + + + Failed to delete table. + Fehler beim Löschen der Tabelle. + + + Failed to delete {0}. + Failed to delete {0}. + Fehler beim Löschen von {0}. + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + Beim Löschen der Datenbank „{0}“ ist ein Fehler aufgetreten. {1} + + + Failed to establish connection + Fehler beim Herstellen einer Verbindung + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + Fehler beim Herstellen einer Verbindung mit der ID „{0}“. Überprüfen Sie die Verbindungsdetails und die Netzwerkkonnektivität. + + + Failed to export profiler events: {0} + {0} is the error message + Fehler beim Exportieren von Profilerereignissen: {0} + + + Failed to export results: {0} + {0} is the error message + Fehler beim Exportieren der Ergebnisse: {0} + + + Failed to fetch Docker container tags: {0} + Fehler beim Abrufen von Docker-Containertags: {0} + + + Failed to fetch user tokens. + Fehler beim Abrufen von Benutzertoken. + + + Failed to generate SqlPackage command: {0} + Fehler beim Generieren des SqlPackage-Befehls: {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + Fehler beim Generieren des Veröffentlichungsskripts: „{0}“ + + + Failed to generate script. Please check the logs for more details. + Beim Generieren des Skripts ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Protokollen. + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + Fehler beim Generieren des Skripts: „{0}“ + + + Failed to generate script: {0} + {0} is the error message + Beim Generieren des Skripts ist ein Fehler aufgetreten: {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + Fehler beim Abrufen von Fabric-Arbeitsbereichen für Mandant „{0} ({1})“. + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + Fehler beim Abrufen von Fabric-Arbeitsbereichen für Mandant „{0} ({1})“: {2} + + + Failed to get authentication method, please remove and re-add the account. + Fehler beim Abrufen der Authentifizierungsmethode. Entfernen Sie das Konto, und fügen Sie es erneut hinzu. + + + Failed to get connection string: {0} + Fehler beim Abrufen der Verbindungszeichenfolge: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + Fehler beim Abrufen des Mandanten „{0}“ für das Konto „{1}“. + + + Failed to import file. + Fehler beim Importieren der Datei. + + + Failed to launch profiler: {0} + {0} is the error message + Fehler beim Starten des Profilers: {0} + + + Failed to list databases + Fehler beim Auflisten von Datenbanken + + + Failed to load code analysis rules + Fehler beim Laden der Code Analysis-Regeln + + + Failed to load data: {0} + {0} is the error message + Fehler beim Laden der Daten: {0} + + + Failed to load databases + Fehler beim Laden von Datenbanken + + + Failed to load publish profile + Fehler beim Laden des Veröffentlichungsprofils + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + Fehler beim Abrufen des Tokens für die Ressource „{1}“. Fehler: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + Fehler beim Öffnen von „Daten bearbeiten“: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + Fehler beim Öffnen der Tabelle zum Ändern: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + Fehler beim Öffnen des Schema-Designers: {0} + + + Failed to open Table Designer: {0} + {0} is the error message + Fehler beim Öffnen von Tabellen-Designer: {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + Fehler beim Öffnen der URL. Der integrierte einfache Browser ist möglicherweise deaktiviert. + + + Failed to open XEL file: {0} + {0} is the error message + Fehler beim Öffnen der XEL-Datei: {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + Fehler beim Öffnen der SCMP-Datei: „{0}“ + + + Failed to open script in editor. + Beim Öffnen des Skripts im Editor ist ein Fehler aufgetreten. + + + Failed to open script: {0} + {0} is the error message + Fehler beim Öffnen des Skripts: {0} + + + Failed to open text in editor: {0} + {0} is the error message + Fehler beim Öffnen des Texts im Editor: {0} + + + Failed to pull DAB container image. Please check your network connection. + Fehler beim Pullen des DAB-Containerimages. Überprüfen Sie Ihre Netzwerkverbindung. + + + Failed to pull SQL Server image. Please check your network connection and try again. + Fehler beim Abrufen des SQL Server-Images. Prüfen Sie Ihre Netzwerkverbindung und versuchen Sie es erneut. + + + Failed to read saved rule overrides from project + Fehler beim Lesen der gespeicherten Regelüberschreibungen aus dem Projekt. + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + Fehler beim Aktualisieren der Verbindung ${0} mit URI {1}, ungültiges Verbindungsergebnis. + + + Failed to remove row: {0} + {0} is the error message + Fehler beim Entfernen der Zeile: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + Beim Umbenennen der Datenbank „{0}“ in „{1}“ ist ein Fehler aufgetreten. {2} + + + Failed to resolve the refactor log for this file: {0} + Fehler beim Auflösen des Umgestaltungsprotokolls für diese Datei: {0} + + + Failed to revert cell: {0} + {0} is the error message + Fehler beim Wiederherstellen der Zelle: {0} + + + Failed to revert row: {0} + {0} is the error message + Fehler beim Wiederherstellen der Zeile: {0} + + + Failed to run table query. + Fehler beim Ausführen der Tabellenabfrage. + + + Failed to run table query: {0} + {0} is the error message + Fehler beim Ausführen der Tabellenabfrage: {0} + + + Failed to save changes: {0} + {0} is the error message + Fehler beim Speichern der Änderungen: {0} + + + Failed to save code analysis rules + Fehler beim Speichern der Code Analysis-Regeln. + + + Failed to save publish profile + Fehler beim Speichern des Veröffentlichungsprofils + + + Failed to save results. {0} + {0} is the error message + Fehler beim Speichern der Ergebnisse. {0} + + + Failed to save results: {0} + {0} is the underlying error message + Fehler beim Speichern der Ergebnisse: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + Fehler beim Speichern der SCMP-Datei: „{0}“ + + + Failed to script object: {0} + {0} is the error message + Fehler beim Skripten des Objekts: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + Fehler beim Starten von „{0}“: {1} + + + Failed to start DAB container. + Fehler beim Starten des DAB-Containers. + + + Failed to start DAB container. Please check the Docker logs for details. + Fehler beim Starten des DAB-Containers. Weitere Informationen finden Sie in den Docker-Protokollen. + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + Fehler beim Starten des SQL Server-Containers. Überprüfen Sie die Fehlermeldung auf weitere Details, und versuchen Sie es dann erneut. + + + Failed to start profiler: {0} + {0} is the error message + Fehler beim Starten vom Profiler: {0} + + + Failed to start query. + Abfrage konnte nicht gestartet werden. + + + Failed to start {0}. + Failed to start {0}. + {0} konnte nicht gestartet werden. + + + Failed to stop and remove DAB container. + Fehler beim Beenden und Entfernen des DAB-Containers. + + + Failed to stop {0}. + Failed to stop {0}. + {0} konnte nicht beendet werden. + + + Failed to update cell: {0} + {0} is the error message + Fehler beim Aktualisieren der Zelle: {0} + + + Failed to update schema designer. + Beim Aktualisieren des Schema-Designers ist ein Fehler aufgetreten. + + + Failed to update table in schema designer. + Beim Aktualisieren der Tabelle im Schemadesigner ist ein Fehler aufgetreten. + + + Failed to update table. + Beim Aktualisieren der Tabelle ist ein Fehler aufgetreten. + + + Feedback + Feedback + + + Fetching {0} script... + {0} is the script type + {0}-Skript wird abgerufen... + + + File + Datei + + + File (Read-Only) + Datei (schreibgeschützt) + + + File Name + Dateiname + + + File already exists. It will be overwritten if you continue + Die Datei ist bereits vorhanden. Sie wird überschrieben, wenn Sie fortfahren. + + + File imported successfully + Datei erfolgreich importiert + + + File is required + Datei ist erforderlich + + + File name is required + Dateiname ist erforderlich + + + File not found + Datei nicht gefunden + + + File path + Dateipfad + + + File path is required + Der Dateipfad ist erforderlich + + + File to be imported + Zu importierende Datei + + + File type + Dateityp + + + File: {0} + {0} is the file name + Datei: {0} + + + Files + Dateien + + + Files of Type + Dateien vom Typ + + + Filter + Filter + + + Filter ({0}) + {0} is the number of selected tables + Filter ({0}) + + + Filter Azure subscriptions + Azure-Abonnements filtern + + + Filter Changes + Änderungen filtern + + + Filter Options + Filteroptionen + + + Filter Settings + Filtereinstellungen + + + Filter active + Filter ist aktiv + + + Filter by keyword + Nach Schlüsselwort filtern + + + Filter by name + Nach Name filtern + + + Filter by schema + Nach Schema filtern + + + Filter by severity + Nach Schweregrad filtern + + + Filter by type + Nach Typ filtern + + + Filter changes + Änderungen filtern + + + Filter entities + Entitäten filtern + + + Filter entities... + Entitäten filtern ... + + + Filter events by column values + Ereignisse nach Spaltenwerten filtern + + + Filter for any field... + Nach einem beliebigen Feld filtern … + + + Filter operator + Filteroperator + + + Filter shortcuts + Tastenkombinationen filtern + + + Filter value + Filterwert + + + Filter {0} + Filter {0} + + + Filter... + Filtern ... + + + Filter: {0} + {0} is the column name + Filter: '{0}' + + + Filters + Filter + + + Find + Suchen + + + Find Next + Nächstes suchen + + + Find Node + Knoten suchen + + + Find Nodes + Knoten suchen + + + Find Previous + Vorheriges suchen + + + Finish + Fertigstellen + + + Finished Deployment + Bereitstellung abgeschlossen + + + Finished query execution for document "{0}" + {0} is the document name + Die Abfrageausführung für Dokument "{0}" wurde abgeschlossen. + + + Firewall + Firewall + + + Firewall rule name + Name der Firewallregel + + + Firewall rule successfully added. Retry profile creation? + Die Firewallregel wurde erfolgreich hinzugefügt. Profilerstellung wiederholen? + + + Firewall rule successfully created. + Die Firewallregel wurde erfolgreich erstellt. + + + First Page + Erste Seite + + + Flat + Flach + + + Focus the Messages tab + Fokus auf die Registerkarte „Nachrichten“ + + + Focus the Query Plan tab + Fokus auf die Registerkarte „Abfrageplan“ + + + Focus the Results tab in the query results panel + Fokus auf die Registerkarte „Ergebnisse“ im Abfrageergebnisbereich + + + Folder Path + Ordnerpfad + + + Folder Structure + Ordnerstruktur + + + Folder is required + Ordner ist erforderlich + + + Folder path + Ordnerpfad + + + Folder path is required + Ordnerpfad ist erforderlich + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + Für numerische Daten die maximale Anzahl von Dezimalstellen, die in diesem Datenbankobjekt rechts vom Dezimaltrennzeichen gespeichert werden können. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + Für numerische Daten die maximale Anzahl von Dezimalstellen, die in diesem Datenbankobjekt gespeichert werden können. + + + Force fit columns + Spaltenanpassung erzwingen + + + Foreign Column + Fremdspalte + + + Foreign Key + Fremdschlüssel + + + Foreign Key {0} + {0} is the index of the foreign key + Fremdschlüssel {0} + + + Foreign Keys + Fremdschlüssel + + + Foreign Table + Fremdtabelle + + + Foreign key '{0}' already exists + {0} is the foreign key name + Der Fremdschlüssel "{0}" ist bereits vorhanden. + + + Foreign key column mappings are required. + Zuordnungen für Fremdschlüsselspalten sind erforderlich. + + + Foreign key column mappings must be the same length. + Die Zuordnungen der Fremdschlüsselspalten müssen die gleiche Länge haben. + + + Foreign keys + Fremdschlüssel + + + Formula + Formel + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + Ausstehende Zusage für Verbindungswiederherstellung für URI {0} gefunden, fehlgeschlagen. + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + Ausstehende Zusage für Verbindungswiederherstellung für URI {0} gefunden, wartend. + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + Es wurden {0} gespeicherte Verbindungsprofile gefunden. + + + Free compute & storage + Compute und Speicher (kostenlos) + + + Free offer applied + Kostenloses Angebot angewendet + + + Freeze columns + Spalten fixieren + + + From + Label for the start IP address in the firewall rule IP range + Von + + + Full + Vollständig + + + Function + Funktion + + + Functions + Funktionen + + + General + Allgemein + + + General Options + Allgemeine Optionen + + + General Purpose + Universell + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + Generieren Sie Data API Builder-Konfigurationen mit natürlicher Sprache über GitHub Copilot Chat- und Agent-Tools. Beschreiben Sie Ihre API-Anforderungen und lassen Sie GitHub Copilot die Konfiguration für Sie erstellen. + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + Generieren Sie REST-, GraphQL- und MCP-Endpunkte aus Ihren SQL-Datenbankobjekten (Tabellen). Sie können die Konfiguration manuell oder mit GitHub Copilot anpassen, um Änderungen zu planen und zu generieren, und sie dann lokal mit Docker bereitstellen. + + + Generate Script + Skript generieren + + + Generate mock data and seed scripts to support testing and development environments + Generieren von Pseudodaten und Seedingskripts zur Unterstützung von Test- und Entwicklungsumgebungen + + + Generate script to deploy changes to target + Skript zum Bereitstellen von Änderungen am Ziel generieren + + + Generate sqlpackage command + SqlPackage-Befehl generieren + + + Generated file added to {0} + {0} is the generated file path + Generierte Datei zu „{0}“ hinzugefügt + + + Generating Report. This may take a while... + Bericht wird generiert. Dies dauert möglicherweise einige Zeit... + + + Generating SAS key failed: {0} + {0} is the error message + Generierung des SAS-Schlüssels fehlgeschlagen: {0} + + + Generating report, this might take a while... + Bericht wird erstellt. Dies kann einige Zeit in Anspruch nehmen... + + + Generating script... + Skript wird generiert … + + + Geo-redundant backup storage + Georedundanter Sicherungsspeicher + + + Get Connection Details + Verbindungsdetails abrufen + + + Get Started + Erste Schritte + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Verbindungsdetails für die Verbindung „{0}“ abrufen? (ID: {1})? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + Abrufen sicherheitsbezogener Empfehlungen, z. B. das Vermeiden von Einschleusung von SQL-Befehlen oder übermäßige Berechtigungen + + + Getting Docker Ready... + Docker wird vorbereitet... + + + Getting Fabric database '{0}' + {0} is the database ID + Fabric-Datenbank „{0}“ wird abrufen + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + Fabric-Arbeitsbereich „{0}“ wird abgerufen. + + + Getting Started + Erste Schritte + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Verbindungsdetails für die Verbindung „{0}“ (ID: {1}) werden abgerufen + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + Verbindungszeichenfolge für SQL-Endpunkt „{0}“ im Arbeitsbereich „{1}“ wird abgerufen + + + Getting container ready for connections + Container wird für Verbindungen vorbereitet. + + + Getting definition ... + Definition wird abgerufen... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot – VS Code Walkthrough + + + GitHub Copilot integration in Data API builder + GitHub Copilot-Integration im Daten-API-Builder + + + GitHub Copilot survey + GitHub Copilot-Umfrage + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + Ungültige Toolverwendungsparameter erhalten: „{0}“. ({1}) + + + GraphQL + GraphQL + + + Greater Than + Größer als + + + Greater Than or Equals + Größer als oder gleich + + + Greater than + Größer als + + + Greater than or equal to + Größer als oder gleich + + + Grid View + Rasteransicht + + + Group by + Gruppieren nach + + + Group differences by + Unterschiede gruppieren nach + + + Help + Hilfe + + + Help us improve by sharing your thoughts. + Helfen Sie uns, besser zu werden, indem Sie uns Ihre Gedanken mitteilen. + + + Hide Changes + Änderungen ausblenden + + + Hide Changes Highlight + Änderungshervorhebung ausblenden + + + Hide Confirm Password + Kennwort zur Bestätigung ausblenden + + + Hide Definition + Definition ausblenden + + + Hide New Password + Neues Kennwort ausblenden + + + Hide SQL Pane + SQL-Bereich ausblenden + + + Hide column + Spalte ausblenden + + + Hide full error message + Vollständige Fehlermeldung ausblenden + + + Hide password + Kennwort ausblenden + + + Hide this panel + Diesen Bereich ausblenden + + + Highlight Changes + Änderungen hervorheben + + + Highlight Expensive Operation + Teuren Vorgang hervorheben + + + Highlights + Highlights + + + Hostname + Hostname + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + Wie wahrscheinlich ist es, dass Sie die MSSQL-Erweiterung einem Freund oder Kollegen empfehlen würden? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + Wie wahrscheinlich ist es, dass Sie {0} einem Freund oder Kollegen empfehlen? + + + How many tables are in this database? + Wie viele Tabellen befinden sich in dieser Datenbank? + + + Hue + Farbton + + + I have read the summary and understand the potential risks. + Ich habe die Zusammenfassung gelesen und bin mir der potenziellen Risiken bewusst. + + + I understand this action is permanent and irreversible + Ich verstehe, dass diese Aktion dauerhaft ist und nicht rückgängig gemacht werden kann. + + + I'm sorry, I can only assist with SQL-related questions. + Entschuldigung, leider kann ich nur bei SQL-bezogenen Fragen behilflich sein. + + + IP address range + IP-Adressbereich + + + Identity + Identität + + + Ignore Options + Optionen ignorieren + + + Ignore Tenant + Mandant ignorieren + + + Image tag + Imagetag + + + Import BACPAC + BACPAC-Datei importieren + + + Import Data + Daten importieren + + + Import File + Datei importieren + + + Import Flat File + Flatfile importieren + + + Import Information + Informationen importieren + + + Import New File + Neue Datei importieren + + + Import Status + Importstatus + + + Import a .bacpac file to a new or empty database + Importieren einer BACPAC-Datei in eine neue oder leere Datenbank + + + Import anyway + Trotzdem importieren + + + Import complete. You can close this dialog. + Der Import ist abgeschlossen. Sie können dieses Dialogfeld schließen. + + + Import connection configuration settings from Azure Data Studio + Verbindungskonfigurationseinstellungen aus Azure Data Studio importieren + + + Import failed: {0} + {0} is the error message returned from the import helper. + Fehler beim Importieren: {0} + + + Import file is required + Die Importdatei ist erforderlich + + + Import from Azure Data Studio + Von Azure Data Studio importieren + + + Import selected + Import ausgewählt + + + Importance + Wichtigkeit + + + Importing BACPAC... + BACPAC wird importiert... + + + Importing data... + Daten werden importiert... + + + Importing selections + Auswahl wird importiert + + + In + Eingehend + + + In case you missed it + Falls Sie es verpasst haben + + + In progress + In Bearbeitung + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + Im Daten-API-Generator ist die lokale Containerbereitstellung nur für Verbindungen mit SQL-Authentifizierung verfügbar. Ihr aktueller Verbindungstyp wird nicht unterstützt. + + + Include + Einschließen + + + Include Object Types + Objekttypen einschließen + + + Include all columns + Alle Spalten einschließen + + + Include all object types + Alle Objekttypen einschließen + + + Incomplete or orphaned connections + Unvollständige oder verwaiste Verbindungen + + + Index + Index + + + Indexes + Indizes + + + Initializing DAB configuration... + DAB-Konfiguration wird initialisiert ... + + + Initializing comparison, this might take a while... + Der Vergleich wird gestartet. Dies kann einen Moment dauern... + + + Insert + Einfügen + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + Fügen Sie den ausgewählten Text im Abfrage-Editor mit {arg} ein. Wenn Sie den Platzhalter nicht verwenden, wird der ausgewählte Text automatisch am Ende der Abfrage angefügt. + + + Install Docker + Docker installieren + + + Install the MSSQL Database Management Keymap extension + Installieren der Keymap-Erweiterung für die MSSQL-Datenbankverwaltung + + + Instant Container Setup + Sofortige Containereinrichtung + + + Insufficient Workspace Permissions + Unzureichende Arbeitsbereichsberechtigungen + + + Integrated + Integriert + + + Integrated & secure + Integriert und sicher + + + Invalid Firewall rule name + Ungültiger Name für Firewallregel + + + Invalid IP Address + Ungültige IP-Adresse. + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + Ungültiges SQL Server-Kennwort für {0}. Das Kennwort muss 8 bis 128 Zeichen lang sein und die Komplexitätsanforderungen erfüllen. Weitere Informationen finden Sie unter https://docs.microsoft.com/sql/relational-databases/security/password-policy + + + Invalid column reference. Use either id OR name. + Ungültiger Spaltenverweis. Verwenden Sie entweder die „id“ ODER den Namen. + + + Invalid column width + Ungültige Spaltenbreite + + + Invalid connection URI provided. + Es wurde ein ungültiger Verbindungs-URI angegeben. + + + Invalid connection string: {0} + Ungültige Verbindungszeichenfolge: {0} + + + Invalid database + Ungültige Datenbank + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + Ungültiger Entitätsverweis. Verwenden Sie entweder „id“ ODER „schemaName+tableName“ ODER „schemaName+sourceName+sourceType“. + + + Invalid file + Ungültige Datei + + + Invalid file extension. Expected .dacpac or .bacpac + Ungültige Dateierweiterung. DACPAC- oder BACPAC-Datei erwartet + + + Invalid foreign key. + Ungültiger Fremdschlüssel. + + + Invalid max length '{0}' + {0} is the max length + Ungültige maximale Länge „{0}“ + + + Invalid table payload. Expected table with columns array. + Ungültige Tabellennutzlast. Erwartet wird eine Tabelle mit einem Spaltenarray. + + + Invalid table type + Ungültiger Tabellentyp + + + Is Computed + Ist berechnet + + + Is Identity + Ist Identity + + + Is Ledger Database + Ist Ledgerdatenbank + + + Is Not Null + Ist nicht NULL + + + Is Null + Ist NULL + + + Is Persisted + Ist beständig + + + Issues ({0}) + {0} is the number of issues + Probleme ({0}) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + An Diskussionen teilnehmen + + + Keep in query pane + Im Abfragebereich beibehalten + + + Key + Schlüssel + + + Keybinding + Tastenzuordnung + + + Keyboard Shortcuts editor + Editor für Tastenkombinationen + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Schlüssel für den Tokencache konnten nicht im Anmeldeinformationsspeicher gespeichert werden. Dies kann zu Problemen mit der Microsoft Entra-ID-Zugriffstokenpersistenz und Verbindungsinstabilitäten führen. Es ist wahrscheinlich, dass SqlTools das Speicherlimit für Anmeldeinformationen unter Windows erreicht hat. Löschen Sie mindestens 2 Anmeldeinformationen, die mit "Microsoft.SqlTools|" in Windows Anmeldeinformationsverwaltung beginnen, und laden Sie sie erneut. + + + LRS + LRS + + + LRS backup (locally redundant) + LRS-Backup (lokal redundant) + + + Last Page + Letzte Seite + + + Learn More + Weitere Informationen + + + Learn more + Weitere Informationen + + + Learn more about Azure SQL Database free tier + Weitere Informationen zum Free-Tarif von Azure SQL-Datenbank + + + Learn more about SQL Server 2025 features + Weitere Informationen zu SQL Server 2025-Funktionen + + + Leave the source database in the restoring state + Die Quelldatenbank im Wiederherstellungsstatus belassen + + + Length + Länge + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + Längenkonflikt: Spalte "{0}" ({1}) ist nicht kompatibel mit "{2}" ({3}). + + + Less Than + Kleiner als + + + Less Than or Equals + Kleiner als oder gleich + + + Less than + Weniger als + + + Less than or equal to + Kleiner als oder gleich + + + Line {0} + {0} is the line number + Zeile {0} + + + Link copied to clipboard + Link wurde in die Zwischenablage kopiert + + + List Connections + Verbindungen auflisten + + + List Databases + Datenbanken auflisten + + + List Functions + Funktionen auflisten + + + List Schemas + Auflisten von Schemata + + + List Tables + Tabellen auflisten + + + List Views + Listenansichten + + + List all connections registered with the mssql extension? + Alle bei der mssql-Erweiterung registrierten Verbindungen auflisten? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Datenbanken für die Verbindung „{0}“ (ID: {1}) auflisten? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Funktionen für Verbindung „{0}“ (ID: {1}) auflisten? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Schemata für Verbindung „{0}“ (ID: {1}) auflisten? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Tabellen für Verbindung „{0}“ (ID: {1}) auflisten? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Ansichten für Verbindung „{0}“ (ID: {1}) auflisten? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + Auflisten von Fabric SQL-Datenbanken für den Arbeitsbereich „{0}“ + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + Auflisten von Fabric SQL-Endpunkten für den Arbeitsbereich „{0}“ + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + Auflisten von Fabric Warehouses für den Arbeitsbereich „{0}“ + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + Auflisten von Fabric-Kapazitäten für mandant „{0}“ + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + Auflisten von Fabric-Arbeitsbereichen für Mandant „{0}“ + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Datenbanken für die Verbindung „{0}“ (ID: {1}) werden aufgelistet + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Funktionen für die Verbindung „{0}“ (ID: {1}) werden aufgelistet + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + Auflisten von Rollenzuweisungen für den Arbeitsbereich „${workspaceId}“ + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Schemata für die Verbindung „{0}“ (ID: {1}) werden aufgelistet + + + Listing server connections + Serververbindungen werden aufgelistet. + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Tabellen für die Verbindung „{0}“ (ID: {1}) werden aufgelistet + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Ansichten für die Verbindung „{0}“ (ID: {1}) werden aufgelistet + + + Load + Laden + + + Load from Connection String + Aus Verbindungszeichenfolge laden + + + Load profile... + Profil laden... + + + Load source, target, and options saved in an .scmp file + Quelle und Ziel sowie die in einer SCMP-Datei gespeicherten Optionen laden + + + Loading + Wird geladen + + + Loading Azure Accounts + Laden von Azure-Konten + + + Loading Azure SQL Database... + Azure SQL-Datenbank wird geladen... + + + Loading Azure accounts + Laden von Azure-Konten + + + Loading Fabric Accounts + Laden von Fabric-Konten + + + Loading Fabric provisioning... + Fabric-Bereitstellung wird geladen... + + + Loading Report + Bericht wird geladen + + + Loading Schema Designer + Schema-Designer wird geladen + + + Loading Schema Designer Model... + Schema-Designer-Modell wird geladen... + + + Loading Table Designer + Tabellen-Designer wird geladen + + + Loading XEL file: {0} + {0} is the file name + XEL-Datei wird geladen: {0} + + + Loading backup database... + Backup-Datenbank wird geladen … + + + Loading code analysis rules... + Codeanalyseregeln werden geladen... + + + Loading collations... + Sortierungen werden geladen... + + + Loading database objects + Datenbankobjekte werden geladen + + + Loading databases in '{0}'... + {0} is the name of the workspace + Datenbanken werden in „{0}“ geladen... + + + Loading databases in selected workspace... + Datenbanken im ausgewählten Arbeitsbereich werden geladen... + + + Loading deployment + Bereitstellung wird geladen + + + Loading execution plan... + Ausführungsplan wird geladen... + + + Loading flat file import... + Flatfile-Import wird geladen... + + + Loading local containers... + Lokale Container werden geladen... + + + Loading locations + Orte werden geladen. + + + Loading maintenance windows... + Wartungsfenster werden geladen... + + + Loading resource groups + Ressourcengruppen werden geladen. + + + Loading restore database... + Wiederherstellungsdatenbank wird geladen... + + + Loading restore plan... + Wiederherstellungsplan wird geladen... + + + Loading results... + Ergebnisse werden geladen … + + + Loading schemas... + Schemas werden geladen... + + + Loading servers + Server werden geladen + + + Loading servers in '{0}'... + {0} is the name of the subscription + Server werden in „{0}“ geladen ... + + + Loading servers in selected subscription... + Server im ausgewählten Abonnement werden geladen ... + + + Loading subscriptions + Abonnements werden geladen + + + Loading subscriptions... + Abonnements werden geladen ... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + Zusammenfassung für {0} Zeilen wird geladen (Zum Abbrechen klicken) + + + Loading table data... + Tabellendaten werden geladen … + + + Loading table preview... + Tabellenvorschau wird geladen... + + + Loading tenants + Mandanten werden geladen + + + Loading tenants... + Mandanten werden geladen... + + + Loading text view... + Textansicht wird geladen... + + + Loading workspaces + Arbeitsbereiche werden geladen + + + Loading workspaces... + Arbeitsbereiche werden geladen... + + + Loading... + Wird geladen... + + + Local Container Deployment + Lokale Containerbereitstellung + + + Local SQL Server database container + Lokaler SQL Server-Datenbankcontainer + + + Local container deployment is currently only supported with SQL Authentication connections. + Die lokale Containerbereitstellung wird derzeit nur für Verbindungen mit SQL-Authentifizierung unterstützt. + + + Locally-redundant backup storage + Lokal redundanter Sicherungsspeicher + + + Locate an Azure Data Studio settings.json file to import + Azure Data Studio settings.json-Datei zum Importieren suchen + + + Location + Speicherort + + + Location (Workspace) + Standort (Arbeitsbereich) + + + Location of the file to be imported + Speicherort der zu importierenden Datei + + + Log file folder + Protokolldateiordner + + + Logical file name + Logischer Dateiname + + + Logical operator + Logischer Operator + + + Logs + Protokolle + + + Logs copied to clipboard + Protokolle in Zwischenablage kopiert + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + Suchen Sie nach Azure Data Studio-Tastenkombinationen, wie F5 zum Ausführen von Abfragen? + + + MCP + MCP + + + MCP custom tool + Benutzerdefiniertes MCP-Tool + + + MCP server added to {0} + {0} is the file path where the MCP server was added + MCP-Server zu {0} hinzugefügt + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + Der MCP-Server ist bereits in {0} konfiguriert + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL – Azure-Authentifizierungsprotokolle + + + MSSQL - VS Code walkthrough + MSSQL – VS Code Anleitung + + + MSSQL Feedback + MSSQL-Feedback + + + MSSQL Notebook connected to {0} + {0} is the connection label + MSSQL-Notebook mit {0} verbunden + + + MSSQL extension icon + MSSQL-Erweiterungssymbol + + + MSSQL: Click to change connection + MSSQL: Klicken, um die Verbindung zu ändern + + + MSSQL: Click to change database + MSSQL: Klicken, um die Datenbank zu wechseln. + + + MSSQL: Welcome & What's New + MSSQL: Willkommen und Neuigkeiten + + + MSSQL: What's new + MSSQL: Neuigkeiten + + + Maintenance Window + Wartungsfenster + + + Make everything read-only + Alles schreibgeschützt machen + + + Manage Connection Profiles + Verbindungsprofile verwalten + + + Manage relationships + Beziehungen verwalten + + + Mandatory (Recommended) + Obligatorisch (Empfohlen) + + + Mandatory (True) + Erforderlich (WAHR) + + + Max + Max. + + + Max 10 databases / subscription + Max. 10 Datenbanken pro Abonnement + + + Max Length + Maximale Länge + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + Die maximale Zeilenanzahl für das Filtern/Sortieren wurde überschritten. Navigieren Sie zur Aktualisierung zu den Benutzereinstellungen, und ändern Sie diese Einstellung: mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + Max. virtuelle Kerne + + + Max: {0} + {0} is the max + Max.: {0} + + + Maximize + Maximieren + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + Maximieren ({0}) + + + Maximize Panel Size + Panelgröße maximieren + + + Maximize details panel + Detailbereich maximieren + + + Maximize panel size + Panelgröße maximieren + + + Maximize results grid + Raster „Ergebnisse maximieren“ + + + Media + Medien + + + Media set description is required + Mediensatzbeschreibung ist erforderlich + + + Media set name is required + Mediensatzname ist erforderlich + + + Message + Nachricht + + + Messages + Nachrichten + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + Meldungen ({0}) + + + Metric + Metrik + + + Microsoft Account + Microsoft-Konto + + + Microsoft Account is required + Microsoft-Konto ist erforderlich + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Microsoft Entra-Konto + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Microsoft Entra ID – Standard + + + Microsoft Entra Id - Service Principal + Microsoft Entra – Dienstprinzipal + + + Microsoft Entra Id - Universal w/ MFA Support + Microsoft Entra ID – Universell mit MFA-Unterstützung + + + Microsoft Entra account {0} successfully added. + {0} is the account name + Das Microsoft Entra-Konto {0} wurde erfolgreich hinzugefügt. + + + Microsoft Fabric integration + Microsoft Fabric-Integration + + + Microsoft SQL Server License Agreement + Microsoft SQL Server-Lizenzbedingungen + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Microsoft überprüft Ihr Feedback, um unsere Produkte zu verbessern, geben Sie daher keine personenbezogenen Daten oder vertraulichen/geschützten Inhalte frei. + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Microsoft wird das von Ihnen übermittelte Feedback gemäß den Anweisungen Ihres Unternehmens verarbeiten, um Ihre Erfahrungen mit diesem Produkt und die Ihres Unternehmens zu verbessern. Wenn Sie Fragen zur Verwendung von Feedback-Daten haben, wenden Sie sich an Ihren Mandantenadmin. Die Verarbeitung von Feedback-Daten unterliegt dem Datenschutz-Nachtrag für Microsoft-Produkte und -Dienste zwischen Ihrer Organisation und Microsoft, und das von Ihnen übermittelte Feedback wird im Rahmen dieses Nachtrags als personenbezogene Daten betrachtet. + + + Microsoft would like your feedback + Microsoft würde gerne Ihr Feedback erhalten. + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + Migrieren Sie gespeicherte Verbindungen, Verbindungsgruppen und Verbindungseinstellungen aus Azure Data Studio in die MSSQL-Erweiterung. Zusätzlich kann die MSSQL-Datenverwaltungs-Keymap installiert werden, um vertraute Tastenkombinationen aus Azure Data Studio hinzuzufügen. + + + Min + Min. + + + Min: {0} + {0} is the min + Min.: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + Verbindungsreferenz fehlt. Geben Sie genau connectionId oder connectionName an. + + + Missing schema payload for replace_schema operation. + Fehlende Schema-Nutzlast für die Operation replace_schema. + + + Missing table payload for update_table operation. + Fehlende Tabellennutzlast für den Vorgang update_table. + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + Fehlendes Tabellenziel für den Vorgang delete_table. Geben Sie tableId oder tableName+schemaName an. + + + Modified + Geändert + + + Modified column '{0}' + {0} is the column name + Spalte „{0}“ geändert + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + Spalte „{0}“ geändert: {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + Fremdschlüssel „{0}“ geändert + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + Fremdschlüssel „{0}“ geändert: {1} + + + Modified table {0} + {0} is the qualified table name + Tabelle „{0}“ geändert + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + Tabelle „{0}“ geändert: {1} + + + Modify Columns + Spalten ändern + + + Modify Table + Tabelle ändern + + + Monitor usage and manage your free tier limits + Nutzung überwachen und Limits für den Free-Tarif verwalten + + + Monthly limits + Monatliche Limits + + + More Query Actions + Weitere Abfrageaktionen + + + Move Down + Nach unten + + + Move Up + Nach oben + + + Move and expand the active grid selection + Aktive Rasterauswahl verschieben und erweitern + + + Move focus to the next result set grid + Fokus auf das nächste Ergebnisraster verschieben + + + Move focus to the previous result set grid + Fokus auf das vorherige Ergebnisraster verschieben + + + Move selection to the first cell in the row + Auswahl in die erste Zelle der Zeile verschieben + + + Move selection to the last cell in the row + Auswahl in die letzte Zelle der Zeile verschieben + + + Move to Root + In Stamm verschieben + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + Die Option „Zum Schema verschieben“ wird nur für SQL-Dateien unterstützt, die Teil eines geöffneten SQL-Projekts sind. Öffnen Sie das Projekt zuerst im Bereich Datenbankprojekte. + + + Move to Schema request failed: {0} + Fehler bei der Anforderung zum Verschieben in Schema: {0} + + + Move to Schema... + Zu Schema verschieben... + + + Move to row end + In Zeilenende verschieben + + + Move to row start + Zum Zeilenanfang verschieben + + + Move to schema '{0}' + Zu Schema „{0}“ verschieben + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + Mehrere Verbindungsgruppen mit der ID „{0}“ wurden gefunden. Löschen oder benennen Sie alle bis auf eine in der User/Global settings.json um, und starten Sie dann die Erweiterung neu. + + + Must be a valid number + Muss eine gültige Zahl sein. + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + Muss mit einem alphanumerischen Zeichen beginnen und darf nur alphanumerische Zeichen, Unterstriche, Punkte oder Bindestriche enthalten + + + Mutation + Mutation + + + MyProfilerSession + MyProfilerSession + + + NULL + NULL + + + Name + Name + + + Name for the Docker container running DAB + Name für den Docker-Container, der DAB ausführt + + + Name of the primary key. + Name des Primärschlüssels. + + + Navigate to this item in the diagram + Zu diesem Element im Diagramm navigieren + + + Navigation + Navigation + + + Needs attention + Eingreifen erforderlich + + + New Azure SQL logical server (Preview) + Neuer logischer Azure SQL-Server (Vorschau) + + + New Check Constraint + Neue Check-Einschränkung + + + New Column + Neue Spalte + + + New Column Mapping + Neue Spaltenzuordnung + + + New Database + Neue Datenbank + + + New Database Name + Neuer Datenbankname + + + New Deployment + Neue Bereitstellung + + + New File + Neue Datei + + + New Foreign Key + Neuer Fremdschlüssel + + + New Index + Neuer Index + + + New Local Docker SQL Server + Neuer lokaler Docker SQL Server + + + New Microsoft Entra account could not be added. + Das neue Microsoft Entra-Konto konnte nicht hinzugefügt werden. + + + New Password + Neues Kennwort + + + New Query + Neue Abfrage + + + New Query Profiler - Enter Name + Neuer Abfrageprofiler: Namen eingeben + + + New Query Profiler - Select Template + Neuer Abfrageprofiler – Vorlage auswählen + + + New SQL database + Neue SQL-Datenbank + + + New Session + Neue Sitzung + + + New Table Name + Name der neuen Tabelle + + + New column mapping + Neue Spaltenzuordnung + + + New database name must be different from the current name + Der neue Datenbankname muss sich vom aktuellen Namen unterscheiden. + + + New media set description + Beschreibung des neuen Mediensatzes + + + New media set name + Name des neuen Mediensatzes + + + New to MSSQL extension? Check out our quick-start guide. + Sie sind mit der MSSQL-Erweiterung noch nicht vertraut? Sehen Sie sich unseren Schnellstartleitfaden an. + + + New to the MSSQL extension? Check out our quick-start guide. + Sie sind mit der MSSQL-Erweiterung noch nicht vertraut? Sehen Sie sich unseren Schnellstartleitfaden an. + + + Next + Weiter + + + Next Page + Nächste Seite + + + Next result grid + Nächstes Ergebnisraster + + + No + Nein + + + No Action + Keine Aktion + + + No Azure accounts found + Keine Azure-Konten gefunden + + + No Microsoft Entra account can be found for removal. + Es wurde kein Microsoft Entra-Konto zum Entfernen gefunden. + + + No Queries Available + Keine Abfragen vorhanden. + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + Keine SQL Tools MCP-Verbindung für connectionName „{0}“ gefunden. + + + No account selected + Es ist kein Konto ausgewählt + + + No active connection + Keine aktive Verbindung + + + No active connection for database change + Keine aktive Verbindung für Datenbankänderung + + + No active connection for schema view + Keine aktive Verbindung für Schemaansicht + + + No active connection. + Keine aktive Verbindung. + + + No active database connection in the current editor. Please establish a connection to continue. + Keine aktive Datenbankverbindung im aktuellen Editor. Stellen Sie eine Verbindung her, um fortzufahren. + + + No active notebook. + Kein aktives Notebook. + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + Es wurde kein aktiver Schemadesigner gefunden. Öffnen Sie Daten-API-Generator zuerst mit mssql_dab mit dem Vorgang „show“ oder über die Benutzeroberfläche. + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + Kein aktiver Schemadesigner gefunden. Öffnen Sie zuerst einen mit mssql_schema_designer mit dem Vorgang „show“ oder über die Benutzeroberfläche. + + + No active text editor found. Please open a file with an active database connection. + Keinen aktiven Text-Editor gefunden. Öffnen Sie eine Datei mit einer aktiven Datenbankverbindung. + + + No authentication required + Keine Authentifizierung erforderlich + + + No background tasks + Keine Hintergrundaufgaben + + + No backup sets found in the restore plan + Im Wiederherstellungsplan wurden keine Sicherungssätze gefunden. + + + No blob containers found + Keine Blobcontainer gefunden. + + + No blobs found + Es wurden keine Blobs gefunden. + + + No changes detected + Änderungen wurden nicht gefunden. + + + No changes match your search. + Keine Änderungen entsprechen Ihrer Suche. + + + No changes yet. + Noch keine Änderungen. + + + No code analysis rules available. + Es sind keine Codeanalyseregeln verfügbar. + + + No connection credentials found + Keine Verbindungsanmeldeinformationen gefunden. + + + No connection found for connectionId: {0} + {0} is the connection ID + Für „connectionId“ wurde keine Verbindung gefunden: {0} + + + No connection groups were found in the file. + In der Datei wurden keine Verbindungsgruppen gefunden. + + + No connection information found + Keine Verbindungsinformationen gefunden + + + No connection profiles to edit. + Es sind keine Verbindungsprofile zum Bearbeiten vorhanden. + + + No connection profiles to remove. + Es sind keine Verbindungsprofile zum Entfernen vorhanden. + + + No connection selected. + Keine Verbindung ausgewählt. + + + No connection was found. Please connect to a server first. + Es wurde keine Verbindung gefunden. Stellen Sie zunächst eine Verbindung mit einem Server her. + + + No connections available. Please create a connection first. + Keine Verbindungen verfügbar. Erstellen Sie zuerst eine Verbindung. + + + No connections were found in the file. + In der Datei wurden keine Verbindungen gefunden. + + + No customized settings found + Keine angepassten Einstellungen gefunden + + + No customized settings found in Azure Data Studio + In Azure Data Studio wurden keine angepassten Einstellungen gefunden. + + + No data available + Keine Daten verfügbar + + + No data to display. + Keine anzuzeigenden Daten. + + + No database files found in the restore plan + Im Wiederherstellungsplan wurden keine Datenbankdateien gefunden. + + + No database selected. + Es wurde keine Datenbank ausgewählt. + + + No databases found in the selected workspace. + Im ausgewählten Arbeitsbereich wurden keine Datenbanken gefunden. + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + Im Arbeitsbereich „{0}“ wurden keine Datenbanken gefunden. + + + No databases found on the server. Please check your connection. + Auf dem Server wurden keine Datenbanken gefunden. Bitte überprüfen Sie Ihre Verbindung. + + + No databases found to import into. + Keine Datenbanken zum Importieren gefunden. + + + No databases with backups found + Keine Datenbanken mit Sicherungen gefunden + + + No elements found + Keine Elemente gefunden + + + No entities found + Keine Entitäten gefunden + + + No event selected + Es ist kein Ereignis ausgewählt + + + No events to export + Keine zu exportierenden Ereignisse + + + No filter is currently active + Zurzeit ist kein Filter aktiv + + + No items + Keine Elemente + + + No log entries yet. + Noch keine Protokolleinträge + + + No matches found + Keine Übereinstimmungen gefunden + + + No matching shortcuts + Keine passenden Tastenkombinationen + + + No model found. + Kein Modell gefunden. + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Es ist nicht erforderlich, das Microsoft Entra-Zugriffstoken für die Verbindung {0} mit dem URI zu aktualisieren. {1} + + + No object that can be moved to another schema was found at the cursor. + Am Cursor wurde kein Objekt gefunden, das in ein anderes Schema verschoben werden kann. + + + No objects found + Es wurden keine Objekte gefunden. + + + No pending changes. Make edits to generate a script. + Keine ausstehenden Änderungen. Nehmen Sie Änderungen vor, um ein Skript zu erstellen. + + + No profiler connection available + Keine Profiler-Verbindung verfügbar + + + No profiler templates available + Keine Profiler-Vorlagen verfügbar + + + No property changes available. + Keine Eigenschaftsänderungen verfügbar. + + + No query set + Kein Abfragesatz + + + No renameable symbol found at cursor. + Am Cursor wurde kein umbenennbares Symbol gefunden. + + + No resource groups found + Keine Ressourcengruppen gefunden. + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + Für die aktuelle Cloud „{1}“ ist keine Ressource vom Typ „{0}“ konfiguriert. Aktualisieren Sie Ihre Azure-Kontoeinstellungen. + + + No results + Keine Ergebnisse + + + No results for the active editor + Keine Ergebnisse für den aktiven Editor + + + No results match the current filters + Keine Ergebnisse für die aktuellen Filter gefunden + + + No results to display + Keine Ergebnisse zur Anzeige vorhanden. + + + No rows affected + Keine Zeilen betroffen. + + + No rules match the current filter. + Keine Regel entspricht dem aktuellen Filter. + + + No saved connection profiles found. + Es wurden keine gespeicherten Verbindungsprofile gefunden. + + + No saved connections found. Please create a connection first. + Keine gespeicherten Verbindungen gefunden. Erstellen Sie zuerst eine Verbindung. + + + No schema differences were found. + Es wurden keine Schemaunterschiede gefunden. + + + No schemas found + Keine Schemata gefunden + + + No schemas were found in the project. + Im Projekt wurden keine Schemas gefunden. + + + No script available. Make changes to the table data and generate a script first. + Kein Skript verfügbar. Nehmen Sie zuerst Änderungen an den Tabellendaten vor und erstellen Sie ein Skript. + + + No script generated. + Es wurde kein Skript generiert. + + + No selection + Keine Auswahl + + + No servers found + Keine Server gefunden + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + Im Abonnement „{0}“ wurden keine Server gefunden. + + + No servers found in the selected subscription. + Es wurde keine Server im ausgewählten Abonnement gefunden. + + + No shortcut + Keine Tastenkombination + + + No storage accounts found + Keine Speicherkonten gefunden + + + No subscriptions found + Keine Abonnements gefunden + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + Keine Abonnements gefunden. Ändern Sie das Azure-Konto oder den Mandanten, um verfügbare Abonnements anzuzeigen. + + + No templates available + Keine Vorlagen verfügbar + + + No tenant selected + Kein Mandant ausgewählt + + + No tenants are currently signed in. + Derzeit sind keine Mandanten angemeldet. + + + No tenants found + Keine Mandanten gefunden + + + No text data available + Keine Textdaten verfügbar + + + No tools to process. + Keine zu verarbeitenden Tools. + + + No workspace folder is open. Open a folder to add the MCP server configuration. + Kein Arbeitsbereichsordner geöffnet. Öffnen Sie einen Ordner, um die MCP-Serverkonfiguration hinzuzufügen. + + + No workspace folder is open. Open a folder to add the generated file. + Kein Arbeitsbereichsordner geöffnet. Öffnen Sie einen Ordner, um die generierte Datei hinzuzufügen. + + + No workspaces found + Keine Arbeitsbereiche gefunden + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + Keine Arbeitsbereiche gefunden Ändern Sie das Fabric-Konto oder den Fabric-Mandanten, um verfügbare Arbeitsbereiche anzuzeigen. + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + Es wurde eine nicht SQL Server SQL-Datei erkannt. IntelliSense für solche Dateien deaktivieren? + + + None + Keine + + + None (empty database) + Keine (leere Datenbank) + + + Not Between + Nicht zwischen + + + Not Contains + Enthält nicht + + + Not Ends With + Endet nicht mit + + + Not Equals + Ungleich + + + Not Started + Nicht gestartet + + + Not Starts With + Beginnt nicht mit + + + Not available for read-only file sessions + Nicht verfügbar für schreibgeschützte Dateisitzungen + + + Not connected + Nicht verbunden + + + Not contains + Enthält nicht + + + Not currently signed in. Select to sign in to tenant. + Aktuell nicht angemeldet. Wählen Sie diese Option aus, um sich beim Mandanten anzumelden. + + + Not equal to + Ungleich + + + Not likely at all + Überhaupt nicht wahrscheinlich + + + Not running + Wird nicht ausgeführt + + + Not signed in + Nicht angemeldet + + + Not signed into tenant {0} + {0} is the tenant display name + Nicht beim Mandanten {0} angemeldet + + + Not started + Nicht gestartet + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und ist keine empfohlene Vorgehensweise für Produktionsumgebungen. Möchten Sie „Serverzertifikat vertrauen“ für diese Verbindung aktivieren und es erneut versuchen? + + + Null + Null + + + Null Count: {0} + {0} is the null count + NULL-Anzahl: {0} + + + Number of Rows Read + Anzahl von gelesenen Zeilen + + + OK + Okay + + + OLTP, built on Azure SQL + OLTP, basierend auf Azure SQL + + + Object Explorer Filter + Filter zum Objekt-Explorer + + + Object Type + Objekttyp + + + Object Types + Objekttypen + + + Object type + Objekttyp + + + Off + Aus + + + On Delete + Beim Löschen + + + On Delete Action + Bei Löschvorgang + + + On Update + Beim Update + + + On Update Action + Bei Updateaktion + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + Eine oder mehrere Verbindungsgruppe verweisen auf übergeordnete Gruppen, die nicht existieren und wurden ignoriert: {0}. Aktualisieren Sie Ihre Einstellungsdatei, um diese Einträge zu beheben. + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + Eine oder mehrere Verbindungen verweisen auf Gruppen, die nicht existieren und wurden ignoriert: {0}. Aktualisieren Sie Ihre Verbindungseinstellungen, um diese Einträge zu beheben. + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + Eine oder mehrere Ihrer Entitäten enthalten Spaltentypen, die vom Daten-API-Generator aktuell nicht unterstützt werden. Diese Entitäten können nicht für die Bereitstellung ausgewählt werden. + + + Open + Öffnen + + + Open .scmp file + SCMP-Datei öffnen + + + Open Containing Folder + Enthaltenen Ordner öffnen + + + Open File + Datei öffnen + + + Open GitHub Copilot Chat to help fix these errors + Öffnen Sie den GitHub Copilot-Chat, um diese Fehler zu beheben + + + Open Keyboard Shortcuts editor. + Öffnen Sie den Editor für Tastenkombinationen. + + + Open Nitro + Nitro öffnen + + + Open Publish Script + Veröffentlichungsskript öffnen + + + Open Query + Abfrage öffnen + + + Open Query History + Abfrageverlauf öffnen + + + Open SQL editor and connect + Öffnen des SQL-Editor, und herstellen einer Verbindung + + + Open XML + XML öffnen + + + Open a new SQL query file + Neue SQL-Abfragedatei öffnen + + + Open a new bug + Neuen Bug melden + + + Open column menu + Menü für Spalten öffnen + + + Open filter menu + Filtermenü öffnen + + + Open in Editor + In Editor öffnen + + + Open in GitHub Copilot Chat + Im GitHub Copilot-Chat öffnen + + + Open in New Tab + In neuer Registerkarte öffnen + + + Open in SQL Editor + Im SQL-Editor öffnen + + + Open in editor + In Editor öffnen + + + Open text data in a new editor + Textdaten in einem neuen Editor öffnen + + + Open the active column filter menu + Filtermenü der aktiven Spalte öffnen + + + Open the active column menu + Menü der aktiven Spalte öffnen + + + Open the generated SELECT statement in a new editor + Die generierte SELECT-Anweisung in einem neuen Editor öffnen + + + Opening Publish Script. This may take a while... + Veröffentlichungsskript wird geöffnet. Dies dauert möglicherweise einige Zeit... + + + Opening schema designer... + Schema-Designer wird geöffnet... + + + Operation + Vorgang + + + Operation failed + Vorgang ist fehlgeschlagen + + + Operator + Operator + + + Option Description + Optionsbeschreibung + + + Optional (False) + Optional (FALSCH) + + + Optional - Override default GraphQL plural type name + Optional – Standardnamen des GraphQL-Mehrfachtyps überschreiben + + + Optional - Override default GraphQL singular type name + Optional – Standardnamen des GraphQL-Einzeltyps überschreiben + + + Optional - Override default api/entityName path + Optional – Standard-API/entityName-Pfad überschreiben + + + Options + Optionen + + + Options have changed. Recompare to see the comparison? + Die Optionen wurden geändert. Möchten Sie den Vergleich wiederholen und neu anzeigen? + + + Original file name + Ursprünglicher Dateiname + + + Others + Sonstige + + + Output file + Ausgabedatei + + + Overall, how satisfied are you with the MSSQL extension? + Wie zufrieden sind Sie insgesamt mit der MSSQL-Erweiterung? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + Wie zufrieden sind Sie insgesamt mit {0}? + + + Overwrite all existing backup sets + Alle vorhandenen Sicherungssätze überschreiben + + + Overwrite the existing database + Vorhandene Datenbank überschreiben + + + Owner + Besitzer + + + PNG + PNG + + + Package file + Paketdatei + + + Page + Seite + + + Parameters + Parameter + + + Parent node was not TreeNodeInfo. + Der übergeordnete Knoten war nicht TreeNodeInfo. + + + Password + Kennwort + + + Password (SQL Login) + Kennwort (SQL-Anmeldung) + + + Password is required + Kennwort erforderlich + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + Das Kennwort muss für „{0}“ geändert werden, um die Anmeldung bei „{1}“ fortzusetzen + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + Das Kennwort muss geändert werden, um die Anmeldung bei „{0}“ fortzusetzen + + + Passwords do not match + Die Kennwörter stimmen nicht überein. + + + Paste + Einfügen + + + Paste connection string from clipboard + Verbindungszeichenfolge aus der Zwischenablage einfügen + + + Path: {0} + {0} is the path of the node in the object explorer + Pfad: {0} + + + Pause + Anhalten + + + Pause event collection + Ereignissammlung anhalten + + + Paused + Angehalten + + + Paused - click to resume + Angehalten – klicken, um fortzusetzen + + + Perform checksum before writing to media + Vor dem Schreiben auf Medium Prüfsumme berechnen + + + Permissions + Berechtigungen + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + Wählen Sie aus mehreren SQL Server-Versionen aus, einschließlich SQL Server 2025 mit integrierten KI-Funktionen wie Vektorsuche und JSON-Erweiterungen. + + + Please Accept the SQL Server EULA + Akzeptieren Sie die SQL Server-Lizenzbedingungen. + + + Please choose a backup file to load restore plan + Wählen Sie eine Sicherungsdatei aus, um den Wiederherstellungsplan zu laden. + + + Please choose a blob to load restore plan + Wählen Sie ein Blob zum Laden des Wiederherstellungsplans aus. + + + Please choose a unique backup file name + Bitte wählen Sie einen eindeutigen Backupnamen aus. + + + Please choose a unique name for the container + Wählen Sie einen eindeutigen Namen für den Container aus. + + + Please choose a unique name for the profile + Wählen Sie einen eindeutigen Namen für das Profil aus. + + + Please choose a valid media option + Bitte wählen Sie eine gültige Medienoption aus. + + + Please choose at least one backup file + Wählen Sie mindestens ein Backup aus. + + + Please choose at least one backup set to restore + Wählen Sie mindestens einen Sicherungssatz zum Wiederherstellen aus. + + + Please ensure the file is not open in another application before importing + Stellen Sie vor dem Import sicher, dass die Datei nicht in einer anderen Anwendung geöffnet ist. + + + Please make sure the port is a number, and choose a port that is not in use + Stellen Sie sicher, dass der Port eine Zahl ist, und wählen Sie einen Port aus, der nicht verwendet wird. + + + Please make your password 8-128 characters long. + Bitte wählen Sie ein Kennwort mit 8–128 Zeichen. + + + Please select a database node in Object Explorer to drop. + Wählen Sie im Objekt-Explorer einen Datenbankknoten aus, der gelöscht werden soll. + + + Please select a database node in Object Explorer to rename. + Wählen Sie im Objekt-Explorer einen Datenbankknoten aus, der umbenannt werden soll. + + + Please select a file, not a folder. + Wählen Sie eine Datei aus, keinen Ordner. + + + Please select a node from Object Explorer to script. + Wählen Sie einen Knoten im Objekt-Explorer aus, um ein Skript zu erstellen. + + + Please select a server node in Object Explorer to create a database. + Wählen Sie im Objekt-Explorer einen Serverknoten aus, um eine Datenbank zu erstellen. + + + Please select a valid symbol. + Wählen Sie ein gültiges Symbol aus. + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + Wählen Sie einen Arbeitsbereich aus, in dem Sie über ausreichende Berechtigungen verfügen (Mitwirkender oder höher). + + + Please select only one node to script. Multiple node scripting is not supported. + Wählen Sie nur einen Knoten für das Skript aus. Die Skripterstellung für mehrere Knoten wird nicht unterstützt. + + + Port + Port + + + Port must be a number between 1 and 65535 + Der Port muss eine Zahl zwischen 1 und 65535 sein. + + + Port must be between 1 and 65535 + Der Port muss zwischen 1 und 65535 sein + + + Port to expose the API on (default: 5000) + Port zum Verfügbarmachen der API auf (Standard: 5000) + + + Port {0} is already in use + {0} is the port number + Port {0} wird bereits verwendet + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + Port {0} wird bereits verwendet Wählen Sie einen anderen Port aus. + + + Possible Data Loss detected. Please review the changes. + Möglicher Datenverlust erkannt. Überprüfen Sie die Änderungen. + + + Precision + Genauigkeit + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Genauigkeits-/Skalierungskonflikt zwischen "{0}" und "{1}" + + + Preserve the replication settings + Beibehalten der Replikationseinstellungen + + + Press desired key combination and then press ENTER. + Drücken Sie die gewünschte Tastenkombination, und betätigen Sie anschließend die EINGABETASTE. + + + Preview + Vorschau + + + Preview Data + Vorschaudaten + + + Preview Database Updates + Vorschau von Datenbankupdates + + + Previous + Zurück + + + Previous Page + Vorherige Seite + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + Die vorherige ausstehende Zusage für die Verbindungswiederherstellung für URI {0} wird mit dem Fehler {1} abgelehnt, bei Bedarf wird versucht, die Verbindung wiederherzustellen. + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + Vorherige ausstehende Verbindungswiederherstellung für URI {0}, erfolgreich. + + + Previous result grid + Vorheriges Ergebnisraster + + + Previous step failed. Please check the error message and try again. + Fehler beim vorherigen Schritt. Überprüfen Sie die Fehlermeldung und versuchen Sie es erneut. + + + Previously released features you may not have explored yet. + Frühere Funktionen, die Sie möglicherweise noch nicht kennen. + + + Primary Key + Primärschlüssel + + + Primary Key Columns + Primärschlüsselspalten + + + Primary key + Primärschlüssel + + + Prisma + Prisma + + + Privacy Statement + Datenschutzbestimmungen + + + Privacy notice + Datenschutzhinweis + + + Private + Privat + + + Processing include or exclude all differences operation. + Die Verarbeitung schließt alle Differenzvorgänge ein oder aus. + + + Profile Name + Profilname + + + Profile created and connected + Das Profil wurde erstellt und verbunden. + + + Profile created successfully + Das Profil wurde erfolgreich erstellt. + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + Das Profil wurde geladen, aber die Verbindung konnte nicht automatisch hergestellt werden. Bitte erstellen Sie eine Verbindung mit {0}, und versuchen Sie es dann erneut. + + + Profile name + Profilname + + + Profile removed successfully + Das Profil wurde erfolgreich entfernt. + + + Profiler events exported successfully to {0} + {0} is the file path + Profilerereignisse wurden erfolgreich nach {0} exportiert + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + Der Profiler befindet sich im schreibgeschützten und getrennten Modus für die XEL-Datei „{0}“ und kann ohne Datenbankverbindung keine Live-Sitzungen starten oder erstellen + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + Der Profiler befindet sich im schreibgeschützten und getrennten Modus für die XEL-Datei „{0}“ und kann ohne Datenbankverbindung keine Live-Sitzungen starten oder erstellen. + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + Profiler bereit. Wählen Sie eine Sitzung aus der Dropdownliste aus und klicken Sie auf „Starten“, um die Profilerstellung zu beginnen. + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + Die Profiler-Sitzung „{0}“ wurde erfolgreich erstellt. Profilerstellung wird gestartet... + + + Profiler session '{0}' started successfully. + {0} is the session name + Die Profiler-Sitzung „{0}“ wurde erfolgreich gestartet. + + + Properties + Eigenschaften + + + Property + Eigenschaft + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + Für den Anbieter "{0}" ist kein Microsoft-Ressourcenendpunkt definiert. + + + Provisioning + Bereitstellung + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + Proxyeinstellungen gefunden, beim Analysieren der URL ist jedoch ein Fehler aufgetreten: „{0}“. Bei Verwendung der MSSQL-Erweiterung können Verbindungsprobleme auftreten. Fehler: {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + Proxyeinstellungen gefunden, jedoch ohne Protokoll (z. B. http://): „{0}“. Bei Verwendung der MSSQL-Erweiterung können Verbindungsprobleme auftreten. + + + Public + Öffentlich + + + Publish + Veröffentlichen + + + Publish DACPAC + DACPAC veröffentlichen + + + Publish Profile + Profil veröffentlichen + + + Publish Project + Projekt veröffentlichen + + + Publish Project - {0} + {0} is the name of the project being published + Projekt veröffentlichen – {0} + + + Publish Settings File + Einstellungsdatei veröffentlichen + + + Publish Target + Veröffentlichungsziel + + + Publish profile saved to: {0} + Veröffentlichungsprofil gespeichert in: {0} + + + Publishing Changes + Änderungen werden veröffentlicht + + + Pulling DAB container image + Containerimage wird abgerufen + + + Pulling SQL Server Image + SQL Server-Image wird abgerufen + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + Das SQL Server-Containerimage wird abgerufen. Dies kann je nach Internetverbindung einige Minuten dauern. + + + Query + Abfrage + + + Query Editor + Abfrage-Editor + + + Query Editor shortcuts are managed by Visual Studio Code. + Tastenkombinationen für den Abfrage-Editor werden von Visual Studio Code verwaltet. + + + Query Execution + Abfrageausführung + + + Query Plan + Abfrageplan + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + Abfrageplan ({0}) + + + Query Plan ({0}) + {0} is the number of query plans + Abfrageplan ({0}) + + + Query Profiler + Abfrageprofiler + + + Query Profiler Session Status + Status der Abfrageprofiler-Sitzung + + + Query Profiler: No session + Abfrageprofiler: Keine Sitzung + + + Query Profiler: {0} + {0} is the file name or session name + Abfrageprofiler: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + Abfrage-Editor für „{0}“ + + + Query executed + Abfrage ausgeführt + + + Query execution failed + Fehler beim Ausführen der Abfrage + + + Query execution was canceled. + Die Abfrageausführung wurde abgebrochen. + + + Query failed + Fehler bei Abfrage. + + + Query succeeded + Abfrage erfolgreich + + + Query {0} + {0} is the Quick Query slot number + {0} abfragen + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + Abfrage {0}: Abfragekosten (in Relation zum Skript): {1}% + + + Quick Queries + Schnellabfragen + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + Tastenkombinationen für Schnellabfragen werden von Visual Studio Code verwaltet. + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + Der Schnellabfrage-Slot muss zwischen 1 und {0} liegen. + + + Quick filter all columns... + Alle Spalten schnell filtern... + + + REST + REST + + + REST API + REST-API + + + RESTORE WITH NORECOVERY + RESTORE WITH NORECOVERY + + + RESTORE WITH RECOVERY + RESTORE WITH RECOVERY + + + RESTORE WITH STANDBY + RESTORE WITH STANDBY + + + Read + Lesen + + + Read docs on Microsoft Learn + Dokumentation auf Microsoft Learn lesen + + + Read more + Weitere Informationen + + + Read-Only + Schreibgeschützt + + + Read-only SQL text editor + Schreibgeschützter SQL-Text-Editor + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + Schreibgeschützter, getrennter Modus für „{0}“. Ohne Datenbankverbindung können keine Live-Sitzungen erstellt oder gestartet werden. + + + Ready for import + Bereit zum Import + + + Readying container for connections. + Container für Verbindungen wird vorbereitet. + + + Readying container for connections... + Container für Verbindungen wird vorbereitet ... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + Empfangen von Erklärungen in natürlicher Sprache, um Entwicklern, die mit T-SQL nicht vertraut sind, zu helfen, Code zu verstehen + + + Recent Connections + Letzte Verbindungen + + + Recent connections list cleared + Die Liste der zuletzt verwendeten Verbindungen wurde gelöscht. + + + Record shortcut + Tastenkombination aufzeichnen + + + Recording shortcut + Aufzeichnungstastenkombination + + + Recovery Model + Wiederherstellungsmodell + + + Recovery state + Wiederherstellungsstatus + + + Redo + Wiederholen + + + Referenced column '{0}' not found + {0} is the column name + Die referenzierte Spalte "{0}" wurde nicht gefunden. + + + Referenced columns + Spalten, auf die verwiesen wird + + + Referenced schema + Schema, auf das verwiesen wird + + + Referenced table + Tabelle, auf die verwiesen wird + + + Referenced table '{0}' not found + {0} is the table name + Die referenzierte Tabelle "{0}" wurde nicht gefunden. + + + Refresh + Aktualisieren + + + Refresh Credentials + Anmeldeinformationen aktualisieren + + + Refresh dataset + Dataset aktualisieren + + + Region + Region + + + Register + Registrieren + + + Reject + Ablehnen + + + Reliability + Zuverlässigkeit + + + Reload Visual Studio Code + Visual Studio Code erneut laden + + + Relocate all files + Alle Dateien verschieben + + + Remind Me Later + Später erinnern + + + Remove + Entfernen + + + Remove Sort + Sortierung entfernen + + + Remove a connection profile + Ein Verbindungsprofil entfernen + + + Remove file + Datei entfernen + + + Remove filter + Filter entfernen + + + Remove filter for {0} + {0} is the column name + Filter für {0} entfernen + + + Remove from favorites + Aus Favoriten entfernen + + + Remove sort + Sortierung entfernen + + + Remove tag + Tag entfernen + + + Remove {0} + {0} is the object type + {0} entfernen + + + Rename + Umbenennen + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + Benennen Sie „{0}“ in „{1}“ um. + + + Rename Database + Datenbank umbenennen + + + Rename Options + Umbenennungsoptionen + + + Rename is not supported at this position. + Das Umbenennen wird an dieser Position nicht unterstützt. + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + Das Umbenennen wird nur für SQL-Dateien unterstützt, die Teil eines geöffneten SQL-Projekts sind. Öffnen Sie das Projekt zuerst im Bereich Datenbankprojekte. + + + Rename request failed: {0} + Fehler bei der Umbenennungsanforderung: {0} + + + Renaming database + Datenbank wird umbenannt + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + Die Datenbank „{0}“ wird in „{1}“ umbenannt ... + + + Replication + Replikation + + + Request a new feature + Neues Feature anfordern + + + Required + Erforderlich + + + Requirements: + Anforderungen: + + + Requires user authentication + Erfordert Benutzerauthentifizierung + + + Reset + Zurücksetzen + + + Reset to Defaults? + Auf Standardwerte zurücksetzen? + + + Resize + Größe ändern + + + Resize column '{0}' + {0} is the name of the column + Größe der Spalte „{0}“ ändern + + + Resize the active result grid column + Größe der aktiven Ergebnisrasterspalte ändern + + + Resource Group + Ressourcengruppe + + + Resource Group Name + Ressourcengruppenname + + + Resource Group is required + Ressourcengruppe erforderlich + + + Resource group name is required + Der Ressourcengruppenname ist erforderlich. + + + Resources + Ressourcen + + + Restore + Wiederherstellen + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + Wiederherstellen ({0}) + + + Restore Database + Datenbank wiederherstellen + + + Restore Panel Size + Panelgröße wiederherstellen + + + Restore as + Wiederherstellen als + + + Restore panel size + Panelgröße wiederherstellen + + + Restore properties pane + Eigenschaftenbereich wiederherstellen + + + Restrict access to the restored database + Einschränken des Zugriffs auf die wiederhergestellte Datenbank + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + Resultset-Batch {0} – Abfrage {1} + + + Result View + Ergebnisansicht + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + Tastenkombinationen für die Ergebnisansicht werden von der MSSQL-Erweiterung verwaltet. Sie können die Tastenzuordnungen hier direkt konfigurieren. + + + Results + Ergebnisse + + + Results ({0}) + {0} is the number of results + Ergebnisse ({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + Ergebnisse ({0}) + + + Results Preview + Ergebnisvorschau + + + Results Preview ({0}) + {0} is the number of preview results + Ergebnisvorschau ({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + Ergebnisvorschau ({0}) + + + Results exported successfully to {0} + {0} is the file path + Die Ergebnisse wurden erfolgreich nach „{0}“ exportiert + + + Results toolbar + Ergebnissymbolleiste + + + Resume + Fortsetzen + + + Resuming database + Datenbank wird fortgesetzt + + + Retry + Wiederholen + + + Reveal + Anzeigen + + + Reveal in Explorer + Im Explorer anzeigen + + + Reveal in Finder + Im Finder anzeigen + + + Reverse Alphabetical + Umgekehrt alphabetisch + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + Reverse Engineering vorhandener Datenbanken durch Erläuterung von SQL-Schemata und -Beziehungen + + + Revert + Zurücksetzen + + + Revert Cell + Zelle wiederherstellen + + + Revert Row + Zeile wiederherstellen + + + Revert this change to its original state + Diese Änderung rückgängig machen und den ursprünglichen Zustand wiederherstellen + + + Revert values to project defaults + Werte auf Projektstandardwerte zurücksetzen + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + Überprüfen oder schlagen Sie Änderungen der API-Konfiguration im Chat vor, und GitHub Copilot aktualisiert Ihre Konfiguration sofort im Daten-API-Generator. + + + Reviewing Copilot Change + Überprüfung der Copilot-Änderung + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + Rosetta ist erforderlich, um SQL Server-Containerimages auf Apple Silicon auszuführen. Aktivieren Sie „Rosetta für x86_64/amd64-Emulation auf Apple Silicon verwenden“ in Docker Desktop > Einstellungen > Allgemein. + + + Row created. + Zeile erstellt. + + + Row deleted. + Zeile gelöscht. + + + Row marked for removal. + Zeile, die zum Entfernen markiert ist. + + + Rows + Zeilen + + + Rows per page + Zeilen pro Seite + + + Rule disabled + Regel deaktiviert + + + Rule enabled + Regel aktiviert + + + Rule name + Regelname + + + Rules + Regeln + + + Run Query + Abfrage ausführen + + + Run Query History + Abfrageverlauf ausführen + + + Run a query for the current active SQL document + Eine Abfrage für das aktuell aktive SQL-Dokument ausführen + + + Run a query in the current editor, or switch to an editor that has results. + Führen Sie eine Abfrage im aktuellen Editor aus oder wechseln Sie zu einem Editor, der Ergebnisse enthält. + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + Abfrage auf Verbindung „{0}“ (ID: {1}) ausführen? + +Abfrage: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + Führen Sie gespeichertes SQL sofort mit benutzerdefinierten Tastenkombinationen aus. Verwenden Sie {arg}, um den ausgewählten Text im Abfrage-Editor einzufügen; andernfalls wird er der Abfrage angehängt. + + + Run, cancel, and create queries + Abfragen ausführen, abbrechen und erstellen + + + Running + Wird ausgeführt + + + Running a custom query will discard all pending changes. Do you want to continue? + Durch das Ausführen einer benutzerdefinierten Abfrage werden alle ausstehenden Änderungen verworfen. Möchten Sie fortfahren? + + + Running query is not supported when the editor is in multiple selection mode. + Das Ausführen einer Abfrage wird nicht unterstützt, wenn sich der Editor im Mehrfachauswahlmodus befindet. + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Abfrage wird auf Verbindung „{0}“ (ID: {1}) ausgeführt + + + Running: {0} + {0} is how long the query has been running + Wird ausgeführt: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + SQL-Analyseendpunkt + + + SQL Authentication + SQL-Authentifizierung + + + SQL Container Name + SQL-Containername + + + SQL Container Version + SQL-Containerversion + + + SQL Database + SQL-Datenbank + + + SQL Database Projects — Code Analysis + SQL-Datenbankprojekte – Code Analysis + + + SQL Login + SQL-Anmeldung + + + SQL Notebooks + SQL Notebooks + + + SQL Plan Files + SQL-Plandateien + + + SQL Server Container SA Password + Kennwort für SQL Server-Container-Sicherheitszuordnung + + + SQL Server admin password + SQL Server-Administratorkennwort + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server unterstützt keine Windows-Container. Wechseln Sie in den Einstellungen für den Docker-Desktop zu Linux-Containern. + + + SQL Server is required + SQL-Server ist erforderlich + + + SQL Server port number + SQL Server-Portnummer + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} – neueste Version + + + SQL Tools (MSSQL) + SQL Tools (MSSQL) + + + SQL database in Fabric + SQL-Datenbank in Fabric + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + SQLCMD-Variablen + + + SVG + SVG + + + Satisfied + Zufrieden + + + Saturation + Sättigung + + + Save + Speichern + + + Save .scmp file + SCMP-Datei speichern + + + Save As + Speichern unter + + + Save As... + Speichern unter... + + + Save Changes + Änderungen speichern + + + Save Connection Group + Verbindungsgruppe speichern + + + Save Password + Kennwort speichern + + + Save Password? If 'No', password will be required each time you connect + Kennwort speichern? Wenn Sie "Nein" angeben, muss das Kennwort bei jeder Verbindungsherstellung angegeben werden. + + + Save Plan + Plan speichern + + + Save Secret + Geheimnis speichern + + + Save as CSV + Als CSV speichern + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + Als CSV speichern ({0}) + + + Save as Excel + Als Excel-Datei speichern + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + Als Excel-Datei speichern ({0}) + + + Save as INSERT INTO + Als INSERT IN speichern + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + Als INSERT INTO speichern ({0}) + + + Save as JSON + Als JSON speichern + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + Als JSON speichern ({0}) + + + Save backup to URL + Sicherung speichern unter URL + + + Save connection profile changes without establishing a connection + Verbindungsprofiländerungen speichern, ohne eine Verbindung herzustellen. + + + Save password + Kennwort speichern + + + Save results as CSV + Ergebnisse als CSV speichern + + + Save results as Excel + Ergebnisse als Excel speichern + + + Save results as INSERT + Ergebnisse als INSERT speichern + + + Save results as JSON + Ergebnisse als JSON speichern + + + Save results command cannot be used with multiple selections. + Der Befehl "Ergebnisse speichern" kann nicht mit einer Mehrfachauswahl verwendet werden. + + + Save source and target, options, and excluded elements + Quelle und Ziel, Optionen und ausgeschlossene Elemente speichern + + + Save to Disk + Auf Datenträger speichern + + + Save to URL + Unter URL speichern + + + Save without connecting + Ohne Verbindung speichern + + + Saved + Gespeichert + + + Saved Connections + Gespeicherte Verbindungen + + + Saved results to {0} + {0} is the saved file path + Ergebnisse gespeichert in {0} + + + Saving... + Wird gespeichert… + + + Scaffold backend components (e.g., data-access layers) based on your current database context + Erstellen eines Gerüsts für Back-End-Komponenten (z. B. Datenzugriffsebenen) basierend auf Ihrem aktuellen Datenbankkontext + + + Scale + Skalieren + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Skalierungskonflikt zwischen „{0}“ und „{1}“ + + + Schema + Schema + + + Schema '{0}' is not available. + {0} is the schema name + Schema „{0}“ ist nicht verfügbar. + + + Schema Changes + Schemaänderungen + + + Schema Compare + Schemavergleich + + + Schema Compare Options + Optionen für Schemavergleich + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + Fehler beim Schemavergleich: "{0}" + + + Schema Designer + Schemadesigner + + + Schema Designer Model is ready. Changes can now be published. + Das Schema-Designer-Modell ist bereit. Änderungen können jetzt veröffentlicht werden. + + + Schema Designer with GitHub Copilot + Schema-Entwickler mit GitHub Copilot + + + Schema Diff + Schemadifferenz + + + Schema designer details are not available. + Details zum Schema-Designer sind nicht verfügbar. + + + Schema designer is not initialized. + Schemadesigner ist nicht initialisiert. + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + Schema-Designer geöffnet. Fahren Sie bei Schemamutationen mit {0} Vorgängen ({1}/{2}) fort. + + + Schema designer state changed. Fetch the latest schema and retry the operation. + Der Status des Schemadesigners hat sich geändert. Rufen Sie das neueste Schema ab und wiederholen Sie den Vorgang. + + + Schema designer state retrieved successfully. + Status des Schemadesigners erfolgreich abgerufen. + + + Schema designer updated successfully. + Der Schemadesigner wurde erfolgreich aktualisiert. + + + Schema is required + Schema ist erforderlich + + + Schema/Object Type + Schema/Objekttyp + + + Schemas + Schemas + + + Script + Skript + + + Script as Alter + Skript als Alter + + + Script as Create + Skript als Create + + + Script as Drop + Skript als Drop + + + Script as Execute + Skript als Execute + + + Script copied to clipboard + Skript in Zwischenablage kopiert + + + Script copied to clipboard. + Skript in Zwischenablage kopiert. + + + Search Database Objects + Datenbankobjekte durchsuchen + + + Search Database Objects - {0} + {0} is the server name + Datenbankobjekte durchsuchen – {0} + + + Search Workspaces + Arbeitsbereiche suchen + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + Nach Objektname oder Typ suchen (z. B. t:<name>, v:, f: oder sp:) + + + Search changes... + Änderungen suchen ... + + + Search connection groups + Verbindungsgruppen durchsuchen + + + Search extension shortcut + Verknüpfung für die Sucherweiterung + + + Search options + Suchoptionen + + + Search options... + Suchoptionen... + + + Search rules... + Regeln werden durchsucht… + + + Search settings... + Einstellungen suchen... + + + Search subscriptions... + Abonnements suchen ... + + + Search tables... + Tabellen durchsuchen... + + + Search values... + Werte durchsuchen ... + + + Search within {0} text content + {0} is the column name + In {0} Textinhalt suchen + + + Search workspaces... + Arbeitsbereiche suchen... + + + Search... + Suchen... + + + Searching... + Suche wird ausgeführt... + + + Seed sample data or import an existing schema + Beispieldaten einspielen oder ein vorhandenes Schema importieren + + + Select + Auswählen + + + Select All + Alles auswählen + + + Select Azure account with Key Vault access for column decryption + Auswählen eines Azure-Kontos mit Key Vault Zugriff für die Spaltenentschlüsselung + + + Select Connection + Verbindung auswählen + + + Select Database + Datenbank auswählen + + + Select Max vCores + Max. virtuelle Kerne auswählen + + + Select Profile + Profil auswählen + + + Select Source + Quelle auswählen + + + Select Source Schema + Quellschema auswählen + + + Select Target + Ziel auswählen + + + Select Target Schema + Zielschema auswählen + + + Select Top 1000 + Oberste 1000 auswählen + + + Select XEL File + XEL-Datei auswählen + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + Wählen Sie ein Microsoft Entra ID-Konto aus, das mit dieser Verbindung verwendet werden soll. Die ursprünglichen Kontoinformationen aus Azure Data Studio sind unten aufgeführt, aber Sie können ein anderes Konto wählen. + + + Select a Workspace + Arbeitsbereich auswählen + + + Select a blob + Blob auswählen + + + Select a blob container + Blobcontainer auswählen + + + Select a collation + Sortierung auswählen + + + Select a connection group + Verbindungsgruppe auswählen + + + Select a connection to use as the default + Wählen Sie eine Verbindung aus, die als Standard verwendet werden soll. + + + Select a data source + Datenquelle auswählen + + + Select a database + Datenbank auswählen + + + Select a database for profiling (Azure SQL requires a specific database) + Wählen Sie eine Datenbank für die Profilerstellung aus (Azure SQL erfordert eine bestimmte Datenbank) + + + Select a file + Datei auswählen + + + Select a folder + Ordner auswählen + + + Select a location for the resource group + Wählen Sie einen Standort für die Ressourcengruppe aus. + + + Select a maintenance window + Wartungsfenster auswählen + + + Select a profiler template + Profiler-Vorlage auswählen + + + Select a resource group + Ressourcengruppe auswählen + + + Select a server + Server auswählen + + + Select a session first + Zuerst eine Sitzung auswählen + + + Select a session... + Sitzung auswählen... + + + Select a storage account + Speicherkonto auswählen + + + Select a subscription + Abonnement auswählen + + + Select a subscription to view servers in it. + Wählen Sie ein Abonnement aus, um die Server darin anzuzeigen. + + + Select a tenant + Mandant auswählen + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Wählen Sie eine gültige {0} aus der Dropdownliste aus + + + Select a workspace to view the databases in it. + Wählen Sie einen Arbeitsbereich aus, um die darin enthaltenen Datenbanken anzuzeigen. + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Wählen Sie einen {0} für die Filterung aus + + + Select account + Konto auswählen + + + Select all + Alle auswählen + + + Select all cells in the active grid + Alle Zellen im aktiven Raster auswählen + + + Select all entities + Alle Entitäten auswählen + + + Select all options + Alle Optionen auswählen + + + Select all {0} + {0} is the action name (Create, Read, etc.) + Alle {0} auswählen + + + Select an account + Konto auswählen + + + Select an account for authentication + Konto für die Authentifizierung auswählen + + + Select an extension to manage connection sharing permissions + Wählen Sie eine Erweiterung aus, um die Berechtigungen für die gemeinsame Verbindungsnutzung zu verwalten. + + + Select an operation + Vorgang auswählen + + + Select column + Spalte auswählen + + + Select file to import + Zu importierende Datei auswählen + + + Select image + Image auswählen + + + Select location + Standort auswählen + + + Select new permission for extension: '{0}' + {0} is the extension name + Neue Berechtigung für Erweiterung „{0}“ auswählen + + + Select or clear all connection groups + Alle Verbindungsgruppen auswählen oder abwählen + + + Select or clear all connections + Alle Verbindungen auswählen oder abwählen + + + Select package file + Paketdatei auswählen + + + Select profile to edit + Profil zum Bearbeiten auswählen + + + Select profile to remove + Wählen Sie das Profil aus, das entfernt werden soll. + + + Select row + Zeile auswählen + + + Select session + Sitzung auswählen + + + Select subscriptions + Abonnements auswählen + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + Wählen Sie die Azure Data Studio settings.json-Datei aus, um Verbindungsgruppen und Verbindungen zu scannen. + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + Wählen Sie die HTTP-Methode aus, die diese gespeicherte Prozedur ausführen können. DAB wird standardmäßig auf POST festgelegt. + + + Select the SQL Server Container Image + SQL Server-Containerimage auswählen + + + Select the entire current column + Gesamte aktuelle Spalte auswählen + + + Select the entire current row + Gesamte aktuelle Zeile auswählen + + + Select the target schema + Zielschema auswählen + + + Selected + Ausgewählt + + + Selected Microsoft Entra account removed successfully. + Das ausgewählte Microsoft Entra-Konto wurde erfolgreich entfernt. + + + Selected Path + Ausgewählter Pfad + + + Selected backup file does not contain a valid database backup + Die ausgewählte Sicherungsdatei enthält keine gültige Datenbanksicherung. + + + Selected query-editor text + Ausgewählter Text des Abfrage-Editors + + + Selection + Auswahl + + + Sequelize + Sequelize + + + Serialization failed + Serialisierung fehlgeschlagen + + + Server + Server + + + Server - {0} + {0} is the server name + Server – {0} + + + Server Connections + Serververbindungen + + + Server Edition + Server Edition + + + Server Name + Servername + + + Server Version + Serverversion + + + Server connection in progress. Do you want to cancel? + Die Serververbindung wird hergestellt. Möchten Sie den Vorgang abbrechen? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + Der Server konnte nicht gestartet werden. Möglicherweise handelt es sich um einen Berechtigungsfehler oder eine Inkompatibilität auf Ihrem System. Sie können versuchen, die Gerätecodeauthentifizierung über die Einstellungen zu aktivieren. + + + Server is required + Der Server ist erforderlich. + + + Server name is required + Der Servername ist erforderlich. + + + Server name not set. + Der Servername ist nicht festgelegt. + + + Server name or ADO.NET connection string + Servername oder ADO.NET-Verbindungszeichenfolge + + + Server {0} not found. + {0} is the server name + Server „{0}“ nicht gefunden. + + + Serverless + Serverlos + + + Service installation failed. + Fehler bei der Dienstinstallation. + + + Service tier + Dienstebene + + + Session + Sitzung + + + Session creation timed out + Timeout bei der Sitzungserstellung + + + Session name can only contain letters, numbers, underscores, and hyphens + Der Sitzungsname darf nur Buchstaben, Zahlen, Unterstriche und Bindestriche enthalten. + + + Session name cannot be empty + Der Sitzungsname darf nicht leer sein + + + Session name must be {0} characters or less + {0} is the maximum length + Der Sitzungsname darf nicht mehr als {0} Zeichen umfassen. + + + Session not running + Die Sitzung wird nicht ausgeführt. + + + Set Default + Standard festlegen + + + Set Null + NULL festlegen + + + Set backup Compression + Backupkomprimierung festlegen + + + Set backup Media Set + Backup-Mediensatz festlegen + + + Set backup retain days + Aufbewahrungsdauer der Sicherung in Tagen festlegen + + + Setting + Einstellung + + + Setting up + Wird eingerichtet + + + Setting up container + Einrichten von Containern + + + Settings + Einstellungen + + + Settings and Keybindings + Einstellungen und Tastenzuordnungen + + + Settings are fixed for free tier. + Die Einstellungen sind für den Free-Tarif festgelegt. + + + Settings for {0} + {0} is the entity name + Einstellungen für {0} + + + Severity + Schweregrad + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + Schweregrad für {0} + + + Shortcut + Tastenkombination + + + Shortcuts Configuration + Tastenkombinationskonfiguration + + + Shortcuts Configuration (Preview) + Tastenkombinationskonfiguration (Vorschau) + + + Shortcuts configuration page + Seite für die Tastenkombinationskonfiguration + + + Show All + Alle anzeigen + + + Show Changes + Änderungen anzeigen + + + Show Confirm Password + Kennwort zur Bestätigung anzeigen + + + Show Definition + Definition anzeigen + + + Show Estimated Plan + Geschätzten Plan anzeigen + + + Show MSSQL output + MSSQL-Ausgabe anzeigen + + + Show Menu + Menü anzeigen + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + Menü anzeigen ({0}) + + + Show New Password + Neues Kennwort anzeigen + + + Show SQL + SQL anzeigen + + + Show SQL Pane + SQL-Bereich anzeigen + + + Show Schema + Schema anzeigen + + + Show a random table definition + Zufällige Tabellendefinition anzeigen + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + Alle Schnellabfrage-Tastenkombinationen in den VS Code-Tastenkombinationen anzeigen + + + Show all columns + Alle Spalten anzeigen + + + Show full error message + Vollständige Fehlermeldung anzeigen + + + Show masked command (hides sensitive information) + Maskierten Befehl anzeigen (vertrauliche Informationen ausblenden) + + + Show or hide the query result panel + Abfrageergebnisbereich ein- oder ausblenden + + + Show password + Kennwort anzeigen + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Schema für Verbindung „{0}“ (ID: {1}) anzeigen? + + + Show table relationships + Tabellenbeziehungen anzeigen + + + Show unmasked command (reveals sensitive information) + Unmaskierten Befehl anzeigen (zeigt vertrauliche Informationen an) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Schema für Verbindung „{0}“ (ID: {1}) wird angezeigt + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + Es werden {0} von {1} Ereignissen angezeigt + + + Showplan XML + Showplan-XML + + + Sign In + Anmelden + + + Sign in + Anmelden + + + Sign in and retry + Anmelden und erneut versuchen + + + Sign in to a new account + Anmelden bei einem neuen Konto + + + Sign in to your Azure subscription + Melden Sie sich bei Ihrem Azure-Abonnement an. + + + Sign in to your Azure subscription in one of the sovereign clouds. + Melden Sie sich in einer der Sovereign Clouds bei Ihrem Azure-Abonnement an. + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + Melden Sie sich mit einem Gerätecode bei Ihrem Azure-Abonnement an. Verwenden Sie diese Option für Einrichtungen, bei denen der Anmeldebefehl nicht funktioniert. + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + Melden Sie sich mit der Entra ID „{0}“ an. + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + Melden Sie sich mit Ihrem Microsoft Entra ID-Konto an, auch mit Konten, die eine Multi-Faktor-Authentifizierung verwenden. Klicken Sie auf das Info-Symbol, um weitere Informationen zu erhalten. + + + Sign into Azure + Anmelden bei Azure + + + Sign into Azure in order to add a firewall rule. + Melden Sie sich bei Azure an, um eine Firewallregel hinzuzufügen. + + + Sign into Fabric + Bei Fabric anmelden + + + Sign into additional accounts + Bei zusätzlichen Konten anmelden + + + Sign into tenant + Anmelden beim Mandanten + + + Signing in to Azure as {0}... + {0} is the account name + Anmeldung bei Azure als {0} wird durchgeführt … + + + Simple + Einfach + + + Simple Container Management + Einfache Containerverwaltung + + + Smart performance + Intelligente Leistung + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + Einige Verbindungen oder Gruppen enthalten unvollständige Informationen. Sie können fortfahren, müssen diese Verbindungen aber möglicherweise später vor dem Verbinden bearbeiten. + + + Sort + Sortieren + + + Sort Ascending + Aufsteigend sortieren + + + Sort Descending + Absteigend sortieren + + + Sort ascending + Aufsteigend sortieren + + + Sort column + Spalte sortieren + + + Sort descending + Absteigend sortieren + + + Source + Quelle + + + Source Column + Quellspalte + + + Source Database + Quelldatenbank + + + Source Name + Quellname + + + Source: {0} + {0} is the fully qualified DAB source object name + Quelle: {0} + + + Source: {0} + {0} is the task source + Quelle: {0} + + + Specifies whether the column is included in the primary key for the table. + Gibt an, ob die Spalte in den Primärschlüssel für die Tabelle eingeschlossen ist. + + + Specifies whether the column may have a NULL value. + Gibt an, ob die Spalte einen NULL-Wert aufweisen darf. + + + Specify Input File + Eingabedatei angeben + + + SqlPackage Command + SqlPackage-Befehl + + + Standby file + Standbydatei + + + Start + Start + + + Start IP Address + Start-IP-Adresse + + + Start Time + Startzeit + + + Start profiling session + Profilerstellungssitzung starten + + + Start, stop, and remove containers directly from the extension. + Starten, beenden und entfernen Sie Container direkt aus der Erweiterung. + + + Started executing query at + Abfrageausführung gestartet um + + + Started query execution for document "{0}" + {0} is the document name + Die Abfrageausführung für Dokument "{0}" wurde gestartet. + + + Started saving results to {0} + {0} is the file path + Ergebnisse werden gespeichert in {0} + + + Starting '{0}'... + {0} is the service name + „{0}“ wird gestartet... + + + Starting Container... + Container wird gestartet... + + + Starting DAB container + DAB-Container wird gestartet + + + Starting Docker Desktop + Docker Desktop wird gestartet + + + Starting Docker... + Docker wird gestartet ... + + + Starting {0}... + {0} is the container name + „{0}“ wird gestartet... + + + Starts With + Beginnt mit + + + Starts with + Beginnt mit + + + Status + Status + + + Status: {0} + {0} is the task status + Status: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + Schritt {0} von {1} + + + Stop + Beenden + + + Stop session + Sitzung beenden + + + Stopped + Beendet + + + Stopping Container... + Container wird beendet... + + + Stopping profiler session "{0}"... + {0} is the session name + Die Profiler-Sitzung „{0}“ wird beendet... + + + Storage + Speicher + + + Storage Account + Speicherkonto + + + Storage Account is required + Speicherkonto ist erforderlich + + + Stored Procedure + Gespeicherte Prozedur + + + Stored Procedures + Gespeicherte Prozeduren + + + Stored procedure GraphQL operation + GraphQL-Vorgang für gespeicherte Prozedur + + + Stored procedure REST methods + REST-Methoden für gespeicherte Prozeduren + + + Submit + Übermitteln + + + Submit an issue + Problem übermitteln + + + Subscription + Abonnement + + + Subscription is required + Abonnement ist erforderlich + + + Subtree Cost + Unterstrukturkosten + + + Succeeded + Erfolgreich + + + Succeeded with warning + Erfolgreich mit Warnung + + + Successfully changed to database: {0} + {0} is the database name + Erfolgreich in Datenbank geändert: {0} + + + Successfully connected to server. + Die Verbindung mit dem Server wurde erfolgreich hergestellt. + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + Token für Verbindung {0} mit URI {1}, {2} wurde erfolgreich aktualisiert + + + Successfully saved results to {0} + {0} is the file path + Ergebnisse wurden erfolgreich in "{0}" gespeichert. + + + Sum + Summe + + + Sum: {0} + {0} is the sum + Summe: {0} + + + Summary + Zusammenfassung + + + Summary loading canceled + Laden der Zusammenfassung wurde abgebrochen + + + Summary loading was canceled by user + Laden der Zusammenfassung wurde vom Benutzer abgebrochen + + + Switch Direction + Richtung wechseln + + + Switch Source and Target + Quelle und Ziel wechseln + + + Switch between result panes and tabs + Zwischen Ergebnisbereichen und Registerkarten wechseln + + + Switch results view + Ergebnisansicht wechseln + + + Switch to Grid View + Zur Rasteransicht wechseln + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + Zur Rasteransicht wechseln ({0}) + + + Switch to MSAL + Zu MSAL wechseln + + + Switch to Messages tab + Zur Registerkarte „Nachrichten“ wechseln + + + Switch to Query Plan tab + Zur Registerkarte „Abfrageplan“ wechseln + + + Switch to Results tab + Zur Registerkarte „Ergebnisse“ wechseln + + + Switch to Text View + Zur Textansicht wechseln + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + Zur Textansicht wechseln ({0}) + + + Switched to {0} + {0} is the connection label + Gewechselt zu {0} + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + Der Wechsel zu Linux-Containern wurde abgebrochen. SQL Server unterstützt nur Linux-Container. + + + Synchronous resize + Synchrone Größenänderung + + + System databases + Systemdatenbanken + + + T-SQL + T-SQL + + + Table + Tabelle + + + Table '{0}' already exists + {0} is the table name + Die Tabelle "{0}" ist bereits vorhanden. + + + Table '{0}' not found + {0} is the table name + Tabelle "{0}" nicht gefunden + + + Table Diagram + Tabellendiagramm + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + Der Tabellenexplorer für „{0}“ enthält nicht gespeicherte Änderungen. Möchten Sie diese speichern oder verwerfen? + + + Table Name + Tabellenname + + + Table Schema + Tabellenschema + + + Table added to schema designer successfully. + Tabelle erfolgreich zum Schemadesigner hinzugefügt. + + + Table deleted from schema designer successfully. + Tabelle erfolgreich aus dem Schemadesigner gelöscht. + + + Table id already exists. + Die Tabellen-ID ist bereits vorhanden. + + + Table must include at least one column. + Die Tabelle muss mindestens eine Spalte enthalten. + + + Table name + Tabellenname + + + Table name cannot be empty + Das Feld für den Tabellennamen darf nicht leer sein + + + Table name is required + Der Tabellenname ist erforderlich. + + + Table updated in schema designer successfully. + Tabelle im Schemadesigner erfolgreich aktualisiert. + + + Tables + Tabellen + + + Tag keys must be unique. + Tagschlüssel müssen eindeutig sein. + + + Tags + Kategorien + + + Tail-log backup + Sicherung des Protokollfragments + + + Tail-log backup file + Sicherungsdatei des Protokollfragments + + + Take Survey + An Umfrage teilnehmen + + + Take tail-log backup before restore + Sicherung des Protokollfragments vor der Wiederherstellung verwenden + + + Target + Ziel + + + Target Database + Zieldatenbank + + + Target Name + Zielname + + + Target Table + Zieltabelle + + + Target: {0} + {0} is the task target location + Ziel: {0} + + + Task log is unavailable. + Das Aufgabenprotokoll ist nicht verfügbar. + + + Task: {0} + {0} is the task name + Aufgabe: {0} + + + Tenant + Mandant + + + Tenant ID + Mandanten-ID + + + Tenant ID is required + Die Mandanten-ID ist erforderlich. + + + Tenant is required + Ein Mandant ist erforderlich. + + + Terms & Conditions + Nutzungsbedingungen + + + Test connecting with the current settings + Verbindung mit den aktuellen Einstellungen testen + + + Test connection + Verbindung testen + + + Testing connection profile... + Verbindungsprofil wird getestet... + + + Testing... + Test wird durchgeführt ... + + + Text + Text + + + Text View + Textansicht + + + Text tab - displays SQL text data + Registerkarte „Text“ – zeigt SQL-Textdaten an + + + The Application (Client) ID of your Microsoft Entra app registration. + Die Anwendungs-ID (Client-ID) Ihrer Microsoft Entra-App-Registrierung. + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + Der Abfrageprofiler unterstützt jetzt SQL-Datenbanken in Microsoft Fabric-Verbindungen mit neuen Azure SQL-Datenbankvorlagen, einschließlich {code-snippet-0}, für leichtgewichtiges T-SQL-Profiling. + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + Die SQL Server-Erweiterung konnte nicht gestartet werden, da der erforderliche Hintergrunddienst nicht gestartet werden konnte. Installieren Sie das Offline-VSIX für Ihr Betriebssystem, oder überprüfen Sie Ihre Netzwerkverbindung und versuchen Sie es erneut. Details: {0} + + + The XEL file was not found. + Die XEL-Datei wurde nicht gefunden. + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + Das Verhalten, wenn ein Benutzer versucht, eine Zeile mit Daten zu löschen, die an einer Fremdschlüsselbeziehung beteiligt sind. + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + Das Verhalten, wenn ein Benutzer versucht, eine Zeile mit Daten zu aktualisieren, die an einer Fremdschlüsselbeziehung beteiligt sind. + + + The client secret for your Microsoft Entra app registration. + Der geheime Clientschlüssel für Ihre Microsoft Entra-App-Registrierung. + + + The columns of the index. + Die Spalten des Index. + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + Die in „mssql.defaultConnectionId“ festgelegte Verbindungs-ID „{0}“ stimmt mit keinem bekannten Verbindungsprofil überein. Neue Editoren greifen auf die Übertragung der aktiven Verbindung zurück. + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + Für die Verbindung mit der ID „{0}“ ist die Eigenschaft „server“ nicht festgelegt. Sie wird ignoriert. Legen Sie die Eigenschaft „server“ für diese Verbindung fest, um sie zu verwenden. + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + Die benutzerdefinierte Cloudauswahl ist nicht konfiguriert. Konfigurieren Sie die Einstellung „{0}“. + + + The description of the check constraint. + Die Beschreibung der Check-Einschränkung. + + + The description of the foreign key. + Die Beschreibung des Fremdschlüssels. + + + The description of the index. + Die Beschreibung des Indexes. + + + The description of the primary key. + Die Beschreibung des Primärschlüssels. + + + The expression defining the check constraint. + Der Ausdruck, durch den die CHECK-Einschränkung definiert wird. + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + Die Erweiterung „{0}“ fordert Zugriff auf Ihre SQL Server-Verbindungen an. Dadurch kann sie Abfragen ausführen und auf Ihre Datenbank zugreifen. + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Der erste Wert muss kleiner als der zweite Wert für den {0}-Operator im {1}-Filter sein. + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Der erste Wert muss für den {0}-Operator im {1}-Filter festgelegt werden. + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + In den folgenden Verbindungen mit Arbeitsbereichen oder Arbeitsbereichsordnern fehlt die Eigenschaft „id“. Sie werden ignoriert. Fügen Sie die Eigenschaft „id“ manuell zur Verbindung hinzu, um sie zu verwenden. + + {0} + + + The language model did not return any output. + Das Sprachmodell hat keine Ausgabe zurückgegeben. + + + The mapping between foreign key columns and primary key columns. + Die Zuordnung zwischen Fremdschlüsselspalten und Primärschlüsselspalten. + + + The maximum length (in characters) that can be stored in this database object. + Die maximale Länge (in Zeichen), die in diesem Datenbankobjekt gespeichert werden kann. + + + The name of the check constraint. + Der Name der Check-Einschränkung. + + + The name of the column object. + Der Name des Spaltenobjekts. + + + The name of the column. + Der Name der Spalte. + + + The name of the foreign key. + Der Name des Fremdschlüssels. + + + The name of the index. + Der Name des Indexes. + + + The query results panel failed to load. Please try running the query again. + Der Bereich für Abfrageergebnisse konnte nicht geladen werden. Bitte führen Sie die Abfrage erneut aus. + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + Die Liste der zuletzt verwendeten Verbindungen wurde gelöscht, aber beim Löschen einiger zugeordneter Anmeldeinformationen sind Fehler aufgetreten. Zeigen Sie die Fehler im MSSQL-Ausgabekanal an. + + + The requested model could not be found. Please check model availability or try a different model. + Das angeforderte Modell wurde nicht gefunden. Überprüfen Sie die Modellverfügbarkeit, oder versuchen Sie es mit einem anderen Modell. + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Der zweite Wert muss für den {0}-Operator im {1}-Filter festgelegt werden. + + + The selected file is not a valid XEL file. + Die ausgewählte Datei ist keine gültige XEL-Datei. + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + Das ausgewählte Profil authentifiziert sich mit Entra ID „{0}“, aber dieses Konto ist nicht bei der MSSQL-Erweiterung angemeldet. Bearbeiten Sie die Verbindung oder melden Sie sich mit diesem Konto in MSSQL an, um eine Verbindung herzustellen. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + Das ausgewählte Profil authentifiziert sich mit Entra ID „{0}“ im Mandanten „{1}“, aber dieses Konto ist über die VS Code-Anmeldung nicht verfügbar. Bearbeiten Sie die Verbindung oder melden Sie sich mit diesem Konto in VS Code an, um eine Verbindung herzustellen. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + Das ausgewählte Profil authentifiziert sich mit Entra ID „{0}“ im Mandanten „{1}“, aber dieses Konto ist nicht bei der MSSQL-Erweiterung angemeldet. Bearbeiten Sie die Verbindung oder melden Sie sich mit diesem Konto in MSSQL an, um eine Verbindung herzustellen. + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + Das ausgewählte Profil authentifiziert sich mit Entra ID „{0}“, aber dieses Konto ist über die VS Code-Anmeldung nicht verfügbar. Bearbeiten Sie die Verbindung oder melden Sie sich mit diesem Konto in VS Code an, um eine Verbindung herzustellen. + + + The table which contains the primary or unique key column. + Die Tabelle, die die PRIMARY KEY- oder UNIQUE KEY-Spalte enthält. + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + Der {0}-Dienst ist abgestürzt. Details: {1} + + + There was an error updating the project + Bei der Aktualisieren des Projekts ist ein Fehler aufgetreten. + + + This connection does not have a display name in Azure Data Studio. + Diese Verbindung hat keinen Anzeigenamen in Azure Data Studio. + + + This connection's group has not been selected, so this connection will be imported to the root. + Die Gruppe dieser Verbindung wurde nicht ausgewählt, daher wird diese Verbindung in den Stammordner importiert. + + + This database name is already in use. Please choose a different name. + Dieser Datenbankname wird bereits verwendet. Wählen Sie einen anderen Namen aus. + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + Diese Nachricht konnte nicht verarbeitet werden. Wenn das Problem weiterhin besteht, überprüfen Sie die Protokolle und erstellen Sie ein Issue auf GitHub. + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + Durch diesen Vorgang wurde die Eingabedateistruktur analysiert, um die nachstehende Vorschau für die ersten 50 Zeilen zu generieren. + + + This server only supports Microsoft Entra ID authentication. + Dieser Server unterstützt nur die Microsoft Entra ID-Authentifizierung. + + + This server only supports SQL Authentication. + Dieser Server unterstützt nur die SQL-Authentifizierung. + + + This server supports Microsoft Entra ID and SQL Authentication. + Dieser Server unterstützt nur die Microsoft Entra ID- und SQL-Authentifizierung. + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + Diese Tastenkombination erfordert, dass ausgewählter Text als Parameter übergeben wird. Wählen Sie Text im SQL-Editor aus, und führen Sie die Tastenkombination dann erneut aus. + + + This value was not provided in the Azure Data Studio settings file. + Dieser Wert wurde in der Azure Data Studio-Einstellungsdatei nicht angegeben. + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + Dadurch wird ein Daten-API-Generator-Container lokal mithilfe von Docker bereitgestellt. Der Container macht {0}-APIs basierend auf Ihrer Konfiguration verfügbar. + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + Hierdurch werden alle Regeln auf ihren Standard-Schweregrad zurückgesetzt und „Code Analysis beim Erstellen aktivieren“ deaktiviert. Dies kann nicht rückgängig gemacht werden. Möchten Sie den Vorgang fortsetzen? + + + Time + Zeit + + + Timestamp + Zeitstempel + + + To + Label for the end IP address in the firewall rule IP range + Bis + + + To compare two schemas, first select a source schema and target schema, then press compare. + Um zwei Schemas zu vergleichen, wählen Sie zunächst ein Quellschema und ein Zielschema aus. Klicken Sie anschließend auf "Vergleichen". + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + Öffnen Sie zum Verwenden dieses Befehls eine SQL-Datei – oder – Ändern Sie die Editorsprache in "SQL" – oder – Wählen Sie im aktiven SQL-Editor "T-SQL-Text" aus. + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + Um diesen Befehl zu verwenden, müssen Sie die Sprache auf "SQL" festlegen. Bestätigen Sie die Änderung des Sprachmodus. + + + Toggle Actual Plan + Zu tatsächlichem Plan umschalten + + + Toggle Query Result Panel + Abfrageergebnisbereich umschalten + + + Toggle SQLCMD Mode + „SQLCMD“-Modus umschalten + + + Toggle Sort + Sortieren umschalten + + + Toggle Tooltips + QuickInfos umschalten + + + Toggle actual execution plan collection for SQL queries + Erfassung des tatsächlichen Ausführungsplans für SQL-Abfragen aktivieren oder deaktivieren + + + Toggle all entities in {0} + {0} is the schema name + Alle Entitäten in {0} umschalten + + + Toggle between grid and text view + Zwischen Raster- und Textansicht umschalten + + + Toggle columns for {0} + {0} is the entity name + Spalten für {0} umschalten + + + Toggle dark mode + Dunklen Modus umschalten + + + Toggle filter row + Filterzeile umschalten + + + Toggle pre-header row + Zeile vor der Kopfzeile umschalten + + + Toggle selection for {0} + {0} is the connection display name + Auswahl für „{0}“ umschalten + + + Toggle selection for {0} + {0} is the connection group name + Auswahl für „{0}“ umschalten + + + Toggle sort + Sortieren umschalten + + + Toggle sorting for the active column + Sortierung für die aktive Spalte umschalten + + + Token refreshed successfully. + Token erfolgreich aktualisiert. + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + Toolsuche für: {0} – {1}. + + + Total execution time: {0} + {0} is the elapsed time + Ausführungszeit gesamt: {0} + + + Total rows to fetch: + Gesamtzahl der abzurufenden Zeilen: + + + Transaction Log + Transaktionsprotokoll + + + Transfer active connection (Default) + Aktive Verbindung übertragen (Standard) + + + Truncate the transaction log + Transaktionsprotokoll abschneiden + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + Testen Sie Azure SQL-Datenbank kostenlos mit unserem kostenlosen Tarifangebot! Stellen Sie eine vollständig verwaltete Clouddatenbank direkt aus VS Code bereit. + + + Try adjusting your search or filters + Versuchen Sie, Ihre Suche oder Filter anzupassen + + + Try it + Ausprobieren + + + Try searching by command name, description, or keybinding. + Versuchen Sie, nach Befehlsname, Beschreibung oder Tastenkombination zu suchen. + + + Type + Typ + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + URL in Zwischenablage kopiert + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + Für das ausgewählte Konto kann kein Microsoft Entra-Token von VS Code abgerufen werden: {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + Es kann kein gültiges Token abgerufen werden. (läuft ab: {0}, ist aber zurzeit {1}) + + + Unable to determine the server authentication type. + Der Authentifizierungstyp des Servers kann nicht bestimmt werden. + + + Unable to execute the command while the extension is initializing. Please try again later. + Der Befehl kann während der Initialisierung der Erweiterung nicht ausgeführt werden. Versuchen Sie es später noch einmal. + + + Unable to expand. Please check logs for more information. + Erweiterung nicht möglich. Weitere Informationen finden Sie in den Protokollen. + + + Unable to load backup configuration. Please try again. + Sicherungskonfiguration kann nicht geladen werden. Versuchen Sie es erneut. + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + Die Liste der Datenbanken kann nicht vom Server geladen werden: {0} Sie können den Datenbanknamen direkt eingeben. + + + Unable to open Table Explorer: No target node provided. + Tabellenexplorer kann nicht geöffnet werden: Kein Zielknoten angegeben. + + + Unable to read proxy agent options. + Proxy-Agent-Optionen können nicht gelesen werden. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + Die Datenbankliste konnte nicht abgerufen werden. Möglicherweise besteht keine Berechtigung, Datenbanken auf diesem Server aufzulisten. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + Die Datenbankliste konnte nicht abgerufen werden. Möglicherweise besteht keine Berechtigung, Datenbanken auf diesem Server aufzulisten. Wenn Ihre Verbindung eine Datenbank angibt, wird diese vorausgewählt. + + + Unavailable for backups to existing files + Für Backups in vorhandene Dateien nicht verfügbar + + + Understand and document business logic embedded in stored procedures, views, and functions + Verstehen und Dokumentieren von Geschäftslogik, die in gespeicherte Prozeduren, Ansichten und Funktionen eingebettet ist + + + Undo + Rückgängig machen + + + Undo All + Alles rückgängig machen + + + Undo All Copilot Changes + Alle Copilot-Änderungen rückgängig machen + + + Unfreeze columns + Spaltenfixierung aufheben + + + Unfreeze columns/rows + Fixierung von Spalten/Zeilen aufheben + + + Unknown + Unbekannt + + + Unknown Connection + Unbekannte Verbindung + + + Unknown account + Unbekanntes Konto + + + Unknown deployment step: {0} + {0} is the deployment step number + Unbekannter Bereitstellungsschritt: {0} + + + Unknown error + Unbekannter Fehler. + + + Unknown magic command: %%{0} + {0} is the magic command name + Unbekannter Magic-Befehl: %%{0} + + + Unknown object management dialog. + Unbekannter Dialog für die Objektverwaltung. + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + Unbekannter Vorgang: {0} Unterstützte Vorgänge: add_table, update_table, delete_table, replace_schema, get_schema + + + Unknown tenant ID + Unbekannte Mandanten-ID + + + Unnamed Profile + Unbenannte Profile + + + Unsaved Changes + Nicht gespeicherte Änderungen + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + Nicht unterstützte Architektur für Docker: {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + Nicht unterstützter Authentifizierungstyp in der Verbindungszeichenfolge: {0}. Es werden nur die Authentifizierungsmethoden „SQL-Anmeldung“, „Integriert“, „Azure MFA“ und „Active Directory-Standard“ unterstützt. + + + Unsupported by Data API builder. + Wird vom Daten-API-Generator nicht unterstützt. + + + Unsupported data types detected + Nicht unterstützte Datentypen erkannt + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + Nicht unterstützte Plattform für Docker: {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + Bis zu 10 Datenbanken mit 100.000 V-Kerne-Sekunden, 32 GB Speicher und monatlich erneuerten Backups. + + + Update + Aktualisieren + + + Update Database + Datenbank aktualisieren + + + Update Script + Skript aktualisieren + + + Updating IntelliSense... + IntelliSense wird aktualisiert... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + Die Nutzungslimits wurden überschritten. Versuchen Sie es später noch mal, oder erwägen Sie, Ihre Anforderungen zu optimieren. + + + Use Microsoft Entra ID authentication to provision and connect to this database. + Verwenden Sie die Microsoft Entra ID-Authentifizierung, um diese Datenbank bereitzustellen und eine Verbindung mit ihr herzustellen. + + + Use SQL Authentication with a valid username and password. + Verwenden Sie die SQL-Authentifizierung mit einem gültigen Benutzernamen und Kennwort. + + + Use T-SQL intellisense and syntax error checking on current document + T-SQL-IntelliSense und Syntaxfehlerprüfung im aktuellen Dokument verwenden + + + Use discount code {0} to save €200 on registration. + Verwenden Sie den Rabattcode {0}, um bei der Registrierung 200 € zu sparen. + + + Use encryption for this backup + Für dieses Backup Verschlüsselung verwenden + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + Format verwenden: JJJJ-MM-TT HH:mm:ss[.SSS] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + Verwenden Sie natürliche Sprache, um Datenbankschemas direkt im visuellen Schemaentwickler zu entwerfen. Erstellen Sie Schemas von Grund auf, entwickeln Sie bestehende Designs weiter, überprüfen Sie Änderungen über eine Diff-Ansicht und importieren Sie externe Artefakte – alles wird live im visuellen Diagramm und im T-SQL-Skript angezeigt. + + + Use the default server setting + Standardservereinstellung verwenden + + + Use {0} to create a new connection. + {0} is the connect command + {0} verwenden, um eine neue Verbindung zu erstellen. + + + Used in API routes and responses + Wird in API-Routen und -Antworten verwendet + + + User + Benutzende Person + + + User ID + Benutzer-ID + + + User Name + Benutzername + + + User databases + Benutzerdatenbanken + + + User name + Benutzername + + + User name (SQL Login) + Benutzername (SQL-Anmeldung) + + + User name is required + Der Benutzername ist erforderlich. + + + Username + Benutzername + + + Username is required + Benutzername ist erforderlich + + + Uses the WITH KEEP_REPLICATION option during restore + Verwendet die Option WITH KEEP_REPLICATION während der Wiederherstellung. + + + Uses the WITH NORECOVERY option during restore + Verwendet während der Wiederherstellung die Option WITH NORECOVERY. + + + Uses the WITH REPLACE option during restore + Verwendet während der Wiederherstellung die Option WITH REPLACE. + + + Uses the WITH RESTRICTED_USER option during restore + Verwendet die Option WITH RESTRICTED_USER während der Wiederherstellung. + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + Mithilfe von {0} ({1}) … + + + Using {0} to process your request... + {0} is the model name that will be processing the request + {0} wird zum Verarbeiten Ihrer Anforderung verwendet … + + + Validation failed + Fehler bei der Überprüfung + + + Validation failed. Please check your inputs + Fehler bei der Überprüfung. Überprüfen Sie Ihre Eingaben. + + + Value + Wert + + + Value is required + Wert ist erforderlich + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + Vektorwerte sind in diesem Editor schreibgeschützt. Verwenden Sie T-SQL, um den Wert zu ändern, oder generieren Sie das Embedding neu. + + + Verify a container image by using the Notation CLI + Überprüfen Sie ein Containerimage mithilfe der Notation-CLI + + + Verify backup when finished + Sicherung nach Abschluss überprüfen + + + Verifying Docker engine is ready + Es wird überprüft, ob die Docker-Engine bereit ist + + + Verifying Docker is installed on your system + Überprüfen, ob Docker auf Ihrem System installiert ist + + + Verifying the API is ready to accept requests + Es wird überprüft, ob die API bereit ist, Anfragen anzunehmen + + + Very Dissatisfied + Sehr unzufrieden + + + Very Satisfied + Sehr zufrieden + + + View + Anzeigen + + + View Config + Konfiguration anzeigen + + + View More + Mehr anzeigen + + + View Swagger + Swagger anzeigen + + + View Table Diagram + Tabellendiagramm anzeigen + + + View known issues + Bekannte Probleme anzeigen + + + View mssql for Visual Studio Code release notes? + Versionshinweise für mssql for Visual Studio Code anzeigen? + + + View roadmap + Roadmap anzeigen + + + View settings + Einstellungen anzeigen + + + View the estimated query execution plan + Geschätzten Abfrageausführungsplan anzeigen + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + Tabellenzeilen in einem interaktiven Raster anzeigen, hinzufügen, bearbeiten und löschen – mit Echtzeitvalidierung und Live-DML-Skriptvorschau. + + + View/configure keybinding + Tastenzuordnung anzeigen/konfigurieren + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + Tastenzuordnung für „{0}“ anzeigen/konfigurieren + + + View: + Ansicht: + + + Views + Ansichten + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + Visual Studio Code muss neu gestartet werden, damit diese Einstellung wirksam wird. Laden Sie Visual Studio Code neu. + + + Visualize and Design Schema + Schema visualisieren und entwerfen + + + WHERE + WHERE + + + Warehouse + Warehouse + + + Warning + Warnung + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + Warnung: Das Resultset ist unvollständig. {0} von {1} Zeilen werden angezeigt. Das vollständige Resultset konnte nicht geladen werden. + + + Warnings + Warnungen + + + Warnings detected. Please review the changes. + Warnungen erkannt. Überprüfen Sie die Änderungen. + + + Watch demo + Demo ansehen + + + Watch demos on YouTube + Demos auf YouTube ansehen + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + Wir können nicht ermitteln, wo sich Docker-Desktop auf Ihrem Computer befindet. Starten Sie Docker-Desktop manuell, und versuchen Sie es erneut. + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + Die Verbindung konnte mit den aktuellen Verbindungsinformationen nicht hergestellt werden. Möchten Sie die Verbindung erneut versuchen oder das Verbindungsprofil bearbeiten? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + Wir freuen uns, dass Ihnen MSSQL für VS Code gefällt! Bitte hinterlassen Sie eine kurze Bewertung im VS Code Marketplace. + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + Die Webansicht „{0}“ war nicht innerhalb von {1} ms bereit + + + Webview was disposed before it became ready + Die Webansicht wurde verworfen, bevor sie bereit war + + + What I can do for you: + Was ich für Sie tun kann: + + + What can we do to improve? + Was können wir zur Verbesserung tun? + + + What's next? + Wie geht es weiter? + + + Width cannot be 0 or negative + Die Breite darf nicht 0 oder negativ sein. + + + Windows Authentication + Windows-Authentifizierung + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + Funktioniert mit VS Code/SSMS und verwendet die Microsoft Entra-Authentifizierung und Fabric-Zugriffssteuerungen. + + + Workspace + Arbeitsbereich + + + Workspace is required + Arbeitsbereich ist erforderlich + + + Write a review + Bewertung schreiben + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + Schreiben und führen Sie SQL-Abfragen in nativen Visual Studio Code Jupyter-Notebooks mit interaktiven Ergebnissen, Sortierung, Filterung und Markdown-Dokumentation aus. + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + Schreiben, Optimieren und Beheben von Problemen mit SQL-Abfragen mit KI-empfohlenen Verbesserungen + + + YYYY-MM-DD HH:mm:ss + JJJJ-MM-TT HH:mm:ss + + + Yes + Ja + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + Sie sind im Begriff, eine Bereitstellung in einer vorhandenen Datenbank durchzuführen. Durch diesen Vorgang werden dauerhafte Änderungen am Datenbankschema vorgenommen, was zu Datenverlusten führen kann. Möchten Sie fortfahren? + + + You are not connected to any database. + Sie sind mit keiner Datenbank verbunden. + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + Diese Meldung wird angezeigt, weil Sie die MSSQL-Erweiterung auf Version {0} aktualisiert haben. + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + Sie haben Profilerereignisse erfasst, die noch nicht exportiert wurden. Wenn Sie jetzt schließen, gehen alle erfassten Ereignisse verloren. Möchten Sie sie in eine CSV-Datei exportieren? + + + You have unsaved changes. Do you want to save before closing? + Es sind nicht gespeicherte Änderungen vorhanden. Möchten Sie vor dem Schließen speichern? + + + You must accept the license + Sie müssen die Lizenz akzeptieren + + + You must be signed into Azure in order to browse SQL databases. + Sie müssen bei Azure angemeldet sein, um SQL-Datenbanken durchsuchen zu können. + + + You must be signed into Fabric in order to browse SQL databases. + Sie müssen bei Fabric angemeldet sein, um SQL-Datenbanken durchsuchen zu können. + + + You must review and accept the terms to proceed + Sie müssen die Bedingungen überprüfen und akzeptieren, um fortzufahren. + + + Your API is available at: + Ihre API ist verfügbar unter: + + + Your APIs are available at the following endpoints: + Ihre APIs sind unter den folgenden Endpunkten verfügbar: + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + Ihre Docker-Engine führt derzeit Windows-Container aus. SQL Server unterstützt nur Linux-Container. Möchten Sie zu Linux-Containern wechseln? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + Ihr Konto muss erneut authentifiziert werden, um auf {0}-Ressourcen zugreifen zu können. Drücken Sie "Öffnen", um den Authentifizierungsprozess zu starten. + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + Ihre Client-IP-Adresse "{0}" hat keinen Zugriff auf den Server "{1}", mit dem Sie eine Verbindung herstellen möchten. Möchten Sie eine neue Firewallregel erstellen? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + Ihre Client-IP-Adresse hat keinen Zugriff auf den Server. Fügen Sie ein Microsoft Entra-Konto hinzu, und erstellen Sie eine neue Firewallregel, um den Zugriff zu ermöglichen. + + + Your current IP {0} will be added automatically. + {0} is the current IP address + Ihre aktuelle IP-Adresse „{0}“ wird automatisch hinzugefügt. + + + Your database will continue running after the free offer limit and you will be charged for overages. + Ihre Datenbank wird nach dem Ende des kostenlosen Angebotslimits weiter ausgeführt, und Ihnen werden zusätzliche Nutzungskosten berechnet. + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + Ihr Kennwort muss Zeichen aus mindestens drei der folgenden Kategorien enthalten: Großbuchstaben, Kleinbuchstaben, Zahlen (0-9) und Sonderzeichen (!, $, #, % usw.). + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + Für Ihren Mandanten "{0} ({1})" müssen Sie sich erneut authentifizieren, um auf {2}-Ressourcen zuzugreifen. Drücken Sie "Öffnen", um den Authentifizierungsprozess zu starten. + + + Zone-redundant backup storage + Zonenredundanter Sicherungsspeicher + + + Zoom In + Vergrößern + + + Zoom Out + Verkleinern + + + Zoom to Fit + Zoom anpassen + + + [Optional] Database to connect (press Enter to connect to <default> database) + [Optional] Datenbank für die Verbindungsherstellung (drücken Sie die EINGABETASTE, um eine Verbindung mit der <default>-Datenbank herzustellen). + + + [Optional] Enter a display name for this connection profile + [Optional] Gibt einen Anzeigenamen für dieses Verbindungsprofil an. + + + [Read-only] Pre-filled from the server properties. + [Schreibgeschützt] Vorab aus den Servereigenschaften ausgefüllt. + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + und + + + authenticationType + Authentifizierungstyp + + + contains + enthält + + + database + Datenbank + + + default + Standard + + + delete the saved connection: {0}? + {0} is the connection name + die gespeicherte Verbindung löschen: {0}? + + + does not contain + enthält nicht + + + encrypt + Verschlüsseln + + + ends with + endet mit + + + equals + gleich + + + greater than + größer als + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + Hostname\Instanz oder <server>.database.windows.net oder ADO.NET-Verbindungszeichenfolge + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + ist nicht NULL + + + is null + ist NULL + + + items + Elemente + + + items per page + Elemente pro Seite + + + items selected + Elemente ausgewählt + + + less than + kleiner als + + + location + Standort + + + macOS Sierra or newer is required to use this feature. + Um dieses Feature zu nutzen, wird macOS Sierra oder neuer benötigt. + + + none selected + keine ausgewählt + + + not equals + ungleich + + + of + von + + + or + oder + + + profiler_events + profiler_events + + + resource group + Ressourcengruppe + + + server + Server + + + starts with + beginnt mit + + + subscription + Abonnement + + + test + Test + + + undefined + nicht definiert + + + untitled + Unbenannt + + + updatingIntelliSense + updatingIntelliSense + + + vCores + V-Kerne + + + value + Wert + + + x of y selected + x von y ausgewählt + + + {0} (Current Account) + {0} is the account display name + {0} (Aktuelles Konto) + + + {0} (filtered) + {0} (gefiltert) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1} %) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1} %): {2} + + + {0} accounts + {0} is the number of accounts + {0} Konten + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + {0}-Aktion für {1} + + + {0} change(s) + {0} is the number of changes + {0} Änderung(en) + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0} von „{1}“ in „{2}“ geändert + + + {0} changes + {0} is the number of property changes + {0} Änderungen + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + {0} Farbmuster ({1}) + + + {0} column data + {0} is the number of columns + {0} Spaltendaten + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + {0} Verbindungsgruppe importiert + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + {0} Verbindungsgruppen importiert + + + {0} connection imported + {0} is the number of connections imported (singular) + {0} Verbindung importiert + + + {0} connections imported + {0} is the number of connections imported (plural) + {0} Verbindungen importiert + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + Die {0} enthält Spaltentypen, die vom Daten-API-Generator nicht unterstützt werden: {1} + + + {0} deleted successfully. + {0} deleted successfully. + „{0}“ wurde erfolgreich gelöscht. + + + {0} errors + {0} is the number of errors + {0} Fehler + + + {0} events + {0} is the number of events + {0} Ereignisse + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} wurde geschlossen. Möchten Sie sie wiederherstellen? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + {0} ungültige Microsoft Entra-Konten wurden entfernt. Sie müssen möglicherweise `MS SQL: Clear Microsoft Entra account token cache` ausführen und sich erneut anmelden. + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} ist eine Primärschlüsselspalte und kann nicht deaktiviert werden. + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} ist nicht global aktiviert + + + {0} issue + {0} is the number of issues + {0} Problem + + + {0} issues + {0} is the number of issues + {0} Probleme + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} muss ein oder mehrere Schlüsselfelder definieren, die mit Daten-API-Generator verwendet werden sollen + + + {0} objects found + {0} is the number of objects found + {0} Objekte gefunden + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0} von {1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + {0} von {1} ausgewählten Verbindungsgruppen. + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + {0} von {1} Verbindungen ausgewählt + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + {0} von {1} aktiviert + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {0} von {1} Regeln + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0} von {1} Mandanten + + + {0} password doesn't match the confirmation password + {0} Kennwort stimmt nicht mit dem Bestätigungskennwort überein + + + {0} properties + {0} is the object type + {0}-Eigenschaften + + + {0} query + {0} is the Quick Query shortcut name + {0}-Abfrage + + + {0} rows + {0} is the number of rows + {0} Zeilen + + + {0} rows returned + {0} is the number of rows returned + {0} Zeilen zurückgegeben + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + {0} Zeilen ausgewählt, klicken Sie, um die Zusammenfassung zu laden + + + {0} rules + {0} is the number of code analysis rules + {0} Regeln + + + {0} selected + {0} is the number of selected filter values + {0} ausgewählt + + + {0} selected + {0} is the number of selected rows + {0} ausgewählt + + + {0} setting imported + {0} is the number of settings imported (singular) + {0} Einstellung importiert + + + {0} settings imported + {0} is the number of settings imported (plural) + {0} Einstellungen importiert + + + {0} started successfully. + {0} started successfully. + „{0}“ erfolgreich gestartet. + + + {0} stopped successfully. + {0} stopped successfully. + „{0}“ wurde erfolgreich beendet. + + + {0} warnings + {0} is the number of warnings + {0} Warnung(en) + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0} {1} Problem + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0} {1} Probleme + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0}, +{1} weitere + + + {0}. {1} + {0} is the status +{1} is the message + {0}. {1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + {0}/{1} Ereignisse + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}. {2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0} Tag {1} Std. + + + {0}h + {0} is the number of hours + {0} Std. + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0} Std. {1} Min. + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0} Std. {1} Min. + + + {0}m + {0} is the number of minutes + {0} Min. + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0} Min. {1} Sek. + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0} Min. {1} Sek. + + + {0}ms + {0} is the number of milliseconds + {0} ms + + + {0}ms + {0} is the elapsed time in milliseconds + {0} ms + + + {0}s + {0} is the number of seconds + {0} + + + {0}s + {0} is the elapsed time in seconds + {0} + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ Zugriff gewähren + + + ✅ Grant Access (Current) + ✅ Zugriff gewähren (aktuell) + + + ❌ Deny Access + ❌ Zugriff verweigern + + + ❌ Deny Access (Current) + ❌ Zugriff verweigern (aktuell) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 Ich bin GitHub Copilot für die MSSQL-Erweiterung, Ihr intelligenter Assistent für SQL-Entwicklung in Visual Studio Code. Ich helfe Ihnen dabei, Ihre SQL-Datenbanken direkt aus VS Code zu verbinden, zu untersuchen, zu entwerfen und weiterzuentwickeln. + + + + + + + Add Connection + Verbindung hinzufügen + + + Add Connection Group + Verbindungsgruppe hinzufügen + + + Add Microsoft Entra Account + Microsoft Entra-Konto hinzufügen + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + Ermöglicht Benutzern die Anmeldung bei Geräten mit Eingabeeinschränkung. + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + Verbinden Sie neue Editoren und geöffnete SQL-Dateien immer mit der Verbindung, die in „mssql.defaultConnectionId“ angegeben ist. + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + Ein Timeoutwert von 0 für die Ausführung kennzeichnet einen unbegrenzten Wartevorgang (kein Timeout). + + + Analyze Query Performance + Abfrageleistung analysieren + + + Application Intent + Anwendungszweck + + + Automatically display query results in a new tab instead of the query pane. + Abfrageergebnisse automatisch auf einer neuen Registerkarte anstelle des Abfragebereichs anzeigen. + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + Zeigt das Ergebnisfenster automatisch an, wenn zu einem Editor mit Abfrageergebnissen gewechselt wird. Gilt nur, wenn „Ergebnisse in Registerkarte öffnen“ aktiviert ist. + + + Azure MFA + Azure MFA + + + Background Tasks + Hintergrundaufgaben + + + Backup Database... + Datenbank sichern … + + + Build Data API... + Daten-API erstellen... + + + Cancel Connection (MSSQL) + Verbindung abbrechen (MSSQL) + + + Cancel Query (MSSQL) + Abfrage abbrechen (MSSQL) + + + Cancel Task + Aufgabe abbrechen + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + Übertragen Sie die Verbindung des aktiven Editors auf neu geöffnete Abfrage-Editor-Registerkarten und SQL-Dateien. + + + Change Connection (MSSQL) + Verbindung ändern (MSSQL) + + + Change Database (MSSQL) + Datenbank ändern (MSSQL) + + + Change Notebook Connection + Notebook-Verbindung ändern + + + Change Notebook Database + Notebook-Datenbank wechseln + + + Choose SQL handler for this file + SQL-Handler für diese Datei auswählen + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + Wählen Sie aus, wie die automatische Anpassung der Spaltengröße im Ergebnisraster erfolgen soll (Überschriften und Daten, nur Daten oder automatische Größenanpassung deaktivieren). + + + Chooses which Authentication method to use + Wählt die zu verwendende Authentifizierungsmethode aus. + + + Clear All Connection Sharing Permissions + Alle Berechtigungen für die gemeinsame Verbindungsnutzung löschen + + + Clear All Query History + Gesamten Abfrageverlauf löschen + + + Clear Filters + Filter löschen + + + Clear Finished Tasks + Abgeschlossene Aufgaben löschen + + + Clear Microsoft Entra account token cache + Microsoft Entra-Kontotokencach löschen + + + Clear Pooled Connections + Gepoolte Verbindungen löschen + + + Command Timeout + Befehlstimeout + + + Compare Schemas... + Schemas vergleichen ... + + + Configure up to 10 Quick Queries that execute from commands. + Konfigurieren Sie bis zu 10 Schnellabfragen, die über Befehle ausgeführt werden. + + + Connect (MSSQL) + Verbinden (MSSQL) + + + Connect to a SQL Database + Herstellen einer Verbindung mit einer SQL-Datenbank + + + Connection Dialog + Dialogfeld „Verbindung“ + + + Connection Timeout + Verbindungstimeout + + + Connection groups + Verbindungsgruppen + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + Verbindungsprofile, die in "Benutzereinstellungen" definiert wurden, werden unter dem Befehl "MS SQL: Verbinden" in der Befehlspalette angezeigt. + + + Connections + Verbindungen + + + Control which grid lines are visible in the results grid. + Steuert, welche Rasterlinien im Ergebnisraster sichtbar sind. + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + Steuert, wie neue SQL-Editorfenster und geöffnete SQL-Dateien automatisch verbunden werden. + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + Steuert die maximale Anzahl von Zeilen, die im Arbeitsspeicher gefiltert und sortiert werden dürfen. Wenn die Zahl überschritten wird, werden die Sortier- und Filterfunktionen deaktiviert. Warnung: die Erhöhung dieser Anzahl kann sich auf die Leistung auswirken. + + + Copy All + Alles kopieren + + + Copy Cell Messages + Zellennachrichten kopieren + + + Copy Connection String + Verbindungszeichenfolge kopieren + + + Copy Object Name + Objektname kopieren + + + Create Azure Function with SQL binding + Erstellen einer Azure-Funktion mit SQL-Bindung + + + Create a Table with Table Designer + Erstellen einer Tabelle mit Tabellen-Designer + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + Erstellen Sie eine neue Tabelle in Ihrer Datenbank, oder bearbeiten Sie vorhandene Tabellen mit dem Tabellen-Designer. +Nachdem Sie Ihre Änderungen vorgenommen haben, klicken Sie auf die Schaltfläche „Veröffentlichen“, um die Änderungen an Ihre Datenbank zu senden. + + + DACPAC/BACPAC Operations... + DACPAC-/BACPAC-Vorgänge ... + + + Default view mode for query results display. + Standardansichtsmodus für die Anzeige von Abfrageergebnissen. + + + Delete + Löschen + + + Delete Connection Group + Verbindungsgruppe löschen + + + Delete SQL Container + SQL-Container löschen + + + Deploy DACPAC + DACPAC bereitstellen + + + Disable Actual Plan (MSSQL) + Tatsächlichen Plan deaktivieren (MSSQL) + + + Disable Group By Schema + Gruppen nach Schema deaktivieren + + + Disable automatic column sizing + Automatische Anpassung der Spaltengröße deaktivieren + + + Disabled + Deaktiviert + + + Disconnect (MSSQL) + Trennen (MSSQL) + + + Display name for this Quick Query. + Anzeigename für diese Schnellabfrage. + + + Display results in a formatted text format. + Ergebnisse in einem formatierten Textformat anzeigen. + + + Display results in a tabular grid format (default) + Ergebnisse in einem tabellarischen Rasterformat anzeigen (Standard) + + + Do not auto-connect. You must connect each SQL file manually. + Nicht automatisch verbinden. Sie müssen jede SQL-Datei manuell verbinden. + + + Do not show prompts to display query results in a new tab. + Keine Eingabeaufforderungen zum Anzeigen von Abfrageergebnissen auf einer neuen Registerkarte anzeigen. + + + Drop Database... + Datenbank trennen... + + + Edit Connection Group + Verbindungsgruppe bearbeiten + + + Edit Connection Sharing Permissions + Berechtigungen für die gemeinsame Verbindungsnutzung bearbeiten + + + Edit Connection... + Verbindung bearbeiten ... + + + Edit Table Data... + Tabellemdaten bearbeiten... + + + Enable Actual Plan (MSSQL) + Tatsächlichen Plan aktivieren (MSSQL) + + + Enable Group By Schema + Gruppen nach Schema aktivieren + + + Enable Parameterization for Always Encrypted + Parametrisierung für Always Encrypted aktivieren + + + Enable Query History Capture + Abfrageverlauf-Capture aktivieren + + + Enable SET ANSI_DEFAULTS + SET ANSI_DEFAULTS aktivieren + + + Enable SET ANSI_NULLS + SET ANSI_NULLS aktivieren + + + Enable SET ANSI_NULL_DFLT_ON + SET ANSI_NULL_DFLT_ON aktivieren + + + Enable SET ANSI_PADDING + SET ANSI_PADDING aktivieren + + + Enable SET ANSI_WARNINGS + SET ANSI_WARNINGS aktivieren + + + Enable SET ARITHABORT option + Set ARITHABORT-Option aktivieren + + + Enable SET CURSOR_CLOSE_ON_COMMIT + SET CURSOR_CLOSE_ON_COMMIT aktivieren + + + Enable SET DEADLOCK_PRIORITY option + SET DEADLOCK_PRIORITY-Option aktivieren + + + Enable SET IMPLICIT_TRANSACTIONS + SET IMPLICIT_TRANSACTIONS aktivieren + + + Enable SET LOCK TIMEOUT option (in milliseconds) + SET LOCK TIMEOUT-Option aktivieren (in Millisekunden) + + + Enable SET NOCOUNT option + SET NOCOUNT-Option aktivieren + + + Enable SET NOEXEC option + SET NOEXEC-Option aktivieren + + + Enable SET PARSEONLY option + SET PARSEONLY-Option aktivieren + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + SET QUERY_GOVERNOR_COST_LIMIT aktivieren + + + Enable SET QUOTED_IDENTIFIER + SET QUOTED_IDENTIFIER aktivieren + + + Enable SET STATISTICS IO option + Set STATISTICS IO-Option aktivieren + + + Enable SET STATISTICS TIME option + SET STATISTICS TIME-Option aktivieren + + + Enable SET TRANSACTION ISOLATION LEVEL option + SET TRANSACTION ISOLATION LEVEL-Option aktivieren + + + Enable SET XACT_ABORT ON option + SET XACT_ABORT ON-Option aktivieren + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + Aktiviert abwechselnde Zeilenhintergrundfarben (Zebrastreifen) im Ergebnisraster. Die Farbe wird vom aktuellen VS Code-Design abgeleitet. + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + Aktivieren von Schaltflächen zum Erweitern/Reduzieren in Schema-Designer-Tabellenknoten, wenn Tabellen mehr als 10 Spalten aufweisen + + + Enabled + Aktiviert + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + Ermöglicht Verbindungspooling, um die Gesamtkonnektivitätsleistung zu verbessern. Diese Einstellung ist standardmäßig deaktiviert. Visual Studio Code muss neu gestartet werden, wenn der Wert geändert wird. Führen Sie den Befehl aus, um gepoolte Verbindungen zu löschen: „MS SQL: Gepoolte Verbindungen löschen“. Hinweis: Kann serverlose Datenbanken aktiv halten und das automatische Pausieren verhindern. + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + Aktiviert experimentelle Features in der MSSQL-Erweiterung. Die Features sind nicht produktionsbereit und weisen möglicherweise Fehler oder Probleme auf. Starten Sie Visual Studio Code neu, nachdem Sie diese Einstellung geändert haben. + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + Aktiviert die Vorschau für das Raster mit Abfrageergebnissen mit verbesserter Zustandsverwaltung und mehr Optionen zur Spaltenanpassung, einschließlich Anzeigen, Ausblenden und Fixieren von Spalten. + + + Estimated Plan (MSSQL) + Geschätzter Plan (MSSQL) + + + Execute Query (MSSQL) + Abfrage ausführen (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + Auswahl oder aktuelle Anweisung ausführen (MSSQL) + + + Explain Query + Abfrage erklären + + + Export BACPAC + BACPAC-Datei exportieren + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + Zusätzlicher vertikaler Abstand in Pixeln, der jeder Zeile im Ergebnisraster hinzugefügt wird und die Zeilendichte steuert. Gültiger Bereich: 0-10. + + + Extract DACPAC + DACPAC extrahieren + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + Machen Sie sich mit weiteren Features der MSSQL-Erweiterung vertraut, mit denen Sie produktiver arbeiten können. + + + Filter + Filter + + + Filter your Object Explorer Tree + Filtern der Objekt-Explorer-Struktur + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + Skript generieren + + + Get Started with MSSQL for Visual Studio Code + Erste Schritte mit MSSQL für Visual Studio Code + + + Getting Started Guide + Leitfaden für erste Schritte + + + Hide all grid lines + Alle Gitternetzlinien ausblenden + + + Import BACPAC + BACPAC-Datei importieren + + + Import Data... + Daten importieren … + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + Abfrageprofiler starten... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + Stellen Sie eine neue Verbindung mit einer SQL-Datenbank her, oder bearbeiten Sie vorhandene Verbindungen mit dem Verbindungsdialogfeld. +Sie können eine Verbindung mit einer Datenbank herstellen, indem Sie Ihre Verbindungsinformationen eingeben, eine Verbindungszeichenfolge verwenden oder Ihre Azure-Abonnements durchsuchen. +[Dialogfeld „Verbindung“ öffnen](befehl:mssql.addObjectExplorer) + + + Manage Connection Profiles + Verbindungsprofile verwalten + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + Die maximale Anzahl von Zeichen, die nach dem Ausführen einer Abfrage für jeden Wert in XML-Spalten gespeichert werden sollen. Standardwert: 2.097.152. Gültiger Wertebereich: 1 bis 2.147.483.647. + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + Die maximale Anzahl von Zeichen/Bytes, die nach dem Ausführen einer Abfrage für jeden Wert in Zeichenspalten/binären Spalten gespeichert werden sollen. Standardwert: 65.535. Gültiger Wertebereich: 1 bis 2.147.483.647. + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + Maximale Anzahl von Ereignissen, die der Profiler im Arbeitsspeicher speichern kann. Wenn dieser Grenzwert erreicht ist, werden ältere Ereignisse verworfen. Erhöhen Sie diesen Wert, wenn während der Profilerstellung mehr Ereignisse gespeichert werden sollen. + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + Die maximale Anzahl alter Dateien, die beim Start entfernt werden sollen, bei denen der mssql.logRetentionMinutes-Wert abgelaufen ist. Dateien, die aufgrund dieser Einschränkung nicht bereinigt werden, werden beim nächsten Start von Azure Data Studio bereinigt. + + + Maximum number of rows to return before the server stops processing your query. + Maximale Anzahl von Zeilen, die zurückgegeben werden sollen, bevor der Server die Verarbeitung Ihrer Abfrage beendet. + + + Maximum size of text and ntext data returned from a SELECT statement + Maximale Größe von text- und ntext-Daten, die von einer SELECT-Anweisung zurückgegeben werden + + + Migrate from Azure Data Studio + Von Azure Data Studio migrieren + + + Modify Table Structure... + Tabellenstruktur ändern ... + + + New Database... + Neue Datenbank... + + + New Deployment + Neue Bereitstellung + + + New Query + Neue Abfrage + + + New Query + Neue Abfrage + + + New SQL Notebook + Neues SQL-Notebook + + + New Table + Neue Tabelle + + + Next Steps with MSSQL for Visual Studio Code + Nächste Schritte mit MSSQL für Visual Studio Code + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + Anzahl von Minuten, für die Protokolldateien für Back-End-Dienste aufbewahrt werden sollen. Der Standardwert ist 1 Woche. + + + Number of query history entries to show in the Query History view + Anzahl der Einträge des Abfrageverlaufs, die in der Ansicht „Abfrageverlauf“ angezeigt werden sollen + + + Object Explorer filters + Objekt-Explorer-Filter + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + Zeigen Sie nur die Datenbankobjekte an, die für Sie am wichtigsten sind, indem Sie Filter auf die Objekt-Explorer-Struktur anwenden. +Klicken Sie zunächst auf die Filterschaltfläche neben den meisten Ordnern in der Ansicht „Verbindungen“. + + + Open Changelog + Änderungsprotokoll öffnen + + + Open Execution Plan File + Ausführungsplandatei öffnen + + + Open New Query and Connect + Neue Abfrage öffnen und verbinden + + + Open Query + Abfrage öffnen + + + Open Query History in Command Palette + Abfrageverlauf in Befehlspalette öffnen + + + Open Query Profiler (Preview) XEL File + Die XEL-Datei des Abfrageprofilers öffnen (Vorschau) + + + Open Shortcuts Configuration + Tastenkombinationskonfiguration öffnen + + + Open Task Result + Aufgabenergebnis öffnen + + + Open in GitHub Copilot Agent + In GitHub Copilot-Agent öffnen + + + Open in GitHub Copilot Chat + Im GitHub Copilot-Chat öffnen + + + Open in MSSQL extension + In der MSSQL-Erweiterung öffnen + + + Pause Query History Capture + Abfrageverlauf-Capture anhalten + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + Verhindern der automatischen Ausführung von Skripten (z. B. „Top 1 000 auswählen“). Wenn diese Option aktiviert ist, werden Skripte bei der Generierung nicht automatisch ausgeführt. + + + Prompts users to sign in using their browser. + Fordert Benutzer auf, sich mit ihrem Browser anzumelden. + + + Query History + Abfrageverlauf + + + Query Results + Abfrageergebnisse + + + Query editor and query results pane + Abfrage-Editor und Abfrageergebnisbereich + + + Query plan visualization + Visualisierung des Abfrageplans + + + Refresh + Aktualisieren + + + Refresh IntelliSense Cache + IntelliSense-Cache aktualisieren + + + Remove Connection + Verbindung entfernen + + + Remove Microsoft Entra Account + Microsoft Entra-Konto entfernen + + + Rename Database... + Datenbank umbenennen... + + + Replication + Replikation + + + Restore Database... + Datenbank wiederherstellen … + + + Reveal Query Result (MSSQL) + Abfrageergebnis anzeigen (MSSQL) + + + Rewrite Query + Abfrage umschreiben + + + Run Query + Abfrage ausführen + + + Run Quick Query 1 + Schnellabfrage 1 ausführen + + + Run Quick Query 10 + Schnellabfrage 10 ausführen + + + Run Quick Query 2 + Schnellabfrage 2 ausführen + + + Run Quick Query 3 + Schnellabfrage 3 ausführen + + + Run Quick Query 4 + Schnellabfrage 4 ausführen + + + Run Quick Query 5 + Schnellabfrage 5 ausführen + + + Run Quick Query 6 + Schnellabfrage 6 ausführen + + + Run Quick Query 7 + Schnellabfrage 7 ausführen + + + Run Quick Query 8 + Schnellabfrage 8 ausführen + + + Run Quick Query 9 + Schnellabfrage 9 ausführen + + + Run a SQL Query + Ausführen einer SQL-Abfrage + + + SQL Container Name + SQL-Containername + + + SQL Container Version + SQL-Containerversion + + + SQL Server Extended Events Log + Erweitertes Protokoll für Ereignisse von SQL Server + + + SQL Tools (MSSQL) + SQL Tools (MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + SQL-Text für diese Schnellabfrage. Verwenden Sie {arg}, um den ausgewählten Text im Abfrage-Editor einzufügen; andernfalls wird er angehängt. + + + Script as Alter + Skript als Alter + + + Script as Create + Skript als Create + + + Script as Drop + Skript als Drop + + + Script as Execute + Skript als Execute + + + Search Database Objects... + Datenbankobjekte durchsuchen ... + + + Select Top 1000 + Oberste 1000 auswählen + + + Selected Azure subscriptions for browsing and managing servers and databases + Ausgewählte Azure-Abonnements zum Durchsuchen und Verwalten von Servern und Datenbanken + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + Ausgewählte Microsoft Fabric-Arbeitsbereiche zum Durchsuchen und Verwalten von SQL-Datenbanken + + + Send Feedback + Feedback senden + + + Set the font family for the results grid; set to blank to use the editor font + Legen Sie die Schriftfamilie für das Ergebnisraster fest. Lassen Sie die Einstellung leer, um die Editor-Schriftart zu verwenden. + + + Set the font size for the results grid; set to blank to use the editor size + Legen Sie die Schriftgröße für das Ergebnisraster fest. Lassen Sie die Einstellung leer, um die Editor-Größe zu verwenden. + + + Shortcuts handled inside MSSQL views + Im MSSQL-Ansichten verwendete Tastenkombinationen + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + BIT-Spalten als Zahlen (1 oder 0) anzeigen? Bei Festlegung auf FALSE werden BIT-Spalten als TRUE oder FALSE angezeigt. + + + Should IntelliSense be enabled + Gibt an, ob IntelliSense aktiviert werden soll. + + + Should IntelliSense error checking be enabled + Gibt an, ob die IntelliSense-Fehlerüberprüfung aktiviert werden soll. + + + Should IntelliSense quick info be enabled + Gibt an, ob IntelliSense-QuickInfo aktiviert werden soll. + + + Should IntelliSense suggestions be enabled + Gibt an, ob IntelliSense-Vorschläge aktiviert werden sollen. + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + Hiermit wird festgelegt, ob personenbezogene Informationen (PII) im Ausgangskanal und in der Protokolldatei des Ausgangskanals von Azure Logs protokolliert werden sollen. + + + Should Query History feature be enabled + Soll das Feature „Abfrageverlauf“ aktiviert werden + + + Should language service be auto-disabled when extension detects Non-MSSQL files + Gibt an, ob der Sprachdienst automatisch deaktiviert werden soll, wenn die Erweiterung Nicht-MSSQL-Dateien erkennt. + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + Gibt an, ob beim Wechsel zwischen Registerkarten Ergebnisauswahlen und Scrollpositionen gespeichert werden sollen (kann die Leistung beeinträchtigen). + + + Show both horizontal and vertical grid lines + Horizontale und vertikale Gitternetzlinien anzeigen + + + Show changelog after extension updates + Änderungsprotokoll nach Erweiterungsupdates anzeigen + + + Show only horizontal grid lines + Nur horizontale Gitternetzlinien anzeigen + + + Show only vertical grid lines + Nur vertikale Gitternetzlinien anzeigen + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + Zeigen Sie die aktiven SQL-Verbindungsdetails als CodeLens-Vorschlag oben im Editor an, um eine schnelle Übersicht zu erhalten. + + + Sort and Filter Query Results + Sortieren und Filtern von Abfrageergebnissen + + + Sort and filter options for query results + Sortier- und Filteroptionen für Abfrageergebnisse + + + Sort and filter your query results to find the data you need quickly. + Sortieren und filtern Sie Ihre Abfrageergebnisse, um die benötigten Daten schnell zu finden. + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + Sovereign Cloud-Entsprechung für „.crm.dynamics.com“ (einschließlich führendem Punkt) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + Sovereign Cloud-Äquivalent für „.database.fabric.microsoft.com“ (einschließlich führendem Punkt) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + Sovereign Cloud-Äquivalent für „.database.windows.net“ (einschließlich führendem Punkt) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + Sovereign Cloud-Äquivalent für „.datawarehouse.fabric.microsoft.com“ (einschließlich führendem Punkt) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + Sovereign Cloud-Äquivalent für „.sql.azuresynapse.net“ (einschließlich führendem Punkt) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + Sovereign Cloud-Äquivalent für „https://analysis.windows.net/powerbi/api/“ + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + Sovereign Cloud-Äquivalent für „https://api.fabric.microsoft.com/v1/“ + + + Sovereign cloud equivalent for `https://database.windows.net/` + Sovereign Cloud-Äquivalent für „https://database.windows.net/“ + + + Sovereign cloud equivalent for `https://vault.azure.net/` + Sovereign Cloud-Äquivalent für https://vault.azure.net/ + + + Start Query History Capture + Abfrageverlauf-Capture starten + + + Start SQL Container + SQL-Container starten + + + Stop SQL Container + SQL-Container beenden + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + Tabellen-Designer + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + Das vorübergehende Speichern von Kennwörtern für Verbindungen mit „Gespeicherten Kennwörtern“ ist deaktiviert, bis die Erweiterung neu gestartet wird. Dadurch werden wiederholte Kennworteingabeaufforderungen verhindert, wenn Verbindungen innerhalb derselben Sitzung wiederverwendet werden. + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + Die ID (GUID) des Verbindungsprofils, das verwendet werden soll, wenn „mssql.newEditorConnectionBehavior“ auf „defaultConnection“ festgelegt ist. Die Verbindungs-ID finden Sie in Ihrer settings.json unter „mssql.connections“. + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + Die zusätzliche, MSSQL-spezifische benutzerdefinierte Konfiguration für die Sovereign Cloud, die mit dem Microsoft Sovereign Cloud-Authentifizierungsanbieter verwendet werden soll. Dies ist zusammen mit der Einstellung von „microsoft-sovereign-cloud.environment“ auf „custom“ und der Angabe von Werten für „microsoft-sovereign-cloud.customEnvironment“ erforderlich, um diese Funktion mit MSSQL zu nutzen. + + + The color of the connection group. + Die Farbe der Verbindungsgruppe. + + + The description of the connection group. + Die Beschreibung der Verbindungsgruppe. + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + Die maximale Anzahl von Zeichen, die für die Verbindungsinformationen in der Statusleiste angezeigt werden sollen. Legen Sie den Wert auf -1 fest, um die Anzahl nicht zu begrenzen. + + + The maximum number of recently used connections to store in the connection list. + Die maximale Anzahl an zuletzt verwendeten Verbindungen, die in der Verbindungsliste gespeichert werden. + + + The name of the connection group. + Der Name der Verbindungsgruppe. + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + Das Timeout in Sekunden für das Erweitern eines Knotens in Objekt-Explorer. Der Standardwert ist 45 Sekunden. + + + The unique identifier for the connection group this connection profile belongs to. + Der eindeutige Bezeichner für die Verbindungsgruppe, zu der dieses Verbindungsprofil gehört. + + + The unique identifier for the connection group. + Der eindeutige Bezeichner für die Verbindungsgruppe. + + + The unique identifier for the parent connection group. + Der eindeutige Bezeichner für die übergeordnete Verbindungsgruppe. + + + The unique identifier for this connection profile. + Der eindeutige Bezeichner für dieses Verbindungsprofil. + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + Diese Einstellung ist veraltet. Verwenden Sie stattdessen „mssql.newEditorConnectionBehavior“. Die Erweiterung migriert diese Einstellung beim Start automatisch. + + + This setting will be removed in a future release. + Diese Einstellung wird in einem zukünftigen Release entfernt. + + + Toggle Actual Plan + Zu tatsächlichem Plan umschalten + + + Toggle Query Result Panel Visibility (MSSQL) + Sichtbarkeit des Abfrageergebnisbereichs umschalten (MSSQL) + + + Toggle SQLCMD Mode + „SQLCMD“-Modus umschalten + + + True for the messages pane to be open by default; false for closed + Bei Festlegung auf TRUE wird das Nachrichtenfenster standardmäßig geöffnet, bei Festlegung auf FALSE ist es geschlossen. + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + Machen Sie sich mit der Funktionsweise Ihrer Abfrage vertraut, indem Sie den Abfrageplan anzeigen. +Zeigen Sie den geschätzten Plan an, ohne die Abfrage auszuführen, oder zeigen Sie den tatsächlichen Abfrageplan nach dem Ausführen der Abfrage an, indem Sie die Schaltflächen am oberen Rand eines Abfrage-Editor-Fensters umschalten. + + + Use Database + Datenbank verwenden + + + Use column headers and data to size columns automatically + Spaltenüberschriften und Daten für die automatische Anpassung der Spaltengröße verwenden + + + Use only column headers to size columns automatically + Nur Spaltenüberschriften für die automatische Anpassung der Spaltengröße verwenden + + + Use only row data to size columns automatically + Nur Zeilendaten für die automatische Anpassung der Spaltengröße verwenden + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + Verwendet in VS Code angemeldete Konten für die MFA-Authentifizierung über Microsoft Entra ID bei SQL. Starten Sie Visual Studio Code neu, nachdem Sie diese Einstellung geändert haben. + + + View Task Logs + Aufgabenprotokolle anzeigen + + + Visualize a Query Plan + Visualisieren eines Abfrageplans + + + Visualize and Design Schema... + Schema visualisieren und entwerfen... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + Wenn diese Option aktiviert ist, enthält „Alle kopieren“ im Bereich „Nachrichten des Abfrageergebnisses“ Nachrichtenzeitstempel. + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + Wenn aktiviert, wird die aktive Verbindung automatisch auf neu geöffnete SQL-Dateien übertragen. Wenn deaktiviert, muss für jede SQL-Datei eine Verbindung zur Datenbank explizit hergestellt werden. + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + Wenn diese Option aktiviert ist, wird das Element der Verbindungsstatusleiste mit der Farbe der Verbindungsgruppe eingefärbt. Diese Einstellung ist standardmäßig deaktiviert. Dadurch wird die Farbe des Verbindungsgruppenordners direkt verwendet und nicht geändert, um den Kontrast zum aktuellen VS Code Design sicherzustellen. Benutzer sollten Verbindungsgruppenfarben auswählen, die gut mit ihrem Design funktionieren. + + + When enabled, connection groups will be collapsed instead of expanded at startup. + Wenn diese Option aktiviert ist, werden die Verbindungsgruppen beim Start reduziert und nicht erweitert. + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + Wenn diese Option aktiviert ist, werden gespeicherte Abfrageergebnisexporte nach dem Export geöffnet. Excel-Exporte werden mit dem Systemdateihandler; Textexporte in VS Code geöffnet. + + + When enabled, the database objects in Object Explorer will be categorized by schema. + Wenn diese Option aktiviert ist, werden die Datenbankobjekte im Objekt-Explorer nach Schema kategorisiert. + + + Windows Authentication + Windows-Authentifizierung + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + Schreiben Sie eine SQL-Abfrage, und führen Sie sie für Ihre Datenbank aus. +Sie können auch auf die Schaltfläche „In neuer Registerkarte öffnen“ klicken, um Ihre Abfrageergebnisse auf ihrer eigenen Registerkarte anzuzeigen, und dies optional als Standardverhalten festlegen. + + + Your first steps for connecting to and developing with a SQL database + Ihre ersten Schritte für das Herstellen einer Verbindung mit und die Entwicklung mit einer SQL-Datenbank + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [Optional] Eine nicht negative Zahl, die zum Sortieren dieser Verbindungsgruppe in der Objekt-Explorer-Randleiste verwendet wird. Gruppen mit einem „order“-Wert werden zuerst angezeigt, vom niedrigsten zum höchsten; die übrigen Gruppen folgen in alphabetischer Reihenfolge. + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [Optional] Eine nicht negative Zahl, die zum Sortieren dieser Verbindung in der Objekt-Explorer-Randleiste verwendet wird. Verbindungen mit einem „order“-Wert werden zuerst angezeigt, vom niedrigsten zum höchsten; die übrigen Verbindungen folgen in alphabetischer Reihenfolge. + + + [Optional] Character used for enclosing text fields when saving results as CSV + [Optional] Trennzeichen für das Umschließen von Textfeldern, das beim Speichern der Ergebnisse als CSV verwendet wird. + + + [Optional] Character(s) used for separating rows when saving results as CSV + [Optional] Trennzeichen für die Trennung von Zeilen, das beim Speichern der Ergebnisse als CSV verwendet wird. + + + [Optional] Configuration options for copying multi-line results from the Results View + [Optional] Konfigurationsoptionen für das Kopieren von mehrzeiligen Ergebnissen aus der Ergebnisansicht. + + + [Optional] Configuration options for copying results from the Results View + [Optional] Konfigurationsoptionen für das Kopieren von Ergebnissen aus der Ergebnisansicht. + + + [Optional] Configuration options for which column new result panes should open in + [Optional] Konfigurationsoptionen zur Festlegung, in welcher Spalte neue Ergebnisansichten geöffnet werden. + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [Optional] Gibt den Typ der Anwendungsarbeitsauslastung bei der Verbindungsherstellung mit SQL Server an, z. B. "ReadWrite" oder "ReadOnly". Weitere Informationen finden Sie im Abschnitt zu SQL Server Always On. + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [Optional] Trennzeichen zum Trennen von Datenelementen beim Speichern von Ergebnissen als CSV. Wählen Sie aus allgemeinen Trennzeichen wie Komma (,), Tabstopp (\t), Semikolon (;) oder Pipe (|) aus. + + + [Optional] Do not show unsupported platform warnings + [Optional] Keine Anzeige von Warnungen zu nicht unterstützten Plattformen. + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [Optional] Dateicodierung, die beim Speichern von Ergebnissen als CSV verwendet wird. Wählen Sie je nach Zielanwendungskompatibilität zwischen UTF-8 (empfohlen), UTF-16, ASCII oder Latin-1 aus. + + + [Optional] Indicates the SQL Server language settings. + [Optional] Gibt die SQL Server-Spracheinstellungen an. + + + [Optional] Indicates the name of local docker container the connection is on + [Optional] Gibt den Namen des lokalen Docker-Containers an, in dem sich die Verbindung befindet. + + + [Optional] Indicates whether this profile has an empty password explicitly set + [Optional] Gibt an, ob für dieses Profil ausdrücklich ein leeres Kennwort festgelegt wurde. + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [Optional] Gibt an, welchen Servertyp der Anbieter über den DataReader verfügbar macht. + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [Optional] Protokollieren Sie die Debugausgabe in der VS Code-Konsole (Hilfe > Entwicklertools umschalten). + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [Optional] Protokolliergrad für Backend-Dienste. Azure Data Studio generiert bei jedem Start einen Dateinamen, und falls die Datei bereits vorhanden ist, werden die Protokolleinträge an diese Datei angefügt. Zur Bereinigung alter Protokolldateien können die „logRetentionMinutes“- und „logFilesRemovalLimit“-Einstellungen verwendet werden. Bei Verwendung des Standardwerts für „tracingLevel“ werden nur wenige Informationen protokolliert. Eine Änderung der Ausführlichkeit kann zu einem umfangreichen Protokollierungsaufkommen und einem hohen Speicherplatzbedarf für die Protokolle führen. „Error: includes Critical“, „Warning: includes Error“, „Information: includes Warning“ und „Verbose: includes Information“ + + + [Optional] Should execution time be shown for individual batches + [Optional] Gibt an, ob die Ausführungszeit für einzelne Batches angezeigt werden soll. + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [Optional] Gibt einen benutzerdefinierten Namen für dieses Verbindungsprofil an, um die Suche innerhalb der Befehlspalette von Visual Studio Code zu vereinfachen. + + + [Optional] Specify the SQL Server authentication type. + [Optional] Gibt den SQL Server-Authentifizierungstyp an. + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [Optional] Gibt den Namen der Datenbank an, mit der Sie eine Verbindung herstellen möchten. Wenn Sie keine Datenbank angeben, wird die Standardbenutzerdatenbank verwendet. In der Regel ist dies "master". + + + [Optional] Specify the delay between attempts to restore connection. + [Optional] Gibt die Verzögerung zwischen den Versuchen zur Verbindungswiederherstellung an. + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [Optional] Geben Sie die Zeitspanne in Sekunden an, die auf die Ausführung eines Befehls gewartet werden soll, bevor der Versuch beendet und ein Fehler generiert wird. Der Standardwert ist 30 Sekunden. + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [Optional] Geben Sie die Zeitspanne in Sekunden an, die auf eine Verbindung mit dem Server gewartet werden soll, bevor der Verbindungsversuch beendet und ein Fehler generiert wird. Der Standardwert ist 30 Sekunden. + + + [Optional] Specify the maximum number of connections allowed in the pool. + [Optional] Gibt die maximal zulässige Anzahl von Verbindungen im Pool an. + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [Optional] Gibt die Mindestzeitspanne in Sekunden an, für die diese Verbindung im Pool verbleiben soll, bevor sie entfernt/gelöscht wird. + + + [Optional] Specify the minimum number of connections allowed in the pool. + [Optional] Gibt die mindestens erforderliche Anzahl von Verbindungen im Pool an. + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [Optional] Gibt den Namen der Anwendung an, die SQL Server für die Protokollierung verwendet. (Standardwert: "vscode-mssql"). + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [Optional] Gibt den Namen der primären Datei (einschließlich des vollständigen Pfadnamens) einer Datenbank an, die angefügt werden soll. + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [Optional] Gibt den Namen der Arbeitsstation an, die eine Verbindung mit SQL Server herstellt. + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [Optional] Gibt den Namen oder die Netzwerkadresse der SQL Server-Instanz an, die als Failoverpartner fungiert. + + + [Optional] Specify the number of attempts to restore connection. + [Optional] Gibt die Anzahl von Versuchen für die Verbindungswiederherstellung an. + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [Optional] Gibt das Kennwort für die SQL Server-Authentifizierung an. Wenn Sie kein Kennwort angeben oder bereits eine Speicherung durchgeführt haben, werden Sie bei der Verbindungsherstellung erneut danach gefragt. + + + [Optional] Specify the port number to connect to. + [Optional] Gibt den Port an, mit dem Sie eine Verbindung herstellen möchten. + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [Optional] Gibt die Größe der Netzwerkpakete in Byte an, die bei der Kommunikation mit dem SQL Server verwendet werden soll. + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [Optional] Gibt den Benutzernamen für die SQL Server-Authentifizierung an. Wenn Sie keinen Namen angeben, werden Sie bei der Verbindungsherstellung erneut danach gefragt. + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [Optional] Die ADO.NET-Verbindungszeichenfolge, die für die Verbindung verwendet werden soll. Setzt alle weiteren Optionen für diese Verbindung außer Kraft. + + + [Optional] Used by SQL Server in replication. + [Optional] Wird von SQL Server bei der Replikation verwendet. + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [Optional] Bei "Obligatorisch" oder "Strict" verwendet SQL Server SSL-Verschlüsselung für alle Daten, die zwischen Client und Server gesendet werden, wenn auf dem Server ein Zertifikat installiert ist. Bei Festlegung auf "Strict" verwendet SQL Server TDS 8.0 für die gesamte Datenübertragung zwischen Client und Server. "Strict" wird ab SQL Server 2022 unterstützt. + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [Optional] Bei Festlegung auf TRUE können mehrere Resultsets über eine Verbindung zurückgegeben und gelesen werden. + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [Optional] Bei Festlegung auf TRUE wird das SQL Server-SSL-Zertifikat automatisch als vertrauenswürdig eingestuft, sofern die Kommunikation mit SSL verschlüsselt ist. Legen Sie für eine Azure SQL-Datenbank-Verbindung den Wert FALSE fest. + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [Optional] Beim Festlegen auf WAHR wird das Verbindungsobjekt aus dem geeigneten Pool abgerufen oder bei Bedarf erstellt und dem geeigneten Pool hinzugefügt. Hinweis: Kann serverlose Datenbanken aktiv halten und das automatische Pausieren verhindern. + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [Optional] Bei Festlegung auf TRUE erfolgt die Erkennung und die Verbindung mit dem aktiven Server schneller, wenn eine Always On-Verfügbarkeitsgruppe für verschiedene Subnetze konfiguriert ist. + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [Optional] Bei Festlegung auf TRUE wird das Kennwort für die SQL Server-Authentifizierung im sicheren Speicher Ihres Betriebssystems gespeichert, wie z. B. der Schlüsselbund unter MacOS oder Secure Store in Windows. + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [Optional] Bei Festlegung auf FALSE werden sicherheitsrelevante Informationen wie z. B. das Kennwort nicht als Teil der Verbindung zurückgegeben, wenn die Verbindung geöffnet ist oder sich bereits in einem geöffneten Zustand befunden hat. + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [Optional] Bei Angabe von „(and encrypt=Mandatory and trustServerCertificate=false)“ verwendet SQL Server den angegebenen Hostnamen zum Überprüfen der Vertrauensstellung mit dem Serverzertifikat. + + + [Optional] When true, column headers are included when saving results as CSV + [Optional] Bei Festlegung auf TRUE werden die Spaltenüberschriften beim Speichern der Ergebnisse als CSV mit ausgegeben. + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [Erforderlich] Gibt den Namen des Servers an, mit dem Sie eine Verbindung herstellen möchten. Verwenden Sie "hostname instance" oder "<server>.database.windows.net" für die Azure SQL-Datenbank. + + + auth + Authentifizierung + + + database + Datenbank + + + port + Port + + + server + Server + + + user + Benutzende Personen + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.es.xlf b/localization/xliff/vscode-mssql.es.xlf index 76bf64c819..e3cd9e8da0 100644 --- a/localization/xliff/vscode-mssql.es.xlf +++ b/localization/xliff/vscode-mssql.es.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - es obligatorio. - - - $(check) Copied messages - $(comprobar) Mensajes copiados - - - $(plug) Connect to MSSQL - $(plug) Conectar a MSSQL - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - "mssql.newEditorConnectionBehavior" está establecido en "defaultConnection", pero "mssql.defaultConnectionId" no está configurado. Los nuevos editores revertirán a la transferencia de la conexión activa. - - - '{0}' started. - {0} is the service name - "{0}" iniciado. - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <Default> - - - <default> - <default> - - - (0 rows affected) - (0 filas afectadas) - - - (0 rows) - (0 filas) - - - (1 row affected) - (1 fila afectada) - - - (Command completed successfully) - (El comando se completó correctamente) - - - (current) - (actual) - - - (empty) - (vacío) - - - ({0} row(s) affected) - {0} is the number of rows affected - ({0} filas afectadas) - - - ({0} row) - {0} is the number of rows (singular) - ( fila{0} ) - - - ({0} rows affected) - {0} is the number of rows affected - ({0} filas afectadas) - - - ({0} rows) - {0} is the number of rows (plural) - ({0} filas) - - - + Add Azure Account - + Agregar cuenta de Azure - - - + Add Fabric Account - + Agregar cuenta de Fabric - - - + Create Connection Group - + Crear grupo de conexiones - - - - - - - - - 0 rows - 0 filas - - - 0 rows returned - 0 filas devueltas - - - 1 - 1 - - - 1 row - 1 fila - - - 1 row returned - Se devolvió 1 fila - - - 100K vCore seconds - 100 000 segundos de núcleo virtual - - - 32 GB - 32 GB - - - 32 GB storage + 32 GB backup - 32 GB de almacenamiento + 32 GB de copia de seguridad - - - 60 min - 60 min - - - = - = - - - A SQL editor must have focus before executing this command - Un editor de SQL debe tener el foco antes de ejecutar este comando. - - - A connection is already being established. Please wait for it to complete before running a query. - Ya se está estableciendo una conexión. Espere a que se complete antes de ejecutar una consulta. - - - A database with this name already exists on the server - Ya existe una base de datos con este nombre en el servidor - - - A firewall rule is required to access this server. - Se requiere una regla de firewall para acceder a este servidor. - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - Una base de datos transaccional altamente integrada y lista para desarrolladores que escala automáticamente, se ajusta de forma automática y refleja los datos en OneLake para realizar análisis en todos los servicios de Fabric - - - A predefined global default value for the column or binding. - Valor predeterminado global y predefinido para la columna o enlace. - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - Ya se está ejecutando una consulta para esta sesión del editor. Cancele la consulta o espere a que finalice. - - - A required .NET runtime could not be found or installed. - No se encontró ni instaló un entorno de ejecución de .NET necesario. - - - API Type - Tipo de API - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - Acelerar la evolución del esquema generando automáticamente migraciones ORM o scripts de cambio de T-SQL - - - Accept - Aceptar - - - Accept All - Aceptar todo - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - Aceptación del CLUF de SQL Server para implementar un contenedor Docker de SQL Server - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - Acceso denegado. Asegúrese de tener los permisos necesarios para usar esta herramienta o modelo. - - - Access to the XEL file was denied. - Se denegó el acceso al archivo XEL. - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - El token de acceso expiró para el {0} de conexión con uri {1} - - - Account - Cuenta - - - Account not found - Cuenta no encontrada - - - Action - Acción - - - Action Type - Tipo de acción - - - Actions - Acciones - - - Active filters: - Filtros activos: - - - Actual Elapsed CPU Time - Tiempo real transcurrido en la CPU - - - Actual Elapsed Time - Tiempo real transcurrido - - - Actual Number of Rows For All Executions - Número real de filas para todas las ejecuciones - - - Add - Agregar - - - Add Account - Agregar cuenta - - - Add Column - Agregar columna - - - Add Connection - Agregar conexión - - - Add Firewall Rule - Agregar regla de firewall - - - Add Firewall Rule to {0} - {0} is the server name - Agregar regla de firewall a {0} - - - Add MCP server to workspace configuration - Agregar el servidor MCP a la configuración del área de trabajo - - - Add Row - Agregar fila - - - Add Server Connection - Agregar conexión de servidor - - - Add Table - Agregar tabla - - - Add a Microsoft Entra account... - Agregar una cuenta de Microsoft Entra... - - - Add account - Agregar cuenta - - - Add filter - Agregar filtro - - - Add filters to modify the SQL query - Adición de filtros para modificar la consulta SQL - - - Add my client IP ({0}) - {0} is the IP address of the client - Agregar IP de cliente ({0}) - - - Add my subnet IP range - Agregar intervalo IP de mi subred - - - Add new column - Agregar nueva columna - - - Add new foreign key - Agregar nueva clave externa - - - Add tag - Agregar etiqueta - - - Add to VS Code - Agregar a VS Code - - - Add to favorites - Agregar a Favoritos - - - Add to workspace - Agregar al área de trabajo - - - Added - Agregado - - - Added column '{0}' - {0} is the column name - Columna agregada ''{0}'' - - - Added foreign key '{0}' - {0} is the foreign key name - Se ha agregado la clave externa ''{0}'' - - - Additional parameters - Parámetros adicionales - - - Additional usage beyond the free amount will be charged at serverless rates. - El uso adicional que supere la cantidad gratuita se cobrará según las tarifas sin servidor. - - - Admin Password - Contraseña de administrador - - - Admin Username - Nombre de usuario de administrador - - - Advanced - Configuración avanzada - - - Advanced Backup Options - Opciones avanzadas de copia de seguridad - - - Advanced Connection Settings - Configuración avanzada de las conexiones - - - Advanced Entity Configuration - Configuración avanzada de entidades - - - Advanced Options - Opciones avanzadas - - - Advanced Publish Options - Opciones avanzadas de publicación - - - Advanced restore options - Opciones avanzadas de restauración - - - After - Después - - - All - Todos - - - All Files (*.*) - Todos los archivos (*.*) - - - All Schemas - Todos los esquemas - - - All files - Todos los archivos - - - All permissions for extensions to access your connections have been cleared. - Se han eliminado todos los permisos para que las extensiones accedan a sus conexiones. - - - All selected - Todos seleccionados - - - All severities - Todas las gravedades - - - Allow Null - Permitir NULL - - - Allow Nulls - Permitir NULL - - - Allow null - Permitir null - - - Allow this extension to access your connections - Permitir que esta extensión acceda a sus conexiones - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - Permite a los clientes de MCP usar herramientas genéricas de creación, lectura, actualización y eliminación para esta tabla. - - - Alphabetical - Alfabético - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - Ya usado por {0} - - - Alter - Alterar - - - Always Encrypted - Always Encrypted - - - Always show in new tab - Mostrar siempre en la nueva pestaña - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - Referencia de conexión ambigua. Proporcione solo uno de connectionId o connectionName. - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - Se requiere una conexión activa para que GitHub Copilot entienda el esquema de la base de datos y continúe. -Seleccione "{0}" para establecer una conexión. - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - Error al actualizar los nodos. Consulte el canal de salida de MSSQL para obtener más detalles. - - - An error occurred while copying results: {0} - {0} is the error message - Error al copiar los resultados: {0} - - - An error occurred while loading data. - Error al cargar los datos. - - - An error occurred while processing your request. - Error al procesar la solicitud. - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - Error al quitar la cuenta de Microsoft Entra: {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - Error al recuperar filas: {0} - - - An error occurred: {0} - {0} is the error message - Error: {0} - - - An unexpected error occurred - Se produjo un error inesperado - - - An unexpected error occurred with the language model. Please try again. - Se produjo un error inesperado con el modelo de lenguaje. Vuelva a intentarlo. - - - An unknown error occurred. Please try again. - Se produjo un error desconocido. Vuelva a intentarlo. - - - Analytics-ready by default - Listo para análisis de manera predeterminada - - - Analyze static code with customizable rulesets in SQL Database Projects. - Analice código estático con conjuntos de reglas personalizables en proyectos de SQL Database. - - - And - Y - - - Anonymous - Anónimo - - - Append to the existing backup set - Añadir al conjunto de copia de seguridad existente - - - Application (Client) ID - Id. de aplicación (cliente) - - - Application (Client) ID is required. - Se requiere el identificador de aplicación (cliente). - - - Application Intent - Intención de aplicaciones - - - Application Name - Nombre de aplicación - - - Application Version - Versión de la aplicación - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - La versión de la aplicación debe tener el formato n.n.n o n.n.n.n, donde n es un número (por ejemplo, 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - La versión de la aplicación debe tener el formato n.n.n.n, donde n es un número (por ejemplo, 1.0.0.0) - - - Apply - Aplicar - - - Apply Changes - Aplicar cambios - - - Apply changes to target - Aplicar cambios al objetivo - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - Aplicar sugerencias contextuales para la sintaxis, las relaciones y las restricciones de SQL - - - Apply failed. Fix the error and retry, or run Schema Compare again. - Error al aplicar. Corrija el error y vuelva a intentarlo, o ejecute Comparación de esquemas de nuevo. - - - Applying changes, this might take a while... - Aplicando cambios, esto puede tardar un rato... - - - Approve - Aprobar - - - Are you sure you want to cancel this background task? - ¿Está seguro de que desea cancelar esta tarea en segundo plano? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - ¿Seguro que desea cerrar la sesión actual? Se perderán todos los eventos capturados. Puede exportar eventos a CSV desde la barra de herramientas antes de cerrar. - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - ¿Está seguro de que desea eliminar el contenedor {0}? Esto quitará el contenedor y su conexión de VS Code. - - - Are you sure you want to delete the selected items? - ¿Está seguro de que desea eliminar los elementos seleccionados? - - - Are you sure you want to delete {0}? - {0} is the group name - ¿Seguro que quiere eliminar {0}? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - ¿Estás seguro de que desea eliminar {0}? También puede eliminar sus conexiones o moverlas a la carpeta raíz. - - - Are you sure you want to disconnect? - ¿Seguro que quiere desconectar? - - - Are you sure you want to remove {0}? - {0} is the node label - ¿Está seguro de que desea quitar {0}? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - ¿Está seguro de que desea deshacer todos los cambios de Copilot? Esto revertirá todos los cambios registrados a su estado original. - - - Are you sure you want to update the target? - ¿Seguro de que desea actualizar el destino? - - - Are you sure you want to {0}? - {0} is the action being confirmed - ¿Está seguro de que quiere {0}? - - - Are you sure? - ¿Está seguro? - - - Ask GitHub Copilot to Fix - Pedir a GitHub Copilot que corrija - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - Formule preguntas o plantee cambios de esquema en el chat y GitHub Copilot actualizará el esquema al instante en el diagrama. - - - At least one API type must be selected. - Debe seleccionarse al menos un tipo de API. - - - Auth type - Tipo de autenticación - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - Autentíquese mediante una entidad de servicio de Microsoft Entra. Escriba el identificador de la aplicación (cliente) como nombre de usuario y el secreto de cliente como contraseña. Haga clic en el icono de información para obtener más información. - - - Authenticated - Autenticado - - - Authentication - Autenticación - - - Authentication Library has changed, please reload Visual Studio Code. - La biblioteca de autenticación ha cambiado. Vuelva a cargar Visual Studio Code. - - - Authentication Type - Tipo de autenticación - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - Error de autenticación para la cuenta '{0}' (inquilino '{1}'). Para resolverlo, es necesario borrar la caché de tokens, lo que cerrará la sesión de todas las cuentas conectadas. - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - Error de autenticación de la cuenta. Para resolverlo, es necesario borrar la caché de tokens, lo que cerrará la sesión de todas las cuentas conectadas. - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - Error de autenticación debido a una discrepancia de nonce. Cierre Azure Data Studio y vuelva a intentarlo. - - - Authentication failed due to a state mismatch, please close ADS and try again. - Error de autenticación debido a una discrepancia de estados. Cierre ADS y vuelva a intentarlo. - - - Authentication not supported - Autenticación no admitida - - - Auto Arrange - Organización automática - - - Auto Arrange Confirmation - Confirmar organización automática - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - La organización automática cambia automáticamente la posición de todos los elementos del diagrama en función de los algoritmos de diseño óptimos. Se perderá cualquier posicionamiento personalizado que haya creado. ¿Desea continuar con la organización automática de su diagrama de esquema? - - - Auto-pause - Pausa automática - - - Auto-pause the database until next month - Pausar automáticamente la base de datos hasta el próximo mes - - - Auto-scroll - Desplazamiento automático - - - Auto-scroll disabled - Desplazamiento automático deshabilitado - - - Auto-scroll enabled - Desplazamiento automático habilitado - - - Automatic tuning features like automatic index creation enabled by default. - Las características de ajuste automático, como la creación automática de índices, están habilitadas de forma predeterminada. - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - Seleccione automáticamente una identidad de Microsoft Entra ID disponible de los proveedores instalados en el sistema. Haga clic en el icono de información para obtener más información. - - - Available Servers - Servidores disponibles - - - Average: {0} - {0} is the average - Promedio: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - Promedio: {0}; recuento: {1}; suma: {2} - - - Avg - Promedio - - - Azure (China) - Azure (China) - - - Azure (Public) - Azure (público) - - - Azure (US Government) - Azure (Gobierno de Estados Unidos) - - - Azure Account - Cuenta de Azure - - - Azure Account is required - Se requiere una cuenta de Azure - - - Azure Code Grant - Concesión de código de Azure - - - Azure Data Studio Migration - Migración de Azure Data Studio - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - El kit de herramientas de migración de Azure Data Studio incluye ahora el mapa de claves. - - - Azure Data Studio settings file - Archivo de configuración de Azure Data Studio - - - Azure Databases - Bases de datos de Azure - - - Azure Device Code - Código de dispositivo de Azure - - - Azure MFA - Azure MFA - - - Azure SQL Database is not supported for backup. - Azure SQL Database no se admite para la copia de seguridad. - - - Azure SQL Database is not supported for restore. - No se admite la restauración de Azure SQL Database. - - - Azure SQL Managed Instance - Azure SQL Managed Instance - - - Azure SQL Server - Azure SQL Server - - - Azure SQL databases provisioning - aprovisionamiento de bases de datos de Azure SQL - - - Azure Subscriptions - Suscripciones de Azure - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - No se encontró la cuenta de Azure "{0}". Inicie sesión con la cuenta correcta o seleccione otra diferente. - - - Azure sign in failed. - Error al iniciar sesión en Azure. - - - Azure subscription not found in cache. - No se encontró la suscripción de Azure en la memoria caché. - - - Azure: Sign In - Azure: Iniciar sesión - - - Azure: Sign In to Azure Cloud - Azure: Iniciar sesión en Azure Cloud - - - Azure: Sign In with Device Code - Azure: Iniciar sesión con código de dispositivo - - - BACPAC exported successfully - BACPAC exportados correctamente - - - BACPAC exported successfully to '{0}' - {0} is the file path - BACPAC exportados correctamente a '{0}' - - - BACPAC imported successfully - BACPAC importado correctamente - - - BACPAC imported successfully to database '{0}' - {0} is the database name - BACPAC se importó correctamente en la base de datos '{0}' - - - Back - Atrás - - - Back to Schema - Volver al esquema - - - Back to preview - Volver a la vista previa - - - Backup - Copia de seguridad - - - Backup Database - {0} - {0} is the database name - Base de datos de copia de seguridad - {0} - - - Backup File - Archivo de copia de seguridad - - - Backup Files - Archivos de copia de seguridad - - - Backup Files (*.bak, *.log, *.trn) - Archivos de copia de seguridad (*.bak, *.log, *.trn) - - - Backup Location - Ubicación de copia de seguridad - - - Backup Name - Nombre de la copia de seguridad - - - Backup Storage Redundancy - Redundancia de almacenamiento de copia de seguridad - - - Backup Type - Tipo de copia de seguridad - - - Backup sets to restore - Grupos de copias de seguridad para restaurar - - - Backup the tail of the log - Hacer copia de seguridad de la cola del registro - - - Backup to a new media set - Realizar copia de seguridad en un nuevo conjunto de medios - - - Batch execution time: {0} - {0} is the batch time - Tiempo de ejecución por lotes: {0} - - - Before - Antes - - - Behavior when free offer limit is reached - Comportamiento cuando se alcanza el límite de la oferta gratuita - - - Between - Entre - - - Blanks - Espacios en blanco - - - Blob - Blob - - - Blob Container - Contenedor de blobs - - - Blob Container is required - El contenedor de blobs es obligatorio - - - Blob does not contain a valid database backup - El blob no contiene una copia de seguridad de base de datos válida - - - Blob is required - El blob es obligatorio. - - - Block this extension from accessing your connections - Impedir que esta extensión acceda a las conexiones - - - Both - Ambos - - - Brightness - Luminosidad - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - Incorpore las conexiones guardadas, los grupos y la configuración de Azure Data Studio a la extensión MSSQL y descubra experiencias familiares. - - - Browse - Explorar - - - Browse Azure - Examinar Azure - - - Browse Azure SQL Database tutorials and docs - Examinar los tutoriales y la documentación de Azure SQL Database - - - Browse Fabric - Examinar Fabric - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - Examine las áreas de trabajo de Fabric y aprovisione bases de datos SQL en Fabric sin salir de VS Code. - - - Browse files - Examinar archivos - - - Browse forvpath - Examinar forvpath - - - Browse to Azure Data Studio settings.json - Examinar settings.json de Azure Data Studio - - - Browse... - Examinar... - - - Build APIs with GitHub Copilot - Creación de API con GitHub Copilot - - - Build Data API - API de datos de compilación - - - Build failed with exit code {0} - La compilación falló con el código de salida {0} - - - Build {0} - Compilar {0} - - - Building {0}... - Compilando {0}... - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - Cifrado integrado, reglas de firewall e integración de Microsoft Entra ID para proteger los datos. - - - Bulk Actions - Acciones en masa - - - Bulk-logged - Registro masivo - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - Archivos CSV/TXT (*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - Llamando a la herramienta: {0} con {1}. - - - Cancel - Cancelar - - - Cancel Query - Cancelar la consulta - - - Cancel Task - Cancelar tarea - - - Cancel failed: {0} - {0} is the error message - No se pudo cancelar: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - Error al cancelar la comparación de esquemas: "{0}" - - - Cancel the query execution in progress - Cancelar la ejecución de la consulta en curso - - - Canceled - Cancelado - - - Canceling - Cancelando - - - Canceling query - Cancelando la consulta - - - Canceling the query failed: {0} - {0} is the error message - Error al cancelar la consulta: {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - No se puede acceder al socket de Docker. Es posible que el usuario no pertenezca al grupo "docker" o que VS Code se iniciara antes de que la pertenencia al grupo surtiera efecto. Ejecute "sudo usermod -aG docker $USER" y, a continuación, cierre sesión y vuelva a iniciarla (o reinicie) antes de volver a iniciar VS Code. - - - Cannot cancel query as no query is running. - No se puede cancelar la consulta, porque no hay ninguna en ejecución. - - - Cannot change session while active - No se puede cambiar la sesión mientras está activa - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - No se puede conectar debido a que los tokens han expirado. Vuelva a autenticar e inténtelo de nuevo. - - - Cannot create foreign key - No se puede crear la clave externa - - - Cannot delete column because it is part of foreign key relationships. - No se puede eliminar la columna porque forma parte de relaciones de clave externa. - - - Cannot delete column because it is referenced by a foreign key. - No se puede eliminar la columna porque una clave externa hace referencia a ella. - - - Cannot delete column because it is used by a foreign key. - No se puede eliminar la columna porque la usa una clave externa. - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - No se pueden excluir {0}. Existen dependientes incluidos - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - No se puede excluir {0}. Existen dependientes incluidos, como {1} - - - Cannot generate script without a restore plan - No se puede generar un script sin un plan de restauración - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - No se puede incluir {0}. Existen dependientes excluidos - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - No se puede incluir {0}. Existen dependientes excluidos, como {1} - - - Cannot revert: The column is part of a foreign key that references a deleted table - No se puede revertir: la columna forma parte de una clave externa que hace referencia a una tabla eliminada - - - Cannot revert: The referenced table or column has been deleted - No se puede revertir: se ha eliminado la tabla o columna a la que se hace referencia - - - Cascade - Cascada - - - Category - Categoría - - - Change - Cambiar - - - Change Connection - Cambiar conexión - - - Change Database - Cambiar base de datos - - - Change Password - Cambiar contraseña - - - Change Setting - Cambiar configuración - - - Change column width - Cambiar el ancho de columna - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - ¿Desea cambiar la base de datos a "{2}" para la conexión "{0}" (id.: {1})? - - - Change the connection for the active SQL document - Cambiar la conexión del documento SQL activo - - - Change the database for the active SQL document - Cambiar la base de datos del documento SQL activo - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - Cambiar {0} de {1} - - - Changed Tables - Tablas modificadas - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - El contexto de base de datos se ha cambiado a "{0}" para el documento "{1}". - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - El contexto de la base de datos se cambió a "{0}" en el servidor "{1}" en el documento "{2}". - - - Changes - Cambios - - - Changes ({0}) - {0} is the number of schema changes - Cambios ({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - Los cambios se aplicaron correctamente. Vuelva a ejecutar Comparación de esquemas para ver las diferencias actualizadas. - - - Changes published successfully - Cambios publicados correctamente - - - Changes saved successfully. - Se guardaron los cambios correctamente. - - - Changes view mode - Cambia el modo de vista - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Cambiando el contexto de la base de datos a "{0}" en el servidor "{1}" en el documento "{2}". - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Cambiando la base de datos a "{2}" para la conexión "{0}" (Id.: {1}) - - - Chat - Chat - - - Chat command not available in this VS Code version - El comando de chat no está disponible en esta versión de VS Code - - - Check Constraint - Restricción CHECK - - - Check Constraints - Comprobar restricciones - - - Checking Docker Engine Configuration - Comprobando la configuración del motor de Docker - - - Checking Docker engine - Comprobando el motor de Docker - - - Checking Docker installation - Comprobando la instalación de Docker - - - Checking Docker prerequisites... - Comprobando los requisitos previos de Docker... - - - Checking container readiness - Comprobando que el contenedor esté listo - - - Checking if Docker is installed - Comprobar si Docker está instalado - - - Checking if Docker is installed on your machine - Comprobar si Docker está instalado en la máquina - - - Checking if Docker is running on your machine. If not, we'll start it for you. - Comprobando si Docker se está ejecutando en la máquina. Si no es así, lo iniciaremos por usted. - - - Checking if Docker is started - Comprobando si Docker se ha iniciado - - - Checking if the Docker Engine is configured correctly on your machine. - Comprobando si el motor de Docker está configurado correctamente en la máquina. - - - Checking pre-requisites - Comprobación de los requisitos previos - - - Choose An Action - Elegir una acción - - - Choose Existing - Elegir existente - - - Choose Query History - Elegir historial de consultas - - - Choose SQL Language - Elegir el lenguaje de SQL - - - Choose a Microsoft Entra account - Elegir una cuenta de Microsoft Entra - - - Choose a Microsoft Entra tenant - Elegir un inquilino de Microsoft Entra - - - Choose a connection profile from the list below - Elegir un perfil de conexión de la lista siguiente - - - Choose a database - Elija una base de datos - - - Choose a database from the list below - Elegir una base de datos de la lista siguiente - - - Choose a hostname for the container - Elección de un nombre de host para el contenedor - - - Choose a name for the SQL Server Docker Container - Elija un nombre para el contenedor Docker de SQL Server - - - Choose a port to host the SQL Server Docker Container - Elija un puerto para hospedar el contenedor Docker de SQL Server - - - Choose an option to provision a database - Elija una opción para aprovisionar una base de datos - - - Choose color - Elija el color - - - Choose the Right Version - Elegir la versión correcta - - - Choose the behavior for new editors - Elegir el comportamiento de los nuevos editores - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - Elija si este procedimiento almacenado aparece como una mutación o consulta de GraphQL. DAB tiene como valor predeterminado la mutación. - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - Referencia circular detectada: "{0}" → "{1}" crea un ciclo - - - Clear - Borrar - - - Clear All - Borrar todo - - - Clear All Filters - Borrar todos los filtros - - - Clear Data - Borrar los datos - - - Clear Filter - Borrar filtro - - - Clear Filters - Borrar filtros - - - Clear Quick Query - Borrar Quick Query - - - Clear Recent Connections List - Borrar la lista de conexiones recientes - - - Clear Selection - Borrar selección - - - Clear Sort - Borrar ordenación - - - Clear all - Borrar todo - - - Clear all events (keeps session running) - Borrar todos los eventos (mantiene la sesión en ejecución) - - - Clear all filters - Borrar todos los filtros - - - Clear all filters and show all events - Borrar todos los filtros y mostrar todos los eventos - - - Clear all grouping - Borrar todas las agrupaciones - - - Clear all sorting - Borrar toda la ordenación - - - Clear cache and refresh token - Borrar la memoria caché y el token de actualización - - - Clear filters - Borrar filtros - - - Clear from recent connections list - Borrar de la lista de conexiones recientes - - - Clear permissions for all extensions to access your connections - Borrar permisos para que todas las extensiones accedan a las conexiones - - - Clear quick filter and all column filters - Borrar filtro rápido y todos los filtros de columna - - - Clear this Quick Query - Borrar este Quick Query - - - Clear token cache - Borrar caché de tokens - - - Click to cancel loading summary - Haz clic para cancelar el resumen de carga - - - Click to change connection - Haga clic para cambiar la conexión - - - Click to change database - Haga clic para cambiar la base de datos - - - Click to connect to a database - Hacer clic para conectarse a una base de datos - - - Click to load summary - Haz clic para cargar el resumen - - - Click to sign into an Azure account - Haga clic para iniciar sesión en una cuenta de Azure - - - Client Secret - Secreto de cliente - - - Client secret is required. - Se requiere el secreto de cliente. - - - Close - Cerrar - - - Close Designer - Cerrar Designer - - - Close Find - Cerrar búsqueda - - - Close Script Pane - Cerrar panel de scripts - - - Close Without Export - Cerrar sin exportar - - - Close details panel - Cerrar panel de detalles - - - Close existing connections to destination database - Cerrar las conexiones existentes a la base de datos de destino - - - Close properties pane - Cerrar panel de propiedades - - - Close the current connection - Cierra la conexión actual. - - - Cloud - Nube - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis - {0} - - - Code analysis rules saved successfully - Las reglas de análisis de código se guardaron correctamente - - - Collapse - Contraer - - - Collapse All - Contraer todo - - - Collapse Subscription Explorer - Contraer el Explorador de suscripciones - - - Collapse Workspace Explorer - Contraer explorador del área de trabajo - - - Collapse all groups - Contraer todos los grupos - - - Collapse connection groups - Contraer grupos de conexión - - - Collapse connections - Contraer conexiones - - - Collapse settings - Contraer configuración - - - Collapse {0} - {0} is the category name, e.g. Design - Contraer {0} - - - Collation - Intercalación - - - Color - Color - - - Column - Columna - - - Column '{0}' already exists - {0} is the column name - La columna "{0}" ya existe - - - Column '{0}' already has a foreign key - {0} is the column name - La columna "{0}" ya tiene una clave externa - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - La columna "{0}" no puede ser null porque es una clave principal - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - La columna "{0}" es una columna de identidad y no puede tener una clave externa en cascada - - - Column '{0}' must be a primary key - {0} is the referenced column - La columna "{0}" debe ser una clave principal - - - Column '{0}' not found - {0} is the column name - No se encontró la columna "{0}" - - - Column Name - Nombre de la columna - - - Column max length cannot be empty - La longitud máxima de columna no puede estar vacía - - - Column name cannot be empty - El nombre de la columna no puede estar vacío. - - - Column not found: {0} - {0} is the column reference - Columna no encontrada: {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - Referencia de columna resuelta en más de una columna: {0} - - - Column resize by content - Cambio de tamaño de columna por contenido - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - El ancho de columna debe ser de al menos {0} píxeles. - - - Columns - Columnas - - - Columns in the primary key. - Columnas de la clave principal. - - - Command Timeout - Tiempo de espera de comando - - - Commands - Comandos - - - Compare - Comparar - - - Compare Azure SQL Database service tiers - Comparar niveles de servicio de Azure SQL Database - - - Compare SQL Server editions - Comparar ediciones SQL Server - - - Comparison Details - Detalles de comparación - - - Compatibility Level - Nivel de compatibilidad - - - Compress backup - Comprimir copia de seguridad - - - Compression - Compresión - - - Compute - Proceso - - - Compute + Storage - Proceso + almacenamiento - - - Config copied to clipboard - Configuración copiada en el Portapapeles - - - Configuration saved. - Configuración guardada. - - - Configuration sections - Secciones de configuración - - - Configuration to Import - Configuración para importar - - - Configure Linux containers - Configuración de contenedores de Linux - - - Configure Quick Query and Extension shortcuts. - Configurar Quick Query y los métodos abreviados de extensión. - - - Configure Rosetta in Docker Desktop - Configurar Rosetta en Docker Desktop - - - Configure and customize Azure SQL Databases - Configuración y personalización de bases de datos de Azure SQL - - - Configure and customize SQL Server containers - Configuración y personalización de contenedores de SQL Server - - - Configure keyboard shortcuts used by the MSSQL extension. - Configure los métodos abreviados de teclado que usa la extensión MSSQL. - - - Configure the full list of Query Editor shortcuts. - Configurar la lista completa de accesos directos del Editor de Power Query. - - - Confirm Password - Confirmar contraseña - - - Confirm SQL Server admin password - Confirmar contraseña de administrador de SQL Server - - - Confirm admin password - Confirmar la contraseña de administrador - - - Confirm new password - Confirmar contraseña nueva - - - Confirm to clear recent connections list - Confirmar para borrar la lista de conexiones recientes - - - Confirm to remove this profile. - Confirme para quitar este perfil. - - - Conjunction - Conjunción - - - Connect - Conectar - - - Connect and manage database connections - Conectar y administrar conexiones de base de datos - - - Connect the active SQL document to a database - Conectar el documento SQL activo a una base de datos - - - Connect to Database - Conectar a base de datos - - - Connect to MSSQL - Conexión a MSSQL - - - Connect to SQL Server - Conectar con SQL Server - - - Connect to Server - Conectar al servidor - - - Connect to a database - Establecer conexión con una base de datos - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - ¿Conectar con el servidor {0} y la base de datos {1}? - - - Connect to server {0}? - {0} is the server name - ¿Conectar al servidor {0}? - - - Connect to {0} - {0} is the name of the connection profile - Conectarse a {0} - - - Connect using either Microsoft Entra ID or SQL Authentication. - Conéctese mediante Microsoft Entra ID o la autenticación de SQL. - - - Connect using profile {0}? - {0} is the profile ID - ¿Conectar con el perfil {0}? - - - Connect with SQL tools and run your first query - Conectarse con herramientas de SQL y ejecutar la primera consulta - - - Connect with the current settings and save the connection profile - Conectarse con la configuración actual y guardar el perfil de conexión - - - Connected successfully - Conexión correcta - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - Se conectó al servidor "{0}" en el documento "{1}". Información del servidor: {2} - - - Connected to {0} - {0} is the connection label - Conectado a {0} - - - Connected to: - Conectado a: - - - Connecting - Conectando - - - Connecting to Container - Conectar el contenedor - - - Connecting to Database - Conectando con la base de datos - - - Connecting to database - Conectando con la base de datos - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - Conectando con el servidor "{0}" en el documento "{1}". - - - Connecting to server {0} - {0} is the server name - Conectando con el servidor {0} - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - Conexión con el servidor {0} y la base de datos {1} - - - Connecting to server... - Conectando con el servidor... - - - Connecting to your SQL Server Docker container - Conexión al contenedor Docker de SQL Server - - - Connecting to {0}... - {0} is the server name - Conectando con {0}... - - - Connecting to {0}... - {0} is the connection display name - Conectando con {0}... - - - Connecting to: - Conexión con: - - - Connecting using profile {0} - {0} is the profile ID - Conexión mediante el perfil {0} - - - Connecting... - Conectando... - - - Connection - Conexión - - - Connection Authentication - Autenticación de conexión - - - Connection Details - Detalles de conexión - - - Connection Dialog - Cuadro de diálogo de conexión - - - Connection Error - Error de conexión - - - Connection Failed - Error de conexión - - - Connection Group - Grupo de conexiones - - - Connection Import Warning - Advertencia de importación de conexión - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - No se pudo actualizar el perfil de conexión. Modifique los detalles de la conexión manualmente en settings.json e inténtelo de nuevo. - - - Connection String - Cadena de conexión - - - Connection Timeout - Tiempo de espera de la conexión - - - Connection Timeout (seconds) - Tiempo de espera de conexión (s) - - - Connection actions - Acciones de conexión - - - Connection error - Error de conexión - - - Connection error: {0} - {0} is the error message - Error de conexión: {0} - - - Connection failed - Error de conexión - - - Connection failed: {0} - {0} is the error message from the connection attempt - Error de conexión: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - Ya se importó el grupo de conexiones con el mismo Id.: {0} (Id.: {1}) - - - Connection groups to import - Grupos de conexiones para importar - - - Connection is not active. Please establish a connection before performing this action. - La conexión no está activa. Establezca una conexión antes de realizar esta acción. - - - Connection not found for uri "{0}". - {0} is the uri - No se encontró la conexión para el URI "{0}". - - - Connection profile '{0}' not found. - {0} is the profile ID - No se encontró el perfil de conexión ''{0}". - - - Connection profile not found. Please create a new connection using the Connection Dialog. - No se encontró el perfil de conexión. Cree una nueva conexión mediante el cuadro de diálogo Conexión. - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - Permiso de uso compartido de conexiones denegado para la extensión: '{0}'. Use los comandos de administración de permisos para cambiar esto. - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - Se requiere el permiso de uso compartido de conexiones para la extensión: '{0}' - - - Connection string copied to clipboard - La cadena de conexión se ha copiado en el portapapeles - - - Connection string is required - La cadena de conexión es obligatoria - - - Connection test succeeded - Prueba de conexión correcta - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - No se encontró la conexión con el id. "{0}". Compruebe que el identificador de conexión existe. - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Ya se importó la conexión con el mismo Id.: {0} (Id.: {1}) - - - Connection: {0} - {0} is the task connection label - Conexión: {0} - - - Connections in groups that are not selected will be moved under the root. - Las conexiones de los grupos que no estén seleccionados se moverán a la raíz. - - - Connections to import - Conexiones para importar - - - Consider adding a name for this foreign key - Considere la posibilidad de agregar un nombre para esta clave externa - - - Container Name - Nombre del contenedor - - - Container Settings - Configuración de contenedor - - - Container does not exist. Would you like to remove the connection? - El contenedor no existe. ¿Desea quitar la conexión? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - El contenedor no se pudo iniciar dentro del período de tiempo de expiración. Espere unos minutos e inténtelo de nuevo. - - - Container logs - Registros de contenedor - - - Container name and port are required to check container readiness. - El nombre y el puerto del contenedor son necesarios para comprobar si el contenedor está listo. - - - Container name is invalid or already in use - El nombre de contenedor no es válido o ya está en uso - - - Container name is required - El nombre de contenedor es obligatorio - - - Container name, port, and config content are required to start the container. - El nombre, el puerto y el contenido de configuración del contenedor son necesarios para iniciar el contenedor. - - - Containment Type - Tipo de independencia - - - Contains - Contiene - - - Continue - Continuar - - - Continue Editing - Continuar con la edición - - - Continue on error - Continuar en caso de error - - - Continue using for additional charges - Seguir usando para cargos adicionales - - - Control the results grid display - Controlar la visualización de la cuadrícula de resultados - - - Copied - Copiada - - - Copied "{0}" to clipboard - {0} is the object name - Copiado "{0}" en el portapapeles - - - Copied to clipboard - Se ha copiado en el portapapeles - - - Copilot Changes - Cambios de Copilot - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Cambios de Copilot ({0}) - - - Copy - Copiar - - - Copy & Export - Copiar y exportar - - - Copy All - Copiar todo - - - Copy As - Copiar como - - - Copy Column Name - Copiar nombre de columna - - - Copy Headers - Encabezados de texto - - - Copy Object Name - Copiar nombre de objeto - - - Copy Script - Copiar script - - - Copy Script to Clipboard - Copiar script en el Portapapeles - - - Copy all cells including column headers - Copiar todas las celdas, incluidos los encabezados de columna - - - Copy all query result content - Copiar todo el contenido del resultado de la consulta - - - Copy all text output for this cell (messages, PRINT, errors) - Copiar toda la salida de texto de esta celda (mensajes, PRINT, errores) - - - Copy all with headers - Copiar todo con encabezados - - - Copy as CSV - Copiar como archivo .csv - - - Copy as IN clause - Copiar como cláusula IN - - - Copy as INSERT - Copiar como INSERT - - - Copy as INSERT INTO - Copiar como INSERT INTO - - - Copy as JSON - Copiar como JSON - - - Copy code and open webpage - Copiar código y abrir página web - - - Copy command to clipboard - Copiar el comando en el Portapapeles - - - Copy connection string to clipboard - Copia la cadena de conexión en el Portapapeles. - - - Copy data and save results to files - Copiar datos y guardar resultados en archivos - - - Copy link - Copiar vínculo - - - Copy messages - Copiar mensajes - - - Copy script - Copiar script - - - Copy selected cells including column headers - Copiar celdas seleccionadas, incluidos los encabezados de columna - - - Copy selected cells to the clipboard - Copiar las celdas seleccionadas en el Portapapeles - - - Copy selection - Copiar selección - - - Copy selection formatted as INSERT statements - Copiar selección con formato de instrucciones INSERT - - - Copy selection formatted as JSON - Copiar selección con formato JSON - - - Copy selection formatted as a SQL IN clause - Copiar selección con formato de cláusula IN de SQL - - - Copy selection formatted as comma-separated values - Copiar selección con formato de valores separados por comas - - - Copy text data to clipboard - Copiar datos de texto en el Portapapeles - - - Copy with Headers - Copiar con encabezados - - - Copy with headers - Copiar con encabezados - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - Copiar URL de {0} - - - Copy-only Backup - Copia de seguridad de solo copia - - - Copying results... - Copiando resultados... - - - Cost - Costo - - - Could not connect to database: {0} - {0} is the database name - Error al conectarse a la base de datos: {0} - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - No se pudo detectar la dirección IP del cliente. Agregue manualmente una regla de firewall en Azure Portal. - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - No se encontraron metadatos de generación de scripts para {0} '{1}'. - - - Could not load restore plan - No se pudo cargar el plan de restauración - - - Count - Contar - - - Count: {0} - {0} is the count - Recuento: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - Recuento: {0} Recuento distinto: {1} Recuento nulo: {2} - - - Create - Crear - - - Create Connection Group - Crear grupo de conexiones - - - Create Connection Profile - Crear un perfil de conexión - - - Create Container - Crear contenedor - - - Create Database - Crear base de datos - - - Create Firewall Rule - Crear regla de firewall - - - Create Local SQL Container - Crear contenedor SQL local - - - Create New - Crear nueva - - - Create New Connection Group - Crear nuevo grupo de conexiones - - - Create New Resource Group - Crear nuevo grupo de recursos - - - Create New Server - Crear nuevo servidor - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - Cree puntos de conexión REST, GraphQL y MCP para las tablas de base de datos SQL desde una interfaz visual dentro de Visual Studio Code. Configure las entidades, los permisos y la configuración de implementación y, a continuación, impleméntela localmente con Docker. - - - Create a Local Docker SQL Server - Crear un SQL Server local en Docker - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - Cree un contenedor SQL Server en cuestión de segundos, sin necesidad de pasos manuales. Adminístrelo fácilmente desde la extensión MSSQL sin salir de VS Code. - - - Create a SQL database in Fabric - Creación de una base de datos SQL en Fabric - - - Create a new connection profile - Crear un nuevo perfil de conexión - - - Create a new database on '{0}'. - {0} is the name of the server - Cree una nueva base de datos en ''{0}''. - - - Create a new firewall rule - Crear una nueva regla de firewall - - - Create a new profiling session - Crear una nueva sesión de generación de perfiles - - - Create an Azure SQL Database (Preview) - Crear Azure SQL Database (versión preliminar) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - Cree y administre métodos abreviados de teclado para consultas usadas con frecuencia, así como para el editor de consultas y las acciones de cuadrícula de resultados, para detectar los comandos disponibles y ejecutarlos de forma más eficaz. - - - Create as Script - Create como script - - - Create new - Crear nueva instancia - - - Create new connection copied from {0} - {0} is the name of the connection profile - Crear nueva conexión copiada desde {0} - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - Crear una nueva regla de firewall para {0} - - - Created table {0} - {0} is the qualified table name - Tabla creada {0} - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - Crea una herramienta MCP dedicada para este procedimiento almacenado. Cuando se deshabilita, el procedimiento puede seguir estando disponible a través de herramientas de ejecución de MCP genéricas si MCP está habilitado. - - - Creating Container - Creando contenedor - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - Creando base de datos SQL para el área de trabajo {0} - - - Creating SQL Server container... - Creando contenedor de SQL Server... - - - Creating and starting the container - Creando e iniciando el contenedor - - - Creating and starting your SQL Server container - Creación e inicio del contenedor de SQL Server - - - Creating database - Creando base de datos - - - Creating resource group... - Creando el grupo de recursos... - - - Creating server... - Se está creando el servidor... - - - Creating session... - Creando sesión... - - - Creating workspace with capacity {0} - {0} is the capacity ID - Creando área de trabajo con capacidad {0} - - - Creating... - Creando... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - Error de credencial: error al intentar actualizar las credenciales de la cuenta. Vuelva a autenticarse. - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - Error de credencial: error al intentar actualizar las credenciales de la cuenta. Vuelva a autenticarse. Error: {0} - - - Current Schema: {0}, Select the new schema: - Esquema actual: {0}, seleccione el nuevo esquema: - - - Currently signed in as: - Sesión iniciada actualmente como: - - - Custom GraphQL Plural Type - Tipo plural de GraphQL personalizado - - - Custom GraphQL Singular Type - Tipo singular de GraphQL personalizado - - - Custom GraphQL Type - Tipo de GraphQL personalizado - - - Custom REST Path - Ruta de acceso de REST personalizada - - - Custom Zoom - Zoom personalizado - - - Customize keyboard shortcuts - Personalizar las funciones rápidas de teclado - - - DAB container failed to become ready within the timeout period. - El contenedor DAB no estuvo listo dentro del tiempo de espera. - - - DAB container is running! - El contenedor DAB se está ejecutando. - - - DAB container logs - Registros de contenedor de DAB - - - DACPAC deployed successfully - DACPAC implementado correctamente - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - DACPAC se implementó correctamente en la base de datos '{0}' - - - DACPAC extracted successfully - DACPAC extraído correctamente - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC extraído correctamente a '{0}' - - - DACPAC path not found. Please build the project first. - No se encontró la ruta de acceso DACPAC. Primero compile el proyecto. - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - Servicio DacFx no disponible. El perfil se cargó sin opciones de implementación. No se pueden realizar operaciones de publicación ni de generación de scripts. - - - DacFx service is not available. Publish and generate script operations cannot be performed. - Servicio DacFx no disponible. No se pueden realizar operaciones de publicación ni de generación de scripts. - - - Data API builder - Generador de API de datos - - - Data API builder Configuration - Configuración del generador de API de datos - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - El generador de API de datos se ha abierto. Continuar con {0} las operaciones ({1}/{2}). - - - Data API builder with GitHub Copilot - Generador de API de datos con GitHub Copilot - - - Data Source - Origen de datos - - - Data Type - Tipo de datos - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - Los datos se replican automáticamente en OneLake en tiempo real con un punto de conexión de análisis de SQL. - - - Data file folder - Carpeta de archivos de datos - - - Data type - Tipo de datos - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - Error de coincidencia del tipo de datos: "{0}" en la columna "{1}" incompatible con "{2}" en "{3}" - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - Importación y exportación de aplicaciones de capa de datos (DACPAC/BACPAC) - - - Data-tier Application - Aplicación de capa de datos - - - Data-tier Application File (.dacpac) - Archivo de aplicación de capa de datos (.dacpac) - - - Database - Base de datos - - - Database - {0} - {0} is the database name - Base de datos: {0} - - - Database Description - Descripción de la base de datos - - - Database Details - Detalles de la base de datos - - - Database Name - Nombre de la base de datos - - - Database Name is required - Se requiere el nombre de la base de datos - - - Database Project - Proyecto de la base de datos - - - Database changed successfully - La base de datos se cambió correctamente - - - Database is required - Se requiere la base de datos - - - Database list - Lista de bases de datos - - - Database name - Nombre de la base de datos - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - El nombre de la base de datos contiene caracteres no válidos. Evite usar: < > * ? " / \ | - - - Database name is required - Se requiere el nombre de la base de datos - - - Database name is too long. Maximum length is 128 characters - El nombre de la base de datos es demasiado largo. La longitud máxima es de 128 caracteres - - - Database name must be 128 characters or fewer - El nombre de la base de datos debe tener 128 caracteres o menos - - - Database not found on the server - Base de datos no encontrada en el servidor - - - Database pauses until the next billing cycle when free amount is renewed. - La base de datos se pausa hasta el siguiente ciclo de facturación cuando se renueva el importe gratuito. - - - Database the table is created in - Base de datos en la que se crea la tabla - - - Default - Valor predeterminado - - - Default Value - Valor predeterminado - - - Define who can access this endpoint - Definir quién puede acceder a este punto de conexión - - - Define who can execute this stored procedure - Defina quién puede ejecutar este procedimiento almacenado - - - Definition - Definición - - - Definition type - Tipo de definición - - - DefinitionRequestCompleted - Solicitud de definición completada - - - DefinitionRequested - Definición requerida - - - Delete - Eliminar - - - Delete 1 row - Eliminar 1 fila - - - Delete Confirmation - Confirmar eliminación - - - Delete Contents - Eliminar contenido - - - Delete Row - Eliminar fila - - - Delete backup and restore history - Eliminar historial de copias de seguridad y restauración - - - Delete saved connection - Eliminar conexión guardada - - - Delete {0} rows - Eliminar {0} filas - - - Deleted - Eliminado - - - Deleted column '{0}' - {0} is the column name - Se eliminó la columna ''{0}'' - - - Deleted foreign key '{0}' - {0} is the foreign key name - Se eliminó la clave externa ''{0}'' - - - Deleted table {0} - {0} is the qualified table name - Tabla eliminada {0} - - - Deleting Container... - Eliminando contenedor... - - - Deny - Denegar - - - Deploy - Implementar - - - Deploy DAB Container - Implementar contenedor DAB - - - Deploy a .dacpac file to a new or existing SQL database - Implementar un archivo .dacpac en una base de datos SQL nueva o existente - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - Implementar y extraer archivos .dacpac, importar o exportar paquetes .bacpac mediante un flujo de trabajo integrado y simplificado en la extensión MSSQL. - - - Deploy to Existing Database - Implementar a una base de datos existente - - - Deploy, extract, import, or export data-tier applications on the selected database - Implemente, extraiga, importe o exporte aplicaciones de capa de datos en la base de datos seleccionada - - - Deploying DACPAC... - Implementando DACPAC... - - - Deployment Complete - Implementación finalizada - - - Deployment Failed - Error de implementación - - - Deployment Name - Nombre de implementación - - - Deployment failed - Error de implementación - - - Deployment finished - Implementación finalizada - - - Deployment in progress - Implementación en curso - - - Description - Descripción - - - Description for the table. - Descripción de la tabla. - - - Description: {0} - {0} is the task description - Descripción: {0} - - - Deselect All - Cancelar toda la selección - - - Design API - API de diseño - - - Design Schemas with GitHub Copilot - Diseñar esquemas con GitHub Copilot - - - Details - Detalles - - - Details panel actions - Acciones del panel de detalles - - - Details panel tabs - Pestañas del panel de detalles - - - Details tab - displays all event properties - Pestaña Detalles: muestra todas las propiedades del evento - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - Base de datos transaccional para desarrolladores que usa el motor de Azure SQL Database, sin coste alguno para la creación de prototipos y el aprendizaje. - - - Developer-friendly transactional database using the Azure SQL Database Engine. - Base de datos transaccional fácil de usar para desarrolladores que utiliza el motor de base de datos de Azure SQL. - - - Differential - Diferencial - - - Directory not found - No se encontró el directorio - - - Disable all entities - Deshabilitar todas las entidades - - - Disable intellisense and syntax error checking on current document - Deshabilite la comprobación de errores de sintaxis e IntelliSense en el documento actual. - - - Disabled - Deshabilitado - - - Disabled globally - Deshabilitado globalmente - - - Discard - Descartar - - - Disconnect - Desconectar - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - ¿Desconectarse de la conexión "{0}" (Id.: {1})? - - - Disconnect the active SQL document from the database - Desconectar el documento SQL activo de la base de datos - - - Disconnected on document "{0}" - {0} is the document name - Se desconectó en el documento "{0}" - - - Disconnected successfully - Desconexión correcta - - - Disconnected. - Desconectado. - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Desconectando de la conexión "{0}" (Id.: {1}) - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - Descubra cómo SQL Database en Fabric, Azure SQL y SQL Server están redefiniendo el desarrollo de aplicaciones modernas. Únase a ingenieros y compañeros que impulsen los límites de rendimiento, integración de inteligencia artificial y productividad de los desarrolladores. - - - Dismiss - Descartar - - - Displays the data type name for the column - Muestra el nombre del tipo de datos de la columna - - - Displays the description of the column - Muestra la descripción de la columna - - - Displays the unified data type (including length, scale and precision) for the column - Muestra el tipo de datos unificado (incluida la longitud, la escala y la precisión) de la columna. - - - Dissatisfied - Insatisfecho - - - Distinct - Distinto - - - Distinct Count: {0} - {0} is the distinct count - Recuento distinto: {0} - - - Do not compress backup - No comprimir copia de seguridad - - - Do not connect - No conectar - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - ¿Te importaría responder a una encuesta rápida sobre la extensión MSSQL para VS Code? - - - Do you want to always display query results in a new tab instead of the query pane? - ¿Desea mostrar siempre los resultados de la consulta en una nueva pestaña en lugar del panel de consulta? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - ¿Desea habilitar el "Certificado de servidor de confianza" en esta conexión y volver a intentarlo? - - - Docker Desktop must be installed and running on your machine. - Docker Desktop debe estar instalado y en ejecución en el equipo. - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - Docker no se pudo iniciar dentro del período de tiempo de expiración. Inicie Docker manualmente e inténtelo de nuevo. - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Docker no está instalado o no está en RUTA. Instale Docker Desktop e inténtelo de nuevo. - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Docker requiere permisos raíz para ejecutarse. Ejecute Docker con sudo o agregue el usuario al grupo de Docker mediante sudo usermod -aG docker $USER. A continuación, reinicie la máquina y vuelva a intentarlo. - - - Don't Save - No guardar - - - Don't Show Again - No volver a mostrar - - - Don't show this again - No volver a mostrar - - - Download offline VSIX - Descargar VSIX sin conexión - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - Descargue la extensión de mapa de claves para importar automáticamente asignaciones de claves desde Azure Data Studio. Estos cambios se mostrarán en las preferencias de método abreviado de teclado. - - - Downloading the Data API builder container image - Descargando la imagen de contenedor del generador de API de datos - - - Drizzle - Drizzle - - - Drop - Anular - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - Quite ''{0}'' de ''{1}''. Esta acción no se puede deshacer. - - - Drop Database - Soltar base de datos - - - Drop Database Options - Quitar opciones de base de datos - - - Drop active connections - Quitar conexiones activas - - - Dropping database - Quitando base de datos - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - Configure fácilmente un SQL Server local sin salir de la extensión de VS Code. Solo necesita unos clics para instalar, configurar y administrar su servidor sin esfuerzo. - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - Comience fácilmente con el nivel gratis de base de datos Azure SQL para crear y conectarse a una base de datos directamente desde el editor sin coste alguno. - - - Edit Connection Group - {0} - {0} is the connection group name - Editar grupo de conexiones: {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - Editar grupo de conexiones: {0} - - - Edit Data - Editar datos - - - Edit Database Connection - {0} - {0} is the name of the connection profile - Editar conexión de base de datos: {0} - - - Edit Table - Editar tabla - - - Edit an existing connection profile - Editar un perfil de conexión existente - - - Edit connection profile - Editar perfil de conexión - - - Edit your schema to see changes here. - Edite el esquema para ver los cambios aquí. - - - Edit {0} - {0} is the name of the connection profile - Editar {0} - - - Either profileId or serverName must be provided. - Se debe proporcionar profileId o serverName. - - - Elapsed time: {0} - {0} is the task elapsed time - Tiempo transcurrido: {0} - - - Enable 'Trust Server Certificate' - Habilitar "certificado de servidor de confianza" - - - Enable Code Analysis on Build - Habilitar análisis de código en la compilación - - - Enable GraphQL in API Type to expose this entity through GraphQL. - Habilite GraphQL en tipo de API para exponer esta entidad a través de GraphQL. - - - Enable MCP in API Type to use this DML tools setting. - Habilite MCP en Tipo de API para usar esta configuración de herramientas DML. - - - Enable MCP in API Type to use this custom tool setting. - Habilite MCP en tipo de API para usar esta configuración de herramienta personalizada. - - - Enable REST in API Type to expose this entity through REST. - Habilite REST en tipo de API para exponer esta entidad a través de REST. - - - Enable Trust Server Certificate - Habilitar certificado de servidor de confianza - - - Enable all CRUD operations - Habilitar todas las operaciones CRUD - - - Enable all entities - Habilitar todas las entidades - - - Enable all rules in {0} - {0} is the category name, e.g. Design - Habilitar todas las reglas en {0} - - - Enable or disable SQLCMD mode for the active SQL document - Habilitar o deshabilitar el modo SQLCMD para el documento SQL activo - - - Enable {0} - {0} is the entity name - Habilitar {0} - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - Habilitar {0} - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - Habilitar {0} globalmente - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - Habilite {0} en tipo de API para exponer esta entidad. - - - Enabled - Habilitado - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - ¿Tiene algún problema? Para compartir los detalles con nosotros, abra un problema de GitHub para que podamos mejorar. - - - Encrypt - Cifrar - - - Encryption - Cifrado - - - Encryption Algorithm - Algoritmo de cifrado - - - Encryption Type - Tipo de cifrado - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - Se habilitó el cifrado en esta conexión, revise la configuración de SSL y certificado para el SQL Server de destino o habilite "Confiar en el certificado de servidor" en el cuadro de diálogo de conexión. - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - Se habilitó el cifrado en esta conexión; revise la configuración de SSL y certificado para el SQL Server de destino o establezca "Certificado de servidor de confianza" en "true". Nota: un certificado autofirmado solo ofrece protección limitada y no es una práctica recomendada para entornos de producción. - - - End IP Address - Dirección IP final - - - Ends With - Termina con - - - Ends with - Termina en - - - Engine: {0} - {0} is the engine type - Motor: {0} - - - Ensuring Docker Desktop is running - Verificando que Docker Desktop se esté ejecutando - - - Enter Database Description - Escriba la descripción de la base de datos - - - Enter Database Name - Escriba el nombre de la base de datos - - - Enter a date... - Escriba una fecha - - - Enter a name for the new profiler session - Escriba un nombre para la nueva sesión del generador de perfiles - - - Enter a name for the new resource group - Escriba un nombre para el nuevo grupo de recursos - - - Enter a name for the new server - Escriba un nombre para el nuevo servidor - - - Enter a number... - Escribir un número... - - - Enter admin password - Escriba la contraseña del administrador - - - Enter admin username - Escriba el nombre de usuario de administrador - - - Enter application name - Escriba el nombre de la aplicación - - - Enter connection group name - Escriba el nombre del grupo de conexiones - - - Enter container name - Escriba el nombre del contenedor - - - Enter database name - Escriba el nombre de la base de datos - - - Enter description (optional) - Escriba la descripción (opcional) - - - Enter desired column width in pixels - Escriba el ancho de columna deseado en píxeles - - - Enter hostname - Escriba el nombre de host - - - Enter new column width - Escribir nuevo ancho de columna - - - Enter new database name - Escriba el nombre de la nueva base de datos. - - - Enter new password - Escribir nueva contraseña - - - Enter password - Escribir contraseña - - - Enter port - Escriba el puerto - - - Enter profile name - Escriba el nombre del perfil - - - Enter resource group name - Escriba el nombre del grupo de recursos - - - Enter server name - Escribir nombre del servidor - - - Enter text... - Escribir texto - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - Introduzca la contraseña de inicio de sesión SQL para el usuario “{0}”. - - - Enter the path for the output file - Introduzca la ruta del archivo de salida - - - Enter user name - Introducir nombre de usuario - - - Enter username - Escriba el nombre de usuario - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - El generador de API de datos no admite la entidad '"{0}". {1} - - - Entity Endpoints - Puntos de conexión de entidad - - - Entity Name - Nombre de entidad - - - Entity name used in API routes - Nombre de entidad usado en rutas de API - - - Entity not found: {0} - {0} is the entity reference - Entidad no encontrada: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - Referencia de entidad resuelta en más de una entidad: {0} - - - Entra token cache cleared successfully. - La caché de tokens de Entra se ha borrado correctamente. - - - Equal to - Igual a - - - Equals - Es igual a - - - Error - Error - - - Error Message: - Mensaje de error: - - - Error code: - Código de error: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - Error al conectar con el servidor "{0}". Detalles: {1} - - - Error connecting to: - Error de conexión con: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - Error al crear la regla de firewall {0}. Compruebe la configuración de la cuenta de Azure y vuelva a intentarlo. Error: {1} - - - Error fetching schemas for the selected database. - Error al capturar los esquemas de la base de datos seleccionada. - - - Error fetching the table preview. - Error al capturar la vista previa de la tabla. - - - Error generating text view. Please try switching back to grid view. - Error al generar la vista de texto. Intente volver a la vista de cuadrícula. - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - Error al cargar la información de la cuenta de Azure para el id. de inquilino '{0}' - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - Error al cargar las bases de datos de Azure para la suscripción {0} ({1}). Confirme que tiene permiso. - - - Error loading Azure subscriptions. - Error al cargar las suscripciones de Azure. - - - Error loading Schema Designer - Error al cargar el Diseñador de esquemas - - - Error loading Table Designer - Error al cargar Diseñador de tablas - - - Error loading database objects - Error al cargar objetos de base de datos - - - Error loading databases - Error al cargar las bases de datos - - - Error loading preview - Error al cargar la vista previa - - - Error loading servers - Error al cargar servidores - - - Error loading subscriptions - Error al cargar las suscripciones - - - Error loading summary - Error al cargar el resumen - - - Error loading summary: {0} - {0} is the error message - Error al cargar el resumen: {0} - - - Error loading workspaces - Error al cargar las áreas de trabajo - - - Error loading workspaces. Please try choosing a different account or tenant. - Error al cargar las áreas de trabajo. Pruebe a elegir otra cuenta o inquilino. - - - Error loading; refresh to try again - Error al cargar; actualizar para volver a intentarlo - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - Error al migrar el identificador de {0} conexión al nuevo formato. Vuelva a crear esta conexión para usarla. -Error: -{1} - - - Error occurred opening content in editor. - Error al abrir contenido en el editor. - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - Error al actualizar el token; es posible que tenga que cerrar sesión y volver a iniciarla: {0} - - - Error retrieving server list: {0} - {0} is the error message - Error al recuperar la lista de servicio: {0} - - - Error running Docker commands. Please make sure Docker is running. - Error al ejecutar comandos de Docker. Asegúrese de que Docker se está ejecutando. - - - Error signing into Azure: {0} - {0} is the error message - Error al iniciar sesión en Azure: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - Error al validar el token de autenticación de Entra; es posible que tenga que actualizar el token: {0} - - - Error when refreshing token - Error al actualizar el token - - - Error {0}: {1} - {0} is the error number -{1} is the error message - Error {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - Error {0}: {1}. Inicie sesión como un usuario diferente y cambie la contraseña mediante ALTER LOGIN. - - - Error: - Error: - - - Error: Failed to parse query result data. - Error: no se pudieron analizar los datos del resultado de la consulta. - - - Error: Login failed. Retry using different credentials? - Error: no se pudo iniciar sesión. ¿Quiere volver a intentarlo con otras credenciales? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - Error: No puede conectarse con la información de conexión proporcionada. ¿Reintentar la creación del perfil? - - - Error: Unrecognized query result data. - Error: datos de resultados de consulta no reconocidos. - - - Error: {0} - {0} is the error message - Error: {0} - - - Estimated Operator Cost - Coste de operador estimado - - - Estimated Subtree Cost - Coste de subárbol estimado - - - Event details for {0} - {0} is the name of the profiler event - Detalles del evento para {0} - - - Event properties list - Lista de propiedades de eventos - - - Example: Find queries with {0} > 100 - {0} is the column name - Ejemplo: buscar consultas con {0} > 100 - - - Excel - Excel - - - Exclude Object Types - Excluir tipos de objeto - - - Execute - Ejecutar - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - ¿Ejecutar la operación ''{0}'' en el generador de API de datos? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - ¿Quiere ejecutar la operación "{0}" en el diseñador de esquemas? - - - Execute Query - Ejecutar la consulta - - - Execute SQL against SQL Server / Azure SQL - Ejecutar SQL en SQL Server/Azure SQL - - - Execute Selection or Current Statement - Ejecutar selección o instrucción actual - - - Execute only the T-SQL statement under the cursor - Ejecutar solo la instrucción T-SQL bajo el cursor - - - Executing '{0}' operation on Data API builder - {0} is the operation name - Ejecutando la operación ''{0}'' en el generador de API de datos - - - Executing '{0}' operation on schema designer - {0} is the operation name - Ejecutando la operación "{0}" en el diseñador de esquemas - - - Executing query... - Ejecutando consulta... - - - Execution Plan - Plan de ejecución - - - Execution cancelled - Ejecución cancelada - - - Execution time unavailable - Tiempo de ejecución no disponible - - - Existing Database - Base de datos existente - - - Existing File - Archivo existente - - - Existing SQL Server - SQL Server existente - - - Expand - Expandir - - - Expand All - Expandir todo - - - Expand Subscription Explorer - Expandir explorador de suscripciones - - - Expand Workspace Explorer - Expandir explorador del área de trabajo - - - Expand all groups - Expandir todos los grupos - - - Expand connection groups - Expandir grupos de conexiones - - - Expand connections - Expandir conexiones - - - Expand properties pane - Expandir panel de propiedades - - - Expand selection down - Expandir selección hacia abajo - - - Expand selection left - Expandir selección a la izquierda - - - Expand selection right - Expandir selección a la derecha - - - Expand selection up - Expandir selección hacia arriba - - - Expand settings - Expandir configuración - - - Expand the active grid to fill the panel - Expandir la cuadrícula activa para rellenar el panel - - - Expand {0} - {0} is the category name, e.g. Design - Expandir {0} - - - Expiration - Expiración - - - Explore tutorials, docs, and what's coming next. - Explorar tutoriales, documentos y próximas novedades. - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - Explorar, diseñar y evolucionar esquemas de base de datos con una guía inteligente basada en código primero o datos primero - - - Explorer - Explorer - - - Export - Exportar - - - Export & Close - Exportar y cerrar - - - Export BACPAC - Exportar BACPAC - - - Export all captured events to a CSV file - Exportar todos los eventos capturados a un archivo CSV - - - Export all results as INSERT statements - Exportar todos los resultados como instrucciones INSERT - - - Export all results to a CSV file - Exportar todos los resultados a un archivo CSV - - - Export all results to a JSON file - Exportar todos los resultados a un archivo JSON - - - Export all results to an Excel file - Exportar todos los resultados a un archivo de Excel - - - Export the schema and data from a SQL database to a .bacpac file - Exportar el esquema y los datos de una base de datos SQL a un archivo .bacpac - - - Export to CSV - Exportar a CSV - - - Export to Excel - Exportar a Excel - - - Export to JSON - Exportar a JSON - - - Export to PDF - Exportar a PDF - - - Export to tab delimited - Exportar a delimitado por tabulaciones - - - Export to text format - Exportar al formato de texto - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - Barra de herramientas de exportación para el conjunto de resultados {0} - - - Exporting BACPAC... - Exportando BACPAC... - - - Expose as MCP DML tools - Exponer como herramientas de DML de MCP - - - Expose as MCP custom tool - Exponer como herramienta personalizada de MCP - - - Expose this entity through GraphQL - Exponer esta entidad a través de GraphQL - - - Expose this entity through REST - Exponer esta entidad a través de REST - - - Expose {0} - {0} is the backing database column name - Exponer {0} - - - Expression - Expresión - - - Extend the current selection one cell down - Extender la selección actual una celda hacia abajo - - - Extend the current selection one cell left - Extender la selección actual una celda a la izquierda - - - Extend the current selection one cell right - Extender la selección actual una celda a la derecha - - - Extend the current selection one cell up - Extender la selección actual una celda hacia arriba - - - Extended Events Log Files - Archivos de registro de eventos extendidos - - - Extension Shortcuts - Métodos abreviados de extensión - - - Extension and deployment actions - Acciones de extensión e implementación - - - Extract DACPAC - Extraer DACPAC - - - Extract the schema from a SQL database to a .dacpac file - Extraer el esquema de una base de datos SQL a un archivo .dacpac - - - Extracting DACPAC... - Extrayendo DACPAC... - - - Extremely likely - Muy probable - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - Se ha producido un error en la API de Fabric ({0}): {1} - - - Fabric Account - Cuenta de Fabric - - - Fabric Account is required - Se requiere una cuenta de Fabric - - - Fabric Databases - Bases de datos de tejido - - - Fabric Workspaces - Áreas de trabajo de Fabric - - - Fabric databases in Query Profiler - Bases de datos de Fabric en Query Profiler - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - Fabric no se admite en la nube actual ({0}). Asegúrese de que el valor "{1}" esté configurado correctamente. - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - Error de API de larga ejecución de Fabric con código de error '{0}': {1} - - - Failed - Erróneo - - - Failed disposing query: {0} - {0} is the error message - Error al eliminar la consulta: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - No se pudo adquirir el token para la cuenta "{0}" y el inquilino "{1}" - - - Failed to add table to schema designer. - Error al agregar la tabla al diseñador de esquemas. - - - Failed to add table. - Error al agregar la tabla. - - - Failed to add text to workspace: {0} - {0} is the error message - No se pudo agregar texto al área de trabajo: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - Error al aplicar los cambios: "{0}" - - - Failed to apply schema. - No se pudo aplicar el esquema. - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - No se pudieron aplicar los cambios de mover al esquema. Compruebe que los archivos se pueden escribir e inténtelo de nuevo. - - - Failed to change database - No se pudo cambiar la base de datos - - - Failed to connect - No se pudo establecer la conexión - - - Failed to connect to database: {0} - {0} is the database name - No se pudo establecer la conexión con la base de datos: {0} - - - Failed to connect to server - No se pudo conectarse con el servidor - - - Failed to connect to server. - No se pudo conectar con el servidor. - - - Failed to connect to the selected server. - Error al conectar con el servidor seleccionado. - - - Failed to connect: {0} - {0} is the error message - No se pudo conectar: {0} - - - Failed to copy script: {0} - {0} is the error message - No se pudo copiar el script: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - No se pudo copiar el texto en el Portapapeles: {0} - - - Failed to create a new row: {0} - {0} is the error message - No se pudo crear una nueva fila: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - No se ha podido crear la base de datos ''{0}''. {1} - - - Failed to create firewall rule: {0} - {0} is the error message - No se pudo crear la regla de firewall: {0} - - - Failed to create profiler session: {0} - {0} is the error message - Error al crear la sesión del generador de perfiles: {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - No se pudo eliminar la credencial con el id.: {0}. {1} - - - Failed to delete table from schema designer. - Error al eliminar la tabla del diseñador de esquemas. - - - Failed to delete table. - No se pudo eliminar la tabla. - - - Failed to delete {0}. - Failed to delete {0}. - No se pudo eliminar {0}. - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - No se pudo quitar la base de datos ''{0}''. {1} - - - Failed to establish connection - Error al establecer la conexión - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - No se pudo establecer la conexión con el id. "{0}". Compruebe los detalles de la conexión y la conectividad de red. - - - Failed to export profiler events: {0} - {0} is the error message - No se pudieron exportar los eventos del generador de perfiles: {0} - - - Failed to export results: {0} - {0} is the error message - Error al exportar los resultados: {0} - - - Failed to fetch Docker container tags: {0} - Error al obtener las etiquetas del contenedor Docker: {0} - - - Failed to fetch user tokens. - No se pudieron capturar los tokens de usuario. - - - Failed to generate SqlPackage command: {0} - No se pudo generar el comando SqlPackage: {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - Error al generar el script de publicación: "{0}" - - - Failed to generate script. Please check the logs for more details. - No se pudo generar el script. Consulte los registros para obtener más detalles. - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - No se pudo generar el script: "{0}" - - - Failed to generate script: {0} - {0} is the error message - No se pudo generar el script: {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - No se pudieron obtener las áreas de trabajo de Fabric para el inquilino '{0} ({1})'. - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - Error al obtener las áreas de trabajo de Fabric para el inquilino "{0} ({1})": {2} - - - Failed to get authentication method, please remove and re-add the account. - No se pudo obtener el método de autenticación. Quite y vuelva a agregar la cuenta. - - - Failed to get connection string: {0} - Error al obtener la cadena de conexión: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - No se pudo obtener el inquilino '{0}' para la cuenta '{1}'. - - - Failed to import file. - No se pudo importar el archivo. - - - Failed to launch profiler: {0} - {0} is the error message - No se ha podido iniciar el generador de perfiles: {0} - - - Failed to list databases - Error al enumerar las bases de datos - - - Failed to load code analysis rules - No se pudieron cargar las reglas de análisis de código - - - Failed to load data: {0} - {0} is the error message - No se pudieron cargar los datos: {0} - - - Failed to load databases - No se pudieron cargar las bases de datos - - - Failed to load publish profile - Error al cargar el perfil de publicación - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - No se pudo obtener el token para el recurso "{1}". Error: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - Error al abrir Editar datos: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - Error al abrir Modificar tabla: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - No se pudo abrir el Diseñador de esquema: {0} - - - Failed to open Table Designer: {0} - {0} is the error message - No se pudo abrir el Diseñador de tabla: {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - No se pudo abrir la dirección URL. El explorador simple integrado puede estar deshabilitado. - - - Failed to open XEL file: {0} - {0} is the error message - No se pudo abrir el archivo XEL: {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - No se pudo abrir el archivo scmp: "{0}" - - - Failed to open script in editor. - No se pudo abrir el script en el editor. - - - Failed to open script: {0} - {0} is the error message - No se pudo abrir el script: {0} - - - Failed to open text in editor: {0} - {0} is the error message - No se pudo abrir el texto en el editor: {0} - - - Failed to pull DAB container image. Please check your network connection. - Error al descargar la imagen del contenedor DAB. Compruebe la conexión de red. - - - Failed to pull SQL Server image. Please check your network connection and try again. - No se pudo extraer la imagen de SQL Server. Compruebe la conexión de red e inténtelo de nuevo. - - - Failed to read saved rule overrides from project - Error al leer las invalidaciones de reglas guardadas del proyecto - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - No se pudo actualizar la conexión ${0} con uri {1}, resultado de conexión no válido. - - - Failed to remove row: {0} - {0} is the error message - No se pudo quitar la fila: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - No se ha podido cambiar el nombre de la base de datos ''{0}'' a ''{1}. {2} - - - Failed to resolve the refactor log for this file: {0} - No se pudo resolver el registro de refactorización para este archivo: {0} - - - Failed to revert cell: {0} - {0} is the error message - No se pudo revertir la celda: {0} - - - Failed to revert row: {0} - {0} is the error message - No se pudo revertir la fila: {0} - - - Failed to run table query. - No se pudo ejecutar la consulta de la tabla. - - - Failed to run table query: {0} - {0} is the error message - No se pudo ejecutar la consulta de tabla: {0} - - - Failed to save changes: {0} - {0} is the error message - No se pudieron guardar los cambios: {0} - - - Failed to save code analysis rules - Error al guardar las reglas de análisis de código - - - Failed to save publish profile - Error al guardar el perfil de publicación - - - Failed to save results. {0} - {0} is the error message - No se pudieron guardar los resultados. {0} - - - Failed to save results: {0} - {0} is the underlying error message - Error al guardar los resultados: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - No se pudo guardar el archivo scmp: "{0}" - - - Failed to script object: {0} - {0} is the error message - Error al crear el script del objeto: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - Error al iniciar "{0}": {1} - - - Failed to start DAB container. - Error al iniciar el contenedor. - - - Failed to start DAB container. Please check the Docker logs for details. - Error al iniciar el contenedor. Compruebe los registros de Docker para obtener más información. - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - Error al iniciar el contenedor de SQL Server. Compruebe el mensaje de error para obtener más detalles e inténtelo de nuevo. - - - Failed to start profiler: {0} - {0} is the error message - No se pudo iniciar el generador de perfiles: {0} - - - Failed to start query. - No se pudo iniciar la consulta. - - - Failed to start {0}. - Failed to start {0}. - Error al iniciar {0}. - - - Failed to stop and remove DAB container. - No se pudo detener y eliminar el contenedor DAB. - - - Failed to stop {0}. - Failed to stop {0}. - Error al detener {0}. - - - Failed to update cell: {0} - {0} is the error message - No se pudo actualizar la celda: {0} - - - Failed to update schema designer. - Error al actualizar el diseñador de esquemas. - - - Failed to update table in schema designer. - Error al actualizar la tabla en el diseñador de esquemas. - - - Failed to update table. - Error al actualizar la tabla. - - - Feedback - Comentarios - - - Fetching {0} script... - {0} is the script type - Capturando {0} script... - - - File - Archivo - - - File (Read-Only) - Archivo (solo lectura) - - - File Name - Nombre de archivo - - - File already exists. It will be overwritten if you continue - El archivo ya existe. Se sobrescribirá si continúa - - - File imported successfully - Archivo importado correctamente - - - File is required - El archivo es obligatorio - - - File name is required - Se requiere el nombre de archivo - - - File not found - No se encuentra el archivo - - - File path - Ruta de archivo - - - File path is required - La ruta de acceso del archivo es obligatoria - - - File to be imported - Archivo para importar - - - File type - Tipo de archivo - - - File: {0} - {0} is the file name - Archivo: {0} - - - Files - Archivos - - - Files of Type - Archivos de Tipo - - - Filter - Filtrar - - - Filter ({0}) - {0} is the number of selected tables - Filtrar ({0}) - - - Filter Azure subscriptions - Filtrar suscripciones de Azure - - - Filter Changes - Cambios de filtro - - - Filter Options - Opciones de filtro - - - Filter Settings - Configuración del filtro - - - Filter active - Filtro activo - - - Filter by keyword - Filtrar por palabra clave - - - Filter by name - Filtrar por nombre - - - Filter by schema - Filtrar por esquema - - - Filter by severity - Filtrar por gravedad - - - Filter by type - Filtrar por tipo - - - Filter changes - Cambios de filtro - - - Filter entities - Filtrar entidades - - - Filter entities... - Filtrar entidades... - - - Filter events by column values - Filtrar eventos por valores de columna - - - Filter for any field... - Filtrar por cualquier campo... - - - Filter operator - Operador de filtro - - - Filter shortcuts - Atajos de filtro - - - Filter value - Valor de filtro - - - Filter {0} - Filtro {0} - - - Filter... - Filtrar... - - - Filter: {0} - {0} is the column name - Filtro: {0} - - - Filters - Filtros - - - Find - Buscar - - - Find Next - Buscar siguiente - - - Find Node - Buscar nodo - - - Find Nodes - Buscar nodos - - - Find Previous - Buscar anterior - - - Finish - Finalizar - - - Finished Deployment - Implementación finalizada - - - Finished query execution for document "{0}" - {0} is the document name - Finalizó la ejecución de la consulta para el documento "{0}". - - - Firewall - Firewall - - - Firewall rule name - Nombre de la regla de firewall - - - Firewall rule successfully added. Retry profile creation? - La regla de firewall se ha agregado correctamente. ¿Reintentar la creación del perfil? - - - Firewall rule successfully created. - La regla de firewall se ha creado correctamente. - - - First Page - Primera página - - - Flat - Plano - - - Focus the Messages tab - Centrar la pestaña Mensajes - - - Focus the Query Plan tab - Centrar la pestaña Plan de consulta - - - Focus the Results tab in the query results panel - Foco en la pestaña Resultados en el panel de resultados de la consulta - - - Folder Path - Ruta de acceso de la carpeta - - - Folder Structure - Estructura de carpetas - - - Folder is required - La carpeta es obligatoria. - - - Folder path - Ruta de acceso de la carpeta - - - Folder path is required - La ruta de acceso de la carpeta es obligatoria - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - Para los datos numéricos, el número máximo de dígitos decimales que se pueden almacenar en este objeto de base de datos a la derecha del punto decimal. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - Para datos numéricos, número máximo de dígitos decimales que se pueden almacenar en este objeto de base de datos. - - - Force fit columns - Forzar ajuste de columnas - - - Foreign Column - Columna externa - - - Foreign Key - Clave externa - - - Foreign Key {0} - {0} is the index of the foreign key - Clave externa {0} - - - Foreign Keys - Claves externas - - - Foreign Table - Tabla externa - - - Foreign key '{0}' already exists - {0} is the foreign key name - La clave externa "{0}" ya existe - - - Foreign key column mappings are required. - Se requieren asignaciones de columnas de clave externa. - - - Foreign key column mappings must be the same length. - Las asignaciones de columnas de clave externa deben tener la misma longitud. - - - Foreign keys - Claves externas - - - Formula - Fórmula - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - Se encontró una promesa de reconexión pendiente para el uri {0}, error. - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - Se encontró una promesa de reconexión pendiente para el uri {0}, en espera. - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - Se encontraron {0} perfiles de conexión guardados. - - - Free compute & storage - Proceso y almacenamiento gratuitos - - - Free offer applied - Oferta gratuita aplicada - - - Freeze columns - Inmovilizar columnas - - - From - Label for the start IP address in the firewall rule IP range - Desde - - - Full - Completo - - - Function - Función - - - Functions - Funciones - - - General - General - - - General Options - Opciones generales - - - General Purpose - De uso general - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - Genere configuraciones del generador de API de datos mediante lenguaje natural a través de las herramientas de chat y agente de GitHub Copilot. Describa los requisitos de la API y deje que GitHub Copilot aplique la configuración automáticamente. - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - Genere puntos de conexión REST, GraphQL y MCP a partir de los objetos de base de datos SQL (tablas). Puede modificar la configuración manualmente o a través de GitHub Copilot para planear y generar actualizaciones y, a continuación, implementarla localmente con Docker. - - - Generate Script - Generar script - - - Generate mock data and seed scripts to support testing and development environments - Generar datos de prueba y scripts de inicialización para apoyar los entornos de desarrollo y pruebas - - - Generate script to deploy changes to target - Generar script para implementar cambios en el destino - - - Generate sqlpackage command - Generar comando sqlpackage - - - Generated file added to {0} - {0} is the generated file path - Archivo generado agregado a {0} - - - Generating Report. This may take a while... - Generar informe. Esto puede tardar un rato... - - - Generating SAS key failed: {0} - {0} is the error message - Error al generar la clave SAS: {0} - - - Generating report, this might take a while... - Generando informe, esto puede tardar un rato... - - - Generating script... - Generando el script... - - - Geo-redundant backup storage - Almacenamiento de copias de seguridad con redundancia geográfica - - - Get Connection Details - Obtener los detalles de la conexión - - - Get Started - Introducción - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - ¿Desea obtener los detalles de conexión para la conexión "{0}" (id.: {1})? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - Obtener recomendaciones relacionadas con la seguridad, como evitar la inyección SQL o permisos excesivos - - - Getting Docker Ready... - Preparando Docker... - - - Getting Fabric database '{0}' - {0} is the database ID - Obteniendo la base de datos de Fabric '{0}' - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - Obteniendo el área de trabajo de Fabric '{0}' - - - Getting Started - Introducción - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Obteniendo detalles de conexión para la conexión "{0}" (Id.: {1}) - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - Obteniendo la cadena de conexión para el punto de conexión de SQL '{0}' en el área de trabajo '{1}' - - - Getting container ready for connections - Preparando el contenedor para las conexiones - - - Getting definition ... - Obteniendo la definición... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot y Tutorial de VS Code - - - GitHub Copilot integration in Data API builder - Integración de GitHub Copilot en el generador de API de datos - - - GitHub Copilot survey - Encuesta de GitHub Copilot - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - Se obtuvieron parámetros de uso de herramienta no válidos: "{0}". ({1}) - - - GraphQL - GraphQL - - - Greater Than - Mayor que - - - Greater Than or Equals - Mayor o igual que - - - Greater than - Mayor que - - - Greater than or equal to - Es mayor o igual que - - - Grid View - Vista Cuadrícula - - - Group by - Agrupar por - - - Group differences by - Agrupar diferencias por - - - Help - Ayuda - - - Help us improve by sharing your thoughts. - Ayúdenos a mejorar compartiendo sus ideas. - - - Hide Changes - Ocultar los cambios - - - Hide Changes Highlight - Ocultar resaltado de cambios - - - Hide Confirm Password - Ocultar confirmar contraseña - - - Hide Definition - Ocultar definición - - - Hide New Password - Ocultar nueva contraseña - - - Hide SQL Pane - Ocultar panel SQL - - - Hide column - Ocultar columna - - - Hide full error message - Ocultar mensaje de error completo - - - Hide password - Ocultar contraseña - - - Hide this panel - Ocultar este panel - - - Highlight Changes - Resaltar cambios - - - Highlight Expensive Operation - Resaltar operación costosa - - - Highlights - Contenidos destacados - - - Hostname - Nombre de host - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - ¿Qué probabilidad hay de que recomiende la extensión MSSQL a un amigo o compañero de trabajo? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - ¿Qué probabilidad hay de que recomiende {0} a un amigo o compañero? - - - How many tables are in this database? - ¿Cuántas tablas hay en esta base de datos? - - - Hue - Matiz - - - I have read the summary and understand the potential risks. - He leído el resumen y entiendo los posibles riesgos. - - - I understand this action is permanent and irreversible - Entiendo que esta acción es permanente e irreversible - - - I'm sorry, I can only assist with SQL-related questions. - Lo siento, solo puedo ayudar con preguntas relacionadas con SQL. - - - IP address range - Intervalo de direcciones IP - - - Identity - Identidad - - - Ignore Options - Ignorar opciones - - - Ignore Tenant - Omitir inquilino - - - Image tag - Etiqueta de imagen - - - Import BACPAC - Importar BACPAC - - - Import Data - Importar datos - - - Import File - Importar archivo - - - Import Flat File - Importar archivo plano - - - Import Information - Importar información - - - Import New File - Importar nuevo archivo - - - Import Status - Estado de la importación - - - Import a .bacpac file to a new or empty database - Importar un archivo .bacpac a una base de datos nueva o vacía - - - Import anyway - Importar de todos modos - - - Import complete. You can close this dialog. - Importación completada. Puede cerrar este diálogo. - - - Import connection configuration settings from Azure Data Studio - Importar opciones de configuración de conexión desde Azure Data Studio - - - Import failed: {0} - {0} is the error message returned from the import helper. - Error en la importación: {0} - - - Import file is required - El archivo de importación es obligatorio - - - Import from Azure Data Studio - Importar desde Azure Data Studio - - - Import selected - Importar selección - - - Importance - Importancia - - - Importing BACPAC... - Importando BACPAC... - - - Importing data... - Importando datos... - - - Importing selections - Importando selecciones - - - In - En - - - In case you missed it - En caso de que lo haya perdido - - - In progress - En curso - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - En la experiencia del generador de API de datos, la implementación de contenedores locales solo está disponible para las conexiones que usan la autenticación de SQL. No se admite el tipo de conexión actual. - - - Include - Incluir - - - Include Object Types - Incluir tipos de objeto - - - Include all columns - Incluir todas las columnas - - - Include all object types - Incluir todos los tipos de objeto - - - Incomplete or orphaned connections - Conexiones incompletas o huérfanas - - - Index - Índice - - - Indexes - Índices - - - Initializing DAB configuration... - Inicializando la configuración de DAB... - - - Initializing comparison, this might take a while... - Inicializando la comparación, esto puede tardar un rato... - - - Insert - Insertar - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - Inserte el texto seleccionado del editor de consultas mediante {arg}. Si no usa el marcador de posición, el texto seleccionado se anexa automáticamente al final de la consulta. - - - Install Docker - Instalar Docker - - - Install the MSSQL Database Management Keymap extension - Instalación de la extensión del mapa de claves de administración de bases de datos de MSSQL - - - Instant Container Setup - Configuración instantánea del contenedor - - - Insufficient Workspace Permissions - Permisos de área de trabajo insuficientes - - - Integrated - Integrado - - - Integrated & secure - Integrado y seguro - - - Invalid Firewall rule name - Nombre de regla de firewall no válida. - - - Invalid IP Address - Dirección IP no válida - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - Contraseña de SQL Server no válida para {0}. La contraseña debe tener entre 8 y 128 caracteres y cumplir los requisitos de complejidad. Para obtener más información, consulte https://docs.microsoft.com/sql/relational-databases/security/password-policy - - - Invalid column reference. Use either id OR name. - Referencia de columna no válida. Use el id. O el nombre. - - - Invalid column width - Ancho de columna no válido - - - Invalid connection URI provided. - Se proporcionó un URI de conexión no válido. - - - Invalid connection string: {0} - Cadena de conexión no válida: {0} - - - Invalid database - Base de datos no válida - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - Referencia de entidad no válida. Use id. O schemaName+tableName O schemaName+sourceName+sourceType. - - - Invalid file - Archivo no válido - - - Invalid file extension. Expected .dacpac or .bacpac - Extensión de archivo no válida. Se esperaba .dacpac o .bacpac - - - Invalid foreign key. - Clave externa no válida. - - - Invalid max length '{0}' - {0} is the max length - Longitud máxima no válida "{0}" - - - Invalid table payload. Expected table with columns array. - Carga útil de tabla no válida. Tabla esperada con matriz de columnas. - - - Invalid table type - Tipo de tabla no válido - - - Is Computed - Se calcula - - - Is Identity - Es una identidad - - - Is Ledger Database - Es base de datos de libro de contabilidad - - - Is Not Null - No es Null - - - Is Null - Es Null - - - Is Persisted - Es persistente - - - Issues ({0}) - {0} is the number of issues - Incidencias ({0}) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - Unirse a las discusiones - - - Keep in query pane - Mantener en el panel de consulta - - - Key - Clave - - - Keybinding - Enlace de teclado - - - Keyboard Shortcuts editor - Editor de métodos abreviados de teclado - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - Las claves para la caché de tokens no se pudieron guardar en el almacén de credenciales, lo que puede causar problemas de persistencia del token de acceso de Microsoft Entra Id e inestabilidades en la conexión. Es probable que SqlTools haya alcanzado el límite de almacenamiento de credenciales en Windows. Borre al menos 2 credenciales que comiencen con "Microsoft.SqlTools|" en el Administrador de credenciales de Windows y vuelva a cargar. - - - LRS - LRS - - - LRS backup (locally redundant) - Copia de seguridad de LRS (con redundancia local) - - - Last Page - Última página - - - Learn More - Más información - - - Learn more - Más información - - - Learn more about Azure SQL Database free tier - Más información sobre el nivel Gratis de Azure SQL Database - - - Learn more about SQL Server 2025 features - Más información sobre las características de SQL Server 2025 - - - Leave the source database in the restoring state - Dejar la base de datos de origen en estado de restauración - - - Length - Duración - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - Falta de coincidencia de longitud: columna "{0}" ({1}) incompatible con "{2}" ({3}) - - - Less Than - Menor que - - - Less Than or Equals - Menor o igual que - - - Less than - Menor que - - - Less than or equal to - Es menor o igual que - - - Line {0} - {0} is the line number - Línea {0} - - - Link copied to clipboard - Vínculo copiado en el Portapapeles - - - List Connections - Enumerar conexiones - - - List Databases - Lista de bases de datos - - - List Functions - Mostrar la lista de funciones - - - List Schemas - Mostrar la lista de esquemas - - - List Tables - Mostrar la lista de tablas - - - List Views - Mostrar la lista de vistas - - - List all connections registered with the mssql extension? - ¿Enumerar todas las conexiones registradas con la extensión mssql? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - ¿Desea enumerar las bases de datos de la conexión "{0}" (id.: {1})? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - ¿Desea enumerar las funciones de la conexión "{0}" (id.: {1})? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - ¿Desea enumerar los esquemas de la conexión "{0}" (id.: {1})? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - ¿Desea enumerar las tablas de la conexión "{0}" (id.: {1})? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - ¿Desea mostrar vistas para la conexión "{0}" (id.: {1})? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - Lista de bases de datos SQL de Fabric para el área de trabajo '{0}' - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - Enumeración de puntos de conexión de Fabric SQL para el área de trabajo '{0}' - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - Descripción de almacenes de tejido para el área de trabajo ''{0}'' - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - Lista de capacidades de Fabric para el inquilino '{0}' - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - Lista de áreas de trabajo de Fabric para el inquilino '{0}' - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Enumeración de bases de datos para la conexión "{0}" (Id.: {1}) - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Enumeración de funciones para la conexión "{0}" (Id.: {1}) - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - Lista de asignaciones de roles para el área de trabajo '${workspaceId}' - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Enumeración de esquemas para la conexión "{0}" (Id.: {1}) - - - Listing server connections - Enumeración de conexiones de servidor - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Enumeración de tablas para la conexión "{0}" (Id.: {1}) - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Enumeración de vistas para la conexión "{0}" (Id.: {1}) - - - Load - Carga - - - Load from Connection String - Cargar desde cadena de conexión - - - Load profile... - Perfil de carga... - - - Load source, target, and options saved in an .scmp file - Cargue el origen, el destino y las opciones guardadas en un archivo .scmp - - - Loading - Cargando - - - Loading Azure Accounts - Cargando cuentas de Azure - - - Loading Azure SQL Database... - Cargando Azure SQL Database... - - - Loading Azure accounts - Cargando cuentas de Azure - - - Loading Fabric Accounts - Cargando cuentas de Fabric - - - Loading Fabric provisioning... - Cargando aprovisionamiento de Fabric... - - - Loading Report - Cargando informe - - - Loading Schema Designer - Cargando diseñador de esquemas - - - Loading Schema Designer Model... - Cargando modelo del Diseñador de esquemas... - - - Loading Table Designer - Cargando Diseñador de tablas - - - Loading XEL file: {0} - {0} is the file name - Cargando archivo XEL: {0} - - - Loading backup database... - Cargando base de datos de copia de seguridad... - - - Loading code analysis rules... - Cargando reglas de análisis de código... - - - Loading collations... - Cargando intercalaciones... - - - Loading database objects - Cargando objetos de base de datos - - - Loading databases in '{0}'... - {0} is the name of the workspace - Cargando bases de datos en '{0}'... - - - Loading databases in selected workspace... - Cargando bases de datos en el área de trabajo seleccionada... - - - Loading deployment - Carga de la implementación en curso - - - Loading execution plan... - Cargando plan de ejecución... - - - Loading flat file import... - Cargando importación de archivos planos... - - - Loading local containers... - Cargando contenedores locales... - - - Loading locations - Cargando ubicaciones - - - Loading maintenance windows... - Cargando ventanas de mantenimiento... - - - Loading resource groups - Cargando grupos de recursos - - - Loading restore database... - Cargando la base de datos de restauración... - - - Loading restore plan... - Cargando plan de restauración... - - - Loading results... - Cargando resultados... - - - Loading schemas... - Cargando esquemas... - - - Loading servers - Cargando servidores - - - Loading servers in '{0}'... - {0} is the name of the subscription - Cargando servidores en "{0}"... - - - Loading servers in selected subscription... - Cargando servidores en la suscripción seleccionada... - - - Loading subscriptions - Cargando suscripciones - - - Loading subscriptions... - Cargando suscripciones... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - Cargando resumen de filas {0} (haga clic para cancelar) - - - Loading table data... - Cargando datos de tabla... - - - Loading table preview... - Cargando vista previa de la tabla... - - - Loading tenants - Cargando espacios empresariales - - - Loading tenants... - Cargando inquilinos... - - - Loading text view... - Cargando vista de texto... - - - Loading workspaces - Cargando áreas de trabajo - - - Loading workspaces... - Cargando áreas de trabajo... - - - Loading... - Cargando... - - - Local Container Deployment - Implementación local de contenedor - - - Local SQL Server database container - Contenedor de base de datos de SQL Server local - - - Local container deployment is currently only supported with SQL Authentication connections. - Actualmente, la implementación de contenedores locales solo se admite con conexiones de autenticación de SQL. - - - Locally-redundant backup storage - Almacenamiento de copias de seguridad con redundancia local - - - Locate an Azure Data Studio settings.json file to import - Busque un archivo settings.json de Azure Data Studio para importar - - - Location - Ubicación - - - Location (Workspace) - Ubicación (área de trabajo) - - - Location of the file to be imported - Ubicación del archivo para importar - - - Log file folder - Carpeta de archivos de registro - - - Logical file name - Nombre de archivo lógico - - - Logical operator - Operador lógico - - - Logs - Registros - - - Logs copied to clipboard - Registros copiados en el Portapapeles - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - ¿Busca enlaces de teclado de Azure Data Studio, como F5 para ejecutar consultas? - - - MCP - MCP - - - MCP custom tool - Herramienta personalizada MCP - - - MCP server added to {0} - {0} is the file path where the MCP server was added - Servidor MCP agregado a {0} - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - El servidor MCP ya está configurado en {0} - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL: Registros de autenticación de Azure - - - MSSQL - VS Code walkthrough - MSSQL y tutorial de VS Code - - - MSSQL Feedback - Comentarios de MSSQL - - - MSSQL Notebook connected to {0} - {0} is the connection label - Cuaderno de MSSQL conectado a {0} - - - MSSQL extension icon - Icono de extensión de MSSQL - - - MSSQL: Click to change connection - MSSQL: haga clic para cambiar la conexión - - - MSSQL: Click to change database - MSSQL: haga clic para cambiar la base de datos - - - MSSQL: Welcome & What's New - MSSQL: bienvenida y novedades - - - MSSQL: What's new - MSSQL: novedades - - - Maintenance Window - Ventana de mantenimiento - - - Make everything read-only - Hacer que todo sea de solo lectura - - - Manage Connection Profiles - Administrar perfiles de conexión - - - Manage relationships - Administrar relaciones - - - Mandatory (Recommended) - Obligatorio (recomendaciones) - - - Mandatory (True) - Obligatorio (true) - - - Max - Max - - - Max 10 databases / subscription - Máximo de 10 bases de datos/suscripción - - - Max Length - Longitud máxima - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - Se ha superado el número máximo de filas para el filtrado y la ordenación. Para actualizarla, vaya a Configuración de usuario y cambie la configuración: mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - Número máximo de núcleos virtuales - - - Max: {0} - {0} is the max - Máximo: {0} - - - Maximize - Maximizar - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - Maximizar ({0}) - - - Maximize Panel Size - Maximizar el tamaño del panel - - - Maximize details panel - Panel Maximizar detalles - - - Maximize panel size - Maximizar el tamaño del panel - - - Maximize results grid - Maximizar cuadrícula de resultados - - - Media - Elementos multimedia - - - Media set description is required - Se requiere la descripción del conjunto de medios - - - Media set name is required - El nombre del conjunto de medios es obligatorio - - - Message - Mensaje - - - Messages - Mensajes - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - Mensajes ({0}) - - - Metric - Métrica - - - Microsoft Account - Cuenta de Microsoft - - - Microsoft Account is required - Se requiere una cuenta de Microsoft - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Cuenta de Microsoft Entra - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Id. de Microsoft Entra: predeterminado - - - Microsoft Entra Id - Service Principal - Id. de Microsoft Entra: entidad de servicio - - - Microsoft Entra Id - Universal w/ MFA Support - Id. de Microsoft Entra: compatibilidad universal con MFA - - - Microsoft Entra account {0} successfully added. - {0} is the account name - La cuenta de Microsoft Entra {0} agregó correctamente. - - - Microsoft Fabric integration - Integración de Microsoft Fabric - - - Microsoft SQL Server License Agreement - Contrato de licencia de Microsoft SQL Server - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Microsoft revisa sus comentarios para mejorar nuestros productos. No comparta ningún dato personal ni contenido confidencial o de propiedad. - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Microsoft procesará los comentarios que envíe de acuerdo con las instrucciones de su organización con el fin de mejorar la experiencia de su organización con este producto. Si tiene alguna pregunta sobre el uso de datos de comentarios, póngase en contacto con el administrador de inquilinos. El procesamiento de datos de comentarios se rige por el Anexo de protección de datos de productos y servicios de Microsoft entre su organización y Microsoft, y los comentarios que envíe se consideran datos personales en ese anexo. - - - Microsoft would like your feedback - A Microsoft le encantaría recibir sus comentarios - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - Migre las conexiones guardadas, los grupos de conexiones y la configuración de conexión de Azure Data Studio a la extensión MSSQL. Además, se puede instalar el mapa de claves de MSSQL Administración de datos para agregar accesos directos conocidos de Azure Data Studio. - - - Min - Min - - - Min: {0} - {0} is the min - Mín: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - Falta la referencia de conexión. Proporcione exactamente uno de connectionId o connectionName. - - - Missing schema payload for replace_schema operation. - Falta la carga útil del esquema para la operación replace_schema. - - - Missing table payload for update_table operation. - Falta la carga útil de la tabla para la operación update_table. - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - Falta el destino de la tabla para la operación delete_table. Proporcione tableId o tableName+schemaName. - - - Modified - Modificado - - - Modified column '{0}' - {0} is the column name - Columna modificada ''{0}'' - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - Columna modificada ''{0}'': {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - Se modificó la clave externa ''{0}'' - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - Clave externa modificada ''{0}'': {1} - - - Modified table {0} - {0} is the qualified table name - Tabla modificada {0} - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - {0}Tabla modificada : {1} - - - Modify Columns - Modificar columnas - - - Modify Table - Modificar tabla - - - Monitor usage and manage your free tier limits - Supervisar el uso y administrar los límites del nivel Gratis - - - Monthly limits - Límites mensuales - - - More Query Actions - Más acciones de consulta - - - Move Down - Bajar - - - Move Up - Subir - - - Move and expand the active grid selection - Mover y expandir la selección de cuadrícula activa - - - Move focus to the next result set grid - Mover el foco a la siguiente cuadrícula del conjunto de resultados - - - Move focus to the previous result set grid - Mover el foco a la cuadrícula del conjunto de resultados anterior - - - Move selection to the first cell in the row - Mover la selección a la primera celda de la fila - - - Move selection to the last cell in the row - Mover la selección a la última celda de la fila - - - Move to Root - Mover a raíz - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - Mover al esquema solo se admite para los archivos SQL que forman parte de un proyecto SQL abierto. Abra primero el proyecto en el panel Proyectos de base de datos. - - - Move to Schema request failed: {0} - Error al mover a la solicitud de esquema: {0} - - - Move to Schema... - Mover al esquema... - - - Move to row end - Mover al final de fila - - - Move to row start - Ir al inicio de fila - - - Move to schema '{0}' - Mover al esquema "{0}" - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - Se encontraron varios grupos de conexiones con el identificador '{0}'. Elimínelas o cámbielas de nombre, excepto una en el settings.json usuario o global, y reinicie la extensión. - - - Must be a valid number - Debe ser un número válido - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - Debe comenzar con un carácter alfanumérico y contener solo caracteres alfanuméricos, guiones bajos, puntos o guiones. - - - Mutation - Mutación - - - MyProfilerSession - MyProfilerSession - - - NULL - NULL - - - Name - Nombre - - - Name for the Docker container running DAB - Nombre del contenedor Docker que ejecuta DAB - - - Name of the primary key. - Nombre de la clave principal. - - - Navigate to this item in the diagram - Navegar a este elemento en el diagrama - - - Navigation - Navegación - - - Needs attention - Requiere atención - - - New Azure SQL logical server (Preview) - Nuevo servidor lógico de Azure SQL (versión preliminar) - - - New Check Constraint - Nueva restricción Check - - - New Column - Nueva columna - - - New Column Mapping - Nueva asignación de columnas - - - New Database - Nueva base de datos - - - New Database Name - Nombre de la nueva base de datos - - - New Deployment - Implementación nueva - - - New File - Nuevo archivo - - - New Foreign Key - Nueva clave externa - - - New Index - Nuevo índice - - - New Local Docker SQL Server - Nuevo SQL Server de Local en Docker - - - New Microsoft Entra account could not be added. - No se pudo agregar la nueva cuenta de Microsoft Entra. - - - New Password - Nueva contraseña - - - New Query - Nueva consulta - - - New Query Profiler - Enter Name - Nuevo generador de perfiles de consulta: escriba el nombre - - - New Query Profiler - Select Template - Nuevo generador de perfiles de consulta: seleccionar plantilla - - - New SQL database - Nueva base de datos SQL - - - New Session - Nueva sesión - - - New Table Name - Nuevo nombre de tabla - - - New column mapping - Nueva asignación de columnas - - - New database name must be different from the current name - El nuevo nombre de la base de datos debe ser diferente del nombre actual - - - New media set description - Nueva descripción del conjunto de medios - - - New media set name - Nuevo nombre de conjunto de medios - - - New to MSSQL extension? Check out our quick-start guide. - ¿Nunca ha usado la extensión MSSQL? Consulte nuestra guía de inicio rápido. - - - New to the MSSQL extension? Check out our quick-start guide. - ¿Es nuevo en la extensión MSSQL? Consultar nuestra guía de inicio rápido. - - - Next - Siguiente - - - Next Page - Página siguiente - - - Next result grid - Cuadrícula de resultados siguiente - - - No - No - - - No Action - Sin acción - - - No Azure accounts found - No se encontraron cuentas de Azure - - - No Microsoft Entra account can be found for removal. - No se encuentra ninguna cuenta de Microsoft Entra para su eliminación. - - - No Queries Available - No hay ninguna consulta disponible. - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - No se encontró ninguna conexión MCP de herramientas SQL para connectionName: {0} - - - No account selected - No hay ninguna cuenta seleccionada - - - No active connection - No hay ninguna conexión activa - - - No active connection for database change - No hay ninguna conexión activa para el cambio de base de datos - - - No active connection for schema view - No hay ninguna conexión activa para la vista de esquema - - - No active connection. - No hay ninguna conexión activa. - - - No active database connection in the current editor. Please establish a connection to continue. - No hay ninguna conexión de base de datos activa en el editor actual. Establezca una conexión para continuar. - - - No active notebook. - No hay ningún bloc de notas activo. - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - No se encontró ningún diseñador de esquemas activo. Abra el generador de API de datos primero con mssql_dab con la operación "mostrar" o desde la interfaz de usuario. - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - No se encontró ningún diseñador de esquemas activo. Abra uno primero con mssql_schema_designer con la operación "mostrar" o desde la interfaz de usuario. - - - No active text editor found. Please open a file with an active database connection. - No se encontró ningún editor de texto activo. Abra un archivo con una conexión de base de datos activa. - - - No authentication required - No se requiere ninguna autenticación - - - No background tasks - No hay tareas en segundo plano - - - No backup sets found in the restore plan - No se encontraron conjuntos de copia de seguridad en el plan de restauración - - - No blob containers found - No se encontraron contenedores de blobs. - - - No blobs found - No se encontró ningún blob - - - No changes detected - No se detectó ningún cambio - - - No changes match your search. - Sin cambios que coincidan con la búsqueda. - - - No changes yet. - Aún no hay cambios. - - - No code analysis rules available. - No hay reglas de análisis de código disponibles. - - - No connection credentials found - No se encontraron credenciales de conexión - - - No connection found for connectionId: {0} - {0} is the connection ID - No se encontró ninguna conexión para connectionId: {0} - - - No connection groups were found in the file. - No se encontraron grupos de conexiones en el archivo. - - - No connection information found - No se ha encontrado información de conexión - - - No connection profiles to edit. - No hay perfiles de conexión para editar. - - - No connection profiles to remove. - No hay perfiles de conexión que quitar. - - - No connection selected. - No se seleccionó ninguna conexión. - - - No connection was found. Please connect to a server first. - No se encontró ninguna conexión. Conéctese a un servidor primero. - - - No connections available. Please create a connection first. - No hay conexiones disponibles. Cree una conexión primero. - - - No connections were found in the file. - No se encontraron conexiones en el archivo. - - - No customized settings found - No se encontró ninguna configuración personalizada - - - No customized settings found in Azure Data Studio - No se encontró ninguna configuración personalizada en Azure Data Studio - - - No data available - No hay datos disponibles - - - No data to display. - No hay datos para mostrar. - - - No database files found in the restore plan - No se encontraron archivos de base de datos en el plan de restauración - - - No database selected. - No se ha seleccionado ninguna base de datos. - - - No databases found in the selected workspace. - No se han encontrado bases de datos en el área de trabajo seleccionada. - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - No se encontraron bases de datos en el área de trabajo '{0}'. - - - No databases found on the server. Please check your connection. - No se encontraron bases de datos en el servidor. Compruebe su conexión. - - - No databases found to import into. - No se encontraron bases de datos en las que importar. - - - No databases with backups found - No se han encontrado bases de datos con copias de seguridad - - - No elements found - No se encontraron elementos - - - No entities found - No se ha encontrado ninguna entidad - - - No event selected - No hay ningún evento seleccionado - - - No events to export - No hay eventos para exportar - - - No filter is currently active - No hay ningún filtro activo actualmente - - - No items - No hay elementos - - - No log entries yet. - Aún no hay entradas de registro. - - - No matches found - No se encontraron coincidencias - - - No matching shortcuts - No hay accesos directos coincidentes - - - No model found. - No se encontró ningún modelo. - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - No es necesario actualizar el token de cuenta de Microsoft Entra para la conexión {0} con el URI {1} - - - No object that can be moved to another schema was found at the cursor. - No se encontró ningún objeto que se pueda mover a otro esquema en el cursor. - - - No objects found - No se encontraron objetos - - - No pending changes. Make edits to generate a script. - No hay cambios pendientes. Realice modificaciones para generar un script. - - - No profiler connection available - No hay ninguna conexión del generador de perfiles disponible - - - No profiler templates available - No hay plantillas de generador de perfiles disponibles - - - No property changes available. - Sin cambios de propiedad disponibles. - - - No query set - No hay ningún conjunto de consultas - - - No renameable symbol found at cursor. - No se encontró ningún símbolo que pueda cambiar el nombre en el cursor. - - - No resource groups found - No se han encontrado grupos de recursos - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - No hay ningún recurso de tipo "{0}" configurado para la nube actual "{1}". Actualice la configuración de la cuenta de Azure. - - - No results - No hay resultados - - - No results for the active editor - No hay resultados para el editor activo - - - No results match the current filters - Ningún resultado coincide con los filtros actuales - - - No results to display - No hay resultados para mostrar - - - No rows affected - No hay filas afectadas - - - No rules match the current filter. - Ninguna regla coincide con el filtro actual. - - - No saved connection profiles found. - No se encontraron perfiles de conexión guardados. - - - No saved connections found. Please create a connection first. - No se encontraron conexiones guardadas. Cree una conexión primero. - - - No schema differences were found. - No se encontraron diferencias de esquema. - - - No schemas found - No se han encontrado esquemas - - - No schemas were found in the project. - No se encontraron esquemas en el proyecto. - - - No script available. Make changes to the table data and generate a script first. - No hay script disponible. Realice cambios en los datos de la tabla y genere un script primero. - - - No script generated. - No se ha generado ningún script. - - - No selection - Sin selección - - - No servers found - No se encontraron servidores - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - No se encontraron servidores en la suscripción "{0}". - - - No servers found in the selected subscription. - No se encontraron servidores en la suscripción seleccionada. - - - No shortcut - Sin acceso directo - - - No storage accounts found - No se encontró ninguna cuenta de almacenamiento - - - No subscriptions found - No se encontraron suscripciones - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - No se encontraron suscripciones. Cambie la cuenta o el inquilino de Azure para ver las suscripciones disponibles. - - - No templates available - No hay plantillas disponibles - - - No tenant selected - No se ha seleccionado ningún inquilino - - - No tenants are currently signed in. - Actualmente no hay inquilinos con sesión iniciada. - - - No tenants found - No se han encontrado inquilinos - - - No text data available - No hay datos de texto disponibles - - - No tools to process. - No hay herramientas para procesar. - - - No workspace folder is open. Open a folder to add the MCP server configuration. - No hay ninguna carpeta del área de trabajo abierta. Abra una carpeta para agregar la configuración del servidor MCP. - - - No workspace folder is open. Open a folder to add the generated file. - No hay ninguna carpeta de área de trabajo abierta. Abra una carpeta para agregar el archivo generado. - - - No workspaces found - No se han encontrado áreas de trabajo - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - No se ha encontrado ninguna área de trabajo. Cambie la cuenta o el inquilino de Fabric para ver las áreas de trabajo disponibles. - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - Se detectó un archivo SQL no SQL Server. ¿Quiere deshabilitar IntelliSense para estos archivos? - - - None - Ninguno - - - None (empty database) - Ninguno (base de datos vacía) - - - Not Between - No entre - - - Not Contains - No contiene - - - Not Ends With - No termina por - - - Not Equals - No es igual a - - - Not Started - Sin iniciar - - - Not Starts With - No comienza por - - - Not available for read-only file sessions - No disponible para sesiones de archivos de solo lectura - - - Not connected - No conectado - - - Not contains - No contiene - - - Not currently signed in. Select to sign in to tenant. - Actualmente no ha iniciado sesión. Seleccione esta opción para iniciar sesión en el inquilino. - - - Not equal to - Distinto de - - - Not likely at all - Nada probable - - - Not running - No está en ejecución - - - Not signed in - Sesión no iniciada - - - Not signed into tenant {0} - {0} is the tenant display name - No ha iniciado sesión en el inquilino {0} - - - Not started - No iniciado - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - Nota: Un certificado autofirmado solo ofrece protección limitada y no es una práctica recomendada para entornos de producción. ¿Desea habilitar el "Certificado de servidor de confianza" en esta conexión y volver a intentarlo? - - - Null - Null - - - Null Count: {0} - {0} is the null count - Recuento nulo: {0} - - - Number of Rows Read - Número de filas leídas - - - OK - Aceptar - - - OLTP, built on Azure SQL - OLTP, integrado en Azure SQL - - - Object Explorer Filter - Filtro de Explorador de objetos - - - Object Type - Tipo de objeto - - - Object Types - Tipos de objeto - - - Object type - Tipo de objeto - - - Off - Desactivado - - - On Delete - Al eliminar - - - On Delete Action - Al eliminar la acción - - - On Update - Al actualizar - - - On Update Action - Al actualizar la acción - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - Uno o varios grupos de conexiones hacen referencia a grupos primarios que no existen y se han omitido: {0}. Actualice el archivo de configuración para corregir estas entradas. - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - Una o varias conexiones hacen referencia a grupos que no existen y se han omitido: {0}. Actualice la configuración de conexión para corregir estas entradas. - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - Una o varias de las entidades contienen tipos de columna que no son compatibles actualmente con el generador de API de datos. Estas entidades no se pueden seleccionar para la implementación. - - - Open - Abrir - - - Open .scmp file - Abrir el archivo .scmp - - - Open Containing Folder - Abrir carpeta contenedora - - - Open File - Abrir archivo - - - Open GitHub Copilot Chat to help fix these errors - Abra GitHub Copilot Chat para ayudar a corregir estos errores - - - Open Keyboard Shortcuts editor. - Abrir editor de métodos abreviados de teclado. - - - Open Nitro - Abrir Nitro - - - Open Publish Script - Abrir el script de publicación - - - Open Query - Abrir consulta - - - Open Query History - Abrir historial de consultas - - - Open SQL editor and connect - Abrir el editor SQL y conectar - - - Open XML - Abrir XML - - - Open a new SQL query file - Abrir un nuevo archivo de consulta SQL - - - Open a new bug - Abrir un nuevo error - - - Open column menu - Abrir menú de columnas - - - Open filter menu - Abrir menú de filtro - - - Open in Editor - Abrir en el Editor - - - Open in GitHub Copilot Chat - Abrir en GitHub Copilot Chat - - - Open in New Tab - Abrir en nueva pestaña - - - Open in SQL Editor - Abrir en el editor SQL - - - Open in editor - Abrir en el editor - - - Open text data in a new editor - Abrir datos de texto en un nuevo editor - - - Open the active column filter menu - Abrir el menú de filtro de columna activo - - - Open the active column menu - Abrir el menú de columna activa - - - Open the generated SELECT statement in a new editor - Abrir la instrucción SELECT generada en un nuevo editor - - - Opening Publish Script. This may take a while... - Abriendo script de publicación. Esto puede tardar un rato... - - - Opening schema designer... - Abriendo diseñador de esquemas... - - - Operation - Operación - - - Operation failed - Error en la operación - - - Operator - Operador - - - Option Description - Descripción de la opción - - - Optional (False) - Opcional (false) - - - Optional - Override default GraphQL plural type name - Opcional: invalidar el nombre de tipo plural predeterminado de GraphQL - - - Optional - Override default GraphQL singular type name - Opcional: invalidar el nombre de tipo singular predeterminado de GraphQL - - - Optional - Override default api/entityName path - Opcional: invalidar la ruta de acceso predeterminada de api/entityName - - - Options - Opciones - - - Options have changed. Recompare to see the comparison? - Las opciones han cambiado. ¿Volver a comparar para ver la comparación? - - - Original file name - Nombre original del archivo - - - Others - Otros - - - Output file - Archivo de salida - - - Overall, how satisfied are you with the MSSQL extension? - En general, ¿cuál es su grado de satisfacción con la extensión MSSQL? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - En general, ¿cuál es su grado de satisfacción con {0}? - - - Overwrite all existing backup sets - Sobrescribir todos los conjuntos de copia de seguridad existentes - - - Overwrite the existing database - Sobrescribir la base de datos existente - - - Owner - Propietario - - - PNG - PNG - - - Package file - Archivo de paquete - - - Page - Página - - - Parameters - Parámetros - - - Parent node was not TreeNodeInfo. - El nodo primario no era TreeNodeInfo. - - - Password - Contraseña - - - Password (SQL Login) - Contraseña (inicio de sesión de SQL) - - - Password is required - La contraseña es obligatoria - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - Debe cambiar la contraseña de "{0}" para seguir iniciando sesión en "{1}" - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - Se debe cambiar la contraseña para continuar iniciando sesión en ''{0}'' - - - Passwords do not match - Las contraseñas no coinciden - - - Paste - Pegar - - - Paste connection string from clipboard - Pegar cadena de conexión desde el Portapapeles - - - Path: {0} - {0} is the path of the node in the object explorer - Ruta de acceso: {0} - - - Pause - Pausar - - - Pause event collection - Pausar colección de eventos - - - Paused - En pausa - - - Paused - click to resume - En pausa: haga clic para reanudar - - - Perform checksum before writing to media - Realizar la suma de comprobación antes de escribir en los medios - - - Permissions - Permisos - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - Elija entre varias versiones de SQL Server, incluida SQL Server 2025 con funcionalidades de inteligencia artificial integradas, como la búsqueda vectorial y las mejoras de JSON. - - - Please Accept the SQL Server EULA - Acepte el CLUF de SQL Server - - - Please choose a backup file to load restore plan - Elija un archivo de copia de seguridad para cargar el plan de restauración - - - Please choose a blob to load restore plan - Elija un blob para cargar el plan de restauración - - - Please choose a unique backup file name - Elija un nombre de archivo de copia de seguridad único - - - Please choose a unique name for the container - Elija un nombre único para el contenedor - - - Please choose a unique name for the profile - Elija un nombre único para el perfil - - - Please choose a valid media option - Elija una opción de medios válida - - - Please choose at least one backup file - Elija al menos un archivo de copia de seguridad - - - Please choose at least one backup set to restore - Elija al menos un conjunto de copia de seguridad para restaurar. - - - Please ensure the file is not open in another application before importing - Asegúrese de que el archivo no está abierto en otra aplicación antes de importarlo. - - - Please make sure the port is a number, and choose a port that is not in use - Asegúrese de que el puerto es un número y elija un puerto que no esté en uso - - - Please make your password 8-128 characters long. - Escribe la contraseña entre 8 y 128 caracteres. - - - Please select a database node in Object Explorer to drop. - Seleccione un nodo de base de datos en Explorador de objetos para quitar. - - - Please select a database node in Object Explorer to rename. - Seleccione un nodo de base de datos en Explorador de objetos cuyo nombre se va a cambiar. - - - Please select a file, not a folder. - Seleccione un archivo, no una carpeta. - - - Please select a node from Object Explorer to script. - Seleccione un nodo del Explorador de objetos para generar el script. - - - Please select a server node in Object Explorer to create a database. - Seleccione un nodo de servidor en Explorador de objetos para crear una base de datos. - - - Please select a valid symbol. - Seleccione un símbolo válido. - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - Seleccione un área de trabajo en la que tenga permisos suficientes (Colaborador o superior) - - - Please select only one node to script. Multiple node scripting is not supported. - Seleccione solo un nodo para generar el script. No se admite el la generación de scripts de varios nodos. - - - Port - Puerto - - - Port must be a number between 1 and 65535 - El puerto debe ser un número entre 1 y 65535. - - - Port must be between 1 and 65535 - El puerto debe estar entre 1 y 65535 - - - Port to expose the API on (default: 5000) - Puerto para exponer la API (predeterminado: 5000) - - - Port {0} is already in use - {0} is the port number - El puerto {0} ya está en uso - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - El puerto {0} ya está en uso. Elija otro puerto. - - - Possible Data Loss detected. Please review the changes. - Posible pérdida de datos detectada. Revise los cambios. - - - Precision - Precisión - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Error de coincidencia de precisión/escala entre "{0}" y "{1}" - - - Preserve the replication settings - Conservar la configuración de replicación - - - Press desired key combination and then press ENTER. - Presione la combinación de teclas deseada y ENTRAR - - - Preview - Vista previa - - - Preview Data - Vista previa de datos - - - Preview Database Updates - Vista previa de actualizaciones de base de datos - - - Previous - Anterior - - - Previous Page - Página anterior - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - La promesa de reconexión pendiente anterior para uri {0} se rechaza con el error {1}, intentará volver a conectar si es necesario. - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - La reconexión pendiente anterior para el uri {0} se realizó correctamente. - - - Previous result grid - Cuadrícula de resultados anterior - - - Previous step failed. Please check the error message and try again. - Error en el paso anterior. Compruebe el mensaje de error e inténtelo de nuevo. - - - Previously released features you may not have explored yet. - Características publicadas anteriormente que es posible que aún no haya explorado. - - - Primary Key - Clave principal - - - Primary Key Columns - Columnas de clave principal - - - Primary key - Clave principal - - - Prisma - Prisma - - - Privacy Statement - Declaración de privacidad - - - Privacy notice - Aviso de privacidad - - - Private - Privado - - - Processing include or exclude all differences operation. - El procesamiento incluye o excluye todas las operaciones de diferencias. - - - Profile Name - Nombre de perfil - - - Profile created and connected - El perfil se ha creado y se ha conectado. - - - Profile created successfully - El perfil se ha creado correctamente - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - Perfil cargado, pero la conexión no se pudo establecer automáticamente. Cree una conexión a {0} y vuelva a intentarlo. - - - Profile name - Nombre del perfil - - - Profile removed successfully - El perfil se ha eliminado correctamente. - - - Profiler events exported successfully to {0} - {0} is the file path - Eventos del generador de perfiles exportados correctamente a {0} - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - Profiler está en modo de solo lectura y desconectado para el archivo XEL "{0}" y no puede iniciar ni crear sesiones dinámicas sin una conexión de base de datos - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - Profiler está en modo de solo lectura y desconectado para el archivo XEL "{0}" y no puede iniciar ni crear sesiones dinámicas sin una conexión de base de datos. - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - Generador de perfiles listo. Seleccione una sesión en la lista desplegable y haga clic en Iniciar para iniciar la generación de perfiles. - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - La sesión del generador de perfiles '{0}' se ha creado correctamente. Iniciando generación de perfiles... - - - Profiler session '{0}' started successfully. - {0} is the session name - La sesión del generador de perfiles ''{0}'' se inició correctamente. - - - Properties - Propiedades - - - Property - Propiedad - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - El proveedor “{0}” no tiene definido un punto de conexión de recursos de Microsoft. - - - Provisioning - Aprovisionando - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - Se ha encontrado la configuración del proxy, pero ocurrió un error al analizar la dirección URL: ''{0}''. Puede encontrar problemas de conexión al usar la extensión MSSQL. Error: {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - Se ha encontrado la configuración de proxy, pero sin un protocolo (por ejemplo, http://): ''{0}''. Puede encontrar problemas de conexión al usar la extensión MSSQL. - - - Public - Público - - - Publish - Publicar - - - Publish DACPAC - Publicar DACPAC - - - Publish Profile - Perfil de publicación - - - Publish Project - Publicación del proyecto - - - Publish Project - {0} - {0} is the name of the project being published - Publicar proyecto: {0} - - - Publish Settings File - Archivo de configuración de publicación - - - Publish Target - Publicar destino - - - Publish profile saved to: {0} - Perfil de publicación guardado en: {0} - - - Publishing Changes - Publicando cambios - - - Pulling DAB container image - Descargando la imagen de contenedor DAB - - - Pulling SQL Server Image - Extrayendo la imagen de SQL Server - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - Extrayendo la imagen de contenedor de SQL Server. Esto puede tardar unos minutos dependiendo de la conexión a Internet. - - - Query - Consulta - - - Query Editor - Editor de Power Query - - - Query Editor shortcuts are managed by Visual Studio Code. - Los atajos de teclado del Editor de Power Query los administra Visual Studio Code. - - - Query Execution - Ejecución de la consulta - - - Query Plan - Plan de consulta - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - Plan de consulta ({0}) - - - Query Plan ({0}) - {0} is the number of query plans - Plan de consulta ({0}) - - - Query Profiler - Generador de perfiles de consulta - - - Query Profiler Session Status - Estado de sesión del generador de perfiles de consulta - - - Query Profiler: No session - Generador de perfiles de consulta: sin sesión - - - Query Profiler: {0} - {0} is the file name or session name - Generador de perfiles de consulta: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - Editor de consultas para {0} - - - Query executed - Consulta ejecutada - - - Query execution failed - Error en la ejecución de la consulta - - - Query execution was canceled. - Se ha cancelado la ejecución de la consulta. - - - Query failed - Error en la consulta - - - Query succeeded - Consulta realizada correctamente - - - Query {0} - {0} is the Quick Query slot number - Consulta {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - Consulta {0}: Coste de la consulta (relativo al script): {1} % - - - Quick Queries - Quick Query - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - Visual Studio Code administra los atajos de teclado de Quick Query. - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - La ranura de Quick Query debe estar entre 1 y {0}. - - - Quick filter all columns... - Filtrar rápidamente todas las columnas... - - - REST - REST - - - REST API - API de REST - - - RESTORE WITH NORECOVERY - RESTAURAR CON NORECOVERY - - - RESTORE WITH RECOVERY - RESTAURACIÓN CON RECUPERACIÓN - - - RESTORE WITH STANDBY - RESTAURAR CON MODO DE ESPERA - - - Read - Lectura - - - Read docs on Microsoft Learn - Leer documentos en Microsoft Learn - - - Read more - Más información - - - Read-Only - Solo lectura - - - Read-only SQL text editor - Editor de texto SQL de solo lectura - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - Modo desconectado de solo lectura para "{0}". No se pueden crear ni iniciar sesiones dinámicas sin una conexión de base de datos. - - - Ready for import - Listo para la importación - - - Readying container for connections. - Preparando el contenedor para las conexiones. - - - Readying container for connections... - Preparando el contenedor para las conexiones... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - Recibir explicaciones en lenguaje natural para ayudar a desarrolladores no familiarizados con T-SQL a entender el código - - - Recent Connections - Conexiones recientes - - - Recent connections list cleared - La lista de conexiones recientes se ha borrado - - - Record shortcut - Acceso directo de grabación - - - Recording shortcut - Acceso directo de grabación - - - Recovery Model - Modelo de recuperación - - - Recovery state - Estado de recuperación - - - Redo - Rehacer - - - Referenced column '{0}' not found - {0} is the column name - No se encontró la columna "{0}" a la que se hace referencia - - - Referenced columns - Columnas a las que se hace referencia - - - Referenced schema - Esquema al que se hace referencia - - - Referenced table - Tabla a la que se hace referencia - - - Referenced table '{0}' not found - {0} is the table name - No se encontró la tabla "{0}" a la que se hace referencia - - - Refresh - Actualizar - - - Refresh Credentials - Actualizar credenciales - - - Refresh dataset - Actualizar conjunto de datos - - - Region - Región - - - Register - Registrar - - - Reject - Rechazar - - - Reliability - Confiabilidad - - - Reload Visual Studio Code - Volver a cargar Visual Studio Code - - - Relocate all files - Reubicar todos los archivos - - - Remind Me Later - Recordármelo más tarde - - - Remove - Quitar - - - Remove Sort - Quitar ordenación - - - Remove a connection profile - Quitar un perfil de conexión - - - Remove file - Quitar archivo - - - Remove filter - Quitar filtro - - - Remove filter for {0} - {0} is the column name - Quitar filtro para {0} - - - Remove from favorites - Quitar de Favoritos - - - Remove sort - Quitar ordenación - - - Remove tag - Quitar etiqueta - - - Remove {0} - {0} is the object type - Quitar {0} - - - Rename - Cambiar nombre - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - Cambie el nombre de "{0}" a "{1}". - - - Rename Database - Cambiar nombre de base de datos - - - Rename Options - Opciones de cambio de nombre - - - Rename is not supported at this position. - No se admite el cambio de nombre en esta posición. - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - El cambio de nombre solo se admite para los archivos SQL que forman parte de un proyecto de SQL abierto. Abra primero el proyecto en el panel Proyectos de base de datos. - - - Rename request failed: {0} - Error en la solicitud de cambio de nombre: {0} - - - Renaming database - Cambiando el nombre de la base de datos - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - Cambiando el nombre de la base de datos ''{0}'' a ''{1}''... - - - Replication - Replicación - - - Request a new feature - Solicitar una nueva característica - - - Required - Obligatorio - - - Requirements: - Requisitos: - - - Requires user authentication - Requiere la autenticación del usuario - - - Reset - Restablecer - - - Reset to Defaults? - ¿Restablecer valores predeterminados? - - - Resize - Cambiar tamaño - - - Resize column '{0}' - {0} is the name of the column - Cambiar el tamaño de la columna ''{0}'' - - - Resize the active result grid column - Cambiar el tamaño de la columna de cuadrícula de resultados activa - - - Resource Group - Grupo de recursos - - - Resource Group Name - Nombre del grupo de recursos - - - Resource Group is required - El grupo de recursos es obligatorio - - - Resource group name is required - Es necesario especificar el nombre del grupo de recursos. - - - Resources - Recursos - - - Restore - Restaurar - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - Restaurar ({0}) - - - Restore Database - Restaurar base de datos - - - Restore Panel Size - Restaurar el tamaño del panel - - - Restore as - Restaurar como - - - Restore panel size - Restaurar el tamaño del panel - - - Restore properties pane - Restaurar panel de propiedades - - - Restrict access to the restored database - Restringir el acceso a la base de datos restaurada - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - Lote de conjunto de resultados {0} - Consulta {1} - - - Result View - Vista de resultados - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - La extensión MSSQL administra los atajos de la vista de resultados. Puede configurar sus asignaciones de teclado directamente aquí. - - - Results - Resultados - - - Results ({0}) - {0} is the number of results - Resultados ({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - Resultados ({0}) - - - Results Preview - Vista previa de resultados - - - Results Preview ({0}) - {0} is the number of preview results - Vista previa de resultados ({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - Vista previa de resultados ({0}) - - - Results exported successfully to {0} - {0} is the file path - Los resultados se exportaron correctamente a {0} - - - Results toolbar - Barra de herramientas de resultados - - - Resume - Reanudar - - - Resuming database - Reanudando base de datos - - - Retry - Reintentar - - - Reveal - Revelar - - - Reveal in Explorer - Mostrar en el Explorador - - - Reveal in Finder - Revelar en Finder - - - Reverse Alphabetical - Orden alfabético inverso - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - Realiza ingeniería inversa de bases de datos existentes explicando los esquemas y las relaciones SQL - - - Revert - Revertir - - - Revert Cell - Revertir celda - - - Revert Row - Revertir fila - - - Revert this change to its original state - Revertir este cambio a su estado original - - - Revert values to project defaults - Revertir los valores a los predeterminados del proyecto - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - Revise o proponga cambios en la configuración de la API en el chat, y GitHub Copilot actualiza su configuración al instante en el generador de API de datos. - - - Reviewing Copilot Change - Revisando el cambio de Copilot - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - Rosetta es necesaria para ejecutar imágenes de contenedor de SQL Server en Apple Silicon. Habilite "Usar Rosetta para la emulación x86_64/amd64 en Apple Silicon" en Docker Desktop > Configuración > General. - - - Row created. - Fila creada. - - - Row deleted. - Fila eliminada. - - - Row marked for removal. - Fila marcada para eliminación. - - - Rows - Filas - - - Rows per page - Filas por página - - - Rule disabled - Regla deshabilitada - - - Rule enabled - Regla habilitada - - - Rule name - Nombre de regla - - - Rules - Reglas - - - Run Query - Ejecutar consulta - - - Run Query History - Ejecutar historial de consultas - - - Run a query for the current active SQL document - Ejecutar una consulta para el documento SQL activo actualmente - - - Run a query in the current editor, or switch to an editor that has results. - Ejecute una consulta en el editor actual o cambie a un editor que tenga resultados. - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - ¿Ejecutar consulta en la conexión "{0}" (Id.: {1})? - -Consulta: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - Ejecute SQL guardado al instante con métodos abreviados de teclado personalizados. Use {arg} para insertar el texto seleccionado del editor de consultas; de lo contrario, se anexa a la consulta. - - - Run, cancel, and create queries - Ejecutar, cancelar y crear consultas - - - Running - En ejecución - - - Running a custom query will discard all pending changes. Do you want to continue? - Al ejecutar una consulta personalizada, se descartarán todos los cambios pendientes. ¿Desea continuar? - - - Running query is not supported when the editor is in multiple selection mode. - No se admite la ejecución de consultas cuando el editor está en modo de selección múltiple. - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Ejecutando consulta en la conexión "{0}" (Id.: {1}) - - - Running: {0} - {0} is how long the query has been running - En ejecución: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - Punto de conexión de análisis SQL - - - SQL Authentication - Autenticación de SQL - - - SQL Container Name - Nombre del contenedor de SQL - - - SQL Container Version - Versión del contenedor de SQL - - - SQL Database - SQL Database - - - SQL Database Projects — Code Analysis - Proyectos de SQL Database: Code Analysis - - - SQL Login - Inicio de sesión de SQL - - - SQL Notebooks - Cuadernos de SQL - - - SQL Plan Files - Archivos de plan de SQL - - - SQL Server Container SA Password - Contraseña de administrador de sistema de contenedor SQL Server - - - SQL Server admin password - Contraseña de administrador de SQL Server - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server no admite contenedores de Windows. Cambie a los contenedores de Linux en la configuración de Docker Desktop. - - - SQL Server is required - SQL Server es obligatorio - - - SQL Server port number - Número de puerto de SQL Server - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0}: más reciente - - - SQL Tools (MSSQL) - Herramientas de SQL (MSSQL) - - - SQL database in Fabric - Base de datos SQL en Fabric - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - Variables SQLCMD - - - SVG - SVG - - - Satisfied - Satisfecho - - - Saturation - Saturación - - - Save - Guardar - - - Save .scmp file - Guardar archivo .scmp - - - Save As - Guardar como - - - Save As... - Guardar como... - - - Save Changes - Guardar cambios - - - Save Connection Group - Guardar grupo de conexiones - - - Save Password - Guardar contraseña - - - Save Password? If 'No', password will be required each time you connect - ¿Quiere guardar la contraseña? Si selecciona "No", se le solicitará cada vez que se conecte. - - - Save Plan - Guardar plan - - - Save Secret - Guardar secreto - - - Save as CSV - Guardar como CSV - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - Guardar como CSV ({0}) - - - Save as Excel - Guardar como Excel - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - Guardar como Excel ({0}) - - - Save as INSERT INTO - Guardar como INSERT INTO - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - Guardar como INSERT INTO ({0}) - - - Save as JSON - Guardar como JSON - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - Guardar como JSON ({0}) - - - Save backup to URL - Guardar copia de seguridad en la dirección URL - - - Save connection profile changes without establishing a connection - Guardar cambios en el perfil de conexión sin establecer una conexión - - - Save password - Guardar contraseña - - - Save results as CSV - Guardar resultados como CSV - - - Save results as Excel - Guardar resultados como Excel - - - Save results as INSERT - Guardar resultados como INSERT - - - Save results as JSON - Guardar resultados como JSON - - - Save results command cannot be used with multiple selections. - El comando para guardar resultados no se puede usar con varias selecciones. - - - Save source and target, options, and excluded elements - Guardar origen y destino, opciones y elementos excluidos - - - Save to Disk - Guardar en Disk - - - Save to URL - Guardar en dirección URL - - - Save without connecting - Guardar sin conectar - - - Saved - Guardado - - - Saved Connections - Conexiones guardadas - - - Saved results to {0} - {0} is the saved file path - Resultados guardados en {0} - - - Saving... - Guardando... - - - Scaffold backend components (e.g., data-access layers) based on your current database context - Generar componentes de back-end (p. ej., capas de acceso a datos) basados en el contexto actual de la base de datos - - - Scale - Escalar - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Error de coincidencia de escala entre "{0}" y "{1}" - - - Schema - Esquema - - - Schema '{0}' is not available. - {0} is the schema name - El esquema "{0}" no está disponible. - - - Schema Changes - Cambios de esquema - - - Schema Compare - Comparación de esquemas - - - Schema Compare Options - Opciones de Comparación de esquemas - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - Error de Comparación de esquemas: "{0}" - - - Schema Designer - Diseñador de esquemas - - - Schema Designer Model is ready. Changes can now be published. - El modelo del Diseñador de esquemas está listo. Ahora se pueden publicar los cambios. - - - Schema Designer with GitHub Copilot - Diseñador de esquemas con GitHub Copilot - - - Schema Diff - Diferencias de esquema - - - Schema designer details are not available. - Los detalles del diseñador de esquemas no están disponibles. - - - Schema designer is not initialized. - El diseñador de esquemas no está inicializado. - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - Diseñador de esquemas abierto. Para mutaciones de esquema, continúe con las {0} operaciones ({1}/{2}). - - - Schema designer state changed. Fetch the latest schema and retry the operation. - Se cambió el estado del diseñador de esquemas. Capture el esquema más reciente y vuelva a intentar la operación. - - - Schema designer state retrieved successfully. - El estado del diseñador de esquemas se recuperó correctamente. - - - Schema designer updated successfully. - El diseñador de esquemas se actualizó correctamente. - - - Schema is required - El esquema es obligatorio - - - Schema/Object Type - Tipo de objeto/esquema - - - Schemas - Esquemas - - - Script - Script - - - Script as Alter - Script de Alter - - - Script as Create - Script como Create - - - Script as Drop - Script de anular - - - Script as Execute - Script de ejecutar - - - Script copied to clipboard - Script copiado en el Portapapeles - - - Script copied to clipboard. - Script copiado en el Portapapeles. - - - Search Database Objects - Buscar objetos de base de datos - - - Search Database Objects - {0} - {0} is the server name - Buscar objetos de base de datos - {0} - - - Search Workspaces - Buscar áreas de trabajo - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - Buscar por nombre o tipo de objeto (por ejemplo, t:<name>, v:, f:o sp:) - - - Search changes... - Buscar cambios... - - - Search connection groups - Buscar grupos de conexiones - - - Search extension shortcut - Buscar acceso directo de la extensión - - - Search options - Opciones de búsqueda - - - Search options... - Opciones de búsqueda... - - - Search rules... - Reglas de búsqueda... - - - Search settings... - Configuración de búsqueda... - - - Search subscriptions... - Buscar suscripciones... - - - Search tables... - Buscar tablas... - - - Search values... - Buscar valores... - - - Search within {0} text content - {0} is the column name - Buscar en {0} contenido de texto - - - Search workspaces... - Buscar áreas de trabajo... - - - Search... - Buscar... - - - Searching... - Buscando... - - - Seed sample data or import an existing schema - Inicializar datos de ejemplo o importar un esquema existente - - - Select - Seleccionar - - - Select All - Seleccionar todo - - - Select Azure account with Key Vault access for column decryption - Seleccionar la cuenta de Azure con acceso a Key Vault para el descifrado de columnas - - - Select Connection - Seleccionar conexión - - - Select Database - Seleccionar la base de datos - - - Select Max vCores - Seleccionar máximo de núcleos virtuales - - - Select Profile - Seleccionar perfil - - - Select Source - Seleccionar origen - - - Select Source Schema - Seleccionar esquema de origen - - - Select Target - Seleccionar destino - - - Select Target Schema - Seleccionar esquema de destino - - - Select Top 1000 - Seleccionar los primeros 1000 - - - Select XEL File - Seleccionar archivo XEL - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - Seleccione una cuenta de Microsoft Entra ID para usar con esta conexión. A continuación se muestra la información de la cuenta original de Azure Data Studio, pero puede elegir otra cuenta. - - - Select a Workspace - Seleccionar un área de trabajo - - - Select a blob - Seleccionar un blob - - - Select a blob container - Seleccionar un contenedor de blobs - - - Select a collation - Seleccionar una intercalación - - - Select a connection group - Seleccionar un grupo de conexiones - - - Select a connection to use as the default - Seleccione una conexión para usarla como predeterminada - - - Select a data source - Seleccionar origen de datos - - - Select a database - Seleccionar una base de datos - - - Select a database for profiling (Azure SQL requires a specific database) - Seleccionar una base de datos para la generación de perfiles (Azure SQL requiere una base de datos específica) - - - Select a file - Seleccione un archivo - - - Select a folder - Seleccionar una carpeta - - - Select a location for the resource group - Seleccione una ubicación para el grupo de recursos - - - Select a maintenance window - Seleccionar una ventana de mantenimiento - - - Select a profiler template - Selección de una plantilla de generador de perfiles - - - Select a resource group - Seleccionar un grupo de recursos - - - Select a server - Seleccionar un servidor - - - Select a session first - Seleccione primero una sesión - - - Select a session... - Seleccione una sesión... - - - Select a storage account - Seleccione una cuenta de almacenamiento - - - Select a subscription - Seleccionar una suscripción - - - Select a subscription to view servers in it. - Seleccione una suscripción para ver los servidores que contiene. - - - Select a tenant - Seleccionar un inquilino - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Seleccione un {0} válido en la lista desplegable - - - Select a workspace to view the databases in it. - Seleccione un área de trabajo para ver las bases de datos que contiene. - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Seleccionar un {0} para filtrar - - - Select account - Seleccionar cuenta - - - Select all - Seleccionar todo - - - Select all cells in the active grid - Seleccionar todas las celdas de la cuadrícula activa - - - Select all entities - Seleccionar todas las entidades - - - Select all options - Seleccionar todas las opciones - - - Select all {0} - {0} is the action name (Create, Read, etc.) - Seleccionar todo {0} - - - Select an account - Seleccione una cuenta - - - Select an account for authentication - Seleccione una cuenta para la autenticación - - - Select an extension to manage connection sharing permissions - Seleccionar una extensión para administrar los permisos de conexión compartida - - - Select an operation - Seleccionar una operación - - - Select column - Seleccionar columna - - - Select file to import - Seleccione el archivo que debe importarse - - - Select image - Seleccionar imagen - - - Select location - Seleccionar ubicación - - - Select new permission for extension: '{0}' - {0} is the extension name - Seleccionar nuevo permiso para la extensión: '{0}' - - - Select or clear all connection groups - Seleccionar o borrar todos los grupos de conexiones - - - Select or clear all connections - Seleccionar o borrar todas las conexiones - - - Select package file - Seleccionar el archivo de paquete - - - Select profile to edit - Seleccionar perfil para editar - - - Select profile to remove - Seleccionar el perfil que se va a quitar - - - Select row - Seleccionar fila - - - Select session - Seleccionar sesión - - - Select subscriptions - Seleccionar suscripciones - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - Seleccione el archivo settings.json de Azure Data Studio para buscar grupos de conexiones y conexiones. - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - Seleccione el método HTTP que pueden ejecutar este procedimiento almacenado. DAB tiene como valor predeterminado POST. - - - Select the SQL Server Container Image - Selección de la imagen de contenedor de SQL Server - - - Select the entire current column - Seleccionar toda la columna actual - - - Select the entire current row - Seleccionar toda la fila actual - - - Select the target schema - Seleccionar el esquema de destino - - - Selected - Seleccionado - - - Selected Microsoft Entra account removed successfully. - La cuenta de Microsoft Entra seleccionada se quitó correctamente. - - - Selected Path - Ruta seleccionada - - - Selected backup file does not contain a valid database backup - El archivo de copia de seguridad seleccionado no contiene una copia de seguridad de base de datos válida - - - Selected query-editor text - Texto del editor de consultas seleccionado - - - Selection - Selección - - - Sequelize - Sequelize - - - Serialization failed - Error de serialización - - - Server - Servidor - - - Server - {0} - {0} is the server name - Servidor: {0} - - - Server Connections - Conexiones de servidor - - - Server Edition - Edición del servidor - - - Server Name - Nombre del servidor - - - Server Version - Versión de servidor - - - Server connection in progress. Do you want to cancel? - Conexión de servidor en curso. ¿Desea cancelar? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - No se puede iniciar el servidor. Puede tratarse de un error de permisos o una incompatibilidad en el sistema. Puede intentar habilitar la autenticación del dispositivo mediante código en la configuración. - - - Server is required - El servidor es obligatorio. - - - Server name is required - Es necesario especificar el nombre del servidor. - - - Server name not set. - Nombre del servidor no establecido. - - - Server name or ADO.NET connection string - Nombre del servidor o cadena de conexión de ADO.NET - - - Server {0} not found. - {0} is the server name - No se encontró el servidor {0}. - - - Serverless - Sin servidor - - - Service installation failed. - Error en la instalación del servicio. - - - Service tier - Nivel de servicio - - - Session - Sesión - - - Session creation timed out - Se agotó el tiempo de espera para la creación de la sesión - - - Session name can only contain letters, numbers, underscores, and hyphens - El nombre de sesión solo puede contener letras, números, caracteres de subrayado y guiones - - - Session name cannot be empty - El nombre de sesión no puede estar vacío - - - Session name must be {0} characters or less - {0} is the maximum length - El nombre de sesión debe tener {0} caracteres o menos - - - Session not running - La sesión no se está ejecutando - - - Set Default - Establecer valor predeterminado - - - Set Null - Establecer en Null - - - Set backup Compression - Establecer compresión de copia de seguridad - - - Set backup Media Set - Establecer conjunto de medios de copia de seguridad - - - Set backup retain days - Configure los días de conservación de la copia de seguridad - - - Setting - Ajuste - - - Setting up - Configurando - - - Setting up container - Configuración del contenedor - - - Settings - Configuración - - - Settings and Keybindings - Configuración y enlaces de teclado - - - Settings are fixed for free tier. - La configuración se ha corregido para el nivel Gratis. - - - Settings for {0} - {0} is the entity name - Configuración de {0} - - - Severity - Gravedad - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - Gravedad para {0} - - - Shortcut - Acceso directo - - - Shortcuts Configuration - Configuración de accesos directos - - - Shortcuts Configuration (Preview) - Configuración de accesos directos (versión preliminar) - - - Shortcuts configuration page - Página de configuración de accesos directos - - - Show All - Mostrar todo - - - Show Changes - Mostrar los cambios - - - Show Confirm Password - Mostrar confirmar contraseña - - - Show Definition - Mostrar definición - - - Show Estimated Plan - Mostrar plan estimado - - - Show MSSQL output - Mostrar salida de MSSQL - - - Show Menu - Mostrar menú - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - Mostrar menú ({0}) - - - Show New Password - Mostrar nueva contraseña - - - Show SQL - Mostrar SQL - - - Show SQL Pane - Mostrar panel SQL - - - Show Schema - Mostrar esquema - - - Show a random table definition - Mostrar la definición de una tabla aleatoria - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - Mostrar todos los métodos abreviados de Quick Query en VS Code métodos abreviados de teclado - - - Show all columns - Mostrar todas las columnas - - - Show full error message - Mostrar mensaje de error completo - - - Show masked command (hides sensitive information) - Mostrar comando enmascarado (oculta información confidencial) - - - Show or hide the query result panel - Mostrar u ocultar el panel de resultados de la consulta - - - Show password - Mostrar contraseña - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - ¿Desea mostrar el esquema de la conexión "{0}" (id.: {1})? - - - Show table relationships - Mostrar relaciones de tablas - - - Show unmasked command (reveals sensitive information) - Mostrar comando sin enmascarar (revela información confidencial) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Mostrando esquema para la conexión "{0}" (Id.: {1}) - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - Mostrando {0} de {1} eventos - - - Showplan XML - Showplan XML - - - Sign In - Iniciar sesión - - - Sign in - Iniciar sesión - - - Sign in and retry - Iniciar sesión y reintentar - - - Sign in to a new account - Iniciar sesión en una nueva cuenta - - - Sign in to your Azure subscription - Inicie sesión en la suscripción de Azure - - - Sign in to your Azure subscription in one of the sovereign clouds. - Inicie sesión en la suscripción de Azure en una de las nubes soberanas. - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - Inicie sesión en la suscripción de Azure con un código de dispositivo. Use esta opción en las instalaciones en las que no funciona el comando Iniciar sesión. - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - Inicie sesión con Entra ID “{0}”. - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - Inicie sesión con su cuenta de Microsoft Entra ID, incluidas las cuentas con autenticación multifactor. Haga clic en el icono de información para obtener más información. - - - Sign into Azure - Iniciar sesión en Azure - - - Sign into Azure in order to add a firewall rule. - Inicie sesión en Azure para agregar una regla de firewall. - - - Sign into Fabric - Iniciar sesión en Fabric - - - Sign into additional accounts - Iniciar sesión en cuentas adicionales - - - Sign into tenant - Iniciar sesión en el inquilino - - - Signing in to Azure as {0}... - {0} is the account name - Iniciando sesión en Azure como {0}... - - - Simple - Simple - - - Simple Container Management - Administración de contenedores simple - - - Smart performance - Rendimiento inteligente - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - Algunas conexiones o grupos tienen información incompleta. Puede continuar, pero es posible que tenga que editar estas conexiones más tarde antes de conectarse. - - - Sort - Ordenar - - - Sort Ascending - Orden ascendente - - - Sort Descending - Orden descendente - - - Sort ascending - Orden ascendente - - - Sort column - Ordenar columna - - - Sort descending - Orden descendente - - - Source - Origen - - - Source Column - Columna de origen - - - Source Database - Base de datos de origen - - - Source Name - Nombre del origen - - - Source: {0} - {0} is the fully qualified DAB source object name - Origen: {0} - - - Source: {0} - {0} is the task source - Origen: {0} - - - Specifies whether the column is included in the primary key for the table. - Especifica si la columna se incluye en la clave principal de la tabla. - - - Specifies whether the column may have a NULL value. - Especifica si la columna puede tener un valor NULL. - - - Specify Input File - Especificar archivo de entrada - - - SqlPackage Command - Comando SqlPackage - - - Standby file - Archivo en espera - - - Start - Iniciar - - - Start IP Address - Dirección IP inicial - - - Start Time - Hora de inicio - - - Start profiling session - Iniciar sesión de generación de perfiles - - - Start, stop, and remove containers directly from the extension. - Inicie, detenga y quite contenedores directamente de la extensión. - - - Started executing query at - La consulta comenzó a ejecutarse a las - - - Started query execution for document "{0}" - {0} is the document name - Se inició la ejecución de la consulta para el documento "{0}". - - - Started saving results to {0} - {0} is the file path - Se inició el guardado de resultados en {0} - - - Starting '{0}'... - {0} is the service name - Iniciando "{0}"... - - - Starting Container... - Iniciando contenedor... - - - Starting DAB container - Iniciando el contenedor DAB - - - Starting Docker Desktop - Iniciando Docker Desktop - - - Starting Docker... - Iniciando Docker... - - - Starting {0}... - {0} is the container name - Iniciando {0}... - - - Starts With - Comienza por - - - Starts with - Comienza con - - - Status - Estado - - - Status: {0} - {0} is the task status - Estado: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - Paso {0} de {1} - - - Stop - Detener - - - Stop session - Detener sesión - - - Stopped - Detenido - - - Stopping Container... - Deteniendo contenedor... - - - Stopping profiler session "{0}"... - {0} is the session name - Deteniendo la sesión del generador de perfiles "{0}"... - - - Storage - Almacenamiento - - - Storage Account - Cuenta de almacenamiento - - - Storage Account is required - Se requiere una cuenta de almacenamiento - - - Stored Procedure - Procedimiento almacenado - - - Stored Procedures - Procedimientos almacenados - - - Stored procedure GraphQL operation - Operación GraphQL de procedimiento almacenado - - - Stored procedure REST methods - Métodos REST de procedimiento almacenado - - - Submit - Enviar - - - Submit an issue - Enviar un problema - - - Subscription - Suscripción - - - Subscription is required - Se requiere una suscripción - - - Subtree Cost - Coste del subárbol - - - Succeeded - Realizado correctamente - - - Succeeded with warning - Correcto con advertencia - - - Successfully changed to database: {0} - {0} is the database name - Se cambió correctamente a la base de datos: {0} - - - Successfully connected to server. - Se conectó correctamente al servidor. - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - Se actualizó correctamente el token para la conexión {0} con uri {1}, {2} - - - Successfully saved results to {0} - {0} is the file path - Los resultados se han guardado correctamente en {0}. - - - Sum - Suma - - - Sum: {0} - {0} is the sum - Suma: {0} - - - Summary - Resumen - - - Summary loading canceled - Carga de resumen cancelada - - - Summary loading was canceled by user - El usuario canceló la carga del resumen - - - Switch Direction - Cambiar dirección - - - Switch Source and Target - Intercambiar origen y destino - - - Switch between result panes and tabs - Cambiar entre los paneles de resultados y las pestañas - - - Switch results view - Cambiar vista de resultados - - - Switch to Grid View - Cambiar a vista de cuadrícula - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - Cambiar a vista de cuadrícula ({0}) - - - Switch to MSAL - Cambiar a MSAL - - - Switch to Messages tab - Cambiar a la pestaña Mensajes - - - Switch to Query Plan tab - Cambiar a la pestaña Plan de consulta - - - Switch to Results tab - Cambiar a la pestaña Resultados - - - Switch to Text View - Cambiar a vista de texto - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - Cambiar a vista de texto ({0}) - - - Switched to {0} - {0} is the connection label - Cambiado a {0} - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - Se canceló el cambio a contenedores de Linux. SQL Server solo admite contenedores de Linux. - - - Synchronous resize - Cambio de tamaño sincrónico - - - System databases - Bases de datos del sistema - - - T-SQL - T-SQL - - - Table - Tabla - - - Table '{0}' already exists - {0} is the table name - La tabla "{0}" ya existe. - - - Table '{0}' not found - {0} is the table name - No se ha encontrado la tabla "{0}" - - - Table Diagram - Diagrama de tabla - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - El explorador de tabla para '{0}' tiene cambios sin guardar. ¿Desea guardarlos o descartarlos? - - - Table Name - Nombre de tabla - - - Table Schema - Esquema de tabla - - - Table added to schema designer successfully. - La tabla se agregó correctamente al diseñador de esquemas. - - - Table deleted from schema designer successfully. - La tabla se eliminó correctamente del diseñador de esquemas. - - - Table id already exists. - El id. de tabla ya existe. - - - Table must include at least one column. - La tabla debe incluir al menos una columna. - - - Table name - Nombre de tabla - - - Table name cannot be empty - El nombre de la tabla no puede estar vacío - - - Table name is required - El nombre de tabla es obligatorio. - - - Table updated in schema designer successfully. - La tabla se actualizó correctamente en el diseñador de esquemas. - - - Tables - Tablas - - - Tag keys must be unique. - Las claves de etiqueta deben ser únicas. - - - Tags - Etiquetas - - - Tail-log backup - Copia de seguridad del final del registro - - - Tail-log backup file - Archivo de copia de seguridad del final del registro - - - Take Survey - Realizar encuesta - - - Take tail-log backup before restore - Realizar la copia del final del registro antes de la restauración - - - Target - Destino - - - Target Database - Base de datos de destino - - - Target Name - Nombre de destino - - - Target Table - Tabla de destino - - - Target: {0} - {0} is the task target location - Destino: {0} - - - Task log is unavailable. - El registro de tareas no está disponible. - - - Task: {0} - {0} is the task name - Tarea: {0} - - - Tenant - Inquilino - - - Tenant ID - Id. de inquilino - - - Tenant ID is required - Es necesario especificar el identificador del inquilino. - - - Tenant is required - El inquilino es obligatorio - - - Terms & Conditions - Términos y condiciones - - - Test connecting with the current settings - Pruebe de conexión con la configuración actual - - - Test connection - Probar conexión - - - Testing connection profile... - Probar el perfil de conexión... - - - Testing... - Probando... - - - Text - Texto - - - Text View - Vista de texto - - - Text tab - displays SQL text data - Pestaña Texto: muestra datos de texto SQL - - - The Application (Client) ID of your Microsoft Entra app registration. - El Id. de aplicación (Cliente) del registro de la aplicación de Microsoft Entra. - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - Query Profiler ahora admite la base de datos SQL en conexiones de Microsoft Fabric, con nuevas plantillas de Azure SQL Database, incluida {code-snippet-0} para la generación de perfiles T-SQL ligera. - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - No se pudo iniciar la extensión de SQL Server porque no se pudo iniciar el servicio en segundo plano necesario. Instale el VSIX sin conexión para el sistema operativo o compruebe la conexión de red e inténtelo de nuevo. Detalles: {0} - - - The XEL file was not found. - No se encontró el archivo XEL. - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - Comportamiento cuando un usuario intenta eliminar una fila con datos que intervienen en una relación de clave externa. - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - Comportamiento cuando un usuario intenta actualizar una fila con datos que intervienen en una relación de clave externa. - - - The client secret for your Microsoft Entra app registration. - El secreto de cliente para el registro de aplicaciones de Microsoft Entra. - - - The columns of the index. - Las columnas del índice. - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - El identificador de conexión "{0}" establecido en "mssql.defaultConnectionId" no coincide con ningún perfil de conexión conocido. Los nuevos editores revertirán a la transferencia de la conexión activa. - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - La conexión con el identificador '{0}' no tiene establecida la propiedad 'server' y se omite. Establezca la propiedad "server" en esta conexión para usarla. - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - No se ha configurado la opción de nube personalizada. Configure el valor "{0}". - - - The description of the check constraint. - Descripción de la restricción CHECK. - - - The description of the foreign key. - Descripción de la clave externa. - - - The description of the index. - Descripción del índice. - - - The description of the primary key. - Descripción de la clave principal. - - - The expression defining the check constraint. - Expresión que define la restricción CHECK. - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - La extensión '{0}' está solicitando acceso a sus conexiones de SQL Server. Esto le permitirá ejecutar consultas y acceder a su base de datos. - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - El primer valor debe ser menor que el segundo valor para el operador {0} en el filtro {1} - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Se debe establecer el primer valor para el operador {0} en el filtro {1} - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - A las siguientes conexiones de área de trabajo o carpeta del área de trabajo les falta la propiedad "id" y se omiten. Agregue manualmente la propiedad "id" a la conexión para usarla. - - {0} - - - The language model did not return any output. - El modelo de lenguaje no devolvió ningún resultado. - - - The mapping between foreign key columns and primary key columns. - Asignación entre las columnas de la clave externa y las de la clave principal. - - - The maximum length (in characters) that can be stored in this database object. - Longitud máxima (en caracteres) que se puede almacenar en este objeto de base de datos. - - - The name of the check constraint. - Nombre de la restricción CHECK. - - - The name of the column object. - El nombre del objeto de la columna. - - - The name of the column. - El nombre de la columna. - - - The name of the foreign key. - Nombre de la clave externa. - - - The name of the index. - Nombre del índice. - - - The query results panel failed to load. Please try running the query again. - No se pudo cargar el panel de resultados de la consulta. Intente ejecutar la consulta de nuevo. - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - La lista de conexiones recientes se ha borrado, pero se produjeron errores mientras se eliminaban algunas credenciales asociadas. Vea los errores en el canal de salida de MSSQL. - - - The requested model could not be found. Please check model availability or try a different model. - No se puede encontrar el modelo solicitado. Verifique la disponibilidad del modelo o pruebe con otro. - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Se debe establecer el segundo valor para el operador {0} en el filtro {1} - - - The selected file is not a valid XEL file. - El archivo seleccionado no es un archivo XEL válido. - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - El perfil seleccionado se autentica mediante el Entra ID "{0}", pero esa cuenta no ha iniciado sesión en la extensión MSSQL. Edite la conexión o inicie sesión en MSSQL con esa cuenta para conectarse. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - El perfil seleccionado se autentica mediante el Entra ID "{0}" en el inquilino "{1}", pero esa cuenta no está disponible a través de VS Code inicio de sesión. Edite la conexión o inicie sesión en VS Code con esa cuenta para conectarse. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - El perfil seleccionado se autentica mediante Entra ID "{0}" en el inquilino "{1}", pero esa cuenta no ha iniciado sesión en la extensión MSSQL. Edite la conexión o inicie sesión en MSSQL con esa cuenta para conectarse. - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - El perfil seleccionado se autentica mediante el id. de Entra "{0}", pero esa cuenta no está disponible a través de VS Code inicio de sesión. Edite la conexión o inicie sesión en VS Code con esa cuenta para conectarse. - - - The table which contains the primary or unique key column. - Tabla que contiene la columna de clave principal o única. - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - El {0} servicio se ha bloqueado. Detalles: {1} - - - There was an error updating the project - Error al actualizar el proyecto - - - This connection does not have a display name in Azure Data Studio. - Esta conexión no tiene un nombre para mostrar en Azure Data Studio. - - - This connection's group has not been selected, so this connection will be imported to the root. - No se ha seleccionado el grupo de esta conexión, por lo que esta conexión se importará a la raíz. - - - This database name is already in use. Please choose a different name. - El nombre de esta base de datos ya está en uso. Elija otro nombre. - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - No se pudo procesar este mensaje. Si el problema persiste, compruebe los registros y abra un problema en GitHub. - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - Esta operación ha analizado la estructura del archivo de entrada para generar la siguiente vista previa que abarca hasta las 50 primeras filas como máximo. - - - This server only supports Microsoft Entra ID authentication. - Este servidor solo admite la autenticación de Microsoft Entra ID. - - - This server only supports SQL Authentication. - Este servidor solo admite la autenticación de SQL. - - - This server supports Microsoft Entra ID and SQL Authentication. - Este servidor admite el Microsoft Entra ID y la autenticación de SQL. - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - Este acceso directo requiere que el texto seleccionado se pase como parámetro. Seleccione texto en el editor de SQL y vuelva a ejecutar el acceso directo. - - - This value was not provided in the Azure Data Studio settings file. - Este valor no se proporcionó en el archivo de configuración de Azure Data Studio. - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - Esto implementará un contenedor del generador de API de datos localmente usando Docker. El contenedor expondrá {0} las API en función de la configuración. - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - Esto restablecerá todas las reglas a su gravedad predeterminada y deshabilitará "Habilitar Code Analysis en la compilación". Esta operación no se puede deshacer. ¿Desea continuar? - - - Time - Hora - - - Timestamp - Marca de tiempo - - - To - Label for the end IP address in the firewall rule IP range - Para - - - To compare two schemas, first select a source schema and target schema, then press compare. - Para comparar dos esquemas, seleccione primero un esquema de origen y un esquema de destino y, a continuación, presione Comparar. - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - Para usar este comando, abra un archivo .sql, cambie el lenguaje del editor a "SQL" o seleccione el texto T-SQL en el editor SQL activo. - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - Para usar este comando, debe establecer el lenguaje como "SQL". Confirme para cambiar el modo de lenguaje. - - - Toggle Actual Plan - Alternar plan real - - - Toggle Query Result Panel - Alternar panel de resultados de consulta - - - Toggle SQLCMD Mode - Alternar modo SQLCMD - - - Toggle Sort - Alternar ordenación - - - Toggle Tooltips - Alternar información sobre herramientas - - - Toggle actual execution plan collection for SQL queries - Activar o desactivar la recopilación del plan de ejecución real para consultas SQL - - - Toggle all entities in {0} - {0} is the schema name - Alternar todas las entidades de {0} - - - Toggle between grid and text view - Alternar entre cuadrícula y vista de texto - - - Toggle columns for {0} - {0} is the entity name - Alternar columnas para {0} - - - Toggle dark mode - Alternar modo oscuro - - - Toggle filter row - Alternar fila de filtro - - - Toggle pre-header row - Alternar fila previa al encabezado - - - Toggle selection for {0} - {0} is the connection display name - Alternar selección de {0} - - - Toggle selection for {0} - {0} is the connection group name - Alternar selección de {0} - - - Toggle sort - Alternar ordenación - - - Toggle sorting for the active column - Alternar ordenación de la columna activa - - - Token refreshed successfully. - Token actualizado correctamente. - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - Búsqueda de herramientas para: {0} - {1}. - - - Total execution time: {0} - {0} is the elapsed time - Tiempo total de ejecución: {0} - - - Total rows to fetch: - Total de filas que se van a capturar: - - - Transaction Log - Registro de transacciones - - - Transfer active connection (Default) - Transferir conexión activa (valor predeterminado) - - - Truncate the transaction log - Truncar el registro de transacciones - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - Pruebe Azure SQL Database sin coste alguno con nuestra oferta de nivel Gratis. Aprovisione una base de datos en la nube totalmente administrada directamente desde VS Code. - - - Try adjusting your search or filters - Pruebe a ajustar la búsqueda o los filtros - - - Try it - Probar - - - Try searching by command name, description, or keybinding. - Intente buscar por nombre de comando, descripción o combinación de teclas. - - - Type - Tipo - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - Dirección URL copiada en el Portapapeles - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - No se puede adquirir un token de Microsoft Entra de VS Code para la cuenta seleccionada: {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - No se puede adquirir un token válido. (expira: {0}, pero actualmente es: {1}) - - - Unable to determine the server authentication type. - No se puede determinar el tipo de autenticación del servidor. - - - Unable to execute the command while the extension is initializing. Please try again later. - No se puede ejecutar el comando mientras se está inicializando la extensión. Vuelva a intentarlo más tarde. - - - Unable to expand. Please check logs for more information. - No se puede expandir. Consulte los registros para obtener más información. - - - Unable to load backup configuration. Please try again. - No se puede cargar la configuración de copia de seguridad. Inténtelo de nuevo. - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - No se puede cargar la lista de bases de datos del servidor: {0} Puede escribir directamente el nombre de la base de datos. - - - Unable to open Table Explorer: No target node provided. - No se puede abrir el explorador de tabla: no se proporcionó ningún nodo de destino. - - - Unable to read proxy agent options. - No se pueden leer las opciones del agente proxy. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - No se puede recuperar la lista de bases de datos. Es posible que no tenga permiso para enumerar las bases de datos de este servidor. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - No se puede recuperar la lista de bases de datos. Es posible que no tenga permiso para enumerar las bases de datos de este servidor. Si la conexión especifica una base de datos, se preseleccionará. - - - Unavailable for backups to existing files - No disponible para copias de seguridad en archivos existentes - - - Understand and document business logic embedded in stored procedures, views, and functions - Comprender y documentar la lógica de negocio integrada en procedimientos almacenados, vistas y funciones - - - Undo - Deshacer - - - Undo All - Deshacer todo - - - Undo All Copilot Changes - Deshacer todos los cambios de Copilot - - - Unfreeze columns - Liberar columnas - - - Unfreeze columns/rows - Liberar columnas o filas - - - Unknown - Desconocido - - - Unknown Connection - Conexión desconocida - - - Unknown account - Cuenta desconocida - - - Unknown deployment step: {0} - {0} is the deployment step number - Paso de implementación desconocido: {0} - - - Unknown error - Error desconocido - - - Unknown magic command: %%{0} - {0} is the magic command name - Comando mágico desconocido: %%{0} - - - Unknown object management dialog. - Cuadro de diálogo de administración de objetos desconocido. - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - Operación desconocida {0}. Operaciones admitidas: add_table, update_table, delete_table, replace_schema get_schema - - - Unknown tenant ID - Id. de inquilino desconocido - - - Unnamed Profile - Perfil sin nombre - - - Unsaved Changes - Cambios sin guardar - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - Arquitectura no admitida para Docker: {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - Tipo de autenticación no admitido en la cadena de conexión: {0}. Solo se admiten el inicio de sesión de SQL, integrado, Azure MFA y Active Directory autenticación predeterminada. - - - Unsupported by Data API builder. - No es compatible con el generador de API de datos. - - - Unsupported data types detected - Tipos de datos no admitidos detectados - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - Plataforma no admitida para Docker: {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - Hasta 10 bases de datos con 100 000 segundos de núcleo virtual, 32 GB de almacenamiento y copias de seguridad que se renuevan mensualmente. - - - Update - Actualizar - - - Update Database - Actualizar base de datos - - - Update Script - Actualizar script - - - Updating IntelliSense... - Actualizando IntelliSense... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - Límites de utilización superados. Inténtelo de nuevo más tarde o considere optimizar sus solicitudes. - - - Use Microsoft Entra ID authentication to provision and connect to this database. - Use la autenticación de Microsoft Entra ID para aprovisionar y conectarse a esta base de datos. - - - Use SQL Authentication with a valid username and password. - Use la autenticación de SQL con un nombre de usuario y una contraseña válidos. - - - Use T-SQL intellisense and syntax error checking on current document - Use la comprobación de errores de sintaxis e IntelliSense de T-SQL en el documento actual. - - - Use discount code {0} to save €200 on registration. - Use el código {0} de descuento para guardar 200 € en el registro. - - - Use encryption for this backup - Usar cifrado para esta copia de seguridad - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - Usar formato: AAAA-MM-DD HH:mm:ss[.SSS] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - Use el lenguaje natural para diseñar esquemas de base de datos directamente en el Diseñador de esquemas visuales. Cree esquemas desde cero, evolucione los diseños existentes, revise los cambios mediante una vista de diferencias e importe artefactos externos, todo ello reflejado en el diagrama visual y el script de T-SQL. - - - Use the default server setting - Usar la configuración de servidor predeterminada - - - Use {0} to create a new connection. - {0} is the connect command - Use {0} para crear una conexión nueva. - - - Used in API routes and responses - Se usa en rutas y respuestas de API - - - User - Usuario - - - User ID - Id. de usuario - - - User Name - Nombre de usuario - - - User databases - Bases de datos de usuario - - - User name - Nombre de usuario - - - User name (SQL Login) - Nombre de usuario (inicio de sesión de SQL) - - - User name is required - El nombre de usuario es obligatorio - - - Username - Nombre de usuario - - - Username is required - Es necesario especificar el nombre de usuario - - - Uses the WITH KEEP_REPLICATION option during restore - Use la opción WITH KEEP_REPLICATION durante la restauración - - - Uses the WITH NORECOVERY option during restore - Use la opción WITH NORECOVERY durante la restauración - - - Uses the WITH REPLACE option during restore - Use la opción WITH REPLACE durante la restauración - - - Uses the WITH RESTRICTED_USER option during restore - Use la opción WITH RESTRICTED_USER durante la restauración - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - Usando {0} ({1})... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - Usando {0} para procesar la solicitud... - - - Validation failed - Error de validación - - - Validation failed. Please check your inputs - Error de validación. Compruebe sus entradas - - - Value - Valor - - - Value is required - El valor es obligatorio - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - Los valores de vector son de solo lectura en este editor. Use T-SQL para modificar el valor o regenerar la inserción. - - - Verify a container image by using the Notation CLI - Comprobación de una imagen de contenedor mediante la CLI de Notation - - - Verify backup when finished - Comprobar copia de seguridad cuando haya terminado - - - Verifying Docker engine is ready - Comprobando que el motor de Docker esté listo - - - Verifying Docker is installed on your system - Comprobando que Docker esté instalado en el sistema - - - Verifying the API is ready to accept requests - Comprobando que la API está lista para aceptar solicitudes - - - Very Dissatisfied - Muy insatisfecho - - - Very Satisfied - Muy satisfecho - - - View - Vista - - - View Config - Ver configuración - - - View More - Ver más - - - View Swagger - Ver Swagger - - - View Table Diagram - Ver diagrama de tabla - - - View known issues - Ver problemas conocidos - - - View mssql for Visual Studio Code release notes? - ¿Desea ver mssql para Visual Studio Code notas de la versión? - - - View roadmap - Ver plan de desarrollo - - - View settings - Ver configuración - - - View the estimated query execution plan - Ver el plan de ejecución estimado de la consulta - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - Vea, agregue, edite y elimine filas de tabla en una cuadrícula interactiva con validación en tiempo real y vistas previas de scripts DML activos. - - - View/configure keybinding - Ver o configurar el enlace de teclado - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - Ver o configurar el enlace de teclado para {0} - - - View: - Vista: - - - Views - Vistas - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - Visual Studio Code debe volver a iniciarse para que esta configuración entre en vigor. Vuelva a cargar Visual Studio Code. - - - Visualize and Design Schema - Visualizar y diseñar esquema - - - WHERE - DÓNDE - - - Warehouse - Almacén - - - Warning - Advertencia - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - Advertencia: el conjunto de resultados está incompleto. Mostrando {0} de {1} filas. No se pudo cargar el conjunto de resultados completo. - - - Warnings - Advertencias - - - Warnings detected. Please review the changes. - advertencias detectadas. Revise los cambios. - - - Watch demo - Ver demostración - - - Watch demos on YouTube - Ver demostraciones en YouTube - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - No podemos encontrar dónde se encuentra Docker Desktop en el equipo. Inicie Docker Desktop manualmente e inténtelo de nuevo. - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - No pudimos conectarnos con la información de conexión actual. ¿Quiere volver a intentar la conexión o editar el perfil de conexión? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - Nos alegra que esté disfrutando de MSSQL para VS Code. Considere la posibilidad de dejar una revisión rápida en el Marketplace de VS Code. - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - La vista web “{0}” no se ha preparado en {1}ms - - - Webview was disposed before it became ready - La vista web se eliminó antes de que estuviera lista - - - What I can do for you: - Lo que puedo hacer por usted: - - - What can we do to improve? - ¿Qué podemos hacer para mejorar? - - - What's next? - ¿Qué es lo siguiente? - - - Width cannot be 0 or negative - El ancho no puede ser 0 ni negativo - - - Windows Authentication - Autenticación de Windows - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - Funciona con VS Code y SSMS y utiliza la autenticación de Microsoft Entra y los controles de acceso de Fabric. - - - Workspace - Área de trabajo - - - Workspace is required - El área de trabajo es obligatoria - - - Write a review - Escribir una revisión - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - Escriba y ejecute consultas SQL en Notebooks Jupyter nativos de Visual Studio Code con resultados interactivos, opciones de ordenación y filtrado, y documentación en Markdown. - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - Escribir, optimizar y solucionar problemas de consultas SQL con mejoras recomendadas por IA - - - YYYY-MM-DD HH:mm:ss - AAAA-MM-DD HH:mm:ss - - - Yes - - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - Va a implementar en una base de datos existente. Esta operación hará cambios permanentes en el esquema de la base de datos y puede causar pérdida de datos. ¿Desea continuar? - - - You are not connected to any database. - No está conectado a ninguna base de datos. - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - Está viendo este mensaje porque ha actualizado la extensión de MSSQL a la versión {0}. - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - Ha capturado eventos de Profiler que no se han exportado. Si cierra ahora, perderá todos los eventos capturados. ¿Desea exportarlos a un archivo CSV? - - - You have unsaved changes. Do you want to save before closing? - Tiene cambios sin guardar. ¿Desea guardar antes de cerrar? - - - You must accept the license - Debe aceptar la licencia - - - You must be signed into Azure in order to browse SQL databases. - Debe iniciar sesión en Azure para poder explorar las bases de datos SQL. - - - You must be signed into Fabric in order to browse SQL databases. - Debe iniciar sesión en Azure para poder explorar las bases de datos SQL. - - - You must review and accept the terms to proceed - Debe revisar y aceptar los términos para continuar. - - - Your API is available at: - La API está disponible en: - - - Your APIs are available at the following endpoints: - Las API están disponibles en los siguientes puntos de conexión: - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - El motor de Docker ejecuta actualmente contenedores de Windows. SQL Server solo admite contenedores de Linux. ¿Desea cambiar a contenedores de Linux? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - La cuenta debe volver a autenticarse para acceder a {0} recursos. Presione Abrir para iniciar el proceso de autenticación. - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - La dirección IP del cliente ''{0}'' no tiene acceso al servidor ''{1}'' al que está intentando conectarse. ¿Desea crear una nueva regla de firewall? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - La dirección IP del cliente no tiene acceso al servidor. Agregue una cuenta de Microsoft Entra y cree una nueva regla de firewall para habilitar el acceso. - - - Your current IP {0} will be added automatically. - {0} is the current IP address - La IP actual {0} se agregará automáticamente. - - - Your database will continue running after the free offer limit and you will be charged for overages. - La base de datos seguirá ejecutándose después del límite de la oferta gratuita y se le cobrará por el uso por encima del límite. - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - Su contraseña debe contener caracteres de al menos tres de las siguientes categorías: letras mayúsculas, letras minúsculas, números (0-9) y caracteres especiales (!, $, #, %, etc.). - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - El inquilino "{0} ({1})" requiere que vuelva a autenticarse para acceder a {2} recursos. Presione Abrir para iniciar el proceso de autenticación. - - - Zone-redundant backup storage - Almacenamiento de copias de seguridad con redundancia de zona - - - Zoom In - Acercar - - - Zoom Out - Alejar - - - Zoom to Fit - Zoom para ajustar - - - [Optional] Database to connect (press Enter to connect to <default> database) - [Opcional] Base de datos a la que conectarse (presione Entrar para conectarse a la base de datos <default>). - - - [Optional] Enter a display name for this connection profile - [Opcional] Especificar un nombre para mostrar de este perfil de conexión - - - [Read-only] Pre-filled from the server properties. - [Solo lectura] Rellenado previamente desde las propiedades del servidor. - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - y - - - authenticationType - authenticationType - - - contains - contiene - - - database - base de datos - - - default - Predeterminado - - - delete the saved connection: {0}? - {0} is the connection name - eliminar la conexión guardada: {0}? - - - does not contain - no contiene - - - encrypt - cifrar - - - ends with - termina en - - - equals - es igual que - - - greater than - mayor que - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - nombreDeHost\instancia o <servidor>.database.windows.net o cadena de conexión de ADO.NET - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - no es nulo - - - is null - es nulo - - - items - elementos - - - items per page - elementos por página - - - items selected - elementos seleccionados - - - less than - menor que - - - location - ubicación - - - macOS Sierra or newer is required to use this feature. - Para usar esta función se requiere macOS Sierra o versiones posteriores. - - - none selected - sin selección - - - not equals - no igual a - - - of - de - - - or - o - - - profiler_events - profiler_events - - - resource group - grupo de recursos - - - server - servidor - - - starts with - comienza con - - - subscription - suscripción - - - test - prueba - - - undefined - sin definir - - - untitled - sin título - - - updatingIntelliSense - updatingIntelliSense - - - vCores - Núcleos virtuales - - - value - valor - - - x of y selected - x de y seleccionado - - - {0} (Current Account) - {0} is the account display name - {0} (cuenta actual) - - - {0} (filtered) - {0} (con filtro) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1}%) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1}%): {2} - - - {0} accounts - {0} is the number of accounts - {0} cuentas - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - Acción {0} para {1} - - - {0} change(s) - {0} is the number of changes - {0} cambio(s) - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0} cambiado de ''{1}'' a ''{2}'' - - - {0} changes - {0} is the number of property changes - {0} cambios - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - Muestrario de colores {0} ({1}) - - - {0} column data - {0} is the number of columns - Datos de {0} columna - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - {0} grupo de conexiones importado - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - {0} grupos de conexiones importados - - - {0} connection imported - {0} is the number of connections imported (singular) - {0} conexión importada - - - {0} connections imported - {0} is the number of connections imported (plural) - {0} conexiones importadas - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {0} contiene tipos de columna no admitidos por el generador de API de datos: {1} - - - {0} deleted successfully. - {0} deleted successfully. - {0} se eliminó correctamente. - - - {0} errors - {0} is the number of errors - {0} errores - - - {0} events - {0} is the number of events - {0} eventos - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} se ha cerrado. ¿Desea restaurarla? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - Se han eliminado {0} cuentas de Microsoft Entra no válidas; puede que necesite ejecutar "MS SQL: borrar la caché de tokens de cuenta de Microsoft Entra" e iniciar sesión de nuevo. - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} es una columna de clave principal y no se puede deshabilitar. - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} no está habilitado globalmente - - - {0} issue - {0} is the number of issues - {0} incidencia - - - {0} issues - {0} is the number of issues - {0} problemas - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} debe definir uno o varios campos clave que se usarán con API de datos generador - - - {0} objects found - {0} is the number of objects found - {0} objetos encontrados - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0} de {1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - {0} de {1} grupos de conexiones seleccionados. - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - {0} de {1} conexiones seleccionadas - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - {0} de {1} habilitado - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {0} de {1} reglas - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0} de {1} inquilinos - - - {0} password doesn't match the confirmation password - La contraseña de {0} no coincide con la contraseña de confirmación. - - - {0} properties - {0} is the object type - Propiedades de {0} - - - {0} query - {0} is the Quick Query shortcut name - {0} consulta - - - {0} rows - {0} is the number of rows - {0} filas - - - {0} rows returned - {0} is the number of rows returned - {0} filas devueltas - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - {0} filas seleccionadas, haz clic para cargar el resumen - - - {0} rules - {0} is the number of code analysis rules - {0} reglas - - - {0} selected - {0} is the number of selected filter values - {0} seleccionados - - - {0} selected - {0} is the number of selected rows - {0} seleccionados - - - {0} setting imported - {0} is the number of settings imported (singular) - configuración de {0} importada - - - {0} settings imported - {0} is the number of settings imported (plural) - Configuración importada: {0} - - - {0} started successfully. - {0} started successfully. - {0} se ha iniciado correctamente. - - - {0} stopped successfully. - {0} stopped successfully. - {0} se detuvo correctamente. - - - {0} warnings - {0} is the number of warnings - {0} advertencias - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0} {1} incidencia - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0} {1} problemas - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0}, +{1} más - - - {0}. {1} - {0} is the status -{1} is the message - {0}. {1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - {0}/{1} eventos - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}. {2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0} d {1} h - - - {0}h - {0} is the number of hours - {0}h - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0}h {1}m - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0} h {1} m - - - {0}m - {0} is the number of minutes - {0}m - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0}m {1}s - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0} m {1} s - - - {0}ms - {0} is the number of milliseconds - {0}ms - - - {0}ms - {0} is the elapsed time in milliseconds - {0} ms - - - {0}s - {0} is the number of seconds - {0}s - - - {0}s - {0} is the elapsed time in seconds - {0} s - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ Conceder acceso - - - ✅ Grant Access (Current) - ✅ Conceder acceso (actual) - - - ❌ Deny Access - ❌ Denegar acceso - - - ❌ Deny Access (Current) - ❌ Denegar acceso (actual) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 Soy GitHub Copilot para la extensión MSSQL, su asistente inteligente de desarrollo de SQL en Visual Studio Code. Le ayudo a conectar, explorar, diseñar y evolucionar sus bases de datos de SQL directamente desde VS Code. - - - - - - - Add Connection - Agregar conexión - - - Add Connection Group - Agregar grupo de conexiones - - - Add Microsoft Entra Account - Agregar cuenta de Microsoft Entra - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - Permite a los usuarios iniciar sesión en dispositivos con restricciones de entrada. - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - Conecte siempre nuevos editores y abra archivos SQL a la conexión especificada por "mssql.defaultConnectionId". - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - Un tiempo de espera de ejecución de 0 indica una espera ilimitada (sin tiempo de espera) - - - Analyze Query Performance - Analizar el rendimiento de las consultas - - - Application Intent - Intención de aplicaciones - - - Automatically display query results in a new tab instead of the query pane. - Mostrar automáticamente los resultados de la consulta en una nueva pestaña en lugar del panel de consulta. - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - Mostrar automáticamente el panel de resultados al cambiar a un editor con resultados de consulta. Solo se aplica cuando está habilitada la opción "Abrir resultados en la pestaña". - - - Azure MFA - Azure MFA - - - Background Tasks - Tareas en segundo plano - - - Backup Database... - Backup de la base de datos... - - - Build Data API... - API de datos de compilación... - - - Cancel Connection (MSSQL) - Cancelar conexión (MSSQL) - - - Cancel Query (MSSQL) - Cancelar consulta (MSSQL) - - - Cancel Task - Cancelar tarea - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - Lleve la conexión del editor activo a las pestañas del editor de consultas recién abiertas y a los archivos SQL. - - - Change Connection (MSSQL) - Cambiar conexión (MSSQL) - - - Change Database (MSSQL) - Cambiar base de datos (MSSQL) - - - Change Notebook Connection - Cambiar conexión Notebook - - - Change Notebook Database - Cambiar base de datos Notebook - - - Choose SQL handler for this file - Elegir el controlador SQL para este archivo - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - Elija cómo se ajusta el tamaño automático de las columnas de la cuadrícula de resultados (encabezados + datos, solo datos o deshabilitar el ajuste de tamaño automático). - - - Chooses which Authentication method to use - Elige el método de autenticación que se va a usar - - - Clear All Connection Sharing Permissions - Borrar todos los permisos de conexión compartida - - - Clear All Query History - Borrar todo el Historial de consultas - - - Clear Filters - Borrar filtros - - - Clear Finished Tasks - Borrar tareas finalizadas - - - Clear Microsoft Entra account token cache - Borrar caché de tokens de cuenta de Microsoft Entra - - - Clear Pooled Connections - Borrar conexiones agrupadas - - - Command Timeout - Tiempo de espera de comando - - - Compare Schemas... - Comparar esquemas... - - - Configure up to 10 Quick Queries that execute from commands. - Configure hasta 10 Quick Query que se ejecutan desde comandos. - - - Connect (MSSQL) - Conectar (MSSQL) - - - Connect to a SQL Database - Conexión a una base de datos SQL - - - Connection Dialog - Cuadro de diálogo de conexión - - - Connection Timeout - Tiempo de espera de la conexión - - - Connection groups - Grupos de conexiones - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - Los perfiles de conexión definidos en "Configuración de usuario" se muestran bajo el comando "MS SQL: Conectar" en la paleta de comandos. - - - Connections - Conexiones - - - Control which grid lines are visible in the results grid. - Controla qué líneas de la cuadrícula son visibles en la cuadrícula de resultados. - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - Controla cómo se conectan automáticamente las nuevas ventanas del editor de SQL y los archivos SQL abiertos. - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - Controla el número máximo de filas permitidas para filtrar y ordenar en memoria. Si se supera el número, se deshabilitará la ordenación y el filtrado. Advertencia: El incremento de este número puede afectar al rendimiento. - - - Copy All - Copiar todo - - - Copy Cell Messages - Copiar mensajes de celda - - - Copy Connection String - Copiar cadena de conexión - - - Copy Object Name - Copiar nombre de objeto - - - Create Azure Function with SQL binding - Crear Azure Function con enlace SQL - - - Create a Table with Table Designer - Creación de una tabla con el Diseñador de tablas - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - Cree una nueva tabla en su base de datos o edite las tablas existentes con el Diseñador de tablas. -Cuando haya terminado de realizar los cambios, haga clic en el botón 'Publicar' para enviar los cambios a la base de datos. - - - DACPAC/BACPAC Operations... - Operaciones DACPAC/BACPAC... - - - Default view mode for query results display. - Modo de vista predeterminado para mostrar los resultados de la consulta. - - - Delete - Eliminar - - - Delete Connection Group - Eliminar grupo de conexiones - - - Delete SQL Container - Eliminar contenedor de SQL - - - Deploy DACPAC - Implementar DACPAC - - - Disable Actual Plan (MSSQL) - Deshabilitar plan real (MSSQL) - - - Disable Group By Schema - Deshabilitar Agrupar por esquema - - - Disable automatic column sizing - Deshabilitar el ajuste automático de tamaño de columna - - - Disabled - Deshabilitado - - - Disconnect (MSSQL) - Desconectar (MSSQL) - - - Display name for this Quick Query. - Nombre para mostrar de este Quick Query. - - - Display results in a formatted text format. - Mostrar los resultados en un formato de texto con formato. - - - Display results in a tabular grid format (default) - Mostrar los resultados en un formato de cuadrícula tabular (valor predeterminado) - - - Do not auto-connect. You must connect each SQL file manually. - No se conecte automáticamente. Debe conectar cada archivo SQL manualmente. - - - Do not show prompts to display query results in a new tab. - No muestre mensajes para mostrar los resultados de la consulta en una nueva pestaña. - - - Drop Database... - Quitar base de datos... - - - Edit Connection Group - Editar grupo de conexiones - - - Edit Connection Sharing Permissions - Editar permisos de conexión compartida - - - Edit Connection... - Editar conexión... - - - Edit Table Data... - Editar datos de tabla... - - - Enable Actual Plan (MSSQL) - Habilitar plan real (MSSQL) - - - Enable Group By Schema - Habilitar Agrupar por esquema - - - Enable Parameterization for Always Encrypted - Habilitar parametrización de Always Encrypted - - - Enable Query History Capture - Habilitar captura de Historial de consultas - - - Enable SET ANSI_DEFAULTS - Habilitar SET ANSI_DEFAULTS - - - Enable SET ANSI_NULLS - Habilitar SET ANSI_NULLS - - - Enable SET ANSI_NULL_DFLT_ON - Habilitar SET ANSI_NULL_DFLT_ON - - - Enable SET ANSI_PADDING - Habilitar SET ANSI_PADDING - - - Enable SET ANSI_WARNINGS - Habilitar SET ANSI_WARNINGS - - - Enable SET ARITHABORT option - Habilitar la opción SET ARITHABORT - - - Enable SET CURSOR_CLOSE_ON_COMMIT - Habilitar SET CURSOR_CLOSE_ON_COMMIT - - - Enable SET DEADLOCK_PRIORITY option - Habilitar la opción SET DEADLOCK_PRIORITY - - - Enable SET IMPLICIT_TRANSACTIONS - Habilitar SET IMPLICIT_TRANSACTIONS - - - Enable SET LOCK TIMEOUT option (in milliseconds) - Habilitar la opción SET LOCK TIMEOUT (en milisegundos) - - - Enable SET NOCOUNT option - Habilitar la opción SET NOCOUNT - - - Enable SET NOEXEC option - Habilitar la opción SET NOEXEC - - - Enable SET PARSEONLY option - Habilitar la opción SET PARSEONLY - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - Habilitar SET QUERY_GOVERNOR_COST_LIMIT - - - Enable SET QUOTED_IDENTIFIER - Habilitar SET QUOTED_IDENTIFIER - - - Enable SET STATISTICS IO option - Habilitar la opción SET STATISTICS IO - - - Enable SET STATISTICS TIME option - Habilitar la opción SET STATISTICS TIME - - - Enable SET TRANSACTION ISOLATION LEVEL option - Habilitar la opción SET TRANSACTION ISOLATION LEVEL - - - Enable SET XACT_ABORT ON option - Habilitar la opción SET XACT_ABORT ON - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - Habilite los colores de fondo de fila alternos (seccionamiento de cebra) en la cuadrícula de resultados. El color se deriva del tema VS Code actual. - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - Habilitar botones de expandir o contraer en los nodos de la tabla del Diseñador de esquemas cuando las tablas tengan más de 10 columnas - - - Enabled - Habilitado - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - Habilita la agrupación de conexiones para mejorar el rendimiento general de la conectividad. Esta configuración está deshabilitada de forma predeterminada. Visual Studio Code es necesario volver a iniciar cuando se cambia el valor. Para borrar las conexiones agrupadas, ejecute el comando: "MS SQL: Borrar conexiones agrupadas". Nota: Puede mantener activas las bases de datos sin servidor y evitar la pausa automática. - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - Habilita características experimentales en la extensión MSSQL. Las características no están listas para producción y pueden tener errores o problemas. Reinicie Visual Studio Code después de cambiar esta configuración. - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - Habilita la experiencia de cuadrícula de vista previa de los resultados de la consulta con una administración de estado mejorada y más opciones de personalización de columnas, como mostrar, ocultar y inmovilizar columnas. - - - Estimated Plan (MSSQL) - Plan estimado (MSSQL) - - - Execute Query (MSSQL) - Ejecutar consulta (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - Ejecutar selección o instrucción actual (MSSQL) - - - Explain Query - Explicar la consulta - - - Export BACPAC - Exportar BACPAC - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - Relleno vertical adicional en píxeles que se añade a cada fila de la cuadrícula de resultados para controlar la densidad de las filas. Intervalo válido: 0-10. - - - Extract DACPAC - Extraer DACPAC - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - Familiarícese con más características de la extensión MSSQL que pueden ayudarle a ser más productivo. - - - Filter - Filtrar - - - Filter your Object Explorer Tree - Filtrado del árbol del Explorador de objetos - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - Generar script - - - Get Started with MSSQL for Visual Studio Code - Introducción a MSSQL para Visual Studio Code - - - Getting Started Guide - Guía de introducción - - - Hide all grid lines - Ocultar todas las líneas de cuadrícula - - - Import BACPAC - Importar BACPAC - - - Import Data... - Importar datos... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - Iniciar generador de perfiles de consulta... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - Realice una nueva conexión a una base de datos SQL o edite las conexiones existentes con el cuadro de diálogo de conexión. -Puede conectarse a una base de datos escribiendo su información de conexión, usando una cadena de conexión o navegando por sus suscripciones de Azure. -[Abrir cuadro de diálogo de conexión](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - Administrar perfiles de conexión - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - Número máximo de caracteres que se almacenarán para cada valor en columnas XML después de ejecutar una consulta. Valor predeterminado: 2 097 152. Intervalo de valores válido: de 1 a 2 147 483 647. - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - Número máximo de caracteres/bytes que se almacenarán para cada valor en columnas de caracteres o binarios después de ejecutar una consulta. Valor predeterminado: 65 535. Intervalo de valores válido: de 1 a 2 147 483 647. - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - Número máximo de eventos que se conservarán en memoria para Profiler. Cuando se alcanza este límite, se quitan los eventos más antiguos. Aumente este valor si necesita conservar más eventos durante las sesiones de generación de perfiles. - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - Número máximo de archivos antiguos para quitarse en el inicio que tienen expirado el valor mssql.logRetentionMinutes. Los archivos que no se limpien debido a esta limitación se limpiarán la próxima vez que se inicie Azure Data Studio. - - - Maximum number of rows to return before the server stops processing your query. - Número máximo de filas para devolver antes de que el servidor deje de procesar la consulta. - - - Maximum size of text and ntext data returned from a SELECT statement - Tamaño máximo del texto y datos de ntext devueltos por una instrucción SELECT - - - Migrate from Azure Data Studio - Migrar desde Azure Data Studio - - - Modify Table Structure... - Modificar estructura de tabla... - - - New Database... - Nueva base de datos... - - - New Deployment - Implementación nueva - - - New Query - Nueva consulta - - - New Query - Nueva consulta - - - New SQL Notebook - Nuevo Notebook de SQL - - - New Table - Nueva tabla - - - Next Steps with MSSQL for Visual Studio Code - Pasos siguientes con MSSQL para Visual Studio Code - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - Número de minutos para conservar los archivos de registro para los servicios back-end. El valor predeterminado es 1 semana. - - - Number of query history entries to show in the Query History view - Número de entradas del historial de consultas que se mostrarán en la vista Historial de consultas - - - Object Explorer filters - Filtros del Explorador de objetos - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - Vea solo los objetos de la base de datos que más le interesan aplicando filtros al árbol del Explorador de objetos. -Empiece haciendo clic en el botón de filtro situado junto a la mayoría de las carpetas en la vista Conexiones. - - - Open Changelog - Abrir registro de cambios - - - Open Execution Plan File - Abrir archivo de plan de ejecución - - - Open New Query and Connect - Abrir nueva consulta y conectar - - - Open Query - Abrir consulta - - - Open Query History in Command Palette - Abrir Historial de consultas en la paleta de comandos - - - Open Query Profiler (Preview) XEL File - Abrir el archivo XEL del generador de perfiles de consulta (versión preliminar) - - - Open Shortcuts Configuration - Abrir configuración de accesos directos - - - Open Task Result - Abrir resultado de tarea - - - Open in GitHub Copilot Agent - Abrir en el agente de GitHub Copilot - - - Open in GitHub Copilot Chat - Abrir en GitHub Copilot Chat - - - Open in MSSQL extension - Abrir en la extensión MSSQL - - - Pause Query History Capture - Pausar la captura del historial de consultas - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - Evite la ejecución automática de scripts (por ejemplo, "Seleccionar los 1000 primeros"). Al activarlo, los scripts no se ejecutan automáticamente al generarse. - - - Prompts users to sign in using their browser. - Pide a los usuarios que inicien sesión con su navegador. - - - Query History - Historial de consultas - - - Query Results - Resultados de la consulta - - - Query editor and query results pane - Editor de consultas y panel de resultados de consultas - - - Query plan visualization - Visualización del plan de consulta - - - Refresh - Actualizar - - - Refresh IntelliSense Cache - Actualizar caché de IntelliSense - - - Remove Connection - Quitar conexión - - - Remove Microsoft Entra Account - Quitar cuenta de Microsoft Entra - - - Rename Database... - Cambiar nombre de base de datos... - - - Replication - Replicación - - - Restore Database... - Restaurar base de datos... - - - Reveal Query Result (MSSQL) - Mostrar resultado de consulta (MSSQL) - - - Rewrite Query - Reescribir consulta - - - Run Query - Ejecutar consulta - - - Run Quick Query 1 - Ejecutar Quick Query 1 - - - Run Quick Query 10 - Ejecutar Quick Query 10 - - - Run Quick Query 2 - Ejecutar Quick Query 2 - - - Run Quick Query 3 - Ejecutar Quick Query 3 - - - Run Quick Query 4 - Ejecutar Quick Query 4 - - - Run Quick Query 5 - Ejecutar Quick Query 5 - - - Run Quick Query 6 - Ejecutar Quick Query 6 - - - Run Quick Query 7 - Ejecutar Quick Query 7 - - - Run Quick Query 8 - Ejecutar Quick Query 8 - - - Run Quick Query 9 - Ejecutar Quick Query 9 - - - Run a SQL Query - Ejecución de una consulta SQL - - - SQL Container Name - Nombre del contenedor de SQL - - - SQL Container Version - Versión del contenedor de SQL - - - SQL Server Extended Events Log - Registro de eventos extendidos de SQL Server - - - SQL Tools (MSSQL) - Herramientas de SQL (MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - Texto SQL para este Quick Query. Use {arg} para insertar el texto seleccionado del editor de consultas; de lo contrario, se anexa. - - - Script as Alter - Script como Alter - - - Script as Create - Script como crear - - - Script as Drop - Script como anular - - - Script as Execute - Script como ejecutar - - - Search Database Objects... - Buscar objetos de base de datos... - - - Select Top 1000 - Seleccionar los primeros 1000 - - - Selected Azure subscriptions for browsing and managing servers and databases - Suscripciones de Azure seleccionadas para examinar y administrar servidores y bases de datos - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - Áreas de trabajo de Microsoft Fabric seleccionadas para examinar y administrar bases de datos SQL - - - Send Feedback - Enviar comentarios - - - Set the font family for the results grid; set to blank to use the editor font - Establecer la familia de fuentes para la cuadrícula de resultados; dejar en blanco para usar la fuente del editor - - - Set the font size for the results grid; set to blank to use the editor size - Establecer el tamaño de la fuente para la cuadrícula de resultados; dejar en blanco para usar el tamaño del editor - - - Shortcuts handled inside MSSQL views - Accesos directos controlados dentro de las vistas de MSSQL - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - ¿Deben mostrarse las columnas BIT como números (1 o 0)? Si es false, las columnas BIT se mostrarán como "true" o "false". - - - Should IntelliSense be enabled - Indica si debe habilitarse IntelliSense. - - - Should IntelliSense error checking be enabled - Indica si debe habilitarse la comprobación de errores de IntelliSense. - - - Should IntelliSense quick info be enabled - Indica si debe habilitarse la información rápida de IntelliSense. - - - Should IntelliSense suggestions be enabled - Indica si deben habilitarse las sugerencias de IntelliSense. - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - La información de identificación personal debe registrarse en el canal de salida de los registros de Azure y en el archivo de registro del canal de salida. - - - Should Query History feature be enabled - ¿Debería habilitarse la característica Historial de consultas? - - - Should language service be auto-disabled when extension detects Non-MSSQL files - ¿Debe deshabilitarse automáticamente el servicio de lenguaje cuando la extensión detecte archivos que no son de MSSQL? - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - Indica si deben guardarse las posiciones de desplazamiento y las selecciones de resultados de consulta al cambiar las pestañas (puede afectar al rendimiento). - - - Show both horizontal and vertical grid lines - Mostrar líneas de cuadrícula horizontales y verticales - - - Show changelog after extension updates - Mostrar el registro de cambios tras las actualizaciones de la extensión - - - Show only horizontal grid lines - Mostrar solo líneas de cuadrícula horizontales - - - Show only vertical grid lines - Mostrar solo líneas de cuadrícula verticales - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - Muestra los detalles de la conexión SQL activa como una sugerencia de CodeLens en la parte superior del editor para una rápida visibilidad. - - - Sort and Filter Query Results - Ordenar y filtrar los resultados de la consulta - - - Sort and filter options for query results - Opciones de ordenación y filtrado para los resultados de la consulta - - - Sort and filter your query results to find the data you need quickly. - Ordene y filtre los resultados de la consulta para encontrar rápidamente los datos que necesita. - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - Equivalente en nube soberana para ".crm.dynamics.com" (incluido el punto inicial) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - Equivalente en nube soberana de ".database.fabric.microsoft.com" (incluido el punto inicial) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - Equivalente en nube soberana de ".database.windows.net" (incluido el punto inicial) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - Equivalente en nube soberana de ".datawarehouse.fabric.microsoft.com" (incluido el punto inicial) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - Equivalente en nube soberana de ".sql.azuresynapse.net" (incluido el punto inicial) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - Equivalente en nube soberana de "https://analysis.windows.net/powerbi/api/" - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - Equivalente en nube soberana de "https://api.fabric.microsoft.com/v1/" - - - Sovereign cloud equivalent for `https://database.windows.net/` - Equivalente en nube soberana de "https://database.windows.net/" - - - Sovereign cloud equivalent for `https://vault.azure.net/` - Equivalente en nube soberana de "https://vault.azure.net/" - - - Start Query History Capture - Iniciar la captura del historial de consultas - - - Start SQL Container - Iniciar contenedor de SQL - - - Stop SQL Container - Detener contenedor de SQL - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - Diseñador de tablas - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - Almacene temporalmente las contraseñas de las conexiones con la opción "Contraseñas guardadas" deshabilitada, hasta que se reinicie la extensión. Esto evita que se repitan las solicitudes de contraseña al reutilizar las conexiones dentro de la misma sesión. - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - Identificador (GUID) del perfil de conexión que se va a usar cuando "mssql.newEditorConnectionBehavior" se establece en "defaultConnection". El identificador de conexión se puede encontrar en el settings.json en "mssql.connections". - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - La configuración personalizada adicional específica para MSSQL de la nube soberana que se va a usar con el proveedor de autenticación de Microsoft Sovereign Cloud. Esto, además de configurar "microsoft-sovereign-cloud.environment" en "custom" y proporcionar valores para "microsoft-sovereign-cloud.customEnvironment", es necesario para usar esta función con MSSQL. - - - The color of the connection group. - Color del grupo de conexiones. - - - The description of the connection group. - Descripción del grupo de conexiones. - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - Número máximo de caracteres que se mostrarán para la información de conexión en la barra de estado. Establezca -1 para no tener límite. - - - The maximum number of recently used connections to store in the connection list. - Número máximo de conexiones usadas recientemente que se van a almacenar en la lista de conexiones. - - - The name of the connection group. - Nombre del grupo de conexiones. - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - Tiempo de espera en segundos para expandir un nodo en Explorador de objetos. El valor predeterminado es 45 segundos. - - - The unique identifier for the connection group this connection profile belongs to. - Identificador único del grupo de conexiones al que pertenece este perfil de conexión. - - - The unique identifier for the connection group. - Identificador único del grupo de conexiones. - - - The unique identifier for the parent connection group. - Identificador único del grupo de conexiones primario. - - - The unique identifier for this connection profile. - Identificador único de este perfil de conexión. - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - Esta configuración está en desuso. Use "mssql.newEditorConnectionBehavior" en su lugar. La extensión migrará automáticamente esta configuración al iniciarse. - - - This setting will be removed in a future release. - Esta configuración se quitará en una versión futura. - - - Toggle Actual Plan - Alternar plan real - - - Toggle Query Result Panel Visibility (MSSQL) - Alternar visibilidad del panel de resultados de la consulta (MSSQL) - - - Toggle SQLCMD Mode - Alternar modo SQLCMD - - - True for the messages pane to be open by default; false for closed - True para que el panel de mensajes se abra de forma predeterminada; false para que esté cerrado. - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - Comprenda qué está haciendo su consulta viendo el plan de consulta. -Vea el plan estimado sin ejecutar la consulta, o vea el plan de consulta real después de ejecutar la consulta alternando los botones en la parte superior de la ventana del editor de consultas. - - - Use Database - Usar la base de datos - - - Use column headers and data to size columns automatically - Usar encabezados y datos de columna para ajustar el tamaño de las columnas automáticamente - - - Use only column headers to size columns automatically - Usar solo encabezados de columna para ajustar el tamaño de las columnas automáticamente - - - Use only row data to size columns automatically - Usar solo datos de fila para ajustar el tamaño de las columnas automáticamente - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - Usa las cuentas con sesión iniciada en VS Code para la autenticación MFA de Microsoft Entra ID en SQL. Reinicie Visual Studio Code después de cambiar esta configuración. - - - View Task Logs - Ver registros de tareas - - - Visualize a Query Plan - Visualización de un plan de consulta - - - Visualize and Design Schema... - Visualizar y diseñar esquema... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - Cuando está habilitado, Copiar todo en el panel Mensajes del resultado de la consulta incluye marcas de tiempo de mensaje. - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - Cuando está habilitada, transfiera automáticamente la conexión activa a los archivos SQL recién abiertos. Cuando se deshabilita, debe conectarse explícitamente a una base de datos para cada archivo SQL. - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - Cuando se habilita, colorea el elemento de la barra de estado de la conexión con el color del grupo de conexión. Esta configuración está deshabilitada de forma predeterminada. Esto usa el color de la carpeta del grupo de conexiones directamente y no lo modifica para garantizar el contraste con el tema VS Code actual. Los usuarios deben elegir colores del grupo de conexiones que funcionen bien con su tema. - - - When enabled, connection groups will be collapsed instead of expanded at startup. - Cuando se habilita, los grupos de conexiones se contraerán en lugar de expandirse al inicio. - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - Cuando está habilitada, las exportaciones de resultados de consulta guardadas se abren después de la exportación. Las exportaciones de Excel se abren con el controlador de archivos del sistema; las exportaciones de texto se abren en VS Code. - - - When enabled, the database objects in Object Explorer will be categorized by schema. - Cuando se habilita, los objetos de base de datos del Explorador de objetos se clasificarán por esquema. - - - Windows Authentication - Autenticación de Windows - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - Escriba una consulta SQL y ejecútela en la base de datos. -También puedes hacer clic en el botón 'Abrir en nueva pestaña' para ver los resultados de su consulta en su propia pestaña y, opcionalmente, establecerlo como comportamiento predeterminado. - - - Your first steps for connecting to and developing with a SQL database - Los primeros pasos para conectarse y desarrollar con una base de datos SQL - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [Opcional] Número no negativo que se usa para ordenar este grupo de conexiones en la barra lateral del Explorador de objetos. Los grupos con un valor de "order" se muestran primero, de menor a mayor; el resto de los grupos sigue en orden alfabético. - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [Opcional] Número no negativo que se usa para ordenar esta conexión en la barra lateral del Explorador de objetos. Las conexiones con un valor de "order" se muestran primero, de menor a mayor; el resto de las conexiones sigue en orden alfabético. - - - [Optional] Character used for enclosing text fields when saving results as CSV - [Opcional] Carácter que se usa para delimitar los campos de texto al guardar los resultados como CSV. - - - [Optional] Character(s) used for separating rows when saving results as CSV - [Optional] Caracteres que se usan para separar las filas al guardar los resultados como CSV. - - - [Optional] Configuration options for copying multi-line results from the Results View - [Opcional] Opciones de configuración para copiar los resultados de varias líneas de la vista de resultados. - - - [Optional] Configuration options for copying results from the Results View - [Opcional] Opciones de configuración para copiar los resultados de la vista de resultados. - - - [Optional] Configuration options for which column new result panes should open in - [Opcional] Opciones de configuración en las que deben abrirse los paneles de resultados nuevos de columna - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [Opcional] Declara el tipo de carga de trabajo de la aplicación al conectarse a SQL Server, como ReadWrite o ReadOnly. Para obtener más detalles, consulte SQL Server AlwaysOn. - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [Opcional] Delimitador para separar los elementos de datos al guardar los resultados como CSV. Elija entre separadores comunes, como coma (,), tabulación (\t), punto y coma (;) o barra vertical (|) - - - [Optional] Do not show unsupported platform warnings - [Opcional] No mostrar advertencias de plataformas no compatibles - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [Opcional] Codificación de archivo que se usa al guardar los resultados como CSV. Elija entre UTF-8 (recomendado), UTF-16, ASCII o Latin-1 en función de la compatibilidad de la aplicación de destino - - - [Optional] Indicates the SQL Server language settings. - [Opcional] Indica la configuración de idioma de SQL Server. - - - [Optional] Indicates the name of local docker container the connection is on - [Opcional] Indica el nombre del contenedor Docker local en el que se encuentra la conexión - - - [Optional] Indicates whether this profile has an empty password explicitly set - [Opcional] Indica si este perfil tiene una contraseña vacía establecida explícitamente. - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [Opcional] Indica qué tipo de servidor expondrá el proveedor a través de DataReader. - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [Opcional] Registre la salida de depuración en la consola de VS Code (Ayuda -> Alternar herramientas de desarrollo). - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [Opcional] El nivel de registro para servicios back-end. Azure Data Studio genera un nombre de archivo cada vez que se inicia y, si el archivo ya existe, las entradas de registros se anexan a ese archivo. Para la limpieza de archivos de registro antiguos, consulte la configuración de logRetentionMinutes y logFilesRemovalLimit. El valor predeterminado tracingLevel no registra mucho. El cambio de detalle podría dar lugar a amplios requisitos de registro y espacio en disco para los registros. Error incluye Crítico, Advertencia incluye Error, Información incluye Advertencia y Detallado incluye Información. - - - [Optional] Should execution time be shown for individual batches - [Opcional] Indica si debe mostrarse el tiempo de ejecución para los lotes individuales. - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [Opcional] Especifique un nombre personalizado para este perfil de conexión a fin de navegar y buscar fácilmente en la paleta de comandos de Visual Studio Code. - - - [Optional] Specify the SQL Server authentication type. - [Opcional] Especifique el tipo de autenticación de SQL Server. - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [Opcional] Especifique el nombre de la base de datos con la que se va a conectar. Si no se especifica la base de datos, se usa la configuración de base de datos de usuario predeterminada, que suele ser "maestra". - - - [Optional] Specify the delay between attempts to restore connection. - [Opcional] Especifique el retraso entre intentos para restaurar la conexión. - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [Opcional] Especifique el tiempo en segundos que se esperará a que se ejecute un comando antes de finalizar el intento y generar un error. El valor predeterminado es 30 segundos. - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [Opcional] Especifique el tiempo en segundos que se debe esperar para establecer una conexión con el servidor antes de finalizar el intento de conexión y generar un error. El valor predeterminado es 30 segundos. - - - [Optional] Specify the maximum number of connections allowed in the pool. - [Opcional] Especifique el número máximo de conexiones permitidas en el grupo. - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [Opcional] Especifique la cantidad mínima de tiempo, en segundos, que esta conexión residirá en el grupo antes de quitarla o eliminarla. - - - [Optional] Specify the minimum number of connections allowed in the pool. - [Opcional] Especifique el número mínimo de conexiones permitidas en el grupo. - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [Opcional] Especifique el nombre de la aplicación que se usa para el registro de SQL Server (valor predeterminado: "vscode-mssql"). - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [Opcional] Especifique el nombre del archivo principal, incluido el nombre completo de la ruta de acceso, de una base de datos que se puede asociar. - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [Opcional] Especifique el nombre de la estación de trabajo que se conecta a SQL Server. - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [Opcional] Especificar el nombre o la dirección de red de la instancia de SQL Server que actúa como asociado de conmutación por error. - - - [Optional] Specify the number of attempts to restore connection. - [Opcional] Especifique el número de intentos para restaurar la conexión. - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [Opcional] Especifique la contraseña para la autenticación de SQL Server. Si la contraseña no se especifica o ya está guardada, se le volverá a pedir al conectarse. - - - [Optional] Specify the port number to connect to. - [Opcional] Especifique el número de puerto con el que se va a conectar. - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [Opcional] Especifique el tamaño en bytes de los paquetes de red para comunicarse con SQL Server. - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [Opcional] Especifique el nombre de usuario para la autenticación de SQL Server. Si no se especifica el nombre de usuario, se le volverá a pedir al conectarse. - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [Opcional] Cadena de conexión de ADO.NET que se va a usar. Reemplaza cualquier otra opción dada en esta conexión. - - - [Optional] Used by SQL Server in replication. - [Opcional] Utilizada por SQL Server en la replicación. - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [Opcional] Cuando es "Mandatory" o "Strict", SQL Server usa cifrado SSL para todos los datos enviados entre el cliente y el servidor si el servidor tiene un certificado instalado. Cuando se establece en "Strict", SQL Server usa TDS 8.0 para toda la transferencia de datos entre el cliente y el servidor. El cifrado "Strict" se admite en SQL Server 2022 y posteriores. - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [Opcional] Si se establece en "true"', se pueden devolver varios conjuntos de resultados y leerlos desde una conexión. - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [Opcional] Si se establece en "true", se confía automáticamente en el certificado SSL de SQL Server cuando el nivel de comunicación se cifra con SSL. Establézcalo en "false" para la conexión con base de datos de Azure SQL. - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [Opcional] Cuando se establece en "verdadero", el objeto de conexión se extrae del grupo adecuado o, si es necesario, se crea y se agrega al grupo adecuado. Nota: Puede mantener activas las bases de datos sin servidor y evitar la pausa automática. - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [Opcional] Si se establece en "true", la detección del servidor activo y la conexión con este es más rápida si el grupo de disponibilidad AlwaysOn está configurado en distintas subredes. - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [Opcional] Si se establece en "true", la contraseña para la autenticación de SQL Server se guarda en el almacén seguro del sistema operativo, como KeyChain en MacOS o Almacenamiento seguro en Windows. - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [Opcional] Si se establece como "false", no se devuelve información confidencial de seguridad, como la contraseña, como parte de la conexión si esta está abierta o lo ha estado alguna vez. - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [Opcional] Cuando se especifica (y encrypt=Mandatory y trustServerCertificate=false), SQL Server usa el nombre de host proporcionado para validar la confianza con el certificado de servidor. - - - [Optional] When true, column headers are included when saving results as CSV - [Opcional] Si se establece en true, los encabezados de columna se incluyen al guardar los resultados como CSV. - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [Obligatorio] Especifique el nombre del servidor con el que se va a conectar. Use 'hostname instance' o '<server>.database.windows.net' para la base de datos de Azure SQL. - - - auth - Auth - - - database - base de datos - - - port - puerto - - - server - servidor - - - user - usuario - - - + + + + + + is required. + es obligatorio. + + + $(check) Copied messages + $(comprobar) Mensajes copiados + + + $(plug) Connect to MSSQL + $(plug) Conectar a MSSQL + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + "mssql.newEditorConnectionBehavior" está establecido en "defaultConnection", pero "mssql.defaultConnectionId" no está configurado. Los nuevos editores revertirán a la transferencia de la conexión activa. + + + '{0}' started. + {0} is the service name + "{0}" iniciado. + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <Default> + + + <default> + <default> + + + (0 rows affected) + (0 filas afectadas) + + + (0 rows) + (0 filas) + + + (1 row affected) + (1 fila afectada) + + + (Command completed successfully) + (El comando se completó correctamente) + + + (current) + (actual) + + + (empty) + (vacío) + + + ({0} row(s) affected) + {0} is the number of rows affected + ({0} filas afectadas) + + + ({0} row) + {0} is the number of rows (singular) + ( fila{0} ) + + + ({0} rows affected) + {0} is the number of rows affected + ({0} filas afectadas) + + + ({0} rows) + {0} is the number of rows (plural) + ({0} filas) + + + + Add Azure Account + + Agregar cuenta de Azure + + + + Add Fabric Account + + Agregar cuenta de Fabric + + + + Create Connection Group + + Crear grupo de conexiones + + + - + - + + + 0 rows + 0 filas + + + 0 rows returned + 0 filas devueltas + + + 1 + 1 + + + 1 row + 1 fila + + + 1 row returned + Se devolvió 1 fila + + + 100K vCore seconds + 100 000 segundos de núcleo virtual + + + 32 GB + 32 GB + + + 32 GB storage + 32 GB backup + 32 GB de almacenamiento + 32 GB de copia de seguridad + + + 60 min + 60 min + + + = + = + + + A SQL editor must have focus before executing this command + Un editor de SQL debe tener el foco antes de ejecutar este comando. + + + A connection is already being established. Please wait for it to complete before running a query. + Ya se está estableciendo una conexión. Espere a que se complete antes de ejecutar una consulta. + + + A database with this name already exists on the server + Ya existe una base de datos con este nombre en el servidor + + + A firewall rule is required to access this server. + Se requiere una regla de firewall para acceder a este servidor. + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + Una base de datos transaccional altamente integrada y lista para desarrolladores que escala automáticamente, se ajusta de forma automática y refleja los datos en OneLake para realizar análisis en todos los servicios de Fabric + + + A predefined global default value for the column or binding. + Valor predeterminado global y predefinido para la columna o enlace. + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + Ya se está ejecutando una consulta para esta sesión del editor. Cancele la consulta o espere a que finalice. + + + A required .NET runtime could not be found or installed. + No se encontró ni instaló un entorno de ejecución de .NET necesario. + + + API Type + Tipo de API + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + Acelerar la evolución del esquema generando automáticamente migraciones ORM o scripts de cambio de T-SQL + + + Accept + Aceptar + + + Accept All + Aceptar todo + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + Aceptación del CLUF de SQL Server para implementar un contenedor Docker de SQL Server + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + Acceso denegado. Asegúrese de tener los permisos necesarios para usar esta herramienta o modelo. + + + Access to the XEL file was denied. + Se denegó el acceso al archivo XEL. + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + El token de acceso expiró para el {0} de conexión con uri {1} + + + Account + Cuenta + + + Account not found + Cuenta no encontrada + + + Action + Acción + + + Action Type + Tipo de acción + + + Actions + Acciones + + + Active filters: + Filtros activos: + + + Actual Elapsed CPU Time + Tiempo real transcurrido en la CPU + + + Actual Elapsed Time + Tiempo real transcurrido + + + Actual Number of Rows For All Executions + Número real de filas para todas las ejecuciones + + + Add + Agregar + + + Add Account + Agregar cuenta + + + Add Column + Agregar columna + + + Add Connection + Agregar conexión + + + Add Firewall Rule + Agregar regla de firewall + + + Add Firewall Rule to {0} + {0} is the server name + Agregar regla de firewall a {0} + + + Add MCP server to workspace configuration + Agregar el servidor MCP a la configuración del área de trabajo + + + Add Row + Agregar fila + + + Add Server Connection + Agregar conexión de servidor + + + Add Table + Agregar tabla + + + Add a Microsoft Entra account... + Agregar una cuenta de Microsoft Entra... + + + Add account + Agregar cuenta + + + Add filter + Agregar filtro + + + Add filters to modify the SQL query + Adición de filtros para modificar la consulta SQL + + + Add my client IP ({0}) + {0} is the IP address of the client + Agregar IP de cliente ({0}) + + + Add my subnet IP range + Agregar intervalo IP de mi subred + + + Add new column + Agregar nueva columna + + + Add new foreign key + Agregar nueva clave externa + + + Add tag + Agregar etiqueta + + + Add to VS Code + Agregar a VS Code + + + Add to favorites + Agregar a Favoritos + + + Add to workspace + Agregar al área de trabajo + + + Added + Agregado + + + Added column '{0}' + {0} is the column name + Columna agregada ''{0}'' + + + Added foreign key '{0}' + {0} is the foreign key name + Se ha agregado la clave externa ''{0}'' + + + Additional parameters + Parámetros adicionales + + + Additional usage beyond the free amount will be charged at serverless rates. + El uso adicional que supere la cantidad gratuita se cobrará según las tarifas sin servidor. + + + Admin Password + Contraseña de administrador + + + Admin Username + Nombre de usuario de administrador + + + Advanced + Configuración avanzada + + + Advanced Backup Options + Opciones avanzadas de copia de seguridad + + + Advanced Connection Settings + Configuración avanzada de las conexiones + + + Advanced Entity Configuration + Configuración avanzada de entidades + + + Advanced Options + Opciones avanzadas + + + Advanced Publish Options + Opciones avanzadas de publicación + + + Advanced restore options + Opciones avanzadas de restauración + + + After + Después + + + All + Todos + + + All Files (*.*) + Todos los archivos (*.*) + + + All Schemas + Todos los esquemas + + + All files + Todos los archivos + + + All permissions for extensions to access your connections have been cleared. + Se han eliminado todos los permisos para que las extensiones accedan a sus conexiones. + + + All selected + Todos seleccionados + + + All severities + Todas las gravedades + + + Allow Null + Permitir NULL + + + Allow Nulls + Permitir NULL + + + Allow null + Permitir null + + + Allow this extension to access your connections + Permitir que esta extensión acceda a sus conexiones + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + Permite a los clientes de MCP usar herramientas genéricas de creación, lectura, actualización y eliminación para esta tabla. + + + Alphabetical + Alfabético + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + Ya usado por {0} + + + Alter + Alterar + + + Always Encrypted + Always Encrypted + + + Always show in new tab + Mostrar siempre en la nueva pestaña + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + Referencia de conexión ambigua. Proporcione solo uno de connectionId o connectionName. + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + Se requiere una conexión activa para que GitHub Copilot entienda el esquema de la base de datos y continúe. +Seleccione "{0}" para establecer una conexión. + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + Error al actualizar los nodos. Consulte el canal de salida de MSSQL para obtener más detalles. + + + An error occurred while copying results: {0} + {0} is the error message + Error al copiar los resultados: {0} + + + An error occurred while loading data. + Error al cargar los datos. + + + An error occurred while processing your request. + Error al procesar la solicitud. + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + Error al quitar la cuenta de Microsoft Entra: {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + Error al recuperar filas: {0} + + + An error occurred: {0} + {0} is the error message + Error: {0} + + + An unexpected error occurred + Se produjo un error inesperado + + + An unexpected error occurred with the language model. Please try again. + Se produjo un error inesperado con el modelo de lenguaje. Vuelva a intentarlo. + + + An unknown error occurred. Please try again. + Se produjo un error desconocido. Vuelva a intentarlo. + + + Analytics-ready by default + Listo para análisis de manera predeterminada + + + Analyze static code with customizable rulesets in SQL Database Projects. + Analice código estático con conjuntos de reglas personalizables en proyectos de SQL Database. + + + And + Y + + + Anonymous + Anónimo + + + Append to the existing backup set + Añadir al conjunto de copia de seguridad existente + + + Application (Client) ID + Id. de aplicación (cliente) + + + Application (Client) ID is required. + Se requiere el identificador de aplicación (cliente). + + + Application Intent + Intención de aplicaciones + + + Application Name + Nombre de aplicación + + + Application Version + Versión de la aplicación + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + La versión de la aplicación debe tener el formato n.n.n o n.n.n.n, donde n es un número (por ejemplo, 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + La versión de la aplicación debe tener el formato n.n.n.n, donde n es un número (por ejemplo, 1.0.0.0) + + + Apply + Aplicar + + + Apply Changes + Aplicar cambios + + + Apply changes to target + Aplicar cambios al objetivo + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + Aplicar sugerencias contextuales para la sintaxis, las relaciones y las restricciones de SQL + + + Apply failed. Fix the error and retry, or run Schema Compare again. + Error al aplicar. Corrija el error y vuelva a intentarlo, o ejecute Comparación de esquemas de nuevo. + + + Applying changes, this might take a while... + Aplicando cambios, esto puede tardar un rato... + + + Approve + Aprobar + + + Are you sure you want to cancel this background task? + ¿Está seguro de que desea cancelar esta tarea en segundo plano? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + ¿Seguro que desea cerrar la sesión actual? Se perderán todos los eventos capturados. Puede exportar eventos a CSV desde la barra de herramientas antes de cerrar. + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + ¿Está seguro de que desea eliminar el contenedor {0}? Esto quitará el contenedor y su conexión de VS Code. + + + Are you sure you want to delete the selected items? + ¿Está seguro de que desea eliminar los elementos seleccionados? + + + Are you sure you want to delete {0}? + {0} is the group name + ¿Seguro que quiere eliminar {0}? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + ¿Estás seguro de que desea eliminar {0}? También puede eliminar sus conexiones o moverlas a la carpeta raíz. + + + Are you sure you want to disconnect? + ¿Seguro que quiere desconectar? + + + Are you sure you want to remove {0}? + {0} is the node label + ¿Está seguro de que desea quitar {0}? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + ¿Está seguro de que desea deshacer todos los cambios de Copilot? Esto revertirá todos los cambios registrados a su estado original. + + + Are you sure you want to update the target? + ¿Seguro de que desea actualizar el destino? + + + Are you sure you want to {0}? + {0} is the action being confirmed + ¿Está seguro de que quiere {0}? + + + Are you sure? + ¿Está seguro? + + + Ask GitHub Copilot to Fix + Pedir a GitHub Copilot que corrija + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + Formule preguntas o plantee cambios de esquema en el chat y GitHub Copilot actualizará el esquema al instante en el diagrama. + + + At least one API type must be selected. + Debe seleccionarse al menos un tipo de API. + + + Auth type + Tipo de autenticación + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + Autentíquese mediante una entidad de servicio de Microsoft Entra. Escriba el identificador de la aplicación (cliente) como nombre de usuario y el secreto de cliente como contraseña. Haga clic en el icono de información para obtener más información. + + + Authenticated + Autenticado + + + Authentication + Autenticación + + + Authentication Library has changed, please reload Visual Studio Code. + La biblioteca de autenticación ha cambiado. Vuelva a cargar Visual Studio Code. + + + Authentication Type + Tipo de autenticación + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + Error de autenticación para la cuenta '{0}' (inquilino '{1}'). Para resolverlo, es necesario borrar la caché de tokens, lo que cerrará la sesión de todas las cuentas conectadas. + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + Error de autenticación de la cuenta. Para resolverlo, es necesario borrar la caché de tokens, lo que cerrará la sesión de todas las cuentas conectadas. + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + Error de autenticación debido a una discrepancia de nonce. Cierre Azure Data Studio y vuelva a intentarlo. + + + Authentication failed due to a state mismatch, please close ADS and try again. + Error de autenticación debido a una discrepancia de estados. Cierre ADS y vuelva a intentarlo. + + + Authentication not supported + Autenticación no admitida + + + Auto Arrange + Organización automática + + + Auto Arrange Confirmation + Confirmar organización automática + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + La organización automática cambia automáticamente la posición de todos los elementos del diagrama en función de los algoritmos de diseño óptimos. Se perderá cualquier posicionamiento personalizado que haya creado. ¿Desea continuar con la organización automática de su diagrama de esquema? + + + Auto-pause + Pausa automática + + + Auto-pause the database until next month + Pausar automáticamente la base de datos hasta el próximo mes + + + Auto-scroll + Desplazamiento automático + + + Auto-scroll disabled + Desplazamiento automático deshabilitado + + + Auto-scroll enabled + Desplazamiento automático habilitado + + + Automatic tuning features like automatic index creation enabled by default. + Las características de ajuste automático, como la creación automática de índices, están habilitadas de forma predeterminada. + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + Seleccione automáticamente una identidad de Microsoft Entra ID disponible de los proveedores instalados en el sistema. Haga clic en el icono de información para obtener más información. + + + Available Servers + Servidores disponibles + + + Average: {0} + {0} is the average + Promedio: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + Promedio: {0}; recuento: {1}; suma: {2} + + + Avg + Promedio + + + Azure (China) + Azure (China) + + + Azure (Public) + Azure (público) + + + Azure (US Government) + Azure (Gobierno de Estados Unidos) + + + Azure Account + Cuenta de Azure + + + Azure Account is required + Se requiere una cuenta de Azure + + + Azure Code Grant + Concesión de código de Azure + + + Azure Data Studio Migration + Migración de Azure Data Studio + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + El kit de herramientas de migración de Azure Data Studio incluye ahora el mapa de claves. + + + Azure Data Studio settings file + Archivo de configuración de Azure Data Studio + + + Azure Databases + Bases de datos de Azure + + + Azure Device Code + Código de dispositivo de Azure + + + Azure MFA + Azure MFA + + + Azure SQL Database is not supported for backup. + Azure SQL Database no se admite para la copia de seguridad. + + + Azure SQL Database is not supported for restore. + No se admite la restauración de Azure SQL Database. + + + Azure SQL Managed Instance + Azure SQL Managed Instance + + + Azure SQL Server + Azure SQL Server + + + Azure SQL databases provisioning + aprovisionamiento de bases de datos de Azure SQL + + + Azure Subscriptions + Suscripciones de Azure + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + No se encontró la cuenta de Azure "{0}". Inicie sesión con la cuenta correcta o seleccione otra diferente. + + + Azure sign in failed. + Error al iniciar sesión en Azure. + + + Azure subscription not found in cache. + No se encontró la suscripción de Azure en la memoria caché. + + + Azure: Sign In + Azure: Iniciar sesión + + + Azure: Sign In to Azure Cloud + Azure: Iniciar sesión en Azure Cloud + + + Azure: Sign In with Device Code + Azure: Iniciar sesión con código de dispositivo + + + BACPAC exported successfully + BACPAC exportados correctamente + + + BACPAC exported successfully to '{0}' + {0} is the file path + BACPAC exportados correctamente a '{0}' + + + BACPAC imported successfully + BACPAC importado correctamente + + + BACPAC imported successfully to database '{0}' + {0} is the database name + BACPAC se importó correctamente en la base de datos '{0}' + + + Back + Atrás + + + Back to Schema + Volver al esquema + + + Back to preview + Volver a la vista previa + + + Backup + Copia de seguridad + + + Backup Database - {0} + {0} is the database name + Base de datos de copia de seguridad - {0} + + + Backup File + Archivo de copia de seguridad + + + Backup Files + Archivos de copia de seguridad + + + Backup Files (*.bak, *.log, *.trn) + Archivos de copia de seguridad (*.bak, *.log, *.trn) + + + Backup Location + Ubicación de copia de seguridad + + + Backup Name + Nombre de la copia de seguridad + + + Backup Storage Redundancy + Redundancia de almacenamiento de copia de seguridad + + + Backup Type + Tipo de copia de seguridad + + + Backup sets to restore + Grupos de copias de seguridad para restaurar + + + Backup the tail of the log + Hacer copia de seguridad de la cola del registro + + + Backup to a new media set + Realizar copia de seguridad en un nuevo conjunto de medios + + + Batch execution time: {0} + {0} is the batch time + Tiempo de ejecución por lotes: {0} + + + Before + Antes + + + Behavior when free offer limit is reached + Comportamiento cuando se alcanza el límite de la oferta gratuita + + + Between + Entre + + + Blanks + Espacios en blanco + + + Blob + Blob + + + Blob Container + Contenedor de blobs + + + Blob Container is required + El contenedor de blobs es obligatorio + + + Blob does not contain a valid database backup + El blob no contiene una copia de seguridad de base de datos válida + + + Blob is required + El blob es obligatorio. + + + Block this extension from accessing your connections + Impedir que esta extensión acceda a las conexiones + + + Both + Ambos + + + Brightness + Luminosidad + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + Incorpore las conexiones guardadas, los grupos y la configuración de Azure Data Studio a la extensión MSSQL y descubra experiencias familiares. + + + Browse + Explorar + + + Browse Azure + Examinar Azure + + + Browse Azure SQL Database tutorials and docs + Examinar los tutoriales y la documentación de Azure SQL Database + + + Browse Fabric + Examinar Fabric + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + Examine las áreas de trabajo de Fabric y aprovisione bases de datos SQL en Fabric sin salir de VS Code. + + + Browse files + Examinar archivos + + + Browse forvpath + Examinar forvpath + + + Browse to Azure Data Studio settings.json + Examinar settings.json de Azure Data Studio + + + Browse... + Examinar... + + + Build APIs with GitHub Copilot + Creación de API con GitHub Copilot + + + Build Data API + API de datos de compilación + + + Build failed with exit code {0} + La compilación falló con el código de salida {0} + + + Build {0} + Compilar {0} + + + Building {0}... + Compilando {0}... + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + Cifrado integrado, reglas de firewall e integración de Microsoft Entra ID para proteger los datos. + + + Bulk Actions + Acciones en masa + + + Bulk-logged + Registro masivo + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + Archivos CSV/TXT (*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + Llamando a la herramienta: {0} con {1}. + + + Cancel + Cancelar + + + Cancel Query + Cancelar la consulta + + + Cancel Task + Cancelar tarea + + + Cancel failed: {0} + {0} is the error message + No se pudo cancelar: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + Error al cancelar la comparación de esquemas: "{0}" + + + Cancel the query execution in progress + Cancelar la ejecución de la consulta en curso + + + Canceled + Cancelado + + + Canceling + Cancelando + + + Canceling query + Cancelando la consulta + + + Canceling the query failed: {0} + {0} is the error message + Error al cancelar la consulta: {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + No se puede acceder al socket de Docker. Es posible que el usuario no pertenezca al grupo "docker" o que VS Code se iniciara antes de que la pertenencia al grupo surtiera efecto. Ejecute "sudo usermod -aG docker $USER" y, a continuación, cierre sesión y vuelva a iniciarla (o reinicie) antes de volver a iniciar VS Code. + + + Cannot cancel query as no query is running. + No se puede cancelar la consulta, porque no hay ninguna en ejecución. + + + Cannot change session while active + No se puede cambiar la sesión mientras está activa + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + No se puede conectar debido a que los tokens han expirado. Vuelva a autenticar e inténtelo de nuevo. + + + Cannot create foreign key + No se puede crear la clave externa + + + Cannot delete column because it is part of foreign key relationships. + No se puede eliminar la columna porque forma parte de relaciones de clave externa. + + + Cannot delete column because it is referenced by a foreign key. + No se puede eliminar la columna porque una clave externa hace referencia a ella. + + + Cannot delete column because it is used by a foreign key. + No se puede eliminar la columna porque la usa una clave externa. + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + No se pueden excluir {0}. Existen dependientes incluidos + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + No se puede excluir {0}. Existen dependientes incluidos, como {1} + + + Cannot generate script without a restore plan + No se puede generar un script sin un plan de restauración + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + No se puede incluir {0}. Existen dependientes excluidos + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + No se puede incluir {0}. Existen dependientes excluidos, como {1} + + + Cannot revert: The column is part of a foreign key that references a deleted table + No se puede revertir: la columna forma parte de una clave externa que hace referencia a una tabla eliminada + + + Cannot revert: The referenced table or column has been deleted + No se puede revertir: se ha eliminado la tabla o columna a la que se hace referencia + + + Cascade + Cascada + + + Category + Categoría + + + Change + Cambiar + + + Change Connection + Cambiar conexión + + + Change Database + Cambiar base de datos + + + Change Password + Cambiar contraseña + + + Change Setting + Cambiar configuración + + + Change column width + Cambiar el ancho de columna + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + ¿Desea cambiar la base de datos a "{2}" para la conexión "{0}" (id.: {1})? + + + Change the connection for the active SQL document + Cambiar la conexión del documento SQL activo + + + Change the database for the active SQL document + Cambiar la base de datos del documento SQL activo + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + Cambiar {0} de {1} + + + Changed Tables + Tablas modificadas + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + El contexto de base de datos se ha cambiado a "{0}" para el documento "{1}". + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + El contexto de la base de datos se cambió a "{0}" en el servidor "{1}" en el documento "{2}". + + + Changes + Cambios + + + Changes ({0}) + {0} is the number of schema changes + Cambios ({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + Los cambios se aplicaron correctamente. Vuelva a ejecutar Comparación de esquemas para ver las diferencias actualizadas. + + + Changes published successfully + Cambios publicados correctamente + + + Changes saved successfully. + Se guardaron los cambios correctamente. + + + Changes view mode + Cambia el modo de vista + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Cambiando el contexto de la base de datos a "{0}" en el servidor "{1}" en el documento "{2}". + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Cambiando la base de datos a "{2}" para la conexión "{0}" (Id.: {1}) + + + Chat + Chat + + + Chat command not available in this VS Code version + El comando de chat no está disponible en esta versión de VS Code + + + Check Constraint + Restricción CHECK + + + Check Constraints + Comprobar restricciones + + + Checking Docker Engine Configuration + Comprobando la configuración del motor de Docker + + + Checking Docker engine + Comprobando el motor de Docker + + + Checking Docker installation + Comprobando la instalación de Docker + + + Checking Docker prerequisites... + Comprobando los requisitos previos de Docker... + + + Checking container readiness + Comprobando que el contenedor esté listo + + + Checking if Docker is installed + Comprobar si Docker está instalado + + + Checking if Docker is installed on your machine + Comprobar si Docker está instalado en la máquina + + + Checking if Docker is running on your machine. If not, we'll start it for you. + Comprobando si Docker se está ejecutando en la máquina. Si no es así, lo iniciaremos por usted. + + + Checking if Docker is started + Comprobando si Docker se ha iniciado + + + Checking if the Docker Engine is configured correctly on your machine. + Comprobando si el motor de Docker está configurado correctamente en la máquina. + + + Checking pre-requisites + Comprobación de los requisitos previos + + + Choose An Action + Elegir una acción + + + Choose Existing + Elegir existente + + + Choose Query History + Elegir historial de consultas + + + Choose SQL Language + Elegir el lenguaje de SQL + + + Choose a Microsoft Entra account + Elegir una cuenta de Microsoft Entra + + + Choose a Microsoft Entra tenant + Elegir un inquilino de Microsoft Entra + + + Choose a connection profile from the list below + Elegir un perfil de conexión de la lista siguiente + + + Choose a database + Elija una base de datos + + + Choose a database from the list below + Elegir una base de datos de la lista siguiente + + + Choose a hostname for the container + Elección de un nombre de host para el contenedor + + + Choose a name for the SQL Server Docker Container + Elija un nombre para el contenedor Docker de SQL Server + + + Choose a port to host the SQL Server Docker Container + Elija un puerto para hospedar el contenedor Docker de SQL Server + + + Choose an option to provision a database + Elija una opción para aprovisionar una base de datos + + + Choose color + Elija el color + + + Choose the Right Version + Elegir la versión correcta + + + Choose the behavior for new editors + Elegir el comportamiento de los nuevos editores + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + Elija si este procedimiento almacenado aparece como una mutación o consulta de GraphQL. DAB tiene como valor predeterminado la mutación. + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + Referencia circular detectada: "{0}" → "{1}" crea un ciclo + + + Clear + Borrar + + + Clear All + Borrar todo + + + Clear All Filters + Borrar todos los filtros + + + Clear Data + Borrar los datos + + + Clear Filter + Borrar filtro + + + Clear Filters + Borrar filtros + + + Clear Quick Query + Borrar Quick Query + + + Clear Recent Connections List + Borrar la lista de conexiones recientes + + + Clear Selection + Borrar selección + + + Clear Sort + Borrar ordenación + + + Clear all + Borrar todo + + + Clear all events (keeps session running) + Borrar todos los eventos (mantiene la sesión en ejecución) + + + Clear all filters + Borrar todos los filtros + + + Clear all filters and show all events + Borrar todos los filtros y mostrar todos los eventos + + + Clear all grouping + Borrar todas las agrupaciones + + + Clear all sorting + Borrar toda la ordenación + + + Clear cache and refresh token + Borrar la memoria caché y el token de actualización + + + Clear filters + Borrar filtros + + + Clear from recent connections list + Borrar de la lista de conexiones recientes + + + Clear permissions for all extensions to access your connections + Borrar permisos para que todas las extensiones accedan a las conexiones + + + Clear quick filter and all column filters + Borrar filtro rápido y todos los filtros de columna + + + Clear this Quick Query + Borrar este Quick Query + + + Clear token cache + Borrar caché de tokens + + + Click to cancel loading summary + Haz clic para cancelar el resumen de carga + + + Click to change connection + Haga clic para cambiar la conexión + + + Click to change database + Haga clic para cambiar la base de datos + + + Click to connect to a database + Hacer clic para conectarse a una base de datos + + + Click to load summary + Haz clic para cargar el resumen + + + Click to sign into an Azure account + Haga clic para iniciar sesión en una cuenta de Azure + + + Client Secret + Secreto de cliente + + + Client secret is required. + Se requiere el secreto de cliente. + + + Close + Cerrar + + + Close Designer + Cerrar Designer + + + Close Find + Cerrar búsqueda + + + Close Script Pane + Cerrar panel de scripts + + + Close Without Export + Cerrar sin exportar + + + Close details panel + Cerrar panel de detalles + + + Close existing connections to destination database + Cerrar las conexiones existentes a la base de datos de destino + + + Close properties pane + Cerrar panel de propiedades + + + Close the current connection + Cierra la conexión actual. + + + Cloud + Nube + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis - {0} + + + Code analysis rules saved successfully + Las reglas de análisis de código se guardaron correctamente + + + Collapse + Contraer + + + Collapse All + Contraer todo + + + Collapse Subscription Explorer + Contraer el Explorador de suscripciones + + + Collapse Workspace Explorer + Contraer explorador del área de trabajo + + + Collapse all groups + Contraer todos los grupos + + + Collapse connection groups + Contraer grupos de conexión + + + Collapse connections + Contraer conexiones + + + Collapse settings + Contraer configuración + + + Collapse {0} + {0} is the category name, e.g. Design + Contraer {0} + + + Collation + Intercalación + + + Color + Color + + + Column + Columna + + + Column '{0}' already exists + {0} is the column name + La columna "{0}" ya existe + + + Column '{0}' already has a foreign key + {0} is the column name + La columna "{0}" ya tiene una clave externa + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + La columna "{0}" no puede ser null porque es una clave principal + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + La columna "{0}" es una columna de identidad y no puede tener una clave externa en cascada + + + Column '{0}' must be a primary key + {0} is the referenced column + La columna "{0}" debe ser una clave principal + + + Column '{0}' not found + {0} is the column name + No se encontró la columna "{0}" + + + Column Name + Nombre de la columna + + + Column max length cannot be empty + La longitud máxima de columna no puede estar vacía + + + Column name cannot be empty + El nombre de la columna no puede estar vacío. + + + Column not found: {0} + {0} is the column reference + Columna no encontrada: {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + Referencia de columna resuelta en más de una columna: {0} + + + Column resize by content + Cambio de tamaño de columna por contenido + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + El ancho de columna debe ser de al menos {0} píxeles. + + + Columns + Columnas + + + Columns in the primary key. + Columnas de la clave principal. + + + Command Timeout + Tiempo de espera de comando + + + Commands + Comandos + + + Compare + Comparar + + + Compare Azure SQL Database service tiers + Comparar niveles de servicio de Azure SQL Database + + + Compare SQL Server editions + Comparar ediciones SQL Server + + + Comparison Details + Detalles de comparación + + + Compatibility Level + Nivel de compatibilidad + + + Compress backup + Comprimir copia de seguridad + + + Compression + Compresión + + + Compute + Proceso + + + Compute + Storage + Proceso + almacenamiento + + + Config copied to clipboard + Configuración copiada en el Portapapeles + + + Configuration saved. + Configuración guardada. + + + Configuration sections + Secciones de configuración + + + Configuration to Import + Configuración para importar + + + Configure Linux containers + Configuración de contenedores de Linux + + + Configure Quick Query and Extension shortcuts. + Configurar Quick Query y los métodos abreviados de extensión. + + + Configure Rosetta in Docker Desktop + Configurar Rosetta en Docker Desktop + + + Configure and customize Azure SQL Databases + Configuración y personalización de bases de datos de Azure SQL + + + Configure and customize SQL Server containers + Configuración y personalización de contenedores de SQL Server + + + Configure keyboard shortcuts used by the MSSQL extension. + Configure los métodos abreviados de teclado que usa la extensión MSSQL. + + + Configure the full list of Query Editor shortcuts. + Configurar la lista completa de accesos directos del Editor de Power Query. + + + Confirm Password + Confirmar contraseña + + + Confirm SQL Server admin password + Confirmar contraseña de administrador de SQL Server + + + Confirm admin password + Confirmar la contraseña de administrador + + + Confirm new password + Confirmar contraseña nueva + + + Confirm to clear recent connections list + Confirmar para borrar la lista de conexiones recientes + + + Confirm to remove this profile. + Confirme para quitar este perfil. + + + Conjunction + Conjunción + + + Connect + Conectar + + + Connect and manage database connections + Conectar y administrar conexiones de base de datos + + + Connect the active SQL document to a database + Conectar el documento SQL activo a una base de datos + + + Connect to Database + Conectar a base de datos + + + Connect to MSSQL + Conexión a MSSQL + + + Connect to SQL Server + Conectar con SQL Server + + + Connect to Server + Conectar al servidor + + + Connect to a database + Establecer conexión con una base de datos + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + ¿Conectar con el servidor {0} y la base de datos {1}? + + + Connect to server {0}? + {0} is the server name + ¿Conectar al servidor {0}? + + + Connect to {0} + {0} is the name of the connection profile + Conectarse a {0} + + + Connect using either Microsoft Entra ID or SQL Authentication. + Conéctese mediante Microsoft Entra ID o la autenticación de SQL. + + + Connect using profile {0}? + {0} is the profile ID + ¿Conectar con el perfil {0}? + + + Connect with SQL tools and run your first query + Conectarse con herramientas de SQL y ejecutar la primera consulta + + + Connect with the current settings and save the connection profile + Conectarse con la configuración actual y guardar el perfil de conexión + + + Connected successfully + Conexión correcta + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + Se conectó al servidor "{0}" en el documento "{1}". Información del servidor: {2} + + + Connected to {0} + {0} is the connection label + Conectado a {0} + + + Connected to: + Conectado a: + + + Connecting + Conectando + + + Connecting to Container + Conectar el contenedor + + + Connecting to Database + Conectando con la base de datos + + + Connecting to database + Conectando con la base de datos + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + Conectando con el servidor "{0}" en el documento "{1}". + + + Connecting to server {0} + {0} is the server name + Conectando con el servidor {0} + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + Conexión con el servidor {0} y la base de datos {1} + + + Connecting to server... + Conectando con el servidor... + + + Connecting to your SQL Server Docker container + Conexión al contenedor Docker de SQL Server + + + Connecting to {0}... + {0} is the server name + Conectando con {0}... + + + Connecting to {0}... + {0} is the connection display name + Conectando con {0}... + + + Connecting to: + Conexión con: + + + Connecting using profile {0} + {0} is the profile ID + Conexión mediante el perfil {0} + + + Connecting... + Conectando... + + + Connection + Conexión + + + Connection Authentication + Autenticación de conexión + + + Connection Details + Detalles de conexión + + + Connection Dialog + Cuadro de diálogo de conexión + + + Connection Error + Error de conexión + + + Connection Failed + Error de conexión + + + Connection Group + Grupo de conexiones + + + Connection Import Warning + Advertencia de importación de conexión + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + No se pudo actualizar el perfil de conexión. Modifique los detalles de la conexión manualmente en settings.json e inténtelo de nuevo. + + + Connection String + Cadena de conexión + + + Connection Timeout + Tiempo de espera de la conexión + + + Connection Timeout (seconds) + Tiempo de espera de conexión (s) + + + Connection actions + Acciones de conexión + + + Connection error + Error de conexión + + + Connection error: {0} + {0} is the error message + Error de conexión: {0} + + + Connection failed + Error de conexión + + + Connection failed: {0} + {0} is the error message from the connection attempt + Error de conexión: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + Ya se importó el grupo de conexiones con el mismo Id.: {0} (Id.: {1}) + + + Connection groups to import + Grupos de conexiones para importar + + + Connection is not active. Please establish a connection before performing this action. + La conexión no está activa. Establezca una conexión antes de realizar esta acción. + + + Connection not found for uri "{0}". + {0} is the uri + No se encontró la conexión para el URI "{0}". + + + Connection profile '{0}' not found. + {0} is the profile ID + No se encontró el perfil de conexión ''{0}". + + + Connection profile not found. Please create a new connection using the Connection Dialog. + No se encontró el perfil de conexión. Cree una nueva conexión mediante el cuadro de diálogo Conexión. + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + Permiso de uso compartido de conexiones denegado para la extensión: '{0}'. Use los comandos de administración de permisos para cambiar esto. + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + Se requiere el permiso de uso compartido de conexiones para la extensión: '{0}' + + + Connection string copied to clipboard + La cadena de conexión se ha copiado en el portapapeles + + + Connection string is required + La cadena de conexión es obligatoria + + + Connection test succeeded + Prueba de conexión correcta + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + No se encontró la conexión con el id. "{0}". Compruebe que el identificador de conexión existe. + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Ya se importó la conexión con el mismo Id.: {0} (Id.: {1}) + + + Connection: {0} + {0} is the task connection label + Conexión: {0} + + + Connections in groups that are not selected will be moved under the root. + Las conexiones de los grupos que no estén seleccionados se moverán a la raíz. + + + Connections to import + Conexiones para importar + + + Consider adding a name for this foreign key + Considere la posibilidad de agregar un nombre para esta clave externa + + + Container Name + Nombre del contenedor + + + Container Settings + Configuración de contenedor + + + Container does not exist. Would you like to remove the connection? + El contenedor no existe. ¿Desea quitar la conexión? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + El contenedor no se pudo iniciar dentro del período de tiempo de expiración. Espere unos minutos e inténtelo de nuevo. + + + Container logs + Registros de contenedor + + + Container name and port are required to check container readiness. + El nombre y el puerto del contenedor son necesarios para comprobar si el contenedor está listo. + + + Container name is invalid or already in use + El nombre de contenedor no es válido o ya está en uso + + + Container name is required + El nombre de contenedor es obligatorio + + + Container name, port, and config content are required to start the container. + El nombre, el puerto y el contenido de configuración del contenedor son necesarios para iniciar el contenedor. + + + Containment Type + Tipo de independencia + + + Contains + Contiene + + + Continue + Continuar + + + Continue Editing + Continuar con la edición + + + Continue on error + Continuar en caso de error + + + Continue using for additional charges + Seguir usando para cargos adicionales + + + Control the results grid display + Controlar la visualización de la cuadrícula de resultados + + + Copied + Copiada + + + Copied "{0}" to clipboard + {0} is the object name + Copiado "{0}" en el portapapeles + + + Copied to clipboard + Se ha copiado en el portapapeles + + + Copilot Changes + Cambios de Copilot + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Cambios de Copilot ({0}) + + + Copy + Copiar + + + Copy & Export + Copiar y exportar + + + Copy All + Copiar todo + + + Copy As + Copiar como + + + Copy Column Name + Copiar nombre de columna + + + Copy Headers + Encabezados de texto + + + Copy Object Name + Copiar nombre de objeto + + + Copy Script + Copiar script + + + Copy Script to Clipboard + Copiar script en el Portapapeles + + + Copy all cells including column headers + Copiar todas las celdas, incluidos los encabezados de columna + + + Copy all query result content + Copiar todo el contenido del resultado de la consulta + + + Copy all text output for this cell (messages, PRINT, errors) + Copiar toda la salida de texto de esta celda (mensajes, PRINT, errores) + + + Copy all with headers + Copiar todo con encabezados + + + Copy as CSV + Copiar como archivo .csv + + + Copy as IN clause + Copiar como cláusula IN + + + Copy as INSERT + Copiar como INSERT + + + Copy as INSERT INTO + Copiar como INSERT INTO + + + Copy as JSON + Copiar como JSON + + + Copy code and open webpage + Copiar código y abrir página web + + + Copy command to clipboard + Copiar el comando en el Portapapeles + + + Copy connection string to clipboard + Copia la cadena de conexión en el Portapapeles. + + + Copy data and save results to files + Copiar datos y guardar resultados en archivos + + + Copy link + Copiar vínculo + + + Copy messages + Copiar mensajes + + + Copy script + Copiar script + + + Copy selected cells including column headers + Copiar celdas seleccionadas, incluidos los encabezados de columna + + + Copy selected cells to the clipboard + Copiar las celdas seleccionadas en el Portapapeles + + + Copy selection + Copiar selección + + + Copy selection formatted as INSERT statements + Copiar selección con formato de instrucciones INSERT + + + Copy selection formatted as JSON + Copiar selección con formato JSON + + + Copy selection formatted as a SQL IN clause + Copiar selección con formato de cláusula IN de SQL + + + Copy selection formatted as comma-separated values + Copiar selección con formato de valores separados por comas + + + Copy text data to clipboard + Copiar datos de texto en el Portapapeles + + + Copy with Headers + Copiar con encabezados + + + Copy with headers + Copiar con encabezados + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + Copiar URL de {0} + + + Copy-only Backup + Copia de seguridad de solo copia + + + Copying results... + Copiando resultados... + + + Cost + Costo + + + Could not connect to database: {0} + {0} is the database name + Error al conectarse a la base de datos: {0} + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + No se pudo detectar la dirección IP del cliente. Agregue manualmente una regla de firewall en Azure Portal. + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + No se encontraron metadatos de generación de scripts para {0} '{1}'. + + + Could not load restore plan + No se pudo cargar el plan de restauración + + + Count + Contar + + + Count: {0} + {0} is the count + Recuento: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + Recuento: {0} Recuento distinto: {1} Recuento nulo: {2} + + + Create + Crear + + + Create Connection Group + Crear grupo de conexiones + + + Create Connection Profile + Crear un perfil de conexión + + + Create Container + Crear contenedor + + + Create Database + Crear base de datos + + + Create Firewall Rule + Crear regla de firewall + + + Create Local SQL Container + Crear contenedor SQL local + + + Create New + Crear nueva + + + Create New Connection Group + Crear nuevo grupo de conexiones + + + Create New Resource Group + Crear nuevo grupo de recursos + + + Create New Server + Crear nuevo servidor + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + Cree puntos de conexión REST, GraphQL y MCP para las tablas de base de datos SQL desde una interfaz visual dentro de Visual Studio Code. Configure las entidades, los permisos y la configuración de implementación y, a continuación, impleméntela localmente con Docker. + + + Create a Local Docker SQL Server + Crear un SQL Server local en Docker + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + Cree un contenedor SQL Server en cuestión de segundos, sin necesidad de pasos manuales. Adminístrelo fácilmente desde la extensión MSSQL sin salir de VS Code. + + + Create a SQL database in Fabric + Creación de una base de datos SQL en Fabric + + + Create a new connection profile + Crear un nuevo perfil de conexión + + + Create a new database on '{0}'. + {0} is the name of the server + Cree una nueva base de datos en ''{0}''. + + + Create a new firewall rule + Crear una nueva regla de firewall + + + Create a new profiling session + Crear una nueva sesión de generación de perfiles + + + Create an Azure SQL Database (Preview) + Crear Azure SQL Database (versión preliminar) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + Cree y administre métodos abreviados de teclado para consultas usadas con frecuencia, así como para el editor de consultas y las acciones de cuadrícula de resultados, para detectar los comandos disponibles y ejecutarlos de forma más eficaz. + + + Create as Script + Create como script + + + Create new + Crear nueva instancia + + + Create new connection copied from {0} + {0} is the name of the connection profile + Crear nueva conexión copiada desde {0} + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + Crear una nueva regla de firewall para {0} + + + Created table {0} + {0} is the qualified table name + Tabla creada {0} + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + Crea una herramienta MCP dedicada para este procedimiento almacenado. Cuando se deshabilita, el procedimiento puede seguir estando disponible a través de herramientas de ejecución de MCP genéricas si MCP está habilitado. + + + Creating Container + Creando contenedor + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + Creando base de datos SQL para el área de trabajo {0} + + + Creating SQL Server container... + Creando contenedor de SQL Server... + + + Creating and starting the container + Creando e iniciando el contenedor + + + Creating and starting your SQL Server container + Creación e inicio del contenedor de SQL Server + + + Creating database + Creando base de datos + + + Creating resource group... + Creando el grupo de recursos... + + + Creating server... + Se está creando el servidor... + + + Creating session... + Creando sesión... + + + Creating workspace with capacity {0} + {0} is the capacity ID + Creando área de trabajo con capacidad {0} + + + Creating... + Creando... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + Error de credencial: error al intentar actualizar las credenciales de la cuenta. Vuelva a autenticarse. + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + Error de credencial: error al intentar actualizar las credenciales de la cuenta. Vuelva a autenticarse. Error: {0} + + + Current Schema: {0}, Select the new schema: + Esquema actual: {0}, seleccione el nuevo esquema: + + + Currently signed in as: + Sesión iniciada actualmente como: + + + Custom GraphQL Plural Type + Tipo plural de GraphQL personalizado + + + Custom GraphQL Singular Type + Tipo singular de GraphQL personalizado + + + Custom GraphQL Type + Tipo de GraphQL personalizado + + + Custom REST Path + Ruta de acceso de REST personalizada + + + Custom Zoom + Zoom personalizado + + + Customize keyboard shortcuts + Personalizar las funciones rápidas de teclado + + + DAB container failed to become ready within the timeout period. + El contenedor DAB no estuvo listo dentro del tiempo de espera. + + + DAB container is running! + El contenedor DAB se está ejecutando. + + + DAB container logs + Registros de contenedor de DAB + + + DACPAC deployed successfully + DACPAC implementado correctamente + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + DACPAC se implementó correctamente en la base de datos '{0}' + + + DACPAC extracted successfully + DACPAC extraído correctamente + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC extraído correctamente a '{0}' + + + DACPAC path not found. Please build the project first. + No se encontró la ruta de acceso DACPAC. Primero compile el proyecto. + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + Servicio DacFx no disponible. El perfil se cargó sin opciones de implementación. No se pueden realizar operaciones de publicación ni de generación de scripts. + + + DacFx service is not available. Publish and generate script operations cannot be performed. + Servicio DacFx no disponible. No se pueden realizar operaciones de publicación ni de generación de scripts. + + + Data API builder + Generador de API de datos + + + Data API builder Configuration + Configuración del generador de API de datos + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + El generador de API de datos se ha abierto. Continuar con {0} las operaciones ({1}/{2}). + + + Data API builder with GitHub Copilot + Generador de API de datos con GitHub Copilot + + + Data Source + Origen de datos + + + Data Type + Tipo de datos + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + Los datos se replican automáticamente en OneLake en tiempo real con un punto de conexión de análisis de SQL. + + + Data file folder + Carpeta de archivos de datos + + + Data type + Tipo de datos + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + Error de coincidencia del tipo de datos: "{0}" en la columna "{1}" incompatible con "{2}" en "{3}" + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + Importación y exportación de aplicaciones de capa de datos (DACPAC/BACPAC) + + + Data-tier Application + Aplicación de capa de datos + + + Data-tier Application File (.dacpac) + Archivo de aplicación de capa de datos (.dacpac) + + + Database + Base de datos + + + Database - {0} + {0} is the database name + Base de datos: {0} + + + Database Description + Descripción de la base de datos + + + Database Details + Detalles de la base de datos + + + Database Name + Nombre de la base de datos + + + Database Name is required + Se requiere el nombre de la base de datos + + + Database Project + Proyecto de la base de datos + + + Database changed successfully + La base de datos se cambió correctamente + + + Database is required + Se requiere la base de datos + + + Database list + Lista de bases de datos + + + Database name + Nombre de la base de datos + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + El nombre de la base de datos contiene caracteres no válidos. Evite usar: < > * ? " / \ | + + + Database name is required + Se requiere el nombre de la base de datos + + + Database name is too long. Maximum length is 128 characters + El nombre de la base de datos es demasiado largo. La longitud máxima es de 128 caracteres + + + Database name must be 128 characters or fewer + El nombre de la base de datos debe tener 128 caracteres o menos + + + Database not found on the server + Base de datos no encontrada en el servidor + + + Database pauses until the next billing cycle when free amount is renewed. + La base de datos se pausa hasta el siguiente ciclo de facturación cuando se renueva el importe gratuito. + + + Database the table is created in + Base de datos en la que se crea la tabla + + + Default + Valor predeterminado + + + Default Value + Valor predeterminado + + + Define who can access this endpoint + Definir quién puede acceder a este punto de conexión + + + Define who can execute this stored procedure + Defina quién puede ejecutar este procedimiento almacenado + + + Definition + Definición + + + Definition type + Tipo de definición + + + DefinitionRequestCompleted + Solicitud de definición completada + + + DefinitionRequested + Definición requerida + + + Delete + Eliminar + + + Delete 1 row + Eliminar 1 fila + + + Delete Confirmation + Confirmar eliminación + + + Delete Contents + Eliminar contenido + + + Delete Row + Eliminar fila + + + Delete backup and restore history + Eliminar historial de copias de seguridad y restauración + + + Delete saved connection + Eliminar conexión guardada + + + Delete {0} rows + Eliminar {0} filas + + + Deleted + Eliminado + + + Deleted column '{0}' + {0} is the column name + Se eliminó la columna ''{0}'' + + + Deleted foreign key '{0}' + {0} is the foreign key name + Se eliminó la clave externa ''{0}'' + + + Deleted table {0} + {0} is the qualified table name + Tabla eliminada {0} + + + Deleting Container... + Eliminando contenedor... + + + Deny + Denegar + + + Deploy + Implementar + + + Deploy DAB Container + Implementar contenedor DAB + + + Deploy a .dacpac file to a new or existing SQL database + Implementar un archivo .dacpac en una base de datos SQL nueva o existente + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + Implementar y extraer archivos .dacpac, importar o exportar paquetes .bacpac mediante un flujo de trabajo integrado y simplificado en la extensión MSSQL. + + + Deploy to Existing Database + Implementar a una base de datos existente + + + Deploy, extract, import, or export data-tier applications on the selected database + Implemente, extraiga, importe o exporte aplicaciones de capa de datos en la base de datos seleccionada + + + Deploying DACPAC... + Implementando DACPAC... + + + Deployment Complete + Implementación finalizada + + + Deployment Failed + Error de implementación + + + Deployment Name + Nombre de implementación + + + Deployment failed + Error de implementación + + + Deployment finished + Implementación finalizada + + + Deployment in progress + Implementación en curso + + + Description + Descripción + + + Description for the table. + Descripción de la tabla. + + + Description: {0} + {0} is the task description + Descripción: {0} + + + Deselect All + Cancelar toda la selección + + + Design API + API de diseño + + + Design Schemas with GitHub Copilot + Diseñar esquemas con GitHub Copilot + + + Details + Detalles + + + Details panel actions + Acciones del panel de detalles + + + Details panel tabs + Pestañas del panel de detalles + + + Details tab - displays all event properties + Pestaña Detalles: muestra todas las propiedades del evento + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + Base de datos transaccional para desarrolladores que usa el motor de Azure SQL Database, sin coste alguno para la creación de prototipos y el aprendizaje. + + + Developer-friendly transactional database using the Azure SQL Database Engine. + Base de datos transaccional fácil de usar para desarrolladores que utiliza el motor de base de datos de Azure SQL. + + + Differential + Diferencial + + + Directory not found + No se encontró el directorio + + + Disable all entities + Deshabilitar todas las entidades + + + Disable intellisense and syntax error checking on current document + Deshabilite la comprobación de errores de sintaxis e IntelliSense en el documento actual. + + + Disabled + Deshabilitado + + + Disabled globally + Deshabilitado globalmente + + + Discard + Descartar + + + Disconnect + Desconectar + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + ¿Desconectarse de la conexión "{0}" (Id.: {1})? + + + Disconnect the active SQL document from the database + Desconectar el documento SQL activo de la base de datos + + + Disconnected on document "{0}" + {0} is the document name + Se desconectó en el documento "{0}" + + + Disconnected successfully + Desconexión correcta + + + Disconnected. + Desconectado. + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Desconectando de la conexión "{0}" (Id.: {1}) + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + Descubra cómo SQL Database en Fabric, Azure SQL y SQL Server están redefiniendo el desarrollo de aplicaciones modernas. Únase a ingenieros y compañeros que impulsen los límites de rendimiento, integración de inteligencia artificial y productividad de los desarrolladores. + + + Dismiss + Descartar + + + Displays the data type name for the column + Muestra el nombre del tipo de datos de la columna + + + Displays the description of the column + Muestra la descripción de la columna + + + Displays the unified data type (including length, scale and precision) for the column + Muestra el tipo de datos unificado (incluida la longitud, la escala y la precisión) de la columna. + + + Dissatisfied + Insatisfecho + + + Distinct + Distinto + + + Distinct Count: {0} + {0} is the distinct count + Recuento distinto: {0} + + + Do not compress backup + No comprimir copia de seguridad + + + Do not connect + No conectar + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + ¿Te importaría responder a una encuesta rápida sobre la extensión MSSQL para VS Code? + + + Do you want to always display query results in a new tab instead of the query pane? + ¿Desea mostrar siempre los resultados de la consulta en una nueva pestaña en lugar del panel de consulta? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + ¿Desea habilitar el "Certificado de servidor de confianza" en esta conexión y volver a intentarlo? + + + Docker Desktop must be installed and running on your machine. + Docker Desktop debe estar instalado y en ejecución en el equipo. + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + Docker no se pudo iniciar dentro del período de tiempo de expiración. Inicie Docker manualmente e inténtelo de nuevo. + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Docker no está instalado o no está en RUTA. Instale Docker Desktop e inténtelo de nuevo. + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Docker requiere permisos raíz para ejecutarse. Ejecute Docker con sudo o agregue el usuario al grupo de Docker mediante sudo usermod -aG docker $USER. A continuación, reinicie la máquina y vuelva a intentarlo. + + + Don't Save + No guardar + + + Don't Show Again + No volver a mostrar + + + Don't show this again + No volver a mostrar + + + Download offline VSIX + Descargar VSIX sin conexión + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + Descargue la extensión de mapa de claves para importar automáticamente asignaciones de claves desde Azure Data Studio. Estos cambios se mostrarán en las preferencias de método abreviado de teclado. + + + Downloading the Data API builder container image + Descargando la imagen de contenedor del generador de API de datos + + + Drizzle + Drizzle + + + Drop + Anular + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + Quite ''{0}'' de ''{1}''. Esta acción no se puede deshacer. + + + Drop Database + Soltar base de datos + + + Drop Database Options + Quitar opciones de base de datos + + + Drop active connections + Quitar conexiones activas + + + Dropping database + Quitando base de datos + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + Configure fácilmente un SQL Server local sin salir de la extensión de VS Code. Solo necesita unos clics para instalar, configurar y administrar su servidor sin esfuerzo. + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + Comience fácilmente con el nivel gratis de base de datos Azure SQL para crear y conectarse a una base de datos directamente desde el editor sin coste alguno. + + + Edit Connection Group - {0} + {0} is the connection group name + Editar grupo de conexiones: {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + Editar grupo de conexiones: {0} + + + Edit Data + Editar datos + + + Edit Database Connection - {0} + {0} is the name of the connection profile + Editar conexión de base de datos: {0} + + + Edit Table + Editar tabla + + + Edit an existing connection profile + Editar un perfil de conexión existente + + + Edit connection profile + Editar perfil de conexión + + + Edit your schema to see changes here. + Edite el esquema para ver los cambios aquí. + + + Edit {0} + {0} is the name of the connection profile + Editar {0} + + + Either profileId or serverName must be provided. + Se debe proporcionar profileId o serverName. + + + Elapsed time: {0} + {0} is the task elapsed time + Tiempo transcurrido: {0} + + + Enable 'Trust Server Certificate' + Habilitar "certificado de servidor de confianza" + + + Enable Code Analysis on Build + Habilitar análisis de código en la compilación + + + Enable GraphQL in API Type to expose this entity through GraphQL. + Habilite GraphQL en tipo de API para exponer esta entidad a través de GraphQL. + + + Enable MCP in API Type to use this DML tools setting. + Habilite MCP en Tipo de API para usar esta configuración de herramientas DML. + + + Enable MCP in API Type to use this custom tool setting. + Habilite MCP en tipo de API para usar esta configuración de herramienta personalizada. + + + Enable REST in API Type to expose this entity through REST. + Habilite REST en tipo de API para exponer esta entidad a través de REST. + + + Enable Trust Server Certificate + Habilitar certificado de servidor de confianza + + + Enable all CRUD operations + Habilitar todas las operaciones CRUD + + + Enable all entities + Habilitar todas las entidades + + + Enable all rules in {0} + {0} is the category name, e.g. Design + Habilitar todas las reglas en {0} + + + Enable or disable SQLCMD mode for the active SQL document + Habilitar o deshabilitar el modo SQLCMD para el documento SQL activo + + + Enable {0} + {0} is the entity name + Habilitar {0} + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + Habilitar {0} + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + Habilitar {0} globalmente + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + Habilite {0} en tipo de API para exponer esta entidad. + + + Enabled + Habilitado + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + ¿Tiene algún problema? Para compartir los detalles con nosotros, abra un problema de GitHub para que podamos mejorar. + + + Encrypt + Cifrar + + + Encryption + Cifrado + + + Encryption Algorithm + Algoritmo de cifrado + + + Encryption Type + Tipo de cifrado + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + Se habilitó el cifrado en esta conexión, revise la configuración de SSL y certificado para el SQL Server de destino o habilite "Confiar en el certificado de servidor" en el cuadro de diálogo de conexión. + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + Se habilitó el cifrado en esta conexión; revise la configuración de SSL y certificado para el SQL Server de destino o establezca "Certificado de servidor de confianza" en "true". Nota: un certificado autofirmado solo ofrece protección limitada y no es una práctica recomendada para entornos de producción. + + + End IP Address + Dirección IP final + + + Ends With + Termina con + + + Ends with + Termina en + + + Engine: {0} + {0} is the engine type + Motor: {0} + + + Ensuring Docker Desktop is running + Verificando que Docker Desktop se esté ejecutando + + + Enter Database Description + Escriba la descripción de la base de datos + + + Enter Database Name + Escriba el nombre de la base de datos + + + Enter a date... + Escriba una fecha + + + Enter a name for the new profiler session + Escriba un nombre para la nueva sesión del generador de perfiles + + + Enter a name for the new resource group + Escriba un nombre para el nuevo grupo de recursos + + + Enter a name for the new server + Escriba un nombre para el nuevo servidor + + + Enter a number... + Escribir un número... + + + Enter admin password + Escriba la contraseña del administrador + + + Enter admin username + Escriba el nombre de usuario de administrador + + + Enter application name + Escriba el nombre de la aplicación + + + Enter connection group name + Escriba el nombre del grupo de conexiones + + + Enter container name + Escriba el nombre del contenedor + + + Enter database name + Escriba el nombre de la base de datos + + + Enter description (optional) + Escriba la descripción (opcional) + + + Enter desired column width in pixels + Escriba el ancho de columna deseado en píxeles + + + Enter hostname + Escriba el nombre de host + + + Enter new column width + Escribir nuevo ancho de columna + + + Enter new database name + Escriba el nombre de la nueva base de datos. + + + Enter new password + Escribir nueva contraseña + + + Enter password + Escribir contraseña + + + Enter port + Escriba el puerto + + + Enter profile name + Escriba el nombre del perfil + + + Enter resource group name + Escriba el nombre del grupo de recursos + + + Enter server name + Escribir nombre del servidor + + + Enter text... + Escribir texto + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + Introduzca la contraseña de inicio de sesión SQL para el usuario “{0}”. + + + Enter the path for the output file + Introduzca la ruta del archivo de salida + + + Enter user name + Introducir nombre de usuario + + + Enter username + Escriba el nombre de usuario + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + El generador de API de datos no admite la entidad '"{0}". {1} + + + Entity Endpoints + Puntos de conexión de entidad + + + Entity Name + Nombre de entidad + + + Entity name used in API routes + Nombre de entidad usado en rutas de API + + + Entity not found: {0} + {0} is the entity reference + Entidad no encontrada: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + Referencia de entidad resuelta en más de una entidad: {0} + + + Entra token cache cleared successfully. + La caché de tokens de Entra se ha borrado correctamente. + + + Equal to + Igual a + + + Equals + Es igual a + + + Error + Error + + + Error Message: + Mensaje de error: + + + Error code: + Código de error: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + Error al conectar con el servidor "{0}". Detalles: {1} + + + Error connecting to: + Error de conexión con: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + Error al crear la regla de firewall {0}. Compruebe la configuración de la cuenta de Azure y vuelva a intentarlo. Error: {1} + + + Error fetching schemas for the selected database. + Error al capturar los esquemas de la base de datos seleccionada. + + + Error fetching the table preview. + Error al capturar la vista previa de la tabla. + + + Error generating text view. Please try switching back to grid view. + Error al generar la vista de texto. Intente volver a la vista de cuadrícula. + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + Error al cargar la información de la cuenta de Azure para el id. de inquilino '{0}' + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + Error al cargar las bases de datos de Azure para la suscripción {0} ({1}). Confirme que tiene permiso. + + + Error loading Azure subscriptions. + Error al cargar las suscripciones de Azure. + + + Error loading Schema Designer + Error al cargar el Diseñador de esquemas + + + Error loading Table Designer + Error al cargar Diseñador de tablas + + + Error loading database objects + Error al cargar objetos de base de datos + + + Error loading databases + Error al cargar las bases de datos + + + Error loading preview + Error al cargar la vista previa + + + Error loading servers + Error al cargar servidores + + + Error loading subscriptions + Error al cargar las suscripciones + + + Error loading summary + Error al cargar el resumen + + + Error loading summary: {0} + {0} is the error message + Error al cargar el resumen: {0} + + + Error loading workspaces + Error al cargar las áreas de trabajo + + + Error loading workspaces. Please try choosing a different account or tenant. + Error al cargar las áreas de trabajo. Pruebe a elegir otra cuenta o inquilino. + + + Error loading; refresh to try again + Error al cargar; actualizar para volver a intentarlo + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + Error al migrar el identificador de {0} conexión al nuevo formato. Vuelva a crear esta conexión para usarla. +Error: +{1} + + + Error occurred opening content in editor. + Error al abrir contenido en el editor. + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + Error al actualizar el token; es posible que tenga que cerrar sesión y volver a iniciarla: {0} + + + Error retrieving server list: {0} + {0} is the error message + Error al recuperar la lista de servicio: {0} + + + Error running Docker commands. Please make sure Docker is running. + Error al ejecutar comandos de Docker. Asegúrese de que Docker se está ejecutando. + + + Error signing into Azure: {0} + {0} is the error message + Error al iniciar sesión en Azure: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + Error al validar el token de autenticación de Entra; es posible que tenga que actualizar el token: {0} + + + Error when refreshing token + Error al actualizar el token + + + Error {0}: {1} + {0} is the error number +{1} is the error message + Error {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + Error {0}: {1}. Inicie sesión como un usuario diferente y cambie la contraseña mediante ALTER LOGIN. + + + Error: + Error: + + + Error: Failed to parse query result data. + Error: no se pudieron analizar los datos del resultado de la consulta. + + + Error: Login failed. Retry using different credentials? + Error: no se pudo iniciar sesión. ¿Quiere volver a intentarlo con otras credenciales? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + Error: No puede conectarse con la información de conexión proporcionada. ¿Reintentar la creación del perfil? + + + Error: Unrecognized query result data. + Error: datos de resultados de consulta no reconocidos. + + + Error: {0} + {0} is the error message + Error: {0} + + + Estimated Operator Cost + Coste de operador estimado + + + Estimated Subtree Cost + Coste de subárbol estimado + + + Event details for {0} + {0} is the name of the profiler event + Detalles del evento para {0} + + + Event properties list + Lista de propiedades de eventos + + + Example: Find queries with {0} > 100 + {0} is the column name + Ejemplo: buscar consultas con {0} > 100 + + + Excel + Excel + + + Exclude Object Types + Excluir tipos de objeto + + + Execute + Ejecutar + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + ¿Ejecutar la operación ''{0}'' en el generador de API de datos? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + ¿Quiere ejecutar la operación "{0}" en el diseñador de esquemas? + + + Execute Query + Ejecutar la consulta + + + Execute SQL against SQL Server / Azure SQL + Ejecutar SQL en SQL Server/Azure SQL + + + Execute Selection or Current Statement + Ejecutar selección o instrucción actual + + + Execute only the T-SQL statement under the cursor + Ejecutar solo la instrucción T-SQL bajo el cursor + + + Executing '{0}' operation on Data API builder + {0} is the operation name + Ejecutando la operación ''{0}'' en el generador de API de datos + + + Executing '{0}' operation on schema designer + {0} is the operation name + Ejecutando la operación "{0}" en el diseñador de esquemas + + + Executing query... + Ejecutando consulta... + + + Execution Plan + Plan de ejecución + + + Execution cancelled + Ejecución cancelada + + + Execution time unavailable + Tiempo de ejecución no disponible + + + Existing Database + Base de datos existente + + + Existing File + Archivo existente + + + Existing SQL Server + SQL Server existente + + + Expand + Expandir + + + Expand All + Expandir todo + + + Expand Subscription Explorer + Expandir explorador de suscripciones + + + Expand Workspace Explorer + Expandir explorador del área de trabajo + + + Expand all groups + Expandir todos los grupos + + + Expand connection groups + Expandir grupos de conexiones + + + Expand connections + Expandir conexiones + + + Expand properties pane + Expandir panel de propiedades + + + Expand selection down + Expandir selección hacia abajo + + + Expand selection left + Expandir selección a la izquierda + + + Expand selection right + Expandir selección a la derecha + + + Expand selection up + Expandir selección hacia arriba + + + Expand settings + Expandir configuración + + + Expand the active grid to fill the panel + Expandir la cuadrícula activa para rellenar el panel + + + Expand {0} + {0} is the category name, e.g. Design + Expandir {0} + + + Expiration + Expiración + + + Explore tutorials, docs, and what's coming next. + Explorar tutoriales, documentos y próximas novedades. + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + Explorar, diseñar y evolucionar esquemas de base de datos con una guía inteligente basada en código primero o datos primero + + + Explorer + Explorer + + + Export + Exportar + + + Export & Close + Exportar y cerrar + + + Export BACPAC + Exportar BACPAC + + + Export all captured events to a CSV file + Exportar todos los eventos capturados a un archivo CSV + + + Export all results as INSERT statements + Exportar todos los resultados como instrucciones INSERT + + + Export all results to a CSV file + Exportar todos los resultados a un archivo CSV + + + Export all results to a JSON file + Exportar todos los resultados a un archivo JSON + + + Export all results to an Excel file + Exportar todos los resultados a un archivo de Excel + + + Export the schema and data from a SQL database to a .bacpac file + Exportar el esquema y los datos de una base de datos SQL a un archivo .bacpac + + + Export to CSV + Exportar a CSV + + + Export to Excel + Exportar a Excel + + + Export to JSON + Exportar a JSON + + + Export to PDF + Exportar a PDF + + + Export to tab delimited + Exportar a delimitado por tabulaciones + + + Export to text format + Exportar al formato de texto + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + Barra de herramientas de exportación para el conjunto de resultados {0} + + + Exporting BACPAC... + Exportando BACPAC... + + + Expose as MCP DML tools + Exponer como herramientas de DML de MCP + + + Expose as MCP custom tool + Exponer como herramienta personalizada de MCP + + + Expose this entity through GraphQL + Exponer esta entidad a través de GraphQL + + + Expose this entity through REST + Exponer esta entidad a través de REST + + + Expose {0} + {0} is the backing database column name + Exponer {0} + + + Expression + Expresión + + + Extend the current selection one cell down + Extender la selección actual una celda hacia abajo + + + Extend the current selection one cell left + Extender la selección actual una celda a la izquierda + + + Extend the current selection one cell right + Extender la selección actual una celda a la derecha + + + Extend the current selection one cell up + Extender la selección actual una celda hacia arriba + + + Extended Events Log Files + Archivos de registro de eventos extendidos + + + Extension Shortcuts + Métodos abreviados de extensión + + + Extension and deployment actions + Acciones de extensión e implementación + + + Extract DACPAC + Extraer DACPAC + + + Extract the schema from a SQL database to a .dacpac file + Extraer el esquema de una base de datos SQL a un archivo .dacpac + + + Extracting DACPAC... + Extrayendo DACPAC... + + + Extremely likely + Muy probable + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + Se ha producido un error en la API de Fabric ({0}): {1} + + + Fabric Account + Cuenta de Fabric + + + Fabric Account is required + Se requiere una cuenta de Fabric + + + Fabric Databases + Bases de datos de tejido + + + Fabric Workspaces + Áreas de trabajo de Fabric + + + Fabric databases in Query Profiler + Bases de datos de Fabric en Query Profiler + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + Fabric no se admite en la nube actual ({0}). Asegúrese de que el valor "{1}" esté configurado correctamente. + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + Error de API de larga ejecución de Fabric con código de error '{0}': {1} + + + Failed + Erróneo + + + Failed disposing query: {0} + {0} is the error message + Error al eliminar la consulta: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + No se pudo adquirir el token para la cuenta "{0}" y el inquilino "{1}" + + + Failed to add table to schema designer. + Error al agregar la tabla al diseñador de esquemas. + + + Failed to add table. + Error al agregar la tabla. + + + Failed to add text to workspace: {0} + {0} is the error message + No se pudo agregar texto al área de trabajo: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + Error al aplicar los cambios: "{0}" + + + Failed to apply schema. + No se pudo aplicar el esquema. + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + No se pudieron aplicar los cambios de mover al esquema. Compruebe que los archivos se pueden escribir e inténtelo de nuevo. + + + Failed to change database + No se pudo cambiar la base de datos + + + Failed to connect + No se pudo establecer la conexión + + + Failed to connect to database: {0} + {0} is the database name + No se pudo establecer la conexión con la base de datos: {0} + + + Failed to connect to server + No se pudo conectarse con el servidor + + + Failed to connect to server. + No se pudo conectar con el servidor. + + + Failed to connect to the selected server. + Error al conectar con el servidor seleccionado. + + + Failed to connect: {0} + {0} is the error message + No se pudo conectar: {0} + + + Failed to copy script: {0} + {0} is the error message + No se pudo copiar el script: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + No se pudo copiar el texto en el Portapapeles: {0} + + + Failed to create a new row: {0} + {0} is the error message + No se pudo crear una nueva fila: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + No se ha podido crear la base de datos ''{0}''. {1} + + + Failed to create firewall rule: {0} + {0} is the error message + No se pudo crear la regla de firewall: {0} + + + Failed to create profiler session: {0} + {0} is the error message + Error al crear la sesión del generador de perfiles: {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + No se pudo eliminar la credencial con el id.: {0}. {1} + + + Failed to delete table from schema designer. + Error al eliminar la tabla del diseñador de esquemas. + + + Failed to delete table. + No se pudo eliminar la tabla. + + + Failed to delete {0}. + Failed to delete {0}. + No se pudo eliminar {0}. + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + No se pudo quitar la base de datos ''{0}''. {1} + + + Failed to establish connection + Error al establecer la conexión + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + No se pudo establecer la conexión con el id. "{0}". Compruebe los detalles de la conexión y la conectividad de red. + + + Failed to export profiler events: {0} + {0} is the error message + No se pudieron exportar los eventos del generador de perfiles: {0} + + + Failed to export results: {0} + {0} is the error message + Error al exportar los resultados: {0} + + + Failed to fetch Docker container tags: {0} + Error al obtener las etiquetas del contenedor Docker: {0} + + + Failed to fetch user tokens. + No se pudieron capturar los tokens de usuario. + + + Failed to generate SqlPackage command: {0} + No se pudo generar el comando SqlPackage: {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + Error al generar el script de publicación: "{0}" + + + Failed to generate script. Please check the logs for more details. + No se pudo generar el script. Consulte los registros para obtener más detalles. + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + No se pudo generar el script: "{0}" + + + Failed to generate script: {0} + {0} is the error message + No se pudo generar el script: {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + No se pudieron obtener las áreas de trabajo de Fabric para el inquilino '{0} ({1})'. + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + Error al obtener las áreas de trabajo de Fabric para el inquilino "{0} ({1})": {2} + + + Failed to get authentication method, please remove and re-add the account. + No se pudo obtener el método de autenticación. Quite y vuelva a agregar la cuenta. + + + Failed to get connection string: {0} + Error al obtener la cadena de conexión: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + No se pudo obtener el inquilino '{0}' para la cuenta '{1}'. + + + Failed to import file. + No se pudo importar el archivo. + + + Failed to launch profiler: {0} + {0} is the error message + No se ha podido iniciar el generador de perfiles: {0} + + + Failed to list databases + Error al enumerar las bases de datos + + + Failed to load code analysis rules + No se pudieron cargar las reglas de análisis de código + + + Failed to load data: {0} + {0} is the error message + No se pudieron cargar los datos: {0} + + + Failed to load databases + No se pudieron cargar las bases de datos + + + Failed to load publish profile + Error al cargar el perfil de publicación + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + No se pudo obtener el token para el recurso "{1}". Error: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + Error al abrir Editar datos: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + Error al abrir Modificar tabla: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + No se pudo abrir el Diseñador de esquema: {0} + + + Failed to open Table Designer: {0} + {0} is the error message + No se pudo abrir el Diseñador de tabla: {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + No se pudo abrir la dirección URL. El explorador simple integrado puede estar deshabilitado. + + + Failed to open XEL file: {0} + {0} is the error message + No se pudo abrir el archivo XEL: {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + No se pudo abrir el archivo scmp: "{0}" + + + Failed to open script in editor. + No se pudo abrir el script en el editor. + + + Failed to open script: {0} + {0} is the error message + No se pudo abrir el script: {0} + + + Failed to open text in editor: {0} + {0} is the error message + No se pudo abrir el texto en el editor: {0} + + + Failed to pull DAB container image. Please check your network connection. + Error al descargar la imagen del contenedor DAB. Compruebe la conexión de red. + + + Failed to pull SQL Server image. Please check your network connection and try again. + No se pudo extraer la imagen de SQL Server. Compruebe la conexión de red e inténtelo de nuevo. + + + Failed to read saved rule overrides from project + Error al leer las invalidaciones de reglas guardadas del proyecto + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + No se pudo actualizar la conexión ${0} con uri {1}, resultado de conexión no válido. + + + Failed to remove row: {0} + {0} is the error message + No se pudo quitar la fila: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + No se ha podido cambiar el nombre de la base de datos ''{0}'' a ''{1}. {2} + + + Failed to resolve the refactor log for this file: {0} + No se pudo resolver el registro de refactorización para este archivo: {0} + + + Failed to revert cell: {0} + {0} is the error message + No se pudo revertir la celda: {0} + + + Failed to revert row: {0} + {0} is the error message + No se pudo revertir la fila: {0} + + + Failed to run table query. + No se pudo ejecutar la consulta de la tabla. + + + Failed to run table query: {0} + {0} is the error message + No se pudo ejecutar la consulta de tabla: {0} + + + Failed to save changes: {0} + {0} is the error message + No se pudieron guardar los cambios: {0} + + + Failed to save code analysis rules + Error al guardar las reglas de análisis de código + + + Failed to save publish profile + Error al guardar el perfil de publicación + + + Failed to save results. {0} + {0} is the error message + No se pudieron guardar los resultados. {0} + + + Failed to save results: {0} + {0} is the underlying error message + Error al guardar los resultados: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + No se pudo guardar el archivo scmp: "{0}" + + + Failed to script object: {0} + {0} is the error message + Error al crear el script del objeto: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + Error al iniciar "{0}": {1} + + + Failed to start DAB container. + Error al iniciar el contenedor. + + + Failed to start DAB container. Please check the Docker logs for details. + Error al iniciar el contenedor. Compruebe los registros de Docker para obtener más información. + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + Error al iniciar el contenedor de SQL Server. Compruebe el mensaje de error para obtener más detalles e inténtelo de nuevo. + + + Failed to start profiler: {0} + {0} is the error message + No se pudo iniciar el generador de perfiles: {0} + + + Failed to start query. + No se pudo iniciar la consulta. + + + Failed to start {0}. + Failed to start {0}. + Error al iniciar {0}. + + + Failed to stop and remove DAB container. + No se pudo detener y eliminar el contenedor DAB. + + + Failed to stop {0}. + Failed to stop {0}. + Error al detener {0}. + + + Failed to update cell: {0} + {0} is the error message + No se pudo actualizar la celda: {0} + + + Failed to update schema designer. + Error al actualizar el diseñador de esquemas. + + + Failed to update table in schema designer. + Error al actualizar la tabla en el diseñador de esquemas. + + + Failed to update table. + Error al actualizar la tabla. + + + Feedback + Comentarios + + + Fetching {0} script... + {0} is the script type + Capturando {0} script... + + + File + Archivo + + + File (Read-Only) + Archivo (solo lectura) + + + File Name + Nombre de archivo + + + File already exists. It will be overwritten if you continue + El archivo ya existe. Se sobrescribirá si continúa + + + File imported successfully + Archivo importado correctamente + + + File is required + El archivo es obligatorio + + + File name is required + Se requiere el nombre de archivo + + + File not found + No se encuentra el archivo + + + File path + Ruta de archivo + + + File path is required + La ruta de acceso del archivo es obligatoria + + + File to be imported + Archivo para importar + + + File type + Tipo de archivo + + + File: {0} + {0} is the file name + Archivo: {0} + + + Files + Archivos + + + Files of Type + Archivos de Tipo + + + Filter + Filtrar + + + Filter ({0}) + {0} is the number of selected tables + Filtrar ({0}) + + + Filter Azure subscriptions + Filtrar suscripciones de Azure + + + Filter Changes + Cambios de filtro + + + Filter Options + Opciones de filtro + + + Filter Settings + Configuración del filtro + + + Filter active + Filtro activo + + + Filter by keyword + Filtrar por palabra clave + + + Filter by name + Filtrar por nombre + + + Filter by schema + Filtrar por esquema + + + Filter by severity + Filtrar por gravedad + + + Filter by type + Filtrar por tipo + + + Filter changes + Cambios de filtro + + + Filter entities + Filtrar entidades + + + Filter entities... + Filtrar entidades... + + + Filter events by column values + Filtrar eventos por valores de columna + + + Filter for any field... + Filtrar por cualquier campo... + + + Filter operator + Operador de filtro + + + Filter shortcuts + Atajos de filtro + + + Filter value + Valor de filtro + + + Filter {0} + Filtro {0} + + + Filter... + Filtrar... + + + Filter: {0} + {0} is the column name + Filtro: {0} + + + Filters + Filtros + + + Find + Buscar + + + Find Next + Buscar siguiente + + + Find Node + Buscar nodo + + + Find Nodes + Buscar nodos + + + Find Previous + Buscar anterior + + + Finish + Finalizar + + + Finished Deployment + Implementación finalizada + + + Finished query execution for document "{0}" + {0} is the document name + Finalizó la ejecución de la consulta para el documento "{0}". + + + Firewall + Firewall + + + Firewall rule name + Nombre de la regla de firewall + + + Firewall rule successfully added. Retry profile creation? + La regla de firewall se ha agregado correctamente. ¿Reintentar la creación del perfil? + + + Firewall rule successfully created. + La regla de firewall se ha creado correctamente. + + + First Page + Primera página + + + Flat + Plano + + + Focus the Messages tab + Centrar la pestaña Mensajes + + + Focus the Query Plan tab + Centrar la pestaña Plan de consulta + + + Focus the Results tab in the query results panel + Foco en la pestaña Resultados en el panel de resultados de la consulta + + + Folder Path + Ruta de acceso de la carpeta + + + Folder Structure + Estructura de carpetas + + + Folder is required + La carpeta es obligatoria. + + + Folder path + Ruta de acceso de la carpeta + + + Folder path is required + La ruta de acceso de la carpeta es obligatoria + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + Para los datos numéricos, el número máximo de dígitos decimales que se pueden almacenar en este objeto de base de datos a la derecha del punto decimal. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + Para datos numéricos, número máximo de dígitos decimales que se pueden almacenar en este objeto de base de datos. + + + Force fit columns + Forzar ajuste de columnas + + + Foreign Column + Columna externa + + + Foreign Key + Clave externa + + + Foreign Key {0} + {0} is the index of the foreign key + Clave externa {0} + + + Foreign Keys + Claves externas + + + Foreign Table + Tabla externa + + + Foreign key '{0}' already exists + {0} is the foreign key name + La clave externa "{0}" ya existe + + + Foreign key column mappings are required. + Se requieren asignaciones de columnas de clave externa. + + + Foreign key column mappings must be the same length. + Las asignaciones de columnas de clave externa deben tener la misma longitud. + + + Foreign keys + Claves externas + + + Formula + Fórmula + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + Se encontró una promesa de reconexión pendiente para el uri {0}, error. + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + Se encontró una promesa de reconexión pendiente para el uri {0}, en espera. + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + Se encontraron {0} perfiles de conexión guardados. + + + Free compute & storage + Proceso y almacenamiento gratuitos + + + Free offer applied + Oferta gratuita aplicada + + + Freeze columns + Inmovilizar columnas + + + From + Label for the start IP address in the firewall rule IP range + Desde + + + Full + Completo + + + Function + Función + + + Functions + Funciones + + + General + General + + + General Options + Opciones generales + + + General Purpose + De uso general + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + Genere configuraciones del generador de API de datos mediante lenguaje natural a través de las herramientas de chat y agente de GitHub Copilot. Describa los requisitos de la API y deje que GitHub Copilot aplique la configuración automáticamente. + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + Genere puntos de conexión REST, GraphQL y MCP a partir de los objetos de base de datos SQL (tablas). Puede modificar la configuración manualmente o a través de GitHub Copilot para planear y generar actualizaciones y, a continuación, implementarla localmente con Docker. + + + Generate Script + Generar script + + + Generate mock data and seed scripts to support testing and development environments + Generar datos de prueba y scripts de inicialización para apoyar los entornos de desarrollo y pruebas + + + Generate script to deploy changes to target + Generar script para implementar cambios en el destino + + + Generate sqlpackage command + Generar comando sqlpackage + + + Generated file added to {0} + {0} is the generated file path + Archivo generado agregado a {0} + + + Generating Report. This may take a while... + Generar informe. Esto puede tardar un rato... + + + Generating SAS key failed: {0} + {0} is the error message + Error al generar la clave SAS: {0} + + + Generating report, this might take a while... + Generando informe, esto puede tardar un rato... + + + Generating script... + Generando el script... + + + Geo-redundant backup storage + Almacenamiento de copias de seguridad con redundancia geográfica + + + Get Connection Details + Obtener los detalles de la conexión + + + Get Started + Introducción + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + ¿Desea obtener los detalles de conexión para la conexión "{0}" (id.: {1})? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + Obtener recomendaciones relacionadas con la seguridad, como evitar la inyección SQL o permisos excesivos + + + Getting Docker Ready... + Preparando Docker... + + + Getting Fabric database '{0}' + {0} is the database ID + Obteniendo la base de datos de Fabric '{0}' + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + Obteniendo el área de trabajo de Fabric '{0}' + + + Getting Started + Introducción + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Obteniendo detalles de conexión para la conexión "{0}" (Id.: {1}) + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + Obteniendo la cadena de conexión para el punto de conexión de SQL '{0}' en el área de trabajo '{1}' + + + Getting container ready for connections + Preparando el contenedor para las conexiones + + + Getting definition ... + Obteniendo la definición... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot y Tutorial de VS Code + + + GitHub Copilot integration in Data API builder + Integración de GitHub Copilot en el generador de API de datos + + + GitHub Copilot survey + Encuesta de GitHub Copilot + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + Se obtuvieron parámetros de uso de herramienta no válidos: "{0}". ({1}) + + + GraphQL + GraphQL + + + Greater Than + Mayor que + + + Greater Than or Equals + Mayor o igual que + + + Greater than + Mayor que + + + Greater than or equal to + Es mayor o igual que + + + Grid View + Vista Cuadrícula + + + Group by + Agrupar por + + + Group differences by + Agrupar diferencias por + + + Help + Ayuda + + + Help us improve by sharing your thoughts. + Ayúdenos a mejorar compartiendo sus ideas. + + + Hide Changes + Ocultar los cambios + + + Hide Changes Highlight + Ocultar resaltado de cambios + + + Hide Confirm Password + Ocultar confirmar contraseña + + + Hide Definition + Ocultar definición + + + Hide New Password + Ocultar nueva contraseña + + + Hide SQL Pane + Ocultar panel SQL + + + Hide column + Ocultar columna + + + Hide full error message + Ocultar mensaje de error completo + + + Hide password + Ocultar contraseña + + + Hide this panel + Ocultar este panel + + + Highlight Changes + Resaltar cambios + + + Highlight Expensive Operation + Resaltar operación costosa + + + Highlights + Contenidos destacados + + + Hostname + Nombre de host + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + ¿Qué probabilidad hay de que recomiende la extensión MSSQL a un amigo o compañero de trabajo? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + ¿Qué probabilidad hay de que recomiende {0} a un amigo o compañero? + + + How many tables are in this database? + ¿Cuántas tablas hay en esta base de datos? + + + Hue + Matiz + + + I have read the summary and understand the potential risks. + He leído el resumen y entiendo los posibles riesgos. + + + I understand this action is permanent and irreversible + Entiendo que esta acción es permanente e irreversible + + + I'm sorry, I can only assist with SQL-related questions. + Lo siento, solo puedo ayudar con preguntas relacionadas con SQL. + + + IP address range + Intervalo de direcciones IP + + + Identity + Identidad + + + Ignore Options + Ignorar opciones + + + Ignore Tenant + Omitir inquilino + + + Image tag + Etiqueta de imagen + + + Import BACPAC + Importar BACPAC + + + Import Data + Importar datos + + + Import File + Importar archivo + + + Import Flat File + Importar archivo plano + + + Import Information + Importar información + + + Import New File + Importar nuevo archivo + + + Import Status + Estado de la importación + + + Import a .bacpac file to a new or empty database + Importar un archivo .bacpac a una base de datos nueva o vacía + + + Import anyway + Importar de todos modos + + + Import complete. You can close this dialog. + Importación completada. Puede cerrar este diálogo. + + + Import connection configuration settings from Azure Data Studio + Importar opciones de configuración de conexión desde Azure Data Studio + + + Import failed: {0} + {0} is the error message returned from the import helper. + Error en la importación: {0} + + + Import file is required + El archivo de importación es obligatorio + + + Import from Azure Data Studio + Importar desde Azure Data Studio + + + Import selected + Importar selección + + + Importance + Importancia + + + Importing BACPAC... + Importando BACPAC... + + + Importing data... + Importando datos... + + + Importing selections + Importando selecciones + + + In + En + + + In case you missed it + En caso de que lo haya perdido + + + In progress + En curso + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + En la experiencia del generador de API de datos, la implementación de contenedores locales solo está disponible para las conexiones que usan la autenticación de SQL. No se admite el tipo de conexión actual. + + + Include + Incluir + + + Include Object Types + Incluir tipos de objeto + + + Include all columns + Incluir todas las columnas + + + Include all object types + Incluir todos los tipos de objeto + + + Incomplete or orphaned connections + Conexiones incompletas o huérfanas + + + Index + Índice + + + Indexes + Índices + + + Initializing DAB configuration... + Inicializando la configuración de DAB... + + + Initializing comparison, this might take a while... + Inicializando la comparación, esto puede tardar un rato... + + + Insert + Insertar + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + Inserte el texto seleccionado del editor de consultas mediante {arg}. Si no usa el marcador de posición, el texto seleccionado se anexa automáticamente al final de la consulta. + + + Install Docker + Instalar Docker + + + Install the MSSQL Database Management Keymap extension + Instalación de la extensión del mapa de claves de administración de bases de datos de MSSQL + + + Instant Container Setup + Configuración instantánea del contenedor + + + Insufficient Workspace Permissions + Permisos de área de trabajo insuficientes + + + Integrated + Integrado + + + Integrated & secure + Integrado y seguro + + + Invalid Firewall rule name + Nombre de regla de firewall no válida. + + + Invalid IP Address + Dirección IP no válida + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + Contraseña de SQL Server no válida para {0}. La contraseña debe tener entre 8 y 128 caracteres y cumplir los requisitos de complejidad. Para obtener más información, consulte https://docs.microsoft.com/sql/relational-databases/security/password-policy + + + Invalid column reference. Use either id OR name. + Referencia de columna no válida. Use el id. O el nombre. + + + Invalid column width + Ancho de columna no válido + + + Invalid connection URI provided. + Se proporcionó un URI de conexión no válido. + + + Invalid connection string: {0} + Cadena de conexión no válida: {0} + + + Invalid database + Base de datos no válida + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + Referencia de entidad no válida. Use id. O schemaName+tableName O schemaName+sourceName+sourceType. + + + Invalid file + Archivo no válido + + + Invalid file extension. Expected .dacpac or .bacpac + Extensión de archivo no válida. Se esperaba .dacpac o .bacpac + + + Invalid foreign key. + Clave externa no válida. + + + Invalid max length '{0}' + {0} is the max length + Longitud máxima no válida "{0}" + + + Invalid table payload. Expected table with columns array. + Carga útil de tabla no válida. Tabla esperada con matriz de columnas. + + + Invalid table type + Tipo de tabla no válido + + + Is Computed + Se calcula + + + Is Identity + Es una identidad + + + Is Ledger Database + Es base de datos de libro de contabilidad + + + Is Not Null + No es Null + + + Is Null + Es Null + + + Is Persisted + Es persistente + + + Issues ({0}) + {0} is the number of issues + Incidencias ({0}) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + Unirse a las discusiones + + + Keep in query pane + Mantener en el panel de consulta + + + Key + Clave + + + Keybinding + Enlace de teclado + + + Keyboard Shortcuts editor + Editor de métodos abreviados de teclado + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Las claves para la caché de tokens no se pudieron guardar en el almacén de credenciales, lo que puede causar problemas de persistencia del token de acceso de Microsoft Entra Id e inestabilidades en la conexión. Es probable que SqlTools haya alcanzado el límite de almacenamiento de credenciales en Windows. Borre al menos 2 credenciales que comiencen con "Microsoft.SqlTools|" en el Administrador de credenciales de Windows y vuelva a cargar. + + + LRS + LRS + + + LRS backup (locally redundant) + Copia de seguridad de LRS (con redundancia local) + + + Last Page + Última página + + + Learn More + Más información + + + Learn more + Más información + + + Learn more about Azure SQL Database free tier + Más información sobre el nivel Gratis de Azure SQL Database + + + Learn more about SQL Server 2025 features + Más información sobre las características de SQL Server 2025 + + + Leave the source database in the restoring state + Dejar la base de datos de origen en estado de restauración + + + Length + Duración + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + Falta de coincidencia de longitud: columna "{0}" ({1}) incompatible con "{2}" ({3}) + + + Less Than + Menor que + + + Less Than or Equals + Menor o igual que + + + Less than + Menor que + + + Less than or equal to + Es menor o igual que + + + Line {0} + {0} is the line number + Línea {0} + + + Link copied to clipboard + Vínculo copiado en el Portapapeles + + + List Connections + Enumerar conexiones + + + List Databases + Lista de bases de datos + + + List Functions + Mostrar la lista de funciones + + + List Schemas + Mostrar la lista de esquemas + + + List Tables + Mostrar la lista de tablas + + + List Views + Mostrar la lista de vistas + + + List all connections registered with the mssql extension? + ¿Enumerar todas las conexiones registradas con la extensión mssql? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + ¿Desea enumerar las bases de datos de la conexión "{0}" (id.: {1})? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + ¿Desea enumerar las funciones de la conexión "{0}" (id.: {1})? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + ¿Desea enumerar los esquemas de la conexión "{0}" (id.: {1})? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + ¿Desea enumerar las tablas de la conexión "{0}" (id.: {1})? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + ¿Desea mostrar vistas para la conexión "{0}" (id.: {1})? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + Lista de bases de datos SQL de Fabric para el área de trabajo '{0}' + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + Enumeración de puntos de conexión de Fabric SQL para el área de trabajo '{0}' + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + Descripción de almacenes de tejido para el área de trabajo ''{0}'' + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + Lista de capacidades de Fabric para el inquilino '{0}' + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + Lista de áreas de trabajo de Fabric para el inquilino '{0}' + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Enumeración de bases de datos para la conexión "{0}" (Id.: {1}) + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Enumeración de funciones para la conexión "{0}" (Id.: {1}) + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + Lista de asignaciones de roles para el área de trabajo '${workspaceId}' + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Enumeración de esquemas para la conexión "{0}" (Id.: {1}) + + + Listing server connections + Enumeración de conexiones de servidor + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Enumeración de tablas para la conexión "{0}" (Id.: {1}) + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Enumeración de vistas para la conexión "{0}" (Id.: {1}) + + + Load + Carga + + + Load from Connection String + Cargar desde cadena de conexión + + + Load profile... + Perfil de carga... + + + Load source, target, and options saved in an .scmp file + Cargue el origen, el destino y las opciones guardadas en un archivo .scmp + + + Loading + Cargando + + + Loading Azure Accounts + Cargando cuentas de Azure + + + Loading Azure SQL Database... + Cargando Azure SQL Database... + + + Loading Azure accounts + Cargando cuentas de Azure + + + Loading Fabric Accounts + Cargando cuentas de Fabric + + + Loading Fabric provisioning... + Cargando aprovisionamiento de Fabric... + + + Loading Report + Cargando informe + + + Loading Schema Designer + Cargando diseñador de esquemas + + + Loading Schema Designer Model... + Cargando modelo del Diseñador de esquemas... + + + Loading Table Designer + Cargando Diseñador de tablas + + + Loading XEL file: {0} + {0} is the file name + Cargando archivo XEL: {0} + + + Loading backup database... + Cargando base de datos de copia de seguridad... + + + Loading code analysis rules... + Cargando reglas de análisis de código... + + + Loading collations... + Cargando intercalaciones... + + + Loading database objects + Cargando objetos de base de datos + + + Loading databases in '{0}'... + {0} is the name of the workspace + Cargando bases de datos en '{0}'... + + + Loading databases in selected workspace... + Cargando bases de datos en el área de trabajo seleccionada... + + + Loading deployment + Carga de la implementación en curso + + + Loading execution plan... + Cargando plan de ejecución... + + + Loading flat file import... + Cargando importación de archivos planos... + + + Loading local containers... + Cargando contenedores locales... + + + Loading locations + Cargando ubicaciones + + + Loading maintenance windows... + Cargando ventanas de mantenimiento... + + + Loading resource groups + Cargando grupos de recursos + + + Loading restore database... + Cargando la base de datos de restauración... + + + Loading restore plan... + Cargando plan de restauración... + + + Loading results... + Cargando resultados... + + + Loading schemas... + Cargando esquemas... + + + Loading servers + Cargando servidores + + + Loading servers in '{0}'... + {0} is the name of the subscription + Cargando servidores en "{0}"... + + + Loading servers in selected subscription... + Cargando servidores en la suscripción seleccionada... + + + Loading subscriptions + Cargando suscripciones + + + Loading subscriptions... + Cargando suscripciones... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + Cargando resumen de filas {0} (haga clic para cancelar) + + + Loading table data... + Cargando datos de tabla... + + + Loading table preview... + Cargando vista previa de la tabla... + + + Loading tenants + Cargando espacios empresariales + + + Loading tenants... + Cargando inquilinos... + + + Loading text view... + Cargando vista de texto... + + + Loading workspaces + Cargando áreas de trabajo + + + Loading workspaces... + Cargando áreas de trabajo... + + + Loading... + Cargando... + + + Local Container Deployment + Implementación local de contenedor + + + Local SQL Server database container + Contenedor de base de datos de SQL Server local + + + Local container deployment is currently only supported with SQL Authentication connections. + Actualmente, la implementación de contenedores locales solo se admite con conexiones de autenticación de SQL. + + + Locally-redundant backup storage + Almacenamiento de copias de seguridad con redundancia local + + + Locate an Azure Data Studio settings.json file to import + Busque un archivo settings.json de Azure Data Studio para importar + + + Location + Ubicación + + + Location (Workspace) + Ubicación (área de trabajo) + + + Location of the file to be imported + Ubicación del archivo para importar + + + Log file folder + Carpeta de archivos de registro + + + Logical file name + Nombre de archivo lógico + + + Logical operator + Operador lógico + + + Logs + Registros + + + Logs copied to clipboard + Registros copiados en el Portapapeles + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + ¿Busca enlaces de teclado de Azure Data Studio, como F5 para ejecutar consultas? + + + MCP + MCP + + + MCP custom tool + Herramienta personalizada MCP + + + MCP server added to {0} + {0} is the file path where the MCP server was added + Servidor MCP agregado a {0} + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + El servidor MCP ya está configurado en {0} + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL: Registros de autenticación de Azure + + + MSSQL - VS Code walkthrough + MSSQL y tutorial de VS Code + + + MSSQL Feedback + Comentarios de MSSQL + + + MSSQL Notebook connected to {0} + {0} is the connection label + Cuaderno de MSSQL conectado a {0} + + + MSSQL extension icon + Icono de extensión de MSSQL + + + MSSQL: Click to change connection + MSSQL: haga clic para cambiar la conexión + + + MSSQL: Click to change database + MSSQL: haga clic para cambiar la base de datos + + + MSSQL: Welcome & What's New + MSSQL: bienvenida y novedades + + + MSSQL: What's new + MSSQL: novedades + + + Maintenance Window + Ventana de mantenimiento + + + Make everything read-only + Hacer que todo sea de solo lectura + + + Manage Connection Profiles + Administrar perfiles de conexión + + + Manage relationships + Administrar relaciones + + + Mandatory (Recommended) + Obligatorio (recomendaciones) + + + Mandatory (True) + Obligatorio (true) + + + Max + Max + + + Max 10 databases / subscription + Máximo de 10 bases de datos/suscripción + + + Max Length + Longitud máxima + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + Se ha superado el número máximo de filas para el filtrado y la ordenación. Para actualizarla, vaya a Configuración de usuario y cambie la configuración: mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + Número máximo de núcleos virtuales + + + Max: {0} + {0} is the max + Máximo: {0} + + + Maximize + Maximizar + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + Maximizar ({0}) + + + Maximize Panel Size + Maximizar el tamaño del panel + + + Maximize details panel + Panel Maximizar detalles + + + Maximize panel size + Maximizar el tamaño del panel + + + Maximize results grid + Maximizar cuadrícula de resultados + + + Media + Elementos multimedia + + + Media set description is required + Se requiere la descripción del conjunto de medios + + + Media set name is required + El nombre del conjunto de medios es obligatorio + + + Message + Mensaje + + + Messages + Mensajes + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + Mensajes ({0}) + + + Metric + Métrica + + + Microsoft Account + Cuenta de Microsoft + + + Microsoft Account is required + Se requiere una cuenta de Microsoft + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Cuenta de Microsoft Entra + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Id. de Microsoft Entra: predeterminado + + + Microsoft Entra Id - Service Principal + Id. de Microsoft Entra: entidad de servicio + + + Microsoft Entra Id - Universal w/ MFA Support + Id. de Microsoft Entra: compatibilidad universal con MFA + + + Microsoft Entra account {0} successfully added. + {0} is the account name + La cuenta de Microsoft Entra {0} agregó correctamente. + + + Microsoft Fabric integration + Integración de Microsoft Fabric + + + Microsoft SQL Server License Agreement + Contrato de licencia de Microsoft SQL Server + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Microsoft revisa sus comentarios para mejorar nuestros productos. No comparta ningún dato personal ni contenido confidencial o de propiedad. + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Microsoft procesará los comentarios que envíe de acuerdo con las instrucciones de su organización con el fin de mejorar la experiencia de su organización con este producto. Si tiene alguna pregunta sobre el uso de datos de comentarios, póngase en contacto con el administrador de inquilinos. El procesamiento de datos de comentarios se rige por el Anexo de protección de datos de productos y servicios de Microsoft entre su organización y Microsoft, y los comentarios que envíe se consideran datos personales en ese anexo. + + + Microsoft would like your feedback + A Microsoft le encantaría recibir sus comentarios + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + Migre las conexiones guardadas, los grupos de conexiones y la configuración de conexión de Azure Data Studio a la extensión MSSQL. Además, se puede instalar el mapa de claves de MSSQL Administración de datos para agregar accesos directos conocidos de Azure Data Studio. + + + Min + Min + + + Min: {0} + {0} is the min + Mín: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + Falta la referencia de conexión. Proporcione exactamente uno de connectionId o connectionName. + + + Missing schema payload for replace_schema operation. + Falta la carga útil del esquema para la operación replace_schema. + + + Missing table payload for update_table operation. + Falta la carga útil de la tabla para la operación update_table. + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + Falta el destino de la tabla para la operación delete_table. Proporcione tableId o tableName+schemaName. + + + Modified + Modificado + + + Modified column '{0}' + {0} is the column name + Columna modificada ''{0}'' + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + Columna modificada ''{0}'': {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + Se modificó la clave externa ''{0}'' + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + Clave externa modificada ''{0}'': {1} + + + Modified table {0} + {0} is the qualified table name + Tabla modificada {0} + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + {0}Tabla modificada : {1} + + + Modify Columns + Modificar columnas + + + Modify Table + Modificar tabla + + + Monitor usage and manage your free tier limits + Supervisar el uso y administrar los límites del nivel Gratis + + + Monthly limits + Límites mensuales + + + More Query Actions + Más acciones de consulta + + + Move Down + Bajar + + + Move Up + Subir + + + Move and expand the active grid selection + Mover y expandir la selección de cuadrícula activa + + + Move focus to the next result set grid + Mover el foco a la siguiente cuadrícula del conjunto de resultados + + + Move focus to the previous result set grid + Mover el foco a la cuadrícula del conjunto de resultados anterior + + + Move selection to the first cell in the row + Mover la selección a la primera celda de la fila + + + Move selection to the last cell in the row + Mover la selección a la última celda de la fila + + + Move to Root + Mover a raíz + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + Mover al esquema solo se admite para los archivos SQL que forman parte de un proyecto SQL abierto. Abra primero el proyecto en el panel Proyectos de base de datos. + + + Move to Schema request failed: {0} + Error al mover a la solicitud de esquema: {0} + + + Move to Schema... + Mover al esquema... + + + Move to row end + Mover al final de fila + + + Move to row start + Ir al inicio de fila + + + Move to schema '{0}' + Mover al esquema "{0}" + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + Se encontraron varios grupos de conexiones con el identificador '{0}'. Elimínelas o cámbielas de nombre, excepto una en el settings.json usuario o global, y reinicie la extensión. + + + Must be a valid number + Debe ser un número válido + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + Debe comenzar con un carácter alfanumérico y contener solo caracteres alfanuméricos, guiones bajos, puntos o guiones. + + + Mutation + Mutación + + + MyProfilerSession + MyProfilerSession + + + NULL + NULL + + + Name + Nombre + + + Name for the Docker container running DAB + Nombre del contenedor Docker que ejecuta DAB + + + Name of the primary key. + Nombre de la clave principal. + + + Navigate to this item in the diagram + Navegar a este elemento en el diagrama + + + Navigation + Navegación + + + Needs attention + Requiere atención + + + New Azure SQL logical server (Preview) + Nuevo servidor lógico de Azure SQL (versión preliminar) + + + New Check Constraint + Nueva restricción Check + + + New Column + Nueva columna + + + New Column Mapping + Nueva asignación de columnas + + + New Database + Nueva base de datos + + + New Database Name + Nombre de la nueva base de datos + + + New Deployment + Implementación nueva + + + New File + Nuevo archivo + + + New Foreign Key + Nueva clave externa + + + New Index + Nuevo índice + + + New Local Docker SQL Server + Nuevo SQL Server de Local en Docker + + + New Microsoft Entra account could not be added. + No se pudo agregar la nueva cuenta de Microsoft Entra. + + + New Password + Nueva contraseña + + + New Query + Nueva consulta + + + New Query Profiler - Enter Name + Nuevo generador de perfiles de consulta: escriba el nombre + + + New Query Profiler - Select Template + Nuevo generador de perfiles de consulta: seleccionar plantilla + + + New SQL database + Nueva base de datos SQL + + + New Session + Nueva sesión + + + New Table Name + Nuevo nombre de tabla + + + New column mapping + Nueva asignación de columnas + + + New database name must be different from the current name + El nuevo nombre de la base de datos debe ser diferente del nombre actual + + + New media set description + Nueva descripción del conjunto de medios + + + New media set name + Nuevo nombre de conjunto de medios + + + New to MSSQL extension? Check out our quick-start guide. + ¿Nunca ha usado la extensión MSSQL? Consulte nuestra guía de inicio rápido. + + + New to the MSSQL extension? Check out our quick-start guide. + ¿Es nuevo en la extensión MSSQL? Consultar nuestra guía de inicio rápido. + + + Next + Siguiente + + + Next Page + Página siguiente + + + Next result grid + Cuadrícula de resultados siguiente + + + No + No + + + No Action + Sin acción + + + No Azure accounts found + No se encontraron cuentas de Azure + + + No Microsoft Entra account can be found for removal. + No se encuentra ninguna cuenta de Microsoft Entra para su eliminación. + + + No Queries Available + No hay ninguna consulta disponible. + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + No se encontró ninguna conexión MCP de herramientas SQL para connectionName: {0} + + + No account selected + No hay ninguna cuenta seleccionada + + + No active connection + No hay ninguna conexión activa + + + No active connection for database change + No hay ninguna conexión activa para el cambio de base de datos + + + No active connection for schema view + No hay ninguna conexión activa para la vista de esquema + + + No active connection. + No hay ninguna conexión activa. + + + No active database connection in the current editor. Please establish a connection to continue. + No hay ninguna conexión de base de datos activa en el editor actual. Establezca una conexión para continuar. + + + No active notebook. + No hay ningún bloc de notas activo. + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + No se encontró ningún diseñador de esquemas activo. Abra el generador de API de datos primero con mssql_dab con la operación "mostrar" o desde la interfaz de usuario. + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + No se encontró ningún diseñador de esquemas activo. Abra uno primero con mssql_schema_designer con la operación "mostrar" o desde la interfaz de usuario. + + + No active text editor found. Please open a file with an active database connection. + No se encontró ningún editor de texto activo. Abra un archivo con una conexión de base de datos activa. + + + No authentication required + No se requiere ninguna autenticación + + + No background tasks + No hay tareas en segundo plano + + + No backup sets found in the restore plan + No se encontraron conjuntos de copia de seguridad en el plan de restauración + + + No blob containers found + No se encontraron contenedores de blobs. + + + No blobs found + No se encontró ningún blob + + + No changes detected + No se detectó ningún cambio + + + No changes match your search. + Sin cambios que coincidan con la búsqueda. + + + No changes yet. + Aún no hay cambios. + + + No code analysis rules available. + No hay reglas de análisis de código disponibles. + + + No connection credentials found + No se encontraron credenciales de conexión + + + No connection found for connectionId: {0} + {0} is the connection ID + No se encontró ninguna conexión para connectionId: {0} + + + No connection groups were found in the file. + No se encontraron grupos de conexiones en el archivo. + + + No connection information found + No se ha encontrado información de conexión + + + No connection profiles to edit. + No hay perfiles de conexión para editar. + + + No connection profiles to remove. + No hay perfiles de conexión que quitar. + + + No connection selected. + No se seleccionó ninguna conexión. + + + No connection was found. Please connect to a server first. + No se encontró ninguna conexión. Conéctese a un servidor primero. + + + No connections available. Please create a connection first. + No hay conexiones disponibles. Cree una conexión primero. + + + No connections were found in the file. + No se encontraron conexiones en el archivo. + + + No customized settings found + No se encontró ninguna configuración personalizada + + + No customized settings found in Azure Data Studio + No se encontró ninguna configuración personalizada en Azure Data Studio + + + No data available + No hay datos disponibles + + + No data to display. + No hay datos para mostrar. + + + No database files found in the restore plan + No se encontraron archivos de base de datos en el plan de restauración + + + No database selected. + No se ha seleccionado ninguna base de datos. + + + No databases found in the selected workspace. + No se han encontrado bases de datos en el área de trabajo seleccionada. + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + No se encontraron bases de datos en el área de trabajo '{0}'. + + + No databases found on the server. Please check your connection. + No se encontraron bases de datos en el servidor. Compruebe su conexión. + + + No databases found to import into. + No se encontraron bases de datos en las que importar. + + + No databases with backups found + No se han encontrado bases de datos con copias de seguridad + + + No elements found + No se encontraron elementos + + + No entities found + No se ha encontrado ninguna entidad + + + No event selected + No hay ningún evento seleccionado + + + No events to export + No hay eventos para exportar + + + No filter is currently active + No hay ningún filtro activo actualmente + + + No items + No hay elementos + + + No log entries yet. + Aún no hay entradas de registro. + + + No matches found + No se encontraron coincidencias + + + No matching shortcuts + No hay accesos directos coincidentes + + + No model found. + No se encontró ningún modelo. + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + No es necesario actualizar el token de cuenta de Microsoft Entra para la conexión {0} con el URI {1} + + + No object that can be moved to another schema was found at the cursor. + No se encontró ningún objeto que se pueda mover a otro esquema en el cursor. + + + No objects found + No se encontraron objetos + + + No pending changes. Make edits to generate a script. + No hay cambios pendientes. Realice modificaciones para generar un script. + + + No profiler connection available + No hay ninguna conexión del generador de perfiles disponible + + + No profiler templates available + No hay plantillas de generador de perfiles disponibles + + + No property changes available. + Sin cambios de propiedad disponibles. + + + No query set + No hay ningún conjunto de consultas + + + No renameable symbol found at cursor. + No se encontró ningún símbolo que pueda cambiar el nombre en el cursor. + + + No resource groups found + No se han encontrado grupos de recursos + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + No hay ningún recurso de tipo "{0}" configurado para la nube actual "{1}". Actualice la configuración de la cuenta de Azure. + + + No results + No hay resultados + + + No results for the active editor + No hay resultados para el editor activo + + + No results match the current filters + Ningún resultado coincide con los filtros actuales + + + No results to display + No hay resultados para mostrar + + + No rows affected + No hay filas afectadas + + + No rules match the current filter. + Ninguna regla coincide con el filtro actual. + + + No saved connection profiles found. + No se encontraron perfiles de conexión guardados. + + + No saved connections found. Please create a connection first. + No se encontraron conexiones guardadas. Cree una conexión primero. + + + No schema differences were found. + No se encontraron diferencias de esquema. + + + No schemas found + No se han encontrado esquemas + + + No schemas were found in the project. + No se encontraron esquemas en el proyecto. + + + No script available. Make changes to the table data and generate a script first. + No hay script disponible. Realice cambios en los datos de la tabla y genere un script primero. + + + No script generated. + No se ha generado ningún script. + + + No selection + Sin selección + + + No servers found + No se encontraron servidores + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + No se encontraron servidores en la suscripción "{0}". + + + No servers found in the selected subscription. + No se encontraron servidores en la suscripción seleccionada. + + + No shortcut + Sin acceso directo + + + No storage accounts found + No se encontró ninguna cuenta de almacenamiento + + + No subscriptions found + No se encontraron suscripciones + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + No se encontraron suscripciones. Cambie la cuenta o el inquilino de Azure para ver las suscripciones disponibles. + + + No templates available + No hay plantillas disponibles + + + No tenant selected + No se ha seleccionado ningún inquilino + + + No tenants are currently signed in. + Actualmente no hay inquilinos con sesión iniciada. + + + No tenants found + No se han encontrado inquilinos + + + No text data available + No hay datos de texto disponibles + + + No tools to process. + No hay herramientas para procesar. + + + No workspace folder is open. Open a folder to add the MCP server configuration. + No hay ninguna carpeta del área de trabajo abierta. Abra una carpeta para agregar la configuración del servidor MCP. + + + No workspace folder is open. Open a folder to add the generated file. + No hay ninguna carpeta de área de trabajo abierta. Abra una carpeta para agregar el archivo generado. + + + No workspaces found + No se han encontrado áreas de trabajo + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + No se ha encontrado ninguna área de trabajo. Cambie la cuenta o el inquilino de Fabric para ver las áreas de trabajo disponibles. + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + Se detectó un archivo SQL no SQL Server. ¿Quiere deshabilitar IntelliSense para estos archivos? + + + None + Ninguno + + + None (empty database) + Ninguno (base de datos vacía) + + + Not Between + No entre + + + Not Contains + No contiene + + + Not Ends With + No termina por + + + Not Equals + No es igual a + + + Not Started + Sin iniciar + + + Not Starts With + No comienza por + + + Not available for read-only file sessions + No disponible para sesiones de archivos de solo lectura + + + Not connected + No conectado + + + Not contains + No contiene + + + Not currently signed in. Select to sign in to tenant. + Actualmente no ha iniciado sesión. Seleccione esta opción para iniciar sesión en el inquilino. + + + Not equal to + Distinto de + + + Not likely at all + Nada probable + + + Not running + No está en ejecución + + + Not signed in + Sesión no iniciada + + + Not signed into tenant {0} + {0} is the tenant display name + No ha iniciado sesión en el inquilino {0} + + + Not started + No iniciado + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + Nota: Un certificado autofirmado solo ofrece protección limitada y no es una práctica recomendada para entornos de producción. ¿Desea habilitar el "Certificado de servidor de confianza" en esta conexión y volver a intentarlo? + + + Null + Null + + + Null Count: {0} + {0} is the null count + Recuento nulo: {0} + + + Number of Rows Read + Número de filas leídas + + + OK + Aceptar + + + OLTP, built on Azure SQL + OLTP, integrado en Azure SQL + + + Object Explorer Filter + Filtro de Explorador de objetos + + + Object Type + Tipo de objeto + + + Object Types + Tipos de objeto + + + Object type + Tipo de objeto + + + Off + Desactivado + + + On Delete + Al eliminar + + + On Delete Action + Al eliminar la acción + + + On Update + Al actualizar + + + On Update Action + Al actualizar la acción + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + Uno o varios grupos de conexiones hacen referencia a grupos primarios que no existen y se han omitido: {0}. Actualice el archivo de configuración para corregir estas entradas. + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + Una o varias conexiones hacen referencia a grupos que no existen y se han omitido: {0}. Actualice la configuración de conexión para corregir estas entradas. + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + Una o varias de las entidades contienen tipos de columna que no son compatibles actualmente con el generador de API de datos. Estas entidades no se pueden seleccionar para la implementación. + + + Open + Abrir + + + Open .scmp file + Abrir el archivo .scmp + + + Open Containing Folder + Abrir carpeta contenedora + + + Open File + Abrir archivo + + + Open GitHub Copilot Chat to help fix these errors + Abra GitHub Copilot Chat para ayudar a corregir estos errores + + + Open Keyboard Shortcuts editor. + Abrir editor de métodos abreviados de teclado. + + + Open Nitro + Abrir Nitro + + + Open Publish Script + Abrir el script de publicación + + + Open Query + Abrir consulta + + + Open Query History + Abrir historial de consultas + + + Open SQL editor and connect + Abrir el editor SQL y conectar + + + Open XML + Abrir XML + + + Open a new SQL query file + Abrir un nuevo archivo de consulta SQL + + + Open a new bug + Abrir un nuevo error + + + Open column menu + Abrir menú de columnas + + + Open filter menu + Abrir menú de filtro + + + Open in Editor + Abrir en el Editor + + + Open in GitHub Copilot Chat + Abrir en GitHub Copilot Chat + + + Open in New Tab + Abrir en nueva pestaña + + + Open in SQL Editor + Abrir en el editor SQL + + + Open in editor + Abrir en el editor + + + Open text data in a new editor + Abrir datos de texto en un nuevo editor + + + Open the active column filter menu + Abrir el menú de filtro de columna activo + + + Open the active column menu + Abrir el menú de columna activa + + + Open the generated SELECT statement in a new editor + Abrir la instrucción SELECT generada en un nuevo editor + + + Opening Publish Script. This may take a while... + Abriendo script de publicación. Esto puede tardar un rato... + + + Opening schema designer... + Abriendo diseñador de esquemas... + + + Operation + Operación + + + Operation failed + Error en la operación + + + Operator + Operador + + + Option Description + Descripción de la opción + + + Optional (False) + Opcional (false) + + + Optional - Override default GraphQL plural type name + Opcional: invalidar el nombre de tipo plural predeterminado de GraphQL + + + Optional - Override default GraphQL singular type name + Opcional: invalidar el nombre de tipo singular predeterminado de GraphQL + + + Optional - Override default api/entityName path + Opcional: invalidar la ruta de acceso predeterminada de api/entityName + + + Options + Opciones + + + Options have changed. Recompare to see the comparison? + Las opciones han cambiado. ¿Volver a comparar para ver la comparación? + + + Original file name + Nombre original del archivo + + + Others + Otros + + + Output file + Archivo de salida + + + Overall, how satisfied are you with the MSSQL extension? + En general, ¿cuál es su grado de satisfacción con la extensión MSSQL? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + En general, ¿cuál es su grado de satisfacción con {0}? + + + Overwrite all existing backup sets + Sobrescribir todos los conjuntos de copia de seguridad existentes + + + Overwrite the existing database + Sobrescribir la base de datos existente + + + Owner + Propietario + + + PNG + PNG + + + Package file + Archivo de paquete + + + Page + Página + + + Parameters + Parámetros + + + Parent node was not TreeNodeInfo. + El nodo primario no era TreeNodeInfo. + + + Password + Contraseña + + + Password (SQL Login) + Contraseña (inicio de sesión de SQL) + + + Password is required + La contraseña es obligatoria + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + Debe cambiar la contraseña de "{0}" para seguir iniciando sesión en "{1}" + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + Se debe cambiar la contraseña para continuar iniciando sesión en ''{0}'' + + + Passwords do not match + Las contraseñas no coinciden + + + Paste + Pegar + + + Paste connection string from clipboard + Pegar cadena de conexión desde el Portapapeles + + + Path: {0} + {0} is the path of the node in the object explorer + Ruta de acceso: {0} + + + Pause + Pausar + + + Pause event collection + Pausar colección de eventos + + + Paused + En pausa + + + Paused - click to resume + En pausa: haga clic para reanudar + + + Perform checksum before writing to media + Realizar la suma de comprobación antes de escribir en los medios + + + Permissions + Permisos + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + Elija entre varias versiones de SQL Server, incluida SQL Server 2025 con funcionalidades de inteligencia artificial integradas, como la búsqueda vectorial y las mejoras de JSON. + + + Please Accept the SQL Server EULA + Acepte el CLUF de SQL Server + + + Please choose a backup file to load restore plan + Elija un archivo de copia de seguridad para cargar el plan de restauración + + + Please choose a blob to load restore plan + Elija un blob para cargar el plan de restauración + + + Please choose a unique backup file name + Elija un nombre de archivo de copia de seguridad único + + + Please choose a unique name for the container + Elija un nombre único para el contenedor + + + Please choose a unique name for the profile + Elija un nombre único para el perfil + + + Please choose a valid media option + Elija una opción de medios válida + + + Please choose at least one backup file + Elija al menos un archivo de copia de seguridad + + + Please choose at least one backup set to restore + Elija al menos un conjunto de copia de seguridad para restaurar. + + + Please ensure the file is not open in another application before importing + Asegúrese de que el archivo no está abierto en otra aplicación antes de importarlo. + + + Please make sure the port is a number, and choose a port that is not in use + Asegúrese de que el puerto es un número y elija un puerto que no esté en uso + + + Please make your password 8-128 characters long. + Escribe la contraseña entre 8 y 128 caracteres. + + + Please select a database node in Object Explorer to drop. + Seleccione un nodo de base de datos en Explorador de objetos para quitar. + + + Please select a database node in Object Explorer to rename. + Seleccione un nodo de base de datos en Explorador de objetos cuyo nombre se va a cambiar. + + + Please select a file, not a folder. + Seleccione un archivo, no una carpeta. + + + Please select a node from Object Explorer to script. + Seleccione un nodo del Explorador de objetos para generar el script. + + + Please select a server node in Object Explorer to create a database. + Seleccione un nodo de servidor en Explorador de objetos para crear una base de datos. + + + Please select a valid symbol. + Seleccione un símbolo válido. + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + Seleccione un área de trabajo en la que tenga permisos suficientes (Colaborador o superior) + + + Please select only one node to script. Multiple node scripting is not supported. + Seleccione solo un nodo para generar el script. No se admite el la generación de scripts de varios nodos. + + + Port + Puerto + + + Port must be a number between 1 and 65535 + El puerto debe ser un número entre 1 y 65535. + + + Port must be between 1 and 65535 + El puerto debe estar entre 1 y 65535 + + + Port to expose the API on (default: 5000) + Puerto para exponer la API (predeterminado: 5000) + + + Port {0} is already in use + {0} is the port number + El puerto {0} ya está en uso + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + El puerto {0} ya está en uso. Elija otro puerto. + + + Possible Data Loss detected. Please review the changes. + Posible pérdida de datos detectada. Revise los cambios. + + + Precision + Precisión + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Error de coincidencia de precisión/escala entre "{0}" y "{1}" + + + Preserve the replication settings + Conservar la configuración de replicación + + + Press desired key combination and then press ENTER. + Presione la combinación de teclas deseada y ENTRAR + + + Preview + Vista previa + + + Preview Data + Vista previa de datos + + + Preview Database Updates + Vista previa de actualizaciones de base de datos + + + Previous + Anterior + + + Previous Page + Página anterior + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + La promesa de reconexión pendiente anterior para uri {0} se rechaza con el error {1}, intentará volver a conectar si es necesario. + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + La reconexión pendiente anterior para el uri {0} se realizó correctamente. + + + Previous result grid + Cuadrícula de resultados anterior + + + Previous step failed. Please check the error message and try again. + Error en el paso anterior. Compruebe el mensaje de error e inténtelo de nuevo. + + + Previously released features you may not have explored yet. + Características publicadas anteriormente que es posible que aún no haya explorado. + + + Primary Key + Clave principal + + + Primary Key Columns + Columnas de clave principal + + + Primary key + Clave principal + + + Prisma + Prisma + + + Privacy Statement + Declaración de privacidad + + + Privacy notice + Aviso de privacidad + + + Private + Privado + + + Processing include or exclude all differences operation. + El procesamiento incluye o excluye todas las operaciones de diferencias. + + + Profile Name + Nombre de perfil + + + Profile created and connected + El perfil se ha creado y se ha conectado. + + + Profile created successfully + El perfil se ha creado correctamente + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + Perfil cargado, pero la conexión no se pudo establecer automáticamente. Cree una conexión a {0} y vuelva a intentarlo. + + + Profile name + Nombre del perfil + + + Profile removed successfully + El perfil se ha eliminado correctamente. + + + Profiler events exported successfully to {0} + {0} is the file path + Eventos del generador de perfiles exportados correctamente a {0} + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + Profiler está en modo de solo lectura y desconectado para el archivo XEL "{0}" y no puede iniciar ni crear sesiones dinámicas sin una conexión de base de datos + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + Profiler está en modo de solo lectura y desconectado para el archivo XEL "{0}" y no puede iniciar ni crear sesiones dinámicas sin una conexión de base de datos. + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + Generador de perfiles listo. Seleccione una sesión en la lista desplegable y haga clic en Iniciar para iniciar la generación de perfiles. + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + La sesión del generador de perfiles '{0}' se ha creado correctamente. Iniciando generación de perfiles... + + + Profiler session '{0}' started successfully. + {0} is the session name + La sesión del generador de perfiles ''{0}'' se inició correctamente. + + + Properties + Propiedades + + + Property + Propiedad + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + El proveedor “{0}” no tiene definido un punto de conexión de recursos de Microsoft. + + + Provisioning + Aprovisionando + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + Se ha encontrado la configuración del proxy, pero ocurrió un error al analizar la dirección URL: ''{0}''. Puede encontrar problemas de conexión al usar la extensión MSSQL. Error: {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + Se ha encontrado la configuración de proxy, pero sin un protocolo (por ejemplo, http://): ''{0}''. Puede encontrar problemas de conexión al usar la extensión MSSQL. + + + Public + Público + + + Publish + Publicar + + + Publish DACPAC + Publicar DACPAC + + + Publish Profile + Perfil de publicación + + + Publish Project + Publicación del proyecto + + + Publish Project - {0} + {0} is the name of the project being published + Publicar proyecto: {0} + + + Publish Settings File + Archivo de configuración de publicación + + + Publish Target + Publicar destino + + + Publish profile saved to: {0} + Perfil de publicación guardado en: {0} + + + Publishing Changes + Publicando cambios + + + Pulling DAB container image + Descargando la imagen de contenedor DAB + + + Pulling SQL Server Image + Extrayendo la imagen de SQL Server + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + Extrayendo la imagen de contenedor de SQL Server. Esto puede tardar unos minutos dependiendo de la conexión a Internet. + + + Query + Consulta + + + Query Editor + Editor de Power Query + + + Query Editor shortcuts are managed by Visual Studio Code. + Los atajos de teclado del Editor de Power Query los administra Visual Studio Code. + + + Query Execution + Ejecución de la consulta + + + Query Plan + Plan de consulta + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + Plan de consulta ({0}) + + + Query Plan ({0}) + {0} is the number of query plans + Plan de consulta ({0}) + + + Query Profiler + Generador de perfiles de consulta + + + Query Profiler Session Status + Estado de sesión del generador de perfiles de consulta + + + Query Profiler: No session + Generador de perfiles de consulta: sin sesión + + + Query Profiler: {0} + {0} is the file name or session name + Generador de perfiles de consulta: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + Editor de consultas para {0} + + + Query executed + Consulta ejecutada + + + Query execution failed + Error en la ejecución de la consulta + + + Query execution was canceled. + Se ha cancelado la ejecución de la consulta. + + + Query failed + Error en la consulta + + + Query succeeded + Consulta realizada correctamente + + + Query {0} + {0} is the Quick Query slot number + Consulta {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + Consulta {0}: Coste de la consulta (relativo al script): {1} % + + + Quick Queries + Quick Query + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + Visual Studio Code administra los atajos de teclado de Quick Query. + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + La ranura de Quick Query debe estar entre 1 y {0}. + + + Quick filter all columns... + Filtrar rápidamente todas las columnas... + + + REST + REST + + + REST API + API de REST + + + RESTORE WITH NORECOVERY + RESTAURAR CON NORECOVERY + + + RESTORE WITH RECOVERY + RESTAURACIÓN CON RECUPERACIÓN + + + RESTORE WITH STANDBY + RESTAURAR CON MODO DE ESPERA + + + Read + Lectura + + + Read docs on Microsoft Learn + Leer documentos en Microsoft Learn + + + Read more + Más información + + + Read-Only + Solo lectura + + + Read-only SQL text editor + Editor de texto SQL de solo lectura + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + Modo desconectado de solo lectura para "{0}". No se pueden crear ni iniciar sesiones dinámicas sin una conexión de base de datos. + + + Ready for import + Listo para la importación + + + Readying container for connections. + Preparando el contenedor para las conexiones. + + + Readying container for connections... + Preparando el contenedor para las conexiones... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + Recibir explicaciones en lenguaje natural para ayudar a desarrolladores no familiarizados con T-SQL a entender el código + + + Recent Connections + Conexiones recientes + + + Recent connections list cleared + La lista de conexiones recientes se ha borrado + + + Record shortcut + Acceso directo de grabación + + + Recording shortcut + Acceso directo de grabación + + + Recovery Model + Modelo de recuperación + + + Recovery state + Estado de recuperación + + + Redo + Rehacer + + + Referenced column '{0}' not found + {0} is the column name + No se encontró la columna "{0}" a la que se hace referencia + + + Referenced columns + Columnas a las que se hace referencia + + + Referenced schema + Esquema al que se hace referencia + + + Referenced table + Tabla a la que se hace referencia + + + Referenced table '{0}' not found + {0} is the table name + No se encontró la tabla "{0}" a la que se hace referencia + + + Refresh + Actualizar + + + Refresh Credentials + Actualizar credenciales + + + Refresh dataset + Actualizar conjunto de datos + + + Region + Región + + + Register + Registrar + + + Reject + Rechazar + + + Reliability + Confiabilidad + + + Reload Visual Studio Code + Volver a cargar Visual Studio Code + + + Relocate all files + Reubicar todos los archivos + + + Remind Me Later + Recordármelo más tarde + + + Remove + Quitar + + + Remove Sort + Quitar ordenación + + + Remove a connection profile + Quitar un perfil de conexión + + + Remove file + Quitar archivo + + + Remove filter + Quitar filtro + + + Remove filter for {0} + {0} is the column name + Quitar filtro para {0} + + + Remove from favorites + Quitar de Favoritos + + + Remove sort + Quitar ordenación + + + Remove tag + Quitar etiqueta + + + Remove {0} + {0} is the object type + Quitar {0} + + + Rename + Cambiar nombre + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + Cambie el nombre de "{0}" a "{1}". + + + Rename Database + Cambiar nombre de base de datos + + + Rename Options + Opciones de cambio de nombre + + + Rename is not supported at this position. + No se admite el cambio de nombre en esta posición. + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + El cambio de nombre solo se admite para los archivos SQL que forman parte de un proyecto de SQL abierto. Abra primero el proyecto en el panel Proyectos de base de datos. + + + Rename request failed: {0} + Error en la solicitud de cambio de nombre: {0} + + + Renaming database + Cambiando el nombre de la base de datos + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + Cambiando el nombre de la base de datos ''{0}'' a ''{1}''... + + + Replication + Replicación + + + Request a new feature + Solicitar una nueva característica + + + Required + Obligatorio + + + Requirements: + Requisitos: + + + Requires user authentication + Requiere la autenticación del usuario + + + Reset + Restablecer + + + Reset to Defaults? + ¿Restablecer valores predeterminados? + + + Resize + Cambiar tamaño + + + Resize column '{0}' + {0} is the name of the column + Cambiar el tamaño de la columna ''{0}'' + + + Resize the active result grid column + Cambiar el tamaño de la columna de cuadrícula de resultados activa + + + Resource Group + Grupo de recursos + + + Resource Group Name + Nombre del grupo de recursos + + + Resource Group is required + El grupo de recursos es obligatorio + + + Resource group name is required + Es necesario especificar el nombre del grupo de recursos. + + + Resources + Recursos + + + Restore + Restaurar + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + Restaurar ({0}) + + + Restore Database + Restaurar base de datos + + + Restore Panel Size + Restaurar el tamaño del panel + + + Restore as + Restaurar como + + + Restore panel size + Restaurar el tamaño del panel + + + Restore properties pane + Restaurar panel de propiedades + + + Restrict access to the restored database + Restringir el acceso a la base de datos restaurada + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + Lote de conjunto de resultados {0} - Consulta {1} + + + Result View + Vista de resultados + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + La extensión MSSQL administra los atajos de la vista de resultados. Puede configurar sus asignaciones de teclado directamente aquí. + + + Results + Resultados + + + Results ({0}) + {0} is the number of results + Resultados ({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + Resultados ({0}) + + + Results Preview + Vista previa de resultados + + + Results Preview ({0}) + {0} is the number of preview results + Vista previa de resultados ({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + Vista previa de resultados ({0}) + + + Results exported successfully to {0} + {0} is the file path + Los resultados se exportaron correctamente a {0} + + + Results toolbar + Barra de herramientas de resultados + + + Resume + Reanudar + + + Resuming database + Reanudando base de datos + + + Retry + Reintentar + + + Reveal + Revelar + + + Reveal in Explorer + Mostrar en el Explorador + + + Reveal in Finder + Revelar en Finder + + + Reverse Alphabetical + Orden alfabético inverso + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + Realiza ingeniería inversa de bases de datos existentes explicando los esquemas y las relaciones SQL + + + Revert + Revertir + + + Revert Cell + Revertir celda + + + Revert Row + Revertir fila + + + Revert this change to its original state + Revertir este cambio a su estado original + + + Revert values to project defaults + Revertir los valores a los predeterminados del proyecto + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + Revise o proponga cambios en la configuración de la API en el chat, y GitHub Copilot actualiza su configuración al instante en el generador de API de datos. + + + Reviewing Copilot Change + Revisando el cambio de Copilot + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + Rosetta es necesaria para ejecutar imágenes de contenedor de SQL Server en Apple Silicon. Habilite "Usar Rosetta para la emulación x86_64/amd64 en Apple Silicon" en Docker Desktop > Configuración > General. + + + Row created. + Fila creada. + + + Row deleted. + Fila eliminada. + + + Row marked for removal. + Fila marcada para eliminación. + + + Rows + Filas + + + Rows per page + Filas por página + + + Rule disabled + Regla deshabilitada + + + Rule enabled + Regla habilitada + + + Rule name + Nombre de regla + + + Rules + Reglas + + + Run Query + Ejecutar consulta + + + Run Query History + Ejecutar historial de consultas + + + Run a query for the current active SQL document + Ejecutar una consulta para el documento SQL activo actualmente + + + Run a query in the current editor, or switch to an editor that has results. + Ejecute una consulta en el editor actual o cambie a un editor que tenga resultados. + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + ¿Ejecutar consulta en la conexión "{0}" (Id.: {1})? + +Consulta: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + Ejecute SQL guardado al instante con métodos abreviados de teclado personalizados. Use {arg} para insertar el texto seleccionado del editor de consultas; de lo contrario, se anexa a la consulta. + + + Run, cancel, and create queries + Ejecutar, cancelar y crear consultas + + + Running + En ejecución + + + Running a custom query will discard all pending changes. Do you want to continue? + Al ejecutar una consulta personalizada, se descartarán todos los cambios pendientes. ¿Desea continuar? + + + Running query is not supported when the editor is in multiple selection mode. + No se admite la ejecución de consultas cuando el editor está en modo de selección múltiple. + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Ejecutando consulta en la conexión "{0}" (Id.: {1}) + + + Running: {0} + {0} is how long the query has been running + En ejecución: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + Punto de conexión de análisis SQL + + + SQL Authentication + Autenticación de SQL + + + SQL Container Name + Nombre del contenedor de SQL + + + SQL Container Version + Versión del contenedor de SQL + + + SQL Database + SQL Database + + + SQL Database Projects — Code Analysis + Proyectos de SQL Database: Code Analysis + + + SQL Login + Inicio de sesión de SQL + + + SQL Notebooks + Cuadernos de SQL + + + SQL Plan Files + Archivos de plan de SQL + + + SQL Server Container SA Password + Contraseña de administrador de sistema de contenedor SQL Server + + + SQL Server admin password + Contraseña de administrador de SQL Server + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server no admite contenedores de Windows. Cambie a los contenedores de Linux en la configuración de Docker Desktop. + + + SQL Server is required + SQL Server es obligatorio + + + SQL Server port number + Número de puerto de SQL Server + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0}: más reciente + + + SQL Tools (MSSQL) + Herramientas de SQL (MSSQL) + + + SQL database in Fabric + Base de datos SQL en Fabric + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + Variables SQLCMD + + + SVG + SVG + + + Satisfied + Satisfecho + + + Saturation + Saturación + + + Save + Guardar + + + Save .scmp file + Guardar archivo .scmp + + + Save As + Guardar como + + + Save As... + Guardar como... + + + Save Changes + Guardar cambios + + + Save Connection Group + Guardar grupo de conexiones + + + Save Password + Guardar contraseña + + + Save Password? If 'No', password will be required each time you connect + ¿Quiere guardar la contraseña? Si selecciona "No", se le solicitará cada vez que se conecte. + + + Save Plan + Guardar plan + + + Save Secret + Guardar secreto + + + Save as CSV + Guardar como CSV + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + Guardar como CSV ({0}) + + + Save as Excel + Guardar como Excel + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + Guardar como Excel ({0}) + + + Save as INSERT INTO + Guardar como INSERT INTO + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + Guardar como INSERT INTO ({0}) + + + Save as JSON + Guardar como JSON + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + Guardar como JSON ({0}) + + + Save backup to URL + Guardar copia de seguridad en la dirección URL + + + Save connection profile changes without establishing a connection + Guardar cambios en el perfil de conexión sin establecer una conexión + + + Save password + Guardar contraseña + + + Save results as CSV + Guardar resultados como CSV + + + Save results as Excel + Guardar resultados como Excel + + + Save results as INSERT + Guardar resultados como INSERT + + + Save results as JSON + Guardar resultados como JSON + + + Save results command cannot be used with multiple selections. + El comando para guardar resultados no se puede usar con varias selecciones. + + + Save source and target, options, and excluded elements + Guardar origen y destino, opciones y elementos excluidos + + + Save to Disk + Guardar en Disk + + + Save to URL + Guardar en dirección URL + + + Save without connecting + Guardar sin conectar + + + Saved + Guardado + + + Saved Connections + Conexiones guardadas + + + Saved results to {0} + {0} is the saved file path + Resultados guardados en {0} + + + Saving... + Guardando... + + + Scaffold backend components (e.g., data-access layers) based on your current database context + Generar componentes de back-end (p. ej., capas de acceso a datos) basados en el contexto actual de la base de datos + + + Scale + Escalar + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Error de coincidencia de escala entre "{0}" y "{1}" + + + Schema + Esquema + + + Schema '{0}' is not available. + {0} is the schema name + El esquema "{0}" no está disponible. + + + Schema Changes + Cambios de esquema + + + Schema Compare + Comparación de esquemas + + + Schema Compare Options + Opciones de Comparación de esquemas + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + Error de Comparación de esquemas: "{0}" + + + Schema Designer + Diseñador de esquemas + + + Schema Designer Model is ready. Changes can now be published. + El modelo del Diseñador de esquemas está listo. Ahora se pueden publicar los cambios. + + + Schema Designer with GitHub Copilot + Diseñador de esquemas con GitHub Copilot + + + Schema Diff + Diferencias de esquema + + + Schema designer details are not available. + Los detalles del diseñador de esquemas no están disponibles. + + + Schema designer is not initialized. + El diseñador de esquemas no está inicializado. + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + Diseñador de esquemas abierto. Para mutaciones de esquema, continúe con las {0} operaciones ({1}/{2}). + + + Schema designer state changed. Fetch the latest schema and retry the operation. + Se cambió el estado del diseñador de esquemas. Capture el esquema más reciente y vuelva a intentar la operación. + + + Schema designer state retrieved successfully. + El estado del diseñador de esquemas se recuperó correctamente. + + + Schema designer updated successfully. + El diseñador de esquemas se actualizó correctamente. + + + Schema is required + El esquema es obligatorio + + + Schema/Object Type + Tipo de objeto/esquema + + + Schemas + Esquemas + + + Script + Script + + + Script as Alter + Script de Alter + + + Script as Create + Script como Create + + + Script as Drop + Script de anular + + + Script as Execute + Script de ejecutar + + + Script copied to clipboard + Script copiado en el Portapapeles + + + Script copied to clipboard. + Script copiado en el Portapapeles. + + + Search Database Objects + Buscar objetos de base de datos + + + Search Database Objects - {0} + {0} is the server name + Buscar objetos de base de datos - {0} + + + Search Workspaces + Buscar áreas de trabajo + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + Buscar por nombre o tipo de objeto (por ejemplo, t:<name>, v:, f:o sp:) + + + Search changes... + Buscar cambios... + + + Search connection groups + Buscar grupos de conexiones + + + Search extension shortcut + Buscar acceso directo de la extensión + + + Search options + Opciones de búsqueda + + + Search options... + Opciones de búsqueda... + + + Search rules... + Reglas de búsqueda... + + + Search settings... + Configuración de búsqueda... + + + Search subscriptions... + Buscar suscripciones... + + + Search tables... + Buscar tablas... + + + Search values... + Buscar valores... + + + Search within {0} text content + {0} is the column name + Buscar en {0} contenido de texto + + + Search workspaces... + Buscar áreas de trabajo... + + + Search... + Buscar... + + + Searching... + Buscando... + + + Seed sample data or import an existing schema + Inicializar datos de ejemplo o importar un esquema existente + + + Select + Seleccionar + + + Select All + Seleccionar todo + + + Select Azure account with Key Vault access for column decryption + Seleccionar la cuenta de Azure con acceso a Key Vault para el descifrado de columnas + + + Select Connection + Seleccionar conexión + + + Select Database + Seleccionar la base de datos + + + Select Max vCores + Seleccionar máximo de núcleos virtuales + + + Select Profile + Seleccionar perfil + + + Select Source + Seleccionar origen + + + Select Source Schema + Seleccionar esquema de origen + + + Select Target + Seleccionar destino + + + Select Target Schema + Seleccionar esquema de destino + + + Select Top 1000 + Seleccionar los primeros 1000 + + + Select XEL File + Seleccionar archivo XEL + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + Seleccione una cuenta de Microsoft Entra ID para usar con esta conexión. A continuación se muestra la información de la cuenta original de Azure Data Studio, pero puede elegir otra cuenta. + + + Select a Workspace + Seleccionar un área de trabajo + + + Select a blob + Seleccionar un blob + + + Select a blob container + Seleccionar un contenedor de blobs + + + Select a collation + Seleccionar una intercalación + + + Select a connection group + Seleccionar un grupo de conexiones + + + Select a connection to use as the default + Seleccione una conexión para usarla como predeterminada + + + Select a data source + Seleccionar origen de datos + + + Select a database + Seleccionar una base de datos + + + Select a database for profiling (Azure SQL requires a specific database) + Seleccionar una base de datos para la generación de perfiles (Azure SQL requiere una base de datos específica) + + + Select a file + Seleccione un archivo + + + Select a folder + Seleccionar una carpeta + + + Select a location for the resource group + Seleccione una ubicación para el grupo de recursos + + + Select a maintenance window + Seleccionar una ventana de mantenimiento + + + Select a profiler template + Selección de una plantilla de generador de perfiles + + + Select a resource group + Seleccionar un grupo de recursos + + + Select a server + Seleccionar un servidor + + + Select a session first + Seleccione primero una sesión + + + Select a session... + Seleccione una sesión... + + + Select a storage account + Seleccione una cuenta de almacenamiento + + + Select a subscription + Seleccionar una suscripción + + + Select a subscription to view servers in it. + Seleccione una suscripción para ver los servidores que contiene. + + + Select a tenant + Seleccionar un inquilino + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Seleccione un {0} válido en la lista desplegable + + + Select a workspace to view the databases in it. + Seleccione un área de trabajo para ver las bases de datos que contiene. + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Seleccionar un {0} para filtrar + + + Select account + Seleccionar cuenta + + + Select all + Seleccionar todo + + + Select all cells in the active grid + Seleccionar todas las celdas de la cuadrícula activa + + + Select all entities + Seleccionar todas las entidades + + + Select all options + Seleccionar todas las opciones + + + Select all {0} + {0} is the action name (Create, Read, etc.) + Seleccionar todo {0} + + + Select an account + Seleccione una cuenta + + + Select an account for authentication + Seleccione una cuenta para la autenticación + + + Select an extension to manage connection sharing permissions + Seleccionar una extensión para administrar los permisos de conexión compartida + + + Select an operation + Seleccionar una operación + + + Select column + Seleccionar columna + + + Select file to import + Seleccione el archivo que debe importarse + + + Select image + Seleccionar imagen + + + Select location + Seleccionar ubicación + + + Select new permission for extension: '{0}' + {0} is the extension name + Seleccionar nuevo permiso para la extensión: '{0}' + + + Select or clear all connection groups + Seleccionar o borrar todos los grupos de conexiones + + + Select or clear all connections + Seleccionar o borrar todas las conexiones + + + Select package file + Seleccionar el archivo de paquete + + + Select profile to edit + Seleccionar perfil para editar + + + Select profile to remove + Seleccionar el perfil que se va a quitar + + + Select row + Seleccionar fila + + + Select session + Seleccionar sesión + + + Select subscriptions + Seleccionar suscripciones + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + Seleccione el archivo settings.json de Azure Data Studio para buscar grupos de conexiones y conexiones. + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + Seleccione el método HTTP que pueden ejecutar este procedimiento almacenado. DAB tiene como valor predeterminado POST. + + + Select the SQL Server Container Image + Selección de la imagen de contenedor de SQL Server + + + Select the entire current column + Seleccionar toda la columna actual + + + Select the entire current row + Seleccionar toda la fila actual + + + Select the target schema + Seleccionar el esquema de destino + + + Selected + Seleccionado + + + Selected Microsoft Entra account removed successfully. + La cuenta de Microsoft Entra seleccionada se quitó correctamente. + + + Selected Path + Ruta seleccionada + + + Selected backup file does not contain a valid database backup + El archivo de copia de seguridad seleccionado no contiene una copia de seguridad de base de datos válida + + + Selected query-editor text + Texto del editor de consultas seleccionado + + + Selection + Selección + + + Sequelize + Sequelize + + + Serialization failed + Error de serialización + + + Server + Servidor + + + Server - {0} + {0} is the server name + Servidor: {0} + + + Server Connections + Conexiones de servidor + + + Server Edition + Edición del servidor + + + Server Name + Nombre del servidor + + + Server Version + Versión de servidor + + + Server connection in progress. Do you want to cancel? + Conexión de servidor en curso. ¿Desea cancelar? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + No se puede iniciar el servidor. Puede tratarse de un error de permisos o una incompatibilidad en el sistema. Puede intentar habilitar la autenticación del dispositivo mediante código en la configuración. + + + Server is required + El servidor es obligatorio. + + + Server name is required + Es necesario especificar el nombre del servidor. + + + Server name not set. + Nombre del servidor no establecido. + + + Server name or ADO.NET connection string + Nombre del servidor o cadena de conexión de ADO.NET + + + Server {0} not found. + {0} is the server name + No se encontró el servidor {0}. + + + Serverless + Sin servidor + + + Service installation failed. + Error en la instalación del servicio. + + + Service tier + Nivel de servicio + + + Session + Sesión + + + Session creation timed out + Se agotó el tiempo de espera para la creación de la sesión + + + Session name can only contain letters, numbers, underscores, and hyphens + El nombre de sesión solo puede contener letras, números, caracteres de subrayado y guiones + + + Session name cannot be empty + El nombre de sesión no puede estar vacío + + + Session name must be {0} characters or less + {0} is the maximum length + El nombre de sesión debe tener {0} caracteres o menos + + + Session not running + La sesión no se está ejecutando + + + Set Default + Establecer valor predeterminado + + + Set Null + Establecer en Null + + + Set backup Compression + Establecer compresión de copia de seguridad + + + Set backup Media Set + Establecer conjunto de medios de copia de seguridad + + + Set backup retain days + Configure los días de conservación de la copia de seguridad + + + Setting + Ajuste + + + Setting up + Configurando + + + Setting up container + Configuración del contenedor + + + Settings + Configuración + + + Settings and Keybindings + Configuración y enlaces de teclado + + + Settings are fixed for free tier. + La configuración se ha corregido para el nivel Gratis. + + + Settings for {0} + {0} is the entity name + Configuración de {0} + + + Severity + Gravedad + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + Gravedad para {0} + + + Shortcut + Acceso directo + + + Shortcuts Configuration + Configuración de accesos directos + + + Shortcuts Configuration (Preview) + Configuración de accesos directos (versión preliminar) + + + Shortcuts configuration page + Página de configuración de accesos directos + + + Show All + Mostrar todo + + + Show Changes + Mostrar los cambios + + + Show Confirm Password + Mostrar confirmar contraseña + + + Show Definition + Mostrar definición + + + Show Estimated Plan + Mostrar plan estimado + + + Show MSSQL output + Mostrar salida de MSSQL + + + Show Menu + Mostrar menú + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + Mostrar menú ({0}) + + + Show New Password + Mostrar nueva contraseña + + + Show SQL + Mostrar SQL + + + Show SQL Pane + Mostrar panel SQL + + + Show Schema + Mostrar esquema + + + Show a random table definition + Mostrar la definición de una tabla aleatoria + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + Mostrar todos los métodos abreviados de Quick Query en VS Code métodos abreviados de teclado + + + Show all columns + Mostrar todas las columnas + + + Show full error message + Mostrar mensaje de error completo + + + Show masked command (hides sensitive information) + Mostrar comando enmascarado (oculta información confidencial) + + + Show or hide the query result panel + Mostrar u ocultar el panel de resultados de la consulta + + + Show password + Mostrar contraseña + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + ¿Desea mostrar el esquema de la conexión "{0}" (id.: {1})? + + + Show table relationships + Mostrar relaciones de tablas + + + Show unmasked command (reveals sensitive information) + Mostrar comando sin enmascarar (revela información confidencial) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Mostrando esquema para la conexión "{0}" (Id.: {1}) + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + Mostrando {0} de {1} eventos + + + Showplan XML + Showplan XML + + + Sign In + Iniciar sesión + + + Sign in + Iniciar sesión + + + Sign in and retry + Iniciar sesión y reintentar + + + Sign in to a new account + Iniciar sesión en una nueva cuenta + + + Sign in to your Azure subscription + Inicie sesión en la suscripción de Azure + + + Sign in to your Azure subscription in one of the sovereign clouds. + Inicie sesión en la suscripción de Azure en una de las nubes soberanas. + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + Inicie sesión en la suscripción de Azure con un código de dispositivo. Use esta opción en las instalaciones en las que no funciona el comando Iniciar sesión. + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + Inicie sesión con Entra ID “{0}”. + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + Inicie sesión con su cuenta de Microsoft Entra ID, incluidas las cuentas con autenticación multifactor. Haga clic en el icono de información para obtener más información. + + + Sign into Azure + Iniciar sesión en Azure + + + Sign into Azure in order to add a firewall rule. + Inicie sesión en Azure para agregar una regla de firewall. + + + Sign into Fabric + Iniciar sesión en Fabric + + + Sign into additional accounts + Iniciar sesión en cuentas adicionales + + + Sign into tenant + Iniciar sesión en el inquilino + + + Signing in to Azure as {0}... + {0} is the account name + Iniciando sesión en Azure como {0}... + + + Simple + Simple + + + Simple Container Management + Administración de contenedores simple + + + Smart performance + Rendimiento inteligente + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + Algunas conexiones o grupos tienen información incompleta. Puede continuar, pero es posible que tenga que editar estas conexiones más tarde antes de conectarse. + + + Sort + Ordenar + + + Sort Ascending + Orden ascendente + + + Sort Descending + Orden descendente + + + Sort ascending + Orden ascendente + + + Sort column + Ordenar columna + + + Sort descending + Orden descendente + + + Source + Origen + + + Source Column + Columna de origen + + + Source Database + Base de datos de origen + + + Source Name + Nombre del origen + + + Source: {0} + {0} is the fully qualified DAB source object name + Origen: {0} + + + Source: {0} + {0} is the task source + Origen: {0} + + + Specifies whether the column is included in the primary key for the table. + Especifica si la columna se incluye en la clave principal de la tabla. + + + Specifies whether the column may have a NULL value. + Especifica si la columna puede tener un valor NULL. + + + Specify Input File + Especificar archivo de entrada + + + SqlPackage Command + Comando SqlPackage + + + Standby file + Archivo en espera + + + Start + Iniciar + + + Start IP Address + Dirección IP inicial + + + Start Time + Hora de inicio + + + Start profiling session + Iniciar sesión de generación de perfiles + + + Start, stop, and remove containers directly from the extension. + Inicie, detenga y quite contenedores directamente de la extensión. + + + Started executing query at + La consulta comenzó a ejecutarse a las + + + Started query execution for document "{0}" + {0} is the document name + Se inició la ejecución de la consulta para el documento "{0}". + + + Started saving results to {0} + {0} is the file path + Se inició el guardado de resultados en {0} + + + Starting '{0}'... + {0} is the service name + Iniciando "{0}"... + + + Starting Container... + Iniciando contenedor... + + + Starting DAB container + Iniciando el contenedor DAB + + + Starting Docker Desktop + Iniciando Docker Desktop + + + Starting Docker... + Iniciando Docker... + + + Starting {0}... + {0} is the container name + Iniciando {0}... + + + Starts With + Comienza por + + + Starts with + Comienza con + + + Status + Estado + + + Status: {0} + {0} is the task status + Estado: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + Paso {0} de {1} + + + Stop + Detener + + + Stop session + Detener sesión + + + Stopped + Detenido + + + Stopping Container... + Deteniendo contenedor... + + + Stopping profiler session "{0}"... + {0} is the session name + Deteniendo la sesión del generador de perfiles "{0}"... + + + Storage + Almacenamiento + + + Storage Account + Cuenta de almacenamiento + + + Storage Account is required + Se requiere una cuenta de almacenamiento + + + Stored Procedure + Procedimiento almacenado + + + Stored Procedures + Procedimientos almacenados + + + Stored procedure GraphQL operation + Operación GraphQL de procedimiento almacenado + + + Stored procedure REST methods + Métodos REST de procedimiento almacenado + + + Submit + Enviar + + + Submit an issue + Enviar un problema + + + Subscription + Suscripción + + + Subscription is required + Se requiere una suscripción + + + Subtree Cost + Coste del subárbol + + + Succeeded + Realizado correctamente + + + Succeeded with warning + Correcto con advertencia + + + Successfully changed to database: {0} + {0} is the database name + Se cambió correctamente a la base de datos: {0} + + + Successfully connected to server. + Se conectó correctamente al servidor. + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + Se actualizó correctamente el token para la conexión {0} con uri {1}, {2} + + + Successfully saved results to {0} + {0} is the file path + Los resultados se han guardado correctamente en {0}. + + + Sum + Suma + + + Sum: {0} + {0} is the sum + Suma: {0} + + + Summary + Resumen + + + Summary loading canceled + Carga de resumen cancelada + + + Summary loading was canceled by user + El usuario canceló la carga del resumen + + + Switch Direction + Cambiar dirección + + + Switch Source and Target + Intercambiar origen y destino + + + Switch between result panes and tabs + Cambiar entre los paneles de resultados y las pestañas + + + Switch results view + Cambiar vista de resultados + + + Switch to Grid View + Cambiar a vista de cuadrícula + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + Cambiar a vista de cuadrícula ({0}) + + + Switch to MSAL + Cambiar a MSAL + + + Switch to Messages tab + Cambiar a la pestaña Mensajes + + + Switch to Query Plan tab + Cambiar a la pestaña Plan de consulta + + + Switch to Results tab + Cambiar a la pestaña Resultados + + + Switch to Text View + Cambiar a vista de texto + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + Cambiar a vista de texto ({0}) + + + Switched to {0} + {0} is the connection label + Cambiado a {0} + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + Se canceló el cambio a contenedores de Linux. SQL Server solo admite contenedores de Linux. + + + Synchronous resize + Cambio de tamaño sincrónico + + + System databases + Bases de datos del sistema + + + T-SQL + T-SQL + + + Table + Tabla + + + Table '{0}' already exists + {0} is the table name + La tabla "{0}" ya existe. + + + Table '{0}' not found + {0} is the table name + No se ha encontrado la tabla "{0}" + + + Table Diagram + Diagrama de tabla + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + El explorador de tabla para '{0}' tiene cambios sin guardar. ¿Desea guardarlos o descartarlos? + + + Table Name + Nombre de tabla + + + Table Schema + Esquema de tabla + + + Table added to schema designer successfully. + La tabla se agregó correctamente al diseñador de esquemas. + + + Table deleted from schema designer successfully. + La tabla se eliminó correctamente del diseñador de esquemas. + + + Table id already exists. + El id. de tabla ya existe. + + + Table must include at least one column. + La tabla debe incluir al menos una columna. + + + Table name + Nombre de tabla + + + Table name cannot be empty + El nombre de la tabla no puede estar vacío + + + Table name is required + El nombre de tabla es obligatorio. + + + Table updated in schema designer successfully. + La tabla se actualizó correctamente en el diseñador de esquemas. + + + Tables + Tablas + + + Tag keys must be unique. + Las claves de etiqueta deben ser únicas. + + + Tags + Etiquetas + + + Tail-log backup + Copia de seguridad del final del registro + + + Tail-log backup file + Archivo de copia de seguridad del final del registro + + + Take Survey + Realizar encuesta + + + Take tail-log backup before restore + Realizar la copia del final del registro antes de la restauración + + + Target + Destino + + + Target Database + Base de datos de destino + + + Target Name + Nombre de destino + + + Target Table + Tabla de destino + + + Target: {0} + {0} is the task target location + Destino: {0} + + + Task log is unavailable. + El registro de tareas no está disponible. + + + Task: {0} + {0} is the task name + Tarea: {0} + + + Tenant + Inquilino + + + Tenant ID + Id. de inquilino + + + Tenant ID is required + Es necesario especificar el identificador del inquilino. + + + Tenant is required + El inquilino es obligatorio + + + Terms & Conditions + Términos y condiciones + + + Test connecting with the current settings + Pruebe de conexión con la configuración actual + + + Test connection + Probar conexión + + + Testing connection profile... + Probar el perfil de conexión... + + + Testing... + Probando... + + + Text + Texto + + + Text View + Vista de texto + + + Text tab - displays SQL text data + Pestaña Texto: muestra datos de texto SQL + + + The Application (Client) ID of your Microsoft Entra app registration. + El Id. de aplicación (Cliente) del registro de la aplicación de Microsoft Entra. + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + Query Profiler ahora admite la base de datos SQL en conexiones de Microsoft Fabric, con nuevas plantillas de Azure SQL Database, incluida {code-snippet-0} para la generación de perfiles T-SQL ligera. + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + No se pudo iniciar la extensión de SQL Server porque no se pudo iniciar el servicio en segundo plano necesario. Instale el VSIX sin conexión para el sistema operativo o compruebe la conexión de red e inténtelo de nuevo. Detalles: {0} + + + The XEL file was not found. + No se encontró el archivo XEL. + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + Comportamiento cuando un usuario intenta eliminar una fila con datos que intervienen en una relación de clave externa. + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + Comportamiento cuando un usuario intenta actualizar una fila con datos que intervienen en una relación de clave externa. + + + The client secret for your Microsoft Entra app registration. + El secreto de cliente para el registro de aplicaciones de Microsoft Entra. + + + The columns of the index. + Las columnas del índice. + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + El identificador de conexión "{0}" establecido en "mssql.defaultConnectionId" no coincide con ningún perfil de conexión conocido. Los nuevos editores revertirán a la transferencia de la conexión activa. + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + La conexión con el identificador '{0}' no tiene establecida la propiedad 'server' y se omite. Establezca la propiedad "server" en esta conexión para usarla. + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + No se ha configurado la opción de nube personalizada. Configure el valor "{0}". + + + The description of the check constraint. + Descripción de la restricción CHECK. + + + The description of the foreign key. + Descripción de la clave externa. + + + The description of the index. + Descripción del índice. + + + The description of the primary key. + Descripción de la clave principal. + + + The expression defining the check constraint. + Expresión que define la restricción CHECK. + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + La extensión '{0}' está solicitando acceso a sus conexiones de SQL Server. Esto le permitirá ejecutar consultas y acceder a su base de datos. + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + El primer valor debe ser menor que el segundo valor para el operador {0} en el filtro {1} + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Se debe establecer el primer valor para el operador {0} en el filtro {1} + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + A las siguientes conexiones de área de trabajo o carpeta del área de trabajo les falta la propiedad "id" y se omiten. Agregue manualmente la propiedad "id" a la conexión para usarla. + + {0} + + + The language model did not return any output. + El modelo de lenguaje no devolvió ningún resultado. + + + The mapping between foreign key columns and primary key columns. + Asignación entre las columnas de la clave externa y las de la clave principal. + + + The maximum length (in characters) that can be stored in this database object. + Longitud máxima (en caracteres) que se puede almacenar en este objeto de base de datos. + + + The name of the check constraint. + Nombre de la restricción CHECK. + + + The name of the column object. + El nombre del objeto de la columna. + + + The name of the column. + El nombre de la columna. + + + The name of the foreign key. + Nombre de la clave externa. + + + The name of the index. + Nombre del índice. + + + The query results panel failed to load. Please try running the query again. + No se pudo cargar el panel de resultados de la consulta. Intente ejecutar la consulta de nuevo. + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + La lista de conexiones recientes se ha borrado, pero se produjeron errores mientras se eliminaban algunas credenciales asociadas. Vea los errores en el canal de salida de MSSQL. + + + The requested model could not be found. Please check model availability or try a different model. + No se puede encontrar el modelo solicitado. Verifique la disponibilidad del modelo o pruebe con otro. + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Se debe establecer el segundo valor para el operador {0} en el filtro {1} + + + The selected file is not a valid XEL file. + El archivo seleccionado no es un archivo XEL válido. + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + El perfil seleccionado se autentica mediante el Entra ID "{0}", pero esa cuenta no ha iniciado sesión en la extensión MSSQL. Edite la conexión o inicie sesión en MSSQL con esa cuenta para conectarse. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + El perfil seleccionado se autentica mediante el Entra ID "{0}" en el inquilino "{1}", pero esa cuenta no está disponible a través de VS Code inicio de sesión. Edite la conexión o inicie sesión en VS Code con esa cuenta para conectarse. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + El perfil seleccionado se autentica mediante Entra ID "{0}" en el inquilino "{1}", pero esa cuenta no ha iniciado sesión en la extensión MSSQL. Edite la conexión o inicie sesión en MSSQL con esa cuenta para conectarse. + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + El perfil seleccionado se autentica mediante el id. de Entra "{0}", pero esa cuenta no está disponible a través de VS Code inicio de sesión. Edite la conexión o inicie sesión en VS Code con esa cuenta para conectarse. + + + The table which contains the primary or unique key column. + Tabla que contiene la columna de clave principal o única. + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + El {0} servicio se ha bloqueado. Detalles: {1} + + + There was an error updating the project + Error al actualizar el proyecto + + + This connection does not have a display name in Azure Data Studio. + Esta conexión no tiene un nombre para mostrar en Azure Data Studio. + + + This connection's group has not been selected, so this connection will be imported to the root. + No se ha seleccionado el grupo de esta conexión, por lo que esta conexión se importará a la raíz. + + + This database name is already in use. Please choose a different name. + El nombre de esta base de datos ya está en uso. Elija otro nombre. + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + No se pudo procesar este mensaje. Si el problema persiste, compruebe los registros y abra un problema en GitHub. + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + Esta operación ha analizado la estructura del archivo de entrada para generar la siguiente vista previa que abarca hasta las 50 primeras filas como máximo. + + + This server only supports Microsoft Entra ID authentication. + Este servidor solo admite la autenticación de Microsoft Entra ID. + + + This server only supports SQL Authentication. + Este servidor solo admite la autenticación de SQL. + + + This server supports Microsoft Entra ID and SQL Authentication. + Este servidor admite el Microsoft Entra ID y la autenticación de SQL. + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + Este acceso directo requiere que el texto seleccionado se pase como parámetro. Seleccione texto en el editor de SQL y vuelva a ejecutar el acceso directo. + + + This value was not provided in the Azure Data Studio settings file. + Este valor no se proporcionó en el archivo de configuración de Azure Data Studio. + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + Esto implementará un contenedor del generador de API de datos localmente usando Docker. El contenedor expondrá {0} las API en función de la configuración. + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + Esto restablecerá todas las reglas a su gravedad predeterminada y deshabilitará "Habilitar Code Analysis en la compilación". Esta operación no se puede deshacer. ¿Desea continuar? + + + Time + Hora + + + Timestamp + Marca de tiempo + + + To + Label for the end IP address in the firewall rule IP range + Para + + + To compare two schemas, first select a source schema and target schema, then press compare. + Para comparar dos esquemas, seleccione primero un esquema de origen y un esquema de destino y, a continuación, presione Comparar. + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + Para usar este comando, abra un archivo .sql, cambie el lenguaje del editor a "SQL" o seleccione el texto T-SQL en el editor SQL activo. + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + Para usar este comando, debe establecer el lenguaje como "SQL". Confirme para cambiar el modo de lenguaje. + + + Toggle Actual Plan + Alternar plan real + + + Toggle Query Result Panel + Alternar panel de resultados de consulta + + + Toggle SQLCMD Mode + Alternar modo SQLCMD + + + Toggle Sort + Alternar ordenación + + + Toggle Tooltips + Alternar información sobre herramientas + + + Toggle actual execution plan collection for SQL queries + Activar o desactivar la recopilación del plan de ejecución real para consultas SQL + + + Toggle all entities in {0} + {0} is the schema name + Alternar todas las entidades de {0} + + + Toggle between grid and text view + Alternar entre cuadrícula y vista de texto + + + Toggle columns for {0} + {0} is the entity name + Alternar columnas para {0} + + + Toggle dark mode + Alternar modo oscuro + + + Toggle filter row + Alternar fila de filtro + + + Toggle pre-header row + Alternar fila previa al encabezado + + + Toggle selection for {0} + {0} is the connection display name + Alternar selección de {0} + + + Toggle selection for {0} + {0} is the connection group name + Alternar selección de {0} + + + Toggle sort + Alternar ordenación + + + Toggle sorting for the active column + Alternar ordenación de la columna activa + + + Token refreshed successfully. + Token actualizado correctamente. + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + Búsqueda de herramientas para: {0} - {1}. + + + Total execution time: {0} + {0} is the elapsed time + Tiempo total de ejecución: {0} + + + Total rows to fetch: + Total de filas que se van a capturar: + + + Transaction Log + Registro de transacciones + + + Transfer active connection (Default) + Transferir conexión activa (valor predeterminado) + + + Truncate the transaction log + Truncar el registro de transacciones + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + Pruebe Azure SQL Database sin coste alguno con nuestra oferta de nivel Gratis. Aprovisione una base de datos en la nube totalmente administrada directamente desde VS Code. + + + Try adjusting your search or filters + Pruebe a ajustar la búsqueda o los filtros + + + Try it + Probar + + + Try searching by command name, description, or keybinding. + Intente buscar por nombre de comando, descripción o combinación de teclas. + + + Type + Tipo + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + Dirección URL copiada en el Portapapeles + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + No se puede adquirir un token de Microsoft Entra de VS Code para la cuenta seleccionada: {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + No se puede adquirir un token válido. (expira: {0}, pero actualmente es: {1}) + + + Unable to determine the server authentication type. + No se puede determinar el tipo de autenticación del servidor. + + + Unable to execute the command while the extension is initializing. Please try again later. + No se puede ejecutar el comando mientras se está inicializando la extensión. Vuelva a intentarlo más tarde. + + + Unable to expand. Please check logs for more information. + No se puede expandir. Consulte los registros para obtener más información. + + + Unable to load backup configuration. Please try again. + No se puede cargar la configuración de copia de seguridad. Inténtelo de nuevo. + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + No se puede cargar la lista de bases de datos del servidor: {0} Puede escribir directamente el nombre de la base de datos. + + + Unable to open Table Explorer: No target node provided. + No se puede abrir el explorador de tabla: no se proporcionó ningún nodo de destino. + + + Unable to read proxy agent options. + No se pueden leer las opciones del agente proxy. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + No se puede recuperar la lista de bases de datos. Es posible que no tenga permiso para enumerar las bases de datos de este servidor. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + No se puede recuperar la lista de bases de datos. Es posible que no tenga permiso para enumerar las bases de datos de este servidor. Si la conexión especifica una base de datos, se preseleccionará. + + + Unavailable for backups to existing files + No disponible para copias de seguridad en archivos existentes + + + Understand and document business logic embedded in stored procedures, views, and functions + Comprender y documentar la lógica de negocio integrada en procedimientos almacenados, vistas y funciones + + + Undo + Deshacer + + + Undo All + Deshacer todo + + + Undo All Copilot Changes + Deshacer todos los cambios de Copilot + + + Unfreeze columns + Liberar columnas + + + Unfreeze columns/rows + Liberar columnas o filas + + + Unknown + Desconocido + + + Unknown Connection + Conexión desconocida + + + Unknown account + Cuenta desconocida + + + Unknown deployment step: {0} + {0} is the deployment step number + Paso de implementación desconocido: {0} + + + Unknown error + Error desconocido + + + Unknown magic command: %%{0} + {0} is the magic command name + Comando mágico desconocido: %%{0} + + + Unknown object management dialog. + Cuadro de diálogo de administración de objetos desconocido. + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + Operación desconocida {0}. Operaciones admitidas: add_table, update_table, delete_table, replace_schema get_schema + + + Unknown tenant ID + Id. de inquilino desconocido + + + Unnamed Profile + Perfil sin nombre + + + Unsaved Changes + Cambios sin guardar + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + Arquitectura no admitida para Docker: {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + Tipo de autenticación no admitido en la cadena de conexión: {0}. Solo se admiten el inicio de sesión de SQL, integrado, Azure MFA y Active Directory autenticación predeterminada. + + + Unsupported by Data API builder. + No es compatible con el generador de API de datos. + + + Unsupported data types detected + Tipos de datos no admitidos detectados + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + Plataforma no admitida para Docker: {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + Hasta 10 bases de datos con 100 000 segundos de núcleo virtual, 32 GB de almacenamiento y copias de seguridad que se renuevan mensualmente. + + + Update + Actualizar + + + Update Database + Actualizar base de datos + + + Update Script + Actualizar script + + + Updating IntelliSense... + Actualizando IntelliSense... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + Límites de utilización superados. Inténtelo de nuevo más tarde o considere optimizar sus solicitudes. + + + Use Microsoft Entra ID authentication to provision and connect to this database. + Use la autenticación de Microsoft Entra ID para aprovisionar y conectarse a esta base de datos. + + + Use SQL Authentication with a valid username and password. + Use la autenticación de SQL con un nombre de usuario y una contraseña válidos. + + + Use T-SQL intellisense and syntax error checking on current document + Use la comprobación de errores de sintaxis e IntelliSense de T-SQL en el documento actual. + + + Use discount code {0} to save €200 on registration. + Use el código {0} de descuento para guardar 200 € en el registro. + + + Use encryption for this backup + Usar cifrado para esta copia de seguridad + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + Usar formato: AAAA-MM-DD HH:mm:ss[.SSS] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + Use el lenguaje natural para diseñar esquemas de base de datos directamente en el Diseñador de esquemas visuales. Cree esquemas desde cero, evolucione los diseños existentes, revise los cambios mediante una vista de diferencias e importe artefactos externos, todo ello reflejado en el diagrama visual y el script de T-SQL. + + + Use the default server setting + Usar la configuración de servidor predeterminada + + + Use {0} to create a new connection. + {0} is the connect command + Use {0} para crear una conexión nueva. + + + Used in API routes and responses + Se usa en rutas y respuestas de API + + + User + Usuario + + + User ID + Id. de usuario + + + User Name + Nombre de usuario + + + User databases + Bases de datos de usuario + + + User name + Nombre de usuario + + + User name (SQL Login) + Nombre de usuario (inicio de sesión de SQL) + + + User name is required + El nombre de usuario es obligatorio + + + Username + Nombre de usuario + + + Username is required + Es necesario especificar el nombre de usuario + + + Uses the WITH KEEP_REPLICATION option during restore + Use la opción WITH KEEP_REPLICATION durante la restauración + + + Uses the WITH NORECOVERY option during restore + Use la opción WITH NORECOVERY durante la restauración + + + Uses the WITH REPLACE option during restore + Use la opción WITH REPLACE durante la restauración + + + Uses the WITH RESTRICTED_USER option during restore + Use la opción WITH RESTRICTED_USER durante la restauración + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + Usando {0} ({1})... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + Usando {0} para procesar la solicitud... + + + Validation failed + Error de validación + + + Validation failed. Please check your inputs + Error de validación. Compruebe sus entradas + + + Value + Valor + + + Value is required + El valor es obligatorio + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + Los valores de vector son de solo lectura en este editor. Use T-SQL para modificar el valor o regenerar la inserción. + + + Verify a container image by using the Notation CLI + Comprobación de una imagen de contenedor mediante la CLI de Notation + + + Verify backup when finished + Comprobar copia de seguridad cuando haya terminado + + + Verifying Docker engine is ready + Comprobando que el motor de Docker esté listo + + + Verifying Docker is installed on your system + Comprobando que Docker esté instalado en el sistema + + + Verifying the API is ready to accept requests + Comprobando que la API está lista para aceptar solicitudes + + + Very Dissatisfied + Muy insatisfecho + + + Very Satisfied + Muy satisfecho + + + View + Vista + + + View Config + Ver configuración + + + View More + Ver más + + + View Swagger + Ver Swagger + + + View Table Diagram + Ver diagrama de tabla + + + View known issues + Ver problemas conocidos + + + View mssql for Visual Studio Code release notes? + ¿Desea ver mssql para Visual Studio Code notas de la versión? + + + View roadmap + Ver plan de desarrollo + + + View settings + Ver configuración + + + View the estimated query execution plan + Ver el plan de ejecución estimado de la consulta + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + Vea, agregue, edite y elimine filas de tabla en una cuadrícula interactiva con validación en tiempo real y vistas previas de scripts DML activos. + + + View/configure keybinding + Ver o configurar el enlace de teclado + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + Ver o configurar el enlace de teclado para {0} + + + View: + Vista: + + + Views + Vistas + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + Visual Studio Code debe volver a iniciarse para que esta configuración entre en vigor. Vuelva a cargar Visual Studio Code. + + + Visualize and Design Schema + Visualizar y diseñar esquema + + + WHERE + DÓNDE + + + Warehouse + Almacén + + + Warning + Advertencia + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + Advertencia: el conjunto de resultados está incompleto. Mostrando {0} de {1} filas. No se pudo cargar el conjunto de resultados completo. + + + Warnings + Advertencias + + + Warnings detected. Please review the changes. + advertencias detectadas. Revise los cambios. + + + Watch demo + Ver demostración + + + Watch demos on YouTube + Ver demostraciones en YouTube + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + No podemos encontrar dónde se encuentra Docker Desktop en el equipo. Inicie Docker Desktop manualmente e inténtelo de nuevo. + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + No pudimos conectarnos con la información de conexión actual. ¿Quiere volver a intentar la conexión o editar el perfil de conexión? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + Nos alegra que esté disfrutando de MSSQL para VS Code. Considere la posibilidad de dejar una revisión rápida en el Marketplace de VS Code. + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + La vista web “{0}” no se ha preparado en {1}ms + + + Webview was disposed before it became ready + La vista web se eliminó antes de que estuviera lista + + + What I can do for you: + Lo que puedo hacer por usted: + + + What can we do to improve? + ¿Qué podemos hacer para mejorar? + + + What's next? + ¿Qué es lo siguiente? + + + Width cannot be 0 or negative + El ancho no puede ser 0 ni negativo + + + Windows Authentication + Autenticación de Windows + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + Funciona con VS Code y SSMS y utiliza la autenticación de Microsoft Entra y los controles de acceso de Fabric. + + + Workspace + Área de trabajo + + + Workspace is required + El área de trabajo es obligatoria + + + Write a review + Escribir una revisión + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + Escriba y ejecute consultas SQL en Notebooks Jupyter nativos de Visual Studio Code con resultados interactivos, opciones de ordenación y filtrado, y documentación en Markdown. + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + Escribir, optimizar y solucionar problemas de consultas SQL con mejoras recomendadas por IA + + + YYYY-MM-DD HH:mm:ss + AAAA-MM-DD HH:mm:ss + + + Yes + + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + Va a implementar en una base de datos existente. Esta operación hará cambios permanentes en el esquema de la base de datos y puede causar pérdida de datos. ¿Desea continuar? + + + You are not connected to any database. + No está conectado a ninguna base de datos. + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + Está viendo este mensaje porque ha actualizado la extensión de MSSQL a la versión {0}. + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + Ha capturado eventos de Profiler que no se han exportado. Si cierra ahora, perderá todos los eventos capturados. ¿Desea exportarlos a un archivo CSV? + + + You have unsaved changes. Do you want to save before closing? + Tiene cambios sin guardar. ¿Desea guardar antes de cerrar? + + + You must accept the license + Debe aceptar la licencia + + + You must be signed into Azure in order to browse SQL databases. + Debe iniciar sesión en Azure para poder explorar las bases de datos SQL. + + + You must be signed into Fabric in order to browse SQL databases. + Debe iniciar sesión en Azure para poder explorar las bases de datos SQL. + + + You must review and accept the terms to proceed + Debe revisar y aceptar los términos para continuar. + + + Your API is available at: + La API está disponible en: + + + Your APIs are available at the following endpoints: + Las API están disponibles en los siguientes puntos de conexión: + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + El motor de Docker ejecuta actualmente contenedores de Windows. SQL Server solo admite contenedores de Linux. ¿Desea cambiar a contenedores de Linux? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + La cuenta debe volver a autenticarse para acceder a {0} recursos. Presione Abrir para iniciar el proceso de autenticación. + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + La dirección IP del cliente ''{0}'' no tiene acceso al servidor ''{1}'' al que está intentando conectarse. ¿Desea crear una nueva regla de firewall? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + La dirección IP del cliente no tiene acceso al servidor. Agregue una cuenta de Microsoft Entra y cree una nueva regla de firewall para habilitar el acceso. + + + Your current IP {0} will be added automatically. + {0} is the current IP address + La IP actual {0} se agregará automáticamente. + + + Your database will continue running after the free offer limit and you will be charged for overages. + La base de datos seguirá ejecutándose después del límite de la oferta gratuita y se le cobrará por el uso por encima del límite. + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + Su contraseña debe contener caracteres de al menos tres de las siguientes categorías: letras mayúsculas, letras minúsculas, números (0-9) y caracteres especiales (!, $, #, %, etc.). + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + El inquilino "{0} ({1})" requiere que vuelva a autenticarse para acceder a {2} recursos. Presione Abrir para iniciar el proceso de autenticación. + + + Zone-redundant backup storage + Almacenamiento de copias de seguridad con redundancia de zona + + + Zoom In + Acercar + + + Zoom Out + Alejar + + + Zoom to Fit + Zoom para ajustar + + + [Optional] Database to connect (press Enter to connect to <default> database) + [Opcional] Base de datos a la que conectarse (presione Entrar para conectarse a la base de datos <default>). + + + [Optional] Enter a display name for this connection profile + [Opcional] Especificar un nombre para mostrar de este perfil de conexión + + + [Read-only] Pre-filled from the server properties. + [Solo lectura] Rellenado previamente desde las propiedades del servidor. + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + y + + + authenticationType + authenticationType + + + contains + contiene + + + database + base de datos + + + default + Predeterminado + + + delete the saved connection: {0}? + {0} is the connection name + eliminar la conexión guardada: {0}? + + + does not contain + no contiene + + + encrypt + cifrar + + + ends with + termina en + + + equals + es igual que + + + greater than + mayor que + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + nombreDeHost\instancia o <servidor>.database.windows.net o cadena de conexión de ADO.NET + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + no es nulo + + + is null + es nulo + + + items + elementos + + + items per page + elementos por página + + + items selected + elementos seleccionados + + + less than + menor que + + + location + ubicación + + + macOS Sierra or newer is required to use this feature. + Para usar esta función se requiere macOS Sierra o versiones posteriores. + + + none selected + sin selección + + + not equals + no igual a + + + of + de + + + or + o + + + profiler_events + profiler_events + + + resource group + grupo de recursos + + + server + servidor + + + starts with + comienza con + + + subscription + suscripción + + + test + prueba + + + undefined + sin definir + + + untitled + sin título + + + updatingIntelliSense + updatingIntelliSense + + + vCores + Núcleos virtuales + + + value + valor + + + x of y selected + x de y seleccionado + + + {0} (Current Account) + {0} is the account display name + {0} (cuenta actual) + + + {0} (filtered) + {0} (con filtro) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1}%) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1}%): {2} + + + {0} accounts + {0} is the number of accounts + {0} cuentas + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + Acción {0} para {1} + + + {0} change(s) + {0} is the number of changes + {0} cambio(s) + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0} cambiado de ''{1}'' a ''{2}'' + + + {0} changes + {0} is the number of property changes + {0} cambios + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + Muestrario de colores {0} ({1}) + + + {0} column data + {0} is the number of columns + Datos de {0} columna + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + {0} grupo de conexiones importado + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + {0} grupos de conexiones importados + + + {0} connection imported + {0} is the number of connections imported (singular) + {0} conexión importada + + + {0} connections imported + {0} is the number of connections imported (plural) + {0} conexiones importadas + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {0} contiene tipos de columna no admitidos por el generador de API de datos: {1} + + + {0} deleted successfully. + {0} deleted successfully. + {0} se eliminó correctamente. + + + {0} errors + {0} is the number of errors + {0} errores + + + {0} events + {0} is the number of events + {0} eventos + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} se ha cerrado. ¿Desea restaurarla? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + Se han eliminado {0} cuentas de Microsoft Entra no válidas; puede que necesite ejecutar "MS SQL: borrar la caché de tokens de cuenta de Microsoft Entra" e iniciar sesión de nuevo. + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} es una columna de clave principal y no se puede deshabilitar. + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} no está habilitado globalmente + + + {0} issue + {0} is the number of issues + {0} incidencia + + + {0} issues + {0} is the number of issues + {0} problemas + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} debe definir uno o varios campos clave que se usarán con API de datos generador + + + {0} objects found + {0} is the number of objects found + {0} objetos encontrados + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0} de {1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + {0} de {1} grupos de conexiones seleccionados. + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + {0} de {1} conexiones seleccionadas + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + {0} de {1} habilitado + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {0} de {1} reglas + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0} de {1} inquilinos + + + {0} password doesn't match the confirmation password + La contraseña de {0} no coincide con la contraseña de confirmación. + + + {0} properties + {0} is the object type + Propiedades de {0} + + + {0} query + {0} is the Quick Query shortcut name + {0} consulta + + + {0} rows + {0} is the number of rows + {0} filas + + + {0} rows returned + {0} is the number of rows returned + {0} filas devueltas + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + {0} filas seleccionadas, haz clic para cargar el resumen + + + {0} rules + {0} is the number of code analysis rules + {0} reglas + + + {0} selected + {0} is the number of selected filter values + {0} seleccionados + + + {0} selected + {0} is the number of selected rows + {0} seleccionados + + + {0} setting imported + {0} is the number of settings imported (singular) + configuración de {0} importada + + + {0} settings imported + {0} is the number of settings imported (plural) + Configuración importada: {0} + + + {0} started successfully. + {0} started successfully. + {0} se ha iniciado correctamente. + + + {0} stopped successfully. + {0} stopped successfully. + {0} se detuvo correctamente. + + + {0} warnings + {0} is the number of warnings + {0} advertencias + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0} {1} incidencia + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0} {1} problemas + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0}, +{1} más + + + {0}. {1} + {0} is the status +{1} is the message + {0}. {1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + {0}/{1} eventos + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}. {2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0} d {1} h + + + {0}h + {0} is the number of hours + {0}h + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0}h {1}m + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0} h {1} m + + + {0}m + {0} is the number of minutes + {0}m + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0}m {1}s + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0} m {1} s + + + {0}ms + {0} is the number of milliseconds + {0}ms + + + {0}ms + {0} is the elapsed time in milliseconds + {0} ms + + + {0}s + {0} is the number of seconds + {0}s + + + {0}s + {0} is the elapsed time in seconds + {0} s + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ Conceder acceso + + + ✅ Grant Access (Current) + ✅ Conceder acceso (actual) + + + ❌ Deny Access + ❌ Denegar acceso + + + ❌ Deny Access (Current) + ❌ Denegar acceso (actual) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 Soy GitHub Copilot para la extensión MSSQL, su asistente inteligente de desarrollo de SQL en Visual Studio Code. Le ayudo a conectar, explorar, diseñar y evolucionar sus bases de datos de SQL directamente desde VS Code. + + + + + + + Add Connection + Agregar conexión + + + Add Connection Group + Agregar grupo de conexiones + + + Add Microsoft Entra Account + Agregar cuenta de Microsoft Entra + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + Permite a los usuarios iniciar sesión en dispositivos con restricciones de entrada. + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + Conecte siempre nuevos editores y abra archivos SQL a la conexión especificada por "mssql.defaultConnectionId". + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + Un tiempo de espera de ejecución de 0 indica una espera ilimitada (sin tiempo de espera) + + + Analyze Query Performance + Analizar el rendimiento de las consultas + + + Application Intent + Intención de aplicaciones + + + Automatically display query results in a new tab instead of the query pane. + Mostrar automáticamente los resultados de la consulta en una nueva pestaña en lugar del panel de consulta. + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + Mostrar automáticamente el panel de resultados al cambiar a un editor con resultados de consulta. Solo se aplica cuando está habilitada la opción "Abrir resultados en la pestaña". + + + Azure MFA + Azure MFA + + + Background Tasks + Tareas en segundo plano + + + Backup Database... + Backup de la base de datos... + + + Build Data API... + API de datos de compilación... + + + Cancel Connection (MSSQL) + Cancelar conexión (MSSQL) + + + Cancel Query (MSSQL) + Cancelar consulta (MSSQL) + + + Cancel Task + Cancelar tarea + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + Lleve la conexión del editor activo a las pestañas del editor de consultas recién abiertas y a los archivos SQL. + + + Change Connection (MSSQL) + Cambiar conexión (MSSQL) + + + Change Database (MSSQL) + Cambiar base de datos (MSSQL) + + + Change Notebook Connection + Cambiar conexión Notebook + + + Change Notebook Database + Cambiar base de datos Notebook + + + Choose SQL handler for this file + Elegir el controlador SQL para este archivo + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + Elija cómo se ajusta el tamaño automático de las columnas de la cuadrícula de resultados (encabezados + datos, solo datos o deshabilitar el ajuste de tamaño automático). + + + Chooses which Authentication method to use + Elige el método de autenticación que se va a usar + + + Clear All Connection Sharing Permissions + Borrar todos los permisos de conexión compartida + + + Clear All Query History + Borrar todo el Historial de consultas + + + Clear Filters + Borrar filtros + + + Clear Finished Tasks + Borrar tareas finalizadas + + + Clear Microsoft Entra account token cache + Borrar caché de tokens de cuenta de Microsoft Entra + + + Clear Pooled Connections + Borrar conexiones agrupadas + + + Command Timeout + Tiempo de espera de comando + + + Compare Schemas... + Comparar esquemas... + + + Configure up to 10 Quick Queries that execute from commands. + Configure hasta 10 Quick Query que se ejecutan desde comandos. + + + Connect (MSSQL) + Conectar (MSSQL) + + + Connect to a SQL Database + Conexión a una base de datos SQL + + + Connection Dialog + Cuadro de diálogo de conexión + + + Connection Timeout + Tiempo de espera de la conexión + + + Connection groups + Grupos de conexiones + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + Los perfiles de conexión definidos en "Configuración de usuario" se muestran bajo el comando "MS SQL: Conectar" en la paleta de comandos. + + + Connections + Conexiones + + + Control which grid lines are visible in the results grid. + Controla qué líneas de la cuadrícula son visibles en la cuadrícula de resultados. + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + Controla cómo se conectan automáticamente las nuevas ventanas del editor de SQL y los archivos SQL abiertos. + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + Controla el número máximo de filas permitidas para filtrar y ordenar en memoria. Si se supera el número, se deshabilitará la ordenación y el filtrado. Advertencia: El incremento de este número puede afectar al rendimiento. + + + Copy All + Copiar todo + + + Copy Cell Messages + Copiar mensajes de celda + + + Copy Connection String + Copiar cadena de conexión + + + Copy Object Name + Copiar nombre de objeto + + + Create Azure Function with SQL binding + Crear Azure Function con enlace SQL + + + Create a Table with Table Designer + Creación de una tabla con el Diseñador de tablas + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + Cree una nueva tabla en su base de datos o edite las tablas existentes con el Diseñador de tablas. +Cuando haya terminado de realizar los cambios, haga clic en el botón 'Publicar' para enviar los cambios a la base de datos. + + + DACPAC/BACPAC Operations... + Operaciones DACPAC/BACPAC... + + + Default view mode for query results display. + Modo de vista predeterminado para mostrar los resultados de la consulta. + + + Delete + Eliminar + + + Delete Connection Group + Eliminar grupo de conexiones + + + Delete SQL Container + Eliminar contenedor de SQL + + + Deploy DACPAC + Implementar DACPAC + + + Disable Actual Plan (MSSQL) + Deshabilitar plan real (MSSQL) + + + Disable Group By Schema + Deshabilitar Agrupar por esquema + + + Disable automatic column sizing + Deshabilitar el ajuste automático de tamaño de columna + + + Disabled + Deshabilitado + + + Disconnect (MSSQL) + Desconectar (MSSQL) + + + Display name for this Quick Query. + Nombre para mostrar de este Quick Query. + + + Display results in a formatted text format. + Mostrar los resultados en un formato de texto con formato. + + + Display results in a tabular grid format (default) + Mostrar los resultados en un formato de cuadrícula tabular (valor predeterminado) + + + Do not auto-connect. You must connect each SQL file manually. + No se conecte automáticamente. Debe conectar cada archivo SQL manualmente. + + + Do not show prompts to display query results in a new tab. + No muestre mensajes para mostrar los resultados de la consulta en una nueva pestaña. + + + Drop Database... + Quitar base de datos... + + + Edit Connection Group + Editar grupo de conexiones + + + Edit Connection Sharing Permissions + Editar permisos de conexión compartida + + + Edit Connection... + Editar conexión... + + + Edit Table Data... + Editar datos de tabla... + + + Enable Actual Plan (MSSQL) + Habilitar plan real (MSSQL) + + + Enable Group By Schema + Habilitar Agrupar por esquema + + + Enable Parameterization for Always Encrypted + Habilitar parametrización de Always Encrypted + + + Enable Query History Capture + Habilitar captura de Historial de consultas + + + Enable SET ANSI_DEFAULTS + Habilitar SET ANSI_DEFAULTS + + + Enable SET ANSI_NULLS + Habilitar SET ANSI_NULLS + + + Enable SET ANSI_NULL_DFLT_ON + Habilitar SET ANSI_NULL_DFLT_ON + + + Enable SET ANSI_PADDING + Habilitar SET ANSI_PADDING + + + Enable SET ANSI_WARNINGS + Habilitar SET ANSI_WARNINGS + + + Enable SET ARITHABORT option + Habilitar la opción SET ARITHABORT + + + Enable SET CURSOR_CLOSE_ON_COMMIT + Habilitar SET CURSOR_CLOSE_ON_COMMIT + + + Enable SET DEADLOCK_PRIORITY option + Habilitar la opción SET DEADLOCK_PRIORITY + + + Enable SET IMPLICIT_TRANSACTIONS + Habilitar SET IMPLICIT_TRANSACTIONS + + + Enable SET LOCK TIMEOUT option (in milliseconds) + Habilitar la opción SET LOCK TIMEOUT (en milisegundos) + + + Enable SET NOCOUNT option + Habilitar la opción SET NOCOUNT + + + Enable SET NOEXEC option + Habilitar la opción SET NOEXEC + + + Enable SET PARSEONLY option + Habilitar la opción SET PARSEONLY + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + Habilitar SET QUERY_GOVERNOR_COST_LIMIT + + + Enable SET QUOTED_IDENTIFIER + Habilitar SET QUOTED_IDENTIFIER + + + Enable SET STATISTICS IO option + Habilitar la opción SET STATISTICS IO + + + Enable SET STATISTICS TIME option + Habilitar la opción SET STATISTICS TIME + + + Enable SET TRANSACTION ISOLATION LEVEL option + Habilitar la opción SET TRANSACTION ISOLATION LEVEL + + + Enable SET XACT_ABORT ON option + Habilitar la opción SET XACT_ABORT ON + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + Habilite los colores de fondo de fila alternos (seccionamiento de cebra) en la cuadrícula de resultados. El color se deriva del tema VS Code actual. + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + Habilitar botones de expandir o contraer en los nodos de la tabla del Diseñador de esquemas cuando las tablas tengan más de 10 columnas + + + Enabled + Habilitado + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + Habilita la agrupación de conexiones para mejorar el rendimiento general de la conectividad. Esta configuración está deshabilitada de forma predeterminada. Visual Studio Code es necesario volver a iniciar cuando se cambia el valor. Para borrar las conexiones agrupadas, ejecute el comando: "MS SQL: Borrar conexiones agrupadas". Nota: Puede mantener activas las bases de datos sin servidor y evitar la pausa automática. + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + Habilita características experimentales en la extensión MSSQL. Las características no están listas para producción y pueden tener errores o problemas. Reinicie Visual Studio Code después de cambiar esta configuración. + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + Habilita la experiencia de cuadrícula de vista previa de los resultados de la consulta con una administración de estado mejorada y más opciones de personalización de columnas, como mostrar, ocultar y inmovilizar columnas. + + + Estimated Plan (MSSQL) + Plan estimado (MSSQL) + + + Execute Query (MSSQL) + Ejecutar consulta (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + Ejecutar selección o instrucción actual (MSSQL) + + + Explain Query + Explicar la consulta + + + Export BACPAC + Exportar BACPAC + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + Relleno vertical adicional en píxeles que se añade a cada fila de la cuadrícula de resultados para controlar la densidad de las filas. Intervalo válido: 0-10. + + + Extract DACPAC + Extraer DACPAC + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + Familiarícese con más características de la extensión MSSQL que pueden ayudarle a ser más productivo. + + + Filter + Filtrar + + + Filter your Object Explorer Tree + Filtrado del árbol del Explorador de objetos + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + Generar script + + + Get Started with MSSQL for Visual Studio Code + Introducción a MSSQL para Visual Studio Code + + + Getting Started Guide + Guía de introducción + + + Hide all grid lines + Ocultar todas las líneas de cuadrícula + + + Import BACPAC + Importar BACPAC + + + Import Data... + Importar datos... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + Iniciar generador de perfiles de consulta... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + Realice una nueva conexión a una base de datos SQL o edite las conexiones existentes con el cuadro de diálogo de conexión. +Puede conectarse a una base de datos escribiendo su información de conexión, usando una cadena de conexión o navegando por sus suscripciones de Azure. +[Abrir cuadro de diálogo de conexión](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + Administrar perfiles de conexión + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + Número máximo de caracteres que se almacenarán para cada valor en columnas XML después de ejecutar una consulta. Valor predeterminado: 2 097 152. Intervalo de valores válido: de 1 a 2 147 483 647. + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + Número máximo de caracteres/bytes que se almacenarán para cada valor en columnas de caracteres o binarios después de ejecutar una consulta. Valor predeterminado: 65 535. Intervalo de valores válido: de 1 a 2 147 483 647. + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + Número máximo de eventos que se conservarán en memoria para Profiler. Cuando se alcanza este límite, se quitan los eventos más antiguos. Aumente este valor si necesita conservar más eventos durante las sesiones de generación de perfiles. + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + Número máximo de archivos antiguos para quitarse en el inicio que tienen expirado el valor mssql.logRetentionMinutes. Los archivos que no se limpien debido a esta limitación se limpiarán la próxima vez que se inicie Azure Data Studio. + + + Maximum number of rows to return before the server stops processing your query. + Número máximo de filas para devolver antes de que el servidor deje de procesar la consulta. + + + Maximum size of text and ntext data returned from a SELECT statement + Tamaño máximo del texto y datos de ntext devueltos por una instrucción SELECT + + + Migrate from Azure Data Studio + Migrar desde Azure Data Studio + + + Modify Table Structure... + Modificar estructura de tabla... + + + New Database... + Nueva base de datos... + + + New Deployment + Implementación nueva + + + New Query + Nueva consulta + + + New Query + Nueva consulta + + + New SQL Notebook + Nuevo Notebook de SQL + + + New Table + Nueva tabla + + + Next Steps with MSSQL for Visual Studio Code + Pasos siguientes con MSSQL para Visual Studio Code + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + Número de minutos para conservar los archivos de registro para los servicios back-end. El valor predeterminado es 1 semana. + + + Number of query history entries to show in the Query History view + Número de entradas del historial de consultas que se mostrarán en la vista Historial de consultas + + + Object Explorer filters + Filtros del Explorador de objetos + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + Vea solo los objetos de la base de datos que más le interesan aplicando filtros al árbol del Explorador de objetos. +Empiece haciendo clic en el botón de filtro situado junto a la mayoría de las carpetas en la vista Conexiones. + + + Open Changelog + Abrir registro de cambios + + + Open Execution Plan File + Abrir archivo de plan de ejecución + + + Open New Query and Connect + Abrir nueva consulta y conectar + + + Open Query + Abrir consulta + + + Open Query History in Command Palette + Abrir Historial de consultas en la paleta de comandos + + + Open Query Profiler (Preview) XEL File + Abrir el archivo XEL del generador de perfiles de consulta (versión preliminar) + + + Open Shortcuts Configuration + Abrir configuración de accesos directos + + + Open Task Result + Abrir resultado de tarea + + + Open in GitHub Copilot Agent + Abrir en el agente de GitHub Copilot + + + Open in GitHub Copilot Chat + Abrir en GitHub Copilot Chat + + + Open in MSSQL extension + Abrir en la extensión MSSQL + + + Pause Query History Capture + Pausar la captura del historial de consultas + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + Evite la ejecución automática de scripts (por ejemplo, "Seleccionar los 1000 primeros"). Al activarlo, los scripts no se ejecutan automáticamente al generarse. + + + Prompts users to sign in using their browser. + Pide a los usuarios que inicien sesión con su navegador. + + + Query History + Historial de consultas + + + Query Results + Resultados de la consulta + + + Query editor and query results pane + Editor de consultas y panel de resultados de consultas + + + Query plan visualization + Visualización del plan de consulta + + + Refresh + Actualizar + + + Refresh IntelliSense Cache + Actualizar caché de IntelliSense + + + Remove Connection + Quitar conexión + + + Remove Microsoft Entra Account + Quitar cuenta de Microsoft Entra + + + Rename Database... + Cambiar nombre de base de datos... + + + Replication + Replicación + + + Restore Database... + Restaurar base de datos... + + + Reveal Query Result (MSSQL) + Mostrar resultado de consulta (MSSQL) + + + Rewrite Query + Reescribir consulta + + + Run Query + Ejecutar consulta + + + Run Quick Query 1 + Ejecutar Quick Query 1 + + + Run Quick Query 10 + Ejecutar Quick Query 10 + + + Run Quick Query 2 + Ejecutar Quick Query 2 + + + Run Quick Query 3 + Ejecutar Quick Query 3 + + + Run Quick Query 4 + Ejecutar Quick Query 4 + + + Run Quick Query 5 + Ejecutar Quick Query 5 + + + Run Quick Query 6 + Ejecutar Quick Query 6 + + + Run Quick Query 7 + Ejecutar Quick Query 7 + + + Run Quick Query 8 + Ejecutar Quick Query 8 + + + Run Quick Query 9 + Ejecutar Quick Query 9 + + + Run a SQL Query + Ejecución de una consulta SQL + + + SQL Container Name + Nombre del contenedor de SQL + + + SQL Container Version + Versión del contenedor de SQL + + + SQL Server Extended Events Log + Registro de eventos extendidos de SQL Server + + + SQL Tools (MSSQL) + Herramientas de SQL (MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + Texto SQL para este Quick Query. Use {arg} para insertar el texto seleccionado del editor de consultas; de lo contrario, se anexa. + + + Script as Alter + Script como Alter + + + Script as Create + Script como crear + + + Script as Drop + Script como anular + + + Script as Execute + Script como ejecutar + + + Search Database Objects... + Buscar objetos de base de datos... + + + Select Top 1000 + Seleccionar los primeros 1000 + + + Selected Azure subscriptions for browsing and managing servers and databases + Suscripciones de Azure seleccionadas para examinar y administrar servidores y bases de datos + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + Áreas de trabajo de Microsoft Fabric seleccionadas para examinar y administrar bases de datos SQL + + + Send Feedback + Enviar comentarios + + + Set the font family for the results grid; set to blank to use the editor font + Establecer la familia de fuentes para la cuadrícula de resultados; dejar en blanco para usar la fuente del editor + + + Set the font size for the results grid; set to blank to use the editor size + Establecer el tamaño de la fuente para la cuadrícula de resultados; dejar en blanco para usar el tamaño del editor + + + Shortcuts handled inside MSSQL views + Accesos directos controlados dentro de las vistas de MSSQL + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + ¿Deben mostrarse las columnas BIT como números (1 o 0)? Si es false, las columnas BIT se mostrarán como "true" o "false". + + + Should IntelliSense be enabled + Indica si debe habilitarse IntelliSense. + + + Should IntelliSense error checking be enabled + Indica si debe habilitarse la comprobación de errores de IntelliSense. + + + Should IntelliSense quick info be enabled + Indica si debe habilitarse la información rápida de IntelliSense. + + + Should IntelliSense suggestions be enabled + Indica si deben habilitarse las sugerencias de IntelliSense. + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + La información de identificación personal debe registrarse en el canal de salida de los registros de Azure y en el archivo de registro del canal de salida. + + + Should Query History feature be enabled + ¿Debería habilitarse la característica Historial de consultas? + + + Should language service be auto-disabled when extension detects Non-MSSQL files + ¿Debe deshabilitarse automáticamente el servicio de lenguaje cuando la extensión detecte archivos que no son de MSSQL? + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + Indica si deben guardarse las posiciones de desplazamiento y las selecciones de resultados de consulta al cambiar las pestañas (puede afectar al rendimiento). + + + Show both horizontal and vertical grid lines + Mostrar líneas de cuadrícula horizontales y verticales + + + Show changelog after extension updates + Mostrar el registro de cambios tras las actualizaciones de la extensión + + + Show only horizontal grid lines + Mostrar solo líneas de cuadrícula horizontales + + + Show only vertical grid lines + Mostrar solo líneas de cuadrícula verticales + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + Muestra los detalles de la conexión SQL activa como una sugerencia de CodeLens en la parte superior del editor para una rápida visibilidad. + + + Sort and Filter Query Results + Ordenar y filtrar los resultados de la consulta + + + Sort and filter options for query results + Opciones de ordenación y filtrado para los resultados de la consulta + + + Sort and filter your query results to find the data you need quickly. + Ordene y filtre los resultados de la consulta para encontrar rápidamente los datos que necesita. + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + Equivalente en nube soberana para ".crm.dynamics.com" (incluido el punto inicial) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + Equivalente en nube soberana de ".database.fabric.microsoft.com" (incluido el punto inicial) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + Equivalente en nube soberana de ".database.windows.net" (incluido el punto inicial) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + Equivalente en nube soberana de ".datawarehouse.fabric.microsoft.com" (incluido el punto inicial) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + Equivalente en nube soberana de ".sql.azuresynapse.net" (incluido el punto inicial) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + Equivalente en nube soberana de "https://analysis.windows.net/powerbi/api/" + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + Equivalente en nube soberana de "https://api.fabric.microsoft.com/v1/" + + + Sovereign cloud equivalent for `https://database.windows.net/` + Equivalente en nube soberana de "https://database.windows.net/" + + + Sovereign cloud equivalent for `https://vault.azure.net/` + Equivalente en nube soberana de "https://vault.azure.net/" + + + Start Query History Capture + Iniciar la captura del historial de consultas + + + Start SQL Container + Iniciar contenedor de SQL + + + Stop SQL Container + Detener contenedor de SQL + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + Diseñador de tablas + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + Almacene temporalmente las contraseñas de las conexiones con la opción "Contraseñas guardadas" deshabilitada, hasta que se reinicie la extensión. Esto evita que se repitan las solicitudes de contraseña al reutilizar las conexiones dentro de la misma sesión. + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + Identificador (GUID) del perfil de conexión que se va a usar cuando "mssql.newEditorConnectionBehavior" se establece en "defaultConnection". El identificador de conexión se puede encontrar en el settings.json en "mssql.connections". + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + La configuración personalizada adicional específica para MSSQL de la nube soberana que se va a usar con el proveedor de autenticación de Microsoft Sovereign Cloud. Esto, además de configurar "microsoft-sovereign-cloud.environment" en "custom" y proporcionar valores para "microsoft-sovereign-cloud.customEnvironment", es necesario para usar esta función con MSSQL. + + + The color of the connection group. + Color del grupo de conexiones. + + + The description of the connection group. + Descripción del grupo de conexiones. + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + Número máximo de caracteres que se mostrarán para la información de conexión en la barra de estado. Establezca -1 para no tener límite. + + + The maximum number of recently used connections to store in the connection list. + Número máximo de conexiones usadas recientemente que se van a almacenar en la lista de conexiones. + + + The name of the connection group. + Nombre del grupo de conexiones. + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + Tiempo de espera en segundos para expandir un nodo en Explorador de objetos. El valor predeterminado es 45 segundos. + + + The unique identifier for the connection group this connection profile belongs to. + Identificador único del grupo de conexiones al que pertenece este perfil de conexión. + + + The unique identifier for the connection group. + Identificador único del grupo de conexiones. + + + The unique identifier for the parent connection group. + Identificador único del grupo de conexiones primario. + + + The unique identifier for this connection profile. + Identificador único de este perfil de conexión. + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + Esta configuración está en desuso. Use "mssql.newEditorConnectionBehavior" en su lugar. La extensión migrará automáticamente esta configuración al iniciarse. + + + This setting will be removed in a future release. + Esta configuración se quitará en una versión futura. + + + Toggle Actual Plan + Alternar plan real + + + Toggle Query Result Panel Visibility (MSSQL) + Alternar visibilidad del panel de resultados de la consulta (MSSQL) + + + Toggle SQLCMD Mode + Alternar modo SQLCMD + + + True for the messages pane to be open by default; false for closed + True para que el panel de mensajes se abra de forma predeterminada; false para que esté cerrado. + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + Comprenda qué está haciendo su consulta viendo el plan de consulta. +Vea el plan estimado sin ejecutar la consulta, o vea el plan de consulta real después de ejecutar la consulta alternando los botones en la parte superior de la ventana del editor de consultas. + + + Use Database + Usar la base de datos + + + Use column headers and data to size columns automatically + Usar encabezados y datos de columna para ajustar el tamaño de las columnas automáticamente + + + Use only column headers to size columns automatically + Usar solo encabezados de columna para ajustar el tamaño de las columnas automáticamente + + + Use only row data to size columns automatically + Usar solo datos de fila para ajustar el tamaño de las columnas automáticamente + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + Usa las cuentas con sesión iniciada en VS Code para la autenticación MFA de Microsoft Entra ID en SQL. Reinicie Visual Studio Code después de cambiar esta configuración. + + + View Task Logs + Ver registros de tareas + + + Visualize a Query Plan + Visualización de un plan de consulta + + + Visualize and Design Schema... + Visualizar y diseñar esquema... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + Cuando está habilitado, Copiar todo en el panel Mensajes del resultado de la consulta incluye marcas de tiempo de mensaje. + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + Cuando está habilitada, transfiera automáticamente la conexión activa a los archivos SQL recién abiertos. Cuando se deshabilita, debe conectarse explícitamente a una base de datos para cada archivo SQL. + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + Cuando se habilita, colorea el elemento de la barra de estado de la conexión con el color del grupo de conexión. Esta configuración está deshabilitada de forma predeterminada. Esto usa el color de la carpeta del grupo de conexiones directamente y no lo modifica para garantizar el contraste con el tema VS Code actual. Los usuarios deben elegir colores del grupo de conexiones que funcionen bien con su tema. + + + When enabled, connection groups will be collapsed instead of expanded at startup. + Cuando se habilita, los grupos de conexiones se contraerán en lugar de expandirse al inicio. + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + Cuando está habilitada, las exportaciones de resultados de consulta guardadas se abren después de la exportación. Las exportaciones de Excel se abren con el controlador de archivos del sistema; las exportaciones de texto se abren en VS Code. + + + When enabled, the database objects in Object Explorer will be categorized by schema. + Cuando se habilita, los objetos de base de datos del Explorador de objetos se clasificarán por esquema. + + + Windows Authentication + Autenticación de Windows + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + Escriba una consulta SQL y ejecútela en la base de datos. +También puedes hacer clic en el botón 'Abrir en nueva pestaña' para ver los resultados de su consulta en su propia pestaña y, opcionalmente, establecerlo como comportamiento predeterminado. + + + Your first steps for connecting to and developing with a SQL database + Los primeros pasos para conectarse y desarrollar con una base de datos SQL + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [Opcional] Número no negativo que se usa para ordenar este grupo de conexiones en la barra lateral del Explorador de objetos. Los grupos con un valor de "order" se muestran primero, de menor a mayor; el resto de los grupos sigue en orden alfabético. + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [Opcional] Número no negativo que se usa para ordenar esta conexión en la barra lateral del Explorador de objetos. Las conexiones con un valor de "order" se muestran primero, de menor a mayor; el resto de las conexiones sigue en orden alfabético. + + + [Optional] Character used for enclosing text fields when saving results as CSV + [Opcional] Carácter que se usa para delimitar los campos de texto al guardar los resultados como CSV. + + + [Optional] Character(s) used for separating rows when saving results as CSV + [Optional] Caracteres que se usan para separar las filas al guardar los resultados como CSV. + + + [Optional] Configuration options for copying multi-line results from the Results View + [Opcional] Opciones de configuración para copiar los resultados de varias líneas de la vista de resultados. + + + [Optional] Configuration options for copying results from the Results View + [Opcional] Opciones de configuración para copiar los resultados de la vista de resultados. + + + [Optional] Configuration options for which column new result panes should open in + [Opcional] Opciones de configuración en las que deben abrirse los paneles de resultados nuevos de columna + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [Opcional] Declara el tipo de carga de trabajo de la aplicación al conectarse a SQL Server, como ReadWrite o ReadOnly. Para obtener más detalles, consulte SQL Server AlwaysOn. + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [Opcional] Delimitador para separar los elementos de datos al guardar los resultados como CSV. Elija entre separadores comunes, como coma (,), tabulación (\t), punto y coma (;) o barra vertical (|) + + + [Optional] Do not show unsupported platform warnings + [Opcional] No mostrar advertencias de plataformas no compatibles + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [Opcional] Codificación de archivo que se usa al guardar los resultados como CSV. Elija entre UTF-8 (recomendado), UTF-16, ASCII o Latin-1 en función de la compatibilidad de la aplicación de destino + + + [Optional] Indicates the SQL Server language settings. + [Opcional] Indica la configuración de idioma de SQL Server. + + + [Optional] Indicates the name of local docker container the connection is on + [Opcional] Indica el nombre del contenedor Docker local en el que se encuentra la conexión + + + [Optional] Indicates whether this profile has an empty password explicitly set + [Opcional] Indica si este perfil tiene una contraseña vacía establecida explícitamente. + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [Opcional] Indica qué tipo de servidor expondrá el proveedor a través de DataReader. + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [Opcional] Registre la salida de depuración en la consola de VS Code (Ayuda -> Alternar herramientas de desarrollo). + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [Opcional] El nivel de registro para servicios back-end. Azure Data Studio genera un nombre de archivo cada vez que se inicia y, si el archivo ya existe, las entradas de registros se anexan a ese archivo. Para la limpieza de archivos de registro antiguos, consulte la configuración de logRetentionMinutes y logFilesRemovalLimit. El valor predeterminado tracingLevel no registra mucho. El cambio de detalle podría dar lugar a amplios requisitos de registro y espacio en disco para los registros. Error incluye Crítico, Advertencia incluye Error, Información incluye Advertencia y Detallado incluye Información. + + + [Optional] Should execution time be shown for individual batches + [Opcional] Indica si debe mostrarse el tiempo de ejecución para los lotes individuales. + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [Opcional] Especifique un nombre personalizado para este perfil de conexión a fin de navegar y buscar fácilmente en la paleta de comandos de Visual Studio Code. + + + [Optional] Specify the SQL Server authentication type. + [Opcional] Especifique el tipo de autenticación de SQL Server. + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [Opcional] Especifique el nombre de la base de datos con la que se va a conectar. Si no se especifica la base de datos, se usa la configuración de base de datos de usuario predeterminada, que suele ser "maestra". + + + [Optional] Specify the delay between attempts to restore connection. + [Opcional] Especifique el retraso entre intentos para restaurar la conexión. + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [Opcional] Especifique el tiempo en segundos que se esperará a que se ejecute un comando antes de finalizar el intento y generar un error. El valor predeterminado es 30 segundos. + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [Opcional] Especifique el tiempo en segundos que se debe esperar para establecer una conexión con el servidor antes de finalizar el intento de conexión y generar un error. El valor predeterminado es 30 segundos. + + + [Optional] Specify the maximum number of connections allowed in the pool. + [Opcional] Especifique el número máximo de conexiones permitidas en el grupo. + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [Opcional] Especifique la cantidad mínima de tiempo, en segundos, que esta conexión residirá en el grupo antes de quitarla o eliminarla. + + + [Optional] Specify the minimum number of connections allowed in the pool. + [Opcional] Especifique el número mínimo de conexiones permitidas en el grupo. + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [Opcional] Especifique el nombre de la aplicación que se usa para el registro de SQL Server (valor predeterminado: "vscode-mssql"). + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [Opcional] Especifique el nombre del archivo principal, incluido el nombre completo de la ruta de acceso, de una base de datos que se puede asociar. + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [Opcional] Especifique el nombre de la estación de trabajo que se conecta a SQL Server. + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [Opcional] Especificar el nombre o la dirección de red de la instancia de SQL Server que actúa como asociado de conmutación por error. + + + [Optional] Specify the number of attempts to restore connection. + [Opcional] Especifique el número de intentos para restaurar la conexión. + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [Opcional] Especifique la contraseña para la autenticación de SQL Server. Si la contraseña no se especifica o ya está guardada, se le volverá a pedir al conectarse. + + + [Optional] Specify the port number to connect to. + [Opcional] Especifique el número de puerto con el que se va a conectar. + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [Opcional] Especifique el tamaño en bytes de los paquetes de red para comunicarse con SQL Server. + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [Opcional] Especifique el nombre de usuario para la autenticación de SQL Server. Si no se especifica el nombre de usuario, se le volverá a pedir al conectarse. + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [Opcional] Cadena de conexión de ADO.NET que se va a usar. Reemplaza cualquier otra opción dada en esta conexión. + + + [Optional] Used by SQL Server in replication. + [Opcional] Utilizada por SQL Server en la replicación. + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [Opcional] Cuando es "Mandatory" o "Strict", SQL Server usa cifrado SSL para todos los datos enviados entre el cliente y el servidor si el servidor tiene un certificado instalado. Cuando se establece en "Strict", SQL Server usa TDS 8.0 para toda la transferencia de datos entre el cliente y el servidor. El cifrado "Strict" se admite en SQL Server 2022 y posteriores. + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [Opcional] Si se establece en "true"', se pueden devolver varios conjuntos de resultados y leerlos desde una conexión. + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [Opcional] Si se establece en "true", se confía automáticamente en el certificado SSL de SQL Server cuando el nivel de comunicación se cifra con SSL. Establézcalo en "false" para la conexión con base de datos de Azure SQL. + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [Opcional] Cuando se establece en "verdadero", el objeto de conexión se extrae del grupo adecuado o, si es necesario, se crea y se agrega al grupo adecuado. Nota: Puede mantener activas las bases de datos sin servidor y evitar la pausa automática. + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [Opcional] Si se establece en "true", la detección del servidor activo y la conexión con este es más rápida si el grupo de disponibilidad AlwaysOn está configurado en distintas subredes. + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [Opcional] Si se establece en "true", la contraseña para la autenticación de SQL Server se guarda en el almacén seguro del sistema operativo, como KeyChain en MacOS o Almacenamiento seguro en Windows. + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [Opcional] Si se establece como "false", no se devuelve información confidencial de seguridad, como la contraseña, como parte de la conexión si esta está abierta o lo ha estado alguna vez. + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [Opcional] Cuando se especifica (y encrypt=Mandatory y trustServerCertificate=false), SQL Server usa el nombre de host proporcionado para validar la confianza con el certificado de servidor. + + + [Optional] When true, column headers are included when saving results as CSV + [Opcional] Si se establece en true, los encabezados de columna se incluyen al guardar los resultados como CSV. + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [Obligatorio] Especifique el nombre del servidor con el que se va a conectar. Use 'hostname instance' o '<server>.database.windows.net' para la base de datos de Azure SQL. + + + auth + Auth + + + database + base de datos + + + port + puerto + + + server + servidor + + + user + usuario + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.fr.xlf b/localization/xliff/vscode-mssql.fr.xlf index 5486145b51..f6bf859b0e 100644 --- a/localization/xliff/vscode-mssql.fr.xlf +++ b/localization/xliff/vscode-mssql.fr.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - est obligatoire. - - - $(check) Copied messages - $(check) Messages copiés - - - $(plug) Connect to MSSQL - $(plug) Se connecter à MSSQL - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - « mssql.newEditorConnectionBehavior » est défini sur « defaultConnection », mais « mssql.defaultConnectionId » n’est pas configuré. Les nouveaux éditeurs retourneront vers le transfert de la connexion active. - - - '{0}' started. - {0} is the service name - « {0} » a démarré. - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <Default> - - - <default> - <default> - - - (0 rows affected) - (0 ligne affectée) - - - (0 rows) - (0 ligne) - - - (1 row affected) - (1 ligne affectée) - - - (Command completed successfully) - (La commande a bien été exécutée) - - - (current) - (actuel) - - - (empty) - (vide) - - - ({0} row(s) affected) - {0} is the number of rows affected - ({0} ligne(s) concernée(s)) - - - ({0} row) - {0} is the number of rows (singular) - ({0} ligne) - - - ({0} rows affected) - {0} is the number of rows affected - ({0} lignes affectées) - - - ({0} rows) - {0} is the number of rows (plural) - ({0} lignes) - - - + Add Azure Account - + Ajouter un compte Azure - - - + Add Fabric Account - + Ajouter un compte Fabric - - - + Create Connection Group - Créer un groupe de connexion - - - - - - - - - 0 rows - 0 lignes - - - 0 rows returned - 0 lignes retournées - - - 1 - 1 - - - 1 row - 1 ligne - - - 1 row returned - 1 ligne retournée - - - 100K vCore seconds - 100 000 secondes vCore - - - 32 GB - 32 Go - - - 32 GB storage + 32 GB backup - 32 Go de stockage + 32 Go de sauvegarde - - - 60 min - 60 min - - - = - = - - - A SQL editor must have focus before executing this command - L’éditeur SQL doit avoir le focus pour exécuter cette commande - - - A connection is already being established. Please wait for it to complete before running a query. - Une connexion est déjà établie. Veuillez attendre qu’elle se termine avant d’exécuter une requête. - - - A database with this name already exists on the server - Une base de données portant ce nom existe déjà sur le serveur - - - A firewall rule is required to access this server. - Une règle de pare-feu est nécessaire pour accéder à ce serveur. - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - Base de données transactionnelle hautement intégrée, prête pour les développeurs, qui effectue une mise à l’échelle automatique, ajuste automatiquement et met en miroir des données dans OneLake à des fins d’analytique dans les services Fabric - - - A predefined global default value for the column or binding. - Une valeur par défaut globale prédéfinie pour la colonne ou la liaison. - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - Une requête est déjà en cours d’exécution pour cette session d’éditeur. Annulez-la ou attendez qu’elle se termine. - - - A required .NET runtime could not be found or installed. - Un runtime .NET requis n'a pas pu être trouvé ou installé. - - - API Type - Type d’API - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - Accélérer l’évolution du schéma en générant automatiquement les migrations ORM ou les scripts de modification T-SQL - - - Accept - Accepter - - - Accept All - Tout accepter - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - Accepter le CLUF SQL Server pour déployer un conteneur Docker SQL Server - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - L’accès est refusé. Veuillez vérifier que vous disposez des autorisations nécessaires pour utiliser cet outil ou ce modèle. - - - Access to the XEL file was denied. - L’accès au fichier XEL a été refusé. - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Le jeton d’accès a expiré pour la connexion {0} avec l’URI {1} - - - Account - Compte - - - Account not found - Compte introuvable - - - Action - Action - - - Action Type - Type d’action - - - Actions - Actions - - - Active filters: - Filtres actifs : - - - Actual Elapsed CPU Time - Temps processeur réel écoulé - - - Actual Elapsed Time - Temps réel écoulé - - - Actual Number of Rows For All Executions - Nombre réel de lignes pour toutes les exécutions - - - Add - Ajouter - - - Add Account - Ajouter un compte - - - Add Column - Ajouter une colonne - - - Add Connection - Ajouter une connexion - - - Add Firewall Rule - Ajouter une règle de pare-feu - - - Add Firewall Rule to {0} - {0} is the server name - Ajouter une règle de pare-feu à {0} - - - Add MCP server to workspace configuration - Ajouter un serveur MCP à la configuration de l’espace de travail - - - Add Row - Ajouter une ligne - - - Add Server Connection - Ajouter une Connexion au serveur - - - Add Table - Ajouter une table - - - Add a Microsoft Entra account... - Ajouter un compte Microsoft Entra... - - - Add account - Ajouter un compte - - - Add filter - Ajouter un filtre - - - Add filters to modify the SQL query - Ajoutez des filtres pour modifier la requête SQL - - - Add my client IP ({0}) - {0} is the IP address of the client - Ajouter mon adresse IP cliente ({0}) - - - Add my subnet IP range - Ajouter la plage d'adresses IP de mon sous-réseau - - - Add new column - Ajouter une nouvelle colonne - - - Add new foreign key - Ajouter une nouvelle clé étrangère - - - Add tag - Ajoutez une balise - - - Add to VS Code - Ajouter à VS Code - - - Add to favorites - Ajouter aux favoris - - - Add to workspace - Ajouter à l'espace de travail - - - Added - Ajouté - - - Added column '{0}' - {0} is the column name - Colonne « {0} » ajoutée - - - Added foreign key '{0}' - {0} is the foreign key name - Clé étrangère « {0} » ajoutée - - - Additional parameters - Paramètres supplémentaires - - - Additional usage beyond the free amount will be charged at serverless rates. - Toute utilisation au-delà du quota gratuit sera facturée aux tarifs serverless. - - - Admin Password - Mot de passe d'administrateur - - - Admin Username - Nom d'utilisateur de l'administrateur - - - Advanced - Avancé - - - Advanced Backup Options - Options avancées de sauvegarde - - - Advanced Connection Settings - Paramètres de connexion avancés - - - Advanced Entity Configuration - Configuration avancée d’entité - - - Advanced Options - Options avancées - - - Advanced Publish Options - Options de publication avancées - - - Advanced restore options - Options de restauration avancées - - - After - Après - - - All - Tout - - - All Files (*.*) - Tous les fichiers (*.*) - - - All Schemas - Tous les schémas - - - All files - Tous les fichiers - - - All permissions for extensions to access your connections have been cleared. - Toutes les autorisations d’accès à vos connexions pour les extensions ont été effacées. - - - All selected - Tous les éléments sélectionnés - - - All severities - Tous les niveaux de gravité - - - Allow Null - Autoriser une valeur Null - - - Allow Nulls - Autoriser les valeurs nulles - - - Allow null - Autoriser les valeurs nulles - - - Allow this extension to access your connections - Autoriser cette extension à accéder à vos connexions - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - Permet aux clients MCP d'utiliser des outils génériques de création, lecture, mise à jour et suppression pour cette table. - - - Alphabetical - Ordre alphabétique - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - Déjà utilisé par {0} - - - Alter - Modifier - - - Always Encrypted - Always Encrypted - - - Always show in new tab - Toujours afficher dans un nouvel onglet - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - Référence de connexion ambiguë. Veuillez ne fournir qu'un seul des éléments suivants : connectionId ou connectionName. - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - Une connexion active est nécessaire pour que GitHub Copilot comprenne votre schéma de base de données et puisse continuer. -Sélectionnez « {0} » pour établir une connexion. - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - Une erreur s’est produite lors de l’actualisation des nœuds. Pour plus d’informations, consultez le canal de sortie MSSQL. - - - An error occurred while copying results: {0} - {0} is the error message - Une erreur s’est produite lors de la copie des résultats : {0} - - - An error occurred while loading data. - Une erreur s'est produite lors du chargement des données. - - - An error occurred while processing your request. - Une erreur s'est produite lors du traitement de votre demande. - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - Une erreur s’est produite lors de la suppression du compte Microsoft Entra : {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - Une erreur s’est produite pendant la récupération des lignes : {0} - - - An error occurred: {0} - {0} is the error message - Une erreur s'est produite : {0} - - - An unexpected error occurred - Une erreur inattendue s\'est produite - - - An unexpected error occurred with the language model. Please try again. - Une erreur inattendue s’est produite avec le modèle de langage. Veuillez réessayer. - - - An unknown error occurred. Please try again. - Une erreur inconnue s’est produite. Veuillez réessayer. - - - Analytics-ready by default - Prêt pour l’analyse par défaut - - - Analyze static code with customizable rulesets in SQL Database Projects. - Analysez du code statique avec des ensembles de règles personnalisables dans les projets SQL Database. - - - And - Et - - - Anonymous - Anonyme - - - Append to the existing backup set - Ajouter au jeu de sauvegarde existant - - - Application (Client) ID - ID d’application (client) - - - Application (Client) ID is required. - L’ID d’application (client) est requis. - - - Application Intent - Intention de l’application - - - Application Name - Nom de l'application - - - Application Version - Version de l'application - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - La version de l’application doit être au format n.n.n ou n.n.n.n où n est un nombre (par exemple, 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - La version de l’application doit être au format n.n.n.n, où n est un nombre (par exemple, 1.0.0.0) - - - Apply - Appliquer - - - Apply Changes - Appliquer les modifications - - - Apply changes to target - Appliquer les changements à la cible - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - Appliquer des suggestions contextuelles pour la syntaxe SQL, les relations et les contraintes - - - Apply failed. Fix the error and retry, or run Schema Compare again. - Échec de l’application. Corrigez l’erreur et réessayez, ou exécutez de nouveau Comparer les schémas. - - - Applying changes, this might take a while... - Application des modifications, cela peut prendre un certain temps... - - - Approve - Approuver - - - Are you sure you want to cancel this background task? - Êtes-vous sûr de vouloir annuler cette tâche en arrière-plan ? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - Voulez-vous vraiment fermer la session en cours ? Tous les événements capturés seront perdus. Vous pouvez exporter les événements au format CSV à partir de la barre d’outils avant de la fermer. - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - Voulez-vous vraiment supprimer le conteneur {0} ? Cette opération supprimera le conteneur et sa connexion de VS Code. - - - Are you sure you want to delete the selected items? - Voulez-vous vraiment supprimer les éléments sélectionnés ? - - - Are you sure you want to delete {0}? - {0} is the group name - Voulez-vous vraiment supprimer {0} ? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - Voulez-vous vraiment supprimer {0} ? Vous pouvez également supprimer ses connexions ou les déplacer vers le dossier racine. - - - Are you sure you want to disconnect? - Voulez-vous vraiment vous déconnecter ? - - - Are you sure you want to remove {0}? - {0} is the node label - Voulez-vous vraiment supprimer {0} ? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - Voulez-vous vraiment annuler toutes les modifications de Copilot ? Cela rétablit toutes les modifications suivies à leur état d’origine. - - - Are you sure you want to update the target? - Voulez-vous vraiment mettre à jour la cible ? - - - Are you sure you want to {0}? - {0} is the action being confirmed - Voulez-vous vraiment {0} ? - - - Are you sure? - Êtes-vous sûr(e) ? - - - Ask GitHub Copilot to Fix - Demander à GitHub Copilot d’effectuer des corrections - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - Posez des questions ou proposez des modifications de schéma dans la conversation, et GitHub Copilot met instantanément à jour le schéma dans le diagramme. - - - At least one API type must be selected. - Vous devez sélectionner au moins un type d’API. - - - Auth type - Type d’authentification - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - Authentifiez-vous en utilisant un principal de service Microsoft Entra. Entrez l’ID d’application (client) en tant que nom d’utilisateur et la clé secrète client comme mot de passe. Cliquez sur l’icône Informations pour en savoir plus. - - - Authenticated - Authentifié - - - Authentication - Authentification - - - Authentication Library has changed, please reload Visual Studio Code. - La bibliothèque d’authentification a changé, veuillez recharger Visual Studio Code. - - - Authentication Type - Type d’authentification - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - Une erreur d’authentification s’est produite pour le compte « {0} » (locataire « {1} »). Pour résoudre ce problème, vous devez effacer votre cache de jetons. Cela entraînera votre déconnexion de tous les comptes connectés. - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - Erreur d’authentification d’un compte. Pour résoudre ce problème, vous devez effacer votre cache de jetons. Cela entraînera votre déconnexion de tous les comptes connectés. - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - L’authentification a échoué en raison d’une incompatibilité de nonce, fermez Azure Data Studio et réessayez. - - - Authentication failed due to a state mismatch, please close ADS and try again. - L’authentification a échoué en raison d’une incompatibilité d’état. Veuillez fermer ADS, puis réessayez. - - - Authentication not supported - L’authentification n’est pas prise en charge - - - Auto Arrange - Réorganisation automatique - - - Auto Arrange Confirmation - Confirmation de la disposition automatique - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - La disposition automatique repositionne tous les éléments du diagramme en fonction d’algorithmes de disposition optimaux. Tout positionnement personnalisé créé sera perdu. Voulez-vous procéder à la disposition automatique de votre diagramme de schéma ? - - - Auto-pause - Mettre en pause automatique - - - Auto-pause the database until next month - Mettre la base de données en pause automatique jusqu'au mois prochain - - - Auto-scroll - Défilement automatique - - - Auto-scroll disabled - Le défilement automatique est désactivé - - - Auto-scroll enabled - Le défilement automatique est activé - - - Automatic tuning features like automatic index creation enabled by default. - Fonctionnalités de réglage automatique telles que la création d’index automatique activée par défaut. - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - Sélectionne automatiquement une identité Microsoft Entra ID disponible parmi les fournisseurs installés sur votre système. Cliquez sur l'icône d'information pour en savoir plus. - - - Available Servers - Serveurs disponibles - - - Average: {0} - {0} is the average - Moyenne : {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - Moyenne : {0}, nombre : {1}, somme : {2} - - - Avg - Moy - - - Azure (China) - Azure (Chine) - - - Azure (Public) - Azure (Public) - - - Azure (US Government) - Azure (US Government) - - - Azure Account - Compte Azure - - - Azure Account is required - Le compte Azure est obligatoire - - - Azure Code Grant - Octroi de code Azure - - - Azure Data Studio Migration - Migration Azure Data Studio - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Azure Data Studio Migration Toolkit – Inclut désormais le mappage de touches ! - - - Azure Data Studio settings file - Fichier de paramètres Azure Data Studio - - - Azure Databases - Bases de données Azure - - - Azure Device Code - Code d’appareil Azure - - - Azure MFA - Authentification multifacteur Azure - - - Azure SQL Database is not supported for backup. - Azure SQL Database n’est pas pris en charge pour la sauvegarde. - - - Azure SQL Database is not supported for restore. - Azure SQL Database n’est pas pris en charge pour la restauration. - - - Azure SQL Managed Instance - Azure SQL Managed Instance - - - Azure SQL Server - Azure SQL Server - - - Azure SQL databases provisioning - Approvisionnement des bases de données Azure SQL - - - Azure Subscriptions - Abonnements Azure - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - Le compte Azure « {0} » n'a pas été trouvé. Connectez-vous avec le compte correct ou sélectionnez-en un autre. - - - Azure sign in failed. - La connexion Azure a échoué. - - - Azure subscription not found in cache. - Nous n’avons pas pu trouver l’abonnement Azure dans le cache. - - - Azure: Sign In - Azure : Se connecter - - - Azure: Sign In to Azure Cloud - Azure : Connexion au cloud Azure - - - Azure: Sign In with Device Code - Azure : Connexion avec un code d’appareil - - - BACPAC exported successfully - BACPAC exporté avec succès - - - BACPAC exported successfully to '{0}' - {0} is the file path - BACPAC a été correctement exporté vers « {0} » - - - BACPAC imported successfully - BACPAC importé avec succès - - - BACPAC imported successfully to database '{0}' - {0} is the database name - BACPAC a été correctement importé dans la base de données « {0} » - - - Back - Précédent - - - Back to Schema - Retour au schéma - - - Back to preview - Retour à la préversion - - - Backup - Sauvegarde - - - Backup Database - {0} - {0} is the database name - Sauvegarder la base de données - {0} - - - Backup File - Fichier de sauvegarde - - - Backup Files - Fichiers de sauvegarde - - - Backup Files (*.bak, *.log, *.trn) - Fichiers de sauvegarde (*.bak, *.log, *.trn) - - - Backup Location - Emplacement de sauvegarde - - - Backup Name - Nom de sauvegarde - - - Backup Storage Redundancy - Redondance du stockage de sauvegarde - - - Backup Type - Type de sauvegarde - - - Backup sets to restore - Jeux de sauvegarde à restaurer - - - Backup the tail of the log - Sauvegarder la fin du journal - - - Backup to a new media set - Sauvegarder sur un nouveau support de sauvegarde - - - Batch execution time: {0} - {0} is the batch time - Durée d’exécution du lot : {0} - - - Before - Avant - - - Behavior when free offer limit is reached - Comportement lorsque la limite de l'offre gratuite est atteinte - - - Between - Entre - - - Blanks - Vides - - - Blob - Blob - - - Blob Container - Conteneur d’objets blob - - - Blob Container is required - Conteneur d’objets blob obligatoire - - - Blob does not contain a valid database backup - Le blob ne contient pas de sauvegarde de base de données valide - - - Blob is required - Le blob est obligatoire - - - Block this extension from accessing your connections - Empêcher cette extension d’accéder à vos connexions - - - Both - Les deux - - - Brightness - Luminosité - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - Importez vos connexions enregistrées, vos groupes et votre connexion depuis Azure Data Studio dans l’extension MSSQL et découvrez des expériences familières. - - - Browse - Parcourir - - - Browse Azure - Parcourir Azure - - - Browse Azure SQL Database tutorials and docs - Parcourez les tutoriels et la documentation Azure SQL Database - - - Browse Fabric - Parcourir Fabric - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - Parcourez les espaces de travail Fabric et approvisionnez des bases de données SQL dans Fabric sans quitter VS Code. - - - Browse files - Parcourir les fichiers - - - Browse forvpath - Parcourir forvpath - - - Browse to Azure Data Studio settings.json - Parcourir le fichier settings.json d’Azure Data Studio - - - Browse... - Parcourir... - - - Build APIs with GitHub Copilot - Créez des API avec GitHub Copilot - - - Build Data API - API de création de données - - - Build failed with exit code {0} - Échec de la build avec le code de sortie {0} - - - Build {0} - Build {0} - - - Building {0}... - Génération de {0}... - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - Chiffrement intégré, règles de pare-feu et intégration Microsoft Entra ID pour protéger vos données. - - - Bulk Actions - Actions en bloc - - - Bulk-logged - Journalisé en bloc - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - Fichiers CSV/TXT (*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - Appel de l’outil : {0} avec {1}. - - - Cancel - Annuler - - - Cancel Query - Annuler la requête - - - Cancel Task - Annuler la tâche - - - Cancel failed: {0} - {0} is the error message - Échec de l’annulation : {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - L'annulation de Comparer les schémas a échoué : « {0} » - - - Cancel the query execution in progress - Annuler l’exécution de la requête en cours - - - Canceled - Annulé - - - Canceling - Annulation en cours - - - Canceling query - Annulation de la requête - - - Canceling the query failed: {0} - {0} is the error message - L’annulation de la requête a échoué : {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - Nous ne pouvons pas accéder au socket Docker. Votre utilisateur n’appartient peut-être pas au groupe « docker », ou VS Code a démarré avant que l’appartenance au groupe ne prenne effet. Exécutez « sudo usermod -aG docker $USER », puis déconnectez-vous et reconnectez-vous, ou redémarrez, avant de relancer VS Code. - - - Cannot cancel query as no query is running. - Impossible d’annuler la requête, car aucune requête n’est en cours d’exécution. - - - Cannot change session while active - Nous ne pouvons pas modifier la session lorsqu’elle est active - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - Impossible de se connecter en raison de jetons expirés. Veuillez vous authentifier à nouveau, puis réessayez. - - - Cannot create foreign key - Impossible de créer la clé étrangère - - - Cannot delete column because it is part of foreign key relationships. - Nous ne pouvons pas supprimer la colonne, car elle fait partie de relations de clé étrangère. - - - Cannot delete column because it is referenced by a foreign key. - Nous ne pouvons pas supprimer la colonne, car elle est référencée par une clé étrangère. - - - Cannot delete column because it is used by a foreign key. - Nous ne pouvons pas supprimer la colonne, car elle est utilisée par une clé étrangère. - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - Impossible d’exclure {0}. Il existe des dépendants inclus - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - Impossible d’exclure {0}. Les dépendants inclus existent, tels que {1} - - - Cannot generate script without a restore plan - Désolé, nous ne pouvons pas générer un script sans plan de restauration - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - Ne peut pas inclure {0}. Il existe des dépendants exclus - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - Ne peut pas inclure {0}. Il existe des dépendants exclus, tels que {1} - - - Cannot revert: The column is part of a foreign key that references a deleted table - Impossible de rétablir : la colonne fait partie d’une clé étrangère qui référence une table supprimée - - - Cannot revert: The referenced table or column has been deleted - Impossible de rétablir : la table ou la colonne référencée a été supprimée - - - Cascade - Cascade - - - Category - Catégorie - - - Change - Modifier - - - Change Connection - Changer la connexion - - - Change Database - Modifier la base de données - - - Change Password - Modifier le mot de passe - - - Change Setting - Modifier le paramètre - - - Change column width - Modifier la largeur de colonne - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Remplacer la base de données par « {2} » pour la connexion « {0} » (ID : {1}) ? - - - Change the connection for the active SQL document - Modifier la connexion du document SQL actif - - - Change the database for the active SQL document - Modifier la base de données du document SQL actif - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - Modification {0} sur {1} - - - Changed Tables - Tables modifiées - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - Contexte de base de données remplacé par « {0} » pour le document « {1} » - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Contexte de base de données remplacé par « {0} » sur le serveur « {1} » et le document « {2} ». - - - Changes - Modifications - - - Changes ({0}) - {0} is the number of schema changes - Modifications ({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - Les modifications ont été correctement appliquées. Exécutez de nouveau Comparer les schémas pour voir les différences mises à jour. - - - Changes published successfully - Modifications publiées avec succès - - - Changes saved successfully. - Les modifications ont été enregistrées. - - - Changes view mode - Mode d’affichage des modifications - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Remplacement du contexte de base de données par « {0} » sur le serveur « {1} » et sur le document « {2} ». - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Modification de la base de données en « {2} » pour la connexion « {0} » (ID : {1}) - - - Chat - Conversation - - - Chat command not available in this VS Code version - Commande de conversation non disponible dans cette version de VS Code - - - Check Constraint - Contrainte de validation - - - Check Constraints - Vérifier les contraintes - - - Checking Docker Engine Configuration - Vérification de la configuration du moteur Docker - - - Checking Docker engine - Vérification en cours du moteur Docker - - - Checking Docker installation - Vérification en cours de l’installation Docker - - - Checking Docker prerequisites... - Vérification en cours des prérequis Docker... Merci de patienter. - - - Checking container readiness - Vérification en cours de l’aptitude du conteneur - - - Checking if Docker is installed - Vérification de l’installation de Docker - - - Checking if Docker is installed on your machine - Vérification de l’installation de Docker sur votre machine - - - Checking if Docker is running on your machine. If not, we'll start it for you. - Vérification de l’exécution de Docker sur votre machine. Si ce n’est pas le cas, nous le démarrerons pour vous. - - - Checking if Docker is started - Vérification de l’installation de Docker - - - Checking if the Docker Engine is configured correctly on your machine. - Vérification de la configuration du moteur Docker sur votre machine. - - - Checking pre-requisites - Vérification de la configuration requise - - - Choose An Action - Choisir une action - - - Choose Existing - Choisir un élément existant - - - Choose Query History - Choisir l’historique des requêtes - - - Choose SQL Language - Choisir le langage SQL - - - Choose a Microsoft Entra account - Choisissez un compte Microsoft Entra - - - Choose a Microsoft Entra tenant - Choisissez un locataire Microsoft Entra - - - Choose a connection profile from the list below - Choisir un profil de connexion dans la liste ci-dessous - - - Choose a database - Choisir une base de données - - - Choose a database from the list below - Choisir une base de données dans la liste ci-dessous - - - Choose a hostname for the container - Choisissez un nom d’hôte pour le conteneur - - - Choose a name for the SQL Server Docker Container - Choisir un nom pour le conteneur Docker SQL Server - - - Choose a port to host the SQL Server Docker Container - Choisissez un port pour héberger le conteneur Docker SQL Server - - - Choose an option to provision a database - Choisissez une option pour approvisionner une base de données - - - Choose color - Choisissez une couleur - - - Choose the Right Version - Choisir la bonne version - - - Choose the behavior for new editors - Choisir le comportement pour les nouveaux éditeurs - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - Indiquez si cette procédure stockée s’affiche sous la forme d’une mutation ou d’une requête GraphQL. DAB est défini par défaut sur mutation. - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - Référence circulaire détectée : « {0} » → « {1} » crée un cycle - - - Clear - Effacer - - - Clear All - Effacer tout - - - Clear All Filters - Effacer tous les filtres - - - Clear Data - Effacer les données - - - Clear Filter - Effacer le filtre - - - Clear Filters - Effacer les filtres - - - Clear Quick Query - Effacer Requête rapide - - - Clear Recent Connections List - Effacer la liste des connexions récentes - - - Clear Selection - Effacer la sélection - - - Clear Sort - Effacer le tri - - - Clear all - Effacer tout - - - Clear all events (keeps session running) - Effacer tous les événements (la session demeure active) - - - Clear all filters - Effacer tous les filtres - - - Clear all filters and show all events - Effacer tous les filtres et afficher tous les événements - - - Clear all grouping - Effacer tous les regroupements - - - Clear all sorting - Effacer toutes les options de tri - - - Clear cache and refresh token - Effacer le cache et actualiser le jeton - - - Clear filters - Effacer les filtres - - - Clear from recent connections list - Effacer la liste des connexions récentes - - - Clear permissions for all extensions to access your connections - Effacer les autorisations d’accès à vos connexions pour toutes les extensions - - - Clear quick filter and all column filters - Effacer le filtre rapide et tous les filtres de colonne - - - Clear this Quick Query - Effacer ce Requête rapide - - - Clear token cache - Vider le cache des jetons - - - Click to cancel loading summary - Cliquez pour annuler le chargement du résumé - - - Click to change connection - Cliquer pour changer de connexion - - - Click to change database - Cliquer pour modifier la base de données - - - Click to connect to a database - Cliquez pour vous connecter à une base de données - - - Click to load summary - Cliquez pour charger le résumé - - - Click to sign into an Azure account - Cliquer pour vous connecter à un compte Azure - - - Client Secret - Clé secrète client - - - Client secret is required. - La clé secrète client est obligatoire. - - - Close - Fermer - - - Close Designer - Fermer le concepteur - - - Close Find - Fermer la recherche - - - Close Script Pane - Fermer le volet Script - - - Close Without Export - Fermer sans exporter - - - Close details panel - Fermer le panneau des détails - - - Close existing connections to destination database - Fermer les connexions existantes à la base de données de destination - - - Close properties pane - Fermer le volet des propriétés - - - Close the current connection - Fermer la connexion actuelle - - - Cloud - Cloud - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis : {0} - - - Code analysis rules saved successfully - Les règles de Code Analysis ont bien été enregistrées - - - Collapse - Réduire - - - Collapse All - Réduire tout - - - Collapse Subscription Explorer - Réduire l’Explorateur d’abonnements - - - Collapse Workspace Explorer - Réduire l’Explorateur d’espace de travail - - - Collapse all groups - Réduire tous les groupes - - - Collapse connection groups - Réduire les groupes de connexion - - - Collapse connections - Réduire les connexions - - - Collapse settings - Réduire les paramètres - - - Collapse {0} - {0} is the category name, e.g. Design - Réduire {0} - - - Collation - Classement - - - Color - Couleur - - - Column - Colonne - - - Column '{0}' already exists - {0} is the column name - La colonne « {0} » existe déjà - - - Column '{0}' already has a foreign key - {0} is the column name - La colonne « {0} » a déjà une clé étrangère - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - La colonne « {0} » ne peut pas être nulle, car c’est une clé primaire - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - La colonne '{0}' est une colonne d'identité et ne peut pas avoir de clé étrangère en cascade - - - Column '{0}' must be a primary key - {0} is the referenced column - La colonne « {0} » doit être une clé primaire - - - Column '{0}' not found - {0} is the column name - Colonne « {0} » introuvable - - - Column Name - Nom de la colonne - - - Column max length cannot be empty - La longueur maximale de la colonne ne peut être vide - - - Column name cannot be empty - Le nom de colonne ne peut pas être vide - - - Column not found: {0} - {0} is the column reference - Colonne introuvable : {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - Référence de colonne résolue dans plusieurs colonnes : {0} - - - Column resize by content - Redimensionner la colonne par contenu - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - La largeur de colonne doit être d’au moins {0} pixels. - - - Columns - Colonnes - - - Columns in the primary key. - Colonnes dans la clé primaire. - - - Command Timeout - Délai d’expiration de la commande - - - Commands - Commandes - - - Compare - Comparer - - - Compare Azure SQL Database service tiers - Comparer les niveaux de service Azure SQL Database - - - Compare SQL Server editions - Comparer les éditions de SQL Server - - - Comparison Details - Détails de la comparaison - - - Compatibility Level - Niveau de compatibilité - - - Compress backup - Compresser la sauvegarde - - - Compression - Compression - - - Compute - Calcul - - - Compute + Storage - Calcul + stockage - - - Config copied to clipboard - Configuration copiée dans le presse-papiers - - - Configuration saved. - Configuration enregistrée. - - - Configuration sections - Sections de configuration - - - Configuration to Import - Configuration à importer - - - Configure Linux containers - Configurer des conteneurs Linux - - - Configure Quick Query and Extension shortcuts. - Configurez les raccourcis Requête rapide et Extension. - - - Configure Rosetta in Docker Desktop - Configurer Rosetta dans Docker Desktop - - - Configure and customize Azure SQL Databases - Configurer et personnaliser Azure SQL Database - - - Configure and customize SQL Server containers - Configurer et personnaliser les conteneurs SQL Server - - - Configure keyboard shortcuts used by the MSSQL extension. - Configurez les raccourcis clavier utilisés par l’extension MSSQL. - - - Configure the full list of Query Editor shortcuts. - Configurez la liste complète des raccourcis de l’Éditeur de requête. - - - Confirm Password - Confirmer le mot de passe - - - Confirm SQL Server admin password - Confirmer le mot de passe administrateur du SQL Server - - - Confirm admin password - Confirmer le mot de passe administrateur - - - Confirm new password - Confirmer le nouveau mot de passe - - - Confirm to clear recent connections list - Confirmer pour effacer la liste des connexions récentes - - - Confirm to remove this profile. - Confirmez pour supprimer ce profil. - - - Conjunction - Conjonction - - - Connect - Connecter - - - Connect and manage database connections - Connecter et gérer les connexions aux bases de données - - - Connect the active SQL document to a database - Connecter le document SQL actif à une base de données - - - Connect to Database - Connexion à une base de données - - - Connect to MSSQL - Se connecter à MSSQL - - - Connect to SQL Server - Connexion à SQL Server - - - Connect to Server - Se connecter au serveur - - - Connect to a database - Connexion à la base de données - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - Voulez-vous vous connecter au serveur {0} et à la base de données {1} ? - - - Connect to server {0}? - {0} is the server name - Voulez-vous vous connecter au serveur {0} ? - - - Connect to {0} - {0} is the name of the connection profile - Se connecter à {0} - - - Connect using either Microsoft Entra ID or SQL Authentication. - Connectez-vous à l'aide de Microsoft Entra ID ou de l'authentification SQL. - - - Connect using profile {0}? - {0} is the profile ID - Voulez-vous vous connecter à l’aide du profil {0} ? - - - Connect with SQL tools and run your first query - Connectez-vous avec des outils SQL et exécutez votre première requête - - - Connect with the current settings and save the connection profile - Connectez-vous avec les paramètres actuels et enregistrez le profil de connexion - - - Connected successfully - Connexion réussie - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - Connecté au serveur « {0} » sur le document « {1} ». Informations du serveur : {2} - - - Connected to {0} - {0} is the connection label - Connecté à {0} - - - Connected to: - Connecté à : - - - Connecting - Connexion - - - Connecting to Container - Connexion au conteneur - - - Connecting to Database - Connexion à la base de données - - - Connecting to database - Connexion à la base de données - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - Connexion au serveur « {0} » sur le document « {1} ». - - - Connecting to server {0} - {0} is the server name - Connexion au serveur {0} - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - Se connecter au serveur {0} et à la base de données {1} - - - Connecting to server... - Connexion au serveur... - - - Connecting to your SQL Server Docker container - Connexion à votre conteneur Docker SQL Server - - - Connecting to {0}... - {0} is the server name - Connexion à {0}... - - - Connecting to {0}... - {0} is the connection display name - Connexion à {0}... - - - Connecting to: - Connexion à : - - - Connecting using profile {0} - {0} is the profile ID - Connexion à l’aide du profil {0} - - - Connecting... - Connexion en cours... Merci de patienter. - - - Connection - Connexion - - - Connection Authentication - Authentification de la connexion - - - Connection Details - Détails de la connexion - - - Connection Dialog - Boîte de dialogue Connexion - - - Connection Error - Erreur de connexion - - - Connection Failed - Échec de la connexion - - - Connection Group - Groupe de connexion - - - Connection Import Warning - Avertissement d’importation de connexion - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - Impossible de mettre à jour le profil de connexion. Modifiez les détails de la connexion manuellement dans settings.json, puis réessayez. - - - Connection String - Chaîne de connexion - - - Connection Timeout - Délai d’expiration de la connexion - - - Connection Timeout (seconds) - Délai d'attente de connexion (secondes) - - - Connection actions - Actions de connexion - - - Connection error - Erreur de connexion - - - Connection error: {0} - {0} is the error message - Erreur de connexion : {0} - - - Connection failed - Échec de la connexion - - - Connection failed: {0} - {0} is the error message from the connection attempt - Nous n’avons pas pu établir la connexion : {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - Le groupe de connexions portant le même ID est déjà importé : {0} (ID : {1}) - - - Connection groups to import - Groupes de connexion à importer - - - Connection is not active. Please establish a connection before performing this action. - La connexion n’est pas active. Établissez une connexion avant d’effectuer cette action. - - - Connection not found for uri "{0}". - {0} is the uri - Connexion introuvable pour l’URI « {0} » - - - Connection profile '{0}' not found. - {0} is the profile ID - Profil de connexion « {0} » introuvable. - - - Connection profile not found. Please create a new connection using the Connection Dialog. - Profil de connexion introuvable. Veuillez créer une nouvelle connexion à l’aide de la boîte de dialogue de connexion. - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - Autorisation de partage de connexion refusée pour l’extension : « {0} ». Utilisez les commandes de gestion des autorisations pour modifier cela. - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - L’autorisation de partage de connexion est requise pour l’extension : « {0} » - - - Connection string copied to clipboard - Chaîne de connexion copiée dans le Presse-papiers - - - Connection string is required - La chaîne de connexion est requise - - - Connection test succeeded - Le test de la connexion a réussi - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - Connexion avec l’ID « {0} » introuvable. Vérifiez que l’ID de connexion existe. - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Une connexion portant le même ID est déjà importée : {0} (ID : {1}) - - - Connection: {0} - {0} is the task connection label - Connexion : {0} - - - Connections in groups that are not selected will be moved under the root. - Les connexions dans les groupes non sélectionnés seront déplacées sous la racine. - - - Connections to import - Connexions à importer - - - Consider adding a name for this foreign key - Envisager d’ajouter un nom pour cette clé étrangère - - - Container Name - Nom du conteneur - - - Container Settings - Paramètres de conteneur - - - Container does not exist. Would you like to remove the connection? - Le conteneur n'existe pas. Voulez-vous supprimer la connexion ? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - Échec du démarrage du conteneur dans le délai imparti. Veuillez patienter quelques minutes et réessayer. - - - Container logs - Journaux d’activité de conteneur - - - Container name and port are required to check container readiness. - Le nom et le port du conteneur sont obligatoires pour vérifier l’aptitude du conteneur. - - - Container name is invalid or already in use - Le nom du conteneur n’est pas valide ou est déjà utilisé - - - Container name is required - Le nom du conteneur est obligatoire. - - - Container name, port, and config content are required to start the container. - Le nom du conteneur, le port et le contenu de la configuration sont obligatoires pour démarrer le conteneur. - - - Containment Type - Type d’autonomie - - - Contains - Contient - - - Continue - Continuer - - - Continue Editing - Poursuivre la modification - - - Continue on error - Continuer en cas d’erreur - - - Continue using for additional charges - Continuez à utiliser pour des frais supplémentaires - - - Control the results grid display - Contrôler l’affichage de la grille des résultats - - - Copied - Copié - - - Copied "{0}" to clipboard - {0} is the object name - « {0} » copié dans le Presse-papiers - - - Copied to clipboard - Copié dans le Presse-papiers - - - Copilot Changes - Modifications de Copilot - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Modifications de Copilot ({0}) - - - Copy - Copier - - - Copy & Export - Copier et exporter - - - Copy All - Copier tout - - - Copy As - Copier en tant que - - - Copy Column Name - Copier le nom de la colonne - - - Copy Headers - Copier les en-têtes - - - Copy Object Name - Copier le nom de l’objet - - - Copy Script - Copier le script - - - Copy Script to Clipboard - Copier le script dans le Presse-papiers - - - Copy all cells including column headers - Copier toutes les cellules, y compris les en-têtes de colonne - - - Copy all query result content - Copier tout le contenu du résultat de la requête - - - Copy all text output for this cell (messages, PRINT, errors) - Copiez toutes les sorties textuelles de cette cellule (messages, PRINT, erreurs) - - - Copy all with headers - Tout copier avec des en-têtes - - - Copy as CSV - Copier au format CSV - - - Copy as IN clause - Copier sous clause IN - - - Copy as INSERT - Copier en tant qu’INSERT - - - Copy as INSERT INTO - Copier sous INSERT INTO - - - Copy as JSON - Copier au format JSON - - - Copy code and open webpage - Copier le code et ouvrir la page web - - - Copy command to clipboard - Copier la commande dans le Presse-papiers - - - Copy connection string to clipboard - Copier la chaîne de connexion dans le Presse-papiers - - - Copy data and save results to files - Copier des données et enregistrer les résultats dans des fichiers - - - Copy link - Copier le lien - - - Copy messages - Copier les messages - - - Copy script - Copier le script - - - Copy selected cells including column headers - Copier les cellules sélectionnées, y compris les en-têtes de colonne - - - Copy selected cells to the clipboard - Copier les cellules sélectionnées dans le Presse-papiers - - - Copy selection - Copier la sélection - - - Copy selection formatted as INSERT statements - Copier la sélection mise en forme en tant qu’instructions INSERT - - - Copy selection formatted as JSON - Copier la sélection au format JSON - - - Copy selection formatted as a SQL IN clause - Copier la sélection mise en forme en tant que clause SQL IN - - - Copy selection formatted as comma-separated values - Copier la sélection mise en forme sous forme de valeurs séparées par des virgules - - - Copy text data to clipboard - Copier les données de texte dans le Presse-papiers - - - Copy with Headers - Copier avec les en-têtes - - - Copy with headers - Copier avec les en-têtes - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - Copier l’URL {0} - - - Copy-only Backup - Sauvegarde de copie uniquement - - - Copying results... - Copie en cours des résultats... Merci de patienter. - - - Cost - Coût - - - Could not connect to database: {0} - {0} is the database name - Connexion à la base de données impossible : {0} - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - Impossible de détecter l'adresse IP de votre client. Veuillez ajouter manuellement une règle de pare-feu dans le Portail Microsoft Azure. - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - Métadonnées de script introuvables pour {0} « {1} ». - - - Could not load restore plan - Désolé, nous n’avons pas pu charger le plan de restauration - - - Count - Nombre - - - Count: {0} - {0} is the count - Nombre : {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - Nombre : {0} Nombre distinct : {1} Nombre de Null : {2} - - - Create - Créer - - - Create Connection Group - Créer un groupe de connexion - - - Create Connection Profile - Créer un profil de connexion - - - Create Container - Créer un conteneur - - - Create Database - Créer une base de données - - - Create Firewall Rule - Créer une règle de pare-feu - - - Create Local SQL Container - Créer un conteneur SQL local - - - Create New - Créer - - - Create New Connection Group - Créez un groupe de connexion - - - Create New Resource Group - Créer un groupe de ressources - - - Create New Server - Créer un nouveau serveur - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - Créez des points de terminaison REST, GraphQL et MCP pour vos tableaux de base de données SQL depuis une interface visuelle dans Visual Studio Code. Configurez les entités, les autorisations et les paramètres de déploiement, puis déployez localement avec Docker. - - - Create a Local Docker SQL Server - Créer un serveur SQL Docker local - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - Créez un conteneur SQL Server en quelques secondes, aucune étape manuelle n’est requise. Gérez-le facilement à partir de l’extension MSSQL sans quitter VS Code. - - - Create a SQL database in Fabric - Créer une base de données SQL dans Fabric - - - Create a new connection profile - Créer un nouveau profil de connexion - - - Create a new database on '{0}'. - {0} is the name of the server - Créer une base de données sur « {0} ». - - - Create a new firewall rule - Créer une règle de pare-feu - - - Create a new profiling session - Créer une session de profilage - - - Create an Azure SQL Database (Preview) - Créer Azure SQL Database (préversion) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - Créez et gérez des raccourcis clavier pour les requêtes fréquemment utilisées, ainsi que pour les actions de l’éditeur de requête et de la grille de résultats, afin de découvrir les commandes disponibles et de les exécuter plus efficacement. - - - Create as Script - Créer en tant que script - - - Create new - Créer - - - Create new connection copied from {0} - {0} is the name of the connection profile - Créer une nouvelle connexion copiée depuis {0} - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - Créer une règle de pare-feu pour {0} - - - Created table {0} - {0} is the qualified table name - Table créée {0} - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - Crée un outil MCP dédié pour cette procédure stockée. Lorsque cet élément est désactivé, la procédure peut toujours être disponible via les outils d’exécution MCP génériques si MCP est activé. - - - Creating Container - Création du conteneur - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - Création d’une base de données SQL pour l’espace de travail {0} - - - Creating SQL Server container... - Création en cours du conteneur SQL Server... Merci de patienter. - - - Creating and starting the container - Créer et démarrer le conteneur - - - Creating and starting your SQL Server container - Création et démarrage de votre conteneur SQL Server - - - Creating database - Création d’une base de données - - - Creating resource group... - Création d'un groupe de ressources... - - - Creating server... - Création du serveur... - - - Creating session... - Création de la session en cours... Merci de patienter. - - - Creating workspace with capacity {0} - {0} is the capacity ID - Création d’un espace de travail avec une capacité de {0} - - - Creating... - Création en cours... Merci de patienter. - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - Erreur d’informations d’identification : une erreur s’est produite lors de la tentative d’actualisation des informations d’identification du compte. Veuillez vous authentifier à nouveau. - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - Erreur d’informations d’identification : une erreur s’est produite lors de la tentative d’actualisation des informations d’identification du compte. Veuillez vous authentifier à nouveau. Erreur : {0} - - - Current Schema: {0}, Select the new schema: - Schéma actuel : {0}, sélectionnez le nouveau schéma : - - - Currently signed in as: - Actuellement connecté en tant que : - - - Custom GraphQL Plural Type - Type pluriel GraphQL personnalisé - - - Custom GraphQL Singular Type - Type singulier GraphQL personnalisé - - - Custom GraphQL Type - Type GraphQL personnalisé - - - Custom REST Path - Chemin REST personnalisé - - - Custom Zoom - Zoom personnalisé - - - Customize keyboard shortcuts - Personnaliser les raccourcis clavier - - - DAB container failed to become ready within the timeout period. - Le conteneur de générateur d’API de données n’a pas pu être préparé avant le délai d’expiration. - - - DAB container is running! - Le conteneur de générateur d’API de données est en cours d’exécution ! - - - DAB container logs - Journaux d’activité de conteneur DAB - - - DACPAC deployed successfully - DACPAC déployé avec succès - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - DACPAC a été correctement déployé sur la base de données « {0} » - - - DACPAC extracted successfully - DACPAC extrait avec succès - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC a été correctement extrait dans « {0} » - - - DACPAC path not found. Please build the project first. - Chemin d’accès DACPAC introuvable. Générez d’abord le projet. - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - Le service DacFx n’est pas disponible. Profil chargé sans options de déploiement. Les opérations de publication et de génération de script ne peuvent pas être effectuées. - - - DacFx service is not available. Publish and generate script operations cannot be performed. - Le service DacFx n’est pas disponible. Les opérations de publication et de génération de script ne peuvent pas être effectuées. - - - Data API builder - Générateur d’API de données - - - Data API builder Configuration - Configuration du générateur API Données - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - Data API builder ouvert. Poursuivre les {0} opérations ({1}/{2}). - - - Data API builder with GitHub Copilot - Générateur d’API de données avec GitHub Copilot - - - Data Source - Source de données - - - Data Type - Type de données - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - Données répliquées automatiquement sur OneLake en temps réel avec un point de terminaison SQL Analytics. - - - Data file folder - Dossier du fichier de données - - - Data type - Type de données - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - Incompatibilité de type de données : « {0} » dans la colonne « {1} » incompatible avec « {2} » dans « {3} » - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - Importation et exportation de l’application de la couche Données (DACPAC / BACPAC) - - - Data-tier Application - Application de niveau données - - - Data-tier Application File (.dacpac) - Fichier d'application de la couche Données (.dacpac) - - - Database - Base de données - - - Database - {0} - {0} is the database name - Base de données – {0} - - - Database Description - Description de la base de données - - - Database Details - Détails de la base de données - - - Database Name - Nom de la base de données - - - Database Name is required - Le nom de base de données est obligatoire - - - Database Project - Projet de base de données - - - Database changed successfully - L base de données est correctement modifiée - - - Database is required - Une base de données est obligatoire - - - Database list - Liste de bases de données - - - Database name - Nom de base de données - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - Le nom de la base de données contient des caractères invalides. Éviter d'utiliser : < > * ? " / \ | - - - Database name is required - Le nom de base de données est obligatoire - - - Database name is too long. Maximum length is 128 characters - Le nom de la base de données est trop long. La longueur maximale est de 128 caractères - - - Database name must be 128 characters or fewer - Le nom de la base de données doit comporter 128 caractères maximum - - - Database not found on the server - Base de données introuvable sur le serveur - - - Database pauses until the next billing cycle when free amount is renewed. - La base de données est mise en pause jusqu'au prochain cycle de facturation, lorsque le quota gratuit est renouvelé. - - - Database the table is created in - Base de données dans laquelle la table est créée - - - Default - Par défaut - - - Default Value - Valeur par défaut - - - Define who can access this endpoint - Définissez qui peut accéder à ce point de terminaison - - - Define who can execute this stored procedure - Définir qui peut exécuter cette procédure stockée - - - Definition - Définition - - - Definition type - Type de définition - - - DefinitionRequestCompleted - DefinitionRequestCompleted - - - DefinitionRequested - DefinitionRequested - - - Delete - Supprimer - - - Delete 1 row - Supprimer 1 ligne - - - Delete Confirmation - Confirmation de la suppression - - - Delete Contents - Supprimer le contenu - - - Delete Row - Supprimer la ligne - - - Delete backup and restore history - Supprimer l’historique de la sauvegarde et de la restauration - - - Delete saved connection - Supprimer la connexion enregistrée - - - Delete {0} rows - Supprimer des {0} lignes - - - Deleted - Supprimé - - - Deleted column '{0}' - {0} is the column name - Colonne « {0} » supprimée - - - Deleted foreign key '{0}' - {0} is the foreign key name - Clé étrangère « {0} » supprimée - - - Deleted table {0} - {0} is the qualified table name - Table supprimée {0} - - - Deleting Container... - Suppression du conteneur... - - - Deny - Refuser - - - Deploy - Déployer - - - Deploy DAB Container - Déployer le conteneur de générateur d’API de données - - - Deploy a .dacpac file to a new or existing SQL database - Déployer un fichier .dacpac sur une base de données SQL nouvelle ou existante - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - Déployez et extrayez des fichiers .dacpac ou importez/exportez des packages .bacpac grâce à un flux de travail intégré et simplifié dans l’extension MSSQL. - - - Deploy to Existing Database - Déployer sur une base de données existante - - - Deploy, extract, import, or export data-tier applications on the selected database - Déployez, extrayez, importez ou exportez des applications de niveau données sur la base de données sélectionnée - - - Deploying DACPAC... - Déploiement de DACPAC... - - - Deployment Complete - Déploiement terminé - - - Deployment Failed - Déploiement échoué - - - Deployment Name - Nom du déploiement - - - Deployment failed - Nous n’avons pas pu effectuer le déploiement - - - Deployment finished - Déploiement terminé - - - Deployment in progress - Déploiement en cours - - - Description - Description - - - Description for the table. - Description de la table. - - - Description: {0} - {0} is the task description - Description : {0} - - - Deselect All - Tout désélectionner - - - Design API - API de conception - - - Design Schemas with GitHub Copilot - Schémas de conception avec GitHub Copilot - - - Details - Détails - - - Details panel actions - Actions du panneau des détails - - - Details panel tabs - Onglets du volet des détails - - - Details tab - displays all event properties - Onglet des détails : affiche toutes les propriétés d’événement - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - Une base de données transactionnelle pensée pour les développeurs, exploitant le moteur Azure SQL Database — gratuitement pour le prototypage et l'apprentissage. - - - Developer-friendly transactional database using the Azure SQL Database Engine. - Base de données transactionnelle conviviale pour les développeurs utilisant le moteur de base de données Azure SQL. - - - Differential - Différentiel - - - Directory not found - Répertoire introuvable - - - Disable all entities - Désactiver toutes les entités - - - Disable intellisense and syntax error checking on current document - Désactiver IntelliSense et la vérification des erreurs de syntaxe sur le document actuel - - - Disabled - Désactivé - - - Disabled globally - Activé globalement - - - Discard - Ignorer - - - Disconnect - Déconnecter - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Se déconnecter de la connexion « {0} » (ID : {1}) ? - - - Disconnect the active SQL document from the database - Déconnecter le document SQL actif de la base de données - - - Disconnected on document "{0}" - {0} is the document name - Déconnecté du document « {0} » - - - Disconnected successfully - Déconnexion effectuée - - - Disconnected. - Déconnecté. - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Déconnexion de la connexion « {0} » (ID : {1}) - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - Découvrez comment SQL Database dans Fabric, Azure SQL et SQL Server redéfinissent le développement d’applications modernes. Rejoignez des ingénieurs et des collègues qui repoussent les limites des performances, de l’intégration de l’IA et de la productivité des développeurs. - - - Dismiss - Ignorer - - - Displays the data type name for the column - Affiche le nom du type de données pour la colonne. - - - Displays the description of the column - Affiche la description de la colonne - - - Displays the unified data type (including length, scale and precision) for the column - Affiche le type de données unifié (y compris la longueur, l'échelle et la précision) pour la colonne - - - Dissatisfied - Mécontent(e) - - - Distinct - Distinct - - - Distinct Count: {0} - {0} is the distinct count - Nombre distinct : {0} - - - Do not compress backup - Ne pas compresser la sauvegarde - - - Do not connect - Ne pas effectuer la connexion - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - Acceptez-vous de participer à une enquête rapide sur l’extension MSSQL pour VS Code ? - - - Do you want to always display query results in a new tab instead of the query pane? - Voulez-vous toujours afficher les résultats de la requête dans un nouvel onglet au lieu du volet de requête ? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - Voulez-vous activer « Approuver le certificat de serveur » sur cette connexion et réessayer ? - - - Docker Desktop must be installed and running on your machine. - Docker Desktop doit être installé et en cours d’exécution sur votre machine. - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - Échec du démarrage du Docker dans le délai imparti. Veuillez démarrer Docker manuellement et réessayez. - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Docker n’est pas installé ou n’est pas dans le PATH. Veuillez installer Docker Desktop et réessayer. - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Docker nécessite des autorisations root pour s’exécuter. Exécutez Docker avec sudo ou ajoutez votre utilisateur au groupe docker en utilisant sudo usermod -aG docker $USER. Ensuite, redémarrez votre machine et réessayez. - - - Don't Save - Ne pas enregistrer - - - Don't Show Again - Ne plus afficher - - - Don't show this again - Ne plus afficher - - - Download offline VSIX - Télécharger le VSIX hors ligne - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - Téléchargez l’extension keymap pour importer automatiquement les mappages de clés à partir d’Azure Data Studio. Ces modifications s’affichent dans vos préférences de raccourci clavier. - - - Downloading the Data API builder container image - Téléchargement de l'image conteneur du Data API builder - - - Drizzle - Drizzle - - - Drop - Déposer - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - Supprimez « {0} » de « {1} ». Cette action ne peut pas être annulée. - - - Drop Database - Déplacer la base de données - - - Drop Database Options - Supprimer les options de base de données - - - Drop active connections - Supprimer les connexions actives - - - Dropping database - Abandon de la base de données - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - Configurez facilement un SQL Server local sans quitter l’extension VS Code. Quelques clics suffisent pour installer, configurer et gérer votre serveur sans effort - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - Commencez facilement avec le niveau gratuit de la base de données Azure SQL pour créer une base de données et vous y connecter directement à partir de votre éditeur, sans frais. - - - Edit Connection Group - {0} - {0} is the connection group name - Modifier le groupe de connexion – {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - Modifier le groupe de connexion : {0} - - - Edit Data - Modifier les données - - - Edit Database Connection - {0} - {0} is the name of the connection profile - Modifier la connexion à la base de données - {0} - - - Edit Table - Modifier la table - - - Edit an existing connection profile - Modifier un profil de connexion existant - - - Edit connection profile - Modifier le profil de connexion - - - Edit your schema to see changes here. - Modifiez votre schéma pour voir les modifications ici. - - - Edit {0} - {0} is the name of the connection profile - Modifier {0} - - - Either profileId or serverName must be provided. - ProfileId ou serverName doit être fourni. - - - Elapsed time: {0} - {0} is the task elapsed time - Temps écoulé : {0} - - - Enable 'Trust Server Certificate' - Activer « Approuver le certificat de serveur » - - - Enable Code Analysis on Build - Activer l'analyse du code sur la build - - - Enable GraphQL in API Type to expose this entity through GraphQL. - Activez GraphQL dans le type d’API pour exposer cette entité via GraphQL. - - - Enable MCP in API Type to use this DML tools setting. - Activez MCP dans le type d'API pour utiliser ce paramètre des outils DML. - - - Enable MCP in API Type to use this custom tool setting. - Activez MCP dans le type d’API pour utiliser ce paramètre d’outil personnalisé. - - - Enable REST in API Type to expose this entity through REST. - Activez REST dans le type d’API pour exposer cette entité via REST. - - - Enable Trust Server Certificate - Activer Approuver le certificat de serveur - - - Enable all CRUD operations - Activer toutes les opérations CRUD - - - Enable all entities - Activer toutes les entités - - - Enable all rules in {0} - {0} is the category name, e.g. Design - Activer toutes les règles dans {0} - - - Enable or disable SQLCMD mode for the active SQL document - Activer ou désactiver le mode SQLCMD pour le document SQL actif - - - Enable {0} - {0} is the entity name - Activer {0} - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - Activer {0} - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - Activer {0} globalement - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - Activez {0} dans le type d’API pour exposer cette entité. - - - Enabled - Activé - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - Vous rencontrez un problème ? Partagez les détails avec nous en ouvrant un problème GitHub pour que nous puissions nous améliorer ! - - - Encrypt - Chiffrer - - - Encryption - Chiffrement - - - Encryption Algorithm - Algorithme de chiffrement - - - Encryption Type - Type de chiffrement - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - Le cryptage a été activé sur cette connexion, vérifiez la configuration de votre SSL et de votre certificat pour le Microsoft SQL Server cible, ou activez « Certificat de serveur de confiance » dans la boîte de dialogue de connexion ». - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - Le chiffrement a été activé sur cette connexion. Vérifiez la configuration de votre protocole SSL et de votre certificat pour l’instance Microsoft SQL Server cible, ou définissez « Approuver le certificat de serveur » sur la valeur « true ». Remarque : un certificat auto-signé n’offre qu’une protection limitée et n’est pas une pratique recommandée pour les environnements de production. - - - End IP Address - Adresse IP de fin - - - Ends With - Se termine par - - - Ends with - Se termine par - - - Engine: {0} - {0} is the engine type - Moteur : {0} - - - Ensuring Docker Desktop is running - Nous vérifions actuellement que Docker Desktop est en cours d’exécution - - - Enter Database Description - Entrez la description de la base de données - - - Enter Database Name - Entrer le nom de la base de données - - - Enter a date... - Entrer une date... - - - Enter a name for the new profiler session - Entrer un nom pour la nouvelle session du profileur - - - Enter a name for the new resource group - Entrez un nom pour le nouveau groupe de ressources - - - Enter a name for the new server - Entrez un nom pour le nouveau serveur - - - Enter a number... - Entrer un numéro... - - - Enter admin password - Entrer le mot de passe d’administrateur - - - Enter admin username - Entrer un nom d’utilisateur administrateur - - - Enter application name - Saisissez le nom de l'application - - - Enter connection group name - Entrez le nom du groupe de connexion - - - Enter container name - Entrer le nom du conteneur - - - Enter database name - Saisissez le nom de la base de données - - - Enter description (optional) - Entrez une description (facultatif) - - - Enter desired column width in pixels - Entrez la largeur de colonne souhaitée en pixels - - - Enter hostname - Entrer un nom d'hôte - - - Enter new column width - Saisissez une nouvelle largeur de colonne - - - Enter new database name - Entrer un nom de base de données - - - Enter new password - Entrer un nouveau mot de passe - - - Enter password - Entrer le mot de passe - - - Enter port - Entrer un port - - - Enter profile name - Entrer le nom du profil - - - Enter resource group name - Entrer le nom du groupe de ressources - - - Enter server name - Entrer un nom de serveur - - - Enter text... - Entrer du texte... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - Entrez le mot de passe de connexion SQL pour l’utilisateur « {0} ». - - - Enter the path for the output file - Saisissez le chemin d'accès au fichier de sortie - - - Enter user name - Entrez le nom d’utilisateur - - - Enter username - Entrer le nom d’utilisateur - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - L’entité « {0} » n’est pas prise en charge par générateur d’API de données. {1} - - - Entity Endpoints - Points de terminaison d’entité - - - Entity Name - Nom d’entité - - - Entity name used in API routes - Nom d’entité utilisé dans les routes d’API - - - Entity not found: {0} - {0} is the entity reference - Entité introuvable : {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - Référence d’entité résolue dans plusieurs entités : {0} - - - Entra token cache cleared successfully. - Le cache des jetons Entra a bien été effacé. - - - Equal to - Égal à - - - Equals - Est égal à - - - Error - Erreur - - - Error Message: - Message d’erreur : - - - Error code: - Code d’erreur : - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - Erreur de connexion au serveur « {0} ». Détails : {1} - - - Error connecting to: - Erreur de connexion à : - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - Erreur lors de la création de la règle de pare-feu {0}. Vérifiez les paramètres de votre compte Azure et réessayez. Erreur : {1} - - - Error fetching schemas for the selected database. - Une erreur est survenue en récupérant les schémas pour la base de données sélectionnée. - - - Error fetching the table preview. - Erreur lors de la récupération de l’aperçu de la table. - - - Error generating text view. Please try switching back to grid view. - Erreur de génération de la vue de texte. Veuillez essayer de revenir à l’affichage en grille. - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - Erreur lors du chargement des informations de compte Azure pour l’ID de locataire '{0}' - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - Erreur lors du chargement des bases de données Azure pour l'abonnement {0} ({1}). Confirmez que vous avez la permission. - - - Error loading Azure subscriptions. - Désolé, erreur lors du chargement des abonnements Azure. - - - Error loading Schema Designer - Erreur lors du chargement du Concepteur de schémas - - - Error loading Table Designer - Erreur lors du chargement de Concepteur de tables - - - Error loading database objects - Erreur lors du chargement des objets de base de données - - - Error loading databases - Désolé, erreur lors du chargement des bases de données - - - Error loading preview - Erreur lors du chargement de l'aperçu - - - Error loading servers - Erreur lors du chargement des serveurs - - - Error loading subscriptions - Erreur lors du chargement des abonnements - - - Error loading summary - Erreur lors du chargement du résumé - - - Error loading summary: {0} - {0} is the error message - Erreur lors du chargement du résumé : {0} - - - Error loading workspaces - Désolé, erreur de chargement des espaces de travail - - - Error loading workspaces. Please try choosing a different account or tenant. - Désolé, erreur de chargement des espaces de travail. Veuillez essayer de choisir un autre compte ou locataire. - - - Error loading; refresh to try again - Erreur lors du chargement, actualisez pour réessayer - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - Une erreur s’est produite lors de la migration de l’ID de connexion {0} au nouveau format. Veuillez recréer cette connexion pour l’utiliser. -Erreur : -{1} - - - Error occurred opening content in editor. - Une erreur s’est produite lors de l’ouverture du contenu dans l’éditeur. - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - Erreur lors du renouvellement du jeton ; vous devrez peut-être vous déconnecter et vous reconnecter : {0} - - - Error retrieving server list: {0} - {0} is the error message - Désolé, erreur lors de la récupération de la liste des serveurs : {0} - - - Error running Docker commands. Please make sure Docker is running. - Erreur lors de l'exécution des commandes Docker. Veuillez vérifier que Docker est en cours d’exécution. - - - Error signing into Azure: {0} - {0} is the error message - Erreur de connexion à Azure : {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - Erreur lors de la validation du jeton d'authentification Entra ; vous devrez peut-être actualiser votre jeton : {0} - - - Error when refreshing token - Erreur lors de l’actualisation du jeton - - - Error {0}: {1} - {0} is the error number -{1} is the error message - Erreur {0} : {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - Erreur {0} : {1} Connectez-vous avec un utilisateur différent et changez le mot de passe à l’aide d’ALTER LOGIN. - - - Error: - Erreur : - - - Error: Failed to parse query result data. - Erreur : nous n’avons pas pu analyser les données du résultat de la requête. - - - Error: Login failed. Retry using different credentials? - Erreur : échec de la connexion. Réessayer en utilisant d’autres informations d’identification ? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - Erreur : impossible de se connecter en utilisant les informations de connexion fournies. Réessayer la création du profil ? - - - Error: Unrecognized query result data. - Erreur : nous n’avons pas reconnu les données du résultat de requête. - - - Error: {0} - {0} is the error message - Erreur : {0} - - - Estimated Operator Cost - Coût estimatif de l’opérateur - - - Estimated Subtree Cost - Coût estimé de la sous-arborescence - - - Event details for {0} - {0} is the name of the profiler event - Détails de l’événement pour {0} - - - Event properties list - Liste de propriétés de l’événement - - - Example: Find queries with {0} > 100 - {0} is the column name - Exemple : recherchez les requêtes avec {0} > 100 - - - Excel - Excel - - - Exclude Object Types - Exclure les types d'objet - - - Execute - Exécuter - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - Exécuter l'opération « {0} » sur Data API builder ? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - Exécuter l’opération « {0} » sur le concepteur de schémas ? - - - Execute Query - Exécuter la requête - - - Execute SQL against SQL Server / Azure SQL - Exécuter SQL sur SQL Server / Azure SQL - - - Execute Selection or Current Statement - Exécuter la sélection ou l’instruction actuelle - - - Execute only the T-SQL statement under the cursor - Exécuter uniquement l’instruction T-SQL sous le curseur - - - Executing '{0}' operation on Data API builder - {0} is the operation name - Exécution de l'opération « {0} » sur Data API builder - - - Executing '{0}' operation on schema designer - {0} is the operation name - Exécution de l’opération « {0} » sur le concepteur de schémas - - - Executing query... - Exécution de la requête... - - - Execution Plan - Plan d’exécution - - - Execution cancelled - Exécution annulée - - - Execution time unavailable - Durée d’exécution indisponible - - - Existing Database - Base de données existante - - - Existing File - Fichier existant - - - Existing SQL Server - SQL Server existant - - - Expand - Développer - - - Expand All - Développer tout - - - Expand Subscription Explorer - Développer l’Explorateur d’abonnements - - - Expand Workspace Explorer - Développer l’Explorateur de l’espace de travail - - - Expand all groups - Développer tous les groupes - - - Expand connection groups - Développer les groupes de connexion - - - Expand connections - Développer les connexions - - - Expand properties pane - Développer le volet Propriétés - - - Expand selection down - Développer la sélection vers le bas - - - Expand selection left - Développer la sélection à gauche - - - Expand selection right - Développer la sélection à droite - - - Expand selection up - Développer la sélection vers le haut - - - Expand settings - Développer les paramètres - - - Expand the active grid to fill the panel - Développer la grille active pour remplir le panneau - - - Expand {0} - {0} is the category name, e.g. Design - Développer {0} - - - Expiration - Expiration - - - Explore tutorials, docs, and what's coming next. - Explorez les didacticiels, la documentation et les nouveautés à venir. - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - Explorer, concevoir et faire évoluer les schémas de base de données en suivant des recommandations intelligentes, en privilégiant une approche basée sur du code ou sur des données - - - Explorer - Explorer - - - Export - Exporter - - - Export & Close - Exporter et fermer - - - Export BACPAC - Exporter BACPAC - - - Export all captured events to a CSV file - Exporter tous les événements capturés vers un fichier CSV - - - Export all results as INSERT statements - Exporter tous les résultats en tant qu’instructions INSERT - - - Export all results to a CSV file - Exporter tous les résultats dans un fichier CSV - - - Export all results to a JSON file - Exporter tous les résultats dans un fichier JSON - - - Export all results to an Excel file - Exporter tous les résultats dans un fichier Excel - - - Export the schema and data from a SQL database to a .bacpac file - Exporter le schéma et les données d’une base de données SQL vers un fichier .bacpac - - - Export to CSV - Exporter au format CSV - - - Export to Excel - Exporter vers Excel - - - Export to JSON - Exporter au format JSON - - - Export to PDF - Exporter en PDF - - - Export to tab delimited - Exporter vers le séparateur : tabulation - - - Export to text format - Exporter au format texte - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - Barre d’outils d’exportation du jeu de résultats {0} - - - Exporting BACPAC... - Exportation de BACPAC... - - - Expose as MCP DML tools - Exposer en tant qu'outils MCP DML - - - Expose as MCP custom tool - Exposer en tant qu’outil personnalisé MCP - - - Expose this entity through GraphQL - Exposer cette entité via GraphQL - - - Expose this entity through REST - Exposer cette entité via REST - - - Expose {0} - {0} is the backing database column name - Expose {0} - - - Expression - Expression - - - Extend the current selection one cell down - Étendre la sélection actuelle d’une cellule vers le bas - - - Extend the current selection one cell left - Étendre la sélection actuelle d’une cellule à gauche - - - Extend the current selection one cell right - Étendre la sélection actuelle d’une cellule à droite - - - Extend the current selection one cell up - Étendre la sélection actuelle d’une cellule vers le haut - - - Extended Events Log Files - Fichiers du journal des événements étendus - - - Extension Shortcuts - Raccourcis Extension - - - Extension and deployment actions - Actions d’extension et de déploiement - - - Extract DACPAC - Extraire DACPAC - - - Extract the schema from a SQL database to a .dacpac file - Extraire le schéma d’une base de données SQL dans un fichier .dacpac - - - Extracting DACPAC... - Extraction du DACPAC... - - - Extremely likely - Extrêmement probable - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - Désolé, une erreur d’API s’est produite ({0}) : {1} - - - Fabric Account - Compte Fabric - - - Fabric Account is required - Le compte Fabric est obligatoire - - - Fabric Databases - Bases de données Fabric - - - Fabric Workspaces - Espaces de travail en tissu - - - Fabric databases in Query Profiler - Bases de données Fabric dans le Profileur de requêtes - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - Fabric n’est pas pris en charge dans le cloud actuel ({0}). Vérifiez que le paramètre « {1} » est configuré correctement. - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - Erreur d’API de longue durée Fabric avec le code d’erreur « {0} » : {1} - - - Failed - Échec - - - Failed disposing query: {0} - {0} is the error message - Échec de la suppression de la requête : {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - Nous n’avons pas pu acquérir le jeton pour le compte « {0} » et le locataire « {1} » - - - Failed to add table to schema designer. - L’ajout de la table au concepteur de schémas a échoué. - - - Failed to add table. - Impossible d'ajouter une table. - - - Failed to add text to workspace: {0} - {0} is the error message - Échec de l’ajout du texte à l’espace de travail : {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - Échec de l'application des modifications : '{0}' - - - Failed to apply schema. - Nous n’avons pas pu appliquer le schéma. - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - Échec de l’application du déplacement aux modifications de schéma. Vérifiez que les fichiers sont accessibles en écriture et réessayez. - - - Failed to change database - Le changement de base de données a échoué - - - Failed to connect - Échec de la connexion - - - Failed to connect to database: {0} - {0} is the database name - Nous n’avons pas pu effectuer la connexion à la base de données : {0} - - - Failed to connect to server - Impossible de se connecter au serveur - - - Failed to connect to server. - Échec de la connexion au serveur. - - - Failed to connect to the selected server. - Nous n’avons pas pu effectuer la connexion au serveur sélectionné. - - - Failed to connect: {0} - {0} is the error message - La connexion a échoué : {0} - - - Failed to copy script: {0} - {0} is the error message - Échec de la copie du script : {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - Échec de la copie du texte dans le presse-papiers : {0} - - - Failed to create a new row: {0} - {0} is the error message - Échec de la création d’une ligne : {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - La création de la base de données a échoué « {0} ». {1} - - - Failed to create firewall rule: {0} - {0} is the error message - Échec de la création de la règle de pare-feu : {0} - - - Failed to create profiler session: {0} - {0} is the error message - Nous n’avons pas pu créer la session du profileur : {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - Échec de la suppression de l’identifiant avec l’id : {0}. {1} - - - Failed to delete table from schema designer. - La suppression de la table du concepteur de schémas a échoué. - - - Failed to delete table. - Échec de la suppression de la table. - - - Failed to delete {0}. - Failed to delete {0}. - La suppression de {0} a échoué. - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - Impossible de placer la base de données « {0} ». {1} - - - Failed to establish connection - Impossible d'établir la connexion - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - Échec de l’établissement de la connexion avec l’ID « {0} ». Vérifiez les détails de la connexion et la connectivité réseau. - - - Failed to export profiler events: {0} - {0} is the error message - Nous n’avons pas pu exporter les événements du profileur : {0} - - - Failed to export results: {0} - {0} is the error message - Désolé, nous n’avons pas pu exporter les résultats : {0} - - - Failed to fetch Docker container tags: {0} - Échec de la récupération des balises de conteneur Docker : {0} - - - Failed to fetch user tokens. - La récupération des jetons utilisateur a échoué. - - - Failed to generate SqlPackage command: {0} - Nous n’avons pas pu générer la commande SqlPackage : {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - Échec de la génération du script de publication : « {0} » - - - Failed to generate script. Please check the logs for more details. - Échec de la génération du script. Veuillez consulter les journaux pour plus de détails. - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - Échec de la génération du script : '{0}' - - - Failed to generate script: {0} - {0} is the error message - Échec de la génération du script : {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - Échec de l’obtention des espaces de travail Fabric pour le locataire « {0} ({1}) ». - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - Échec de l’obtention des espaces de travail Fabric pour le locataire « {0} ({1}) ». {2} - - - Failed to get authentication method, please remove and re-add the account. - Échec de l’obtention de la méthode d’authentification. Supprimez et rajoutez le compte. - - - Failed to get connection string: {0} - Désolé, nous n’avons pas pu obtenir la chaîne de connexion : {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - Échec de l’obtention du client « {0} » pour le compte « {1} ». - - - Failed to import file. - Nous n’avons pas pu importer le fichier. - - - Failed to launch profiler: {0} - {0} is the error message - Nous n’avons pas pu lancer le profileur : {0} - - - Failed to list databases - La génération de la liste de bases de données a échoué - - - Failed to load code analysis rules - Nous n’avons pas pu charger les règles d’analyse de code - - - Failed to load data: {0} - {0} is the error message - Nous n’avons pas pu charger les données : {0} - - - Failed to load databases - Échec du chargement des bases de données - - - Failed to load publish profile - Nous n’avons pas pu charger le profil de publication - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - Nous n’avons pas pu obtenir le jeton pour la ressource « {1} ». Erreur : {0} - - - Failed to open Edit Data: {0} - {0} is the error message - Impossible d’ouvrir la modification des données : {0} - - - Failed to open Modify Table: {0} - {0} is the error message - Échec de l’ouverture de la modification de la table : {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - Nous n’avons pas pu ouvrir le Concepteur de schémas : {0} - - - Failed to open Table Designer: {0} - {0} is the error message - Nous n’avons pas pu ouvrir le Concepteur de tables : {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - Impossible d'ouvrir l'URL. Le navigateur intégré Simple Browser peut être désactivé. - - - Failed to open XEL file: {0} - {0} is the error message - Nous n’avons pas pu ouvrir le fichier XEL : {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - Échec de l'ouverture du fichier scmp : '{0}' - - - Failed to open script in editor. - Échec de l’ouverture du script dans l’éditeur. - - - Failed to open script: {0} - {0} is the error message - Échec de l'ouverture du script : {0} - - - Failed to open text in editor: {0} - {0} is the error message - Nous n’avons pas pu ouvrir le texte dans l’éditeur : {0} - - - Failed to pull DAB container image. Please check your network connection. - Nous n’avons pas pu tirer (pull) l’image conteneur de générateur d’API de données. Vérifiez votre connexion réseau. - - - Failed to pull SQL Server image. Please check your network connection and try again. - Échec de l'extraction de l'image SQL Server. Veuillez vérifier votre connexion réseau et réessayer. - - - Failed to read saved rule overrides from project - Nous n’avons pas pu lire les remplacements de règles enregistrés à partir du projet - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - Échec de l’actualisation de la connexion ${0} avec l’URI {1}, résultat de connexion non valide. - - - Failed to remove row: {0} - {0} is the error message - Échec de la suppression de la ligne : {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - Échec du renommage de la base de données « {0} » en « {1} ». {2} - - - Failed to resolve the refactor log for this file: {0} - Échec de la résolution du journal de refactorisation pour ce fichier : {0} - - - Failed to revert cell: {0} - {0} is the error message - Échec de la restauration de la cellule : {0} - - - Failed to revert row: {0} - {0} is the error message - Échec de la restauration de la ligne : {0} - - - Failed to run table query. - Échec de l'exécution de la requête de table. - - - Failed to run table query: {0} - {0} is the error message - Échec de l'exécution de la requête de table : {0} - - - Failed to save changes: {0} - {0} is the error message - Échec de l’enregistrement des changements : {0} - - - Failed to save code analysis rules - Nous n’avons pas pu charger les règles de Code Analysis - - - Failed to save publish profile - Nous n’avons pas pu enregistrer le profil de publication - - - Failed to save results. {0} - {0} is the error message - Nous n’avons pas pu enregistrer les résultats. {0} - - - Failed to save results: {0} - {0} is the underlying error message - Nous n’avons pas pu enregistrer les résultats : {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - Échec de l'enregistrement du fichier scmp : '{0}' - - - Failed to script object: {0} - {0} is the error message - Échec de la génération du script de l’objet : {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - Nous n’avons pas pu démarrer « {0} » : {1} - - - Failed to start DAB container. - Nous n’avons pas pu démarrer le conteneur de générateur d’API de données. - - - Failed to start DAB container. Please check the Docker logs for details. - Nous n’avons pas pu démarrer le conteneur de générateur d’API de données. Vérifiez les journaux Docker pour plus de détails. - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - Échec du démarrage du conteneur SQL Server. Veuillez vérifier le message d’erreur pour plus de détails, puis réessayez. - - - Failed to start profiler: {0} - {0} is the error message - Échec du démarrage du profileur : {0} - - - Failed to start query. - Désolé, échec du démarrage de la requête. - - - Failed to start {0}. - Failed to start {0}. - Échec du démarrage de {0}. - - - Failed to stop and remove DAB container. - Nous n’avons pas pu arrêter et supprimer le conteneur de générateur d’API de données. - - - Failed to stop {0}. - Failed to stop {0}. - Échec de l'arrêt de {0}. - - - Failed to update cell: {0} - {0} is the error message - Échec de la mise à jour de la cellule : {0} - - - Failed to update schema designer. - La mise à jour du concepteur de schémas a échoué. - - - Failed to update table in schema designer. - La mise à jour de la table dans le concepteur de schémas a échoué. - - - Failed to update table. - La mise à jour de la table a échoué. - - - Feedback - Commentaires - - - Fetching {0} script... - {0} is the script type - Récupération en cours du script {0}... Merci de patienter. - - - File - Fichier - - - File (Read-Only) - Ficher (en lecture seule) - - - File Name - Nom de fichier - - - File already exists. It will be overwritten if you continue - Le fichier existe déjà. Il sera écrasé si vous continuez - - - File imported successfully - Le fichier a bien été importé - - - File is required - Le fichier est obligatoire - - - File name is required - Nom de fichier requis - - - File not found - Fichier introuvable - - - File path - Chemin d’accès au fichier - - - File path is required - Le chemin d'accès au fichier est requis - - - File to be imported - Fichier à importer - - - File type - Type de fichier - - - File: {0} - {0} is the file name - Fichier : {0} - - - Files - Fichiers - - - Files of Type - Fichiers de type - - - Filter - Filtrer - - - Filter ({0}) - {0} is the number of selected tables - Filtre ({0}) - - - Filter Azure subscriptions - Filtrer les abonnements Azure - - - Filter Changes - Filtrer les changements - - - Filter Options - Options de filtre - - - Filter Settings - Paramètres de filtres - - - Filter active - Filtre actif - - - Filter by keyword - Filtrer par mot clé - - - Filter by name - Filtrer par nom - - - Filter by schema - Filtrer par schéma - - - Filter by severity - Filtrer par gravité - - - Filter by type - Filtrer par type - - - Filter changes - Filtrer les changements - - - Filter entities - Filtrer les entités - - - Filter entities... - Filtrer les entités... - - - Filter events by column values - Filtrer les événements en fonction des valeurs de colonne - - - Filter for any field... - Filtrer un champ... - - - Filter operator - Opérateur de filtre - - - Filter shortcuts - Raccourcis de filtres - - - Filter value - Valeur de filtre - - - Filter {0} - Filtre {0} - - - Filter... - Filtrer... - - - Filter: {0} - {0} is the column name - Filtre : {0} - - - Filters - Filtres - - - Find - Rechercher - - - Find Next - Rechercher suivant - - - Find Node - Rechercher un nœud - - - Find Nodes - Rechercher de nœuds - - - Find Previous - Rechercher précédent - - - Finish - Terminer - - - Finished Deployment - Fin du déploiement - - - Finished query execution for document "{0}" - {0} is the document name - Exécution de la requête terminée pour le document « {0} » - - - Firewall - Pare-feu - - - Firewall rule name - Nom de la règle de pare-feu - - - Firewall rule successfully added. Retry profile creation? - Règle de pare-feu ajoutée. Réessayer la création du profil ? - - - Firewall rule successfully created. - Règle de pare-feu créée. - - - First Page - Première page - - - Flat - Plat - - - Focus the Messages tab - Focus sur l’onglet Messages - - - Focus the Query Plan tab - Focus sur l’onglet Plan de requête - - - Focus the Results tab in the query results panel - Focus sur l’onglet Résultats dans le volet des résultats de la requête - - - Folder Path - Chemin d’accès du dossier - - - Folder Structure - Structure du dossier - - - Folder is required - Le dossier est obligatoire - - - Folder path - Chemin d’accès au dossier - - - Folder path is required - Le chemin d’accès au dossier est obligatoire - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - Pour les données numériques, le nombre maximal de chiffres décimaux qui peuvent être stockés dans cet objet de base de données à droite de la virgule décimale. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - Pour les données numériques, le nombre maximal de chiffres décimaux pouvant être stockés dans cet objet de base de données. - - - Force fit columns - Forcer l’ajustement des colonnes - - - Foreign Column - Chronique étrangère - - - Foreign Key - Clé étrangère - - - Foreign Key {0} - {0} is the index of the foreign key - Clé étrangère {0} - - - Foreign Keys - Clés étrangères - - - Foreign Table - Table étrangère - - - Foreign key '{0}' already exists - {0} is the foreign key name - La clé étrangère « {0} » existe déjà - - - Foreign key column mappings are required. - Les mappages des colonnes de clé étrangère sont obligatoires. - - - Foreign key column mappings must be the same length. - Les mappages des colonnes de clé étrangère doivent avoir la même longueur. - - - Foreign keys - Clés étrangères - - - Formula - Formule - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - Promesse de reconnexion en attente trouvée pour l’URI {0}, échec. - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - Promesse de reconnexion trouvée en attente pour l’URI {0}. - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - {0} profil(s) de connexion enregistré(s) trouvé(s). - - - Free compute & storage - Calcul et stockage gratuits - - - Free offer applied - Offre gratuite appliquée - - - Freeze columns - Figer les colonnes - - - From - Label for the start IP address in the firewall rule IP range - De - - - Full - Complet - - - Function - Fonction - - - Functions - Fonctions - - - General - Général - - - General Options - Options générales - - - General Purpose - Usage général - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - Générez en langage naturel des configurations de générateur d’API de données grâce aux outils de conversation et d’assistant GitHub Copilot. Décrivez vos besoins pour l’API et laissez GitHub Copilot monter automatiquement la configuration à votre place. - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - Générez des points de terminaison REST, GraphQL et MCP à partir des objets de votre base de données SQL (tables). Vous pouvez modifier la configuration manuellement ou via GitHub Copilot pour planifier puis générer des mises à jour, puis les déployer localement avec Docker. - - - Generate Script - Générer le script - - - Generate mock data and seed scripts to support testing and development environments - Générer des données factices et des scripts d’amorçage pour prendre en charge les environnements de test et de développement - - - Generate script to deploy changes to target - Générer un script pour déployer les changements sur la cible - - - Generate sqlpackage command - Générer la commande sqlpackage - - - Generated file added to {0} - {0} is the generated file path - Fichier généré ajouté à {0} - - - Generating Report. This may take a while... - Génération du rapport. Cela peut prendre du temps... - - - Generating SAS key failed: {0} - {0} is the error message - Nous n’avons pas pu générer la clé de SAS : {0} - - - Generating report, this might take a while... - Génération du rapport en cours. Cela peut prendre un certain temps... - - - Generating script... - Génération du script... - - - Geo-redundant backup storage - Stockage de sauvegarde géoredondant - - - Get Connection Details - Obtenir les informations sur la connexion - - - Get Started - Prise en main - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Obtenir les détails de connexion pour la connexion « {0} » (ID : {1}) ? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - Obtenir des recommandations liées à la sécurité, notamment pour éviter les injections SQL ou les autorisations excessives - - - Getting Docker Ready... - Préparation de Docker... - - - Getting Fabric database '{0}' - {0} is the database ID - Obtention de la base de données Fabric « {0} » - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - Obtention de l’espace de travail Fabric « {0} » - - - Getting Started - Prise en main - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Obtention des détails de connexion pour la connexion « {0} » (ID : {1}) - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - Obtention de la chaîne de connexion pour le point de terminaison SQL « {0} » dans l’espace de travail « {1} » - - - Getting container ready for connections - Préparation du conteneur pour les connexions - - - Getting definition ... - Obtention de la définition... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot – procédure guidée VS Code - - - GitHub Copilot integration in Data API builder - Intégration de GitHub Copilot dans le générateur d’API de données - - - GitHub Copilot survey - Enquête GitHub Copilot - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - Nous avons obtenu des paramètres d’utilisation d’outil non valides : « {0} ». ({1}) - - - GraphQL - GraphQL - - - Greater Than - Supérieur à - - - Greater Than or Equals - Supérieur ou égal à - - - Greater than - Supérieur à - - - Greater than or equal to - Supérieur ou égal à - - - Grid View - Affichage en mode grille - - - Group by - Regrouper par - - - Group differences by - Regrouper les différences par - - - Help - Aide - - - Help us improve by sharing your thoughts. - Aidez-nous à nous améliorer en partageant vos idées. - - - Hide Changes - Masquer les changements - - - Hide Changes Highlight - Masquer la mise en surbrillance des modifications - - - Hide Confirm Password - Masquer le mot de passe de confirmation - - - Hide Definition - Masquer la définition - - - Hide New Password - Masquer le nouveau mot de passe - - - Hide SQL Pane - Masquer le volet SQL - - - Hide column - Masquer la colonne - - - Hide full error message - Masquer le message d’erreur complet - - - Hide password - Masquer le mot de passe - - - Hide this panel - Masquer ce panneau - - - Highlight Changes - Mettez les changements en surbrillance - - - Highlight Expensive Operation - Mettre en surbrillance l’opération coûteuse - - - Highlights - À la une - - - Hostname - Nom d’hôte - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - Quelle est la probabilité que vous recommandiez l’extension MSSQL à un(e) ami(e) ou à un(e) collègue ? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - Quelle est la probabilité pour que vous recommandiez {0} à un(e) ami(e) ou à un(e) collègue ? - - - How many tables are in this database? - Combien de tableaux contient cette base de données ? - - - Hue - Teinte - - - I have read the summary and understand the potential risks. - J’ai lu le résumé et compris les risques potentiels. - - - I understand this action is permanent and irreversible - Je comprends que cette action est permanente et irréversible - - - I'm sorry, I can only assist with SQL-related questions. - Je suis désolé... Je ne peux vous aider qu’avec les questions liées à SQL. - - - IP address range - Plage d’adresses IP - - - Identity - Identité - - - Ignore Options - Ignorer les options - - - Ignore Tenant - Ignorer le locataire - - - Image tag - Balise d’image - - - Import BACPAC - Importer BACPAC - - - Import Data - Importer des données - - - Import File - Importer le fichier - - - Import Flat File - Importer un fichier plat - - - Import Information - Importer des informations - - - Import New File - Importer un nouveau fichier - - - Import Status - État de l’importation - - - Import a .bacpac file to a new or empty database - Importer un fichier .bacpac dans une base de données nouvelle ou vide - - - Import anyway - Continuer l’importation - - - Import complete. You can close this dialog. - Importation terminée. Vous pouvez fermer ce dialogue. - - - Import connection configuration settings from Azure Data Studio - Importer les paramètres de configuration de connexion à partir d’Azure Data Studio - - - Import failed: {0} - {0} is the error message returned from the import helper. - Échec de l’importation : {0} - - - Import file is required - Le fichier d’importation est obligatoire - - - Import from Azure Data Studio - Importer depuis Azure Data Studio - - - Import selected - Importer la sélection - - - Importance - Importance - - - Importing BACPAC... - Importation de BACPAC... - - - Importing data... - Importation en cours des données... - - - Importing selections - Importation des sélections - - - In - Dans - - - In case you missed it - Au cas où vous l’auriez manqué - - - In progress - En cours - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - Dans l’expérience de générateur API Données, le déploiement de conteneur local est uniquement disponible pour les connexions utilisant l’authentification SQL. Votre type de connexion actuel n'est pas pris en charge. - - - Include - Inclure - - - Include Object Types - Inclure les types d’objets - - - Include all columns - Inclure toutes les colonnes - - - Include all object types - Inclure tous les types d’objets - - - Incomplete or orphaned connections - Connexions incomplètes ou orphelines - - - Index - Index - - - Indexes - Index - - - Initializing DAB configuration... - Initialisation de la configuration du DAB... - - - Initializing comparison, this might take a while... - Initialisation de la comparaison. Cette opération peut durer un certain temps... - - - Insert - Insérer - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - Insérez le texte sélectionné de l’éditeur de requêtes en utilisant {arg}. Si vous n’utilisez pas l’espace réservé, le texte sélectionné est automatiquement ajouté à la fin de la requête. - - - Install Docker - Installer Docker - - - Install the MSSQL Database Management Keymap extension - Installer l’extension MSSQL Database Management Keymap - - - Instant Container Setup - Configuration instantanée du conteneur - - - Insufficient Workspace Permissions - Autorisations d'espace de travail insuffisantes - - - Integrated - Intégré - - - Integrated & secure - Intégré et sécurisé - - - Invalid Firewall rule name - Nom de règle de pare-feu non valide - - - Invalid IP Address - Adresse IP non valide - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - Mot de passe SQL Server non valide pour {0}. Le mot de passe doit contenir de 8 à 128 caractères et respecter les exigences de complexité. Pour plus d’informations, veuillez consulter la page https://docs.microsoft.com/sql/relational-databases/security/password-policy - - - Invalid column reference. Use either id OR name. - Référence de colonne non valide. Utilisez l’ID OU le nom. - - - Invalid column width - Largeur de colonne non valide - - - Invalid connection URI provided. - URI de connexion fourni non valide. - - - Invalid connection string: {0} - Chaîne de connexion non valide : {0} - - - Invalid database - Base de données invalide - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - Référence d’entité non valide. Utilisez id OU schemaName+tableName OU schemaName+sourceName+sourceType. - - - Invalid file - Fichier incorrect - - - Invalid file extension. Expected .dacpac or .bacpac - Extension de fichier invalide. Fichier attendu : .dacpac ou .bacpac - - - Invalid foreign key. - Clé étrangère invalide. - - - Invalid max length '{0}' - {0} is the max length - La longueur maximale « {0} » n’est pas valide - - - Invalid table payload. Expected table with columns array. - Charge utile de table non valide. Une table avec un tableau de colonnes est attendue. - - - Invalid table type - Type de table non valide - - - Is Computed - Est calculé - - - Is Identity - Est l’identité - - - Is Ledger Database - Est la base de données du grand livre - - - Is Not Null - N’est pas nul - - - Is Null - Est nul - - - Is Persisted - Est persistant - - - Issues ({0}) - {0} is the number of issues - Problèmes ({0}) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - Participer aux discussions - - - Keep in query pane - Conserver dans le volet de requête - - - Key - Clé - - - Keybinding - Combinaison de touches - - - Keyboard Shortcuts editor - Éditeur des raccourcis clavier - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - Les clés du cache de jetons n’ont pas pu être enregistrées dans le magasin d’informations d’identification, ce qui peut entraîner des problèmes de persistance du jeton d’accès d’identifiant Microsoft Entra et des instabilités de connexion. Il est probable que SqlTools ait atteint la limite de stockage des informations d’identification sous Windows. Veuillez effacer au moins deux informations d’identification commençant par « Microsoft.SqlTools| » dans Windows Credential Manager et rechargez. - - - LRS - LRS - - - LRS backup (locally redundant) - Sauvegarde LRS (localement redondante) - - - Last Page - Dernière page - - - Learn More - En savoir plus - - - Learn more - En savoir plus - - - Learn more about Azure SQL Database free tier - En savoir plus sur le niveau gratuit d’Azure SQL Database - - - Learn more about SQL Server 2025 features - En savoir plus sur les fonctionnalités SQL Server 2025 - - - Leave the source database in the restoring state - Laisser la base de données source à l’état de restauration - - - Length - Longueur - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - Incompatibilité de longueur : la colonne « {0} » ({1}) est incompatible avec « {2} » ({3}) - - - Less Than - Inférieur à - - - Less Than or Equals - Inférieur ou égal à - - - Less than - Inférieur à - - - Less than or equal to - Inférieur ou égal à - - - Line {0} - {0} is the line number - Ligne {0} - - - Link copied to clipboard - Lien copié dans le Presse-papiers - - - List Connections - Liste des connexions - - - List Databases - Liste de bases de données - - - List Functions - Lister les fonctions - - - List Schemas - Lister les schémas - - - List Tables - Lister les tables - - - List Views - Lister les vues - - - List all connections registered with the mssql extension? - Voulez-vous répertorier toutes les connexions enregistrées avec l’extension MSSQL ? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Répertorier les bases de données pour la connexion « {0} » (ID : {1}) ? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Répertorier les fonctions pour la connexion « {0} » (ID : {1}) ? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Répertorier les schémas pour la connexion « {0} » (ID : {1}) ? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Répertorier les tables pour la connexion « {0} » (ID : {1}) ? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Répertorier les vues pour la connexion « {0} » (ID : {1}) ? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - Liste des bases de données SQL Fabric pour l’espace de travail « {0} » - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - Liste des points de terminaison SQL Fabric pour l’espace de travail « {0} » - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - Liste des entrepôts Fabric pour l’espace de travail « {0} » - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - Liste des capacités Fabric pour le client « {0} » - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - Liste des espaces de travail Fabric pour le client « {0} » - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Classement des bases de données pour la connexion « {0} » (ID : {1}) - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Classement des fonctions pour la connexion « {0} » (ID : {1}) - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - Liste des attributions de rôles pour l’espace de travail « ${workspaceId} » - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Classement des schémas pour la connexion « {0} » (ID : {1}) - - - Listing server connections - Liste des connexions au serveur - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Classement des tables pour la connexion « {0} » (ID : {1}) - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Classement des vues pour la connexion « {0} » (ID : {1}) - - - Load - Charger - - - Load from Connection String - Charger à partir de la chaîne de connexion - - - Load profile... - Charger le profil... - - - Load source, target, and options saved in an .scmp file - Charger la source, la cible et les options enregistrées dans un fichier .scmp - - - Loading - Chargement - - - Loading Azure Accounts - Chargement des comptes Azure - - - Loading Azure SQL Database... - Chargement d’Azure SQL Database... - - - Loading Azure accounts - Chargement des comptes Azure - - - Loading Fabric Accounts - Chargement des comptes Fabric - - - Loading Fabric provisioning... - Chargement en cours de l’approvisionnement Fabric... - - - Loading Report - Rapport sur le chargement - - - Loading Schema Designer - Chargement du concepteur de schéma - - - Loading Schema Designer Model... - Chargement du modèle de concepteur de schéma... - - - Loading Table Designer - Concepteur de tables de chargement - - - Loading XEL file: {0} - {0} is the file name - Chargement en cours du fichier XEL : {0} - - - Loading backup database... - Chargement en cours de la base de données de sauvegarde... - - - Loading code analysis rules... - Chargement des règles d'analyse du code... - - - Loading collations... - Chargement des collations... - - - Loading database objects - Chargement des objets de base de données - - - Loading databases in '{0}'... - {0} is the name of the workspace - Chargement des bases de données dans « {0} »... - - - Loading databases in selected workspace... - Chargement des bases de données dans l’espace de travail sélectionné... - - - Loading deployment - Chargement du déploiement - - - Loading execution plan... - Chargement du plan d’exécution... - - - Loading flat file import... - Chargement en cours de l’importation de fichier plat... - - - Loading local containers... - Chargement des conteneurs locaux... - - - Loading locations - Chargement des emplacements - - - Loading maintenance windows... - Chargement des fenêtres de maintenance... - - - Loading resource groups - Chargement des groupes de ressources - - - Loading restore database... - Chargement de la base de données de restauration... - - - Loading restore plan... - Chargement du plan de restauration... - - - Loading results... - Chargement des résultats... - - - Loading schemas... - Chargement en cours des schémas... - - - Loading servers - Chargement des serveurs - - - Loading servers in '{0}'... - {0} is the name of the subscription - Chargement des serveurs dans « {0} »... - - - Loading servers in selected subscription... - Chargement des serveurs dans l’abonnement sélectionné... - - - Loading subscriptions - Chargement des abonnements - - - Loading subscriptions... - Chargement en cours des abonnements... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - Chargement du résumé pour {0} lignes (Cliquez pour annuler) - - - Loading table data... - Chargement des données de table... - - - Loading table preview... - Chargement en cours de l’aperçu de la table... - - - Loading tenants - Chargement des clients - - - Loading tenants... - Chargement des locataires... - - - Loading text view... - Chargement de l’affichage du texte... - - - Loading workspaces - Chargement des espaces de travail - - - Loading workspaces... - Chargement en cours des espaces de travail... Merci de patienter. - - - Loading... - Chargement en cours... - - - Local Container Deployment - Déploiement local du conteneur - - - Local SQL Server database container - Conteneur de base de données SQL Server local - - - Local container deployment is currently only supported with SQL Authentication connections. - Le déploiement de conteneurs locaux est actuellement pris en charge uniquement avec les connexions qui utilisent l’authentification SQL. - - - Locally-redundant backup storage - Stockage de sauvegarde localement redondant - - - Locate an Azure Data Studio settings.json file to import - Trouvez un fichier settings.json d’Azure Data Studio à importer - - - Location - Emplacement - - - Location (Workspace) - Emplacement (espace de travail) - - - Location of the file to be imported - Emplacement du fichier à importer - - - Log file folder - Dossier du fichier journal - - - Logical file name - Nom de fichier logique - - - Logical operator - Opérateur logique - - - Logs - Journaux - - - Logs copied to clipboard - Journaux d’activité copiés dans le Presse-papiers - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - Recherchez-vous des raccourcis clavier d’Azure Data Studio, comme F5, pour exécuter des requêtes ? - - - MCP - MCP - - - MCP custom tool - Ajouter un outil MCP - - - MCP server added to {0} - {0} is the file path where the MCP server was added - Serveur MCP ajouté à {0} - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - Le serveur MCP est déjà configuré dans {0} - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL – Journaux d’authentification Azure - - - MSSQL - VS Code walkthrough - MSSQL – procédure guidée VS Code - - - MSSQL Feedback - Commentaires sur MSSQL - - - MSSQL Notebook connected to {0} - {0} is the connection label - Bloc-notes MSSQL connecté à {0} - - - MSSQL extension icon - Icône d’extension MSSQL - - - MSSQL: Click to change connection - MSSQL : cliquer pour changer de connexion - - - MSSQL: Click to change database - MSSQL : cliquer pour modifier la base de données - - - MSSQL: Welcome & What's New - MSSQL : Bienvenue et nouveautés - - - MSSQL: What's new - MSSQL : nouveautés - - - Maintenance Window - Fenêtre de maintenance - - - Make everything read-only - Tout rendre en lecture seule - - - Manage Connection Profiles - Gérer les profils de connexion - - - Manage relationships - Gérer les relations - - - Mandatory (Recommended) - Obligatoire (recommandé) - - - Mandatory (True) - Obligatoire (Vrai) - - - Max - Max - - - Max 10 databases / subscription - Maximum 10 bases de données par abonnement - - - Max Length - Longueur maximale - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - Le nombre maximal de lignes pour le filtrage/tri a été dépassé. Pour le mettre à jour, accédez à Paramètres utilisateur et modifiez le paramètre : mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - vCores max - - - Max: {0} - {0} is the max - Maximum : {0} - - - Maximize - Agrandir - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - Agrandir ({0}) - - - Maximize Panel Size - Agrandir la taille du panneau - - - Maximize details panel - Agrandir le panneau des détails - - - Maximize panel size - Maximiser la taille du panneau - - - Maximize results grid - Agrandir la grille des résultats - - - Media - Média - - - Media set description is required - La description du support de sauvegarde est obligatoire - - - Media set name is required - Le nom du support de sauvegarde est obligatoire - - - Message - Message - - - Messages - Messages - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - Messages ({0}) - - - Metric - Métrique - - - Microsoft Account - Compte Microsoft - - - Microsoft Account is required - Un compte Microsoft est requis - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Compte Microsoft Entra - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Identifiant Microsoft Entra - - - Microsoft Entra Id - Default - Microsoft Entra – Par défaut - - - Microsoft Entra Id - Service Principal - ID Microsoft Entra – Principal de service - - - Microsoft Entra Id - Universal w/ MFA Support - Identifiant Microsoft Entra – Universel avec prise en charge MFA - - - Microsoft Entra account {0} successfully added. - {0} is the account name - Compte Microsoft Entra {0} ajouté avec succès. - - - Microsoft Fabric integration - Intégration de Microsoft Fabric - - - Microsoft SQL Server License Agreement - Contrat de licence Microsoft SQL Server - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Microsoft examine vos commentaires pour améliorer nos produits, donc veillez à ne pas inclure de données personnelles ou de contenu confidentiel/propriétaire. - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Microsoft traitera les commentaires que vous envoyez conformément aux instructions de votre organisation pour améliorer son expérience et la vôtre avec ce produit. Si vous avez des questions sur l’utilisation des données des commentaires, veuillez contacter l’administrateur de votre tenant. Le traitement des données de commentaires est régi par l’Addendum de protection des données des produits et services Microsoft entre votre organisation et Microsoft, et les commentaires que vous envoyez sont considérés comme des Données personnelles conformément à cet addendum. - - - Microsoft would like your feedback - Microsoft souhaite recevoir vos commentaires - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - Migrez les connexions enregistrées, les groupes de connexions et les paramètres de connexion depuis Azure Data Studio vers l’extension MSSQL. De plus, le mappage de touches MSSQL Data Management peut être installé pour ajouter les raccourcis familiers d’Azure Data Studio. - - - Min - Min - - - Min: {0} - {0} is the min - Minimum : {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - Référence de connexion manquante. Veuillez indiquer exactement l'un des éléments suivants : connectionId ou connectionName. - - - Missing schema payload for replace_schema operation. - Charge utile de schéma manquante pour l’opération replace_schema. - - - Missing table payload for update_table operation. - Charge utile de table manquante pour l’opération update_table. - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - Cible de table manquante pour l’opération delete_table. Fournissez tableId ou tableName+schemaName. - - - Modified - Modifié - - - Modified column '{0}' - {0} is the column name - Colonne « {0} » modifiée - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - Colonne « {0} » modifiée : {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - Clé étrangère « {0} » modifiée - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - Clé étrangère « {0} » modifiée : {1} - - - Modified table {0} - {0} is the qualified table name - Table modifiée {0} - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - Table modifiée {0} : {1} - - - Modify Columns - Modifier les colonnes - - - Modify Table - Modifier la table - - - Monitor usage and manage your free tier limits - Surveillez votre utilisation et gérez les limites de votre offre gratuite - - - Monthly limits - Limites mensuelles - - - More Query Actions - Autres actions de requête - - - Move Down - Descendre - - - Move Up - Monter - - - Move and expand the active grid selection - Déplacer et développer la sélection de grille active - - - Move focus to the next result set grid - Déplacer le focus vers la grille du jeu de résultats suivant - - - Move focus to the previous result set grid - Déplacer le focus vers la grille précédente du jeu de résultats - - - Move selection to the first cell in the row - Déplacer la sélection vers la première cellule de la ligne - - - Move selection to the last cell in the row - Déplacer la sélection vers la dernière cellule de la ligne - - - Move to Root - Déplacer vers la racine - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - Le déplacement vers le schéma est uniquement pris en charge pour les fichiers SQL qui font partie d’un projet SQL ouvert. Ouvrez d’abord le projet dans le panneau Projets de base de données. - - - Move to Schema request failed: {0} - Échec du déplacement vers la requête de schéma : {0} - - - Move to Schema... - Passer au schéma... - - - Move to row end - Passer à l’extrémité de ligne - - - Move to row start - Déplacer vers le début de ligne - - - Move to schema '{0}' - Déplacer vers le schéma '{0}' - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - Plusieurs groupes de connexions avec l’ID « {0} » ont été trouvés. Supprimez ou renommez-les tous, sauf un dans User/Global settings.json, puis redémarrez l’extension. - - - Must be a valid number - Doit être un nombre valide - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - Il doit commencer et se terminer par un caractère alphanumérique. De plus, il doit contenir uniquement des caractères alphanumériques, tirets bas, des points ou des traits d’union - - - Mutation - Mutation - - - MyProfilerSession - MyProfilerSession - - - NULL - NULL - - - Name - Nom - - - Name for the Docker container running DAB - Le nom du conteneur Docker qui exécute le générateur d’API de données - - - Name of the primary key. - Nom de la clé primaire. - - - Navigate to this item in the diagram - Accédez à cet élément dans le diagramme - - - Navigation - Navigation - - - Needs attention - Requiert votre attention - - - New Azure SQL logical server (Preview) - Nouveau serveur logique Azure SQL (préversion) - - - New Check Constraint - Nouvelle contrainte de vérification - - - New Column - Nouvelle colonne - - - New Column Mapping - Nouveau mappage de colonnes - - - New Database - Nouvelle base de données - - - New Database Name - Nouveau nom de la base de données - - - New Deployment - Nouveau déploiement - - - New File - Nouveau fichier - - - New Foreign Key - Nouvelle clé étrangère - - - New Index - Nouvel index - - - New Local Docker SQL Server - Créer un Docker SQL Server local - - - New Microsoft Entra account could not be added. - Le nouveau compte Microsoft Entra n’a pas pu être ajouté. - - - New Password - Nouveau mot de passe - - - New Query - Nouvelle requête - - - New Query Profiler - Enter Name - Nouveau Profiler de requête – Nommez - - - New Query Profiler - Select Template - Nouveau Profiler de requête (préversion) – Sélectionnez un modèle - - - New SQL database - Nouvelle base de données SQL - - - New Session - Nouvelle session - - - New Table Name - Nouveau nom de table - - - New column mapping - Nouveau mappage de colonnes - - - New database name must be different from the current name - Le nouveau nom de base de données doit être différent du nom actuel - - - New media set description - Description du nouveau support de sauvegarde - - - New media set name - Nom du nouveau support de sauvegarde - - - New to MSSQL extension? Check out our quick-start guide. - Vous débutez avec l’extension MSSQL ? Consultez notre guide de démarrage rapide. - - - New to the MSSQL extension? Check out our quick-start guide. - Vous débutez avec l’extension MSSQL ? Consultez notre guide de démarrage rapide. - - - Next - Suivant - - - Next Page - Page suivante - - - Next result grid - Grille de résultats suivante - - - No - Non - - - No Action - Aucune action - - - No Azure accounts found - Aucun compte Azure trouvé - - - No Microsoft Entra account can be found for removal. - Aucun compte Microsoft Entra n’a été trouvé pour la suppression. - - - No Queries Available - Aucune requête disponible - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - Connexion MCP SQL Tools introuvable pour connectionName : {0} - - - No account selected - Aucun compte sélectionné - - - No active connection - Aucune connexion active - - - No active connection for database change - Désolé, aucune connexion active pour le changement de base de données - - - No active connection for schema view - Aucune connexion active pour la vue de schéma - - - No active connection. - Aucune connexion active. - - - No active database connection in the current editor. Please establish a connection to continue. - Désolé, aucune connexion aux bases de données active dans l’éditeur actuel. Établissez une connexion pour continuer. - - - No active notebook. - Aucun bloc-notes actif. - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - Aucun concepteur de schéma actif trouvé. Veuillez d'abord ouvrir Data API builder à l'aide de `mssql_dab` avec l'opération « show », ou via l'interface utilisateur. - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - Nous n’avons trouvé aucun concepteur de schéma actif. Ouvrez-en-un d’abord avec mssql_schema_designer en utilisant l’opération « show » ou avec l’interface utilisateur. - - - No active text editor found. Please open a file with an active database connection. - Éditeur de texte actif introuvable. Ouvrez un fichier avec une connexion de base de données active. - - - No authentication required - Aucune authentification obligatoire - - - No background tasks - Aucune tâche en arrière-plan - - - No backup sets found in the restore plan - Aucun jeu de sauvegarde trouvé dans le plan de restauration - - - No blob containers found - Aucun conteneur de blobs détecté - - - No blobs found - Aucun objet blob trouvé - - - No changes detected - Aucune modification détectée - - - No changes match your search. - Désolé, aucun changement ne correspond à votre recherche. - - - No changes yet. - Aucune modification encore. - - - No code analysis rules available. - Aucune règle Code Analysis n’est disponible. - - - No connection credentials found - Désolé, aucune information d’identification trouvée - - - No connection found for connectionId: {0} - {0} is the connection ID - Aucune connexion trouvée pour \connectionId : {0} - - - No connection groups were found in the file. - Aucun groupe de connexion n’a été trouvé dans le fichier. - - - No connection information found - Désolé, aucune information de connexion trouvée - - - No connection profiles to edit. - Aucun profil de connexion à modifier. - - - No connection profiles to remove. - Aucun profil de connexion à supprimer. - - - No connection selected. - Aucune connexion n’est sélectionnée. - - - No connection was found. Please connect to a server first. - Aucune connexion. Connectez-vous d’abord à un serveur. - - - No connections available. Please create a connection first. - Aucune connexion disponible. Veuillez d'abord établir une connexion. - - - No connections were found in the file. - Aucune connexion n’a été trouvée dans le fichier. - - - No customized settings found - Aucun paramètre personnalisé n’a été trouvé - - - No customized settings found in Azure Data Studio - Paramètres personnalisés introuvables dans Azure Data Studio - - - No data available - Aucune donnée n’est disponible - - - No data to display. - Aucune donnée à afficher. - - - No database files found in the restore plan - Aucun fichier de base de données trouvé dans le plan de restauration - - - No database selected. - Aucune base de données n’est sélectionnée. - - - No databases found in the selected workspace. - Désolé, aucunes bases de données dans l’espace de travail sélectionné. - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - Désolé, aucune base de données n’a été trouvée dans l’espace de travail « {0} ». - - - No databases found on the server. Please check your connection. - Aucune base de données trouvée sur le serveur. Veuillez vérifier votre connexion. - - - No databases found to import into. - Nous n’avons trouvé aucune base de données vers laquelle effectuer une importation. - - - No databases with backups found - Nous n’avons trouvé aucune base de données avec des sauvegardes - - - No elements found - Aucun élément retrouvé - - - No entities found - Désolé, aucune entité n’a été trouvée - - - No event selected - Aucun événement n’est sélectionné - - - No events to export - Aucun événement à exporter - - - No filter is currently active - Aucun filtre n’est actif pour l’instant - - - No items - Aucun élément - - - No log entries yet. - Aucune entrée de journal encore. - - - No matches found - Aucune correspondance trouvée - - - No matching shortcuts - Aucun raccourci correspondant - - - No model found. - Le modèle est introuvable. - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Pas besoin d’actualiser le jeton de compte Microsoft Entra pour la connexion {0} avec l’URI {1} - - - No object that can be moved to another schema was found at the cursor. - Aucun objet pouvant être déplacé vers un autre schéma n’a été trouvé au curseur. - - - No objects found - Aucun objet trouvé - - - No pending changes. Make edits to generate a script. - Aucune modification en attente. Apportez des modifications pour générer un script. - - - No profiler connection available - Aucune connexion de profileur n’est disponible - - - No profiler templates available - Aucun modèle de profileur n’est disponible - - - No property changes available. - Désolé, aucune modification de propriété disponible. - - - No query set - Aucun jeu de requêtes - - - No renameable symbol found at cursor. - Aucun symbole renommable trouvé au niveau du curseur. - - - No resource groups found - Aucun groupe de ressources trouvé - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - Aucune ressource de type « {0} » n’est configurée pour le cloud actuel « {1} ». Veuillez mettre à jour les paramètres de votre compte Azure. - - - No results - Aucun résultat - - - No results for the active editor - Aucun résultat pour l’éditeur actif - - - No results match the current filters - Aucun résultat ne correspond aux filtres actuels - - - No results to display - Aucun résultat à afficher - - - No rows affected - Aucune ligne affectée - - - No rules match the current filter. - Aucune règle ne correspond au filtre actuel. - - - No saved connection profiles found. - Désolé, aucun profil de connexion enregistré n’a été trouvé. - - - No saved connections found. Please create a connection first. - Aucune connexion enregistrée n’a été trouvée. Veuillez d’abord établir une connexion. - - - No schema differences were found. - Aucune différence de schéma. - - - No schemas found - Aucun schéma n’a été trouvé - - - No schemas were found in the project. - Aucun schéma n’a été trouvé dans le projet. - - - No script available. Make changes to the table data and generate a script first. - Aucun script disponible. Apportez d’abord des modifications aux données de la table et générez un script. - - - No script generated. - Aucun script généré. - - - No selection - Aucune sélection - - - No servers found - Aucun serveur n’a été trouvé - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - Aucun serveur trouvé dans l’abonnement « {0} ». - - - No servers found in the selected subscription. - Aucun serveur trouvé dans l’abonnement sélectionné. - - - No shortcut - Aucun raccourci - - - No storage accounts found - Aucun compte de stockage n'a été trouvé - - - No subscriptions found - Aucun abonnement n’a été trouvé - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - Nous n’avons trouvé aucun abonnement. Veuillez changer de compte ou de locataire Azure pour afficher les abonnements disponibles. - - - No templates available - Aucun modèle n’est disponible - - - No tenant selected - Aucun locataire sélectionné - - - No tenants are currently signed in. - Aucun locataire n’est connecté actuellement. - - - No tenants found - Aucun locataire trouvé - - - No text data available - Aucune donnée de texte n’est disponible - - - No tools to process. - Aucun outil n’est à traiter. - - - No workspace folder is open. Open a folder to add the MCP server configuration. - Aucun dossier d’espace de travail n’est ouvert. Ouvrez un dossier pour ajouter la configuration du serveur MCP. - - - No workspace folder is open. Open a folder to add the generated file. - Aucun dossier d’espace de travail n’est ouvert. Ouvrez un dossier pour ajouter le fichier généré. - - - No workspaces found - Aucun espace de travail n’a été trouvé - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - Désolé, aucun espace de travail trouvé. Modifiez le compte ou le locataire Fabric pour afficher les espaces de travail disponibles. - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - Fichier SQL non SQL Server détecté. Désactiver IntelliSense pour de tels fichiers ? - - - None - Aucun - - - None (empty database) - Aucun (base de données vide) - - - Not Between - Pas entre - - - Not Contains - Ne contient pas - - - Not Ends With - Ne se termine pas par - - - Not Equals - Différent de - - - Not Started - Non démarré - - - Not Starts With - Ne commence pas par - - - Not available for read-only file sessions - Non disponible pour les sessions de fichiers en lecture seule - - - Not connected - Non connecté - - - Not contains - Ne contient pas - - - Not currently signed in. Select to sign in to tenant. - Actuellement non connecté. Sélectionnez cette option pour vous connecter au tenant. - - - Not equal to - Différent de - - - Not likely at all - Pas du tout probable - - - Not running - Non exécuté - - - Not signed in - Non connecté - - - Not signed into tenant {0} - {0} is the tenant display name - Non connecté au tenant {0} - - - Not started - Non démarré - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - Remarque : un certificat auto-signé n’offre qu’une protection limitée et n’est pas une pratique recommandée pour les environnements de production. Voulez-vous activer « Approuver le certificat de serveur » sur cette connexion et réessayer ? - - - Null - Null - - - Null Count: {0} - {0} is the null count - Nombre de valeurs nulles : {0} - - - Number of Rows Read - Nombre de lignes lues - - - OK - OK - - - OLTP, built on Azure SQL - OLTP, basé sur Azure SQL - - - Object Explorer Filter - Filtre Explorateur d’objets - - - Object Type - Type d’objet - - - Object Types - Types d’objet - - - Object type - Type d’objet - - - Off - Désactivé - - - On Delete - Lors de la suppression - - - On Delete Action - Action de suppression - - - On Update - Lors de la mise à jour - - - On Update Action - Action de mise à jour - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - Un ou plusieurs groupes parents de références de groupes de connexions n’existent pas et ont été ignorés : {0}. Mettez à jour votre fichier de paramètres pour corriger ces entrées. - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - Un ou plusieurs groupes de références de connexion n’existent pas et ont été ignorés : {0}. Mettez à jour vos paramètres de connexion pour corriger ces entrées. - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - Une ou plusieurs de vos entités contiennent des types de colonnes qui ne sont pas actuellement pris en charge par Data API builder. Ces entités ne peuvent pas être sélectionnées pour le déploiement. - - - Open - Ouvrir - - - Open .scmp file - Ouvrir le fichier .scmp - - - Open Containing Folder - Ouvrir le dossier contenant - - - Open File - Ouvrir le fichier - - - Open GitHub Copilot Chat to help fix these errors - Ouvrir GitHub Copilot Chat pour vous aider à corriger ces erreurs - - - Open Keyboard Shortcuts editor. - Ouvrez l’éditeur des raccourcis clavier. - - - Open Nitro - Ouvrir Nitro - - - Open Publish Script - Ouvrir le script de publication - - - Open Query - Ouvrir la requête - - - Open Query History - Ouvrir l’historique des requêtes - - - Open SQL editor and connect - Ouvrir l’éditeur SQL et se connecter - - - Open XML - Ouvrir XML - - - Open a new SQL query file - Ouvrir un nouveau fichier de requête SQL - - - Open a new bug - Signaler un nouveau bogue - - - Open column menu - Ouvrir le menu de colonne - - - Open filter menu - Ouvrir le menu filtre - - - Open in Editor - Ouvrir dans l’Éditeur - - - Open in GitHub Copilot Chat - Ouvrir dans GitHub Copilot Chat - - - Open in New Tab - Ouvrir dans un nouvel onglet - - - Open in SQL Editor - Ouvrir dans l’éditeur SQL - - - Open in editor - Ouvrir dans l’éditeur - - - Open text data in a new editor - Ouvrir les données texte dans un nouvel éditeur - - - Open the active column filter menu - Ouvrir le menu de filtre de colonne actif - - - Open the active column menu - Ouvrir le menu des colonnes actives - - - Open the generated SELECT statement in a new editor - Ouvrez l'instruction SELECT générée dans un nouvel éditeur - - - Opening Publish Script. This may take a while... - Ouverture du script de publication. Cela peut prendre du temps... - - - Opening schema designer... - Ouverture du concepteur de schéma... - - - Operation - Opération - - - Operation failed - L'opération a échoué - - - Operator - Opérateur - - - Option Description - Description de l’option - - - Optional (False) - Facultatif (Faux) - - - Optional - Override default GraphQL plural type name - Optionnel – Remplacer le nom par défaut du type pluriel GraphQL - - - Optional - Override default GraphQL singular type name - Optionnel – Remplacer le nom par défaut du type singulier GraphQL - - - Optional - Override default api/entityName path - Facultatif – Remplacez le chemin api/entityName par défaut - - - Options - Options - - - Options have changed. Recompare to see the comparison? - Les options ont changé. Relancer la comparaison pour voir les différences ? - - - Original file name - Nom du fichier d’origine - - - Others - Autres - - - Output file - Fichier de sortie - - - Overall, how satisfied are you with the MSSQL extension? - Dans l’ensemble, quel est votre degré de satisfaction à l’égard de l’extension MSSQL ? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - Globalement, dans quelle mesure êtes-vous satisfait(e) de {0} ? - - - Overwrite all existing backup sets - Remplacer tous les jeux de sauvegarde existants - - - Overwrite the existing database - Remplacer la ou les bases de données existantes - - - Owner - Propriétaire - - - PNG - PNG - - - Package file - Fichier package - - - Page - Page - - - Parameters - Paramètres - - - Parent node was not TreeNodeInfo. - Le nœud parent n’était pas TreeNodeInfo. - - - Password - Mot de passe - - - Password (SQL Login) - Mot de passe (connexion SQL) - - - Password is required - Un mot de passe est obligatoire - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - Le mot de passe doit être modifié pour que « {0} » continue de se connecter à « {1} » - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - Le mot de passe doit être modifié pour la connexion à « {0} » puisse continuer - - - Passwords do not match - Les mots de passe ne correspondent pas - - - Paste - Coller - - - Paste connection string from clipboard - Coller la chaîne de connexion à partir du Presse-papiers - - - Path: {0} - {0} is the path of the node in the object explorer - Chemin d’accès : {0} - - - Pause - Suspendre - - - Pause event collection - Interrompre la collecte d’événements - - - Paused - En pause - - - Paused - click to resume - En pause – Cliquer pour reprendre - - - Perform checksum before writing to media - Effectuer la somme de contrôle avant d'écrire sur le support - - - Permissions - Autorisations - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - Choisissez parmi plusieurs versions de SQL Server, notamment SQL Server 2025 avec des fonctionnalités d’IA intégrées telles que la recherche vectorielle et les améliorations JSON. - - - Please Accept the SQL Server EULA - Veuillez accepter le CLUF de SQL Server - - - Please choose a backup file to load restore plan - Veuillez choisir un fichier de sauvegarde pour charger le plan de restauration - - - Please choose a blob to load restore plan - Veuillez choisir un blob pour charger le plan de restauration - - - Please choose a unique backup file name - Choisissez un nom de fichier de sauvegarde unique - - - Please choose a unique name for the container - Choisissez un nom unique pour le conteneur - - - Please choose a unique name for the profile - Choisissez un nom unique pour le profil - - - Please choose a valid media option - Choisissez une option valide de média - - - Please choose at least one backup file - Choisissez au moins un fichier de sauvegarde - - - Please choose at least one backup set to restore - Veuillez choisir au moins un jeu de sauvegarde à restaurer - - - Please ensure the file is not open in another application before importing - Veuillez vérifier que le fichier n’est pas ouvert dans une autre application avant d’importer - - - Please make sure the port is a number, and choose a port that is not in use - Veuillez vérifier que le port est un numéro et choisissez un port qui n’est pas utilisé - - - Please make your password 8-128 characters long. - Veuillez définir votre mot de passe entre 8 et 128 caractères. - - - Please select a database node in Object Explorer to drop. - Sélectionnez un nœud de base de données dans l’Explorateur d’objets à supprimer. - - - Please select a database node in Object Explorer to rename. - Sélectionnez un nœud de base de données dans l’Explorateur d’objets à renommer. - - - Please select a file, not a folder. - Sélectionnez un fichier et non un dossier. - - - Please select a node from Object Explorer to script. - Veuillez sélectionner un nœud de Explorateur d'objets à script. - - - Please select a server node in Object Explorer to create a database. - Sélectionnez un nœud de serveur dans l’Explorateur d’objets pour créer une base de données. - - - Please select a valid symbol. - Sélectionnez un symbole valide. - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - Veuillez sélectionner un espace de travail où vous disposez d’autorisations suffisantes (Contributeur ou supérieur) - - - Please select only one node to script. Multiple node scripting is not supported. - Veuillez sélectionner un seul nœud pour générer un script. L’écriture de scripts à plusieurs nœuds n’est pas prise en charge. - - - Port - Port - - - Port must be a number between 1 and 65535 - Le port doit être un nombre compris entre 1 et 65535 - - - Port must be between 1 and 65535 - Le port doit se situer entre 1 et 65535 - - - Port to expose the API on (default: 5000) - Le port sur lequel exposer l’API (par défaut : 5000) - - - Port {0} is already in use - {0} is the port number - Le port {0} est déjà utilisé - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - Le port {0} est déjà utilisé. Veuillez choisir un autre port. - - - Possible Data Loss detected. Please review the changes. - Perte de données possible détectée. Veuillez examiner les modifications. - - - Precision - Précision - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Incompatibilité de précision/échelle entre « {0} » et « {1} » - - - Preserve the replication settings - Conserver les paramètres de réplication (WITH KEEP_REPLICATION) - - - Press desired key combination and then press ENTER. - Appuyez sur la combinaison de touches souhaitée puis appuyez sur Entrée - - - Preview - Aperçu - - - Preview Data - Aperçu des données - - - Preview Database Updates - Aperçu des mises à jour de la base de données - - - Previous - Précédent - - - Previous Page - Page précédente - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - La promesse de reconnexion en attente précédente pour l’URI {0} est rejetée avec l’erreur {1}. Tentative de reconnexion si nécessaire. - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - La reconnexion en attente précédente pour l’URI {0} a réussi. - - - Previous result grid - Grille de résultats précédente - - - Previous step failed. Please check the error message and try again. - Échec de l’étape précédente. Veuillez vérifier le message d’erreur et réessayer. - - - Previously released features you may not have explored yet. - Fonctionnalités publiées précédemment que vous n’avez peut-être pas encore explorées. - - - Primary Key - Clé primaire - - - Primary Key Columns - Colonnes de clé primaire - - - Primary key - Clé primaire - - - Prisma - Prisma - - - Privacy Statement - Déclaration de confidentialité - - - Privacy notice - Déclaration de confidentialité - - - Private - Privé - - - Processing include or exclude all differences operation. - Le traitement inclut ou exclut toutes les opérations de différences. - - - Profile Name - Nom de profil - - - Profile created and connected - Profil créé et connecté - - - Profile created successfully - Création du profil réussie - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - Le profil chargé, mais nous n’avons pas pu établir la connexion automatiquement. Veuillez créer une connexion à {0}, puis réessayez. - - - Profile name - Identité - - - Profile removed successfully - Profil supprimé - - - Profiler events exported successfully to {0} - {0} is the file path - Les événements du profileur ont bien été exportés vers {0} - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - Le profileur est en mode lecture seule et déconnecté pour le fichier XEL « {0} » et ne peut pas démarrer ni créer de sessions en direct sans connexion de base de données - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - Le profileur est en mode lecture seule et déconnecté pour le fichier XEL « {0} » et ne peut pas démarrer ni créer de sessions en direct sans connexion de base de données. - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - Profiler est prêt. Sélectionnez une session à partir de la liste déroulante, puis cliquez sur Démarrer pour commencer le profilage. - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - La session Profiler « {0} » a été correctement créée. Démarrage du profilage en cours... Merci de patienter. - - - Profiler session '{0}' started successfully. - {0} is the session name - La session Profiler « {0} » a été correctement commencée. - - - Properties - Propriétés - - - Property - Propriété - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - Aucun point de terminaison de ressource n’est défini pour le fournisseur « {0} ». - - - Provisioning - Approvisionnement - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - Paramètres de proxy trouvés, mais une erreur s'est produite lors de l'analyse de l'URL : '{0}'. Vous pouvez rencontrer des problèmes de connexion lorsque vous utilisez l’extension MSSQL. Erreur : {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - Paramètres de proxy trouvés, mais sans protocole (par exemple http://) : '{0}'. Vous pouvez rencontrer des problèmes de connexion lorsque vous utilisez l’extension MSSQL. - - - Public - Public - - - Publish - Publier - - - Publish DACPAC - Publier DACPAC - - - Publish Profile - Publier le profil - - - Publish Project - Publier le projet - - - Publish Project - {0} - {0} is the name of the project being published - Publier le projet : {0} - - - Publish Settings File - Fichier de paramètres de publication - - - Publish Target - Publier la cible - - - Publish profile saved to: {0} - Profil de publication enregistré dans : {0} - - - Publishing Changes - Modifications de publication - - - Pulling DAB container image - Récupération en cours de l’image du conteneur de générateur d’API de données - - - Pulling SQL Server Image - Extraction d'une image SQL Server - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - Extraction de l'image du conteneur SQL Server. Cela peut prendre quelques minutes en fonction de votre connexion Internet. - - - Query - Requête - - - Query Editor - Éditeur de requête - - - Query Editor shortcuts are managed by Visual Studio Code. - Les raccourcis de l’Éditeur de requête sont gérés par Visual Studio Code. - - - Query Execution - Exécution de la requête - - - Query Plan - Plan de requête - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - Plan de requête ({0}) - - - Query Plan ({0}) - {0} is the number of query plans - Plan de requête ({0}) - - - Query Profiler - Profiler de requêtes - - - Query Profiler Session Status - État de la session Profiler de requête - - - Query Profiler: No session - Profiler de requête : aucune session - - - Query Profiler: {0} - {0} is the file name or session name - Profiler de requêtes : {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - Éditeur de requête pour {0} - - - Query executed - Requête exécutée - - - Query execution failed - Nous n’avons pas pu exécuter la requête - - - Query execution was canceled. - L’exécution de requête a été annulée. - - - Query failed - Échec de la requête - - - Query succeeded - Requête réussie - - - Query {0} - {0} is the Quick Query slot number - Requête {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - Requête {0} : Coût de la requête (par rapport au script) : {1}% - - - Quick Queries - Requêtes rapides - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - Les raccourcis clavier des Requêtes rapides sont gérés par Visual Studio Code. - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - Requête rapide emplacement doit être compris entre 1 et {0}. - - - Quick filter all columns... - Filtrer rapidement toutes les colonnes... - - - REST - REST - - - REST API - API REST - - - RESTORE WITH NORECOVERY - Restaurer avec l’option WITH NORECOVERY - - - RESTORE WITH RECOVERY - RESTAURER AVEC RÉCUPÉRATION - - - RESTORE WITH STANDBY - RESTAURATION AVEC MISE EN VEILLE - - - Read - Lecture - - - Read docs on Microsoft Learn - Consultez la documentation sur Microsoft Learn - - - Read more - Découvrir plus d’informations - - - Read-Only - Lecture seule - - - Read-only SQL text editor - Éditeur de texte SQL en lecture seule - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - Mode déconnecté en lecture seule pour « {0} ». Nous ne pouvons pas créer ou démarrer des sessions en direct sans connexion de base de données. - - - Ready for import - Prêt pour l’importation - - - Readying container for connections. - Préparation du conteneur pour les connexions. - - - Readying container for connections... - Préparation du conteneur pour les connexions... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - Recevoir des explications en langage naturel pour aider les développeurs qui connaissent peu T-SQL à comprendre le code - - - Recent Connections - Connexions récentes - - - Recent connections list cleared - Liste des connexions récentes effacée - - - Record shortcut - Raccourci d’enregistrement - - - Recording shortcut - Raccourci d’enregistrement - - - Recovery Model - Mode de récupération - - - Recovery state - État de récupération - - - Redo - Restaurer - - - Referenced column '{0}' not found - {0} is the column name - Colonne référencée « {0} » introuvable - - - Referenced columns - Colonnes référencées - - - Referenced schema - Schéma référencé - - - Referenced table - Tableau référencé - - - Referenced table '{0}' not found - {0} is the table name - Table référencée « {0} » introuvable - - - Refresh - Actualiser - - - Refresh Credentials - Actualiser les informations d’identification - - - Refresh dataset - Actualiser le jeu de données - - - Region - Région - - - Register - S’inscrire - - - Reject - Rejeter - - - Reliability - Fiabilité - - - Reload Visual Studio Code - Recharger le code Visual Studio - - - Relocate all files - Déplacer tous les fichiers - - - Remind Me Later - Me rappeler plus tard - - - Remove - Supprimer - - - Remove Sort - Supprimer le tri - - - Remove a connection profile - Supprimer un profil de connexion - - - Remove file - Supprimer le fichier - - - Remove filter - Supprimer le filtre - - - Remove filter for {0} - {0} is the column name - Supprimer le filtre pour {0} - - - Remove from favorites - Supprimer des favoris - - - Remove sort - Supprimer le tri - - - Remove tag - Supprimer une balise - - - Remove {0} - {0} is the object type - Supprimer {0} - - - Rename - Renommer - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - Renommez « {0} » sur « {1} ». - - - Rename Database - Renommer la base de données - - - Rename Options - Options de renommage - - - Rename is not supported at this position. - Renommer n’est pas pris en charge à cette position. - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - Renommer n’est pris en charge que pour les fichiers SQL qui font partie d’un projet SQL ouvert. Ouvrez d’abord le projet dans le panneau Projets de base de données. - - - Rename request failed: {0} - Échec de la requête de changement de nom : {0} - - - Renaming database - Attribution d’ un nouveau nom à la base de données - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - Renommer la base de données '{0}' en '{1}'... - - - Replication - Réplication - - - Request a new feature - Demandez une nouvelle fonctionnalité - - - Required - Obligatoire - - - Requirements: - Exigences : - - - Requires user authentication - Nécessite l'authentification de l'utilisateur - - - Reset - Réinitialiser - - - Reset to Defaults? - Réinitialiser les valeurs par défaut ? - - - Resize - Redimensionner - - - Resize column '{0}' - {0} is the name of the column - Redimensionner la colonne'{0}' - - - Resize the active result grid column - Redimensionner la colonne de grille de résultats active - - - Resource Group - Groupe de ressources - - - Resource Group Name - Nom du groupe de ressources - - - Resource Group is required - Un groupe de ressources est obligatoire - - - Resource group name is required - Le nom de groupe de ressources est obligatoire - - - Resources - Ressources - - - Restore - Restaurer - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - Restaurer ({0}) - - - Restore Database - Restaurer la base de données - - - Restore Panel Size - Restaurer la taille du panneau - - - Restore as - Restaurer comme - - - Restore panel size - Restaurer la taille du panneau - - - Restore properties pane - Restaurer le volet des propriétés - - - Restrict access to the restored database - Restreindre l’accès à la base de données restaurée (WITH RESTRICTED_USER) - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - Lot du jeu de résultats {0} – Requête {1} - - - Result View - Affichage du résultat - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - Les raccourcis de l’affichage des résultats sont gérés par l’extension MSSQL. Vous pouvez configurer leurs raccourcis clavier directement ici. - - - Results - Résultats - - - Results ({0}) - {0} is the number of results - Résultats ({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - Résultats ({0}) - - - Results Preview - Aperçu des résultats - - - Results Preview ({0}) - {0} is the number of preview results - Aperçu des résultats ({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - Aperçu des résultats ({0}) - - - Results exported successfully to {0} - {0} is the file path - Résultats exportés avec succès vers {0} - - - Results toolbar - Barre d'outils des résultats - - - Resume - Reprise - - - Resuming database - Reprise de la base de données - - - Retry - Réessayer - - - Reveal - Révéler - - - Reveal in Explorer - Révéler dans l’Explorateur - - - Reveal in Finder - Révéler dans Finder - - - Reverse Alphabetical - Ordre alphabétique inversé - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - Reconstituer les bases de données existantes en expliquant les schémas et les relations SQL - - - Revert - Restaurer - - - Revert Cell - Rétablir la cellule - - - Revert Row - Rétablir la ligne - - - Revert this change to its original state - Rétablir cette modification à son état d’origine - - - Revert values to project defaults - Rétablir les valeurs par défaut du projet - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - Passez en revue ou proposez des modifications de configuration de l'API via la conversation instantanée, et GitHub Copilot met instantanément à jour votre configuration dans le Data API builder. - - - Reviewing Copilot Change - Révision en cours de la modification de Copilot - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - Rosetta est nécessaire pour exécuter des images de conteneur SQL Server sur Apple Silicon. Activez « Utiliser Rosetta pour l’émulation x86_64/amd64 sur Apple Silicon » dans Docker Desktop > Paramètres > Général. - - - Row created. - Ligne créée. - - - Row deleted. - La ligne est supprimée. - - - Row marked for removal. - Ligne marquée pour suppression. - - - Rows - Lignes - - - Rows per page - Lignes par page - - - Rule disabled - Règle désactivée - - - Rule enabled - Règle activée - - - Rule name - Nom de la règle - - - Rules - Règles - - - Run Query - Exécuter la requête - - - Run Query History - Exécuter l’historique des requêtes - - - Run a query for the current active SQL document - Exécuter une requête pour le document SQL actif actuel - - - Run a query in the current editor, or switch to an editor that has results. - Exécutez une requête dans l’éditeur actuel ou passez à un éditeur qui contient des résultats. - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - Exécuter la requête sur la connexion « {0} » (ID : {1} )? - -Requête : {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - Exécutez instantanément le code SQL enregistré avec des raccourcis clavier personnalisés. Utilisez {arg} pour insérer le texte éditeur-de-requête sélectionné, sinon, il est ajouté à la requête. - - - Run, cancel, and create queries - Exécuter, annuler et créer des requêtes - - - Running - En cours d’exécution - - - Running a custom query will discard all pending changes. Do you want to continue? - L'exécution d'une requête personnalisée annulera toutes les modifications en attente. Voulez-vous continuer ? - - - Running query is not supported when the editor is in multiple selection mode. - L’exécution de la requête n’est pas prise en charge lorsque l’éditeur est en mode de sélection multiple. - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Requête en cours d’exécution sur la connexion « {0} » (ID : {1}) - - - Running: {0} - {0} is how long the query has been running - Exécution : {0} - - - SQL - SQL - - - SQL Analytics Endpoint - Point de terminaison d’analytique SQL - - - SQL Authentication - Authentification langage SQL - - - SQL Container Name - Nom du conteneur SQL - - - SQL Container Version - Version du conteneur SQL - - - SQL Database - SQL Database - - - SQL Database Projects — Code Analysis - Projets SQL Database : Code Analysis - - - SQL Login - Connexion SQL - - - SQL Notebooks - SQL Notebooks - - - SQL Plan Files - Fichiers de plan SQL - - - SQL Server Container SA Password - Mot de passe de l’administrateur(-trice) du conteneur SQL Server - - - SQL Server admin password - Mot de passe de l'administrateur du SQL Server - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server ne prend pas en charge les conteneurs Windows. Basculez vers des conteneurs Linux dans les paramètres de Docker Desktop. - - - SQL Server is required - SQL Server est requis - - - SQL Server port number - Numéro de port SQL Server - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} – dernière version - - - SQL Tools (MSSQL) - Outils SQL (MSSQL) - - - SQL database in Fabric - Base de données SQL dans Fabric - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - Variables SQLCMD - - - SVG - SVG - - - Satisfied - Satisfait - - - Saturation - Saturation - - - Save - Enregistrer - - - Save .scmp file - Enregistrer le fichier .scmp - - - Save As - Enregistrer sous - - - Save As... - Enregistrer sous... - - - Save Changes - Enregistrer les modifications - - - Save Connection Group - Enregistrer le groupe de connexion - - - Save Password - Enregistrer un mot de passe - - - Save Password? If 'No', password will be required each time you connect - Enregistrer le mot de passe ? Si vous choisissez « Non », le mot de passe sera demandé à chaque connexion - - - Save Plan - Enregistrer le plan - - - Save Secret - Enregistrer le secret - - - Save as CSV - Enregistrer au format CSV - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - Enregistrer au format CSV ({0}) - - - Save as Excel - Enregistrer au format Excel - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - Enregistrer au format Excel ({0}) - - - Save as INSERT INTO - Enregistrer sous INSÉRER DANS - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - Enregistrer sous INSÉRER DANS ({0}) - - - Save as JSON - Enregistrer au format JSON - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - Enregistrer au format JSON ({0}) - - - Save backup to URL - Enregistrer la sauvegarde dans l’URL - - - Save connection profile changes without establishing a connection - Enregistrer les modifications du profil de connexion sans établir de connexion - - - Save password - Enregistrer le mot de passe - - - Save results as CSV - Enregistrer les résultats au format CSV - - - Save results as Excel - Enregistrer les résultats au format Excel - - - Save results as INSERT - Enregistrer les résultats en tant qu’INSERT - - - Save results as JSON - Enregistrer les résultats au format JSON - - - Save results command cannot be used with multiple selections. - Impossible d’utiliser la commande d’enregistrement des résultats avec des sélections multiples. - - - Save source and target, options, and excluded elements - Enregistrer la source et la cible, les options et les éléments exclus - - - Save to Disk - Enregistrer sur le disque - - - Save to URL - Enregistrer à l’URL - - - Save without connecting - Enregistrer sans connexion - - - Saved - Enregistrés - - - Saved Connections - Connexions enregistrées - - - Saved results to {0} - {0} is the saved file path - Résultats enregistrés dans {0} - - - Saving... - Enregistrement en cours... - - - Scaffold backend components (e.g., data-access layers) based on your current database context - Générer automatiquement les composants de backend (p. ex., les couches d’accès aux données) en fonction de votre contexte de base de données actuel - - - Scale - Mettre à l’échelle - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Inadéquation d'échelle entre '{0}' et '{1}' - - - Schema - Schéma - - - Schema '{0}' is not available. - {0} is the schema name - Le schéma « {0} » n’est pas disponible. - - - Schema Changes - Modifications de schéma - - - Schema Compare - Comparer les schémas - - - Schema Compare Options - Options Comparer les schémas - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - Échec de Comparer les schémas : « {0} » - - - Schema Designer - Concepteur de schémas - - - Schema Designer Model is ready. Changes can now be published. - Le modèle de Concepteur de schéma est prêt. Les modifications peuvent maintenant être publiées. - - - Schema Designer with GitHub Copilot - Concepteur de schéma avec GitHub Copilot - - - Schema Diff - Différence de schéma - - - Schema designer details are not available. - Les détails du concepteur de schéma ne sont pas disponibles. - - - Schema designer is not initialized. - Le concepteur de schémas n’est pas initialisé. - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - Le concepteur de schémas est ouvert. Pour les mutations de schémas, continuez avec les opérations {0} ({1}/{2}). - - - Schema designer state changed. Fetch the latest schema and retry the operation. - L’état du concepteur de schéma a changé. Récupérez le dernier schéma et réessayez l’opération. - - - Schema designer state retrieved successfully. - L’état du concepteur de schémas a été récupéré avec succès. - - - Schema designer updated successfully. - Le concepteur de schéma a bien été mis à jour. - - - Schema is required - Le schéma est obligatoire - - - Schema/Object Type - Schéma/Type d’objet - - - Schemas - Schémas - - - Script - Script - - - Script as Alter - Script de modification - - - Script as Create - Script de création - - - Script as Drop - Script de suppression - - - Script as Execute - Script d’exécution - - - Script copied to clipboard - Script copié dans le presse-papiers - - - Script copied to clipboard. - Script copié dans le Presse-papiers. - - - Search Database Objects - Rechercher des objets dans la base de données - - - Search Database Objects - {0} - {0} is the server name - Rechercher des objets dans la base de données – {0} - - - Search Workspaces - Rechercher dans les espaces de travail - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - Recherchez par nom ou type d’objet (par exemple t :<name>, v :, f :, ou sp :) - - - Search changes... - Rechercher des modifications... - - - Search connection groups - Recherche des groupes de connexion - - - Search extension shortcut - Rechercher un raccourci d’extension - - - Search options - Options de recherche - - - Search options... - Options de recherche... - - - Search rules... - Rechercher des règles... - - - Search settings... - Rechercher dans les paramètres... - - - Search subscriptions... - Rechercher des abonnements... - - - Search tables... - Rechercher dans des tableaux... - - - Search values... - Rechercher des valeurs... - - - Search within {0} text content - {0} is the column name - Rechercher dans le contenu de texte {0} - - - Search workspaces... - Rechercher dans les espaces de travail... - - - Search... - Recherche en cours... - - - Searching... - Recherche en cours... - - - Seed sample data or import an existing schema - Générez des données d'exemple ou importez un schéma existant - - - Select - Sélectionner - - - Select All - Sélectionner tout - - - Select Azure account with Key Vault access for column decryption - Sélectionner un compte Azure avec un accès à Key Vault pour déchiffrer les colonnes - - - Select Connection - Sélectionner une connexion - - - Select Database - Sélectionner la base de données - - - Select Max vCores - Sélectionnez Max vCores - - - Select Profile - Sélectionner un profil - - - Select Source - Sélectionner une source - - - Select Source Schema - Sélectionner schéma source - - - Select Target - Sélectionner une cible - - - Select Target Schema - Sélectionner schéma cible - - - Select Top 1000 - Sélectionnez les 1 000 premiers - - - Select XEL File - Sélectionner un fichier XEL - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - Sélectionnez un compte Microsoft Entra ID à utiliser avec cette connexion. Les informations du compte d’origine dans Azure Data Studio sont indiquées ci-dessous, mais vous pouvez choisir un autre compte. - - - Select a Workspace - Sélectionner un espace de travail - - - Select a blob - Sélectionner un blob - - - Select a blob container - Sélectionner un conteneur d’objets blob - - - Select a collation - Sélectionner un classement - - - Select a connection group - Sélectionnez un groupe de connexion - - - Select a connection to use as the default - Sélectionner une connexion à utiliser par défaut - - - Select a data source - Sélectionner une source de données - - - Select a database - Sélectionner une base de données - - - Select a database for profiling (Azure SQL requires a specific database) - Sélectionnez une base de données pour le profilage (Azure SQL nécessite une base de données spécifique) - - - Select a file - Sélectionner un fichier - - - Select a folder - Sélectionner un dossier - - - Select a location for the resource group - Sélectionnez un emplacement pour le groupe de ressources - - - Select a maintenance window - Sélectionnez une fenêtre de maintenance - - - Select a profiler template - Sélectionner un modèle de profileur - - - Select a resource group - Sélectionner un groupe de ressources - - - Select a server - Sélectionner un serveur - - - Select a session first - Sélectionner d’abord une session - - - Select a session... - Sélectionner une session... - - - Select a storage account - Sélectionner un compte de stockage - - - Select a subscription - Sélectionnez un abonnement - - - Select a subscription to view servers in it. - Sélectionnez un abonnement pour afficher les serveurs qu’il contient. - - - Select a tenant - Sélectionner un locataire - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Sélectionner un élément valide {0} dans la liste déroulante - - - Select a workspace to view the databases in it. - Sélectionnez un espace de travail pour afficher les bases de données qu’il contient. - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Sélectionner un {0} pour le filtrage - - - Select account - Sélectionner un compte - - - Select all - Sélectionner tout - - - Select all cells in the active grid - Sélectionner toutes les cellules de la grille active - - - Select all entities - Sélectionner toutes les entités - - - Select all options - Options « Sélectionner tout » - - - Select all {0} - {0} is the action name (Create, Read, etc.) - Sélectionner toutes les actions {0} - - - Select an account - Sélectionner un compte - - - Select an account for authentication - Sélectionner un compte pour l’authentification - - - Select an extension to manage connection sharing permissions - Sélectionner une extension pour gérer les autorisations de partage de connexion - - - Select an operation - Sélectionner une opération - - - Select column - Sélectionner une colonne - - - Select file to import - Sélectionner le fichier à importer - - - Select image - Sélectionner une image - - - Select location - Sélectionner un emplacement - - - Select new permission for extension: '{0}' - {0} is the extension name - Sélectionner une nouvelle autorisation pour l’extension : « {0} » - - - Select or clear all connection groups - Sélectionner ou désélectionner tous les groupes de connexion - - - Select or clear all connections - Sélectionner ou désélectionner toutes les connexions - - - Select package file - Sélectionner le fichier du package - - - Select profile to edit - Sélectionner le profil à modifier - - - Select profile to remove - Sélectionner le profil à supprimer - - - Select row - Sélectionner une ligne - - - Select session - Sélectionner une session - - - Select subscriptions - Sélectionner des abonnements - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - Sélectionnez le fichier settings.json d’Azure Data Studio à analyser pour les groupes de connexions et les connexions. - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - Sélectionnez la méthode HTTP qui peut exécuter cette procédure stockée. DAB est défini par défaut sur POST. - - - Select the SQL Server Container Image - Sélectionnez l’image conteneur SQL Server - - - Select the entire current column - Sélectionner l’intégralité de la colonne active - - - Select the entire current row - Sélectionner l’intégralité de la ligne active - - - Select the target schema - Sélectionner le schéma cible - - - Selected - Sélectionné - - - Selected Microsoft Entra account removed successfully. - Le compte Microsoft Entra sélectionné a été supprimé avec succès. - - - Selected Path - Chemin sélectionné - - - Selected backup file does not contain a valid database backup - Le fichier de sauvegarde sélectionné ne contient pas de sauvegarde de base de données valide - - - Selected query-editor text - Texte sélectionné dans l’éditeur de requête - - - Selection - Sélection - - - Sequelize - Sequelize - - - Serialization failed - Échec de la sérialisation - - - Server - Serveur - - - Server - {0} - {0} is the server name - Serveur – {0} - - - Server Connections - Connexions du serveur - - - Server Edition - Server Edition - - - Server Name - Nom du serveur - - - Server Version - Version du serveur - - - Server connection in progress. Do you want to cancel? - Connexion au serveur en cours. Voulez-vous annuler ? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - Le serveur n’a pas pu démarrer. Il peut s’agir d’une erreur d’autorisation ou d’une incompatibilité sur votre système. Vous pouvez essayer d’activer l’authentification du code d’appareil dans les paramètres. - - - Server is required - Serveur obligatoire - - - Server name is required - Le nom de serveur est obligatoire - - - Server name not set. - Nom du serveur non défini. - - - Server name or ADO.NET connection string - Nom de serveur ou chaîne de connexion ADO.NET - - - Server {0} not found. - {0} is the server name - Serveur {0} introuvable. - - - Serverless - Serverless - - - Service installation failed. - L'installation du service a échoué. - - - Service tier - Niveau de service - - - Session - Session - - - Session creation timed out - Le délai d’attente pour la création de la session a expiré - - - Session name can only contain letters, numbers, underscores, and hyphens - Le nom de session peut uniquement contenir des lettres, des chiffres, des traits de soulignement et des traits d’union - - - Session name cannot be empty - Le nom de la session ne peut pas être vide - - - Session name must be {0} characters or less - {0} is the maximum length - Le nom de la session doit comprendre {0} caractères ou moins - - - Session not running - La session n’est pas en cours d’exécution - - - Set Default - Définir la valeur par défaut - - - Set Null - Définir Null - - - Set backup Compression - Définir la compression de sauvegarde - - - Set backup Media Set - Définir le support de sauvegarde - - - Set backup retain days - Définir le délai de conservation de sauvegarde en jours - - - Setting - Paramètre - - - Setting up - Configuration - - - Setting up container - Configuration du conteneur - - - Settings - Paramètres - - - Settings and Keybindings - Paramètres et combinaisons de touches - - - Settings are fixed for free tier. - Les paramètres sont figés pour le niveau gratuit. - - - Settings for {0} - {0} is the entity name - Paramètres pour {0} - - - Severity - Gravité - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - Gravité pour {0} - - - Shortcut - Raccourci - - - Shortcuts Configuration - Configuration des raccourcis - - - Shortcuts Configuration (Preview) - Configuration des raccourcis (Préversion) - - - Shortcuts configuration page - Page de configuration des raccourcis - - - Show All - Tout afficher - - - Show Changes - Afficher les modifications - - - Show Confirm Password - Afficher le mot de passe de confirmation - - - Show Definition - Afficher la définition - - - Show Estimated Plan - Afficher un plan estimé - - - Show MSSQL output - Afficher la sortie MSSQL - - - Show Menu - Afficher le menu - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - Afficher le menu ({0}) - - - Show New Password - Afficher le nouveau mot de passe - - - Show SQL - Afficher SQL - - - Show SQL Pane - Afficher le volet SQL - - - Show Schema - Afficher un schéma - - - Show a random table definition - Afficher une définition de tableau aléatoire - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - Afficher tous les raccourcis Requête rapide dans VS Code raccourcis clavier - - - Show all columns - Affichez toutes les colonnes - - - Show full error message - Afficher le message d’erreur complet - - - Show masked command (hides sensitive information) - Afficher la commande masquée (masque les informations sensibles) - - - Show or hide the query result panel - Afficher ou masquer le volet des résultats de la requête - - - Show password - Afficher le mot de passe - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Afficher le schéma pour la connexion « {0} » (ID : {1}) ? - - - Show table relationships - Afficher les relations de tableau - - - Show unmasked command (reveals sensitive information) - Afficher la commande non masquée (révèle des informations sensibles) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Affichage du schéma pour la connexion « {0} » (ID : {1}) - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - Affichage en cours de {0} événements sur {1} - - - Showplan XML - Plan d’exécution XML - - - Sign In - Se connecter - - - Sign in - Se connecter - - - Sign in and retry - Connectez-vous et réessayez - - - Sign in to a new account - Vous connecter à un nouveau compte - - - Sign in to your Azure subscription - Se connecter à votre abonnement Azure - - - Sign in to your Azure subscription in one of the sovereign clouds. - Connectez-vous à votre abonnement Azure dans l’un des clouds souverains. - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - Connectez-vous à votre abonnement Azure avec un code d’appareil. Utilisez-le dans les configurations où la commande Se connecter ne fonctionne pas - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - Connectez-vous avec l’ID Entra « {0} ». - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - Connectez-vous avec votre compte Microsoft Entra ID, y compris les comptes avec authentification multifacteur. Cliquez sur l'icône d'information pour en savoir plus. - - - Sign into Azure - Se connecter à Azure - - - Sign into Azure in order to add a firewall rule. - Connectez-vous à Azure pour ajouter une règle de pare-feu. - - - Sign into Fabric - Se connecter à Fabric - - - Sign into additional accounts - Se connecter à des comptes supplémentaires - - - Sign into tenant - Se connecter au locataire - - - Signing in to Azure as {0}... - {0} is the account name - Connexion à Azure en tant que {0}... - - - Simple - Simple - - - Simple Container Management - Gestion de conteneurs simples - - - Smart performance - Performances intelligentes - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - Certaines connexions ou certains groupes contiennent des informations incomplètes. Vous pouvez continuer, mais vous devrez peut-être modifier ces connexions plus tard avant de vous connecter. - - - Sort - Trier - - - Sort Ascending - Trier par ordre croissant - - - Sort Descending - Trier par ordre décroissant - - - Sort ascending - Tri croissant - - - Sort column - Trier la colonne - - - Sort descending - Tri décroissant - - - Source - Source - - - Source Column - Colonne source - - - Source Database - Base de données source - - - Source Name - Nom de la source - - - Source: {0} - {0} is the fully qualified DAB source object name - Source : {0} - - - Source: {0} - {0} is the task source - Source : {0} - - - Specifies whether the column is included in the primary key for the table. - Spécifie si la colonne est incluse dans la clé primaire de la table. - - - Specifies whether the column may have a NULL value. - Spécifie si la colonne peut avoir une valeur NULL. - - - Specify Input File - Spécifier le fichier d'entrée - - - SqlPackage Command - Commande SqlPackage - - - Standby file - Fichier de secours - - - Start - Début - - - Start IP Address - Adresse IP de début - - - Start Time - Heure de début - - - Start profiling session - Démarrer la session de profilage - - - Start, stop, and remove containers directly from the extension. - Démarrez, arrêtez et supprimez des conteneurs directement depuis l’extension. - - - Started executing query at - Exécution de la requête démarrée à - - - Started query execution for document "{0}" - {0} is the document name - Exécution de la requête démarrée pour le document « {0} » - - - Started saving results to {0} - {0} is the file path - Enregistrement des résultats démarré dans {0} - - - Starting '{0}'... - {0} is the service name - Démarrage en cours de « {0} »… - - - Starting Container... - Conteneur de départ... - - - Starting DAB container - Démarrage en cours du conteneur de générateur d’API de données - - - Starting Docker Desktop - Démarrage en cours de Docker Desktop - - - Starting Docker... - Démarrage de Docker... - - - Starting {0}... - {0} is the container name - Démarrage de {0}... - - - Starts With - Commence par - - - Starts with - Commence par - - - Status - État - - - Status: {0} - {0} is the task status - État : {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - Étape {0} sur {1} - - - Stop - Arrêter - - - Stop session - Arrêter la session - - - Stopped - Arrêtée - - - Stopping Container... - Arrêt du conteneur... - - - Stopping profiler session "{0}"... - {0} is the session name - Arrêt de la session du profileur « {0} » en cours... Merci de patienter. - - - Storage - Stockage - - - Storage Account - Compte de stockage - - - Storage Account is required - Compte de stockage obligatoire - - - Stored Procedure - Procédure stockée - - - Stored Procedures - Procédures stockées - - - Stored procedure GraphQL operation - Opération GraphQL de procédure stockée - - - Stored procedure REST methods - Méthodes REST de procédure stockée - - - Submit - Envoyer - - - Submit an issue - Soumettre un problème - - - Subscription - Abonnement - - - Subscription is required - Un abonnement est obligatoire - - - Subtree Cost - Coût de la sous-arborescence - - - Succeeded - Réussi - - - Succeeded with warning - Réussite avec un avertissement - - - Successfully changed to database: {0} - {0} is the database name - Remplacement correctement effectué par la base de données : {0} - - - Successfully connected to server. - La connexion au serveur a abouti. - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - Jeton actualisé pour la connexion {0} avec l’URI {1}, {2} - - - Successfully saved results to {0} - {0} is the file path - Résultats enregistrés dans {0} - - - Sum - Somme - - - Sum: {0} - {0} is the sum - Somme : {0} - - - Summary - Résumé - - - Summary loading canceled - Chargement du résumé annulé - - - Summary loading was canceled by user - Le chargement du résumé a été annulé par l’utilisateur - - - Switch Direction - Changer de sens - - - Switch Source and Target - Basculer entre la source et la cible - - - Switch between result panes and tabs - Basculer entre les volets de résultats et les onglets - - - Switch results view - Changer d’affichage des résultats - - - Switch to Grid View - Passer au mode Grille - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - Passer à l'affichage en grille ({0}) - - - Switch to MSAL - Basculer vers MSAL - - - Switch to Messages tab - Basculer vers l’onglet Messages - - - Switch to Query Plan tab - Basculer vers l’onglet Plan de requête - - - Switch to Results tab - Basculer vers l’onglet Résultats - - - Switch to Text View - Basculer vers la vue Texte - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - Passer en mode texte ({0}) - - - Switched to {0} - {0} is the connection label - Basculée vers {0} - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - Le basculement vers des conteneurs Linux a été annulé. SQL Server prend uniquement en charge les conteneurs Linux. - - - Synchronous resize - Redimensionnement synchrone - - - System databases - Bases de données système - - - T-SQL - T-SQL - - - Table - Table - - - Table '{0}' already exists - {0} is the table name - La table « {0} » existe déjà - - - Table '{0}' not found - {0} is the table name - Table « {0} » introuvable - - - Table Diagram - Tableau Diagramme - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - L’Explorateur de tables pour « {0} » a des modifications non enregistrées. Voulez-vous les enregistrer ou les ignorer ? - - - Table Name - Nom de la table - - - Table Schema - Schéma de table - - - Table added to schema designer successfully. - Table ajoutée avec succès au concepteur de schémas. - - - Table deleted from schema designer successfully. - La table a bien été supprimée du concepteur de schémas. - - - Table id already exists. - L’ID de table existe déjà. - - - Table must include at least one column. - La table doit contenir au moins une colonne. - - - Table name - Nom de la table - - - Table name cannot be empty - Le nom de table ne peut pas être vide - - - Table name is required - Le nom de table est obligatoire - - - Table updated in schema designer successfully. - La table a bien été mise à jour dans le concepteur de schémas. - - - Tables - Tables - - - Tag keys must be unique. - Les clés d'étiquette doivent être uniques. - - - Tags - Balises - - - Tail-log backup - Sauvegarde de la fin du journal - - - Tail-log backup file - Fichier de sauvegarde de la fin du journal - - - Take Survey - Répondre à une enquête - - - Take tail-log backup before restore - Effectuer la sauvegarde de la fin du journal avant la restauration - - - Target - Cible - - - Target Database - Base de données cible - - - Target Name - Nom de la cible - - - Target Table - Table cible - - - Target: {0} - {0} is the task target location - Cible : {0} - - - Task log is unavailable. - Le journal des tâches n’est pas disponible. - - - Task: {0} - {0} is the task name - Tâche : {0} - - - Tenant - Locataire - - - Tenant ID - ID de locataire - - - Tenant ID is required - L’ID de locataire est obligatoire - - - Tenant is required - Un locataire est obligatoire - - - Terms & Conditions - Conditions générales - - - Test connecting with the current settings - Tester la connexion avec les paramètres actuels - - - Test connection - Tester la connexion - - - Testing connection profile... - Test du profil de connexion... - - - Testing... - Test en cours... Merci de patienter. - - - Text - Texte - - - Text View - Affichage du texte - - - Text tab - displays SQL text data - Onglet de texte : affiche les données de texte SQL - - - The Application (Client) ID of your Microsoft Entra app registration. - ID d’application (client) de l’inscription de votre application Microsoft Entra. - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - Le Profileur de requêtes prend désormais en charge les connexions des Bases de données SQL dans Microsoft Fabric, avec de nouveaux modèles Azure SQL Database, notamment {code-snippet-0} pour un profilage T-SQL léger. - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - L'extension SQL Server n'a pas pu démarrer car son service d'arrière-plan requis n'a pas réussi à se lancer. Installez le fichier VSIX hors ligne correspondant à votre système d'exploitation, ou vérifiez votre connexion réseau et réessayez. Détails : {0} - - - The XEL file was not found. - Le fichier XEL n’a pas été trouvé. - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - Le comportement lorsqu'un utilisateur tente de supprimer une ligne contenant des données impliquées dans une relation de clé étrangère. - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - Le comportement lorsqu'un utilisateur tente de mettre à jour une ligne avec des données impliquées dans une relation de clé étrangère. - - - The client secret for your Microsoft Entra app registration. - Clé secrète client pour l’inscription de votre application Microsoft Entra. - - - The columns of the index. - Les colonnes de l'index. - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - L’ID de connexion « {0} » défini dans « mssql.defaultConnectionId » ne correspond à aucun profil de connexion connu. Les nouveaux éditeurs retourneront vers le transfert de la connexion active. - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - La connexion avec l’ID « {0} » ne dispose pas de la propriété « server » définie et elle est ignorée. Veuillez définir la propriété « server » sur cette connexion pour pouvoir l’utiliser. - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - Le choix de cloud personnalisé n’est pas configuré. Configurez le paramètre « {0} ». - - - The description of the check constraint. - La description de la contrainte de vérification. - - - The description of the foreign key. - Description de la clé étrangère. - - - The description of the index. - La description de l'index. - - - The description of the primary key. - La description de la clé primaire. - - - The expression defining the check constraint. - L'expression définissant la contrainte de vérification. - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - L’extension « {0} » demande actuellement l’accès à vos connexions SQL Server. Cela lui permettra d’exécuter des requêtes et d’accéder à votre base de données. - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - La première valeur doit être inférieure à la deuxième valeur de l'opérateur {0} dans le filtre {1} - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - La première valeur doit être définie pour l'opérateur {0} dans le filtre {1} - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - La propriété « id » est manquante dans les connexions d’espace de travail ou de dossier d’espace de travail suivantes qui sont ignorées. Veuillez ajouter manuellement la propriété « id » à la connexion pour pouvoir l’utiliser. - - {0} - - - The language model did not return any output. - Le modèle de langage n’a retourné aucune sortie. - - - The mapping between foreign key columns and primary key columns. - Le mappage entre les colonnes de clé étrangère et les colonnes de clé primaire. - - - The maximum length (in characters) that can be stored in this database object. - La longueur maximale (en caractères) qui peut être stockée dans cet objet de base de données. - - - The name of the check constraint. - Nom de la contrainte de validation. - - - The name of the column object. - Le nom de l'objet colonne. - - - The name of the column. - Le nom de la colonne. - - - The name of the foreign key. - Nom de la clé étrangère. - - - The name of the index. - Nom de l'index. - - - The query results panel failed to load. Please try running the query again. - Le panneau des résultats de la requête n’a pas pu se charger. Essayez à nouveau d’exécuter la requête. - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - La liste des connexions récentes a été effacée, mais des erreurs se sont produites lors de la suppression de certaines informations d’identification associées. Affichez les erreurs dans le canal de sortie MSSQL. - - - The requested model could not be found. Please check model availability or try a different model. - Le modèle demandé est introuvable. Veuillez vérifier la disponibilité du modèle ou essayez un autre modèle. - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - La deuxième valeur doit être définie pour l'opérateur {0} dans le filtre {1} - - - The selected file is not a valid XEL file. - Le fichier sélectionné n’est pas un fichier XEL valide. - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - Le profil sélectionné s’authentifie en utilisant Entra ID « {0} », mais ce compte n’est pas connecté dans l’extension MSSQL. Modifiez la connexion ou connectez-vous à MSSQL avec ce compte pour vous connecter. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - Le profil sélectionné s'authentifie via Entra ID « {0} » sur le locataire « {1} », mais ce compte n'est pas disponible via la connexion VS Code. Modifiez la connexion ou connectez-vous à VS Code avec ce compte pour vous connecter. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - Le profil sélectionné s’authentifie en utilisant Entra ID « {0} » sur le locataire « {1} », mais ce compte n’est pas connecté dans l’extension MSSQL. Modifiez la connexion ou connectez-vous à MSSQL avec ce compte pour vous connecter. - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - Le profil sélectionné s’authentifie en utilisant Entra ID « {0} », mais ce compte n’est pas disponible via la connexion VS Code. Modifiez la connexion ou connectez-vous à VS Code avec ce compte pour vous connecter. - - - The table which contains the primary or unique key column. - La table qui contient la colonne de clé primaire ou unique. - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - Le service {0} a planté. Détails : {1} - - - There was an error updating the project - Une erreur s’est produite lors de la mise à jour du projet - - - This connection does not have a display name in Azure Data Studio. - Cette connexion n’a pas de nom d’affichage dans Azure Data Studio. - - - This connection's group has not been selected, so this connection will be imported to the root. - Le groupe de cette connexion n’a pas été sélectionné. Cette connexion sera donc importée à la racine. - - - This database name is already in use. Please choose a different name. - Le nom de cette base de données est déjà utilisé. Veuillez choisir un autre nom. - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - Ce message n’a pas pu être traité. Si ce problème persiste, veuillez vérifier les journaux et ouvrir un problème sur GitHub. - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - Cette opération a analysé la structure du fichier d'entrée pour générer l'aperçu ci-dessous pour les 50 premières lignes. - - - This server only supports Microsoft Entra ID authentication. - Ce serveur ne prend en charge que l'authentification Microsoft Entra ID. - - - This server only supports SQL Authentication. - Ce serveur ne prend en charge que l'authentification SQL. - - - This server supports Microsoft Entra ID and SQL Authentication. - Ce serveur prend en charge Microsoft Entra ID et l'authentification SQL. - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - Ce raccourci nécessite le passage du texte sélectionné en tant que paramètre. Sélectionnez du texte dans l’éditeur SQL, puis réexécutez le raccourci. - - - This value was not provided in the Azure Data Studio settings file. - Cette valeur n’a pas été fournie dans le fichier de paramètres Azure Data Studio. - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - Cela déploiera un conteneur Data API builder localement à l'aide de Docker. Le conteneur exposera des API {0} basées sur votre configuration. - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - Cette opération réinitialise la gravité de toutes les règles à leur valeur par défaut et désactive l’option « Activer Code Analysis lors de la génération ». Cette action est irréversible. Souhaitez-vous continuer ? - - - Time - Heure - - - Timestamp - Horodateur - - - To - Label for the end IP address in the firewall rule IP range - À - - - To compare two schemas, first select a source schema and target schema, then press compare. - Pour comparer deux schémas, sélectionnez d’abord un schéma source et un schéma cible, puis appuyez sur comparer. - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - Pour utiliser cette commande, ouvrez un fichier .sql ou remplacez le langage de l’éditeur par « SQL » ou sélectionnez le texte T-SQL dans l’éditeur SQL actif. - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - Pour utiliser cette commande, vous devez définir le langage sur « SQL ». Confirmez pour changer de mode de langage. - - - Toggle Actual Plan - Activer/désactiver le plan réel - - - Toggle Query Result Panel - Activer/désactiver le volet des résultats de la requête - - - Toggle SQLCMD Mode - Activer/désactiver le mode SQLCMD - - - Toggle Sort - Activer ou désactiver le tri - - - Toggle Tooltips - Activer/désactiver les info-bulles - - - Toggle actual execution plan collection for SQL queries - Activer ou désactiver la collection du plan d’exécution réel pour les requêtes SQL - - - Toggle all entities in {0} - {0} is the schema name - Activer/désactiver toutes les entités dans {0} - - - Toggle between grid and text view - Basculer entre la grille et l’affichage texte - - - Toggle columns for {0} - {0} is the entity name - Afficher ou masquer les colonnes pour {0} - - - Toggle dark mode - Activer ou désactiver le mode sombre - - - Toggle filter row - Activer ou désactiver la ligne de filtre - - - Toggle pre-header row - Activer ou désactiver la ligne de pré-en-tête - - - Toggle selection for {0} - {0} is the connection display name - Activer/désactiver la sélection pour {0} - - - Toggle selection for {0} - {0} is the connection group name - Activer/désactiver la sélection pour {0} - - - Toggle sort - Activer/désactiver le tri - - - Toggle sorting for the active column - Activer/désactiver le tri pour la colonne active - - - Token refreshed successfully. - Jeton actualisé avec succès. - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - Recherche d’outil pour : {0} – {1}. - - - Total execution time: {0} - {0} is the elapsed time - Durée totale d’exécution : {0} - - - Total rows to fetch: - Nombre total de lignes à récupérer : - - - Transaction Log - Journal des transactions - - - Transfer active connection (Default) - Transférer la connexion active (par défaut) - - - Truncate the transaction log - Tronquer le journal des transactions - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - Essayez Azure SQL Database sans frais grâce à notre offre de niveau gratuit ! Provisionnez une base de données cloud entièrement gérée directement depuis VS Code. - - - Try adjusting your search or filters - Essayez d'ajuster votre recherche ou vos filtres - - - Try it - Essayer - - - Try searching by command name, description, or keybinding. - Essayez de rechercher par nom de commande, description ou raccourci clavier. - - - Type - Type - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - URL copié dans le presse-papiers - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - Impossible d'acquérir un jeton Microsoft Entra depuis VS Code pour le compte sélectionné : {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - Impossible d'obtenir un jeton valide. (expire le : {0}, mais est actuellement : {1}) - - - Unable to determine the server authentication type. - Impossible de déterminer le type d'authentification du serveur. - - - Unable to execute the command while the extension is initializing. Please try again later. - Impossible d’exécuter la commande pendant l’initialisation de l’extension. Veuillez réessayer plus tard. - - - Unable to expand. Please check logs for more information. - Impossible de développer. Pour plus d’informations, consultez les journaux. - - - Unable to load backup configuration. Please try again. - Impossible de charger la configuration de sauvegarde. Veuillez réessayer. - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - Nous ne pouvons pas charger la liste des bases de données à partir du serveur : {0} Vous pouvez entrer directement le nom de la base de données. - - - Unable to open Table Explorer: No target node provided. - Impossible d’ouvrir l’Explorateur de tables : aucun nœud cible fourni. - - - Unable to read proxy agent options. - Impossible de lire les options de l'agent proxy. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - Impossible de récupérer la liste des bases de données. Vous n'avez peut-être pas l'autorisation de lister les bases de données sur ce serveur. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - Impossible de récupérer la liste des bases de données. Vous n'avez peut-être pas l'autorisation de lister les bases de données sur ce serveur. Si votre connexion spécifie une base de données, celle-ci sera présélectionnée. - - - Unavailable for backups to existing files - Non disponible pour les sauvegardes sur des fichiers existants - - - Understand and document business logic embedded in stored procedures, views, and functions - Comprendre et documenter la logique professionnelle intégrée dans les procédures, fonctions et affichages stockés - - - Undo - Annuler - - - Undo All - Tout annuler - - - Undo All Copilot Changes - Annuler toutes les modifications de Copilot - - - Unfreeze columns - Libérer les colonnes - - - Unfreeze columns/rows - Libérer les colonnes/lignes - - - Unknown - Inconnu - - - Unknown Connection - Connexion inconnue - - - Unknown account - Compte inconnu - - - Unknown deployment step: {0} - {0} is the deployment step number - Étape de déploiement inconnue : {0} - - - Unknown error - Erreur inconnue - - - Unknown magic command: %%{0} - {0} is the magic command name - Commande magique inconnue : %%{0} - - - Unknown object management dialog. - Boîte de dialogue de gestion d’objet inconnue. - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - Opération inconnue : {0}. Opérations prises en charge : add_table, update_table, delete_table, replace_schema, get_schema - - - Unknown tenant ID - ID de locataire inconnu - - - Unnamed Profile - Profil sans nom - - - Unsaved Changes - Modifications non enregistrées - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - Architecture non prise en charge pour Docker : {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - Type d’authentification non prise en charge dans la chaîne de connexion : {0}. Seules les authentifications SQL Login, intégrée, Azure MFA et Active Directory Default sont prises en charge. - - - Unsupported by Data API builder. - Non pris en charge par le générateur d’API de données. - - - Unsupported data types detected - Des types de données non prises en charge ont été détectées - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - Plateforme non prise en charge pour Docker : {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - Jusqu'à 10 bases de données avec 100 000 secondes vCore, 32 Go de stockage et des sauvegardes renouvelées mensuellement. - - - Update - Mettre à jour - - - Update Database - Mettre à jour la base de données - - - Update Script - Mettre à jour le script - - - Updating IntelliSense... - Mise à jour d’IntelliSense... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - Les limites d’utilisation sont dépassées. Réessayez plus tard ou envisagez d’optimiser vos demandes. - - - Use Microsoft Entra ID authentication to provision and connect to this database. - Utilisez l'authentification Microsoft Entra ID pour provisionner cette base de données et vous y connecter. - - - Use SQL Authentication with a valid username and password. - Utilisez l'authentification SQL avec un nom d'utilisateur et un mot de passe valides. - - - Use T-SQL intellisense and syntax error checking on current document - Utiliser T-SQL IntelliSense et la vérification des erreurs de syntaxe sur le document actuel - - - Use discount code {0} to save €200 on registration. - Utilisez le code de réduction {0} pour économiser 200 € lors de l’inscription. - - - Use encryption for this backup - Utiliser le chiffrement pour cette sauvegarde - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - Utiliser le format : AAAA-MM-JJ HH:mm:ss[.SSS] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - Utilisez du langage naturel pour concevoir des schémas de base de données directement dans le Concepteur visuel de schémas. Créez des schémas à partir de zéro, faites évoluer des conceptions existantes, examinez les modifications via une vue de diff et importez des artefacts externes — le tout affiché en temps réel dans le diagramme visuel et le script T-SQL. - - - Use the default server setting - Utiliser le paramètre du serveur par défaut - - - Use {0} to create a new connection. - {0} is the connect command - Utilisez {0} pour créer une connexion. - - - Used in API routes and responses - Utilisé dans les routes et réponses de l’API - - - User - Utilisateur(-trice) - - - User ID - Identifiant utilisateur - - - User Name - Nom d’utilisateur - - - User databases - Bases de données utilisateur - - - User name - Nom d’utilisateur - - - User name (SQL Login) - Nom d’utilisateur (connexion SQL) - - - User name is required - Le nom d’utilisateur est obligatoire - - - Username - Nom d’utilisateur - - - Username is required - Nom d’utilisateur est nécessaire - - - Uses the WITH KEEP_REPLICATION option during restore - Utilise l’option WITH KEEP_REPLICATION lors de la restauration - - - Uses the WITH NORECOVERY option during restore - Utilise l’option WITH NORECOVERY pendant la restauration - - - Uses the WITH REPLACE option during restore - Utilise l’option WITH REPLACE pendant la restauration - - - Uses the WITH RESTRICTED_USER option during restore - Utilise l’option WITH RESTRICTED_USER lors de la restauration - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - Utilisation en cours de {0} ({1})... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - Utilisation de {0} pour traiter votre demande... - - - Validation failed - La validation a échoué - - - Validation failed. Please check your inputs - La validation a échoué. Veuillez vérifier vos saisies - - - Value - Valeur - - - Value is required - La valeur est obligatoire - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - Les valeurs vectorielles sont en lecture seule dans cet éditeur. Utilisez T-SQL pour modifier la valeur ou régénérer l’incorporation. - - - Verify a container image by using the Notation CLI - Vérifiez une image de conteneur à l’aide de l’interface CLI Notation - - - Verify backup when finished - Vérifier la sauvegarde une fois terminée - - - Verifying Docker engine is ready - Vérification en cours de la disponibilité du moteur Docker - - - Verifying Docker is installed on your system - Nous vérifions actuellement que Docker est installé sur votre système - - - Verifying the API is ready to accept requests - Nous vérifions actuellement que l’API est prête à accepter des requêtes - - - Very Dissatisfied - Très mécontent - - - Very Satisfied - Très satisfait - - - View - Afficher - - - View Config - Voir la configuration - - - View More - Afficher plus - - - View Swagger - Afficher Swagger - - - View Table Diagram - Afficher le diagramme de la table - - - View known issues - Afficher les problèmes connus - - - View mssql for Visual Studio Code release notes? - Afficher l’extension MSSQL pour les notes de publication Visual Studio Code ? - - - View roadmap - Afficher la feuille de route - - - View settings - Afficher les paramètres - - - View the estimated query execution plan - Afficher le plan d’exécution de requête estimé - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - Affichez, modifiez, ajoutez et supprimez des lignes de tableau dans une grille interactive avec une validation en temps réel et un aperçu en direct des scripts DML. - - - View/configure keybinding - Afficher/configurer la combinaison de touches - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - Afficher/configurer la combinaison de touches pour {0} - - - View: - Afficher : - - - Views - Affichages - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - Visual Studio Code doit être relancé pour que ce paramètre entre en vigueur. Veuillez recharger Visual Studio Code. - - - Visualize and Design Schema - Visualiser et concevoir un schéma - - - WHERE - WHERE - - - Warehouse - Warehouse - - - Warning - Avertissement - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - Avertissement : L’ensemble de résultats est incomplet. Affichage {0} de {1} lignes. Impossible de charger l'ensemble des résultats. - - - Warnings - Avertissements - - - Warnings detected. Please review the changes. - Avertissements détectés. Veuillez examiner les modifications. - - - Watch demo - Regarder la démo - - - Watch demos on YouTube - Regarder des démonstrations sur YouTube - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - Nous ne trouvons pas l’emplacement de Docker Desktop sur votre ordinateur. Veuillez démarrer le bureau Docker manuellement et réessayez. - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - Nous n’avons pas pu nous connecter à l’aide des informations de connexion actuelles. Voulez-vous essayer de vous connecter à nouveau ou modifier le profil de connexion ? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - Nous sommes ravis que vous appréciez MSSQL pour VS Code ! Pensez à laisser un petit commentaire dans la Place de marché VS Code. - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - La vue web « {0} » n’a pas été prête dans un délai de {1} ms - - - Webview was disposed before it became ready - La vue web a été supprimée avant qu’elle soit prête - - - What I can do for you: - Ce que je peux faire pour vous : - - - What can we do to improve? - Que pouvons-nous faire pour nous améliorer ? - - - What's next? - Quelle est la prochaine étape ? - - - Width cannot be 0 or negative - La largeur ne peut pas être nulle ou négative - - - Windows Authentication - Authentification Windows - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - Fonctionne avec VS Code/SSMS et utilise l’authentification Microsoft Entra ainsi que les contrôles d’accès Fabric. - - - Workspace - Espace de travail - - - Workspace is required - L'espace de travail est obligatoire - - - Write a review - Écrire une évaluation - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - Écrivez et exécutez des requêtes SQL dans des blocs-notes Jupyter natifs de Visual Studio Code avec des résultats interactifs, des fonctions de tri, le filtrage et la documentation Markdown. - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - Rédiger, optimiser et résoudre les problèmes des requêtes SQL avec des améliorations recommandées par IA - - - YYYY-MM-DD HH:mm:ss - AAAA/MM/JJ HH:mm:ss - - - Yes - Oui - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - Vous êtes sur le point de déployer sur une base de données existante. Cette opération modifiera définitivement le schéma de la base de données et peut entraîner une perte de données. Voulez-vous continuer ? - - - You are not connected to any database. - Vous n’êtes connecté à aucune base de données. - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - Vous voyez ce message, car vous avez mis à jour l’extension MSSQL vers la version {0}. - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - Vous avez capturé des événements Profiler qui n’ont pas été exportés. Si vous fermez maintenant, vous perdrez tous les événements capturés. Voulez-vous les exporter vers un fichier CSV ? - - - You have unsaved changes. Do you want to save before closing? - Vous avez des modifications non enregistrées. Voulez-vous enregistrer avant de fermer ? - - - You must accept the license - Vous devez accepter la licence - - - You must be signed into Azure in order to browse SQL databases. - Vous devez être connecté à Azure pour parcourir des bases de données SQL. - - - You must be signed into Fabric in order to browse SQL databases. - Vous devez être connecté à Fabric pour parcourir des bases de données SQL. - - - You must review and accept the terms to proceed - Vous devez lire et accepter les conditions pour continuer - - - Your API is available at: - Votre API est disponible à l’adresse : - - - Your APIs are available at the following endpoints: - Vos API sont disponibles sur les points de terminaison suivants : - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - Votre moteur Docker exécute actuellement des conteneurs Windows. SQL Server prend uniquement en charge les conteneurs Linux. Voulez-vous basculer vers des conteneurs Linux ? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - Votre compte doit s’authentifier à nouveau pour accéder aux ressources {0}. Appuyez sur Ouvrir pour démarrer le processus d’authentification. - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - L’adresse IP de votre client « {0} » n’a pas accès au serveur « {1} » auquel vous tentez de vous connecter. Voulez-vous créer une règle de pare-feu ? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - L’adresse IP de votre client n’a pas accès au serveur. Ajoutez un compte Microsoft Entra et créez une nouvelle règle de pare-feu pour activer l’accès. - - - Your current IP {0} will be added automatically. - {0} is the current IP address - Votre adresse IP {0} actuelle sera ajoutée automatiquement. - - - Your database will continue running after the free offer limit and you will be charged for overages. - Votre base de données continuera de fonctionner au-delà de la limite de l'offre gratuite, et les dépassements vous seront facturés. - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - Votre mot de passe doit contenir des caractères appartenant au moins à trois des catégories suivantes – lettres majuscules, minuscules, chiffres (0-9) et caractères spéciaux (!, $, #, %, etc.). - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - Votre locataire « {0} ({1}) » exige une nouvelle authentification pour accéder aux ressources {2}. Appuyez sur Ouvrir pour démarrer le processus d’authentification. - - - Zone-redundant backup storage - Stockage de sauvegarde redondant interzone - - - Zoom In - Zoom avant - - - Zoom Out - Zoom arrière - - - Zoom to Fit - Zoom pour ajuster - - - [Optional] Database to connect (press Enter to connect to <default> database) - [Facultatif] Base de données à laquelle se connecter (appuyez sur Entrée pour vous connecter à la base de données <par défaut>) - - - [Optional] Enter a display name for this connection profile - [Facultatif] Entrer un nom d’affichage pour ce profil de connexion - - - [Read-only] Pre-filled from the server properties. - [Lecture seule] Prérempli à partir des propriétés du serveur. - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - et - - - authenticationType - authenticationType - - - contains - contient - - - database - base de données - - - default - défaut - - - delete the saved connection: {0}? - {0} is the connection name - supprimer la connexion enregistrée : {0} ? - - - does not contain - ne contient pas - - - encrypt - chiffrer - - - ends with - se termine par - - - equals - est égal à - - - greater than - supérieur à - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - hostname\instance or <server>.database.windows.net ou chaîne de connexion ADO.NET - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - n’est pas nul - - - is null - est nul - - - items - éléments - - - items per page - éléments par page - - - items selected - éléments sélectionnés - - - less than - moins que - - - location - emplacement - - - macOS Sierra or newer is required to use this feature. - La version macOS Sierra ou ultérieure est obligatoire pour utiliser cette fonctionnalité. - - - none selected - aucune sélection - - - not equals - différent de - - - of - sur - - - or - ou - - - profiler_events - profiler_events - - - resource group - groupe de ressources - - - server - serveur - - - starts with - commence par - - - subscription - abonnement - - - test - test - - - undefined - non défini - - - untitled - sans titre - - - updatingIntelliSense - updatingIntelliSense - - - vCores - cœurs virtuels - - - value - valeur - - - x of y selected - x sur y sélectionné(s) - - - {0} (Current Account) - {0} is the account display name - {0} (compte actuel) - - - {0} (filtered) - {0} (filtré) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1}%) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1} %) : {2} - - - {0} accounts - {0} is the number of accounts - {0} comptes - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - {0} action pour {1} - - - {0} change(s) - {0} is the number of changes - {0} modification(s) - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0} a changé de « {1} » à « {2} » - - - {0} changes - {0} is the number of property changes - {0} modifications - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - Échantillon de couleur {0} ({1}) - - - {0} column data - {0} is the number of columns - Données de {0} colonnes - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - {0} groupe de connexion importé - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - {0} groupes de connexion importés - - - {0} connection imported - {0} is the number of connections imported (singular) - {0} connexion importée - - - {0} connections imported - {0} is the number of connections imported (plural) - {0} connexions importées - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {0} contient des types de colonnes non pris en charge par générateur d’API de données : {1} - - - {0} deleted successfully. - {0} deleted successfully. - La suppression de {0} a correctement réussi. - - - {0} errors - {0} is the number of errors - {0} erreurs - - - {0} events - {0} is the number of events - {0} événements - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} a été fermé. Voulez-vous le restaurer ? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - {0} comptes Entra invalides ont été supprimés; vous devrez peut-être exécuter « MS SQL : Effacer le cache de jetons de compte Microsoft Entra » et vous reconnecter. - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} est une colonne de clé primaire et ne peut pas être désactivée. - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} n’est pas activé globalement - - - {0} issue - {0} is the number of issues - {0} problème - - - {0} issues - {0} is the number of issues - {0} problèmes - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} doit définir un ou plusieurs champs de clé à utiliser avec générateur d’API de données - - - {0} objects found - {0} is the number of objects found - {0} objets trouvés - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0} sur {1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - {0} groupes de connexions sélectionnés sur {1}. - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - {0} connexions sélectionnées sur {1} - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - {0} sur {1} activé(s) - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {0} sur {1} règles - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0} sur {1} locataires - - - {0} password doesn't match the confirmation password - Le mot de passe {0} ne correspond pas au mot de passe de confirmation - - - {0} properties - {0} is the object type - {0} propriétés - - - {0} query - {0} is the Quick Query shortcut name - Requête {0} - - - {0} rows - {0} is the number of rows - {0} lignes - - - {0} rows returned - {0} is the number of rows returned - {0} lignes retournées - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - {0} lignes sélectionnées, cliquez pour charger le résumé - - - {0} rules - {0} is the number of code analysis rules - {0} règles - - - {0} selected - {0} is the number of selected filter values - {0} sélectionnée(s) - - - {0} selected - {0} is the number of selected rows - {0} sélectionnées - - - {0} setting imported - {0} is the number of settings imported (singular) - {0} paramètre importé - - - {0} settings imported - {0} is the number of settings imported (plural) - {0} paramètres importés - - - {0} started successfully. - {0} started successfully. - {0} a démarré correctement. - - - {0} stopped successfully. - {0} stopped successfully. - {0} s’est arrêté avec succès. - - - {0} warnings - {0} is the number of warnings - {0} avertissements - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0} {1} problème - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0} {1} problèmes - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0}, +{1} autres - - - {0}. {1} - {0} is the status -{1} is the message - {0}. {1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - {0}/{1} événements - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0} : {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0} : {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0} : {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0} : {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0} : {1}. {2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0} j {1} h - - - {0}h - {0} is the number of hours - {0} h - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0} h {1} min - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0} h {1} min - - - {0}m - {0} is the number of minutes - {0} m - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0} min {1} s - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0} min {1} s - - - {0}ms - {0} is the number of milliseconds - {0} ms - - - {0}ms - {0} is the elapsed time in milliseconds - {0} ms - - - {0}s - {0} is the number of seconds - {0} s - - - {0}s - {0} is the elapsed time in seconds - {0} s - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ Octroyer l’accès - - - ✅ Grant Access (Current) - ✅ Octroyer l’accès (actuel) - - - ❌ Deny Access - ❌ Refuser l’accès - - - ❌ Deny Access (Current) - ❌ Refuser l’accès (actuel) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 Je suis l’extension GitHub Copilot pour MSSQL, votre assistant intelligent de développement SQL dans Visual Studio Code. Je vous aide à connecter, explorer, concevoir et faire évoluer vos bases de données SQL directement depuis VS Code. - - - - - - - Add Connection - Ajouter une connexion - - - Add Connection Group - Ajouter un groupe de connexion - - - Add Microsoft Entra Account - Ajouter un compte Microsoft Entra - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - Permet aux utilisateurs de se connecter à des appareils soumis à des contraintes d’entrée. - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - Connectez toujours les nouveaux éditeurs et les fichiers SQL ouverts à la connexion spécifiée par `mssql.defaultConnectionId`. - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - Un délai d’expiration de 0 indique une attente illimitée (aucun délai d’expiration) - - - Analyze Query Performance - Analyser les performances des requêtes - - - Application Intent - Intention de l’application - - - Automatically display query results in a new tab instead of the query pane. - Afficher automatiquement les résultats de la requête dans un nouvel onglet au lieu du volet de requête. - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - Affichez automatiquement le panneau des résultats lors du passage à un éditeur contenant les résultats de la requête. Ne s’applique que si l’option « Ouvrir les résultats dans un onglet » est activée. - - - Azure MFA - Authentification multifacteur Azure - - - Background Tasks - Tâches en arrière-plan - - - Backup Database... - Base de données de Sauvegarde Microsoft Azure... - - - Build Data API... - Générer API Données... - - - Cancel Connection (MSSQL) - Annuler la connexion (MSSQL) - - - Cancel Query (MSSQL) - Annuler une requête (MSSQL) - - - Cancel Task - Annuler la tâche - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - Portez la connexion de l’éditeur actif jusqu’aux onglets d’éditeur de requête et les fichiers SQL nouvellement ouverts. - - - Change Connection (MSSQL) - Changer la connexion (MSSQL) - - - Change Database (MSSQL) - Modifier la base de données (MSSQL) - - - Change Notebook Connection - Modifier la connexion du bloc-notes - - - Change Notebook Database - Modifier la base de données des blocs-notes - - - Choose SQL handler for this file - Choisir le gestionnaire SQL pour ce fichier - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - Choisissez comment les colonnes de la grille de résultats sont dimensionnées automatiquement (en-têtes + données, données uniquement ou désactiver le dimensionnement automatique). - - - Chooses which Authentication method to use - Choisit la méthode d’authentification à utiliser. - - - Clear All Connection Sharing Permissions - Effacer toutes les autorisations de partage de connexion - - - Clear All Query History - Effacer tout l’historique des requêtes - - - Clear Filters - Effacer les filtres - - - Clear Finished Tasks - Effacer les tâches terminées - - - Clear Microsoft Entra account token cache - Effacer le cache des jetons du compte Microsoft Entra - - - Clear Pooled Connections - Effacer les connexions groupées - - - Command Timeout - Délai d’expiration de la commande - - - Compare Schemas... - Comparer les schémas... - - - Configure up to 10 Quick Queries that execute from commands. - Configurez jusqu’à 10 Requêtes rapides qui s’exécutent à partir de commandes. - - - Connect (MSSQL) - Se connecter (MSSQL) - - - Connect to a SQL Database - Se connecter à une base de données SQL - - - Connection Dialog - Boîte de dialogue de connexion - - - Connection Timeout - Délai d’expiration de la connexion - - - Connection groups - Groupes de connexions - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - Les profils de connexion définis dans « Paramètres utilisateur » apparaissent sous la commande « MS SQL: Connect » dans la palette de commandes. - - - Connections - Connexions - - - Control which grid lines are visible in the results grid. - Contrôlez quelles lignes de grille sont visibles dans la grille de résultats. - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - Permet de contrôler la façon dont les nouvelles fenêtres de l’éditeur SQL et les fichiers SQL ouverts sont connectés automatiquement. - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - Contrôle le nombre maximal de lignes autorisées pour effectuer le filtrage et le tri en mémoire. Si ce nombre est dépassé, le tri et le filtrage sont désactivés. Avertissement : l’augmentation de cette valeur peut avoir un impact sur les performances. - - - Copy All - Copier tout - - - Copy Cell Messages - Messages de cellule à copier - - - Copy Connection String - Copier la chaîne de connexion - - - Copy Object Name - Copier le nom de l’objet - - - Create Azure Function with SQL binding - Créer une fonction Azure avec une liaison SQL - - - Create a Table with Table Designer - Créer une table avec le Concepteur de tables - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - Créez une table dans votre base de données ou modifiez les tables existantes à l’aide du concepteur de tables. -Une fois vos modifications terminées, cliquez sur le bouton « Publier » pour envoyer les modifications à votre base de données. - - - DACPAC/BACPAC Operations... - Opérations DACPAC/BACPAC... - - - Default view mode for query results display. - Mode d’affichage par défaut pour l’affichage des résultats de la requête. - - - Delete - Supprimer - - - Delete Connection Group - Supprimer un groupe de connexion - - - Delete SQL Container - Supprimer le conteneur SQL - - - Deploy DACPAC - Déployer DACPAC - - - Disable Actual Plan (MSSQL) - Désactiver le plan réel (MSSQL) - - - Disable Group By Schema - Désactiver Grouper par schéma - - - Disable automatic column sizing - Désactiver le dimensionnement automatique des colonnes - - - Disabled - Désactivé - - - Disconnect (MSSQL) - Se déconnecter (MSSQL) - - - Display name for this Quick Query. - Nom d’affichage de cette Requête rapide. - - - Display results in a formatted text format. - Afficher les résultats dans un format de texte formaté. - - - Display results in a tabular grid format (default) - Afficher les résultats dans un format de grille tabulaire (par défaut) - - - Do not auto-connect. You must connect each SQL file manually. - Ne vous connectez pas automatiquement. Vous devez connecter chaque fichier SQL de façon manuelle. - - - Do not show prompts to display query results in a new tab. - Ne pas afficher les invites pour afficher les résultats de la requête dans un nouvel onglet. - - - Drop Database... - Abandonner la base de données... - - - Edit Connection Group - Modifier le groupe de connexion - - - Edit Connection Sharing Permissions - Modifier les autorisations de partage de connexion - - - Edit Connection... - Modifier la connexion... - - - Edit Table Data... - Modifier les données du tableau... - - - Enable Actual Plan (MSSQL) - Activer le plan réel (MSSQL) - - - Enable Group By Schema - Activer Grouper par schéma - - - Enable Parameterization for Always Encrypted - Activer la paramétrisation pour Always Encrypted - - - Enable Query History Capture - Activer la capture de l’historique des requêtes - - - Enable SET ANSI_DEFAULTS - Activer SET ANSI_DEFAULTS - - - Enable SET ANSI_NULLS - Activer SET ANSI_NULLS - - - Enable SET ANSI_NULL_DFLT_ON - Activer SET ANSI_NULL_DFLT_ON - - - Enable SET ANSI_PADDING - Activer SET ANSI_PADDING - - - Enable SET ANSI_WARNINGS - Activer SET ANSI_WARNINGS - - - Enable SET ARITHABORT option - Activer l’option SET ARITHABORT - - - Enable SET CURSOR_CLOSE_ON_COMMIT - Activer SET CURSOR_CLOSE_ON_COMMIT - - - Enable SET DEADLOCK_PRIORITY option - Activer l’option SET DEADLOCK_PRIORITY - - - Enable SET IMPLICIT_TRANSACTIONS - Activer SET IMPLICIT_TRANSACTIONS - - - Enable SET LOCK TIMEOUT option (in milliseconds) - Activer l’option SET LOCK TIMEOUT (en millisecondes) - - - Enable SET NOCOUNT option - Activer l’option SET NOCOUNT - - - Enable SET NOEXEC option - Activer l’option SET NOEXEC - - - Enable SET PARSEONLY option - Activer l’option SET PARSEONLY - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - Activer SET QUERY_GOVERNOR_COST_LIMIT - - - Enable SET QUOTED_IDENTIFIER - Activer SET QUOTED_IDENTIFIER - - - Enable SET STATISTICS IO option - Activer l’option SET STATISTICS IO - - - Enable SET STATISTICS TIME option - Activer l’option SET STATISTICS TIME - - - Enable SET TRANSACTION ISOLATION LEVEL option - Activer l’option SET TRANSACTION ISOLATION LEVEL - - - Enable SET XACT_ABORT ON option - Activer l’option SET XACT_ABORT ON - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - Activer l'alternance des couleurs de fond des lignes (effet zébré) dans la grille de résultats. La couleur est dérivée du thème VS Code actuel. - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - Activez les boutons d'expansion/réduction dans les nœuds de table du Schéma Designer lorsque les tables comportent plus de 10 colonnes - - - Enabled - Activé - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - Permet le groupement des connexions pour améliorer le niveau de performance global de connectivité. Ce paramètre est désactivé par défaut. Visual Studio Code doit être relancé lorsque la valeur est modifiée. Pour effacer les connexions groupées, exécutez la commande : « MS SQL : effacer les connexions groupées ». Remarque : cela peut maintenir les bases de données serverless actives et empêcher la mise en pause automatique. - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - Active les fonctionnalités expérimentales dans l’extension MSSQL. Les fonctionnalités ne sont pas prêtes pour la production et peuvent présenter des bogues ou des problèmes. Veuillez redémarrer Visual Studio Code après avoir modifié ce paramètre. - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - Active l’expérience de grille des résultats de la requête en préversion avec une gestion améliorée de l’état et davantage d’options de personnalisation des colonnes, notamment l’affichage, le masquage et le blocage des colonnes. - - - Estimated Plan (MSSQL) - Plan estimé (MSSQL) - - - Execute Query (MSSQL) - Exécuter la requête (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - Exécuter la sélection ou l’instruction actuelle (MSSQL) - - - Explain Query - Expliquer la requête - - - Export BACPAC - Exporter BACPAC - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - Rembourrage vertical supplémentaire, exprimé en pixels, ajouté à chaque ligne de la grille de résultats et contrôlant la densité des lignes. Plage valide : 0-10. - - - Extract DACPAC - Extraire DACPAC - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - Familiarisez-vous avec d’autres fonctionnalités de l’extension MSSQL qui peuvent vous permettre d’améliorer votre productivité. - - - Filter - Filtre - - - Filter your Object Explorer Tree - Filtrer l’arborescence de votre Explorateur d’objets - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - Générer le script - - - Get Started with MSSQL for Visual Studio Code - Prise en main de MSSQL pour Visual Studio Code - - - Getting Started Guide - Guide de démarrage - - - Hide all grid lines - Masquer toutes les lignes de grille - - - Import BACPAC - Importer BACPAC - - - Import Data... - Importer des données... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - Lancer le profileur de requêtes... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - Créez une connexion à une base de données SQL ou modifiez les connexions existantes à l’aide de la boîte de dialogue de connexion. -Vous pouvez vous connecter à une base de données en entrant vos informations de connexion, en utilisant une chaîne de connexion ou en parcourant vos abonnements Azure. -[Ouvrir la boîte de dialogue de connexion](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - Gérer les profils de connexion - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - Nombre maximal de caractères à stocker pour chaque valeur dans les colonnes XML après l’exécution d’une requête. Valeur par défaut : 2 097 152. Plage de valeurs valide : 1 à 2 147 483 647. - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - Nombre maximal de caractères/octets à stocker pour chaque valeur dans les colonnes de caractères/binaires après l’exécution d’une requête. Valeur par défaut : 65 535. Plage de valeurs valides : 1 à 2 147 483 647. - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - Nombre maximal d’événements à conserver en mémoire pour Profiler. Lorsque cette limite est atteinte, les événements antérieurs sont supprimés. Augmentez cette valeur si vous devez conserver d’autres d’événements pendant les sessions de profilage. - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - Nombre maximal d’anciens fichiers ayant dépassé mssql.logRetentionMinutes à supprimer au démarrage. Les fichiers qui ne sont pas nettoyés du fait de cette limitation le sont au prochain démarrage d’Azure Data Studio. - - - Maximum number of rows to return before the server stops processing your query. - Nombre maximal de lignes à retourner avant que le serveur arrête le traitement de votre requête. - - - Maximum size of text and ntext data returned from a SELECT statement - Taille maximale des données text et ntext retournées par une instruction SELECT - - - Migrate from Azure Data Studio - Migrer depuis Azure Data Studio - - - Modify Table Structure... - Modifier la structure du tableau... - - - New Database... - Nouvelle base de données... - - - New Deployment - Nouveau déploiement - - - New Query - Nouvelle requête - - - New Query - Nouvelle requête - - - New SQL Notebook - Nouveau Notebook SQL - - - New Table - Nouvelle table - - - Next Steps with MSSQL for Visual Studio Code - Étapes suivantes avec MSSQL pour Visual Studio Code - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - Nombre de minutes de conservation des fichiers journaux pour les services de back-end. La durée par défaut est 1 semaine. - - - Number of query history entries to show in the Query History view - Nombre d’entrées d’historique des requêtes à afficher dans la vue Historique des requêtes - - - Object Explorer filters - Filtres d’Explorateur d’objets - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - Affichez uniquement les objets de base de données les plus importants en appliquant des filtres à l’arborescence de l’Explorateur d’objets. -Commencez par cliquer sur le bouton de filtre à côté de la plupart des dossiers dans la vue Connexions. - - - Open Changelog - Ouvrir le journal des modifications - - - Open Execution Plan File - Ouvrir le fichier de plan d’exécution - - - Open New Query and Connect - Ouvrir une nouvelle requête et se connecter - - - Open Query - Ouvrir la requête - - - Open Query History in Command Palette - Ouvrir Historique des requêtes dans la palette de commandes - - - Open Query Profiler (Preview) XEL File - Ouvrir le fichier XEL du profileur de requête (préversion) - - - Open Shortcuts Configuration - Ouvrir la configuration des raccourcis - - - Open Task Result - Ouvrir le résultat de la tâche - - - Open in GitHub Copilot Agent - Ouvrir dans GitHub Copilot Agent - - - Open in GitHub Copilot Chat - Ouvrir dans GitHub Copilot Chat - - - Open in MSSQL extension - Ouvrir dans l’extension MSSQL - - - Pause Query History Capture - Suspendre la capture de l'historique des requêtes - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - Empêcher l'exécution automatique des scripts (par exemple, « Sélectionner les 1 000 premiers »). Lorsque cette option est activée, les scripts ne seront pas exécutés automatiquement lors de la génération. - - - Prompts users to sign in using their browser. - Invite les utilisateurs à se connecter à l’aide de leur navigateur. - - - Query History - Historique des requêtes - - - Query Results - Résultats de la requête - - - Query editor and query results pane - Éditeur de requête et volet des résultats de requête - - - Query plan visualization - Visualisation d’un plan de requête - - - Refresh - Actualiser - - - Refresh IntelliSense Cache - Actualiser le cache IntelliSense - - - Remove Connection - Supprimer la connexion - - - Remove Microsoft Entra Account - Supprimer le compte Microsoft Entra - - - Rename Database... - Renommer la base de données... - - - Replication - Réplication - - - Restore Database... - Restaurer la base de données... - - - Reveal Query Result (MSSQL) - Afficher les résultats de la requête (MSSQL) - - - Rewrite Query - Réécrire la requête - - - Run Query - Exécuter la requête - - - Run Quick Query 1 - Exécuter Requête rapide 1 - - - Run Quick Query 10 - Exécuter Requête rapide 10 - - - Run Quick Query 2 - Exécuter Requête rapide 2 - - - Run Quick Query 3 - Exécuter Requête rapide 3 - - - Run Quick Query 4 - Exécuter Requête rapide 4 - - - Run Quick Query 5 - Exécuter Requête rapide 5 - - - Run Quick Query 6 - Exécuter Requête rapide 6 - - - Run Quick Query 7 - Exécuter Requête rapide 7 - - - Run Quick Query 8 - Exécuter Requête rapide 8 - - - Run Quick Query 9 - Exécuter Requête rapide 9 - - - Run a SQL Query - Exécuter une requête SQL - - - SQL Container Name - Nom du conteneur SQL - - - SQL Container Version - Version du conteneur SQL - - - SQL Server Extended Events Log - Journal des événements étendus de SQL Server - - - SQL Tools (MSSQL) - Outils SQL (MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - Texte SQL pour cette Requête rapide. Utilisez {arg} pour insérer le texte éditeur-de-requête sélectionné, sinon, il est ajouté. - - - Script as Alter - Script de modification - - - Script as Create - Script de création - - - Script as Drop - Script de suppression - - - Script as Execute - Script d’exécution - - - Search Database Objects... - Recherche d'objets dans la base de données... - - - Select Top 1000 - Sélectionnez les 1 000 premiers - - - Selected Azure subscriptions for browsing and managing servers and databases - Abonnements Azure sélectionnés pour la navigation et la gestion des serveurs et des bases de données - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - Espaces de travail Microsoft Fabric sélectionnés pour la navigation et la gestion des bases de données SQL - - - Send Feedback - Envoyer des commentaires - - - Set the font family for the results grid; set to blank to use the editor font - Définissez la famille de polices de la grille de résultats, laissez vide pour utiliser la police de l’éditeur - - - Set the font size for the results grid; set to blank to use the editor size - Définir la taille de police de la grille de résultats, laisser vide pour utiliser la taille de l’éditeur - - - Shortcuts handled inside MSSQL views - Raccourcis gérés dans les vues MSSQL - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - Spécifie si les colonnes BIT doivent être affichées comme des nombres (1 ou 0). Si la valeur est « false », les colonnes BIT sont affichées sous la forme « true » ou « false » - - - Should IntelliSense be enabled - Spécifie si IntelliSense doit être activé - - - Should IntelliSense error checking be enabled - Spécifie si la vérification des erreurs IntelliSense doit être activée - - - Should IntelliSense quick info be enabled - Spécifie s’il faut activer Info express dans IntelliSense - - - Should IntelliSense suggestions be enabled - Spécifie si les suggestions IntelliSense doivent être activées - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - Les informations d’identification personnelle (PII) doivent-elles être enregistrées dans le canal de sortie Azure Logs et le fichier journal du canal de sortie. - - - Should Query History feature be enabled - La fonctionnalité Historique des requêtes doit-elle être activée ? - - - Should language service be auto-disabled when extension detects Non-MSSQL files - Spécifier si le service de langage doit être désactivé automatiquement lorsque l’extension détecte les fichiers non-MSSQL - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - Spécifie si les sélections de résultat de requête et les positions de défilement doivent être enregistrées lors du passage d’un onglet à l’autre (peut impacter les performances) - - - Show both horizontal and vertical grid lines - Afficher les lignes de grille horizontales et verticales - - - Show changelog after extension updates - Afficher le journal des modifications après les mises à jour de l’extension - - - Show only horizontal grid lines - Afficher uniquement les lignes de grille horizontales - - - Show only vertical grid lines - Afficher uniquement les lignes de grille verticales - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - Affichez les détails de la connexion SQL active sous forme de suggestion CodeLens en haut de l’éditeur pour une visibilité rapide. - - - Sort and Filter Query Results - Trier et filtrer les résultats de requête - - - Sort and filter options for query results - Options de tri et de filtrage des résultats de requête - - - Sort and filter your query results to find the data you need quickly. - Triez et filtrez les résultats de votre requête pour rechercher rapidement les données dont vous avez besoin. - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - Cloud souverain équivalent à `.crm.dynamics.com` (y compris le point de début) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - Cloud souverain équivalent à « .database.fabric.microsoft.com » (y compris le point de début) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - Cloud souverain équivalent à « .database.windows.net » (y compris le point de début) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - Cloud souverain équivalent à « .datawarehouse.fabric.microsoft.com » (y compris le point de début) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - Cloud souverain équivalent à « .sql.azuresynapse.net » (y compris le point de début) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - Cloud souverain équivalent à « https://analysis.windows.net/powerbi/api/ » - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - Cloud souverain équivalent à « https://api.fabric.microsoft.com/v1/ » - - - Sovereign cloud equivalent for `https://database.windows.net/` - Cloud souverain équivalent à « https://database.windows.net/ » - - - Sovereign cloud equivalent for `https://vault.azure.net/` - Cloud souverain équivalent à « https://vault.azure.net/ » - - - Start Query History Capture - Démarrer la capture de l'historique des requêtes - - - Start SQL Container - Démarrer le conteneur SQL - - - Stop SQL Container - Arrêter le conteneur SQL - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - Concepteur de tables - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - Stockez temporairement les mots de passe pour les connexions avec « Mots de passe enregistrés » désactivés, jusqu’au redémarrage de l’extension. Cela évite les invites de mot de passe répétées lors de la réutilisation des connexions au sein de la même session. - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - ID (GUID) du profil de connexion à utiliser lorsque `mssql.newEditorConnectionBehavior` est défini sur `defaultConnection`. Vous trouverez l’ID de connexion dans votre fichier settings.json, sous `mssql.connections`. - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - Configuration personnalisée supplémentaire spécifique à MSSQL pour le Sovereign Cloud à utiliser avec le fournisseur d’authentification Microsoft Sovereign Cloud. Il est nécessaire de définir « microsoft-sovereign-cloud.environment » sur « custom » et de fournir des valeurs pour « microsoft-sovereign-cloud.customEnvironment » pour utiliser cette fonctionnalité avec MSSQL. - - - The color of the connection group. - Couleur du groupe de connexion. - - - The description of the connection group. - Description du groupe de connexion. - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - Le nombre maximal de caractères à afficher pour les informations de connexion dans la barre d’état. Définissez sur -1 pour aucune limite. - - - The maximum number of recently used connections to store in the connection list. - Nombre maximal de connexions récemment utilisées à stocker dans la liste de connexions. - - - The name of the connection group. - Nom du groupe de connexion. - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - Délai d’expiration en secondes pour le développement d’un nœud dans l’Explorateur d’objets. La valeur par défaut est 45 secondes. - - - The unique identifier for the connection group this connection profile belongs to. - Identificateur unique du groupe de connexion auquel ce profil de connexion appartient. - - - The unique identifier for the connection group. - Identificateur unique pour ce groupe de connexion. - - - The unique identifier for the parent connection group. - Identificateur unique pour le groupe de connexion parent. - - - The unique identifier for this connection profile. - Identificateur unique pour ce profil de connexion. - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - Ce paramètre est déconseillé. Use `mssql.newEditorConnectionBehavior` instead. L’extension migre automatiquement ce paramètre au démarrage. - - - This setting will be removed in a future release. - Ce paramètre sera supprimé dans une mise en production ultérieure. - - - Toggle Actual Plan - Activer le plan réel - - - Toggle Query Result Panel Visibility (MSSQL) - Activer/désactiver la visibilité du panneau des résultats de requêtes (MSSQL) - - - Toggle SQLCMD Mode - Activer/désactiver le mode SQLCMD - - - True for the messages pane to be open by default; false for closed - « True » pour ouvrir par défaut le volet de messages, « false » pour le fermer - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - Découvrez ce que votre requête effectue en affichant le plan de requête. -Consultez le plan estimé sans exécuter la requête, ou consultez le plan de requête réel après exécution de la requête en activant ou désactivant les boutons en haut d’une fenêtre de l’éditeur de requête. - - - Use Database - Utiliser la base de données - - - Use column headers and data to size columns automatically - Utilisez les en-têtes de colonnes et les données pour dimensionner automatiquement les colonnes - - - Use only column headers to size columns automatically - Utilisez uniquement les en-têtes de colonnes pour dimensionner automatiquement les colonnes - - - Use only row data to size columns automatically - Utilisez uniquement les données des lignes pour dimensionner automatiquement les colonnes - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - Utilise les comptes connectés de VS Code pour l'authentification MFA Microsoft Entra ID auprès de SQL. Redémarrez Visual Studio Code après avoir modifié ce paramètre. - - - View Task Logs - Afficher les journaux des tâches - - - Visualize a Query Plan - Visualiser un plan de requête - - - Visualize and Design Schema... - Visualisez et concevez un schéma... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - Lorsque cette option est activée, Copier tout dans le volet Messages des résultats de la requête inclut les horodatages des messages. - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - Lorsque cette option est activée, transférez automatiquement la connexion active vers les fichiers SQL nouvellement ouverts. Lorsque cette option est désactivée, vous devez vous connecter explicitement à une base de données pour chaque fichier SQL. - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - Lorsque cette option est activée, elle colorise l'élément de la barre d'état de connexion avec la couleur du groupe de connexions. Ce paramètre est désactivé par défaut. Cette option utilise directement la couleur du dossier du groupe de connexions et ne la modifie pas afin de garantir un contraste avec le thème actuel de VS Code. Les utilisateurs doivent choisir des couleurs de groupe de connexions qui s'harmonisent bien avec leur thème. - - - When enabled, connection groups will be collapsed instead of expanded at startup. - Lorsque cette option est activée, les groupes de connexions sont réduits au lieu d’être développés au démarrage. - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - Une fois cette option activée, les exportations des résultats des requêtes enregistrées s’ouvrent après l’exportation. Les exportations Excel s’ouvrent avec le gestionnaire de fichiers du système. Les exportations de texte s’ouvrent dans VS Code. - - - When enabled, the database objects in Object Explorer will be categorized by schema. - Lorsque cette option est activée, les objets de base de données dans l’Explorateur d’objets sont classés par schéma. - - - Windows Authentication - Authentification Windows - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - Écrivez une requête SQL et exécutez-la sur votre base de données. -Vous pouvez également cliquer sur le bouton « Ouvrir dans un nouvel onglet » pour afficher les résultats de votre requête dans leur propre onglet, et éventuellement le définir comme comportement par défaut. - - - Your first steps for connecting to and developing with a SQL database - Vos premières étapes pour vous connecter et développer avec une base de données SQL - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [Facultatif] Nombre non négatif utilisé pour trier ce groupe de connexions dans la barre latérale de l’Explorateur d’objets. Les groupes avec une valeur « order » s’affichent en premier, de la plus faible à la plus élevée, les autres groupes suivent par ordre alphabétique. - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [Facultatif] Nombre non négatif utilisé pour trier cette connexion dans la barre latérale de l’Explorateur d’objets. Les connexions avec une valeur « order » s’affichent en premier, de la plus faible à la plus élevée ; les autres connexions suivent par ordre alphabétique. - - - [Optional] Character used for enclosing text fields when saving results as CSV - [Facultatif] Caractère utilisé pour englober les champs textuels pendant l’enregistrement des résultats au format CSV - - - [Optional] Character(s) used for separating rows when saving results as CSV - [Facultatif] Caractère(s) utilisé(s) pour séparer les lignes pendant l’enregistrement des résultats au format CSV - - - [Optional] Configuration options for copying multi-line results from the Results View - [Facultatif] Options de configuration pour copier les résultats multilignes à partir de la vue Résultats - - - [Optional] Configuration options for copying results from the Results View - [Facultatif] Options de configuration pour copier les résultats à partir de la vue Résultats - - - [Optional] Configuration options for which column new result panes should open in - [Facultatif] Options de configuration pour définir la colonne dans laquelle les nouveaux volets de résultats doivent s’ouvrir - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [Facultatif] Déclare le type de charge de travail d’application pour la connexion à SQL Server, par exemple, ReadWrite ou ReadOnly. Consultez SQL Server Always On pour plus de détails. - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [Facultatif] Délimiteur pour séparer les éléments de données pendant l’enregistrement des résultats au format CSV. Choisissez parmi les séparateurs courants tels que la virgule (,), la tabulation ( ), le point-virgule (;) ou le pipe (|) - - - [Optional] Do not show unsupported platform warnings - [Facultatif] Ne pas afficher les avertissements de plateforme non prise en charge - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [Facultatif] Encodage de fichier utilisé pendant l’enregistrement des résultats au format CSV. Choisissez entre UTF-8 (recommandé), UTF-16, ASCII ou Latin-1 en fonction de la compatibilité de votre application cible - - - [Optional] Indicates the SQL Server language settings. - [Facultatif] Indique les paramètres de langage SQL Server. - - - [Optional] Indicates the name of local docker container the connection is on - [Optionnel] Indique le nom du conteneur Docker local sur lequel la connexion est activée - - - [Optional] Indicates whether this profile has an empty password explicitly set - [Facultatif] Indique si ce profil a un mot de passe vide défini explicitement - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [Facultatif] Indique le type de serveur que le fournisseur expose par le biais de DataReader. - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [Facultatif] Journaliser la sortie de débogage dans la console VS Code (Aide -> Activer/désactiver les outils de développement) - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [Facultatif] Niveau de journalisation des services de back-end. Azure Data Studio génère un nom de fichier à chaque démarrage et, si le fichier existe déjà, ajoute les entrées de journal à ce fichier. Pour nettoyer les anciens fichiers journaux, consultez les paramètres logRetentionMinutes et logFilesRemovalLimit. Le niveau de suivi par défaut correspond à une faible journalisation. Si vous changez le niveau de détail, vous pouvez obtenir une journalisation massive nécessitant de l’espace disque pour les journaux. Le niveau Erreur inclut le niveau Critique, le niveau Avertissement inclut le niveau Erreur, le niveau Informations inclut le niveau Avertissement et le niveau Détail inclut le niveau Informations - - - [Optional] Should execution time be shown for individual batches - [Facultatif] Spécifie si la durée d’exécution doit être affichée pour les lots individuels - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [Facultatif] Spécifiez un nom personnalisé pour ce profil de connexion afin de parcourir facilement la palette de commandes de Visual Studio Code et y faire des recherches. - - - [Optional] Specify the SQL Server authentication type. - [Facultatif] Spécifiez le type d’authentification SQL Server. - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [Facultatif] Spécifiez le nom de base de données à laquelle se connecter. Si la base de données n’est pas spécifiée, le paramètre de la base de données utilisateur par défaut est utilisé, généralement « master ». - - - [Optional] Specify the delay between attempts to restore connection. - [Facultatif] Spécifiez le délai entre les tentatives de restauration de la connexion. - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [Facultatif] Spécifiez la durée en secondes d’attente de l’exécution d’une commande avant de mettre fin à la tentative et de générer une erreur. La valeur par défaut est de 30 secondes. - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [Facultatif] Spécifiez la durée en secondes d’attente d’une connexion au serveur avant de mettre fin à la tentative de connexion et de générer une erreur. La valeur par défaut est de 30 secondes. - - - [Optional] Specify the maximum number of connections allowed in the pool. - [Facultatif] Spécifiez le nombre maximal de connexions autorisées dans le pool. - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [Facultatif] Spécifiez la durée de vie minimale en secondes de cette connexion dans le pool avant suppression. - - - [Optional] Specify the minimum number of connections allowed in the pool. - [Facultatif] Spécifiez le nombre minimal de connexions autorisées dans le pool. - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [Facultatif] Spécifiez le nom de l’application utilisée par SQL Server pour la journalisation (par défaut : « vscode-mssql »). - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [Facultatif] Spécifiez le nom du fichier principal, y compris le nom du chemin complet, d’une base de données pouvant être attachée. - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [Facultatif] Spécifiez le nom de la station de travail se connectant à SQL Server. - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [Facultatif] Spécifiez le nom ou l’adresse réseau de l’instance de SQL Server servant de partenaire de basculement. - - - [Optional] Specify the number of attempts to restore connection. - [Facultatif] Spécifiez le nombre de tentatives de restauration de la connexion. - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [Facultatif] Spécifiez le mot de passe pour l’authentification SQL Server. Si le mot de passe n’est pas spécifié ou n’est pas déjà enregistré, il est redemandé à la connexion. - - - [Optional] Specify the port number to connect to. - [Facultatif] Spécifiez le numéro de port auquel se connecter. - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [Facultatif] Spécifiez la taille en octets des paquets réseau pour communiquer avec SQL Server. - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [Facultatif] Spécifiez le nom d’utilisateur pour l’authentification SQL Server. Si le nom d’utilisateur n’est pas spécifié, il est redemandé à la connexion. - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [Facultatif] Chaîne de connexion ADO.NET à utiliser pour la connexion. Remplace toutes les autres options spécifiées dans cette connexion. - - - [Optional] Used by SQL Server in replication. - [Facultatif] Utilisé par SQL Server dans la réplication. - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [Facultatif] En cas de chiffrement « Mandatory » (obligatoire) ou « Strict » (stricte), SQL Server utilise le chiffrement SSL pour toutes les données envoyées entre le client et le serveur si un certificat est installé sur le serveur. Lorsque « stricte » est défini, SQL Server utilise TDS 8.0 pour tout transfert de données entre le client et le serveur. « Stricte » est pris en charge sur SQL Server 2022. - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [Facultatif] Quand la valeur est « true », plusieurs jeux de résultats peuvent être retournés et lus sur la connexion. - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [Facultatif] Quand la valeur est « true », le certificat SSL SQL Server est automatiquement approuvé si la couche de communication est chiffrée à l’aide de SSL. Définissez la valeur sur « false » pour la connexion à Azure SQL Database. - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [Facultatif] Quand la valeur est « true », l’objet de connexion est tiré du pool approprié ou, si nécessaire, est créé et ajouté au pool approprié. Remarque : cela peut maintenir les bases de données serverless actives et empêcher la mise en pause automatique. - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [Facultatif] Quand la valeur est « true », la détection et la connexion au serveur actif sont plus rapides si le groupe de disponibilité AlwaysOn est configuré dans des sous-réseaux différents. - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [Facultatif] Quand la valeur est « true », le mot de passe pour l’authentification SQL Server est enregistré dans la banque d’informations sécurisée de votre système d’exploitation, par exemple, KeyChain dans MacOS ou Banque d’informations sécurisée dans Windows. - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [Facultatif] Quand la valeur est « false », les informations relatives à la sécurité, comme le mot de passe, ne sont pas retournées dans le cadre de la connexion si la connexion est ouverte ou a été dans un état ouvert. - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [Facultatif] Lorsque ce paramètre est spécifié (et encrypt=Mandatory et trustServerCertificate=false), SQL Server utilise le nom d’hôte fourni pour valider l’approbation avec le certificat de serveur. - - - [Optional] When true, column headers are included when saving results as CSV - [Facultatif] Quand la valeur est « true », les en-têtes de colonnes sont inclus dans l’enregistrement des résultats au format CSV - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [Requis] Spécifiez le nom du serveur auquel se connecter. Utilisez « hostname instance » ou « <server>.database.windows.net » pour Azure SQL Database. - - - auth - authentification - - - database - base de données - - - port - port - - - server - serveur - - - user - utilisateur - - - + + + + + + is required. + est obligatoire. + + + $(check) Copied messages + $(check) Messages copiés + + + $(plug) Connect to MSSQL + $(plug) Se connecter à MSSQL + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + « mssql.newEditorConnectionBehavior » est défini sur « defaultConnection », mais « mssql.defaultConnectionId » n’est pas configuré. Les nouveaux éditeurs retourneront vers le transfert de la connexion active. + + + '{0}' started. + {0} is the service name + « {0} » a démarré. + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <Default> + + + <default> + <default> + + + (0 rows affected) + (0 ligne affectée) + + + (0 rows) + (0 ligne) + + + (1 row affected) + (1 ligne affectée) + + + (Command completed successfully) + (La commande a bien été exécutée) + + + (current) + (actuel) + + + (empty) + (vide) + + + ({0} row(s) affected) + {0} is the number of rows affected + ({0} ligne(s) concernée(s)) + + + ({0} row) + {0} is the number of rows (singular) + ({0} ligne) + + + ({0} rows affected) + {0} is the number of rows affected + ({0} lignes affectées) + + + ({0} rows) + {0} is the number of rows (plural) + ({0} lignes) + + + + Add Azure Account + + Ajouter un compte Azure + + + + Add Fabric Account + + Ajouter un compte Fabric + + + + Create Connection Group + Créer un groupe de connexion + + + - + - + + + 0 rows + 0 lignes + + + 0 rows returned + 0 lignes retournées + + + 1 + 1 + + + 1 row + 1 ligne + + + 1 row returned + 1 ligne retournée + + + 100K vCore seconds + 100 000 secondes vCore + + + 32 GB + 32 Go + + + 32 GB storage + 32 GB backup + 32 Go de stockage + 32 Go de sauvegarde + + + 60 min + 60 min + + + = + = + + + A SQL editor must have focus before executing this command + L’éditeur SQL doit avoir le focus pour exécuter cette commande + + + A connection is already being established. Please wait for it to complete before running a query. + Une connexion est déjà établie. Veuillez attendre qu’elle se termine avant d’exécuter une requête. + + + A database with this name already exists on the server + Une base de données portant ce nom existe déjà sur le serveur + + + A firewall rule is required to access this server. + Une règle de pare-feu est nécessaire pour accéder à ce serveur. + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + Base de données transactionnelle hautement intégrée, prête pour les développeurs, qui effectue une mise à l’échelle automatique, ajuste automatiquement et met en miroir des données dans OneLake à des fins d’analytique dans les services Fabric + + + A predefined global default value for the column or binding. + Une valeur par défaut globale prédéfinie pour la colonne ou la liaison. + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + Une requête est déjà en cours d’exécution pour cette session d’éditeur. Annulez-la ou attendez qu’elle se termine. + + + A required .NET runtime could not be found or installed. + Un runtime .NET requis n'a pas pu être trouvé ou installé. + + + API Type + Type d’API + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + Accélérer l’évolution du schéma en générant automatiquement les migrations ORM ou les scripts de modification T-SQL + + + Accept + Accepter + + + Accept All + Tout accepter + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + Accepter le CLUF SQL Server pour déployer un conteneur Docker SQL Server + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + L’accès est refusé. Veuillez vérifier que vous disposez des autorisations nécessaires pour utiliser cet outil ou ce modèle. + + + Access to the XEL file was denied. + L’accès au fichier XEL a été refusé. + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Le jeton d’accès a expiré pour la connexion {0} avec l’URI {1} + + + Account + Compte + + + Account not found + Compte introuvable + + + Action + Action + + + Action Type + Type d’action + + + Actions + Actions + + + Active filters: + Filtres actifs : + + + Actual Elapsed CPU Time + Temps processeur réel écoulé + + + Actual Elapsed Time + Temps réel écoulé + + + Actual Number of Rows For All Executions + Nombre réel de lignes pour toutes les exécutions + + + Add + Ajouter + + + Add Account + Ajouter un compte + + + Add Column + Ajouter une colonne + + + Add Connection + Ajouter une connexion + + + Add Firewall Rule + Ajouter une règle de pare-feu + + + Add Firewall Rule to {0} + {0} is the server name + Ajouter une règle de pare-feu à {0} + + + Add MCP server to workspace configuration + Ajouter un serveur MCP à la configuration de l’espace de travail + + + Add Row + Ajouter une ligne + + + Add Server Connection + Ajouter une Connexion au serveur + + + Add Table + Ajouter une table + + + Add a Microsoft Entra account... + Ajouter un compte Microsoft Entra... + + + Add account + Ajouter un compte + + + Add filter + Ajouter un filtre + + + Add filters to modify the SQL query + Ajoutez des filtres pour modifier la requête SQL + + + Add my client IP ({0}) + {0} is the IP address of the client + Ajouter mon adresse IP cliente ({0}) + + + Add my subnet IP range + Ajouter la plage d'adresses IP de mon sous-réseau + + + Add new column + Ajouter une nouvelle colonne + + + Add new foreign key + Ajouter une nouvelle clé étrangère + + + Add tag + Ajoutez une balise + + + Add to VS Code + Ajouter à VS Code + + + Add to favorites + Ajouter aux favoris + + + Add to workspace + Ajouter à l'espace de travail + + + Added + Ajouté + + + Added column '{0}' + {0} is the column name + Colonne « {0} » ajoutée + + + Added foreign key '{0}' + {0} is the foreign key name + Clé étrangère « {0} » ajoutée + + + Additional parameters + Paramètres supplémentaires + + + Additional usage beyond the free amount will be charged at serverless rates. + Toute utilisation au-delà du quota gratuit sera facturée aux tarifs serverless. + + + Admin Password + Mot de passe d'administrateur + + + Admin Username + Nom d'utilisateur de l'administrateur + + + Advanced + Avancé + + + Advanced Backup Options + Options avancées de sauvegarde + + + Advanced Connection Settings + Paramètres de connexion avancés + + + Advanced Entity Configuration + Configuration avancée d’entité + + + Advanced Options + Options avancées + + + Advanced Publish Options + Options de publication avancées + + + Advanced restore options + Options de restauration avancées + + + After + Après + + + All + Tout + + + All Files (*.*) + Tous les fichiers (*.*) + + + All Schemas + Tous les schémas + + + All files + Tous les fichiers + + + All permissions for extensions to access your connections have been cleared. + Toutes les autorisations d’accès à vos connexions pour les extensions ont été effacées. + + + All selected + Tous les éléments sélectionnés + + + All severities + Tous les niveaux de gravité + + + Allow Null + Autoriser une valeur Null + + + Allow Nulls + Autoriser les valeurs nulles + + + Allow null + Autoriser les valeurs nulles + + + Allow this extension to access your connections + Autoriser cette extension à accéder à vos connexions + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + Permet aux clients MCP d'utiliser des outils génériques de création, lecture, mise à jour et suppression pour cette table. + + + Alphabetical + Ordre alphabétique + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + Déjà utilisé par {0} + + + Alter + Modifier + + + Always Encrypted + Always Encrypted + + + Always show in new tab + Toujours afficher dans un nouvel onglet + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + Référence de connexion ambiguë. Veuillez ne fournir qu'un seul des éléments suivants : connectionId ou connectionName. + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + Une connexion active est nécessaire pour que GitHub Copilot comprenne votre schéma de base de données et puisse continuer. +Sélectionnez « {0} » pour établir une connexion. + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + Une erreur s’est produite lors de l’actualisation des nœuds. Pour plus d’informations, consultez le canal de sortie MSSQL. + + + An error occurred while copying results: {0} + {0} is the error message + Une erreur s’est produite lors de la copie des résultats : {0} + + + An error occurred while loading data. + Une erreur s'est produite lors du chargement des données. + + + An error occurred while processing your request. + Une erreur s'est produite lors du traitement de votre demande. + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + Une erreur s’est produite lors de la suppression du compte Microsoft Entra : {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + Une erreur s’est produite pendant la récupération des lignes : {0} + + + An error occurred: {0} + {0} is the error message + Une erreur s'est produite : {0} + + + An unexpected error occurred + Une erreur inattendue s\'est produite + + + An unexpected error occurred with the language model. Please try again. + Une erreur inattendue s’est produite avec le modèle de langage. Veuillez réessayer. + + + An unknown error occurred. Please try again. + Une erreur inconnue s’est produite. Veuillez réessayer. + + + Analytics-ready by default + Prêt pour l’analyse par défaut + + + Analyze static code with customizable rulesets in SQL Database Projects. + Analysez du code statique avec des ensembles de règles personnalisables dans les projets SQL Database. + + + And + Et + + + Anonymous + Anonyme + + + Append to the existing backup set + Ajouter au jeu de sauvegarde existant + + + Application (Client) ID + ID d’application (client) + + + Application (Client) ID is required. + L’ID d’application (client) est requis. + + + Application Intent + Intention de l’application + + + Application Name + Nom de l'application + + + Application Version + Version de l'application + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + La version de l’application doit être au format n.n.n ou n.n.n.n où n est un nombre (par exemple, 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + La version de l’application doit être au format n.n.n.n, où n est un nombre (par exemple, 1.0.0.0) + + + Apply + Appliquer + + + Apply Changes + Appliquer les modifications + + + Apply changes to target + Appliquer les changements à la cible + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + Appliquer des suggestions contextuelles pour la syntaxe SQL, les relations et les contraintes + + + Apply failed. Fix the error and retry, or run Schema Compare again. + Échec de l’application. Corrigez l’erreur et réessayez, ou exécutez de nouveau Comparer les schémas. + + + Applying changes, this might take a while... + Application des modifications, cela peut prendre un certain temps... + + + Approve + Approuver + + + Are you sure you want to cancel this background task? + Êtes-vous sûr de vouloir annuler cette tâche en arrière-plan ? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + Voulez-vous vraiment fermer la session en cours ? Tous les événements capturés seront perdus. Vous pouvez exporter les événements au format CSV à partir de la barre d’outils avant de la fermer. + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + Voulez-vous vraiment supprimer le conteneur {0} ? Cette opération supprimera le conteneur et sa connexion de VS Code. + + + Are you sure you want to delete the selected items? + Voulez-vous vraiment supprimer les éléments sélectionnés ? + + + Are you sure you want to delete {0}? + {0} is the group name + Voulez-vous vraiment supprimer {0} ? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + Voulez-vous vraiment supprimer {0} ? Vous pouvez également supprimer ses connexions ou les déplacer vers le dossier racine. + + + Are you sure you want to disconnect? + Voulez-vous vraiment vous déconnecter ? + + + Are you sure you want to remove {0}? + {0} is the node label + Voulez-vous vraiment supprimer {0} ? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + Voulez-vous vraiment annuler toutes les modifications de Copilot ? Cela rétablit toutes les modifications suivies à leur état d’origine. + + + Are you sure you want to update the target? + Voulez-vous vraiment mettre à jour la cible ? + + + Are you sure you want to {0}? + {0} is the action being confirmed + Voulez-vous vraiment {0} ? + + + Are you sure? + Êtes-vous sûr(e) ? + + + Ask GitHub Copilot to Fix + Demander à GitHub Copilot d’effectuer des corrections + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + Posez des questions ou proposez des modifications de schéma dans la conversation, et GitHub Copilot met instantanément à jour le schéma dans le diagramme. + + + At least one API type must be selected. + Vous devez sélectionner au moins un type d’API. + + + Auth type + Type d’authentification + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + Authentifiez-vous en utilisant un principal de service Microsoft Entra. Entrez l’ID d’application (client) en tant que nom d’utilisateur et la clé secrète client comme mot de passe. Cliquez sur l’icône Informations pour en savoir plus. + + + Authenticated + Authentifié + + + Authentication + Authentification + + + Authentication Library has changed, please reload Visual Studio Code. + La bibliothèque d’authentification a changé, veuillez recharger Visual Studio Code. + + + Authentication Type + Type d’authentification + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + Une erreur d’authentification s’est produite pour le compte « {0} » (locataire « {1} »). Pour résoudre ce problème, vous devez effacer votre cache de jetons. Cela entraînera votre déconnexion de tous les comptes connectés. + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + Erreur d’authentification d’un compte. Pour résoudre ce problème, vous devez effacer votre cache de jetons. Cela entraînera votre déconnexion de tous les comptes connectés. + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + L’authentification a échoué en raison d’une incompatibilité de nonce, fermez Azure Data Studio et réessayez. + + + Authentication failed due to a state mismatch, please close ADS and try again. + L’authentification a échoué en raison d’une incompatibilité d’état. Veuillez fermer ADS, puis réessayez. + + + Authentication not supported + L’authentification n’est pas prise en charge + + + Auto Arrange + Réorganisation automatique + + + Auto Arrange Confirmation + Confirmation de la disposition automatique + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + La disposition automatique repositionne tous les éléments du diagramme en fonction d’algorithmes de disposition optimaux. Tout positionnement personnalisé créé sera perdu. Voulez-vous procéder à la disposition automatique de votre diagramme de schéma ? + + + Auto-pause + Mettre en pause automatique + + + Auto-pause the database until next month + Mettre la base de données en pause automatique jusqu'au mois prochain + + + Auto-scroll + Défilement automatique + + + Auto-scroll disabled + Le défilement automatique est désactivé + + + Auto-scroll enabled + Le défilement automatique est activé + + + Automatic tuning features like automatic index creation enabled by default. + Fonctionnalités de réglage automatique telles que la création d’index automatique activée par défaut. + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + Sélectionne automatiquement une identité Microsoft Entra ID disponible parmi les fournisseurs installés sur votre système. Cliquez sur l'icône d'information pour en savoir plus. + + + Available Servers + Serveurs disponibles + + + Average: {0} + {0} is the average + Moyenne : {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + Moyenne : {0}, nombre : {1}, somme : {2} + + + Avg + Moy + + + Azure (China) + Azure (Chine) + + + Azure (Public) + Azure (Public) + + + Azure (US Government) + Azure (US Government) + + + Azure Account + Compte Azure + + + Azure Account is required + Le compte Azure est obligatoire + + + Azure Code Grant + Octroi de code Azure + + + Azure Data Studio Migration + Migration Azure Data Studio + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Azure Data Studio Migration Toolkit – Inclut désormais le mappage de touches ! + + + Azure Data Studio settings file + Fichier de paramètres Azure Data Studio + + + Azure Databases + Bases de données Azure + + + Azure Device Code + Code d’appareil Azure + + + Azure MFA + Authentification multifacteur Azure + + + Azure SQL Database is not supported for backup. + Azure SQL Database n’est pas pris en charge pour la sauvegarde. + + + Azure SQL Database is not supported for restore. + Azure SQL Database n’est pas pris en charge pour la restauration. + + + Azure SQL Managed Instance + Azure SQL Managed Instance + + + Azure SQL Server + Azure SQL Server + + + Azure SQL databases provisioning + Approvisionnement des bases de données Azure SQL + + + Azure Subscriptions + Abonnements Azure + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + Le compte Azure « {0} » n'a pas été trouvé. Connectez-vous avec le compte correct ou sélectionnez-en un autre. + + + Azure sign in failed. + La connexion Azure a échoué. + + + Azure subscription not found in cache. + Nous n’avons pas pu trouver l’abonnement Azure dans le cache. + + + Azure: Sign In + Azure : Se connecter + + + Azure: Sign In to Azure Cloud + Azure : Connexion au cloud Azure + + + Azure: Sign In with Device Code + Azure : Connexion avec un code d’appareil + + + BACPAC exported successfully + BACPAC exporté avec succès + + + BACPAC exported successfully to '{0}' + {0} is the file path + BACPAC a été correctement exporté vers « {0} » + + + BACPAC imported successfully + BACPAC importé avec succès + + + BACPAC imported successfully to database '{0}' + {0} is the database name + BACPAC a été correctement importé dans la base de données « {0} » + + + Back + Précédent + + + Back to Schema + Retour au schéma + + + Back to preview + Retour à la préversion + + + Backup + Sauvegarde + + + Backup Database - {0} + {0} is the database name + Sauvegarder la base de données - {0} + + + Backup File + Fichier de sauvegarde + + + Backup Files + Fichiers de sauvegarde + + + Backup Files (*.bak, *.log, *.trn) + Fichiers de sauvegarde (*.bak, *.log, *.trn) + + + Backup Location + Emplacement de sauvegarde + + + Backup Name + Nom de sauvegarde + + + Backup Storage Redundancy + Redondance du stockage de sauvegarde + + + Backup Type + Type de sauvegarde + + + Backup sets to restore + Jeux de sauvegarde à restaurer + + + Backup the tail of the log + Sauvegarder la fin du journal + + + Backup to a new media set + Sauvegarder sur un nouveau support de sauvegarde + + + Batch execution time: {0} + {0} is the batch time + Durée d’exécution du lot : {0} + + + Before + Avant + + + Behavior when free offer limit is reached + Comportement lorsque la limite de l'offre gratuite est atteinte + + + Between + Entre + + + Blanks + Vides + + + Blob + Blob + + + Blob Container + Conteneur d’objets blob + + + Blob Container is required + Conteneur d’objets blob obligatoire + + + Blob does not contain a valid database backup + Le blob ne contient pas de sauvegarde de base de données valide + + + Blob is required + Le blob est obligatoire + + + Block this extension from accessing your connections + Empêcher cette extension d’accéder à vos connexions + + + Both + Les deux + + + Brightness + Luminosité + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + Importez vos connexions enregistrées, vos groupes et votre connexion depuis Azure Data Studio dans l’extension MSSQL et découvrez des expériences familières. + + + Browse + Parcourir + + + Browse Azure + Parcourir Azure + + + Browse Azure SQL Database tutorials and docs + Parcourez les tutoriels et la documentation Azure SQL Database + + + Browse Fabric + Parcourir Fabric + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + Parcourez les espaces de travail Fabric et approvisionnez des bases de données SQL dans Fabric sans quitter VS Code. + + + Browse files + Parcourir les fichiers + + + Browse forvpath + Parcourir forvpath + + + Browse to Azure Data Studio settings.json + Parcourir le fichier settings.json d’Azure Data Studio + + + Browse... + Parcourir... + + + Build APIs with GitHub Copilot + Créez des API avec GitHub Copilot + + + Build Data API + API de création de données + + + Build failed with exit code {0} + Échec de la build avec le code de sortie {0} + + + Build {0} + Build {0} + + + Building {0}... + Génération de {0}... + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + Chiffrement intégré, règles de pare-feu et intégration Microsoft Entra ID pour protéger vos données. + + + Bulk Actions + Actions en bloc + + + Bulk-logged + Journalisé en bloc + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + Fichiers CSV/TXT (*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + Appel de l’outil : {0} avec {1}. + + + Cancel + Annuler + + + Cancel Query + Annuler la requête + + + Cancel Task + Annuler la tâche + + + Cancel failed: {0} + {0} is the error message + Échec de l’annulation : {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + L'annulation de Comparer les schémas a échoué : « {0} » + + + Cancel the query execution in progress + Annuler l’exécution de la requête en cours + + + Canceled + Annulé + + + Canceling + Annulation en cours + + + Canceling query + Annulation de la requête + + + Canceling the query failed: {0} + {0} is the error message + L’annulation de la requête a échoué : {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + Nous ne pouvons pas accéder au socket Docker. Votre utilisateur n’appartient peut-être pas au groupe « docker », ou VS Code a démarré avant que l’appartenance au groupe ne prenne effet. Exécutez « sudo usermod -aG docker $USER », puis déconnectez-vous et reconnectez-vous, ou redémarrez, avant de relancer VS Code. + + + Cannot cancel query as no query is running. + Impossible d’annuler la requête, car aucune requête n’est en cours d’exécution. + + + Cannot change session while active + Nous ne pouvons pas modifier la session lorsqu’elle est active + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + Impossible de se connecter en raison de jetons expirés. Veuillez vous authentifier à nouveau, puis réessayez. + + + Cannot create foreign key + Impossible de créer la clé étrangère + + + Cannot delete column because it is part of foreign key relationships. + Nous ne pouvons pas supprimer la colonne, car elle fait partie de relations de clé étrangère. + + + Cannot delete column because it is referenced by a foreign key. + Nous ne pouvons pas supprimer la colonne, car elle est référencée par une clé étrangère. + + + Cannot delete column because it is used by a foreign key. + Nous ne pouvons pas supprimer la colonne, car elle est utilisée par une clé étrangère. + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + Impossible d’exclure {0}. Il existe des dépendants inclus + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + Impossible d’exclure {0}. Les dépendants inclus existent, tels que {1} + + + Cannot generate script without a restore plan + Désolé, nous ne pouvons pas générer un script sans plan de restauration + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + Ne peut pas inclure {0}. Il existe des dépendants exclus + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + Ne peut pas inclure {0}. Il existe des dépendants exclus, tels que {1} + + + Cannot revert: The column is part of a foreign key that references a deleted table + Impossible de rétablir : la colonne fait partie d’une clé étrangère qui référence une table supprimée + + + Cannot revert: The referenced table or column has been deleted + Impossible de rétablir : la table ou la colonne référencée a été supprimée + + + Cascade + Cascade + + + Category + Catégorie + + + Change + Modifier + + + Change Connection + Changer la connexion + + + Change Database + Modifier la base de données + + + Change Password + Modifier le mot de passe + + + Change Setting + Modifier le paramètre + + + Change column width + Modifier la largeur de colonne + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Remplacer la base de données par « {2} » pour la connexion « {0} » (ID : {1}) ? + + + Change the connection for the active SQL document + Modifier la connexion du document SQL actif + + + Change the database for the active SQL document + Modifier la base de données du document SQL actif + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + Modification {0} sur {1} + + + Changed Tables + Tables modifiées + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + Contexte de base de données remplacé par « {0} » pour le document « {1} » + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Contexte de base de données remplacé par « {0} » sur le serveur « {1} » et le document « {2} ». + + + Changes + Modifications + + + Changes ({0}) + {0} is the number of schema changes + Modifications ({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + Les modifications ont été correctement appliquées. Exécutez de nouveau Comparer les schémas pour voir les différences mises à jour. + + + Changes published successfully + Modifications publiées avec succès + + + Changes saved successfully. + Les modifications ont été enregistrées. + + + Changes view mode + Mode d’affichage des modifications + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Remplacement du contexte de base de données par « {0} » sur le serveur « {1} » et sur le document « {2} ». + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Modification de la base de données en « {2} » pour la connexion « {0} » (ID : {1}) + + + Chat + Conversation + + + Chat command not available in this VS Code version + Commande de conversation non disponible dans cette version de VS Code + + + Check Constraint + Contrainte de validation + + + Check Constraints + Vérifier les contraintes + + + Checking Docker Engine Configuration + Vérification de la configuration du moteur Docker + + + Checking Docker engine + Vérification en cours du moteur Docker + + + Checking Docker installation + Vérification en cours de l’installation Docker + + + Checking Docker prerequisites... + Vérification en cours des prérequis Docker... Merci de patienter. + + + Checking container readiness + Vérification en cours de l’aptitude du conteneur + + + Checking if Docker is installed + Vérification de l’installation de Docker + + + Checking if Docker is installed on your machine + Vérification de l’installation de Docker sur votre machine + + + Checking if Docker is running on your machine. If not, we'll start it for you. + Vérification de l’exécution de Docker sur votre machine. Si ce n’est pas le cas, nous le démarrerons pour vous. + + + Checking if Docker is started + Vérification de l’installation de Docker + + + Checking if the Docker Engine is configured correctly on your machine. + Vérification de la configuration du moteur Docker sur votre machine. + + + Checking pre-requisites + Vérification de la configuration requise + + + Choose An Action + Choisir une action + + + Choose Existing + Choisir un élément existant + + + Choose Query History + Choisir l’historique des requêtes + + + Choose SQL Language + Choisir le langage SQL + + + Choose a Microsoft Entra account + Choisissez un compte Microsoft Entra + + + Choose a Microsoft Entra tenant + Choisissez un locataire Microsoft Entra + + + Choose a connection profile from the list below + Choisir un profil de connexion dans la liste ci-dessous + + + Choose a database + Choisir une base de données + + + Choose a database from the list below + Choisir une base de données dans la liste ci-dessous + + + Choose a hostname for the container + Choisissez un nom d’hôte pour le conteneur + + + Choose a name for the SQL Server Docker Container + Choisir un nom pour le conteneur Docker SQL Server + + + Choose a port to host the SQL Server Docker Container + Choisissez un port pour héberger le conteneur Docker SQL Server + + + Choose an option to provision a database + Choisissez une option pour approvisionner une base de données + + + Choose color + Choisissez une couleur + + + Choose the Right Version + Choisir la bonne version + + + Choose the behavior for new editors + Choisir le comportement pour les nouveaux éditeurs + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + Indiquez si cette procédure stockée s’affiche sous la forme d’une mutation ou d’une requête GraphQL. DAB est défini par défaut sur mutation. + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + Référence circulaire détectée : « {0} » → « {1} » crée un cycle + + + Clear + Effacer + + + Clear All + Effacer tout + + + Clear All Filters + Effacer tous les filtres + + + Clear Data + Effacer les données + + + Clear Filter + Effacer le filtre + + + Clear Filters + Effacer les filtres + + + Clear Quick Query + Effacer Requête rapide + + + Clear Recent Connections List + Effacer la liste des connexions récentes + + + Clear Selection + Effacer la sélection + + + Clear Sort + Effacer le tri + + + Clear all + Effacer tout + + + Clear all events (keeps session running) + Effacer tous les événements (la session demeure active) + + + Clear all filters + Effacer tous les filtres + + + Clear all filters and show all events + Effacer tous les filtres et afficher tous les événements + + + Clear all grouping + Effacer tous les regroupements + + + Clear all sorting + Effacer toutes les options de tri + + + Clear cache and refresh token + Effacer le cache et actualiser le jeton + + + Clear filters + Effacer les filtres + + + Clear from recent connections list + Effacer la liste des connexions récentes + + + Clear permissions for all extensions to access your connections + Effacer les autorisations d’accès à vos connexions pour toutes les extensions + + + Clear quick filter and all column filters + Effacer le filtre rapide et tous les filtres de colonne + + + Clear this Quick Query + Effacer ce Requête rapide + + + Clear token cache + Vider le cache des jetons + + + Click to cancel loading summary + Cliquez pour annuler le chargement du résumé + + + Click to change connection + Cliquer pour changer de connexion + + + Click to change database + Cliquer pour modifier la base de données + + + Click to connect to a database + Cliquez pour vous connecter à une base de données + + + Click to load summary + Cliquez pour charger le résumé + + + Click to sign into an Azure account + Cliquer pour vous connecter à un compte Azure + + + Client Secret + Clé secrète client + + + Client secret is required. + La clé secrète client est obligatoire. + + + Close + Fermer + + + Close Designer + Fermer le concepteur + + + Close Find + Fermer la recherche + + + Close Script Pane + Fermer le volet Script + + + Close Without Export + Fermer sans exporter + + + Close details panel + Fermer le panneau des détails + + + Close existing connections to destination database + Fermer les connexions existantes à la base de données de destination + + + Close properties pane + Fermer le volet des propriétés + + + Close the current connection + Fermer la connexion actuelle + + + Cloud + Cloud + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis : {0} + + + Code analysis rules saved successfully + Les règles de Code Analysis ont bien été enregistrées + + + Collapse + Réduire + + + Collapse All + Réduire tout + + + Collapse Subscription Explorer + Réduire l’Explorateur d’abonnements + + + Collapse Workspace Explorer + Réduire l’Explorateur d’espace de travail + + + Collapse all groups + Réduire tous les groupes + + + Collapse connection groups + Réduire les groupes de connexion + + + Collapse connections + Réduire les connexions + + + Collapse settings + Réduire les paramètres + + + Collapse {0} + {0} is the category name, e.g. Design + Réduire {0} + + + Collation + Classement + + + Color + Couleur + + + Column + Colonne + + + Column '{0}' already exists + {0} is the column name + La colonne « {0} » existe déjà + + + Column '{0}' already has a foreign key + {0} is the column name + La colonne « {0} » a déjà une clé étrangère + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + La colonne « {0} » ne peut pas être nulle, car c’est une clé primaire + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + La colonne '{0}' est une colonne d'identité et ne peut pas avoir de clé étrangère en cascade + + + Column '{0}' must be a primary key + {0} is the referenced column + La colonne « {0} » doit être une clé primaire + + + Column '{0}' not found + {0} is the column name + Colonne « {0} » introuvable + + + Column Name + Nom de la colonne + + + Column max length cannot be empty + La longueur maximale de la colonne ne peut être vide + + + Column name cannot be empty + Le nom de colonne ne peut pas être vide + + + Column not found: {0} + {0} is the column reference + Colonne introuvable : {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + Référence de colonne résolue dans plusieurs colonnes : {0} + + + Column resize by content + Redimensionner la colonne par contenu + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + La largeur de colonne doit être d’au moins {0} pixels. + + + Columns + Colonnes + + + Columns in the primary key. + Colonnes dans la clé primaire. + + + Command Timeout + Délai d’expiration de la commande + + + Commands + Commandes + + + Compare + Comparer + + + Compare Azure SQL Database service tiers + Comparer les niveaux de service Azure SQL Database + + + Compare SQL Server editions + Comparer les éditions de SQL Server + + + Comparison Details + Détails de la comparaison + + + Compatibility Level + Niveau de compatibilité + + + Compress backup + Compresser la sauvegarde + + + Compression + Compression + + + Compute + Calcul + + + Compute + Storage + Calcul + stockage + + + Config copied to clipboard + Configuration copiée dans le presse-papiers + + + Configuration saved. + Configuration enregistrée. + + + Configuration sections + Sections de configuration + + + Configuration to Import + Configuration à importer + + + Configure Linux containers + Configurer des conteneurs Linux + + + Configure Quick Query and Extension shortcuts. + Configurez les raccourcis Requête rapide et Extension. + + + Configure Rosetta in Docker Desktop + Configurer Rosetta dans Docker Desktop + + + Configure and customize Azure SQL Databases + Configurer et personnaliser Azure SQL Database + + + Configure and customize SQL Server containers + Configurer et personnaliser les conteneurs SQL Server + + + Configure keyboard shortcuts used by the MSSQL extension. + Configurez les raccourcis clavier utilisés par l’extension MSSQL. + + + Configure the full list of Query Editor shortcuts. + Configurez la liste complète des raccourcis de l’Éditeur de requête. + + + Confirm Password + Confirmer le mot de passe + + + Confirm SQL Server admin password + Confirmer le mot de passe administrateur du SQL Server + + + Confirm admin password + Confirmer le mot de passe administrateur + + + Confirm new password + Confirmer le nouveau mot de passe + + + Confirm to clear recent connections list + Confirmer pour effacer la liste des connexions récentes + + + Confirm to remove this profile. + Confirmez pour supprimer ce profil. + + + Conjunction + Conjonction + + + Connect + Connecter + + + Connect and manage database connections + Connecter et gérer les connexions aux bases de données + + + Connect the active SQL document to a database + Connecter le document SQL actif à une base de données + + + Connect to Database + Connexion à une base de données + + + Connect to MSSQL + Se connecter à MSSQL + + + Connect to SQL Server + Connexion à SQL Server + + + Connect to Server + Se connecter au serveur + + + Connect to a database + Connexion à la base de données + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + Voulez-vous vous connecter au serveur {0} et à la base de données {1} ? + + + Connect to server {0}? + {0} is the server name + Voulez-vous vous connecter au serveur {0} ? + + + Connect to {0} + {0} is the name of the connection profile + Se connecter à {0} + + + Connect using either Microsoft Entra ID or SQL Authentication. + Connectez-vous à l'aide de Microsoft Entra ID ou de l'authentification SQL. + + + Connect using profile {0}? + {0} is the profile ID + Voulez-vous vous connecter à l’aide du profil {0} ? + + + Connect with SQL tools and run your first query + Connectez-vous avec des outils SQL et exécutez votre première requête + + + Connect with the current settings and save the connection profile + Connectez-vous avec les paramètres actuels et enregistrez le profil de connexion + + + Connected successfully + Connexion réussie + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + Connecté au serveur « {0} » sur le document « {1} ». Informations du serveur : {2} + + + Connected to {0} + {0} is the connection label + Connecté à {0} + + + Connected to: + Connecté à : + + + Connecting + Connexion + + + Connecting to Container + Connexion au conteneur + + + Connecting to Database + Connexion à la base de données + + + Connecting to database + Connexion à la base de données + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + Connexion au serveur « {0} » sur le document « {1} ». + + + Connecting to server {0} + {0} is the server name + Connexion au serveur {0} + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + Se connecter au serveur {0} et à la base de données {1} + + + Connecting to server... + Connexion au serveur... + + + Connecting to your SQL Server Docker container + Connexion à votre conteneur Docker SQL Server + + + Connecting to {0}... + {0} is the server name + Connexion à {0}... + + + Connecting to {0}... + {0} is the connection display name + Connexion à {0}... + + + Connecting to: + Connexion à : + + + Connecting using profile {0} + {0} is the profile ID + Connexion à l’aide du profil {0} + + + Connecting... + Connexion en cours... Merci de patienter. + + + Connection + Connexion + + + Connection Authentication + Authentification de la connexion + + + Connection Details + Détails de la connexion + + + Connection Dialog + Boîte de dialogue Connexion + + + Connection Error + Erreur de connexion + + + Connection Failed + Échec de la connexion + + + Connection Group + Groupe de connexion + + + Connection Import Warning + Avertissement d’importation de connexion + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + Impossible de mettre à jour le profil de connexion. Modifiez les détails de la connexion manuellement dans settings.json, puis réessayez. + + + Connection String + Chaîne de connexion + + + Connection Timeout + Délai d’expiration de la connexion + + + Connection Timeout (seconds) + Délai d'attente de connexion (secondes) + + + Connection actions + Actions de connexion + + + Connection error + Erreur de connexion + + + Connection error: {0} + {0} is the error message + Erreur de connexion : {0} + + + Connection failed + Échec de la connexion + + + Connection failed: {0} + {0} is the error message from the connection attempt + Nous n’avons pas pu établir la connexion : {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + Le groupe de connexions portant le même ID est déjà importé : {0} (ID : {1}) + + + Connection groups to import + Groupes de connexion à importer + + + Connection is not active. Please establish a connection before performing this action. + La connexion n’est pas active. Établissez une connexion avant d’effectuer cette action. + + + Connection not found for uri "{0}". + {0} is the uri + Connexion introuvable pour l’URI « {0} » + + + Connection profile '{0}' not found. + {0} is the profile ID + Profil de connexion « {0} » introuvable. + + + Connection profile not found. Please create a new connection using the Connection Dialog. + Profil de connexion introuvable. Veuillez créer une nouvelle connexion à l’aide de la boîte de dialogue de connexion. + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + Autorisation de partage de connexion refusée pour l’extension : « {0} ». Utilisez les commandes de gestion des autorisations pour modifier cela. + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + L’autorisation de partage de connexion est requise pour l’extension : « {0} » + + + Connection string copied to clipboard + Chaîne de connexion copiée dans le Presse-papiers + + + Connection string is required + La chaîne de connexion est requise + + + Connection test succeeded + Le test de la connexion a réussi + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + Connexion avec l’ID « {0} » introuvable. Vérifiez que l’ID de connexion existe. + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Une connexion portant le même ID est déjà importée : {0} (ID : {1}) + + + Connection: {0} + {0} is the task connection label + Connexion : {0} + + + Connections in groups that are not selected will be moved under the root. + Les connexions dans les groupes non sélectionnés seront déplacées sous la racine. + + + Connections to import + Connexions à importer + + + Consider adding a name for this foreign key + Envisager d’ajouter un nom pour cette clé étrangère + + + Container Name + Nom du conteneur + + + Container Settings + Paramètres de conteneur + + + Container does not exist. Would you like to remove the connection? + Le conteneur n'existe pas. Voulez-vous supprimer la connexion ? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + Échec du démarrage du conteneur dans le délai imparti. Veuillez patienter quelques minutes et réessayer. + + + Container logs + Journaux d’activité de conteneur + + + Container name and port are required to check container readiness. + Le nom et le port du conteneur sont obligatoires pour vérifier l’aptitude du conteneur. + + + Container name is invalid or already in use + Le nom du conteneur n’est pas valide ou est déjà utilisé + + + Container name is required + Le nom du conteneur est obligatoire. + + + Container name, port, and config content are required to start the container. + Le nom du conteneur, le port et le contenu de la configuration sont obligatoires pour démarrer le conteneur. + + + Containment Type + Type d’autonomie + + + Contains + Contient + + + Continue + Continuer + + + Continue Editing + Poursuivre la modification + + + Continue on error + Continuer en cas d’erreur + + + Continue using for additional charges + Continuez à utiliser pour des frais supplémentaires + + + Control the results grid display + Contrôler l’affichage de la grille des résultats + + + Copied + Copié + + + Copied "{0}" to clipboard + {0} is the object name + « {0} » copié dans le Presse-papiers + + + Copied to clipboard + Copié dans le Presse-papiers + + + Copilot Changes + Modifications de Copilot + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Modifications de Copilot ({0}) + + + Copy + Copier + + + Copy & Export + Copier et exporter + + + Copy All + Copier tout + + + Copy As + Copier en tant que + + + Copy Column Name + Copier le nom de la colonne + + + Copy Headers + Copier les en-têtes + + + Copy Object Name + Copier le nom de l’objet + + + Copy Script + Copier le script + + + Copy Script to Clipboard + Copier le script dans le Presse-papiers + + + Copy all cells including column headers + Copier toutes les cellules, y compris les en-têtes de colonne + + + Copy all query result content + Copier tout le contenu du résultat de la requête + + + Copy all text output for this cell (messages, PRINT, errors) + Copiez toutes les sorties textuelles de cette cellule (messages, PRINT, erreurs) + + + Copy all with headers + Tout copier avec des en-têtes + + + Copy as CSV + Copier au format CSV + + + Copy as IN clause + Copier sous clause IN + + + Copy as INSERT + Copier en tant qu’INSERT + + + Copy as INSERT INTO + Copier sous INSERT INTO + + + Copy as JSON + Copier au format JSON + + + Copy code and open webpage + Copier le code et ouvrir la page web + + + Copy command to clipboard + Copier la commande dans le Presse-papiers + + + Copy connection string to clipboard + Copier la chaîne de connexion dans le Presse-papiers + + + Copy data and save results to files + Copier des données et enregistrer les résultats dans des fichiers + + + Copy link + Copier le lien + + + Copy messages + Copier les messages + + + Copy script + Copier le script + + + Copy selected cells including column headers + Copier les cellules sélectionnées, y compris les en-têtes de colonne + + + Copy selected cells to the clipboard + Copier les cellules sélectionnées dans le Presse-papiers + + + Copy selection + Copier la sélection + + + Copy selection formatted as INSERT statements + Copier la sélection mise en forme en tant qu’instructions INSERT + + + Copy selection formatted as JSON + Copier la sélection au format JSON + + + Copy selection formatted as a SQL IN clause + Copier la sélection mise en forme en tant que clause SQL IN + + + Copy selection formatted as comma-separated values + Copier la sélection mise en forme sous forme de valeurs séparées par des virgules + + + Copy text data to clipboard + Copier les données de texte dans le Presse-papiers + + + Copy with Headers + Copier avec les en-têtes + + + Copy with headers + Copier avec les en-têtes + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + Copier l’URL {0} + + + Copy-only Backup + Sauvegarde de copie uniquement + + + Copying results... + Copie en cours des résultats... Merci de patienter. + + + Cost + Coût + + + Could not connect to database: {0} + {0} is the database name + Connexion à la base de données impossible : {0} + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + Impossible de détecter l'adresse IP de votre client. Veuillez ajouter manuellement une règle de pare-feu dans le Portail Microsoft Azure. + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + Métadonnées de script introuvables pour {0} « {1} ». + + + Could not load restore plan + Désolé, nous n’avons pas pu charger le plan de restauration + + + Count + Nombre + + + Count: {0} + {0} is the count + Nombre : {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + Nombre : {0} Nombre distinct : {1} Nombre de Null : {2} + + + Create + Créer + + + Create Connection Group + Créer un groupe de connexion + + + Create Connection Profile + Créer un profil de connexion + + + Create Container + Créer un conteneur + + + Create Database + Créer une base de données + + + Create Firewall Rule + Créer une règle de pare-feu + + + Create Local SQL Container + Créer un conteneur SQL local + + + Create New + Créer + + + Create New Connection Group + Créez un groupe de connexion + + + Create New Resource Group + Créer un groupe de ressources + + + Create New Server + Créer un nouveau serveur + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + Créez des points de terminaison REST, GraphQL et MCP pour vos tableaux de base de données SQL depuis une interface visuelle dans Visual Studio Code. Configurez les entités, les autorisations et les paramètres de déploiement, puis déployez localement avec Docker. + + + Create a Local Docker SQL Server + Créer un serveur SQL Docker local + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + Créez un conteneur SQL Server en quelques secondes, aucune étape manuelle n’est requise. Gérez-le facilement à partir de l’extension MSSQL sans quitter VS Code. + + + Create a SQL database in Fabric + Créer une base de données SQL dans Fabric + + + Create a new connection profile + Créer un nouveau profil de connexion + + + Create a new database on '{0}'. + {0} is the name of the server + Créer une base de données sur « {0} ». + + + Create a new firewall rule + Créer une règle de pare-feu + + + Create a new profiling session + Créer une session de profilage + + + Create an Azure SQL Database (Preview) + Créer Azure SQL Database (préversion) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + Créez et gérez des raccourcis clavier pour les requêtes fréquemment utilisées, ainsi que pour les actions de l’éditeur de requête et de la grille de résultats, afin de découvrir les commandes disponibles et de les exécuter plus efficacement. + + + Create as Script + Créer en tant que script + + + Create new + Créer + + + Create new connection copied from {0} + {0} is the name of the connection profile + Créer une nouvelle connexion copiée depuis {0} + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + Créer une règle de pare-feu pour {0} + + + Created table {0} + {0} is the qualified table name + Table créée {0} + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + Crée un outil MCP dédié pour cette procédure stockée. Lorsque cet élément est désactivé, la procédure peut toujours être disponible via les outils d’exécution MCP génériques si MCP est activé. + + + Creating Container + Création du conteneur + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + Création d’une base de données SQL pour l’espace de travail {0} + + + Creating SQL Server container... + Création en cours du conteneur SQL Server... Merci de patienter. + + + Creating and starting the container + Créer et démarrer le conteneur + + + Creating and starting your SQL Server container + Création et démarrage de votre conteneur SQL Server + + + Creating database + Création d’une base de données + + + Creating resource group... + Création d'un groupe de ressources... + + + Creating server... + Création du serveur... + + + Creating session... + Création de la session en cours... Merci de patienter. + + + Creating workspace with capacity {0} + {0} is the capacity ID + Création d’un espace de travail avec une capacité de {0} + + + Creating... + Création en cours... Merci de patienter. + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + Erreur d’informations d’identification : une erreur s’est produite lors de la tentative d’actualisation des informations d’identification du compte. Veuillez vous authentifier à nouveau. + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + Erreur d’informations d’identification : une erreur s’est produite lors de la tentative d’actualisation des informations d’identification du compte. Veuillez vous authentifier à nouveau. Erreur : {0} + + + Current Schema: {0}, Select the new schema: + Schéma actuel : {0}, sélectionnez le nouveau schéma : + + + Currently signed in as: + Actuellement connecté en tant que : + + + Custom GraphQL Plural Type + Type pluriel GraphQL personnalisé + + + Custom GraphQL Singular Type + Type singulier GraphQL personnalisé + + + Custom GraphQL Type + Type GraphQL personnalisé + + + Custom REST Path + Chemin REST personnalisé + + + Custom Zoom + Zoom personnalisé + + + Customize keyboard shortcuts + Personnaliser les raccourcis clavier + + + DAB container failed to become ready within the timeout period. + Le conteneur de générateur d’API de données n’a pas pu être préparé avant le délai d’expiration. + + + DAB container is running! + Le conteneur de générateur d’API de données est en cours d’exécution ! + + + DAB container logs + Journaux d’activité de conteneur DAB + + + DACPAC deployed successfully + DACPAC déployé avec succès + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + DACPAC a été correctement déployé sur la base de données « {0} » + + + DACPAC extracted successfully + DACPAC extrait avec succès + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC a été correctement extrait dans « {0} » + + + DACPAC path not found. Please build the project first. + Chemin d’accès DACPAC introuvable. Générez d’abord le projet. + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + Le service DacFx n’est pas disponible. Profil chargé sans options de déploiement. Les opérations de publication et de génération de script ne peuvent pas être effectuées. + + + DacFx service is not available. Publish and generate script operations cannot be performed. + Le service DacFx n’est pas disponible. Les opérations de publication et de génération de script ne peuvent pas être effectuées. + + + Data API builder + Générateur d’API de données + + + Data API builder Configuration + Configuration du générateur API Données + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + Data API builder ouvert. Poursuivre les {0} opérations ({1}/{2}). + + + Data API builder with GitHub Copilot + Générateur d’API de données avec GitHub Copilot + + + Data Source + Source de données + + + Data Type + Type de données + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + Données répliquées automatiquement sur OneLake en temps réel avec un point de terminaison SQL Analytics. + + + Data file folder + Dossier du fichier de données + + + Data type + Type de données + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + Incompatibilité de type de données : « {0} » dans la colonne « {1} » incompatible avec « {2} » dans « {3} » + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + Importation et exportation de l’application de la couche Données (DACPAC / BACPAC) + + + Data-tier Application + Application de niveau données + + + Data-tier Application File (.dacpac) + Fichier d'application de la couche Données (.dacpac) + + + Database + Base de données + + + Database - {0} + {0} is the database name + Base de données – {0} + + + Database Description + Description de la base de données + + + Database Details + Détails de la base de données + + + Database Name + Nom de la base de données + + + Database Name is required + Le nom de base de données est obligatoire + + + Database Project + Projet de base de données + + + Database changed successfully + L base de données est correctement modifiée + + + Database is required + Une base de données est obligatoire + + + Database list + Liste de bases de données + + + Database name + Nom de base de données + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + Le nom de la base de données contient des caractères invalides. Éviter d'utiliser : < > * ? " / \ | + + + Database name is required + Le nom de base de données est obligatoire + + + Database name is too long. Maximum length is 128 characters + Le nom de la base de données est trop long. La longueur maximale est de 128 caractères + + + Database name must be 128 characters or fewer + Le nom de la base de données doit comporter 128 caractères maximum + + + Database not found on the server + Base de données introuvable sur le serveur + + + Database pauses until the next billing cycle when free amount is renewed. + La base de données est mise en pause jusqu'au prochain cycle de facturation, lorsque le quota gratuit est renouvelé. + + + Database the table is created in + Base de données dans laquelle la table est créée + + + Default + Par défaut + + + Default Value + Valeur par défaut + + + Define who can access this endpoint + Définissez qui peut accéder à ce point de terminaison + + + Define who can execute this stored procedure + Définir qui peut exécuter cette procédure stockée + + + Definition + Définition + + + Definition type + Type de définition + + + DefinitionRequestCompleted + DefinitionRequestCompleted + + + DefinitionRequested + DefinitionRequested + + + Delete + Supprimer + + + Delete 1 row + Supprimer 1 ligne + + + Delete Confirmation + Confirmation de la suppression + + + Delete Contents + Supprimer le contenu + + + Delete Row + Supprimer la ligne + + + Delete backup and restore history + Supprimer l’historique de la sauvegarde et de la restauration + + + Delete saved connection + Supprimer la connexion enregistrée + + + Delete {0} rows + Supprimer des {0} lignes + + + Deleted + Supprimé + + + Deleted column '{0}' + {0} is the column name + Colonne « {0} » supprimée + + + Deleted foreign key '{0}' + {0} is the foreign key name + Clé étrangère « {0} » supprimée + + + Deleted table {0} + {0} is the qualified table name + Table supprimée {0} + + + Deleting Container... + Suppression du conteneur... + + + Deny + Refuser + + + Deploy + Déployer + + + Deploy DAB Container + Déployer le conteneur de générateur d’API de données + + + Deploy a .dacpac file to a new or existing SQL database + Déployer un fichier .dacpac sur une base de données SQL nouvelle ou existante + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + Déployez et extrayez des fichiers .dacpac ou importez/exportez des packages .bacpac grâce à un flux de travail intégré et simplifié dans l’extension MSSQL. + + + Deploy to Existing Database + Déployer sur une base de données existante + + + Deploy, extract, import, or export data-tier applications on the selected database + Déployez, extrayez, importez ou exportez des applications de niveau données sur la base de données sélectionnée + + + Deploying DACPAC... + Déploiement de DACPAC... + + + Deployment Complete + Déploiement terminé + + + Deployment Failed + Déploiement échoué + + + Deployment Name + Nom du déploiement + + + Deployment failed + Nous n’avons pas pu effectuer le déploiement + + + Deployment finished + Déploiement terminé + + + Deployment in progress + Déploiement en cours + + + Description + Description + + + Description for the table. + Description de la table. + + + Description: {0} + {0} is the task description + Description : {0} + + + Deselect All + Tout désélectionner + + + Design API + API de conception + + + Design Schemas with GitHub Copilot + Schémas de conception avec GitHub Copilot + + + Details + Détails + + + Details panel actions + Actions du panneau des détails + + + Details panel tabs + Onglets du volet des détails + + + Details tab - displays all event properties + Onglet des détails : affiche toutes les propriétés d’événement + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + Une base de données transactionnelle pensée pour les développeurs, exploitant le moteur Azure SQL Database — gratuitement pour le prototypage et l'apprentissage. + + + Developer-friendly transactional database using the Azure SQL Database Engine. + Base de données transactionnelle conviviale pour les développeurs utilisant le moteur de base de données Azure SQL. + + + Differential + Différentiel + + + Directory not found + Répertoire introuvable + + + Disable all entities + Désactiver toutes les entités + + + Disable intellisense and syntax error checking on current document + Désactiver IntelliSense et la vérification des erreurs de syntaxe sur le document actuel + + + Disabled + Désactivé + + + Disabled globally + Activé globalement + + + Discard + Ignorer + + + Disconnect + Déconnecter + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Se déconnecter de la connexion « {0} » (ID : {1}) ? + + + Disconnect the active SQL document from the database + Déconnecter le document SQL actif de la base de données + + + Disconnected on document "{0}" + {0} is the document name + Déconnecté du document « {0} » + + + Disconnected successfully + Déconnexion effectuée + + + Disconnected. + Déconnecté. + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Déconnexion de la connexion « {0} » (ID : {1}) + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + Découvrez comment SQL Database dans Fabric, Azure SQL et SQL Server redéfinissent le développement d’applications modernes. Rejoignez des ingénieurs et des collègues qui repoussent les limites des performances, de l’intégration de l’IA et de la productivité des développeurs. + + + Dismiss + Ignorer + + + Displays the data type name for the column + Affiche le nom du type de données pour la colonne. + + + Displays the description of the column + Affiche la description de la colonne + + + Displays the unified data type (including length, scale and precision) for the column + Affiche le type de données unifié (y compris la longueur, l'échelle et la précision) pour la colonne + + + Dissatisfied + Mécontent(e) + + + Distinct + Distinct + + + Distinct Count: {0} + {0} is the distinct count + Nombre distinct : {0} + + + Do not compress backup + Ne pas compresser la sauvegarde + + + Do not connect + Ne pas effectuer la connexion + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + Acceptez-vous de participer à une enquête rapide sur l’extension MSSQL pour VS Code ? + + + Do you want to always display query results in a new tab instead of the query pane? + Voulez-vous toujours afficher les résultats de la requête dans un nouvel onglet au lieu du volet de requête ? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + Voulez-vous activer « Approuver le certificat de serveur » sur cette connexion et réessayer ? + + + Docker Desktop must be installed and running on your machine. + Docker Desktop doit être installé et en cours d’exécution sur votre machine. + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + Échec du démarrage du Docker dans le délai imparti. Veuillez démarrer Docker manuellement et réessayez. + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Docker n’est pas installé ou n’est pas dans le PATH. Veuillez installer Docker Desktop et réessayer. + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Docker nécessite des autorisations root pour s’exécuter. Exécutez Docker avec sudo ou ajoutez votre utilisateur au groupe docker en utilisant sudo usermod -aG docker $USER. Ensuite, redémarrez votre machine et réessayez. + + + Don't Save + Ne pas enregistrer + + + Don't Show Again + Ne plus afficher + + + Don't show this again + Ne plus afficher + + + Download offline VSIX + Télécharger le VSIX hors ligne + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + Téléchargez l’extension keymap pour importer automatiquement les mappages de clés à partir d’Azure Data Studio. Ces modifications s’affichent dans vos préférences de raccourci clavier. + + + Downloading the Data API builder container image + Téléchargement de l'image conteneur du Data API builder + + + Drizzle + Drizzle + + + Drop + Déposer + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + Supprimez « {0} » de « {1} ». Cette action ne peut pas être annulée. + + + Drop Database + Déplacer la base de données + + + Drop Database Options + Supprimer les options de base de données + + + Drop active connections + Supprimer les connexions actives + + + Dropping database + Abandon de la base de données + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + Configurez facilement un SQL Server local sans quitter l’extension VS Code. Quelques clics suffisent pour installer, configurer et gérer votre serveur sans effort + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + Commencez facilement avec le niveau gratuit de la base de données Azure SQL pour créer une base de données et vous y connecter directement à partir de votre éditeur, sans frais. + + + Edit Connection Group - {0} + {0} is the connection group name + Modifier le groupe de connexion – {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + Modifier le groupe de connexion : {0} + + + Edit Data + Modifier les données + + + Edit Database Connection - {0} + {0} is the name of the connection profile + Modifier la connexion à la base de données - {0} + + + Edit Table + Modifier la table + + + Edit an existing connection profile + Modifier un profil de connexion existant + + + Edit connection profile + Modifier le profil de connexion + + + Edit your schema to see changes here. + Modifiez votre schéma pour voir les modifications ici. + + + Edit {0} + {0} is the name of the connection profile + Modifier {0} + + + Either profileId or serverName must be provided. + ProfileId ou serverName doit être fourni. + + + Elapsed time: {0} + {0} is the task elapsed time + Temps écoulé : {0} + + + Enable 'Trust Server Certificate' + Activer « Approuver le certificat de serveur » + + + Enable Code Analysis on Build + Activer l'analyse du code sur la build + + + Enable GraphQL in API Type to expose this entity through GraphQL. + Activez GraphQL dans le type d’API pour exposer cette entité via GraphQL. + + + Enable MCP in API Type to use this DML tools setting. + Activez MCP dans le type d'API pour utiliser ce paramètre des outils DML. + + + Enable MCP in API Type to use this custom tool setting. + Activez MCP dans le type d’API pour utiliser ce paramètre d’outil personnalisé. + + + Enable REST in API Type to expose this entity through REST. + Activez REST dans le type d’API pour exposer cette entité via REST. + + + Enable Trust Server Certificate + Activer Approuver le certificat de serveur + + + Enable all CRUD operations + Activer toutes les opérations CRUD + + + Enable all entities + Activer toutes les entités + + + Enable all rules in {0} + {0} is the category name, e.g. Design + Activer toutes les règles dans {0} + + + Enable or disable SQLCMD mode for the active SQL document + Activer ou désactiver le mode SQLCMD pour le document SQL actif + + + Enable {0} + {0} is the entity name + Activer {0} + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + Activer {0} + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + Activer {0} globalement + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + Activez {0} dans le type d’API pour exposer cette entité. + + + Enabled + Activé + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + Vous rencontrez un problème ? Partagez les détails avec nous en ouvrant un problème GitHub pour que nous puissions nous améliorer ! + + + Encrypt + Chiffrer + + + Encryption + Chiffrement + + + Encryption Algorithm + Algorithme de chiffrement + + + Encryption Type + Type de chiffrement + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + Le cryptage a été activé sur cette connexion, vérifiez la configuration de votre SSL et de votre certificat pour le Microsoft SQL Server cible, ou activez « Certificat de serveur de confiance » dans la boîte de dialogue de connexion ». + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + Le chiffrement a été activé sur cette connexion. Vérifiez la configuration de votre protocole SSL et de votre certificat pour l’instance Microsoft SQL Server cible, ou définissez « Approuver le certificat de serveur » sur la valeur « true ». Remarque : un certificat auto-signé n’offre qu’une protection limitée et n’est pas une pratique recommandée pour les environnements de production. + + + End IP Address + Adresse IP de fin + + + Ends With + Se termine par + + + Ends with + Se termine par + + + Engine: {0} + {0} is the engine type + Moteur : {0} + + + Ensuring Docker Desktop is running + Nous vérifions actuellement que Docker Desktop est en cours d’exécution + + + Enter Database Description + Entrez la description de la base de données + + + Enter Database Name + Entrer le nom de la base de données + + + Enter a date... + Entrer une date... + + + Enter a name for the new profiler session + Entrer un nom pour la nouvelle session du profileur + + + Enter a name for the new resource group + Entrez un nom pour le nouveau groupe de ressources + + + Enter a name for the new server + Entrez un nom pour le nouveau serveur + + + Enter a number... + Entrer un numéro... + + + Enter admin password + Entrer le mot de passe d’administrateur + + + Enter admin username + Entrer un nom d’utilisateur administrateur + + + Enter application name + Saisissez le nom de l'application + + + Enter connection group name + Entrez le nom du groupe de connexion + + + Enter container name + Entrer le nom du conteneur + + + Enter database name + Saisissez le nom de la base de données + + + Enter description (optional) + Entrez une description (facultatif) + + + Enter desired column width in pixels + Entrez la largeur de colonne souhaitée en pixels + + + Enter hostname + Entrer un nom d'hôte + + + Enter new column width + Saisissez une nouvelle largeur de colonne + + + Enter new database name + Entrer un nom de base de données + + + Enter new password + Entrer un nouveau mot de passe + + + Enter password + Entrer le mot de passe + + + Enter port + Entrer un port + + + Enter profile name + Entrer le nom du profil + + + Enter resource group name + Entrer le nom du groupe de ressources + + + Enter server name + Entrer un nom de serveur + + + Enter text... + Entrer du texte... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + Entrez le mot de passe de connexion SQL pour l’utilisateur « {0} ». + + + Enter the path for the output file + Saisissez le chemin d'accès au fichier de sortie + + + Enter user name + Entrez le nom d’utilisateur + + + Enter username + Entrer le nom d’utilisateur + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + L’entité « {0} » n’est pas prise en charge par générateur d’API de données. {1} + + + Entity Endpoints + Points de terminaison d’entité + + + Entity Name + Nom d’entité + + + Entity name used in API routes + Nom d’entité utilisé dans les routes d’API + + + Entity not found: {0} + {0} is the entity reference + Entité introuvable : {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + Référence d’entité résolue dans plusieurs entités : {0} + + + Entra token cache cleared successfully. + Le cache des jetons Entra a bien été effacé. + + + Equal to + Égal à + + + Equals + Est égal à + + + Error + Erreur + + + Error Message: + Message d’erreur : + + + Error code: + Code d’erreur : + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + Erreur de connexion au serveur « {0} ». Détails : {1} + + + Error connecting to: + Erreur de connexion à : + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + Erreur lors de la création de la règle de pare-feu {0}. Vérifiez les paramètres de votre compte Azure et réessayez. Erreur : {1} + + + Error fetching schemas for the selected database. + Une erreur est survenue en récupérant les schémas pour la base de données sélectionnée. + + + Error fetching the table preview. + Erreur lors de la récupération de l’aperçu de la table. + + + Error generating text view. Please try switching back to grid view. + Erreur de génération de la vue de texte. Veuillez essayer de revenir à l’affichage en grille. + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + Erreur lors du chargement des informations de compte Azure pour l’ID de locataire '{0}' + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + Erreur lors du chargement des bases de données Azure pour l'abonnement {0} ({1}). Confirmez que vous avez la permission. + + + Error loading Azure subscriptions. + Désolé, erreur lors du chargement des abonnements Azure. + + + Error loading Schema Designer + Erreur lors du chargement du Concepteur de schémas + + + Error loading Table Designer + Erreur lors du chargement de Concepteur de tables + + + Error loading database objects + Erreur lors du chargement des objets de base de données + + + Error loading databases + Désolé, erreur lors du chargement des bases de données + + + Error loading preview + Erreur lors du chargement de l'aperçu + + + Error loading servers + Erreur lors du chargement des serveurs + + + Error loading subscriptions + Erreur lors du chargement des abonnements + + + Error loading summary + Erreur lors du chargement du résumé + + + Error loading summary: {0} + {0} is the error message + Erreur lors du chargement du résumé : {0} + + + Error loading workspaces + Désolé, erreur de chargement des espaces de travail + + + Error loading workspaces. Please try choosing a different account or tenant. + Désolé, erreur de chargement des espaces de travail. Veuillez essayer de choisir un autre compte ou locataire. + + + Error loading; refresh to try again + Erreur lors du chargement, actualisez pour réessayer + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + Une erreur s’est produite lors de la migration de l’ID de connexion {0} au nouveau format. Veuillez recréer cette connexion pour l’utiliser. +Erreur : +{1} + + + Error occurred opening content in editor. + Une erreur s’est produite lors de l’ouverture du contenu dans l’éditeur. + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + Erreur lors du renouvellement du jeton ; vous devrez peut-être vous déconnecter et vous reconnecter : {0} + + + Error retrieving server list: {0} + {0} is the error message + Désolé, erreur lors de la récupération de la liste des serveurs : {0} + + + Error running Docker commands. Please make sure Docker is running. + Erreur lors de l'exécution des commandes Docker. Veuillez vérifier que Docker est en cours d’exécution. + + + Error signing into Azure: {0} + {0} is the error message + Erreur de connexion à Azure : {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + Erreur lors de la validation du jeton d'authentification Entra ; vous devrez peut-être actualiser votre jeton : {0} + + + Error when refreshing token + Erreur lors de l’actualisation du jeton + + + Error {0}: {1} + {0} is the error number +{1} is the error message + Erreur {0} : {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + Erreur {0} : {1} Connectez-vous avec un utilisateur différent et changez le mot de passe à l’aide d’ALTER LOGIN. + + + Error: + Erreur : + + + Error: Failed to parse query result data. + Erreur : nous n’avons pas pu analyser les données du résultat de la requête. + + + Error: Login failed. Retry using different credentials? + Erreur : échec de la connexion. Réessayer en utilisant d’autres informations d’identification ? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + Erreur : impossible de se connecter en utilisant les informations de connexion fournies. Réessayer la création du profil ? + + + Error: Unrecognized query result data. + Erreur : nous n’avons pas reconnu les données du résultat de requête. + + + Error: {0} + {0} is the error message + Erreur : {0} + + + Estimated Operator Cost + Coût estimatif de l’opérateur + + + Estimated Subtree Cost + Coût estimé de la sous-arborescence + + + Event details for {0} + {0} is the name of the profiler event + Détails de l’événement pour {0} + + + Event properties list + Liste de propriétés de l’événement + + + Example: Find queries with {0} > 100 + {0} is the column name + Exemple : recherchez les requêtes avec {0} > 100 + + + Excel + Excel + + + Exclude Object Types + Exclure les types d'objet + + + Execute + Exécuter + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + Exécuter l'opération « {0} » sur Data API builder ? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + Exécuter l’opération « {0} » sur le concepteur de schémas ? + + + Execute Query + Exécuter la requête + + + Execute SQL against SQL Server / Azure SQL + Exécuter SQL sur SQL Server / Azure SQL + + + Execute Selection or Current Statement + Exécuter la sélection ou l’instruction actuelle + + + Execute only the T-SQL statement under the cursor + Exécuter uniquement l’instruction T-SQL sous le curseur + + + Executing '{0}' operation on Data API builder + {0} is the operation name + Exécution de l'opération « {0} » sur Data API builder + + + Executing '{0}' operation on schema designer + {0} is the operation name + Exécution de l’opération « {0} » sur le concepteur de schémas + + + Executing query... + Exécution de la requête... + + + Execution Plan + Plan d’exécution + + + Execution cancelled + Exécution annulée + + + Execution time unavailable + Durée d’exécution indisponible + + + Existing Database + Base de données existante + + + Existing File + Fichier existant + + + Existing SQL Server + SQL Server existant + + + Expand + Développer + + + Expand All + Développer tout + + + Expand Subscription Explorer + Développer l’Explorateur d’abonnements + + + Expand Workspace Explorer + Développer l’Explorateur de l’espace de travail + + + Expand all groups + Développer tous les groupes + + + Expand connection groups + Développer les groupes de connexion + + + Expand connections + Développer les connexions + + + Expand properties pane + Développer le volet Propriétés + + + Expand selection down + Développer la sélection vers le bas + + + Expand selection left + Développer la sélection à gauche + + + Expand selection right + Développer la sélection à droite + + + Expand selection up + Développer la sélection vers le haut + + + Expand settings + Développer les paramètres + + + Expand the active grid to fill the panel + Développer la grille active pour remplir le panneau + + + Expand {0} + {0} is the category name, e.g. Design + Développer {0} + + + Expiration + Expiration + + + Explore tutorials, docs, and what's coming next. + Explorez les didacticiels, la documentation et les nouveautés à venir. + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + Explorer, concevoir et faire évoluer les schémas de base de données en suivant des recommandations intelligentes, en privilégiant une approche basée sur du code ou sur des données + + + Explorer + Explorer + + + Export + Exporter + + + Export & Close + Exporter et fermer + + + Export BACPAC + Exporter BACPAC + + + Export all captured events to a CSV file + Exporter tous les événements capturés vers un fichier CSV + + + Export all results as INSERT statements + Exporter tous les résultats en tant qu’instructions INSERT + + + Export all results to a CSV file + Exporter tous les résultats dans un fichier CSV + + + Export all results to a JSON file + Exporter tous les résultats dans un fichier JSON + + + Export all results to an Excel file + Exporter tous les résultats dans un fichier Excel + + + Export the schema and data from a SQL database to a .bacpac file + Exporter le schéma et les données d’une base de données SQL vers un fichier .bacpac + + + Export to CSV + Exporter au format CSV + + + Export to Excel + Exporter vers Excel + + + Export to JSON + Exporter au format JSON + + + Export to PDF + Exporter en PDF + + + Export to tab delimited + Exporter vers le séparateur : tabulation + + + Export to text format + Exporter au format texte + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + Barre d’outils d’exportation du jeu de résultats {0} + + + Exporting BACPAC... + Exportation de BACPAC... + + + Expose as MCP DML tools + Exposer en tant qu'outils MCP DML + + + Expose as MCP custom tool + Exposer en tant qu’outil personnalisé MCP + + + Expose this entity through GraphQL + Exposer cette entité via GraphQL + + + Expose this entity through REST + Exposer cette entité via REST + + + Expose {0} + {0} is the backing database column name + Expose {0} + + + Expression + Expression + + + Extend the current selection one cell down + Étendre la sélection actuelle d’une cellule vers le bas + + + Extend the current selection one cell left + Étendre la sélection actuelle d’une cellule à gauche + + + Extend the current selection one cell right + Étendre la sélection actuelle d’une cellule à droite + + + Extend the current selection one cell up + Étendre la sélection actuelle d’une cellule vers le haut + + + Extended Events Log Files + Fichiers du journal des événements étendus + + + Extension Shortcuts + Raccourcis Extension + + + Extension and deployment actions + Actions d’extension et de déploiement + + + Extract DACPAC + Extraire DACPAC + + + Extract the schema from a SQL database to a .dacpac file + Extraire le schéma d’une base de données SQL dans un fichier .dacpac + + + Extracting DACPAC... + Extraction du DACPAC... + + + Extremely likely + Extrêmement probable + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + Désolé, une erreur d’API s’est produite ({0}) : {1} + + + Fabric Account + Compte Fabric + + + Fabric Account is required + Le compte Fabric est obligatoire + + + Fabric Databases + Bases de données Fabric + + + Fabric Workspaces + Espaces de travail en tissu + + + Fabric databases in Query Profiler + Bases de données Fabric dans le Profileur de requêtes + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + Fabric n’est pas pris en charge dans le cloud actuel ({0}). Vérifiez que le paramètre « {1} » est configuré correctement. + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + Erreur d’API de longue durée Fabric avec le code d’erreur « {0} » : {1} + + + Failed + Échec + + + Failed disposing query: {0} + {0} is the error message + Échec de la suppression de la requête : {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + Nous n’avons pas pu acquérir le jeton pour le compte « {0} » et le locataire « {1} » + + + Failed to add table to schema designer. + L’ajout de la table au concepteur de schémas a échoué. + + + Failed to add table. + Impossible d'ajouter une table. + + + Failed to add text to workspace: {0} + {0} is the error message + Échec de l’ajout du texte à l’espace de travail : {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + Échec de l'application des modifications : '{0}' + + + Failed to apply schema. + Nous n’avons pas pu appliquer le schéma. + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + Échec de l’application du déplacement aux modifications de schéma. Vérifiez que les fichiers sont accessibles en écriture et réessayez. + + + Failed to change database + Le changement de base de données a échoué + + + Failed to connect + Échec de la connexion + + + Failed to connect to database: {0} + {0} is the database name + Nous n’avons pas pu effectuer la connexion à la base de données : {0} + + + Failed to connect to server + Impossible de se connecter au serveur + + + Failed to connect to server. + Échec de la connexion au serveur. + + + Failed to connect to the selected server. + Nous n’avons pas pu effectuer la connexion au serveur sélectionné. + + + Failed to connect: {0} + {0} is the error message + La connexion a échoué : {0} + + + Failed to copy script: {0} + {0} is the error message + Échec de la copie du script : {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + Échec de la copie du texte dans le presse-papiers : {0} + + + Failed to create a new row: {0} + {0} is the error message + Échec de la création d’une ligne : {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + La création de la base de données a échoué « {0} ». {1} + + + Failed to create firewall rule: {0} + {0} is the error message + Échec de la création de la règle de pare-feu : {0} + + + Failed to create profiler session: {0} + {0} is the error message + Nous n’avons pas pu créer la session du profileur : {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + Échec de la suppression de l’identifiant avec l’id : {0}. {1} + + + Failed to delete table from schema designer. + La suppression de la table du concepteur de schémas a échoué. + + + Failed to delete table. + Échec de la suppression de la table. + + + Failed to delete {0}. + Failed to delete {0}. + La suppression de {0} a échoué. + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + Impossible de placer la base de données « {0} ». {1} + + + Failed to establish connection + Impossible d'établir la connexion + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + Échec de l’établissement de la connexion avec l’ID « {0} ». Vérifiez les détails de la connexion et la connectivité réseau. + + + Failed to export profiler events: {0} + {0} is the error message + Nous n’avons pas pu exporter les événements du profileur : {0} + + + Failed to export results: {0} + {0} is the error message + Désolé, nous n’avons pas pu exporter les résultats : {0} + + + Failed to fetch Docker container tags: {0} + Échec de la récupération des balises de conteneur Docker : {0} + + + Failed to fetch user tokens. + La récupération des jetons utilisateur a échoué. + + + Failed to generate SqlPackage command: {0} + Nous n’avons pas pu générer la commande SqlPackage : {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + Échec de la génération du script de publication : « {0} » + + + Failed to generate script. Please check the logs for more details. + Échec de la génération du script. Veuillez consulter les journaux pour plus de détails. + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + Échec de la génération du script : '{0}' + + + Failed to generate script: {0} + {0} is the error message + Échec de la génération du script : {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + Échec de l’obtention des espaces de travail Fabric pour le locataire « {0} ({1}) ». + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + Échec de l’obtention des espaces de travail Fabric pour le locataire « {0} ({1}) ». {2} + + + Failed to get authentication method, please remove and re-add the account. + Échec de l’obtention de la méthode d’authentification. Supprimez et rajoutez le compte. + + + Failed to get connection string: {0} + Désolé, nous n’avons pas pu obtenir la chaîne de connexion : {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + Échec de l’obtention du client « {0} » pour le compte « {1} ». + + + Failed to import file. + Nous n’avons pas pu importer le fichier. + + + Failed to launch profiler: {0} + {0} is the error message + Nous n’avons pas pu lancer le profileur : {0} + + + Failed to list databases + La génération de la liste de bases de données a échoué + + + Failed to load code analysis rules + Nous n’avons pas pu charger les règles d’analyse de code + + + Failed to load data: {0} + {0} is the error message + Nous n’avons pas pu charger les données : {0} + + + Failed to load databases + Échec du chargement des bases de données + + + Failed to load publish profile + Nous n’avons pas pu charger le profil de publication + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + Nous n’avons pas pu obtenir le jeton pour la ressource « {1} ». Erreur : {0} + + + Failed to open Edit Data: {0} + {0} is the error message + Impossible d’ouvrir la modification des données : {0} + + + Failed to open Modify Table: {0} + {0} is the error message + Échec de l’ouverture de la modification de la table : {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + Nous n’avons pas pu ouvrir le Concepteur de schémas : {0} + + + Failed to open Table Designer: {0} + {0} is the error message + Nous n’avons pas pu ouvrir le Concepteur de tables : {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + Impossible d'ouvrir l'URL. Le navigateur intégré Simple Browser peut être désactivé. + + + Failed to open XEL file: {0} + {0} is the error message + Nous n’avons pas pu ouvrir le fichier XEL : {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + Échec de l'ouverture du fichier scmp : '{0}' + + + Failed to open script in editor. + Échec de l’ouverture du script dans l’éditeur. + + + Failed to open script: {0} + {0} is the error message + Échec de l'ouverture du script : {0} + + + Failed to open text in editor: {0} + {0} is the error message + Nous n’avons pas pu ouvrir le texte dans l’éditeur : {0} + + + Failed to pull DAB container image. Please check your network connection. + Nous n’avons pas pu tirer (pull) l’image conteneur de générateur d’API de données. Vérifiez votre connexion réseau. + + + Failed to pull SQL Server image. Please check your network connection and try again. + Échec de l'extraction de l'image SQL Server. Veuillez vérifier votre connexion réseau et réessayer. + + + Failed to read saved rule overrides from project + Nous n’avons pas pu lire les remplacements de règles enregistrés à partir du projet + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + Échec de l’actualisation de la connexion ${0} avec l’URI {1}, résultat de connexion non valide. + + + Failed to remove row: {0} + {0} is the error message + Échec de la suppression de la ligne : {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + Échec du renommage de la base de données « {0} » en « {1} ». {2} + + + Failed to resolve the refactor log for this file: {0} + Échec de la résolution du journal de refactorisation pour ce fichier : {0} + + + Failed to revert cell: {0} + {0} is the error message + Échec de la restauration de la cellule : {0} + + + Failed to revert row: {0} + {0} is the error message + Échec de la restauration de la ligne : {0} + + + Failed to run table query. + Échec de l'exécution de la requête de table. + + + Failed to run table query: {0} + {0} is the error message + Échec de l'exécution de la requête de table : {0} + + + Failed to save changes: {0} + {0} is the error message + Échec de l’enregistrement des changements : {0} + + + Failed to save code analysis rules + Nous n’avons pas pu charger les règles de Code Analysis + + + Failed to save publish profile + Nous n’avons pas pu enregistrer le profil de publication + + + Failed to save results. {0} + {0} is the error message + Nous n’avons pas pu enregistrer les résultats. {0} + + + Failed to save results: {0} + {0} is the underlying error message + Nous n’avons pas pu enregistrer les résultats : {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + Échec de l'enregistrement du fichier scmp : '{0}' + + + Failed to script object: {0} + {0} is the error message + Échec de la génération du script de l’objet : {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + Nous n’avons pas pu démarrer « {0} » : {1} + + + Failed to start DAB container. + Nous n’avons pas pu démarrer le conteneur de générateur d’API de données. + + + Failed to start DAB container. Please check the Docker logs for details. + Nous n’avons pas pu démarrer le conteneur de générateur d’API de données. Vérifiez les journaux Docker pour plus de détails. + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + Échec du démarrage du conteneur SQL Server. Veuillez vérifier le message d’erreur pour plus de détails, puis réessayez. + + + Failed to start profiler: {0} + {0} is the error message + Échec du démarrage du profileur : {0} + + + Failed to start query. + Désolé, échec du démarrage de la requête. + + + Failed to start {0}. + Failed to start {0}. + Échec du démarrage de {0}. + + + Failed to stop and remove DAB container. + Nous n’avons pas pu arrêter et supprimer le conteneur de générateur d’API de données. + + + Failed to stop {0}. + Failed to stop {0}. + Échec de l'arrêt de {0}. + + + Failed to update cell: {0} + {0} is the error message + Échec de la mise à jour de la cellule : {0} + + + Failed to update schema designer. + La mise à jour du concepteur de schémas a échoué. + + + Failed to update table in schema designer. + La mise à jour de la table dans le concepteur de schémas a échoué. + + + Failed to update table. + La mise à jour de la table a échoué. + + + Feedback + Commentaires + + + Fetching {0} script... + {0} is the script type + Récupération en cours du script {0}... Merci de patienter. + + + File + Fichier + + + File (Read-Only) + Ficher (en lecture seule) + + + File Name + Nom de fichier + + + File already exists. It will be overwritten if you continue + Le fichier existe déjà. Il sera écrasé si vous continuez + + + File imported successfully + Le fichier a bien été importé + + + File is required + Le fichier est obligatoire + + + File name is required + Nom de fichier requis + + + File not found + Fichier introuvable + + + File path + Chemin d’accès au fichier + + + File path is required + Le chemin d'accès au fichier est requis + + + File to be imported + Fichier à importer + + + File type + Type de fichier + + + File: {0} + {0} is the file name + Fichier : {0} + + + Files + Fichiers + + + Files of Type + Fichiers de type + + + Filter + Filtrer + + + Filter ({0}) + {0} is the number of selected tables + Filtre ({0}) + + + Filter Azure subscriptions + Filtrer les abonnements Azure + + + Filter Changes + Filtrer les changements + + + Filter Options + Options de filtre + + + Filter Settings + Paramètres de filtres + + + Filter active + Filtre actif + + + Filter by keyword + Filtrer par mot clé + + + Filter by name + Filtrer par nom + + + Filter by schema + Filtrer par schéma + + + Filter by severity + Filtrer par gravité + + + Filter by type + Filtrer par type + + + Filter changes + Filtrer les changements + + + Filter entities + Filtrer les entités + + + Filter entities... + Filtrer les entités... + + + Filter events by column values + Filtrer les événements en fonction des valeurs de colonne + + + Filter for any field... + Filtrer un champ... + + + Filter operator + Opérateur de filtre + + + Filter shortcuts + Raccourcis de filtres + + + Filter value + Valeur de filtre + + + Filter {0} + Filtre {0} + + + Filter... + Filtrer... + + + Filter: {0} + {0} is the column name + Filtre : {0} + + + Filters + Filtres + + + Find + Rechercher + + + Find Next + Rechercher suivant + + + Find Node + Rechercher un nœud + + + Find Nodes + Rechercher de nœuds + + + Find Previous + Rechercher précédent + + + Finish + Terminer + + + Finished Deployment + Fin du déploiement + + + Finished query execution for document "{0}" + {0} is the document name + Exécution de la requête terminée pour le document « {0} » + + + Firewall + Pare-feu + + + Firewall rule name + Nom de la règle de pare-feu + + + Firewall rule successfully added. Retry profile creation? + Règle de pare-feu ajoutée. Réessayer la création du profil ? + + + Firewall rule successfully created. + Règle de pare-feu créée. + + + First Page + Première page + + + Flat + Plat + + + Focus the Messages tab + Focus sur l’onglet Messages + + + Focus the Query Plan tab + Focus sur l’onglet Plan de requête + + + Focus the Results tab in the query results panel + Focus sur l’onglet Résultats dans le volet des résultats de la requête + + + Folder Path + Chemin d’accès du dossier + + + Folder Structure + Structure du dossier + + + Folder is required + Le dossier est obligatoire + + + Folder path + Chemin d’accès au dossier + + + Folder path is required + Le chemin d’accès au dossier est obligatoire + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + Pour les données numériques, le nombre maximal de chiffres décimaux qui peuvent être stockés dans cet objet de base de données à droite de la virgule décimale. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + Pour les données numériques, le nombre maximal de chiffres décimaux pouvant être stockés dans cet objet de base de données. + + + Force fit columns + Forcer l’ajustement des colonnes + + + Foreign Column + Chronique étrangère + + + Foreign Key + Clé étrangère + + + Foreign Key {0} + {0} is the index of the foreign key + Clé étrangère {0} + + + Foreign Keys + Clés étrangères + + + Foreign Table + Table étrangère + + + Foreign key '{0}' already exists + {0} is the foreign key name + La clé étrangère « {0} » existe déjà + + + Foreign key column mappings are required. + Les mappages des colonnes de clé étrangère sont obligatoires. + + + Foreign key column mappings must be the same length. + Les mappages des colonnes de clé étrangère doivent avoir la même longueur. + + + Foreign keys + Clés étrangères + + + Formula + Formule + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + Promesse de reconnexion en attente trouvée pour l’URI {0}, échec. + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + Promesse de reconnexion trouvée en attente pour l’URI {0}. + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + {0} profil(s) de connexion enregistré(s) trouvé(s). + + + Free compute & storage + Calcul et stockage gratuits + + + Free offer applied + Offre gratuite appliquée + + + Freeze columns + Figer les colonnes + + + From + Label for the start IP address in the firewall rule IP range + De + + + Full + Complet + + + Function + Fonction + + + Functions + Fonctions + + + General + Général + + + General Options + Options générales + + + General Purpose + Usage général + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + Générez en langage naturel des configurations de générateur d’API de données grâce aux outils de conversation et d’assistant GitHub Copilot. Décrivez vos besoins pour l’API et laissez GitHub Copilot monter automatiquement la configuration à votre place. + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + Générez des points de terminaison REST, GraphQL et MCP à partir des objets de votre base de données SQL (tables). Vous pouvez modifier la configuration manuellement ou via GitHub Copilot pour planifier puis générer des mises à jour, puis les déployer localement avec Docker. + + + Generate Script + Générer le script + + + Generate mock data and seed scripts to support testing and development environments + Générer des données factices et des scripts d’amorçage pour prendre en charge les environnements de test et de développement + + + Generate script to deploy changes to target + Générer un script pour déployer les changements sur la cible + + + Generate sqlpackage command + Générer la commande sqlpackage + + + Generated file added to {0} + {0} is the generated file path + Fichier généré ajouté à {0} + + + Generating Report. This may take a while... + Génération du rapport. Cela peut prendre du temps... + + + Generating SAS key failed: {0} + {0} is the error message + Nous n’avons pas pu générer la clé de SAS : {0} + + + Generating report, this might take a while... + Génération du rapport en cours. Cela peut prendre un certain temps... + + + Generating script... + Génération du script... + + + Geo-redundant backup storage + Stockage de sauvegarde géoredondant + + + Get Connection Details + Obtenir les informations sur la connexion + + + Get Started + Prise en main + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Obtenir les détails de connexion pour la connexion « {0} » (ID : {1}) ? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + Obtenir des recommandations liées à la sécurité, notamment pour éviter les injections SQL ou les autorisations excessives + + + Getting Docker Ready... + Préparation de Docker... + + + Getting Fabric database '{0}' + {0} is the database ID + Obtention de la base de données Fabric « {0} » + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + Obtention de l’espace de travail Fabric « {0} » + + + Getting Started + Prise en main + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Obtention des détails de connexion pour la connexion « {0} » (ID : {1}) + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + Obtention de la chaîne de connexion pour le point de terminaison SQL « {0} » dans l’espace de travail « {1} » + + + Getting container ready for connections + Préparation du conteneur pour les connexions + + + Getting definition ... + Obtention de la définition... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot – procédure guidée VS Code + + + GitHub Copilot integration in Data API builder + Intégration de GitHub Copilot dans le générateur d’API de données + + + GitHub Copilot survey + Enquête GitHub Copilot + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + Nous avons obtenu des paramètres d’utilisation d’outil non valides : « {0} ». ({1}) + + + GraphQL + GraphQL + + + Greater Than + Supérieur à + + + Greater Than or Equals + Supérieur ou égal à + + + Greater than + Supérieur à + + + Greater than or equal to + Supérieur ou égal à + + + Grid View + Affichage en mode grille + + + Group by + Regrouper par + + + Group differences by + Regrouper les différences par + + + Help + Aide + + + Help us improve by sharing your thoughts. + Aidez-nous à nous améliorer en partageant vos idées. + + + Hide Changes + Masquer les changements + + + Hide Changes Highlight + Masquer la mise en surbrillance des modifications + + + Hide Confirm Password + Masquer le mot de passe de confirmation + + + Hide Definition + Masquer la définition + + + Hide New Password + Masquer le nouveau mot de passe + + + Hide SQL Pane + Masquer le volet SQL + + + Hide column + Masquer la colonne + + + Hide full error message + Masquer le message d’erreur complet + + + Hide password + Masquer le mot de passe + + + Hide this panel + Masquer ce panneau + + + Highlight Changes + Mettez les changements en surbrillance + + + Highlight Expensive Operation + Mettre en surbrillance l’opération coûteuse + + + Highlights + À la une + + + Hostname + Nom d’hôte + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + Quelle est la probabilité que vous recommandiez l’extension MSSQL à un(e) ami(e) ou à un(e) collègue ? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + Quelle est la probabilité pour que vous recommandiez {0} à un(e) ami(e) ou à un(e) collègue ? + + + How many tables are in this database? + Combien de tableaux contient cette base de données ? + + + Hue + Teinte + + + I have read the summary and understand the potential risks. + J’ai lu le résumé et compris les risques potentiels. + + + I understand this action is permanent and irreversible + Je comprends que cette action est permanente et irréversible + + + I'm sorry, I can only assist with SQL-related questions. + Je suis désolé... Je ne peux vous aider qu’avec les questions liées à SQL. + + + IP address range + Plage d’adresses IP + + + Identity + Identité + + + Ignore Options + Ignorer les options + + + Ignore Tenant + Ignorer le locataire + + + Image tag + Balise d’image + + + Import BACPAC + Importer BACPAC + + + Import Data + Importer des données + + + Import File + Importer le fichier + + + Import Flat File + Importer un fichier plat + + + Import Information + Importer des informations + + + Import New File + Importer un nouveau fichier + + + Import Status + État de l’importation + + + Import a .bacpac file to a new or empty database + Importer un fichier .bacpac dans une base de données nouvelle ou vide + + + Import anyway + Continuer l’importation + + + Import complete. You can close this dialog. + Importation terminée. Vous pouvez fermer ce dialogue. + + + Import connection configuration settings from Azure Data Studio + Importer les paramètres de configuration de connexion à partir d’Azure Data Studio + + + Import failed: {0} + {0} is the error message returned from the import helper. + Échec de l’importation : {0} + + + Import file is required + Le fichier d’importation est obligatoire + + + Import from Azure Data Studio + Importer depuis Azure Data Studio + + + Import selected + Importer la sélection + + + Importance + Importance + + + Importing BACPAC... + Importation de BACPAC... + + + Importing data... + Importation en cours des données... + + + Importing selections + Importation des sélections + + + In + Dans + + + In case you missed it + Au cas où vous l’auriez manqué + + + In progress + En cours + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + Dans l’expérience de générateur API Données, le déploiement de conteneur local est uniquement disponible pour les connexions utilisant l’authentification SQL. Votre type de connexion actuel n'est pas pris en charge. + + + Include + Inclure + + + Include Object Types + Inclure les types d’objets + + + Include all columns + Inclure toutes les colonnes + + + Include all object types + Inclure tous les types d’objets + + + Incomplete or orphaned connections + Connexions incomplètes ou orphelines + + + Index + Index + + + Indexes + Index + + + Initializing DAB configuration... + Initialisation de la configuration du DAB... + + + Initializing comparison, this might take a while... + Initialisation de la comparaison. Cette opération peut durer un certain temps... + + + Insert + Insérer + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + Insérez le texte sélectionné de l’éditeur de requêtes en utilisant {arg}. Si vous n’utilisez pas l’espace réservé, le texte sélectionné est automatiquement ajouté à la fin de la requête. + + + Install Docker + Installer Docker + + + Install the MSSQL Database Management Keymap extension + Installer l’extension MSSQL Database Management Keymap + + + Instant Container Setup + Configuration instantanée du conteneur + + + Insufficient Workspace Permissions + Autorisations d'espace de travail insuffisantes + + + Integrated + Intégré + + + Integrated & secure + Intégré et sécurisé + + + Invalid Firewall rule name + Nom de règle de pare-feu non valide + + + Invalid IP Address + Adresse IP non valide + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + Mot de passe SQL Server non valide pour {0}. Le mot de passe doit contenir de 8 à 128 caractères et respecter les exigences de complexité. Pour plus d’informations, veuillez consulter la page https://docs.microsoft.com/sql/relational-databases/security/password-policy + + + Invalid column reference. Use either id OR name. + Référence de colonne non valide. Utilisez l’ID OU le nom. + + + Invalid column width + Largeur de colonne non valide + + + Invalid connection URI provided. + URI de connexion fourni non valide. + + + Invalid connection string: {0} + Chaîne de connexion non valide : {0} + + + Invalid database + Base de données invalide + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + Référence d’entité non valide. Utilisez id OU schemaName+tableName OU schemaName+sourceName+sourceType. + + + Invalid file + Fichier incorrect + + + Invalid file extension. Expected .dacpac or .bacpac + Extension de fichier invalide. Fichier attendu : .dacpac ou .bacpac + + + Invalid foreign key. + Clé étrangère invalide. + + + Invalid max length '{0}' + {0} is the max length + La longueur maximale « {0} » n’est pas valide + + + Invalid table payload. Expected table with columns array. + Charge utile de table non valide. Une table avec un tableau de colonnes est attendue. + + + Invalid table type + Type de table non valide + + + Is Computed + Est calculé + + + Is Identity + Est l’identité + + + Is Ledger Database + Est la base de données du grand livre + + + Is Not Null + N’est pas nul + + + Is Null + Est nul + + + Is Persisted + Est persistant + + + Issues ({0}) + {0} is the number of issues + Problèmes ({0}) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + Participer aux discussions + + + Keep in query pane + Conserver dans le volet de requête + + + Key + Clé + + + Keybinding + Combinaison de touches + + + Keyboard Shortcuts editor + Éditeur des raccourcis clavier + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Les clés du cache de jetons n’ont pas pu être enregistrées dans le magasin d’informations d’identification, ce qui peut entraîner des problèmes de persistance du jeton d’accès d’identifiant Microsoft Entra et des instabilités de connexion. Il est probable que SqlTools ait atteint la limite de stockage des informations d’identification sous Windows. Veuillez effacer au moins deux informations d’identification commençant par « Microsoft.SqlTools| » dans Windows Credential Manager et rechargez. + + + LRS + LRS + + + LRS backup (locally redundant) + Sauvegarde LRS (localement redondante) + + + Last Page + Dernière page + + + Learn More + En savoir plus + + + Learn more + En savoir plus + + + Learn more about Azure SQL Database free tier + En savoir plus sur le niveau gratuit d’Azure SQL Database + + + Learn more about SQL Server 2025 features + En savoir plus sur les fonctionnalités SQL Server 2025 + + + Leave the source database in the restoring state + Laisser la base de données source à l’état de restauration + + + Length + Longueur + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + Incompatibilité de longueur : la colonne « {0} » ({1}) est incompatible avec « {2} » ({3}) + + + Less Than + Inférieur à + + + Less Than or Equals + Inférieur ou égal à + + + Less than + Inférieur à + + + Less than or equal to + Inférieur ou égal à + + + Line {0} + {0} is the line number + Ligne {0} + + + Link copied to clipboard + Lien copié dans le Presse-papiers + + + List Connections + Liste des connexions + + + List Databases + Liste de bases de données + + + List Functions + Lister les fonctions + + + List Schemas + Lister les schémas + + + List Tables + Lister les tables + + + List Views + Lister les vues + + + List all connections registered with the mssql extension? + Voulez-vous répertorier toutes les connexions enregistrées avec l’extension MSSQL ? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Répertorier les bases de données pour la connexion « {0} » (ID : {1}) ? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Répertorier les fonctions pour la connexion « {0} » (ID : {1}) ? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Répertorier les schémas pour la connexion « {0} » (ID : {1}) ? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Répertorier les tables pour la connexion « {0} » (ID : {1}) ? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Répertorier les vues pour la connexion « {0} » (ID : {1}) ? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + Liste des bases de données SQL Fabric pour l’espace de travail « {0} » + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + Liste des points de terminaison SQL Fabric pour l’espace de travail « {0} » + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + Liste des entrepôts Fabric pour l’espace de travail « {0} » + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + Liste des capacités Fabric pour le client « {0} » + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + Liste des espaces de travail Fabric pour le client « {0} » + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Classement des bases de données pour la connexion « {0} » (ID : {1}) + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Classement des fonctions pour la connexion « {0} » (ID : {1}) + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + Liste des attributions de rôles pour l’espace de travail « ${workspaceId} » + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Classement des schémas pour la connexion « {0} » (ID : {1}) + + + Listing server connections + Liste des connexions au serveur + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Classement des tables pour la connexion « {0} » (ID : {1}) + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Classement des vues pour la connexion « {0} » (ID : {1}) + + + Load + Charger + + + Load from Connection String + Charger à partir de la chaîne de connexion + + + Load profile... + Charger le profil... + + + Load source, target, and options saved in an .scmp file + Charger la source, la cible et les options enregistrées dans un fichier .scmp + + + Loading + Chargement + + + Loading Azure Accounts + Chargement des comptes Azure + + + Loading Azure SQL Database... + Chargement d’Azure SQL Database... + + + Loading Azure accounts + Chargement des comptes Azure + + + Loading Fabric Accounts + Chargement des comptes Fabric + + + Loading Fabric provisioning... + Chargement en cours de l’approvisionnement Fabric... + + + Loading Report + Rapport sur le chargement + + + Loading Schema Designer + Chargement du concepteur de schéma + + + Loading Schema Designer Model... + Chargement du modèle de concepteur de schéma... + + + Loading Table Designer + Concepteur de tables de chargement + + + Loading XEL file: {0} + {0} is the file name + Chargement en cours du fichier XEL : {0} + + + Loading backup database... + Chargement en cours de la base de données de sauvegarde... + + + Loading code analysis rules... + Chargement des règles d'analyse du code... + + + Loading collations... + Chargement des collations... + + + Loading database objects + Chargement des objets de base de données + + + Loading databases in '{0}'... + {0} is the name of the workspace + Chargement des bases de données dans « {0} »... + + + Loading databases in selected workspace... + Chargement des bases de données dans l’espace de travail sélectionné... + + + Loading deployment + Chargement du déploiement + + + Loading execution plan... + Chargement du plan d’exécution... + + + Loading flat file import... + Chargement en cours de l’importation de fichier plat... + + + Loading local containers... + Chargement des conteneurs locaux... + + + Loading locations + Chargement des emplacements + + + Loading maintenance windows... + Chargement des fenêtres de maintenance... + + + Loading resource groups + Chargement des groupes de ressources + + + Loading restore database... + Chargement de la base de données de restauration... + + + Loading restore plan... + Chargement du plan de restauration... + + + Loading results... + Chargement des résultats... + + + Loading schemas... + Chargement en cours des schémas... + + + Loading servers + Chargement des serveurs + + + Loading servers in '{0}'... + {0} is the name of the subscription + Chargement des serveurs dans « {0} »... + + + Loading servers in selected subscription... + Chargement des serveurs dans l’abonnement sélectionné... + + + Loading subscriptions + Chargement des abonnements + + + Loading subscriptions... + Chargement en cours des abonnements... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + Chargement du résumé pour {0} lignes (Cliquez pour annuler) + + + Loading table data... + Chargement des données de table... + + + Loading table preview... + Chargement en cours de l’aperçu de la table... + + + Loading tenants + Chargement des clients + + + Loading tenants... + Chargement des locataires... + + + Loading text view... + Chargement de l’affichage du texte... + + + Loading workspaces + Chargement des espaces de travail + + + Loading workspaces... + Chargement en cours des espaces de travail... Merci de patienter. + + + Loading... + Chargement en cours... + + + Local Container Deployment + Déploiement local du conteneur + + + Local SQL Server database container + Conteneur de base de données SQL Server local + + + Local container deployment is currently only supported with SQL Authentication connections. + Le déploiement de conteneurs locaux est actuellement pris en charge uniquement avec les connexions qui utilisent l’authentification SQL. + + + Locally-redundant backup storage + Stockage de sauvegarde localement redondant + + + Locate an Azure Data Studio settings.json file to import + Trouvez un fichier settings.json d’Azure Data Studio à importer + + + Location + Emplacement + + + Location (Workspace) + Emplacement (espace de travail) + + + Location of the file to be imported + Emplacement du fichier à importer + + + Log file folder + Dossier du fichier journal + + + Logical file name + Nom de fichier logique + + + Logical operator + Opérateur logique + + + Logs + Journaux + + + Logs copied to clipboard + Journaux d’activité copiés dans le Presse-papiers + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + Recherchez-vous des raccourcis clavier d’Azure Data Studio, comme F5, pour exécuter des requêtes ? + + + MCP + MCP + + + MCP custom tool + Ajouter un outil MCP + + + MCP server added to {0} + {0} is the file path where the MCP server was added + Serveur MCP ajouté à {0} + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + Le serveur MCP est déjà configuré dans {0} + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL – Journaux d’authentification Azure + + + MSSQL - VS Code walkthrough + MSSQL – procédure guidée VS Code + + + MSSQL Feedback + Commentaires sur MSSQL + + + MSSQL Notebook connected to {0} + {0} is the connection label + Bloc-notes MSSQL connecté à {0} + + + MSSQL extension icon + Icône d’extension MSSQL + + + MSSQL: Click to change connection + MSSQL : cliquer pour changer de connexion + + + MSSQL: Click to change database + MSSQL : cliquer pour modifier la base de données + + + MSSQL: Welcome & What's New + MSSQL : Bienvenue et nouveautés + + + MSSQL: What's new + MSSQL : nouveautés + + + Maintenance Window + Fenêtre de maintenance + + + Make everything read-only + Tout rendre en lecture seule + + + Manage Connection Profiles + Gérer les profils de connexion + + + Manage relationships + Gérer les relations + + + Mandatory (Recommended) + Obligatoire (recommandé) + + + Mandatory (True) + Obligatoire (Vrai) + + + Max + Max + + + Max 10 databases / subscription + Maximum 10 bases de données par abonnement + + + Max Length + Longueur maximale + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + Le nombre maximal de lignes pour le filtrage/tri a été dépassé. Pour le mettre à jour, accédez à Paramètres utilisateur et modifiez le paramètre : mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + vCores max + + + Max: {0} + {0} is the max + Maximum : {0} + + + Maximize + Agrandir + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + Agrandir ({0}) + + + Maximize Panel Size + Agrandir la taille du panneau + + + Maximize details panel + Agrandir le panneau des détails + + + Maximize panel size + Maximiser la taille du panneau + + + Maximize results grid + Agrandir la grille des résultats + + + Media + Média + + + Media set description is required + La description du support de sauvegarde est obligatoire + + + Media set name is required + Le nom du support de sauvegarde est obligatoire + + + Message + Message + + + Messages + Messages + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + Messages ({0}) + + + Metric + Métrique + + + Microsoft Account + Compte Microsoft + + + Microsoft Account is required + Un compte Microsoft est requis + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Compte Microsoft Entra + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Identifiant Microsoft Entra + + + Microsoft Entra Id - Default + Microsoft Entra – Par défaut + + + Microsoft Entra Id - Service Principal + ID Microsoft Entra – Principal de service + + + Microsoft Entra Id - Universal w/ MFA Support + Identifiant Microsoft Entra – Universel avec prise en charge MFA + + + Microsoft Entra account {0} successfully added. + {0} is the account name + Compte Microsoft Entra {0} ajouté avec succès. + + + Microsoft Fabric integration + Intégration de Microsoft Fabric + + + Microsoft SQL Server License Agreement + Contrat de licence Microsoft SQL Server + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Microsoft examine vos commentaires pour améliorer nos produits, donc veillez à ne pas inclure de données personnelles ou de contenu confidentiel/propriétaire. + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Microsoft traitera les commentaires que vous envoyez conformément aux instructions de votre organisation pour améliorer son expérience et la vôtre avec ce produit. Si vous avez des questions sur l’utilisation des données des commentaires, veuillez contacter l’administrateur de votre tenant. Le traitement des données de commentaires est régi par l’Addendum de protection des données des produits et services Microsoft entre votre organisation et Microsoft, et les commentaires que vous envoyez sont considérés comme des Données personnelles conformément à cet addendum. + + + Microsoft would like your feedback + Microsoft souhaite recevoir vos commentaires + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + Migrez les connexions enregistrées, les groupes de connexions et les paramètres de connexion depuis Azure Data Studio vers l’extension MSSQL. De plus, le mappage de touches MSSQL Data Management peut être installé pour ajouter les raccourcis familiers d’Azure Data Studio. + + + Min + Min + + + Min: {0} + {0} is the min + Minimum : {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + Référence de connexion manquante. Veuillez indiquer exactement l'un des éléments suivants : connectionId ou connectionName. + + + Missing schema payload for replace_schema operation. + Charge utile de schéma manquante pour l’opération replace_schema. + + + Missing table payload for update_table operation. + Charge utile de table manquante pour l’opération update_table. + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + Cible de table manquante pour l’opération delete_table. Fournissez tableId ou tableName+schemaName. + + + Modified + Modifié + + + Modified column '{0}' + {0} is the column name + Colonne « {0} » modifiée + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + Colonne « {0} » modifiée : {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + Clé étrangère « {0} » modifiée + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + Clé étrangère « {0} » modifiée : {1} + + + Modified table {0} + {0} is the qualified table name + Table modifiée {0} + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + Table modifiée {0} : {1} + + + Modify Columns + Modifier les colonnes + + + Modify Table + Modifier la table + + + Monitor usage and manage your free tier limits + Surveillez votre utilisation et gérez les limites de votre offre gratuite + + + Monthly limits + Limites mensuelles + + + More Query Actions + Autres actions de requête + + + Move Down + Descendre + + + Move Up + Monter + + + Move and expand the active grid selection + Déplacer et développer la sélection de grille active + + + Move focus to the next result set grid + Déplacer le focus vers la grille du jeu de résultats suivant + + + Move focus to the previous result set grid + Déplacer le focus vers la grille précédente du jeu de résultats + + + Move selection to the first cell in the row + Déplacer la sélection vers la première cellule de la ligne + + + Move selection to the last cell in the row + Déplacer la sélection vers la dernière cellule de la ligne + + + Move to Root + Déplacer vers la racine + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + Le déplacement vers le schéma est uniquement pris en charge pour les fichiers SQL qui font partie d’un projet SQL ouvert. Ouvrez d’abord le projet dans le panneau Projets de base de données. + + + Move to Schema request failed: {0} + Échec du déplacement vers la requête de schéma : {0} + + + Move to Schema... + Passer au schéma... + + + Move to row end + Passer à l’extrémité de ligne + + + Move to row start + Déplacer vers le début de ligne + + + Move to schema '{0}' + Déplacer vers le schéma '{0}' + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + Plusieurs groupes de connexions avec l’ID « {0} » ont été trouvés. Supprimez ou renommez-les tous, sauf un dans User/Global settings.json, puis redémarrez l’extension. + + + Must be a valid number + Doit être un nombre valide + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + Il doit commencer et se terminer par un caractère alphanumérique. De plus, il doit contenir uniquement des caractères alphanumériques, tirets bas, des points ou des traits d’union + + + Mutation + Mutation + + + MyProfilerSession + MyProfilerSession + + + NULL + NULL + + + Name + Nom + + + Name for the Docker container running DAB + Le nom du conteneur Docker qui exécute le générateur d’API de données + + + Name of the primary key. + Nom de la clé primaire. + + + Navigate to this item in the diagram + Accédez à cet élément dans le diagramme + + + Navigation + Navigation + + + Needs attention + Requiert votre attention + + + New Azure SQL logical server (Preview) + Nouveau serveur logique Azure SQL (préversion) + + + New Check Constraint + Nouvelle contrainte de vérification + + + New Column + Nouvelle colonne + + + New Column Mapping + Nouveau mappage de colonnes + + + New Database + Nouvelle base de données + + + New Database Name + Nouveau nom de la base de données + + + New Deployment + Nouveau déploiement + + + New File + Nouveau fichier + + + New Foreign Key + Nouvelle clé étrangère + + + New Index + Nouvel index + + + New Local Docker SQL Server + Créer un Docker SQL Server local + + + New Microsoft Entra account could not be added. + Le nouveau compte Microsoft Entra n’a pas pu être ajouté. + + + New Password + Nouveau mot de passe + + + New Query + Nouvelle requête + + + New Query Profiler - Enter Name + Nouveau Profiler de requête – Nommez + + + New Query Profiler - Select Template + Nouveau Profiler de requête (préversion) – Sélectionnez un modèle + + + New SQL database + Nouvelle base de données SQL + + + New Session + Nouvelle session + + + New Table Name + Nouveau nom de table + + + New column mapping + Nouveau mappage de colonnes + + + New database name must be different from the current name + Le nouveau nom de base de données doit être différent du nom actuel + + + New media set description + Description du nouveau support de sauvegarde + + + New media set name + Nom du nouveau support de sauvegarde + + + New to MSSQL extension? Check out our quick-start guide. + Vous débutez avec l’extension MSSQL ? Consultez notre guide de démarrage rapide. + + + New to the MSSQL extension? Check out our quick-start guide. + Vous débutez avec l’extension MSSQL ? Consultez notre guide de démarrage rapide. + + + Next + Suivant + + + Next Page + Page suivante + + + Next result grid + Grille de résultats suivante + + + No + Non + + + No Action + Aucune action + + + No Azure accounts found + Aucun compte Azure trouvé + + + No Microsoft Entra account can be found for removal. + Aucun compte Microsoft Entra n’a été trouvé pour la suppression. + + + No Queries Available + Aucune requête disponible + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + Connexion MCP SQL Tools introuvable pour connectionName : {0} + + + No account selected + Aucun compte sélectionné + + + No active connection + Aucune connexion active + + + No active connection for database change + Désolé, aucune connexion active pour le changement de base de données + + + No active connection for schema view + Aucune connexion active pour la vue de schéma + + + No active connection. + Aucune connexion active. + + + No active database connection in the current editor. Please establish a connection to continue. + Désolé, aucune connexion aux bases de données active dans l’éditeur actuel. Établissez une connexion pour continuer. + + + No active notebook. + Aucun bloc-notes actif. + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + Aucun concepteur de schéma actif trouvé. Veuillez d'abord ouvrir Data API builder à l'aide de `mssql_dab` avec l'opération « show », ou via l'interface utilisateur. + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + Nous n’avons trouvé aucun concepteur de schéma actif. Ouvrez-en-un d’abord avec mssql_schema_designer en utilisant l’opération « show » ou avec l’interface utilisateur. + + + No active text editor found. Please open a file with an active database connection. + Éditeur de texte actif introuvable. Ouvrez un fichier avec une connexion de base de données active. + + + No authentication required + Aucune authentification obligatoire + + + No background tasks + Aucune tâche en arrière-plan + + + No backup sets found in the restore plan + Aucun jeu de sauvegarde trouvé dans le plan de restauration + + + No blob containers found + Aucun conteneur de blobs détecté + + + No blobs found + Aucun objet blob trouvé + + + No changes detected + Aucune modification détectée + + + No changes match your search. + Désolé, aucun changement ne correspond à votre recherche. + + + No changes yet. + Aucune modification encore. + + + No code analysis rules available. + Aucune règle Code Analysis n’est disponible. + + + No connection credentials found + Désolé, aucune information d’identification trouvée + + + No connection found for connectionId: {0} + {0} is the connection ID + Aucune connexion trouvée pour \connectionId : {0} + + + No connection groups were found in the file. + Aucun groupe de connexion n’a été trouvé dans le fichier. + + + No connection information found + Désolé, aucune information de connexion trouvée + + + No connection profiles to edit. + Aucun profil de connexion à modifier. + + + No connection profiles to remove. + Aucun profil de connexion à supprimer. + + + No connection selected. + Aucune connexion n’est sélectionnée. + + + No connection was found. Please connect to a server first. + Aucune connexion. Connectez-vous d’abord à un serveur. + + + No connections available. Please create a connection first. + Aucune connexion disponible. Veuillez d'abord établir une connexion. + + + No connections were found in the file. + Aucune connexion n’a été trouvée dans le fichier. + + + No customized settings found + Aucun paramètre personnalisé n’a été trouvé + + + No customized settings found in Azure Data Studio + Paramètres personnalisés introuvables dans Azure Data Studio + + + No data available + Aucune donnée n’est disponible + + + No data to display. + Aucune donnée à afficher. + + + No database files found in the restore plan + Aucun fichier de base de données trouvé dans le plan de restauration + + + No database selected. + Aucune base de données n’est sélectionnée. + + + No databases found in the selected workspace. + Désolé, aucunes bases de données dans l’espace de travail sélectionné. + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + Désolé, aucune base de données n’a été trouvée dans l’espace de travail « {0} ». + + + No databases found on the server. Please check your connection. + Aucune base de données trouvée sur le serveur. Veuillez vérifier votre connexion. + + + No databases found to import into. + Nous n’avons trouvé aucune base de données vers laquelle effectuer une importation. + + + No databases with backups found + Nous n’avons trouvé aucune base de données avec des sauvegardes + + + No elements found + Aucun élément retrouvé + + + No entities found + Désolé, aucune entité n’a été trouvée + + + No event selected + Aucun événement n’est sélectionné + + + No events to export + Aucun événement à exporter + + + No filter is currently active + Aucun filtre n’est actif pour l’instant + + + No items + Aucun élément + + + No log entries yet. + Aucune entrée de journal encore. + + + No matches found + Aucune correspondance trouvée + + + No matching shortcuts + Aucun raccourci correspondant + + + No model found. + Le modèle est introuvable. + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Pas besoin d’actualiser le jeton de compte Microsoft Entra pour la connexion {0} avec l’URI {1} + + + No object that can be moved to another schema was found at the cursor. + Aucun objet pouvant être déplacé vers un autre schéma n’a été trouvé au curseur. + + + No objects found + Aucun objet trouvé + + + No pending changes. Make edits to generate a script. + Aucune modification en attente. Apportez des modifications pour générer un script. + + + No profiler connection available + Aucune connexion de profileur n’est disponible + + + No profiler templates available + Aucun modèle de profileur n’est disponible + + + No property changes available. + Désolé, aucune modification de propriété disponible. + + + No query set + Aucun jeu de requêtes + + + No renameable symbol found at cursor. + Aucun symbole renommable trouvé au niveau du curseur. + + + No resource groups found + Aucun groupe de ressources trouvé + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + Aucune ressource de type « {0} » n’est configurée pour le cloud actuel « {1} ». Veuillez mettre à jour les paramètres de votre compte Azure. + + + No results + Aucun résultat + + + No results for the active editor + Aucun résultat pour l’éditeur actif + + + No results match the current filters + Aucun résultat ne correspond aux filtres actuels + + + No results to display + Aucun résultat à afficher + + + No rows affected + Aucune ligne affectée + + + No rules match the current filter. + Aucune règle ne correspond au filtre actuel. + + + No saved connection profiles found. + Désolé, aucun profil de connexion enregistré n’a été trouvé. + + + No saved connections found. Please create a connection first. + Aucune connexion enregistrée n’a été trouvée. Veuillez d’abord établir une connexion. + + + No schema differences were found. + Aucune différence de schéma. + + + No schemas found + Aucun schéma n’a été trouvé + + + No schemas were found in the project. + Aucun schéma n’a été trouvé dans le projet. + + + No script available. Make changes to the table data and generate a script first. + Aucun script disponible. Apportez d’abord des modifications aux données de la table et générez un script. + + + No script generated. + Aucun script généré. + + + No selection + Aucune sélection + + + No servers found + Aucun serveur n’a été trouvé + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + Aucun serveur trouvé dans l’abonnement « {0} ». + + + No servers found in the selected subscription. + Aucun serveur trouvé dans l’abonnement sélectionné. + + + No shortcut + Aucun raccourci + + + No storage accounts found + Aucun compte de stockage n'a été trouvé + + + No subscriptions found + Aucun abonnement n’a été trouvé + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + Nous n’avons trouvé aucun abonnement. Veuillez changer de compte ou de locataire Azure pour afficher les abonnements disponibles. + + + No templates available + Aucun modèle n’est disponible + + + No tenant selected + Aucun locataire sélectionné + + + No tenants are currently signed in. + Aucun locataire n’est connecté actuellement. + + + No tenants found + Aucun locataire trouvé + + + No text data available + Aucune donnée de texte n’est disponible + + + No tools to process. + Aucun outil n’est à traiter. + + + No workspace folder is open. Open a folder to add the MCP server configuration. + Aucun dossier d’espace de travail n’est ouvert. Ouvrez un dossier pour ajouter la configuration du serveur MCP. + + + No workspace folder is open. Open a folder to add the generated file. + Aucun dossier d’espace de travail n’est ouvert. Ouvrez un dossier pour ajouter le fichier généré. + + + No workspaces found + Aucun espace de travail n’a été trouvé + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + Désolé, aucun espace de travail trouvé. Modifiez le compte ou le locataire Fabric pour afficher les espaces de travail disponibles. + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + Fichier SQL non SQL Server détecté. Désactiver IntelliSense pour de tels fichiers ? + + + None + Aucun + + + None (empty database) + Aucun (base de données vide) + + + Not Between + Pas entre + + + Not Contains + Ne contient pas + + + Not Ends With + Ne se termine pas par + + + Not Equals + Différent de + + + Not Started + Non démarré + + + Not Starts With + Ne commence pas par + + + Not available for read-only file sessions + Non disponible pour les sessions de fichiers en lecture seule + + + Not connected + Non connecté + + + Not contains + Ne contient pas + + + Not currently signed in. Select to sign in to tenant. + Actuellement non connecté. Sélectionnez cette option pour vous connecter au tenant. + + + Not equal to + Différent de + + + Not likely at all + Pas du tout probable + + + Not running + Non exécuté + + + Not signed in + Non connecté + + + Not signed into tenant {0} + {0} is the tenant display name + Non connecté au tenant {0} + + + Not started + Non démarré + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + Remarque : un certificat auto-signé n’offre qu’une protection limitée et n’est pas une pratique recommandée pour les environnements de production. Voulez-vous activer « Approuver le certificat de serveur » sur cette connexion et réessayer ? + + + Null + Null + + + Null Count: {0} + {0} is the null count + Nombre de valeurs nulles : {0} + + + Number of Rows Read + Nombre de lignes lues + + + OK + OK + + + OLTP, built on Azure SQL + OLTP, basé sur Azure SQL + + + Object Explorer Filter + Filtre Explorateur d’objets + + + Object Type + Type d’objet + + + Object Types + Types d’objet + + + Object type + Type d’objet + + + Off + Désactivé + + + On Delete + Lors de la suppression + + + On Delete Action + Action de suppression + + + On Update + Lors de la mise à jour + + + On Update Action + Action de mise à jour + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + Un ou plusieurs groupes parents de références de groupes de connexions n’existent pas et ont été ignorés : {0}. Mettez à jour votre fichier de paramètres pour corriger ces entrées. + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + Un ou plusieurs groupes de références de connexion n’existent pas et ont été ignorés : {0}. Mettez à jour vos paramètres de connexion pour corriger ces entrées. + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + Une ou plusieurs de vos entités contiennent des types de colonnes qui ne sont pas actuellement pris en charge par Data API builder. Ces entités ne peuvent pas être sélectionnées pour le déploiement. + + + Open + Ouvrir + + + Open .scmp file + Ouvrir le fichier .scmp + + + Open Containing Folder + Ouvrir le dossier contenant + + + Open File + Ouvrir le fichier + + + Open GitHub Copilot Chat to help fix these errors + Ouvrir GitHub Copilot Chat pour vous aider à corriger ces erreurs + + + Open Keyboard Shortcuts editor. + Ouvrez l’éditeur des raccourcis clavier. + + + Open Nitro + Ouvrir Nitro + + + Open Publish Script + Ouvrir le script de publication + + + Open Query + Ouvrir la requête + + + Open Query History + Ouvrir l’historique des requêtes + + + Open SQL editor and connect + Ouvrir l’éditeur SQL et se connecter + + + Open XML + Ouvrir XML + + + Open a new SQL query file + Ouvrir un nouveau fichier de requête SQL + + + Open a new bug + Signaler un nouveau bogue + + + Open column menu + Ouvrir le menu de colonne + + + Open filter menu + Ouvrir le menu filtre + + + Open in Editor + Ouvrir dans l’Éditeur + + + Open in GitHub Copilot Chat + Ouvrir dans GitHub Copilot Chat + + + Open in New Tab + Ouvrir dans un nouvel onglet + + + Open in SQL Editor + Ouvrir dans l’éditeur SQL + + + Open in editor + Ouvrir dans l’éditeur + + + Open text data in a new editor + Ouvrir les données texte dans un nouvel éditeur + + + Open the active column filter menu + Ouvrir le menu de filtre de colonne actif + + + Open the active column menu + Ouvrir le menu des colonnes actives + + + Open the generated SELECT statement in a new editor + Ouvrez l'instruction SELECT générée dans un nouvel éditeur + + + Opening Publish Script. This may take a while... + Ouverture du script de publication. Cela peut prendre du temps... + + + Opening schema designer... + Ouverture du concepteur de schéma... + + + Operation + Opération + + + Operation failed + L'opération a échoué + + + Operator + Opérateur + + + Option Description + Description de l’option + + + Optional (False) + Facultatif (Faux) + + + Optional - Override default GraphQL plural type name + Optionnel – Remplacer le nom par défaut du type pluriel GraphQL + + + Optional - Override default GraphQL singular type name + Optionnel – Remplacer le nom par défaut du type singulier GraphQL + + + Optional - Override default api/entityName path + Facultatif – Remplacez le chemin api/entityName par défaut + + + Options + Options + + + Options have changed. Recompare to see the comparison? + Les options ont changé. Relancer la comparaison pour voir les différences ? + + + Original file name + Nom du fichier d’origine + + + Others + Autres + + + Output file + Fichier de sortie + + + Overall, how satisfied are you with the MSSQL extension? + Dans l’ensemble, quel est votre degré de satisfaction à l’égard de l’extension MSSQL ? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + Globalement, dans quelle mesure êtes-vous satisfait(e) de {0} ? + + + Overwrite all existing backup sets + Remplacer tous les jeux de sauvegarde existants + + + Overwrite the existing database + Remplacer la ou les bases de données existantes + + + Owner + Propriétaire + + + PNG + PNG + + + Package file + Fichier package + + + Page + Page + + + Parameters + Paramètres + + + Parent node was not TreeNodeInfo. + Le nœud parent n’était pas TreeNodeInfo. + + + Password + Mot de passe + + + Password (SQL Login) + Mot de passe (connexion SQL) + + + Password is required + Un mot de passe est obligatoire + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + Le mot de passe doit être modifié pour que « {0} » continue de se connecter à « {1} » + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + Le mot de passe doit être modifié pour la connexion à « {0} » puisse continuer + + + Passwords do not match + Les mots de passe ne correspondent pas + + + Paste + Coller + + + Paste connection string from clipboard + Coller la chaîne de connexion à partir du Presse-papiers + + + Path: {0} + {0} is the path of the node in the object explorer + Chemin d’accès : {0} + + + Pause + Suspendre + + + Pause event collection + Interrompre la collecte d’événements + + + Paused + En pause + + + Paused - click to resume + En pause – Cliquer pour reprendre + + + Perform checksum before writing to media + Effectuer la somme de contrôle avant d'écrire sur le support + + + Permissions + Autorisations + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + Choisissez parmi plusieurs versions de SQL Server, notamment SQL Server 2025 avec des fonctionnalités d’IA intégrées telles que la recherche vectorielle et les améliorations JSON. + + + Please Accept the SQL Server EULA + Veuillez accepter le CLUF de SQL Server + + + Please choose a backup file to load restore plan + Veuillez choisir un fichier de sauvegarde pour charger le plan de restauration + + + Please choose a blob to load restore plan + Veuillez choisir un blob pour charger le plan de restauration + + + Please choose a unique backup file name + Choisissez un nom de fichier de sauvegarde unique + + + Please choose a unique name for the container + Choisissez un nom unique pour le conteneur + + + Please choose a unique name for the profile + Choisissez un nom unique pour le profil + + + Please choose a valid media option + Choisissez une option valide de média + + + Please choose at least one backup file + Choisissez au moins un fichier de sauvegarde + + + Please choose at least one backup set to restore + Veuillez choisir au moins un jeu de sauvegarde à restaurer + + + Please ensure the file is not open in another application before importing + Veuillez vérifier que le fichier n’est pas ouvert dans une autre application avant d’importer + + + Please make sure the port is a number, and choose a port that is not in use + Veuillez vérifier que le port est un numéro et choisissez un port qui n’est pas utilisé + + + Please make your password 8-128 characters long. + Veuillez définir votre mot de passe entre 8 et 128 caractères. + + + Please select a database node in Object Explorer to drop. + Sélectionnez un nœud de base de données dans l’Explorateur d’objets à supprimer. + + + Please select a database node in Object Explorer to rename. + Sélectionnez un nœud de base de données dans l’Explorateur d’objets à renommer. + + + Please select a file, not a folder. + Sélectionnez un fichier et non un dossier. + + + Please select a node from Object Explorer to script. + Veuillez sélectionner un nœud de Explorateur d'objets à script. + + + Please select a server node in Object Explorer to create a database. + Sélectionnez un nœud de serveur dans l’Explorateur d’objets pour créer une base de données. + + + Please select a valid symbol. + Sélectionnez un symbole valide. + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + Veuillez sélectionner un espace de travail où vous disposez d’autorisations suffisantes (Contributeur ou supérieur) + + + Please select only one node to script. Multiple node scripting is not supported. + Veuillez sélectionner un seul nœud pour générer un script. L’écriture de scripts à plusieurs nœuds n’est pas prise en charge. + + + Port + Port + + + Port must be a number between 1 and 65535 + Le port doit être un nombre compris entre 1 et 65535 + + + Port must be between 1 and 65535 + Le port doit se situer entre 1 et 65535 + + + Port to expose the API on (default: 5000) + Le port sur lequel exposer l’API (par défaut : 5000) + + + Port {0} is already in use + {0} is the port number + Le port {0} est déjà utilisé + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + Le port {0} est déjà utilisé. Veuillez choisir un autre port. + + + Possible Data Loss detected. Please review the changes. + Perte de données possible détectée. Veuillez examiner les modifications. + + + Precision + Précision + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Incompatibilité de précision/échelle entre « {0} » et « {1} » + + + Preserve the replication settings + Conserver les paramètres de réplication (WITH KEEP_REPLICATION) + + + Press desired key combination and then press ENTER. + Appuyez sur la combinaison de touches souhaitée puis appuyez sur Entrée + + + Preview + Aperçu + + + Preview Data + Aperçu des données + + + Preview Database Updates + Aperçu des mises à jour de la base de données + + + Previous + Précédent + + + Previous Page + Page précédente + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + La promesse de reconnexion en attente précédente pour l’URI {0} est rejetée avec l’erreur {1}. Tentative de reconnexion si nécessaire. + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + La reconnexion en attente précédente pour l’URI {0} a réussi. + + + Previous result grid + Grille de résultats précédente + + + Previous step failed. Please check the error message and try again. + Échec de l’étape précédente. Veuillez vérifier le message d’erreur et réessayer. + + + Previously released features you may not have explored yet. + Fonctionnalités publiées précédemment que vous n’avez peut-être pas encore explorées. + + + Primary Key + Clé primaire + + + Primary Key Columns + Colonnes de clé primaire + + + Primary key + Clé primaire + + + Prisma + Prisma + + + Privacy Statement + Déclaration de confidentialité + + + Privacy notice + Déclaration de confidentialité + + + Private + Privé + + + Processing include or exclude all differences operation. + Le traitement inclut ou exclut toutes les opérations de différences. + + + Profile Name + Nom de profil + + + Profile created and connected + Profil créé et connecté + + + Profile created successfully + Création du profil réussie + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + Le profil chargé, mais nous n’avons pas pu établir la connexion automatiquement. Veuillez créer une connexion à {0}, puis réessayez. + + + Profile name + Identité + + + Profile removed successfully + Profil supprimé + + + Profiler events exported successfully to {0} + {0} is the file path + Les événements du profileur ont bien été exportés vers {0} + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + Le profileur est en mode lecture seule et déconnecté pour le fichier XEL « {0} » et ne peut pas démarrer ni créer de sessions en direct sans connexion de base de données + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + Le profileur est en mode lecture seule et déconnecté pour le fichier XEL « {0} » et ne peut pas démarrer ni créer de sessions en direct sans connexion de base de données. + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + Profiler est prêt. Sélectionnez une session à partir de la liste déroulante, puis cliquez sur Démarrer pour commencer le profilage. + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + La session Profiler « {0} » a été correctement créée. Démarrage du profilage en cours... Merci de patienter. + + + Profiler session '{0}' started successfully. + {0} is the session name + La session Profiler « {0} » a été correctement commencée. + + + Properties + Propriétés + + + Property + Propriété + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + Aucun point de terminaison de ressource n’est défini pour le fournisseur « {0} ». + + + Provisioning + Approvisionnement + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + Paramètres de proxy trouvés, mais une erreur s'est produite lors de l'analyse de l'URL : '{0}'. Vous pouvez rencontrer des problèmes de connexion lorsque vous utilisez l’extension MSSQL. Erreur : {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + Paramètres de proxy trouvés, mais sans protocole (par exemple http://) : '{0}'. Vous pouvez rencontrer des problèmes de connexion lorsque vous utilisez l’extension MSSQL. + + + Public + Public + + + Publish + Publier + + + Publish DACPAC + Publier DACPAC + + + Publish Profile + Publier le profil + + + Publish Project + Publier le projet + + + Publish Project - {0} + {0} is the name of the project being published + Publier le projet : {0} + + + Publish Settings File + Fichier de paramètres de publication + + + Publish Target + Publier la cible + + + Publish profile saved to: {0} + Profil de publication enregistré dans : {0} + + + Publishing Changes + Modifications de publication + + + Pulling DAB container image + Récupération en cours de l’image du conteneur de générateur d’API de données + + + Pulling SQL Server Image + Extraction d'une image SQL Server + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + Extraction de l'image du conteneur SQL Server. Cela peut prendre quelques minutes en fonction de votre connexion Internet. + + + Query + Requête + + + Query Editor + Éditeur de requête + + + Query Editor shortcuts are managed by Visual Studio Code. + Les raccourcis de l’Éditeur de requête sont gérés par Visual Studio Code. + + + Query Execution + Exécution de la requête + + + Query Plan + Plan de requête + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + Plan de requête ({0}) + + + Query Plan ({0}) + {0} is the number of query plans + Plan de requête ({0}) + + + Query Profiler + Profiler de requêtes + + + Query Profiler Session Status + État de la session Profiler de requête + + + Query Profiler: No session + Profiler de requête : aucune session + + + Query Profiler: {0} + {0} is the file name or session name + Profiler de requêtes : {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + Éditeur de requête pour {0} + + + Query executed + Requête exécutée + + + Query execution failed + Nous n’avons pas pu exécuter la requête + + + Query execution was canceled. + L’exécution de requête a été annulée. + + + Query failed + Échec de la requête + + + Query succeeded + Requête réussie + + + Query {0} + {0} is the Quick Query slot number + Requête {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + Requête {0} : Coût de la requête (par rapport au script) : {1}% + + + Quick Queries + Requêtes rapides + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + Les raccourcis clavier des Requêtes rapides sont gérés par Visual Studio Code. + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + Requête rapide emplacement doit être compris entre 1 et {0}. + + + Quick filter all columns... + Filtrer rapidement toutes les colonnes... + + + REST + REST + + + REST API + API REST + + + RESTORE WITH NORECOVERY + Restaurer avec l’option WITH NORECOVERY + + + RESTORE WITH RECOVERY + RESTAURER AVEC RÉCUPÉRATION + + + RESTORE WITH STANDBY + RESTAURATION AVEC MISE EN VEILLE + + + Read + Lecture + + + Read docs on Microsoft Learn + Consultez la documentation sur Microsoft Learn + + + Read more + Découvrir plus d’informations + + + Read-Only + Lecture seule + + + Read-only SQL text editor + Éditeur de texte SQL en lecture seule + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + Mode déconnecté en lecture seule pour « {0} ». Nous ne pouvons pas créer ou démarrer des sessions en direct sans connexion de base de données. + + + Ready for import + Prêt pour l’importation + + + Readying container for connections. + Préparation du conteneur pour les connexions. + + + Readying container for connections... + Préparation du conteneur pour les connexions... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + Recevoir des explications en langage naturel pour aider les développeurs qui connaissent peu T-SQL à comprendre le code + + + Recent Connections + Connexions récentes + + + Recent connections list cleared + Liste des connexions récentes effacée + + + Record shortcut + Raccourci d’enregistrement + + + Recording shortcut + Raccourci d’enregistrement + + + Recovery Model + Mode de récupération + + + Recovery state + État de récupération + + + Redo + Restaurer + + + Referenced column '{0}' not found + {0} is the column name + Colonne référencée « {0} » introuvable + + + Referenced columns + Colonnes référencées + + + Referenced schema + Schéma référencé + + + Referenced table + Tableau référencé + + + Referenced table '{0}' not found + {0} is the table name + Table référencée « {0} » introuvable + + + Refresh + Actualiser + + + Refresh Credentials + Actualiser les informations d’identification + + + Refresh dataset + Actualiser le jeu de données + + + Region + Région + + + Register + S’inscrire + + + Reject + Rejeter + + + Reliability + Fiabilité + + + Reload Visual Studio Code + Recharger le code Visual Studio + + + Relocate all files + Déplacer tous les fichiers + + + Remind Me Later + Me rappeler plus tard + + + Remove + Supprimer + + + Remove Sort + Supprimer le tri + + + Remove a connection profile + Supprimer un profil de connexion + + + Remove file + Supprimer le fichier + + + Remove filter + Supprimer le filtre + + + Remove filter for {0} + {0} is the column name + Supprimer le filtre pour {0} + + + Remove from favorites + Supprimer des favoris + + + Remove sort + Supprimer le tri + + + Remove tag + Supprimer une balise + + + Remove {0} + {0} is the object type + Supprimer {0} + + + Rename + Renommer + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + Renommez « {0} » sur « {1} ». + + + Rename Database + Renommer la base de données + + + Rename Options + Options de renommage + + + Rename is not supported at this position. + Renommer n’est pas pris en charge à cette position. + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + Renommer n’est pris en charge que pour les fichiers SQL qui font partie d’un projet SQL ouvert. Ouvrez d’abord le projet dans le panneau Projets de base de données. + + + Rename request failed: {0} + Échec de la requête de changement de nom : {0} + + + Renaming database + Attribution d’ un nouveau nom à la base de données + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + Renommer la base de données '{0}' en '{1}'... + + + Replication + Réplication + + + Request a new feature + Demandez une nouvelle fonctionnalité + + + Required + Obligatoire + + + Requirements: + Exigences : + + + Requires user authentication + Nécessite l'authentification de l'utilisateur + + + Reset + Réinitialiser + + + Reset to Defaults? + Réinitialiser les valeurs par défaut ? + + + Resize + Redimensionner + + + Resize column '{0}' + {0} is the name of the column + Redimensionner la colonne'{0}' + + + Resize the active result grid column + Redimensionner la colonne de grille de résultats active + + + Resource Group + Groupe de ressources + + + Resource Group Name + Nom du groupe de ressources + + + Resource Group is required + Un groupe de ressources est obligatoire + + + Resource group name is required + Le nom de groupe de ressources est obligatoire + + + Resources + Ressources + + + Restore + Restaurer + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + Restaurer ({0}) + + + Restore Database + Restaurer la base de données + + + Restore Panel Size + Restaurer la taille du panneau + + + Restore as + Restaurer comme + + + Restore panel size + Restaurer la taille du panneau + + + Restore properties pane + Restaurer le volet des propriétés + + + Restrict access to the restored database + Restreindre l’accès à la base de données restaurée (WITH RESTRICTED_USER) + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + Lot du jeu de résultats {0} – Requête {1} + + + Result View + Affichage du résultat + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + Les raccourcis de l’affichage des résultats sont gérés par l’extension MSSQL. Vous pouvez configurer leurs raccourcis clavier directement ici. + + + Results + Résultats + + + Results ({0}) + {0} is the number of results + Résultats ({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + Résultats ({0}) + + + Results Preview + Aperçu des résultats + + + Results Preview ({0}) + {0} is the number of preview results + Aperçu des résultats ({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + Aperçu des résultats ({0}) + + + Results exported successfully to {0} + {0} is the file path + Résultats exportés avec succès vers {0} + + + Results toolbar + Barre d'outils des résultats + + + Resume + Reprise + + + Resuming database + Reprise de la base de données + + + Retry + Réessayer + + + Reveal + Révéler + + + Reveal in Explorer + Révéler dans l’Explorateur + + + Reveal in Finder + Révéler dans Finder + + + Reverse Alphabetical + Ordre alphabétique inversé + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + Reconstituer les bases de données existantes en expliquant les schémas et les relations SQL + + + Revert + Restaurer + + + Revert Cell + Rétablir la cellule + + + Revert Row + Rétablir la ligne + + + Revert this change to its original state + Rétablir cette modification à son état d’origine + + + Revert values to project defaults + Rétablir les valeurs par défaut du projet + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + Passez en revue ou proposez des modifications de configuration de l'API via la conversation instantanée, et GitHub Copilot met instantanément à jour votre configuration dans le Data API builder. + + + Reviewing Copilot Change + Révision en cours de la modification de Copilot + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + Rosetta est nécessaire pour exécuter des images de conteneur SQL Server sur Apple Silicon. Activez « Utiliser Rosetta pour l’émulation x86_64/amd64 sur Apple Silicon » dans Docker Desktop > Paramètres > Général. + + + Row created. + Ligne créée. + + + Row deleted. + La ligne est supprimée. + + + Row marked for removal. + Ligne marquée pour suppression. + + + Rows + Lignes + + + Rows per page + Lignes par page + + + Rule disabled + Règle désactivée + + + Rule enabled + Règle activée + + + Rule name + Nom de la règle + + + Rules + Règles + + + Run Query + Exécuter la requête + + + Run Query History + Exécuter l’historique des requêtes + + + Run a query for the current active SQL document + Exécuter une requête pour le document SQL actif actuel + + + Run a query in the current editor, or switch to an editor that has results. + Exécutez une requête dans l’éditeur actuel ou passez à un éditeur qui contient des résultats. + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + Exécuter la requête sur la connexion « {0} » (ID : {1} )? + +Requête : {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + Exécutez instantanément le code SQL enregistré avec des raccourcis clavier personnalisés. Utilisez {arg} pour insérer le texte éditeur-de-requête sélectionné, sinon, il est ajouté à la requête. + + + Run, cancel, and create queries + Exécuter, annuler et créer des requêtes + + + Running + En cours d’exécution + + + Running a custom query will discard all pending changes. Do you want to continue? + L'exécution d'une requête personnalisée annulera toutes les modifications en attente. Voulez-vous continuer ? + + + Running query is not supported when the editor is in multiple selection mode. + L’exécution de la requête n’est pas prise en charge lorsque l’éditeur est en mode de sélection multiple. + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Requête en cours d’exécution sur la connexion « {0} » (ID : {1}) + + + Running: {0} + {0} is how long the query has been running + Exécution : {0} + + + SQL + SQL + + + SQL Analytics Endpoint + Point de terminaison d’analytique SQL + + + SQL Authentication + Authentification langage SQL + + + SQL Container Name + Nom du conteneur SQL + + + SQL Container Version + Version du conteneur SQL + + + SQL Database + SQL Database + + + SQL Database Projects — Code Analysis + Projets SQL Database : Code Analysis + + + SQL Login + Connexion SQL + + + SQL Notebooks + SQL Notebooks + + + SQL Plan Files + Fichiers de plan SQL + + + SQL Server Container SA Password + Mot de passe de l’administrateur(-trice) du conteneur SQL Server + + + SQL Server admin password + Mot de passe de l'administrateur du SQL Server + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server ne prend pas en charge les conteneurs Windows. Basculez vers des conteneurs Linux dans les paramètres de Docker Desktop. + + + SQL Server is required + SQL Server est requis + + + SQL Server port number + Numéro de port SQL Server + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} – dernière version + + + SQL Tools (MSSQL) + Outils SQL (MSSQL) + + + SQL database in Fabric + Base de données SQL dans Fabric + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + Variables SQLCMD + + + SVG + SVG + + + Satisfied + Satisfait + + + Saturation + Saturation + + + Save + Enregistrer + + + Save .scmp file + Enregistrer le fichier .scmp + + + Save As + Enregistrer sous + + + Save As... + Enregistrer sous... + + + Save Changes + Enregistrer les modifications + + + Save Connection Group + Enregistrer le groupe de connexion + + + Save Password + Enregistrer un mot de passe + + + Save Password? If 'No', password will be required each time you connect + Enregistrer le mot de passe ? Si vous choisissez « Non », le mot de passe sera demandé à chaque connexion + + + Save Plan + Enregistrer le plan + + + Save Secret + Enregistrer le secret + + + Save as CSV + Enregistrer au format CSV + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + Enregistrer au format CSV ({0}) + + + Save as Excel + Enregistrer au format Excel + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + Enregistrer au format Excel ({0}) + + + Save as INSERT INTO + Enregistrer sous INSÉRER DANS + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + Enregistrer sous INSÉRER DANS ({0}) + + + Save as JSON + Enregistrer au format JSON + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + Enregistrer au format JSON ({0}) + + + Save backup to URL + Enregistrer la sauvegarde dans l’URL + + + Save connection profile changes without establishing a connection + Enregistrer les modifications du profil de connexion sans établir de connexion + + + Save password + Enregistrer le mot de passe + + + Save results as CSV + Enregistrer les résultats au format CSV + + + Save results as Excel + Enregistrer les résultats au format Excel + + + Save results as INSERT + Enregistrer les résultats en tant qu’INSERT + + + Save results as JSON + Enregistrer les résultats au format JSON + + + Save results command cannot be used with multiple selections. + Impossible d’utiliser la commande d’enregistrement des résultats avec des sélections multiples. + + + Save source and target, options, and excluded elements + Enregistrer la source et la cible, les options et les éléments exclus + + + Save to Disk + Enregistrer sur le disque + + + Save to URL + Enregistrer à l’URL + + + Save without connecting + Enregistrer sans connexion + + + Saved + Enregistrés + + + Saved Connections + Connexions enregistrées + + + Saved results to {0} + {0} is the saved file path + Résultats enregistrés dans {0} + + + Saving... + Enregistrement en cours... + + + Scaffold backend components (e.g., data-access layers) based on your current database context + Générer automatiquement les composants de backend (p. ex., les couches d’accès aux données) en fonction de votre contexte de base de données actuel + + + Scale + Mettre à l’échelle + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Inadéquation d'échelle entre '{0}' et '{1}' + + + Schema + Schéma + + + Schema '{0}' is not available. + {0} is the schema name + Le schéma « {0} » n’est pas disponible. + + + Schema Changes + Modifications de schéma + + + Schema Compare + Comparer les schémas + + + Schema Compare Options + Options Comparer les schémas + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + Échec de Comparer les schémas : « {0} » + + + Schema Designer + Concepteur de schémas + + + Schema Designer Model is ready. Changes can now be published. + Le modèle de Concepteur de schéma est prêt. Les modifications peuvent maintenant être publiées. + + + Schema Designer with GitHub Copilot + Concepteur de schéma avec GitHub Copilot + + + Schema Diff + Différence de schéma + + + Schema designer details are not available. + Les détails du concepteur de schéma ne sont pas disponibles. + + + Schema designer is not initialized. + Le concepteur de schémas n’est pas initialisé. + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + Le concepteur de schémas est ouvert. Pour les mutations de schémas, continuez avec les opérations {0} ({1}/{2}). + + + Schema designer state changed. Fetch the latest schema and retry the operation. + L’état du concepteur de schéma a changé. Récupérez le dernier schéma et réessayez l’opération. + + + Schema designer state retrieved successfully. + L’état du concepteur de schémas a été récupéré avec succès. + + + Schema designer updated successfully. + Le concepteur de schéma a bien été mis à jour. + + + Schema is required + Le schéma est obligatoire + + + Schema/Object Type + Schéma/Type d’objet + + + Schemas + Schémas + + + Script + Script + + + Script as Alter + Script de modification + + + Script as Create + Script de création + + + Script as Drop + Script de suppression + + + Script as Execute + Script d’exécution + + + Script copied to clipboard + Script copié dans le presse-papiers + + + Script copied to clipboard. + Script copié dans le Presse-papiers. + + + Search Database Objects + Rechercher des objets dans la base de données + + + Search Database Objects - {0} + {0} is the server name + Rechercher des objets dans la base de données – {0} + + + Search Workspaces + Rechercher dans les espaces de travail + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + Recherchez par nom ou type d’objet (par exemple t :<name>, v :, f :, ou sp :) + + + Search changes... + Rechercher des modifications... + + + Search connection groups + Recherche des groupes de connexion + + + Search extension shortcut + Rechercher un raccourci d’extension + + + Search options + Options de recherche + + + Search options... + Options de recherche... + + + Search rules... + Rechercher des règles... + + + Search settings... + Rechercher dans les paramètres... + + + Search subscriptions... + Rechercher des abonnements... + + + Search tables... + Rechercher dans des tableaux... + + + Search values... + Rechercher des valeurs... + + + Search within {0} text content + {0} is the column name + Rechercher dans le contenu de texte {0} + + + Search workspaces... + Rechercher dans les espaces de travail... + + + Search... + Recherche en cours... + + + Searching... + Recherche en cours... + + + Seed sample data or import an existing schema + Générez des données d'exemple ou importez un schéma existant + + + Select + Sélectionner + + + Select All + Sélectionner tout + + + Select Azure account with Key Vault access for column decryption + Sélectionner un compte Azure avec un accès à Key Vault pour déchiffrer les colonnes + + + Select Connection + Sélectionner une connexion + + + Select Database + Sélectionner la base de données + + + Select Max vCores + Sélectionnez Max vCores + + + Select Profile + Sélectionner un profil + + + Select Source + Sélectionner une source + + + Select Source Schema + Sélectionner schéma source + + + Select Target + Sélectionner une cible + + + Select Target Schema + Sélectionner schéma cible + + + Select Top 1000 + Sélectionnez les 1 000 premiers + + + Select XEL File + Sélectionner un fichier XEL + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + Sélectionnez un compte Microsoft Entra ID à utiliser avec cette connexion. Les informations du compte d’origine dans Azure Data Studio sont indiquées ci-dessous, mais vous pouvez choisir un autre compte. + + + Select a Workspace + Sélectionner un espace de travail + + + Select a blob + Sélectionner un blob + + + Select a blob container + Sélectionner un conteneur d’objets blob + + + Select a collation + Sélectionner un classement + + + Select a connection group + Sélectionnez un groupe de connexion + + + Select a connection to use as the default + Sélectionner une connexion à utiliser par défaut + + + Select a data source + Sélectionner une source de données + + + Select a database + Sélectionner une base de données + + + Select a database for profiling (Azure SQL requires a specific database) + Sélectionnez une base de données pour le profilage (Azure SQL nécessite une base de données spécifique) + + + Select a file + Sélectionner un fichier + + + Select a folder + Sélectionner un dossier + + + Select a location for the resource group + Sélectionnez un emplacement pour le groupe de ressources + + + Select a maintenance window + Sélectionnez une fenêtre de maintenance + + + Select a profiler template + Sélectionner un modèle de profileur + + + Select a resource group + Sélectionner un groupe de ressources + + + Select a server + Sélectionner un serveur + + + Select a session first + Sélectionner d’abord une session + + + Select a session... + Sélectionner une session... + + + Select a storage account + Sélectionner un compte de stockage + + + Select a subscription + Sélectionnez un abonnement + + + Select a subscription to view servers in it. + Sélectionnez un abonnement pour afficher les serveurs qu’il contient. + + + Select a tenant + Sélectionner un locataire + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Sélectionner un élément valide {0} dans la liste déroulante + + + Select a workspace to view the databases in it. + Sélectionnez un espace de travail pour afficher les bases de données qu’il contient. + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Sélectionner un {0} pour le filtrage + + + Select account + Sélectionner un compte + + + Select all + Sélectionner tout + + + Select all cells in the active grid + Sélectionner toutes les cellules de la grille active + + + Select all entities + Sélectionner toutes les entités + + + Select all options + Options « Sélectionner tout » + + + Select all {0} + {0} is the action name (Create, Read, etc.) + Sélectionner toutes les actions {0} + + + Select an account + Sélectionner un compte + + + Select an account for authentication + Sélectionner un compte pour l’authentification + + + Select an extension to manage connection sharing permissions + Sélectionner une extension pour gérer les autorisations de partage de connexion + + + Select an operation + Sélectionner une opération + + + Select column + Sélectionner une colonne + + + Select file to import + Sélectionner le fichier à importer + + + Select image + Sélectionner une image + + + Select location + Sélectionner un emplacement + + + Select new permission for extension: '{0}' + {0} is the extension name + Sélectionner une nouvelle autorisation pour l’extension : « {0} » + + + Select or clear all connection groups + Sélectionner ou désélectionner tous les groupes de connexion + + + Select or clear all connections + Sélectionner ou désélectionner toutes les connexions + + + Select package file + Sélectionner le fichier du package + + + Select profile to edit + Sélectionner le profil à modifier + + + Select profile to remove + Sélectionner le profil à supprimer + + + Select row + Sélectionner une ligne + + + Select session + Sélectionner une session + + + Select subscriptions + Sélectionner des abonnements + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + Sélectionnez le fichier settings.json d’Azure Data Studio à analyser pour les groupes de connexions et les connexions. + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + Sélectionnez la méthode HTTP qui peut exécuter cette procédure stockée. DAB est défini par défaut sur POST. + + + Select the SQL Server Container Image + Sélectionnez l’image conteneur SQL Server + + + Select the entire current column + Sélectionner l’intégralité de la colonne active + + + Select the entire current row + Sélectionner l’intégralité de la ligne active + + + Select the target schema + Sélectionner le schéma cible + + + Selected + Sélectionné + + + Selected Microsoft Entra account removed successfully. + Le compte Microsoft Entra sélectionné a été supprimé avec succès. + + + Selected Path + Chemin sélectionné + + + Selected backup file does not contain a valid database backup + Le fichier de sauvegarde sélectionné ne contient pas de sauvegarde de base de données valide + + + Selected query-editor text + Texte sélectionné dans l’éditeur de requête + + + Selection + Sélection + + + Sequelize + Sequelize + + + Serialization failed + Échec de la sérialisation + + + Server + Serveur + + + Server - {0} + {0} is the server name + Serveur – {0} + + + Server Connections + Connexions du serveur + + + Server Edition + Server Edition + + + Server Name + Nom du serveur + + + Server Version + Version du serveur + + + Server connection in progress. Do you want to cancel? + Connexion au serveur en cours. Voulez-vous annuler ? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + Le serveur n’a pas pu démarrer. Il peut s’agir d’une erreur d’autorisation ou d’une incompatibilité sur votre système. Vous pouvez essayer d’activer l’authentification du code d’appareil dans les paramètres. + + + Server is required + Serveur obligatoire + + + Server name is required + Le nom de serveur est obligatoire + + + Server name not set. + Nom du serveur non défini. + + + Server name or ADO.NET connection string + Nom de serveur ou chaîne de connexion ADO.NET + + + Server {0} not found. + {0} is the server name + Serveur {0} introuvable. + + + Serverless + Serverless + + + Service installation failed. + L'installation du service a échoué. + + + Service tier + Niveau de service + + + Session + Session + + + Session creation timed out + Le délai d’attente pour la création de la session a expiré + + + Session name can only contain letters, numbers, underscores, and hyphens + Le nom de session peut uniquement contenir des lettres, des chiffres, des traits de soulignement et des traits d’union + + + Session name cannot be empty + Le nom de la session ne peut pas être vide + + + Session name must be {0} characters or less + {0} is the maximum length + Le nom de la session doit comprendre {0} caractères ou moins + + + Session not running + La session n’est pas en cours d’exécution + + + Set Default + Définir la valeur par défaut + + + Set Null + Définir Null + + + Set backup Compression + Définir la compression de sauvegarde + + + Set backup Media Set + Définir le support de sauvegarde + + + Set backup retain days + Définir le délai de conservation de sauvegarde en jours + + + Setting + Paramètre + + + Setting up + Configuration + + + Setting up container + Configuration du conteneur + + + Settings + Paramètres + + + Settings and Keybindings + Paramètres et combinaisons de touches + + + Settings are fixed for free tier. + Les paramètres sont figés pour le niveau gratuit. + + + Settings for {0} + {0} is the entity name + Paramètres pour {0} + + + Severity + Gravité + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + Gravité pour {0} + + + Shortcut + Raccourci + + + Shortcuts Configuration + Configuration des raccourcis + + + Shortcuts Configuration (Preview) + Configuration des raccourcis (Préversion) + + + Shortcuts configuration page + Page de configuration des raccourcis + + + Show All + Tout afficher + + + Show Changes + Afficher les modifications + + + Show Confirm Password + Afficher le mot de passe de confirmation + + + Show Definition + Afficher la définition + + + Show Estimated Plan + Afficher un plan estimé + + + Show MSSQL output + Afficher la sortie MSSQL + + + Show Menu + Afficher le menu + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + Afficher le menu ({0}) + + + Show New Password + Afficher le nouveau mot de passe + + + Show SQL + Afficher SQL + + + Show SQL Pane + Afficher le volet SQL + + + Show Schema + Afficher un schéma + + + Show a random table definition + Afficher une définition de tableau aléatoire + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + Afficher tous les raccourcis Requête rapide dans VS Code raccourcis clavier + + + Show all columns + Affichez toutes les colonnes + + + Show full error message + Afficher le message d’erreur complet + + + Show masked command (hides sensitive information) + Afficher la commande masquée (masque les informations sensibles) + + + Show or hide the query result panel + Afficher ou masquer le volet des résultats de la requête + + + Show password + Afficher le mot de passe + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Afficher le schéma pour la connexion « {0} » (ID : {1}) ? + + + Show table relationships + Afficher les relations de tableau + + + Show unmasked command (reveals sensitive information) + Afficher la commande non masquée (révèle des informations sensibles) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Affichage du schéma pour la connexion « {0} » (ID : {1}) + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + Affichage en cours de {0} événements sur {1} + + + Showplan XML + Plan d’exécution XML + + + Sign In + Se connecter + + + Sign in + Se connecter + + + Sign in and retry + Connectez-vous et réessayez + + + Sign in to a new account + Vous connecter à un nouveau compte + + + Sign in to your Azure subscription + Se connecter à votre abonnement Azure + + + Sign in to your Azure subscription in one of the sovereign clouds. + Connectez-vous à votre abonnement Azure dans l’un des clouds souverains. + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + Connectez-vous à votre abonnement Azure avec un code d’appareil. Utilisez-le dans les configurations où la commande Se connecter ne fonctionne pas + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + Connectez-vous avec l’ID Entra « {0} ». + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + Connectez-vous avec votre compte Microsoft Entra ID, y compris les comptes avec authentification multifacteur. Cliquez sur l'icône d'information pour en savoir plus. + + + Sign into Azure + Se connecter à Azure + + + Sign into Azure in order to add a firewall rule. + Connectez-vous à Azure pour ajouter une règle de pare-feu. + + + Sign into Fabric + Se connecter à Fabric + + + Sign into additional accounts + Se connecter à des comptes supplémentaires + + + Sign into tenant + Se connecter au locataire + + + Signing in to Azure as {0}... + {0} is the account name + Connexion à Azure en tant que {0}... + + + Simple + Simple + + + Simple Container Management + Gestion de conteneurs simples + + + Smart performance + Performances intelligentes + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + Certaines connexions ou certains groupes contiennent des informations incomplètes. Vous pouvez continuer, mais vous devrez peut-être modifier ces connexions plus tard avant de vous connecter. + + + Sort + Trier + + + Sort Ascending + Trier par ordre croissant + + + Sort Descending + Trier par ordre décroissant + + + Sort ascending + Tri croissant + + + Sort column + Trier la colonne + + + Sort descending + Tri décroissant + + + Source + Source + + + Source Column + Colonne source + + + Source Database + Base de données source + + + Source Name + Nom de la source + + + Source: {0} + {0} is the fully qualified DAB source object name + Source : {0} + + + Source: {0} + {0} is the task source + Source : {0} + + + Specifies whether the column is included in the primary key for the table. + Spécifie si la colonne est incluse dans la clé primaire de la table. + + + Specifies whether the column may have a NULL value. + Spécifie si la colonne peut avoir une valeur NULL. + + + Specify Input File + Spécifier le fichier d'entrée + + + SqlPackage Command + Commande SqlPackage + + + Standby file + Fichier de secours + + + Start + Début + + + Start IP Address + Adresse IP de début + + + Start Time + Heure de début + + + Start profiling session + Démarrer la session de profilage + + + Start, stop, and remove containers directly from the extension. + Démarrez, arrêtez et supprimez des conteneurs directement depuis l’extension. + + + Started executing query at + Exécution de la requête démarrée à + + + Started query execution for document "{0}" + {0} is the document name + Exécution de la requête démarrée pour le document « {0} » + + + Started saving results to {0} + {0} is the file path + Enregistrement des résultats démarré dans {0} + + + Starting '{0}'... + {0} is the service name + Démarrage en cours de « {0} »… + + + Starting Container... + Conteneur de départ... + + + Starting DAB container + Démarrage en cours du conteneur de générateur d’API de données + + + Starting Docker Desktop + Démarrage en cours de Docker Desktop + + + Starting Docker... + Démarrage de Docker... + + + Starting {0}... + {0} is the container name + Démarrage de {0}... + + + Starts With + Commence par + + + Starts with + Commence par + + + Status + État + + + Status: {0} + {0} is the task status + État : {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + Étape {0} sur {1} + + + Stop + Arrêter + + + Stop session + Arrêter la session + + + Stopped + Arrêtée + + + Stopping Container... + Arrêt du conteneur... + + + Stopping profiler session "{0}"... + {0} is the session name + Arrêt de la session du profileur « {0} » en cours... Merci de patienter. + + + Storage + Stockage + + + Storage Account + Compte de stockage + + + Storage Account is required + Compte de stockage obligatoire + + + Stored Procedure + Procédure stockée + + + Stored Procedures + Procédures stockées + + + Stored procedure GraphQL operation + Opération GraphQL de procédure stockée + + + Stored procedure REST methods + Méthodes REST de procédure stockée + + + Submit + Envoyer + + + Submit an issue + Soumettre un problème + + + Subscription + Abonnement + + + Subscription is required + Un abonnement est obligatoire + + + Subtree Cost + Coût de la sous-arborescence + + + Succeeded + Réussi + + + Succeeded with warning + Réussite avec un avertissement + + + Successfully changed to database: {0} + {0} is the database name + Remplacement correctement effectué par la base de données : {0} + + + Successfully connected to server. + La connexion au serveur a abouti. + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + Jeton actualisé pour la connexion {0} avec l’URI {1}, {2} + + + Successfully saved results to {0} + {0} is the file path + Résultats enregistrés dans {0} + + + Sum + Somme + + + Sum: {0} + {0} is the sum + Somme : {0} + + + Summary + Résumé + + + Summary loading canceled + Chargement du résumé annulé + + + Summary loading was canceled by user + Le chargement du résumé a été annulé par l’utilisateur + + + Switch Direction + Changer de sens + + + Switch Source and Target + Basculer entre la source et la cible + + + Switch between result panes and tabs + Basculer entre les volets de résultats et les onglets + + + Switch results view + Changer d’affichage des résultats + + + Switch to Grid View + Passer au mode Grille + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + Passer à l'affichage en grille ({0}) + + + Switch to MSAL + Basculer vers MSAL + + + Switch to Messages tab + Basculer vers l’onglet Messages + + + Switch to Query Plan tab + Basculer vers l’onglet Plan de requête + + + Switch to Results tab + Basculer vers l’onglet Résultats + + + Switch to Text View + Basculer vers la vue Texte + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + Passer en mode texte ({0}) + + + Switched to {0} + {0} is the connection label + Basculée vers {0} + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + Le basculement vers des conteneurs Linux a été annulé. SQL Server prend uniquement en charge les conteneurs Linux. + + + Synchronous resize + Redimensionnement synchrone + + + System databases + Bases de données système + + + T-SQL + T-SQL + + + Table + Table + + + Table '{0}' already exists + {0} is the table name + La table « {0} » existe déjà + + + Table '{0}' not found + {0} is the table name + Table « {0} » introuvable + + + Table Diagram + Tableau Diagramme + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + L’Explorateur de tables pour « {0} » a des modifications non enregistrées. Voulez-vous les enregistrer ou les ignorer ? + + + Table Name + Nom de la table + + + Table Schema + Schéma de table + + + Table added to schema designer successfully. + Table ajoutée avec succès au concepteur de schémas. + + + Table deleted from schema designer successfully. + La table a bien été supprimée du concepteur de schémas. + + + Table id already exists. + L’ID de table existe déjà. + + + Table must include at least one column. + La table doit contenir au moins une colonne. + + + Table name + Nom de la table + + + Table name cannot be empty + Le nom de table ne peut pas être vide + + + Table name is required + Le nom de table est obligatoire + + + Table updated in schema designer successfully. + La table a bien été mise à jour dans le concepteur de schémas. + + + Tables + Tables + + + Tag keys must be unique. + Les clés d'étiquette doivent être uniques. + + + Tags + Balises + + + Tail-log backup + Sauvegarde de la fin du journal + + + Tail-log backup file + Fichier de sauvegarde de la fin du journal + + + Take Survey + Répondre à une enquête + + + Take tail-log backup before restore + Effectuer la sauvegarde de la fin du journal avant la restauration + + + Target + Cible + + + Target Database + Base de données cible + + + Target Name + Nom de la cible + + + Target Table + Table cible + + + Target: {0} + {0} is the task target location + Cible : {0} + + + Task log is unavailable. + Le journal des tâches n’est pas disponible. + + + Task: {0} + {0} is the task name + Tâche : {0} + + + Tenant + Locataire + + + Tenant ID + ID de locataire + + + Tenant ID is required + L’ID de locataire est obligatoire + + + Tenant is required + Un locataire est obligatoire + + + Terms & Conditions + Conditions générales + + + Test connecting with the current settings + Tester la connexion avec les paramètres actuels + + + Test connection + Tester la connexion + + + Testing connection profile... + Test du profil de connexion... + + + Testing... + Test en cours... Merci de patienter. + + + Text + Texte + + + Text View + Affichage du texte + + + Text tab - displays SQL text data + Onglet de texte : affiche les données de texte SQL + + + The Application (Client) ID of your Microsoft Entra app registration. + ID d’application (client) de l’inscription de votre application Microsoft Entra. + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + Le Profileur de requêtes prend désormais en charge les connexions des Bases de données SQL dans Microsoft Fabric, avec de nouveaux modèles Azure SQL Database, notamment {code-snippet-0} pour un profilage T-SQL léger. + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + L'extension SQL Server n'a pas pu démarrer car son service d'arrière-plan requis n'a pas réussi à se lancer. Installez le fichier VSIX hors ligne correspondant à votre système d'exploitation, ou vérifiez votre connexion réseau et réessayez. Détails : {0} + + + The XEL file was not found. + Le fichier XEL n’a pas été trouvé. + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + Le comportement lorsqu'un utilisateur tente de supprimer une ligne contenant des données impliquées dans une relation de clé étrangère. + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + Le comportement lorsqu'un utilisateur tente de mettre à jour une ligne avec des données impliquées dans une relation de clé étrangère. + + + The client secret for your Microsoft Entra app registration. + Clé secrète client pour l’inscription de votre application Microsoft Entra. + + + The columns of the index. + Les colonnes de l'index. + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + L’ID de connexion « {0} » défini dans « mssql.defaultConnectionId » ne correspond à aucun profil de connexion connu. Les nouveaux éditeurs retourneront vers le transfert de la connexion active. + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + La connexion avec l’ID « {0} » ne dispose pas de la propriété « server » définie et elle est ignorée. Veuillez définir la propriété « server » sur cette connexion pour pouvoir l’utiliser. + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + Le choix de cloud personnalisé n’est pas configuré. Configurez le paramètre « {0} ». + + + The description of the check constraint. + La description de la contrainte de vérification. + + + The description of the foreign key. + Description de la clé étrangère. + + + The description of the index. + La description de l'index. + + + The description of the primary key. + La description de la clé primaire. + + + The expression defining the check constraint. + L'expression définissant la contrainte de vérification. + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + L’extension « {0} » demande actuellement l’accès à vos connexions SQL Server. Cela lui permettra d’exécuter des requêtes et d’accéder à votre base de données. + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + La première valeur doit être inférieure à la deuxième valeur de l'opérateur {0} dans le filtre {1} + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + La première valeur doit être définie pour l'opérateur {0} dans le filtre {1} + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + La propriété « id » est manquante dans les connexions d’espace de travail ou de dossier d’espace de travail suivantes qui sont ignorées. Veuillez ajouter manuellement la propriété « id » à la connexion pour pouvoir l’utiliser. + + {0} + + + The language model did not return any output. + Le modèle de langage n’a retourné aucune sortie. + + + The mapping between foreign key columns and primary key columns. + Le mappage entre les colonnes de clé étrangère et les colonnes de clé primaire. + + + The maximum length (in characters) that can be stored in this database object. + La longueur maximale (en caractères) qui peut être stockée dans cet objet de base de données. + + + The name of the check constraint. + Nom de la contrainte de validation. + + + The name of the column object. + Le nom de l'objet colonne. + + + The name of the column. + Le nom de la colonne. + + + The name of the foreign key. + Nom de la clé étrangère. + + + The name of the index. + Nom de l'index. + + + The query results panel failed to load. Please try running the query again. + Le panneau des résultats de la requête n’a pas pu se charger. Essayez à nouveau d’exécuter la requête. + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + La liste des connexions récentes a été effacée, mais des erreurs se sont produites lors de la suppression de certaines informations d’identification associées. Affichez les erreurs dans le canal de sortie MSSQL. + + + The requested model could not be found. Please check model availability or try a different model. + Le modèle demandé est introuvable. Veuillez vérifier la disponibilité du modèle ou essayez un autre modèle. + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + La deuxième valeur doit être définie pour l'opérateur {0} dans le filtre {1} + + + The selected file is not a valid XEL file. + Le fichier sélectionné n’est pas un fichier XEL valide. + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + Le profil sélectionné s’authentifie en utilisant Entra ID « {0} », mais ce compte n’est pas connecté dans l’extension MSSQL. Modifiez la connexion ou connectez-vous à MSSQL avec ce compte pour vous connecter. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + Le profil sélectionné s'authentifie via Entra ID « {0} » sur le locataire « {1} », mais ce compte n'est pas disponible via la connexion VS Code. Modifiez la connexion ou connectez-vous à VS Code avec ce compte pour vous connecter. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + Le profil sélectionné s’authentifie en utilisant Entra ID « {0} » sur le locataire « {1} », mais ce compte n’est pas connecté dans l’extension MSSQL. Modifiez la connexion ou connectez-vous à MSSQL avec ce compte pour vous connecter. + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + Le profil sélectionné s’authentifie en utilisant Entra ID « {0} », mais ce compte n’est pas disponible via la connexion VS Code. Modifiez la connexion ou connectez-vous à VS Code avec ce compte pour vous connecter. + + + The table which contains the primary or unique key column. + La table qui contient la colonne de clé primaire ou unique. + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + Le service {0} a planté. Détails : {1} + + + There was an error updating the project + Une erreur s’est produite lors de la mise à jour du projet + + + This connection does not have a display name in Azure Data Studio. + Cette connexion n’a pas de nom d’affichage dans Azure Data Studio. + + + This connection's group has not been selected, so this connection will be imported to the root. + Le groupe de cette connexion n’a pas été sélectionné. Cette connexion sera donc importée à la racine. + + + This database name is already in use. Please choose a different name. + Le nom de cette base de données est déjà utilisé. Veuillez choisir un autre nom. + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + Ce message n’a pas pu être traité. Si ce problème persiste, veuillez vérifier les journaux et ouvrir un problème sur GitHub. + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + Cette opération a analysé la structure du fichier d'entrée pour générer l'aperçu ci-dessous pour les 50 premières lignes. + + + This server only supports Microsoft Entra ID authentication. + Ce serveur ne prend en charge que l'authentification Microsoft Entra ID. + + + This server only supports SQL Authentication. + Ce serveur ne prend en charge que l'authentification SQL. + + + This server supports Microsoft Entra ID and SQL Authentication. + Ce serveur prend en charge Microsoft Entra ID et l'authentification SQL. + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + Ce raccourci nécessite le passage du texte sélectionné en tant que paramètre. Sélectionnez du texte dans l’éditeur SQL, puis réexécutez le raccourci. + + + This value was not provided in the Azure Data Studio settings file. + Cette valeur n’a pas été fournie dans le fichier de paramètres Azure Data Studio. + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + Cela déploiera un conteneur Data API builder localement à l'aide de Docker. Le conteneur exposera des API {0} basées sur votre configuration. + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + Cette opération réinitialise la gravité de toutes les règles à leur valeur par défaut et désactive l’option « Activer Code Analysis lors de la génération ». Cette action est irréversible. Souhaitez-vous continuer ? + + + Time + Heure + + + Timestamp + Horodateur + + + To + Label for the end IP address in the firewall rule IP range + À + + + To compare two schemas, first select a source schema and target schema, then press compare. + Pour comparer deux schémas, sélectionnez d’abord un schéma source et un schéma cible, puis appuyez sur comparer. + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + Pour utiliser cette commande, ouvrez un fichier .sql ou remplacez le langage de l’éditeur par « SQL » ou sélectionnez le texte T-SQL dans l’éditeur SQL actif. + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + Pour utiliser cette commande, vous devez définir le langage sur « SQL ». Confirmez pour changer de mode de langage. + + + Toggle Actual Plan + Activer/désactiver le plan réel + + + Toggle Query Result Panel + Activer/désactiver le volet des résultats de la requête + + + Toggle SQLCMD Mode + Activer/désactiver le mode SQLCMD + + + Toggle Sort + Activer ou désactiver le tri + + + Toggle Tooltips + Activer/désactiver les info-bulles + + + Toggle actual execution plan collection for SQL queries + Activer ou désactiver la collection du plan d’exécution réel pour les requêtes SQL + + + Toggle all entities in {0} + {0} is the schema name + Activer/désactiver toutes les entités dans {0} + + + Toggle between grid and text view + Basculer entre la grille et l’affichage texte + + + Toggle columns for {0} + {0} is the entity name + Afficher ou masquer les colonnes pour {0} + + + Toggle dark mode + Activer ou désactiver le mode sombre + + + Toggle filter row + Activer ou désactiver la ligne de filtre + + + Toggle pre-header row + Activer ou désactiver la ligne de pré-en-tête + + + Toggle selection for {0} + {0} is the connection display name + Activer/désactiver la sélection pour {0} + + + Toggle selection for {0} + {0} is the connection group name + Activer/désactiver la sélection pour {0} + + + Toggle sort + Activer/désactiver le tri + + + Toggle sorting for the active column + Activer/désactiver le tri pour la colonne active + + + Token refreshed successfully. + Jeton actualisé avec succès. + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + Recherche d’outil pour : {0} – {1}. + + + Total execution time: {0} + {0} is the elapsed time + Durée totale d’exécution : {0} + + + Total rows to fetch: + Nombre total de lignes à récupérer : + + + Transaction Log + Journal des transactions + + + Transfer active connection (Default) + Transférer la connexion active (par défaut) + + + Truncate the transaction log + Tronquer le journal des transactions + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + Essayez Azure SQL Database sans frais grâce à notre offre de niveau gratuit ! Provisionnez une base de données cloud entièrement gérée directement depuis VS Code. + + + Try adjusting your search or filters + Essayez d'ajuster votre recherche ou vos filtres + + + Try it + Essayer + + + Try searching by command name, description, or keybinding. + Essayez de rechercher par nom de commande, description ou raccourci clavier. + + + Type + Type + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + URL copié dans le presse-papiers + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + Impossible d'acquérir un jeton Microsoft Entra depuis VS Code pour le compte sélectionné : {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + Impossible d'obtenir un jeton valide. (expire le : {0}, mais est actuellement : {1}) + + + Unable to determine the server authentication type. + Impossible de déterminer le type d'authentification du serveur. + + + Unable to execute the command while the extension is initializing. Please try again later. + Impossible d’exécuter la commande pendant l’initialisation de l’extension. Veuillez réessayer plus tard. + + + Unable to expand. Please check logs for more information. + Impossible de développer. Pour plus d’informations, consultez les journaux. + + + Unable to load backup configuration. Please try again. + Impossible de charger la configuration de sauvegarde. Veuillez réessayer. + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + Nous ne pouvons pas charger la liste des bases de données à partir du serveur : {0} Vous pouvez entrer directement le nom de la base de données. + + + Unable to open Table Explorer: No target node provided. + Impossible d’ouvrir l’Explorateur de tables : aucun nœud cible fourni. + + + Unable to read proxy agent options. + Impossible de lire les options de l'agent proxy. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + Impossible de récupérer la liste des bases de données. Vous n'avez peut-être pas l'autorisation de lister les bases de données sur ce serveur. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + Impossible de récupérer la liste des bases de données. Vous n'avez peut-être pas l'autorisation de lister les bases de données sur ce serveur. Si votre connexion spécifie une base de données, celle-ci sera présélectionnée. + + + Unavailable for backups to existing files + Non disponible pour les sauvegardes sur des fichiers existants + + + Understand and document business logic embedded in stored procedures, views, and functions + Comprendre et documenter la logique professionnelle intégrée dans les procédures, fonctions et affichages stockés + + + Undo + Annuler + + + Undo All + Tout annuler + + + Undo All Copilot Changes + Annuler toutes les modifications de Copilot + + + Unfreeze columns + Libérer les colonnes + + + Unfreeze columns/rows + Libérer les colonnes/lignes + + + Unknown + Inconnu + + + Unknown Connection + Connexion inconnue + + + Unknown account + Compte inconnu + + + Unknown deployment step: {0} + {0} is the deployment step number + Étape de déploiement inconnue : {0} + + + Unknown error + Erreur inconnue + + + Unknown magic command: %%{0} + {0} is the magic command name + Commande magique inconnue : %%{0} + + + Unknown object management dialog. + Boîte de dialogue de gestion d’objet inconnue. + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + Opération inconnue : {0}. Opérations prises en charge : add_table, update_table, delete_table, replace_schema, get_schema + + + Unknown tenant ID + ID de locataire inconnu + + + Unnamed Profile + Profil sans nom + + + Unsaved Changes + Modifications non enregistrées + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + Architecture non prise en charge pour Docker : {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + Type d’authentification non prise en charge dans la chaîne de connexion : {0}. Seules les authentifications SQL Login, intégrée, Azure MFA et Active Directory Default sont prises en charge. + + + Unsupported by Data API builder. + Non pris en charge par le générateur d’API de données. + + + Unsupported data types detected + Des types de données non prises en charge ont été détectées + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + Plateforme non prise en charge pour Docker : {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + Jusqu'à 10 bases de données avec 100 000 secondes vCore, 32 Go de stockage et des sauvegardes renouvelées mensuellement. + + + Update + Mettre à jour + + + Update Database + Mettre à jour la base de données + + + Update Script + Mettre à jour le script + + + Updating IntelliSense... + Mise à jour d’IntelliSense... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + Les limites d’utilisation sont dépassées. Réessayez plus tard ou envisagez d’optimiser vos demandes. + + + Use Microsoft Entra ID authentication to provision and connect to this database. + Utilisez l'authentification Microsoft Entra ID pour provisionner cette base de données et vous y connecter. + + + Use SQL Authentication with a valid username and password. + Utilisez l'authentification SQL avec un nom d'utilisateur et un mot de passe valides. + + + Use T-SQL intellisense and syntax error checking on current document + Utiliser T-SQL IntelliSense et la vérification des erreurs de syntaxe sur le document actuel + + + Use discount code {0} to save €200 on registration. + Utilisez le code de réduction {0} pour économiser 200 € lors de l’inscription. + + + Use encryption for this backup + Utiliser le chiffrement pour cette sauvegarde + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + Utiliser le format : AAAA-MM-JJ HH:mm:ss[.SSS] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + Utilisez du langage naturel pour concevoir des schémas de base de données directement dans le Concepteur visuel de schémas. Créez des schémas à partir de zéro, faites évoluer des conceptions existantes, examinez les modifications via une vue de diff et importez des artefacts externes — le tout affiché en temps réel dans le diagramme visuel et le script T-SQL. + + + Use the default server setting + Utiliser le paramètre du serveur par défaut + + + Use {0} to create a new connection. + {0} is the connect command + Utilisez {0} pour créer une connexion. + + + Used in API routes and responses + Utilisé dans les routes et réponses de l’API + + + User + Utilisateur(-trice) + + + User ID + Identifiant utilisateur + + + User Name + Nom d’utilisateur + + + User databases + Bases de données utilisateur + + + User name + Nom d’utilisateur + + + User name (SQL Login) + Nom d’utilisateur (connexion SQL) + + + User name is required + Le nom d’utilisateur est obligatoire + + + Username + Nom d’utilisateur + + + Username is required + Nom d’utilisateur est nécessaire + + + Uses the WITH KEEP_REPLICATION option during restore + Utilise l’option WITH KEEP_REPLICATION lors de la restauration + + + Uses the WITH NORECOVERY option during restore + Utilise l’option WITH NORECOVERY pendant la restauration + + + Uses the WITH REPLACE option during restore + Utilise l’option WITH REPLACE pendant la restauration + + + Uses the WITH RESTRICTED_USER option during restore + Utilise l’option WITH RESTRICTED_USER lors de la restauration + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + Utilisation en cours de {0} ({1})... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + Utilisation de {0} pour traiter votre demande... + + + Validation failed + La validation a échoué + + + Validation failed. Please check your inputs + La validation a échoué. Veuillez vérifier vos saisies + + + Value + Valeur + + + Value is required + La valeur est obligatoire + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + Les valeurs vectorielles sont en lecture seule dans cet éditeur. Utilisez T-SQL pour modifier la valeur ou régénérer l’incorporation. + + + Verify a container image by using the Notation CLI + Vérifiez une image de conteneur à l’aide de l’interface CLI Notation + + + Verify backup when finished + Vérifier la sauvegarde une fois terminée + + + Verifying Docker engine is ready + Vérification en cours de la disponibilité du moteur Docker + + + Verifying Docker is installed on your system + Nous vérifions actuellement que Docker est installé sur votre système + + + Verifying the API is ready to accept requests + Nous vérifions actuellement que l’API est prête à accepter des requêtes + + + Very Dissatisfied + Très mécontent + + + Very Satisfied + Très satisfait + + + View + Afficher + + + View Config + Voir la configuration + + + View More + Afficher plus + + + View Swagger + Afficher Swagger + + + View Table Diagram + Afficher le diagramme de la table + + + View known issues + Afficher les problèmes connus + + + View mssql for Visual Studio Code release notes? + Afficher l’extension MSSQL pour les notes de publication Visual Studio Code ? + + + View roadmap + Afficher la feuille de route + + + View settings + Afficher les paramètres + + + View the estimated query execution plan + Afficher le plan d’exécution de requête estimé + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + Affichez, modifiez, ajoutez et supprimez des lignes de tableau dans une grille interactive avec une validation en temps réel et un aperçu en direct des scripts DML. + + + View/configure keybinding + Afficher/configurer la combinaison de touches + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + Afficher/configurer la combinaison de touches pour {0} + + + View: + Afficher : + + + Views + Affichages + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + Visual Studio Code doit être relancé pour que ce paramètre entre en vigueur. Veuillez recharger Visual Studio Code. + + + Visualize and Design Schema + Visualiser et concevoir un schéma + + + WHERE + WHERE + + + Warehouse + Warehouse + + + Warning + Avertissement + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + Avertissement : L’ensemble de résultats est incomplet. Affichage {0} de {1} lignes. Impossible de charger l'ensemble des résultats. + + + Warnings + Avertissements + + + Warnings detected. Please review the changes. + Avertissements détectés. Veuillez examiner les modifications. + + + Watch demo + Regarder la démo + + + Watch demos on YouTube + Regarder des démonstrations sur YouTube + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + Nous ne trouvons pas l’emplacement de Docker Desktop sur votre ordinateur. Veuillez démarrer le bureau Docker manuellement et réessayez. + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + Nous n’avons pas pu nous connecter à l’aide des informations de connexion actuelles. Voulez-vous essayer de vous connecter à nouveau ou modifier le profil de connexion ? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + Nous sommes ravis que vous appréciez MSSQL pour VS Code ! Pensez à laisser un petit commentaire dans la Place de marché VS Code. + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + La vue web « {0} » n’a pas été prête dans un délai de {1} ms + + + Webview was disposed before it became ready + La vue web a été supprimée avant qu’elle soit prête + + + What I can do for you: + Ce que je peux faire pour vous : + + + What can we do to improve? + Que pouvons-nous faire pour nous améliorer ? + + + What's next? + Quelle est la prochaine étape ? + + + Width cannot be 0 or negative + La largeur ne peut pas être nulle ou négative + + + Windows Authentication + Authentification Windows + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + Fonctionne avec VS Code/SSMS et utilise l’authentification Microsoft Entra ainsi que les contrôles d’accès Fabric. + + + Workspace + Espace de travail + + + Workspace is required + L'espace de travail est obligatoire + + + Write a review + Écrire une évaluation + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + Écrivez et exécutez des requêtes SQL dans des blocs-notes Jupyter natifs de Visual Studio Code avec des résultats interactifs, des fonctions de tri, le filtrage et la documentation Markdown. + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + Rédiger, optimiser et résoudre les problèmes des requêtes SQL avec des améliorations recommandées par IA + + + YYYY-MM-DD HH:mm:ss + AAAA/MM/JJ HH:mm:ss + + + Yes + Oui + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + Vous êtes sur le point de déployer sur une base de données existante. Cette opération modifiera définitivement le schéma de la base de données et peut entraîner une perte de données. Voulez-vous continuer ? + + + You are not connected to any database. + Vous n’êtes connecté à aucune base de données. + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + Vous voyez ce message, car vous avez mis à jour l’extension MSSQL vers la version {0}. + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + Vous avez capturé des événements Profiler qui n’ont pas été exportés. Si vous fermez maintenant, vous perdrez tous les événements capturés. Voulez-vous les exporter vers un fichier CSV ? + + + You have unsaved changes. Do you want to save before closing? + Vous avez des modifications non enregistrées. Voulez-vous enregistrer avant de fermer ? + + + You must accept the license + Vous devez accepter la licence + + + You must be signed into Azure in order to browse SQL databases. + Vous devez être connecté à Azure pour parcourir des bases de données SQL. + + + You must be signed into Fabric in order to browse SQL databases. + Vous devez être connecté à Fabric pour parcourir des bases de données SQL. + + + You must review and accept the terms to proceed + Vous devez lire et accepter les conditions pour continuer + + + Your API is available at: + Votre API est disponible à l’adresse : + + + Your APIs are available at the following endpoints: + Vos API sont disponibles sur les points de terminaison suivants : + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + Votre moteur Docker exécute actuellement des conteneurs Windows. SQL Server prend uniquement en charge les conteneurs Linux. Voulez-vous basculer vers des conteneurs Linux ? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + Votre compte doit s’authentifier à nouveau pour accéder aux ressources {0}. Appuyez sur Ouvrir pour démarrer le processus d’authentification. + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + L’adresse IP de votre client « {0} » n’a pas accès au serveur « {1} » auquel vous tentez de vous connecter. Voulez-vous créer une règle de pare-feu ? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + L’adresse IP de votre client n’a pas accès au serveur. Ajoutez un compte Microsoft Entra et créez une nouvelle règle de pare-feu pour activer l’accès. + + + Your current IP {0} will be added automatically. + {0} is the current IP address + Votre adresse IP {0} actuelle sera ajoutée automatiquement. + + + Your database will continue running after the free offer limit and you will be charged for overages. + Votre base de données continuera de fonctionner au-delà de la limite de l'offre gratuite, et les dépassements vous seront facturés. + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + Votre mot de passe doit contenir des caractères appartenant au moins à trois des catégories suivantes – lettres majuscules, minuscules, chiffres (0-9) et caractères spéciaux (!, $, #, %, etc.). + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + Votre locataire « {0} ({1}) » exige une nouvelle authentification pour accéder aux ressources {2}. Appuyez sur Ouvrir pour démarrer le processus d’authentification. + + + Zone-redundant backup storage + Stockage de sauvegarde redondant interzone + + + Zoom In + Zoom avant + + + Zoom Out + Zoom arrière + + + Zoom to Fit + Zoom pour ajuster + + + [Optional] Database to connect (press Enter to connect to <default> database) + [Facultatif] Base de données à laquelle se connecter (appuyez sur Entrée pour vous connecter à la base de données <par défaut>) + + + [Optional] Enter a display name for this connection profile + [Facultatif] Entrer un nom d’affichage pour ce profil de connexion + + + [Read-only] Pre-filled from the server properties. + [Lecture seule] Prérempli à partir des propriétés du serveur. + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + et + + + authenticationType + authenticationType + + + contains + contient + + + database + base de données + + + default + défaut + + + delete the saved connection: {0}? + {0} is the connection name + supprimer la connexion enregistrée : {0} ? + + + does not contain + ne contient pas + + + encrypt + chiffrer + + + ends with + se termine par + + + equals + est égal à + + + greater than + supérieur à + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + hostname\instance or <server>.database.windows.net ou chaîne de connexion ADO.NET + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + n’est pas nul + + + is null + est nul + + + items + éléments + + + items per page + éléments par page + + + items selected + éléments sélectionnés + + + less than + moins que + + + location + emplacement + + + macOS Sierra or newer is required to use this feature. + La version macOS Sierra ou ultérieure est obligatoire pour utiliser cette fonctionnalité. + + + none selected + aucune sélection + + + not equals + différent de + + + of + sur + + + or + ou + + + profiler_events + profiler_events + + + resource group + groupe de ressources + + + server + serveur + + + starts with + commence par + + + subscription + abonnement + + + test + test + + + undefined + non défini + + + untitled + sans titre + + + updatingIntelliSense + updatingIntelliSense + + + vCores + cœurs virtuels + + + value + valeur + + + x of y selected + x sur y sélectionné(s) + + + {0} (Current Account) + {0} is the account display name + {0} (compte actuel) + + + {0} (filtered) + {0} (filtré) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1}%) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1} %) : {2} + + + {0} accounts + {0} is the number of accounts + {0} comptes + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + {0} action pour {1} + + + {0} change(s) + {0} is the number of changes + {0} modification(s) + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0} a changé de « {1} » à « {2} » + + + {0} changes + {0} is the number of property changes + {0} modifications + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + Échantillon de couleur {0} ({1}) + + + {0} column data + {0} is the number of columns + Données de {0} colonnes + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + {0} groupe de connexion importé + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + {0} groupes de connexion importés + + + {0} connection imported + {0} is the number of connections imported (singular) + {0} connexion importée + + + {0} connections imported + {0} is the number of connections imported (plural) + {0} connexions importées + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {0} contient des types de colonnes non pris en charge par générateur d’API de données : {1} + + + {0} deleted successfully. + {0} deleted successfully. + La suppression de {0} a correctement réussi. + + + {0} errors + {0} is the number of errors + {0} erreurs + + + {0} events + {0} is the number of events + {0} événements + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} a été fermé. Voulez-vous le restaurer ? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + {0} comptes Entra invalides ont été supprimés; vous devrez peut-être exécuter « MS SQL : Effacer le cache de jetons de compte Microsoft Entra » et vous reconnecter. + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} est une colonne de clé primaire et ne peut pas être désactivée. + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} n’est pas activé globalement + + + {0} issue + {0} is the number of issues + {0} problème + + + {0} issues + {0} is the number of issues + {0} problèmes + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} doit définir un ou plusieurs champs de clé à utiliser avec générateur d’API de données + + + {0} objects found + {0} is the number of objects found + {0} objets trouvés + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0} sur {1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + {0} groupes de connexions sélectionnés sur {1}. + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + {0} connexions sélectionnées sur {1} + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + {0} sur {1} activé(s) + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {0} sur {1} règles + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0} sur {1} locataires + + + {0} password doesn't match the confirmation password + Le mot de passe {0} ne correspond pas au mot de passe de confirmation + + + {0} properties + {0} is the object type + {0} propriétés + + + {0} query + {0} is the Quick Query shortcut name + Requête {0} + + + {0} rows + {0} is the number of rows + {0} lignes + + + {0} rows returned + {0} is the number of rows returned + {0} lignes retournées + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + {0} lignes sélectionnées, cliquez pour charger le résumé + + + {0} rules + {0} is the number of code analysis rules + {0} règles + + + {0} selected + {0} is the number of selected filter values + {0} sélectionnée(s) + + + {0} selected + {0} is the number of selected rows + {0} sélectionnées + + + {0} setting imported + {0} is the number of settings imported (singular) + {0} paramètre importé + + + {0} settings imported + {0} is the number of settings imported (plural) + {0} paramètres importés + + + {0} started successfully. + {0} started successfully. + {0} a démarré correctement. + + + {0} stopped successfully. + {0} stopped successfully. + {0} s’est arrêté avec succès. + + + {0} warnings + {0} is the number of warnings + {0} avertissements + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0} {1} problème + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0} {1} problèmes + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0}, +{1} autres + + + {0}. {1} + {0} is the status +{1} is the message + {0}. {1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + {0}/{1} événements + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0} : {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0} : {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0} : {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0} : {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0} : {1}. {2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0} j {1} h + + + {0}h + {0} is the number of hours + {0} h + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0} h {1} min + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0} h {1} min + + + {0}m + {0} is the number of minutes + {0} m + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0} min {1} s + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0} min {1} s + + + {0}ms + {0} is the number of milliseconds + {0} ms + + + {0}ms + {0} is the elapsed time in milliseconds + {0} ms + + + {0}s + {0} is the number of seconds + {0} s + + + {0}s + {0} is the elapsed time in seconds + {0} s + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ Octroyer l’accès + + + ✅ Grant Access (Current) + ✅ Octroyer l’accès (actuel) + + + ❌ Deny Access + ❌ Refuser l’accès + + + ❌ Deny Access (Current) + ❌ Refuser l’accès (actuel) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 Je suis l’extension GitHub Copilot pour MSSQL, votre assistant intelligent de développement SQL dans Visual Studio Code. Je vous aide à connecter, explorer, concevoir et faire évoluer vos bases de données SQL directement depuis VS Code. + + + + + + + Add Connection + Ajouter une connexion + + + Add Connection Group + Ajouter un groupe de connexion + + + Add Microsoft Entra Account + Ajouter un compte Microsoft Entra + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + Permet aux utilisateurs de se connecter à des appareils soumis à des contraintes d’entrée. + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + Connectez toujours les nouveaux éditeurs et les fichiers SQL ouverts à la connexion spécifiée par `mssql.defaultConnectionId`. + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + Un délai d’expiration de 0 indique une attente illimitée (aucun délai d’expiration) + + + Analyze Query Performance + Analyser les performances des requêtes + + + Application Intent + Intention de l’application + + + Automatically display query results in a new tab instead of the query pane. + Afficher automatiquement les résultats de la requête dans un nouvel onglet au lieu du volet de requête. + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + Affichez automatiquement le panneau des résultats lors du passage à un éditeur contenant les résultats de la requête. Ne s’applique que si l’option « Ouvrir les résultats dans un onglet » est activée. + + + Azure MFA + Authentification multifacteur Azure + + + Background Tasks + Tâches en arrière-plan + + + Backup Database... + Base de données de Sauvegarde Microsoft Azure... + + + Build Data API... + Générer API Données... + + + Cancel Connection (MSSQL) + Annuler la connexion (MSSQL) + + + Cancel Query (MSSQL) + Annuler une requête (MSSQL) + + + Cancel Task + Annuler la tâche + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + Portez la connexion de l’éditeur actif jusqu’aux onglets d’éditeur de requête et les fichiers SQL nouvellement ouverts. + + + Change Connection (MSSQL) + Changer la connexion (MSSQL) + + + Change Database (MSSQL) + Modifier la base de données (MSSQL) + + + Change Notebook Connection + Modifier la connexion du bloc-notes + + + Change Notebook Database + Modifier la base de données des blocs-notes + + + Choose SQL handler for this file + Choisir le gestionnaire SQL pour ce fichier + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + Choisissez comment les colonnes de la grille de résultats sont dimensionnées automatiquement (en-têtes + données, données uniquement ou désactiver le dimensionnement automatique). + + + Chooses which Authentication method to use + Choisit la méthode d’authentification à utiliser. + + + Clear All Connection Sharing Permissions + Effacer toutes les autorisations de partage de connexion + + + Clear All Query History + Effacer tout l’historique des requêtes + + + Clear Filters + Effacer les filtres + + + Clear Finished Tasks + Effacer les tâches terminées + + + Clear Microsoft Entra account token cache + Effacer le cache des jetons du compte Microsoft Entra + + + Clear Pooled Connections + Effacer les connexions groupées + + + Command Timeout + Délai d’expiration de la commande + + + Compare Schemas... + Comparer les schémas... + + + Configure up to 10 Quick Queries that execute from commands. + Configurez jusqu’à 10 Requêtes rapides qui s’exécutent à partir de commandes. + + + Connect (MSSQL) + Se connecter (MSSQL) + + + Connect to a SQL Database + Se connecter à une base de données SQL + + + Connection Dialog + Boîte de dialogue de connexion + + + Connection Timeout + Délai d’expiration de la connexion + + + Connection groups + Groupes de connexions + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + Les profils de connexion définis dans « Paramètres utilisateur » apparaissent sous la commande « MS SQL: Connect » dans la palette de commandes. + + + Connections + Connexions + + + Control which grid lines are visible in the results grid. + Contrôlez quelles lignes de grille sont visibles dans la grille de résultats. + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + Permet de contrôler la façon dont les nouvelles fenêtres de l’éditeur SQL et les fichiers SQL ouverts sont connectés automatiquement. + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + Contrôle le nombre maximal de lignes autorisées pour effectuer le filtrage et le tri en mémoire. Si ce nombre est dépassé, le tri et le filtrage sont désactivés. Avertissement : l’augmentation de cette valeur peut avoir un impact sur les performances. + + + Copy All + Copier tout + + + Copy Cell Messages + Messages de cellule à copier + + + Copy Connection String + Copier la chaîne de connexion + + + Copy Object Name + Copier le nom de l’objet + + + Create Azure Function with SQL binding + Créer une fonction Azure avec une liaison SQL + + + Create a Table with Table Designer + Créer une table avec le Concepteur de tables + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + Créez une table dans votre base de données ou modifiez les tables existantes à l’aide du concepteur de tables. +Une fois vos modifications terminées, cliquez sur le bouton « Publier » pour envoyer les modifications à votre base de données. + + + DACPAC/BACPAC Operations... + Opérations DACPAC/BACPAC... + + + Default view mode for query results display. + Mode d’affichage par défaut pour l’affichage des résultats de la requête. + + + Delete + Supprimer + + + Delete Connection Group + Supprimer un groupe de connexion + + + Delete SQL Container + Supprimer le conteneur SQL + + + Deploy DACPAC + Déployer DACPAC + + + Disable Actual Plan (MSSQL) + Désactiver le plan réel (MSSQL) + + + Disable Group By Schema + Désactiver Grouper par schéma + + + Disable automatic column sizing + Désactiver le dimensionnement automatique des colonnes + + + Disabled + Désactivé + + + Disconnect (MSSQL) + Se déconnecter (MSSQL) + + + Display name for this Quick Query. + Nom d’affichage de cette Requête rapide. + + + Display results in a formatted text format. + Afficher les résultats dans un format de texte formaté. + + + Display results in a tabular grid format (default) + Afficher les résultats dans un format de grille tabulaire (par défaut) + + + Do not auto-connect. You must connect each SQL file manually. + Ne vous connectez pas automatiquement. Vous devez connecter chaque fichier SQL de façon manuelle. + + + Do not show prompts to display query results in a new tab. + Ne pas afficher les invites pour afficher les résultats de la requête dans un nouvel onglet. + + + Drop Database... + Abandonner la base de données... + + + Edit Connection Group + Modifier le groupe de connexion + + + Edit Connection Sharing Permissions + Modifier les autorisations de partage de connexion + + + Edit Connection... + Modifier la connexion... + + + Edit Table Data... + Modifier les données du tableau... + + + Enable Actual Plan (MSSQL) + Activer le plan réel (MSSQL) + + + Enable Group By Schema + Activer Grouper par schéma + + + Enable Parameterization for Always Encrypted + Activer la paramétrisation pour Always Encrypted + + + Enable Query History Capture + Activer la capture de l’historique des requêtes + + + Enable SET ANSI_DEFAULTS + Activer SET ANSI_DEFAULTS + + + Enable SET ANSI_NULLS + Activer SET ANSI_NULLS + + + Enable SET ANSI_NULL_DFLT_ON + Activer SET ANSI_NULL_DFLT_ON + + + Enable SET ANSI_PADDING + Activer SET ANSI_PADDING + + + Enable SET ANSI_WARNINGS + Activer SET ANSI_WARNINGS + + + Enable SET ARITHABORT option + Activer l’option SET ARITHABORT + + + Enable SET CURSOR_CLOSE_ON_COMMIT + Activer SET CURSOR_CLOSE_ON_COMMIT + + + Enable SET DEADLOCK_PRIORITY option + Activer l’option SET DEADLOCK_PRIORITY + + + Enable SET IMPLICIT_TRANSACTIONS + Activer SET IMPLICIT_TRANSACTIONS + + + Enable SET LOCK TIMEOUT option (in milliseconds) + Activer l’option SET LOCK TIMEOUT (en millisecondes) + + + Enable SET NOCOUNT option + Activer l’option SET NOCOUNT + + + Enable SET NOEXEC option + Activer l’option SET NOEXEC + + + Enable SET PARSEONLY option + Activer l’option SET PARSEONLY + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + Activer SET QUERY_GOVERNOR_COST_LIMIT + + + Enable SET QUOTED_IDENTIFIER + Activer SET QUOTED_IDENTIFIER + + + Enable SET STATISTICS IO option + Activer l’option SET STATISTICS IO + + + Enable SET STATISTICS TIME option + Activer l’option SET STATISTICS TIME + + + Enable SET TRANSACTION ISOLATION LEVEL option + Activer l’option SET TRANSACTION ISOLATION LEVEL + + + Enable SET XACT_ABORT ON option + Activer l’option SET XACT_ABORT ON + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + Activer l'alternance des couleurs de fond des lignes (effet zébré) dans la grille de résultats. La couleur est dérivée du thème VS Code actuel. + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + Activez les boutons d'expansion/réduction dans les nœuds de table du Schéma Designer lorsque les tables comportent plus de 10 colonnes + + + Enabled + Activé + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + Permet le groupement des connexions pour améliorer le niveau de performance global de connectivité. Ce paramètre est désactivé par défaut. Visual Studio Code doit être relancé lorsque la valeur est modifiée. Pour effacer les connexions groupées, exécutez la commande : « MS SQL : effacer les connexions groupées ». Remarque : cela peut maintenir les bases de données serverless actives et empêcher la mise en pause automatique. + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + Active les fonctionnalités expérimentales dans l’extension MSSQL. Les fonctionnalités ne sont pas prêtes pour la production et peuvent présenter des bogues ou des problèmes. Veuillez redémarrer Visual Studio Code après avoir modifié ce paramètre. + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + Active l’expérience de grille des résultats de la requête en préversion avec une gestion améliorée de l’état et davantage d’options de personnalisation des colonnes, notamment l’affichage, le masquage et le blocage des colonnes. + + + Estimated Plan (MSSQL) + Plan estimé (MSSQL) + + + Execute Query (MSSQL) + Exécuter la requête (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + Exécuter la sélection ou l’instruction actuelle (MSSQL) + + + Explain Query + Expliquer la requête + + + Export BACPAC + Exporter BACPAC + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + Rembourrage vertical supplémentaire, exprimé en pixels, ajouté à chaque ligne de la grille de résultats et contrôlant la densité des lignes. Plage valide : 0-10. + + + Extract DACPAC + Extraire DACPAC + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + Familiarisez-vous avec d’autres fonctionnalités de l’extension MSSQL qui peuvent vous permettre d’améliorer votre productivité. + + + Filter + Filtre + + + Filter your Object Explorer Tree + Filtrer l’arborescence de votre Explorateur d’objets + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + Générer le script + + + Get Started with MSSQL for Visual Studio Code + Prise en main de MSSQL pour Visual Studio Code + + + Getting Started Guide + Guide de démarrage + + + Hide all grid lines + Masquer toutes les lignes de grille + + + Import BACPAC + Importer BACPAC + + + Import Data... + Importer des données... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + Lancer le profileur de requêtes... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + Créez une connexion à une base de données SQL ou modifiez les connexions existantes à l’aide de la boîte de dialogue de connexion. +Vous pouvez vous connecter à une base de données en entrant vos informations de connexion, en utilisant une chaîne de connexion ou en parcourant vos abonnements Azure. +[Ouvrir la boîte de dialogue de connexion](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + Gérer les profils de connexion + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + Nombre maximal de caractères à stocker pour chaque valeur dans les colonnes XML après l’exécution d’une requête. Valeur par défaut : 2 097 152. Plage de valeurs valide : 1 à 2 147 483 647. + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + Nombre maximal de caractères/octets à stocker pour chaque valeur dans les colonnes de caractères/binaires après l’exécution d’une requête. Valeur par défaut : 65 535. Plage de valeurs valides : 1 à 2 147 483 647. + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + Nombre maximal d’événements à conserver en mémoire pour Profiler. Lorsque cette limite est atteinte, les événements antérieurs sont supprimés. Augmentez cette valeur si vous devez conserver d’autres d’événements pendant les sessions de profilage. + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + Nombre maximal d’anciens fichiers ayant dépassé mssql.logRetentionMinutes à supprimer au démarrage. Les fichiers qui ne sont pas nettoyés du fait de cette limitation le sont au prochain démarrage d’Azure Data Studio. + + + Maximum number of rows to return before the server stops processing your query. + Nombre maximal de lignes à retourner avant que le serveur arrête le traitement de votre requête. + + + Maximum size of text and ntext data returned from a SELECT statement + Taille maximale des données text et ntext retournées par une instruction SELECT + + + Migrate from Azure Data Studio + Migrer depuis Azure Data Studio + + + Modify Table Structure... + Modifier la structure du tableau... + + + New Database... + Nouvelle base de données... + + + New Deployment + Nouveau déploiement + + + New Query + Nouvelle requête + + + New Query + Nouvelle requête + + + New SQL Notebook + Nouveau Notebook SQL + + + New Table + Nouvelle table + + + Next Steps with MSSQL for Visual Studio Code + Étapes suivantes avec MSSQL pour Visual Studio Code + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + Nombre de minutes de conservation des fichiers journaux pour les services de back-end. La durée par défaut est 1 semaine. + + + Number of query history entries to show in the Query History view + Nombre d’entrées d’historique des requêtes à afficher dans la vue Historique des requêtes + + + Object Explorer filters + Filtres d’Explorateur d’objets + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + Affichez uniquement les objets de base de données les plus importants en appliquant des filtres à l’arborescence de l’Explorateur d’objets. +Commencez par cliquer sur le bouton de filtre à côté de la plupart des dossiers dans la vue Connexions. + + + Open Changelog + Ouvrir le journal des modifications + + + Open Execution Plan File + Ouvrir le fichier de plan d’exécution + + + Open New Query and Connect + Ouvrir une nouvelle requête et se connecter + + + Open Query + Ouvrir la requête + + + Open Query History in Command Palette + Ouvrir Historique des requêtes dans la palette de commandes + + + Open Query Profiler (Preview) XEL File + Ouvrir le fichier XEL du profileur de requête (préversion) + + + Open Shortcuts Configuration + Ouvrir la configuration des raccourcis + + + Open Task Result + Ouvrir le résultat de la tâche + + + Open in GitHub Copilot Agent + Ouvrir dans GitHub Copilot Agent + + + Open in GitHub Copilot Chat + Ouvrir dans GitHub Copilot Chat + + + Open in MSSQL extension + Ouvrir dans l’extension MSSQL + + + Pause Query History Capture + Suspendre la capture de l'historique des requêtes + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + Empêcher l'exécution automatique des scripts (par exemple, « Sélectionner les 1 000 premiers »). Lorsque cette option est activée, les scripts ne seront pas exécutés automatiquement lors de la génération. + + + Prompts users to sign in using their browser. + Invite les utilisateurs à se connecter à l’aide de leur navigateur. + + + Query History + Historique des requêtes + + + Query Results + Résultats de la requête + + + Query editor and query results pane + Éditeur de requête et volet des résultats de requête + + + Query plan visualization + Visualisation d’un plan de requête + + + Refresh + Actualiser + + + Refresh IntelliSense Cache + Actualiser le cache IntelliSense + + + Remove Connection + Supprimer la connexion + + + Remove Microsoft Entra Account + Supprimer le compte Microsoft Entra + + + Rename Database... + Renommer la base de données... + + + Replication + Réplication + + + Restore Database... + Restaurer la base de données... + + + Reveal Query Result (MSSQL) + Afficher les résultats de la requête (MSSQL) + + + Rewrite Query + Réécrire la requête + + + Run Query + Exécuter la requête + + + Run Quick Query 1 + Exécuter Requête rapide 1 + + + Run Quick Query 10 + Exécuter Requête rapide 10 + + + Run Quick Query 2 + Exécuter Requête rapide 2 + + + Run Quick Query 3 + Exécuter Requête rapide 3 + + + Run Quick Query 4 + Exécuter Requête rapide 4 + + + Run Quick Query 5 + Exécuter Requête rapide 5 + + + Run Quick Query 6 + Exécuter Requête rapide 6 + + + Run Quick Query 7 + Exécuter Requête rapide 7 + + + Run Quick Query 8 + Exécuter Requête rapide 8 + + + Run Quick Query 9 + Exécuter Requête rapide 9 + + + Run a SQL Query + Exécuter une requête SQL + + + SQL Container Name + Nom du conteneur SQL + + + SQL Container Version + Version du conteneur SQL + + + SQL Server Extended Events Log + Journal des événements étendus de SQL Server + + + SQL Tools (MSSQL) + Outils SQL (MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + Texte SQL pour cette Requête rapide. Utilisez {arg} pour insérer le texte éditeur-de-requête sélectionné, sinon, il est ajouté. + + + Script as Alter + Script de modification + + + Script as Create + Script de création + + + Script as Drop + Script de suppression + + + Script as Execute + Script d’exécution + + + Search Database Objects... + Recherche d'objets dans la base de données... + + + Select Top 1000 + Sélectionnez les 1 000 premiers + + + Selected Azure subscriptions for browsing and managing servers and databases + Abonnements Azure sélectionnés pour la navigation et la gestion des serveurs et des bases de données + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + Espaces de travail Microsoft Fabric sélectionnés pour la navigation et la gestion des bases de données SQL + + + Send Feedback + Envoyer des commentaires + + + Set the font family for the results grid; set to blank to use the editor font + Définissez la famille de polices de la grille de résultats, laissez vide pour utiliser la police de l’éditeur + + + Set the font size for the results grid; set to blank to use the editor size + Définir la taille de police de la grille de résultats, laisser vide pour utiliser la taille de l’éditeur + + + Shortcuts handled inside MSSQL views + Raccourcis gérés dans les vues MSSQL + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + Spécifie si les colonnes BIT doivent être affichées comme des nombres (1 ou 0). Si la valeur est « false », les colonnes BIT sont affichées sous la forme « true » ou « false » + + + Should IntelliSense be enabled + Spécifie si IntelliSense doit être activé + + + Should IntelliSense error checking be enabled + Spécifie si la vérification des erreurs IntelliSense doit être activée + + + Should IntelliSense quick info be enabled + Spécifie s’il faut activer Info express dans IntelliSense + + + Should IntelliSense suggestions be enabled + Spécifie si les suggestions IntelliSense doivent être activées + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + Les informations d’identification personnelle (PII) doivent-elles être enregistrées dans le canal de sortie Azure Logs et le fichier journal du canal de sortie. + + + Should Query History feature be enabled + La fonctionnalité Historique des requêtes doit-elle être activée ? + + + Should language service be auto-disabled when extension detects Non-MSSQL files + Spécifier si le service de langage doit être désactivé automatiquement lorsque l’extension détecte les fichiers non-MSSQL + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + Spécifie si les sélections de résultat de requête et les positions de défilement doivent être enregistrées lors du passage d’un onglet à l’autre (peut impacter les performances) + + + Show both horizontal and vertical grid lines + Afficher les lignes de grille horizontales et verticales + + + Show changelog after extension updates + Afficher le journal des modifications après les mises à jour de l’extension + + + Show only horizontal grid lines + Afficher uniquement les lignes de grille horizontales + + + Show only vertical grid lines + Afficher uniquement les lignes de grille verticales + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + Affichez les détails de la connexion SQL active sous forme de suggestion CodeLens en haut de l’éditeur pour une visibilité rapide. + + + Sort and Filter Query Results + Trier et filtrer les résultats de requête + + + Sort and filter options for query results + Options de tri et de filtrage des résultats de requête + + + Sort and filter your query results to find the data you need quickly. + Triez et filtrez les résultats de votre requête pour rechercher rapidement les données dont vous avez besoin. + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + Cloud souverain équivalent à `.crm.dynamics.com` (y compris le point de début) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + Cloud souverain équivalent à « .database.fabric.microsoft.com » (y compris le point de début) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + Cloud souverain équivalent à « .database.windows.net » (y compris le point de début) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + Cloud souverain équivalent à « .datawarehouse.fabric.microsoft.com » (y compris le point de début) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + Cloud souverain équivalent à « .sql.azuresynapse.net » (y compris le point de début) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + Cloud souverain équivalent à « https://analysis.windows.net/powerbi/api/ » + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + Cloud souverain équivalent à « https://api.fabric.microsoft.com/v1/ » + + + Sovereign cloud equivalent for `https://database.windows.net/` + Cloud souverain équivalent à « https://database.windows.net/ » + + + Sovereign cloud equivalent for `https://vault.azure.net/` + Cloud souverain équivalent à « https://vault.azure.net/ » + + + Start Query History Capture + Démarrer la capture de l'historique des requêtes + + + Start SQL Container + Démarrer le conteneur SQL + + + Stop SQL Container + Arrêter le conteneur SQL + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + Concepteur de tables + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + Stockez temporairement les mots de passe pour les connexions avec « Mots de passe enregistrés » désactivés, jusqu’au redémarrage de l’extension. Cela évite les invites de mot de passe répétées lors de la réutilisation des connexions au sein de la même session. + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + ID (GUID) du profil de connexion à utiliser lorsque `mssql.newEditorConnectionBehavior` est défini sur `defaultConnection`. Vous trouverez l’ID de connexion dans votre fichier settings.json, sous `mssql.connections`. + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + Configuration personnalisée supplémentaire spécifique à MSSQL pour le Sovereign Cloud à utiliser avec le fournisseur d’authentification Microsoft Sovereign Cloud. Il est nécessaire de définir « microsoft-sovereign-cloud.environment » sur « custom » et de fournir des valeurs pour « microsoft-sovereign-cloud.customEnvironment » pour utiliser cette fonctionnalité avec MSSQL. + + + The color of the connection group. + Couleur du groupe de connexion. + + + The description of the connection group. + Description du groupe de connexion. + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + Le nombre maximal de caractères à afficher pour les informations de connexion dans la barre d’état. Définissez sur -1 pour aucune limite. + + + The maximum number of recently used connections to store in the connection list. + Nombre maximal de connexions récemment utilisées à stocker dans la liste de connexions. + + + The name of the connection group. + Nom du groupe de connexion. + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + Délai d’expiration en secondes pour le développement d’un nœud dans l’Explorateur d’objets. La valeur par défaut est 45 secondes. + + + The unique identifier for the connection group this connection profile belongs to. + Identificateur unique du groupe de connexion auquel ce profil de connexion appartient. + + + The unique identifier for the connection group. + Identificateur unique pour ce groupe de connexion. + + + The unique identifier for the parent connection group. + Identificateur unique pour le groupe de connexion parent. + + + The unique identifier for this connection profile. + Identificateur unique pour ce profil de connexion. + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + Ce paramètre est déconseillé. Use `mssql.newEditorConnectionBehavior` instead. L’extension migre automatiquement ce paramètre au démarrage. + + + This setting will be removed in a future release. + Ce paramètre sera supprimé dans une mise en production ultérieure. + + + Toggle Actual Plan + Activer le plan réel + + + Toggle Query Result Panel Visibility (MSSQL) + Activer/désactiver la visibilité du panneau des résultats de requêtes (MSSQL) + + + Toggle SQLCMD Mode + Activer/désactiver le mode SQLCMD + + + True for the messages pane to be open by default; false for closed + « True » pour ouvrir par défaut le volet de messages, « false » pour le fermer + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + Découvrez ce que votre requête effectue en affichant le plan de requête. +Consultez le plan estimé sans exécuter la requête, ou consultez le plan de requête réel après exécution de la requête en activant ou désactivant les boutons en haut d’une fenêtre de l’éditeur de requête. + + + Use Database + Utiliser la base de données + + + Use column headers and data to size columns automatically + Utilisez les en-têtes de colonnes et les données pour dimensionner automatiquement les colonnes + + + Use only column headers to size columns automatically + Utilisez uniquement les en-têtes de colonnes pour dimensionner automatiquement les colonnes + + + Use only row data to size columns automatically + Utilisez uniquement les données des lignes pour dimensionner automatiquement les colonnes + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + Utilise les comptes connectés de VS Code pour l'authentification MFA Microsoft Entra ID auprès de SQL. Redémarrez Visual Studio Code après avoir modifié ce paramètre. + + + View Task Logs + Afficher les journaux des tâches + + + Visualize a Query Plan + Visualiser un plan de requête + + + Visualize and Design Schema... + Visualisez et concevez un schéma... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + Lorsque cette option est activée, Copier tout dans le volet Messages des résultats de la requête inclut les horodatages des messages. + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + Lorsque cette option est activée, transférez automatiquement la connexion active vers les fichiers SQL nouvellement ouverts. Lorsque cette option est désactivée, vous devez vous connecter explicitement à une base de données pour chaque fichier SQL. + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + Lorsque cette option est activée, elle colorise l'élément de la barre d'état de connexion avec la couleur du groupe de connexions. Ce paramètre est désactivé par défaut. Cette option utilise directement la couleur du dossier du groupe de connexions et ne la modifie pas afin de garantir un contraste avec le thème actuel de VS Code. Les utilisateurs doivent choisir des couleurs de groupe de connexions qui s'harmonisent bien avec leur thème. + + + When enabled, connection groups will be collapsed instead of expanded at startup. + Lorsque cette option est activée, les groupes de connexions sont réduits au lieu d’être développés au démarrage. + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + Une fois cette option activée, les exportations des résultats des requêtes enregistrées s’ouvrent après l’exportation. Les exportations Excel s’ouvrent avec le gestionnaire de fichiers du système. Les exportations de texte s’ouvrent dans VS Code. + + + When enabled, the database objects in Object Explorer will be categorized by schema. + Lorsque cette option est activée, les objets de base de données dans l’Explorateur d’objets sont classés par schéma. + + + Windows Authentication + Authentification Windows + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + Écrivez une requête SQL et exécutez-la sur votre base de données. +Vous pouvez également cliquer sur le bouton « Ouvrir dans un nouvel onglet » pour afficher les résultats de votre requête dans leur propre onglet, et éventuellement le définir comme comportement par défaut. + + + Your first steps for connecting to and developing with a SQL database + Vos premières étapes pour vous connecter et développer avec une base de données SQL + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [Facultatif] Nombre non négatif utilisé pour trier ce groupe de connexions dans la barre latérale de l’Explorateur d’objets. Les groupes avec une valeur « order » s’affichent en premier, de la plus faible à la plus élevée, les autres groupes suivent par ordre alphabétique. + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [Facultatif] Nombre non négatif utilisé pour trier cette connexion dans la barre latérale de l’Explorateur d’objets. Les connexions avec une valeur « order » s’affichent en premier, de la plus faible à la plus élevée ; les autres connexions suivent par ordre alphabétique. + + + [Optional] Character used for enclosing text fields when saving results as CSV + [Facultatif] Caractère utilisé pour englober les champs textuels pendant l’enregistrement des résultats au format CSV + + + [Optional] Character(s) used for separating rows when saving results as CSV + [Facultatif] Caractère(s) utilisé(s) pour séparer les lignes pendant l’enregistrement des résultats au format CSV + + + [Optional] Configuration options for copying multi-line results from the Results View + [Facultatif] Options de configuration pour copier les résultats multilignes à partir de la vue Résultats + + + [Optional] Configuration options for copying results from the Results View + [Facultatif] Options de configuration pour copier les résultats à partir de la vue Résultats + + + [Optional] Configuration options for which column new result panes should open in + [Facultatif] Options de configuration pour définir la colonne dans laquelle les nouveaux volets de résultats doivent s’ouvrir + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [Facultatif] Déclare le type de charge de travail d’application pour la connexion à SQL Server, par exemple, ReadWrite ou ReadOnly. Consultez SQL Server Always On pour plus de détails. + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [Facultatif] Délimiteur pour séparer les éléments de données pendant l’enregistrement des résultats au format CSV. Choisissez parmi les séparateurs courants tels que la virgule (,), la tabulation ( ), le point-virgule (;) ou le pipe (|) + + + [Optional] Do not show unsupported platform warnings + [Facultatif] Ne pas afficher les avertissements de plateforme non prise en charge + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [Facultatif] Encodage de fichier utilisé pendant l’enregistrement des résultats au format CSV. Choisissez entre UTF-8 (recommandé), UTF-16, ASCII ou Latin-1 en fonction de la compatibilité de votre application cible + + + [Optional] Indicates the SQL Server language settings. + [Facultatif] Indique les paramètres de langage SQL Server. + + + [Optional] Indicates the name of local docker container the connection is on + [Optionnel] Indique le nom du conteneur Docker local sur lequel la connexion est activée + + + [Optional] Indicates whether this profile has an empty password explicitly set + [Facultatif] Indique si ce profil a un mot de passe vide défini explicitement + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [Facultatif] Indique le type de serveur que le fournisseur expose par le biais de DataReader. + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [Facultatif] Journaliser la sortie de débogage dans la console VS Code (Aide -> Activer/désactiver les outils de développement) + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [Facultatif] Niveau de journalisation des services de back-end. Azure Data Studio génère un nom de fichier à chaque démarrage et, si le fichier existe déjà, ajoute les entrées de journal à ce fichier. Pour nettoyer les anciens fichiers journaux, consultez les paramètres logRetentionMinutes et logFilesRemovalLimit. Le niveau de suivi par défaut correspond à une faible journalisation. Si vous changez le niveau de détail, vous pouvez obtenir une journalisation massive nécessitant de l’espace disque pour les journaux. Le niveau Erreur inclut le niveau Critique, le niveau Avertissement inclut le niveau Erreur, le niveau Informations inclut le niveau Avertissement et le niveau Détail inclut le niveau Informations + + + [Optional] Should execution time be shown for individual batches + [Facultatif] Spécifie si la durée d’exécution doit être affichée pour les lots individuels + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [Facultatif] Spécifiez un nom personnalisé pour ce profil de connexion afin de parcourir facilement la palette de commandes de Visual Studio Code et y faire des recherches. + + + [Optional] Specify the SQL Server authentication type. + [Facultatif] Spécifiez le type d’authentification SQL Server. + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [Facultatif] Spécifiez le nom de base de données à laquelle se connecter. Si la base de données n’est pas spécifiée, le paramètre de la base de données utilisateur par défaut est utilisé, généralement « master ». + + + [Optional] Specify the delay between attempts to restore connection. + [Facultatif] Spécifiez le délai entre les tentatives de restauration de la connexion. + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [Facultatif] Spécifiez la durée en secondes d’attente de l’exécution d’une commande avant de mettre fin à la tentative et de générer une erreur. La valeur par défaut est de 30 secondes. + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [Facultatif] Spécifiez la durée en secondes d’attente d’une connexion au serveur avant de mettre fin à la tentative de connexion et de générer une erreur. La valeur par défaut est de 30 secondes. + + + [Optional] Specify the maximum number of connections allowed in the pool. + [Facultatif] Spécifiez le nombre maximal de connexions autorisées dans le pool. + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [Facultatif] Spécifiez la durée de vie minimale en secondes de cette connexion dans le pool avant suppression. + + + [Optional] Specify the minimum number of connections allowed in the pool. + [Facultatif] Spécifiez le nombre minimal de connexions autorisées dans le pool. + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [Facultatif] Spécifiez le nom de l’application utilisée par SQL Server pour la journalisation (par défaut : « vscode-mssql »). + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [Facultatif] Spécifiez le nom du fichier principal, y compris le nom du chemin complet, d’une base de données pouvant être attachée. + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [Facultatif] Spécifiez le nom de la station de travail se connectant à SQL Server. + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [Facultatif] Spécifiez le nom ou l’adresse réseau de l’instance de SQL Server servant de partenaire de basculement. + + + [Optional] Specify the number of attempts to restore connection. + [Facultatif] Spécifiez le nombre de tentatives de restauration de la connexion. + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [Facultatif] Spécifiez le mot de passe pour l’authentification SQL Server. Si le mot de passe n’est pas spécifié ou n’est pas déjà enregistré, il est redemandé à la connexion. + + + [Optional] Specify the port number to connect to. + [Facultatif] Spécifiez le numéro de port auquel se connecter. + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [Facultatif] Spécifiez la taille en octets des paquets réseau pour communiquer avec SQL Server. + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [Facultatif] Spécifiez le nom d’utilisateur pour l’authentification SQL Server. Si le nom d’utilisateur n’est pas spécifié, il est redemandé à la connexion. + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [Facultatif] Chaîne de connexion ADO.NET à utiliser pour la connexion. Remplace toutes les autres options spécifiées dans cette connexion. + + + [Optional] Used by SQL Server in replication. + [Facultatif] Utilisé par SQL Server dans la réplication. + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [Facultatif] En cas de chiffrement « Mandatory » (obligatoire) ou « Strict » (stricte), SQL Server utilise le chiffrement SSL pour toutes les données envoyées entre le client et le serveur si un certificat est installé sur le serveur. Lorsque « stricte » est défini, SQL Server utilise TDS 8.0 pour tout transfert de données entre le client et le serveur. « Stricte » est pris en charge sur SQL Server 2022. + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [Facultatif] Quand la valeur est « true », plusieurs jeux de résultats peuvent être retournés et lus sur la connexion. + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [Facultatif] Quand la valeur est « true », le certificat SSL SQL Server est automatiquement approuvé si la couche de communication est chiffrée à l’aide de SSL. Définissez la valeur sur « false » pour la connexion à Azure SQL Database. + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [Facultatif] Quand la valeur est « true », l’objet de connexion est tiré du pool approprié ou, si nécessaire, est créé et ajouté au pool approprié. Remarque : cela peut maintenir les bases de données serverless actives et empêcher la mise en pause automatique. + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [Facultatif] Quand la valeur est « true », la détection et la connexion au serveur actif sont plus rapides si le groupe de disponibilité AlwaysOn est configuré dans des sous-réseaux différents. + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [Facultatif] Quand la valeur est « true », le mot de passe pour l’authentification SQL Server est enregistré dans la banque d’informations sécurisée de votre système d’exploitation, par exemple, KeyChain dans MacOS ou Banque d’informations sécurisée dans Windows. + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [Facultatif] Quand la valeur est « false », les informations relatives à la sécurité, comme le mot de passe, ne sont pas retournées dans le cadre de la connexion si la connexion est ouverte ou a été dans un état ouvert. + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [Facultatif] Lorsque ce paramètre est spécifié (et encrypt=Mandatory et trustServerCertificate=false), SQL Server utilise le nom d’hôte fourni pour valider l’approbation avec le certificat de serveur. + + + [Optional] When true, column headers are included when saving results as CSV + [Facultatif] Quand la valeur est « true », les en-têtes de colonnes sont inclus dans l’enregistrement des résultats au format CSV + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [Requis] Spécifiez le nom du serveur auquel se connecter. Utilisez « hostname instance » ou « <server>.database.windows.net » pour Azure SQL Database. + + + auth + authentification + + + database + base de données + + + port + port + + + server + serveur + + + user + utilisateur + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.it.xlf b/localization/xliff/vscode-mssql.it.xlf index 52188523d5..72c589b2aa 100644 --- a/localization/xliff/vscode-mssql.it.xlf +++ b/localization/xliff/vscode-mssql.it.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - è obbligatorio. - - - $(check) Copied messages - $(check) messaggi copiati - - - $(plug) Connect to MSSQL - $(plug) Connetti a MSSQL - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - 'mssql.newEditorConnectionBehavior' è impostato su 'defaultConnection', ma 'mssql.defaultConnectionId' non è configurato. I nuovi editor eseguiranno il fallback al trasferimento della connessione attiva. - - - '{0}' started. - {0} is the service name - '{0}' avviato. - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <Default> - - - <default> - <default> - - - (0 rows affected) - (0 righe interessate) - - - (0 rows) - (0 righe) - - - (1 row affected) - (1 riga interessata) - - - (Command completed successfully) - (Comando completato) - - - (current) - (corrente) - - - (empty) - (vuoto) - - - ({0} row(s) affected) - {0} is the number of rows affected - ({0} righe interessate) - - - ({0} row) - {0} is the number of rows (singular) - ({0} riga) - - - ({0} rows affected) - {0} is the number of rows affected - ({0} righe interessate) - - - ({0} rows) - {0} is the number of rows (plural) - ({0} righe) - - - + Add Azure Account - + Aggiungi account Azure - - - + Add Fabric Account - + Aggiungi account Fabric - - - + Create Connection Group - + Crea gruppo di connessione - - - - - - - - - 0 rows - 0 righe - - - 0 rows returned - 0 righe restituite - - - 1 - 1 - - - 1 row - 1 riga - - - 1 row returned - 1 riga restituita - - - 100K vCore seconds - 100.000 secondi vCore - - - 32 GB - 32 GB - - - 32 GB storage + 32 GB backup - 32 GB di spazio di archiviazione + 32 GB di backup - - - 60 min - 60 min - - - = - = - - - A SQL editor must have focus before executing this command - Prima di eseguire questo comando, è necessario spostare lo stato attivo in un editor SQL - - - A connection is already being established. Please wait for it to complete before running a query. - È già in corso l'instaurazione di una connessione. Attendere il completamento prima di eseguire una query. - - - A database with this name already exists on the server - Un database con il nome specificato esiste già nel server - - - A firewall rule is required to access this server. - Per accedere a questo server è necessaria una regola del firewall. - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - Un database transazionale, pronto per gli sviluppatori, altamente integrato che si ridimensiona e ottimizza automaticamente, e sincronizza i dati in OneLake per l'analisi tramite i servizi Fabric - - - A predefined global default value for the column or binding. - Valore predefinito globale per la colonna o l'associazione. - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - È già in esecuzione una query per questa sessione dell'editor. Annullare questa query o attenderne il completamento. - - - A required .NET runtime could not be found or installed. - Non è possibile trovare o installare il runtime .NET richiesto. - - - API Type - Tipo API - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - Accelera l'evoluzione dello schema generando automaticamente migrazioni ORM o script di modifica T-SQL - - - Accept - Accetta - - - Accept All - Accetta tutto - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - Accettare il contratto di licenza di SQL Server per distribuire un contenitore Docker di SQL Server - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - Accesso negato. Assicurarsi di disporre delle autorizzazioni necessarie per utilizzare questo strumento o modello. - - - Access to the XEL file was denied. - Accesso al file XEL negato. - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Token di accesso scaduto per la connessione {0} con {1} URI - - - Account - Account - - - Account not found - L'account non è stato trovato - - - Action - Azione - - - Action Type - Tipo di azione - - - Actions - Azioni - - - Active filters: - Filtri attivi: - - - Actual Elapsed CPU Time - Tempo trascorso effettivo della CPU - - - Actual Elapsed Time - Tempo trascorso effettivo - - - Actual Number of Rows For All Executions - Numero effettivo di righe per tutte le esecuzioni - - - Add - Aggiungi - - - Add Account - Aggiungi account - - - Add Column - Aggiungi colonna - - - Add Connection - Aggiungi connessione - - - Add Firewall Rule - Aggiungi regola del firewall - - - Add Firewall Rule to {0} - {0} is the server name - Aggiungi regola del firewall a {0} - - - Add MCP server to workspace configuration - Aggiungere il server MCP alla configurazione dell'area di lavoro - - - Add Row - Aggiungi riga - - - Add Server Connection - Aggiungi connessione server - - - Add Table - Aggiungi tabella - - - Add a Microsoft Entra account... - Aggiungere un account Microsoft Entra... - - - Add account - Aggiungi account - - - Add filter - Aggiungi filtro - - - Add filters to modify the SQL query - Aggiungi filtri per modificare la query SQL - - - Add my client IP ({0}) - {0} is the IP address of the client - Aggiungi IP client personale ({0}) - - - Add my subnet IP range - Aggiungi intervallo IP subnet personale - - - Add new column - Aggiungi nuova colonna - - - Add new foreign key - Aggiungi nuova chiave esterna - - - Add tag - Aggiungi il tag - - - Add to VS Code - Aggiungere a VS Code - - - Add to favorites - Aggiungi ai preferiti - - - Add to workspace - Aggiungi all'area di Lavoro - - - Added - Aggiunto - - - Added column '{0}' - {0} is the column name - Colonna '{0}' aggiunta - - - Added foreign key '{0}' - {0} is the foreign key name - Chiave esterna '{0}' aggiunta - - - Additional parameters - Parametri aggiuntivi - - - Additional usage beyond the free amount will be charged at serverless rates. - L'utilizzo aggiuntivo oltre l'importo gratuito verrà addebitato alle tariffe serverless. - - - Admin Password - Password amministratore - - - Admin Username - Nome utente amministratore - - - Advanced - Avanzate - - - Advanced Backup Options - Opzioni di backup avanzate - - - Advanced Connection Settings - Impostazioni di connessione avanzate - - - Advanced Entity Configuration - Configurazione avanzata dell'entità - - - Advanced Options - Opzioni avanzate - - - Advanced Publish Options - Opzioni di pubblicazione avanzate - - - Advanced restore options - Opzioni avanzate di ripristino - - - After - Dopo - - - All - Tutto - - - All Files (*.*) - Tutti i file (*.*) - - - All Schemas - Tutti gli schemi - - - All files - Tutti i file - - - All permissions for extensions to access your connections have been cleared. - Tutte le autorizzazioni per consentire alle estensioni di accedere alle tue connessioni sono state cancellate. - - - All selected - Tutti selezionati - - - All severities - Tutte le gravità - - - Allow Null - Consenti Null - - - Allow Nulls - Consenti valori Null - - - Allow null - Consenti null - - - Allow this extension to access your connections - Consentire a questa estensione di accedere alle tue connessioni - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - Consente ai client MCP di usare strumenti di creazione, lettura, aggiornamento ed eliminazione generici per questa tabella. - - - Alphabetical - In ordine alfabetico - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - Già usato da {0} - - - Alter - Modifica - - - Always Encrypted - Always Encrypted - - - Always show in new tab - Mostra sempre nella nuova scheda - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - Riferimento a una connessione ambiguo. Specificare solo un valore: connectionId e connectionName. - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - Per GitHub Copilot è necessaria una connessione attiva per comprendere lo schema del database e procedere. -Seleziona "{0}" per stabilire una connessione. - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - Errore durante l'aggiornamento dei nodi. Per altri dettagli, vedere il canale di output MSSQL. - - - An error occurred while copying results: {0} - {0} is the error message - Errore durante la copia dei risultati: {0} - - - An error occurred while loading data. - Errore durante il caricamento dei dati. - - - An error occurred while processing your request. - Si è verificato un errore durante l'elaborazione della richiesta. - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - Si è verificato un errore durante la rimozione dell'account Microsoft Entra: {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - Si è verificato un errore durante il recupero delle righe: {0} - - - An error occurred: {0} - {0} is the error message - Si è verificato un errore: {0} - - - An unexpected error occurred - Si è verificato un errore imprevisto - - - An unexpected error occurred with the language model. Please try again. - Si è verificato un errore imprevisto con il modello linguistico. Riprovare. - - - An unknown error occurred. Please try again. - Si è verificato un errore sconosciuto. Riprovare. - - - Analytics-ready by default - Pronto per l'analisi per impostazione predefinita - - - Analyze static code with customizable rulesets in SQL Database Projects. - Analizza codice statico con set di regole personalizzabili nei progetti di database SQL. - - - And - E - - - Anonymous - Anonimo - - - Append to the existing backup set - Accoda al set di backup esistente - - - Application (Client) ID - ID applicazione (client) - - - Application (Client) ID is required. - L'ID applicazione (client) è obbligatorio. - - - Application Intent - Finalità applicazione - - - Application Name - Nome applicazione - - - Application Version - Versione applicazione - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - La versione dell'applicazione deve essere nel formato n n.n.n o n.n.n.n dove n è un numero (ad esempio, 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - La versione dell'applicazione deve essere nel formato n.n.n.n dove n è un numero (ad esempio, 1.0.0.0) - - - Apply - Applica - - - Apply Changes - Applica modifiche - - - Apply changes to target - Applica modifiche alla destinazione - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - Applica suggerimenti contestuali per sintassi, relazioni e vincoli SQL - - - Apply failed. Fix the error and retry, or run Schema Compare again. - Applicazione non riuscita. Correggere l'errore e riprovare, oppure eseguire di nuovo Confronto schema. - - - Applying changes, this might take a while... - Applicazione delle modifiche, questa operazione potrebbe richiedere del tempo... - - - Approve - Approva - - - Are you sure you want to cancel this background task? - Annullare questa attività in background? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - Chiudere la sessione corrente? Tutti gli eventi acquisiti andranno persi. È possibile esportare gli eventi in CSV dalla barra degli strumenti prima di chiudere. - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - Eliminare il contenitore {0}? Questo rimuoverà sia il contenitore che la sua connessione da VS Code. - - - Are you sure you want to delete the selected items? - Eliminare gli elementi selezionati? - - - Are you sure you want to delete {0}? - {0} is the group name - Eliminare {0}? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - Eliminare {0}? È anche possibile eliminare le relative connessioni o spostarle nella cartella radice. - - - Are you sure you want to disconnect? - Disconnettersi? - - - Are you sure you want to remove {0}? - {0} is the node label - Rimuovere {0}? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - Annullare tutte le modifiche di Copilot? Tutte le modifiche monitorate verranno ripristinate al loro stato originale. - - - Are you sure you want to update the target? - Aggiornare la destinazione? - - - Are you sure you want to {0}? - {0} is the action being confirmed - Si vuole {0}? - - - Are you sure? - Procedere? - - - Ask GitHub Copilot to Fix - Chiedi a GitHub Copilot di eseguire la correzione - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - Porre domande o proporre modifiche dello schema nella chat e GitHub Copilot aggiornerà immediatamente lo schema nel diagramma. - - - At least one API type must be selected. - È necessario selezionare almeno un tipo di API. - - - Auth type - Tipo di autenticazione - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - Eseguire l'autenticazione usando un'entità servizio Microsoft Entra. Immettere l'ID applicazione (client) come nome utente e il segreto client come password. Fare clic sull'icona delle informazioni per saperne di più. - - - Authenticated - Autenticato - - - Authentication - Autenticazione - - - Authentication Library has changed, please reload Visual Studio Code. - La libreria di autenticazione è stata modificata. Ricarica Visual Studio Code. - - - Authentication Type - Tipo di autenticazione - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - Errore di autenticazione per l'account '{0}' (tenant '{1}'). Per risolvere il problema, è necessario cancellare la cache dei token, il che comporterà la disconnessione da tutti gli account connessi. - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - Errore di autenticazione per l'account. Per risolvere il problema, è necessario cancellare la cache dei token, il che comporterà la disconnessione da tutti gli account connessi. - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - L'autenticazione non è riuscita a causa di una mancata corrispondenza dei nonce. Chiudere Azure Data Studio e riprovare. - - - Authentication failed due to a state mismatch, please close ADS and try again. - L'autenticazione non è riuscita a causa di una mancata corrispondenza degli stati. Chiudere ADS e riprovare. - - - Authentication not supported - Autenticazione non supportata - - - Auto Arrange - Disposizione automatica - - - Auto Arrange Confirmation - Conferma disposizione automatica - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - Disposizione automatica riposizionerà automaticamente tutti gli elementi del diagramma in base ad algoritmi di layout ottimizzati. Eventuali posizionamenti personalizzati creati andranno persi. Vuoi procedere con la disposizione automatica del diagramma dello schema? - - - Auto-pause - Sospendi automaticamente - - - Auto-pause the database until next month - Sospendi automaticamente il database fino al mese successivo - - - Auto-scroll - Scorrimento automatico - - - Auto-scroll disabled - Scorrimento automatico disabilitato - - - Auto-scroll enabled - Scorrimento automatico abilitato - - - Automatic tuning features like automatic index creation enabled by default. - Funzionalità di ottimizzazione automatica come la creazione automatica dell'indice abilitate per impostazione predefinita. - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - Seleziona automaticamente un'identità Microsoft Entra ID disponibile tra i provider installati nel sistema. Fare clic sull'icona delle informazioni per saperne di più. - - - Available Servers - Server disponibili - - - Average: {0} - {0} is the average - Media: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - Media: {0} Conteggio: {1} Somma: {2} - - - Avg - Media - - - Azure (China) - Azure (Cina) - - - Azure (Public) - Azure (pubblico) - - - Azure (US Government) - Azure (US Government) - - - Azure Account - Account Azure - - - Azure Account is required - L'account Azure è obbligatorio - - - Azure Code Grant - Concessione codice di Azure - - - Azure Data Studio Migration - Migrazione di Azure Data Studio - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Azure Data Studio Migration Toolkit - ora con keypad - - - Azure Data Studio settings file - File di impostazioni di Azure Data Studio - - - Azure Databases - Database di Azure - - - Azure Device Code - Codice dispositivo di Azure - - - Azure MFA - Autenticazione a più fattori di Azure - - - Azure SQL Database is not supported for backup. - Il database SQL di Azure non è supportato per il backup. - - - Azure SQL Database is not supported for restore. - Il database SQL di Azure non è supportato per il ripristino. - - - Azure SQL Managed Instance - Istanza gestita di SQL di Azure - - - Azure SQL Server - Azure SQL Server - - - Azure SQL databases provisioning - Provisioning dei database SQL di Azure - - - Azure Subscriptions - Sottoscrizioni Azure - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - Account Azure '{0}' non trovato. Accedere con l'account corretto o selezionare un account diverso. - - - Azure sign in failed. - L'accesso ad Azure non è riuscito. - - - Azure subscription not found in cache. - Sottoscrizione di Azure non trovata nella cache. - - - Azure: Sign In - Azure: Accedi - - - Azure: Sign In to Azure Cloud - Azure: Accedi a Cloud di Azure - - - Azure: Sign In with Device Code - Azure: Accedi con codice dispositivo - - - BACPAC exported successfully - Esportazione BACPAC eseguita correttamente - - - BACPAC exported successfully to '{0}' - {0} is the file path - BACPAC esportato in ''{0}'' - - - BACPAC imported successfully - Importazione BACPAC eseguita correttamente - - - BACPAC imported successfully to database '{0}' - {0} is the database name - Bacpac importato nel database ''{0}'' - - - Back - Indietro - - - Back to Schema - Torna allo schema - - - Back to preview - Torna all’anteprima - - - Backup - Backup - - - Backup Database - {0} - {0} is the database name - Backup database - {0} - - - Backup File - File di backup - - - Backup Files - File di backup - - - Backup Files (*.bak, *.log, *.trn) - File di backup (*.bak, *.log, *.trn) - - - Backup Location - Percorso di backup - - - Backup Name - Nome backup - - - Backup Storage Redundancy - Ridondanza dell'archivio di backup - - - Backup Type - Tipo di backup - - - Backup sets to restore - Set di backup da ripristinare - - - Backup the tail of the log - Esegui il backup della coda del log - - - Backup to a new media set - Esegui il backup su un nuovo set di supporti - - - Batch execution time: {0} - {0} is the batch time - Tempo di esecuzione del batch: {0} - - - Before - Prima - - - Behavior when free offer limit is reached - Comportamento quando viene raggiunto il limite dell'offerta gratuita - - - Between - Tra - - - Blanks - Vuoti - - - Blob - BLOB - - - Blob Container - Contenitore BLOB - - - Blob Container is required - Contenitore BLOB obbligatorio - - - Blob does not contain a valid database backup - Il BLOB non contiene un backup di database valido - - - Blob is required - Il BLOB è obbligatorio - - - Block this extension from accessing your connections - Impedire a questa estensione di accedere alle connessioni - - - Both - Entrambi - - - Brightness - Luminosità - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - Importare le connessioni, i gruppi e la configurazione salvata da Azure Data Studio nell'estensione MSSQL e scoprire esperienze familiari. - - - Browse - Esplora - - - Browse Azure - Esplora Azure - - - Browse Azure SQL Database tutorials and docs - Esplora le esercitazioni e la documentazione sul database SQL di Azure - - - Browse Fabric - Esplora infrastruttura - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - Esplora le aree di lavoro di Fabric e crea database SQL in Fabric senza uscire da VS Code. - - - Browse files - Esplora file - - - Browse forvpath - Cerca percorso - - - Browse to Azure Data Studio settings.json - Selezionare il file settings.json di Azure Data Studio - - - Browse... - Sfoglia... - - - Build APIs with GitHub Copilot - Crea API con GitHub Copilot - - - Build Data API - Compila API Dati - - - Build failed with exit code {0} - Compilazione non riuscita con codice di uscita {0} - - - Build {0} - Compila {0} - - - Building {0}... - Compilazione di {0} in corso... - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - Crittografia predefinita, regole del firewall e integrazione con Microsoft Entra ID per proteggere i dati. - - - Bulk Actions - Azioni in blocco - - - Bulk-logged - Registrazione operazioni in blocco - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - File CSV/TXT (*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - Strumento per chiamate: {0} con {1}. - - - Cancel - Annulla - - - Cancel Query - Annulla query - - - Cancel Task - Annullare attività - - - Cancel failed: {0} - {0} is the error message - Annullamento non riuscito: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - L'annullamento del confronto dello schema non è riuscito: '{0}' - - - Cancel the query execution in progress - Annulla l'esecuzione della query in corso - - - Canceled - Annullato - - - Canceling - In fase di annullamento - - - Canceling query - Annullamento della query - - - Canceling the query failed: {0} - {0} is the error message - Annullamento della query non riuscito: {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - Non è possibile accedere al socket Docker. È possibile che l'utente non sia incluso nel gruppo ''docker'' o che VS Code sia stato avviato prima che l'appartenenza al gruppo diventasse effettiva. Eseguire ''sudo usermod -aG docker $USER'' e quindi disconnettersi e tornare (o riavviare) prima di riavviare VS Code. - - - Cannot cancel query as no query is running. - Non è possibile annullare la query perché non ci sono query in esecuzione. - - - Cannot change session while active - Non è possibile modificare la sessione mentre è attiva - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - Non è possibile connettersi a causa di token scaduti. Ripetere l'autenticazione e riprovare. - - - Cannot create foreign key - Non è possibile creare la chiave esterna - - - Cannot delete column because it is part of foreign key relationships. - Non è possibile eliminare la colonna perché fa parte di relazioni di chiave esterna. - - - Cannot delete column because it is referenced by a foreign key. - Non è possibile eliminare la colonna perché vi fa riferimento una chiave esterna. - - - Cannot delete column because it is used by a foreign key. - Non è possibile eliminare la colonna perché è utilizzata da una chiave esterna. - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - Non è possibile escludere {0}. Esistono dipendenti inclusi - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - Non è possibile escludere {0}. Esistono dipendenti inclusi, ad esempio {1} - - - Cannot generate script without a restore plan - Impossibile generare lo script senza un piano di ripristino - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - Non è possibile includere {0}. Esistono dipendenti esclusi - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - Non è possibile includere {0}. Esistono dipendenti esclusi, ad esempio {1} - - - Cannot revert: The column is part of a foreign key that references a deleted table - Non è possibile eseguire il ripristino: la colonna fa parte di una chiave esterna che fa riferimento a una tabella eliminata - - - Cannot revert: The referenced table or column has been deleted - Non è possibile eseguire il ripristino: la tabella o la colonna di riferimento è stata eliminata - - - Cascade - Propaga a cascata - - - Category - Categoria - - - Change - Modifica - - - Change Connection - Modifica connessione - - - Change Database - Modifica database - - - Change Password - Cambia password - - - Change Setting - Modifica impostazione - - - Change column width - Cambia la larghezza colonna - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Modificare il database in "{2}" per la connessione "{0}" (ID: {1})? - - - Change the connection for the active SQL document - Modifica la connessione per il documento SQL attivo - - - Change the database for the active SQL document - Modifica il database per il documento SQL attivo - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - Modifica {0} di {1} - - - Changed Tables - Tabelle modificate - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - Il contesto del database è stato cambiato in "{0}" per il documento "{1}" - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Il contesto del database in "{0}" nel server "{1}" nel documento "{2}" è stato modificato. - - - Changes - Modifiche - - - Changes ({0}) - {0} is the number of schema changes - Modifiche ({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - Le modifiche sono state applicate correttamente. Eseguire di nuovo Confronto schema per visualizzare le differenze aggiornate. - - - Changes published successfully - Le modifiche sono state pubblicate - - - Changes saved successfully. - Salvataggio delle modifiche completato. - - - Changes view mode - Modalità di visualizzazione delle modifiche - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Modifica del contesto del database in "{0}" nel server "{1}" nel documento "{2}". - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Modifica del database in "{2}" per la connessione "{0}" (ID: {1}) - - - Chat - Chat - - - Chat command not available in this VS Code version - Comando chat non disponibile in questa versione VS Code - - - Check Constraint - Vincolo CHECK - - - Check Constraints - Vincoli CHECK - - - Checking Docker Engine Configuration - Verifica della configurazione del motore Docker - - - Checking Docker engine - Verifica del motore Docker - - - Checking Docker installation - Verifica dell'installazione di Docker - - - Checking Docker prerequisites... - Controllo dei prerequisiti di Docker in corso... - - - Checking container readiness - Verifica dell'idoneità del contenitore - - - Checking if Docker is installed - Verifica dell'installazione di Docker - - - Checking if Docker is installed on your machine - Verifica dell'installazione di Docker nel computer - - - Checking if Docker is running on your machine. If not, we'll start it for you. - È in corso un controllo per verificare se Docker è in esecuzione nel computer. In caso contrario, verrà avviato. - - - Checking if Docker is started - Verifica dell'avvio di Docker - - - Checking if the Docker Engine is configured correctly on your machine. - È in corso un controllo per verificare se il motore Docker è configurato correttamente nel computer. - - - Checking pre-requisites - Verifica dei prerequisiti - - - Choose An Action - Scegliere un'azione - - - Choose Existing - Sceglierne uno esistente - - - Choose Query History - Scegliere la cronologia delle query - - - Choose SQL Language - Scegli linguaggio SQL - - - Choose a Microsoft Entra account - Scegliere un account Microsoft Entra - - - Choose a Microsoft Entra tenant - Scegliere un tenant di Microsoft Entra - - - Choose a connection profile from the list below - Scegliere un profilo di connessione dall'elenco seguente - - - Choose a database - Scegliere un database - - - Choose a database from the list below - Scegliere un database dall'elenco seguente - - - Choose a hostname for the container - Scegliere un nome host per il contenitore - - - Choose a name for the SQL Server Docker Container - Scegliere un nome per il contenitore Docker di SQL Server - - - Choose a port to host the SQL Server Docker Container - Scegliere una porta per ospitare il contenitore Docker di SQL Server - - - Choose an option to provision a database - Scegliere un'opzione per effettuare il provisioning di un database - - - Choose color - Scegliere un colore - - - Choose the Right Version - Scegliere la versione corretta - - - Choose the behavior for new editors - Scegliere il comportamento per i nuovi editor - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - Scegliere se la stored procedure deve essere visualizzata come mutazione o query di GraphQL. DAB usa la mutazione per impostazione predefinita. - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - Rilevato riferimento circolare: '{0}' → '{1}' crea un ciclo - - - Clear - Cancella - - - Clear All - Deseleziona tutto - - - Clear All Filters - Cancella tutti i filtri - - - Clear Data - Cancella dati - - - Clear Filter - Cancella filtro - - - Clear Filters - Cancella filtri - - - Clear Quick Query - Cancella la query rapida - - - Clear Recent Connections List - Cancella elenco delle connessioni recenti - - - Clear Selection - Cancella selezione - - - Clear Sort - Cancella ordinamento - - - Clear all - Cancella tutto - - - Clear all events (keeps session running) - Cancella tutti gli eventi (mantiene la sessione in esecuzione) - - - Clear all filters - Cancella tutti i filtri - - - Clear all filters and show all events - Cancella tutti i filtri e mostra tutti gli eventi - - - Clear all grouping - Cancella tutti i raggruppamenti - - - Clear all sorting - Cancella tutti gli ordinamenti - - - Clear cache and refresh token - Cancella la cache e aggiorna il token - - - Clear filters - Cancella filtri - - - Clear from recent connections list - Cancellare dall'elenco delle connessioni recenti - - - Clear permissions for all extensions to access your connections - Cancellare le autorizzazioni per consentire a tutte le estensioni di accedere alle tue connessioni - - - Clear quick filter and all column filters - Cancella filtro rapido e tutti i filtri di colonna - - - Clear this Quick Query - Cancella la query rapida - - - Clear token cache - Cancella la cache dei token - - - Click to cancel loading summary - Fai clic per annullare il caricamento del riepilogo - - - Click to change connection - Fare clic per modificare la connessione - - - Click to change database - Fare clic per cambiare il database - - - Click to connect to a database - Fare clic per connettersi a un database - - - Click to load summary - Fai clic per caricare il riepilogo - - - Click to sign into an Azure account - Fare clic per accedere a un account Azure - - - Client Secret - Segreto client - - - Client secret is required. - Il segreto client è obbligatorio. - - - Close - Chiudi - - - Close Designer - Chiudi finestra di progettazione - - - Close Find - Chiudi Trova - - - Close Script Pane - Riquadro Chiudi script - - - Close Without Export - Chiudi senza esportare - - - Close details panel - Chiudi il pannello Dettagli - - - Close existing connections to destination database - Chiudi connessioni esistenti ai database di destinazione - - - Close properties pane - Chiudere riquadro proprietà - - - Close the current connection - Chiude la connessione corrente - - - Cloud - Cloud - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis - {0} - - - Code analysis rules saved successfully - Le regole di Code Analysis sono state salvate correttamente - - - Collapse - Comprimi - - - Collapse All - Comprimi tutto - - - Collapse Subscription Explorer - Comprimi Esplora sottoscrizioni - - - Collapse Workspace Explorer - Comprimi Esplora aree di lavoro - - - Collapse all groups - Comprimi tutti i gruppi - - - Collapse connection groups - Comprimere gruppi di connessione - - - Collapse connections - Comprimere connessioni - - - Collapse settings - Comprimi impostazioni - - - Collapse {0} - {0} is the category name, e.g. Design - Comprimere {0} - - - Collation - Regole di confronto - - - Color - Colore - - - Column - Colonna - - - Column '{0}' already exists - {0} is the column name - La colonna '{0}' esiste già - - - Column '{0}' already has a foreign key - {0} is the column name - La colonna '{0}' ha già una chiave esterna - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - La colonna '{0}' non può essere null perché è una chiave primaria - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - La colonna '{0}' è una colonna di identità e non può avere una chiave esterna a cascata - - - Column '{0}' must be a primary key - {0} is the referenced column - La colonna '{0}' deve essere una chiave primaria - - - Column '{0}' not found - {0} is the column name - Colonna '{0}' non trovata - - - Column Name - Nome colonna - - - Column max length cannot be empty - La lunghezza massima della colonna non può essere vuota - - - Column name cannot be empty - Il nome della colonna non può essere vuoto - - - Column not found: {0} - {0} is the column reference - Colonna non trovata: {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - Riferimento alla colonna risolto in più di una colonna: {0} - - - Column resize by content - Ridimensiona colonna in base al contenuto - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - La larghezza della colonna deve essere di almeno {0} pixel. - - - Columns - Colonne - - - Columns in the primary key. - Colonne nella chiave primaria. - - - Command Timeout - Timeout comando - - - Commands - Comandi - - - Compare - Confronta - - - Compare Azure SQL Database service tiers - Confronta i livelli di servizio del database SQL di Azure - - - Compare SQL Server editions - Confronta le edizioni di SQL Server - - - Comparison Details - Dettagli del confronto - - - Compatibility Level - Livello di compatibilità - - - Compress backup - Comprimi backup - - - Compression - Compressione - - - Compute - Calcolo - - - Compute + Storage - Calcolo + Archiviazione - - - Config copied to clipboard - Configurazione copiata negli Appunti - - - Configuration saved. - Configurazione salvata. - - - Configuration sections - Sezioni di configurazione - - - Configuration to Import - Configurazione da importare - - - Configure Linux containers - Configura contenitori Linux - - - Configure Quick Query and Extension shortcuts. - Configurare i collegamenti Query rapida ed Estensione. - - - Configure Rosetta in Docker Desktop - Configura Rosetta in Docker Desktop - - - Configure and customize Azure SQL Databases - Configura e personalizza database SQL di Azure - - - Configure and customize SQL Server containers - Configurare e personalizzare i contenitori di SQL Server - - - Configure keyboard shortcuts used by the MSSQL extension. - Consente di configurare i tasti di scelta rapida usati dall'estensione MSSQL. - - - Configure the full list of Query Editor shortcuts. - Configurare l'elenco completo dei collegamenti Editor di query. - - - Confirm Password - Conferma password - - - Confirm SQL Server admin password - Confermare la password amministratore del server SQL - - - Confirm admin password - Conferma password amministratore - - - Confirm new password - Conferma nuova password - - - Confirm to clear recent connections list - Confermare per cancellare l'elenco delle connessioni recenti - - - Confirm to remove this profile. - Confermare per rimuovere questo profilo. - - - Conjunction - Congiunzione - - - Connect - Connetti - - - Connect and manage database connections - Connetti e gestisci le connessioni ai database - - - Connect the active SQL document to a database - Connetti il documento SQL attivo a un database - - - Connect to Database - Connettiti al database - - - Connect to MSSQL - Effettua connessione a MSSQL - - - Connect to SQL Server - Connetti a SQL Server - - - Connect to Server - Connetti al server - - - Connect to a database - Connessione al database - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - Eseguire la connessione al server {0} e al database {1}? - - - Connect to server {0}? - {0} is the server name - Connettersi al server {0}? - - - Connect to {0} - {0} is the name of the connection profile - Connetti a {0} - - - Connect using either Microsoft Entra ID or SQL Authentication. - Connettiti usando Microsoft Entra ID o l'autenticazione SQL. - - - Connect using profile {0}? - {0} is the profile ID - Connettersi usando il profilo {0}? - - - Connect with SQL tools and run your first query - Connettiti agli strumenti SQL ed esegui la prima query - - - Connect with the current settings and save the connection profile - Connettersi con le impostazioni correnti e salvare il profilo di connessione - - - Connected successfully - Connessione completata - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - Connessione al server "{0}" nel documento "{1}". Informazioni sul server: {2} - - - Connected to {0} - {0} is the connection label - Connesso a {0} - - - Connected to: - Connesso a: - - - Connecting - Connessione in corso - - - Connecting to Container - Connessione al contenitore - - - Connecting to Database - Connessione al database - - - Connecting to database - Connessione al database - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - Connessione al server "{0}" nel documento "{1}". - - - Connecting to server {0} - {0} is the server name - Connessione al server {0} - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - Connessione al server {0} e al database {1} - - - Connecting to server... - Connessione al server in corso... - - - Connecting to your SQL Server Docker container - Connessione al contenitore Docker di SQL Server - - - Connecting to {0}... - {0} is the server name - Connessione a {0} in corso... - - - Connecting to {0}... - {0} is the connection display name - Connessione a {0}in corso... - - - Connecting to: - Connessione a: - - - Connecting using profile {0} - {0} is the profile ID - Connessione tramite il profilo {0} - - - Connecting... - Connessione... - - - Connection - Connessione - - - Connection Authentication - Autenticazione della connessione - - - Connection Details - Dettagli connessione - - - Connection Dialog - Finestra di dialogo Connessione - - - Connection Error - Errore durante la connessione - - - Connection Failed - Connessione non riuscita - - - Connection Group - Gruppo di connessione - - - Connection Import Warning - Avviso importazione connessione - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - Impossibile aggiornare il profilo di connessione. Modificare manualmente i dettagli della connessione in settings.json e riprovare. - - - Connection String - Stringa di connessione - - - Connection Timeout - Timeout connessione - - - Connection Timeout (seconds) - Timeout connessione (secondi) - - - Connection actions - Azioni di connessione - - - Connection error - Errore di connessione - - - Connection error: {0} - {0} is the error message - Errore di connessione: {0} - - - Connection failed - Connessione non riuscita - - - Connection failed: {0} - {0} is the error message from the connection attempt - Connessione non riuscita: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - Il gruppo di connessioni con lo stesso ID è già stato importato: {0} (ID: {1}) - - - Connection groups to import - Gruppi di connessione da importare - - - Connection is not active. Please establish a connection before performing this action. - La connessione non è attiva. Stabilire una connessione prima di eseguire questa azione. - - - Connection not found for uri "{0}". - {0} is the uri - Impossibile trovare la connessione per l'URI "{0}". - - - Connection profile '{0}' not found. - {0} is the profile ID - Profilo di connessione '{0}' non trovato. - - - Connection profile not found. Please create a new connection using the Connection Dialog. - Profilo di connessione non trovato. Creare una nuova connessione usando la finestra di dialogo Connessione. - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - Autorizzazione per la condivisione della connessione negata per l'estensione: '{0}'. Usare i comandi di gestione delle autorizzazioni per modificare questa impostazione. - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - È necessaria l'autorizzazione per la condivisione della connessione per l'estensione: '{0}' - - - Connection string copied to clipboard - Stringa di connessione copiata negli appunti - - - Connection string is required - È necessario specificare la stringa di connessione - - - Connection test succeeded - Test di connessione riuscito - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - Connessione con ID "{0}" non trovata. Verificare che l'ID connessione esista. - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - La connessione con lo stesso ID è già stata importata: {0} (ID: {1}) - - - Connection: {0} - {0} is the task connection label - Connessione: {0} - - - Connections in groups that are not selected will be moved under the root. - Le connessioni presenti in gruppi non selezionati verranno spostate in corrispondenza della radice. - - - Connections to import - Connessioni da importare - - - Consider adding a name for this foreign key - Considera di aggiungere un nome per questa chiave esterna - - - Container Name - Nome contenitore - - - Container Settings - Impostazioni contenitore - - - Container does not exist. Would you like to remove the connection? - Il contenitore non esiste. Rimuovere la connessione? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - Non è possibile avviare il contenitore entro il periodo di timeout. Attendere qualche minuto e riprovare. - - - Container logs - Log contenitore - - - Container name and port are required to check container readiness. - Per verificare l'idoneità del contenitore sono necessari nome e porta. - - - Container name is invalid or already in use - Il nome del contenitore non è valido o è già in uso - - - Container name is required - Il nome del contenitore è obbligatorio - - - Container name, port, and config content are required to start the container. - Per avviare il contenitore sono necessari nome, porta e contenuto della configurazione. - - - Containment Type - Tipo di indipendenza - - - Contains - Contiene - - - Continue - Continua - - - Continue Editing - Continua modifica - - - Continue on error - Continua in caso di errore - - - Continue using for additional charges - Continua a usarlo per costi aggiuntivi - - - Control the results grid display - Controlla la visualizzazione della griglia dei risultati - - - Copied - Copiato - - - Copied "{0}" to clipboard - {0} is the object name - "{0}" copiato negli Appunti - - - Copied to clipboard - Copiato negli Appunti - - - Copilot Changes - Modifiche di Copilot - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Modifiche di Copilot ({0}) - - - Copy - Copia - - - Copy & Export - Copia ed esporta - - - Copy All - Copia tutto - - - Copy As - Copia con nome - - - Copy Column Name - Copia nome colonna - - - Copy Headers - Copia intestazioni - - - Copy Object Name - Copia nome oggetto - - - Copy Script - Copia script - - - Copy Script to Clipboard - Copia script negli Appunti - - - Copy all cells including column headers - Copia tutte le celle, incluse le intestazioni di colonna - - - Copy all query result content - Copia tutto il contenuto dei risultati della query - - - Copy all text output for this cell (messages, PRINT, errors) - Copia tutto l'output di testo per la cella (messaggi, PRINT, errori) - - - Copy all with headers - Copia tutto con le intestazioni - - - Copy as CSV - Copia come CSV - - - Copy as IN clause - Copiare come clausola IN - - - Copy as INSERT - Copia come INSERT - - - Copy as INSERT INTO - Copiare come INSERT INTO - - - Copy as JSON - Copia come JSON - - - Copy code and open webpage - Copiare il codice e aprire la pagina Web - - - Copy command to clipboard - Copia il comando negli Appunti - - - Copy connection string to clipboard - Copia la stringa di connessione negli Appunti - - - Copy data and save results to files - Copia i dati e salva i risultati nei file - - - Copy link - Copia collegamento - - - Copy messages - Copia i messaggi - - - Copy script - Copia script - - - Copy selected cells including column headers - Copia le celle selezionate, incluse le intestazioni di colonna - - - Copy selected cells to the clipboard - Copia le celle selezionate negli Appunti - - - Copy selection - Copia la selezione - - - Copy selection formatted as INSERT statements - Copia la selezione formattata come istruzioni INSERT - - - Copy selection formatted as JSON - Copia la selezione formattata come JSON - - - Copy selection formatted as a SQL IN clause - Copia la selezione formattata come clausola SQL IN - - - Copy selection formatted as comma-separated values - Copia la selezione formattata come valori delimitati da virgole - - - Copy text data to clipboard - Copia dati di testo negli Appunti - - - Copy with Headers - Copia con intestazioni - - - Copy with headers - Copia con intestazioni - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - Copia URL {0} - - - Copy-only Backup - Backup di sola copia - - - Copying results... - Copia dei risultati in corso... - - - Cost - Costo - - - Could not connect to database: {0} - {0} is the database name - Non è possibile connettersi al database: {0} - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - Non è stato possibile rilevare l'indirizzo IP del client. Aggiungi manualmente una regola del firewall nel portale di Azure. - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - Non è stato possibile trovare i metadati di scripting per {0} '{1}'. - - - Could not load restore plan - Non è possibile caricare il piano di ripristino - - - Count - Numero - - - Count: {0} - {0} is the count - Conteggio: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - Conteggio: {0} Conteggio valori distinti: {1} Conteggio valori Null: {2} - - - Create - Crea - - - Create Connection Group - Crea gruppo di connessione - - - Create Connection Profile - Crea profilo di connessione - - - Create Container - Crea contenitore - - - Create Database - Crea database - - - Create Firewall Rule - Crea regola del firewall - - - Create Local SQL Container - Crea contenitore SQL locale - - - Create New - Crea nuovo - - - Create New Connection Group - Crea nuovo gruppo di connessione - - - Create New Resource Group - Crea nuovo gruppo di risorse - - - Create New Server - Crea nuovo server - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - Crea endpoint REST, GraphQL e MCP per le tabelle del tuo database SQL tramite un'interfaccia visiva all'interno di Visual Studio Code. Configura entità, autorizzazioni e impostazioni di distribuzione, quindi distribuisci localmente con Docker. - - - Create a Local Docker SQL Server - Creare un'istanza locale di SQL Server in Docker - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - Crea un contenitore SQL Server in pochi secondi senza bisogno di passaggi manuali. È possibile gestirlo facilmente dall'estensione MSSQL senza uscire da VS Code. - - - Create a SQL database in Fabric - Creare un database SQL in Fabric - - - Create a new connection profile - Creare un nuovo profilo di connessione - - - Create a new database on '{0}'. - {0} is the name of the server - Creare un nuovo database su "{0}". - - - Create a new firewall rule - Crea una nuova regola del firewall - - - Create a new profiling session - Crea una nuova sessione di profilatura - - - Create an Azure SQL Database (Preview) - Creare un database SQL di Azure (anteprima) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - Creare e gestire le scelte rapide da tastiera per le query usate di frequente, nonché per le azioni dell'editor di query e della griglia dei risultati, per scoprire i comandi disponibili ed eseguirli in modo più efficiente. - - - Create as Script - Crea come script - - - Create new - Crea nuovo - - - Create new connection copied from {0} - {0} is the name of the connection profile - Crea nuova connessione copiata da {0} - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - Crea nuova regola del firewall per {0} - - - Created table {0} - {0} is the qualified table name - Tabella {0} creata - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - Crea uno strumento MCP dedicato per la stored procedure. Se è disabilitata, la procedura può comunque essere disponibile tramite gli strumenti generici di esecuzione MCP, se MCP è abilitato. - - - Creating Container - Creazione del contenitore - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - Creazione del database SQL per l'area di lavoro {0} - - - Creating SQL Server container... - Creazione del contenitore SQL Server in corso... - - - Creating and starting the container - Creazione e avvio del contenitore - - - Creating and starting your SQL Server container - Creazione e avvio del contenitore di SQL Server - - - Creating database - Creazione del database in corso... - - - Creating resource group... - Creazione del gruppo di risorse in corso... - - - Creating server... - Creazione del server in corso... - - - Creating session... - Creazione della sessione in corso... - - - Creating workspace with capacity {0} - {0} is the capacity ID - Creazione dell'area di lavoro con capacità {0} - - - Creating... - Creazione in corso... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - Errore delle credenziali: si è verificato un errore durante il tentativo di aggiornare le credenziali dell'account. Ripeti l'autenticazione. - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - Errore delle credenziali: si è verificato un errore durante il tentativo di aggiornare le credenziali dell'account. Ripetere l'autenticazione. Errore: {0} - - - Current Schema: {0}, Select the new schema: - Schema corrente: {0}, seleziona il nuovo schema: - - - Currently signed in as: - Accesso attualmente eseguito come: - - - Custom GraphQL Plural Type - Tipo GraphQL plurale personalizzato - - - Custom GraphQL Singular Type - Tipo GraphQL singolare personalizzato - - - Custom GraphQL Type - Tipo GraphQL personalizzato - - - Custom REST Path - Percorso REST personalizzato - - - Custom Zoom - Personalizza zoom - - - Customize keyboard shortcuts - Personalizzare i tasti di scelta rapida - - - DAB container failed to become ready within the timeout period. - Il contenitore DAB non è diventato pronto entro il timeout previsto. - - - DAB container is running! - Il contenitore DAB è in esecuzione. - - - DAB container logs - Log contenitore DAB - - - DACPAC deployed successfully - Distribuzione DACPAC eseguita correttamente - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - Distribuzione del pacchetto di applicazione livello dati nel database ''{0}'' completata - - - DACPAC extracted successfully - Estrazione DACPAC eseguita correttamente - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC estratto correttamente in ''{0}'' - - - DACPAC path not found. Please build the project first. - Percorso DACPAC non trovato. Compilare prima il progetto. - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - Il servizio DacFx non è disponibile. Profilo caricato senza opzioni di distribuzione. Non è possibile eseguire operazioni di pubblicazione e generazione script. - - - DacFx service is not available. Publish and generate script operations cannot be performed. - Il servizio DacFx non è disponibile. Non è possibile eseguire operazioni di pubblicazione e generazione script. - - - Data API builder - Generatore di API dati - - - Data API builder Configuration - Configurazione del generatore di API dati - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - Generatore di API dati aperto. Continuare con {0} operazioni ({1}/{2}). - - - Data API builder with GitHub Copilot - Generatore di API dati con GitHub Copilot - - - Data Source - Origine dati - - - Data Type - Tipo di dati - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - Dati replicati automaticamente in OneLake in tempo reale tramite un endpoint di analisi SQL. - - - Data file folder - Cartella file di dati - - - Data type - Tipo di dati - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - Tipo di dati non corrispondente: '{0}' nella colonna '{1}' incompatibile con '{2}' in '{3}' - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - Importa ed esporta applicazione livello dati (Pacchetto di applicazione livello dati / BACPAC) - - - Data-tier Application - Applicazione livello dati - - - Data-tier Application File (.dacpac) - File dell'applicazione livello dati (con estensione dacpac) - - - Database - Database - - - Database - {0} - {0} is the database name - Database - {0} - - - Database Description - Descrizione database - - - Database Details - Dettagli database - - - Database Name - Nome database - - - Database Name is required - Il nome del database è obbligatorio - - - Database Project - Progetto di database - - - Database changed successfully - Modifica del database completata - - - Database is required - Il database è obbligatorio - - - Database list - Elenco database - - - Database name - Nome del database - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - Il nome del database contiene caratteri non validi. Evita di usare: < > * ? " / \ | - - - Database name is required - Il nome del database è obbligatorio - - - Database name is too long. Maximum length is 128 characters - Il nome del database è troppo lungo. La lunghezza massima è 128 caratteri - - - Database name must be 128 characters or fewer - Il nome del database deve contenere al massimo 128 caratteri - - - Database not found on the server - Database non trovato sul server - - - Database pauses until the next billing cycle when free amount is renewed. - Il database viene messo in pausa fino al ciclo di fatturazione successivo, quando l'importo gratuito viene rinnovato. - - - Database the table is created in - Database in cui viene creata la tabella - - - Default - Predefinito - - - Default Value - Valore predefinito - - - Define who can access this endpoint - Definire chi può accedere a questo endpoint - - - Define who can execute this stored procedure - Consente di definire chi può eseguire questa stored procedure - - - Definition - Definizione - - - Definition type - Tipo di definizione - - - DefinitionRequestCompleted - Richiesta della definizione completata - - - DefinitionRequested - Definizione richiesta - - - Delete - Elimina - - - Delete 1 row - Elimina 1 riga - - - Delete Confirmation - Conferma eliminazione - - - Delete Contents - Elimina contenuto - - - Delete Row - Elimina riga - - - Delete backup and restore history - Eliminare la cronologia delle operazioni di backup e ripristino - - - Delete saved connection - Elimina connessione salvata - - - Delete {0} rows - Elimina {0} righe - - - Deleted - Eliminato - - - Deleted column '{0}' - {0} is the column name - Colonna '{0}' eliminata - - - Deleted foreign key '{0}' - {0} is the foreign key name - Chiave esterna '{0}' eliminata - - - Deleted table {0} - {0} is the qualified table name - Tabella {0} eliminata - - - Deleting Container... - Eliminazione del contenitore... - - - Deny - Nega - - - Deploy - Distribuisci - - - Deploy DAB Container - Distribuire il contenitore DAB - - - Deploy a .dacpac file to a new or existing SQL database - Distribuire un file con estensione dacpac in un database SQL nuovo o esistente - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - Distribuisci ed estrai file .dacpac o importa/esporta pacchetti .bacpac usando un flusso di lavoro integrato e semplificato nell'estensione MSSQL. - - - Deploy to Existing Database - Distribuisci nel database esistente - - - Deploy, extract, import, or export data-tier applications on the selected database - Distribuisci, estrai, importa o esporta applicazioni livello dati nel database selezionato - - - Deploying DACPAC... - Distribuzione del pacchetto di applicazione livello dati in corso... - - - Deployment Complete - Distribuzione completata - - - Deployment Failed - Distribuzione non riuscita - - - Deployment Name - Nome distribuzione - - - Deployment failed - Distribuzione non riuscita - - - Deployment finished - Distribuzione completata - - - Deployment in progress - Distribuzione in corso - - - Description - Descrizione - - - Description for the table. - Descrizione della tabella. - - - Description: {0} - {0} is the task description - Descrizione: {0} - - - Deselect All - Deseleziona tutto - - - Design API - API di progettazione - - - Design Schemas with GitHub Copilot - Progettare schemi con GitHub Copilot - - - Details - Dettagli - - - Details panel actions - Azioni del pannello Dettagli - - - Details panel tabs - Schede del pannello Dettagli - - - Details tab - displays all event properties - Scheda Dettagli - visualizza tutte le proprietà dell'evento - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - Database transazionale adatto agli sviluppatori che usa il motore di database SQL di Microsoft Azure, senza costi per prototipazione e apprendimento. - - - Developer-friendly transactional database using the Azure SQL Database Engine. - Database transazionale ottimizzato per gli sviluppatori, basato sul motore di Database SQL di Azure. - - - Differential - Differenziale - - - Directory not found - Directory non trovata - - - Disable all entities - Disabilita tutte le entità - - - Disable intellisense and syntax error checking on current document - Disabilita IntelliSense e il controllo degli errori di sintassi T-SQL nel documento corrente - - - Disabled - Disabilitato - - - Disabled globally - Disabilitato a livello globale - - - Discard - Rimuovi - - - Disconnect - Disconnetti - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Disconnettersi dalla connessione "{0}" (ID: {1})? - - - Disconnect the active SQL document from the database - Disconnettere il documento SQL attivo dal database - - - Disconnected on document "{0}" - {0} is the document name - Disconnessione eseguita nel documento "{0}" - - - Disconnected successfully - Disconnessione completata - - - Disconnected. - Disconnesso. - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Disconnessione dalla connessione "{0}" (ID: {1}) - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - Scopri come il database SQL in Fabric, Azure SQL e SQL Server sta ridefinendo lo sviluppo delle app moderne. Unisciti a ingegneri e colleghi che sfidano i limiti di prestazioni, dell'integrazione dell'intelligenza artificiale e produttività degli sviluppatori. - - - Dismiss - Ignora - - - Displays the data type name for the column - Visualizza il nome del tipo di dati per la colonna. - - - Displays the description of the column - Visualizza la descrizione della colonna - - - Displays the unified data type (including length, scale and precision) for the column - Visualizza il tipo di dati unificato (inclusi lunghezza, scala e precisione) per la colonna - - - Dissatisfied - Insoddisfacente - - - Distinct - Distinto - - - Distinct Count: {0} - {0} is the distinct count - Valori distinti: {0} - - - Do not compress backup - Non comprimere il backup - - - Do not connect - Non eseguire la connessione - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - Si è interessati a partecipare a un rapido sondaggio sull’estensione MSSQL per VS Code? - - - Do you want to always display query results in a new tab instead of the query pane? - Visualizzare sempre i risultati della query in una nuova scheda anziché nel riquadro query? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - Abilitare 'Certificato del server attendibile' in questa connessione e riprovare? - - - Docker Desktop must be installed and running on your machine. - Docker Desktop deve essere installato e in esecuzione sul computer. - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - Non è stato possibile avviare Docker entro il periodo di timeout. Avviare manualmente Docker e riprovare. - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Docker non è installato o non è in PATH. Si prega di installare Docker Desktop e riprovare. - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Docker richiede autorizzazioni radice per l'esecuzione. Eseguire Docker con sudo o aggiungere l'utente al gruppo Docker usando sudo usermod -aG docker $USER. Riavviare quindi il computer e riprovare. - - - Don't Save - Non salvare - - - Don't Show Again - Non visualizzare più - - - Don't show this again - Non visualizzare più - - - Download offline VSIX - Scarica VSIX offline - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - Scaricare l'estensione keymap per importare automaticamente le mappature dei tasti da Azure Data Studio. Queste modifiche appariranno nelle preferenze delle scorciatoie da tastiera. - - - Downloading the Data API builder container image - Download dell'immagine del contenitore del generatore di API dati - - - Drizzle - Drizzle - - - Drop - Rimuovi - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - Rimuovere "{0}" da "{1}". L'azione non può essere annullata. - - - Drop Database - Rimuovi database - - - Drop Database Options - Rimuovi opzioni di database - - - Drop active connections - Rimuovere le connessioni attive - - - Dropping database - Rimozione del database in corso... - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - Configurare facilmente un SQL Server locale senza uscire dall'estensione VS Code. Sono sufficienti pochi clic per installare, configurare e gestire il server senza sforzo. - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - Inizia con il livello Gratuito del database SQL di Azure per creare e connetterti a un database direttamente dall'editor senza alcun costo. - - - Edit Connection Group - {0} - {0} is the connection group name - Modifica gruppo di connessione - {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - Modifica gruppo di connessione: {0} - - - Edit Data - Modifica dati - - - Edit Database Connection - {0} - {0} is the name of the connection profile - Modifica connessione di database - {0} - - - Edit Table - Modifica tabella - - - Edit an existing connection profile - Modificare un profilo di connessione esistente - - - Edit connection profile - Modificare il profilo di connessione - - - Edit your schema to see changes here. - Modificare lo schema per vedere le modifiche qui. - - - Edit {0} - {0} is the name of the connection profile - Modifica {0} - - - Either profileId or serverName must be provided. - È necessario specificare profileId o serverName. - - - Elapsed time: {0} - {0} is the task elapsed time - Tempo trascorso: {0} - - - Enable 'Trust Server Certificate' - Abilitare “Certificato del server attendibile” - - - Enable Code Analysis on Build - Abilita analisi codice su compilazione - - - Enable GraphQL in API Type to expose this entity through GraphQL. - Abilitare GraphQL come tipo di API per esporre l'entità tramite GraphQL. - - - Enable MCP in API Type to use this DML tools setting. - Abilita MCP come tipo di API per usare l'impostazione degli strumenti DML. - - - Enable MCP in API Type to use this custom tool setting. - Abilitare MCP come tipo di API per usare l'impostazione dello strumento personalizzato. - - - Enable REST in API Type to expose this entity through REST. - Abilitare REST come tipo di API per esporre l'entità tramite REST. - - - Enable Trust Server Certificate - Abilitare Certificato del server attendibile - - - Enable all CRUD operations - Abilita tutte le operazioni CRUD - - - Enable all entities - Abilita tutte le entità - - - Enable all rules in {0} - {0} is the category name, e.g. Design - Abilitare tutte le regole in {0} - - - Enable or disable SQLCMD mode for the active SQL document - Abilita o disabilita la modalità SQLCMD per il documento SQL attivo - - - Enable {0} - {0} is the entity name - Abilitare {0} - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - Abilita {0} - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - Abilita {0} a livello globale - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - Abilitare {0} come tipo di API per esporre l'entità. - - - Enabled - Abilitato - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - Si è verificato un problema? È possibile condividere i dettagli con microsoft aprendo un problema di GitHub per consentirci di migliorarlo. - - - Encrypt - Crittografa - - - Encryption - Crittografia - - - Encryption Algorithm - Algoritmo di crittografia - - - Encryption Type - Tipo di crittografia - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - La crittografia è stata abilitata in questa connessione; esaminare la configurazione del certificato e SSL per l’SQL Server di destinazione o abilitare 'Considera attendibile il certificato del server' nella finestra di dialogo di connessione. - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - La crittografia è stata abilitata in questa connessione; rivedere la configurazione SSL e del certificato per SQL Server di destinazione o impostare 'Certificato del server attendibile' su 'true'. Nota: un certificato autofirmato offre solo una protezione limitata e non è una procedura consigliata per gli ambienti di produzione. - - - End IP Address - Indirizzo IP finale - - - Ends With - Termina con - - - Ends with - Termina con - - - Engine: {0} - {0} is the engine type - Motore: {0} - - - Ensuring Docker Desktop is running - Verificare che Docker Desktop sia in esecuzione - - - Enter Database Description - Immettere la descrizione del database - - - Enter Database Name - Immettere il nome del database - - - Enter a date... - Immettere una data... - - - Enter a name for the new profiler session - Immettere un nome per la nuova sessione del profiler - - - Enter a name for the new resource group - Immettere un nome per il nuovo gruppo di risorse - - - Enter a name for the new server - Immetti un nome per il nuovo server - - - Enter a number... - Immettere un numero... - - - Enter admin password - Immetti la password dell'amministratore - - - Enter admin username - Immettere il nome utente amministratore - - - Enter application name - Immettere nome dell'applicazione - - - Enter connection group name - Immettere il nome del gruppo di connessione - - - Enter container name - Immetti il nome contenitore - - - Enter database name - Immetti nome del database - - - Enter description (optional) - Immettere la descrizione (facoltativo) - - - Enter desired column width in pixels - Immettere la larghezza di colonna desiderata in pixel - - - Enter hostname - Immetti il nome host - - - Enter new column width - Specificare la larghezza della nuova colonna - - - Enter new database name - Immettere il nuovo nome del database - - - Enter new password - Immetti la nuova password - - - Enter password - Immetti la password - - - Enter port - Immetti la porta - - - Enter profile name - Immetti il nome profilo - - - Enter resource group name - Immettere il nome del gruppo di risorse - - - Enter server name - Immetti il nome del server - - - Enter text... - Immetti testo... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - Immettere la password di accesso SQL per l'utente '{0}'. - - - Enter the path for the output file - Inserire il percorso del file di output - - - Enter user name - Immetti il nome utente - - - Enter username - Immettere il nome utente - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - L'entità '{0}' non è supportata dal generatore di API dati. {1} - - - Entity Endpoints - Endpoint entità - - - Entity Name - Nome entità - - - Entity name used in API routes - Nome di entità usato nelle route API - - - Entity not found: {0} - {0} is the entity reference - Entità non trovata: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - Riferimento all'entità risolto in più di un'entità: {0} - - - Entra token cache cleared successfully. - La cancellazione della cache dei token di Entra è stata completata. - - - Equal to - Uguale a - - - Equals - Uguale a - - - Error - Errore - - - Error Message: - Messaggio di errore: - - - Error code: - Codice errore: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - Errore di connessione al server "{0}". Dettagli: {1} - - - Error connecting to: - Errore di connessione a: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - Errore durante la creazione della regola del firewall {0}. Controllare le impostazioni dell'account Azure e riprovare. Errore: {1} - - - Error fetching schemas for the selected database. - Errore durante il recupero degli schemi per il database selezionato. - - - Error fetching the table preview. - Errore durante il recupero dell'anteprima della tabella. - - - Error generating text view. Please try switching back to grid view. - Errore durante la generazione della visualizzazione Testo. Prova a tornare alla visualizzazione Griglia. - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - Si è verificato un errore durante il caricamento delle informazioni sull'account Azure per l'ID tenant '{0}' - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - Si è verificato un errore durante il caricamento dei database di Azure per la sottoscrizione {0} ({1}). Confermare di disporre dell'autorizzazione. - - - Error loading Azure subscriptions. - Errore durante il caricamento delle sottoscrizioni di Azure. - - - Error loading Schema Designer - Errore durante il caricamento di Progettazione schemi - - - Error loading Table Designer - Errore durante il caricamento di Progettazione tabelle - - - Error loading database objects - Errore durante il caricamento degli oggetti del database - - - Error loading databases - Errore durante il caricamento dei database - - - Error loading preview - Errore durante il caricamento dell'anteprima - - - Error loading servers - Errore durante il caricamento dei server - - - Error loading subscriptions - Errore durante il caricamento delle sottoscrizioni - - - Error loading summary - Errore durante il caricamento del riepilogo - - - Error loading summary: {0} - {0} is the error message - Errore durante il caricamento del riepilogo: {0} - - - Error loading workspaces - Errore durante il caricamento delle aree di lavoro - - - Error loading workspaces. Please try choosing a different account or tenant. - Errore durante il caricamento delle aree di lavoro. Provare a scegliere un account o un tenant diverso. - - - Error loading; refresh to try again - Errore durante il caricamento; aggiornare per riprovare - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - Si è verificato un errore durante la migrazione dell'ID connessione {0} al nuovo formato. Ricreare questa connessione per utilizzarla. -Errore: -{1} - - - Error occurred opening content in editor. - Si è verificato un errore durante l'apertura del contenuto nell'editor. - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - Errore durante l'aggiornamento del token; potrebbe essere necessario uscire e accedere di nuovo: {0} - - - Error retrieving server list: {0} - {0} is the error message - Errore durante il recupero dell'elenco server: {0} - - - Error running Docker commands. Please make sure Docker is running. - Errore durante l'esecuzione dei comandi Docker. Assicurarsi che Docker sia in esecuzione. - - - Error signing into Azure: {0} - {0} is the error message - Errore durante l'accesso ad Azure: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - Errore durante la convalida del token di autenticazione Entra; potrebbe essere necessario aggiornare il token: {0} - - - Error when refreshing token - Errore durante l'aggiornamento del token - - - Error {0}: {1} - {0} is the error number -{1} is the error message - Errore {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - Errore {0}: {1}. Eseguire l'accesso con un altro utente e cambiare la password usando ALTER LOGIN. - - - Error: - Errore: - - - Error: Failed to parse query result data. - Errore: non è possibile analizzare i dati dei risultati della query. - - - Error: Login failed. Retry using different credentials? - Errore: accesso non riuscito. Riprovare con credenziali diverse? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - Errore: non è possibile connettersi usando le informazioni di connessione fornite. Ripetere la creazione del profilo? - - - Error: Unrecognized query result data. - Errore: dati dei risultati della query non riconosciuti. - - - Error: {0} - {0} is the error message - Errore: {0} - - - Estimated Operator Cost - Costo stimato operatore - - - Estimated Subtree Cost - Costo stimato sottoalbero - - - Event details for {0} - {0} is the name of the profiler event - Dettagli evento per {0} - - - Event properties list - Elenco proprietà evento - - - Example: Find queries with {0} > 100 - {0} is the column name - Esempio: trova query con {0} > 100 - - - Excel - Excel - - - Exclude Object Types - Escludi i tipi di oggetto - - - Execute - Esegui - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - Eseguire l'operazione '{0}' nel generatore di API dati? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - Eseguire l'operazione '{0}' nella finestra di progettazione dello schema? - - - Execute Query - Esegui query - - - Execute SQL against SQL Server / Azure SQL - Eseguire SQL su SQL Server/Azure SQL - - - Execute Selection or Current Statement - Esegui selezione o istruzione corrente - - - Execute only the T-SQL statement under the cursor - Esegui solo l'istruzione T-SQL sotto il cursore - - - Executing '{0}' operation on Data API builder - {0} is the operation name - Esecuzione dell'operazione '{0}' nel generatore di API dati in corso... - - - Executing '{0}' operation on schema designer - {0} is the operation name - Esecuzione dell'operazione '{0}' nella finestra di progettazione dello schema - - - Executing query... - Esecuzione della query in corso... - - - Execution Plan - Piano di esecuzione - - - Execution cancelled - Esecuzione annullata - - - Execution time unavailable - Tempo di esecuzione non disponibile - - - Existing Database - Database esistente - - - Existing File - File esistente - - - Existing SQL Server - SQL Server esistente - - - Expand - Espandi - - - Expand All - Espandi tutto - - - Expand Subscription Explorer - Espandi Esplora sottoscrizioni - - - Expand Workspace Explorer - Espandi Esplora aree di lavoro - - - Expand all groups - Espandi tutti i gruppi - - - Expand connection groups - Espandere i gruppi di connessione - - - Expand connections - Espandere connessioni - - - Expand properties pane - Espandere riquadro proprietà - - - Expand selection down - Espandi la selezione verso il basso - - - Expand selection left - Espandi la selezione a sinistra - - - Expand selection right - Espandi la selezione a destra - - - Expand selection up - Espandi la selezione verso l'alto - - - Expand settings - Espandi impostazioni - - - Expand the active grid to fill the panel - Espandi la griglia attiva per riempire il pannello - - - Expand {0} - {0} is the category name, e.g. Design - Espandere {0} - - - Expiration - Scadenza - - - Explore tutorials, docs, and what's coming next. - Esplora esercitazioni, documenti e novità. - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - Esplora, progetta ed evolvi gli schemi di database con indicazioni intelligenti, code-first e data-first - - - Explorer - Explorer - - - Export - Esporta - - - Export & Close - Esporta e chiudi - - - Export BACPAC - Esporta BACPAC - - - Export all captured events to a CSV file - Esporta tutti gli eventi acquisiti in un file CSV - - - Export all results as INSERT statements - Esporta tutti i risultati come istruzioni INSERT - - - Export all results to a CSV file - Esporta tutti i risultati in un file CSV - - - Export all results to a JSON file - Esporta tutti i risultati in un file JSON - - - Export all results to an Excel file - Esporta tutti i risultati in un file Excel - - - Export the schema and data from a SQL database to a .bacpac file - Esportare lo schema e i dati da un database SQL in un file con estensione bacpac - - - Export to CSV - Esporta in CSV - - - Export to Excel - Esporta in Excel - - - Export to JSON - Esporta in JSON - - - Export to PDF - Esporta in PDF - - - Export to tab delimited - Esporta in una file con valori delimitati da tabulazioni - - - Export to text format - Esporta in formato testo - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - Barra degli strumenti di esportazione per il set di risultati {0} - - - Exporting BACPAC... - Esportazione di BACPAC in corso... - - - Expose as MCP DML tools - Esponi come strumenti DML MCP - - - Expose as MCP custom tool - Esponi come strumento personalizzato MCP - - - Expose this entity through GraphQL - Esporre l'entità tramite GraphQL - - - Expose this entity through REST - Esporre l'entità tramite REST - - - Expose {0} - {0} is the backing database column name - Esponi {0} - - - Expression - Espressione - - - Extend the current selection one cell down - Estendi la selezione corrente di una cella verso il basso - - - Extend the current selection one cell left - Estendi la selezione corrente di una cella a sinistra - - - Extend the current selection one cell right - Estendi la selezione corrente di una cella a destra - - - Extend the current selection one cell up - Estendi la selezione corrente di una cella verso l'alto - - - Extended Events Log Files - File registro eventi estesi - - - Extension Shortcuts - Tasti di scelta rapida dell'estensione - - - Extension and deployment actions - Azioni di estensione e distribuzione - - - Extract DACPAC - Estrai pacchetto di applicazione livello dati - - - Extract the schema from a SQL database to a .dacpac file - Estrarre lo schema da un database SQL in un file con estensione dacpac - - - Extracting DACPAC... - Estrazione di pacchetto di applicazione livello dati in corso... - - - Extremely likely - Molto probabile - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - Si è verificato un errore dell'API di Fabric ({0}): {1} - - - Fabric Account - Account Fabric - - - Fabric Account is required - È richiesto un account Fabric - - - Fabric Databases - Database di Fabric - - - Fabric Workspaces - Aree di lavoro di Fabric - - - Fabric databases in Query Profiler - Database Fabric in Query Profiler - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - Fabric non è supportato nel cloud corrente ({0}). Assicurarsi che l'impostazione '{1}' sia configurata correttamente. - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - Errore API di Fabric a esecuzione prolungata con codice errore '{0}': {1} - - - Failed - Operazione non riuscita - - - Failed disposing query: {0} - {0} is the error message - Eliminazione della query non riuscita: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - Non è stato possibile ottenere il token per l'account '{0}' e il tenant '{1}' - - - Failed to add table to schema designer. - Non è possibile aggiungere la tabella alla finestra di progettazione dello schema. - - - Failed to add table. - Non è possibile aggiungere la tabella. - - - Failed to add text to workspace: {0} - {0} is the error message - Non è stato possibile aggiungere testo all'area di lavoro: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - Non è stato possibile applicare le modifiche: '{0}' - - - Failed to apply schema. - Non è possibile applicare lo schema. - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - Applicazione delle modifiche di Sposta nello schema non riuscita. Verificare che i file siano scrivibili e riprovare. - - - Failed to change database - Non è stato possibile modificare il database - - - Failed to connect - Non è possibile connettersi - - - Failed to connect to database: {0} - {0} is the database name - Non è possibile eseguire la connessione al database: {0} - - - Failed to connect to server - Non è stato possibile connettersi al server - - - Failed to connect to server. - Impossibile connettersi al server. - - - Failed to connect to the selected server. - Connessione al server selezionato non riuscita. - - - Failed to connect: {0} - {0} is the error message - Non è stato possibile connettersi: {0} - - - Failed to copy script: {0} - {0} is the error message - Non è stato possibile copiare lo script: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - Non è possibile copiare negli Appunti: {0} - - - Failed to create a new row: {0} - {0} is the error message - Non è stato possibile creare una nuova riga: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - Non è possibile creare il database "{0}". {1} - - - Failed to create firewall rule: {0} - {0} is the error message - Non è stato possibile creare la regola del firewall: {0} - - - Failed to create profiler session: {0} - {0} is the error message - Creazione della sessione del profiler non riuscita: {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - Non è stato possibile eliminare le credenziali con ID: {0}. {1} - - - Failed to delete table from schema designer. - Non è possibile eliminare la tabella dalla finestra di progettazione dello schema. - - - Failed to delete table. - Non è stato possibile eliminare la tabella. - - - Failed to delete {0}. - Failed to delete {0}. - Non è stato possibile eliminare {0}. - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - Non è possibile rimuovere il database "{0}". {1} - - - Failed to establish connection - Non è possibile stabilire la connessione - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - Non è possibile stabilire una connessione con ID "{0}". Verificare i dettagli della connessione e la connettività di rete. - - - Failed to export profiler events: {0} - {0} is the error message - Non è stato possibile esportare gli eventi di Profiler: {0} - - - Failed to export results: {0} - {0} is the error message - Non è stato possibile esportare la risorsa: {0} - - - Failed to fetch Docker container tags: {0} - Non è stato possibile recuperare i tag del contenitore Docker: {0} - - - Failed to fetch user tokens. - Non è stato possibile recuperare i token utente. - - - Failed to generate SqlPackage command: {0} - Non è possibile generare il comando SqlPackage: {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - Non è stato possibile generare lo script di pubblicazione: '{0}' - - - Failed to generate script. Please check the logs for more details. - Non è stato possibile generare lo script. Per altri dettagli, controllare i log. - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - Non è stato possibile generare lo script: '{0}' - - - Failed to generate script: {0} - {0} is the error message - Non è stato possibile generare lo script: {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - Non è possibile ottenere le aree di lavoro di Fabric per il tenant '{0} ({1})'. - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - Non è possibile ottenere le aree di lavoro di Fabric per il tenant '{0} ({1})': {2} - - - Failed to get authentication method, please remove and re-add the account. - Non è stato possibile ottenere il metodo di autenticazione. Rimuovere e aggiungere di nuovo l'account. - - - Failed to get connection string: {0} - Recupero della stringa di connessione non riuscito: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - Non è possibile ottenere il tenant '{0}' per l'account '{1}'. - - - Failed to import file. - Non è stato possibile importare il file. - - - Failed to launch profiler: {0} - {0} is the error message - Avvio del profiler non riuscito: {0} - - - Failed to list databases - Creazione dell'elenco dei database non riuscita - - - Failed to load code analysis rules - Non è possibile caricare le regole di analisi del codice - - - Failed to load data: {0} - {0} is the error message - Non è stato possibile caricare i dati: {0} - - - Failed to load databases - Non è stato possibile caricare i database - - - Failed to load publish profile - Non è possibile caricare il profilo di pubblicazione - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - Non è stato possibile ottenere il token per la risorsa '{1}'. Errore: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - Apertura di Modifica dati non riuscita: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - Apertura di Modifica tabella non riuscita: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - Apertura della Progettazione schema non riuscita: {0} - - - Failed to open Table Designer: {0} - {0} is the error message - Apertura della Progettazione tabelle non riuscita: {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - Non è stato possibile aprire l'URL. Il browser semplice integrato potrebbe essere disabilitato. - - - Failed to open XEL file: {0} - {0} is the error message - Non è stato possibile aprire il file XEL: {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - Non è stato possibile aprire il file scmp: '{0}' - - - Failed to open script in editor. - Non è stato possibile aprire lo script nell'editor. - - - Failed to open script: {0} - {0} is the error message - Non è stato possibile aprire lo script: {0} - - - Failed to open text in editor: {0} - {0} is the error message - Non è stato possibile aprire il testo nell'editor: {0} - - - Failed to pull DAB container image. Please check your network connection. - Non è possibile eseguire il pull dell'immagine del contenitore DAB. Verificare la connessione di rete. - - - Failed to pull SQL Server image. Please check your network connection and try again. - Pull dell'immagine di SQL Server non riuscito. Controllare la connessione di rete e riprovare. - - - Failed to read saved rule overrides from project - Non è possibile leggere gli override di regole salvate eseguiti dal progetto - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - Non è stato possibile aggiornare la connessione ${0} con l'URI {1}. Risultato della connessione non valido. - - - Failed to remove row: {0} - {0} is the error message - Non è stato possibile rimuovere la riga: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - Non è possibile rinominare il database "{0}" in "{1}". {2} - - - Failed to resolve the refactor log for this file: {0} - Non è possibile risolvere il log di refactoring per il file: {0} - - - Failed to revert cell: {0} - {0} is the error message - Non è stato possibile ripristinare la cella: {0} - - - Failed to revert row: {0} - {0} is the error message - Non è possibile ripristinare la riga: {0} - - - Failed to run table query. - Non è possibile eseguire la query di tabella. - - - Failed to run table query: {0} - {0} is the error message - Non è possibile eseguire la query di tabella: {0} - - - Failed to save changes: {0} - {0} is the error message - Non è stato possibile salvare le modifiche: {0} - - - Failed to save code analysis rules - Non è possibile salvare le regole di Code Analysis - - - Failed to save publish profile - Non è possibile salvare il profilo di pubblicazione - - - Failed to save results. {0} - {0} is the error message - Salvataggio dei risultati non riuscito. {0} - - - Failed to save results: {0} - {0} is the underlying error message - Salvataggio dei risultati non riuscito: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - Non è stato possibile salvare il file scmp: '{0}' - - - Failed to script object: {0} - {0} is the error message - Generazione dello script dell'oggetto non riuscita: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - Non è stato possibile avviare '{0}': {1} - - - Failed to start DAB container. - Non è possibile avviare il contenitore DAB. - - - Failed to start DAB container. Please check the Docker logs for details. - Non è possibile avviare il contenitore DAB. Controllare i log Docker per i dettagli. - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - Non è possibile avviare il contenitore di SQL Server. Controllare il messaggio di errore per altri dettagli, quindi riprovare. - - - Failed to start profiler: {0} - {0} is the error message - Impossibile avviare il profiler: {0} - - - Failed to start query. - Non è possibile avviare la query. - - - Failed to start {0}. - Failed to start {0}. - Non è stato possibile avviare {0}. - - - Failed to stop and remove DAB container. - Non è possibile arrestare e rimuovere il contenitore DAB. - - - Failed to stop {0}. - Failed to stop {0}. - Non è stato possibile arrestare {0}. - - - Failed to update cell: {0} - {0} is the error message - Non è stato possibile aggiornare la cella: {0} - - - Failed to update schema designer. - Non è possibile aggiornare la finestra di progettazione dello scherma. - - - Failed to update table in schema designer. - Non è possibile aggiornare la tabella nella finestra di progettazione dello schema. - - - Failed to update table. - Non è possibile aggiornare la tabella. - - - Feedback - Feedback - - - Fetching {0} script... - {0} is the script type - Recupero dello script {0} in corso... - - - File - File - - - File (Read-Only) - File (sola lettura) - - - File Name - Nome file - - - File already exists. It will be overwritten if you continue - File già esistente. Se prosegui verrà sovrascritto - - - File imported successfully - File importato correttamente - - - File is required - Il file è obbligatorio - - - File name is required - Nome file obbligatorio - - - File not found - File non trovato - - - File path - Percorso file - - - File path is required - Il percorso del file è obbligatorio - - - File to be imported - File da importare - - - File type - Tipo di file - - - File: {0} - {0} is the file name - File: {0} - - - Files - File - - - Files of Type - File di tipo - - - Filter - Applicare il filtro - - - Filter ({0}) - {0} is the number of selected tables - Filtro ({0}) - - - Filter Azure subscriptions - Filtra sottoscrizioni di Azure - - - Filter Changes - Filtra modifiche - - - Filter Options - Opzioni filtro - - - Filter Settings - Impostazioni filtro - - - Filter active - Filtra attivo - - - Filter by keyword - Filtra per parola chiave - - - Filter by name - Filtra per nome - - - Filter by schema - Filtra per schema - - - Filter by severity - Filtra in base alla gravità - - - Filter by type - Filtra per tipo - - - Filter changes - Filtra modifiche - - - Filter entities - Filtrare le entità - - - Filter entities... - Filtrare le entità - - - Filter events by column values - Filtra eventi in base ai valori delle colonne - - - Filter for any field... - Filtra per qualsiasi campo... - - - Filter operator - Operatore di filtro - - - Filter shortcuts - Tasti di scelta rapida filtro - - - Filter value - Valore filtro - - - Filter {0} - Filtro {0} - - - Filter... - Filtra... - - - Filter: {0} - {0} is the column name - Filtro: {0} - - - Filters - Filtri - - - Find - Trova - - - Find Next - Trova successivo - - - Find Node - Trova nodo - - - Find Nodes - Trova nodi - - - Find Previous - Trova precedente - - - Finish - Fine - - - Finished Deployment - Distribuzione completata - - - Finished query execution for document "{0}" - {0} is the document name - L'esecuzione della query per il documento "{0}" è stata terminata - - - Firewall - Firewall - - - Firewall rule name - Nome regola del firewall - - - Firewall rule successfully added. Retry profile creation? - La regola del firewall è stata aggiunta. Ripetere la creazione del profilo? - - - Firewall rule successfully created. - La regola del firewall è stata creata. - - - First Page - Prima pagina - - - Flat - Semplice - - - Focus the Messages tab - Sposta lo stato attivo sulla scheda Messaggi - - - Focus the Query Plan tab - Sposta lo stato attivo sulla scheda Piano di query - - - Focus the Results tab in the query results panel - Sposta lo stato attivo sulla scheda Risultati nel pannello dei risultati della query - - - Folder Path - Percorso cartella - - - Folder Structure - Struttura cartella - - - Folder is required - La cartella è obbligatoria - - - Folder path - Percorso cartella - - - Folder path is required - Percorso cartella obbligatorio - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - Per dati numerici, il numero massimo di cifre decimali che è possibile archiviare in questo oggetto di database a destra della virgola. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - Per dati numerici, il numero massimo di cifre decimali che è possibile archiviare in questo oggetto di database. - - - Force fit columns - Imponi adattamento colonne - - - Foreign Column - Colonna esterna - - - Foreign Key - Chiave esterna - - - Foreign Key {0} - {0} is the index of the foreign key - Chiave esterna {0} - - - Foreign Keys - Chiavi esterne - - - Foreign Table - Tabella della chiave esterna - - - Foreign key '{0}' already exists - {0} is the foreign key name - La chiave esterna '{0}' esiste già - - - Foreign key column mappings are required. - I mapping della colonna chiave esterna sono obbligatori. - - - Foreign key column mappings must be the same length. - I mapping della colonna chiave esterna devono avere la stessa lunghezza. - - - Foreign keys - Chiavi esterne - - - Formula - Formula - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - Trovata promessa di riconnessione in sospeso per l'URI {0}, non riuscita. - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - Trovata promessa di riconnessione in sospeso per l'URI {0}, in attesa. - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - Trovati {0} profili di connessione salvati. - - - Free compute & storage - Risorse di calcolo e archiviazione gratuite - - - Free offer applied - È stata applicata l'offerta gratuita - - - Freeze columns - Blocca colonne - - - From - Label for the start IP address in the firewall rule IP range - Da - - - Full - Completo - - - Function - Funzione - - - Functions - Funzioni - - - General - Generale - - - General Options - Opzioni generali - - - General Purpose - Utilizzo generico - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - Genera configurazioni di Generatore di API dati usando il linguaggio naturale tramite la chat e gli strumenti agent di GitHub Copilot. Descrivi i requisiti della tua API e lascia che GitHub Copilot crei la configurazione per te. - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - Genera gli endpoint REST, GraphQL e MCP dagli oggetti del database SQL (tabelle). Puoi modificare la configurazione manualmente o tramite GitHub Copilot per pianificare e generare gli aggiornamenti e quindi distribuirli in locale con Docker. - - - Generate Script - Genera script - - - Generate mock data and seed scripts to support testing and development environments - Genera dati fittizi e script di seeding per supportare gli ambienti di test e sviluppo - - - Generate script to deploy changes to target - Genera script per distribuire le modifiche nella destinazione - - - Generate sqlpackage command - Generare il comando sqlpackage - - - Generated file added to {0} - {0} is the generated file path - File generato aggiunto a {0} - - - Generating Report. This may take a while... - È in corso la generazione del report. L'operazione potrebbe richiedere del tempo... - - - Generating SAS key failed: {0} - {0} is the error message - Generazione della chiave SAS non riuscita: {0} - - - Generating report, this might take a while... - Generazione del report in corso. Questa operazione potrebbe richiedere del tempo... - - - Generating script... - Generazione script in corso... - - - Geo-redundant backup storage - Archivio di backup con ridondanza geografica - - - Get Connection Details - Ottieni i dettagli della connessione - - - Get Started - Attività iniziali - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Ottenere dettagli di connessione per la connessione "{0}" (ID: {1})? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - Ricevi raccomandazioni sulla sicurezza, ad esempio come evitare l'SQL injection o autorizzazioni eccessive - - - Getting Docker Ready... - Preparazione di Docker... - - - Getting Fabric database '{0}' - {0} is the database ID - Recupero del database di Fabric '{0}' - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - Recupero dell'area di lavoro Fabric '{0}' - - - Getting Started - Attività iniziali - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Acquisizione dei dettagli di connessione per la connessione "{0}" (ID: {1}) - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - Recupero della stringa di connessione per l'endpoint SQL '{0}' nell'area di lavoro '{1}' - - - Getting container ready for connections - Preparazione del contenitore per le connessioni - - - Getting definition ... - Recupero della definizione... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot - Procedura dettagliata VS Code - - - GitHub Copilot integration in Data API builder - Integrazione GitHub Copilot in Generatore di API dati - - - GitHub Copilot survey - Sondaggio GitHub Copilot - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - Parametri di utilizzo dello strumento non validi: "{0}". ({1}) - - - GraphQL - GraphQL - - - Greater Than - Maggiore di - - - Greater Than or Equals - Maggiore o uguale a - - - Greater than - Maggiore di - - - Greater than or equal to - Maggiore o uguale a - - - Grid View - Visualizzazione Griglia - - - Group by - Raggruppa per - - - Group differences by - Raggruppa le differenze per - - - Help - Guida - - - Help us improve by sharing your thoughts. - Aiutaci a migliorare condividendo le tue opinioni. - - - Hide Changes - Nascondi modifiche - - - Hide Changes Highlight - Nascondi evidenziazione delle modifiche - - - Hide Confirm Password - Nascondi Conferma password - - - Hide Definition - Nascondi definizione - - - Hide New Password - Nascondi nuova password - - - Hide SQL Pane - Nascondi riquadro SQL - - - Hide column - Nascondi colonna - - - Hide full error message - Nascondi messaggio di errore completo - - - Hide password - Nascondi password - - - Hide this panel - Nascondi questo pannello - - - Highlight Changes - Evidenzia modifiche - - - Highlight Expensive Operation - Evidenzia operazione costosa - - - Highlights - Highlights - - - Hostname - Nome host - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - Quanto è probabile che si consigli l’estensione MSSQL a un amico o un collega? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - Quanto è probabile che si consigli {0} a un amico o un collega? - - - How many tables are in this database? - Quante tabelle contiene il database? - - - Hue - Tonalità - - - I have read the summary and understand the potential risks. - Ho letto il riepilogo e ho compreso i potenziali rischi. - - - I understand this action is permanent and irreversible - Sono consapevole che questa azione è permanente e irreversibile - - - I'm sorry, I can only assist with SQL-related questions. - È possibile fornire assistenza solo per le domande correlate a SQL. - - - IP address range - Intervallo di indirizzi IP - - - Identity - Identità - - - Ignore Options - Ignora opzioni - - - Ignore Tenant - Ignora tenant - - - Image tag - Tag immagine - - - Import BACPAC - Importa BACPAC - - - Import Data - Importa dati - - - Import File - Importa file - - - Import Flat File - Importa file flat - - - Import Information - Importazione informazioni - - - Import New File - Importa nuovo file - - - Import Status - Stato importazione - - - Import a .bacpac file to a new or empty database - Importare un file con estensione bacpac in un database nuovo o vuoto - - - Import anyway - Importare comunque - - - Import complete. You can close this dialog. - Importazione completata. È possibile chiudere questa finestra di dialogo. - - - Import connection configuration settings from Azure Data Studio - Importa impostazioni di configurazione della connessione da Azure Data Studio - - - Import failed: {0} - {0} is the error message returned from the import helper. - Importazione non riuscita: {0} - - - Import file is required - Il file di importazione è obbligatorio - - - Import from Azure Data Studio - Importa da Azure Data Studio - - - Import selected - Importare selezionati - - - Importance - Importanza - - - Importing BACPAC... - Importazione di BACPAC in corso... - - - Importing data... - Importazione dei dati in corso... - - - Importing selections - Importazione delle selezioni - - - In - In - - - In case you missed it - Nel caso te lo fossi perso - - - In progress - In corso - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - Nell'esperienza del generatore di API dati, la distribuzione del contenitore locale è disponibile solo per le connessioni che utilizzano l'autenticazione SQL. Il tipo di connessione corrente non è supportato. - - - Include - Includi - - - Include Object Types - Includi tipi di oggetto - - - Include all columns - Includi tutte le colonne - - - Include all object types - Includi tutti i tipi di oggetti - - - Incomplete or orphaned connections - Connessioni incomplete o orfane - - - Index - Indice - - - Indexes - Indici - - - Initializing DAB configuration... - Inizializzazione della configurazione DAB in corso... - - - Initializing comparison, this might take a while... - Inizializzazione del confronto. L'operazione potrebbe richiedere qualche istante... - - - Insert - Inserisci - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - Inserire il testo selezionato nell'editor di query usando {arg}. Se non si usa il segnaposto, il testo selezionato viene aggiunto automaticamente alla fine della query. - - - Install Docker - Installa Docker - - - Install the MSSQL Database Management Keymap extension - Installare l'estensione Keymap per la gestione del database MSSQL - - - Instant Container Setup - Configurazione immediata del contenitore - - - Insufficient Workspace Permissions - Autorizzazioni insufficienti per l'area di lavoro - - - Integrated - Integrato - - - Integrated & secure - Integrato e sicuro - - - Invalid Firewall rule name - Nome regola firewall non valido - - - Invalid IP Address - Indirizzo IP non valido - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - Password SQL Server non valida per {0}. La password deve avere una lunghezza di 8 - 128 caratteri e rispettare i requisiti di complessità. Per altre informazioni, vedere https://docs.microsoft.com/sql/relational-databases/security/password-policy - - - Invalid column reference. Use either id OR name. - Riferimento a colonna non valida. Usare l'ID o il nome. - - - Invalid column width - Larghezza della colonna non valida - - - Invalid connection URI provided. - È stato specificato un URI di connessione non valido. - - - Invalid connection string: {0} - Stringa di connessione non valida: {0} - - - Invalid database - Database non valido - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - Riferimento entità non valido. Usare ID oppure schemaName+tableName oppure schemaName+sourceName+sourceType. - - - Invalid file - File non valido - - - Invalid file extension. Expected .dacpac or .bacpac - Estensione file non valida. È previsto .dacpac o .bacpac - - - Invalid foreign key. - Chiave esterna non valida. - - - Invalid max length '{0}' - {0} is the max length - Lunghezza massima '{0}' non valida - - - Invalid table payload. Expected table with columns array. - Payload della tabella non valido. Prevista una tabella con un array di colonne. - - - Invalid table type - Il tipo di tabella non è valido - - - Is Computed - È calcolato - - - Is Identity - È identità - - - Is Ledger Database - Database libro mastro - - - Is Not Null - Non è Null - - - Is Null - È Null - - - Is Persisted - È persistente - - - Issues ({0}) - {0} is the number of issues - Problemi ({0}) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - Partecipa alle discussioni - - - Keep in query pane - Mantieni nel riquadro query - - - Key - Chiave - - - Keybinding - Tasto di scelta rapida - - - Keyboard Shortcuts editor - Editor dei tasti di scelta rapida - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - Non è possibile salvare le chiavi della cache dei token nell'archivio delle credenziali. Ciò potrebbe causare problemi di persistenza dei token di accesso Microsoft Entra ID e instabilità della connessione. È probabile che SqlTools abbia raggiunto il limite di archiviazione delle credenziali in Windows. Cancellare almeno 2 credenziali che iniziano con "Microsoft.SqlTools|" in Gestione credenziali di Windows e ricaricare. - - - LRS - Archiviazione con ridondanza locale - - - LRS backup (locally redundant) - Backup LRS (archiviazione con ridondanza locale) - - - Last Page - Ultima pagina - - - Learn More - Altre informazioni - - - Learn more - Altre informazioni - - - Learn more about Azure SQL Database free tier - Altre informazioni sul livello gratuito di database SQL di Azure - - - Learn more about SQL Server 2025 features - Altre informazioni sulle funzionalità di SQL Server 2025 - - - Leave the source database in the restoring state - Lasciare il database di origine nello stato di ripristino - - - Length - Lunghezza - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - Lunghezza non corrispondente: la colonna '{0}' ({1}) è incompatibile con '{2}' ({3}) - - - Less Than - Minore di - - - Less Than or Equals - Minore o uguale a - - - Less than - Minore di - - - Less than or equal to - Minore di o uguale a - - - Line {0} - {0} is the line number - Riga {0} - - - Link copied to clipboard - Collegamento copiato negli Appunti - - - List Connections - Elenca connessioni - - - List Databases - Elenca i database - - - List Functions - Elenca funzioni - - - List Schemas - Elenca schemi - - - List Tables - Elenca tabelle - - - List Views - Elenca visualizzazioni - - - List all connections registered with the mssql extension? - Elencare tutte le connessioni registrate con l'estensione mssql? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Elencare i database per la connessione "{0}" (ID: {1})? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Elencare le funzioni per la connessione "{0}" (ID: {1})? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Elencare gli schemi per la connessione "{0}" (ID: {1})? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Elencare le tabelle per la connessione "{0}" (ID: {1})? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Elencare le visualizzazioni per la connessione "{0}" (ID: {1})? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - Elenco dei database SQL di Fabric per l'area di lavoro '{0}' - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - Elenco degli endpoint SQL di Fabric per l'area di lavoro '{0}' - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - Elenco dei warehouse di Fabric per l'area di lavoro '{0}' - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - Elenco delle capacità di Fabric per il tenant '{0}' - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - Elenco delle aree di lavoro di Fabric per il tenant '{0}' - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Elenco dei database per la connessione "{0}" (ID: {1}) - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Elenco delle funzioni per la connessione "{0}" (ID: {1}) - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - Elenco delle assegnazioni di ruolo per l'area di lavoro '${workspaceId}' - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Elenco degli schemi per la connessione "{0}" (ID: {1}) - - - Listing server connections - Elenco delle connessioni server - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Elenco delle tabelle per la connessione "{0}" (ID: {1}) - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Elenco delle visualizzazioni per la connessione "{0}" (ID: {1}) - - - Load - Carica - - - Load from Connection String - Carica da stringa di connessione - - - Load profile... - Caricare profilo... - - - Load source, target, and options saved in an .scmp file - Carica origine, destinazione e opzioni salvate in un file con estensione scmp - - - Loading - Caricamento - - - Loading Azure Accounts - Caricamento degli account Azure - - - Loading Azure SQL Database... - Caricamento database SQL di Azure in corso... - - - Loading Azure accounts - Caricamento degli account Azure - - - Loading Fabric Accounts - Caricamento degli account Fabric - - - Loading Fabric provisioning... - Caricamento di provisioning Fabric in corso... - - - Loading Report - Caricamento Report in corso - - - Loading Schema Designer - Caricamento del Progettista schema - - - Loading Schema Designer Model... - Caricamento del modello di Designer dello schema... - - - Loading Table Designer - Caricamento di Progettazione tabelle - - - Loading XEL file: {0} - {0} is the file name - Caricamento file XEL: {0} - - - Loading backup database... - Caricamento del database di backup in corso... - - - Loading code analysis rules... - Caricamento delle regole di analisi codice... - - - Loading collations... - Caricamento delle regole di confronto in corso... - - - Loading database objects - Caricamento degli oggetti del database in corso... - - - Loading databases in '{0}'... - {0} is the name of the workspace - Caricamento dei database in '{0}'... - - - Loading databases in selected workspace... - Caricamento dei database nell'area di lavoro selezionata... - - - Loading deployment - Caricamento della distribuzione - - - Loading execution plan... - Caricamento del piano di esecuzione... - - - Loading flat file import... - Caricamento importazione file flat in corso... - - - Loading local containers... - Caricamento dei contenitori locali in corso... - - - Loading locations - Caricamento posizioni - - - Loading maintenance windows... - Caricamento delle finestre di manutenzione in corso... - - - Loading resource groups - Caricamento dei gruppi di risorse - - - Loading restore database... - Caricamento del database di ripristino in corso... - - - Loading restore plan... - Caricamento del piano di ripristino in corso... - - - Loading results... - Caricamento dei risultati... - - - Loading schemas... - Caricamento schemi in corso... - - - Loading servers - Caricamento dei server - - - Loading servers in '{0}'... - {0} is the name of the subscription - Caricamento dei server in '{0}' in corso... - - - Loading servers in selected subscription... - Caricamento dei server nella sottoscrizione selezionata in corso... - - - Loading subscriptions - Caricamento delle sottoscrizioni - - - Loading subscriptions... - Caricamento delle sottoscrizioni in corso... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - Caricamento del riepilogo per {0} righe (fare clic per annullare) - - - Loading table data... - Caricamento dei dati della tabella in corso... - - - Loading table preview... - Caricamento dell'anteprima della tabella in corso... - - - Loading tenants - Caricamento dei tenant - - - Loading tenants... - Caricamento dei tenant... - - - Loading text view... - Caricamento della visualizzazione Testo... - - - Loading workspaces - Caricamento delle aree di lavoro - - - Loading workspaces... - Caricamento delle aree di lavoro in corso... - - - Loading... - Caricamento in corso... - - - Local Container Deployment - Distribuzione del contenitore locale - - - Local SQL Server database container - Contenitore del database di SQL Server locale - - - Local container deployment is currently only supported with SQL Authentication connections. - La distribuzione del contenitore locale è attualmente supportata solo per le connessioni con autenticazione SQL. - - - Locally-redundant backup storage - Archivio di backup con ridondanza locale - - - Locate an Azure Data Studio settings.json file to import - Individuare un file settings.json di Azure Data Studio da importare - - - Location - Posizione - - - Location (Workspace) - Località (area di lavoro) - - - Location of the file to be imported - Percorso del file da importare - - - Log file folder - Cartella file di log - - - Logical file name - Nome file logico - - - Logical operator - Operatore logico - - - Logs - Log - - - Logs copied to clipboard - Log copiati negli Appunti - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - Si stanno cercando le associazioni di Azure Data Studio, come F5 per eseguire query? - - - MCP - MCP - - - MCP custom tool - Strumento personalizzato MCP - - - MCP server added to {0} - {0} is the file path where the MCP server was added - Server MCP aggiunto a {0} - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - Il server MCP è già configurato in {0} - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL - Log di autenticazione di Azure - - - MSSQL - VS Code walkthrough - MSSQL - Procedura dettagliata di VS Code - - - MSSQL Feedback - Feedback MSSQL - - - MSSQL Notebook connected to {0} - {0} is the connection label - Notebook MSSQL connesso a {0} - - - MSSQL extension icon - Icona estensione MSSQL - - - MSSQL: Click to change connection - MSSQL: fare clic per modificare la connessione - - - MSSQL: Click to change database - MSSQL: fare clic per cambiare database - - - MSSQL: Welcome & What's New - MSSQL: benvenuto e novità - - - MSSQL: What's new - MSSQL: Novità - - - Maintenance Window - Finestra di manutenzione - - - Make everything read-only - Imposta tutto in sola lettura - - - Manage Connection Profiles - Gestisci profili di connessione - - - Manage relationships - Gestisci relazioni - - - Mandatory (Recommended) - Obbligatorio (scelta consigliata) - - - Mandatory (True) - Obbligatorio (Vero) - - - Max - Max - - - Max 10 databases / subscription - Massimo 10 database/sottoscrizione - - - Max Length - Lunghezza massima - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - È stato superato il numero massimo di righe per i filtri/l'ordinamento. Per aggiornarlo, passare alle impostazioni utente e modificare l'impostazione: mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - Numero massimo di vCore - - - Max: {0} - {0} is the max - Max: {0} - - - Maximize - Ingrandisci - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - Ingrandisci ({0}) - - - Maximize Panel Size - Ingrandisci dimensioni del pannello - - - Maximize details panel - Ingrandisci pannello Dettagli - - - Maximize panel size - Ingrandisci le dimensioni del pannello - - - Maximize results grid - Ingrandisci griglia dei risultati - - - Media - Supporti - - - Media set description is required - Descrizione del set di supporti obbligatoria - - - Media set name is required - Nome del set di supporti obbligatorio - - - Message - Messaggio - - - Messages - Messaggi - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - Messaggi ({0}) - - - Metric - Metrica - - - Microsoft Account - Account Microsoft - - - Microsoft Account is required - L'account Microsoft è obbligatorio - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Account Microsoft Entra - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Microsoft Entra ID - Predefinito - - - Microsoft Entra Id - Service Principal - Microsoft Entra ID - Entità servizio - - - Microsoft Entra Id - Universal w/ MFA Support - Microsoft Entra ID - Supporto universale con autenticazione a più fattori - - - Microsoft Entra account {0} successfully added. - {0} is the account name - L'account Microsoft Entra {0} è stato aggiunto correttamente. - - - Microsoft Fabric integration - Integrazione di Microsoft Fabric - - - Microsoft SQL Server License Agreement - Contratto di licenza di Microsoft SQL Server - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Microsoft esamina il feedback degli utenti per migliorare i propri prodotti, quindi non condividere dati personali o contenuti riservati/proprietari. - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Microsoft elaborerà il feedback inviato in conformità alle istruzioni dell'organizzazione per migliorare l'esperienza dell'utente e dell'organizzazione con questo prodotto. Per eventuali domande sull'uso dei dati di feedback, contattare l'amministratore del tenant. Il trattamento dei dati di feedback è disciplinato dall'Addendum sulla protezione dei dati di prodotti e servizi Microsoft tra l'organizzazione e Microsoft e il feedback inviato è considerato come dati personali in base a tale addendum. - - - Microsoft would like your feedback - La tua opinione è importante per Microsoft - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - Eseguire la migrazione delle connessioni salvate, dei gruppi e delle impostazioni di connessione da Azure Data Studio all'estensione MSSQL. Inoltre, è possibile installare la keymap di Gestione dati MSSQL per aggiungere i collegamenti abituali di Azure Data Studio. - - - Min - Min - - - Min: {0} - {0} is the min - Min: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - Riferimento alla connessione mancante. Specificare esattamente un solo valore: connectionId e connectionName. - - - Missing schema payload for replace_schema operation. - Manca il payload dello schema per l'operazione replace_schema. - - - Missing table payload for update_table operation. - Manca il payload della tabella per l'operazione update_table. - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - Manca la destinazione della tabella per l'operazione delete_table. Specificare tableId o tableName+schemaName. - - - Modified - Ultima modifica - - - Modified column '{0}' - {0} is the column name - Colonna '{0}' modificata - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - Colonna '{0}' modificata: {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - Chiave esterna '{0}' modificata - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - Chiave esterna '{0}' modificata: {1} - - - Modified table {0} - {0} is the qualified table name - Tabella {0} modificata - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - Tabella {0} modificata: {1} - - - Modify Columns - Modifica colonne - - - Modify Table - Modifica tabella - - - Monitor usage and manage your free tier limits - Monitora l'utilizzo e gestisci i limiti del livello gratuito - - - Monthly limits - Limiti mensili - - - More Query Actions - Altre azioni di query - - - Move Down - Sposta giù - - - Move Up - Sposta su - - - Move and expand the active grid selection - Sposta ed espandi la selezione della griglia attiva - - - Move focus to the next result set grid - Sposta lo stato attivo sulla griglia del set di risultati successivo - - - Move focus to the previous result set grid - Sposta lo stato attivo sulla griglia del set di risultati precedente - - - Move selection to the first cell in the row - Sposta la selezione nella prima cella della riga - - - Move selection to the last cell in the row - Sposta la selezione nell'ultima cella della riga - - - Move to Root - Passa alla radice - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - Lo spostamento in uno schema è supportato solo per i file SQL che fanno parte di un progetto SQL aperto. Aprire prima il progetto nel pannello Progetti di database. - - - Move to Schema request failed: {0} - Richiesta di spostamento nello schema non riuscita: {0} - - - Move to Schema... - Sposta nello schema... - - - Move to row end - Sposta alla fine riga - - - Move to row start - Sposta ad inizio riga - - - Move to schema '{0}' - Sposta nello schema '{0}' - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - Sono stati trovati più gruppi di connessione con ID '{0}'. Eliminarli o rinominarli tutti, ad eccezione di uno in User/Global settings.json, quindi riavviare l'estensione. - - - Must be a valid number - Deve essere un numero valido. - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - Deve iniziare con un carattere alfanumerico e contenere solo caratteri alfanumerici, caratteri di sottolineatura, punti e trattini - - - Mutation - Mutazione - - - MyProfilerSession - MyProfilerSession - - - NULL - NULL - - - Name - Nome - - - Name for the Docker container running DAB - Nome del contenitore Docker che esegue DAB - - - Name of the primary key. - Nome della chiave primaria. - - - Navigate to this item in the diagram - Vai a questo elemento nel diagramma - - - Navigation - Struttura - - - Needs attention - Richiede attenzione - - - New Azure SQL logical server (Preview) - Nuovo server logico di Azure SQL (anteprima) - - - New Check Constraint - Nuovo vincolo CHECK - - - New Column - Nuova colonna - - - New Column Mapping - Nuovo mapping colonne - - - New Database - Nuovo database - - - New Database Name - Nuovo nome database - - - New Deployment - Nuova distribuzione - - - New File - Nuovo file - - - New Foreign Key - Nuova chiave esterna - - - New Index - Nuovo indice - - - New Local Docker SQL Server - Nuovo SQL Server locale in Docker - - - New Microsoft Entra account could not be added. - Non è stato possibile aggiungere il nuovo account Microsoft Entra. - - - New Password - Nuova password - - - New Query - Nuova query - - - New Query Profiler - Enter Name - Nuovo Profiler query - Immettere il nome - - - New Query Profiler - Select Template - Nuovo Profiler query - Selezionare il modello - - - New SQL database - Nuovo database SQL - - - New Session - Nuova sessione - - - New Table Name - Nuovo nome tabella - - - New column mapping - Nuovo mapping colonne - - - New database name must be different from the current name - Il nuovo nome del database deve essere diverso dal nome corrente - - - New media set description - Descrizione del nuovo set di supporti - - - New media set name - Nome del nuovo set di supporti - - - New to MSSQL extension? Check out our quick-start guide. - Non si ha dimestichezza con l'estensione MSSQL? È possibile consultare la nostra guida rapida. - - - New to the MSSQL extension? Check out our quick-start guide. - Nuovo utente dell'estensione MSSQL? Consulta la nostra guida rapida. - - - Next - Avanti - - - Next Page - Pagina successiva - - - Next result grid - Griglia dei risultati successiva - - - No - No - - - No Action - Nessuna azione - - - No Azure accounts found - Non sono stati trovati account Azure - - - No Microsoft Entra account can be found for removal. - Non è possibile trovare un account Microsoft Entra per la rimozione. - - - No Queries Available - Nessuna query disponibile - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - Non è stata trovata alcuna connessione a MCP per operazioni SQL per connectionName: {0} - - - No account selected - Nessun account selezionato - - - No active connection - Nessuna connessione attiva - - - No active connection for database change - Nessuna connessione attiva per la modifica del database - - - No active connection for schema view - Nessuna connessione attiva per la visualizzazione schema - - - No active connection. - Nessuna connessione attiva. - - - No active database connection in the current editor. Please establish a connection to continue. - Nessuna connessione di database attiva nell'editor corrente. Stabilire una connessione per continuare. - - - No active notebook. - Nessun notebook attivo. - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - Non sono state trovate finestre di progettazione dello schema attive. Aprire prima il generatore di API dati usando mssql_dab con l'operazione 'show' o dall'interfaccia utente. - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - Non è possibile trovare finestre di progettazione dello schema attive. Aprine prima una usando mssql_schema_designer con l'operazione 'show' o dall'interfaccia utente. - - - No active text editor found. Please open a file with an active database connection. - Nessun editor di testo attivo trovato. Aprire un file con una connessione di database attiva. - - - No authentication required - Nessuna autenticazione richiesta - - - No background tasks - Nessuna attività in background - - - No backup sets found in the restore plan - Nessun set di backup trovato nel piano di ripristino - - - No blob containers found - Non sono stati trovati contenitori BLOB - - - No blobs found - Nessun BLOB trovato - - - No changes detected - Nessuna modifica rilevata - - - No changes match your search. - Nessuna modifica corrisponde ai criteri di ricerca. - - - No changes yet. - Non sono ancora presenti modifiche. - - - No code analysis rules available. - Nessuna regola di Code Analysis disponibile. - - - No connection credentials found - Non sono stati trovati credenziali di connessione - - - No connection found for connectionId: {0} - {0} is the connection ID - Nessuna connessione trovata per connectionId: {0} - - - No connection groups were found in the file. - Nessun gruppo di connessione trovato nel file. - - - No connection information found - Nessuna informazione di connessione disponibile - - - No connection profiles to edit. - Non ci sono profili di connessione da modificare. - - - No connection profiles to remove. - Non ci sono profili di connessione da rimuovere. - - - No connection selected. - Nessuna connessione selezionata. - - - No connection was found. Please connect to a server first. - Non sono state trovate connessioni. Connettersi prima a un server. - - - No connections available. Please create a connection first. - Nessuna connessione disponibile. Creare prima una connessione. - - - No connections were found in the file. - Nessuna connessione trovata nel file. - - - No customized settings found - Nessuna impostazione personalizzata trovata - - - No customized settings found in Azure Data Studio - Non sono state trovate impostazioni personalizzate in Azure Data Studio - - - No data available - Nessun dato disponibile - - - No data to display. - Non ci sono dati da visualizzare. - - - No database files found in the restore plan - Nessun file di database trovato nel piano di ripristino - - - No database selected. - Nessun database selezionato. - - - No databases found in the selected workspace. - Non sono stati trovati database nell'area di lavoro selezionata. - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - Nessun database trovato nell'area di lavoro '{0}'. - - - No databases found on the server. Please check your connection. - Non è possibile trovare database nel server. Controllare la connessione. - - - No databases found to import into. - Nessun database trovato in cui eseguire l'importazione. - - - No databases with backups found - Non sono stati trovati database con backup - - - No elements found - Non sono stati trovati elementi - - - No entities found - Nessuna entità trovata - - - No event selected - Nessun evento selezionato - - - No events to export - Nessun evento da esportare - - - No filter is currently active - Nessun filtro è al momento attivo - - - No items - Nessun elemento - - - No log entries yet. - Non sono ancora presenti voci di log. - - - No matches found - Nessuna corrispondenza trovata - - - No matching shortcuts - Nessun collegamento corrispondente - - - No model found. - Nessun modello trovato. - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Non è necessario aggiornare il token dell'account Microsoft Entra per la connessione {0} con URI {1} - - - No object that can be moved to another schema was found at the cursor. - Non è stato trovato alcun oggetto che possa essere spostato in un altro schema in corrispondenza del cursore. - - - No objects found - Nessun oggetto trovato - - - No pending changes. Make edits to generate a script. - Nessuna modifica in sospeso. Apportare modifiche per generare uno script. - - - No profiler connection available - Nessuna connessione del profiler disponibile - - - No profiler templates available - Nessun modello di profiler disponibile - - - No property changes available. - Nessuna modifica alle proprietà disponibile. - - - No query set - Nessun set di query - - - No renameable symbol found at cursor. - Nessun simbolo rinominabile trovato in corrispondenza del cursore. - - - No resource groups found - Non sono stati trovati gruppi di risorse - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - Non è stata configurata alcuna risorsa di tipo '{0}' per il cloud corrente '{1}'. Aggiornare le impostazioni dell'account Azure. - - - No results - Nessun risultato - - - No results for the active editor - Nessun risultato per l'editor attivo - - - No results match the current filters - Nessun risultato corrisponde ai filtri attuali - - - No results to display - Nessun risultato da visualizzare - - - No rows affected - Nessuna riga interessata - - - No rules match the current filter. - Nessuna regola corrisponde al filtro corrente. - - - No saved connection profiles found. - Nessun profilo di connessione salvato trovato. - - - No saved connections found. Please create a connection first. - Non ci sono connessioni salvate. Creare prima una connessione. - - - No schema differences were found. - Non sono state trovate differenze di schema. - - - No schemas found - Non sono stati trovati schemi - - - No schemas were found in the project. - Non sono stati trovati schemi nel progetto. - - - No script available. Make changes to the table data and generate a script first. - Nessuno script disponibile. Apportare modifiche ai dati della tabella e generare prima uno script. - - - No script generated. - Nessuno script generato. - - - No selection - Nessuna selezione - - - No servers found - Nessun server trovato - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - Nessun server trovato nella sottoscrizione '{0}'. - - - No servers found in the selected subscription. - Nessun server trovato nella sottoscrizione selezionata. - - - No shortcut - Nessun tasto di scelta rapida - - - No storage accounts found - Non sono stati trovati account di archiviazione - - - No subscriptions found - Nessuna sottoscrizione trovata - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - Nessuna sottoscrizione trovata. Cambiare l'account Azure o il tenant per visualizzare le sottoscrizioni disponibili. - - - No templates available - Nessun modello disponibile - - - No tenant selected - Nessun tenant selezionato - - - No tenants are currently signed in. - Nessun tenant attualmente connesso. - - - No tenants found - Nessun tenant trovato - - - No text data available - Nessun dato di testo disponibile - - - No tools to process. - Nessuno strumento da elaborare. - - - No workspace folder is open. Open a folder to add the MCP server configuration. - Non è aperta alcuna cartella dell'area di lavoro. Aprire una cartella per aggiungere la configurazione del server MCP. - - - No workspace folder is open. Open a folder to add the generated file. - Non è aperta alcuna cartella dell'area di lavoro. Aprire una cartella per aggiungere il file generato. - - - No workspaces found - Non sono state trovate aree di lavoro - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - Nessuna area di lavoro trovata. Cambiare l'account o il tenant di Fabric per visualizzare le aree di lavoro disponibili. - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - Rilevato file SQL non SQL Server. Disabilitare IntelliSense per tali file? - - - None - Nessuno - - - None (empty database) - Nessuno (database vuoto) - - - Not Between - Non compreso tra - - - Not Contains - Non contiene - - - Not Ends With - Non termina con - - - Not Equals - Non uguale a - - - Not Started - Operazione non avviata - - - Not Starts With - Non inizia con - - - Not available for read-only file sessions - Non disponibile per sessioni di file di sola lettura - - - Not connected - Non connesso - - - Not contains - Non contiene - - - Not currently signed in. Select to sign in to tenant. - Attualmente non connesso. Selezionare per accedere al tenant. - - - Not equal to - Diverso da - - - Not likely at all - Per niente - - - Not running - Non in esecuzione - - - Not signed in - Accesso non eseguito - - - Not signed into tenant {0} - {0} is the tenant display name - Non è stato eseguito l'accesso al tenant {0} - - - Not started - Non avviato - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - Nota: un certificato autofirmato offre solo una protezione limitata e non è consigliato per gli ambienti di produzione. Abilitare 'Certificato del server attendibile' in questa connessione e riprovare? - - - Null - Null - - - Null Count: {0} - {0} is the null count - Numero valori null: {0} - - - Number of Rows Read - Numero di righe lette - - - OK - OK - - - OLTP, built on Azure SQL - OLTP, basato su Azure SQL - - - Object Explorer Filter - Filtro Esplora oggetti - - - Object Type - Tipo di oggetto - - - Object Types - Tipi di oggetto - - - Object type - Tipo di oggetto - - - Off - Off - - - On Delete - All'eliminazione - - - On Delete Action - Azione di eliminazione - - - On Update - All'aggiornamento - - - On Update Action - Azione di aggiornamento - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - Uno o più gruppi di connessione fanno riferimento a gruppi padre che non esistono e sono stati ignorati: {0}. Aggiornare il file di impostazioni per correggere queste voci. - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - Una o più connessioni fanno riferimento a gruppi che non esistono e sono stati ignorati: {0}. Aggiornare le impostazioni di connessione per correggere queste voci. - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - Una o più entità contengono tipi di colonna attualmente non supportati dal generatore di API dati. Queste entità non possono essere selezionate per la distribuzione. - - - Open - Apri - - - Open .scmp file - Apri file .scmp - - - Open Containing Folder - Apri cartella superiore - - - Open File - Apri file - - - Open GitHub Copilot Chat to help fix these errors - Aprire GitHub Copilot Chat per ricevere assistenza nella correzione di questi errori - - - Open Keyboard Shortcuts editor. - Apri l'editor dei tasti di scelta rapida. - - - Open Nitro - Apri Nitro - - - Open Publish Script - Apri script di pubblicazione - - - Open Query - Apri query - - - Open Query History - Aprire la cronologia delle query - - - Open SQL editor and connect - Apri l'editor SQL e connetti - - - Open XML - Apri XML - - - Open a new SQL query file - Apri un nuovo file di query SQL - - - Open a new bug - Apri un nuovo bug - - - Open column menu - Apri il menu Colonna - - - Open filter menu - Apri il menu Filtro - - - Open in Editor - Apri nell'editor - - - Open in GitHub Copilot Chat - Apri in GitHub Copilot Chat - - - Open in New Tab - Apri in una nuova scheda - - - Open in SQL Editor - Apri in SQL Editor - - - Open in editor - Apri nell'editor - - - Open text data in a new editor - Apri dati di testo in un nuovo editor - - - Open the active column filter menu - Apri il menu del filtro della colonna attiva - - - Open the active column menu - Apri il menu della colonna attiva - - - Open the generated SELECT statement in a new editor - Apri l'istruzione SELECT generata in un nuovo editor - - - Opening Publish Script. This may take a while... - Apertura dello script di pubblicazione. L'operazione potrebbe richiedere del tempo... - - - Opening schema designer... - Apertura della finestra di progettazione dello schema... - - - Operation - Operazione - - - Operation failed - Operazione non riuscita - - - Operator - Operatore - - - Option Description - Descrizione opzione - - - Optional (False) - Facoltativo (Falso) - - - Optional - Override default GraphQL plural type name - Facoltativo - Esegui l'override del nome del tipo plurale GraphQL predefinito - - - Optional - Override default GraphQL singular type name - Facoltativo - Esegui l'override del nome del tipo singolo GraphQL predefinito - - - Optional - Override default api/entityName path - Facoltativo - Eseguire l'override del percorso api/entityName predefinito - - - Options - Opzioni - - - Options have changed. Recompare to see the comparison? - Le opzioni sono state modificate. Ripetere il confronto? - - - Original file name - Nome file originale - - - Others - Altri - - - Output file - File di output - - - Overall, how satisfied are you with the MSSQL extension? - Nel complesso, quanto si è soddisfatti dell’estensione MSSQL? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - Nel complesso, quanto si è soddisfatti di {0}? - - - Overwrite all existing backup sets - Sovrascrivi tutti i set di backup esistenti - - - Overwrite the existing database - Sovrascrivere il database esistente - - - Owner - Proprietario - - - PNG - PNG - - - Package file - File del pacchetto - - - Page - Pagina - - - Parameters - Parametri - - - Parent node was not TreeNodeInfo. - Il nodo padre non è TreeNodeInfo. - - - Password - Password - - - Password (SQL Login) - Password (account di accesso SQL) - - - Password is required - La password è obbligatoria - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - È necessario cambiare la password per '{0}' per continuare l'accesso a '{1}' - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - È necessario cambiare la password per continuare l'accesso a '{0}' - - - Passwords do not match - Le password non corrispondono - - - Paste - Incolla - - - Paste connection string from clipboard - Incolla stringa di connessione dagli Appunti - - - Path: {0} - {0} is the path of the node in the object explorer - Percorso: {0} - - - Pause - Sospendi - - - Pause event collection - Sospendi raccolta eventi - - - Paused - Operazione sospesa - - - Paused - click to resume - In pausa - Fare clic per riprendere - - - Perform checksum before writing to media - Esegui il checksum prima della scrittura sui supporti - - - Permissions - Autorizzazioni - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - Scegliere tra più versioni di SQL Server, tra cui SQL Server 2025 con funzionalità di intelligenza artificiale integrate come la ricerca vettoriale e i miglioramenti JSON. - - - Please Accept the SQL Server EULA - Accettare il contratto di licenza di SQL Server - - - Please choose a backup file to load restore plan - Scegliere un file di backup per caricare il piano di ripristino - - - Please choose a blob to load restore plan - Scegliere un BLOB per caricare il piano di ripristino - - - Please choose a unique backup file name - Scegliere un nome file di backup univoco - - - Please choose a unique name for the container - Scegliere un nome univoco per il contenitore - - - Please choose a unique name for the profile - Scegliere un nome univoco per il profilo - - - Please choose a valid media option - Scegliere un'opzione multimediale valida - - - Please choose at least one backup file - Scegliere almeno un file di backup - - - Please choose at least one backup set to restore - Scegliere almeno un set di backup da ripristinare - - - Please ensure the file is not open in another application before importing - Assicurarsi che il file non sia aperto in un'altra applicazione prima dell'importazione - - - Please make sure the port is a number, and choose a port that is not in use - Assicurarsi che la porta sia un numero e scegliere una porta che non sia in uso - - - Please make your password 8-128 characters long. - Impostare una password di lunghezza compresa tra 8 e 128 caratteri. - - - Please select a database node in Object Explorer to drop. - Selezionare un nodo di database in Esplora oggetti da rimuovere. - - - Please select a database node in Object Explorer to rename. - Selezionare un nodo di database in Esplora oggetti da rinominare. - - - Please select a file, not a folder. - Selezionare un file, non una cartella. - - - Please select a node from Object Explorer to script. - Selezionare un nodo da Esplora oggetti di cui eseguire lo script. - - - Please select a server node in Object Explorer to create a database. - Selezionare un nodo del cluster in Esplora oggetti per creare un database. - - - Please select a valid symbol. - Selezionare un simbolo valido. - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - Selezionare un'area di lavoro in cui si dispone di autorizzazioni sufficienti (Collaboratore o superiore) - - - Please select only one node to script. Multiple node scripting is not supported. - Selezionare un solo nodo di cui eseguire lo script. Lo scripting di più nodi non è supportato. - - - Port - Porta - - - Port must be a number between 1 and 65535 - Il numero della porta deve essere compreso tra 1 e 65535 - - - Port must be between 1 and 65535 - Il numero di porta deve rientrare in un intervallo compreso tra 1 e 65535 - - - Port to expose the API on (default: 5000) - Porta su cui esporre l'API (impostazione predefinita: 5.000) - - - Port {0} is already in use - {0} is the port number - Il nome "{0}" è già in uso - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - La porta "{0}" è già in uso. Scegliere una porta diversa. - - - Possible Data Loss detected. Please review the changes. - Rilevata possibile perdita di dati. Rivedi le modifiche. - - - Precision - Precisione - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Precisione/scala non corrispondente tra '{0}' e '{1}' - - - Preserve the replication settings - Mantenere le impostazioni di replica - - - Press desired key combination and then press ENTER. - Premere la combinazione di tasti desiderata, quindi INVIO. - - - Preview - Anteprima - - - Preview Data - Anteprima dati - - - Preview Database Updates - Anteprima aggiornamenti database - - - Previous - Precedente - - - Previous Page - Pagina precedente - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - La precedente promessa di riconnessione in sospeso per l'URI {0} viene rifiutata con l'errore {1}, verrà tentata la riconnessione se necessario. - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - La precedente riconnessione in sospeso per l'URI {0} è riuscita. - - - Previous result grid - Griglia dei risultati precedente - - - Previous step failed. Please check the error message and try again. - Il passaggio precedente non è riuscito. Controllare il messaggio di errore e riprovare. - - - Previously released features you may not have explored yet. - Funzionalità rilasciate in precedenza che potresti non aver ancora esplorato. - - - Primary Key - Chiave primaria - - - Primary Key Columns - Colonne chiave primaria - - - Primary key - Chiave primaria - - - Prisma - Prisma - - - Privacy Statement - Informativa sulla privacy - - - Privacy notice - Informativa sulla privacy - - - Private - Privato - - - Processing include or exclude all differences operation. - Elaborazione dell'operazione di inclusione o esclusione di tutte le differenze. - - - Profile Name - Nome profilo - - - Profile created and connected - Il profilo è stato creato e connesso - - - Profile created successfully - Il profilo è stato creato - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - Profilo caricato, ma non è stato possibile stabilire automaticamente la connessione. Creare una connessione a {0} e riprovare. - - - Profile name - Nome profilo - - - Profile removed successfully - Il profilo è stato rimosso - - - Profiler events exported successfully to {0} - {0} is the file path - Gli eventi di Profiler sono stati esportati correttamente in {0} - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - Profiler è in modalità di sola lettura e disconnessa per il file XEL '{0}' e non può avviare o creare sessioni live senza una connessione di database - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - Profiler è in modalità di sola lettura e disconnessa per il file XEL '{0}' e non può avviare o creare sessioni live senza una connessione di database. - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - Profiler pronto. Selezionare una sessione dal menu a discesa e fare clic su Avvia per iniziare la profilatura. - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - Creazione della sessione del profiler '{0}' completata. Avvio della profilatura in corso... - - - Profiler session '{0}' started successfully. - {0} is the session name - Avvio della sessione del profiler '{0}' completata. - - - Properties - Proprietà - - - Property - Proprietà - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - Per il provider '{0}' non è definito un endpoint di risorsa Microsoft. - - - Provisioning - Provisioning - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - Impostazioni proxy trovate, ma si è verificato un errore durante l'analisi dell'URL: ''{0}''. Potrebbero verificarsi problemi di connessione durante l'uso dell'estensione MSSQL. Errore:{1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - Impostazioni proxy trovate, ma senza un protocollo (ad esempio http://): '{0}'. Potrebbero verificarsi problemi di connessione durante l'uso dell'estensione MSSQL. - - - Public - Pubblico - - - Publish - Pubblica - - - Publish DACPAC - Pubblica pacchetto di applicazione livello dati - - - Publish Profile - Profilo di pubblicazione - - - Publish Project - Pubblica progetto - - - Publish Project - {0} - {0} is the name of the project being published - Pubblica progetto - {0} - - - Publish Settings File - File di impostazioni di pubblicazione - - - Publish Target - Destinazione di pubblicazione - - - Publish profile saved to: {0} - Profilo di pubblicazione salvato in: {0} - - - Publishing Changes - Pubblicazione delle modifiche - - - Pulling DAB container image - Pull dell'immagine del contenitore DAB - - - Pulling SQL Server Image - Pull dell'immagine di SQL Server - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - Pull dell'immagine del contenitore di SQL Server in corso... Questa operazione potrebbe richiedere alcuni minuti a seconda della connessione Internet. - - - Query - Query - - - Query Editor - Editor di query - - - Query Editor shortcuts are managed by Visual Studio Code. - I collegamenti dell'Editor di query sono gestiti da Visual Studio Code. - - - Query Execution - Esecuzione query - - - Query Plan - Piano di query - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - Piano di query ({0}) - - - Query Plan ({0}) - {0} is the number of query plans - Piano di query ({0}) - - - Query Profiler - Profiler query - - - Query Profiler Session Status - Stato sessione di Profiler query - - - Query Profiler: No session - Profiler query: nessuna sessione - - - Query Profiler: {0} - {0} is the file name or session name - Profiler query: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - Editor di query per {0} - - - Query executed - Query eseguita - - - Query execution failed - Esecuzione della query non riuscita - - - Query execution was canceled. - L'esecuzione della query è stata annullata. - - - Query failed - Query non riuscita - - - Query succeeded - Query riuscita - - - Query {0} - {0} is the Quick Query slot number - Query {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - Query {0}: costo della query (relativo allo script): {1}% - - - Quick Queries - Query rapide - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - I tasti di scelta rapida per le query rapide sono gestiti da Visual Studio Code. - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - Lo slot della query rapida deve essere compreso tra 1 e {0}. - - - Quick filter all columns... - Filtra rapidamente tutte le colonne... - - - REST - REST - - - REST API - API REST - - - RESTORE WITH NORECOVERY - RIPRISTINO WITH NORECOVERY - - - RESTORE WITH RECOVERY - RIPRISINO WITH RECOVERY - - - RESTORE WITH STANDBY - RIPRISTINA WITH STANDBY - - - Read - Lettura - - - Read docs on Microsoft Learn - Leggi la documentazione su Microsoft Learn - - - Read more - Altre informazioni - - - Read-Only - Sola lettura - - - Read-only SQL text editor - Editor di testo SQL di sola lettura - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - Modalità disconnessa di sola lettura per '{0}'. Non è possibile creare o avviare sessioni live senza una connessione di database. - - - Ready for import - Pronta per l'importazione - - - Readying container for connections. - Preparazione del contenitore per le connessioni. - - - Readying container for connections... - Preparazione del contenitore per le connessioni in corso... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - Ricevi spiegazioni in linguaggio naturale per aiutare gli sviluppatori non esperti di T-SQL a comprendere il codice - - - Recent Connections - Connessioni recenti - - - Recent connections list cleared - L'elenco delle connessioni recenti è stato cancellato - - - Record shortcut - Tasto di scelta rapida per la registrazione - - - Recording shortcut - Tasto di scelta rapida per la registrazione - - - Recovery Model - Modello di recupero - - - Recovery state - Stato ripristino - - - Redo - Ripristina - - - Referenced column '{0}' not found - {0} is the column name - Colonna di riferimento '{0}' non trovata - - - Referenced columns - Colonne con riferimenti - - - Referenced schema - Schema di riferimento - - - Referenced table - Tabella con riferimenti - - - Referenced table '{0}' not found - {0} is the table name - Tabella di riferimento '{0}' non trovata - - - Refresh - Aggiorna - - - Refresh Credentials - Aggiorna credenziali - - - Refresh dataset - Aggiorna set di dati - - - Region - Area - - - Register - Registrati - - - Reject - Rifiuta - - - Reliability - Affidabilità - - - Reload Visual Studio Code - Ricarica Visual Studio Code - - - Relocate all files - Rilocare tutti i file - - - Remind Me Later - Ricordare più tardi - - - Remove - Rimuovi - - - Remove Sort - Rimuovi ordinamento - - - Remove a connection profile - Rimuovere un profilo di connessione - - - Remove file - Rimuovi file - - - Remove filter - Rimuovi filtro - - - Remove filter for {0} - {0} is the column name - Rimuovi filtro {0} - - - Remove from favorites - Rimuovi dai preferiti - - - Remove sort - Rimuovi ordinamento - - - Remove tag - Rimuovi tag - - - Remove {0} - {0} is the object type - Rimuovi {0} - - - Rename - Rinomina - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - Rinomina '{0}' in '{1}'. - - - Rename Database - Rinomina database - - - Rename Options - Opzioni di ridenominazione - - - Rename is not supported at this position. - Ridenominazione non supportata in questa posizione. - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - La ridenominazione è supportata solo per i file SQL che fanno parte di un progetto SQL aperto. Aprire prima il progetto nel pannello Progetti di database. - - - Rename request failed: {0} - Richiesta di ridenominazione non riuscita: {0} - - - Renaming database - Ridenominazione del database - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - Ridenominazione del database '{0}' in {1}' in corso... - - - Replication - Replica - - - Request a new feature - Richiedi una nuova funzionalità - - - Required - Obbligatorio - - - Requirements: - Requisiti: - - - Requires user authentication - Richiede l'autenticazione utente - - - Reset - Reimposta - - - Reset to Defaults? - Ripristinare valori predefiniti? - - - Resize - Ridimensiona - - - Resize column '{0}' - {0} is the name of the column - Ridimensiona colonna '{0}' - - - Resize the active result grid column - Ridimensiona la colonna della griglia dei risultati attiva - - - Resource Group - Gruppo di risorse - - - Resource Group Name - Nome del gruppo di risorse - - - Resource Group is required - Il gruppo di risorse è obbligatorio - - - Resource group name is required - Il nome del gruppo di risorse è obbligatorio - - - Resources - Risorse - - - Restore - Ripristina - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - Ripristina ({0}) - - - Restore Database - Ripristina database - - - Restore Panel Size - Ripristina dimensioni del pannello - - - Restore as - Ripristina come - - - Restore panel size - Ripristina le dimensioni del pannello - - - Restore properties pane - Riquadro Ripristina proprietà - - - Restrict access to the restored database - Limitare l'accesso al database ripristinato - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - Batch set di risultati {0}: query {1} - - - Result View - Visualizzazione dei risultati - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - I tasti di scelta rapida di Visualizzazione risultati sono gestiti dall'estensione MSSQL. È possibile configurare i tasti di scelta rapida direttamente qui. - - - Results - Risultati - - - Results ({0}) - {0} is the number of results - Risultati ({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - Risultati ({0}) - - - Results Preview - Anteprima dei risultati - - - Results Preview ({0}) - {0} is the number of preview results - Anteprima risultati ({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - Anteprima risultati ({0}) - - - Results exported successfully to {0} - {0} is the file path - Risultati esportati correttamente in {0}' - - - Results toolbar - Barra degli strumenti Risultati - - - Resume - Riprendi - - - Resuming database - Ripresa del database - - - Retry - Riprova - - - Reveal - Rivela - - - Reveal in Explorer - Visualizza in Esplora risorse - - - Reveal in Finder - Visualizza in Finder - - - Reverse Alphabetical - Ordine alfabetico inverso - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - Decompila i database esistenti spiegando gli schemi e le relazioni SQL - - - Revert - Ripristina - - - Revert Cell - Ripristina cella - - - Revert Row - Ripristina riga - - - Revert this change to its original state - Ripristina la modifica allo stato originale - - - Revert values to project defaults - Ripristina valori predefiniti del progetto - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - Rivedere o proporre modifiche alla configurazione dell'API nella chat. GitHub Copilot aggiornerà immediatamente la configurazione nel generatore di API dati. - - - Reviewing Copilot Change - Revisione della modifica di Copilot - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - Rosetta è necessaria per eseguire le immagini dei contenitori SQL Server su Apple Silicon. Abilita "Usa Rosetta per l'emulazione x86_64/amd64 su Apple Silicon" in Docker Desktop > Impostazioni > Generale. - - - Row created. - Riga creata. - - - Row deleted. - .Riga eliminata. - - - Row marked for removal. - Riga contrassegnata per la rimozione. - - - Rows - Righe - - - Rows per page - Righe per pagina - - - Rule disabled - Regola disabilitata - - - Rule enabled - Regola abilitata - - - Rule name - Nome regola - - - Rules - Regole - - - Run Query - Esegui query - - - Run Query History - Eseguire la cronologia delle query - - - Run a query for the current active SQL document - Esegui una query per il documento SQL attivo corrente - - - Run a query in the current editor, or switch to an editor that has results. - Esegui una query nell'editor corrente o passa a un editor che ha risultati. - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - Eseguire query sulla connessione "{0}" (ID: {1})? - -Query: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - Eseguire immediatamente il codice SQL salvato tramite i tasti di scelta rapida. Usare {arg} per inserire il testo selezionato nell'editor di query; in caso contrario, viene aggiunto alla query. - - - Run, cancel, and create queries - Esegui, annulla e crea query - - - Running - In esecuzione - - - Running a custom query will discard all pending changes. Do you want to continue? - L'esecuzione di una query personalizzata eliminerà tutte le modifiche in sospeso. Continuare? - - - Running query is not supported when the editor is in multiple selection mode. - L'esecuzione di query non è supportata quando l'editor è in modalità di selezione multipla. - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Esecuzione della query sulla connessione "{0}" (ID: {1}) - - - Running: {0} - {0} is how long the query has been running - In esecuzione: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - Endpoint di Analisi SQL - - - SQL Authentication - Autenticazione SQL - - - SQL Container Name - Nome contenitore SQL - - - SQL Container Version - Versione del contenitore SQL - - - SQL Database - Database SQL - - - SQL Database Projects — Code Analysis - Progetti di database SQL - Code Analysis - - - SQL Login - Account di accesso SQL - - - SQL Notebooks - Notebook SQL - - - SQL Plan Files - File di piano SQL - - - SQL Server Container SA Password - Password dell'amministratore di sistema del contenitore di SQL Server - - - SQL Server admin password - password amministratore SQL Server - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server non supporta i contenitori Windows. Passare ai contenitori Linux nelle impostazioni di Docker Desktop. - - - SQL Server is required - SQL Server è obbligatorio - - - SQL Server port number - Numero di porta di SQL Server - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} - ultima versione - - - SQL Tools (MSSQL) - Strumenti SQL (MSSQL) - - - SQL database in Fabric - Database SQL in Fabric - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - Variabili SQLCMD - - - SVG - SVG - - - Satisfied - Soddisfacente - - - Saturation - Saturazione - - - Save - Salva - - - Save .scmp file - Salva file .scmp - - - Save As - Salva con nome - - - Save As... - Salva con nome... - - - Save Changes - Salva modifiche - - - Save Connection Group - Salva gruppo di connessione - - - Save Password - Salva la password - - - Save Password? If 'No', password will be required each time you connect - Salvare la password? Se si specifica 'No', la password verrà richiesta a ogni connessione - - - Save Plan - Salva piano - - - Save Secret - Salva segreto - - - Save as CSV - Salva in formato CSV - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - Salva in formato CSV ({0}) - - - Save as Excel - Salva in formato Excel - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - Salva in formato Excel ({0}) - - - Save as INSERT INTO - Salva come INSERT INTO - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - Salva come INSERT INTO ({0}) - - - Save as JSON - Salva in formato JSON - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - Salva in formato JSON ({0}) - - - Save backup to URL - Salva backup nell'URL - - - Save connection profile changes without establishing a connection - Salvare le modifiche al profilo di connessione senza stabilire una connessione - - - Save password - Salva password - - - Save results as CSV - Salva i risultati come CSV - - - Save results as Excel - Salva i risultati come Excel - - - Save results as INSERT - Salva i risultati come INSERT - - - Save results as JSON - Salva i risultati come JSON - - - Save results command cannot be used with multiple selections. - Non è possibile usare il comando Salva risultati con selezioni multiple. - - - Save source and target, options, and excluded elements - Salva origine e destinazione, opzioni ed elementi esclusi - - - Save to Disk - Salva su disco - - - Save to URL - Salva in URL - - - Save without connecting - Salva senza collegare - - - Saved - Salvataggio completato - - - Saved Connections - Connessioni salvate - - - Saved results to {0} - {0} is the saved file path - Risultati salvati in {0} - - - Saving... - Salvataggio in corso… - - - Scaffold backend components (e.g., data-access layers) based on your current database context - Esegui automaticamente lo scaffolding dei componenti back-end (ad esempio, i livelli di accesso ai dati) basandoti sul contesto attuale del database - - - Scale - Ridimensionamento - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Errata corrispondenza della scala tra '{0}' e '{1}' - - - Schema - Schema - - - Schema '{0}' is not available. - {0} is the schema name - Lo schema '{0}' non è disponibile. - - - Schema Changes - Modifiche dello schema - - - Schema Compare - Confronto schema - - - Schema Compare Options - Opzioni di confronto dello schema - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - Confronto dello schema non riuscito: '{0}' - - - Schema Designer - Finestra di progettazione schema - - - Schema Designer Model is ready. Changes can now be published. - Il modello di Designer dello schema è pronto. Ora è possibile pubblicare le modifiche. - - - Schema Designer with GitHub Copilot - Progettazione schema con GitHub Copilot - - - Schema Diff - Differenze di schema - - - Schema designer details are not available. - I dettagli della finestra di progettazione dello schema non sono disponibili. - - - Schema designer is not initialized. - La finestra di progettazione dello schema non è inizializzata. - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - Finestra di progettazione schema aperta. Per modifiche allo schema, continuare con {0} operazioni ({1}/{2}). - - - Schema designer state changed. Fetch the latest schema and retry the operation. - Lo stato della finestra di progettazione dello schema è cambiato. Recuperare lo schema più recente e riprovare l'operazione. - - - Schema designer state retrieved successfully. - Stato della finestra di progettazione dello schema recuperato correttamente. - - - Schema designer updated successfully. - Finestra di progettazione dello schema aggiornata correttamente. - - - Schema is required - Lo schema è obbligatorio - - - Schema/Object Type - Schema/tipo di oggetto - - - Schemas - Schemi - - - Script - Script - - - Script as Alter - Genera script come ALTER - - - Script as Create - Genera script come CREATE - - - Script as Drop - Genera script come DROP - - - Script as Execute - Genera script come EXECUTE - - - Script copied to clipboard - Script copiato negli Appunti - - - Script copied to clipboard. - Script copiato negli Appunti. - - - Search Database Objects - Cerca oggetti del database - - - Search Database Objects - {0} - {0} is the server name - Cerca oggetti del database - {0} - - - Search Workspaces - Cerca aree di lavoro - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - Cerca per nome o tipo di oggetto (ad esempio t:<name>, v:, f: o sp:) - - - Search changes... - Cerca modifiche... - - - Search connection groups - Cerca gruppi di connessione - - - Search extension shortcut - Collegamento all'estensione di ricerca - - - Search options - Opzioni di ricerca - - - Search options... - Opzioni di ricerca... - - - Search rules... - Regole di ricerca... - - - Search settings... - Impostazioni della ricerca... - - - Search subscriptions... - Cerca sottoscrizioni... - - - Search tables... - Cerca tabelle... - - - Search values... - Cerca valori... - - - Search within {0} text content - {0} is the column name - Cerca nel contenuto di testo {0} - - - Search workspaces... - Cerca aree di lavoro... - - - Search... - Ricerca... - - - Searching... - Ricerca in corso... - - - Seed sample data or import an existing schema - Esegui il seeding dei dati di esempio o importa uno schema esistente - - - Select - Seleziona - - - Select All - Seleziona tutto - - - Select Azure account with Key Vault access for column decryption - Seleziona un account Azure con accesso a Key Vault per la decrittografia delle colonne - - - Select Connection - Seleziona connessione - - - Select Database - Seleziona database - - - Select Max vCores - Selezionare il numero massimo di vCore - - - Select Profile - Seleziona profilo - - - Select Source - Seleziona origine - - - Select Source Schema - Seleziona schema di origine - - - Select Target - Seleziona destinazione - - - Select Target Schema - Seleziona schema di destinazione - - - Select Top 1000 - Seleziona primi 1000 - - - Select XEL File - Seleziona file XEL - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - Selezionare un account Microsoft Entra ID da usare con questa connessione. Di seguito sono elencate le informazioni dell'account originale di Azure Data Studio, ma è possibile scegliere un account diverso. - - - Select a Workspace - Seleziona un'area di lavoro - - - Select a blob - Selezionare un BLOB - - - Select a blob container - Scegliere un contenitore BLOB - - - Select a collation - Seleziona regole di confronto - - - Select a connection group - Selezionare un gruppo di connessione - - - Select a connection to use as the default - Selezionare una connessione da usare come predefinita - - - Select a data source - Selezionare l'origine dati - - - Select a database - Selezionare un database - - - Select a database for profiling (Azure SQL requires a specific database) - Selezionare un database per la profilatura (Azure SQL richiede un database specifico) - - - Select a file - Selezionare un file - - - Select a folder - Selezionare una cartella - - - Select a location for the resource group - Seleziona una località per il gruppo di risorse - - - Select a maintenance window - Seleziona una finestra di manutenzione - - - Select a profiler template - Selezionare un modello di profiler - - - Select a resource group - Selezionare un gruppo di risorse - - - Select a server - Seleziona un server - - - Select a session first - Selezionare prima una sessione - - - Select a session... - Selezionare una sessione... - - - Select a storage account - Selezionare un account di archiviazione - - - Select a subscription - Selezionare una sottoscrizione - - - Select a subscription to view servers in it. - Selezionare una sottoscrizione per visualizzare i server al suo interno. - - - Select a tenant - Seleziona un tenant - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Selezionare un valore {0} valido dall'elenco a discesa - - - Select a workspace to view the databases in it. - Selezionare un'area di lavoro in cui visualizzare i database al suo interno. - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Selezionare un oggetto {0} per il filtro - - - Select account - Seleziona account - - - Select all - Seleziona tutto - - - Select all cells in the active grid - Seleziona tutte le celle nella griglia attiva - - - Select all entities - Seleziona tutte le entità - - - Select all options - Seleziona tutte le opzioni - - - Select all {0} - {0} is the action name (Create, Read, etc.) - Seleziona tutto {0} - - - Select an account - Scegli un account - - - Select an account for authentication - Selezionare un account per l'autenticazione - - - Select an extension to manage connection sharing permissions - Selezionare un'estensione per gestire le autorizzazioni di condivisione delle connessioni - - - Select an operation - Seleziona un'operazione - - - Select column - Seleziona la colonna - - - Select file to import - Selezionare il file da importare - - - Select image - Seleziona immagine - - - Select location - Seleziona la posizione - - - Select new permission for extension: '{0}' - {0} is the extension name - Selezionare una nuova autorizzazione per l'estensione: "{0}" - - - Select or clear all connection groups - Selezionare o deselezionare tutti i gruppi di connessione - - - Select or clear all connections - Selezionare o deselezionare tutte le connessioni - - - Select package file - Seleziona file del pacchetto - - - Select profile to edit - Selezionare profilo da modificare - - - Select profile to remove - Selezionare il profilo da rimuovere - - - Select row - Seleziona la riga - - - Select session - Seleziona sessione - - - Select subscriptions - Seleziona sottoscrizioni - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - Selezionare il file settings.json di Azure Data Studio per cercare gruppi di connessione e connessioni. - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - Seleziona il metodo HTTP che può eseguire questa stored procedure. DAB usa POST per impostazione predefinita. - - - Select the SQL Server Container Image - Selezionare l'immagine del contenitore di SQL Server - - - Select the entire current column - Seleziona l'intera colonna corrente - - - Select the entire current row - Seleziona l'intera riga corrente - - - Select the target schema - Seleziona lo schema di destinazione - - - Selected - Selezionato - - - Selected Microsoft Entra account removed successfully. - L'account Microsoft Entra selezionato è stato rimosso correttamente. - - - Selected Path - Percorso selezionato - - - Selected backup file does not contain a valid database backup - Il file di backup selezionato non contiene un backup di database valido - - - Selected query-editor text - Testo selezionato nell'editor di query - - - Selection - Selezione - - - Sequelize - Sequelize - - - Serialization failed - Serializzazione non riuscita - - - Server - Server - - - Server - {0} - {0} is the server name - Server - {0} - - - Server Connections - Connessioni server - - - Server Edition - Edizione server - - - Server Name - Nome server - - - Server Version - Versione server - - - Server connection in progress. Do you want to cancel? - La connessione al server è in corso. Annullare? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - Non è stato possibile avviare il server. Questo problema potrebbe essere dovuto a un errore di autorizzazioni o a un'incompatibilità nel sistema. È possibile provare ad abilitare l'autenticazione del codice del dispositivo dalle impostazioni. - - - Server is required - Il server è obbligatorio - - - Server name is required - Il nome del server è obbligatorio - - - Server name not set. - Nome server non impostato. - - - Server name or ADO.NET connection string - Nome del server o stringa di connessione ADO.NET - - - Server {0} not found. - {0} is the server name - Il server {0} non è stato trovato. - - - Serverless - Serverless - - - Service installation failed. - Installazione del servizio non riuscita. - - - Service tier - Livello di servizio - - - Session - Sessione - - - Session creation timed out - Timeout della creazione della sessione - - - Session name can only contain letters, numbers, underscores, and hyphens - Il nome della sessione può contenere solo lettere, numeri, caratteri di sottolineatura e trattini - - - Session name cannot be empty - Il nome della sessione non può essere vuoto - - - Session name must be {0} characters or less - {0} is the maximum length - Il nome della sessione deve essere costituito al massimo da {0} caratteri - - - Session not running - Sessione non in esecuzione - - - Set Default - Imposta predefinito - - - Set Null - Imposta Null - - - Set backup Compression - Imposta la compressione del backup - - - Set backup Media Set - Imposta set di supporti di backup - - - Set backup retain days - Imposta i giorni di mantenimento del backup - - - Setting - Impostazione - - - Setting up - Configurazione - - - Setting up container - Configurazione del contenitore - - - Settings - Impostazioni - - - Settings and Keybindings - Impostazioni e tasti di scelta rapida - - - Settings are fixed for free tier. - Le impostazioni sono fisse per il livello gratuito. - - - Settings for {0} - {0} is the entity name - Impostazioni per {0} - - - Severity - Gravità - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - Gravità per {0} - - - Shortcut - Tasto di scelta rapida - - - Shortcuts Configuration - Configurazione dei tasti di scelta rapida - - - Shortcuts Configuration (Preview) - Configurazione collegamenti (anteprima) - - - Shortcuts configuration page - Pagina di configurazione dei tasti di scelta rapida - - - Show All - Mostra tutto - - - Show Changes - Mostra modifiche - - - Show Confirm Password - Mostra Conferma password - - - Show Definition - Mostra definizione - - - Show Estimated Plan - Mostra piano stimato - - - Show MSSQL output - Mostra output MSSQL - - - Show Menu - Mostra menu - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - Mostra menu ({0}) - - - Show New Password - Mostra nuova password - - - Show SQL - Mostra SQL - - - Show SQL Pane - Mostra riquadro SQL - - - Show Schema - Mostra schema - - - Show a random table definition - Mostra una definizione di tabella casuale - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - Mostra tutti i tasti di scelta rapida per le query rapide in Tasti di scelta rapida di VS Code - - - Show all columns - Mostra tutte le colonne - - - Show full error message - Mostra messaggio di errore completo - - - Show masked command (hides sensitive information) - Mostrare il comando mascherato (nasconde informazioni sensibili) - - - Show or hide the query result panel - Mostra o nascondi il pannello dei risultati della query - - - Show password - Mostra password - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Mostrare lo schema per la connessione "{0}" (ID: {1})? - - - Show table relationships - Mostra relazioni tra tabelle - - - Show unmasked command (reveals sensitive information) - Mostrare il comando non mascherato (rivela informazioni sensibili) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Visualizzazione dello schema per la connessione "{0}" (ID: {1}) - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - Visualizzazione di {0} eventi su {1} - - - Showplan XML - Showplan XML - - - Sign In - Accedi - - - Sign in - Accedi - - - Sign in and retry - Accedi e riprova - - - Sign in to a new account - Accedi a un nuovo account - - - Sign in to your Azure subscription - Consente di accedere alla sottoscrizione di Azure - - - Sign in to your Azure subscription in one of the sovereign clouds. - Consente di accedere alla sottoscrizione di Azure in uno dei cloud sovrani. - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - Consente di accedere alla sottoscrizione di Azure con un codice dispositivo. Usare questa opzione nelle configurazioni in cui il comando Accedi non funziona - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - Accedere con Entra ID '{0}'. - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - Accedere con il proprio account Microsoft Entra ID, inclusi gli account con autenticazione a più fattori. Fare clic sull'icona delle informazioni per saperne di più. - - - Sign into Azure - Accedi ad Azure - - - Sign into Azure in order to add a firewall rule. - Accedere ad Azure per aggiungere una regola del firewall. - - - Sign into Fabric - Accedi a Fabric - - - Sign into additional accounts - Accedere ad altri account - - - Sign into tenant - Accedere al tenant - - - Signing in to Azure as {0}... - {0} is the account name - Accesso ad Azure come {0} in corso... - - - Simple - Semplice - - - Simple Container Management - Gestione di contenitori semplici - - - Smart performance - Prestazioni intelligenti - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - Alcune connessioni o gruppi contengono informazioni incomplete. È possibile continuare, ma potrebbe essere necessario modificare queste connessioni in un secondo momento prima di connettersi. - - - Sort - Ordina - - - Sort Ascending - Ordinamento crescente - - - Sort Descending - Ordinamento decrescente - - - Sort ascending - Ordinamento crescente - - - Sort column - Ordina colonna - - - Sort descending - Ordinamento decrescente - - - Source - Origine - - - Source Column - Colonna di origine - - - Source Database - Database di origine - - - Source Name - Nome origine - - - Source: {0} - {0} is the fully qualified DAB source object name - Origine: {0} - - - Source: {0} - {0} is the task source - Origine: {0} - - - Specifies whether the column is included in the primary key for the table. - Specifica se la colonna è inclusa nella chiave primaria della tabella. - - - Specifies whether the column may have a NULL value. - Specifica se la colonna può includere un valore NULL. - - - Specify Input File - Specifica file di input - - - SqlPackage Command - Comando SqlPackage - - - Standby file - File standby - - - Start - Avvia - - - Start IP Address - Indirizzo IP iniziale - - - Start Time - Ora di inizio - - - Start profiling session - Avvia la sessione di profilatura - - - Start, stop, and remove containers directly from the extension. - Avviare, arrestare e rimuovere i contenitori direttamente dall'estensione. - - - Started executing query at - Esecuzione della query iniziata a - - - Started query execution for document "{0}" - {0} is the document name - L'esecuzione della query per il documento "{0}" è stata avviata - - - Started saving results to {0} - {0} is the file path - È stato avviato il salvataggio dei risultati in {0} - - - Starting '{0}'... - {0} is the service name - Avvio di '{0}' in corso... - - - Starting Container... - Avvio del contenitore... - - - Starting DAB container - Avvio del contenitore DAB - - - Starting Docker Desktop - Avvio di Docker Desktop - - - Starting Docker... - Avvio di Docker in corso... - - - Starting {0}... - {0} is the container name - Avvio di {0}... - - - Starts With - Inizia con - - - Starts with - Inizia con - - - Status - Stato - - - Status: {0} - {0} is the task status - Stato: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - Passaggio {0} di {1} - - - Stop - Arresta - - - Stop session - Arresta sessione - - - Stopped - Arrestato - - - Stopping Container... - Arresto del contenitore... - - - Stopping profiler session "{0}"... - {0} is the session name - Arresto della sessione del profiler "{0}" in corso... - - - Storage - Archiviazione - - - Storage Account - Account di archiviazione - - - Storage Account is required - Account di archiviazione obbligatorio - - - Stored Procedure - Stored procedure - - - Stored Procedures - Stored procedure - - - Stored procedure GraphQL operation - Operazione GraphQL della stored procedure - - - Stored procedure REST methods - Metodi REST per la stored procedure - - - Submit - Inviare - - - Submit an issue - Invia un problema - - - Subscription - Sottoscrizione - - - Subscription is required - Sottoscrizione obbligatoria - - - Subtree Cost - Costo sottoalbero - - - Succeeded - Operazione completata - - - Succeeded with warning - Completato con avviso - - - Successfully changed to database: {0} - {0} is the database name - È stato modificato nel database: {0} - - - Successfully connected to server. - Connessione al server completata. - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - Il token per la connessione {0} con {1} URI è stato aggiornato, {2} - - - Successfully saved results to {0} - {0} is the file path - I risultati sono stati salvati in {0} - - - Sum - Somma - - - Sum: {0} - {0} is the sum - Somma: {0} - - - Summary - Riepilogo - - - Summary loading canceled - Caricamento riepilogo annullato - - - Summary loading was canceled by user - Il caricamento del riepilogo è stato annullato dall'utente - - - Switch Direction - Cambia direzione - - - Switch Source and Target - Scambia origine e destinazione - - - Switch between result panes and tabs - Passa dai pannelli alle schede dei risultati - - - Switch results view - Alterna la visualizzazione dei risultati - - - Switch to Grid View - Passa alla visualizzazione Griglia - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - Passa alla visualizzazione Griglia ({0}) - - - Switch to MSAL - Passa a MSAL - - - Switch to Messages tab - Passa alla scheda Messaggi - - - Switch to Query Plan tab - Passa alla scheda Piano di query - - - Switch to Results tab - Passa alla scheda Risultati - - - Switch to Text View - Passa alla visualizzazione Testo - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - Passa alla visualizzazione Testo ({0}) - - - Switched to {0} - {0} is the connection label - Passaggio a {0} - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - Il passaggio ai contenitori Linux è stato annullato. SQL Server supporta solo contenitori Linux. - - - Synchronous resize - Ridimensionamento sincrono - - - System databases - Database di sistema - - - T-SQL - T-SQL - - - Table - Tabella - - - Table '{0}' already exists - {0} is the table name - La tabella '{0}' esiste già - - - Table '{0}' not found - {0} is the table name - Tabella '{0}' non trovata - - - Table Diagram - Diagramma tabella - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - Esplora tabelle per '{0}' contiene modifiche non salvate. Salvarle o rimuoverle? - - - Table Name - Nome tabella - - - Table Schema - Schema della tabella - - - Table added to schema designer successfully. - Tabella aggiunta correttamente alla finestra di progettazione dello schema. - - - Table deleted from schema designer successfully. - Tabella eliminata correttamente dalla finestra di progettazione dello schema. - - - Table id already exists. - ID tabella già esistente. - - - Table must include at least one column. - La tabella deve includere almeno una colonna. - - - Table name - Nome della tabella - - - Table name cannot be empty - Il nome della tabella non può essere vuoto - - - Table name is required - Il nome tabella è obbligatorio - - - Table updated in schema designer successfully. - Tabella aggiornata correttamente nella finestra di progettazione dello schema. - - - Tables - Tabelle - - - Tag keys must be unique. - Le chiavi dei tag devono essere univoche. - - - Tags - Tag - - - Tail-log backup - Backup della parte finale del log - - - Tail-log backup file - File di backup della parte finale del log - - - Take Survey - Partecipare al sondaggio - - - Take tail-log backup before restore - Esegui il backup della parte finale del log prima del ripristino - - - Target - Destinazione - - - Target Database - Database di destinazione - - - Target Name - Nome destinazione - - - Target Table - Tabella di destinazione - - - Target: {0} - {0} is the task target location - Destinazione: {0} - - - Task log is unavailable. - Il log attività non è disponibile. - - - Task: {0} - {0} is the task name - Attività: {0} - - - Tenant - Tenant - - - Tenant ID - ID tenant - - - Tenant ID is required - L'ID tenant è obbligatorio - - - Tenant is required - Il tenant è obbligatorio - - - Terms & Conditions - Termini e condizioni - - - Test connecting with the current settings - Testare la connessione con le impostazioni correnti - - - Test connection - Test di connessione - - - Testing connection profile... - Test del profilo di connessione in corso... - - - Testing... - Test in corso... - - - Text - Testo - - - Text View - Visualizzazione Testo - - - Text tab - displays SQL text data - Scheda Testo - visualizza i dati di testo SQL - - - The Application (Client) ID of your Microsoft Entra app registration. - L'ID applicazione (client) per la registrazione dell'app Microsoft Entra. - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - Il Query Profiler supporta ora il database SQL nelle connessioni Microsoft Fabric, con nuovi modelli per database SQL di Azure, tra cui {code-snippet-0} per la profilatura T-SQL leggera. - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - L'estensione SQL Server non può essere avviata perché il servizio in background richiesto non è stato avviato. Installare il file VSIX offline per il sistema operativo oppure verificare la connessione di rete e riprovare. Dettagli: {0} - - - The XEL file was not found. - Il file XEL non è stato trovato. - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - Comportamento applicato quando un utente tenta di eliminare una riga contenente dati coinvolti in una relazione di chiave esterna. - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - Comportamento applicato quando un utente tenta di aggiornare una riga contenente dati che interessano una relazione di chiave esterna. - - - The client secret for your Microsoft Entra app registration. - Il segreto client per la registrazione dell'app Microsoft Entra. - - - The columns of the index. - Colonne dell'indice. - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - L'ID connessione '{0}' impostato in 'ssql.defaultConnectionId' non corrisponde ad alcun profilo di connessione noto. I nuovi editor eseguiranno il fallback al trasferimento della connessione attiva. - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - La connessione con ID '{0}' non contiene la proprietà 'server' impostata e verrà ignorata. Impostare la proprietà 'server' su questa connessione per utilizzarla. - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - La scelta del cloud personalizzato non è configurata. Configurare l'impostazione `{0}`. - - - The description of the check constraint. - Descrizione del vincolo CHECK. - - - The description of the foreign key. - Descrizione della chiave esterna. - - - The description of the index. - Descrizione dell'indice. - - - The description of the primary key. - Descrizione della chiave primaria. - - - The expression defining the check constraint. - Espressione che definisce il vincolo CHECK. - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - L'estensione "{0}" richiede l'accesso alle tue connessioni di SQL Server. In questo modo, potrà eseguire query e accedere al tuo database. - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Il primo valore deve essere minore del secondo per l'operatore {0} nel filtro {1} - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - È necessario impostare il primo valore per l'operatore {0} nel filtro {1} - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - Le seguenti connessioni all'area di lavoro o alle cartelle dell'area di lavoro non contengono la proprietà 'id' e vengono ignorate. Aggiungere manualmente la proprietà 'id' alla connessione per utilizzarla. - - {0} - - - The language model did not return any output. - Il modello linguistico non ha restituito output. - - - The mapping between foreign key columns and primary key columns. - Mapping tra colonne chiave esterna e colonne chiave primaria. - - - The maximum length (in characters) that can be stored in this database object. - Lunghezza massima (in caratteri) che è possibile archiviare in questo oggetto di database. - - - The name of the check constraint. - Nome del vincolo CHECK. - - - The name of the column object. - Il nome dell’oggetto colonna. - - - The name of the column. - Il nome della colonna. - - - The name of the foreign key. - Nome della chiave esterna. - - - The name of the index. - Nome dell'indice. - - - The query results panel failed to load. Please try running the query again. - Non è possibile caricare il pannello dei risultati della query. Provare a eseguire di nuovo la query. - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - L'elenco delle connessioni recenti è stato cancellato, ma si sono verificati degli errori nell'eliminazione di alcune credenziali associate. Visualizzare gli errori nel canale di output MSSQL. - - - The requested model could not be found. Please check model availability or try a different model. - Non è stato possibile trovare il modello richiesto. Controllare la disponibilità del modello o provare un modello diverso. - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - È necessario impostare il secondo valore per l'operatore {0} nel filtro {1} - - - The selected file is not a valid XEL file. - Il file selezionato non è un file XEL valido. - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - Il profilo selezionato esegue l'autenticazione usando il codice Entra ID '{0}', ma l'account non ha ancora eseguito l'accesso all'estensione MSSQL. Per connettersi, modificare la connessione o accedere a MSSQL con quell'account. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - Il profilo selezionato esegue l'autenticazione usando il codice Entra ID '{0}' nel tenant '{1}', ma quell'account non è disponibile tramite l'accesso a VS Code. Per connettersi, modificare la connessione o accedere a VS Code con quell'account. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - Il profilo selezionato esegue l'autenticazione usando il codice Entra ID '{0}' nel tenant '{1}', ma l'account non ha ancora eseguito l'accesso all'estensione MSSQL. Per connettersi, modificare la connessione o accedere a MSSQL con quell'account. - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - Il profilo selezionato esegue l'autenticazione usando il codice Entra ID '{0}', ma quell'account non è disponibile tramite l'accesso a VS Code. Per connettersi, modificare la connessione o accedere a VS Code con quell'account. - - - The table which contains the primary or unique key column. - Tabella contenente la colonna chiave univoca o primaria. - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - Arresto anomalo del servizio {0}. Dettagli: {1} - - - There was an error updating the project - Errore durante l'aggiornamento del progetto - - - This connection does not have a display name in Azure Data Studio. - Questa connessione non ha un nome visualizzato in Azure Data Studio. - - - This connection's group has not been selected, so this connection will be imported to the root. - Il gruppo di questa connessione non è stato selezionato, quindi la connessione verrà importata nella radice. - - - This database name is already in use. Please choose a different name. - Questo nome di database è già in uso. Scegliere un nome diverso. - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - Non è stato possibile elaborare il messaggio. Se il problema persiste, controllare i log e aprire un ticket su GitHub. - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - Questa operazione ha analizzato la struttura del file di input per generare l'anteprima seguente delle prime 50 righe. - - - This server only supports Microsoft Entra ID authentication. - Questo server supporta solo l'autenticazione con Microsoft Entra ID. - - - This server only supports SQL Authentication. - Questo server supporta solo l'autenticazione SQL. - - - This server supports Microsoft Entra ID and SQL Authentication. - Questo server supporta Microsoft Entra ID e l'autenticazione SQL. - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - Questo collegamento richiede che il testo selezionato venga passato come parametro. Selezionare il testo nell'editor SQL, quindi eseguire di nuovo il collegamento. - - - This value was not provided in the Azure Data Studio settings file. - Questo valore non è stato specificato nel file di impostazioni di Azure Data Studio. - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - Verrà distribuito localmente un contenitore del generatore di API dati tramite Docker. Il contenitore esporrà le API {0} in base alla configurazione. - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - Tutte le regole verranno ripristinate alla loro gravità predefinita e l'opzione “Abilita Code Analysis durante la compilazione” verrà disabilitata. Questa operazione non può essere annullata. Continuare? - - - Time - Orario - - - Timestamp - Timestamp - - - To - Label for the end IP address in the firewall rule IP range - A - - - To compare two schemas, first select a source schema and target schema, then press compare. - Per confrontare due schemi, seleziona prima lo schema di origine e quello di destinazione, quindi premi Confronta. - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - Per usare questo comando, aprire un file con estensione sql oppure impostare il linguaggio dell'editor su "SQL" o selezionare il testo T-SQL nell'editor SQL attivo. - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - Per usare questo comando, è necessario impostare il linguaggio su "SQL". Confermare per cambiare la modalità del linguaggio. - - - Toggle Actual Plan - Abilita/Disabilita il piano effettivo - - - Toggle Query Result Panel - Attiva/Disattiva pannello risultati query - - - Toggle SQLCMD Mode - Attiva/Disattiva modalità SQLCMD - - - Toggle Sort - Attiva/Disattiva ordinamento - - - Toggle Tooltips - Attiva/Disattiva descrizioni comando - - - Toggle actual execution plan collection for SQL queries - Attiva o disattiva la raccolta del piano di esecuzione effettivo per le query SQL - - - Toggle all entities in {0} - {0} is the schema name - Attivare/Disattivare tutte le entità in {0} - - - Toggle between grid and text view - Alterna tra visualizzazione griglia e testo - - - Toggle columns for {0} - {0} is the entity name - Attiva/disattiva colonne per {0} - - - Toggle dark mode - Attiva/disattiva modalità scura - - - Toggle filter row - Attiva/disattiva riga filtro - - - Toggle pre-header row - Attiva/disattiva riga pre-intestazione - - - Toggle selection for {0} - {0} is the connection display name - Attivare/disattivare la selezione per {0} - - - Toggle selection for {0} - {0} is the connection group name - Attivare/disattivare la selezione per {0} - - - Toggle sort - Attiva/Disattiva ordinamento - - - Toggle sorting for the active column - Attiva/Disattiva l'ordinamento per la colonna attiva - - - Token refreshed successfully. - Il token è stato aggiornato. - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - Ricerca strumento per: {0} - {1}. - - - Total execution time: {0} - {0} is the elapsed time - Tempo di esecuzione totale: {0} - - - Total rows to fetch: - Totale righe da recuperare: - - - Transaction Log - Log delle transazioni - - - Transfer active connection (Default) - Trasferisci connessione attiva (impostazione predefinita) - - - Truncate the transaction log - Tronca il log delle transazioni - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - Prova database SQL di Azure gratuitamente con la nostra offerta del livello gratuito! Esegui il provisioning di un database cloud completamente gestito direttamente da VS Code. - - - Try adjusting your search or filters - Provare a modificare la ricerca o i filtri - - - Try it - Prova - - - Try searching by command name, description, or keybinding. - Prova a cercare per nome del comando, descrizione o combinazione di tasti. - - - Type - Tipo - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - URL copiato negli Appunti - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - Non è possibile acquisire un token Microsoft Entra da VS Code per l'account selezionato: {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - Non è possibile acquisire un token valido. (scadenza: {0}, ma è attualmente {1}) - - - Unable to determine the server authentication type. - Impossibile determinare il tipo di autenticazione del server. - - - Unable to execute the command while the extension is initializing. Please try again later. - Non è possibile eseguire il comando durante l'inizializzazione dell'estensione. Riprovare più tardi. - - - Unable to expand. Please check logs for more information. - Non è possibile espandere. Per altre informazioni, vedere i log. - - - Unable to load backup configuration. Please try again. - Non è possibile caricare la configurazione di backup. Riprovare. - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - Non è possibile caricare l'elenco dei database dal server: {0} È possibile immettere direttamente il nome del database. - - - Unable to open Table Explorer: No target node provided. - Non è possibile aprire Esplora tabelle: nessun nodo di destinazione specificato. - - - Unable to read proxy agent options. - Non è possibile leggere le opzioni dell'agente proxy. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - Non è possibile recuperare l'elenco di database. È possibile che non si disponga dell'autorizzazione necessaria per elencare i database in questo server. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - Non è possibile recuperare l'elenco di database. È possibile che non si disponga dell'autorizzazione necessaria per elencare i database in questo server. Se la connessione specifica un database, verrà preselezionato. - - - Unavailable for backups to existing files - Non disponibile per backup su file esistenti - - - Understand and document business logic embedded in stored procedures, views, and functions - Interpreta e documenta la logica di business incorporata nelle stored procedure, visualizzazioni e funzioni - - - Undo - Annulla - - - Undo All - Annulla tutto - - - Undo All Copilot Changes - Annulla tutte le modifiche di Copilot - - - Unfreeze columns - Sblocca colonne - - - Unfreeze columns/rows - Sblocca colonne/righe - - - Unknown - Sconosciuto - - - Unknown Connection - Connessione sconosciuta - - - Unknown account - Account sconosciuto - - - Unknown deployment step: {0} - {0} is the deployment step number - Passaggio di distribuzione sconosciuto: {0} - - - Unknown error - Errore sconosciuto - - - Unknown magic command: %%{0} - {0} is the magic command name - Comando magic sconosciuto: %%{0} - - - Unknown object management dialog. - Finestra di dialogo di gestione oggetto sconosciuto. - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - Opzione sconosciuta: {0}. Operazioni supportate: add_table, update_table, delete_table, replace_schema, get_schema - - - Unknown tenant ID - ID tenant sconosciuto - - - Unnamed Profile - Profilo senza nome - - - Unsaved Changes - Modifiche non salvate - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - Architettura non supportata per Docker: {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - Tipo di autenticazione non supportato nella stringa di connessione: {0}. Sono supportati solo account di accesso SQL, autenticazione integrata, autenticazione a più fattori di Azure e autenticazione predefinita di Active Directory. - - - Unsupported by Data API builder. - Non supportato dal generatore di API dati. - - - Unsupported data types detected - Rilevati tipi di dati non supportati - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - Piattaforma non supportata per Docker: {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - Fino a 10 database con 100.000 secondi vCore, 32 GB di spazio di archiviazione e backup rinnovati ogni mese. - - - Update - Aggiorna - - - Update Database - Aggiorna database - - - Update Script - Aggiorna script - - - Updating IntelliSense... - Aggiornamento di IntelliSense... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - Limiti di utilizzo superati. Riprovare più tardi o considerare la possibilità di ottimizzare le richieste. - - - Use Microsoft Entra ID authentication to provision and connect to this database. - Usa l'autenticazione di Microsoft Entra ID per effettuare il provisioning e connetterti a questo database. - - - Use SQL Authentication with a valid username and password. - Usa l'autenticazione SQL con un nome utente e una password validi. - - - Use T-SQL intellisense and syntax error checking on current document - Usa IntelliSense e il controllo degli errori di sintassi T-SQL nel documento corrente - - - Use discount code {0} to save €200 on registration. - Usa il codice sconto {0} per risparmiare 200 € sulla registrazione. - - - Use encryption for this backup - Usa la crittografia per il backup - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - Usa formato: AAAA-MM-GG HH:mm:ss[.SSS] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - Usa il linguaggio naturale per progettare schemi di database direttamente in Progettazione schema visivo. Crea schemi da zero, fai evolvere i progetti esistenti, rivedi le modifiche tramite una vista differente e importa artefatti esterni, il tutto riflesso in tempo reale nel diagramma visivo e nello script T-SQL. - - - Use the default server setting - Usa l'impostazione predefinita del server - - - Use {0} to create a new connection. - {0} is the connect command - Usare {0} per creare una nuova connessione. - - - Used in API routes and responses - In uso nelle route e nelle risposte API - - - User - Utente - - - User ID - ID utente - - - User Name - Nome utente - - - User databases - Database utente - - - User name - Nome utente - - - User name (SQL Login) - Nome utente (account di accesso SQL) - - - User name is required - Il nome utente è obbligatorio - - - Username - Nome utente - - - Username is required - Il nome utente è obbligatorio - - - Uses the WITH KEEP_REPLICATION option during restore - Usare l'opzione WITH KEEP_REPLICATION durante il ripristino - - - Uses the WITH NORECOVERY option during restore - Usare l'opzione WITH NORECOVERY durante il ripristino - - - Uses the WITH REPLACE option during restore - Usare l'opzione WITH REPLACE durante il ripristino - - - Uses the WITH RESTRICTED_USER option during restore - Usare l'opzione WITH RESTRICTED_USER durante il ripristino - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - Uso di {0} ({1})... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - Uso di {0} per elaborare la richiesta... - - - Validation failed - Convalida non riuscita - - - Validation failed. Please check your inputs - Convalida non riuscita. Verificare i dati inseriti - - - Value - Valore - - - Value is required - Valore obbligatorio - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - I valori vettoriali sono di sola lettura nell'editor. Usare T-SQL per modificare il valore o rigenerare l'incorporamento. - - - Verify a container image by using the Notation CLI - Verificare un'immagine del contenitore usando l'interfaccia della riga di comando di Notation - - - Verify backup when finished - Verifica il backup al termine - - - Verifying Docker engine is ready - Verifica che il motore Docker sia pronto - - - Verifying Docker is installed on your system - Verifica che Docker sia installato nel sistema - - - Verifying the API is ready to accept requests - Verifica che l'API sia pronta ad accettare richieste - - - Very Dissatisfied - Molto insoddisfacente - - - Very Satisfied - Molto soddisfacente - - - View - Visualizza - - - View Config - Visualizza configurazione - - - View More - Visualizza altro - - - View Swagger - Visualizza Swagger - - - View Table Diagram - Visualizza diagramma tabella - - - View known issues - Visualizza problemi noti - - - View mssql for Visual Studio Code release notes? - Visualizzare le note sulla versione di mssql per Visual Studio Code? - - - View roadmap - Visualizza roadmap - - - View settings - Visualizza impostazioni - - - View the estimated query execution plan - Visualizzare il piano di esecuzione delle query stimato - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - Visualizza, aggiungi, modifica ed elimina righe di tabella in una griglia interattiva con la convalida in tempo reale e anteprime live degli script DML. - - - View/configure keybinding - Mostra/configura tasto di scelta rapida - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - Mostra/configura tasto di scelta rapida per {0} - - - View: - Visualizza: - - - Views - Visualizzazioni - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - È necessario riavviare Visual Studio Code per rendere effettiva questa impostazione. Ricaricare Visual Studio Code. - - - Visualize and Design Schema - Visualizza e progetta schema - - - WHERE - WHERE - - - Warehouse - Warehouse - - - Warning - Avviso - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - Avviso: il set di risultati è incompleto. Visualizzazione di {0} su {1} righe. Non è stato possibile caricare il set di risultati completo. - - - Warnings - Avvisi - - - Warnings detected. Please review the changes. - Avvisi rilevati. Rivedi le modifiche. - - - Watch demo - Guarda la demo - - - Watch demos on YouTube - Guarda demo su YouTube - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - Non è possibile trovare la posizione di Docker Desktop nel computer. Avviare manualmente Docker Desktop e riprovare. - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - La connessione non è possibile usando le informazioni di connessione correnti. Ritentare la connessione o modificare il profilo di connessione? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - Siamo felici che MSSQL per VS Code ti piaccia! Ti invitiamo a lasciare una breve recensione nel Marketplace di VS Code. - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - La webview '{0}' non è diventata pronta entro {1} ms - - - Webview was disposed before it became ready - La webview è stata eliminata prima di diventare pronta - - - What I can do for you: - Cosa posso fare per te: - - - What can we do to improve? - Cosa possiamo fare per migliorare? - - - What's next? - Passaggi successivi - - - Width cannot be 0 or negative - La dimensione non può essere 0 o negativa - - - Windows Authentication - Autenticazione di Windows - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - Funziona con VS Code/SSMS e usa l'autenticazione Microsoft Entra e i controlli di accesso di Fabric. - - - Workspace - Area di lavoro - - - Workspace is required - L'area di lavoro è obbligatoria - - - Write a review - Scrivi una recensione - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - Scrivi ed esegui query SQL in notebook Jupyter nativi di Visual Studio Code con risultati interattivi, ordinamento, filtraggio e documentazione Markdown. - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - Scrivi, ottimizza e risolvi i problemi delle query SQL con i miglioramenti consigliati dall'intelligenza artificiale - - - YYYY-MM-DD HH:mm:ss - AAAA-MM-GG HH:mm:ss - - - Yes - - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - Stai per distribuire in un database esistente. Questa operazione apporterà modifiche permanenti allo schema del database e potrebbe causare la perdita di dati. Continuare? - - - You are not connected to any database. - Non si è connessi ad alcun database. - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - Si riceve questo messaggio perché è stata aggiornata l'estensione MSSQL alla versione {0}. - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - Si hanno acquisito eventi di Profiler che non sono stati esportati. Se si chiude ora, si perderanno tutti gli eventi acquisiti. Esportarli in un file CSV? - - - You have unsaved changes. Do you want to save before closing? - Sono presenti modifiche non salvate. Salvarle prima di chiudere? - - - You must accept the license - È necessario accettare la licenza - - - You must be signed into Azure in order to browse SQL databases. - Devi aver effettuato l'accesso ad Azure per esplorare i database SQL. - - - You must be signed into Fabric in order to browse SQL databases. - Per esplorare i database SQL è necessario aver eseguito l'accesso a Fabric. - - - You must review and accept the terms to proceed - Per continuare, è necessario rivedere e accettare le condizioni - - - Your API is available at: - L'API è disponibile all'indirizzo: - - - Your APIs are available at the following endpoints: - Le API sono disponibili ai seguenti endpoint: - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - Il motore Docker esegue attualmente contenitori Windows. SQL Server supporta solo contenitori Linux. Passare ai contenitori Linux? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - Per accedere alle risorse {0}, è necessario ripetere l'autenticazione dell'account. Premere Apri per avviare il processo di autenticazione. - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - L'indirizzo IP client '{0}' non ha accesso al server '{1}' a cui l'utente sta tentando di connettersi. Creare una nuova regola del firewall? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - L'indirizzo IP client non ha accesso al server. Aggiungere un account Microsoft Entra e creare una nuova regola del firewall per abilitare l'accesso. - - - Your current IP {0} will be added automatically. - {0} is the current IP address - Il tuo indirizzo IP {0} corrente verrà aggiunto automaticamente. - - - Your database will continue running after the free offer limit and you will be charged for overages. - Il database continuerà a funzionare dopo il limite dell'offerta gratuita e ti verranno addebitati i costi in eccesso. - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - La password deve contenere caratteri appartenenti ad almeno tre delle categorie seguenti: lettere maiuscole, lettere minuscole, numeri (0-9) e caratteri speciali (!, $, #, % ecc.). - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - Il tenant '{0} ({1})' richiede una nuova autenticazione per accedere alle risorse {2}. Premere Apri per avviare il processo di autenticazione. - - - Zone-redundant backup storage - Archivio di backup con ridondanza della zona - - - Zoom In - Zoom avanti - - - Zoom Out - Zoom indietro - - - Zoom to Fit - Adatta alla finestra - - - [Optional] Database to connect (press Enter to connect to <default> database) - [Facoltativo] Database a cui connettersi (premere INVIO per connettersi al database <default>) - - - [Optional] Enter a display name for this connection profile - [Facoltativo] Immettere un nome visualizzato per questo profilo di connessione - - - [Read-only] Pre-filled from the server properties. - [Sola lettura] Precompilato dalle proprietà del server. - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - e - - - authenticationType - authenticationType - - - contains - contiene - - - database - database - - - default - default - - - delete the saved connection: {0}? - {0} is the connection name - eliminare la connessione salvata: {0}? - - - does not contain - non contiene - - - encrypt - crittografa - - - ends with - termina con - - - equals - uguale a - - - greater than - maggiore della - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - nomehost\instanza o <server>.database.windows.net o stringa di connessione ADO.NET - - - intelliSenseUpdated - IntelliSense aggiornato - - - is not null - è diverso da null - - - is null - è null - - - items - elementi - - - items per page - Elementi per pagina - - - items selected - elementi selezionati - - - less than - minore della - - - location - posizione - - - macOS Sierra or newer is required to use this feature. - Per usare questa funzionalità, è necessario macOS Sierra o versioni successive. - - - none selected - nessun elemento selezionato - - - not equals - diverso da - - - of - di - - - or - o - - - profiler_events - profiler_events - - - resource group - gruppo di risorse - - - server - server - - - starts with - inizia con - - - subscription - sottoscrizione - - - test - test - - - undefined - non definito - - - untitled - senza nome - - - updatingIntelliSense - Aggiornamento di IntelliSense - - - vCores - vCore - - - value - valore - - - x of y selected - x di y selezionati - - - {0} (Current Account) - {0} is the account display name - {0} (Account corrente) - - - {0} (filtered) - {0} (filtro applicato) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1}%) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1}%): {2} - - - {0} accounts - {0} is the number of accounts - {0} account - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - {0} azione per {1} - - - {0} change(s) - {0} is the number of changes - {0} modifiche - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0} modificato da '{1}' a '{2}' - - - {0} changes - {0} is the number of property changes - {0} modifiche - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - Campioni colore {0} ({1}) - - - {0} column data - {0} is the number of columns - Dati della colonna {0} - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - {0} gruppo di connessione importato - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - {0} gruppi di connessione importati - - - {0} connection imported - {0} is the number of connections imported (singular) - {0} connessione importata - - - {0} connections imported - {0} is the number of connections imported (plural) - {0} connessioni importate - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {0} contiene tipi di colonna non supportati dal generatore di API dati: {1} - - - {0} deleted successfully. - {0} deleted successfully. - L'eliminazione di {0} è riuscita. - - - {0} errors - {0} is the number of errors - {0} errori - - - {0} events - {0} is the number of events - {0} eventi - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} è stato chiuso. Ripristinarlo? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - {0} account Entra non validi sono stati rimossi; potrebbe essere necessario eseguire 'MS SQL: Clear Microsoft Entra account token cache' e accedere nuovamente. - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} è una colonna chiave primaria e non può essere disabilitata. - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} non è abilitato a livello globale - - - {0} issue - {0} is the number of issues - {0} problema - - - {0} issues - {0} is the number of issues - {0} problemi - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} deve definire uno o più campi chiave da usare con il generatore di API dati - - - {0} objects found - {0} is the number of objects found - {0} oggetti trovati - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0} di {1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - {0} gruppi di connessione di {1} selezionati. - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - {0} connessioni di {1} selezionate - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - {0} di {1} abilitati - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {0} di {1} regole - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0} tenant di {1} - - - {0} password doesn't match the confirmation password - La password {0} del SQL Server non corrisponde alla password di conferma - - - {0} properties - {0} is the object type - Proprietà {0} - - - {0} query - {0} is the Quick Query shortcut name - {0} query - - - {0} rows - {0} is the number of rows - {0} righe - - - {0} rows returned - {0} is the number of rows returned - {0} righe restituite - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - {0} righe selezionate, fai clic per caricare il riepilogo - - - {0} rules - {0} is the number of code analysis rules - {0} regole - - - {0} selected - {0} is the number of selected filter values - {0} elementi selezionati - - - {0} selected - {0} is the number of selected rows - {0} selezionate - - - {0} setting imported - {0} is the number of settings imported (singular) - {0} impostazione importata - - - {0} settings imported - {0} is the number of settings imported (plural) - {0} impostazioni importate - - - {0} started successfully. - {0} started successfully. - {0} avviato correttamente. - - - {0} stopped successfully. - {0} stopped successfully. - {0} è stato interrotto. - - - {0} warnings - {0} is the number of warnings - {0} avvisi - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0} {1} problema - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0} {1} problemi - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0}, + altri {1} - - - {0}. {1} - {0} is the status -{1} is the message - {0}. {1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - {0}/{1} eventi - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}. {2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0}g {1}h - - - {0}h - {0} is the number of hours - {0} ora/e - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0} ora/e {1} minuto/i - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0} ore {1} min - - - {0}m - {0} is the number of minutes - {0} minuto/i - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0} minuto/i {1} secondo/i - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0} min {1} sec - - - {0}ms - {0} is the number of milliseconds - {0} ms - - - {0}ms - {0} is the elapsed time in milliseconds - {0} ms - - - {0}s - {0} is the number of seconds - {0} secondo/i - - - {0}s - {0} is the elapsed time in seconds - {0} - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ Concedi accesso - - - ✅ Grant Access (Current) - ✅ Concedi accesso (corrente) - - - ❌ Deny Access - ❌ Nega accesso - - - ❌ Deny Access (Current) - ❌ Nega accesso (corrente) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 Sono GitHub Copilot per l'estensione MSSQL, il tuo assistente intelligente per lo sviluppo SQL in Visual Studio Code. Ti aiuto a connetterti, esplorare, progettare ed evolvere i database SQL direttamente da VS Code. - - - - - - - Add Connection - Aggiungi connessione - - - Add Connection Group - Aggiungi gruppo di connessione - - - Add Microsoft Entra Account - Aggiungi account Microsoft Entra - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - Consente agli utenti di accedere ai dispositivi con vincoli di input. - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - Collega sempre i nuovi editor e i file SQL aperti alla connessione specificata da 'mssql.defaultConnectionId'. - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - L'impostazione del valore 0 per il timeout di esecuzione indica un'attesa illimitata (nessun timeout) - - - Analyze Query Performance - Analizza prestazioni della query - - - Application Intent - Finalità applicazione - - - Automatically display query results in a new tab instead of the query pane. - Visualizzare automaticamente i risultati della query in una nuova scheda anziché nel riquadro query. - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - Mostra automaticamente il pannello dei risultati quando si passa a un editor con i risultati della query. Si applica solo se è abilitata l'opzione 'Apri risultati nella scheda'. - - - Azure MFA - Autenticazione a più fattori di Azure - - - Background Tasks - Attività in background - - - Backup Database... - Backup database... - - - Build Data API... - Generazione di API dati... - - - Cancel Connection (MSSQL) - Annulla connessione (MSSQL) - - - Cancel Query (MSSQL) - Annulla query (MSSQL) - - - Cancel Task - Annullare attività - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - Trasferire la connessione dell'editor attivo alle schede dell'editor di query e ai file SQL appena aperti. - - - Change Connection (MSSQL) - Cambia connessione (MSSQL) - - - Change Database (MSSQL) - Modifica database (MSSQL) - - - Change Notebook Connection - Modifica connessione notebook - - - Change Notebook Database - Modificare database notebook - - - Choose SQL handler for this file - Scegli il gestore SQL per questo file - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - Scegli come ridimensionare automaticamente le colonne della griglia dei risultati (intestazioni e dati, solo dati o disabilita ridimensionamento automatico). - - - Chooses which Authentication method to use - Sceglie il metodo di autenticazione da usare - - - Clear All Connection Sharing Permissions - Cancellare tutte le autorizzazioni di condivisione delle connessioni - - - Clear All Query History - Cancella tutte le cronologie delle query - - - Clear Filters - Cancella filtri - - - Clear Finished Tasks - Eliminare attività completate - - - Clear Microsoft Entra account token cache - Cancella la cache dei token dell'account Microsoft Entra - - - Clear Pooled Connections - Cancella connessioni in pool - - - Command Timeout - Timeout comando - - - Compare Schemas... - Confronta schema... - - - Configure up to 10 Quick Queries that execute from commands. - Configurare fino a 10 query rapide che possono essere eseguite con i comandi. - - - Connect (MSSQL) - Connetti (MSSQL) - - - Connect to a SQL Database - Connetti a un database SQL - - - Connection Dialog - Finestra di dialogo Connessione - - - Connection Timeout - Timeout connessione - - - Connection groups - Gruppi di connessione - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - I profili di connessione definiti in 'Impostazioni utente' sono visualizzati sotto il comando 'MS SQL: Connetti' nel riquadro comandi. - - - Connections - Connessioni - - - Control which grid lines are visible in the results grid. - Consente di controllare le linee griglia visibili nella griglia dei risultati. - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - Determina in che modo le nuove finestre dell'editor SQL e i file SQL aperti vengono collegati automaticamente. - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - Controlla il numero massimo di righe consentite per l'applicazione di filtri e ordinamento in memoria. Se il numero viene superato, l'ordinamento e il filtro verranno disabilitati. Avviso: l'aumento di questo valore può influire sulle prestazioni. - - - Copy All - Copia tutto - - - Copy Cell Messages - Copia i messaggi di cella - - - Copy Connection String - Copia stringa di connessione - - - Copy Object Name - Copia nome oggetto - - - Create Azure Function with SQL binding - Creare una funzione di Azure con l'associazione SQL - - - Create a Table with Table Designer - Crea una tabella con Progettazione tabelle - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - Crea una nuova tabella nel tuo database o modifica le tabelle esistenti con il Designer di tabelle. -Una volta completate le modifiche, fai clic sul pulsante 'Pubblica' per inviare le modifiche al tuo database. - - - DACPAC/BACPAC Operations... - Operazioni DACPAC/BACPAC... - - - Default view mode for query results display. - Modalità di visualizzazione predefinita per la visualizzazione dei risultati della query. - - - Delete - Elimina - - - Delete Connection Group - Elimina gruppo di connessione - - - Delete SQL Container - Elimina contenitore SQL - - - Deploy DACPAC - Distribuisci pacchetto di applicazione livello dati - - - Disable Actual Plan (MSSQL) - Disabilita piano effettivo (MSSQL) - - - Disable Group By Schema - Disabilita raggruppa per schema - - - Disable automatic column sizing - Disabilita ridimensionamento automatico delle colonne - - - Disabled - Disabilitato - - - Disconnect (MSSQL) - Disconnetti (MSSQL) - - - Display name for this Quick Query. - Nome visualizzato per la query rapida. - - - Display results in a formatted text format. - Visualizza i risultati in un formato di testo formattato. - - - Display results in a tabular grid format (default) - Visualizza i risultati in formato griglia tabulare (impostazione predefinita) - - - Do not auto-connect. You must connect each SQL file manually. - Non eseguire la connessione automatica. È necessario connettere manualmente ogni file SQL. - - - Do not show prompts to display query results in a new tab. - Non mostrare le richieste per visualizzare i risultati della query in una nuova scheda. - - - Drop Database... - Rimuovi database... - - - Edit Connection Group - Modifica gruppo di connessione - - - Edit Connection Sharing Permissions - Modificare le autorizzazioni di condivisione delle connessioni - - - Edit Connection... - Modifica connessione... - - - Edit Table Data... - Modifica dati tabella... - - - Enable Actual Plan (MSSQL) - Abilita piano effettivo (MSSQL) - - - Enable Group By Schema - Abilita raggruppa per schema - - - Enable Parameterization for Always Encrypted - Abilita parametrizzazione per Always Encrypted - - - Enable Query History Capture - Abilita acquisizione cronologia delle query - - - Enable SET ANSI_DEFAULTS - Abilita SET ANSI_DEFAULTS - - - Enable SET ANSI_NULLS - Abilita SET ANSI_NULLS - - - Enable SET ANSI_NULL_DFLT_ON - Abilita SET ANSI_NULL_DFLT_ON - - - Enable SET ANSI_PADDING - Abilita SET ANSI_PADDING - - - Enable SET ANSI_WARNINGS - Abilita SET ANSI_WARNINGS - - - Enable SET ARITHABORT option - Abilita l'opzione SET ARITHABORT - - - Enable SET CURSOR_CLOSE_ON_COMMIT - Abilita SET CURSOR_CLOSE_ON_COMMIT - - - Enable SET DEADLOCK_PRIORITY option - Abilita l'opzione SET DEADLOCK_PRIORITY - - - Enable SET IMPLICIT_TRANSACTIONS - Abilita SET IMPLICIT_TRANSACTIONS - - - Enable SET LOCK TIMEOUT option (in milliseconds) - Abilita l'opzione SET LOCK TIMEOUT (in millisecondi) - - - Enable SET NOCOUNT option - Abilita l'opzione SET NOCOUNT - - - Enable SET NOEXEC option - Abilita l'opzione SET NOEXEC - - - Enable SET PARSEONLY option - Abilita l'opzione SET PARSEONLY - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - Abilita SET QUERY_GOVERNOR_COST_LIMIT - - - Enable SET QUOTED_IDENTIFIER - Abilita SET QUOTED_IDENTIFIER - - - Enable SET STATISTICS IO option - Abilita L'opzione SET STATISTICS IO - - - Enable SET STATISTICS TIME option - Abilita l'opzione SET STATISTICS TIME - - - Enable SET TRANSACTION ISOLATION LEVEL option - Abilita l'opzione SET TRANSACTION ISOLATION LEVEL - - - Enable SET XACT_ABORT ON option - Abilita l'opzione SET XACT_ABORT ON - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - Consente di abilitare colori di sfondo delle righe alternati (a strisce) nella griglia dei risultati. Il colore deriva dal tema di VS Code corrente. - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - Abilitare i pulsanti espandi/comprimi nei nodi della tabella di Finestra di progettazione schema quando le tabelle contengono più di 10 colonne - - - Enabled - Abilitato - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - Consente il pool di connessioni per migliorare le prestazioni complessive della connettività. Questa opzione è disabilitata per impostazione predefinita. Visual Studio Code deve essere riavviato quando il valore viene modificato. Per cancellare le connessioni in pool, eseguire il comando: 'MS SQL: Cancella connessioni in pool'. Nota: potrebbe mantenere attivi i database serverless e impedire la sospensione automatica. - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - Abilita le funzionalità sperimentali nell'estensione MSSQL. Le funzionalità non sono pronte per la produzione e potrebbero presentare bug o problemi. Riavvia Visual Studio Code dopo aver modificato questa impostazione. - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - Abilita l'esperienza della griglia dei risultati della query di anteprima con una gestione dello stato migliorata e più opzioni di personalizzazione delle colonne, tra cui mostrare, nascondere e bloccare le colonne. - - - Estimated Plan (MSSQL) - Piano stimato (MSSQL) - - - Execute Query (MSSQL) - Esegui query (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - Esegui selezione o istruzione corrente (MSSQL) - - - Explain Query - Spiega query - - - Export BACPAC - Esporta BACPAC - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - Riempimento verticale aggiuntivo in pixel aggiunto a ogni riga nella griglia dei risultati, in modo da controllare la densità delle righe. Intervallo valido: 0-10. - - - Extract DACPAC - Estrai pacchetto di applicazione livello dati - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - Familiarizza con altre funzionalità dell'estensione MSSQL che possono aiutarti a essere più produttivo. - - - Filter - Filtro - - - Filter your Object Explorer Tree - Filtra l'albero Esplora oggetti - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - Genera script - - - Get Started with MSSQL for Visual Studio Code - Inizia con MSSQL per Visual Studio Code - - - Getting Started Guide - Guida introduttiva - - - Hide all grid lines - Nascondi tutte le linee griglia - - - Import BACPAC - Importa BACPAC - - - Import Data... - Importa dati... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - Avvia Query Profiler... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - Crea una nuova connessione a un database SQL o modifica le connessioni esistenti con la finestra di dialogo di connessione. -Puoi connetterti a un database immettendo le informazioni di connessione, usando una stringa di connessione o esplorando le tue sottoscrizioni Azure. -[Finestra di dialogo Apri connessione](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - Gestisci profili di connessione - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - Numero massimo di caratteri da archiviare per ogni valore nelle colonne XML dopo l'esecuzione di una query. Valore predefinito: 2.097.152. Intervallo di valori valido: da 1 a 2.147.483.647. - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - Numero massimo di caratteri/byte da archiviare per ogni valore in colonne di tipo carattere/binario dopo l'esecuzione di una query. Valore predefinito: 65.535. Intervallo di valori valido: da 1 a 2.147.483.647. - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - Numero massimo di eventi da mantenere in memoria per il profiler. Quando viene raggiunto questo limite, gli eventi più vecchi vengono eliminati. Aumentare questo valore per mantenere più eventi durante le sessioni di profilatura. - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - Numero massimo di file meno recenti da rimuovere all'avvio per cui è scaduto il tempo impostato con mssql.logRetentionMinutes. I file che non vengono rimossi a causa di questa limitazione verranno rimossi al successivo avvio di Azure Data Studio. - - - Maximum number of rows to return before the server stops processing your query. - Numero massimo di righe da restituire prima che il server arresti l'elaborazione della query. - - - Maximum size of text and ntext data returned from a SELECT statement - Dimensioni massime dei dati di tipo text e ntext restituiti da un'istruzione SELECT - - - Migrate from Azure Data Studio - Effettuare la migrazione da Azure Data Studio - - - Modify Table Structure... - Modifica struttura tabella... - - - New Database... - Nuovo database... - - - New Deployment - Nuova distribuzione - - - New Query - Nuova query - - - New Query - Nuova query - - - New SQL Notebook - Nuovo notebook SQL - - - New Table - Nuova tabella - - - Next Steps with MSSQL for Visual Studio Code - Fasi successive con MSSQL per Visual Studio Code - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - Numero di minuti per la conservazione dei file di log per i servizi di back-end. L'impostazione predefinita è 1 settimana. - - - Number of query history entries to show in the Query History view - Numero di voci della cronologia delle query da visualizzare nella vista cronologia delle query - - - Object Explorer filters - Filtro Esplora oggetti - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - Visualizza solo gli oggetti di database che contano di più per te applicando filtri all'albero Esplora oggetti. -Inizia facendo clic sul pulsante Filtro accanto alla maggior parte delle cartelle nella visualizzazione Connessioni. - - - Open Changelog - Apri log delle modifiche - - - Open Execution Plan File - Apri file piano di esecuzione - - - Open New Query and Connect - Apri nuova query e connetti - - - Open Query - Apri query - - - Open Query History in Command Palette - Apri cronologia delle query nel riquadro comandi - - - Open Query Profiler (Preview) XEL File - Apri file XEL di Query Profiler (anteprima) - - - Open Shortcuts Configuration - Apri la configurazione dei tasti di scelta rapida - - - Open Task Result - Aprire risultato attività - - - Open in GitHub Copilot Agent - Apri in agente GitHub Copilot - - - Open in GitHub Copilot Chat - Apri in GitHub Copilot Chat - - - Open in MSSQL extension - Apri nell'estensione MSSQL - - - Pause Query History Capture - Sospendi acquisizione cronologia delle query - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - Impedire l'esecuzione automatica degli script (ad esempio, 'Seleziona primi 1000'). Se questa opzione è abilitata, gli script non verranno eseguiti automaticamente al momento della generazione. - - - Prompts users to sign in using their browser. - Richiede agli utenti di accedere con il browser. - - - Query History - Cronologia delle query - - - Query Results - Risultati query - - - Query editor and query results pane - Editor di query e riquadro dei risultati query - - - Query plan visualization - Visualizzazione del piano di query - - - Refresh - Aggiorna - - - Refresh IntelliSense Cache - Aggiorna la cache IntelliSense - - - Remove Connection - Rimuovi connessione - - - Remove Microsoft Entra Account - Rimuovi l'account Microsoft Entra - - - Rename Database... - Rinomina database... - - - Replication - Replica - - - Restore Database... - Ripristina database... - - - Reveal Query Result (MSSQL) - Mostra risultato della query (MSSQL) - - - Rewrite Query - Riscrivi query - - - Run Query - Eseguire query - - - Run Quick Query 1 - Esegui la query rapida 1 - - - Run Quick Query 10 - Esegui la query rapida 10 - - - Run Quick Query 2 - Esegui la query rapida 2 - - - Run Quick Query 3 - Esegui la query rapida 3 - - - Run Quick Query 4 - Esegui la query rapida 4 - - - Run Quick Query 5 - Esegui la query rapida 5 - - - Run Quick Query 6 - Esegui la query rapida 6 - - - Run Quick Query 7 - Esegui la query rapida 7 - - - Run Quick Query 8 - Esegui la query rapida 8 - - - Run Quick Query 9 - Esegui la query rapida 9 - - - Run a SQL Query - Esegui una query SQL - - - SQL Container Name - Nome contenitore SQL - - - SQL Container Version - Versione del contenitore SQL - - - SQL Server Extended Events Log - Log eventi estesi di SQL Server - - - SQL Tools (MSSQL) - Strumenti SQL (MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - Testo SQL per la query rapida. Usare {arg} per inserire il testo selezionato nell'editor di query; in caso contrario, viene aggiunto. - - - Script as Alter - Genera script come ALTER - - - Script as Create - Genera script come CREATE - - - Script as Drop - Genera script come DROP - - - Script as Execute - Genera script come EXECUTE - - - Search Database Objects... - Cerca oggetti del database... - - - Select Top 1000 - Genera script come SELECT TOP 1000 - - - Selected Azure subscriptions for browsing and managing servers and databases - Sottoscrizioni di Azure selezionate per esplorare e gestire server e database - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - Aree di lavoro di Microsoft Fabric selezionate per l'esplorazione e la gestione dei database SQL - - - Send Feedback - Invia feedback - - - Set the font family for the results grid; set to blank to use the editor font - Imposta la famiglia di caratteri per la griglia dei risultati; lasciare vuoto per usare il font dell'editor - - - Set the font size for the results grid; set to blank to use the editor size - Imposta le dimensioni del carattere per la griglia dei risultati; lasciare vuoto per usare le dimensioni dell'editor - - - Shortcuts handled inside MSSQL views - Tasti di scelta rapida all'interno delle visualizzazioni MSSQL - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - Consente di indicare se le colonne di tipo BIT devono essere visualizzate come numeri (1 o 0). Se è 'false', verranno visualizzate come 'true' o 'false' - - - Should IntelliSense be enabled - Consente di indicare se IntelliSense deve essere abilitato - - - Should IntelliSense error checking be enabled - Consente di indicare se il controllo degli errori di IntelliSense deve essere abilitato - - - Should IntelliSense quick info be enabled - Consente di indicare se le informazioni rapide di IntelliSense devono essere abilitate - - - Should IntelliSense suggestions be enabled - Consente di indicare se i suggerimenti IntelliSense devono essere abilitati - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - Le informazioni personali (PII) devono essere registrate nel canale di output dei Log di Azure e nel file di log del canale di output. - - - Should Query History feature be enabled - La funzionalità cronologia delle query deve essere abilitata - - - Should language service be auto-disabled when extension detects Non-MSSQL files - Indica se il servizio di linguaggio deve essere disabilitato automaticamente quando l'estensione rileva file non MSSQL - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - Consente di indicare se salvare le selezioni dei risultati della query e le posizioni di scorrimento quando si cambiano scheda (può influire sulle prestazioni) - - - Show both horizontal and vertical grid lines - Mostra linee griglia orizzontali e verticali - - - Show changelog after extension updates - Mostrare il log delle modifiche dopo gli aggiornamenti dell'estensione - - - Show only horizontal grid lines - Mostra solo linee griglia orizzontali - - - Show only vertical grid lines - Mostra solo linee griglia verticali - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - Per una rapida visibilità, mostra i dettagli della connessione SQL attiva come suggerimento CodeLens nella parte superiore dell'editor. - - - Sort and Filter Query Results - Ordina e filtra i risultati della query - - - Sort and filter options for query results - Opzioni di ordinamento e filtro per i risultati della query - - - Sort and filter your query results to find the data you need quickly. - Ordina e filtra i risultati della query per trovare rapidamente i dati necessari. - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - Equivalente cloud sovrano per ''.crm.dynamics.com'' (incluso il punto iniziale) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - Equivalente di Sovereign Cloud per `.database.fabric.microsoft.com` (incluso il punto iniziale) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - Equivalente di Sovereign Cloud per `.database.windows.net` (incluso il punto iniziale) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - Equivalente di Sovereign Cloud per `.datawarehouse.fabric.microsoft.com` (incluso il punto iniziale) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - Equivalente di Sovereign Cloud per `.sql.azuresynapse.net` (incluso il punto iniziale) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - Equivalente di Sovereign Cloud per `https://analysis.windows.net/powerbi/api/` - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - Equivalente di Sovereign Cloud per `https://api.fabric.microsoft.com/v1/` - - - Sovereign cloud equivalent for `https://database.windows.net/` - Equivalente di Sovereign Cloud per `https://database.windows.net/` - - - Sovereign cloud equivalent for `https://vault.azure.net/` - Equivalente di Sovereign Cloud per `https://vault.azure.net/` - - - Start Query History Capture - Avvia acquisizione cronologia delle query - - - Start SQL Container - Avvia contenitore SQL - - - Stop SQL Container - Arresta contenitore SQL - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - Progettazione tabelle - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - Memorizza temporaneamente le password per le connessioni con 'Password salvate' disabilitate, fino al riavvio dell'estensione. Ciò evita richieste ripetute di password quando si riutilizzano le connessioni all'interno della stessa sessione. - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - L'ID (GUID) del profilo di connessione da usare quando 'mssql.newEditorConnectionBehavior' è impostato su 'defaultConnection'. È possibile trovare l'ID della connessione in 'settings.json' all'interno di 'mssql.connections'. - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - La configurazione aggiuntiva e personalizzata specifica di MSSQL per il cloud sovrano da usare con il provider di autenticazione Microsoft Sovereign Cloud. Per usare questa funzionalità con MSSQL, è necessario impostare `microsoft-sovereign-cloud.environment` su `custom` e fornire i valori per `microsoft-sovereign-cloud.customEnvironment`. - - - The color of the connection group. - Colore del gruppo di connessione. - - - The description of the connection group. - Descrizione del gruppo di connessione. - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - Numero massimo di caratteri da visualizzare per le informazioni di connessione nella barra di stato. Impostare su -1 per non impostare alcun limite. - - - The maximum number of recently used connections to store in the connection list. - Numero massimo di connessioni usate di recente da archiviare nell'elenco delle connessioni. - - - The name of the connection group. - Nome del gruppo di connessione. - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - Timeout in secondi per l'espansione di un nodo in Esplora oggetti. Il valore predefinito è 45 secondi. - - - The unique identifier for the connection group this connection profile belongs to. - Identificatore univoco per il gruppo di connessione a cui appartiene questo profilo di connessione. - - - The unique identifier for the connection group. - Identificatore univoco per il gruppo di connessione. - - - The unique identifier for the parent connection group. - Identificatore univoco per il gruppo di connessione padre. - - - The unique identifier for this connection profile. - Identificatore univoco per questo profilo di connessione. - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - Questa impostazione è deprecata. Usare quindi 'mssql.newEditorConnectionBehavior'. L'estensione eseguirà automaticamente la migrazione di questa impostazione all'avvio. - - - This setting will be removed in a future release. - Questa impostazione verrà rimossa in una versione futura. - - - Toggle Actual Plan - Abilita/Disabilita piano effettivo - - - Toggle Query Result Panel Visibility (MSSQL) - Attiva/Disattiva visibilità riquadro risultati della query (MSSQL) - - - Toggle SQLCMD Mode - Attiva/Disattiva modalità SQLCMD - - - True for the messages pane to be open by default; false for closed - True per aprire il riquadro messaggi per impostazione predefinita; false per non aprirlo - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - Comprendi cosa sta facendo la tua query visualizzando il piano di query. -Visualizza il piano stimato senza eseguire la query oppure visualizza il piano di query effettivo dopo aver eseguito la query attivando o disattivando i pulsanti nella parte superiore della finestra dell'editor di query. - - - Use Database - Usa database - - - Use column headers and data to size columns automatically - Usa intestazioni di colonna e dati per ridimensionare automaticamente le colonne - - - Use only column headers to size columns automatically - Usa solo le intestazioni di colonna per ridimensionare automaticamente le colonne - - - Use only row data to size columns automatically - Usa solo i dati delle righe per ridimensionare automaticamente le colonne - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - Usare gli account connessi a VS Code per l'autenticazione a più fattori di Microsoft Entra ID a SQL. Riavviare Visual Studio Code dopo aver modificato questa impostazione. - - - View Task Logs - Visualizza log attività - - - Visualize a Query Plan - Visualizza un piano di query - - - Visualize and Design Schema... - Visualizzare e progettare schema... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - Quando è abilitata, l'opzione "Copia tutto" nel riquadro Messaggi dei risultati della query include i timestamp dei messaggi. - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - Se abilitata, trasferisce automaticamente la connessione attiva ai file SQL appena aperti. Se disabilitata, è necessario connettersi esplicitamente a un database per ogni file SQL. - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - Se l'opzione è abilitata, colora l'elemento della barra di stato della connessione con il colore del gruppo di connessione. Questa opzione è disabilitata per impostazione predefinita. Usa direttamente il colore della cartella del gruppo di connessioni e non lo modifica per garantire il contrasto con il tema attuale di VS Code. Gli utenti devono scegliere colori del gruppo di connessione che si abbinano bene al tema. - - - When enabled, connection groups will be collapsed instead of expanded at startup. - Se questa opzione è abilitata, i gruppi di connessione verranno compressi anziché espansi all'avvio. - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - Se abilitato, le esportazioni dei risultati delle query salvate vengono aperte dopo l'esportazione. Le esportazioni di Excel si aprono con il gestore di file di sistema; le esportazioni di testo si aprono in VS Code. - - - When enabled, the database objects in Object Explorer will be categorized by schema. - Se questa opzione è abilitata, gli oggetti di database in Esplora oggetti verranno categorizzati in base allo schema. - - - Windows Authentication - Autenticazione di Windows - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - Scrivi una query SQL ed eseguila sul tuo database. -Puoi anche fare clic sul pulsante 'Apri in nuova scheda' per visualizzare i risultati della query nella loro scheda e, facoltativamente, impostarlo come comportamento predefinito. - - - Your first steps for connecting to and developing with a SQL database - I tuoi primi passi per la connessione e lo sviluppo con un database SQL - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [Facoltativo] Numero non negativo utilizzato per ordinare il gruppo di connessione nella barra laterale Esplora oggetti. I gruppi con un valore ''order'' vengono visualizzati per primi, dal valore più basso al più alto; i restanti gruppi seguono in ordine alfabetico. - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [Facoltativo] Numero non negativo utilizzato per ordinare la connessione nella barra laterale Esplora oggetti. Le connessioni con un valore ''order'' vengono visualizzate per prime, dal valore più basso al più alto; le restanti connessioni seguono in ordine alfabetico. - - - [Optional] Character used for enclosing text fields when saving results as CSV - [Facoltativo] Carattere usato per racchiudere i campi di testo quando si salvano i risultati i formato CSV - - - [Optional] Character(s) used for separating rows when saving results as CSV - [Facoltativo] Caratteri usati per delimitare le righe quando si salvano i risultati in formato CSV - - - [Optional] Configuration options for copying multi-line results from the Results View - [Facoltativo] Opzioni di configurazione per la copia di risultati su più righe dalla Visualizzazione risultati - - - [Optional] Configuration options for copying results from the Results View - [Facoltativo] Opzioni di configurazione per copiare i risultati dalla Visualizzazione risultati - - - [Optional] Configuration options for which column new result panes should open in - [Facoltativo] Opzioni di configurazione per determinare la colonna in cui aprire i nuovi riquadri dei risultati - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [Facoltativo] Dichiara il tipo di carico di lavoro dell'applicazione quando ci si connette a SQL Server, come ReadWrite o ReadOnly. Per maggiori dettagli, fare riferimento a SQL Server AlwaysOn. - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [Facoltativo] Delimitatore per separare gli elementi di dati quando si salvano i risultati come CSV. Scegli tra separatori comuni come virgola (,), tabulazione (\t), punto e virgola (;) o pipe (|) - - - [Optional] Do not show unsupported platform warnings - [Facoltativa] Non visualizzare avvisi su piattaforme non supportate - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [Facoltativo] Codifica di file usata per il salvataggio dei risultati come CSV. Scegli tra UTF-8 (consigliato), UTF-16, ASCII o Latin-1 in base alla compatibilità dell'applicazione di destinazione - - - [Optional] Indicates the SQL Server language settings. - [Facoltativo] Indica le impostazioni della lingua di SQL Server. - - - [Optional] Indicates the name of local docker container the connection is on - [Facoltativo] Indica il nome del contenitore Docker locale in cui si trova la connessione - - - [Optional] Indicates whether this profile has an empty password explicitly set - [Facoltativo] Indica se per questo profilo è disponibile una password vuota impostata in modo esplicito - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [Facoltativo] Indica il tipo di server che verrà esposto dal provider tramite l'oggetto DataReader. - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [Facoltativo] Registra l'output di debug nella console di VS Code (Guida -> Attiva/Disattiva Strumenti di sviluppo) - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [Facoltativa] Livello di registrazione per i servizi back-end. Azure Data Studio genera un nome file a ogni avvio e, se il file esiste già, le voci del log vengono accodate a tale file. Per la pulizia dei file di log meno recenti, vedere le impostazioni logRetentionMinutes e logFilesRemovalLimit. Con l'impostazione predefinita di tracingLevel, la quantità di dati registrata non è eccessiva. Se si cambia il livello di dettaglio, la registrazione potrebbe diventare eccessiva e richiedere un notevole spazio su disco per i log. Il livello Error include quello Critical, il livello Warning include quello Error, il livello Information include quello Warning e il livello Verbose include quello Information - - - [Optional] Should execution time be shown for individual batches - [Facoltativo] Consente di indicare se visualizzare il tempo di esecuzione per singoli batch - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [Facoltativo] Consente di specificare un nome personalizzato di questo profilo di connessione per facilitare l'esplorazione e la ricerca nel riquadro comandi di Visual Studio Code. - - - [Optional] Specify the SQL Server authentication type. - [Facoltativo] Consente di specificare il tipo di autenticazione di SQL Server. - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [Facoltativo] Consente di specificare il nome del database a cui connettersi. Se il database non è specificato, verrà usata l'impostazione predefinita del database utente, in genere 'master'. - - - [Optional] Specify the delay between attempts to restore connection. - [Facoltativo] Consente di specificare il ritardo tra i tentativi di ripristino della connessione. - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [Facoltativo] Specificare il tempo di attesa in secondi per l'esecuzione di un comando prima di terminare il tentativo e generare un errore. Il valore predefinito è 30 secondi. - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [Facoltativo] Specifica la durata in secondi dell'attesa di una connessione al server prima di terminare il tentativo di connessione e generare un errore. Il valore predefinito è 30 secondi. - - - [Optional] Specify the maximum number of connections allowed in the pool. - [Facoltativo] Consente di specificare il numero massimo di connessioni consentite nel pool. - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [Facoltativo] Consente di specificare la quantità minima di tempo in secondi in cui la connessione deve rimanere attiva nel pool prima che venga rimossa o eliminata. - - - [Optional] Specify the minimum number of connections allowed in the pool. - [Facoltativo] Consente di specificare il numero minimo di connessioni consentite nel pool. - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [Facoltativo] Consente di specificare il nome dell'applicazione usata da SQL Server da registrare (impostazione predefinita: 'vscode-mssql'). - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [Facoltativo] Consente di specificare il nome del file primario, incluso il nome di percorso completo, di un database collegabile. - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [Facoltativo] Consente di specificare il nome della workstation che si connette a SQL Server. - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [Facoltativo] Consente di specificare il nome o l'indirizzo di rete dell'istanza di SQL Server che funge da partner di failover. - - - [Optional] Specify the number of attempts to restore connection. - [Facoltativo] Consente di specificare il numero di tentativi di ripristino della connessione. - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [Facoltativo] Consente di specificare la password per l'autenticazione di SQL Server. Se non è specificata o già salvata, verrà richiesta al momento della connessione. - - - [Optional] Specify the port number to connect to. - [Facoltativo] Consente di specificare il numero di porta a cui connettersi. - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [Facoltativo] Consente di specificare le dimensioni in byte dei pacchetti di rete per comunicare con SQL Server. - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [Facoltativo] Consente di specificare il nome utente per l'autenticazione di SQL Server. Se il nome utente non è specificato verrà chiesto di nuovo al momento della connessione. - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [Facoltativo] Stringa di connessione ADO.NET da usare per la connessione. Sostituisce qualsiasi altra opzione impostata in questa connessione. - - - [Optional] Used by SQL Server in replication. - [Facoltativo] Usato da SQL Server nella replica. - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [Facoltativo] Quando è 'Obbligatorio' o 'Restrittivo', SQL Server utilizza la crittografia SSL per tutti i dati inviati tra il client e il server se nel server è installato un certificato. Se impostato su 'Restrittivo', SQL Server utilizza TDS 8.0 per tutti i trasferimenti di dati tra il client e il server. 'Restrittivo' è supportato a partire da SQL Server 2022. - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [Facoltativo] Se è impostato su 'true', più set di risultati possono essere restituiti o letti da un'unica connessione. - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [Facoltativo] Se è impostato su 'true', il certificato SSL di SQL Server viene automaticamente considerato attendibile quando il livello di comunicazione è crittografato tramite SSL. Impostare su 'false' per la connessione al database SQL di Azure. - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [Facoltativo] Se è impostato su 'true', l'oggetto connessione viene prelevato dal pool appropriato oppure, se necessario, viene creato e aggiunto al pool appropriato. Nota: potrebbe mantenere attivi i database serverless e impedire la sospensione automatica. - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [Facoltativo] Se è impostato su 'true', il rilevamento e la connessione al server attivo è più veloce quando il gruppo di disponibilità AlwaysOn è configurato in subnet diverse. - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [Facoltativo] Se è impostato su 'true', la password per l'autenticazione di SQL Server viene salvata nell'archivio protetto del sistema operativo, ad esempio Portachiavi in MacOS o Archiviazione sicura in Windows. - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [Facoltativo] Se è impostato su 'false', le informazioni sensibili dal punto di vista della sicurezza, ad esempio la password, non vengono restituite come parte della connessione se la connessione è aperta o in precedenza si è trovata in uno stato aperto. - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [Facoltativo] Se specificato (e encrypt=Mandatory e trustServerCertificate=false), SQL Server utilizza il nome host specificato per convalidare l'attendibilità con il certificato del server. - - - [Optional] When true, column headers are included when saving results as CSV - [Facoltativo] Se è impostato su true, le intestazioni di colonna vengono incluse quando si salvano i risultati in formato CSV - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [Obbligatorio] Specifica il nome del server a cui connettersi. Usare 'hostname instance' o '<server>.database.windows.net' per il database SQL di Azure. - - - auth - autenticazione - - - database - database - - - port - porta - - - server - server - - - user - utente - - - + + + + + + is required. + è obbligatorio. + + + $(check) Copied messages + $(check) messaggi copiati + + + $(plug) Connect to MSSQL + $(plug) Connetti a MSSQL + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + 'mssql.newEditorConnectionBehavior' è impostato su 'defaultConnection', ma 'mssql.defaultConnectionId' non è configurato. I nuovi editor eseguiranno il fallback al trasferimento della connessione attiva. + + + '{0}' started. + {0} is the service name + '{0}' avviato. + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <Default> + + + <default> + <default> + + + (0 rows affected) + (0 righe interessate) + + + (0 rows) + (0 righe) + + + (1 row affected) + (1 riga interessata) + + + (Command completed successfully) + (Comando completato) + + + (current) + (corrente) + + + (empty) + (vuoto) + + + ({0} row(s) affected) + {0} is the number of rows affected + ({0} righe interessate) + + + ({0} row) + {0} is the number of rows (singular) + ({0} riga) + + + ({0} rows affected) + {0} is the number of rows affected + ({0} righe interessate) + + + ({0} rows) + {0} is the number of rows (plural) + ({0} righe) + + + + Add Azure Account + + Aggiungi account Azure + + + + Add Fabric Account + + Aggiungi account Fabric + + + + Create Connection Group + + Crea gruppo di connessione + + + - + - + + + 0 rows + 0 righe + + + 0 rows returned + 0 righe restituite + + + 1 + 1 + + + 1 row + 1 riga + + + 1 row returned + 1 riga restituita + + + 100K vCore seconds + 100.000 secondi vCore + + + 32 GB + 32 GB + + + 32 GB storage + 32 GB backup + 32 GB di spazio di archiviazione + 32 GB di backup + + + 60 min + 60 min + + + = + = + + + A SQL editor must have focus before executing this command + Prima di eseguire questo comando, è necessario spostare lo stato attivo in un editor SQL + + + A connection is already being established. Please wait for it to complete before running a query. + È già in corso l'instaurazione di una connessione. Attendere il completamento prima di eseguire una query. + + + A database with this name already exists on the server + Un database con il nome specificato esiste già nel server + + + A firewall rule is required to access this server. + Per accedere a questo server è necessaria una regola del firewall. + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + Un database transazionale, pronto per gli sviluppatori, altamente integrato che si ridimensiona e ottimizza automaticamente, e sincronizza i dati in OneLake per l'analisi tramite i servizi Fabric + + + A predefined global default value for the column or binding. + Valore predefinito globale per la colonna o l'associazione. + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + È già in esecuzione una query per questa sessione dell'editor. Annullare questa query o attenderne il completamento. + + + A required .NET runtime could not be found or installed. + Non è possibile trovare o installare il runtime .NET richiesto. + + + API Type + Tipo API + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + Accelera l'evoluzione dello schema generando automaticamente migrazioni ORM o script di modifica T-SQL + + + Accept + Accetta + + + Accept All + Accetta tutto + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + Accettare il contratto di licenza di SQL Server per distribuire un contenitore Docker di SQL Server + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + Accesso negato. Assicurarsi di disporre delle autorizzazioni necessarie per utilizzare questo strumento o modello. + + + Access to the XEL file was denied. + Accesso al file XEL negato. + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Token di accesso scaduto per la connessione {0} con {1} URI + + + Account + Account + + + Account not found + L'account non è stato trovato + + + Action + Azione + + + Action Type + Tipo di azione + + + Actions + Azioni + + + Active filters: + Filtri attivi: + + + Actual Elapsed CPU Time + Tempo trascorso effettivo della CPU + + + Actual Elapsed Time + Tempo trascorso effettivo + + + Actual Number of Rows For All Executions + Numero effettivo di righe per tutte le esecuzioni + + + Add + Aggiungi + + + Add Account + Aggiungi account + + + Add Column + Aggiungi colonna + + + Add Connection + Aggiungi connessione + + + Add Firewall Rule + Aggiungi regola del firewall + + + Add Firewall Rule to {0} + {0} is the server name + Aggiungi regola del firewall a {0} + + + Add MCP server to workspace configuration + Aggiungere il server MCP alla configurazione dell'area di lavoro + + + Add Row + Aggiungi riga + + + Add Server Connection + Aggiungi connessione server + + + Add Table + Aggiungi tabella + + + Add a Microsoft Entra account... + Aggiungere un account Microsoft Entra... + + + Add account + Aggiungi account + + + Add filter + Aggiungi filtro + + + Add filters to modify the SQL query + Aggiungi filtri per modificare la query SQL + + + Add my client IP ({0}) + {0} is the IP address of the client + Aggiungi IP client personale ({0}) + + + Add my subnet IP range + Aggiungi intervallo IP subnet personale + + + Add new column + Aggiungi nuova colonna + + + Add new foreign key + Aggiungi nuova chiave esterna + + + Add tag + Aggiungi il tag + + + Add to VS Code + Aggiungere a VS Code + + + Add to favorites + Aggiungi ai preferiti + + + Add to workspace + Aggiungi all'area di Lavoro + + + Added + Aggiunto + + + Added column '{0}' + {0} is the column name + Colonna '{0}' aggiunta + + + Added foreign key '{0}' + {0} is the foreign key name + Chiave esterna '{0}' aggiunta + + + Additional parameters + Parametri aggiuntivi + + + Additional usage beyond the free amount will be charged at serverless rates. + L'utilizzo aggiuntivo oltre l'importo gratuito verrà addebitato alle tariffe serverless. + + + Admin Password + Password amministratore + + + Admin Username + Nome utente amministratore + + + Advanced + Avanzate + + + Advanced Backup Options + Opzioni di backup avanzate + + + Advanced Connection Settings + Impostazioni di connessione avanzate + + + Advanced Entity Configuration + Configurazione avanzata dell'entità + + + Advanced Options + Opzioni avanzate + + + Advanced Publish Options + Opzioni di pubblicazione avanzate + + + Advanced restore options + Opzioni avanzate di ripristino + + + After + Dopo + + + All + Tutto + + + All Files (*.*) + Tutti i file (*.*) + + + All Schemas + Tutti gli schemi + + + All files + Tutti i file + + + All permissions for extensions to access your connections have been cleared. + Tutte le autorizzazioni per consentire alle estensioni di accedere alle tue connessioni sono state cancellate. + + + All selected + Tutti selezionati + + + All severities + Tutte le gravità + + + Allow Null + Consenti Null + + + Allow Nulls + Consenti valori Null + + + Allow null + Consenti null + + + Allow this extension to access your connections + Consentire a questa estensione di accedere alle tue connessioni + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + Consente ai client MCP di usare strumenti di creazione, lettura, aggiornamento ed eliminazione generici per questa tabella. + + + Alphabetical + In ordine alfabetico + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + Già usato da {0} + + + Alter + Modifica + + + Always Encrypted + Always Encrypted + + + Always show in new tab + Mostra sempre nella nuova scheda + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + Riferimento a una connessione ambiguo. Specificare solo un valore: connectionId e connectionName. + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + Per GitHub Copilot è necessaria una connessione attiva per comprendere lo schema del database e procedere. +Seleziona "{0}" per stabilire una connessione. + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + Errore durante l'aggiornamento dei nodi. Per altri dettagli, vedere il canale di output MSSQL. + + + An error occurred while copying results: {0} + {0} is the error message + Errore durante la copia dei risultati: {0} + + + An error occurred while loading data. + Errore durante il caricamento dei dati. + + + An error occurred while processing your request. + Si è verificato un errore durante l'elaborazione della richiesta. + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + Si è verificato un errore durante la rimozione dell'account Microsoft Entra: {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + Si è verificato un errore durante il recupero delle righe: {0} + + + An error occurred: {0} + {0} is the error message + Si è verificato un errore: {0} + + + An unexpected error occurred + Si è verificato un errore imprevisto + + + An unexpected error occurred with the language model. Please try again. + Si è verificato un errore imprevisto con il modello linguistico. Riprovare. + + + An unknown error occurred. Please try again. + Si è verificato un errore sconosciuto. Riprovare. + + + Analytics-ready by default + Pronto per l'analisi per impostazione predefinita + + + Analyze static code with customizable rulesets in SQL Database Projects. + Analizza codice statico con set di regole personalizzabili nei progetti di database SQL. + + + And + E + + + Anonymous + Anonimo + + + Append to the existing backup set + Accoda al set di backup esistente + + + Application (Client) ID + ID applicazione (client) + + + Application (Client) ID is required. + L'ID applicazione (client) è obbligatorio. + + + Application Intent + Finalità applicazione + + + Application Name + Nome applicazione + + + Application Version + Versione applicazione + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + La versione dell'applicazione deve essere nel formato n n.n.n o n.n.n.n dove n è un numero (ad esempio, 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + La versione dell'applicazione deve essere nel formato n.n.n.n dove n è un numero (ad esempio, 1.0.0.0) + + + Apply + Applica + + + Apply Changes + Applica modifiche + + + Apply changes to target + Applica modifiche alla destinazione + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + Applica suggerimenti contestuali per sintassi, relazioni e vincoli SQL + + + Apply failed. Fix the error and retry, or run Schema Compare again. + Applicazione non riuscita. Correggere l'errore e riprovare, oppure eseguire di nuovo Confronto schema. + + + Applying changes, this might take a while... + Applicazione delle modifiche, questa operazione potrebbe richiedere del tempo... + + + Approve + Approva + + + Are you sure you want to cancel this background task? + Annullare questa attività in background? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + Chiudere la sessione corrente? Tutti gli eventi acquisiti andranno persi. È possibile esportare gli eventi in CSV dalla barra degli strumenti prima di chiudere. + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + Eliminare il contenitore {0}? Questo rimuoverà sia il contenitore che la sua connessione da VS Code. + + + Are you sure you want to delete the selected items? + Eliminare gli elementi selezionati? + + + Are you sure you want to delete {0}? + {0} is the group name + Eliminare {0}? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + Eliminare {0}? È anche possibile eliminare le relative connessioni o spostarle nella cartella radice. + + + Are you sure you want to disconnect? + Disconnettersi? + + + Are you sure you want to remove {0}? + {0} is the node label + Rimuovere {0}? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + Annullare tutte le modifiche di Copilot? Tutte le modifiche monitorate verranno ripristinate al loro stato originale. + + + Are you sure you want to update the target? + Aggiornare la destinazione? + + + Are you sure you want to {0}? + {0} is the action being confirmed + Si vuole {0}? + + + Are you sure? + Procedere? + + + Ask GitHub Copilot to Fix + Chiedi a GitHub Copilot di eseguire la correzione + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + Porre domande o proporre modifiche dello schema nella chat e GitHub Copilot aggiornerà immediatamente lo schema nel diagramma. + + + At least one API type must be selected. + È necessario selezionare almeno un tipo di API. + + + Auth type + Tipo di autenticazione + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + Eseguire l'autenticazione usando un'entità servizio Microsoft Entra. Immettere l'ID applicazione (client) come nome utente e il segreto client come password. Fare clic sull'icona delle informazioni per saperne di più. + + + Authenticated + Autenticato + + + Authentication + Autenticazione + + + Authentication Library has changed, please reload Visual Studio Code. + La libreria di autenticazione è stata modificata. Ricarica Visual Studio Code. + + + Authentication Type + Tipo di autenticazione + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + Errore di autenticazione per l'account '{0}' (tenant '{1}'). Per risolvere il problema, è necessario cancellare la cache dei token, il che comporterà la disconnessione da tutti gli account connessi. + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + Errore di autenticazione per l'account. Per risolvere il problema, è necessario cancellare la cache dei token, il che comporterà la disconnessione da tutti gli account connessi. + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + L'autenticazione non è riuscita a causa di una mancata corrispondenza dei nonce. Chiudere Azure Data Studio e riprovare. + + + Authentication failed due to a state mismatch, please close ADS and try again. + L'autenticazione non è riuscita a causa di una mancata corrispondenza degli stati. Chiudere ADS e riprovare. + + + Authentication not supported + Autenticazione non supportata + + + Auto Arrange + Disposizione automatica + + + Auto Arrange Confirmation + Conferma disposizione automatica + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + Disposizione automatica riposizionerà automaticamente tutti gli elementi del diagramma in base ad algoritmi di layout ottimizzati. Eventuali posizionamenti personalizzati creati andranno persi. Vuoi procedere con la disposizione automatica del diagramma dello schema? + + + Auto-pause + Sospendi automaticamente + + + Auto-pause the database until next month + Sospendi automaticamente il database fino al mese successivo + + + Auto-scroll + Scorrimento automatico + + + Auto-scroll disabled + Scorrimento automatico disabilitato + + + Auto-scroll enabled + Scorrimento automatico abilitato + + + Automatic tuning features like automatic index creation enabled by default. + Funzionalità di ottimizzazione automatica come la creazione automatica dell'indice abilitate per impostazione predefinita. + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + Seleziona automaticamente un'identità Microsoft Entra ID disponibile tra i provider installati nel sistema. Fare clic sull'icona delle informazioni per saperne di più. + + + Available Servers + Server disponibili + + + Average: {0} + {0} is the average + Media: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + Media: {0} Conteggio: {1} Somma: {2} + + + Avg + Media + + + Azure (China) + Azure (Cina) + + + Azure (Public) + Azure (pubblico) + + + Azure (US Government) + Azure (US Government) + + + Azure Account + Account Azure + + + Azure Account is required + L'account Azure è obbligatorio + + + Azure Code Grant + Concessione codice di Azure + + + Azure Data Studio Migration + Migrazione di Azure Data Studio + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Azure Data Studio Migration Toolkit - ora con keypad + + + Azure Data Studio settings file + File di impostazioni di Azure Data Studio + + + Azure Databases + Database di Azure + + + Azure Device Code + Codice dispositivo di Azure + + + Azure MFA + Autenticazione a più fattori di Azure + + + Azure SQL Database is not supported for backup. + Il database SQL di Azure non è supportato per il backup. + + + Azure SQL Database is not supported for restore. + Il database SQL di Azure non è supportato per il ripristino. + + + Azure SQL Managed Instance + Istanza gestita di SQL di Azure + + + Azure SQL Server + Azure SQL Server + + + Azure SQL databases provisioning + Provisioning dei database SQL di Azure + + + Azure Subscriptions + Sottoscrizioni Azure + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + Account Azure '{0}' non trovato. Accedere con l'account corretto o selezionare un account diverso. + + + Azure sign in failed. + L'accesso ad Azure non è riuscito. + + + Azure subscription not found in cache. + Sottoscrizione di Azure non trovata nella cache. + + + Azure: Sign In + Azure: Accedi + + + Azure: Sign In to Azure Cloud + Azure: Accedi a Cloud di Azure + + + Azure: Sign In with Device Code + Azure: Accedi con codice dispositivo + + + BACPAC exported successfully + Esportazione BACPAC eseguita correttamente + + + BACPAC exported successfully to '{0}' + {0} is the file path + BACPAC esportato in ''{0}'' + + + BACPAC imported successfully + Importazione BACPAC eseguita correttamente + + + BACPAC imported successfully to database '{0}' + {0} is the database name + Bacpac importato nel database ''{0}'' + + + Back + Indietro + + + Back to Schema + Torna allo schema + + + Back to preview + Torna all’anteprima + + + Backup + Backup + + + Backup Database - {0} + {0} is the database name + Backup database - {0} + + + Backup File + File di backup + + + Backup Files + File di backup + + + Backup Files (*.bak, *.log, *.trn) + File di backup (*.bak, *.log, *.trn) + + + Backup Location + Percorso di backup + + + Backup Name + Nome backup + + + Backup Storage Redundancy + Ridondanza dell'archivio di backup + + + Backup Type + Tipo di backup + + + Backup sets to restore + Set di backup da ripristinare + + + Backup the tail of the log + Esegui il backup della coda del log + + + Backup to a new media set + Esegui il backup su un nuovo set di supporti + + + Batch execution time: {0} + {0} is the batch time + Tempo di esecuzione del batch: {0} + + + Before + Prima + + + Behavior when free offer limit is reached + Comportamento quando viene raggiunto il limite dell'offerta gratuita + + + Between + Tra + + + Blanks + Vuoti + + + Blob + BLOB + + + Blob Container + Contenitore BLOB + + + Blob Container is required + Contenitore BLOB obbligatorio + + + Blob does not contain a valid database backup + Il BLOB non contiene un backup di database valido + + + Blob is required + Il BLOB è obbligatorio + + + Block this extension from accessing your connections + Impedire a questa estensione di accedere alle connessioni + + + Both + Entrambi + + + Brightness + Luminosità + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + Importare le connessioni, i gruppi e la configurazione salvata da Azure Data Studio nell'estensione MSSQL e scoprire esperienze familiari. + + + Browse + Esplora + + + Browse Azure + Esplora Azure + + + Browse Azure SQL Database tutorials and docs + Esplora le esercitazioni e la documentazione sul database SQL di Azure + + + Browse Fabric + Esplora infrastruttura + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + Esplora le aree di lavoro di Fabric e crea database SQL in Fabric senza uscire da VS Code. + + + Browse files + Esplora file + + + Browse forvpath + Cerca percorso + + + Browse to Azure Data Studio settings.json + Selezionare il file settings.json di Azure Data Studio + + + Browse... + Sfoglia... + + + Build APIs with GitHub Copilot + Crea API con GitHub Copilot + + + Build Data API + Compila API Dati + + + Build failed with exit code {0} + Compilazione non riuscita con codice di uscita {0} + + + Build {0} + Compila {0} + + + Building {0}... + Compilazione di {0} in corso... + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + Crittografia predefinita, regole del firewall e integrazione con Microsoft Entra ID per proteggere i dati. + + + Bulk Actions + Azioni in blocco + + + Bulk-logged + Registrazione operazioni in blocco + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + File CSV/TXT (*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + Strumento per chiamate: {0} con {1}. + + + Cancel + Annulla + + + Cancel Query + Annulla query + + + Cancel Task + Annullare attività + + + Cancel failed: {0} + {0} is the error message + Annullamento non riuscito: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + L'annullamento del confronto dello schema non è riuscito: '{0}' + + + Cancel the query execution in progress + Annulla l'esecuzione della query in corso + + + Canceled + Annullato + + + Canceling + In fase di annullamento + + + Canceling query + Annullamento della query + + + Canceling the query failed: {0} + {0} is the error message + Annullamento della query non riuscito: {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + Non è possibile accedere al socket Docker. È possibile che l'utente non sia incluso nel gruppo ''docker'' o che VS Code sia stato avviato prima che l'appartenenza al gruppo diventasse effettiva. Eseguire ''sudo usermod -aG docker $USER'' e quindi disconnettersi e tornare (o riavviare) prima di riavviare VS Code. + + + Cannot cancel query as no query is running. + Non è possibile annullare la query perché non ci sono query in esecuzione. + + + Cannot change session while active + Non è possibile modificare la sessione mentre è attiva + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + Non è possibile connettersi a causa di token scaduti. Ripetere l'autenticazione e riprovare. + + + Cannot create foreign key + Non è possibile creare la chiave esterna + + + Cannot delete column because it is part of foreign key relationships. + Non è possibile eliminare la colonna perché fa parte di relazioni di chiave esterna. + + + Cannot delete column because it is referenced by a foreign key. + Non è possibile eliminare la colonna perché vi fa riferimento una chiave esterna. + + + Cannot delete column because it is used by a foreign key. + Non è possibile eliminare la colonna perché è utilizzata da una chiave esterna. + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + Non è possibile escludere {0}. Esistono dipendenti inclusi + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + Non è possibile escludere {0}. Esistono dipendenti inclusi, ad esempio {1} + + + Cannot generate script without a restore plan + Impossibile generare lo script senza un piano di ripristino + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + Non è possibile includere {0}. Esistono dipendenti esclusi + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + Non è possibile includere {0}. Esistono dipendenti esclusi, ad esempio {1} + + + Cannot revert: The column is part of a foreign key that references a deleted table + Non è possibile eseguire il ripristino: la colonna fa parte di una chiave esterna che fa riferimento a una tabella eliminata + + + Cannot revert: The referenced table or column has been deleted + Non è possibile eseguire il ripristino: la tabella o la colonna di riferimento è stata eliminata + + + Cascade + Propaga a cascata + + + Category + Categoria + + + Change + Modifica + + + Change Connection + Modifica connessione + + + Change Database + Modifica database + + + Change Password + Cambia password + + + Change Setting + Modifica impostazione + + + Change column width + Cambia la larghezza colonna + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Modificare il database in "{2}" per la connessione "{0}" (ID: {1})? + + + Change the connection for the active SQL document + Modifica la connessione per il documento SQL attivo + + + Change the database for the active SQL document + Modifica il database per il documento SQL attivo + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + Modifica {0} di {1} + + + Changed Tables + Tabelle modificate + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + Il contesto del database è stato cambiato in "{0}" per il documento "{1}" + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Il contesto del database in "{0}" nel server "{1}" nel documento "{2}" è stato modificato. + + + Changes + Modifiche + + + Changes ({0}) + {0} is the number of schema changes + Modifiche ({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + Le modifiche sono state applicate correttamente. Eseguire di nuovo Confronto schema per visualizzare le differenze aggiornate. + + + Changes published successfully + Le modifiche sono state pubblicate + + + Changes saved successfully. + Salvataggio delle modifiche completato. + + + Changes view mode + Modalità di visualizzazione delle modifiche + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Modifica del contesto del database in "{0}" nel server "{1}" nel documento "{2}". + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Modifica del database in "{2}" per la connessione "{0}" (ID: {1}) + + + Chat + Chat + + + Chat command not available in this VS Code version + Comando chat non disponibile in questa versione VS Code + + + Check Constraint + Vincolo CHECK + + + Check Constraints + Vincoli CHECK + + + Checking Docker Engine Configuration + Verifica della configurazione del motore Docker + + + Checking Docker engine + Verifica del motore Docker + + + Checking Docker installation + Verifica dell'installazione di Docker + + + Checking Docker prerequisites... + Controllo dei prerequisiti di Docker in corso... + + + Checking container readiness + Verifica dell'idoneità del contenitore + + + Checking if Docker is installed + Verifica dell'installazione di Docker + + + Checking if Docker is installed on your machine + Verifica dell'installazione di Docker nel computer + + + Checking if Docker is running on your machine. If not, we'll start it for you. + È in corso un controllo per verificare se Docker è in esecuzione nel computer. In caso contrario, verrà avviato. + + + Checking if Docker is started + Verifica dell'avvio di Docker + + + Checking if the Docker Engine is configured correctly on your machine. + È in corso un controllo per verificare se il motore Docker è configurato correttamente nel computer. + + + Checking pre-requisites + Verifica dei prerequisiti + + + Choose An Action + Scegliere un'azione + + + Choose Existing + Sceglierne uno esistente + + + Choose Query History + Scegliere la cronologia delle query + + + Choose SQL Language + Scegli linguaggio SQL + + + Choose a Microsoft Entra account + Scegliere un account Microsoft Entra + + + Choose a Microsoft Entra tenant + Scegliere un tenant di Microsoft Entra + + + Choose a connection profile from the list below + Scegliere un profilo di connessione dall'elenco seguente + + + Choose a database + Scegliere un database + + + Choose a database from the list below + Scegliere un database dall'elenco seguente + + + Choose a hostname for the container + Scegliere un nome host per il contenitore + + + Choose a name for the SQL Server Docker Container + Scegliere un nome per il contenitore Docker di SQL Server + + + Choose a port to host the SQL Server Docker Container + Scegliere una porta per ospitare il contenitore Docker di SQL Server + + + Choose an option to provision a database + Scegliere un'opzione per effettuare il provisioning di un database + + + Choose color + Scegliere un colore + + + Choose the Right Version + Scegliere la versione corretta + + + Choose the behavior for new editors + Scegliere il comportamento per i nuovi editor + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + Scegliere se la stored procedure deve essere visualizzata come mutazione o query di GraphQL. DAB usa la mutazione per impostazione predefinita. + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + Rilevato riferimento circolare: '{0}' → '{1}' crea un ciclo + + + Clear + Cancella + + + Clear All + Deseleziona tutto + + + Clear All Filters + Cancella tutti i filtri + + + Clear Data + Cancella dati + + + Clear Filter + Cancella filtro + + + Clear Filters + Cancella filtri + + + Clear Quick Query + Cancella la query rapida + + + Clear Recent Connections List + Cancella elenco delle connessioni recenti + + + Clear Selection + Cancella selezione + + + Clear Sort + Cancella ordinamento + + + Clear all + Cancella tutto + + + Clear all events (keeps session running) + Cancella tutti gli eventi (mantiene la sessione in esecuzione) + + + Clear all filters + Cancella tutti i filtri + + + Clear all filters and show all events + Cancella tutti i filtri e mostra tutti gli eventi + + + Clear all grouping + Cancella tutti i raggruppamenti + + + Clear all sorting + Cancella tutti gli ordinamenti + + + Clear cache and refresh token + Cancella la cache e aggiorna il token + + + Clear filters + Cancella filtri + + + Clear from recent connections list + Cancellare dall'elenco delle connessioni recenti + + + Clear permissions for all extensions to access your connections + Cancellare le autorizzazioni per consentire a tutte le estensioni di accedere alle tue connessioni + + + Clear quick filter and all column filters + Cancella filtro rapido e tutti i filtri di colonna + + + Clear this Quick Query + Cancella la query rapida + + + Clear token cache + Cancella la cache dei token + + + Click to cancel loading summary + Fai clic per annullare il caricamento del riepilogo + + + Click to change connection + Fare clic per modificare la connessione + + + Click to change database + Fare clic per cambiare il database + + + Click to connect to a database + Fare clic per connettersi a un database + + + Click to load summary + Fai clic per caricare il riepilogo + + + Click to sign into an Azure account + Fare clic per accedere a un account Azure + + + Client Secret + Segreto client + + + Client secret is required. + Il segreto client è obbligatorio. + + + Close + Chiudi + + + Close Designer + Chiudi finestra di progettazione + + + Close Find + Chiudi Trova + + + Close Script Pane + Riquadro Chiudi script + + + Close Without Export + Chiudi senza esportare + + + Close details panel + Chiudi il pannello Dettagli + + + Close existing connections to destination database + Chiudi connessioni esistenti ai database di destinazione + + + Close properties pane + Chiudere riquadro proprietà + + + Close the current connection + Chiude la connessione corrente + + + Cloud + Cloud + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis - {0} + + + Code analysis rules saved successfully + Le regole di Code Analysis sono state salvate correttamente + + + Collapse + Comprimi + + + Collapse All + Comprimi tutto + + + Collapse Subscription Explorer + Comprimi Esplora sottoscrizioni + + + Collapse Workspace Explorer + Comprimi Esplora aree di lavoro + + + Collapse all groups + Comprimi tutti i gruppi + + + Collapse connection groups + Comprimere gruppi di connessione + + + Collapse connections + Comprimere connessioni + + + Collapse settings + Comprimi impostazioni + + + Collapse {0} + {0} is the category name, e.g. Design + Comprimere {0} + + + Collation + Regole di confronto + + + Color + Colore + + + Column + Colonna + + + Column '{0}' already exists + {0} is the column name + La colonna '{0}' esiste già + + + Column '{0}' already has a foreign key + {0} is the column name + La colonna '{0}' ha già una chiave esterna + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + La colonna '{0}' non può essere null perché è una chiave primaria + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + La colonna '{0}' è una colonna di identità e non può avere una chiave esterna a cascata + + + Column '{0}' must be a primary key + {0} is the referenced column + La colonna '{0}' deve essere una chiave primaria + + + Column '{0}' not found + {0} is the column name + Colonna '{0}' non trovata + + + Column Name + Nome colonna + + + Column max length cannot be empty + La lunghezza massima della colonna non può essere vuota + + + Column name cannot be empty + Il nome della colonna non può essere vuoto + + + Column not found: {0} + {0} is the column reference + Colonna non trovata: {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + Riferimento alla colonna risolto in più di una colonna: {0} + + + Column resize by content + Ridimensiona colonna in base al contenuto + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + La larghezza della colonna deve essere di almeno {0} pixel. + + + Columns + Colonne + + + Columns in the primary key. + Colonne nella chiave primaria. + + + Command Timeout + Timeout comando + + + Commands + Comandi + + + Compare + Confronta + + + Compare Azure SQL Database service tiers + Confronta i livelli di servizio del database SQL di Azure + + + Compare SQL Server editions + Confronta le edizioni di SQL Server + + + Comparison Details + Dettagli del confronto + + + Compatibility Level + Livello di compatibilità + + + Compress backup + Comprimi backup + + + Compression + Compressione + + + Compute + Calcolo + + + Compute + Storage + Calcolo + Archiviazione + + + Config copied to clipboard + Configurazione copiata negli Appunti + + + Configuration saved. + Configurazione salvata. + + + Configuration sections + Sezioni di configurazione + + + Configuration to Import + Configurazione da importare + + + Configure Linux containers + Configura contenitori Linux + + + Configure Quick Query and Extension shortcuts. + Configurare i collegamenti Query rapida ed Estensione. + + + Configure Rosetta in Docker Desktop + Configura Rosetta in Docker Desktop + + + Configure and customize Azure SQL Databases + Configura e personalizza database SQL di Azure + + + Configure and customize SQL Server containers + Configurare e personalizzare i contenitori di SQL Server + + + Configure keyboard shortcuts used by the MSSQL extension. + Consente di configurare i tasti di scelta rapida usati dall'estensione MSSQL. + + + Configure the full list of Query Editor shortcuts. + Configurare l'elenco completo dei collegamenti Editor di query. + + + Confirm Password + Conferma password + + + Confirm SQL Server admin password + Confermare la password amministratore del server SQL + + + Confirm admin password + Conferma password amministratore + + + Confirm new password + Conferma nuova password + + + Confirm to clear recent connections list + Confermare per cancellare l'elenco delle connessioni recenti + + + Confirm to remove this profile. + Confermare per rimuovere questo profilo. + + + Conjunction + Congiunzione + + + Connect + Connetti + + + Connect and manage database connections + Connetti e gestisci le connessioni ai database + + + Connect the active SQL document to a database + Connetti il documento SQL attivo a un database + + + Connect to Database + Connettiti al database + + + Connect to MSSQL + Effettua connessione a MSSQL + + + Connect to SQL Server + Connetti a SQL Server + + + Connect to Server + Connetti al server + + + Connect to a database + Connessione al database + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + Eseguire la connessione al server {0} e al database {1}? + + + Connect to server {0}? + {0} is the server name + Connettersi al server {0}? + + + Connect to {0} + {0} is the name of the connection profile + Connetti a {0} + + + Connect using either Microsoft Entra ID or SQL Authentication. + Connettiti usando Microsoft Entra ID o l'autenticazione SQL. + + + Connect using profile {0}? + {0} is the profile ID + Connettersi usando il profilo {0}? + + + Connect with SQL tools and run your first query + Connettiti agli strumenti SQL ed esegui la prima query + + + Connect with the current settings and save the connection profile + Connettersi con le impostazioni correnti e salvare il profilo di connessione + + + Connected successfully + Connessione completata + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + Connessione al server "{0}" nel documento "{1}". Informazioni sul server: {2} + + + Connected to {0} + {0} is the connection label + Connesso a {0} + + + Connected to: + Connesso a: + + + Connecting + Connessione in corso + + + Connecting to Container + Connessione al contenitore + + + Connecting to Database + Connessione al database + + + Connecting to database + Connessione al database + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + Connessione al server "{0}" nel documento "{1}". + + + Connecting to server {0} + {0} is the server name + Connessione al server {0} + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + Connessione al server {0} e al database {1} + + + Connecting to server... + Connessione al server in corso... + + + Connecting to your SQL Server Docker container + Connessione al contenitore Docker di SQL Server + + + Connecting to {0}... + {0} is the server name + Connessione a {0} in corso... + + + Connecting to {0}... + {0} is the connection display name + Connessione a {0}in corso... + + + Connecting to: + Connessione a: + + + Connecting using profile {0} + {0} is the profile ID + Connessione tramite il profilo {0} + + + Connecting... + Connessione... + + + Connection + Connessione + + + Connection Authentication + Autenticazione della connessione + + + Connection Details + Dettagli connessione + + + Connection Dialog + Finestra di dialogo Connessione + + + Connection Error + Errore durante la connessione + + + Connection Failed + Connessione non riuscita + + + Connection Group + Gruppo di connessione + + + Connection Import Warning + Avviso importazione connessione + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + Impossibile aggiornare il profilo di connessione. Modificare manualmente i dettagli della connessione in settings.json e riprovare. + + + Connection String + Stringa di connessione + + + Connection Timeout + Timeout connessione + + + Connection Timeout (seconds) + Timeout connessione (secondi) + + + Connection actions + Azioni di connessione + + + Connection error + Errore di connessione + + + Connection error: {0} + {0} is the error message + Errore di connessione: {0} + + + Connection failed + Connessione non riuscita + + + Connection failed: {0} + {0} is the error message from the connection attempt + Connessione non riuscita: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + Il gruppo di connessioni con lo stesso ID è già stato importato: {0} (ID: {1}) + + + Connection groups to import + Gruppi di connessione da importare + + + Connection is not active. Please establish a connection before performing this action. + La connessione non è attiva. Stabilire una connessione prima di eseguire questa azione. + + + Connection not found for uri "{0}". + {0} is the uri + Impossibile trovare la connessione per l'URI "{0}". + + + Connection profile '{0}' not found. + {0} is the profile ID + Profilo di connessione '{0}' non trovato. + + + Connection profile not found. Please create a new connection using the Connection Dialog. + Profilo di connessione non trovato. Creare una nuova connessione usando la finestra di dialogo Connessione. + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + Autorizzazione per la condivisione della connessione negata per l'estensione: '{0}'. Usare i comandi di gestione delle autorizzazioni per modificare questa impostazione. + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + È necessaria l'autorizzazione per la condivisione della connessione per l'estensione: '{0}' + + + Connection string copied to clipboard + Stringa di connessione copiata negli appunti + + + Connection string is required + È necessario specificare la stringa di connessione + + + Connection test succeeded + Test di connessione riuscito + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + Connessione con ID "{0}" non trovata. Verificare che l'ID connessione esista. + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + La connessione con lo stesso ID è già stata importata: {0} (ID: {1}) + + + Connection: {0} + {0} is the task connection label + Connessione: {0} + + + Connections in groups that are not selected will be moved under the root. + Le connessioni presenti in gruppi non selezionati verranno spostate in corrispondenza della radice. + + + Connections to import + Connessioni da importare + + + Consider adding a name for this foreign key + Considera di aggiungere un nome per questa chiave esterna + + + Container Name + Nome contenitore + + + Container Settings + Impostazioni contenitore + + + Container does not exist. Would you like to remove the connection? + Il contenitore non esiste. Rimuovere la connessione? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + Non è possibile avviare il contenitore entro il periodo di timeout. Attendere qualche minuto e riprovare. + + + Container logs + Log contenitore + + + Container name and port are required to check container readiness. + Per verificare l'idoneità del contenitore sono necessari nome e porta. + + + Container name is invalid or already in use + Il nome del contenitore non è valido o è già in uso + + + Container name is required + Il nome del contenitore è obbligatorio + + + Container name, port, and config content are required to start the container. + Per avviare il contenitore sono necessari nome, porta e contenuto della configurazione. + + + Containment Type + Tipo di indipendenza + + + Contains + Contiene + + + Continue + Continua + + + Continue Editing + Continua modifica + + + Continue on error + Continua in caso di errore + + + Continue using for additional charges + Continua a usarlo per costi aggiuntivi + + + Control the results grid display + Controlla la visualizzazione della griglia dei risultati + + + Copied + Copiato + + + Copied "{0}" to clipboard + {0} is the object name + "{0}" copiato negli Appunti + + + Copied to clipboard + Copiato negli Appunti + + + Copilot Changes + Modifiche di Copilot + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Modifiche di Copilot ({0}) + + + Copy + Copia + + + Copy & Export + Copia ed esporta + + + Copy All + Copia tutto + + + Copy As + Copia con nome + + + Copy Column Name + Copia nome colonna + + + Copy Headers + Copia intestazioni + + + Copy Object Name + Copia nome oggetto + + + Copy Script + Copia script + + + Copy Script to Clipboard + Copia script negli Appunti + + + Copy all cells including column headers + Copia tutte le celle, incluse le intestazioni di colonna + + + Copy all query result content + Copia tutto il contenuto dei risultati della query + + + Copy all text output for this cell (messages, PRINT, errors) + Copia tutto l'output di testo per la cella (messaggi, PRINT, errori) + + + Copy all with headers + Copia tutto con le intestazioni + + + Copy as CSV + Copia come CSV + + + Copy as IN clause + Copiare come clausola IN + + + Copy as INSERT + Copia come INSERT + + + Copy as INSERT INTO + Copiare come INSERT INTO + + + Copy as JSON + Copia come JSON + + + Copy code and open webpage + Copiare il codice e aprire la pagina Web + + + Copy command to clipboard + Copia il comando negli Appunti + + + Copy connection string to clipboard + Copia la stringa di connessione negli Appunti + + + Copy data and save results to files + Copia i dati e salva i risultati nei file + + + Copy link + Copia collegamento + + + Copy messages + Copia i messaggi + + + Copy script + Copia script + + + Copy selected cells including column headers + Copia le celle selezionate, incluse le intestazioni di colonna + + + Copy selected cells to the clipboard + Copia le celle selezionate negli Appunti + + + Copy selection + Copia la selezione + + + Copy selection formatted as INSERT statements + Copia la selezione formattata come istruzioni INSERT + + + Copy selection formatted as JSON + Copia la selezione formattata come JSON + + + Copy selection formatted as a SQL IN clause + Copia la selezione formattata come clausola SQL IN + + + Copy selection formatted as comma-separated values + Copia la selezione formattata come valori delimitati da virgole + + + Copy text data to clipboard + Copia dati di testo negli Appunti + + + Copy with Headers + Copia con intestazioni + + + Copy with headers + Copia con intestazioni + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + Copia URL {0} + + + Copy-only Backup + Backup di sola copia + + + Copying results... + Copia dei risultati in corso... + + + Cost + Costo + + + Could not connect to database: {0} + {0} is the database name + Non è possibile connettersi al database: {0} + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + Non è stato possibile rilevare l'indirizzo IP del client. Aggiungi manualmente una regola del firewall nel portale di Azure. + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + Non è stato possibile trovare i metadati di scripting per {0} '{1}'. + + + Could not load restore plan + Non è possibile caricare il piano di ripristino + + + Count + Numero + + + Count: {0} + {0} is the count + Conteggio: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + Conteggio: {0} Conteggio valori distinti: {1} Conteggio valori Null: {2} + + + Create + Crea + + + Create Connection Group + Crea gruppo di connessione + + + Create Connection Profile + Crea profilo di connessione + + + Create Container + Crea contenitore + + + Create Database + Crea database + + + Create Firewall Rule + Crea regola del firewall + + + Create Local SQL Container + Crea contenitore SQL locale + + + Create New + Crea nuovo + + + Create New Connection Group + Crea nuovo gruppo di connessione + + + Create New Resource Group + Crea nuovo gruppo di risorse + + + Create New Server + Crea nuovo server + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + Crea endpoint REST, GraphQL e MCP per le tabelle del tuo database SQL tramite un'interfaccia visiva all'interno di Visual Studio Code. Configura entità, autorizzazioni e impostazioni di distribuzione, quindi distribuisci localmente con Docker. + + + Create a Local Docker SQL Server + Creare un'istanza locale di SQL Server in Docker + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + Crea un contenitore SQL Server in pochi secondi senza bisogno di passaggi manuali. È possibile gestirlo facilmente dall'estensione MSSQL senza uscire da VS Code. + + + Create a SQL database in Fabric + Creare un database SQL in Fabric + + + Create a new connection profile + Creare un nuovo profilo di connessione + + + Create a new database on '{0}'. + {0} is the name of the server + Creare un nuovo database su "{0}". + + + Create a new firewall rule + Crea una nuova regola del firewall + + + Create a new profiling session + Crea una nuova sessione di profilatura + + + Create an Azure SQL Database (Preview) + Creare un database SQL di Azure (anteprima) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + Creare e gestire le scelte rapide da tastiera per le query usate di frequente, nonché per le azioni dell'editor di query e della griglia dei risultati, per scoprire i comandi disponibili ed eseguirli in modo più efficiente. + + + Create as Script + Crea come script + + + Create new + Crea nuovo + + + Create new connection copied from {0} + {0} is the name of the connection profile + Crea nuova connessione copiata da {0} + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + Crea nuova regola del firewall per {0} + + + Created table {0} + {0} is the qualified table name + Tabella {0} creata + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + Crea uno strumento MCP dedicato per la stored procedure. Se è disabilitata, la procedura può comunque essere disponibile tramite gli strumenti generici di esecuzione MCP, se MCP è abilitato. + + + Creating Container + Creazione del contenitore + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + Creazione del database SQL per l'area di lavoro {0} + + + Creating SQL Server container... + Creazione del contenitore SQL Server in corso... + + + Creating and starting the container + Creazione e avvio del contenitore + + + Creating and starting your SQL Server container + Creazione e avvio del contenitore di SQL Server + + + Creating database + Creazione del database in corso... + + + Creating resource group... + Creazione del gruppo di risorse in corso... + + + Creating server... + Creazione del server in corso... + + + Creating session... + Creazione della sessione in corso... + + + Creating workspace with capacity {0} + {0} is the capacity ID + Creazione dell'area di lavoro con capacità {0} + + + Creating... + Creazione in corso... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + Errore delle credenziali: si è verificato un errore durante il tentativo di aggiornare le credenziali dell'account. Ripeti l'autenticazione. + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + Errore delle credenziali: si è verificato un errore durante il tentativo di aggiornare le credenziali dell'account. Ripetere l'autenticazione. Errore: {0} + + + Current Schema: {0}, Select the new schema: + Schema corrente: {0}, seleziona il nuovo schema: + + + Currently signed in as: + Accesso attualmente eseguito come: + + + Custom GraphQL Plural Type + Tipo GraphQL plurale personalizzato + + + Custom GraphQL Singular Type + Tipo GraphQL singolare personalizzato + + + Custom GraphQL Type + Tipo GraphQL personalizzato + + + Custom REST Path + Percorso REST personalizzato + + + Custom Zoom + Personalizza zoom + + + Customize keyboard shortcuts + Personalizzare i tasti di scelta rapida + + + DAB container failed to become ready within the timeout period. + Il contenitore DAB non è diventato pronto entro il timeout previsto. + + + DAB container is running! + Il contenitore DAB è in esecuzione. + + + DAB container logs + Log contenitore DAB + + + DACPAC deployed successfully + Distribuzione DACPAC eseguita correttamente + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + Distribuzione del pacchetto di applicazione livello dati nel database ''{0}'' completata + + + DACPAC extracted successfully + Estrazione DACPAC eseguita correttamente + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC estratto correttamente in ''{0}'' + + + DACPAC path not found. Please build the project first. + Percorso DACPAC non trovato. Compilare prima il progetto. + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + Il servizio DacFx non è disponibile. Profilo caricato senza opzioni di distribuzione. Non è possibile eseguire operazioni di pubblicazione e generazione script. + + + DacFx service is not available. Publish and generate script operations cannot be performed. + Il servizio DacFx non è disponibile. Non è possibile eseguire operazioni di pubblicazione e generazione script. + + + Data API builder + Generatore di API dati + + + Data API builder Configuration + Configurazione del generatore di API dati + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + Generatore di API dati aperto. Continuare con {0} operazioni ({1}/{2}). + + + Data API builder with GitHub Copilot + Generatore di API dati con GitHub Copilot + + + Data Source + Origine dati + + + Data Type + Tipo di dati + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + Dati replicati automaticamente in OneLake in tempo reale tramite un endpoint di analisi SQL. + + + Data file folder + Cartella file di dati + + + Data type + Tipo di dati + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + Tipo di dati non corrispondente: '{0}' nella colonna '{1}' incompatibile con '{2}' in '{3}' + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + Importa ed esporta applicazione livello dati (Pacchetto di applicazione livello dati / BACPAC) + + + Data-tier Application + Applicazione livello dati + + + Data-tier Application File (.dacpac) + File dell'applicazione livello dati (con estensione dacpac) + + + Database + Database + + + Database - {0} + {0} is the database name + Database - {0} + + + Database Description + Descrizione database + + + Database Details + Dettagli database + + + Database Name + Nome database + + + Database Name is required + Il nome del database è obbligatorio + + + Database Project + Progetto di database + + + Database changed successfully + Modifica del database completata + + + Database is required + Il database è obbligatorio + + + Database list + Elenco database + + + Database name + Nome del database + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + Il nome del database contiene caratteri non validi. Evita di usare: < > * ? " / \ | + + + Database name is required + Il nome del database è obbligatorio + + + Database name is too long. Maximum length is 128 characters + Il nome del database è troppo lungo. La lunghezza massima è 128 caratteri + + + Database name must be 128 characters or fewer + Il nome del database deve contenere al massimo 128 caratteri + + + Database not found on the server + Database non trovato sul server + + + Database pauses until the next billing cycle when free amount is renewed. + Il database viene messo in pausa fino al ciclo di fatturazione successivo, quando l'importo gratuito viene rinnovato. + + + Database the table is created in + Database in cui viene creata la tabella + + + Default + Predefinito + + + Default Value + Valore predefinito + + + Define who can access this endpoint + Definire chi può accedere a questo endpoint + + + Define who can execute this stored procedure + Consente di definire chi può eseguire questa stored procedure + + + Definition + Definizione + + + Definition type + Tipo di definizione + + + DefinitionRequestCompleted + Richiesta della definizione completata + + + DefinitionRequested + Definizione richiesta + + + Delete + Elimina + + + Delete 1 row + Elimina 1 riga + + + Delete Confirmation + Conferma eliminazione + + + Delete Contents + Elimina contenuto + + + Delete Row + Elimina riga + + + Delete backup and restore history + Eliminare la cronologia delle operazioni di backup e ripristino + + + Delete saved connection + Elimina connessione salvata + + + Delete {0} rows + Elimina {0} righe + + + Deleted + Eliminato + + + Deleted column '{0}' + {0} is the column name + Colonna '{0}' eliminata + + + Deleted foreign key '{0}' + {0} is the foreign key name + Chiave esterna '{0}' eliminata + + + Deleted table {0} + {0} is the qualified table name + Tabella {0} eliminata + + + Deleting Container... + Eliminazione del contenitore... + + + Deny + Nega + + + Deploy + Distribuisci + + + Deploy DAB Container + Distribuire il contenitore DAB + + + Deploy a .dacpac file to a new or existing SQL database + Distribuire un file con estensione dacpac in un database SQL nuovo o esistente + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + Distribuisci ed estrai file .dacpac o importa/esporta pacchetti .bacpac usando un flusso di lavoro integrato e semplificato nell'estensione MSSQL. + + + Deploy to Existing Database + Distribuisci nel database esistente + + + Deploy, extract, import, or export data-tier applications on the selected database + Distribuisci, estrai, importa o esporta applicazioni livello dati nel database selezionato + + + Deploying DACPAC... + Distribuzione del pacchetto di applicazione livello dati in corso... + + + Deployment Complete + Distribuzione completata + + + Deployment Failed + Distribuzione non riuscita + + + Deployment Name + Nome distribuzione + + + Deployment failed + Distribuzione non riuscita + + + Deployment finished + Distribuzione completata + + + Deployment in progress + Distribuzione in corso + + + Description + Descrizione + + + Description for the table. + Descrizione della tabella. + + + Description: {0} + {0} is the task description + Descrizione: {0} + + + Deselect All + Deseleziona tutto + + + Design API + API di progettazione + + + Design Schemas with GitHub Copilot + Progettare schemi con GitHub Copilot + + + Details + Dettagli + + + Details panel actions + Azioni del pannello Dettagli + + + Details panel tabs + Schede del pannello Dettagli + + + Details tab - displays all event properties + Scheda Dettagli - visualizza tutte le proprietà dell'evento + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + Database transazionale adatto agli sviluppatori che usa il motore di database SQL di Microsoft Azure, senza costi per prototipazione e apprendimento. + + + Developer-friendly transactional database using the Azure SQL Database Engine. + Database transazionale ottimizzato per gli sviluppatori, basato sul motore di Database SQL di Azure. + + + Differential + Differenziale + + + Directory not found + Directory non trovata + + + Disable all entities + Disabilita tutte le entità + + + Disable intellisense and syntax error checking on current document + Disabilita IntelliSense e il controllo degli errori di sintassi T-SQL nel documento corrente + + + Disabled + Disabilitato + + + Disabled globally + Disabilitato a livello globale + + + Discard + Rimuovi + + + Disconnect + Disconnetti + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Disconnettersi dalla connessione "{0}" (ID: {1})? + + + Disconnect the active SQL document from the database + Disconnettere il documento SQL attivo dal database + + + Disconnected on document "{0}" + {0} is the document name + Disconnessione eseguita nel documento "{0}" + + + Disconnected successfully + Disconnessione completata + + + Disconnected. + Disconnesso. + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Disconnessione dalla connessione "{0}" (ID: {1}) + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + Scopri come il database SQL in Fabric, Azure SQL e SQL Server sta ridefinendo lo sviluppo delle app moderne. Unisciti a ingegneri e colleghi che sfidano i limiti di prestazioni, dell'integrazione dell'intelligenza artificiale e produttività degli sviluppatori. + + + Dismiss + Ignora + + + Displays the data type name for the column + Visualizza il nome del tipo di dati per la colonna. + + + Displays the description of the column + Visualizza la descrizione della colonna + + + Displays the unified data type (including length, scale and precision) for the column + Visualizza il tipo di dati unificato (inclusi lunghezza, scala e precisione) per la colonna + + + Dissatisfied + Insoddisfacente + + + Distinct + Distinto + + + Distinct Count: {0} + {0} is the distinct count + Valori distinti: {0} + + + Do not compress backup + Non comprimere il backup + + + Do not connect + Non eseguire la connessione + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + Si è interessati a partecipare a un rapido sondaggio sull’estensione MSSQL per VS Code? + + + Do you want to always display query results in a new tab instead of the query pane? + Visualizzare sempre i risultati della query in una nuova scheda anziché nel riquadro query? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + Abilitare 'Certificato del server attendibile' in questa connessione e riprovare? + + + Docker Desktop must be installed and running on your machine. + Docker Desktop deve essere installato e in esecuzione sul computer. + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + Non è stato possibile avviare Docker entro il periodo di timeout. Avviare manualmente Docker e riprovare. + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Docker non è installato o non è in PATH. Si prega di installare Docker Desktop e riprovare. + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Docker richiede autorizzazioni radice per l'esecuzione. Eseguire Docker con sudo o aggiungere l'utente al gruppo Docker usando sudo usermod -aG docker $USER. Riavviare quindi il computer e riprovare. + + + Don't Save + Non salvare + + + Don't Show Again + Non visualizzare più + + + Don't show this again + Non visualizzare più + + + Download offline VSIX + Scarica VSIX offline + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + Scaricare l'estensione keymap per importare automaticamente le mappature dei tasti da Azure Data Studio. Queste modifiche appariranno nelle preferenze delle scorciatoie da tastiera. + + + Downloading the Data API builder container image + Download dell'immagine del contenitore del generatore di API dati + + + Drizzle + Drizzle + + + Drop + Rimuovi + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + Rimuovere "{0}" da "{1}". L'azione non può essere annullata. + + + Drop Database + Rimuovi database + + + Drop Database Options + Rimuovi opzioni di database + + + Drop active connections + Rimuovere le connessioni attive + + + Dropping database + Rimozione del database in corso... + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + Configurare facilmente un SQL Server locale senza uscire dall'estensione VS Code. Sono sufficienti pochi clic per installare, configurare e gestire il server senza sforzo. + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + Inizia con il livello Gratuito del database SQL di Azure per creare e connetterti a un database direttamente dall'editor senza alcun costo. + + + Edit Connection Group - {0} + {0} is the connection group name + Modifica gruppo di connessione - {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + Modifica gruppo di connessione: {0} + + + Edit Data + Modifica dati + + + Edit Database Connection - {0} + {0} is the name of the connection profile + Modifica connessione di database - {0} + + + Edit Table + Modifica tabella + + + Edit an existing connection profile + Modificare un profilo di connessione esistente + + + Edit connection profile + Modificare il profilo di connessione + + + Edit your schema to see changes here. + Modificare lo schema per vedere le modifiche qui. + + + Edit {0} + {0} is the name of the connection profile + Modifica {0} + + + Either profileId or serverName must be provided. + È necessario specificare profileId o serverName. + + + Elapsed time: {0} + {0} is the task elapsed time + Tempo trascorso: {0} + + + Enable 'Trust Server Certificate' + Abilitare “Certificato del server attendibile” + + + Enable Code Analysis on Build + Abilita analisi codice su compilazione + + + Enable GraphQL in API Type to expose this entity through GraphQL. + Abilitare GraphQL come tipo di API per esporre l'entità tramite GraphQL. + + + Enable MCP in API Type to use this DML tools setting. + Abilita MCP come tipo di API per usare l'impostazione degli strumenti DML. + + + Enable MCP in API Type to use this custom tool setting. + Abilitare MCP come tipo di API per usare l'impostazione dello strumento personalizzato. + + + Enable REST in API Type to expose this entity through REST. + Abilitare REST come tipo di API per esporre l'entità tramite REST. + + + Enable Trust Server Certificate + Abilitare Certificato del server attendibile + + + Enable all CRUD operations + Abilita tutte le operazioni CRUD + + + Enable all entities + Abilita tutte le entità + + + Enable all rules in {0} + {0} is the category name, e.g. Design + Abilitare tutte le regole in {0} + + + Enable or disable SQLCMD mode for the active SQL document + Abilita o disabilita la modalità SQLCMD per il documento SQL attivo + + + Enable {0} + {0} is the entity name + Abilitare {0} + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + Abilita {0} + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + Abilita {0} a livello globale + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + Abilitare {0} come tipo di API per esporre l'entità. + + + Enabled + Abilitato + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + Si è verificato un problema? È possibile condividere i dettagli con microsoft aprendo un problema di GitHub per consentirci di migliorarlo. + + + Encrypt + Crittografa + + + Encryption + Crittografia + + + Encryption Algorithm + Algoritmo di crittografia + + + Encryption Type + Tipo di crittografia + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + La crittografia è stata abilitata in questa connessione; esaminare la configurazione del certificato e SSL per l’SQL Server di destinazione o abilitare 'Considera attendibile il certificato del server' nella finestra di dialogo di connessione. + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + La crittografia è stata abilitata in questa connessione; rivedere la configurazione SSL e del certificato per SQL Server di destinazione o impostare 'Certificato del server attendibile' su 'true'. Nota: un certificato autofirmato offre solo una protezione limitata e non è una procedura consigliata per gli ambienti di produzione. + + + End IP Address + Indirizzo IP finale + + + Ends With + Termina con + + + Ends with + Termina con + + + Engine: {0} + {0} is the engine type + Motore: {0} + + + Ensuring Docker Desktop is running + Verificare che Docker Desktop sia in esecuzione + + + Enter Database Description + Immettere la descrizione del database + + + Enter Database Name + Immettere il nome del database + + + Enter a date... + Immettere una data... + + + Enter a name for the new profiler session + Immettere un nome per la nuova sessione del profiler + + + Enter a name for the new resource group + Immettere un nome per il nuovo gruppo di risorse + + + Enter a name for the new server + Immetti un nome per il nuovo server + + + Enter a number... + Immettere un numero... + + + Enter admin password + Immetti la password dell'amministratore + + + Enter admin username + Immettere il nome utente amministratore + + + Enter application name + Immettere nome dell'applicazione + + + Enter connection group name + Immettere il nome del gruppo di connessione + + + Enter container name + Immetti il nome contenitore + + + Enter database name + Immetti nome del database + + + Enter description (optional) + Immettere la descrizione (facoltativo) + + + Enter desired column width in pixels + Immettere la larghezza di colonna desiderata in pixel + + + Enter hostname + Immetti il nome host + + + Enter new column width + Specificare la larghezza della nuova colonna + + + Enter new database name + Immettere il nuovo nome del database + + + Enter new password + Immetti la nuova password + + + Enter password + Immetti la password + + + Enter port + Immetti la porta + + + Enter profile name + Immetti il nome profilo + + + Enter resource group name + Immettere il nome del gruppo di risorse + + + Enter server name + Immetti il nome del server + + + Enter text... + Immetti testo... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + Immettere la password di accesso SQL per l'utente '{0}'. + + + Enter the path for the output file + Inserire il percorso del file di output + + + Enter user name + Immetti il nome utente + + + Enter username + Immettere il nome utente + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + L'entità '{0}' non è supportata dal generatore di API dati. {1} + + + Entity Endpoints + Endpoint entità + + + Entity Name + Nome entità + + + Entity name used in API routes + Nome di entità usato nelle route API + + + Entity not found: {0} + {0} is the entity reference + Entità non trovata: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + Riferimento all'entità risolto in più di un'entità: {0} + + + Entra token cache cleared successfully. + La cancellazione della cache dei token di Entra è stata completata. + + + Equal to + Uguale a + + + Equals + Uguale a + + + Error + Errore + + + Error Message: + Messaggio di errore: + + + Error code: + Codice errore: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + Errore di connessione al server "{0}". Dettagli: {1} + + + Error connecting to: + Errore di connessione a: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + Errore durante la creazione della regola del firewall {0}. Controllare le impostazioni dell'account Azure e riprovare. Errore: {1} + + + Error fetching schemas for the selected database. + Errore durante il recupero degli schemi per il database selezionato. + + + Error fetching the table preview. + Errore durante il recupero dell'anteprima della tabella. + + + Error generating text view. Please try switching back to grid view. + Errore durante la generazione della visualizzazione Testo. Prova a tornare alla visualizzazione Griglia. + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + Si è verificato un errore durante il caricamento delle informazioni sull'account Azure per l'ID tenant '{0}' + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + Si è verificato un errore durante il caricamento dei database di Azure per la sottoscrizione {0} ({1}). Confermare di disporre dell'autorizzazione. + + + Error loading Azure subscriptions. + Errore durante il caricamento delle sottoscrizioni di Azure. + + + Error loading Schema Designer + Errore durante il caricamento di Progettazione schemi + + + Error loading Table Designer + Errore durante il caricamento di Progettazione tabelle + + + Error loading database objects + Errore durante il caricamento degli oggetti del database + + + Error loading databases + Errore durante il caricamento dei database + + + Error loading preview + Errore durante il caricamento dell'anteprima + + + Error loading servers + Errore durante il caricamento dei server + + + Error loading subscriptions + Errore durante il caricamento delle sottoscrizioni + + + Error loading summary + Errore durante il caricamento del riepilogo + + + Error loading summary: {0} + {0} is the error message + Errore durante il caricamento del riepilogo: {0} + + + Error loading workspaces + Errore durante il caricamento delle aree di lavoro + + + Error loading workspaces. Please try choosing a different account or tenant. + Errore durante il caricamento delle aree di lavoro. Provare a scegliere un account o un tenant diverso. + + + Error loading; refresh to try again + Errore durante il caricamento; aggiornare per riprovare + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + Si è verificato un errore durante la migrazione dell'ID connessione {0} al nuovo formato. Ricreare questa connessione per utilizzarla. +Errore: +{1} + + + Error occurred opening content in editor. + Si è verificato un errore durante l'apertura del contenuto nell'editor. + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + Errore durante l'aggiornamento del token; potrebbe essere necessario uscire e accedere di nuovo: {0} + + + Error retrieving server list: {0} + {0} is the error message + Errore durante il recupero dell'elenco server: {0} + + + Error running Docker commands. Please make sure Docker is running. + Errore durante l'esecuzione dei comandi Docker. Assicurarsi che Docker sia in esecuzione. + + + Error signing into Azure: {0} + {0} is the error message + Errore durante l'accesso ad Azure: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + Errore durante la convalida del token di autenticazione Entra; potrebbe essere necessario aggiornare il token: {0} + + + Error when refreshing token + Errore durante l'aggiornamento del token + + + Error {0}: {1} + {0} is the error number +{1} is the error message + Errore {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + Errore {0}: {1}. Eseguire l'accesso con un altro utente e cambiare la password usando ALTER LOGIN. + + + Error: + Errore: + + + Error: Failed to parse query result data. + Errore: non è possibile analizzare i dati dei risultati della query. + + + Error: Login failed. Retry using different credentials? + Errore: accesso non riuscito. Riprovare con credenziali diverse? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + Errore: non è possibile connettersi usando le informazioni di connessione fornite. Ripetere la creazione del profilo? + + + Error: Unrecognized query result data. + Errore: dati dei risultati della query non riconosciuti. + + + Error: {0} + {0} is the error message + Errore: {0} + + + Estimated Operator Cost + Costo stimato operatore + + + Estimated Subtree Cost + Costo stimato sottoalbero + + + Event details for {0} + {0} is the name of the profiler event + Dettagli evento per {0} + + + Event properties list + Elenco proprietà evento + + + Example: Find queries with {0} > 100 + {0} is the column name + Esempio: trova query con {0} > 100 + + + Excel + Excel + + + Exclude Object Types + Escludi i tipi di oggetto + + + Execute + Esegui + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + Eseguire l'operazione '{0}' nel generatore di API dati? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + Eseguire l'operazione '{0}' nella finestra di progettazione dello schema? + + + Execute Query + Esegui query + + + Execute SQL against SQL Server / Azure SQL + Eseguire SQL su SQL Server/Azure SQL + + + Execute Selection or Current Statement + Esegui selezione o istruzione corrente + + + Execute only the T-SQL statement under the cursor + Esegui solo l'istruzione T-SQL sotto il cursore + + + Executing '{0}' operation on Data API builder + {0} is the operation name + Esecuzione dell'operazione '{0}' nel generatore di API dati in corso... + + + Executing '{0}' operation on schema designer + {0} is the operation name + Esecuzione dell'operazione '{0}' nella finestra di progettazione dello schema + + + Executing query... + Esecuzione della query in corso... + + + Execution Plan + Piano di esecuzione + + + Execution cancelled + Esecuzione annullata + + + Execution time unavailable + Tempo di esecuzione non disponibile + + + Existing Database + Database esistente + + + Existing File + File esistente + + + Existing SQL Server + SQL Server esistente + + + Expand + Espandi + + + Expand All + Espandi tutto + + + Expand Subscription Explorer + Espandi Esplora sottoscrizioni + + + Expand Workspace Explorer + Espandi Esplora aree di lavoro + + + Expand all groups + Espandi tutti i gruppi + + + Expand connection groups + Espandere i gruppi di connessione + + + Expand connections + Espandere connessioni + + + Expand properties pane + Espandere riquadro proprietà + + + Expand selection down + Espandi la selezione verso il basso + + + Expand selection left + Espandi la selezione a sinistra + + + Expand selection right + Espandi la selezione a destra + + + Expand selection up + Espandi la selezione verso l'alto + + + Expand settings + Espandi impostazioni + + + Expand the active grid to fill the panel + Espandi la griglia attiva per riempire il pannello + + + Expand {0} + {0} is the category name, e.g. Design + Espandere {0} + + + Expiration + Scadenza + + + Explore tutorials, docs, and what's coming next. + Esplora esercitazioni, documenti e novità. + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + Esplora, progetta ed evolvi gli schemi di database con indicazioni intelligenti, code-first e data-first + + + Explorer + Explorer + + + Export + Esporta + + + Export & Close + Esporta e chiudi + + + Export BACPAC + Esporta BACPAC + + + Export all captured events to a CSV file + Esporta tutti gli eventi acquisiti in un file CSV + + + Export all results as INSERT statements + Esporta tutti i risultati come istruzioni INSERT + + + Export all results to a CSV file + Esporta tutti i risultati in un file CSV + + + Export all results to a JSON file + Esporta tutti i risultati in un file JSON + + + Export all results to an Excel file + Esporta tutti i risultati in un file Excel + + + Export the schema and data from a SQL database to a .bacpac file + Esportare lo schema e i dati da un database SQL in un file con estensione bacpac + + + Export to CSV + Esporta in CSV + + + Export to Excel + Esporta in Excel + + + Export to JSON + Esporta in JSON + + + Export to PDF + Esporta in PDF + + + Export to tab delimited + Esporta in una file con valori delimitati da tabulazioni + + + Export to text format + Esporta in formato testo + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + Barra degli strumenti di esportazione per il set di risultati {0} + + + Exporting BACPAC... + Esportazione di BACPAC in corso... + + + Expose as MCP DML tools + Esponi come strumenti DML MCP + + + Expose as MCP custom tool + Esponi come strumento personalizzato MCP + + + Expose this entity through GraphQL + Esporre l'entità tramite GraphQL + + + Expose this entity through REST + Esporre l'entità tramite REST + + + Expose {0} + {0} is the backing database column name + Esponi {0} + + + Expression + Espressione + + + Extend the current selection one cell down + Estendi la selezione corrente di una cella verso il basso + + + Extend the current selection one cell left + Estendi la selezione corrente di una cella a sinistra + + + Extend the current selection one cell right + Estendi la selezione corrente di una cella a destra + + + Extend the current selection one cell up + Estendi la selezione corrente di una cella verso l'alto + + + Extended Events Log Files + File registro eventi estesi + + + Extension Shortcuts + Tasti di scelta rapida dell'estensione + + + Extension and deployment actions + Azioni di estensione e distribuzione + + + Extract DACPAC + Estrai pacchetto di applicazione livello dati + + + Extract the schema from a SQL database to a .dacpac file + Estrarre lo schema da un database SQL in un file con estensione dacpac + + + Extracting DACPAC... + Estrazione di pacchetto di applicazione livello dati in corso... + + + Extremely likely + Molto probabile + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + Si è verificato un errore dell'API di Fabric ({0}): {1} + + + Fabric Account + Account Fabric + + + Fabric Account is required + È richiesto un account Fabric + + + Fabric Databases + Database di Fabric + + + Fabric Workspaces + Aree di lavoro di Fabric + + + Fabric databases in Query Profiler + Database Fabric in Query Profiler + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + Fabric non è supportato nel cloud corrente ({0}). Assicurarsi che l'impostazione '{1}' sia configurata correttamente. + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + Errore API di Fabric a esecuzione prolungata con codice errore '{0}': {1} + + + Failed + Operazione non riuscita + + + Failed disposing query: {0} + {0} is the error message + Eliminazione della query non riuscita: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + Non è stato possibile ottenere il token per l'account '{0}' e il tenant '{1}' + + + Failed to add table to schema designer. + Non è possibile aggiungere la tabella alla finestra di progettazione dello schema. + + + Failed to add table. + Non è possibile aggiungere la tabella. + + + Failed to add text to workspace: {0} + {0} is the error message + Non è stato possibile aggiungere testo all'area di lavoro: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + Non è stato possibile applicare le modifiche: '{0}' + + + Failed to apply schema. + Non è possibile applicare lo schema. + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + Applicazione delle modifiche di Sposta nello schema non riuscita. Verificare che i file siano scrivibili e riprovare. + + + Failed to change database + Non è stato possibile modificare il database + + + Failed to connect + Non è possibile connettersi + + + Failed to connect to database: {0} + {0} is the database name + Non è possibile eseguire la connessione al database: {0} + + + Failed to connect to server + Non è stato possibile connettersi al server + + + Failed to connect to server. + Impossibile connettersi al server. + + + Failed to connect to the selected server. + Connessione al server selezionato non riuscita. + + + Failed to connect: {0} + {0} is the error message + Non è stato possibile connettersi: {0} + + + Failed to copy script: {0} + {0} is the error message + Non è stato possibile copiare lo script: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + Non è possibile copiare negli Appunti: {0} + + + Failed to create a new row: {0} + {0} is the error message + Non è stato possibile creare una nuova riga: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + Non è possibile creare il database "{0}". {1} + + + Failed to create firewall rule: {0} + {0} is the error message + Non è stato possibile creare la regola del firewall: {0} + + + Failed to create profiler session: {0} + {0} is the error message + Creazione della sessione del profiler non riuscita: {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + Non è stato possibile eliminare le credenziali con ID: {0}. {1} + + + Failed to delete table from schema designer. + Non è possibile eliminare la tabella dalla finestra di progettazione dello schema. + + + Failed to delete table. + Non è stato possibile eliminare la tabella. + + + Failed to delete {0}. + Failed to delete {0}. + Non è stato possibile eliminare {0}. + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + Non è possibile rimuovere il database "{0}". {1} + + + Failed to establish connection + Non è possibile stabilire la connessione + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + Non è possibile stabilire una connessione con ID "{0}". Verificare i dettagli della connessione e la connettività di rete. + + + Failed to export profiler events: {0} + {0} is the error message + Non è stato possibile esportare gli eventi di Profiler: {0} + + + Failed to export results: {0} + {0} is the error message + Non è stato possibile esportare la risorsa: {0} + + + Failed to fetch Docker container tags: {0} + Non è stato possibile recuperare i tag del contenitore Docker: {0} + + + Failed to fetch user tokens. + Non è stato possibile recuperare i token utente. + + + Failed to generate SqlPackage command: {0} + Non è possibile generare il comando SqlPackage: {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + Non è stato possibile generare lo script di pubblicazione: '{0}' + + + Failed to generate script. Please check the logs for more details. + Non è stato possibile generare lo script. Per altri dettagli, controllare i log. + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + Non è stato possibile generare lo script: '{0}' + + + Failed to generate script: {0} + {0} is the error message + Non è stato possibile generare lo script: {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + Non è possibile ottenere le aree di lavoro di Fabric per il tenant '{0} ({1})'. + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + Non è possibile ottenere le aree di lavoro di Fabric per il tenant '{0} ({1})': {2} + + + Failed to get authentication method, please remove and re-add the account. + Non è stato possibile ottenere il metodo di autenticazione. Rimuovere e aggiungere di nuovo l'account. + + + Failed to get connection string: {0} + Recupero della stringa di connessione non riuscito: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + Non è possibile ottenere il tenant '{0}' per l'account '{1}'. + + + Failed to import file. + Non è stato possibile importare il file. + + + Failed to launch profiler: {0} + {0} is the error message + Avvio del profiler non riuscito: {0} + + + Failed to list databases + Creazione dell'elenco dei database non riuscita + + + Failed to load code analysis rules + Non è possibile caricare le regole di analisi del codice + + + Failed to load data: {0} + {0} is the error message + Non è stato possibile caricare i dati: {0} + + + Failed to load databases + Non è stato possibile caricare i database + + + Failed to load publish profile + Non è possibile caricare il profilo di pubblicazione + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + Non è stato possibile ottenere il token per la risorsa '{1}'. Errore: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + Apertura di Modifica dati non riuscita: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + Apertura di Modifica tabella non riuscita: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + Apertura della Progettazione schema non riuscita: {0} + + + Failed to open Table Designer: {0} + {0} is the error message + Apertura della Progettazione tabelle non riuscita: {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + Non è stato possibile aprire l'URL. Il browser semplice integrato potrebbe essere disabilitato. + + + Failed to open XEL file: {0} + {0} is the error message + Non è stato possibile aprire il file XEL: {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + Non è stato possibile aprire il file scmp: '{0}' + + + Failed to open script in editor. + Non è stato possibile aprire lo script nell'editor. + + + Failed to open script: {0} + {0} is the error message + Non è stato possibile aprire lo script: {0} + + + Failed to open text in editor: {0} + {0} is the error message + Non è stato possibile aprire il testo nell'editor: {0} + + + Failed to pull DAB container image. Please check your network connection. + Non è possibile eseguire il pull dell'immagine del contenitore DAB. Verificare la connessione di rete. + + + Failed to pull SQL Server image. Please check your network connection and try again. + Pull dell'immagine di SQL Server non riuscito. Controllare la connessione di rete e riprovare. + + + Failed to read saved rule overrides from project + Non è possibile leggere gli override di regole salvate eseguiti dal progetto + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + Non è stato possibile aggiornare la connessione ${0} con l'URI {1}. Risultato della connessione non valido. + + + Failed to remove row: {0} + {0} is the error message + Non è stato possibile rimuovere la riga: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + Non è possibile rinominare il database "{0}" in "{1}". {2} + + + Failed to resolve the refactor log for this file: {0} + Non è possibile risolvere il log di refactoring per il file: {0} + + + Failed to revert cell: {0} + {0} is the error message + Non è stato possibile ripristinare la cella: {0} + + + Failed to revert row: {0} + {0} is the error message + Non è possibile ripristinare la riga: {0} + + + Failed to run table query. + Non è possibile eseguire la query di tabella. + + + Failed to run table query: {0} + {0} is the error message + Non è possibile eseguire la query di tabella: {0} + + + Failed to save changes: {0} + {0} is the error message + Non è stato possibile salvare le modifiche: {0} + + + Failed to save code analysis rules + Non è possibile salvare le regole di Code Analysis + + + Failed to save publish profile + Non è possibile salvare il profilo di pubblicazione + + + Failed to save results. {0} + {0} is the error message + Salvataggio dei risultati non riuscito. {0} + + + Failed to save results: {0} + {0} is the underlying error message + Salvataggio dei risultati non riuscito: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + Non è stato possibile salvare il file scmp: '{0}' + + + Failed to script object: {0} + {0} is the error message + Generazione dello script dell'oggetto non riuscita: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + Non è stato possibile avviare '{0}': {1} + + + Failed to start DAB container. + Non è possibile avviare il contenitore DAB. + + + Failed to start DAB container. Please check the Docker logs for details. + Non è possibile avviare il contenitore DAB. Controllare i log Docker per i dettagli. + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + Non è possibile avviare il contenitore di SQL Server. Controllare il messaggio di errore per altri dettagli, quindi riprovare. + + + Failed to start profiler: {0} + {0} is the error message + Impossibile avviare il profiler: {0} + + + Failed to start query. + Non è possibile avviare la query. + + + Failed to start {0}. + Failed to start {0}. + Non è stato possibile avviare {0}. + + + Failed to stop and remove DAB container. + Non è possibile arrestare e rimuovere il contenitore DAB. + + + Failed to stop {0}. + Failed to stop {0}. + Non è stato possibile arrestare {0}. + + + Failed to update cell: {0} + {0} is the error message + Non è stato possibile aggiornare la cella: {0} + + + Failed to update schema designer. + Non è possibile aggiornare la finestra di progettazione dello scherma. + + + Failed to update table in schema designer. + Non è possibile aggiornare la tabella nella finestra di progettazione dello schema. + + + Failed to update table. + Non è possibile aggiornare la tabella. + + + Feedback + Feedback + + + Fetching {0} script... + {0} is the script type + Recupero dello script {0} in corso... + + + File + File + + + File (Read-Only) + File (sola lettura) + + + File Name + Nome file + + + File already exists. It will be overwritten if you continue + File già esistente. Se prosegui verrà sovrascritto + + + File imported successfully + File importato correttamente + + + File is required + Il file è obbligatorio + + + File name is required + Nome file obbligatorio + + + File not found + File non trovato + + + File path + Percorso file + + + File path is required + Il percorso del file è obbligatorio + + + File to be imported + File da importare + + + File type + Tipo di file + + + File: {0} + {0} is the file name + File: {0} + + + Files + File + + + Files of Type + File di tipo + + + Filter + Applicare il filtro + + + Filter ({0}) + {0} is the number of selected tables + Filtro ({0}) + + + Filter Azure subscriptions + Filtra sottoscrizioni di Azure + + + Filter Changes + Filtra modifiche + + + Filter Options + Opzioni filtro + + + Filter Settings + Impostazioni filtro + + + Filter active + Filtra attivo + + + Filter by keyword + Filtra per parola chiave + + + Filter by name + Filtra per nome + + + Filter by schema + Filtra per schema + + + Filter by severity + Filtra in base alla gravità + + + Filter by type + Filtra per tipo + + + Filter changes + Filtra modifiche + + + Filter entities + Filtrare le entità + + + Filter entities... + Filtrare le entità + + + Filter events by column values + Filtra eventi in base ai valori delle colonne + + + Filter for any field... + Filtra per qualsiasi campo... + + + Filter operator + Operatore di filtro + + + Filter shortcuts + Tasti di scelta rapida filtro + + + Filter value + Valore filtro + + + Filter {0} + Filtro {0} + + + Filter... + Filtra... + + + Filter: {0} + {0} is the column name + Filtro: {0} + + + Filters + Filtri + + + Find + Trova + + + Find Next + Trova successivo + + + Find Node + Trova nodo + + + Find Nodes + Trova nodi + + + Find Previous + Trova precedente + + + Finish + Fine + + + Finished Deployment + Distribuzione completata + + + Finished query execution for document "{0}" + {0} is the document name + L'esecuzione della query per il documento "{0}" è stata terminata + + + Firewall + Firewall + + + Firewall rule name + Nome regola del firewall + + + Firewall rule successfully added. Retry profile creation? + La regola del firewall è stata aggiunta. Ripetere la creazione del profilo? + + + Firewall rule successfully created. + La regola del firewall è stata creata. + + + First Page + Prima pagina + + + Flat + Semplice + + + Focus the Messages tab + Sposta lo stato attivo sulla scheda Messaggi + + + Focus the Query Plan tab + Sposta lo stato attivo sulla scheda Piano di query + + + Focus the Results tab in the query results panel + Sposta lo stato attivo sulla scheda Risultati nel pannello dei risultati della query + + + Folder Path + Percorso cartella + + + Folder Structure + Struttura cartella + + + Folder is required + La cartella è obbligatoria + + + Folder path + Percorso cartella + + + Folder path is required + Percorso cartella obbligatorio + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + Per dati numerici, il numero massimo di cifre decimali che è possibile archiviare in questo oggetto di database a destra della virgola. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + Per dati numerici, il numero massimo di cifre decimali che è possibile archiviare in questo oggetto di database. + + + Force fit columns + Imponi adattamento colonne + + + Foreign Column + Colonna esterna + + + Foreign Key + Chiave esterna + + + Foreign Key {0} + {0} is the index of the foreign key + Chiave esterna {0} + + + Foreign Keys + Chiavi esterne + + + Foreign Table + Tabella della chiave esterna + + + Foreign key '{0}' already exists + {0} is the foreign key name + La chiave esterna '{0}' esiste già + + + Foreign key column mappings are required. + I mapping della colonna chiave esterna sono obbligatori. + + + Foreign key column mappings must be the same length. + I mapping della colonna chiave esterna devono avere la stessa lunghezza. + + + Foreign keys + Chiavi esterne + + + Formula + Formula + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + Trovata promessa di riconnessione in sospeso per l'URI {0}, non riuscita. + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + Trovata promessa di riconnessione in sospeso per l'URI {0}, in attesa. + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + Trovati {0} profili di connessione salvati. + + + Free compute & storage + Risorse di calcolo e archiviazione gratuite + + + Free offer applied + È stata applicata l'offerta gratuita + + + Freeze columns + Blocca colonne + + + From + Label for the start IP address in the firewall rule IP range + Da + + + Full + Completo + + + Function + Funzione + + + Functions + Funzioni + + + General + Generale + + + General Options + Opzioni generali + + + General Purpose + Utilizzo generico + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + Genera configurazioni di Generatore di API dati usando il linguaggio naturale tramite la chat e gli strumenti agent di GitHub Copilot. Descrivi i requisiti della tua API e lascia che GitHub Copilot crei la configurazione per te. + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + Genera gli endpoint REST, GraphQL e MCP dagli oggetti del database SQL (tabelle). Puoi modificare la configurazione manualmente o tramite GitHub Copilot per pianificare e generare gli aggiornamenti e quindi distribuirli in locale con Docker. + + + Generate Script + Genera script + + + Generate mock data and seed scripts to support testing and development environments + Genera dati fittizi e script di seeding per supportare gli ambienti di test e sviluppo + + + Generate script to deploy changes to target + Genera script per distribuire le modifiche nella destinazione + + + Generate sqlpackage command + Generare il comando sqlpackage + + + Generated file added to {0} + {0} is the generated file path + File generato aggiunto a {0} + + + Generating Report. This may take a while... + È in corso la generazione del report. L'operazione potrebbe richiedere del tempo... + + + Generating SAS key failed: {0} + {0} is the error message + Generazione della chiave SAS non riuscita: {0} + + + Generating report, this might take a while... + Generazione del report in corso. Questa operazione potrebbe richiedere del tempo... + + + Generating script... + Generazione script in corso... + + + Geo-redundant backup storage + Archivio di backup con ridondanza geografica + + + Get Connection Details + Ottieni i dettagli della connessione + + + Get Started + Attività iniziali + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Ottenere dettagli di connessione per la connessione "{0}" (ID: {1})? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + Ricevi raccomandazioni sulla sicurezza, ad esempio come evitare l'SQL injection o autorizzazioni eccessive + + + Getting Docker Ready... + Preparazione di Docker... + + + Getting Fabric database '{0}' + {0} is the database ID + Recupero del database di Fabric '{0}' + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + Recupero dell'area di lavoro Fabric '{0}' + + + Getting Started + Attività iniziali + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Acquisizione dei dettagli di connessione per la connessione "{0}" (ID: {1}) + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + Recupero della stringa di connessione per l'endpoint SQL '{0}' nell'area di lavoro '{1}' + + + Getting container ready for connections + Preparazione del contenitore per le connessioni + + + Getting definition ... + Recupero della definizione... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot - Procedura dettagliata VS Code + + + GitHub Copilot integration in Data API builder + Integrazione GitHub Copilot in Generatore di API dati + + + GitHub Copilot survey + Sondaggio GitHub Copilot + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + Parametri di utilizzo dello strumento non validi: "{0}". ({1}) + + + GraphQL + GraphQL + + + Greater Than + Maggiore di + + + Greater Than or Equals + Maggiore o uguale a + + + Greater than + Maggiore di + + + Greater than or equal to + Maggiore o uguale a + + + Grid View + Visualizzazione Griglia + + + Group by + Raggruppa per + + + Group differences by + Raggruppa le differenze per + + + Help + Guida + + + Help us improve by sharing your thoughts. + Aiutaci a migliorare condividendo le tue opinioni. + + + Hide Changes + Nascondi modifiche + + + Hide Changes Highlight + Nascondi evidenziazione delle modifiche + + + Hide Confirm Password + Nascondi Conferma password + + + Hide Definition + Nascondi definizione + + + Hide New Password + Nascondi nuova password + + + Hide SQL Pane + Nascondi riquadro SQL + + + Hide column + Nascondi colonna + + + Hide full error message + Nascondi messaggio di errore completo + + + Hide password + Nascondi password + + + Hide this panel + Nascondi questo pannello + + + Highlight Changes + Evidenzia modifiche + + + Highlight Expensive Operation + Evidenzia operazione costosa + + + Highlights + Highlights + + + Hostname + Nome host + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + Quanto è probabile che si consigli l’estensione MSSQL a un amico o un collega? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + Quanto è probabile che si consigli {0} a un amico o un collega? + + + How many tables are in this database? + Quante tabelle contiene il database? + + + Hue + Tonalità + + + I have read the summary and understand the potential risks. + Ho letto il riepilogo e ho compreso i potenziali rischi. + + + I understand this action is permanent and irreversible + Sono consapevole che questa azione è permanente e irreversibile + + + I'm sorry, I can only assist with SQL-related questions. + È possibile fornire assistenza solo per le domande correlate a SQL. + + + IP address range + Intervallo di indirizzi IP + + + Identity + Identità + + + Ignore Options + Ignora opzioni + + + Ignore Tenant + Ignora tenant + + + Image tag + Tag immagine + + + Import BACPAC + Importa BACPAC + + + Import Data + Importa dati + + + Import File + Importa file + + + Import Flat File + Importa file flat + + + Import Information + Importazione informazioni + + + Import New File + Importa nuovo file + + + Import Status + Stato importazione + + + Import a .bacpac file to a new or empty database + Importare un file con estensione bacpac in un database nuovo o vuoto + + + Import anyway + Importare comunque + + + Import complete. You can close this dialog. + Importazione completata. È possibile chiudere questa finestra di dialogo. + + + Import connection configuration settings from Azure Data Studio + Importa impostazioni di configurazione della connessione da Azure Data Studio + + + Import failed: {0} + {0} is the error message returned from the import helper. + Importazione non riuscita: {0} + + + Import file is required + Il file di importazione è obbligatorio + + + Import from Azure Data Studio + Importa da Azure Data Studio + + + Import selected + Importare selezionati + + + Importance + Importanza + + + Importing BACPAC... + Importazione di BACPAC in corso... + + + Importing data... + Importazione dei dati in corso... + + + Importing selections + Importazione delle selezioni + + + In + In + + + In case you missed it + Nel caso te lo fossi perso + + + In progress + In corso + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + Nell'esperienza del generatore di API dati, la distribuzione del contenitore locale è disponibile solo per le connessioni che utilizzano l'autenticazione SQL. Il tipo di connessione corrente non è supportato. + + + Include + Includi + + + Include Object Types + Includi tipi di oggetto + + + Include all columns + Includi tutte le colonne + + + Include all object types + Includi tutti i tipi di oggetti + + + Incomplete or orphaned connections + Connessioni incomplete o orfane + + + Index + Indice + + + Indexes + Indici + + + Initializing DAB configuration... + Inizializzazione della configurazione DAB in corso... + + + Initializing comparison, this might take a while... + Inizializzazione del confronto. L'operazione potrebbe richiedere qualche istante... + + + Insert + Inserisci + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + Inserire il testo selezionato nell'editor di query usando {arg}. Se non si usa il segnaposto, il testo selezionato viene aggiunto automaticamente alla fine della query. + + + Install Docker + Installa Docker + + + Install the MSSQL Database Management Keymap extension + Installare l'estensione Keymap per la gestione del database MSSQL + + + Instant Container Setup + Configurazione immediata del contenitore + + + Insufficient Workspace Permissions + Autorizzazioni insufficienti per l'area di lavoro + + + Integrated + Integrato + + + Integrated & secure + Integrato e sicuro + + + Invalid Firewall rule name + Nome regola firewall non valido + + + Invalid IP Address + Indirizzo IP non valido + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + Password SQL Server non valida per {0}. La password deve avere una lunghezza di 8 - 128 caratteri e rispettare i requisiti di complessità. Per altre informazioni, vedere https://docs.microsoft.com/sql/relational-databases/security/password-policy + + + Invalid column reference. Use either id OR name. + Riferimento a colonna non valida. Usare l'ID o il nome. + + + Invalid column width + Larghezza della colonna non valida + + + Invalid connection URI provided. + È stato specificato un URI di connessione non valido. + + + Invalid connection string: {0} + Stringa di connessione non valida: {0} + + + Invalid database + Database non valido + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + Riferimento entità non valido. Usare ID oppure schemaName+tableName oppure schemaName+sourceName+sourceType. + + + Invalid file + File non valido + + + Invalid file extension. Expected .dacpac or .bacpac + Estensione file non valida. È previsto .dacpac o .bacpac + + + Invalid foreign key. + Chiave esterna non valida. + + + Invalid max length '{0}' + {0} is the max length + Lunghezza massima '{0}' non valida + + + Invalid table payload. Expected table with columns array. + Payload della tabella non valido. Prevista una tabella con un array di colonne. + + + Invalid table type + Il tipo di tabella non è valido + + + Is Computed + È calcolato + + + Is Identity + È identità + + + Is Ledger Database + Database libro mastro + + + Is Not Null + Non è Null + + + Is Null + È Null + + + Is Persisted + È persistente + + + Issues ({0}) + {0} is the number of issues + Problemi ({0}) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + Partecipa alle discussioni + + + Keep in query pane + Mantieni nel riquadro query + + + Key + Chiave + + + Keybinding + Tasto di scelta rapida + + + Keyboard Shortcuts editor + Editor dei tasti di scelta rapida + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Non è possibile salvare le chiavi della cache dei token nell'archivio delle credenziali. Ciò potrebbe causare problemi di persistenza dei token di accesso Microsoft Entra ID e instabilità della connessione. È probabile che SqlTools abbia raggiunto il limite di archiviazione delle credenziali in Windows. Cancellare almeno 2 credenziali che iniziano con "Microsoft.SqlTools|" in Gestione credenziali di Windows e ricaricare. + + + LRS + Archiviazione con ridondanza locale + + + LRS backup (locally redundant) + Backup LRS (archiviazione con ridondanza locale) + + + Last Page + Ultima pagina + + + Learn More + Altre informazioni + + + Learn more + Altre informazioni + + + Learn more about Azure SQL Database free tier + Altre informazioni sul livello gratuito di database SQL di Azure + + + Learn more about SQL Server 2025 features + Altre informazioni sulle funzionalità di SQL Server 2025 + + + Leave the source database in the restoring state + Lasciare il database di origine nello stato di ripristino + + + Length + Lunghezza + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + Lunghezza non corrispondente: la colonna '{0}' ({1}) è incompatibile con '{2}' ({3}) + + + Less Than + Minore di + + + Less Than or Equals + Minore o uguale a + + + Less than + Minore di + + + Less than or equal to + Minore di o uguale a + + + Line {0} + {0} is the line number + Riga {0} + + + Link copied to clipboard + Collegamento copiato negli Appunti + + + List Connections + Elenca connessioni + + + List Databases + Elenca i database + + + List Functions + Elenca funzioni + + + List Schemas + Elenca schemi + + + List Tables + Elenca tabelle + + + List Views + Elenca visualizzazioni + + + List all connections registered with the mssql extension? + Elencare tutte le connessioni registrate con l'estensione mssql? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Elencare i database per la connessione "{0}" (ID: {1})? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Elencare le funzioni per la connessione "{0}" (ID: {1})? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Elencare gli schemi per la connessione "{0}" (ID: {1})? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Elencare le tabelle per la connessione "{0}" (ID: {1})? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Elencare le visualizzazioni per la connessione "{0}" (ID: {1})? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + Elenco dei database SQL di Fabric per l'area di lavoro '{0}' + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + Elenco degli endpoint SQL di Fabric per l'area di lavoro '{0}' + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + Elenco dei warehouse di Fabric per l'area di lavoro '{0}' + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + Elenco delle capacità di Fabric per il tenant '{0}' + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + Elenco delle aree di lavoro di Fabric per il tenant '{0}' + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Elenco dei database per la connessione "{0}" (ID: {1}) + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Elenco delle funzioni per la connessione "{0}" (ID: {1}) + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + Elenco delle assegnazioni di ruolo per l'area di lavoro '${workspaceId}' + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Elenco degli schemi per la connessione "{0}" (ID: {1}) + + + Listing server connections + Elenco delle connessioni server + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Elenco delle tabelle per la connessione "{0}" (ID: {1}) + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Elenco delle visualizzazioni per la connessione "{0}" (ID: {1}) + + + Load + Carica + + + Load from Connection String + Carica da stringa di connessione + + + Load profile... + Caricare profilo... + + + Load source, target, and options saved in an .scmp file + Carica origine, destinazione e opzioni salvate in un file con estensione scmp + + + Loading + Caricamento + + + Loading Azure Accounts + Caricamento degli account Azure + + + Loading Azure SQL Database... + Caricamento database SQL di Azure in corso... + + + Loading Azure accounts + Caricamento degli account Azure + + + Loading Fabric Accounts + Caricamento degli account Fabric + + + Loading Fabric provisioning... + Caricamento di provisioning Fabric in corso... + + + Loading Report + Caricamento Report in corso + + + Loading Schema Designer + Caricamento del Progettista schema + + + Loading Schema Designer Model... + Caricamento del modello di Designer dello schema... + + + Loading Table Designer + Caricamento di Progettazione tabelle + + + Loading XEL file: {0} + {0} is the file name + Caricamento file XEL: {0} + + + Loading backup database... + Caricamento del database di backup in corso... + + + Loading code analysis rules... + Caricamento delle regole di analisi codice... + + + Loading collations... + Caricamento delle regole di confronto in corso... + + + Loading database objects + Caricamento degli oggetti del database in corso... + + + Loading databases in '{0}'... + {0} is the name of the workspace + Caricamento dei database in '{0}'... + + + Loading databases in selected workspace... + Caricamento dei database nell'area di lavoro selezionata... + + + Loading deployment + Caricamento della distribuzione + + + Loading execution plan... + Caricamento del piano di esecuzione... + + + Loading flat file import... + Caricamento importazione file flat in corso... + + + Loading local containers... + Caricamento dei contenitori locali in corso... + + + Loading locations + Caricamento posizioni + + + Loading maintenance windows... + Caricamento delle finestre di manutenzione in corso... + + + Loading resource groups + Caricamento dei gruppi di risorse + + + Loading restore database... + Caricamento del database di ripristino in corso... + + + Loading restore plan... + Caricamento del piano di ripristino in corso... + + + Loading results... + Caricamento dei risultati... + + + Loading schemas... + Caricamento schemi in corso... + + + Loading servers + Caricamento dei server + + + Loading servers in '{0}'... + {0} is the name of the subscription + Caricamento dei server in '{0}' in corso... + + + Loading servers in selected subscription... + Caricamento dei server nella sottoscrizione selezionata in corso... + + + Loading subscriptions + Caricamento delle sottoscrizioni + + + Loading subscriptions... + Caricamento delle sottoscrizioni in corso... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + Caricamento del riepilogo per {0} righe (fare clic per annullare) + + + Loading table data... + Caricamento dei dati della tabella in corso... + + + Loading table preview... + Caricamento dell'anteprima della tabella in corso... + + + Loading tenants + Caricamento dei tenant + + + Loading tenants... + Caricamento dei tenant... + + + Loading text view... + Caricamento della visualizzazione Testo... + + + Loading workspaces + Caricamento delle aree di lavoro + + + Loading workspaces... + Caricamento delle aree di lavoro in corso... + + + Loading... + Caricamento in corso... + + + Local Container Deployment + Distribuzione del contenitore locale + + + Local SQL Server database container + Contenitore del database di SQL Server locale + + + Local container deployment is currently only supported with SQL Authentication connections. + La distribuzione del contenitore locale è attualmente supportata solo per le connessioni con autenticazione SQL. + + + Locally-redundant backup storage + Archivio di backup con ridondanza locale + + + Locate an Azure Data Studio settings.json file to import + Individuare un file settings.json di Azure Data Studio da importare + + + Location + Posizione + + + Location (Workspace) + Località (area di lavoro) + + + Location of the file to be imported + Percorso del file da importare + + + Log file folder + Cartella file di log + + + Logical file name + Nome file logico + + + Logical operator + Operatore logico + + + Logs + Log + + + Logs copied to clipboard + Log copiati negli Appunti + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + Si stanno cercando le associazioni di Azure Data Studio, come F5 per eseguire query? + + + MCP + MCP + + + MCP custom tool + Strumento personalizzato MCP + + + MCP server added to {0} + {0} is the file path where the MCP server was added + Server MCP aggiunto a {0} + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + Il server MCP è già configurato in {0} + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL - Log di autenticazione di Azure + + + MSSQL - VS Code walkthrough + MSSQL - Procedura dettagliata di VS Code + + + MSSQL Feedback + Feedback MSSQL + + + MSSQL Notebook connected to {0} + {0} is the connection label + Notebook MSSQL connesso a {0} + + + MSSQL extension icon + Icona estensione MSSQL + + + MSSQL: Click to change connection + MSSQL: fare clic per modificare la connessione + + + MSSQL: Click to change database + MSSQL: fare clic per cambiare database + + + MSSQL: Welcome & What's New + MSSQL: benvenuto e novità + + + MSSQL: What's new + MSSQL: Novità + + + Maintenance Window + Finestra di manutenzione + + + Make everything read-only + Imposta tutto in sola lettura + + + Manage Connection Profiles + Gestisci profili di connessione + + + Manage relationships + Gestisci relazioni + + + Mandatory (Recommended) + Obbligatorio (scelta consigliata) + + + Mandatory (True) + Obbligatorio (Vero) + + + Max + Max + + + Max 10 databases / subscription + Massimo 10 database/sottoscrizione + + + Max Length + Lunghezza massima + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + È stato superato il numero massimo di righe per i filtri/l'ordinamento. Per aggiornarlo, passare alle impostazioni utente e modificare l'impostazione: mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + Numero massimo di vCore + + + Max: {0} + {0} is the max + Max: {0} + + + Maximize + Ingrandisci + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + Ingrandisci ({0}) + + + Maximize Panel Size + Ingrandisci dimensioni del pannello + + + Maximize details panel + Ingrandisci pannello Dettagli + + + Maximize panel size + Ingrandisci le dimensioni del pannello + + + Maximize results grid + Ingrandisci griglia dei risultati + + + Media + Supporti + + + Media set description is required + Descrizione del set di supporti obbligatoria + + + Media set name is required + Nome del set di supporti obbligatorio + + + Message + Messaggio + + + Messages + Messaggi + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + Messaggi ({0}) + + + Metric + Metrica + + + Microsoft Account + Account Microsoft + + + Microsoft Account is required + L'account Microsoft è obbligatorio + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Account Microsoft Entra + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Microsoft Entra ID - Predefinito + + + Microsoft Entra Id - Service Principal + Microsoft Entra ID - Entità servizio + + + Microsoft Entra Id - Universal w/ MFA Support + Microsoft Entra ID - Supporto universale con autenticazione a più fattori + + + Microsoft Entra account {0} successfully added. + {0} is the account name + L'account Microsoft Entra {0} è stato aggiunto correttamente. + + + Microsoft Fabric integration + Integrazione di Microsoft Fabric + + + Microsoft SQL Server License Agreement + Contratto di licenza di Microsoft SQL Server + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Microsoft esamina il feedback degli utenti per migliorare i propri prodotti, quindi non condividere dati personali o contenuti riservati/proprietari. + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Microsoft elaborerà il feedback inviato in conformità alle istruzioni dell'organizzazione per migliorare l'esperienza dell'utente e dell'organizzazione con questo prodotto. Per eventuali domande sull'uso dei dati di feedback, contattare l'amministratore del tenant. Il trattamento dei dati di feedback è disciplinato dall'Addendum sulla protezione dei dati di prodotti e servizi Microsoft tra l'organizzazione e Microsoft e il feedback inviato è considerato come dati personali in base a tale addendum. + + + Microsoft would like your feedback + La tua opinione è importante per Microsoft + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + Eseguire la migrazione delle connessioni salvate, dei gruppi e delle impostazioni di connessione da Azure Data Studio all'estensione MSSQL. Inoltre, è possibile installare la keymap di Gestione dati MSSQL per aggiungere i collegamenti abituali di Azure Data Studio. + + + Min + Min + + + Min: {0} + {0} is the min + Min: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + Riferimento alla connessione mancante. Specificare esattamente un solo valore: connectionId e connectionName. + + + Missing schema payload for replace_schema operation. + Manca il payload dello schema per l'operazione replace_schema. + + + Missing table payload for update_table operation. + Manca il payload della tabella per l'operazione update_table. + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + Manca la destinazione della tabella per l'operazione delete_table. Specificare tableId o tableName+schemaName. + + + Modified + Ultima modifica + + + Modified column '{0}' + {0} is the column name + Colonna '{0}' modificata + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + Colonna '{0}' modificata: {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + Chiave esterna '{0}' modificata + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + Chiave esterna '{0}' modificata: {1} + + + Modified table {0} + {0} is the qualified table name + Tabella {0} modificata + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + Tabella {0} modificata: {1} + + + Modify Columns + Modifica colonne + + + Modify Table + Modifica tabella + + + Monitor usage and manage your free tier limits + Monitora l'utilizzo e gestisci i limiti del livello gratuito + + + Monthly limits + Limiti mensili + + + More Query Actions + Altre azioni di query + + + Move Down + Sposta giù + + + Move Up + Sposta su + + + Move and expand the active grid selection + Sposta ed espandi la selezione della griglia attiva + + + Move focus to the next result set grid + Sposta lo stato attivo sulla griglia del set di risultati successivo + + + Move focus to the previous result set grid + Sposta lo stato attivo sulla griglia del set di risultati precedente + + + Move selection to the first cell in the row + Sposta la selezione nella prima cella della riga + + + Move selection to the last cell in the row + Sposta la selezione nell'ultima cella della riga + + + Move to Root + Passa alla radice + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + Lo spostamento in uno schema è supportato solo per i file SQL che fanno parte di un progetto SQL aperto. Aprire prima il progetto nel pannello Progetti di database. + + + Move to Schema request failed: {0} + Richiesta di spostamento nello schema non riuscita: {0} + + + Move to Schema... + Sposta nello schema... + + + Move to row end + Sposta alla fine riga + + + Move to row start + Sposta ad inizio riga + + + Move to schema '{0}' + Sposta nello schema '{0}' + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + Sono stati trovati più gruppi di connessione con ID '{0}'. Eliminarli o rinominarli tutti, ad eccezione di uno in User/Global settings.json, quindi riavviare l'estensione. + + + Must be a valid number + Deve essere un numero valido. + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + Deve iniziare con un carattere alfanumerico e contenere solo caratteri alfanumerici, caratteri di sottolineatura, punti e trattini + + + Mutation + Mutazione + + + MyProfilerSession + MyProfilerSession + + + NULL + NULL + + + Name + Nome + + + Name for the Docker container running DAB + Nome del contenitore Docker che esegue DAB + + + Name of the primary key. + Nome della chiave primaria. + + + Navigate to this item in the diagram + Vai a questo elemento nel diagramma + + + Navigation + Struttura + + + Needs attention + Richiede attenzione + + + New Azure SQL logical server (Preview) + Nuovo server logico di Azure SQL (anteprima) + + + New Check Constraint + Nuovo vincolo CHECK + + + New Column + Nuova colonna + + + New Column Mapping + Nuovo mapping colonne + + + New Database + Nuovo database + + + New Database Name + Nuovo nome database + + + New Deployment + Nuova distribuzione + + + New File + Nuovo file + + + New Foreign Key + Nuova chiave esterna + + + New Index + Nuovo indice + + + New Local Docker SQL Server + Nuovo SQL Server locale in Docker + + + New Microsoft Entra account could not be added. + Non è stato possibile aggiungere il nuovo account Microsoft Entra. + + + New Password + Nuova password + + + New Query + Nuova query + + + New Query Profiler - Enter Name + Nuovo Profiler query - Immettere il nome + + + New Query Profiler - Select Template + Nuovo Profiler query - Selezionare il modello + + + New SQL database + Nuovo database SQL + + + New Session + Nuova sessione + + + New Table Name + Nuovo nome tabella + + + New column mapping + Nuovo mapping colonne + + + New database name must be different from the current name + Il nuovo nome del database deve essere diverso dal nome corrente + + + New media set description + Descrizione del nuovo set di supporti + + + New media set name + Nome del nuovo set di supporti + + + New to MSSQL extension? Check out our quick-start guide. + Non si ha dimestichezza con l'estensione MSSQL? È possibile consultare la nostra guida rapida. + + + New to the MSSQL extension? Check out our quick-start guide. + Nuovo utente dell'estensione MSSQL? Consulta la nostra guida rapida. + + + Next + Avanti + + + Next Page + Pagina successiva + + + Next result grid + Griglia dei risultati successiva + + + No + No + + + No Action + Nessuna azione + + + No Azure accounts found + Non sono stati trovati account Azure + + + No Microsoft Entra account can be found for removal. + Non è possibile trovare un account Microsoft Entra per la rimozione. + + + No Queries Available + Nessuna query disponibile + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + Non è stata trovata alcuna connessione a MCP per operazioni SQL per connectionName: {0} + + + No account selected + Nessun account selezionato + + + No active connection + Nessuna connessione attiva + + + No active connection for database change + Nessuna connessione attiva per la modifica del database + + + No active connection for schema view + Nessuna connessione attiva per la visualizzazione schema + + + No active connection. + Nessuna connessione attiva. + + + No active database connection in the current editor. Please establish a connection to continue. + Nessuna connessione di database attiva nell'editor corrente. Stabilire una connessione per continuare. + + + No active notebook. + Nessun notebook attivo. + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + Non sono state trovate finestre di progettazione dello schema attive. Aprire prima il generatore di API dati usando mssql_dab con l'operazione 'show' o dall'interfaccia utente. + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + Non è possibile trovare finestre di progettazione dello schema attive. Aprine prima una usando mssql_schema_designer con l'operazione 'show' o dall'interfaccia utente. + + + No active text editor found. Please open a file with an active database connection. + Nessun editor di testo attivo trovato. Aprire un file con una connessione di database attiva. + + + No authentication required + Nessuna autenticazione richiesta + + + No background tasks + Nessuna attività in background + + + No backup sets found in the restore plan + Nessun set di backup trovato nel piano di ripristino + + + No blob containers found + Non sono stati trovati contenitori BLOB + + + No blobs found + Nessun BLOB trovato + + + No changes detected + Nessuna modifica rilevata + + + No changes match your search. + Nessuna modifica corrisponde ai criteri di ricerca. + + + No changes yet. + Non sono ancora presenti modifiche. + + + No code analysis rules available. + Nessuna regola di Code Analysis disponibile. + + + No connection credentials found + Non sono stati trovati credenziali di connessione + + + No connection found for connectionId: {0} + {0} is the connection ID + Nessuna connessione trovata per connectionId: {0} + + + No connection groups were found in the file. + Nessun gruppo di connessione trovato nel file. + + + No connection information found + Nessuna informazione di connessione disponibile + + + No connection profiles to edit. + Non ci sono profili di connessione da modificare. + + + No connection profiles to remove. + Non ci sono profili di connessione da rimuovere. + + + No connection selected. + Nessuna connessione selezionata. + + + No connection was found. Please connect to a server first. + Non sono state trovate connessioni. Connettersi prima a un server. + + + No connections available. Please create a connection first. + Nessuna connessione disponibile. Creare prima una connessione. + + + No connections were found in the file. + Nessuna connessione trovata nel file. + + + No customized settings found + Nessuna impostazione personalizzata trovata + + + No customized settings found in Azure Data Studio + Non sono state trovate impostazioni personalizzate in Azure Data Studio + + + No data available + Nessun dato disponibile + + + No data to display. + Non ci sono dati da visualizzare. + + + No database files found in the restore plan + Nessun file di database trovato nel piano di ripristino + + + No database selected. + Nessun database selezionato. + + + No databases found in the selected workspace. + Non sono stati trovati database nell'area di lavoro selezionata. + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + Nessun database trovato nell'area di lavoro '{0}'. + + + No databases found on the server. Please check your connection. + Non è possibile trovare database nel server. Controllare la connessione. + + + No databases found to import into. + Nessun database trovato in cui eseguire l'importazione. + + + No databases with backups found + Non sono stati trovati database con backup + + + No elements found + Non sono stati trovati elementi + + + No entities found + Nessuna entità trovata + + + No event selected + Nessun evento selezionato + + + No events to export + Nessun evento da esportare + + + No filter is currently active + Nessun filtro è al momento attivo + + + No items + Nessun elemento + + + No log entries yet. + Non sono ancora presenti voci di log. + + + No matches found + Nessuna corrispondenza trovata + + + No matching shortcuts + Nessun collegamento corrispondente + + + No model found. + Nessun modello trovato. + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Non è necessario aggiornare il token dell'account Microsoft Entra per la connessione {0} con URI {1} + + + No object that can be moved to another schema was found at the cursor. + Non è stato trovato alcun oggetto che possa essere spostato in un altro schema in corrispondenza del cursore. + + + No objects found + Nessun oggetto trovato + + + No pending changes. Make edits to generate a script. + Nessuna modifica in sospeso. Apportare modifiche per generare uno script. + + + No profiler connection available + Nessuna connessione del profiler disponibile + + + No profiler templates available + Nessun modello di profiler disponibile + + + No property changes available. + Nessuna modifica alle proprietà disponibile. + + + No query set + Nessun set di query + + + No renameable symbol found at cursor. + Nessun simbolo rinominabile trovato in corrispondenza del cursore. + + + No resource groups found + Non sono stati trovati gruppi di risorse + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + Non è stata configurata alcuna risorsa di tipo '{0}' per il cloud corrente '{1}'. Aggiornare le impostazioni dell'account Azure. + + + No results + Nessun risultato + + + No results for the active editor + Nessun risultato per l'editor attivo + + + No results match the current filters + Nessun risultato corrisponde ai filtri attuali + + + No results to display + Nessun risultato da visualizzare + + + No rows affected + Nessuna riga interessata + + + No rules match the current filter. + Nessuna regola corrisponde al filtro corrente. + + + No saved connection profiles found. + Nessun profilo di connessione salvato trovato. + + + No saved connections found. Please create a connection first. + Non ci sono connessioni salvate. Creare prima una connessione. + + + No schema differences were found. + Non sono state trovate differenze di schema. + + + No schemas found + Non sono stati trovati schemi + + + No schemas were found in the project. + Non sono stati trovati schemi nel progetto. + + + No script available. Make changes to the table data and generate a script first. + Nessuno script disponibile. Apportare modifiche ai dati della tabella e generare prima uno script. + + + No script generated. + Nessuno script generato. + + + No selection + Nessuna selezione + + + No servers found + Nessun server trovato + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + Nessun server trovato nella sottoscrizione '{0}'. + + + No servers found in the selected subscription. + Nessun server trovato nella sottoscrizione selezionata. + + + No shortcut + Nessun tasto di scelta rapida + + + No storage accounts found + Non sono stati trovati account di archiviazione + + + No subscriptions found + Nessuna sottoscrizione trovata + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + Nessuna sottoscrizione trovata. Cambiare l'account Azure o il tenant per visualizzare le sottoscrizioni disponibili. + + + No templates available + Nessun modello disponibile + + + No tenant selected + Nessun tenant selezionato + + + No tenants are currently signed in. + Nessun tenant attualmente connesso. + + + No tenants found + Nessun tenant trovato + + + No text data available + Nessun dato di testo disponibile + + + No tools to process. + Nessuno strumento da elaborare. + + + No workspace folder is open. Open a folder to add the MCP server configuration. + Non è aperta alcuna cartella dell'area di lavoro. Aprire una cartella per aggiungere la configurazione del server MCP. + + + No workspace folder is open. Open a folder to add the generated file. + Non è aperta alcuna cartella dell'area di lavoro. Aprire una cartella per aggiungere il file generato. + + + No workspaces found + Non sono state trovate aree di lavoro + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + Nessuna area di lavoro trovata. Cambiare l'account o il tenant di Fabric per visualizzare le aree di lavoro disponibili. + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + Rilevato file SQL non SQL Server. Disabilitare IntelliSense per tali file? + + + None + Nessuno + + + None (empty database) + Nessuno (database vuoto) + + + Not Between + Non compreso tra + + + Not Contains + Non contiene + + + Not Ends With + Non termina con + + + Not Equals + Non uguale a + + + Not Started + Operazione non avviata + + + Not Starts With + Non inizia con + + + Not available for read-only file sessions + Non disponibile per sessioni di file di sola lettura + + + Not connected + Non connesso + + + Not contains + Non contiene + + + Not currently signed in. Select to sign in to tenant. + Attualmente non connesso. Selezionare per accedere al tenant. + + + Not equal to + Diverso da + + + Not likely at all + Per niente + + + Not running + Non in esecuzione + + + Not signed in + Accesso non eseguito + + + Not signed into tenant {0} + {0} is the tenant display name + Non è stato eseguito l'accesso al tenant {0} + + + Not started + Non avviato + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + Nota: un certificato autofirmato offre solo una protezione limitata e non è consigliato per gli ambienti di produzione. Abilitare 'Certificato del server attendibile' in questa connessione e riprovare? + + + Null + Null + + + Null Count: {0} + {0} is the null count + Numero valori null: {0} + + + Number of Rows Read + Numero di righe lette + + + OK + OK + + + OLTP, built on Azure SQL + OLTP, basato su Azure SQL + + + Object Explorer Filter + Filtro Esplora oggetti + + + Object Type + Tipo di oggetto + + + Object Types + Tipi di oggetto + + + Object type + Tipo di oggetto + + + Off + Off + + + On Delete + All'eliminazione + + + On Delete Action + Azione di eliminazione + + + On Update + All'aggiornamento + + + On Update Action + Azione di aggiornamento + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + Uno o più gruppi di connessione fanno riferimento a gruppi padre che non esistono e sono stati ignorati: {0}. Aggiornare il file di impostazioni per correggere queste voci. + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + Una o più connessioni fanno riferimento a gruppi che non esistono e sono stati ignorati: {0}. Aggiornare le impostazioni di connessione per correggere queste voci. + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + Una o più entità contengono tipi di colonna attualmente non supportati dal generatore di API dati. Queste entità non possono essere selezionate per la distribuzione. + + + Open + Apri + + + Open .scmp file + Apri file .scmp + + + Open Containing Folder + Apri cartella superiore + + + Open File + Apri file + + + Open GitHub Copilot Chat to help fix these errors + Aprire GitHub Copilot Chat per ricevere assistenza nella correzione di questi errori + + + Open Keyboard Shortcuts editor. + Apri l'editor dei tasti di scelta rapida. + + + Open Nitro + Apri Nitro + + + Open Publish Script + Apri script di pubblicazione + + + Open Query + Apri query + + + Open Query History + Aprire la cronologia delle query + + + Open SQL editor and connect + Apri l'editor SQL e connetti + + + Open XML + Apri XML + + + Open a new SQL query file + Apri un nuovo file di query SQL + + + Open a new bug + Apri un nuovo bug + + + Open column menu + Apri il menu Colonna + + + Open filter menu + Apri il menu Filtro + + + Open in Editor + Apri nell'editor + + + Open in GitHub Copilot Chat + Apri in GitHub Copilot Chat + + + Open in New Tab + Apri in una nuova scheda + + + Open in SQL Editor + Apri in SQL Editor + + + Open in editor + Apri nell'editor + + + Open text data in a new editor + Apri dati di testo in un nuovo editor + + + Open the active column filter menu + Apri il menu del filtro della colonna attiva + + + Open the active column menu + Apri il menu della colonna attiva + + + Open the generated SELECT statement in a new editor + Apri l'istruzione SELECT generata in un nuovo editor + + + Opening Publish Script. This may take a while... + Apertura dello script di pubblicazione. L'operazione potrebbe richiedere del tempo... + + + Opening schema designer... + Apertura della finestra di progettazione dello schema... + + + Operation + Operazione + + + Operation failed + Operazione non riuscita + + + Operator + Operatore + + + Option Description + Descrizione opzione + + + Optional (False) + Facoltativo (Falso) + + + Optional - Override default GraphQL plural type name + Facoltativo - Esegui l'override del nome del tipo plurale GraphQL predefinito + + + Optional - Override default GraphQL singular type name + Facoltativo - Esegui l'override del nome del tipo singolo GraphQL predefinito + + + Optional - Override default api/entityName path + Facoltativo - Eseguire l'override del percorso api/entityName predefinito + + + Options + Opzioni + + + Options have changed. Recompare to see the comparison? + Le opzioni sono state modificate. Ripetere il confronto? + + + Original file name + Nome file originale + + + Others + Altri + + + Output file + File di output + + + Overall, how satisfied are you with the MSSQL extension? + Nel complesso, quanto si è soddisfatti dell’estensione MSSQL? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + Nel complesso, quanto si è soddisfatti di {0}? + + + Overwrite all existing backup sets + Sovrascrivi tutti i set di backup esistenti + + + Overwrite the existing database + Sovrascrivere il database esistente + + + Owner + Proprietario + + + PNG + PNG + + + Package file + File del pacchetto + + + Page + Pagina + + + Parameters + Parametri + + + Parent node was not TreeNodeInfo. + Il nodo padre non è TreeNodeInfo. + + + Password + Password + + + Password (SQL Login) + Password (account di accesso SQL) + + + Password is required + La password è obbligatoria + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + È necessario cambiare la password per '{0}' per continuare l'accesso a '{1}' + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + È necessario cambiare la password per continuare l'accesso a '{0}' + + + Passwords do not match + Le password non corrispondono + + + Paste + Incolla + + + Paste connection string from clipboard + Incolla stringa di connessione dagli Appunti + + + Path: {0} + {0} is the path of the node in the object explorer + Percorso: {0} + + + Pause + Sospendi + + + Pause event collection + Sospendi raccolta eventi + + + Paused + Operazione sospesa + + + Paused - click to resume + In pausa - Fare clic per riprendere + + + Perform checksum before writing to media + Esegui il checksum prima della scrittura sui supporti + + + Permissions + Autorizzazioni + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + Scegliere tra più versioni di SQL Server, tra cui SQL Server 2025 con funzionalità di intelligenza artificiale integrate come la ricerca vettoriale e i miglioramenti JSON. + + + Please Accept the SQL Server EULA + Accettare il contratto di licenza di SQL Server + + + Please choose a backup file to load restore plan + Scegliere un file di backup per caricare il piano di ripristino + + + Please choose a blob to load restore plan + Scegliere un BLOB per caricare il piano di ripristino + + + Please choose a unique backup file name + Scegliere un nome file di backup univoco + + + Please choose a unique name for the container + Scegliere un nome univoco per il contenitore + + + Please choose a unique name for the profile + Scegliere un nome univoco per il profilo + + + Please choose a valid media option + Scegliere un'opzione multimediale valida + + + Please choose at least one backup file + Scegliere almeno un file di backup + + + Please choose at least one backup set to restore + Scegliere almeno un set di backup da ripristinare + + + Please ensure the file is not open in another application before importing + Assicurarsi che il file non sia aperto in un'altra applicazione prima dell'importazione + + + Please make sure the port is a number, and choose a port that is not in use + Assicurarsi che la porta sia un numero e scegliere una porta che non sia in uso + + + Please make your password 8-128 characters long. + Impostare una password di lunghezza compresa tra 8 e 128 caratteri. + + + Please select a database node in Object Explorer to drop. + Selezionare un nodo di database in Esplora oggetti da rimuovere. + + + Please select a database node in Object Explorer to rename. + Selezionare un nodo di database in Esplora oggetti da rinominare. + + + Please select a file, not a folder. + Selezionare un file, non una cartella. + + + Please select a node from Object Explorer to script. + Selezionare un nodo da Esplora oggetti di cui eseguire lo script. + + + Please select a server node in Object Explorer to create a database. + Selezionare un nodo del cluster in Esplora oggetti per creare un database. + + + Please select a valid symbol. + Selezionare un simbolo valido. + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + Selezionare un'area di lavoro in cui si dispone di autorizzazioni sufficienti (Collaboratore o superiore) + + + Please select only one node to script. Multiple node scripting is not supported. + Selezionare un solo nodo di cui eseguire lo script. Lo scripting di più nodi non è supportato. + + + Port + Porta + + + Port must be a number between 1 and 65535 + Il numero della porta deve essere compreso tra 1 e 65535 + + + Port must be between 1 and 65535 + Il numero di porta deve rientrare in un intervallo compreso tra 1 e 65535 + + + Port to expose the API on (default: 5000) + Porta su cui esporre l'API (impostazione predefinita: 5.000) + + + Port {0} is already in use + {0} is the port number + Il nome "{0}" è già in uso + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + La porta "{0}" è già in uso. Scegliere una porta diversa. + + + Possible Data Loss detected. Please review the changes. + Rilevata possibile perdita di dati. Rivedi le modifiche. + + + Precision + Precisione + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Precisione/scala non corrispondente tra '{0}' e '{1}' + + + Preserve the replication settings + Mantenere le impostazioni di replica + + + Press desired key combination and then press ENTER. + Premere la combinazione di tasti desiderata, quindi INVIO. + + + Preview + Anteprima + + + Preview Data + Anteprima dati + + + Preview Database Updates + Anteprima aggiornamenti database + + + Previous + Precedente + + + Previous Page + Pagina precedente + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + La precedente promessa di riconnessione in sospeso per l'URI {0} viene rifiutata con l'errore {1}, verrà tentata la riconnessione se necessario. + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + La precedente riconnessione in sospeso per l'URI {0} è riuscita. + + + Previous result grid + Griglia dei risultati precedente + + + Previous step failed. Please check the error message and try again. + Il passaggio precedente non è riuscito. Controllare il messaggio di errore e riprovare. + + + Previously released features you may not have explored yet. + Funzionalità rilasciate in precedenza che potresti non aver ancora esplorato. + + + Primary Key + Chiave primaria + + + Primary Key Columns + Colonne chiave primaria + + + Primary key + Chiave primaria + + + Prisma + Prisma + + + Privacy Statement + Informativa sulla privacy + + + Privacy notice + Informativa sulla privacy + + + Private + Privato + + + Processing include or exclude all differences operation. + Elaborazione dell'operazione di inclusione o esclusione di tutte le differenze. + + + Profile Name + Nome profilo + + + Profile created and connected + Il profilo è stato creato e connesso + + + Profile created successfully + Il profilo è stato creato + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + Profilo caricato, ma non è stato possibile stabilire automaticamente la connessione. Creare una connessione a {0} e riprovare. + + + Profile name + Nome profilo + + + Profile removed successfully + Il profilo è stato rimosso + + + Profiler events exported successfully to {0} + {0} is the file path + Gli eventi di Profiler sono stati esportati correttamente in {0} + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + Profiler è in modalità di sola lettura e disconnessa per il file XEL '{0}' e non può avviare o creare sessioni live senza una connessione di database + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + Profiler è in modalità di sola lettura e disconnessa per il file XEL '{0}' e non può avviare o creare sessioni live senza una connessione di database. + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + Profiler pronto. Selezionare una sessione dal menu a discesa e fare clic su Avvia per iniziare la profilatura. + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + Creazione della sessione del profiler '{0}' completata. Avvio della profilatura in corso... + + + Profiler session '{0}' started successfully. + {0} is the session name + Avvio della sessione del profiler '{0}' completata. + + + Properties + Proprietà + + + Property + Proprietà + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + Per il provider '{0}' non è definito un endpoint di risorsa Microsoft. + + + Provisioning + Provisioning + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + Impostazioni proxy trovate, ma si è verificato un errore durante l'analisi dell'URL: ''{0}''. Potrebbero verificarsi problemi di connessione durante l'uso dell'estensione MSSQL. Errore:{1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + Impostazioni proxy trovate, ma senza un protocollo (ad esempio http://): '{0}'. Potrebbero verificarsi problemi di connessione durante l'uso dell'estensione MSSQL. + + + Public + Pubblico + + + Publish + Pubblica + + + Publish DACPAC + Pubblica pacchetto di applicazione livello dati + + + Publish Profile + Profilo di pubblicazione + + + Publish Project + Pubblica progetto + + + Publish Project - {0} + {0} is the name of the project being published + Pubblica progetto - {0} + + + Publish Settings File + File di impostazioni di pubblicazione + + + Publish Target + Destinazione di pubblicazione + + + Publish profile saved to: {0} + Profilo di pubblicazione salvato in: {0} + + + Publishing Changes + Pubblicazione delle modifiche + + + Pulling DAB container image + Pull dell'immagine del contenitore DAB + + + Pulling SQL Server Image + Pull dell'immagine di SQL Server + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + Pull dell'immagine del contenitore di SQL Server in corso... Questa operazione potrebbe richiedere alcuni minuti a seconda della connessione Internet. + + + Query + Query + + + Query Editor + Editor di query + + + Query Editor shortcuts are managed by Visual Studio Code. + I collegamenti dell'Editor di query sono gestiti da Visual Studio Code. + + + Query Execution + Esecuzione query + + + Query Plan + Piano di query + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + Piano di query ({0}) + + + Query Plan ({0}) + {0} is the number of query plans + Piano di query ({0}) + + + Query Profiler + Profiler query + + + Query Profiler Session Status + Stato sessione di Profiler query + + + Query Profiler: No session + Profiler query: nessuna sessione + + + Query Profiler: {0} + {0} is the file name or session name + Profiler query: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + Editor di query per {0} + + + Query executed + Query eseguita + + + Query execution failed + Esecuzione della query non riuscita + + + Query execution was canceled. + L'esecuzione della query è stata annullata. + + + Query failed + Query non riuscita + + + Query succeeded + Query riuscita + + + Query {0} + {0} is the Quick Query slot number + Query {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + Query {0}: costo della query (relativo allo script): {1}% + + + Quick Queries + Query rapide + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + I tasti di scelta rapida per le query rapide sono gestiti da Visual Studio Code. + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + Lo slot della query rapida deve essere compreso tra 1 e {0}. + + + Quick filter all columns... + Filtra rapidamente tutte le colonne... + + + REST + REST + + + REST API + API REST + + + RESTORE WITH NORECOVERY + RIPRISTINO WITH NORECOVERY + + + RESTORE WITH RECOVERY + RIPRISINO WITH RECOVERY + + + RESTORE WITH STANDBY + RIPRISTINA WITH STANDBY + + + Read + Lettura + + + Read docs on Microsoft Learn + Leggi la documentazione su Microsoft Learn + + + Read more + Altre informazioni + + + Read-Only + Sola lettura + + + Read-only SQL text editor + Editor di testo SQL di sola lettura + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + Modalità disconnessa di sola lettura per '{0}'. Non è possibile creare o avviare sessioni live senza una connessione di database. + + + Ready for import + Pronta per l'importazione + + + Readying container for connections. + Preparazione del contenitore per le connessioni. + + + Readying container for connections... + Preparazione del contenitore per le connessioni in corso... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + Ricevi spiegazioni in linguaggio naturale per aiutare gli sviluppatori non esperti di T-SQL a comprendere il codice + + + Recent Connections + Connessioni recenti + + + Recent connections list cleared + L'elenco delle connessioni recenti è stato cancellato + + + Record shortcut + Tasto di scelta rapida per la registrazione + + + Recording shortcut + Tasto di scelta rapida per la registrazione + + + Recovery Model + Modello di recupero + + + Recovery state + Stato ripristino + + + Redo + Ripristina + + + Referenced column '{0}' not found + {0} is the column name + Colonna di riferimento '{0}' non trovata + + + Referenced columns + Colonne con riferimenti + + + Referenced schema + Schema di riferimento + + + Referenced table + Tabella con riferimenti + + + Referenced table '{0}' not found + {0} is the table name + Tabella di riferimento '{0}' non trovata + + + Refresh + Aggiorna + + + Refresh Credentials + Aggiorna credenziali + + + Refresh dataset + Aggiorna set di dati + + + Region + Area + + + Register + Registrati + + + Reject + Rifiuta + + + Reliability + Affidabilità + + + Reload Visual Studio Code + Ricarica Visual Studio Code + + + Relocate all files + Rilocare tutti i file + + + Remind Me Later + Ricordare più tardi + + + Remove + Rimuovi + + + Remove Sort + Rimuovi ordinamento + + + Remove a connection profile + Rimuovere un profilo di connessione + + + Remove file + Rimuovi file + + + Remove filter + Rimuovi filtro + + + Remove filter for {0} + {0} is the column name + Rimuovi filtro {0} + + + Remove from favorites + Rimuovi dai preferiti + + + Remove sort + Rimuovi ordinamento + + + Remove tag + Rimuovi tag + + + Remove {0} + {0} is the object type + Rimuovi {0} + + + Rename + Rinomina + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + Rinomina '{0}' in '{1}'. + + + Rename Database + Rinomina database + + + Rename Options + Opzioni di ridenominazione + + + Rename is not supported at this position. + Ridenominazione non supportata in questa posizione. + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + La ridenominazione è supportata solo per i file SQL che fanno parte di un progetto SQL aperto. Aprire prima il progetto nel pannello Progetti di database. + + + Rename request failed: {0} + Richiesta di ridenominazione non riuscita: {0} + + + Renaming database + Ridenominazione del database + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + Ridenominazione del database '{0}' in {1}' in corso... + + + Replication + Replica + + + Request a new feature + Richiedi una nuova funzionalità + + + Required + Obbligatorio + + + Requirements: + Requisiti: + + + Requires user authentication + Richiede l'autenticazione utente + + + Reset + Reimposta + + + Reset to Defaults? + Ripristinare valori predefiniti? + + + Resize + Ridimensiona + + + Resize column '{0}' + {0} is the name of the column + Ridimensiona colonna '{0}' + + + Resize the active result grid column + Ridimensiona la colonna della griglia dei risultati attiva + + + Resource Group + Gruppo di risorse + + + Resource Group Name + Nome del gruppo di risorse + + + Resource Group is required + Il gruppo di risorse è obbligatorio + + + Resource group name is required + Il nome del gruppo di risorse è obbligatorio + + + Resources + Risorse + + + Restore + Ripristina + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + Ripristina ({0}) + + + Restore Database + Ripristina database + + + Restore Panel Size + Ripristina dimensioni del pannello + + + Restore as + Ripristina come + + + Restore panel size + Ripristina le dimensioni del pannello + + + Restore properties pane + Riquadro Ripristina proprietà + + + Restrict access to the restored database + Limitare l'accesso al database ripristinato + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + Batch set di risultati {0}: query {1} + + + Result View + Visualizzazione dei risultati + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + I tasti di scelta rapida di Visualizzazione risultati sono gestiti dall'estensione MSSQL. È possibile configurare i tasti di scelta rapida direttamente qui. + + + Results + Risultati + + + Results ({0}) + {0} is the number of results + Risultati ({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + Risultati ({0}) + + + Results Preview + Anteprima dei risultati + + + Results Preview ({0}) + {0} is the number of preview results + Anteprima risultati ({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + Anteprima risultati ({0}) + + + Results exported successfully to {0} + {0} is the file path + Risultati esportati correttamente in {0}' + + + Results toolbar + Barra degli strumenti Risultati + + + Resume + Riprendi + + + Resuming database + Ripresa del database + + + Retry + Riprova + + + Reveal + Rivela + + + Reveal in Explorer + Visualizza in Esplora risorse + + + Reveal in Finder + Visualizza in Finder + + + Reverse Alphabetical + Ordine alfabetico inverso + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + Decompila i database esistenti spiegando gli schemi e le relazioni SQL + + + Revert + Ripristina + + + Revert Cell + Ripristina cella + + + Revert Row + Ripristina riga + + + Revert this change to its original state + Ripristina la modifica allo stato originale + + + Revert values to project defaults + Ripristina valori predefiniti del progetto + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + Rivedere o proporre modifiche alla configurazione dell'API nella chat. GitHub Copilot aggiornerà immediatamente la configurazione nel generatore di API dati. + + + Reviewing Copilot Change + Revisione della modifica di Copilot + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + Rosetta è necessaria per eseguire le immagini dei contenitori SQL Server su Apple Silicon. Abilita "Usa Rosetta per l'emulazione x86_64/amd64 su Apple Silicon" in Docker Desktop > Impostazioni > Generale. + + + Row created. + Riga creata. + + + Row deleted. + .Riga eliminata. + + + Row marked for removal. + Riga contrassegnata per la rimozione. + + + Rows + Righe + + + Rows per page + Righe per pagina + + + Rule disabled + Regola disabilitata + + + Rule enabled + Regola abilitata + + + Rule name + Nome regola + + + Rules + Regole + + + Run Query + Esegui query + + + Run Query History + Eseguire la cronologia delle query + + + Run a query for the current active SQL document + Esegui una query per il documento SQL attivo corrente + + + Run a query in the current editor, or switch to an editor that has results. + Esegui una query nell'editor corrente o passa a un editor che ha risultati. + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + Eseguire query sulla connessione "{0}" (ID: {1})? + +Query: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + Eseguire immediatamente il codice SQL salvato tramite i tasti di scelta rapida. Usare {arg} per inserire il testo selezionato nell'editor di query; in caso contrario, viene aggiunto alla query. + + + Run, cancel, and create queries + Esegui, annulla e crea query + + + Running + In esecuzione + + + Running a custom query will discard all pending changes. Do you want to continue? + L'esecuzione di una query personalizzata eliminerà tutte le modifiche in sospeso. Continuare? + + + Running query is not supported when the editor is in multiple selection mode. + L'esecuzione di query non è supportata quando l'editor è in modalità di selezione multipla. + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Esecuzione della query sulla connessione "{0}" (ID: {1}) + + + Running: {0} + {0} is how long the query has been running + In esecuzione: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + Endpoint di Analisi SQL + + + SQL Authentication + Autenticazione SQL + + + SQL Container Name + Nome contenitore SQL + + + SQL Container Version + Versione del contenitore SQL + + + SQL Database + Database SQL + + + SQL Database Projects — Code Analysis + Progetti di database SQL - Code Analysis + + + SQL Login + Account di accesso SQL + + + SQL Notebooks + Notebook SQL + + + SQL Plan Files + File di piano SQL + + + SQL Server Container SA Password + Password dell'amministratore di sistema del contenitore di SQL Server + + + SQL Server admin password + password amministratore SQL Server + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server non supporta i contenitori Windows. Passare ai contenitori Linux nelle impostazioni di Docker Desktop. + + + SQL Server is required + SQL Server è obbligatorio + + + SQL Server port number + Numero di porta di SQL Server + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} - ultima versione + + + SQL Tools (MSSQL) + Strumenti SQL (MSSQL) + + + SQL database in Fabric + Database SQL in Fabric + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + Variabili SQLCMD + + + SVG + SVG + + + Satisfied + Soddisfacente + + + Saturation + Saturazione + + + Save + Salva + + + Save .scmp file + Salva file .scmp + + + Save As + Salva con nome + + + Save As... + Salva con nome... + + + Save Changes + Salva modifiche + + + Save Connection Group + Salva gruppo di connessione + + + Save Password + Salva la password + + + Save Password? If 'No', password will be required each time you connect + Salvare la password? Se si specifica 'No', la password verrà richiesta a ogni connessione + + + Save Plan + Salva piano + + + Save Secret + Salva segreto + + + Save as CSV + Salva in formato CSV + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + Salva in formato CSV ({0}) + + + Save as Excel + Salva in formato Excel + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + Salva in formato Excel ({0}) + + + Save as INSERT INTO + Salva come INSERT INTO + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + Salva come INSERT INTO ({0}) + + + Save as JSON + Salva in formato JSON + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + Salva in formato JSON ({0}) + + + Save backup to URL + Salva backup nell'URL + + + Save connection profile changes without establishing a connection + Salvare le modifiche al profilo di connessione senza stabilire una connessione + + + Save password + Salva password + + + Save results as CSV + Salva i risultati come CSV + + + Save results as Excel + Salva i risultati come Excel + + + Save results as INSERT + Salva i risultati come INSERT + + + Save results as JSON + Salva i risultati come JSON + + + Save results command cannot be used with multiple selections. + Non è possibile usare il comando Salva risultati con selezioni multiple. + + + Save source and target, options, and excluded elements + Salva origine e destinazione, opzioni ed elementi esclusi + + + Save to Disk + Salva su disco + + + Save to URL + Salva in URL + + + Save without connecting + Salva senza collegare + + + Saved + Salvataggio completato + + + Saved Connections + Connessioni salvate + + + Saved results to {0} + {0} is the saved file path + Risultati salvati in {0} + + + Saving... + Salvataggio in corso… + + + Scaffold backend components (e.g., data-access layers) based on your current database context + Esegui automaticamente lo scaffolding dei componenti back-end (ad esempio, i livelli di accesso ai dati) basandoti sul contesto attuale del database + + + Scale + Ridimensionamento + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Errata corrispondenza della scala tra '{0}' e '{1}' + + + Schema + Schema + + + Schema '{0}' is not available. + {0} is the schema name + Lo schema '{0}' non è disponibile. + + + Schema Changes + Modifiche dello schema + + + Schema Compare + Confronto schema + + + Schema Compare Options + Opzioni di confronto dello schema + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + Confronto dello schema non riuscito: '{0}' + + + Schema Designer + Finestra di progettazione schema + + + Schema Designer Model is ready. Changes can now be published. + Il modello di Designer dello schema è pronto. Ora è possibile pubblicare le modifiche. + + + Schema Designer with GitHub Copilot + Progettazione schema con GitHub Copilot + + + Schema Diff + Differenze di schema + + + Schema designer details are not available. + I dettagli della finestra di progettazione dello schema non sono disponibili. + + + Schema designer is not initialized. + La finestra di progettazione dello schema non è inizializzata. + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + Finestra di progettazione schema aperta. Per modifiche allo schema, continuare con {0} operazioni ({1}/{2}). + + + Schema designer state changed. Fetch the latest schema and retry the operation. + Lo stato della finestra di progettazione dello schema è cambiato. Recuperare lo schema più recente e riprovare l'operazione. + + + Schema designer state retrieved successfully. + Stato della finestra di progettazione dello schema recuperato correttamente. + + + Schema designer updated successfully. + Finestra di progettazione dello schema aggiornata correttamente. + + + Schema is required + Lo schema è obbligatorio + + + Schema/Object Type + Schema/tipo di oggetto + + + Schemas + Schemi + + + Script + Script + + + Script as Alter + Genera script come ALTER + + + Script as Create + Genera script come CREATE + + + Script as Drop + Genera script come DROP + + + Script as Execute + Genera script come EXECUTE + + + Script copied to clipboard + Script copiato negli Appunti + + + Script copied to clipboard. + Script copiato negli Appunti. + + + Search Database Objects + Cerca oggetti del database + + + Search Database Objects - {0} + {0} is the server name + Cerca oggetti del database - {0} + + + Search Workspaces + Cerca aree di lavoro + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + Cerca per nome o tipo di oggetto (ad esempio t:<name>, v:, f: o sp:) + + + Search changes... + Cerca modifiche... + + + Search connection groups + Cerca gruppi di connessione + + + Search extension shortcut + Collegamento all'estensione di ricerca + + + Search options + Opzioni di ricerca + + + Search options... + Opzioni di ricerca... + + + Search rules... + Regole di ricerca... + + + Search settings... + Impostazioni della ricerca... + + + Search subscriptions... + Cerca sottoscrizioni... + + + Search tables... + Cerca tabelle... + + + Search values... + Cerca valori... + + + Search within {0} text content + {0} is the column name + Cerca nel contenuto di testo {0} + + + Search workspaces... + Cerca aree di lavoro... + + + Search... + Ricerca... + + + Searching... + Ricerca in corso... + + + Seed sample data or import an existing schema + Esegui il seeding dei dati di esempio o importa uno schema esistente + + + Select + Seleziona + + + Select All + Seleziona tutto + + + Select Azure account with Key Vault access for column decryption + Seleziona un account Azure con accesso a Key Vault per la decrittografia delle colonne + + + Select Connection + Seleziona connessione + + + Select Database + Seleziona database + + + Select Max vCores + Selezionare il numero massimo di vCore + + + Select Profile + Seleziona profilo + + + Select Source + Seleziona origine + + + Select Source Schema + Seleziona schema di origine + + + Select Target + Seleziona destinazione + + + Select Target Schema + Seleziona schema di destinazione + + + Select Top 1000 + Seleziona primi 1000 + + + Select XEL File + Seleziona file XEL + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + Selezionare un account Microsoft Entra ID da usare con questa connessione. Di seguito sono elencate le informazioni dell'account originale di Azure Data Studio, ma è possibile scegliere un account diverso. + + + Select a Workspace + Seleziona un'area di lavoro + + + Select a blob + Selezionare un BLOB + + + Select a blob container + Scegliere un contenitore BLOB + + + Select a collation + Seleziona regole di confronto + + + Select a connection group + Selezionare un gruppo di connessione + + + Select a connection to use as the default + Selezionare una connessione da usare come predefinita + + + Select a data source + Selezionare l'origine dati + + + Select a database + Selezionare un database + + + Select a database for profiling (Azure SQL requires a specific database) + Selezionare un database per la profilatura (Azure SQL richiede un database specifico) + + + Select a file + Selezionare un file + + + Select a folder + Selezionare una cartella + + + Select a location for the resource group + Seleziona una località per il gruppo di risorse + + + Select a maintenance window + Seleziona una finestra di manutenzione + + + Select a profiler template + Selezionare un modello di profiler + + + Select a resource group + Selezionare un gruppo di risorse + + + Select a server + Seleziona un server + + + Select a session first + Selezionare prima una sessione + + + Select a session... + Selezionare una sessione... + + + Select a storage account + Selezionare un account di archiviazione + + + Select a subscription + Selezionare una sottoscrizione + + + Select a subscription to view servers in it. + Selezionare una sottoscrizione per visualizzare i server al suo interno. + + + Select a tenant + Seleziona un tenant + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Selezionare un valore {0} valido dall'elenco a discesa + + + Select a workspace to view the databases in it. + Selezionare un'area di lavoro in cui visualizzare i database al suo interno. + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Selezionare un oggetto {0} per il filtro + + + Select account + Seleziona account + + + Select all + Seleziona tutto + + + Select all cells in the active grid + Seleziona tutte le celle nella griglia attiva + + + Select all entities + Seleziona tutte le entità + + + Select all options + Seleziona tutte le opzioni + + + Select all {0} + {0} is the action name (Create, Read, etc.) + Seleziona tutto {0} + + + Select an account + Scegli un account + + + Select an account for authentication + Selezionare un account per l'autenticazione + + + Select an extension to manage connection sharing permissions + Selezionare un'estensione per gestire le autorizzazioni di condivisione delle connessioni + + + Select an operation + Seleziona un'operazione + + + Select column + Seleziona la colonna + + + Select file to import + Selezionare il file da importare + + + Select image + Seleziona immagine + + + Select location + Seleziona la posizione + + + Select new permission for extension: '{0}' + {0} is the extension name + Selezionare una nuova autorizzazione per l'estensione: "{0}" + + + Select or clear all connection groups + Selezionare o deselezionare tutti i gruppi di connessione + + + Select or clear all connections + Selezionare o deselezionare tutte le connessioni + + + Select package file + Seleziona file del pacchetto + + + Select profile to edit + Selezionare profilo da modificare + + + Select profile to remove + Selezionare il profilo da rimuovere + + + Select row + Seleziona la riga + + + Select session + Seleziona sessione + + + Select subscriptions + Seleziona sottoscrizioni + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + Selezionare il file settings.json di Azure Data Studio per cercare gruppi di connessione e connessioni. + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + Seleziona il metodo HTTP che può eseguire questa stored procedure. DAB usa POST per impostazione predefinita. + + + Select the SQL Server Container Image + Selezionare l'immagine del contenitore di SQL Server + + + Select the entire current column + Seleziona l'intera colonna corrente + + + Select the entire current row + Seleziona l'intera riga corrente + + + Select the target schema + Seleziona lo schema di destinazione + + + Selected + Selezionato + + + Selected Microsoft Entra account removed successfully. + L'account Microsoft Entra selezionato è stato rimosso correttamente. + + + Selected Path + Percorso selezionato + + + Selected backup file does not contain a valid database backup + Il file di backup selezionato non contiene un backup di database valido + + + Selected query-editor text + Testo selezionato nell'editor di query + + + Selection + Selezione + + + Sequelize + Sequelize + + + Serialization failed + Serializzazione non riuscita + + + Server + Server + + + Server - {0} + {0} is the server name + Server - {0} + + + Server Connections + Connessioni server + + + Server Edition + Edizione server + + + Server Name + Nome server + + + Server Version + Versione server + + + Server connection in progress. Do you want to cancel? + La connessione al server è in corso. Annullare? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + Non è stato possibile avviare il server. Questo problema potrebbe essere dovuto a un errore di autorizzazioni o a un'incompatibilità nel sistema. È possibile provare ad abilitare l'autenticazione del codice del dispositivo dalle impostazioni. + + + Server is required + Il server è obbligatorio + + + Server name is required + Il nome del server è obbligatorio + + + Server name not set. + Nome server non impostato. + + + Server name or ADO.NET connection string + Nome del server o stringa di connessione ADO.NET + + + Server {0} not found. + {0} is the server name + Il server {0} non è stato trovato. + + + Serverless + Serverless + + + Service installation failed. + Installazione del servizio non riuscita. + + + Service tier + Livello di servizio + + + Session + Sessione + + + Session creation timed out + Timeout della creazione della sessione + + + Session name can only contain letters, numbers, underscores, and hyphens + Il nome della sessione può contenere solo lettere, numeri, caratteri di sottolineatura e trattini + + + Session name cannot be empty + Il nome della sessione non può essere vuoto + + + Session name must be {0} characters or less + {0} is the maximum length + Il nome della sessione deve essere costituito al massimo da {0} caratteri + + + Session not running + Sessione non in esecuzione + + + Set Default + Imposta predefinito + + + Set Null + Imposta Null + + + Set backup Compression + Imposta la compressione del backup + + + Set backup Media Set + Imposta set di supporti di backup + + + Set backup retain days + Imposta i giorni di mantenimento del backup + + + Setting + Impostazione + + + Setting up + Configurazione + + + Setting up container + Configurazione del contenitore + + + Settings + Impostazioni + + + Settings and Keybindings + Impostazioni e tasti di scelta rapida + + + Settings are fixed for free tier. + Le impostazioni sono fisse per il livello gratuito. + + + Settings for {0} + {0} is the entity name + Impostazioni per {0} + + + Severity + Gravità + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + Gravità per {0} + + + Shortcut + Tasto di scelta rapida + + + Shortcuts Configuration + Configurazione dei tasti di scelta rapida + + + Shortcuts Configuration (Preview) + Configurazione collegamenti (anteprima) + + + Shortcuts configuration page + Pagina di configurazione dei tasti di scelta rapida + + + Show All + Mostra tutto + + + Show Changes + Mostra modifiche + + + Show Confirm Password + Mostra Conferma password + + + Show Definition + Mostra definizione + + + Show Estimated Plan + Mostra piano stimato + + + Show MSSQL output + Mostra output MSSQL + + + Show Menu + Mostra menu + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + Mostra menu ({0}) + + + Show New Password + Mostra nuova password + + + Show SQL + Mostra SQL + + + Show SQL Pane + Mostra riquadro SQL + + + Show Schema + Mostra schema + + + Show a random table definition + Mostra una definizione di tabella casuale + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + Mostra tutti i tasti di scelta rapida per le query rapide in Tasti di scelta rapida di VS Code + + + Show all columns + Mostra tutte le colonne + + + Show full error message + Mostra messaggio di errore completo + + + Show masked command (hides sensitive information) + Mostrare il comando mascherato (nasconde informazioni sensibili) + + + Show or hide the query result panel + Mostra o nascondi il pannello dei risultati della query + + + Show password + Mostra password + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Mostrare lo schema per la connessione "{0}" (ID: {1})? + + + Show table relationships + Mostra relazioni tra tabelle + + + Show unmasked command (reveals sensitive information) + Mostrare il comando non mascherato (rivela informazioni sensibili) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Visualizzazione dello schema per la connessione "{0}" (ID: {1}) + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + Visualizzazione di {0} eventi su {1} + + + Showplan XML + Showplan XML + + + Sign In + Accedi + + + Sign in + Accedi + + + Sign in and retry + Accedi e riprova + + + Sign in to a new account + Accedi a un nuovo account + + + Sign in to your Azure subscription + Consente di accedere alla sottoscrizione di Azure + + + Sign in to your Azure subscription in one of the sovereign clouds. + Consente di accedere alla sottoscrizione di Azure in uno dei cloud sovrani. + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + Consente di accedere alla sottoscrizione di Azure con un codice dispositivo. Usare questa opzione nelle configurazioni in cui il comando Accedi non funziona + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + Accedere con Entra ID '{0}'. + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + Accedere con il proprio account Microsoft Entra ID, inclusi gli account con autenticazione a più fattori. Fare clic sull'icona delle informazioni per saperne di più. + + + Sign into Azure + Accedi ad Azure + + + Sign into Azure in order to add a firewall rule. + Accedere ad Azure per aggiungere una regola del firewall. + + + Sign into Fabric + Accedi a Fabric + + + Sign into additional accounts + Accedere ad altri account + + + Sign into tenant + Accedere al tenant + + + Signing in to Azure as {0}... + {0} is the account name + Accesso ad Azure come {0} in corso... + + + Simple + Semplice + + + Simple Container Management + Gestione di contenitori semplici + + + Smart performance + Prestazioni intelligenti + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + Alcune connessioni o gruppi contengono informazioni incomplete. È possibile continuare, ma potrebbe essere necessario modificare queste connessioni in un secondo momento prima di connettersi. + + + Sort + Ordina + + + Sort Ascending + Ordinamento crescente + + + Sort Descending + Ordinamento decrescente + + + Sort ascending + Ordinamento crescente + + + Sort column + Ordina colonna + + + Sort descending + Ordinamento decrescente + + + Source + Origine + + + Source Column + Colonna di origine + + + Source Database + Database di origine + + + Source Name + Nome origine + + + Source: {0} + {0} is the fully qualified DAB source object name + Origine: {0} + + + Source: {0} + {0} is the task source + Origine: {0} + + + Specifies whether the column is included in the primary key for the table. + Specifica se la colonna è inclusa nella chiave primaria della tabella. + + + Specifies whether the column may have a NULL value. + Specifica se la colonna può includere un valore NULL. + + + Specify Input File + Specifica file di input + + + SqlPackage Command + Comando SqlPackage + + + Standby file + File standby + + + Start + Avvia + + + Start IP Address + Indirizzo IP iniziale + + + Start Time + Ora di inizio + + + Start profiling session + Avvia la sessione di profilatura + + + Start, stop, and remove containers directly from the extension. + Avviare, arrestare e rimuovere i contenitori direttamente dall'estensione. + + + Started executing query at + Esecuzione della query iniziata a + + + Started query execution for document "{0}" + {0} is the document name + L'esecuzione della query per il documento "{0}" è stata avviata + + + Started saving results to {0} + {0} is the file path + È stato avviato il salvataggio dei risultati in {0} + + + Starting '{0}'... + {0} is the service name + Avvio di '{0}' in corso... + + + Starting Container... + Avvio del contenitore... + + + Starting DAB container + Avvio del contenitore DAB + + + Starting Docker Desktop + Avvio di Docker Desktop + + + Starting Docker... + Avvio di Docker in corso... + + + Starting {0}... + {0} is the container name + Avvio di {0}... + + + Starts With + Inizia con + + + Starts with + Inizia con + + + Status + Stato + + + Status: {0} + {0} is the task status + Stato: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + Passaggio {0} di {1} + + + Stop + Arresta + + + Stop session + Arresta sessione + + + Stopped + Arrestato + + + Stopping Container... + Arresto del contenitore... + + + Stopping profiler session "{0}"... + {0} is the session name + Arresto della sessione del profiler "{0}" in corso... + + + Storage + Archiviazione + + + Storage Account + Account di archiviazione + + + Storage Account is required + Account di archiviazione obbligatorio + + + Stored Procedure + Stored procedure + + + Stored Procedures + Stored procedure + + + Stored procedure GraphQL operation + Operazione GraphQL della stored procedure + + + Stored procedure REST methods + Metodi REST per la stored procedure + + + Submit + Inviare + + + Submit an issue + Invia un problema + + + Subscription + Sottoscrizione + + + Subscription is required + Sottoscrizione obbligatoria + + + Subtree Cost + Costo sottoalbero + + + Succeeded + Operazione completata + + + Succeeded with warning + Completato con avviso + + + Successfully changed to database: {0} + {0} is the database name + È stato modificato nel database: {0} + + + Successfully connected to server. + Connessione al server completata. + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + Il token per la connessione {0} con {1} URI è stato aggiornato, {2} + + + Successfully saved results to {0} + {0} is the file path + I risultati sono stati salvati in {0} + + + Sum + Somma + + + Sum: {0} + {0} is the sum + Somma: {0} + + + Summary + Riepilogo + + + Summary loading canceled + Caricamento riepilogo annullato + + + Summary loading was canceled by user + Il caricamento del riepilogo è stato annullato dall'utente + + + Switch Direction + Cambia direzione + + + Switch Source and Target + Scambia origine e destinazione + + + Switch between result panes and tabs + Passa dai pannelli alle schede dei risultati + + + Switch results view + Alterna la visualizzazione dei risultati + + + Switch to Grid View + Passa alla visualizzazione Griglia + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + Passa alla visualizzazione Griglia ({0}) + + + Switch to MSAL + Passa a MSAL + + + Switch to Messages tab + Passa alla scheda Messaggi + + + Switch to Query Plan tab + Passa alla scheda Piano di query + + + Switch to Results tab + Passa alla scheda Risultati + + + Switch to Text View + Passa alla visualizzazione Testo + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + Passa alla visualizzazione Testo ({0}) + + + Switched to {0} + {0} is the connection label + Passaggio a {0} + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + Il passaggio ai contenitori Linux è stato annullato. SQL Server supporta solo contenitori Linux. + + + Synchronous resize + Ridimensionamento sincrono + + + System databases + Database di sistema + + + T-SQL + T-SQL + + + Table + Tabella + + + Table '{0}' already exists + {0} is the table name + La tabella '{0}' esiste già + + + Table '{0}' not found + {0} is the table name + Tabella '{0}' non trovata + + + Table Diagram + Diagramma tabella + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + Esplora tabelle per '{0}' contiene modifiche non salvate. Salvarle o rimuoverle? + + + Table Name + Nome tabella + + + Table Schema + Schema della tabella + + + Table added to schema designer successfully. + Tabella aggiunta correttamente alla finestra di progettazione dello schema. + + + Table deleted from schema designer successfully. + Tabella eliminata correttamente dalla finestra di progettazione dello schema. + + + Table id already exists. + ID tabella già esistente. + + + Table must include at least one column. + La tabella deve includere almeno una colonna. + + + Table name + Nome della tabella + + + Table name cannot be empty + Il nome della tabella non può essere vuoto + + + Table name is required + Il nome tabella è obbligatorio + + + Table updated in schema designer successfully. + Tabella aggiornata correttamente nella finestra di progettazione dello schema. + + + Tables + Tabelle + + + Tag keys must be unique. + Le chiavi dei tag devono essere univoche. + + + Tags + Tag + + + Tail-log backup + Backup della parte finale del log + + + Tail-log backup file + File di backup della parte finale del log + + + Take Survey + Partecipare al sondaggio + + + Take tail-log backup before restore + Esegui il backup della parte finale del log prima del ripristino + + + Target + Destinazione + + + Target Database + Database di destinazione + + + Target Name + Nome destinazione + + + Target Table + Tabella di destinazione + + + Target: {0} + {0} is the task target location + Destinazione: {0} + + + Task log is unavailable. + Il log attività non è disponibile. + + + Task: {0} + {0} is the task name + Attività: {0} + + + Tenant + Tenant + + + Tenant ID + ID tenant + + + Tenant ID is required + L'ID tenant è obbligatorio + + + Tenant is required + Il tenant è obbligatorio + + + Terms & Conditions + Termini e condizioni + + + Test connecting with the current settings + Testare la connessione con le impostazioni correnti + + + Test connection + Test di connessione + + + Testing connection profile... + Test del profilo di connessione in corso... + + + Testing... + Test in corso... + + + Text + Testo + + + Text View + Visualizzazione Testo + + + Text tab - displays SQL text data + Scheda Testo - visualizza i dati di testo SQL + + + The Application (Client) ID of your Microsoft Entra app registration. + L'ID applicazione (client) per la registrazione dell'app Microsoft Entra. + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + Il Query Profiler supporta ora il database SQL nelle connessioni Microsoft Fabric, con nuovi modelli per database SQL di Azure, tra cui {code-snippet-0} per la profilatura T-SQL leggera. + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + L'estensione SQL Server non può essere avviata perché il servizio in background richiesto non è stato avviato. Installare il file VSIX offline per il sistema operativo oppure verificare la connessione di rete e riprovare. Dettagli: {0} + + + The XEL file was not found. + Il file XEL non è stato trovato. + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + Comportamento applicato quando un utente tenta di eliminare una riga contenente dati coinvolti in una relazione di chiave esterna. + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + Comportamento applicato quando un utente tenta di aggiornare una riga contenente dati che interessano una relazione di chiave esterna. + + + The client secret for your Microsoft Entra app registration. + Il segreto client per la registrazione dell'app Microsoft Entra. + + + The columns of the index. + Colonne dell'indice. + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + L'ID connessione '{0}' impostato in 'ssql.defaultConnectionId' non corrisponde ad alcun profilo di connessione noto. I nuovi editor eseguiranno il fallback al trasferimento della connessione attiva. + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + La connessione con ID '{0}' non contiene la proprietà 'server' impostata e verrà ignorata. Impostare la proprietà 'server' su questa connessione per utilizzarla. + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + La scelta del cloud personalizzato non è configurata. Configurare l'impostazione `{0}`. + + + The description of the check constraint. + Descrizione del vincolo CHECK. + + + The description of the foreign key. + Descrizione della chiave esterna. + + + The description of the index. + Descrizione dell'indice. + + + The description of the primary key. + Descrizione della chiave primaria. + + + The expression defining the check constraint. + Espressione che definisce il vincolo CHECK. + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + L'estensione "{0}" richiede l'accesso alle tue connessioni di SQL Server. In questo modo, potrà eseguire query e accedere al tuo database. + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Il primo valore deve essere minore del secondo per l'operatore {0} nel filtro {1} + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + È necessario impostare il primo valore per l'operatore {0} nel filtro {1} + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + Le seguenti connessioni all'area di lavoro o alle cartelle dell'area di lavoro non contengono la proprietà 'id' e vengono ignorate. Aggiungere manualmente la proprietà 'id' alla connessione per utilizzarla. + + {0} + + + The language model did not return any output. + Il modello linguistico non ha restituito output. + + + The mapping between foreign key columns and primary key columns. + Mapping tra colonne chiave esterna e colonne chiave primaria. + + + The maximum length (in characters) that can be stored in this database object. + Lunghezza massima (in caratteri) che è possibile archiviare in questo oggetto di database. + + + The name of the check constraint. + Nome del vincolo CHECK. + + + The name of the column object. + Il nome dell’oggetto colonna. + + + The name of the column. + Il nome della colonna. + + + The name of the foreign key. + Nome della chiave esterna. + + + The name of the index. + Nome dell'indice. + + + The query results panel failed to load. Please try running the query again. + Non è possibile caricare il pannello dei risultati della query. Provare a eseguire di nuovo la query. + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + L'elenco delle connessioni recenti è stato cancellato, ma si sono verificati degli errori nell'eliminazione di alcune credenziali associate. Visualizzare gli errori nel canale di output MSSQL. + + + The requested model could not be found. Please check model availability or try a different model. + Non è stato possibile trovare il modello richiesto. Controllare la disponibilità del modello o provare un modello diverso. + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + È necessario impostare il secondo valore per l'operatore {0} nel filtro {1} + + + The selected file is not a valid XEL file. + Il file selezionato non è un file XEL valido. + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + Il profilo selezionato esegue l'autenticazione usando il codice Entra ID '{0}', ma l'account non ha ancora eseguito l'accesso all'estensione MSSQL. Per connettersi, modificare la connessione o accedere a MSSQL con quell'account. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + Il profilo selezionato esegue l'autenticazione usando il codice Entra ID '{0}' nel tenant '{1}', ma quell'account non è disponibile tramite l'accesso a VS Code. Per connettersi, modificare la connessione o accedere a VS Code con quell'account. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + Il profilo selezionato esegue l'autenticazione usando il codice Entra ID '{0}' nel tenant '{1}', ma l'account non ha ancora eseguito l'accesso all'estensione MSSQL. Per connettersi, modificare la connessione o accedere a MSSQL con quell'account. + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + Il profilo selezionato esegue l'autenticazione usando il codice Entra ID '{0}', ma quell'account non è disponibile tramite l'accesso a VS Code. Per connettersi, modificare la connessione o accedere a VS Code con quell'account. + + + The table which contains the primary or unique key column. + Tabella contenente la colonna chiave univoca o primaria. + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + Arresto anomalo del servizio {0}. Dettagli: {1} + + + There was an error updating the project + Errore durante l'aggiornamento del progetto + + + This connection does not have a display name in Azure Data Studio. + Questa connessione non ha un nome visualizzato in Azure Data Studio. + + + This connection's group has not been selected, so this connection will be imported to the root. + Il gruppo di questa connessione non è stato selezionato, quindi la connessione verrà importata nella radice. + + + This database name is already in use. Please choose a different name. + Questo nome di database è già in uso. Scegliere un nome diverso. + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + Non è stato possibile elaborare il messaggio. Se il problema persiste, controllare i log e aprire un ticket su GitHub. + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + Questa operazione ha analizzato la struttura del file di input per generare l'anteprima seguente delle prime 50 righe. + + + This server only supports Microsoft Entra ID authentication. + Questo server supporta solo l'autenticazione con Microsoft Entra ID. + + + This server only supports SQL Authentication. + Questo server supporta solo l'autenticazione SQL. + + + This server supports Microsoft Entra ID and SQL Authentication. + Questo server supporta Microsoft Entra ID e l'autenticazione SQL. + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + Questo collegamento richiede che il testo selezionato venga passato come parametro. Selezionare il testo nell'editor SQL, quindi eseguire di nuovo il collegamento. + + + This value was not provided in the Azure Data Studio settings file. + Questo valore non è stato specificato nel file di impostazioni di Azure Data Studio. + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + Verrà distribuito localmente un contenitore del generatore di API dati tramite Docker. Il contenitore esporrà le API {0} in base alla configurazione. + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + Tutte le regole verranno ripristinate alla loro gravità predefinita e l'opzione “Abilita Code Analysis durante la compilazione” verrà disabilitata. Questa operazione non può essere annullata. Continuare? + + + Time + Orario + + + Timestamp + Timestamp + + + To + Label for the end IP address in the firewall rule IP range + A + + + To compare two schemas, first select a source schema and target schema, then press compare. + Per confrontare due schemi, seleziona prima lo schema di origine e quello di destinazione, quindi premi Confronta. + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + Per usare questo comando, aprire un file con estensione sql oppure impostare il linguaggio dell'editor su "SQL" o selezionare il testo T-SQL nell'editor SQL attivo. + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + Per usare questo comando, è necessario impostare il linguaggio su "SQL". Confermare per cambiare la modalità del linguaggio. + + + Toggle Actual Plan + Abilita/Disabilita il piano effettivo + + + Toggle Query Result Panel + Attiva/Disattiva pannello risultati query + + + Toggle SQLCMD Mode + Attiva/Disattiva modalità SQLCMD + + + Toggle Sort + Attiva/Disattiva ordinamento + + + Toggle Tooltips + Attiva/Disattiva descrizioni comando + + + Toggle actual execution plan collection for SQL queries + Attiva o disattiva la raccolta del piano di esecuzione effettivo per le query SQL + + + Toggle all entities in {0} + {0} is the schema name + Attivare/Disattivare tutte le entità in {0} + + + Toggle between grid and text view + Alterna tra visualizzazione griglia e testo + + + Toggle columns for {0} + {0} is the entity name + Attiva/disattiva colonne per {0} + + + Toggle dark mode + Attiva/disattiva modalità scura + + + Toggle filter row + Attiva/disattiva riga filtro + + + Toggle pre-header row + Attiva/disattiva riga pre-intestazione + + + Toggle selection for {0} + {0} is the connection display name + Attivare/disattivare la selezione per {0} + + + Toggle selection for {0} + {0} is the connection group name + Attivare/disattivare la selezione per {0} + + + Toggle sort + Attiva/Disattiva ordinamento + + + Toggle sorting for the active column + Attiva/Disattiva l'ordinamento per la colonna attiva + + + Token refreshed successfully. + Il token è stato aggiornato. + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + Ricerca strumento per: {0} - {1}. + + + Total execution time: {0} + {0} is the elapsed time + Tempo di esecuzione totale: {0} + + + Total rows to fetch: + Totale righe da recuperare: + + + Transaction Log + Log delle transazioni + + + Transfer active connection (Default) + Trasferisci connessione attiva (impostazione predefinita) + + + Truncate the transaction log + Tronca il log delle transazioni + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + Prova database SQL di Azure gratuitamente con la nostra offerta del livello gratuito! Esegui il provisioning di un database cloud completamente gestito direttamente da VS Code. + + + Try adjusting your search or filters + Provare a modificare la ricerca o i filtri + + + Try it + Prova + + + Try searching by command name, description, or keybinding. + Prova a cercare per nome del comando, descrizione o combinazione di tasti. + + + Type + Tipo + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + URL copiato negli Appunti + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + Non è possibile acquisire un token Microsoft Entra da VS Code per l'account selezionato: {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + Non è possibile acquisire un token valido. (scadenza: {0}, ma è attualmente {1}) + + + Unable to determine the server authentication type. + Impossibile determinare il tipo di autenticazione del server. + + + Unable to execute the command while the extension is initializing. Please try again later. + Non è possibile eseguire il comando durante l'inizializzazione dell'estensione. Riprovare più tardi. + + + Unable to expand. Please check logs for more information. + Non è possibile espandere. Per altre informazioni, vedere i log. + + + Unable to load backup configuration. Please try again. + Non è possibile caricare la configurazione di backup. Riprovare. + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + Non è possibile caricare l'elenco dei database dal server: {0} È possibile immettere direttamente il nome del database. + + + Unable to open Table Explorer: No target node provided. + Non è possibile aprire Esplora tabelle: nessun nodo di destinazione specificato. + + + Unable to read proxy agent options. + Non è possibile leggere le opzioni dell'agente proxy. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + Non è possibile recuperare l'elenco di database. È possibile che non si disponga dell'autorizzazione necessaria per elencare i database in questo server. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + Non è possibile recuperare l'elenco di database. È possibile che non si disponga dell'autorizzazione necessaria per elencare i database in questo server. Se la connessione specifica un database, verrà preselezionato. + + + Unavailable for backups to existing files + Non disponibile per backup su file esistenti + + + Understand and document business logic embedded in stored procedures, views, and functions + Interpreta e documenta la logica di business incorporata nelle stored procedure, visualizzazioni e funzioni + + + Undo + Annulla + + + Undo All + Annulla tutto + + + Undo All Copilot Changes + Annulla tutte le modifiche di Copilot + + + Unfreeze columns + Sblocca colonne + + + Unfreeze columns/rows + Sblocca colonne/righe + + + Unknown + Sconosciuto + + + Unknown Connection + Connessione sconosciuta + + + Unknown account + Account sconosciuto + + + Unknown deployment step: {0} + {0} is the deployment step number + Passaggio di distribuzione sconosciuto: {0} + + + Unknown error + Errore sconosciuto + + + Unknown magic command: %%{0} + {0} is the magic command name + Comando magic sconosciuto: %%{0} + + + Unknown object management dialog. + Finestra di dialogo di gestione oggetto sconosciuto. + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + Opzione sconosciuta: {0}. Operazioni supportate: add_table, update_table, delete_table, replace_schema, get_schema + + + Unknown tenant ID + ID tenant sconosciuto + + + Unnamed Profile + Profilo senza nome + + + Unsaved Changes + Modifiche non salvate + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + Architettura non supportata per Docker: {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + Tipo di autenticazione non supportato nella stringa di connessione: {0}. Sono supportati solo account di accesso SQL, autenticazione integrata, autenticazione a più fattori di Azure e autenticazione predefinita di Active Directory. + + + Unsupported by Data API builder. + Non supportato dal generatore di API dati. + + + Unsupported data types detected + Rilevati tipi di dati non supportati + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + Piattaforma non supportata per Docker: {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + Fino a 10 database con 100.000 secondi vCore, 32 GB di spazio di archiviazione e backup rinnovati ogni mese. + + + Update + Aggiorna + + + Update Database + Aggiorna database + + + Update Script + Aggiorna script + + + Updating IntelliSense... + Aggiornamento di IntelliSense... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + Limiti di utilizzo superati. Riprovare più tardi o considerare la possibilità di ottimizzare le richieste. + + + Use Microsoft Entra ID authentication to provision and connect to this database. + Usa l'autenticazione di Microsoft Entra ID per effettuare il provisioning e connetterti a questo database. + + + Use SQL Authentication with a valid username and password. + Usa l'autenticazione SQL con un nome utente e una password validi. + + + Use T-SQL intellisense and syntax error checking on current document + Usa IntelliSense e il controllo degli errori di sintassi T-SQL nel documento corrente + + + Use discount code {0} to save €200 on registration. + Usa il codice sconto {0} per risparmiare 200 € sulla registrazione. + + + Use encryption for this backup + Usa la crittografia per il backup + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + Usa formato: AAAA-MM-GG HH:mm:ss[.SSS] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + Usa il linguaggio naturale per progettare schemi di database direttamente in Progettazione schema visivo. Crea schemi da zero, fai evolvere i progetti esistenti, rivedi le modifiche tramite una vista differente e importa artefatti esterni, il tutto riflesso in tempo reale nel diagramma visivo e nello script T-SQL. + + + Use the default server setting + Usa l'impostazione predefinita del server + + + Use {0} to create a new connection. + {0} is the connect command + Usare {0} per creare una nuova connessione. + + + Used in API routes and responses + In uso nelle route e nelle risposte API + + + User + Utente + + + User ID + ID utente + + + User Name + Nome utente + + + User databases + Database utente + + + User name + Nome utente + + + User name (SQL Login) + Nome utente (account di accesso SQL) + + + User name is required + Il nome utente è obbligatorio + + + Username + Nome utente + + + Username is required + Il nome utente è obbligatorio + + + Uses the WITH KEEP_REPLICATION option during restore + Usare l'opzione WITH KEEP_REPLICATION durante il ripristino + + + Uses the WITH NORECOVERY option during restore + Usare l'opzione WITH NORECOVERY durante il ripristino + + + Uses the WITH REPLACE option during restore + Usare l'opzione WITH REPLACE durante il ripristino + + + Uses the WITH RESTRICTED_USER option during restore + Usare l'opzione WITH RESTRICTED_USER durante il ripristino + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + Uso di {0} ({1})... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + Uso di {0} per elaborare la richiesta... + + + Validation failed + Convalida non riuscita + + + Validation failed. Please check your inputs + Convalida non riuscita. Verificare i dati inseriti + + + Value + Valore + + + Value is required + Valore obbligatorio + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + I valori vettoriali sono di sola lettura nell'editor. Usare T-SQL per modificare il valore o rigenerare l'incorporamento. + + + Verify a container image by using the Notation CLI + Verificare un'immagine del contenitore usando l'interfaccia della riga di comando di Notation + + + Verify backup when finished + Verifica il backup al termine + + + Verifying Docker engine is ready + Verifica che il motore Docker sia pronto + + + Verifying Docker is installed on your system + Verifica che Docker sia installato nel sistema + + + Verifying the API is ready to accept requests + Verifica che l'API sia pronta ad accettare richieste + + + Very Dissatisfied + Molto insoddisfacente + + + Very Satisfied + Molto soddisfacente + + + View + Visualizza + + + View Config + Visualizza configurazione + + + View More + Visualizza altro + + + View Swagger + Visualizza Swagger + + + View Table Diagram + Visualizza diagramma tabella + + + View known issues + Visualizza problemi noti + + + View mssql for Visual Studio Code release notes? + Visualizzare le note sulla versione di mssql per Visual Studio Code? + + + View roadmap + Visualizza roadmap + + + View settings + Visualizza impostazioni + + + View the estimated query execution plan + Visualizzare il piano di esecuzione delle query stimato + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + Visualizza, aggiungi, modifica ed elimina righe di tabella in una griglia interattiva con la convalida in tempo reale e anteprime live degli script DML. + + + View/configure keybinding + Mostra/configura tasto di scelta rapida + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + Mostra/configura tasto di scelta rapida per {0} + + + View: + Visualizza: + + + Views + Visualizzazioni + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + È necessario riavviare Visual Studio Code per rendere effettiva questa impostazione. Ricaricare Visual Studio Code. + + + Visualize and Design Schema + Visualizza e progetta schema + + + WHERE + WHERE + + + Warehouse + Warehouse + + + Warning + Avviso + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + Avviso: il set di risultati è incompleto. Visualizzazione di {0} su {1} righe. Non è stato possibile caricare il set di risultati completo. + + + Warnings + Avvisi + + + Warnings detected. Please review the changes. + Avvisi rilevati. Rivedi le modifiche. + + + Watch demo + Guarda la demo + + + Watch demos on YouTube + Guarda demo su YouTube + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + Non è possibile trovare la posizione di Docker Desktop nel computer. Avviare manualmente Docker Desktop e riprovare. + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + La connessione non è possibile usando le informazioni di connessione correnti. Ritentare la connessione o modificare il profilo di connessione? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + Siamo felici che MSSQL per VS Code ti piaccia! Ti invitiamo a lasciare una breve recensione nel Marketplace di VS Code. + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + La webview '{0}' non è diventata pronta entro {1} ms + + + Webview was disposed before it became ready + La webview è stata eliminata prima di diventare pronta + + + What I can do for you: + Cosa posso fare per te: + + + What can we do to improve? + Cosa possiamo fare per migliorare? + + + What's next? + Passaggi successivi + + + Width cannot be 0 or negative + La dimensione non può essere 0 o negativa + + + Windows Authentication + Autenticazione di Windows + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + Funziona con VS Code/SSMS e usa l'autenticazione Microsoft Entra e i controlli di accesso di Fabric. + + + Workspace + Area di lavoro + + + Workspace is required + L'area di lavoro è obbligatoria + + + Write a review + Scrivi una recensione + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + Scrivi ed esegui query SQL in notebook Jupyter nativi di Visual Studio Code con risultati interattivi, ordinamento, filtraggio e documentazione Markdown. + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + Scrivi, ottimizza e risolvi i problemi delle query SQL con i miglioramenti consigliati dall'intelligenza artificiale + + + YYYY-MM-DD HH:mm:ss + AAAA-MM-GG HH:mm:ss + + + Yes + + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + Stai per distribuire in un database esistente. Questa operazione apporterà modifiche permanenti allo schema del database e potrebbe causare la perdita di dati. Continuare? + + + You are not connected to any database. + Non si è connessi ad alcun database. + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + Si riceve questo messaggio perché è stata aggiornata l'estensione MSSQL alla versione {0}. + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + Si hanno acquisito eventi di Profiler che non sono stati esportati. Se si chiude ora, si perderanno tutti gli eventi acquisiti. Esportarli in un file CSV? + + + You have unsaved changes. Do you want to save before closing? + Sono presenti modifiche non salvate. Salvarle prima di chiudere? + + + You must accept the license + È necessario accettare la licenza + + + You must be signed into Azure in order to browse SQL databases. + Devi aver effettuato l'accesso ad Azure per esplorare i database SQL. + + + You must be signed into Fabric in order to browse SQL databases. + Per esplorare i database SQL è necessario aver eseguito l'accesso a Fabric. + + + You must review and accept the terms to proceed + Per continuare, è necessario rivedere e accettare le condizioni + + + Your API is available at: + L'API è disponibile all'indirizzo: + + + Your APIs are available at the following endpoints: + Le API sono disponibili ai seguenti endpoint: + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + Il motore Docker esegue attualmente contenitori Windows. SQL Server supporta solo contenitori Linux. Passare ai contenitori Linux? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + Per accedere alle risorse {0}, è necessario ripetere l'autenticazione dell'account. Premere Apri per avviare il processo di autenticazione. + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + L'indirizzo IP client '{0}' non ha accesso al server '{1}' a cui l'utente sta tentando di connettersi. Creare una nuova regola del firewall? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + L'indirizzo IP client non ha accesso al server. Aggiungere un account Microsoft Entra e creare una nuova regola del firewall per abilitare l'accesso. + + + Your current IP {0} will be added automatically. + {0} is the current IP address + Il tuo indirizzo IP {0} corrente verrà aggiunto automaticamente. + + + Your database will continue running after the free offer limit and you will be charged for overages. + Il database continuerà a funzionare dopo il limite dell'offerta gratuita e ti verranno addebitati i costi in eccesso. + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + La password deve contenere caratteri appartenenti ad almeno tre delle categorie seguenti: lettere maiuscole, lettere minuscole, numeri (0-9) e caratteri speciali (!, $, #, % ecc.). + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + Il tenant '{0} ({1})' richiede una nuova autenticazione per accedere alle risorse {2}. Premere Apri per avviare il processo di autenticazione. + + + Zone-redundant backup storage + Archivio di backup con ridondanza della zona + + + Zoom In + Zoom avanti + + + Zoom Out + Zoom indietro + + + Zoom to Fit + Adatta alla finestra + + + [Optional] Database to connect (press Enter to connect to <default> database) + [Facoltativo] Database a cui connettersi (premere INVIO per connettersi al database <default>) + + + [Optional] Enter a display name for this connection profile + [Facoltativo] Immettere un nome visualizzato per questo profilo di connessione + + + [Read-only] Pre-filled from the server properties. + [Sola lettura] Precompilato dalle proprietà del server. + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + e + + + authenticationType + authenticationType + + + contains + contiene + + + database + database + + + default + default + + + delete the saved connection: {0}? + {0} is the connection name + eliminare la connessione salvata: {0}? + + + does not contain + non contiene + + + encrypt + crittografa + + + ends with + termina con + + + equals + uguale a + + + greater than + maggiore della + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + nomehost\instanza o <server>.database.windows.net o stringa di connessione ADO.NET + + + intelliSenseUpdated + IntelliSense aggiornato + + + is not null + è diverso da null + + + is null + è null + + + items + elementi + + + items per page + Elementi per pagina + + + items selected + elementi selezionati + + + less than + minore della + + + location + posizione + + + macOS Sierra or newer is required to use this feature. + Per usare questa funzionalità, è necessario macOS Sierra o versioni successive. + + + none selected + nessun elemento selezionato + + + not equals + diverso da + + + of + di + + + or + o + + + profiler_events + profiler_events + + + resource group + gruppo di risorse + + + server + server + + + starts with + inizia con + + + subscription + sottoscrizione + + + test + test + + + undefined + non definito + + + untitled + senza nome + + + updatingIntelliSense + Aggiornamento di IntelliSense + + + vCores + vCore + + + value + valore + + + x of y selected + x di y selezionati + + + {0} (Current Account) + {0} is the account display name + {0} (Account corrente) + + + {0} (filtered) + {0} (filtro applicato) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1}%) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1}%): {2} + + + {0} accounts + {0} is the number of accounts + {0} account + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + {0} azione per {1} + + + {0} change(s) + {0} is the number of changes + {0} modifiche + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0} modificato da '{1}' a '{2}' + + + {0} changes + {0} is the number of property changes + {0} modifiche + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + Campioni colore {0} ({1}) + + + {0} column data + {0} is the number of columns + Dati della colonna {0} + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + {0} gruppo di connessione importato + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + {0} gruppi di connessione importati + + + {0} connection imported + {0} is the number of connections imported (singular) + {0} connessione importata + + + {0} connections imported + {0} is the number of connections imported (plural) + {0} connessioni importate + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {0} contiene tipi di colonna non supportati dal generatore di API dati: {1} + + + {0} deleted successfully. + {0} deleted successfully. + L'eliminazione di {0} è riuscita. + + + {0} errors + {0} is the number of errors + {0} errori + + + {0} events + {0} is the number of events + {0} eventi + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} è stato chiuso. Ripristinarlo? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + {0} account Entra non validi sono stati rimossi; potrebbe essere necessario eseguire 'MS SQL: Clear Microsoft Entra account token cache' e accedere nuovamente. + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} è una colonna chiave primaria e non può essere disabilitata. + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} non è abilitato a livello globale + + + {0} issue + {0} is the number of issues + {0} problema + + + {0} issues + {0} is the number of issues + {0} problemi + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} deve definire uno o più campi chiave da usare con il generatore di API dati + + + {0} objects found + {0} is the number of objects found + {0} oggetti trovati + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0} di {1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + {0} gruppi di connessione di {1} selezionati. + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + {0} connessioni di {1} selezionate + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + {0} di {1} abilitati + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {0} di {1} regole + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0} tenant di {1} + + + {0} password doesn't match the confirmation password + La password {0} del SQL Server non corrisponde alla password di conferma + + + {0} properties + {0} is the object type + Proprietà {0} + + + {0} query + {0} is the Quick Query shortcut name + {0} query + + + {0} rows + {0} is the number of rows + {0} righe + + + {0} rows returned + {0} is the number of rows returned + {0} righe restituite + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + {0} righe selezionate, fai clic per caricare il riepilogo + + + {0} rules + {0} is the number of code analysis rules + {0} regole + + + {0} selected + {0} is the number of selected filter values + {0} elementi selezionati + + + {0} selected + {0} is the number of selected rows + {0} selezionate + + + {0} setting imported + {0} is the number of settings imported (singular) + {0} impostazione importata + + + {0} settings imported + {0} is the number of settings imported (plural) + {0} impostazioni importate + + + {0} started successfully. + {0} started successfully. + {0} avviato correttamente. + + + {0} stopped successfully. + {0} stopped successfully. + {0} è stato interrotto. + + + {0} warnings + {0} is the number of warnings + {0} avvisi + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0} {1} problema + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0} {1} problemi + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0}, + altri {1} + + + {0}. {1} + {0} is the status +{1} is the message + {0}. {1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + {0}/{1} eventi + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}. {2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0}g {1}h + + + {0}h + {0} is the number of hours + {0} ora/e + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0} ora/e {1} minuto/i + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0} ore {1} min + + + {0}m + {0} is the number of minutes + {0} minuto/i + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0} minuto/i {1} secondo/i + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0} min {1} sec + + + {0}ms + {0} is the number of milliseconds + {0} ms + + + {0}ms + {0} is the elapsed time in milliseconds + {0} ms + + + {0}s + {0} is the number of seconds + {0} secondo/i + + + {0}s + {0} is the elapsed time in seconds + {0} + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ Concedi accesso + + + ✅ Grant Access (Current) + ✅ Concedi accesso (corrente) + + + ❌ Deny Access + ❌ Nega accesso + + + ❌ Deny Access (Current) + ❌ Nega accesso (corrente) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 Sono GitHub Copilot per l'estensione MSSQL, il tuo assistente intelligente per lo sviluppo SQL in Visual Studio Code. Ti aiuto a connetterti, esplorare, progettare ed evolvere i database SQL direttamente da VS Code. + + + + + + + Add Connection + Aggiungi connessione + + + Add Connection Group + Aggiungi gruppo di connessione + + + Add Microsoft Entra Account + Aggiungi account Microsoft Entra + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + Consente agli utenti di accedere ai dispositivi con vincoli di input. + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + Collega sempre i nuovi editor e i file SQL aperti alla connessione specificata da 'mssql.defaultConnectionId'. + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + L'impostazione del valore 0 per il timeout di esecuzione indica un'attesa illimitata (nessun timeout) + + + Analyze Query Performance + Analizza prestazioni della query + + + Application Intent + Finalità applicazione + + + Automatically display query results in a new tab instead of the query pane. + Visualizzare automaticamente i risultati della query in una nuova scheda anziché nel riquadro query. + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + Mostra automaticamente il pannello dei risultati quando si passa a un editor con i risultati della query. Si applica solo se è abilitata l'opzione 'Apri risultati nella scheda'. + + + Azure MFA + Autenticazione a più fattori di Azure + + + Background Tasks + Attività in background + + + Backup Database... + Backup database... + + + Build Data API... + Generazione di API dati... + + + Cancel Connection (MSSQL) + Annulla connessione (MSSQL) + + + Cancel Query (MSSQL) + Annulla query (MSSQL) + + + Cancel Task + Annullare attività + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + Trasferire la connessione dell'editor attivo alle schede dell'editor di query e ai file SQL appena aperti. + + + Change Connection (MSSQL) + Cambia connessione (MSSQL) + + + Change Database (MSSQL) + Modifica database (MSSQL) + + + Change Notebook Connection + Modifica connessione notebook + + + Change Notebook Database + Modificare database notebook + + + Choose SQL handler for this file + Scegli il gestore SQL per questo file + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + Scegli come ridimensionare automaticamente le colonne della griglia dei risultati (intestazioni e dati, solo dati o disabilita ridimensionamento automatico). + + + Chooses which Authentication method to use + Sceglie il metodo di autenticazione da usare + + + Clear All Connection Sharing Permissions + Cancellare tutte le autorizzazioni di condivisione delle connessioni + + + Clear All Query History + Cancella tutte le cronologie delle query + + + Clear Filters + Cancella filtri + + + Clear Finished Tasks + Eliminare attività completate + + + Clear Microsoft Entra account token cache + Cancella la cache dei token dell'account Microsoft Entra + + + Clear Pooled Connections + Cancella connessioni in pool + + + Command Timeout + Timeout comando + + + Compare Schemas... + Confronta schema... + + + Configure up to 10 Quick Queries that execute from commands. + Configurare fino a 10 query rapide che possono essere eseguite con i comandi. + + + Connect (MSSQL) + Connetti (MSSQL) + + + Connect to a SQL Database + Connetti a un database SQL + + + Connection Dialog + Finestra di dialogo Connessione + + + Connection Timeout + Timeout connessione + + + Connection groups + Gruppi di connessione + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + I profili di connessione definiti in 'Impostazioni utente' sono visualizzati sotto il comando 'MS SQL: Connetti' nel riquadro comandi. + + + Connections + Connessioni + + + Control which grid lines are visible in the results grid. + Consente di controllare le linee griglia visibili nella griglia dei risultati. + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + Determina in che modo le nuove finestre dell'editor SQL e i file SQL aperti vengono collegati automaticamente. + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + Controlla il numero massimo di righe consentite per l'applicazione di filtri e ordinamento in memoria. Se il numero viene superato, l'ordinamento e il filtro verranno disabilitati. Avviso: l'aumento di questo valore può influire sulle prestazioni. + + + Copy All + Copia tutto + + + Copy Cell Messages + Copia i messaggi di cella + + + Copy Connection String + Copia stringa di connessione + + + Copy Object Name + Copia nome oggetto + + + Create Azure Function with SQL binding + Creare una funzione di Azure con l'associazione SQL + + + Create a Table with Table Designer + Crea una tabella con Progettazione tabelle + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + Crea una nuova tabella nel tuo database o modifica le tabelle esistenti con il Designer di tabelle. +Una volta completate le modifiche, fai clic sul pulsante 'Pubblica' per inviare le modifiche al tuo database. + + + DACPAC/BACPAC Operations... + Operazioni DACPAC/BACPAC... + + + Default view mode for query results display. + Modalità di visualizzazione predefinita per la visualizzazione dei risultati della query. + + + Delete + Elimina + + + Delete Connection Group + Elimina gruppo di connessione + + + Delete SQL Container + Elimina contenitore SQL + + + Deploy DACPAC + Distribuisci pacchetto di applicazione livello dati + + + Disable Actual Plan (MSSQL) + Disabilita piano effettivo (MSSQL) + + + Disable Group By Schema + Disabilita raggruppa per schema + + + Disable automatic column sizing + Disabilita ridimensionamento automatico delle colonne + + + Disabled + Disabilitato + + + Disconnect (MSSQL) + Disconnetti (MSSQL) + + + Display name for this Quick Query. + Nome visualizzato per la query rapida. + + + Display results in a formatted text format. + Visualizza i risultati in un formato di testo formattato. + + + Display results in a tabular grid format (default) + Visualizza i risultati in formato griglia tabulare (impostazione predefinita) + + + Do not auto-connect. You must connect each SQL file manually. + Non eseguire la connessione automatica. È necessario connettere manualmente ogni file SQL. + + + Do not show prompts to display query results in a new tab. + Non mostrare le richieste per visualizzare i risultati della query in una nuova scheda. + + + Drop Database... + Rimuovi database... + + + Edit Connection Group + Modifica gruppo di connessione + + + Edit Connection Sharing Permissions + Modificare le autorizzazioni di condivisione delle connessioni + + + Edit Connection... + Modifica connessione... + + + Edit Table Data... + Modifica dati tabella... + + + Enable Actual Plan (MSSQL) + Abilita piano effettivo (MSSQL) + + + Enable Group By Schema + Abilita raggruppa per schema + + + Enable Parameterization for Always Encrypted + Abilita parametrizzazione per Always Encrypted + + + Enable Query History Capture + Abilita acquisizione cronologia delle query + + + Enable SET ANSI_DEFAULTS + Abilita SET ANSI_DEFAULTS + + + Enable SET ANSI_NULLS + Abilita SET ANSI_NULLS + + + Enable SET ANSI_NULL_DFLT_ON + Abilita SET ANSI_NULL_DFLT_ON + + + Enable SET ANSI_PADDING + Abilita SET ANSI_PADDING + + + Enable SET ANSI_WARNINGS + Abilita SET ANSI_WARNINGS + + + Enable SET ARITHABORT option + Abilita l'opzione SET ARITHABORT + + + Enable SET CURSOR_CLOSE_ON_COMMIT + Abilita SET CURSOR_CLOSE_ON_COMMIT + + + Enable SET DEADLOCK_PRIORITY option + Abilita l'opzione SET DEADLOCK_PRIORITY + + + Enable SET IMPLICIT_TRANSACTIONS + Abilita SET IMPLICIT_TRANSACTIONS + + + Enable SET LOCK TIMEOUT option (in milliseconds) + Abilita l'opzione SET LOCK TIMEOUT (in millisecondi) + + + Enable SET NOCOUNT option + Abilita l'opzione SET NOCOUNT + + + Enable SET NOEXEC option + Abilita l'opzione SET NOEXEC + + + Enable SET PARSEONLY option + Abilita l'opzione SET PARSEONLY + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + Abilita SET QUERY_GOVERNOR_COST_LIMIT + + + Enable SET QUOTED_IDENTIFIER + Abilita SET QUOTED_IDENTIFIER + + + Enable SET STATISTICS IO option + Abilita L'opzione SET STATISTICS IO + + + Enable SET STATISTICS TIME option + Abilita l'opzione SET STATISTICS TIME + + + Enable SET TRANSACTION ISOLATION LEVEL option + Abilita l'opzione SET TRANSACTION ISOLATION LEVEL + + + Enable SET XACT_ABORT ON option + Abilita l'opzione SET XACT_ABORT ON + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + Consente di abilitare colori di sfondo delle righe alternati (a strisce) nella griglia dei risultati. Il colore deriva dal tema di VS Code corrente. + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + Abilitare i pulsanti espandi/comprimi nei nodi della tabella di Finestra di progettazione schema quando le tabelle contengono più di 10 colonne + + + Enabled + Abilitato + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + Consente il pool di connessioni per migliorare le prestazioni complessive della connettività. Questa opzione è disabilitata per impostazione predefinita. Visual Studio Code deve essere riavviato quando il valore viene modificato. Per cancellare le connessioni in pool, eseguire il comando: 'MS SQL: Cancella connessioni in pool'. Nota: potrebbe mantenere attivi i database serverless e impedire la sospensione automatica. + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + Abilita le funzionalità sperimentali nell'estensione MSSQL. Le funzionalità non sono pronte per la produzione e potrebbero presentare bug o problemi. Riavvia Visual Studio Code dopo aver modificato questa impostazione. + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + Abilita l'esperienza della griglia dei risultati della query di anteprima con una gestione dello stato migliorata e più opzioni di personalizzazione delle colonne, tra cui mostrare, nascondere e bloccare le colonne. + + + Estimated Plan (MSSQL) + Piano stimato (MSSQL) + + + Execute Query (MSSQL) + Esegui query (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + Esegui selezione o istruzione corrente (MSSQL) + + + Explain Query + Spiega query + + + Export BACPAC + Esporta BACPAC + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + Riempimento verticale aggiuntivo in pixel aggiunto a ogni riga nella griglia dei risultati, in modo da controllare la densità delle righe. Intervallo valido: 0-10. + + + Extract DACPAC + Estrai pacchetto di applicazione livello dati + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + Familiarizza con altre funzionalità dell'estensione MSSQL che possono aiutarti a essere più produttivo. + + + Filter + Filtro + + + Filter your Object Explorer Tree + Filtra l'albero Esplora oggetti + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + Genera script + + + Get Started with MSSQL for Visual Studio Code + Inizia con MSSQL per Visual Studio Code + + + Getting Started Guide + Guida introduttiva + + + Hide all grid lines + Nascondi tutte le linee griglia + + + Import BACPAC + Importa BACPAC + + + Import Data... + Importa dati... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + Avvia Query Profiler... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + Crea una nuova connessione a un database SQL o modifica le connessioni esistenti con la finestra di dialogo di connessione. +Puoi connetterti a un database immettendo le informazioni di connessione, usando una stringa di connessione o esplorando le tue sottoscrizioni Azure. +[Finestra di dialogo Apri connessione](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + Gestisci profili di connessione + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + Numero massimo di caratteri da archiviare per ogni valore nelle colonne XML dopo l'esecuzione di una query. Valore predefinito: 2.097.152. Intervallo di valori valido: da 1 a 2.147.483.647. + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + Numero massimo di caratteri/byte da archiviare per ogni valore in colonne di tipo carattere/binario dopo l'esecuzione di una query. Valore predefinito: 65.535. Intervallo di valori valido: da 1 a 2.147.483.647. + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + Numero massimo di eventi da mantenere in memoria per il profiler. Quando viene raggiunto questo limite, gli eventi più vecchi vengono eliminati. Aumentare questo valore per mantenere più eventi durante le sessioni di profilatura. + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + Numero massimo di file meno recenti da rimuovere all'avvio per cui è scaduto il tempo impostato con mssql.logRetentionMinutes. I file che non vengono rimossi a causa di questa limitazione verranno rimossi al successivo avvio di Azure Data Studio. + + + Maximum number of rows to return before the server stops processing your query. + Numero massimo di righe da restituire prima che il server arresti l'elaborazione della query. + + + Maximum size of text and ntext data returned from a SELECT statement + Dimensioni massime dei dati di tipo text e ntext restituiti da un'istruzione SELECT + + + Migrate from Azure Data Studio + Effettuare la migrazione da Azure Data Studio + + + Modify Table Structure... + Modifica struttura tabella... + + + New Database... + Nuovo database... + + + New Deployment + Nuova distribuzione + + + New Query + Nuova query + + + New Query + Nuova query + + + New SQL Notebook + Nuovo notebook SQL + + + New Table + Nuova tabella + + + Next Steps with MSSQL for Visual Studio Code + Fasi successive con MSSQL per Visual Studio Code + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + Numero di minuti per la conservazione dei file di log per i servizi di back-end. L'impostazione predefinita è 1 settimana. + + + Number of query history entries to show in the Query History view + Numero di voci della cronologia delle query da visualizzare nella vista cronologia delle query + + + Object Explorer filters + Filtro Esplora oggetti + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + Visualizza solo gli oggetti di database che contano di più per te applicando filtri all'albero Esplora oggetti. +Inizia facendo clic sul pulsante Filtro accanto alla maggior parte delle cartelle nella visualizzazione Connessioni. + + + Open Changelog + Apri log delle modifiche + + + Open Execution Plan File + Apri file piano di esecuzione + + + Open New Query and Connect + Apri nuova query e connetti + + + Open Query + Apri query + + + Open Query History in Command Palette + Apri cronologia delle query nel riquadro comandi + + + Open Query Profiler (Preview) XEL File + Apri file XEL di Query Profiler (anteprima) + + + Open Shortcuts Configuration + Apri la configurazione dei tasti di scelta rapida + + + Open Task Result + Aprire risultato attività + + + Open in GitHub Copilot Agent + Apri in agente GitHub Copilot + + + Open in GitHub Copilot Chat + Apri in GitHub Copilot Chat + + + Open in MSSQL extension + Apri nell'estensione MSSQL + + + Pause Query History Capture + Sospendi acquisizione cronologia delle query + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + Impedire l'esecuzione automatica degli script (ad esempio, 'Seleziona primi 1000'). Se questa opzione è abilitata, gli script non verranno eseguiti automaticamente al momento della generazione. + + + Prompts users to sign in using their browser. + Richiede agli utenti di accedere con il browser. + + + Query History + Cronologia delle query + + + Query Results + Risultati query + + + Query editor and query results pane + Editor di query e riquadro dei risultati query + + + Query plan visualization + Visualizzazione del piano di query + + + Refresh + Aggiorna + + + Refresh IntelliSense Cache + Aggiorna la cache IntelliSense + + + Remove Connection + Rimuovi connessione + + + Remove Microsoft Entra Account + Rimuovi l'account Microsoft Entra + + + Rename Database... + Rinomina database... + + + Replication + Replica + + + Restore Database... + Ripristina database... + + + Reveal Query Result (MSSQL) + Mostra risultato della query (MSSQL) + + + Rewrite Query + Riscrivi query + + + Run Query + Eseguire query + + + Run Quick Query 1 + Esegui la query rapida 1 + + + Run Quick Query 10 + Esegui la query rapida 10 + + + Run Quick Query 2 + Esegui la query rapida 2 + + + Run Quick Query 3 + Esegui la query rapida 3 + + + Run Quick Query 4 + Esegui la query rapida 4 + + + Run Quick Query 5 + Esegui la query rapida 5 + + + Run Quick Query 6 + Esegui la query rapida 6 + + + Run Quick Query 7 + Esegui la query rapida 7 + + + Run Quick Query 8 + Esegui la query rapida 8 + + + Run Quick Query 9 + Esegui la query rapida 9 + + + Run a SQL Query + Esegui una query SQL + + + SQL Container Name + Nome contenitore SQL + + + SQL Container Version + Versione del contenitore SQL + + + SQL Server Extended Events Log + Log eventi estesi di SQL Server + + + SQL Tools (MSSQL) + Strumenti SQL (MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + Testo SQL per la query rapida. Usare {arg} per inserire il testo selezionato nell'editor di query; in caso contrario, viene aggiunto. + + + Script as Alter + Genera script come ALTER + + + Script as Create + Genera script come CREATE + + + Script as Drop + Genera script come DROP + + + Script as Execute + Genera script come EXECUTE + + + Search Database Objects... + Cerca oggetti del database... + + + Select Top 1000 + Genera script come SELECT TOP 1000 + + + Selected Azure subscriptions for browsing and managing servers and databases + Sottoscrizioni di Azure selezionate per esplorare e gestire server e database + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + Aree di lavoro di Microsoft Fabric selezionate per l'esplorazione e la gestione dei database SQL + + + Send Feedback + Invia feedback + + + Set the font family for the results grid; set to blank to use the editor font + Imposta la famiglia di caratteri per la griglia dei risultati; lasciare vuoto per usare il font dell'editor + + + Set the font size for the results grid; set to blank to use the editor size + Imposta le dimensioni del carattere per la griglia dei risultati; lasciare vuoto per usare le dimensioni dell'editor + + + Shortcuts handled inside MSSQL views + Tasti di scelta rapida all'interno delle visualizzazioni MSSQL + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + Consente di indicare se le colonne di tipo BIT devono essere visualizzate come numeri (1 o 0). Se è 'false', verranno visualizzate come 'true' o 'false' + + + Should IntelliSense be enabled + Consente di indicare se IntelliSense deve essere abilitato + + + Should IntelliSense error checking be enabled + Consente di indicare se il controllo degli errori di IntelliSense deve essere abilitato + + + Should IntelliSense quick info be enabled + Consente di indicare se le informazioni rapide di IntelliSense devono essere abilitate + + + Should IntelliSense suggestions be enabled + Consente di indicare se i suggerimenti IntelliSense devono essere abilitati + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + Le informazioni personali (PII) devono essere registrate nel canale di output dei Log di Azure e nel file di log del canale di output. + + + Should Query History feature be enabled + La funzionalità cronologia delle query deve essere abilitata + + + Should language service be auto-disabled when extension detects Non-MSSQL files + Indica se il servizio di linguaggio deve essere disabilitato automaticamente quando l'estensione rileva file non MSSQL + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + Consente di indicare se salvare le selezioni dei risultati della query e le posizioni di scorrimento quando si cambiano scheda (può influire sulle prestazioni) + + + Show both horizontal and vertical grid lines + Mostra linee griglia orizzontali e verticali + + + Show changelog after extension updates + Mostrare il log delle modifiche dopo gli aggiornamenti dell'estensione + + + Show only horizontal grid lines + Mostra solo linee griglia orizzontali + + + Show only vertical grid lines + Mostra solo linee griglia verticali + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + Per una rapida visibilità, mostra i dettagli della connessione SQL attiva come suggerimento CodeLens nella parte superiore dell'editor. + + + Sort and Filter Query Results + Ordina e filtra i risultati della query + + + Sort and filter options for query results + Opzioni di ordinamento e filtro per i risultati della query + + + Sort and filter your query results to find the data you need quickly. + Ordina e filtra i risultati della query per trovare rapidamente i dati necessari. + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + Equivalente cloud sovrano per ''.crm.dynamics.com'' (incluso il punto iniziale) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + Equivalente di Sovereign Cloud per `.database.fabric.microsoft.com` (incluso il punto iniziale) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + Equivalente di Sovereign Cloud per `.database.windows.net` (incluso il punto iniziale) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + Equivalente di Sovereign Cloud per `.datawarehouse.fabric.microsoft.com` (incluso il punto iniziale) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + Equivalente di Sovereign Cloud per `.sql.azuresynapse.net` (incluso il punto iniziale) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + Equivalente di Sovereign Cloud per `https://analysis.windows.net/powerbi/api/` + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + Equivalente di Sovereign Cloud per `https://api.fabric.microsoft.com/v1/` + + + Sovereign cloud equivalent for `https://database.windows.net/` + Equivalente di Sovereign Cloud per `https://database.windows.net/` + + + Sovereign cloud equivalent for `https://vault.azure.net/` + Equivalente di Sovereign Cloud per `https://vault.azure.net/` + + + Start Query History Capture + Avvia acquisizione cronologia delle query + + + Start SQL Container + Avvia contenitore SQL + + + Stop SQL Container + Arresta contenitore SQL + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + Progettazione tabelle + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + Memorizza temporaneamente le password per le connessioni con 'Password salvate' disabilitate, fino al riavvio dell'estensione. Ciò evita richieste ripetute di password quando si riutilizzano le connessioni all'interno della stessa sessione. + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + L'ID (GUID) del profilo di connessione da usare quando 'mssql.newEditorConnectionBehavior' è impostato su 'defaultConnection'. È possibile trovare l'ID della connessione in 'settings.json' all'interno di 'mssql.connections'. + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + La configurazione aggiuntiva e personalizzata specifica di MSSQL per il cloud sovrano da usare con il provider di autenticazione Microsoft Sovereign Cloud. Per usare questa funzionalità con MSSQL, è necessario impostare `microsoft-sovereign-cloud.environment` su `custom` e fornire i valori per `microsoft-sovereign-cloud.customEnvironment`. + + + The color of the connection group. + Colore del gruppo di connessione. + + + The description of the connection group. + Descrizione del gruppo di connessione. + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + Numero massimo di caratteri da visualizzare per le informazioni di connessione nella barra di stato. Impostare su -1 per non impostare alcun limite. + + + The maximum number of recently used connections to store in the connection list. + Numero massimo di connessioni usate di recente da archiviare nell'elenco delle connessioni. + + + The name of the connection group. + Nome del gruppo di connessione. + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + Timeout in secondi per l'espansione di un nodo in Esplora oggetti. Il valore predefinito è 45 secondi. + + + The unique identifier for the connection group this connection profile belongs to. + Identificatore univoco per il gruppo di connessione a cui appartiene questo profilo di connessione. + + + The unique identifier for the connection group. + Identificatore univoco per il gruppo di connessione. + + + The unique identifier for the parent connection group. + Identificatore univoco per il gruppo di connessione padre. + + + The unique identifier for this connection profile. + Identificatore univoco per questo profilo di connessione. + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + Questa impostazione è deprecata. Usare quindi 'mssql.newEditorConnectionBehavior'. L'estensione eseguirà automaticamente la migrazione di questa impostazione all'avvio. + + + This setting will be removed in a future release. + Questa impostazione verrà rimossa in una versione futura. + + + Toggle Actual Plan + Abilita/Disabilita piano effettivo + + + Toggle Query Result Panel Visibility (MSSQL) + Attiva/Disattiva visibilità riquadro risultati della query (MSSQL) + + + Toggle SQLCMD Mode + Attiva/Disattiva modalità SQLCMD + + + True for the messages pane to be open by default; false for closed + True per aprire il riquadro messaggi per impostazione predefinita; false per non aprirlo + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + Comprendi cosa sta facendo la tua query visualizzando il piano di query. +Visualizza il piano stimato senza eseguire la query oppure visualizza il piano di query effettivo dopo aver eseguito la query attivando o disattivando i pulsanti nella parte superiore della finestra dell'editor di query. + + + Use Database + Usa database + + + Use column headers and data to size columns automatically + Usa intestazioni di colonna e dati per ridimensionare automaticamente le colonne + + + Use only column headers to size columns automatically + Usa solo le intestazioni di colonna per ridimensionare automaticamente le colonne + + + Use only row data to size columns automatically + Usa solo i dati delle righe per ridimensionare automaticamente le colonne + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + Usare gli account connessi a VS Code per l'autenticazione a più fattori di Microsoft Entra ID a SQL. Riavviare Visual Studio Code dopo aver modificato questa impostazione. + + + View Task Logs + Visualizza log attività + + + Visualize a Query Plan + Visualizza un piano di query + + + Visualize and Design Schema... + Visualizzare e progettare schema... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + Quando è abilitata, l'opzione "Copia tutto" nel riquadro Messaggi dei risultati della query include i timestamp dei messaggi. + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + Se abilitata, trasferisce automaticamente la connessione attiva ai file SQL appena aperti. Se disabilitata, è necessario connettersi esplicitamente a un database per ogni file SQL. + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + Se l'opzione è abilitata, colora l'elemento della barra di stato della connessione con il colore del gruppo di connessione. Questa opzione è disabilitata per impostazione predefinita. Usa direttamente il colore della cartella del gruppo di connessioni e non lo modifica per garantire il contrasto con il tema attuale di VS Code. Gli utenti devono scegliere colori del gruppo di connessione che si abbinano bene al tema. + + + When enabled, connection groups will be collapsed instead of expanded at startup. + Se questa opzione è abilitata, i gruppi di connessione verranno compressi anziché espansi all'avvio. + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + Se abilitato, le esportazioni dei risultati delle query salvate vengono aperte dopo l'esportazione. Le esportazioni di Excel si aprono con il gestore di file di sistema; le esportazioni di testo si aprono in VS Code. + + + When enabled, the database objects in Object Explorer will be categorized by schema. + Se questa opzione è abilitata, gli oggetti di database in Esplora oggetti verranno categorizzati in base allo schema. + + + Windows Authentication + Autenticazione di Windows + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + Scrivi una query SQL ed eseguila sul tuo database. +Puoi anche fare clic sul pulsante 'Apri in nuova scheda' per visualizzare i risultati della query nella loro scheda e, facoltativamente, impostarlo come comportamento predefinito. + + + Your first steps for connecting to and developing with a SQL database + I tuoi primi passi per la connessione e lo sviluppo con un database SQL + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [Facoltativo] Numero non negativo utilizzato per ordinare il gruppo di connessione nella barra laterale Esplora oggetti. I gruppi con un valore ''order'' vengono visualizzati per primi, dal valore più basso al più alto; i restanti gruppi seguono in ordine alfabetico. + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [Facoltativo] Numero non negativo utilizzato per ordinare la connessione nella barra laterale Esplora oggetti. Le connessioni con un valore ''order'' vengono visualizzate per prime, dal valore più basso al più alto; le restanti connessioni seguono in ordine alfabetico. + + + [Optional] Character used for enclosing text fields when saving results as CSV + [Facoltativo] Carattere usato per racchiudere i campi di testo quando si salvano i risultati i formato CSV + + + [Optional] Character(s) used for separating rows when saving results as CSV + [Facoltativo] Caratteri usati per delimitare le righe quando si salvano i risultati in formato CSV + + + [Optional] Configuration options for copying multi-line results from the Results View + [Facoltativo] Opzioni di configurazione per la copia di risultati su più righe dalla Visualizzazione risultati + + + [Optional] Configuration options for copying results from the Results View + [Facoltativo] Opzioni di configurazione per copiare i risultati dalla Visualizzazione risultati + + + [Optional] Configuration options for which column new result panes should open in + [Facoltativo] Opzioni di configurazione per determinare la colonna in cui aprire i nuovi riquadri dei risultati + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [Facoltativo] Dichiara il tipo di carico di lavoro dell'applicazione quando ci si connette a SQL Server, come ReadWrite o ReadOnly. Per maggiori dettagli, fare riferimento a SQL Server AlwaysOn. + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [Facoltativo] Delimitatore per separare gli elementi di dati quando si salvano i risultati come CSV. Scegli tra separatori comuni come virgola (,), tabulazione (\t), punto e virgola (;) o pipe (|) + + + [Optional] Do not show unsupported platform warnings + [Facoltativa] Non visualizzare avvisi su piattaforme non supportate + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [Facoltativo] Codifica di file usata per il salvataggio dei risultati come CSV. Scegli tra UTF-8 (consigliato), UTF-16, ASCII o Latin-1 in base alla compatibilità dell'applicazione di destinazione + + + [Optional] Indicates the SQL Server language settings. + [Facoltativo] Indica le impostazioni della lingua di SQL Server. + + + [Optional] Indicates the name of local docker container the connection is on + [Facoltativo] Indica il nome del contenitore Docker locale in cui si trova la connessione + + + [Optional] Indicates whether this profile has an empty password explicitly set + [Facoltativo] Indica se per questo profilo è disponibile una password vuota impostata in modo esplicito + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [Facoltativo] Indica il tipo di server che verrà esposto dal provider tramite l'oggetto DataReader. + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [Facoltativo] Registra l'output di debug nella console di VS Code (Guida -> Attiva/Disattiva Strumenti di sviluppo) + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [Facoltativa] Livello di registrazione per i servizi back-end. Azure Data Studio genera un nome file a ogni avvio e, se il file esiste già, le voci del log vengono accodate a tale file. Per la pulizia dei file di log meno recenti, vedere le impostazioni logRetentionMinutes e logFilesRemovalLimit. Con l'impostazione predefinita di tracingLevel, la quantità di dati registrata non è eccessiva. Se si cambia il livello di dettaglio, la registrazione potrebbe diventare eccessiva e richiedere un notevole spazio su disco per i log. Il livello Error include quello Critical, il livello Warning include quello Error, il livello Information include quello Warning e il livello Verbose include quello Information + + + [Optional] Should execution time be shown for individual batches + [Facoltativo] Consente di indicare se visualizzare il tempo di esecuzione per singoli batch + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [Facoltativo] Consente di specificare un nome personalizzato di questo profilo di connessione per facilitare l'esplorazione e la ricerca nel riquadro comandi di Visual Studio Code. + + + [Optional] Specify the SQL Server authentication type. + [Facoltativo] Consente di specificare il tipo di autenticazione di SQL Server. + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [Facoltativo] Consente di specificare il nome del database a cui connettersi. Se il database non è specificato, verrà usata l'impostazione predefinita del database utente, in genere 'master'. + + + [Optional] Specify the delay between attempts to restore connection. + [Facoltativo] Consente di specificare il ritardo tra i tentativi di ripristino della connessione. + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [Facoltativo] Specificare il tempo di attesa in secondi per l'esecuzione di un comando prima di terminare il tentativo e generare un errore. Il valore predefinito è 30 secondi. + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [Facoltativo] Specifica la durata in secondi dell'attesa di una connessione al server prima di terminare il tentativo di connessione e generare un errore. Il valore predefinito è 30 secondi. + + + [Optional] Specify the maximum number of connections allowed in the pool. + [Facoltativo] Consente di specificare il numero massimo di connessioni consentite nel pool. + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [Facoltativo] Consente di specificare la quantità minima di tempo in secondi in cui la connessione deve rimanere attiva nel pool prima che venga rimossa o eliminata. + + + [Optional] Specify the minimum number of connections allowed in the pool. + [Facoltativo] Consente di specificare il numero minimo di connessioni consentite nel pool. + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [Facoltativo] Consente di specificare il nome dell'applicazione usata da SQL Server da registrare (impostazione predefinita: 'vscode-mssql'). + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [Facoltativo] Consente di specificare il nome del file primario, incluso il nome di percorso completo, di un database collegabile. + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [Facoltativo] Consente di specificare il nome della workstation che si connette a SQL Server. + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [Facoltativo] Consente di specificare il nome o l'indirizzo di rete dell'istanza di SQL Server che funge da partner di failover. + + + [Optional] Specify the number of attempts to restore connection. + [Facoltativo] Consente di specificare il numero di tentativi di ripristino della connessione. + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [Facoltativo] Consente di specificare la password per l'autenticazione di SQL Server. Se non è specificata o già salvata, verrà richiesta al momento della connessione. + + + [Optional] Specify the port number to connect to. + [Facoltativo] Consente di specificare il numero di porta a cui connettersi. + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [Facoltativo] Consente di specificare le dimensioni in byte dei pacchetti di rete per comunicare con SQL Server. + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [Facoltativo] Consente di specificare il nome utente per l'autenticazione di SQL Server. Se il nome utente non è specificato verrà chiesto di nuovo al momento della connessione. + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [Facoltativo] Stringa di connessione ADO.NET da usare per la connessione. Sostituisce qualsiasi altra opzione impostata in questa connessione. + + + [Optional] Used by SQL Server in replication. + [Facoltativo] Usato da SQL Server nella replica. + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [Facoltativo] Quando è 'Obbligatorio' o 'Restrittivo', SQL Server utilizza la crittografia SSL per tutti i dati inviati tra il client e il server se nel server è installato un certificato. Se impostato su 'Restrittivo', SQL Server utilizza TDS 8.0 per tutti i trasferimenti di dati tra il client e il server. 'Restrittivo' è supportato a partire da SQL Server 2022. + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [Facoltativo] Se è impostato su 'true', più set di risultati possono essere restituiti o letti da un'unica connessione. + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [Facoltativo] Se è impostato su 'true', il certificato SSL di SQL Server viene automaticamente considerato attendibile quando il livello di comunicazione è crittografato tramite SSL. Impostare su 'false' per la connessione al database SQL di Azure. + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [Facoltativo] Se è impostato su 'true', l'oggetto connessione viene prelevato dal pool appropriato oppure, se necessario, viene creato e aggiunto al pool appropriato. Nota: potrebbe mantenere attivi i database serverless e impedire la sospensione automatica. + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [Facoltativo] Se è impostato su 'true', il rilevamento e la connessione al server attivo è più veloce quando il gruppo di disponibilità AlwaysOn è configurato in subnet diverse. + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [Facoltativo] Se è impostato su 'true', la password per l'autenticazione di SQL Server viene salvata nell'archivio protetto del sistema operativo, ad esempio Portachiavi in MacOS o Archiviazione sicura in Windows. + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [Facoltativo] Se è impostato su 'false', le informazioni sensibili dal punto di vista della sicurezza, ad esempio la password, non vengono restituite come parte della connessione se la connessione è aperta o in precedenza si è trovata in uno stato aperto. + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [Facoltativo] Se specificato (e encrypt=Mandatory e trustServerCertificate=false), SQL Server utilizza il nome host specificato per convalidare l'attendibilità con il certificato del server. + + + [Optional] When true, column headers are included when saving results as CSV + [Facoltativo] Se è impostato su true, le intestazioni di colonna vengono incluse quando si salvano i risultati in formato CSV + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [Obbligatorio] Specifica il nome del server a cui connettersi. Usare 'hostname instance' o '<server>.database.windows.net' per il database SQL di Azure. + + + auth + autenticazione + + + database + database + + + port + porta + + + server + server + + + user + utente + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.ja.xlf b/localization/xliff/vscode-mssql.ja.xlf index 1b43969328..a89c160762 100644 --- a/localization/xliff/vscode-mssql.ja.xlf +++ b/localization/xliff/vscode-mssql.ja.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - 必須です。 - - - $(check) Copied messages - $(check) メッセージがコピーされました - - - $(plug) Connect to MSSQL - $(plug) MSSQL への接続 - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - 'mssql.newEditorConnectionBehavior' は 'defaultConnection' に設定されていますが、'mssql.defaultConnectionId' が構成されていません。新しいエディターは、アクティブな接続の転送にフォールバックします。 - - - '{0}' started. - {0} is the service name - '{0}' が開始しました。 - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <Default> - - - <default> - <既定> - - - (0 rows affected) - (0 行に影響しました) - - - (0 rows) - (0 行) - - - (1 row affected) - (1 行に影響しました) - - - (Command completed successfully) - (コマンドは正常に完了しました) - - - (current) - (現在) - - - (empty) - (空) - - - ({0} row(s) affected) - {0} is the number of rows affected - ({0} 行が影響を受けました) - - - ({0} row) - {0} is the number of rows (singular) - ({0} 行) - - - ({0} rows affected) - {0} is the number of rows affected - ({0} 行に影響しました) - - - ({0} rows) - {0} is the number of rows (plural) - ({0} 行) - - - + Add Azure Account - + Azure アカウントを追加する - - - + Add Fabric Account - + Fabric アカウントの追加 - - - + Create Connection Group - + 接続グループの作成 - - - - - - - - - 0 rows - 0 行 - - - 0 rows returned - 0 行が返されました - - - 1 - 1 - - - 1 row - 1 行 - - - 1 row returned - 1 行が返されました - - - 100K vCore seconds - 100K 仮想コア秒 - - - 32 GB - 32 GB - - - 32 GB storage + 32 GB backup - 32 GB のストレージ + 32 GB のバックアップ - - - 60 min - 60 分 - - - = - = - - - A SQL editor must have focus before executing this command - このコマンドを実行する前に、SQL エディターはフォーカスされている必要があります - - - A connection is already being established. Please wait for it to complete before running a query. - 接続は既に確立されています。クエリを実行する前に、完了するまでお待ちください。 - - - A database with this name already exists on the server - この名前のデータベースは既にサーバーに存在します - - - A firewall rule is required to access this server. - このサーバーにアクセスするには、ファイアウォール規則が必要です。 - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - Fabric サービス全体の分析のために、データを OneLake に自動スケーリング、自動チューニング、ミラー化する、高度に統合された開発者対応のトランザクショナル データベース - - - A predefined global default value for the column or binding. - 列またはバインドの定義済みのグローバルな既定値です。 - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - このエディター セッションのクエリは既に実行中です。このクエリをキャンセルするか、完了まで待ってください。 - - - A required .NET runtime could not be found or installed. - 必要な .NET ランタイムが見つからないか、インストールされませんでした。 - - - API Type - API の種類 - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - ORM 移行や T-SQL 変更スクリプトを自動生成して、スキーマの進化を加速させる - - - Accept - 承認 - - - Accept All - すべて承諾 - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - SQL Server Docker コンテナーをデプロイするには、SQL Server EULA に同意します - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - アクセスが拒否されました。このツールまたはモデルを使用するために必要なアクセス許可があることを確認してください。 - - - Access to the XEL file was denied. - XEL ファイルへのアクセスが拒否されました。 - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - URI {0} の接続 {1} のアクセス トークンの有効期限が切れました - - - Account - アカウント - - - Account not found - アカウントが見つかりません - - - Action - アクション - - - Action Type - アクションの種類 - - - Actions - アクション - - - Active filters: - アクティブなフィルター: - - - Actual Elapsed CPU Time - 実際の経過時間 CPU 時間 - - - Actual Elapsed Time - 実際の経過時間 - - - Actual Number of Rows For All Executions - すべての実行の実際の行数 - - - Add - 追加 - - - Add Account - アカウントの追加 - - - Add Column - 列の追加 - - - Add Connection - 接続の追加 - - - Add Firewall Rule - ファイアウォール ルールの追加 - - - Add Firewall Rule to {0} - {0} is the server name - ファイアウォール規則を {0} に追加する - - - Add MCP server to workspace configuration - ワークスペース構成に MCP サーバーを追加する - - - Add Row - 行の追加 - - - Add Server Connection - サーバー接続の追加 - - - Add Table - テーブルの追加 - - - Add a Microsoft Entra account... - Microsoft Entra アカウントを追加... - - - Add account - アカウントの追加 - - - Add filter - フィルターの追加 - - - Add filters to modify the SQL query - SQL クエリを変更するには、フィルターを追加します - - - Add my client IP ({0}) - {0} is the IP address of the client - クライアント IP ({0}) を追加 - - - Add my subnet IP range - サブネット IP 範囲を追加 - - - Add new column - 新しい列の追加 - - - Add new foreign key - 新しい外部キーを追加 - - - Add tag - タグの追加 - - - Add to VS Code - VS Code に追加 - - - Add to favorites - お気に入りに追加 - - - Add to workspace - ワークスペースに追加 - - - Added - 追加済み - - - Added column '{0}' - {0} is the column name - 列 '{0}' を追加しました - - - Added foreign key '{0}' - {0} is the foreign key name - 外部キー '{0}' を追加しました - - - Additional parameters - 追加のパラメーター - - - Additional usage beyond the free amount will be charged at serverless rates. - 無料分を超える追加の使用量は、サーバーレス料金で課金されます。 - - - Admin Password - 管理者パスワード - - - Admin Username - 管理者ユーザー名 - - - Advanced - 詳細設定 - - - Advanced Backup Options - 高度なバックアップ オプション - - - Advanced Connection Settings - 高度な接続設定 - - - Advanced Entity Configuration - 高度なエンティティ構成 - - - Advanced Options - 詳細オプション - - - Advanced Publish Options - 高度な発行オプション - - - Advanced restore options - 復元オプションの詳細設定 - - - After - - - - All - すべて - - - All Files (*.*) - すべての File (*.*) - - - All Schemas - すべてのスキーマ - - - All files - すべてのファイル - - - All permissions for extensions to access your connections have been cleared. - 接続にアクセスするための拡張機能のすべてのアクセス許可がクリアされました。 - - - All selected - すべて選択済み - - - All severities - すべての重大度 - - - Allow Null - null を許容 - - - Allow Nulls - Null を許容 - - - Allow null - null 値を許容 - - - Allow this extension to access your connections - この拡張機能による接続へのアクセスを許可します - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - MCP クライアントが、このテーブルに対して汎用の作成、読み取り、更新、削除ツールを使用できるようにします。 - - - Alphabetical - アルファベット順 - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - {0} によって既に使用されています - - - Alter - 変更 - - - Always Encrypted - Always Encrypted - - - Always show in new tab - 常に新しいタブに表示する - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - 接続参照があいまいです。connectionId または connectionName のいずれか 1 つだけを指定してください。 - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - GitHub Copilot がデータベース スキーマを理解して処理を進めるには、アクティブな接続が必要です。 -"{0}" を選択して接続を確立します。 - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - ノードの更新中にエラーが発生しました。詳細については、MSSQL 出力チャネルを参照してください。 - - - An error occurred while copying results: {0} - {0} is the error message - 結果のコピー中にエラーが発生しました: {0} - - - An error occurred while loading data. - データの読み込み中にエラーが発生しました。 - - - An error occurred while processing your request. - 要求の処理中にエラーが発生しました。 - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - Microsoft Entra アカウントの削除中にエラーが発生しました: {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - 行の取得中にエラーが発生しました: {0} - - - An error occurred: {0} - {0} is the error message - エラーが発生しました: {0} - - - An unexpected error occurred - 予期しないエラーが発生しました - - - An unexpected error occurred with the language model. Please try again. - 言語モデルで予期しないエラーが発生しました。もう一度お試しください。 - - - An unknown error occurred. Please try again. - 不明なエラーが発生しました。もう一度お試しください。 - - - Analytics-ready by default - 既定で分析可能 - - - Analyze static code with customizable rulesets in SQL Database Projects. - SQL Database プロジェクトでカスタマイズ可能なルール セットを使用して静的コードを分析します。 - - - And - かつ - - - Anonymous - 匿名 - - - Append to the existing backup set - 既存のバックアップ セットに追加 - - - Application (Client) ID - アプリケーション (クライアント) ID - - - Application (Client) ID is required. - アプリケーション (クライアント) ID は必須です。 - - - Application Intent - アプリケーションの意図 - - - Application Name - アプリケーション名 - - - Application Version - アプリケーション バージョン - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - アプリケーションのバージョンは n.n.n または n.n.n.n の形式にする必要があります。n は数値です (例: 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - アプリケーションのバージョンは n.n.n.n の形式にする必要があります。n は数値です (例: 1.0.0.0) - - - Apply - 適用 - - - Apply Changes - 変更の適用 - - - Apply changes to target - ターゲットに変更を適用する - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - SQL 構文、リレーションシップ、制約に関するコンテキストに応じた提案を適用する - - - Apply failed. Fix the error and retry, or run Schema Compare again. - 適用に失敗しました。エラーを修正して再試行するか、Schema Compare をもう一度実行してください。 - - - Applying changes, this might take a while... - 変更を適用しています。これには時間がかかる場合があります... - - - Approve - 承認 - - - Are you sure you want to cancel this background task? - このバックグラウンド タスクを取り消しますか? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - 現在のセッションを閉じますか?キャプチャされたすべてのイベントは失われます。閉じる前に、ツール バーからイベントを CSV にエクスポートできます。 - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - コンテナー {0} を削除しますか?これにより、コンテナーとその接続の両方が VS Code から削除されます。 - - - Are you sure you want to delete the selected items? - 選択されたアイテムを削除しますか? - - - Are you sure you want to delete {0}? - {0} is the group name - {0} を削除しますか? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - {0} を削除しますか? 接続を削除することも、ルート フォルダーに移動することもできます。 - - - Are you sure you want to disconnect? - 切断しますか? - - - Are you sure you want to remove {0}? - {0} is the node label - {0} を削除しますか? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - すべての Copilot の変更を元に戻しますか?これにより、追跡されたすべての変更が元の状態に戻ります。 - - - Are you sure you want to update the target? - ターゲットを更新しますか? - - - Are you sure you want to {0}? - {0} is the action being confirmed - {0}しますか? - - - Are you sure? - よろしいですか? - - - Ask GitHub Copilot to Fix - GitHub Copilot にフィックスを依頼する - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - チャットで質問やスキーマの変更を提案すると、GitHub Copilot が図面内のスキーマを即座に更新します。 - - - At least one API type must be selected. - 少なくとも 1 つの API の種類を選択する必要があります。 - - - Auth type - 認証の種類 - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - Microsoft Entra サービス プリンシパルを使用して認証します。アプリケーション (クライアント) ID をユーザー名として、クライアント シークレットをパスワードとして入力します。詳細については、情報アイコンをクリックしてください。 - - - Authenticated - 認証済み - - - Authentication - 認証 - - - Authentication Library has changed, please reload Visual Studio Code. - 認証ライブラリが変更されました。Visual Studio Code を再読み込みしてください。 - - - Authentication Type - 認証の種類 - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - アカウント '{0}' (テナント '{1}') の認証エラーです。これを解決するには、トークン キャッシュをクリアする必要があります。これにより、接続されているすべてのアカウントからサインアウトされます。 - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - アカウントの認証エラーです。これを解決するには、トークン キャッシュをクリアする必要があります。これにより、接続されているすべてのアカウントからサインアウトされます。 - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - nonce の不一致のため、認証に失敗しました。 Azure Data Studio を閉じてから、もう一度お試しください。 - - - Authentication failed due to a state mismatch, please close ADS and try again. - 状態の不一致のため、認証に失敗しました。 ADS を終了してから、もう一度お試しください。 - - - Authentication not supported - 認証はサポートされていません - - - Auto Arrange - 自動整列 - - - Auto Arrange Confirmation - 自動配置の確認 - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - 自動配置では、最適なレイアウト アルゴリズムに基づいて、すべてのダイアグラム要素の位置が自動的に変更されます。作成したカスタム配置は失われます。スキーマ図の自動配置に進みますか? - - - Auto-pause - 自動一時停止 - - - Auto-pause the database until next month - 来月までデータベースを自動一時停止 - - - Auto-scroll - 自動スクロール - - - Auto-scroll disabled - 自動スクロールが無効 - - - Auto-scroll enabled - 自動スクロールが有効 - - - Automatic tuning features like automatic index creation enabled by default. - 自動インデックス作成などの自動チューニング機能が既定で有効になっています。 - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - システムにインストールされているプロバイダーから使用可能な Microsoft Entra ID の ID を自動的に選択します。詳細については、情報のアイコンをクリックしてください。 - - - Available Servers - 使用可能なサーバー - - - Average: {0} - {0} is the average - 平均: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - 平均: {0} 数: {1} 合計: {2} - - - Avg - 平均 - - - Azure (China) - Azure (China) - - - Azure (Public) - Azure (パブリック) - - - Azure (US Government) - Azure (米国政府機関) - - - Azure Account - Azure アカウント - - - Azure Account is required - Azure アカウントが必須です - - - Azure Code Grant - Azure コードの付与 - - - Azure Data Studio Migration - Azure Data Studio 移行 - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Azure Data Studio 移行ツールキット - キーマップを含むようになりました - - - Azure Data Studio settings file - Azure Data Studio 設定ファイル - - - Azure Databases - Azure データベース - - - Azure Device Code - Azure デバイス コード - - - Azure MFA - Azure MFA - - - Azure SQL Database is not supported for backup. - Azure SQL Database のバックアップはサポートされていません。 - - - Azure SQL Database is not supported for restore. - Azure SQL Database の復元はサポートされていません。 - - - Azure SQL Managed Instance - Azure SQL Managed Instance - - - Azure SQL Server - Azure SQL Server - - - Azure SQL databases provisioning - Azure SQL データベースのプロビジョニング - - - Azure Subscriptions - Azure サブスクリプション - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - Azure アカウント '{0}' が見つかりませんでした。正しいアカウントでサインインするか、別のアカウントを選択します。 - - - Azure sign in failed. - Azure サインインに失敗しました。 - - - Azure subscription not found in cache. - Azure サブスクリプションがキャッシュ内に見つかりません。 - - - Azure: Sign In - Azure: サインイン - - - Azure: Sign In to Azure Cloud - Azure: Azure Cloud にサインイン - - - Azure: Sign In with Device Code - Azure: デバイス コードを使ってサインイン - - - BACPAC exported successfully - BACPAC が正常にエクスポートされました - - - BACPAC exported successfully to '{0}' - {0} is the file path - BACPAC が '{0}' に正常にエクスポートされました - - - BACPAC imported successfully - BACPAC が正常にインポートされました - - - BACPAC imported successfully to database '{0}' - {0} is the database name - BACPAC がデータベース '{0}' に正常にインポートされました - - - Back - 戻る - - - Back to Schema - スキーマに戻る - - - Back to preview - プレビューに戻る - - - Backup - バックアップ - - - Backup Database - {0} - {0} is the database name - データベースのバックアップ - {0} - - - Backup File - バックアップ ファイル - - - Backup Files - バックアップ ファイル - - - Backup Files (*.bak, *.log, *.trn) - バックアップ ファイル (*.bak、*.log、*.trn) - - - Backup Location - バックアップの場所 - - - Backup Name - バックアップ名 - - - Backup Storage Redundancy - バックアップ ストレージ冗長 - - - Backup Type - バックアップの種類 - - - Backup sets to restore - 復元するバックアップ セット - - - Backup the tail of the log - ログ末尾のバックアップ - - - Backup to a new media set - 新しいメディア セットにバックアップ - - - Batch execution time: {0} - {0} is the batch time - バッチ実行時間: {0} - - - Before - - - - Behavior when free offer limit is reached - 無料オファーの上限に達したときの動作 - - - Between - 指定範囲内 - - - Blanks - 空白 - - - Blob - BLOB - - - Blob Container - BLOB コンテナー - - - Blob Container is required - BLOB コンテナーが必要です - - - Blob does not contain a valid database backup - BLOB に有効なデータベース バックアップが含まれていません - - - Blob is required - BLOB は必須です - - - Block this extension from accessing your connections - この拡張機能による接続へのアクセスをブロックします - - - Both - 両方 - - - Brightness - 輝度 - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - 保存した接続、グループ、構成を Azure Data Studio から MSSQL 拡張機能に取り込み、使い慣れたエクスペリエンスを見つけ出します。 - - - Browse - 参照 - - - Browse Azure - Azure を参照 - - - Browse Azure SQL Database tutorials and docs - Azure SQL Database のチュートリアルとドキュメントを参照 - - - Browse Fabric - Fabric を参照する - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - VS Code を離れることなく、Fabric ワークスペースを参照し、Fabric の SQL データベースをプロビジョニングできます。 - - - Browse files - ファイルの参照 - - - Browse forvpath - forvpath の参照 - - - Browse to Azure Data Studio settings.json - Azure Data Studio settings.json を参照する - - - Browse... - 参照... - - - Build APIs with GitHub Copilot - GitHub Copilot を使用して API を作成する - - - Build Data API - データ API のビルド - - - Build failed with exit code {0} - ビルドが終了コード {0} で失敗しました - - - Build {0} - {0} のビルド - - - Building {0}... - {0} をビルドしています... - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - データを保護するための組み込みの暗号化、ファイアウォール規則、Microsoft Entra ID 統合。 - - - Bulk Actions - 一括処理 - - - Bulk-logged - 一括ログ - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - CSV/TXT ファイル (*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - 通話ツール: {1} を使用して {0}。 - - - Cancel - キャンセル - - - Cancel Query - クエリのキャンセル - - - Cancel Task - タスクの取り消し - - - Cancel failed: {0} - {0} is the error message - 取り消せませんでした: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - スキーマ比較を取り消すことができませんでした: '{0}' - - - Cancel the query execution in progress - 実行中のクエリを取り消す - - - Canceled - キャンセル済み - - - Canceling - 取り消し中 - - - Canceling query - クエリを取り消しています - - - Canceling the query failed: {0} - {0} is the error message - 失敗したクエリの取り消し中: {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - Docker ソケットにアクセスできません。ユーザーが 'docker' グループに属していないか、グループ メンバーシップが有効になる前に VS Code が起動された可能性があります。'sudo usermod -aG docker $USER' を実行した後、ログオフ (または再起動) してログオンし直し、VS Code を再起動してください。 - - - Cannot cancel query as no query is running. - クエリが実行されていないため、クエリをキャンセルできません。 - - - Cannot change session while active - アクティブな間はセッションを変更できません - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - トークンの有効期限が切れているため、接続できません。再認証して、もう一度お試しください。 - - - Cannot create foreign key - 外部キーを作成できません - - - Cannot delete column because it is part of foreign key relationships. - 列は外部キー リレーションシップの一部であるため、削除できません。 - - - Cannot delete column because it is referenced by a foreign key. - 外部キーによって参照されているため、列を削除できません。 - - - Cannot delete column because it is used by a foreign key. - 外部キーによって使用されているため、列を削除できません。 - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - {0} を除外することはできません。対象の依存関係が存在します - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - {0} を除外することはできません。対象の依存関係が存在します ({1} など) - - - Cannot generate script without a restore plan - 復元プランがないとスクリプトを生成できません - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - {0} を含めることはできません。対象外の依存関係が存在します - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - {0} を含めることはできません。対象外の依存関係が存在します ({1} など) - - - Cannot revert: The column is part of a foreign key that references a deleted table - 元に戻せません: この列は、削除されたテーブルを参照する外部キーの一部です - - - Cannot revert: The referenced table or column has been deleted - 元に戻せません: 参照されているテーブルまたは列が削除されています - - - Cascade - カスカード - - - Category - カテゴリ - - - Change - 変更 - - - Change Connection - 接続の変更 - - - Change Database - データベースの変更 - - - Change Password - パスワードの変更 - - - Change Setting - 設定の変更 - - - Change column width - 列の幅の変更 - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - 接続 '{0}' (ID: {1}) のデータベースを '{2}' に変更しますか? - - - Change the connection for the active SQL document - アクティブな SQL ドキュメントの接続を変更する - - - Change the database for the active SQL document - アクティブな SQL ドキュメントのデータベースを変更する - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - {0}/{1} の変更 - - - Changed Tables - 変更されたテーブル - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - ドキュメント "{0}" のデータベース コンテキストが "{1}" に変更されました - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - ドキュメント "{0}" でサーバー "{1}" のデータベース コンテキストを "{2}"に変更しました。 - - - Changes - 変更 - - - Changes ({0}) - {0} is the number of schema changes - 変更 ({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - 変更が正常に適用されました。更新された差異を確認するには、Schema Compare をもう一度実行してください。 - - - Changes published successfully - 変更が正常に公開されました - - - Changes saved successfully. - 変更が正常に保存されました。 - - - Changes view mode - 変更点の表示モード - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - ドキュメント "{0}" でサーバー "{1}" のデータベース コンテキストを "{2}" に変更中です。 - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - 接続 '{0}' (ID: {1}) のデータベースを '{2}' に変更しています - - - Chat - チャット - - - Chat command not available in this VS Code version - チャット コマンドは、この VS Code バージョンでは使用できません - - - Check Constraint - CHECK 制約 - - - Check Constraints - CHECK 制約 - - - Checking Docker Engine Configuration - Docker エンジンの構成の確認 - - - Checking Docker engine - Docker エンジンを確認しています - - - Checking Docker installation - Docker のインストールを確認しています - - - Checking Docker prerequisites... - Docker の前提条件を確認しています... - - - Checking container readiness - コンテナーの準備状況を確認しています - - - Checking if Docker is installed - Docker がインストールされているかどうかを確認しています - - - Checking if Docker is installed on your machine - マシンに Docker がインストールされているかどうかを確認しています - - - Checking if Docker is running on your machine. If not, we'll start it for you. - マシンで Docker が実行されているかどうかを確認しています。そうでない場合は、お客様のためのに Microsoft が開始します。 - - - Checking if Docker is started - Docker が開始されているかどうかを確認中 - - - Checking if the Docker Engine is configured correctly on your machine. - マシンで Docker エンジンが正しく構成されているかどうかを確認しています。 - - - Checking pre-requisites - 前提条件の確認 - - - Choose An Action - アクションの選択 - - - Choose Existing - 既存の選択 - - - Choose Query History - Query History の選択 - - - Choose SQL Language - SQL 言語の選択 - - - Choose a Microsoft Entra account - Microsoft Entra アカウントを選択する - - - Choose a Microsoft Entra tenant - Microsoft Entra テナントを選択する - - - Choose a connection profile from the list below - 下の一覧から、接続プロファイルを選択します - - - Choose a database - データベースの選択 - - - Choose a database from the list below - 下の一覧からデータベースを選択してください - - - Choose a hostname for the container - コンテナーのホスト名を選択する - - - Choose a name for the SQL Server Docker Container - SQL Server Docker コンテナーの名前を選択する - - - Choose a port to host the SQL Server Docker Container - SQL Server Docker コンテナーをホストするポートを選択する - - - Choose an option to provision a database - データベースをプロビジョニングするオプションを選択する - - - Choose color - 色の選択 - - - Choose the Right Version - 適切なバージョンの選択 - - - Choose the behavior for new editors - 新しいエディターの動作を選択 - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - このストアド プロシージャを GraphQL のミューテーションまたはクエリのどちらで表示するかを選択してください。DAB の既定値はミューテーションです。 - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - 循環参照が検出されました: '{0}' → '{1}' で循環が作成されます - - - Clear - クリア - - - Clear All - すべてクリア - - - Clear All Filters - すべてのフィルターをクリア - - - Clear Data - データのクリア - - - Clear Filter - フィルターのクリア - - - Clear Filters - フィルターのクリア - - - Clear Quick Query - クイック クエリをクリアする - - - Clear Recent Connections List - 最近の接続履歴をクリア - - - Clear Selection - 選択のクリア - - - Clear Sort - 並べ替えをクリア - - - Clear all - すべてクリア - - - Clear all events (keeps session running) - すべてのイベントをクリア (セッションの実行は維持) - - - Clear all filters - すべてのフィルターをクリア - - - Clear all filters and show all events - すべてのフィルターをクリアしてすべてのイベントを表示する - - - Clear all grouping - すべてのグループ化をクリア - - - Clear all sorting - すべての並べ替えをクリア - - - Clear cache and refresh token - キャッシュのクリアと更新トークン - - - Clear filters - フィルターのクリア - - - Clear from recent connections list - 最近使用した接続の一覧からクリアする - - - Clear permissions for all extensions to access your connections - 接続にアクセスするためのすべての拡張機能のアクセス許可をクリアします - - - Clear quick filter and all column filters - クイック フィルターとすべての列フィルターをクリアする - - - Clear this Quick Query - このクイック クエリをクリアする - - - Clear token cache - トークン キャッシュのクリア - - - Click to cancel loading summary - クリックして要約の読み込みを取り消します - - - Click to change connection - クリックして接続を変更する - - - Click to change database - クリックしてデータベースを変更する - - - Click to connect to a database - クリックすると、データベースに接続します - - - Click to load summary - クリックして要約を読み込みます - - - Click to sign into an Azure account - クリックして Azure アカウントにサインインします - - - Client Secret - クライアント シークレット - - - Client secret is required. - クライアント シークレットは必須です。 - - - Close - 閉じる - - - Close Designer - Designer を閉じる - - - Close Find - 検索を閉じる - - - Close Script Pane - スクリプト ウィンドウを閉じる - - - Close Without Export - エクスポートせずに閉じる - - - Close details panel - 詳細パネルを閉じる - - - Close existing connections to destination database - 接続先データベースへの既存の接続を閉じる - - - Close properties pane - [プロパティを閉じる] ウィンドウ - - - Close the current connection - 現在の接続を閉じる - - - Cloud - クラウド - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis - {0} - - - Code analysis rules saved successfully - コード分析規則が正常に保存されました - - - Collapse - 折りたたむ - - - Collapse All - すべて折りたたむ - - - Collapse Subscription Explorer - サブスクリプション エクスプローラーを折りたたむ - - - Collapse Workspace Explorer - ワークスペース エクスプローラーを折りたたむ - - - Collapse all groups - すべてのグループを折りたたむ - - - Collapse connection groups - 接続グループを折りたたむ - - - Collapse connections - 接続を折りたたむ - - - Collapse settings - 設定を折りたたむ - - - Collapse {0} - {0} is the category name, e.g. Design - {0} を折りたたむ - - - Collation - 照合順序 - - - Color - - - - Column - - - - Column '{0}' already exists - {0} is the column name - 列 '{0}' は既に存在します - - - Column '{0}' already has a foreign key - {0} is the column name - 列 '{0}' には既に外部キーが設定されています - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - 列 '{0}' は主キーであるため、null にすることはできません - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - 列 '{0}' は ID 列であり、カスケード外部キーを持つことはできません - - - Column '{0}' must be a primary key - {0} is the referenced column - 列 '{0}' は主キーである必要があります - - - Column '{0}' not found - {0} is the column name - 列 '{0}' が見つかりません - - - Column Name - 列名 - - - Column max length cannot be empty - 列の最大長を空にすることはできません - - - Column name cannot be empty - 列名を空にすることはできません。 - - - Column not found: {0} - {0} is the column reference - 列が見つかりません: {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - 列参照が複数の列に解決されました: {0} - - - Column resize by content - 列の幅を内容に合わせる - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - 列の幅は {0} ピクセル以上である必要があります。 - - - Columns - - - - Columns in the primary key. - 主キーの列。 - - - Command Timeout - コマンド タイムアウト - - - Commands - コマンド - - - Compare - 比較 - - - Compare Azure SQL Database service tiers - Azure SQL Database のサービス レベルを比較 - - - Compare SQL Server editions - SQL Server エディションの比較 - - - Comparison Details - 比較の詳細 - - - Compatibility Level - 互換性レベル - - - Compress backup - バックアップの圧縮 - - - Compression - 圧縮 - - - Compute - コンピューティング - - - Compute + Storage - コンピューティングとストレージ - - - Config copied to clipboard - 構成がクリップボードにコピーされました - - - Configuration saved. - 構成が保存されました。 - - - Configuration sections - 構成セクション - - - Configuration to Import - インポートする構成 - - - Configure Linux containers - Linux コンテナーの構成 - - - Configure Quick Query and Extension shortcuts. - クイック クエリおよび拡張機能のショートカットを構成します。 - - - Configure Rosetta in Docker Desktop - Docker Desktop で Rosetta を設定する - - - Configure and customize Azure SQL Databases - Azure SQL データベースの構成とカスタマイズ - - - Configure and customize SQL Server containers - SQL Server コンテナーの構成とカスタマイズ - - - Configure keyboard shortcuts used by the MSSQL extension. - MSSQL 拡張機能で使用されるキーボード ショートカットを構成します。 - - - Configure the full list of Query Editor shortcuts. - クエリ エディターのすべてのショートカットの一覧を構成します。 - - - Confirm Password - パスワードの確認 - - - Confirm SQL Server admin password - SQL サーバー管理者パスワードを確認する - - - Confirm admin password - 管理者パスワードの確認 - - - Confirm new password - 新しいパスワードの確認入力 - - - Confirm to clear recent connections list - 最近の接続履歴のクリアを確認 - - - Confirm to remove this profile. - このプロファイルを削除することを確認します。 - - - Conjunction - 結合 - - - Connect - 接続 - - - Connect and manage database connections - データベース接続を接続および管理する - - - Connect the active SQL document to a database - アクティブな SQL ドキュメントをデータベースに接続する - - - Connect to Database - データベースへの接続 - - - Connect to MSSQL - MSSQL への接続 - - - Connect to SQL Server - SQL Server への接続 - - - Connect to Server - サーバーに接続 - - - Connect to a database - データベースへの接続 - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - サーバー {0} とデータベース {1} に接続しますか? - - - Connect to server {0}? - {0} is the server name - サーバー {0} に接続しますか? - - - Connect to {0} - {0} is the name of the connection profile - {0} に接続 - - - Connect using either Microsoft Entra ID or SQL Authentication. - Microsoft Entra ID または SQL 認証のいずれかを使用して接続します。 - - - Connect using profile {0}? - {0} is the profile ID - プロファイル {0} を使用して接続しますか? - - - Connect with SQL tools and run your first query - SQL ツールに接続して最初のクエリを実行 - - - Connect with the current settings and save the connection profile - 現在の設定で接続し、接続プロファイルを保存する - - - Connected successfully - 正常に接続されました - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - ドキュメント "{0}" でサーバー "{1}" に接続しました。サーバー情報: {2} - - - Connected to {0} - {0} is the connection label - {0} に接続されました - - - Connected to: - 接続先: - - - Connecting - 接続中 - - - Connecting to Container - コンテナーに接続中 - - - Connecting to Database - データベースに接続しています - - - Connecting to database - データベースに接続しています - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - ドキュメント "{0}" でサーバー "{1}" に接続中です。 - - - Connecting to server {0} - {0} is the server name - サーバー {0} に接続しています - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - サーバー {0} とデータベース {1} への接続中 - - - Connecting to server... - サーバーに接続しています... - - - Connecting to your SQL Server Docker container - SQL Server Docker コンテナーへの接続 - - - Connecting to {0}... - {0} is the server name - {0} に接続しています... - - - Connecting to {0}... - {0} is the connection display name - {0} に接続しています... - - - Connecting to: - 次の場所に接続します: - - - Connecting using profile {0} - {0} is the profile ID - プロファイル {0} を使用した接続 - - - Connecting... - 接続中... - - - Connection - 接続 - - - Connection Authentication - 接続認証 - - - Connection Details - 接続の詳細 - - - Connection Dialog - 接続ダイアログ - - - Connection Error - 接続エラー - - - Connection Failed - 接続に失敗しました - - - Connection Group - 接続グループ - - - Connection Import Warning - 接続のインポートに関する警告 - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - 接続プロファイルを更新できませんでした。settings.json で接続の詳細を手動で変更してから、もう一度お試しください。 - - - Connection String - 接続文字列 - - - Connection Timeout - 接続タイムアウト - - - Connection Timeout (seconds) - 接続タイムアウト (秒) - - - Connection actions - 接続アクション - - - Connection error - 接続エラー - - - Connection error: {0} - {0} is the error message - 接続エラー: {0} - - - Connection failed - 接続に失敗しました - - - Connection failed: {0} - {0} is the error message from the connection attempt - 接続に失敗しました: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - 同じ ID の接続グループは既にインポートされています: {0} (ID: {1}) - - - Connection groups to import - インポートする接続グループ - - - Connection is not active. Please establish a connection before performing this action. - 接続がアクティブではありません。この操作を実行する前に接続を確立してください。 - - - Connection not found for uri "{0}". - {0} is the uri - URI "{0}" の接続が見つかりません。 - - - Connection profile '{0}' not found. - {0} is the profile ID - 接続プロファイル '{0}' が見つかりません。 - - - Connection profile not found. Please create a new connection using the Connection Dialog. - 接続プロファイルが見つかりません。[接続] ダイアログを使用して新しい接続を作成してください。 - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - 拡張機能 '{0}' の接続共有のアクセス許可が拒否されました。これを変更するには、アクセス許可管理コマンドを使用します。 - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - 次の拡張機能には接続共有のアクセス許可が必要です: '{0}' - - - Connection string copied to clipboard - 接続文字列がクリップボードにコピーされました - - - Connection string is required - 接続文字列が必要です - - - Connection test succeeded - 接続テストに成功しました - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - ID "{0}" の接続が見つかりません。接続 ID が存在することを確認してください。 - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 同じ ID の接続は既にインポートされています: {0} (ID: {1}) - - - Connection: {0} - {0} is the task connection label - 接続: {0} - - - Connections in groups that are not selected will be moved under the root. - 選択されていないグループ内の接続は、ルートの下に移動されます。 - - - Connections to import - インポートする接続 - - - Consider adding a name for this foreign key - この外部キーに名前を追加することを検討してください - - - Container Name - コンテナー名 - - - Container Settings - コンテナーの設定 - - - Container does not exist. Would you like to remove the connection? - コンテナーが存在しません。接続を削除しますか? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - タイムアウト期間内にコンテナーを開始できませんでした。数分たってから、もう一度やり直してください。 - - - Container logs - コンテナー ログ - - - Container name and port are required to check container readiness. - コンテナーの準備状況を確認するには、コンテナー名とポートが必要です。 - - - Container name is invalid or already in use - コンテナー名が無効であるか、既に使用されています - - - Container name is required - コンテナー名が必要です - - - Container name, port, and config content are required to start the container. - コンテナーを起動させるには、コンテナー名、ポート、および構成内容が必要です。 - - - Containment Type - 包含の種類 - - - Contains - 含む - - - Continue - 続行 - - - Continue Editing - 編集を続行する - - - Continue on error - エラー時に続行 - - - Continue using for additional charges - 追加料金で引き続き使用 - - - Control the results grid display - 結果グリッドの表示を制御する - - - Copied - コピーされました - - - Copied "{0}" to clipboard - {0} is the object name - "{0}" をクリップボードにコピーしました - - - Copied to clipboard - クリップボードにコピーされました - - - Copilot Changes - Copilot の変更 - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Copilot の変更 ({0}) - - - Copy - コピー - - - Copy & Export - コピーとエクスポート - - - Copy All - すべてコピー - - - Copy As - 形式を指定してコピー - - - Copy Column Name - 列の名前をコピー - - - Copy Headers - ヘッダーのコピー - - - Copy Object Name - オブジェクト名のコピー - - - Copy Script - スクリプトのコピー - - - Copy Script to Clipboard - スクリプトをクリップボードにコピー - - - Copy all cells including column headers - 列見出しを含むすべてのセルをコピーする - - - Copy all query result content - すべてのクエリ結果の内容をコピー - - - Copy all text output for this cell (messages, PRINT, errors) - このセルのすべてのテキスト出力をコピー (メッセージ、PRINT、エラー) - - - Copy all with headers - ヘッダーを含むすべてをコピーする - - - Copy as CSV - CSV としてコピー - - - Copy as IN clause - IN 句としてコピー - - - Copy as INSERT - INSERT としてコピー - - - Copy as INSERT INTO - INSERT INTO としてコピー - - - Copy as JSON - JSON としてコピー - - - Copy code and open webpage - コードをコピーして Web ページを開く - - - Copy command to clipboard - コマンドをクリップボードにコピーする - - - Copy connection string to clipboard - 接続文字列をクリップボードにコピーする - - - Copy data and save results to files - データをコピーして結果をファイルに保存する - - - Copy link - リンクのコピー - - - Copy messages - メッセージのコピー - - - Copy script - スクリプトのコピー - - - Copy selected cells including column headers - 列ヘッダーを含む選択したセルをコピーする - - - Copy selected cells to the clipboard - 選択したセルをクリップボードにコピーする - - - Copy selection - 選択内容をコピーする - - - Copy selection formatted as INSERT statements - INSERT ステートメントとして書式設定された選択範囲をコピーする - - - Copy selection formatted as JSON - 選択内容を JSON 形式でコピーする - - - Copy selection formatted as a SQL IN clause - 選択範囲を SQL IN 句として書式設定してコピーする - - - Copy selection formatted as comma-separated values - 選択範囲をコンマ区切りの値として書式設定してコピーする - - - Copy text data to clipboard - テキスト データをクリップボードにコピー - - - Copy with Headers - ヘッダー付きでコピー - - - Copy with headers - ヘッダー付きでコピー - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - {0} URL のコピー - - - Copy-only Backup - コピーのみのバックアップ - - - Copying results... - 結果をコピーしています... - - - Cost - コスト - - - Could not connect to database: {0} - {0} is the database name - データベース: {0} に接続できませんでした - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - クライアント IP アドレスを検出できませんでした。Azure portal でファイアウォール規則を手動で追加してください。 - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - {0} '{1}' のスクリプト メタデータが見つかりませんでした。 - - - Could not load restore plan - 復元プランを読み込めませんでした - - - Count - アイテム数 - - - Count: {0} - {0} is the count - カウント: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - カウント: {0} 個別カウント: {1} Null カウント: {2} - - - Create - 作成 - - - Create Connection Group - 接続グループの作成 - - - Create Connection Profile - 接続プロファイルの作成 - - - Create Container - コンテナーの作成 - - - Create Database - データベースの作成 - - - Create Firewall Rule - ファイアウォール規則を作成する - - - Create Local SQL Container - ローカル SQL コンテナーの作成 - - - Create New - 新規作成 - - - Create New Connection Group - 新しい接続グループの作成 - - - Create New Resource Group - 新しいリソース グループの作成 - - - Create New Server - 新しいサーバーの作成 - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - Visual Studio Code 内のビジュアル インターフェイスから、SQL データベース テーブルの REST、GraphQL、および MCP エンドポイントを作成できます。エンティティ、アクセス許可、デプロイ設定を構成し、Docker を使用してローカルに展開します。 - - - Create a Local Docker SQL Server - ローカル Docker SQL Server を作成する - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - SQL Server コンテナーを数秒で作成できます。手動の手順は必要ありません。VS Code を離れずに MSSQL 拡張機能から簡単に確認できます。 - - - Create a SQL database in Fabric - Fabric で SQL データベースを作成する - - - Create a new connection profile - 新しい接続プロファイルの作成 - - - Create a new database on '{0}'. - {0} is the name of the server - '{0}' に新しいデータベースを作成します。 - - - Create a new firewall rule - 新しいファイアウォール ルールの作成 - - - Create a new profiling session - 新しいプロファイル セッションの作成 - - - Create an Azure SQL Database (Preview) - Azure SQL Database の作成 (プレビュー) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - 頻繁に使用されるクエリ、およびクエリ エディターと結果グリッド アクションのキーボード ショートカットを作成と管理して、使用可能なコマンドを検出し、より効率的に実行します。 - - - Create as Script - スクリプトとして作成 - - - Create new - 新規作成 - - - Create new connection copied from {0} - {0} is the name of the connection profile - {0} からコピーした新しい接続を作成する - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - {0} の新しいファイアウォール規則を作成する - - - Created table {0} - {0} is the qualified table name - テーブル {0} を作成しました - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - このストアド プロシージャ専用の MCP ツールを作成します。無効にしても、MCP が有効であれば、汎用の MCP 実行ツールからこのプロシージャを使用できます。 - - - Creating Container - コンテナーの作成中 - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - ワークスペース {0} の SQL データベースを作成しています - - - Creating SQL Server container... - SQL Server コンテナーを作成しています... - - - Creating and starting the container - コンテナーの作成と起動 - - - Creating and starting your SQL Server container - SQL Server コンテナーの作成と開始 - - - Creating database - データベースを作成中 - - - Creating resource group... - リソース グループを作成しています... - - - Creating server... - サーバーを作成しています... - - - Creating session... - セッションを作成しています... - - - Creating workspace with capacity {0} - {0} is the capacity ID - 容量 {0} を使用してワークスペースを作成しています - - - Creating... - 作成しています... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - 資格情報エラー: アカウント資格情報の更新中にエラーが発生しました。再認証してください。 - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - 資格情報エラー: アカウント資格情報の更新中にエラーが発生しました。再認証してください。エラー: {0} - - - Current Schema: {0}, Select the new schema: - 現在のスキーマ: {0}、新しいスキーマを選択してください: - - - Currently signed in as: - 現在サインインしているユーザー: - - - Custom GraphQL Plural Type - カスタム GraphQL 複数型 - - - Custom GraphQL Singular Type - カスタム GraphQL 単数型 - - - Custom GraphQL Type - カスタム GraphQL 型 - - - Custom REST Path - カスタム REST パス - - - Custom Zoom - ズームの指定 - - - Customize keyboard shortcuts - キーボード ショートカットをカスタマイズする - - - DAB container failed to become ready within the timeout period. - DAB コンテナーはタイムアウト期間内に準備を完了できませんでした。 - - - DAB container is running! - DAB コンテナーが実行されています。 - - - DAB container logs - DAB コンテナー ログ - - - DACPAC deployed successfully - DACPAC が正常に展開されました - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - DACPAC がデータベース '{0}' に正常に展開されました - - - DACPAC extracted successfully - DACPAC が正常に抽出されました - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC が '{0}' に正常に抽出されました - - - DACPAC path not found. Please build the project first. - DACPAC パスが見つかりません。最初にプロジェクトをビルドしてください。 - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - DacFx サービスは使用できません。展開オプションなしでプロファイルが読み込まれました。スクリプトの発行および生成操作は実行できません。 - - - DacFx service is not available. Publish and generate script operations cannot be performed. - DacFx サービスは使用できません。スクリプトの発行および生成操作は実行できません。 - - - Data API builder - データ API ビルダー - - - Data API builder Configuration - データ API ビルダーの構成 - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - データ API ビルダーが開きました。{0} 操作 ({1}/{2}) を続行します。 - - - Data API builder with GitHub Copilot - GitHub Copilot を使用した Data API ビルダー - - - Data Source - データ ソース - - - Data Type - データ型 - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - SQL 分析エンドポイントを使用して、リアルタイムで自動的にデータが OneLake にレプリケートされます。 - - - Data file folder - データ ファイル フォルダー - - - Data type - データ型 - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - データ型が一致しません: 列 '{1}' の '{0}' は '{3}' の '{2}' と互換性がありません - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - データ層アプリケーション (DACPAC / BACPAC) のインポートとエクスポート - - - Data-tier Application - データ層アプリケーション - - - Data-tier Application File (.dacpac) - データ層アプリケーション ファイル (.dacpac) - - - Database - データベース - - - Database - {0} - {0} is the database name - データベース - {0} - - - Database Description - データベースの説明 - - - Database Details - データベースの詳細 - - - Database Name - データベース名 - - - Database Name is required - データベース名が必要です - - - Database Project - データベース プロジェクト - - - Database changed successfully - データベースが正常に変更されました - - - Database is required - データベースが必要です - - - Database list - データベース一覧 - - - Database name - データベース名 - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - データベース名に無効な文字が含まれています。次の文字の使用を避けてください: < > * ? " / \ | - - - Database name is required - データベース名は必須です - - - Database name is too long. Maximum length is 128 characters - データベース名が長すぎます。最大長は 128 文字です - - - Database name must be 128 characters or fewer - データーベース名は 128 文字以下にする必要があります。 - - - Database not found on the server - サーバーにデータベースが見つかりません - - - Database pauses until the next billing cycle when free amount is renewed. - データベースは、無料分が更新される次の請求サイクルまで一時停止します。 - - - Database the table is created in - テーブルが作成されているデータベース - - - Default - 既定値 - - - Default Value - 既定値 - - - Define who can access this endpoint - このエンドポイントにどのユーザーがアクセスできるかを定義してください - - - Define who can execute this stored procedure - このストアド プロシージャを実行できるユーザーを定義 - - - Definition - 定義 - - - Definition type - 定義の種類 - - - DefinitionRequestCompleted - DefinitionRequestCompleted - - - DefinitionRequested - DefinitionRequested - - - Delete - 削除 - - - Delete 1 row - 1 行を削除 - - - Delete Confirmation - 削除の確認 - - - Delete Contents - コンテンツの削除 - - - Delete Row - 行の削除 - - - Delete backup and restore history - バックアップおよび復元の履歴を削除する - - - Delete saved connection - 保存された接続の削除 - - - Delete {0} rows - {0} 行を削除 - - - Deleted - 削除済み - - - Deleted column '{0}' - {0} is the column name - 列 '{0}' を削除しました - - - Deleted foreign key '{0}' - {0} is the foreign key name - 外部キー '{0}' を削除しました - - - Deleted table {0} - {0} is the qualified table name - テーブル {0} を削除しました - - - Deleting Container... - コンテナーを削除しています... - - - Deny - 拒否 - - - Deploy - 展開 - - - Deploy DAB Container - DAB コンテナーの展開 - - - Deploy a .dacpac file to a new or existing SQL database - 新規または既存の SQL データベースに .dacpac ファイルを展開する - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - MSSQL 拡張機能の統合された合理化されたワークフローを使用して .dacpac ファイルのデプロイと抽出、または .bacpac パッケージのインポート/エクスポートを行います。 - - - Deploy to Existing Database - 既存のデータベースへの展開 - - - Deploy, extract, import, or export data-tier applications on the selected database - 選択したデータベースにデータ層アプリケーションを展開、抽出、インポート、またはエクスポートする - - - Deploying DACPAC... - DACPAC を展開しています... - - - Deployment Complete - 展開が完了しました - - - Deployment Failed - デプロイに失敗しました - - - Deployment Name - デプロイ名 - - - Deployment failed - 展開に失敗しました - - - Deployment finished - 展開が完了しました - - - Deployment in progress - デプロイが進行中です - - - Description - 説明 - - - Description for the table. - テーブルの説明です。 - - - Description: {0} - {0} is the task description - 説明: {0} - - - Deselect All - すべて選択解除 - - - Design API - 設計 API - - - Design Schemas with GitHub Copilot - GitHub Copilot を使用してスキーマを設計する - - - Details - 詳細 - - - Details panel actions - 詳細パネルの操作 - - - Details panel tabs - [詳細パネル] タブ - - - Details tab - displays all event properties - [詳細] タブ - すべてのイベント プロパティを表示します - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - Azure SQL Database エンジンを使用した開発者フレンドリなトランザクション データベース。プロトタイプ作成と学習のためのコストはかかりません。 - - - Developer-friendly transactional database using the Azure SQL Database Engine. - Azure SQL データベース エンジンを使用した、開発者にとって使いやすいトランザクショナル データベース。 - - - Differential - 差分 - - - Directory not found - ディレクトリが見つかりません - - - Disable all entities - すべてのエンティティを無効にする - - - Disable intellisense and syntax error checking on current document - 現在のドキュメントで T-SQL インテリセンスと構文エラー チェックを無効にする - - - Disabled - 無効 - - - Disabled globally - グローバルに無効になっています - - - Discard - 破棄 - - - Disconnect - 切断 - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) から切断しますか? - - - Disconnect the active SQL document from the database - アクティブな SQL ドキュメントとデータベースの接続を解除する - - - Disconnected on document "{0}" - {0} is the document name - ドキュメント "{0}" で切断されました - - - Disconnected successfully - 切断完了 - - - Disconnected. - 切断されました。 - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) から切断しています - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - Fabric、Azure SQL、SQL Server の SQL Database が最新のアプリ開発をどのように再定義しているかをご確認ください。パフォーマンス、AI 統合、開発者の生産性の限界を押し上げ、エンジニアやピアに参加しましょう。 - - - Dismiss - 閉じる - - - Displays the data type name for the column - 列のデータ型名を表示します - - - Displays the description of the column - 列の説明を表示します - - - Displays the unified data type (including length, scale and precision) for the column - 列の統合データ型 (長さ、小数部桁数、精度を含む) を表示します - - - Dissatisfied - 不満 - - - Distinct - 一意 - - - Distinct Count: {0} - {0} is the distinct count - 個別のカウント: {0} - - - Do not compress backup - バックアップを圧縮しない - - - Do not connect - 接続しない - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - VS Code 用の MSSQL 拡張機能に関する簡単なフィードバック アンケートに答えますか? - - - Do you want to always display query results in a new tab instead of the query pane? - クエリ ウィンドウではなく新しいタブにクエリ結果を自動的に表示しますか? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - この接続で [サーバー証明書を信頼する] を有効にして再試行しますか? - - - Docker Desktop must be installed and running on your machine. - Docker Desktop がマシンにインストールされ、実行されている必要があります。 - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - タイムアウト期間内に Docker を起動できませんでした。Docker を手動で起動して、もう一度お試しください。 - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Docker が PATH にインストールされていないか、またはインストールされていません。Docker Desktop をインストールして、もう一度お試しください。 - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Docker を実行するには、ルートアクセス許可が必要です。sudo で Docker を実行するか、sudo usermod -aG docker $USERを使用して docker グループにユーザーを追加してください。次に、コンピューターを再起動して再試行してください。 - - - Don't Save - 保存しない - - - Don't Show Again - 再表示しない - - - Don't show this again - 今後このメッセージを表示しない - - - Download offline VSIX - オフライン VSIX のダウンロード - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - キーマップ拡張機能をダウンロードして、Azure Data Studio からキー マッピングを自動的にインポートします。これらの変更はキーボード ショートカットの設定に反映されます。 - - - Downloading the Data API builder container image - データ API ビルダー コンテナー イメージをダウンロードしています - - - Drizzle - Drizzle - - - Drop - 切断 - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - '{1}' から '{0}' を削除します。この操作は元に戻せません。 - - - Drop Database - データベースの削除 - - - Drop Database Options - データベースの削除オプションの設定 - - - Drop active connections - アクティブな接続を切断 - - - Dropping database - データベースを削除しています - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - VS Code 拡張機能から離れることなくローカル SQL Server を簡単に設定できます。数回クリックするだけで、サーバーを簡単にインストール、構成、管理できます。 - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - Azure SQL データベース Free レベルから簡単に開始し、無料でエディターから直接データベースを作成して接続できます。 - - - Edit Connection Group - {0} - {0} is the connection group name - 接続グループの編集 - {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - 接続グループの編集: {0} - - - Edit Data - データの編集 - - - Edit Database Connection - {0} - {0} is the name of the connection profile - データベース接続の編集 - {0} - - - Edit Table - テーブルの編集 - - - Edit an existing connection profile - 既存の接続プロファイルを編集 - - - Edit connection profile - 接続プロフィールの編集 - - - Edit your schema to see changes here. - スキーマを編集すると、ここに変更が表示されます。 - - - Edit {0} - {0} is the name of the connection profile - {0} の編集 - - - Either profileId or serverName must be provided. - profileId または serverName を指定する必要があります。 - - - Elapsed time: {0} - {0} is the task elapsed time - 経過時間: {0} - - - Enable 'Trust Server Certificate' - 'サーバー証明書の信頼' を有効にする - - - Enable Code Analysis on Build - ビルドに対するコード分析の有効化 - - - Enable GraphQL in API Type to expose this entity through GraphQL. - このエンティティを GraphQL 経由で公開するには、[API の種類] で GraphQL を有効にしてください。 - - - Enable MCP in API Type to use this DML tools setting. - この DML ツール設定を使用するには、[API の種類] で MCP を有効にしてください。 - - - Enable MCP in API Type to use this custom tool setting. - このカスタム ツール設定を使用するには、[API の種類] で MCP を有効にしてください。 - - - Enable REST in API Type to expose this entity through REST. - このエンティティを REST 経由で公開するには、[API の種類] で REST を有効にしてください。 - - - Enable Trust Server Certificate - 信頼サーバー証明書を有効にする - - - Enable all CRUD operations - すべての CRUD 操作を有効にする - - - Enable all entities - すべてのエンティティを有効にする - - - Enable all rules in {0} - {0} is the category name, e.g. Design - {0} のすべてのルールを有効にする - - - Enable or disable SQLCMD mode for the active SQL document - アクティブな SQL ドキュメントの SQLCMD モードを有効または無効にする - - - Enable {0} - {0} is the entity name - {0} を有効にする - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - {0} を有効にする - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} をグローバルに有効にする - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - このエンティティを公開するには、[API の種類] で {0} を有効にしてください。 - - - Enabled - 有効 - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - 問題が発生していますか? 改善のために GitHub の問題を開いて、詳細を共有してください。 - - - Encrypt - 暗号化する - - - Encryption - 暗号化 - - - Encryption Algorithm - 暗号化アルゴリズム - - - Encryption Type - 暗号化の種類 - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - この接続で暗号化が有効になっています。ターゲット SQL Server の SSL と証明書の構成を確認するか、接続ダイアログで 'サーバー証明書の信頼' を有効にします。 - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - この接続で暗号化が有効になっています。ターゲット SQL Serverの SSL と証明書の構成を確認するか、[サーバー証明書を信頼する] を 'true' に設定します。注: 自己署名証明書では限定的な保護が提供されるだけで、運用環境では推奨されません。 - - - End IP Address - 終了 IP アドレス - - - Ends With - 次で終わる - - - Ends with - 次の値で終わる - - - Engine: {0} - {0} is the engine type - エンジン: {0} - - - Ensuring Docker Desktop is running - Docker デスクトップが実行されていることを確認する - - - Enter Database Description - データベースの説明の入力 - - - Enter Database Name - データベース名を入力する - - - Enter a date... - 日付を入力... - - - Enter a name for the new profiler session - 新しいプロファイラー セッションの名前を入力 - - - Enter a name for the new resource group - 新しいリソース グループの名前を入力してください - - - Enter a name for the new server - 新しいサーバーの名前を入力 - - - Enter a number... - 数値を入力... - - - Enter admin password - 管理者パスワードの入力 - - - Enter admin username - 管理者のユーザー名を入力 - - - Enter application name - アプリケーション名の入力 - - - Enter connection group name - 接続グループ名を入力してください - - - Enter container name - コンテナー名を入力してください - - - Enter database name - データベース名の入力 - - - Enter description (optional) - 説明の入力 (省略可) - - - Enter desired column width in pixels - 目的の列幅をピクセル単位で入力します - - - Enter hostname - ホスト名の入力 - - - Enter new column width - 新しい列幅を入力する - - - Enter new database name - 新しいデータベース名を入力する - - - Enter new password - 新しいパスワードの入力 - - - Enter password - パスワードを入力 - - - Enter port - ポートを入力してください - - - Enter profile name - プロファイル名を入力してください - - - Enter resource group name - リソース グループ名を入力してください - - - Enter server name - サーバー名を入力してください - - - Enter text... - テキストを入力... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - ユーザー '{0}' の SQL ログイン パスワードを入力してください。 - - - Enter the path for the output file - 出力ファイルのパスを入力 - - - Enter user name - ユーザー名の入力 - - - Enter username - ユーザー名の入力 - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - エンティティ '{0}' は、データ API ビルダーではサポートされていません。 {1} - - - Entity Endpoints - エンティティ エンドポイント - - - Entity Name - エンティティ名 - - - Entity name used in API routes - API ルートで使われるエンティティ名 - - - Entity not found: {0} - {0} is the entity reference - エンティティが見つかりません: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - エンティティ参照が複数のエンティティに解決されました: {0} - - - Entra token cache cleared successfully. - Entra トークン キャッシュが正常にクリアされました。 - - - Equal to - 次の値と等しい - - - Equals - 等しい - - - Error - Error - - - Error Message: - エラー メッセージ: - - - Error code: - エラー コード: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - サーバー "{0}" への接続中にエラーが発生しました。詳細: {1} - - - Error connecting to: - 次の場所への接続エラー: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - ファイアウォール規則 {0} の作成中にエラーが発生しました。 Azure アカウントの設定を確認して、もう一度お試しください。 エラー: {1} - - - Error fetching schemas for the selected database. - 選択したデータベースのスキーマの取得でエラーが発生しました。 - - - Error fetching the table preview. - テーブル プレビューの取得でエラーが発生しました。 - - - Error generating text view. Please try switching back to grid view. - テキスト ビューの生成中にエラーが発生しました。グリッド ビューに切り替えてみてください。 - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - テナント ID '{0}' の Azure アカウント情報の読み込み中にエラーが発生しました - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - サブスクリプション {0} ({1}) の Azure データベースの読み込み中にエラーが発生しました。アクセス許可があることを確認してください。 - - - Error loading Azure subscriptions. - Azure サブスクリプションの読み込み中にエラーが発生しました。 - - - Error loading Schema Designer - スキーマ デザイナーの読み込みでエラーが発生しました - - - Error loading Table Designer - テーブル デザイナーの読み込みでエラーが発生しました - - - Error loading database objects - データベース オブジェクトの読み込みでエラーが発生しました - - - Error loading databases - データベースの読み込み中にエラーが発生しました - - - Error loading preview - プレビューの読み込みエラー - - - Error loading servers - サーバーの読み込みでエラーが発生しました - - - Error loading subscriptions - サブスクリプションの読み込みでエラーが発生しました - - - Error loading summary - 要約の読み込み中にエラーが発生しました - - - Error loading summary: {0} - {0} is the error message - 要約の読み込み中: {0} - - - Error loading workspaces - ワークスペースの読み込みエラー - - - Error loading workspaces. Please try choosing a different account or tenant. - ワークスペースの読み込み中にエラーが発生しました。別のアカウントまたはテナントを選択してみてください。 - - - Error loading; refresh to try again - 読み込み中にエラーが発生しました。更新してもう一度お試しください - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - 接続 ID {0} を新しい形式に移行中にエラーが発生しました。 この接続を使用するには、再作成してください。 -エラー: -{1} - - - Error occurred opening content in editor. - エディターでコンテンツを開くときにエラーが発生しました。 - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - トークンの更新でエラーが発生しました。サインアウトしてサインインし直す必要がある場合があります: {0} - - - Error retrieving server list: {0} - {0} is the error message - サーバー一覧の取得中にエラーが発生しました: {0} - - - Error running Docker commands. Please make sure Docker is running. - Docker コマンドの実行でエラーが発生しました。Docker が実行されていることを確認してください。 - - - Error signing into Azure: {0} - {0} is the error message - Azure へのサインイン エラー: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - Entra 認証トークンの検証でエラーが発生しました。トークンの更新が必要な場合があります: {0} - - - Error when refreshing token - トークンの更新中にエラーが発生しました - - - Error {0}: {1} - {0} is the error number -{1} is the error message - エラー {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - エラー {0}: {1} 別のユーザーとしてログインし、ALTER LOGIN を使用してパスワードを変更してください。 - - - Error: - エラー: - - - Error: Failed to parse query result data. - エラー: クエリ結果データの解析に失敗しました。 - - - Error: Login failed. Retry using different credentials? - エラー: ログインに失敗しました。別の資格情報を使用して再試行しますか? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - エラー: 指定した接続情報を使用して接続できません。プロファイルの作成を再試行しますか? - - - Error: Unrecognized query result data. - エラー: 認識できないクエリ結果データです。 - - - Error: {0} - {0} is the error message - エラー: {0} - - - Estimated Operator Cost - 操作の推定コスト - - - Estimated Subtree Cost - サブツリーの推定コスト - - - Event details for {0} - {0} is the name of the profiler event - {0}のイベントの詳細 - - - Event properties list - イベントのプロパティ一覧 - - - Example: Find queries with {0} > 100 - {0} is the column name - 例: {0} > 100 のクエリを検索する - - - Excel - Excel - - - Exclude Object Types - オブジェクトの種類を除外する - - - Execute - 実行 - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - データ API ビルダーで '{0}' 操作を実行しますか? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - スキーマ デザイナーで '{0}' 操作を実行しますか? - - - Execute Query - クエリの実行 - - - Execute SQL against SQL Server / Azure SQL - SQL Server / Azure SQL に対して SQL を実行する - - - Execute Selection or Current Statement - 選択範囲または現在のステートメントを実行 - - - Execute only the T-SQL statement under the cursor - カーソルの下にある T-SQL ステートメントのみを実行する - - - Executing '{0}' operation on Data API builder - {0} is the operation name - データ API ビルダーで '{0}' 操作を実行しています - - - Executing '{0}' operation on schema designer - {0} is the operation name - スキーマ デザイナーで '{0}' 操作を実行しています - - - Executing query... - クエリを実行しています... - - - Execution Plan - 実行プラン - - - Execution cancelled - 実行がキャンセルされました - - - Execution time unavailable - 実行時間を使用できません - - - Existing Database - 既存のデータベース - - - Existing File - 既存のファイル - - - Existing SQL Server - 既存の SQL Server - - - Expand - 展開する - - - Expand All - すべて展開 - - - Expand Subscription Explorer - サブスクリプション エクスプローラーを展開する - - - Expand Workspace Explorer - ワークスペース エクスプローラーを展開する - - - Expand all groups - すべてのグループを展開する - - - Expand connection groups - 接続グループを展開する - - - Expand connections - 接続を展開する - - - Expand properties pane - [プロパティの展開] ウィンドウ - - - Expand selection down - 選択範囲を下に展開する - - - Expand selection left - 選択範囲を左に展開する - - - Expand selection right - 選択範囲を右に展開する - - - Expand selection up - 選択範囲を上に展開する - - - Expand settings - 設定を展開する - - - Expand the active grid to fill the panel - アクティブなグリッドを展開してパネル全体に表示する - - - Expand {0} - {0} is the category name, e.g. Design - {0} を展開する - - - Expiration - 有効期限 - - - Explore tutorials, docs, and what's coming next. - チュートリアル、ドキュメント、今後の予定を確認します。 - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - インテリジェントなコードファーストまたはデータファーストのガイダンスを活用して、データベース スキーマを探索、設計、進化させる - - - Explorer - エクスプローラー - - - Export - エクスポート - - - Export & Close - エクスポートして閉じる - - - Export BACPAC - BACPAC のエクスポート - - - Export all captured events to a CSV file - キャプチャされたすべてのイベントを CSV ファイルにエクスポートする - - - Export all results as INSERT statements - すべての結果を INSERT ステートメントとしてエクスポートする - - - Export all results to a CSV file - すべての結果を CSV ファイルにエクスポートする - - - Export all results to a JSON file - すべての結果を JSON ファイルにエクスポートする - - - Export all results to an Excel file - すべての結果を Excel ファイルにエクスポートする - - - Export the schema and data from a SQL database to a .bacpac file - スキーマとデータを SQL データベースから .bacpac ファイルにエクスポートする - - - Export to CSV - CSV にエクスポート - - - Export to Excel - Excel にエクスポート - - - Export to JSON - JSON にエクスポート - - - Export to PDF - PDF にエクスポート - - - Export to tab delimited - タブ区切り形式でエクスポート - - - Export to text format - テキスト形式でエクスポート - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - 結果セット {0} のエクスポート ツール バー - - - Exporting BACPAC... - BACPAC をエクスポートしています... - - - Expose as MCP DML tools - MCP DML ツールとして公開 - - - Expose as MCP custom tool - MCP カスタム ツールとして公開する - - - Expose this entity through GraphQL - このエンティティを GraphQL 経由で公開する - - - Expose this entity through REST - このエンティティを REST 経由で公開する - - - Expose {0} - {0} is the backing database column name - {0} の公開 - - - Expression - - - - Extend the current selection one cell down - 現在の選択範囲を 1 セル下に拡張する - - - Extend the current selection one cell left - 現在の選択範囲を 1 セル左に拡張する - - - Extend the current selection one cell right - 現在の選択範囲を 1 セル右に拡張する - - - Extend the current selection one cell up - 現在の選択範囲を 1 セル上に拡張する - - - Extended Events Log Files - 拡張イベント ログ ファイル - - - Extension Shortcuts - 拡張機能のショートカット - - - Extension and deployment actions - 拡張機能および展開のアクション - - - Extract DACPAC - DACPAC の抽出 - - - Extract the schema from a SQL database to a .dacpac file - SQL データベースから .dacpac ファイルにスキーマを抽出する - - - Extracting DACPAC... - DACPAC を抽出しています... - - - Extremely likely - とてもそう思う - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - Fabric API エラーが発生しました ({0}): {1} - - - Fabric Account - Fabric アカウント - - - Fabric Account is required - Fabric アカウントが必須です - - - Fabric Databases - Fabric データベース - - - Fabric Workspaces - Fabric ワークスペース - - - Fabric databases in Query Profiler - クエリ プロファイラーの Fabric データベース - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - Fabric は現在のクラウド ({0}) ではサポートされていません。 設定 '{1}' が正しく構成されていることを確認してください。 - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - Fabric の長時間実行 API エラーが発生しました。エラー コード '{0}': {1} - - - Failed - 失敗 - - - Failed disposing query: {0} - {0} is the error message - クエリを破棄できませんでした: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - アカウント '{0}' およびテナント '{1}' のトークンを取得できませんでした - - - Failed to add table to schema designer. - スキーマ デザイナーにテーブルを追加できませんでした。 - - - Failed to add table. - テーブルを追加できませんでした。 - - - Failed to add text to workspace: {0} - {0} is the error message - ワークスペースにテキストを追加できませんでした: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - 変更を適用できませんでした: '{0}' - - - Failed to apply schema. - スキーマを適用できませんでした。 - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - [スキーマに移動] の変更を適用できませんでした。ファイルが書き込み可能であることを確認してから、やり直してください。 - - - Failed to change database - データベースを変更できませんでした - - - Failed to connect - 接続できませんでした - - - Failed to connect to database: {0} - {0} is the database name - データベースに接続できませんでした: {0} - - - Failed to connect to server - サーバーに接続できませんでした - - - Failed to connect to server. - サーバーに接続できませんでした。 - - - Failed to connect to the selected server. - 選択したサーバーに接続できませんでした。 - - - Failed to connect: {0} - {0} is the error message - 接続に失敗しました: {0} - - - Failed to copy script: {0} - {0} is the error message - スクリプトをコピーできませんでした: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - テキストをクリップボードにコピーできませんでした: {0} - - - Failed to create a new row: {0} - {0} is the error message - 新しい行を作成できませんでした: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - データベース '{0}' を作成できませんでした。{1} - - - Failed to create firewall rule: {0} - {0} is the error message - ファイアウォール規則を作成できませんでした: {0} - - - Failed to create profiler session: {0} - {0} is the error message - プロファイラー セッションを作成できませんでした: {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - ID: {0} の資格情報を削除できませんでした。 {1} - - - Failed to delete table from schema designer. - スキーマ デザイナーからテーブルを削除できませんでした。 - - - Failed to delete table. - テーブルを削除できませんでした。 - - - Failed to delete {0}. - Failed to delete {0}. - {0}を削除できませんでした。 - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - データベース'{0}' を削除できませんでした。{1} - - - Failed to establish connection - 接続を確立できませんでした - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - ID "{0}" との接続を確立できませんでした。接続の詳細とネットワーク接続を確認してください。 - - - Failed to export profiler events: {0} - {0} is the error message - プロファイラー イベントのエクスポートに失敗しました: {0} - - - Failed to export results: {0} - {0} is the error message - 結果をエクスポートできませんでした: {0} - - - Failed to fetch Docker container tags: {0} - Docker コンテナー タグを取得できませんでした: {0} - - - Failed to fetch user tokens. - ユーザー トークンを取り込めませんでした。 - - - Failed to generate SqlPackage command: {0} - SqlPackage コマンド: {0} を生成できませんでした - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - 発行スクリプトを生成できませんでした: '{0}' - - - Failed to generate script. Please check the logs for more details. - スクリプトを生成できませんでした。詳細については、ログをご確認ください。 - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - スクリプトを生成できませんでした: '{0}' - - - Failed to generate script: {0} - {0} is the error message - スクリプトを生成できませんでした: '{0}' - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - テナント '{0} ({1})' の Fabric ワークスペースを取得できませんでした。 - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - テナント '{0} ({1})' の Fabric ワークスペースを取得できませんでした: {2} - - - Failed to get authentication method, please remove and re-add the account. - 認証方法を取得できませんでした。アカウントを削除して再追加してください。 - - - Failed to get connection string: {0} - 接続文字列を取得できませんでした: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - アカウント '{1}' のテナント '{0}' を取得できませんでした。 - - - Failed to import file. - ファイルをインポートできませんでした。 - - - Failed to launch profiler: {0} - {0} is the error message - プロファイラーを起動できませんでした: {0} - - - Failed to list databases - データベースを一覧表示できませんでした - - - Failed to load code analysis rules - コード分析ルールの読み込みに失敗しました - - - Failed to load data: {0} - {0} is the error message - データを読み込めませんでした: {0} - - - Failed to load databases - データベースを読み込めませんでした - - - Failed to load publish profile - 公開プロファイルの読み込みに失敗しました - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - リソース '{1}' のトークンを取得できませんでした。 エラー: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - データの編集を開けませんでした: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - テーブルの変更を開けませんでした: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - スキーマ デザイナーを開けませんでした: {0} - - - Failed to open Table Designer: {0} - {0} is the error message - テーブル デザイナーを開けませんでした: {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - URL を開くことができませんでした。組み込みのシンプル ブラウザーが無効になっている可能性があります。 - - - Failed to open XEL file: {0} - {0} is the error message - XEL ファイルを開けませんでした: {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - scmp ファイルを開けませんでした: '{0}' - - - Failed to open script in editor. - エディターでスクリプトを開けませんでした。 - - - Failed to open script: {0} - {0} is the error message - スクリプトを開けませんでした: {0} - - - Failed to open text in editor: {0} - {0} is the error message - エディターでテキストを開くことができませんでした: {0} - - - Failed to pull DAB container image. Please check your network connection. - DAB コンテナー イメージのプルに失敗しました。ネットワーク接続をご確認ください。 - - - Failed to pull SQL Server image. Please check your network connection and try again. - SQL Server イメージをプルできませんでした。ネットワーク接続を確認して、やり直してください。 - - - Failed to read saved rule overrides from project - 保存された規則のオーバーライドをプロジェクトから読み取れませんでした - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - URI {1} の接続 ${0} を更新できませんでした。接続の結果が無効です。 - - - Failed to remove row: {0} - {0} is the error message - 行を削除できませんでした: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - データベース '{0}' の名前を '{1}' に変更できませんでした。{2} - - - Failed to resolve the refactor log for this file: {0} - このファイルのリファクター ログを解決できませんでした: {0} - - - Failed to revert cell: {0} - {0} is the error message - セルを元に戻せませんでした: {0} - - - Failed to revert row: {0} - {0} is the error message - 行を元に戻せませんでした: {0} - - - Failed to run table query. - テーブル クエリの実行に失敗しました。 - - - Failed to run table query: {0} - {0} is the error message - テーブル クエリ {0} の実行に失敗しました - - - Failed to save changes: {0} - {0} is the error message - 変更を保存できませんでした: {0} - - - Failed to save code analysis rules - コード分析規則を保存できませんでした - - - Failed to save publish profile - 公開プロファイルの保存に失敗しました - - - Failed to save results. {0} - {0} is the error message - 結果を保存できませんでした。{0} - - - Failed to save results: {0} - {0} is the underlying error message - 結果を保存できませんでした: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - scmp ファイルを保存できませんでした: '{0}' - - - Failed to script object: {0} - {0} is the error message - オブジェクトをスクリプト化できませんでした: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - '{0}' を開始できませんでした: {1} - - - Failed to start DAB container. - DAB コンテナーを開始できませんでした。 - - - Failed to start DAB container. Please check the Docker logs for details. - DAB コンテナーを開始できませんでした。詳細については、Docker ログを確認してください。 - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - コンテナー SQL Server を開始できませんでした。詳細については、エラー メッセージを確認してから、もう一度お試しください。 - - - Failed to start profiler: {0} - {0} is the error message - プロファイラーを起動できませんでした: {0} - - - Failed to start query. - クエリを開始できませんでした。 - - - Failed to start {0}. - Failed to start {0}. - {0} を開始できませんでした。 - - - Failed to stop and remove DAB container. - DAB コンテナーの停止および削除に失敗しました。 - - - Failed to stop {0}. - Failed to stop {0}. - {0} を停止できませんでした。 - - - Failed to update cell: {0} - {0} is the error message - セルを更新できませんでした: {0} - - - Failed to update schema designer. - スキーマ デザイナーを更新できませんでした。 - - - Failed to update table in schema designer. - スキーマ デザイナーでテーブルの更新に失敗しました。 - - - Failed to update table. - テーブルを更新できませんでした。 - - - Feedback - フィードバック - - - Fetching {0} script... - {0} is the script type - スクリプト {0} をフェッチしています... - - - File - ファイル - - - File (Read-Only) - ファイル (読み取り専用) - - - File Name - ファイル名 - - - File already exists. It will be overwritten if you continue - 既にファイルが存在しています。続行すると上書きされます - - - File imported successfully - ファイルが正常にインポートされました - - - File is required - ファイルが必要です - - - File name is required - ファイル名を指定してください - - - File not found - ファイルが見つかりません - - - File path - ファイル パス - - - File path is required - ファイル パスは必須です - - - File to be imported - インポートするファイル - - - File type - ファイルの種類 - - - File: {0} - {0} is the file name - ファイル: {0} - - - Files - ファイル - - - Files of Type - 種類のファイル - - - Filter - フィルター - - - Filter ({0}) - {0} is the number of selected tables - フィルター ({0}) - - - Filter Azure subscriptions - Azure サブスクリプションをフィルター処理する - - - Filter Changes - 変更のフィルター処理 - - - Filter Options - フィルター オプション - - - Filter Settings - フィルター設定 - - - Filter active - アクティブなフィルター - - - Filter by keyword - キーワードでフィルター処理 - - - Filter by name - 名前でフィルター処理 - - - Filter by schema - スキーマでフィルター処理 - - - Filter by severity - 重要度でフィルター処理 - - - Filter by type - 種類でフィルター処理 - - - Filter changes - 変更をフィルター処理する - - - Filter entities - エンティティのフィルター処理 - - - Filter entities... - エンティティのフィルター処理... - - - Filter events by column values - 列の値でイベントをフィルター処理する - - - Filter for any field... - 任意のフィールドのフィルター処理... - - - Filter operator - フィルター演算子 - - - Filter shortcuts - フィルターのショートカット - - - Filter value - フィルター値 - - - Filter {0} - フィルター {0} - - - Filter... - フィルター処理... - - - Filter: {0} - {0} is the column name - フィルター: {0} - - - Filters - フィルター - - - Find - 検索 - - - Find Next - 次を検索 - - - Find Node - ノードの検索 - - - Find Nodes - ノードの検索 - - - Find Previous - 前を検索 - - - Finish - 終了 - - - Finished Deployment - デプロイが完了しました - - - Finished query execution for document "{0}" - {0} is the document name - ドキュメント "{0}" のクエリ実行を完了しました - - - Firewall - ファイアウォール - - - Firewall rule name - ファイアウォール規則名 - - - Firewall rule successfully added. Retry profile creation? - ファイアウォール規則が正常に追加されました。プロファイルの作成を再試行しますか? - - - Firewall rule successfully created. - ファイアウォール規則が正常に作成されました。 - - - First Page - 最初のページ - - - Flat - フラット - - - Focus the Messages tab - [メッセージ] タブにフォーカスを移動する - - - Focus the Query Plan tab - [クエリ プラン] タブにフォーカスを設定する - - - Focus the Results tab in the query results panel - クエリ結果パネルの [結果] タブにフォーカスする - - - Folder Path - フォルダー パス - - - Folder Structure - フォルダー構造 - - - Folder is required - フォルダーは必須です - - - Folder path - フォルダー パス - - - Folder path is required - フォルダー パスが必要です - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - 数値データの場合、この小数点の右側にあるデータベース オブジェクトに格納できる小数点以下の最大桁数です。 - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - 数値データの場合、このデータベース オブジェクトに格納できる 10 進数の最大桁数です。 - - - Force fit columns - 強制的に列を合わせる - - - Foreign Column - 外部列 - - - Foreign Key - 外部キー - - - Foreign Key {0} - {0} is the index of the foreign key - 外部キー {0} - - - Foreign Keys - 外部キー - - - Foreign Table - 外部テーブル - - - Foreign key '{0}' already exists - {0} is the foreign key name - 外部キー '{0}' は既に存在します - - - Foreign key column mappings are required. - 外部キー列のマッピングが必要です。 - - - Foreign key column mappings must be the same length. - 外部キー列のマッピングは同じ長さである必要があります。 - - - Foreign keys - 外部キー - - - Formula - 数式 - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - URI {0} の保留中の再接続 Promise が見つかりましたが、失敗しました。 - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - URI {0} の保留中の再接続 Promise が見つかりましたが、待機中です。 - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - 保存済みの接続プロファイルが {0} 件見つかりました。 - - - Free compute & storage - 無料のコンピューティングとストレージ - - - Free offer applied - 無料オファーが適用されました - - - Freeze columns - 列の固定 - - - From - Label for the start IP address in the firewall rule IP range - 始まり - - - Full - 完全 - - - Function - 関数 - - - Functions - 関数 - - - General - 全般 - - - General Options - 全般オプション - - - General Purpose - 汎用 - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - GitHub Copilot のチャットとエージェント ツールを使用して、自然言語を使用してデータ API ビルダー構成を生成します。API 要件を説明して、GitHub Copilot が構成をスキャフォールディングできるようにします。 - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - SQL データベース オブジェクト (テーブル) から REST、GraphQL、MCP エンドポイントを生成します。構成を手動で変更するか、GitHub Copilot を使用して更新プログラムを計画および生成し、Docker を使用してローカルにデプロイすることができます。 - - - Generate Script - スクリプトの生成 - - - Generate mock data and seed scripts to support testing and development environments - テスト環境と開発環境をサポートするモック データとシード スクリプトを生成する - - - Generate script to deploy changes to target - ターゲットに変更をデプロイするスクリプトを生成します - - - Generate sqlpackage command - sqlpackage コマンドを生成する - - - Generated file added to {0} - {0} is the generated file path - 生成されたファイルが {0}に追加されました - - - Generating Report. This may take a while... - レポートを生成しています。これには時間がかかる場合があります... - - - Generating SAS key failed: {0} - {0} is the error message - SAS キーの生成に失敗しました: {0} - - - Generating report, this might take a while... - レポートを生成しています。これには時間がかかる場合があります... - - - Generating script... - スクリプトを生成しています... - - - Geo-redundant backup storage - geo 冗長バックアップ ストレージ - - - Get Connection Details - 接続の詳細の取得 - - - Get Started - 開始する - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) の接続の詳細を取得しますか? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - SQL インジェクションの回避や過剰なアクセス許可の防止など、セキュリティ関連の推奨事項を取得する - - - Getting Docker Ready... - Docker の準備中... - - - Getting Fabric database '{0}' - {0} is the database ID - Fabric データベース '{0}' を取得しています - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - Fabric ワークスペース '{0}' を取得しています - - - Getting Started - はじめに - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) の接続の詳細を取得しています - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - ワークスペース '{1}' の SQL エンドポイント '{0}' の接続文字列を取得しています - - - Getting container ready for connections - 接続のためにコンテナーを準備中 - - - Getting definition ... - 定義を取得中... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot - VS Code チュートリアル - - - GitHub Copilot integration in Data API builder - データ API ビルダーでの GitHub Copilot の統合 - - - GitHub Copilot survey - GitHub Copilot アンケート - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - 無効なツール使用パラメーターを取得しました: "{0}"。({1}) - - - GraphQL - GraphQL - - - Greater Than - 指定値より大きい - - - Greater Than or Equals - 以上 - - - Greater than - 次の値より大きい - - - Greater than or equal to - 次の値より大きいか等しい - - - Grid View - グリッド ビュー - - - Group by - グループ化の基準 - - - Group differences by - グループ化の相違基準 - - - Help - ヘルプ - - - Help us improve by sharing your thoughts. - ご意見をお寄せいただき、改善にご協力ください。 - - - Hide Changes - 変更の非表示 - - - Hide Changes Highlight - 変更箇所の強調表示を非表示にします - - - Hide Confirm Password - パスワードの確認を非表示にする - - - Hide Definition - 定義を非表示にする - - - Hide New Password - 新しいパスワードを非表示にする - - - Hide SQL Pane - SQL ペインを非表示にする - - - Hide column - 列の非表示 - - - Hide full error message - 完全なエラー メッセージを非表示にする - - - Hide password - パスワードを非表示にする - - - Hide this panel - このパネルを非表示 - - - Highlight Changes - 変更箇所の強調表示 - - - Highlight Expensive Operation - 負荷の高い操作を強調表示する - - - Highlights - ハイライト - - - Hostname - ホスト名 - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - MSSQL 拡張機能を友人や同僚に勧める可能性はどのくらいですか? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - 友人や同僚に {0} を勧める可能性はどのくらいありますか? - - - How many tables are in this database? - このデータベースにテーブルはいくつありますか? - - - Hue - 色相 - - - I have read the summary and understand the potential risks. - 概要を読み、潜在的なリスクを理解しました。 - - - I understand this action is permanent and irreversible - このアクションは永続的で元に戻すことができないと理解しています - - - I'm sorry, I can only assist with SQL-related questions. - 申し訳ございません。SQL 関連の質問のみを支援できます。 - - - IP address range - IP アドレスの範囲 - - - Identity - ID - - - Ignore Options - オプションを無視する - - - Ignore Tenant - テナントの無視 - - - Image tag - イメージ タグ - - - Import BACPAC - BACPAC のインポート - - - Import Data - データのインポート - - - Import File - ファイルのインポート - - - Import Flat File - フラット ファイルのインポート - - - Import Information - 情報のインポート - - - Import New File - 新しいファイルのインポート - - - Import Status - インポート状態 - - - Import a .bacpac file to a new or empty database - .bacpac ファイルを新しいデータベースまたは空のデータベースにインポートする - - - Import anyway - インポートする - - - Import complete. You can close this dialog. - インポートが完了しました。このダイアログを閉じてかまいません。 - - - Import connection configuration settings from Azure Data Studio - Azure Data Studio から接続構成設定をインポートする - - - Import failed: {0} - {0} is the error message returned from the import helper. - インポートできませんでした: {0} - - - Import file is required - ファイルのインポートが必要です - - - Import from Azure Data Studio - Azure Data Studio からインポートする - - - Import selected - 選択内容のインポート - - - Importance - 重要度 - - - Importing BACPAC... - BACPAC をインポートしています... - - - Importing data... - データをインポートしています... - - - Importing selections - 選択内容をインポートしています - - - In - In - - - In case you missed it - 見逃した場合 - - - In progress - 処理中 - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - データ API ビルダー エクスペリエンスでは、ローカル コンテナーの展開は SQL 認証を使用した接続でのみ使用できます。現在の接続の種類はサポートされていません。 - - - Include - 含む - - - Include Object Types - オブジェクトの種類を含める - - - Include all columns - すべての列を含める - - - Include all object types - すべてのオブジェクトタイプを含める - - - Incomplete or orphaned connections - 未完了または孤立した接続 - - - Index - インデックス - - - Indexes - インデックス - - - Initializing DAB configuration... - DAB 構成を初期化しています... - - - Initializing comparison, this might take a while... - 比較を初期化しています。これには時間がかかる場合があります... - - - Insert - 挿入 - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - 選択したクエリ エディターのテキストを、{arg} を使用して挿入します。プレースホルダーを使用しない場合、選択したテキストは自動的にクエリの末尾に追加されます。 - - - Install Docker - Docker のインストール - - - Install the MSSQL Database Management Keymap extension - MSSQL データベース管理キーマップ拡張機能をインストールする - - - Instant Container Setup - インスタント コンテナーのセットアップ - - - Insufficient Workspace Permissions - ワークスペースのアクセス許可が不十分です - - - Integrated - 統合 - - - Integrated & secure - 統合済みで安全 - - - Invalid Firewall rule name - ファイアウォール規則名が無効です - - - Invalid IP Address - IP アドレスが無効です - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - {0} の SQL Server パスワードが無効です。パスワードは 8–128 文字で、複雑さの要件を満たしている必要があります。 詳細については、https://docs.microsoft.com/sql/relational-databases/security/password-policy を参照してください - - - Invalid column reference. Use either id OR name. - 列参照が無効です。ID または名前のいずれかを使用してください。 - - - Invalid column width - 列の幅が無効です - - - Invalid connection URI provided. - 無効な接続 URI が指定されました。 - - - Invalid connection string: {0} - 接続文字列が無効です: {0} - - - Invalid database - 無効なデータベース - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - エンティティ参照が無効です。ID、schemaName+tableName、または schemaName+sourceName+sourceType のいずれかを使用してください。 - - - Invalid file - 無効なファイル - - - Invalid file extension. Expected .dacpac or .bacpac - ファイル拡張子が無効です。.dacpac または .bacpac が必要です - - - Invalid foreign key. - 無効な外部キー。 - - - Invalid max length '{0}' - {0} is the max length - 最大長 '{0}' が無効です - - - Invalid table payload. Expected table with columns array. - テーブル ペイロードが無効です。列の配列を含むテーブルが必要です。 - - - Invalid table type - テーブルの種類が無効です - - - Is Computed - 計算 - - - Is Identity - ID です - - - Is Ledger Database - 台帳データベースです - - - Is Not Null - Null でない - - - Is Null - Null です - - - Is Persisted - 永続 - - - Issues ({0}) - {0} is the number of issues - 問題 ({0} 件) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - ディスカッションに参加する - - - Keep in query pane - クエリ ウィンドウに保持 - - - Key - キー - - - Keybinding - キーバインド - - - Keyboard Shortcuts editor - キーボード ショートカット エディター - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - トークン キャッシュのキーを資格情報ストアに保存できなかったため、Microsoft Entra ID アクセス トークンの永続化の問題が発生したり、接続が不安定になったりする可能性があります。SqlTools が Windows の資格情報ストレージの上限に達した可能性があります。Windows 資格情報マネージャーで "Microsoft.SqlTools|" で始まる資格情報を少なくとも 2 つクリアして、再度読み込んでください。 - - - LRS - LRS - - - LRS backup (locally redundant) - LRS バックアップ (ローカル冗長) - - - Last Page - 最後のページ - - - Learn More - 詳細情報 - - - Learn more - 詳細情報 - - - Learn more about Azure SQL Database free tier - Azure SQL Database の Free レベルの詳細を確認する - - - Learn more about SQL Server 2025 features - SQL Server 2025 の機能の詳細情報 - - - Leave the source database in the restoring state - ソース データベースを復元中の状態にしておく - - - Length - 長さ - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - 長さが一致しません: 列 '{0}' ({1}) は列 '{2}' ({3}) と互換性がありません - - - Less Than - 指定値より小さい - - - Less Than or Equals - 以下 - - - Less than - 次の値未満 - - - Less than or equal to - 次の値より小さいか等しい - - - Line {0} - {0} is the line number - 行 {0} - - - Link copied to clipboard - リンクがクリップボードにコピーされました - - - List Connections - 接続の一覧表示 - - - List Databases - データベースの一覧表示 - - - List Functions - 関数の一覧 - - - List Schemas - スキーマの一覧 - - - List Tables - テーブルの一覧 - - - List Views - ビューの一覧 - - - List all connections registered with the mssql extension? - MSSQL 拡張機能に登録されているすべての接続を一覧表示しますか? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のデータベースを一覧表示しますか? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) の関数を一覧表示しますか? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のスキーマを一覧表示しますか? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のテーブルを一覧表示しますか? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のビューを一覧表示しますか? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - ワークスペース '{0}' の Fabric SQL データベースの一覧を作成しています - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - ワークスペース '{0}' の Fabric SQL エンドポイントの一覧を作成しています - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - ワークスペース '{0}' の Fabric Warehouse の一覧を作成しています - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - テナント '{0}' の Fabric 容量の一覧を作成しています - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - テナント '{0}' の Fabric ワークスペースの一覧を作成しています - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のデータベースの一覧を作成しています - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) の関数の一覧を作成しています - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - ワークスペース '${workspaceId}' のロールの割り当ての一覧を作成しています - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のスキーマの一覧を作成しています - - - Listing server connections - サーバー接続の一覧表示 - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のテーブルの一覧を作成しています - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のビューの一覧を作成しています - - - Load - 読み込み - - - Load from Connection String - 接続文字列から読み込む - - - Load profile... - プロファイルの読み込み... - - - Load source, target, and options saved in an .scmp file - .scmp ファイルに保存されたソース、ターゲット、およびオプションを読み込みます - - - Loading - 読み込み中 - - - Loading Azure Accounts - Azure アカウントを読み込んでいます - - - Loading Azure SQL Database... - Azure SQL データベースを読み込んでいます... - - - Loading Azure accounts - Azure アカウントを読み込んでいます - - - Loading Fabric Accounts - Fabric アカウントを読み込んでいます - - - Loading Fabric provisioning... - Fabric プロビジョニングを読み込んでいます... - - - Loading Report - レポートを読み込んでいます - - - Loading Schema Designer - スキーマ デザイナー モデルの読み込み - - - Loading Schema Designer Model... - スキーマ デザイナー モデルを読み込んでいます... - - - Loading Table Designer - テーブル デザイナーを読み込んでいます - - - Loading XEL file: {0} - {0} is the file name - XEL ファイルを読み込んでいます: {0} - - - Loading backup database... - バックアップ データベースを読み込んでいます... - - - Loading code analysis rules... - コード分析のルールを読み込んでいます... - - - Loading collations... - 照合順序を読み込んでいます... - - - Loading database objects - データベース オブジェクトを読み込んでいます - - - Loading databases in '{0}'... - {0} is the name of the workspace - '{0}' のデータベースを読み込んでいます... - - - Loading databases in selected workspace... - 選択したワークスペースにデータベースを読み込んでいます... - - - Loading deployment - デプロイを読み込んでいます - - - Loading execution plan... - 実行プランを読み込んでいます... - - - Loading flat file import... - フラット ファイルのインポートを読み込んでいます... - - - Loading local containers... - ローカル コンテナーを読み込んでいます... - - - Loading locations - 場所を読み込んでいます - - - Loading maintenance windows... - メンテナンス期間を読み込んでいます... - - - Loading resource groups - リソース グループを読み込んでいます - - - Loading restore database... - データベースの復元を読み込んでいます... - - - Loading restore plan... - 復元プランを読み込んでいます... - - - Loading results... - 結果を読み込んでいます... - - - Loading schemas... - スキーマを読み込んでいます... - - - Loading servers - サーバーを読み込んでいます - - - Loading servers in '{0}'... - {0} is the name of the subscription - '{0}' のサーバーを読み込み中... - - - Loading servers in selected subscription... - 選択したサブスクリプションのサーバーを読み込み中... - - - Loading subscriptions - サブスクリプションを読み込んでいます - - - Loading subscriptions... - サブスクリプションを読み込み中... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - {0} 行の概要を読み込んでいます (クリックしてキャンセル) - - - Loading table data... - テーブル データを読み込んでいます... - - - Loading table preview... - テーブルのプレビューを読み込んでいます... - - - Loading tenants - テナントを読み込んでいます - - - Loading tenants... - テナントを読み込んでいます... - - - Loading text view... - テキスト ビューを読み込んでいます... - - - Loading workspaces - ワークスペースを読み込んでいます - - - Loading workspaces... - ワークスペースを読み込んでいます... - - - Loading... - 読み込み中... - - - Local Container Deployment - ローカル コンテナーの展開 - - - Local SQL Server database container - ローカル SQL Server データベース コンテナー - - - Local container deployment is currently only supported with SQL Authentication connections. - ローカル コンテナーの展開は、現在、SQL 認証接続でのみサポートされています。 - - - Locally-redundant backup storage - ローカル冗長バックアップ ストレージ - - - Locate an Azure Data Studio settings.json file to import - インポートする Azure Data Studio settings.json ファイルを見つける - - - Location - 場所 - - - Location (Workspace) - 場所 (ワークスペース) - - - Location of the file to be imported - インポートするファイルの場所 - - - Log file folder - ログ ファイルのフォルダー - - - Logical file name - 論理ファイル名 - - - Logical operator - 論理演算子 - - - Logs - ログ - - - Logs copied to clipboard - ログがクリップボードにコピーされました - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - クエリを実行するための Azure Data Studio のキー バインド (F5 など) をお探しですか? - - - MCP - MCP - - - MCP custom tool - MCP カスタム ツール - - - MCP server added to {0} - {0} is the file path where the MCP server was added - MCP サーバーが {0} に追加されました - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - MCP サーバーは既に {0} で構成されています - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL - Azure 認証ログ - - - MSSQL - VS Code walkthrough - MSSQL - VS Code チュートリアル - - - MSSQL Feedback - MSSQL フィードバック - - - MSSQL Notebook connected to {0} - {0} is the connection label - {0} に接続されている MSSQL ノートブック - - - MSSQL extension icon - MSSQL 拡張機能アイコン - - - MSSQL: Click to change connection - MSSQL: クリックして接続を変更する - - - MSSQL: Click to change database - MSSQL: クリックしてデータベースを変更します - - - MSSQL: Welcome & What's New - MSSQL: イントロダクションと最新情報 - - - MSSQL: What's new - MSSQL: 新機能 - - - Maintenance Window - メンテナンス期間 - - - Make everything read-only - すべてを読み取り専用にする - - - Manage Connection Profiles - 接続プロファイルの管理 - - - Manage relationships - リレーションシップの管理 - - - Mandatory (Recommended) - 必須 (推奨) - - - Mandatory (True) - 必須 (True) - - - Max - 最大 - - - Max 10 databases / subscription - 最大 10 個のデータベース/サブスクリプション - - - Max Length - 最大長 - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - フィルター/並べ替えに使用する行の最大数を超えました。更新するには、[ユーザーの設定] に移動し、設定を変更します: mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - 最大仮想コア数 - - - Max: {0} - {0} is the max - 最大: {0} - - - Maximize - 最大化 - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - 最大化 ({0}) - - - Maximize Panel Size - パネル サイズの最大化 - - - Maximize details panel - 詳細パネルを最大化する - - - Maximize panel size - パネル サイズの最大化 - - - Maximize results grid - 結果グリッドを最大化する - - - Media - メディア - - - Media set description is required - メディア セットの説明が必要です - - - Media set name is required - メディア セット名が必要です - - - Message - メッセージ - - - Messages - メッセージ - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - メッセージ ({0}) - - - Metric - メトリック - - - Microsoft Account - Microsoft アカウント - - - Microsoft Account is required - Microsoft アカウントが必要です - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Microsoft Entra アカウント - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Microsoft Entra ID - 既定値 - - - Microsoft Entra Id - Service Principal - Microsoft Entra ID - サービス プリンシパル - - - Microsoft Entra Id - Universal w/ MFA Support - Microsoft Entra ID - MFA サポート付きユニバーサル - - - Microsoft Entra account {0} successfully added. - {0} is the account name - Microsoft Entra アカウント {0} が正常に追加されました。 - - - Microsoft Fabric integration - Microsoft Fabric の統合 - - - Microsoft SQL Server License Agreement - Microsoft SQL Server ライセンス契約 - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Microsoft は、お客様のフィードバックを製品の品質向上のために確認しています。個人データや機密情報、所有権で保護されたコンテンツを共有しないでください。 - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Microsoft は、この製品に関するお客様およびお客様の組織のエクスペリエンスを向上させるために、お客様の組織の指示に従って送信されたフィードバックを処理します。フィードバック データの使用に関するご質問がある場合は、テナント管理者にお問い合わせください。フィードバック データの処理は、お客様の組織と Microsoft 間の Microsoft 製品とサービスのデータ保護補遺によって管理され、お客様が送信したフィードバックは、その補遺に基づく個人データと見なされます。 - - - Microsoft would like your feedback - Microsoft にぜひご意見をお聞かせください - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - 保存された接続、接続グループ、接続設定を Azure Data Studio から MSSQL 拡張機能に移行します。さらに、MSSQL データ管理キーマップをインストールして、Azure Data Studio で使い慣れたショートカットを追加できます。 - - - Min - 最小 - - - Min: {0} - {0} is the min - 最小: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - 接続参照がありません。connectionId または connectionName の 1 つだけを指定してください。 - - - Missing schema payload for replace_schema operation. - replace_schema 操作に必要なスキーマ ペイロードがありません。 - - - Missing table payload for update_table operation. - update_table 操作のテーブル ペイロードがありません。 - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - delete_table 操作のテーブル ターゲットがありません。tableId または tableName+ schemaName を指定します。 - - - Modified - 変更済み - - - Modified column '{0}' - {0} is the column name - 列 '{0}' を変更しました - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - 列 '{0}' を変更しました: {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - 外部キー '{0}' を変更しました - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - 外部キー '{0}' を変更しました: {1} - - - Modified table {0} - {0} is the qualified table name - テーブル {0} を変更しました - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - テーブル {0} を変更しました: {1} - - - Modify Columns - 列の変更 - - - Modify Table - テーブルの変更 - - - Monitor usage and manage your free tier limits - 使用状況を監視して Free レベルの制限を管理 - - - Monthly limits - 月間制限 - - - More Query Actions - その他のクエリ アクション - - - Move Down - 下へ移動 - - - Move Up - 上へ移動 - - - Move and expand the active grid selection - アクティブなグリッド選択範囲を移動して展開する - - - Move focus to the next result set grid - 次の結果セット グリッドにフォーカスを移動する - - - Move focus to the previous result set grid - 前の結果セット グリッドにフォーカスを移動する - - - Move selection to the first cell in the row - 選択範囲を行の最初のセルに移動する - - - Move selection to the last cell in the row - 選択範囲を行の最後のセルに移動する - - - Move to Root - ルートに移動 - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - スキーマへの移動は、開いている SQL プロジェクトの一部である SQL ファイルでのみサポートされます。まず、[データベース プロジェクト] パネルでプロジェクトを開きます。 - - - Move to Schema request failed: {0} - スキーマへの移動要求に失敗しました: {0} - - - Move to Schema... - スキーマに移動... - - - Move to row end - 行の末尾に移動 - - - Move to row start - 行の先頭に移動する - - - Move to schema '{0}' - スキーマ '{0}' に移動 - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - ID '{0}' の接続グループが複数見つかりました。 User/Global settings.json 内の 1 つを除くすべての項目を削除または名前変更し、拡張機能を再起動してください。 - - - Must be a valid number - 有効な数値でなければならない - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - 英数字で始まる必要があり、使用できるのは英数字、アンダースコア、ピリオド、またはハイフンのみです - - - Mutation - ミューテーション - - - MyProfilerSession - MyProfilerSession - - - NULL - null 値 - - - Name - 名前 - - - Name for the Docker container running DAB - DAB を実行している Docker コンテナーの名前 - - - Name of the primary key. - 主キーの名前。 - - - Navigate to this item in the diagram - ダイアグラム内のこの項目に移動します - - - Navigation - ナビゲーション - - - Needs attention - 要注意 - - - New Azure SQL logical server (Preview) - 新しい Azure SQL 論理サーバー (プレビュー) - - - New Check Constraint - 新しい Check 制約 - - - New Column - 新しい列 - - - New Column Mapping - 新しい列マッピング - - - New Database - 新しいデータベース - - - New Database Name - 新しいデータベース名 - - - New Deployment - 新しいデプロイ - - - New File - 新しいファイル - - - New Foreign Key - 新しい外部キー - - - New Index - 新しいインデックス - - - New Local Docker SQL Server - 新しいローカル Docker SQL Server - - - New Microsoft Entra account could not be added. - 新しい Microsoft Entra アカウントを追加できませんでした。 - - - New Password - 新しいパスワード - - - New Query - 新しいクエリ - - - New Query Profiler - Enter Name - 新しい Query Profiler (プレビュー) - 名前の入力 - - - New Query Profiler - Select Template - 新しい Query Profiler (プレビュー) - テンプレートの選択 - - - New SQL database - 新しい SQL データベース - - - New Session - 新しいセッション - - - New Table Name - 新しいテーブル名 - - - New column mapping - 新しい列マッピング - - - New database name must be different from the current name - 新しいデータベース名は現在の名前と異なる必要があります - - - New media set description - 新しいメディア セットの説明 - - - New media set name - 新しいメディア セット名 - - - New to MSSQL extension? Check out our quick-start guide. - MSSQL 拡張機能を初めてご利用ですか?クイック スタート ガイドをご覧ください。 - - - New to the MSSQL extension? Check out our quick-start guide. - MSSQL 拡張機能を初めて使用する場合クイック スタート ガイドをご覧ください。 - - - Next - 次へ - - - Next Page - 次のページ - - - Next result grid - 次の結果グリッド - - - No - いいえ - - - No Action - アクションなし - - - No Azure accounts found - Azure アカウントが見つかりません - - - No Microsoft Entra account can be found for removal. - 削除する Microsoft Entra アカウントが見つかりません。 - - - No Queries Available - 使用できるクエリはありません - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - connectionName: {0} に対応する SQL Tools MCP 接続が見つかりません - - - No account selected - アカウントが選択されていません - - - No active connection - アクティブな接続がありません - - - No active connection for database change - データベース変更のためのアクティブな接続がありません - - - No active connection for schema view - スキーマ ビューのアクティブな接続がありません - - - No active connection. - アクティブな接続がありません。 - - - No active database connection in the current editor. Please establish a connection to continue. - 現在のエディターにアクティブなデータベース接続がありません。続行するには、接続を確立してください。 - - - No active notebook. - アクティブなノートブックがありません。 - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - アクティブなスキーマ デザイナーが見つかりません。最初に、操作 'show' で ssql_dab を使用するか、UI から、データ API ビルダーを開いてください。 - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - アクティブなスキーマ デザイナーが見つかりません。最初に、操作 'show' で、または UI から、mssql_schema_designer を使用して開いてください。 - - - No active text editor found. Please open a file with an active database connection. - アクティブなテキスト エディターが見つかりません。アクティブなデータベース接続でファイルを開いてください。 - - - No authentication required - 認証は必要ありません - - - No background tasks - バックグラウンド タスクなし - - - No backup sets found in the restore plan - 復元プランにバックアップ セットが見つかりません - - - No blob containers found - BLOB コンテナーが見つかりません - - - No blobs found - BLOB が見つかりませんでした - - - No changes detected - 変更は検出されませんでした - - - No changes match your search. - 検索条件に一致する変更はありません。 - - - No changes yet. - 変更はまだありません。 - - - No code analysis rules available. - 使用できるコード分析はありません。 - - - No connection credentials found - 接続の資格情報が見つかりません - - - No connection found for connectionId: {0} - {0} is the connection ID - connectionId: {0} の接続が見つかりません - - - No connection groups were found in the file. - ファイルに接続グループが見つかりませんでした。 - - - No connection information found - 接続に関する情報が見つかりません - - - No connection profiles to edit. - 編集する接続プロファイルがありません。 - - - No connection profiles to remove. - 削除する接続プロファイルがありません。 - - - No connection selected. - 接続が選択されていません。 - - - No connection was found. Please connect to a server first. - 接続が見つかりませんでした。最初にサーバーに接続してください。 - - - No connections available. Please create a connection first. - 使用できる接続がありません。最初に接続を作成してください。 - - - No connections were found in the file. - ファイルに接続が見つかりませんでした。 - - - No customized settings found - カスタマイズされた設定は見つかりませんでした - - - No customized settings found in Azure Data Studio - Azure Data Studio にカスタマイズされた設定が見つかりません - - - No data available - 使用できるデータがありません - - - No data to display. - 表示するデータがありません。 - - - No database files found in the restore plan - 復元プランにデータベース ファイルが見つかりません - - - No database selected. - データベースが選択されていません。 - - - No databases found in the selected workspace. - 選択したワークスペースにデータベースが見つかりません。 - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - ワークスペース '{0}' にデータベースが見つかりません。 - - - No databases found on the server. Please check your connection. - サーバーにデータベースが見つかりませんでした。接続を確認してください。 - - - No databases found to import into. - インポート先のデータベースが見つかりません。 - - - No databases with backups found - バックアップを持つデータベースが見つかりません - - - No elements found - 要素が見つかりません - - - No entities found - エンティティが見つかりませんでした - - - No event selected - イベントが選択されていません - - - No events to export - エクスポートするイベントはありません - - - No filter is currently active - 現在アクティブなフィルターはありません - - - No items - 項目がありません - - - No log entries yet. - ログ エントリはまだありません。 - - - No matches found - 一致するものが見つかりません - - - No matching shortcuts - 一致するショートカットはありません - - - No model found. - モデルが見つかりません。 - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - URI {1} との接続 {0} のために Microsoft Entra アカウント トークンを更新する必要はありません - - - No object that can be moved to another schema was found at the cursor. - 別のスキーマに移動できるオブジェクトがカーソル位置に見つかりませんでした。 - - - No objects found - オブジェクトが見つかりませんでした - - - No pending changes. Make edits to generate a script. - 保留中の変更はありません。スクリプトを生成するには編集してください。 - - - No profiler connection available - 使用可能なプロファイラー接続がありません - - - No profiler templates available - 使用可能なプロファイラー テンプレートがありません - - - No property changes available. - プロパティの変更はありません。 - - - No query set - クエリが設定されていません - - - No renameable symbol found at cursor. - カーソルに名前変更可能なシンボルが見つかりません。 - - - No resource groups found - リソース グループが見つかりません - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - 種類 '{0}' の SQL リソースは現在のクラウド '{1}' に対して構成されていません。Azure アカウントの設定を更新してください。 - - - No results - 結果なし - - - No results for the active editor - アクティブなエディターの結果はありません - - - No results match the current filters - 現在のフィルターに一致する結果はありません - - - No results to display - 表示できる結果がありません - - - No rows affected - 影響を受ける行はありません - - - No rules match the current filter. - 現在のフィルターに一致するルールはありません。 - - - No saved connection profiles found. - 保存済みの接続プロファイルが見つかりません。 - - - No saved connections found. Please create a connection first. - 保存された接続が見つかりません。最初に接続を作成してください。 - - - No schema differences were found. - スキーマの違いは見つかりませんでした。 - - - No schemas found - スキーマが見つかりません - - - No schemas were found in the project. - プロジェクトにスキーマが見つかりませんでした。 - - - No script available. Make changes to the table data and generate a script first. - 使用できるスクリプトがありません。最初にテーブル データを変更してスクリプトを生成してください。 - - - No script generated. - スクリプトが生成されませんでした。 - - - No selection - 選択されていません - - - No servers found - サーバーが見つかりませんでした - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - サブスクリプション '{0}' 内にサーバーが見つかりません。 - - - No servers found in the selected subscription. - 選択したサブスクリプション内にサーバーが見つかりません。 - - - No shortcut - ショートカットがありません - - - No storage accounts found - ストレージ アカウントが見つかりませんでした - - - No subscriptions found - サブスクリプションが見つかりません - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - サブスクリプションが見つかりません。使用可能なサブスクリプションを表示するには、Azure アカウントまたはテナントを変更してください。 - - - No templates available - 使用可能なテンプレートがありません - - - No tenant selected - テナントが選択されていません - - - No tenants are currently signed in. - 現在サインインしているテナントはありません。 - - - No tenants found - テナントが見つかりません - - - No text data available - 利用可能なテキスト データがありません - - - No tools to process. - 処理するツールがありません。 - - - No workspace folder is open. Open a folder to add the MCP server configuration. - ワークスペース フォルダーは開いていません。フォルダーを開いて MCP サーバー構成を追加します。 - - - No workspace folder is open. Open a folder to add the generated file. - ワークスペース フォルダーが開いていません。フォルダーを開いて生成されたファイルを追加してください。 - - - No workspaces found - ワークスペースが見つかりません - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - ワークスペースが見つかりません。使用可能なワークスペースを表示するには、Fabric アカウントまたはテナントを変更してください。 - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - SQL Serverでない SQL ファイルが検出されました。このようなファイルの IntelliSense を無効にしますか? - - - None - なし - - - None (empty database) - なし (空のデータベース) - - - Not Between - 指定範囲外 - - - Not Contains - 含まない - - - Not Ends With - 次で終わらない - - - Not Equals - 指定値に等しくない - - - Not Started - 開始されていません - - - Not Starts With - 次で始まらない - - - Not available for read-only file sessions - 読み取り専用ファイル セッションでは利用できません - - - Not connected - 未接続 - - - Not contains - 次の値を含まない - - - Not currently signed in. Select to sign in to tenant. - 現在サインインしていません。選択してテナントにサインインしてください。 - - - Not equal to - 次の値と等しくない - - - Not likely at all - まったくそう思わない - - - Not running - 実行されていません - - - Not signed in - サインインしていません - - - Not signed into tenant {0} - {0} is the tenant display name - テナント {0} にサインインしていません - - - Not started - 未開始 - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - 注: 自己署名証明書では保護が制限されるだけで、運用環境では推奨されません。この接続で 'サーバー証明書の信頼' を有効にして再試行しますか? - - - Null - Null - - - Null Count: {0} - {0} is the null count - Null カウント: {0} - - - Number of Rows Read - 読み取った行数 - - - OK - OK - - - OLTP, built on Azure SQL - Azure SQL に基づいて構築された OLTP - - - Object Explorer Filter - オブジェクト エクスプローラー フィルター - - - Object Type - オブジェクトの種類 - - - Object Types - オブジェクトの種類 - - - Object type - オブジェクトの種類 - - - Off - オフ - - - On Delete - 削除時 - - - On Delete Action - 削除アクション時 - - - On Update - 更新時 - - - On Update Action - 更新アクション時に - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - 1 つ以上の接続グループが存在しない親グループを参照しており、無視されました: {0}。設定ファイルを更新して、これらのエントリを修正してください。 - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - 1 つ以上の接続が存在しないグループを参照しており、無視されました: {0}。接続設定を更新して、これらのエントリを修正してください。 - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - 1 つ以上のエンティティに、データ API ビルダーで現在サポートされていない列タイプが含まれています。これらのエンティティを展開用に選択することはできません。 - - - Open - 開く - - - Open .scmp file - .scmp ファイルを開く - - - Open Containing Folder - 1 つ上のフォルダーを開く - - - Open File - ファイルを開く - - - Open GitHub Copilot Chat to help fix these errors - GitHub Copilot Chat を開いて、これらのエラーの修正を支援します - - - Open Keyboard Shortcuts editor. - キーボード ショートカット エディターを開きます。 - - - Open Nitro - Nitro を開く - - - Open Publish Script - 公開スクリプトを開いてください - - - Open Query - クエリを開く - - - Open Query History - Query History を開く - - - Open SQL editor and connect - SQL エディターを開いて接続する - - - Open XML - XML を開く - - - Open a new SQL query file - 新しい SQL クエリ ファイルを開く - - - Open a new bug - 新しいバグを開く - - - Open column menu - 列メニューを開く - - - Open filter menu - フィルター メニューを開く - - - Open in Editor - エディターで開く - - - Open in GitHub Copilot Chat - GitHub Copilot Chat で開く - - - Open in New Tab - 新しいタブで開く - - - Open in SQL Editor - SQL エディターで開く - - - Open in editor - エディターで開く - - - Open text data in a new editor - テキスト データを新しいエディターで開く - - - Open the active column filter menu - アクティブな列のフィルター メニューを開く - - - Open the active column menu - アクティブな列メニューを開く - - - Open the generated SELECT statement in a new editor - 生成された SELECT ステートメントを新しいエディターで開く - - - Opening Publish Script. This may take a while... - 発行スクリプトを開いています。これには時間がかかる場合があります... - - - Opening schema designer... - スキーマ デザイナーを開いています... - - - Operation - 操作 - - - Operation failed - 操作に失敗しました - - - Operator - 演算子 - - - Option Description - オプションの説明 - - - Optional (False) - 省略可能 (False) - - - Optional - Override default GraphQL plural type name - 省略可能 - 既定の GraphQL 型名をオーバーライド - - - Optional - Override default GraphQL singular type name - 省略可能 - 既定の GraphQL 単数型名をオーバーライド - - - Optional - Override default api/entityName path - 省略可能 - 既定の api/entityName パスをオーバーライドする - - - Options - オプション​​ - - - Options have changed. Recompare to see the comparison? - オプションが変更されました。比較を表示して再比較しますか? - - - Original file name - 元のファイル名 - - - Others - その他 - - - Output file - 出力ファイル - - - Overall, how satisfied are you with the MSSQL extension? - 全体として、MSSQL 拡張機能にどの程度満足していますか? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - {0} の全体的な満足度はどの程度ですか? - - - Overwrite all existing backup sets - 既存のすべてのバックアップ セットを上書きする - - - Overwrite the existing database - 既存のデータベースを上書きする - - - Owner - 所有者 - - - PNG - PNG - - - Package file - パッケージ ファイル - - - Page - ページ - - - Parameters - パラメーター - - - Parent node was not TreeNodeInfo. - 親ノードは TreeNodeInfo ではありませんでした。 - - - Password - パスワード - - - Password (SQL Login) - パスワード (SQL ログイン) - - - Password is required - パスワードは必須です - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - '{1}' へのログインを続行するには、'{0}' のパスワードを変更する必要があります - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - '{0}' へのログインを続行するには、パスワードを変更する必要があります - - - Passwords do not match - パスワードが一致しません - - - Paste - 貼り付け - - - Paste connection string from clipboard - クリップボードから接続文字列を貼り付ける - - - Path: {0} - {0} is the path of the node in the object explorer - パス: {0} - - - Pause - 一時停止 - - - Pause event collection - イベントコレクションの一時停止 - - - Paused - 一時停止 - - - Paused - click to resume - 一時停止 - クリックして再開 - - - Perform checksum before writing to media - メディアに書き込む前にチェックサムを行う - - - Permissions - アクセス許可 - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - ベクトル検索や JSON 拡張機能などの組み込みの AI 機能を備えた SQL Server 2025 など、複数のSQL Server バージョンから選択できます。 - - - Please Accept the SQL Server EULA - SQL Server EULA に同意してください - - - Please choose a backup file to load restore plan - 復元計画を読み込むバックアップ ファイルを選択してください - - - Please choose a blob to load restore plan - 復元計画を読み込む BLOB を選択してください - - - Please choose a unique backup file name - 一意のバックアップ ファイル名を選択してください - - - Please choose a unique name for the container - コンテナーの一意の名前を選択してください - - - Please choose a unique name for the profile - プロファイルの一意の名前を選択してください - - - Please choose a valid media option - 有効なメディア オプションを選択してください - - - Please choose at least one backup file - 少なくとも 1 つのバックアップ ファイルを選択してください - - - Please choose at least one backup set to restore - 復元するバックアップ セットを少なくとも 1 つ選択してください - - - Please ensure the file is not open in another application before importing - インポートする前に、ファイルが他のアプリケーションで開かれていないことを確認してください - - - Please make sure the port is a number, and choose a port that is not in use - ポートが数字であることを確認し、使用されていないポートを選択してください - - - Please make your password 8-128 characters long. - パスワードの長さが 8 ~ 128 文字になるようにしてください。 - - - Please select a database node in Object Explorer to drop. - 削除するデータベース ノードをオブジェクト エクスプローラーで選択してください。 - - - Please select a database node in Object Explorer to rename. - 名前を変更するデータベース ノードをオブジェクト エクスプローラーで選択してください。 - - - Please select a file, not a folder. - フォルダーではなく、ファイルを選択してください。 - - - Please select a node from Object Explorer to script. - スクリプト化するノードをオブジェクト エクスプローラーから選択してください。 - - - Please select a server node in Object Explorer to create a database. - データベースを作成するには、オブジェクト エクスプローラーでサーバー ノードを選択してください。 - - - Please select a valid symbol. - 有効な記号を選択してください。 - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - 十分なアクセス許可 (共同作成者以上) があるワークスペースを選択してください - - - Please select only one node to script. Multiple node scripting is not supported. - スクリプト化するノードを 1 つだけ選択してください。複数ノードのスクリプト化はサポートされていません。 - - - Port - ポート - - - Port must be a number between 1 and 65535 - ポートには 1 から 65535 までの数値を指定する必要があります - - - Port must be between 1 and 65535 - ポートは 1 から 65535 の間である必要があります - - - Port to expose the API on (default: 5000) - API を公開するポート (既定: 5000) - - - Port {0} is already in use - {0} is the port number - ポート {0} は既に使用されています - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - ポート {0} は既に使用されています。別のポートを選択してください。 - - - Possible Data Loss detected. Please review the changes. - データ損失の可能性が検出されました。変更点をレビューしてください。 - - - Precision - 精度 - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - '{0}' と '{1}' の有効桁数/小数点以下桁数が一致しません - - - Preserve the replication settings - レプリケーションの設定を保存する - - - Press desired key combination and then press ENTER. - 任意のキーの組み合わせを押し、ENTER キーを押します。 - - - Preview - プレビュー - - - Preview Data - データのプレビュー - - - Preview Database Updates - データベース更新のプレビュー - - - Previous - 前へ - - - Previous Page - 前のページ - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - URI {0} の前回の保留中の再接続 Promise は、エラー {1} で拒否されました。必要に応じて再接続が試行されます。 - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - URI {0} に対する、前回の保留中の再接続に成功しました。 - - - Previous result grid - 前の結果グリッド - - - Previous step failed. Please check the error message and try again. - 前の手順に失敗しました。エラー メッセージを確認して、もう一度お試しください。 - - - Previously released features you may not have explored yet. - 以前にリリースされた機能は、まだ探索していない可能性があります。 - - - Primary Key - 主キー - - - Primary Key Columns - 主キー列 - - - Primary key - 主キー - - - Prisma - Prisma - - - Privacy Statement - プライバシーに関する声明 - - - Privacy notice - プライバシーに関する声明 - - - Private - プライベート - - - Processing include or exclude all differences operation. - すべての相違点を含めるか除外する操作を処理しています。 - - - Profile Name - プロファイル名 - - - Profile created and connected - プロファイルが作成され、接続されました - - - Profile created successfully - プロファイルが正常に作成されました - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - プロファイルは読み込まれましたが、接続を自動的に確立できませんでした。{0} への接続を作成してから、もう一度お試しください。 - - - Profile name - プロファイル名 - - - Profile removed successfully - プロファイルが正常に削除されました - - - Profiler events exported successfully to {0} - {0} is the file path - Profiler イベントが {0}に正常にエクスポートされました - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - XEL ファイル '{0}' のプロファイラーは読み取り専用かつ切断モードのため、データベース接続なしでライブ セッションを開始または作成できません - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - XEL ファイル '{0}' のプロファイラーは読み取り専用かつ切断モードのため、データベース接続なしでライブ セッションを開始または作成できません。 - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - プロファイラーの準備ができました。ドロップダウンからセッションを選択し、[開始] をクリックしてプロファイルを開始してください。 - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - プロファイラー セッション '{0}' が正常に作成されました。プロファイルを開始しています... - - - Profiler session '{0}' started successfully. - {0} is the session name - Profiler セッション '{0}' が正常に開始されました。 - - - Properties - プロパティ - - - Property - プロパティ - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - プロバイダー '{0}' には、Microsoft リソース エンドポイントが定義されていません。 - - - Provisioning - プロビジョニング - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - プロキシ設定が見つかりましたが、URL の解析中にエラーが発生しました: '{0}'。MSSQL 拡張機能の使用中に接続の問題が発生する場合があります。 エラー: {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - プロキシ設定が見つかりましたが、プロトコル (例: http://) がありません: '{0}'。MSSQL 拡張機能の使用中に接続の問題が発生する場合があります。 - - - Public - パブリック - - - Publish - 公開 - - - Publish DACPAC - DACPAC の発行 - - - Publish Profile - プロフィールの公開 - - - Publish Project - プロジェクトの公開 - - - Publish Project - {0} - {0} is the name of the project being published - プロジェクトの公開 - {0} - - - Publish Settings File - 設定ファイルを公開 - - - Publish Target - ターゲットの公開 - - - Publish profile saved to: {0} - 公開プロファイルが以下に保存されました: {0} - - - Publishing Changes - 変更をパブリッシュしています - - - Pulling DAB container image - DAB コンテナー イメージをプルしています - - - Pulling SQL Server Image - SQL Server イメージのプル - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - SQL Server コンテナー イメージのプル。インターネット接続によっては、これには数分かかる場合があります。 - - - Query - クエリ - - - Query Editor - クエリ エディター - - - Query Editor shortcuts are managed by Visual Studio Code. - クエリ エディターのショートカットは、Visual Studio Code によって管理されます。 - - - Query Execution - クエリの実行 - - - Query Plan - クエリ プラン - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - クエリ プラン ({0}) - - - Query Plan ({0}) - {0} is the number of query plans - クエリ プラン ({0}) - - - Query Profiler - Query Profiler - - - Query Profiler Session Status - Query Profiler セッションの状態 - - - Query Profiler: No session - Query Profiler: セッションなし - - - Query Profiler: {0} - {0} is the file name or session name - Query Profiler: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - {0} 用のクエリ エディター - - - Query executed - クエリが実行されました - - - Query execution failed - クエリの実行に失敗しました - - - Query execution was canceled. - クエリの実行が取り消されました。 - - - Query failed - クエリが失敗しました - - - Query succeeded - クエリが成功しました - - - Query {0} - {0} is the Quick Query slot number - クエリ {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - クエリ {0}: クエリ コスト (スクリプトに対する相対): {1}% - - - Quick Queries - クイック クエリ - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - クイック クエリのキーボード ショートカットは、Visual Studio Code によって管理されます。 - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - クイック クエリ スロットは 1 から {0} の間である必要があります。 - - - Quick filter all columns... - すべての列にクイック フィルターを適用... - - - REST - REST - - - REST API - REST API - - - RESTORE WITH NORECOVERY - NORECOVERY を使用して復元 - - - RESTORE WITH RECOVERY - RECOVERY を使用して復元 - - - RESTORE WITH STANDBY - WITH STANDBY を使用して復元 - - - Read - 読み取り - - - Read docs on Microsoft Learn - Microsoft Learn のドキュメントを読む - - - Read more - 詳細情報 - - - Read-Only - 読み取り専用 - - - Read-only SQL text editor - 読み取り専用 SQL テキスト エディター - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - '{0}' は読み取り専用かつ切断モードです。データベース接続がないと、ライブ セッションを作成または開始できません。 - - - Ready for import - インポートの準備完了 - - - Readying container for connections. - 接続用のコンテナーを準備を完了しています。 - - - Readying container for connections... - コンテナーを接続するための準備を整えています... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - T-SQL に不慣れな開発者がコードを理解しやすいように、自然言語による説明を受け取る - - - Recent Connections - 最近の接続 - - - Recent connections list cleared - 最近の接続の一覧がクリアされました - - - Record shortcut - レコード ショートカット - - - Recording shortcut - レコーディング ショートカット - - - Recovery Model - 復旧モデル - - - Recovery state - 復旧状態 - - - Redo - やり直す - - - Referenced column '{0}' not found - {0} is the column name - 参照されている列 '{0}' が見つかりません - - - Referenced columns - 参照される列 - - - Referenced schema - 参照されるスキーマ - - - Referenced table - 参照されるテーブル - - - Referenced table '{0}' not found - {0} is the table name - 参照されたテーブル '{0}' が見つかりません - - - Refresh - 最新の情報に更新 - - - Refresh Credentials - 資格情報の更新 - - - Refresh dataset - データ セットを更新 - - - Region - リージョン - - - Register - 登録 - - - Reject - 拒否 - - - Reliability - 信頼性 - - - Reload Visual Studio Code - Visual Studio Code の再読み込み - - - Relocate all files - すべてのファイルの再配置 - - - Remind Me Later - 後で通知する - - - Remove - 削除 - - - Remove Sort - 並べ替えの削除 - - - Remove a connection profile - 接続プロファイルの削除 - - - Remove file - ファイルを削除する - - - Remove filter - フィルターの削除 - - - Remove filter for {0} - {0} is the column name - {0} のフィルターを削除する - - - Remove from favorites - お気に入りから削除 - - - Remove sort - 並べ替えの削除 - - - Remove tag - タグの削除 - - - Remove {0} - {0} is the object type - {0} の削除 - - - Rename - 名前の変更 - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - '{1}' 上の '{0}' の名前を変更します。 - - - Rename Database - データベース名の変更 - - - Rename Options - 名前の変更オプション - - - Rename is not supported at this position. - この位置では名前の変更はサポートされていません。 - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - 名前の変更は、開いている SQL プロジェクトの一部である SQL ファイルでのみサポートされています。まず、[データベース プロジェクト] パネルでプロジェクトを開きます。 - - - Rename request failed: {0} - 名前変更の要求に失敗しました: {0} - - - Renaming database - データベースの名前を変更しています - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - データベース '{0}' の名前を '{1}' に変更しています... - - - Replication - レプリケーション - - - Request a new feature - 新しい機能を要求する - - - Required - 必須 - - - Requirements: - 要件: - - - Requires user authentication - ユーザー認証が必要です - - - Reset - リセット - - - Reset to Defaults? - 既定値にリセットしますか? - - - Resize - サイズ変更 - - - Resize column '{0}' - {0} is the name of the column - 列 '{0}' のサイズ変更 - - - Resize the active result grid column - アクティブな結果グリッドの列のサイズを変更する - - - Resource Group - リソース グループ - - - Resource Group Name - リソース グループ名 - - - Resource Group is required - リソース グループが必要です - - - Resource group name is required - リソース グループ名が必要です - - - Resources - リソース - - - Restore - 復元 - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - 復元 ({0}) - - - Restore Database - Database の復元 - - - Restore Panel Size - パネル サイズを元に戻す - - - Restore as - 復元ファイル名 - - - Restore panel size - パネル サイズを元に戻す - - - Restore properties pane - [プロパティの復元] ウィンドウ - - - Restrict access to the restored database - 復元するデータベースへのアクセスを制限する - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - 結果セット バッチ {0} - クエリ {1} - - - Result View - 結果ビュー - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - 結果ビューのショートカットは、MSSQL 拡張機能によって管理されます。キーバインドは、ここで直接構成できます。 - - - Results - 結果 - - - Results ({0}) - {0} is the number of results - 結果 ({0} 件) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - 結果 ({0}) - - - Results Preview - 結果のプレビュー - - - Results Preview ({0}) - {0} is the number of preview results - 結果のプレビュー ({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - 結果のプレビュー ({0}) - - - Results exported successfully to {0} - {0} is the file path - 結果が正常に {0} にエクスポートされました - - - Results toolbar - 結果ツールバー - - - Resume - 再開 - - - Resuming database - データベースを再開しています - - - Retry - 再試行 - - - Reveal - 表示 - - - Reveal in Explorer - Explorer で表示 - - - Reveal in Finder - Finder で表示 - - - Reverse Alphabetical - 逆アルファベット順 - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - SQL スキーマとリレーションシップを説明して、既存のデータベースをリバース エンジニアリングする - - - Revert - 元に戻す - - - Revert Cell - セルを元に戻す - - - Revert Row - 行を元に戻す - - - Revert this change to its original state - この変更を元の状態に戻す - - - Revert values to project defaults - 値をプロジェクトの既定値に戻す - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - チャットで API 構成の変更をレビューまたは提案すると、GitHub Copilot はデータ API ビルダーですぐに構成を更新します。 - - - Reviewing Copilot Change - Copilot の変更をレビューしています - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - Apple Silicon で SQL Server コンテナー イメージを実行するには Rosetta が必要です。Docker Desktop の [設定] > [一般] で "Apple Silicon で x86_64/amd64 エミュレーションに Rosetta を使用する" を有効にしてください。 - - - Row created. - 行が作成されました。 - - - Row deleted. - 行が削除されました。 - - - Row marked for removal. - 削除対象としてマークされた行。 - - - Rows - - - - Rows per page - 1 ページあたりの行数 - - - Rule disabled - ルールが無効 - - - Rule enabled - ルールが有効 - - - Rule name - 規則名 - - - Rules - ルール - - - Run Query - クエリの実行 - - - Run Query History - Query History の実行 - - - Run a query for the current active SQL document - 現在アクティブな SQL ドキュメントのクエリを実行する - - - Run a query in the current editor, or switch to an editor that has results. - 現在のエディターでクエリを実行するか、結果を含むエディターに切り替えます。 - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - 接続 '{0}' (ID: {1}) でクエリを実行しますか? - -クエリ: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - カスタム キーボード ショートカットを使用して、保存した SQL をすぐに実行できます。選択したクエリ エディターのテキストを挿入するには {arg} を使用します。そうでない場合は、クエリの後に追加されます。 - - - Run, cancel, and create queries - クエリの実行、取り消し、および作成 - - - Running - 実行中 - - - Running a custom query will discard all pending changes. Do you want to continue? - カスタム クエリを実行すると、保留中の変更はすべて破棄されます。続行しますか? - - - Running query is not supported when the editor is in multiple selection mode. - エディターが複数選択モードの場合、クエリの実行はサポートされません。 - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) でクエリを実行しています - - - Running: {0} - {0} is how long the query has been running - 実行中: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - SQL 分析エンドポイント - - - SQL Authentication - SQL 認証 - - - SQL Container Name - SQL コンテナー名 - - - SQL Container Version - SQL コンテナーのバージョン - - - SQL Database - SQL データベース - - - SQL Database Projects — Code Analysis - SQL Database プロジェクト — Code Analysis - - - SQL Login - SQL ログイン - - - SQL Notebooks - SQL ノートブック - - - SQL Plan Files - SQL プラン ファイル - - - SQL Server Container SA Password - SQL Server コンテナー SA パスワード - - - SQL Server admin password - SQL Server 管理者パスワード - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server は Windows コンテナーをサポートしていません。Docker Desktop の設定で Linux コンテナーに切り替えてください。 - - - SQL Server is required - SQL Server は必須です - - - SQL Server port number - SQL Server のポート番号 - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} - 最新 - - - SQL Tools (MSSQL) - SQL ツール (MSSQL) - - - SQL database in Fabric - Fabric の SQL データベース - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - SQLCMD 変数 - - - SVG - SVG - - - Satisfied - 満足 - - - Saturation - 彩度 - - - Save - 保存 - - - Save .scmp file - .scmp ファイルを保存 - - - Save As - 名前を付けて保存 - - - Save As... - 名前を付けて保存... - - - Save Changes - 変更の保存 - - - Save Connection Group - 接続グループの保存 - - - Save Password - パスワードの保存 - - - Save Password? If 'No', password will be required each time you connect - パスワードを保存しますか?[いいえ] を選ぶと、毎回の接続の際にパスワードが要求されます - - - Save Plan - プランの保存 - - - Save Secret - シークレットの保存 - - - Save as CSV - CSV として保存 - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - CSV として保存 ({0}) - - - Save as Excel - Excel として保存 - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - Excel として保存 ({0}) - - - Save as INSERT INTO - INSERT INTO として保存 - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - INSERT INTO として保存 ({0}) - - - Save as JSON - JSON として保存 - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - JSON として保存 ({0}) - - - Save backup to URL - バックアップを URL に保存 - - - Save connection profile changes without establishing a connection - 接続を確立せずに接続プロファイルの変更を保存する - - - Save password - パスワードの保存 - - - Save results as CSV - 結果を CSV 形式で保存 - - - Save results as Excel - 結果を Excel 形式で保存 - - - Save results as INSERT - 結果を INSERT として保存する - - - Save results as JSON - 結果を JSON 形式で保存 - - - Save results command cannot be used with multiple selections. - 結果の保存コマンドは、複数が選択された状態では使用できません。 - - - Save source and target, options, and excluded elements - ソース、ターゲット、オプション、および除外された要素を保存します - - - Save to Disk - ディスクに保存 - - - Save to URL - URL に保存 - - - Save without connecting - 接続せずに保存 - - - Saved - 保存済み - - - Saved Connections - 保存された接続 - - - Saved results to {0} - {0} is the saved file path - {0} に保存しました - - - Saving... - 保存しています... - - - Scaffold backend components (e.g., data-access layers) based on your current database context - 現在のデータベース コンテキストに基づいて、バックエンド コンポーネント (データアクセス レイヤーなど) をスキャフォールディングする - - - Scale - スケーリング - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - '{0}' と '{1}' のスケールが一致していません - - - Schema - スキーマ - - - Schema '{0}' is not available. - {0} is the schema name - スキーマ '{0}' は使用できません。 - - - Schema Changes - スキーマの変更 - - - Schema Compare - Schema Compare - - - Schema Compare Options - Schema Compare のオプション - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - Schema Compare に失敗しました: '{0}' - - - Schema Designer - スキーマ デザイナー - - - Schema Designer Model is ready. Changes can now be published. - スキーマ デザイナー モデルの準備ができました。変更を発行できるようになりました。 - - - Schema Designer with GitHub Copilot - GitHub Copilot を使用したスキーマ デザイナー - - - Schema Diff - スキーマの差分 - - - Schema designer details are not available. - スキーマ デザイナーの詳細は使用できません。 - - - Schema designer is not initialized. - スキーマ デザイナーが初期化されていません。 - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - スキーマ デザイナーが開きました。スキーマの変更については、{0} 操作 ({1}/{2}) を続行してください。 - - - Schema designer state changed. Fetch the latest schema and retry the operation. - スキーマ デザイナーの状態が変更されました。最新のスキーマをフェッチしてから、操作を再試行してください。 - - - Schema designer state retrieved successfully. - スキーマ デザイナーの状態が正常に取得されました。 - - - Schema designer updated successfully. - スキーマ デザイナーが正常に更新されました。 - - - Schema is required - スキーマが必要です - - - Schema/Object Type - スキーマ/オブジェクト型 - - - Schemas - スキーマ - - - Script - スクリプト - - - Script as Alter - 変更としてスクリプト化 - - - Script as Create - 作成としてのスクリプト - - - Script as Drop - ドロップとしてスクリプト化 - - - Script as Execute - 実行としてスクリプト化 - - - Script copied to clipboard - スクリプトがクリップボードにコピーされました - - - Script copied to clipboard. - スクリプトがクリップボードにコピーされました。 - - - Search Database Objects - データベース オブジェクトの検索 - - - Search Database Objects - {0} - {0} is the server name - データベース オブジェクトの検索 - {0} - - - Search Workspaces - ワークスペースを検索 - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - オブジェクトの名前または種類で検索する (例: t:<name>、v:、f:、sp:) - - - Search changes... - 変更を検索... - - - Search connection groups - 接続グループの検索 - - - Search extension shortcut - 拡張機能のショートカットを検索する - - - Search options - 検索オプション - - - Search options... - 検索オプション... - - - Search rules... - ルールの検索... - - - Search settings... - 検索設定... - - - Search subscriptions... - サブスクリプションを検索中... - - - Search tables... - テーブルの検索... - - - Search values... - 値を検索します... - - - Search within {0} text content - {0} is the column name - {0} のテキスト コンテンツ内を検索 - - - Search workspaces... - ワークスペースを検索... - - - Search... - 検索... - - - Searching... - 検索中... - - - Seed sample data or import an existing schema - サンプル データのシードまたは既存のスキーマをインポート - - - Select - 選択 - - - Select All - すべて選択 - - - Select Azure account with Key Vault access for column decryption - 列の復号化用に、Key Vault アクセス権を持つ Azure アカウントを選択してください - - - Select Connection - 接続を選択 - - - Select Database - データベースの選択 - - - Select Max vCores - 最大仮想コア数の選択 - - - Select Profile - プロファイルの選択 - - - Select Source - ソースの選択 - - - Select Source Schema - ソース スキーマの選択 - - - Select Target - ターゲットの選択 - - - Select Target Schema - ターゲット スキーマの選択 - - - Select Top 1000 - 上位 1000 件を選択 - - - Select XEL File - XEL ファイルの選択 - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - この接続で使用する Microsoft Entra ID アカウントを選択します。 Azure Data Studio の元のアカウント情報を以下に示しますが、別のアカウントを選択することもできます。 - - - Select a Workspace - ワークスペースを選択する - - - Select a blob - BLOB の選択 - - - Select a blob container - BLOB コンテナーを選択 - - - Select a collation - 照合順序の選択 - - - Select a connection group - 接続グループを選択する - - - Select a connection to use as the default - 既定値として使用する接続の選択 - - - Select a data source - データ ソースの選択 - - - Select a database - データベースの選択 - - - Select a database for profiling (Azure SQL requires a specific database) - プロファイル用のデータベースを選択します (Azure SQL では特定のデータベースが必要です) - - - Select a file - ファイルの選択 - - - Select a folder - フォルダーを選択する - - - Select a location for the resource group - リソース グループの場所を選択 - - - Select a maintenance window - メンテナンス期間の選択 - - - Select a profiler template - プロファイラー テンプレートの選択 - - - Select a resource group - リソース グループの選択 - - - Select a server - サーバーの選択 - - - Select a session first - 最初にセッションを選択してください - - - Select a session... - セッションの選択... - - - Select a storage account - ストレージ アカウントの選択 - - - Select a subscription - サブスクリプショを選択します - - - Select a subscription to view servers in it. - サブスクリプションを選択すると、その中のサーバーが表示されます。 - - - Select a tenant - テナントを選択してください - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - ドロップダウンから有効な {0} を選択 - - - Select a workspace to view the databases in it. - ワークスペースを選択して、その中のデータベースを表示します。 - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - フィルターのための {0} を選択 - - - Select account - アカウントの選択 - - - Select all - すべて選択 - - - Select all cells in the active grid - アクティブなグリッド内のすべてのセルを選択する - - - Select all entities - すべてのエンティティを選択 - - - Select all options - [すべて選択] オプション - - - Select all {0} - {0} is the action name (Create, Read, etc.) - すべての {0} を選択 - - - Select an account - アカウントを選択してください - - - Select an account for authentication - 認証用のアカウントを選択する - - - Select an extension to manage connection sharing permissions - 接続共有のアクセス許可を管理する拡張機能を選択します - - - Select an operation - 操作の選択 - - - Select column - 列の選択 - - - Select file to import - インポートするファイルを選択 - - - Select image - イメージの選択 - - - Select location - 場所の選択 - - - Select new permission for extension: '{0}' - {0} is the extension name - 拡張機能の新しいアクセス許可を選択します: '{0}' - - - Select or clear all connection groups - すべての接続グループを選択またはクリアする - - - Select or clear all connections - すべての接続を選択またはクリアする - - - Select package file - パッケージ ファイルの選択 - - - Select profile to edit - 編集するプロファイルの選択 - - - Select profile to remove - 削除するプロファイルを選択します - - - Select row - 行の選択 - - - Select session - セッションの選択 - - - Select subscriptions - サブスクリプションの選択 - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - 接続グループと接続をスキャンする Azure Data Studio settings.json ファイルを選択します。 - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - このストアド プロシージャを実行できる HTTP メソッドを選択します。DAB の既定値は POST です。 - - - Select the SQL Server Container Image - SQL Server コンテナー イメージを選択する - - - Select the entire current column - 現在の列全体を選択する - - - Select the entire current row - 現在の行全体を選択する - - - Select the target schema - ターゲット スキーマを選択する - - - Selected - 選択済み - - - Selected Microsoft Entra account removed successfully. - 選択した Microsoft Entra アカウントが正常に削除されました。 - - - Selected Path - 選択されたパス - - - Selected backup file does not contain a valid database backup - 選択したバックアップ ファイルには、有効なデータベース バックアップが含まれていません - - - Selected query-editor text - 選択したクエリ エディターのテキスト - - - Selection - 選択 - - - Sequelize - Sequelize - - - Serialization failed - シリアル化できませんでした - - - Server - サーバー - - - Server - {0} - {0} is the server name - サーバー - {0} - - - Server Connections - サーバーの接続 - - - Server Edition - サーバーのエディション - - - Server Name - サーバー名 - - - Server Version - サーバーのバージョン - - - Server connection in progress. Do you want to cancel? - サーバーへ接続中です。キャンセルしますか? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - サーバーを起動できませんでした。これは、システムのアクセス許可エラーまたは互換性がない可能性があります。設定からデバイス コード認証を有効にすることができます。 - - - Server is required - サーバーは必須です - - - Server name is required - サーバー名が必要です - - - Server name not set. - サーバー名が設定されていません。 - - - Server name or ADO.NET connection string - サーバー名または ADO.NET 接続文字列 - - - Server {0} not found. - {0} is the server name - サーバー {0} が見つかりません。 - - - Serverless - サーバーレス - - - Service installation failed. - サービスのインストールに失敗しました。 - - - Service tier - サービス レベル - - - Session - セッション - - - Session creation timed out - セッションの作成がタイムアウトしました - - - Session name can only contain letters, numbers, underscores, and hyphens - セッション名に使用できるのは、英字、数字、アンダースコア、ハイフンのみです - - - Session name cannot be empty - セッション名を空にすることはできません - - - Session name must be {0} characters or less - {0} is the maximum length - セッション名は {0} 文字以下にする必要があります - - - Session not running - セッションが実行されていません - - - Set Default - 既定値を設定 - - - Set Null - NULL を設定 - - - Set backup Compression - バックアップの圧縮の設定 - - - Set backup Media Set - バックアップ メディア セットの設定 - - - Set backup retain days - バックアップ保持日数の設定 - - - Setting - 設定 - - - Setting up - セットアップしています - - - Setting up container - コンテナーのセットアップ - - - Settings - 設定 - - - Settings and Keybindings - 設定とキーバインド - - - Settings are fixed for free tier. - Free レベルの設定は固定されています。 - - - Settings for {0} - {0} is the entity name - {0} の設定 - - - Severity - 重大度 - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - {0} の重大度 - - - Shortcut - ショートカット - - - Shortcuts Configuration - ショートカットの構成 - - - Shortcuts Configuration (Preview) - ショートカットの構成 (プレビュー) - - - Shortcuts configuration page - ショートカットの構成ページ - - - Show All - すべて表示する - - - Show Changes - 変更の表示 - - - Show Confirm Password - パスワードの確認を表示する - - - Show Definition - 定義の表示 - - - Show Estimated Plan - 推定プランを表示 - - - Show MSSQL output - MSSQL 出力の表示 - - - Show Menu - メニューの表示 - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - メニューの表示 ({0}) - - - Show New Password - 新しいパスワードの表示 - - - Show SQL - SQL の表示 - - - Show SQL Pane - SQL ペインの表示 - - - Show Schema - スキーマの表示 - - - Show a random table definition - ランダムなテーブル定義を表示する - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - VS Code のキーボード ショートカットに、すべてのクイック クエリ ショートカットを表示する - - - Show all columns - すべての列を表示する - - - Show full error message - 完全なエラー メッセージの表示 - - - Show masked command (hides sensitive information) - マスクされたコマンドを表示する (機密情報を非表示にする) - - - Show or hide the query result panel - クエリ結果パネルの表示/非表示を切り替える - - - Show password - パスワードを表示する - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のスキーマを表示しますか? - - - Show table relationships - テーブル リレーションシップの表示 - - - Show unmasked command (reveals sensitive information) - マスクされていないコマンドを表示する (機密情報を表示) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 接続 '{0}' (ID: {1}) のスキーマを表示しています - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - {1} 件中 {0} 件のイベントを表示しています - - - Showplan XML - プラン表示 XML - - - Sign In - サインイン - - - Sign in - サインイン - - - Sign in and retry - サインインして再試行する - - - Sign in to a new account - 新しいアカウントにサインインする - - - Sign in to your Azure subscription - Azure サブスクリプションにサインイン - - - Sign in to your Azure subscription in one of the sovereign clouds. - いずれかのソブリン クラウドで、Azure サブスクリプションにサインインします。 - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - デバイス コードを使って Azure サブスクリプションにサインインします。Sign In コマンドが機能しないセットアップでは、この方法を使用してください - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - Entra ID '{0}' でサインインします。 - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - 多要素認証を使用するアカウントを含む Microsoft Entra ID アカウントでサインインします。詳細については、情報のアイコンをクリックしてください。 - - - Sign into Azure - Azure にサインインする - - - Sign into Azure in order to add a firewall rule. - ファイアウォール規則を追加するには、Azure にサインインしてください。 - - - Sign into Fabric - Fabric にサインインする - - - Sign into additional accounts - 追加のアカウントにサインインする - - - Sign into tenant - テナントにサインイン - - - Signing in to Azure as {0}... - {0} is the account name - {0} として Azure にサインインしています... - - - Simple - シンプル - - - Simple Container Management - シンプルなコンテナー管理 - - - Smart performance - スマート パフォーマンス - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - 一部の接続またはグループの情報が不完全です。続行できますが、接続前にこれらの接続を後で編集する必要があるかもしれません。 - - - Sort - 並べ替え - - - Sort Ascending - 昇順で並べ替え - - - Sort Descending - 降順で並べ替え - - - Sort ascending - 昇順で並べ替え - - - Sort column - 列の並べ替え - - - Sort descending - 降順で並べ替え - - - Source - ソース - - - Source Column - ソース列 - - - Source Database - ソース データベース - - - Source Name - ソース名 - - - Source: {0} - {0} is the fully qualified DAB source object name - ソース: {0} - - - Source: {0} - {0} is the task source - ソース: {0} - - - Specifies whether the column is included in the primary key for the table. - 列がテーブルの主キーに含まれるかどうかを指定します。 - - - Specifies whether the column may have a NULL value. - 列が NULL 値を持つことができるかどうかを指定します。 - - - Specify Input File - 入力ファイルの指定 - - - SqlPackage Command - SqlPackage コマンド - - - Standby file - スタンバイ ファイル - - - Start - 開始 - - - Start IP Address - 開始 IP アドレス - - - Start Time - 開始時刻 - - - Start profiling session - プロファイル セッションの開始 - - - Start, stop, and remove containers directly from the extension. - 拡張機能からコンテナーを直接開始、停止、削除します。 - - - Started executing query at - 次の場所でクエリの実行を開始しました: - - - Started query execution for document "{0}" - {0} is the document name - ドキュメント "{0}" のクエリ実行を開始しました - - - Started saving results to {0} - {0} is the file path - {0} への結果の保存を開始しました - - - Starting '{0}'... - {0} is the service name - '{0}' を開始しています... - - - Starting Container... - コンテナーを開始しています... - - - Starting DAB container - DAB コンテナーを起動しています - - - Starting Docker Desktop - Docker デスクトップを起動しています - - - Starting Docker... - Docker を開始しています... - - - Starting {0}... - {0} is the container name - {0} を開始しています... - - - Starts With - 次で始まる - - - Starts with - 次の値で始まる - - - Status - 状態 - - - Status: {0} - {0} is the task status - 状態: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - 手順 {0} ({1} 中) - - - Stop - 停止 - - - Stop session - セッションの停止 - - - Stopped - 停止済み - - - Stopping Container... - コンテナーを停止しています... - - - Stopping profiler session "{0}"... - {0} is the session name - プロファイラー セッション "{0}" を停止しています... - - - Storage - ストレージ - - - Storage Account - ストレージ アカウント - - - Storage Account is required - ストレージ アカウントが必要です - - - Stored Procedure - ストアド プロシージャ - - - Stored Procedures - ストアド プロシージャ - - - Stored procedure GraphQL operation - ストアド プロシージャの GraphQL 操作 - - - Stored procedure REST methods - ストアド プロシージャの REST メソッド - - - Submit - 送信 - - - Submit an issue - 問題を送信 - - - Subscription - サブスクリプション - - - Subscription is required - サブスクリプションが必要です - - - Subtree Cost - サブツリーのコスト - - - Succeeded - 成功 - - - Succeeded with warning - 警告付きで成功 - - - Successfully changed to database: {0} - {0} is the database name - データベースに正常に変更されました: {0} - - - Successfully connected to server. - サーバーに正常に接続されました。 - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - URI {0} の接続 {1} のトークンが正常に更新されました。{2} - - - Successfully saved results to {0} - {0} is the file path - 結果が {0} に正常に保存されました - - - Sum - 合計 - - - Sum: {0} - {0} is the sum - 合計: {0} - - - Summary - 要約 - - - Summary loading canceled - 要約の読み込みが取り消されました - - - Summary loading was canceled by user - 要約の読み込みはユーザーによって取り消されました - - - Switch Direction - 方向の切り替え - - - Switch Source and Target - ソースとターゲットの切り替え - - - Switch between result panes and tabs - 結果ウィンドウとタブを切り替える - - - Switch results view - 結果ビューを切り替える - - - Switch to Grid View - グリッド ビューに切り替える - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - グリッド ビューに切り替える ({0}) - - - Switch to MSAL - MSAL に切り替える - - - Switch to Messages tab - [メッセージ] タブに切り替える - - - Switch to Query Plan tab - [クエリ プラン] タブに切り替える - - - Switch to Results tab - [結果] タブに切り替える - - - Switch to Text View - テキスト ビューに切り替える - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - テキスト ビューに切り替える ({0}) - - - Switched to {0} - {0} is the connection label - {0} に切り替えました - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - Linux コンテナーへの切り替えは取り消されました。SQL Server は Linux コンテナーのみをサポートしています。 - - - Synchronous resize - 同期リサイズ - - - System databases - システム データベース - - - T-SQL - T-SQL - - - Table - テーブル - - - Table '{0}' already exists - {0} is the table name - テーブル '{0}' は既に存在します - - - Table '{0}' not found - {0} is the table name - テーブル '{0}' が見つかりません - - - Table Diagram - テーブル ダイアグラム - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - '{0}' のテーブル エクスプローラーに未保存の変更があります。保存しますか、それとも破棄しますか? - - - Table Name - テーブル名 - - - Table Schema - テーブル スキーマ - - - Table added to schema designer successfully. - スキーマ デザイナーにテーブルが正常に追加されました。 - - - Table deleted from schema designer successfully. - スキーマ デザイナーからテーブルが正常に削除されました。 - - - Table id already exists. - テーブル ID は既に存在します。 - - - Table must include at least one column. - テーブルには少なくとも 1 つの列を含める必要があります。 - - - Table name - テーブル名 - - - Table name cannot be empty - テーブル名を空にすることはできません - - - Table name is required - テーブル名は必須です - - - Table updated in schema designer successfully. - スキーマ デザイナーでテーブルが正常に更新されました。 - - - Tables - テーブル - - - Tag keys must be unique. - タグ キーは一意である必要があります。 - - - Tags - タグ - - - Tail-log backup - ログ末尾のバックアップ - - - Tail-log backup file - ログ末尾のバックアップ ファイル - - - Take Survey - アンケートに答える - - - Take tail-log backup before restore - 復元の前にログ末尾のバックアップを実行する - - - Target - ターゲット - - - Target Database - ターゲット データベース - - - Target Name - ターゲット名 - - - Target Table - ターゲット テーブル - - - Target: {0} - {0} is the task target location - ターゲット: {0} - - - Task log is unavailable. - タスク ログは利用できません。 - - - Task: {0} - {0} is the task name - タスク: {0} - - - Tenant - テナント - - - Tenant ID - テナント ID - - - Tenant ID is required - テナント ID が必要です - - - Tenant is required - テナントが必要です - - - Terms & Conditions - 使用条件 - - - Test connecting with the current settings - 現在の設定で接続をテストする - - - Test connection - 接続のテスト - - - Testing connection profile... - 接続プロファイルをテストしています... - - - Testing... - テストしています... - - - Text - テキスト - - - Text View - テキスト ビュー - - - Text tab - displays SQL text data - [テキスト] タブ - SQL テキスト データを表示します - - - The Application (Client) ID of your Microsoft Entra app registration. - Microsoft Entra アプリ登録のアプリケーション (クライアント) ID。 - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - クエリ プロファイラーは、軽量 T-SQL プロファイリング用の {code-snippet-0} を含む新しい Azure SQL データベース テンプレートを使用して、Microsoft Fabric SQL Database 接続をサポートするようになりました。 - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - 必要なバックグラウンド サービスを起動できなかったため、SQL Server 拡張機能を起動できませんでした。オペレーティング システムのオフライン VSIX をインストールするか、ネットワーク接続を確認して、もう一度やり直してください。詳細: {0} - - - The XEL file was not found. - XEL ファイルが見つかりませんでした。 - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - 外部キー リレーションシップに含まれるデータのある行をユーザーが削除しようとしたときの動作です。 - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - 外部キー リレーションシップに含まれるデータのある行をユーザーが更新しようとしたときの動作です。 - - - The client secret for your Microsoft Entra app registration. - Microsoft Entra アプリ登録のクライアント シークレット。 - - - The columns of the index. - インデックスの列。 - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - 'mssql.defaultConnectionId' で設定された接続 ID '{0}' が既知の接続プロファイルと一致しません。新しいエディターは、アクティブな接続の転送にフォールバックします。 - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - ID '{0}' の接続には 'server' プロパティが設定されていないため、無視されます。 この接続を使用するには、'server' プロパティを設定してください。 - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - カスタム クラウドの選択が構成されていません。設定 '{0}' を構成してください。 - - - The description of the check constraint. - CHECK 制約の説明。 - - - The description of the foreign key. - 外部キーの説明。 - - - The description of the index. - インデックスの説明。 - - - The description of the primary key. - 主キーの説明。 - - - The expression defining the check constraint. - CHECK 制約を定義する式です。 - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - 拡張機能 '{0}' が SQL Server 接続へのアクセスを要求しています。これにより、クエリの実行とデータベースへのアクセスが許可されます。 - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - 最初の値は、{1} フィルターの {0} 演算子の 2 番目の値より小さくする必要があります - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - {1} フィルターの {0} 演算子に最初の値を設定する必要があります - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - 次のワークスペースまたはワークスペース フォルダーの接続には 'id' プロパティがないため、無視されます。 この接続を使用するには、手動で 'id' プロパティを追加してください。 - - {0} - - - The language model did not return any output. - 言語モデルは出力を返しませんでした。 - - - The mapping between foreign key columns and primary key columns. - 外部キー列と主キー列の間のマッピング。 - - - The maximum length (in characters) that can be stored in this database object. - このデータベース オブジェクトに格納できる最大長 (文字数) です。 - - - The name of the check constraint. - CHECK 制約の名前。 - - - The name of the column object. - 列オブジェクトの名前です。 - - - The name of the column. - 列の名前です。 - - - The name of the foreign key. - 外部キーの名前です。 - - - The name of the index. - インデックスの名前です。 - - - The query results panel failed to load. Please try running the query again. - クエリ結果パネルを読み込めませんでした。クエリをもう一度実行してみてください。 - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - 最近の接続の一覧はクリアされましたが、関連付けられている資格情報の削除中にエラーが発生しました。MSSQL 出力チャネルのエラーを表示します。 - - - The requested model could not be found. Please check model availability or try a different model. - 要求されたモデルが見つかりませんでした。モデルの可用性を確認するか、別のモデルをお試しください。 - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - {1} フィルターの {0} 演算子に 2 番目の値を設定する必要があります - - - The selected file is not a valid XEL file. - 選択したファイルは有効な XEL ファイルではありません。 - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - 選択したプロファイルは Entra ID '{0}' を使用して認証しますが、そのアカウントは MSSQL 拡張機能にサインインしていません。接続を編集するか、そのアカウントで MSSQL にサインインして接続してください。 - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - 選択したプロファイルは、テナント '{1}' の Entra ID '{0}' を使用して認証しますが、そのアカウントは VS Code サインインを通して使用できません。接続を編集するか、そのアカウントで VS Code にサインインして接続します。 - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - 選択したプロファイルは、テナント '{1}' の Entra ID '{0}' を使用して認証しますが、そのアカウントは MSSQL 拡張機能にサインインしていません。接続を編集するか、そのアカウントで MSSQL にサインインして接続してください。 - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - 選択したプロファイルは Entra ID '{0}' を使用して認証しますが、そのアカウントは VS Code サインインでは使用できません。接続を編集するか、そのアカウントで VS Code にサインインして接続してください。 - - - The table which contains the primary or unique key column. - 主キー列または一意キー列を含むテーブルです。 - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - {0} サービスがクラッシュしました。詳細: {1} - - - There was an error updating the project - プロジェクトの更新中にエラーが発生しました - - - This connection does not have a display name in Azure Data Studio. - この接続には、Azure Data Studio に表示名がありません。 - - - This connection's group has not been selected, so this connection will be imported to the root. - この接続のグループが選択されていないため、この接続はルートにインポートされます。 - - - This database name is already in use. Please choose a different name. - このデータベース名は既に使用されています。別の名前を選択してください。 - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - このメッセージを処理できませんでした。この問題が解決しない場合は、ログを確認し、GitHub で問題を提起ください。 - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - この操作では、入力ファイルの構造を分析し、最初の 50 行までのプレビューを下に生成します。 - - - This server only supports Microsoft Entra ID authentication. - このサーバーでは、Microsoft Entra ID 認証のみがサポートされています。 - - - This server only supports SQL Authentication. - このサーバーでは、SQL 認証のみがサポートされています。 - - - This server supports Microsoft Entra ID and SQL Authentication. - このサーバーでは、Microsoft Entra ID と SQL 認証がサポートされています。 - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - このショートカットでは、選択したテキストをパラメーターとして渡す必要があります。SQL エディターでテキストを選択してから、ショートカットをもう一度実行してください。 - - - This value was not provided in the Azure Data Studio settings file. - この値は、Azure Data Studio 設定ファイルに指定されていませんでした。 - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - これにより、Docker を使用してデータ API ビルダー コンテナーがローカルに展開されます。コンテナーは構成に基づき、{0} API を公開します。 - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - これにより、すべての規則が既定の重大度にリセットされ、[ビルド時にコード分析を有効にする] が無効になります。これは元に戻すことができません。続行しますか? - - - Time - 時間 - - - Timestamp - タイムスタンプ - - - To - Label for the end IP address in the firewall rule IP range - 終わり - - - To compare two schemas, first select a source schema and target schema, then press compare. - 2 つのスキーマを比較するには、最初にソース スキーマとターゲット スキーマを選択し、[比較] を押します。 - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - このコマンドを使用するには、アクティブな SQL エディターで、.sql ファイルを開くか、エディターの言語を "SQL" に変更するか、T-SQL テキストを選択してください。 - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - このコマンドを使用するには、"SQL" に言語を設定する必要があります。言語モードの変更を確認してください。 - - - Toggle Actual Plan - 実際のプランの切り替え - - - Toggle Query Result Panel - クエリ結果パネルの表示 - - - Toggle SQLCMD Mode - SQLCMD モードの切り替え - - - Toggle Sort - 並べ替えの切り替え - - - Toggle Tooltips - ツールヒントの切り替え - - - Toggle actual execution plan collection for SQL queries - SQL クエリの実際の実行プラン コレクションを切り替える - - - Toggle all entities in {0} - {0} is the schema name - {0} 内のすべてのエンティティを切り替える - - - Toggle between grid and text view - グリッドとテキスト ビューを切り替える - - - Toggle columns for {0} - {0} is the entity name - {0} の列を切り替える - - - Toggle dark mode - ダーク モードの切り替え - - - Toggle filter row - フィルター行の切り替え - - - Toggle pre-header row - ヘッダー前の行の切り替え - - - Toggle selection for {0} - {0} is the connection display name - {0} の選択を切り替える - - - Toggle selection for {0} - {0} is the connection group name - {0} の選択を切り替える - - - Toggle sort - 並べ替えの切り替え - - - Toggle sorting for the active column - アクティブな列の並べ替えを切り替える - - - Token refreshed successfully. - トークンが正常に更新されました。 - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - ツール検索の対象: {0} - {1}。 - - - Total execution time: {0} - {0} is the elapsed time - 総実行時間: {0} - - - Total rows to fetch: - 取得する行の合計数: - - - Transaction Log - トランザクション ログ - - - Transfer active connection (Default) - アクティブな接続の転送 (既定値) - - - Truncate the transaction log - トランザクション ログの切り捨て - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - Free レベル のオファーで Azure SQL Database を無料でお試しください。フル マネージド クラウド データベースを VS Code から直接プロビジョニングします。 - - - Try adjusting your search or filters - 検索またはフィルターを調整してみてください - - - Try it - お試しください - - - Try searching by command name, description, or keybinding. - コマンド名、説明、またはキーバインドで検索してみてください。 - - - Type - 種類 - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - URL がクリップボードにコピーされました - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - 選択したアカウントの VS Code から Microsoft Entra トークンを取得できません: {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - 有効なトークンを取得できません。(有効期限: {0}、現在は {1}) - - - Unable to determine the server authentication type. - サーバー認証の種類を特定できません。 - - - Unable to execute the command while the extension is initializing. Please try again later. - 拡張機能の初期化中はコマンドを実行できません。後でもう一度お試しください。 - - - Unable to expand. Please check logs for more information. - 展開できません。詳細については、ログをご確認ください。 - - - Unable to load backup configuration. Please try again. - バックアップ構成を読み込めません。もう一度お試しください。 - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - サーバーからデータベース一覧を読み込めません: {0} データベース名を直接入力できます。 - - - Unable to open Table Explorer: No target node provided. - テーブル エクスプローラーを開けません: ターゲット ノードが指定されていません。 - - - Unable to read proxy agent options. - プロキシ エージェント オプションを読み取れませんでした。 - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - データベースの一覧を取得できません。このサーバーでデータベースを一覧表示する権限がない可能性があります。 - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - データベースの一覧を取得できません。このサーバーでデータベースを一覧表示する権限がない可能性があります。接続でデータベースが指定されている場合は、そのデータベースが自動で選択されます。 - - - Unavailable for backups to existing files - 既存のファイルへのバックアップは使用できません - - - Understand and document business logic embedded in stored procedures, views, and functions - ストアド プロシージャ、ビュー、関数に埋め込まれたビジネス ロジックを理解し、文書化する - - - Undo - 元に戻す - - - Undo All - すべてを元に戻す - - - Undo All Copilot Changes - すべての Copilot の変更を元に戻す - - - Unfreeze columns - 列固定の解除 - - - Unfreeze columns/rows - 列/行固定の解除 - - - Unknown - 不明 - - - Unknown Connection - 不明な接続です - - - Unknown account - 不明なアカウント - - - Unknown deployment step: {0} - {0} is the deployment step number - 不明な展開手順: {0} - - - Unknown error - 不明なエラー - - - Unknown magic command: %%{0} - {0} is the magic command name - 不明なマジックコマンド: %%{0} - - - Unknown object management dialog. - 不明なオブジェクト管理ダイアログ。 - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - 不明な操作: {0}。サポートされている操作は add_table、update_table、delete_table、replace_schema、および get_schema です - - - Unknown tenant ID - 不明なテナント ID - - - Unnamed Profile - 名前のないプロファイル - - - Unsaved Changes - 保存されていない変更 - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - Docker でサポートされていないアーキテクチャ: {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - 接続文字列の認証タイプ {0} はサポートされていません。サポートされているのは、SQL ログイン、統合認証、Azure MFA、および Active Directory Default 認証のみです。 - - - Unsupported by Data API builder. - データ API ビルダーではサポートされていません。 - - - Unsupported data types detected - サポートされていないデータ型が検出されました - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - Docker でサポートされていないプラットフォーム: {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - 100K 仮想コア秒、32 GB のストレージ、バックアップを含む最大 10 個のデータベースが毎月更新されます。 - - - Update - 更新 - - - Update Database - データベースの更新 - - - Update Script - スクリプトの更新 - - - Updating IntelliSense... - IntelliSense を更新しています... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - 使用制限を超えました。後でもう一度お試しになるか、要求の最適化を検討してください。 - - - Use Microsoft Entra ID authentication to provision and connect to this database. - このデータベースをプロビジョニングして接続するには、Microsoft Entra ID 認証を使用します。 - - - Use SQL Authentication with a valid username and password. - 有効なユーザー名とパスワードで SQL 認証を使用します。 - - - Use T-SQL intellisense and syntax error checking on current document - 現在のドキュメントで T-SQL インテリセンスと構文エラー チェックを使用する - - - Use discount code {0} to save €200 on registration. - 割引コード {0} を使用して、登録時に €200 を節約します。 - - - Use encryption for this backup - このバックアップに暗号化を使用する - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - 使用する形式: YYYY-MM-DD HH:mm:ss[.SSS] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - ビジュアル スキーマ デザイナー内で、自然言語を使用して直接データベース スキーマを設計できます。スキーマをゼロから作成し、既存のデザインを進化させ、差分ビューで変更を確認し、外部成果物をインポートできます。これらはすべてビジュアル図と T-SQL スクリプトにリアルタイムで反映されます。 - - - Use the default server setting - 既定のサーバー設定を使用する - - - Use {0} to create a new connection. - {0} is the connect command - {0} を使用して新しい接続を作成します。 - - - Used in API routes and responses - API ルートおよび応答で使われます - - - User - ユーザー - - - User ID - ユーザー ID - - - User Name - ユーザー名 - - - User databases - ユーザー データベース - - - User name - ユーザー名 - - - User name (SQL Login) - ユーザー名 (SQL ログイン) - - - User name is required - ユーザー名は必須です - - - Username - ユーザー名 - - - Username is required - ユーザー名は必須です - - - Uses the WITH KEEP_REPLICATION option during restore - 復元時に WITH KEEP_REPLICATION オプションを使用する - - - Uses the WITH NORECOVERY option during restore - 復元時に WITH NORECOVERY オプションを使用する - - - Uses the WITH REPLACE option during restore - 復元時に WITH REPLACE オプションを使用する - - - Uses the WITH RESTRICTED_USER option during restore - 復元時に WITH RESTRICTED_USER オプションを使用する - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - {0} ({1}) を使用しています... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - {0} を使用して要求を処理します... - - - Validation failed - 検証に失敗しました - - - Validation failed. Please check your inputs - 検証に失敗しました。入力を確認してください - - - Value - - - - Value is required - 値は必須です - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - ベクトル値はこのエディターでは読み取り専用です。T-SQL を使用して値を変更するか、埋め込みを再生成します。 - - - Verify a container image by using the Notation CLI - Notation CLI を使用してコンテナー イメージを確認する - - - Verify backup when finished - 完了時にバックアップを検証する - - - Verifying Docker engine is ready - Docker エンジンの準備ができているかどうかを確認しています - - - Verifying Docker is installed on your system - Docker がシステムにインストールされていることを確認しています - - - Verifying the API is ready to accept requests - API が要求を受け入れる準備ができているかどうかを確認しています - - - Very Dissatisfied - 非常に不満 - - - Very Satisfied - 非常に満足 - - - View - 表示 - - - View Config - 構成を表示する - - - View More - 表示数を増やす - - - View Swagger - Swagger の表示 - - - View Table Diagram - テーブル ダイアグラムの表示 - - - View known issues - 既知の問題を表示 - - - View mssql for Visual Studio Code release notes? - mssql for Visual Studio Code リリース ノートを表示しますか? - - - View roadmap - ロードマップを表示 - - - View settings - 設定の表示 - - - View the estimated query execution plan - 推定クエリ実行プランを表示する - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - リアルタイム検証とライブ DML スクリプト プレビューを使用して、対話型グリッドでテーブル行を表示、追加、編集、削除します。 - - - View/configure keybinding - キーバインドを表示および構成する - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - {0} のキーバインドを表示および構成する - - - View: - 表示: - - - Views - ビュー - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - この設定を有効にするには、Visual Studio Code を再起動する必要があります。Visual Studio Code を再度読み込んでください。 - - - Visualize and Design Schema - スキーマの視覚化とデザイン - - - WHERE - WHERE - - - Warehouse - ウェアハウス - - - Warning - 警告 - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - 警告: 結果セットが不完全です。{0} 行中の {1} 行を表示しています。完全な結果セットを読み込めませんでした。 - - - Warnings - 警告 - - - Warnings detected. Please review the changes. - 警告が検出されました。変更点をレビューしてください。 - - - Watch demo - デモを見る - - - Watch demos on YouTube - YouTube でデモを見る - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - お使いのマシン上に Docker Desktop の場所が見つかりません。Docker Desktop を手動で起動して、もう一度お試しください。 - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - 現在の接続情報を使用して接続できませんでした。接続を再試行しますか、または接続プロファイルを編集しますか? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - MSSQL for VS Codeをご利用いただき、ありがとうございます! VS Code Marketplace に簡単なレビューを投稿することをご検討ください。 - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - Web ビュー '{0}' は {1} ミリ秒以内に準備ができませんでした - - - Webview was disposed before it became ready - Web ビューは準備が整う前に破棄されました - - - What I can do for you: - 私にできること: - - - What can we do to improve? - 改善するにはどうすればよいですか? - - - What's next? - 次の手順 - - - Width cannot be 0 or negative - 幅を 0 または負にすることはできません - - - Windows Authentication - Windows 認証 - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - VS Code/SSMS に対応し、Microsoft Entra 認証と Fabric アクセス制御を使用します。 - - - Workspace - ワークスペース - - - Workspace is required - ワークスペースは必須です - - - Write a review - レビューを書く - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - 対話型の結果、並べ替え、フィルター処理、Markdown ドキュメントを使用した、ネイティブ Visual Studio Code Jupyter ノートブックで SQL クエリを記述して実行します。 - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - AI 推奨の改善案を活用して、SQL クエリの作成、最適化、トラブルシューティングを行う - - - YYYY-MM-DD HH:mm:ss - YYYY-MM-DD HH:mm:ss - - - Yes - はい - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - 既存のデータベースにデプロイ展開しようとしています。この操作により、データベース スキーマが永続的に変更され、データが失われる可能性があります。続行しますか? - - - You are not connected to any database. - どのデータベースにも接続されていません。 - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - MSSQL 拡張機能をバージョン {0}に更新したため、このメッセージが表示されます。 - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - エクスポートされていない Profiler イベントをキャプチャしました。今閉じると、キャプチャされたすべてのイベントが失われます。CSV ファイルにエクスポートしますか? - - - You have unsaved changes. Do you want to save before closing? - 保存されていない変更があります。閉じる前に保存しますか? - - - You must accept the license - ライセンスに同意する必要があります - - - You must be signed into Azure in order to browse SQL databases. - SQL データベースを参照するには、Azure にサインインする必要があります。 - - - You must be signed into Fabric in order to browse SQL databases. - SQL データベースを参照するには、Fabric にサインインする必要があります。 - - - You must review and accept the terms to proceed - 続行するには、条件を確認して同意する必要があります - - - Your API is available at: - API は次の段階で利用できます。 - - - Your APIs are available at the following endpoints: - API は次のエンドポイントで利用できます: - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - 現在、Docker エンジンは Windows コンテナーを実行しています。SQL Server は Linux コンテナーのみをサポートしています。Linux コンテナーに切り替えますか? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - {0} リソースにアクセスするには、アカウントに再認証が必要です。[開く] を押して認証プロセスを開始します。 - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - お使いのクライアント IP アドレス '{0}' では、接続しようとしているサーバー '{1}' にアクセスできません。新しいファイアウォール規則を作成しますか? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - クライアント IP アドレスにサーバーへのアクセス権がありません。アクセスを有効にするには、Microsoft Entra アカウントを追加し、新しいファイアウォール規則を作成してください。 - - - Your current IP {0} will be added automatically. - {0} is the current IP address - 現在の IP {0} が自動的に追加されます。 - - - Your database will continue running after the free offer limit and you will be charged for overages. - 無料オファーの上限を超えてもデータベースは引き続き実行され、超過分は課金されます。 - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - パスワードには、大文字、小文字、数字 (0 ~ 9)、特殊文字 (!、$、#、% など) の少なくとも 3 つのカテゴリの文字が含まれている必要があります。 - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - テナント '{0} ({1})' では、{2}リソースにアクセスするために、もう一度再認証する必要があります。[開く] を押して認証プロセスを開始します。 - - - Zone-redundant backup storage - ゾーン冗長バックアップ ストレージ - - - Zoom In - 拡大 - - - Zoom Out - 縮小 - - - Zoom to Fit - 拡大して合わせる - - - [Optional] Database to connect (press Enter to connect to <default> database) - [省略可能] 接続するデータベース (<既定の> データベースに接続するには、Enter キーを押します) - - - [Optional] Enter a display name for this connection profile - [省略可能] この接続プロファイルの表示名を入力してください。 - - - [Read-only] Pre-filled from the server properties. - [読み取り専用] サーバーのプロパティから事前入力されます。 - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - および - - - authenticationType - authenticationType - - - contains - 次の値を含む - - - database - データベース - - - default - 既定 - - - delete the saved connection: {0}? - {0} is the connection name - 保存した接続を {0} を削除しますか? - - - does not contain - 次の値を含まない - - - encrypt - 暗号化 - - - ends with - 次の値で終わる - - - equals - 次の値と等しい - - - greater than - 次の値より大きい - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - hostname\instance または <server>.database.windows.net または ADO.NET 接続文字列 - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - null 値ではない - - - is null - null 値である - - - items - 項目 - - - items per page - ページあたりの項目数 - - - items selected - 項目を選択済み - - - less than - 次の値より小さい - - - location - 場所 - - - macOS Sierra or newer is required to use this feature. - この機能を使用するには、macOS Sierra 以降が必要です。 - - - none selected - 選択されていません - - - not equals - 次の値と等しくない - - - of - / - - - or - または - - - profiler_events - profiler_events - - - resource group - リソース グループ - - - server - サーバー - - - starts with - 次の値で始まる - - - subscription - サブスクリプション - - - test - テスト - - - undefined - 未定義 - - - untitled - 無題 - - - updatingIntelliSense - updatingIntelliSense - - - vCores - 仮想コア - - - value - - - - x of y selected - x / y が選択されています - - - {0} (Current Account) - {0} is the account display name - {0} (現在のアカウント) - - - {0} (filtered) - {0} (フィルター処理済み) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1}%) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1}%): {2} - - - {0} accounts - {0} is the number of accounts - {0} 個のアカウント - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - {1} のための {0}アクション - - - {0} change(s) - {0} is the number of changes - {0} 件の変更 - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0} が '{1}' から '{2}' に変更されました - - - {0} changes - {0} is the number of property changes - {0} 件の変更 - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - {0} 色見本 ({1}) - - - {0} column data - {0} is the number of columns - {0} 列データ - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - {0} 件の接続グループがインポートされました - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - {0} 件の接続グループがインポートされました - - - {0} connection imported - {0} is the number of connections imported (singular) - {0} 件の接続がインポートされました - - - {0} connections imported - {0} is the number of connections imported (plural) - {0} 件の接続がインポートされました - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {0} には、データ API ビルダーでサポートされていない列タイプが含まれています: {1} - - - {0} deleted successfully. - {0} deleted successfully. - {0} が正常に削除されました。 - - - {0} errors - {0} is the number of errors - {0} 個のエラー - - - {0} events - {0} is the number of events - {0} 個のイベント - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} が閉じられました。復元しますか? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - {0} つの無効な Entra アカウントが削除されました。'MS SQL: Microsoft Entra アカウント トークン キャッシュのクリア' を実行して、もう一度ログインする必要がある場合があります。 - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} は主キー列であり、無効にすることはできません。 - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} はグローバルに有効になっていません - - - {0} issue - {0} is the number of issues - {0} の問題 - - - {0} issues - {0} is the number of issues - {0} 件の問題 - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} では、Data API ビルダーで使用する 1 つ以上のキー フィールドを定義する必要があります - - - {0} objects found - {0} is the number of objects found - {0} 件のオブジェクトが見つかりました - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0}/{1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - {1} 個のうち {0} 個の接続グループが選択されています。 - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - {1} 個のうち {0} 個の接続を選択済み - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - {1} 件中 {0} 件が有効 - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {0}/{1} 件のルール - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0}/{1} テナント - - - {0} password doesn't match the confirmation password - {0} パスワードが確認パスワードと一致しません - - - {0} properties - {0} is the object type - {0} 個のプロパティ - - - {0} query - {0} is the Quick Query shortcut name - {0} のクエリ - - - {0} rows - {0} is the number of rows - {0} 行 - - - {0} rows returned - {0} is the number of rows returned - {0} 行が返されました - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - {0} 行が選択されています。クリックして要約を読み込みます - - - {0} rules - {0} is the number of code analysis rules - {0} 個のルール - - - {0} selected - {0} is the number of selected filter values - {0} 件選択済み - - - {0} selected - {0} is the number of selected rows - {0} が選択済み - - - {0} setting imported - {0} is the number of settings imported (singular) - {0} 件の設定がインポートされました - - - {0} settings imported - {0} is the number of settings imported (plural) - {0} 件の設定がインポートされました - - - {0} started successfully. - {0} started successfully. - {0} が正常に開始されました。 - - - {0} stopped successfully. - {0} stopped successfully. - {0} が正常に停止しました。 - - - {0} warnings - {0} is the number of warnings - {0} 個の警告 - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0} {1} の問題 - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0} {1} の問題 - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0} とその他 {1} 個 - - - {0}. {1} - {0} is the status -{1} is the message - {0}。{1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - {1} 件中 {0} 件のイベント - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}。{2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0} 日と {1} 時間 - - - {0}h - {0} is the number of hours - {0} 時間 - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0} 時間 {1} 分 - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0} 時間 {1} 分 - - - {0}m - {0} is the number of minutes - {0} 分 - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0} 分 {1} 秒 - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0} 分 {1} 秒 - - - {0}ms - {0} is the number of milliseconds - {0} ミリ秒 - - - {0}ms - {0} is the elapsed time in milliseconds - {0} ミリ秒 - - - {0}s - {0} is the number of seconds - {0} 秒 - - - {0}s - {0} is the elapsed time in seconds - {0} 秒 - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ アクセスを許可 - - - ✅ Grant Access (Current) - ✅ アクセスを許可 (現在) - - - ❌ Deny Access - ❌ アクセスを拒否 - - - ❌ Deny Access (Current) - ❌ アクセスを拒否 (現在) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 私は Visual Studio Codeのインテリジェント SQL 開発アシスタント、GitHub Copilot for MSSQL 拡張機能です。VS Code から直接 SQL データベースを接続、探索、設計、および進化させるお手伝いをします。 - - - - - - - Add Connection - 接続の追加 - - - Add Connection Group - 接続グループの追加 - - - Add Microsoft Entra Account - Microsoft Entra アカウントの追加 - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - ユーザーが入力制約付きのデバイスにサインインできるようになります。 - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - 常に新しいエディターと開いた SQL ファイルを `mssql.defaultConnectionId` で指定された接続に接続します。 - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - 実行タイムアウトが 0 の場合は、無制限の待機 (タイムアウトなし) を示します - - - Analyze Query Performance - クエリ パフォーマンスの分析 - - - Application Intent - アプリケーションの意図 - - - Automatically display query results in a new tab instead of the query pane. - クエリ ペインではなく新しいタブにクエリ結果を自動的に表示します。 - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - クエリ結果を含むエディターに切り替えると、結果パネルが自動的に表示されます。[結果をタブで開く] が有効になっている場合にのみ適用されます。 - - - Azure MFA - Azure MFA - - - Background Tasks - バックグラウンド タスク - - - Backup Database... - データベースをバックアップする... - - - Build Data API... - データ API のビルド... - - - Cancel Connection (MSSQL) - 接続を取り消し (MSSQL) - - - Cancel Query (MSSQL) - クエリを取り消し (MSSQL) - - - Cancel Task - タスクの取り消し - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - アクティブなエディターの接続を、新しく開いたクエリ エディター タブと SQL ファイルに引き継ぎます。 - - - Change Connection (MSSQL) - 接続を変更 (MSSQL) - - - Change Database (MSSQL) - データベースを変更 (MSSQL) - - - Change Notebook Connection - Notebook 接続の変更 - - - Change Notebook Database - Notebook のデータベースを変更する - - - Choose SQL handler for this file - このファイルに使用する SQL ハンドラーの選択 - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - 結果グリッドの列を自動的にサイズ調整する方法を選択します(ヘッダーとデータ、データのみ、または自動サイズ設定を無効にする)。 - - - Chooses which Authentication method to use - 使用する認証方法を選択する - - - Clear All Connection Sharing Permissions - すべての接続共有アクセス許可をクリアする - - - Clear All Query History - すべての Query History をクリア - - - Clear Filters - フィルターのクリア - - - Clear Finished Tasks - 完了したタスクのクリア - - - Clear Microsoft Entra account token cache - Microsoft Entra アカウント トークン キャッシュのクリア - - - Clear Pooled Connections - プールされた接続のクリア - - - Command Timeout - コマンド タイムアウト - - - Compare Schemas... - スキーマの比較... - - - Configure up to 10 Quick Queries that execute from commands. - コマンドから実行するクイック クエリを最大 10 個構成できます。 - - - Connect (MSSQL) - 接続 (MSSQL) - - - Connect to a SQL Database - SQL データベースに接続する - - - Connection Dialog - 接続ダイアログ - - - Connection Timeout - 接続タイムアウト - - - Connection groups - 接続グループ - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - [ユーザー設定] で定義されている接続プロファイルが、コマンド パレット内の 'MS SQL: Connect' コマンドの下に表示されます。 - - - Connections - 接続 - - - Control which grid lines are visible in the results grid. - 結果グリッドに表示するグリッド線を制御します。 - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - 新しい SQL エディター ウィンドウと開いた SQL ファイルを自動的に接続する方法を制御します。 - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - メモリ内でフィルター処理と並べ替えを実行できる行の最大数を制御します。この数を超えた場合、並べ替えとフィルター処理は無効になります。警告: これを増やすと、パフォーマンスに影響を与える可能性があります。 - - - Copy All - すべてコピー - - - Copy Cell Messages - セル メッセージのコピー - - - Copy Connection String - 接続文字列のコピー - - - Copy Object Name - オブジェクト名のコピー - - - Create Azure Function with SQL binding - SQL バインドを使用して Azure 関数を作成する - - - Create a Table with Table Designer - テーブル デザイナーを使用してテーブルを作成する - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - データベースに新しいテーブルを作成するか、テーブル デザイナーを使用して既存のテーブルを編集します。 -変更が完了したら、[発行] ボタンをクリックして変更をデータベースに送信します。 - - - DACPAC/BACPAC Operations... - DACPAC/BACPAC 操作... - - - Default view mode for query results display. - クエリ結果表示の既定の表示モードです。 - - - Delete - 削除 - - - Delete Connection Group - 接続グループの削除 - - - Delete SQL Container - SQL コンテナーの削除 - - - Deploy DACPAC - DACPAC の展開 - - - Disable Actual Plan (MSSQL) - 実際のプランを無効にする (MSSQL) - - - Disable Group By Schema - スキーマによるグループ化を無効にする - - - Disable automatic column sizing - 列の自動サイズ調整を無効にする - - - Disabled - 無効 - - - Disconnect (MSSQL) - 切断 (MSSQL) - - - Display name for this Quick Query. - このクイック クエリの表示名。 - - - Display results in a formatted text format. - 結果を書式設定されたテキスト形式で表示します。 - - - Display results in a tabular grid format (default) - 結果を表形式のグリッドで表示します (既定) - - - Do not auto-connect. You must connect each SQL file manually. - 自動接続しないでください。各 SQL ファイルを手動で接続する必要があります。 - - - Do not show prompts to display query results in a new tab. - クエリ結果を新しいタブに表示するためのプロンプトを表示しません。 - - - Drop Database... - データベースのドロップ... - - - Edit Connection Group - 接続グループの編集 - - - Edit Connection Sharing Permissions - 接続共有アクセス許可の編集 - - - Edit Connection... - 接続の編集... - - - Edit Table Data... - テーブル データの編集... - - - Enable Actual Plan (MSSQL) - 実際のプランを有効にする (MSSQL) - - - Enable Group By Schema - スキーマによるグループ化を有効にする - - - Enable Parameterization for Always Encrypted - Always Encrypted のパラメーター化を有効にする - - - Enable Query History Capture - クエリ履歴キャプチャを有効にする - - - Enable SET ANSI_DEFAULTS - SET ANSI_DEFAULTS を有効にする - - - Enable SET ANSI_NULLS - SET ANSI_NULLS を有効にする - - - Enable SET ANSI_NULL_DFLT_ON - SET ANSI_NULL_DFLT_ON を有効にする - - - Enable SET ANSI_PADDING - SET ANSI_PADDING を有効にする - - - Enable SET ANSI_WARNINGS - SET ANSI_WARNINGS を有効にする - - - Enable SET ARITHABORT option - SET ARITHABORT オプションを有効にする - - - Enable SET CURSOR_CLOSE_ON_COMMIT - SET CURSOR_CLOSE_ON_COMMIT を有効にする - - - Enable SET DEADLOCK_PRIORITY option - SET DEADLOCK_PRIORITY オプションを有効にする - - - Enable SET IMPLICIT_TRANSACTIONS - SET IMPLICIT_TRANSACTIONS を有効にする - - - Enable SET LOCK TIMEOUT option (in milliseconds) - SET LOCK TIMEOUT オプションを有効にする (ミリ秒単位) - - - Enable SET NOCOUNT option - SET NOCOUNT オプションを有効にする - - - Enable SET NOEXEC option - SET NOEXEC オプションを有効にする - - - Enable SET PARSEONLY option - SET PARSEONLY オプションを有効にする - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - SET QUERY_GOVERNOR_COST_LIMIT を有効にする - - - Enable SET QUOTED_IDENTIFIER - SET QUOTED_IDENTIFIER を有効にする - - - Enable SET STATISTICS IO option - SET STATISTICS IO オプションを有効にする - - - Enable SET STATISTICS TIME option - SET STATISTICS TIME オプションを有効にする - - - Enable SET TRANSACTION ISOLATION LEVEL option - SET TRANSACTION ISOLATION LEVEL オプションを有効にする - - - Enable SET XACT_ABORT ON option - SET XACT_ABORT ON オプションを有効にする - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - 結果グリッドの行の背景色を交互に切り替えるゼブラ ストライピングを有効にします。色は現在の VS Code テーマから取得されます。 - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - テーブルに 10 を超える列がある場合に、スキーマ デザイナーのテーブル ノードの展開/折りたたみボタンを有効にする - - - Enabled - 有効 - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - 接続プールを有効にして、全体的な接続パフォーマンスを向上させます。この設定は既定では無効になっています。値が変更された場合は Visual Studio Code を再起動する必要があります。プールされた接続をクリアするには、次のコマンドを実行します: 'MS SQL: Clear Pooled Connections'。注: サーバーレス データベースをアクティブな状態に保ち、自動一時停止を防ぐことができます。 - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - MSSQL 拡張機能の試験的な機能を有効にします。機能は運用環境に対応していないため、バグや問題が発生する可能性があります。この設定を変更した後、Visual Studio Code を再起動します。 - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - 状態管理が向上し、列の表示、非表示、固定などの列カスタマイズ オプションを使用して、クエリ結果グリッドのプレビュー エクスペリエンスを有効にします。 - - - Estimated Plan (MSSQL) - 推定プラン (MSSQL) - - - Execute Query (MSSQL) - クエリを実行 (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - 選択範囲または現在のステートメントを実行 (MSSQL) - - - Explain Query - クエリの説明 - - - Export BACPAC - BACPAC のエクスポート - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - 結果グリッドの各行に追加される余分な垂直方向のパディング (ピクセル単位) で、行の密度を制御します。有効な範囲は 0 から 10 です。 - - - Extract DACPAC - DACPAC の抽出 - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - 生産性を高めるのに役立つ MSSQL 拡張機能のその他の機能について理解します。 - - - Filter - フィルター - - - Filter your Object Explorer Tree - オブジェクト エクスプローラー ツリーをフィルター処理する - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - スクリプトの生成 - - - Get Started with MSSQL for Visual Studio Code - Visual Studio Code 用の MSSQL を開始する - - - Getting Started Guide - はじめにガイド - - - Hide all grid lines - すべてのグリッド線を非表示にする - - - Import BACPAC - BACPAC のインポート - - - Import Data... - データのインポート... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - クエリ プロファイラーを起動... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - SQL データベースへの新しい接続を作成するか、接続ダイアログを使用して既存の接続を編集します。 -接続情報を入力するか、接続文字列を使用するか、Azure サブスクリプションを参照して、データベースに接続できます。 -[接続ダイアログを開く](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - 接続プロファイルの管理 - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - クエリの実行後に XML 列の各値に格納する最大文字数。既定値: 2,097,152。有効な値の範囲: 1 から 2,147,483,647。 - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - クエリの実行後に、文字/バイナリ列の各値に格納する最大文字数/バイト数。既定値: 65,535。有効な値の範囲: 1 から 2,147,483,647。 - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - プロファイラーのメモリに保持するイベントの最大数。この制限に達すると、古いイベントが削除されます。プロファイル セッション中により多くのイベントを保持する必要がある場合は、この値を増やしてください。 - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - mssql.logRetentionMinutes の有効期限が切れた、起動時に削除する古いファイルの最大数。この制限のためにクリーンアップされないファイルは、Azure Data Studio の次回の起動時にクリーンアップされます。 - - - Maximum number of rows to return before the server stops processing your query. - サーバーがクエリの処理を停止する前に返す行の最大数。 - - - Maximum size of text and ntext data returned from a SELECT statement - SELECT ステートメントから返されるテキストおよび ntext データの最大サイズ - - - Migrate from Azure Data Studio - Azure Data Studio から移行する - - - Modify Table Structure... - テーブル構造の変更... - - - New Database... - 新しいデータベース... - - - New Deployment - 新しいデプロイ - - - New Query - 新しいクエリ - - - New Query - 新しいクエリ - - - New SQL Notebook - 新しい SQL ノートブック - - - New Table - 新しいテーブル - - - Next Steps with MSSQL for Visual Studio Code - Visual Studio Code 用の MSSQL の次の手順 - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - バックエンド サービスのログ ファイルを保持する分単位の時間。既定値は 1 週間です。 - - - Number of query history entries to show in the Query History view - Query History ビューに表示するクエリ履歴エントリ数 - - - Object Explorer filters - オブジェクト エクスプローラー フィルター - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - オブジェクト エクスプローラー ツリーにフィルターを適用して、最も重要なデータベース オブジェクトのみを表示します。 -まず、[接続] ビューのほとんどのフォルダーの横にあるフィルター ボタンをクリックします。 - - - Open Changelog - 変更ログを開く - - - Open Execution Plan File - 実行プラン ファイルを開く - - - Open New Query and Connect - 新しいクエリを開いて接続する - - - Open Query - クエリを開く - - - Open Query History in Command Palette - コマンド パレットで Query History を開く - - - Open Query Profiler (Preview) XEL File - Query Profiler (プレビュー) XEL ファイルを開く - - - Open Shortcuts Configuration - ショートカットの構成を開く - - - Open Task Result - タスクの結果を開く - - - Open in GitHub Copilot Agent - GitHub Copilot エージェントで開く - - - Open in GitHub Copilot Chat - GitHub Copilot Chat で開く - - - Open in MSSQL extension - MSSQL 拡張機能で開く - - - Pause Query History Capture - クエリ履歴キャプチャの一時停止 - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - スクリプトの自動実行を禁止します (例: '上位 1000 を選択してください')。有効にすると、生成時にスクリプトが自動的に実行されることはありません。 - - - Prompts users to sign in using their browser. - ブラウザーを使用してサインインするようユーザーに求めます。 - - - Query History - Query History - - - Query Results - クエリ結果 - - - Query editor and query results pane - クエリ エディターとクエリ結果ペイン - - - Query plan visualization - クエリ プランの視覚化 - - - Refresh - 最新の情報に更新 - - - Refresh IntelliSense Cache - IntelliSense キャッシュの更新 - - - Remove Connection - 接続の削除 - - - Remove Microsoft Entra Account - Microsoft Entra アカウントの削除 - - - Rename Database... - データベース名の変更... - - - Replication - レプリケーション - - - Restore Database... - データベースの復元... - - - Reveal Query Result (MSSQL) - クエリ結果を表示 (MSSQL) - - - Rewrite Query - クエリの書き換え - - - Run Query - クエリの実行 - - - Run Quick Query 1 - クイック クエリ 1 を実行する - - - Run Quick Query 10 - クイック クエリ 10 を実行する - - - Run Quick Query 2 - クイック クエリ 2 を実行する - - - Run Quick Query 3 - クイック クエリ 3 を実行する - - - Run Quick Query 4 - クイック クエリ 4 を実行する - - - Run Quick Query 5 - クイック クエリ 5 を実行する - - - Run Quick Query 6 - クイック クエリ 6 を実行する - - - Run Quick Query 7 - クイック クエリ 7 を実行する - - - Run Quick Query 8 - クイック クエリ 8 を実行する - - - Run Quick Query 9 - クイック クエリ 9 を実行する - - - Run a SQL Query - SQL クエリを実行する - - - SQL Container Name - SQL コンテナー名 - - - SQL Container Version - SQL コンテナーのバージョン - - - SQL Server Extended Events Log - SQL Server 拡張イベント ログ - - - SQL Tools (MSSQL) - SQL ツール (MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - このクイック クエリの SQL テキスト。選択したクエリ エディターのテキストを挿入するには {arg} を使用します。そうでない場合は、後に追加されます。 - - - Script as Alter - 変更としてのスクリプト - - - Script as Create - 作成としてのスクリプト - - - Script as Drop - ドロップとしてのスクリプト - - - Script as Execute - 実行としてのスクリプト - - - Search Database Objects... - データベース オブジェクトの検索... - - - Select Top 1000 - 上位 1000 を選択する - - - Selected Azure subscriptions for browsing and managing servers and databases - サーバーとデータベースを参照および管理するために選択された Azure サブスクリプション - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - SQL データベースの参照および管理用に選択された Microsoft Fabric ワークスペース - - - Send Feedback - フィードバックの送信 - - - Set the font family for the results grid; set to blank to use the editor font - 結果グリッドのフォント ファミリを設定します。エディターのフォントを使用するには、空白に設定します - - - Set the font size for the results grid; set to blank to use the editor size - 結果グリッドのフォント サイズを設定します。エディターのサイズを使用するには、空白に設定します - - - Shortcuts handled inside MSSQL views - MSSQL ビュー内で処理されるショートカット - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - ビット列を数値 (1 または 0) として表示しますか?false の場合、ビット列は 'true' または 'false' として表示されます - - - Should IntelliSense be enabled - IntelliSense を有効にする場合 - - - Should IntelliSense error checking be enabled - IntelliSense エラー チェックを有効にする場合 - - - Should IntelliSense quick info be enabled - IntelliSense クイック 情報を有効にする場合 - - - Should IntelliSense suggestions be enabled - IntelliSense の候補を有効にする場合 - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - 個人を特定できる情報 (PII) を Azure ログ出力チャネルと出力チャネル ログ ファイルに記録する必要があります。 - - - Should Query History feature be enabled - Query History 機能の有効化が必要 - - - Should language service be auto-disabled when extension detects Non-MSSQL files - 拡張機能で MSSQL 以外のファイルが検出されたときに言語サービスを自動で無効にする必要がある - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - タブを切り替えるときにクエリ結果セクションとスクロール位置を保存する場合 (パフォーマンスに影響する可能性があります) - - - Show both horizontal and vertical grid lines - 水平および垂直の両方のグリッド線を表示する - - - Show changelog after extension updates - 拡張機能の更新後に変更ログを表示する - - - Show only horizontal grid lines - 水平グリッド線のみを表示する - - - Show only vertical grid lines - 垂直グリッド線のみを表示する - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - エディターの上部に CodeLens の提案としてアクティブな SQL 接続の詳細を表示し、すばやく表示します。 - - - Sort and Filter Query Results - クエリ結果の並べ替えとフィルター - - - Sort and filter options for query results - クエリ結果の並べ替えとフィルター オプション - - - Sort and filter your query results to find the data you need quickly. - クエリ結果を並べ替えてフィルター処理し、必要なデータをすばやく見つけます。 - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - '.crm.dynamics.com' (先頭のドットを含む) に相当するソブリン クラウド - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - '.database.fabric.microsoft.com' に相当するソブリン クラウド (先頭のドットを含む) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - '.database.windows.net' に相当するソブリン クラウド (先頭のドットを含む) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - '.datawarehouse.fabric.microsoft.com' に相当するソブリン クラウド (先頭のドットを含む) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - '.sql.azuresynapse.net' に相当するソブリン クラウド (先頭のドットを含む) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - 'https://analysis.windows.net/powerbi/api/' に相当するソブリン クラウド - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - 'https://api.fabric.microsoft.com/v1/' に相当するソブリン クラウド - - - Sovereign cloud equivalent for `https://database.windows.net/` - 'https://database.windows.net/' に相当するソブリン クラウド - - - Sovereign cloud equivalent for `https://vault.azure.net/` - 'https://vault.azure.net/' に相当するソブリン クラウド - - - Start Query History Capture - クエリ履歴キャプチャの開始 - - - Start SQL Container - SQL コンテナーの開始 - - - Stop SQL Container - SQL コンテナーの停止 - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - テーブル デザイナー - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - 拡張機能が再起動されるまで、[保存されたパスワード] が無効になっている接続のパスワードを一時的に保存します。これにより、同じセッション内で接続を再利用する際にパスワードのプロンプトが繰り返されるのを防ぎます。 - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - `mssql.newEditorConnectionBehavior` が `defaultConnection` に設定されている場合に使用する接続プロファイルの ID (GUID)。接続 ID は、`mssql.connections` の settings.json にあります。 - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - Microsoft ソブリン クラウド認証プロバイダーで使用する、ソブリン クラウド用の追加の MSSQL 固有のカスタム構成。MSSQL でこの機能を使用するには、これを 'microsoft-sovereign-cloud.environment' を 'custom' に設定し、'microsoft-sovereign-cloud.customEnvironment' の値を指定する必要があります。 - - - The color of the connection group. - 接続グループの色。 - - - The description of the connection group. - 接続グループの説明。 - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - ステータス バーの接続情報に表示する最大文字数。無制限の場合は -1 に設定します。 - - - The maximum number of recently used connections to store in the connection list. - 接続リストに格納する最近使用された接続の最大数。 - - - The name of the connection group. - 接続グループの名前。 - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - オブジェクト エクスプローラーでノードを展開する場合のタイムアウト (秒)。既定値は 45 秒です。 - - - The unique identifier for the connection group this connection profile belongs to. - この接続プロファイルが属する接続グループの一意識別子。 - - - The unique identifier for the connection group. - 接続グループの一意識別子。 - - - The unique identifier for the parent connection group. - 親接続グループの一意識別子。 - - - The unique identifier for this connection profile. - この接続プロファイルの一意識別子。 - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - この設定は非推奨です。代わりに `mssql.newEditorConnectionBehavior`を使用してください。拡張機能は起動時にこの設定を自動的に移行します。 - - - This setting will be removed in a future release. - この設定は今後のリリースで削除される予定です。 - - - Toggle Actual Plan - 実際のプランの切り替え - - - Toggle Query Result Panel Visibility (MSSQL) - クエリ結果パネルの表示/非表示を切り替え (MSSQL) - - - Toggle SQLCMD Mode - SQLCMD モードの切り替え - - - True for the messages pane to be open by default; false for closed - 既定で開いているメッセージ ウィンドウの場合は true。閉じている場合は false - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - クエリ プランを表示して、クエリの実行内容を理解します。 -クエリを実行せずに推定プランを表示するか、クエリ エディター ウィンドウの上部にあるボタンを切り替えてクエリを実行した後に実際のクエリ プランを表示します。 - - - Use Database - データベースの使用 - - - Use column headers and data to size columns automatically - 列ヘッダーとデータを使用して列のサイズを自動的に調整する - - - Use only column headers to size columns automatically - 列ヘッダーのみを使用して列のサイズを自動的に調整する - - - Use only row data to size columns automatically - 行データのみを使用して列のサイズを自動的に調整する - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - SQL に対する Microsoft Entra ID MFA 認証の VS Code サインインしたアカウントを使用します。この設定を変更した後、Visual Studio Code を再起動します。 - - - View Task Logs - タスク ログの表示 - - - Visualize a Query Plan - クエリ プランを視覚化する - - - Visualize and Design Schema... - スキーマの視覚化とデザイン... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - 有効にすると、クエリ結果の [メッセージ] ウィンドウで [すべてコピー] にメッセージのタイムスタンプが含まれます。 - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - 有効にすると、アクティブな接続が新しく開かれた SQL ファイルに自動的に転送されます。無効の場合は、各 SQL ファイルのデータベースに明示的に接続する必要があります。 - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - 有効にすると、接続ステータス バー項目が接続グループの色で色分けされます。この設定は既定では無効になっています。 この機能では、接続グループ フォルダーの色が直接使用され、現在の VS Code テーマとのコントラストを確保するために変更されることはありません。ユーザーは、テーマに適切な接続グループの色を選択する必要があります。 - - - When enabled, connection groups will be collapsed instead of expanded at startup. - 有効にすると、起動時に接続グループは展開されず、折りたたまれます。 - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - 有効にすると、保存されたクエリ結果のエクスポートはエクスポート後に開かれます。Excel のエクスポートは、システム ファイル ハンドラーを使用して開きます。テキストエクスポートは VS Code で開きます。 - - - When enabled, the database objects in Object Explorer will be categorized by schema. - 有効にすると、オブジェクト エクスプローラー内のデータベース オブジェクトがスキーマ別に分類されます。 - - - Windows Authentication - Windows 認証 - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - SQL クエリを記述し、データベースに対して実行します。 -[新しいタブで開く] ボタンをクリックしてクエリ結果をそのタブ自体に表示し、必要に応じてそれを既定の動作として設定することもできます。 - - - Your first steps for connecting to and developing with a SQL database - SQL データベースに接続して開発するための最初の手順 - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [オプション] オブジェクト エクスプローラー サイドバーでこの接続グループの並び順を決める際に使われる負でない数値。'order' 値を持つグループが優先的に、この値が小さいものから大きくなる順に表示されます。その他のグループはアルファベット順に表示されます。 - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [オプション] オブジェクト エクスプローラー サイドバーでこの接続の並び順を決める際に使われる負でない数値。'order' 値を持つ接続が優先的に、この値が小さいものから大きくなる順に表示されます。その他の接続はアルファベット順に表示されます。 - - - [Optional] Character used for enclosing text fields when saving results as CSV - [省略可能] 結果を CSV として保存するときにテキスト フィールドを囲むために使用する文字 - - - [Optional] Character(s) used for separating rows when saving results as CSV - [省略可能] 結果を CSV として保存するときに行を区切るために使用する文字 (複数可) - - - [Optional] Configuration options for copying multi-line results from the Results View - [省略可能] 複数行の結果を結果ビューからコピーするための構成オプション - - - [Optional] Configuration options for copying results from the Results View - [省略可能] 結果を結果ビューからコピーするための構成オプション - - - [Optional] Configuration options for which column new result panes should open in - [省略可能] どの列を新しい結果ウィンドウで開く必要があるかについての設定オプション - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [省略可能] ReadWrite や ReadOnly のように、SQL Server へ接続する際のアプリケーション ワークロードの型を宣言します。詳細については、SQL Server AlwaysOn を参照してください。 - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [省略可能] 結果を CSV として保存するときにデータ項目を区切るための区切り記号です。コンマ (,)、タブ (\t)、セミコロン (;)、パイプ (|) などの一般的な区切り記号から選択します - - - [Optional] Do not show unsupported platform warnings - [省略可能] サポートされていないプラットフォームの警告を表示しない - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [省略可能] 結果を CSV として保存するときに使用するファイル エンコードです。ターゲット アプリケーションの互換性に基づいて、UTF-8 (推奨)、UTF-16、ASCII、または Latin-1 から選択します - - - [Optional] Indicates the SQL Server language settings. - [省略可能] SQL Server の言語設定を示します。 - - - [Optional] Indicates the name of local docker container the connection is on - [省略可能] 接続がオンになっているローカル Docker コンテナーの名前を示します - - - [Optional] Indicates whether this profile has an empty password explicitly set - [省略可能] このプロファイルが、明示的に設定された空のパスワードを持つかどうかを示します - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [省略可能] DataReader を通してプロバイダーが公開するサーバー タイプを示します。 - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [省略可能] デバッグ出力を VS Code コンソールにログとして表示する (ヘルプ -> 開発者ツールの切り替え) - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [省略可能] バックエンド サービスのログ レベル。Azure Data Studio は開始のたびにファイル名を生成し、そのファイルが既に存在する場合にはログ エントリが対象ファイルに追加されます。古いログ ファイルのクリーンアップについては、logRetentionMinutes と logFilesRemovalLimit の設定を参照してください。既定の tracingLevel では、ログに記録される数は多くありません。詳細レベルを変更すると、詳細なログが記録され、ログのためのディスク容量が必要になる場合があります。エラーには重大が含まれ、警告にはエラーが含まれ、情報には警告が含まれ、詳細には情報が含まれます - - - [Optional] Should execution time be shown for individual batches - [省略可能] 各バッチの実行時間を表示するかどうか - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [省略可能] Visual Studio Code のコマンドパレットで簡単に参照して探すことができるように、この接続プロファイルにカスタムの名前を指定します。 - - - [Optional] Specify the SQL Server authentication type. - [省略可能] SQL Server 認証の種類を指定します。 - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [省略可能] 接続するデータベース名を指定します。データベースを指定しない場合、ユーザー データベースの既定の設定 (通常は 'master’) が使用されます。 - - - [Optional] Specify the delay between attempts to restore connection. - [省略可能] 接続の復元を再試行する間隔を指定します。 - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [省略可能] 試行を終了してエラーを生成する前にコマンドの実行を待機するまでの時間を秒単位で指定します。既定値は 30 秒です。 - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [省略可能] 接続試行を終了してエラーを生成するまでのサーバーへの接続を待機する時間を秒単位で指定します。既定値は 30 秒です。 - - - [Optional] Specify the maximum number of connections allowed in the pool. - [省略可能] プールで許可される最大接続数を指定します。 - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [省略可能] この接続を削除する前に、この接続がプールに存続する最小時間を秒単位で指定します。 - - - [Optional] Specify the minimum number of connections allowed in the pool. - [省略可能] プールで許可される最小接続数を指定します。 - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [省略可能] SQL Server でログに記録されるアプリケーションの名前を指定します (既定値: 'vscode-mssql')。 - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [省略可能] 完全なパス名を含む、接続可能なデータベースのプライマリ ファイル名を指定します。 - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [省略可能] SQL Server に接続するワークステーションの名前を指定します。 - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [省略可能] フェールオーバー パートナーとして機能する SQL Server のインスタンスの名前かネットワーク アドレスを指定します。 - - - [Optional] Specify the number of attempts to restore connection. - [省略可能] 接続を復元する試行回数を指定します。 - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [省略可能] SQL Server 認証用のパスワードを指定します。パスワードが指定されていない、または保存済みの場合は、接続する際に再入力を求められます。 - - - [Optional] Specify the port number to connect to. - [省略可能] 接続するポート番号を指定します。 - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [省略可能] SQL Server との通信に使われるネットワーク パケットのバイト単位のサイズを指定します。 - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [省略可能] SQL Server 認証用のユーザー名を指定します。ユーザー名が指定されていない場合は、接続するときに再び入力を求められます。 - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [省略可能] 接続に使用する ADO.NET 接続文字列。この接続に指定された他のオプションよりも優先されます。 - - - [Optional] Used by SQL Server in replication. - [省略可能] レプリケーション時に SQL Server によって使用されます。 - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [省略可能] 'Mandatory' または 'Strict' の場合、サーバーに証明書がインストールされていれば、クライアントとサーバーの間で送信されるすべてのデータに SQL Server が SSL 暗号化を使用します。'Strict' に設定されている場合、クライアントとサーバー間のすべてのデータ転送に SQL Server が TDS 8.0 を使用します。'Strict' は、SQL Server 2022 以降でサポートされています。 - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [省略可能] 'true' に設定すると、1 つの接続から複数の結果セットが返され、これらを読み取ることができます。 - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [省略可能] 'true' を設定した場合、通信レイヤーが SSL で暗号化されていれば、SQL Server の SSL 証明書は自動的に信頼されます。Azure SQL Database 接続には 'false' を設定してください。 - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [省略可能] 'true' に設定した場合、接続オブジェクトは適切なプールから取得されるか、または必要に応じて作成され、適切なプールに追加されます。注: サーバーレス データベースをアクティブな状態に保ち、自動一時停止を防ぐことができます。 - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [省略可能] 'true' に設定すると、AlwaysOn 可用性グループが異なるサブネット上に構成されている場合に、アクティブなサーバーの検出と接続が高速になります。 - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [省略可能] 'true' に設定すると、SQL Server 認証に使われるパスワードは、MacOS のキーチェーンや Windows の Secure Store といった、オペレーティング システムのセキュリティで保護された場所に保存されます。 - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [省略可能] false を設定すると、接続が開くか、既に接続状態になっている場合、パスワードのようなセキュリティに関する情報は接続の一部として返されません。 - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [省略可能] 指定した場合 (および encrypt=Mandatory and trustServerCertificate=false)、SQL Serverは、指定されたホスト名を使用してサーバー証明書との信頼を検証します。 - - - [Optional] When true, column headers are included when saving results as CSV - [省略可能] true の場合、CSV として結果を保存する際に列ヘッダーが組み込まれます - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [必須] 接続するサーバー名を指定します。'hostname instance' または '<server>.database.windows.net' (Azure SQL Database の場合) の形式を使用してください。 - - - auth - 認証 - - - database - データベース - - - port - ポート - - - server - サーバー - - - user - ユーザー - - - + + + + + + is required. + 必須です。 + + + $(check) Copied messages + $(check) メッセージがコピーされました + + + $(plug) Connect to MSSQL + $(plug) MSSQL への接続 + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + 'mssql.newEditorConnectionBehavior' は 'defaultConnection' に設定されていますが、'mssql.defaultConnectionId' が構成されていません。新しいエディターは、アクティブな接続の転送にフォールバックします。 + + + '{0}' started. + {0} is the service name + '{0}' が開始しました。 + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <Default> + + + <default> + <既定> + + + (0 rows affected) + (0 行に影響しました) + + + (0 rows) + (0 行) + + + (1 row affected) + (1 行に影響しました) + + + (Command completed successfully) + (コマンドは正常に完了しました) + + + (current) + (現在) + + + (empty) + (空) + + + ({0} row(s) affected) + {0} is the number of rows affected + ({0} 行が影響を受けました) + + + ({0} row) + {0} is the number of rows (singular) + ({0} 行) + + + ({0} rows affected) + {0} is the number of rows affected + ({0} 行に影響しました) + + + ({0} rows) + {0} is the number of rows (plural) + ({0} 行) + + + + Add Azure Account + + Azure アカウントを追加する + + + + Add Fabric Account + + Fabric アカウントの追加 + + + + Create Connection Group + + 接続グループの作成 + + + - + - + + + 0 rows + 0 行 + + + 0 rows returned + 0 行が返されました + + + 1 + 1 + + + 1 row + 1 行 + + + 1 row returned + 1 行が返されました + + + 100K vCore seconds + 100K 仮想コア秒 + + + 32 GB + 32 GB + + + 32 GB storage + 32 GB backup + 32 GB のストレージ + 32 GB のバックアップ + + + 60 min + 60 分 + + + = + = + + + A SQL editor must have focus before executing this command + このコマンドを実行する前に、SQL エディターはフォーカスされている必要があります + + + A connection is already being established. Please wait for it to complete before running a query. + 接続は既に確立されています。クエリを実行する前に、完了するまでお待ちください。 + + + A database with this name already exists on the server + この名前のデータベースは既にサーバーに存在します + + + A firewall rule is required to access this server. + このサーバーにアクセスするには、ファイアウォール規則が必要です。 + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + Fabric サービス全体の分析のために、データを OneLake に自動スケーリング、自動チューニング、ミラー化する、高度に統合された開発者対応のトランザクショナル データベース + + + A predefined global default value for the column or binding. + 列またはバインドの定義済みのグローバルな既定値です。 + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + このエディター セッションのクエリは既に実行中です。このクエリをキャンセルするか、完了まで待ってください。 + + + A required .NET runtime could not be found or installed. + 必要な .NET ランタイムが見つからないか、インストールされませんでした。 + + + API Type + API の種類 + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + ORM 移行や T-SQL 変更スクリプトを自動生成して、スキーマの進化を加速させる + + + Accept + 承認 + + + Accept All + すべて承諾 + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + SQL Server Docker コンテナーをデプロイするには、SQL Server EULA に同意します + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + アクセスが拒否されました。このツールまたはモデルを使用するために必要なアクセス許可があることを確認してください。 + + + Access to the XEL file was denied. + XEL ファイルへのアクセスが拒否されました。 + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + URI {0} の接続 {1} のアクセス トークンの有効期限が切れました + + + Account + アカウント + + + Account not found + アカウントが見つかりません + + + Action + アクション + + + Action Type + アクションの種類 + + + Actions + アクション + + + Active filters: + アクティブなフィルター: + + + Actual Elapsed CPU Time + 実際の経過時間 CPU 時間 + + + Actual Elapsed Time + 実際の経過時間 + + + Actual Number of Rows For All Executions + すべての実行の実際の行数 + + + Add + 追加 + + + Add Account + アカウントの追加 + + + Add Column + 列の追加 + + + Add Connection + 接続の追加 + + + Add Firewall Rule + ファイアウォール ルールの追加 + + + Add Firewall Rule to {0} + {0} is the server name + ファイアウォール規則を {0} に追加する + + + Add MCP server to workspace configuration + ワークスペース構成に MCP サーバーを追加する + + + Add Row + 行の追加 + + + Add Server Connection + サーバー接続の追加 + + + Add Table + テーブルの追加 + + + Add a Microsoft Entra account... + Microsoft Entra アカウントを追加... + + + Add account + アカウントの追加 + + + Add filter + フィルターの追加 + + + Add filters to modify the SQL query + SQL クエリを変更するには、フィルターを追加します + + + Add my client IP ({0}) + {0} is the IP address of the client + クライアント IP ({0}) を追加 + + + Add my subnet IP range + サブネット IP 範囲を追加 + + + Add new column + 新しい列の追加 + + + Add new foreign key + 新しい外部キーを追加 + + + Add tag + タグの追加 + + + Add to VS Code + VS Code に追加 + + + Add to favorites + お気に入りに追加 + + + Add to workspace + ワークスペースに追加 + + + Added + 追加済み + + + Added column '{0}' + {0} is the column name + 列 '{0}' を追加しました + + + Added foreign key '{0}' + {0} is the foreign key name + 外部キー '{0}' を追加しました + + + Additional parameters + 追加のパラメーター + + + Additional usage beyond the free amount will be charged at serverless rates. + 無料分を超える追加の使用量は、サーバーレス料金で課金されます。 + + + Admin Password + 管理者パスワード + + + Admin Username + 管理者ユーザー名 + + + Advanced + 詳細設定 + + + Advanced Backup Options + 高度なバックアップ オプション + + + Advanced Connection Settings + 高度な接続設定 + + + Advanced Entity Configuration + 高度なエンティティ構成 + + + Advanced Options + 詳細オプション + + + Advanced Publish Options + 高度な発行オプション + + + Advanced restore options + 復元オプションの詳細設定 + + + After + + + + All + すべて + + + All Files (*.*) + すべての File (*.*) + + + All Schemas + すべてのスキーマ + + + All files + すべてのファイル + + + All permissions for extensions to access your connections have been cleared. + 接続にアクセスするための拡張機能のすべてのアクセス許可がクリアされました。 + + + All selected + すべて選択済み + + + All severities + すべての重大度 + + + Allow Null + null を許容 + + + Allow Nulls + Null を許容 + + + Allow null + null 値を許容 + + + Allow this extension to access your connections + この拡張機能による接続へのアクセスを許可します + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + MCP クライアントが、このテーブルに対して汎用の作成、読み取り、更新、削除ツールを使用できるようにします。 + + + Alphabetical + アルファベット順 + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + {0} によって既に使用されています + + + Alter + 変更 + + + Always Encrypted + Always Encrypted + + + Always show in new tab + 常に新しいタブに表示する + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + 接続参照があいまいです。connectionId または connectionName のいずれか 1 つだけを指定してください。 + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + GitHub Copilot がデータベース スキーマを理解して処理を進めるには、アクティブな接続が必要です。 +"{0}" を選択して接続を確立します。 + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + ノードの更新中にエラーが発生しました。詳細については、MSSQL 出力チャネルを参照してください。 + + + An error occurred while copying results: {0} + {0} is the error message + 結果のコピー中にエラーが発生しました: {0} + + + An error occurred while loading data. + データの読み込み中にエラーが発生しました。 + + + An error occurred while processing your request. + 要求の処理中にエラーが発生しました。 + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + Microsoft Entra アカウントの削除中にエラーが発生しました: {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + 行の取得中にエラーが発生しました: {0} + + + An error occurred: {0} + {0} is the error message + エラーが発生しました: {0} + + + An unexpected error occurred + 予期しないエラーが発生しました + + + An unexpected error occurred with the language model. Please try again. + 言語モデルで予期しないエラーが発生しました。もう一度お試しください。 + + + An unknown error occurred. Please try again. + 不明なエラーが発生しました。もう一度お試しください。 + + + Analytics-ready by default + 既定で分析可能 + + + Analyze static code with customizable rulesets in SQL Database Projects. + SQL Database プロジェクトでカスタマイズ可能なルール セットを使用して静的コードを分析します。 + + + And + かつ + + + Anonymous + 匿名 + + + Append to the existing backup set + 既存のバックアップ セットに追加 + + + Application (Client) ID + アプリケーション (クライアント) ID + + + Application (Client) ID is required. + アプリケーション (クライアント) ID は必須です。 + + + Application Intent + アプリケーションの意図 + + + Application Name + アプリケーション名 + + + Application Version + アプリケーション バージョン + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + アプリケーションのバージョンは n.n.n または n.n.n.n の形式にする必要があります。n は数値です (例: 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + アプリケーションのバージョンは n.n.n.n の形式にする必要があります。n は数値です (例: 1.0.0.0) + + + Apply + 適用 + + + Apply Changes + 変更の適用 + + + Apply changes to target + ターゲットに変更を適用する + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + SQL 構文、リレーションシップ、制約に関するコンテキストに応じた提案を適用する + + + Apply failed. Fix the error and retry, or run Schema Compare again. + 適用に失敗しました。エラーを修正して再試行するか、Schema Compare をもう一度実行してください。 + + + Applying changes, this might take a while... + 変更を適用しています。これには時間がかかる場合があります... + + + Approve + 承認 + + + Are you sure you want to cancel this background task? + このバックグラウンド タスクを取り消しますか? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + 現在のセッションを閉じますか?キャプチャされたすべてのイベントは失われます。閉じる前に、ツール バーからイベントを CSV にエクスポートできます。 + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + コンテナー {0} を削除しますか?これにより、コンテナーとその接続の両方が VS Code から削除されます。 + + + Are you sure you want to delete the selected items? + 選択されたアイテムを削除しますか? + + + Are you sure you want to delete {0}? + {0} is the group name + {0} を削除しますか? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + {0} を削除しますか? 接続を削除することも、ルート フォルダーに移動することもできます。 + + + Are you sure you want to disconnect? + 切断しますか? + + + Are you sure you want to remove {0}? + {0} is the node label + {0} を削除しますか? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + すべての Copilot の変更を元に戻しますか?これにより、追跡されたすべての変更が元の状態に戻ります。 + + + Are you sure you want to update the target? + ターゲットを更新しますか? + + + Are you sure you want to {0}? + {0} is the action being confirmed + {0}しますか? + + + Are you sure? + よろしいですか? + + + Ask GitHub Copilot to Fix + GitHub Copilot にフィックスを依頼する + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + チャットで質問やスキーマの変更を提案すると、GitHub Copilot が図面内のスキーマを即座に更新します。 + + + At least one API type must be selected. + 少なくとも 1 つの API の種類を選択する必要があります。 + + + Auth type + 認証の種類 + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + Microsoft Entra サービス プリンシパルを使用して認証します。アプリケーション (クライアント) ID をユーザー名として、クライアント シークレットをパスワードとして入力します。詳細については、情報アイコンをクリックしてください。 + + + Authenticated + 認証済み + + + Authentication + 認証 + + + Authentication Library has changed, please reload Visual Studio Code. + 認証ライブラリが変更されました。Visual Studio Code を再読み込みしてください。 + + + Authentication Type + 認証の種類 + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + アカウント '{0}' (テナント '{1}') の認証エラーです。これを解決するには、トークン キャッシュをクリアする必要があります。これにより、接続されているすべてのアカウントからサインアウトされます。 + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + アカウントの認証エラーです。これを解決するには、トークン キャッシュをクリアする必要があります。これにより、接続されているすべてのアカウントからサインアウトされます。 + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + nonce の不一致のため、認証に失敗しました。 Azure Data Studio を閉じてから、もう一度お試しください。 + + + Authentication failed due to a state mismatch, please close ADS and try again. + 状態の不一致のため、認証に失敗しました。 ADS を終了してから、もう一度お試しください。 + + + Authentication not supported + 認証はサポートされていません + + + Auto Arrange + 自動整列 + + + Auto Arrange Confirmation + 自動配置の確認 + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + 自動配置では、最適なレイアウト アルゴリズムに基づいて、すべてのダイアグラム要素の位置が自動的に変更されます。作成したカスタム配置は失われます。スキーマ図の自動配置に進みますか? + + + Auto-pause + 自動一時停止 + + + Auto-pause the database until next month + 来月までデータベースを自動一時停止 + + + Auto-scroll + 自動スクロール + + + Auto-scroll disabled + 自動スクロールが無効 + + + Auto-scroll enabled + 自動スクロールが有効 + + + Automatic tuning features like automatic index creation enabled by default. + 自動インデックス作成などの自動チューニング機能が既定で有効になっています。 + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + システムにインストールされているプロバイダーから使用可能な Microsoft Entra ID の ID を自動的に選択します。詳細については、情報のアイコンをクリックしてください。 + + + Available Servers + 使用可能なサーバー + + + Average: {0} + {0} is the average + 平均: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + 平均: {0} 数: {1} 合計: {2} + + + Avg + 平均 + + + Azure (China) + Azure (China) + + + Azure (Public) + Azure (パブリック) + + + Azure (US Government) + Azure (米国政府機関) + + + Azure Account + Azure アカウント + + + Azure Account is required + Azure アカウントが必須です + + + Azure Code Grant + Azure コードの付与 + + + Azure Data Studio Migration + Azure Data Studio 移行 + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Azure Data Studio 移行ツールキット - キーマップを含むようになりました + + + Azure Data Studio settings file + Azure Data Studio 設定ファイル + + + Azure Databases + Azure データベース + + + Azure Device Code + Azure デバイス コード + + + Azure MFA + Azure MFA + + + Azure SQL Database is not supported for backup. + Azure SQL Database のバックアップはサポートされていません。 + + + Azure SQL Database is not supported for restore. + Azure SQL Database の復元はサポートされていません。 + + + Azure SQL Managed Instance + Azure SQL Managed Instance + + + Azure SQL Server + Azure SQL Server + + + Azure SQL databases provisioning + Azure SQL データベースのプロビジョニング + + + Azure Subscriptions + Azure サブスクリプション + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + Azure アカウント '{0}' が見つかりませんでした。正しいアカウントでサインインするか、別のアカウントを選択します。 + + + Azure sign in failed. + Azure サインインに失敗しました。 + + + Azure subscription not found in cache. + Azure サブスクリプションがキャッシュ内に見つかりません。 + + + Azure: Sign In + Azure: サインイン + + + Azure: Sign In to Azure Cloud + Azure: Azure Cloud にサインイン + + + Azure: Sign In with Device Code + Azure: デバイス コードを使ってサインイン + + + BACPAC exported successfully + BACPAC が正常にエクスポートされました + + + BACPAC exported successfully to '{0}' + {0} is the file path + BACPAC が '{0}' に正常にエクスポートされました + + + BACPAC imported successfully + BACPAC が正常にインポートされました + + + BACPAC imported successfully to database '{0}' + {0} is the database name + BACPAC がデータベース '{0}' に正常にインポートされました + + + Back + 戻る + + + Back to Schema + スキーマに戻る + + + Back to preview + プレビューに戻る + + + Backup + バックアップ + + + Backup Database - {0} + {0} is the database name + データベースのバックアップ - {0} + + + Backup File + バックアップ ファイル + + + Backup Files + バックアップ ファイル + + + Backup Files (*.bak, *.log, *.trn) + バックアップ ファイル (*.bak、*.log、*.trn) + + + Backup Location + バックアップの場所 + + + Backup Name + バックアップ名 + + + Backup Storage Redundancy + バックアップ ストレージ冗長 + + + Backup Type + バックアップの種類 + + + Backup sets to restore + 復元するバックアップ セット + + + Backup the tail of the log + ログ末尾のバックアップ + + + Backup to a new media set + 新しいメディア セットにバックアップ + + + Batch execution time: {0} + {0} is the batch time + バッチ実行時間: {0} + + + Before + + + + Behavior when free offer limit is reached + 無料オファーの上限に達したときの動作 + + + Between + 指定範囲内 + + + Blanks + 空白 + + + Blob + BLOB + + + Blob Container + BLOB コンテナー + + + Blob Container is required + BLOB コンテナーが必要です + + + Blob does not contain a valid database backup + BLOB に有効なデータベース バックアップが含まれていません + + + Blob is required + BLOB は必須です + + + Block this extension from accessing your connections + この拡張機能による接続へのアクセスをブロックします + + + Both + 両方 + + + Brightness + 輝度 + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + 保存した接続、グループ、構成を Azure Data Studio から MSSQL 拡張機能に取り込み、使い慣れたエクスペリエンスを見つけ出します。 + + + Browse + 参照 + + + Browse Azure + Azure を参照 + + + Browse Azure SQL Database tutorials and docs + Azure SQL Database のチュートリアルとドキュメントを参照 + + + Browse Fabric + Fabric を参照する + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + VS Code を離れることなく、Fabric ワークスペースを参照し、Fabric の SQL データベースをプロビジョニングできます。 + + + Browse files + ファイルの参照 + + + Browse forvpath + forvpath の参照 + + + Browse to Azure Data Studio settings.json + Azure Data Studio settings.json を参照する + + + Browse... + 参照... + + + Build APIs with GitHub Copilot + GitHub Copilot を使用して API を作成する + + + Build Data API + データ API のビルド + + + Build failed with exit code {0} + ビルドが終了コード {0} で失敗しました + + + Build {0} + {0} のビルド + + + Building {0}... + {0} をビルドしています... + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + データを保護するための組み込みの暗号化、ファイアウォール規則、Microsoft Entra ID 統合。 + + + Bulk Actions + 一括処理 + + + Bulk-logged + 一括ログ + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + CSV/TXT ファイル (*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + 通話ツール: {1} を使用して {0}。 + + + Cancel + キャンセル + + + Cancel Query + クエリのキャンセル + + + Cancel Task + タスクの取り消し + + + Cancel failed: {0} + {0} is the error message + 取り消せませんでした: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + スキーマ比較を取り消すことができませんでした: '{0}' + + + Cancel the query execution in progress + 実行中のクエリを取り消す + + + Canceled + キャンセル済み + + + Canceling + 取り消し中 + + + Canceling query + クエリを取り消しています + + + Canceling the query failed: {0} + {0} is the error message + 失敗したクエリの取り消し中: {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + Docker ソケットにアクセスできません。ユーザーが 'docker' グループに属していないか、グループ メンバーシップが有効になる前に VS Code が起動された可能性があります。'sudo usermod -aG docker $USER' を実行した後、ログオフ (または再起動) してログオンし直し、VS Code を再起動してください。 + + + Cannot cancel query as no query is running. + クエリが実行されていないため、クエリをキャンセルできません。 + + + Cannot change session while active + アクティブな間はセッションを変更できません + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + トークンの有効期限が切れているため、接続できません。再認証して、もう一度お試しください。 + + + Cannot create foreign key + 外部キーを作成できません + + + Cannot delete column because it is part of foreign key relationships. + 列は外部キー リレーションシップの一部であるため、削除できません。 + + + Cannot delete column because it is referenced by a foreign key. + 外部キーによって参照されているため、列を削除できません。 + + + Cannot delete column because it is used by a foreign key. + 外部キーによって使用されているため、列を削除できません。 + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + {0} を除外することはできません。対象の依存関係が存在します + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + {0} を除外することはできません。対象の依存関係が存在します ({1} など) + + + Cannot generate script without a restore plan + 復元プランがないとスクリプトを生成できません + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + {0} を含めることはできません。対象外の依存関係が存在します + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + {0} を含めることはできません。対象外の依存関係が存在します ({1} など) + + + Cannot revert: The column is part of a foreign key that references a deleted table + 元に戻せません: この列は、削除されたテーブルを参照する外部キーの一部です + + + Cannot revert: The referenced table or column has been deleted + 元に戻せません: 参照されているテーブルまたは列が削除されています + + + Cascade + カスカード + + + Category + カテゴリ + + + Change + 変更 + + + Change Connection + 接続の変更 + + + Change Database + データベースの変更 + + + Change Password + パスワードの変更 + + + Change Setting + 設定の変更 + + + Change column width + 列の幅の変更 + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + 接続 '{0}' (ID: {1}) のデータベースを '{2}' に変更しますか? + + + Change the connection for the active SQL document + アクティブな SQL ドキュメントの接続を変更する + + + Change the database for the active SQL document + アクティブな SQL ドキュメントのデータベースを変更する + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + {0}/{1} の変更 + + + Changed Tables + 変更されたテーブル + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + ドキュメント "{0}" のデータベース コンテキストが "{1}" に変更されました + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + ドキュメント "{0}" でサーバー "{1}" のデータベース コンテキストを "{2}"に変更しました。 + + + Changes + 変更 + + + Changes ({0}) + {0} is the number of schema changes + 変更 ({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + 変更が正常に適用されました。更新された差異を確認するには、Schema Compare をもう一度実行してください。 + + + Changes published successfully + 変更が正常に公開されました + + + Changes saved successfully. + 変更が正常に保存されました。 + + + Changes view mode + 変更点の表示モード + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + ドキュメント "{0}" でサーバー "{1}" のデータベース コンテキストを "{2}" に変更中です。 + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + 接続 '{0}' (ID: {1}) のデータベースを '{2}' に変更しています + + + Chat + チャット + + + Chat command not available in this VS Code version + チャット コマンドは、この VS Code バージョンでは使用できません + + + Check Constraint + CHECK 制約 + + + Check Constraints + CHECK 制約 + + + Checking Docker Engine Configuration + Docker エンジンの構成の確認 + + + Checking Docker engine + Docker エンジンを確認しています + + + Checking Docker installation + Docker のインストールを確認しています + + + Checking Docker prerequisites... + Docker の前提条件を確認しています... + + + Checking container readiness + コンテナーの準備状況を確認しています + + + Checking if Docker is installed + Docker がインストールされているかどうかを確認しています + + + Checking if Docker is installed on your machine + マシンに Docker がインストールされているかどうかを確認しています + + + Checking if Docker is running on your machine. If not, we'll start it for you. + マシンで Docker が実行されているかどうかを確認しています。そうでない場合は、お客様のためのに Microsoft が開始します。 + + + Checking if Docker is started + Docker が開始されているかどうかを確認中 + + + Checking if the Docker Engine is configured correctly on your machine. + マシンで Docker エンジンが正しく構成されているかどうかを確認しています。 + + + Checking pre-requisites + 前提条件の確認 + + + Choose An Action + アクションの選択 + + + Choose Existing + 既存の選択 + + + Choose Query History + Query History の選択 + + + Choose SQL Language + SQL 言語の選択 + + + Choose a Microsoft Entra account + Microsoft Entra アカウントを選択する + + + Choose a Microsoft Entra tenant + Microsoft Entra テナントを選択する + + + Choose a connection profile from the list below + 下の一覧から、接続プロファイルを選択します + + + Choose a database + データベースの選択 + + + Choose a database from the list below + 下の一覧からデータベースを選択してください + + + Choose a hostname for the container + コンテナーのホスト名を選択する + + + Choose a name for the SQL Server Docker Container + SQL Server Docker コンテナーの名前を選択する + + + Choose a port to host the SQL Server Docker Container + SQL Server Docker コンテナーをホストするポートを選択する + + + Choose an option to provision a database + データベースをプロビジョニングするオプションを選択する + + + Choose color + 色の選択 + + + Choose the Right Version + 適切なバージョンの選択 + + + Choose the behavior for new editors + 新しいエディターの動作を選択 + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + このストアド プロシージャを GraphQL のミューテーションまたはクエリのどちらで表示するかを選択してください。DAB の既定値はミューテーションです。 + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + 循環参照が検出されました: '{0}' → '{1}' で循環が作成されます + + + Clear + クリア + + + Clear All + すべてクリア + + + Clear All Filters + すべてのフィルターをクリア + + + Clear Data + データのクリア + + + Clear Filter + フィルターのクリア + + + Clear Filters + フィルターのクリア + + + Clear Quick Query + クイック クエリをクリアする + + + Clear Recent Connections List + 最近の接続履歴をクリア + + + Clear Selection + 選択のクリア + + + Clear Sort + 並べ替えをクリア + + + Clear all + すべてクリア + + + Clear all events (keeps session running) + すべてのイベントをクリア (セッションの実行は維持) + + + Clear all filters + すべてのフィルターをクリア + + + Clear all filters and show all events + すべてのフィルターをクリアしてすべてのイベントを表示する + + + Clear all grouping + すべてのグループ化をクリア + + + Clear all sorting + すべての並べ替えをクリア + + + Clear cache and refresh token + キャッシュのクリアと更新トークン + + + Clear filters + フィルターのクリア + + + Clear from recent connections list + 最近使用した接続の一覧からクリアする + + + Clear permissions for all extensions to access your connections + 接続にアクセスするためのすべての拡張機能のアクセス許可をクリアします + + + Clear quick filter and all column filters + クイック フィルターとすべての列フィルターをクリアする + + + Clear this Quick Query + このクイック クエリをクリアする + + + Clear token cache + トークン キャッシュのクリア + + + Click to cancel loading summary + クリックして要約の読み込みを取り消します + + + Click to change connection + クリックして接続を変更する + + + Click to change database + クリックしてデータベースを変更する + + + Click to connect to a database + クリックすると、データベースに接続します + + + Click to load summary + クリックして要約を読み込みます + + + Click to sign into an Azure account + クリックして Azure アカウントにサインインします + + + Client Secret + クライアント シークレット + + + Client secret is required. + クライアント シークレットは必須です。 + + + Close + 閉じる + + + Close Designer + Designer を閉じる + + + Close Find + 検索を閉じる + + + Close Script Pane + スクリプト ウィンドウを閉じる + + + Close Without Export + エクスポートせずに閉じる + + + Close details panel + 詳細パネルを閉じる + + + Close existing connections to destination database + 接続先データベースへの既存の接続を閉じる + + + Close properties pane + [プロパティを閉じる] ウィンドウ + + + Close the current connection + 現在の接続を閉じる + + + Cloud + クラウド + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis - {0} + + + Code analysis rules saved successfully + コード分析規則が正常に保存されました + + + Collapse + 折りたたむ + + + Collapse All + すべて折りたたむ + + + Collapse Subscription Explorer + サブスクリプション エクスプローラーを折りたたむ + + + Collapse Workspace Explorer + ワークスペース エクスプローラーを折りたたむ + + + Collapse all groups + すべてのグループを折りたたむ + + + Collapse connection groups + 接続グループを折りたたむ + + + Collapse connections + 接続を折りたたむ + + + Collapse settings + 設定を折りたたむ + + + Collapse {0} + {0} is the category name, e.g. Design + {0} を折りたたむ + + + Collation + 照合順序 + + + Color + + + + Column + + + + Column '{0}' already exists + {0} is the column name + 列 '{0}' は既に存在します + + + Column '{0}' already has a foreign key + {0} is the column name + 列 '{0}' には既に外部キーが設定されています + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + 列 '{0}' は主キーであるため、null にすることはできません + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + 列 '{0}' は ID 列であり、カスケード外部キーを持つことはできません + + + Column '{0}' must be a primary key + {0} is the referenced column + 列 '{0}' は主キーである必要があります + + + Column '{0}' not found + {0} is the column name + 列 '{0}' が見つかりません + + + Column Name + 列名 + + + Column max length cannot be empty + 列の最大長を空にすることはできません + + + Column name cannot be empty + 列名を空にすることはできません。 + + + Column not found: {0} + {0} is the column reference + 列が見つかりません: {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + 列参照が複数の列に解決されました: {0} + + + Column resize by content + 列の幅を内容に合わせる + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + 列の幅は {0} ピクセル以上である必要があります。 + + + Columns + + + + Columns in the primary key. + 主キーの列。 + + + Command Timeout + コマンド タイムアウト + + + Commands + コマンド + + + Compare + 比較 + + + Compare Azure SQL Database service tiers + Azure SQL Database のサービス レベルを比較 + + + Compare SQL Server editions + SQL Server エディションの比較 + + + Comparison Details + 比較の詳細 + + + Compatibility Level + 互換性レベル + + + Compress backup + バックアップの圧縮 + + + Compression + 圧縮 + + + Compute + コンピューティング + + + Compute + Storage + コンピューティングとストレージ + + + Config copied to clipboard + 構成がクリップボードにコピーされました + + + Configuration saved. + 構成が保存されました。 + + + Configuration sections + 構成セクション + + + Configuration to Import + インポートする構成 + + + Configure Linux containers + Linux コンテナーの構成 + + + Configure Quick Query and Extension shortcuts. + クイック クエリおよび拡張機能のショートカットを構成します。 + + + Configure Rosetta in Docker Desktop + Docker Desktop で Rosetta を設定する + + + Configure and customize Azure SQL Databases + Azure SQL データベースの構成とカスタマイズ + + + Configure and customize SQL Server containers + SQL Server コンテナーの構成とカスタマイズ + + + Configure keyboard shortcuts used by the MSSQL extension. + MSSQL 拡張機能で使用されるキーボード ショートカットを構成します。 + + + Configure the full list of Query Editor shortcuts. + クエリ エディターのすべてのショートカットの一覧を構成します。 + + + Confirm Password + パスワードの確認 + + + Confirm SQL Server admin password + SQL サーバー管理者パスワードを確認する + + + Confirm admin password + 管理者パスワードの確認 + + + Confirm new password + 新しいパスワードの確認入力 + + + Confirm to clear recent connections list + 最近の接続履歴のクリアを確認 + + + Confirm to remove this profile. + このプロファイルを削除することを確認します。 + + + Conjunction + 結合 + + + Connect + 接続 + + + Connect and manage database connections + データベース接続を接続および管理する + + + Connect the active SQL document to a database + アクティブな SQL ドキュメントをデータベースに接続する + + + Connect to Database + データベースへの接続 + + + Connect to MSSQL + MSSQL への接続 + + + Connect to SQL Server + SQL Server への接続 + + + Connect to Server + サーバーに接続 + + + Connect to a database + データベースへの接続 + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + サーバー {0} とデータベース {1} に接続しますか? + + + Connect to server {0}? + {0} is the server name + サーバー {0} に接続しますか? + + + Connect to {0} + {0} is the name of the connection profile + {0} に接続 + + + Connect using either Microsoft Entra ID or SQL Authentication. + Microsoft Entra ID または SQL 認証のいずれかを使用して接続します。 + + + Connect using profile {0}? + {0} is the profile ID + プロファイル {0} を使用して接続しますか? + + + Connect with SQL tools and run your first query + SQL ツールに接続して最初のクエリを実行 + + + Connect with the current settings and save the connection profile + 現在の設定で接続し、接続プロファイルを保存する + + + Connected successfully + 正常に接続されました + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + ドキュメント "{0}" でサーバー "{1}" に接続しました。サーバー情報: {2} + + + Connected to {0} + {0} is the connection label + {0} に接続されました + + + Connected to: + 接続先: + + + Connecting + 接続中 + + + Connecting to Container + コンテナーに接続中 + + + Connecting to Database + データベースに接続しています + + + Connecting to database + データベースに接続しています + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + ドキュメント "{0}" でサーバー "{1}" に接続中です。 + + + Connecting to server {0} + {0} is the server name + サーバー {0} に接続しています + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + サーバー {0} とデータベース {1} への接続中 + + + Connecting to server... + サーバーに接続しています... + + + Connecting to your SQL Server Docker container + SQL Server Docker コンテナーへの接続 + + + Connecting to {0}... + {0} is the server name + {0} に接続しています... + + + Connecting to {0}... + {0} is the connection display name + {0} に接続しています... + + + Connecting to: + 次の場所に接続します: + + + Connecting using profile {0} + {0} is the profile ID + プロファイル {0} を使用した接続 + + + Connecting... + 接続中... + + + Connection + 接続 + + + Connection Authentication + 接続認証 + + + Connection Details + 接続の詳細 + + + Connection Dialog + 接続ダイアログ + + + Connection Error + 接続エラー + + + Connection Failed + 接続に失敗しました + + + Connection Group + 接続グループ + + + Connection Import Warning + 接続のインポートに関する警告 + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + 接続プロファイルを更新できませんでした。settings.json で接続の詳細を手動で変更してから、もう一度お試しください。 + + + Connection String + 接続文字列 + + + Connection Timeout + 接続タイムアウト + + + Connection Timeout (seconds) + 接続タイムアウト (秒) + + + Connection actions + 接続アクション + + + Connection error + 接続エラー + + + Connection error: {0} + {0} is the error message + 接続エラー: {0} + + + Connection failed + 接続に失敗しました + + + Connection failed: {0} + {0} is the error message from the connection attempt + 接続に失敗しました: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + 同じ ID の接続グループは既にインポートされています: {0} (ID: {1}) + + + Connection groups to import + インポートする接続グループ + + + Connection is not active. Please establish a connection before performing this action. + 接続がアクティブではありません。この操作を実行する前に接続を確立してください。 + + + Connection not found for uri "{0}". + {0} is the uri + URI "{0}" の接続が見つかりません。 + + + Connection profile '{0}' not found. + {0} is the profile ID + 接続プロファイル '{0}' が見つかりません。 + + + Connection profile not found. Please create a new connection using the Connection Dialog. + 接続プロファイルが見つかりません。[接続] ダイアログを使用して新しい接続を作成してください。 + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + 拡張機能 '{0}' の接続共有のアクセス許可が拒否されました。これを変更するには、アクセス許可管理コマンドを使用します。 + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + 次の拡張機能には接続共有のアクセス許可が必要です: '{0}' + + + Connection string copied to clipboard + 接続文字列がクリップボードにコピーされました + + + Connection string is required + 接続文字列が必要です + + + Connection test succeeded + 接続テストに成功しました + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + ID "{0}" の接続が見つかりません。接続 ID が存在することを確認してください。 + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 同じ ID の接続は既にインポートされています: {0} (ID: {1}) + + + Connection: {0} + {0} is the task connection label + 接続: {0} + + + Connections in groups that are not selected will be moved under the root. + 選択されていないグループ内の接続は、ルートの下に移動されます。 + + + Connections to import + インポートする接続 + + + Consider adding a name for this foreign key + この外部キーに名前を追加することを検討してください + + + Container Name + コンテナー名 + + + Container Settings + コンテナーの設定 + + + Container does not exist. Would you like to remove the connection? + コンテナーが存在しません。接続を削除しますか? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + タイムアウト期間内にコンテナーを開始できませんでした。数分たってから、もう一度やり直してください。 + + + Container logs + コンテナー ログ + + + Container name and port are required to check container readiness. + コンテナーの準備状況を確認するには、コンテナー名とポートが必要です。 + + + Container name is invalid or already in use + コンテナー名が無効であるか、既に使用されています + + + Container name is required + コンテナー名が必要です + + + Container name, port, and config content are required to start the container. + コンテナーを起動させるには、コンテナー名、ポート、および構成内容が必要です。 + + + Containment Type + 包含の種類 + + + Contains + 含む + + + Continue + 続行 + + + Continue Editing + 編集を続行する + + + Continue on error + エラー時に続行 + + + Continue using for additional charges + 追加料金で引き続き使用 + + + Control the results grid display + 結果グリッドの表示を制御する + + + Copied + コピーされました + + + Copied "{0}" to clipboard + {0} is the object name + "{0}" をクリップボードにコピーしました + + + Copied to clipboard + クリップボードにコピーされました + + + Copilot Changes + Copilot の変更 + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Copilot の変更 ({0}) + + + Copy + コピー + + + Copy & Export + コピーとエクスポート + + + Copy All + すべてコピー + + + Copy As + 形式を指定してコピー + + + Copy Column Name + 列の名前をコピー + + + Copy Headers + ヘッダーのコピー + + + Copy Object Name + オブジェクト名のコピー + + + Copy Script + スクリプトのコピー + + + Copy Script to Clipboard + スクリプトをクリップボードにコピー + + + Copy all cells including column headers + 列見出しを含むすべてのセルをコピーする + + + Copy all query result content + すべてのクエリ結果の内容をコピー + + + Copy all text output for this cell (messages, PRINT, errors) + このセルのすべてのテキスト出力をコピー (メッセージ、PRINT、エラー) + + + Copy all with headers + ヘッダーを含むすべてをコピーする + + + Copy as CSV + CSV としてコピー + + + Copy as IN clause + IN 句としてコピー + + + Copy as INSERT + INSERT としてコピー + + + Copy as INSERT INTO + INSERT INTO としてコピー + + + Copy as JSON + JSON としてコピー + + + Copy code and open webpage + コードをコピーして Web ページを開く + + + Copy command to clipboard + コマンドをクリップボードにコピーする + + + Copy connection string to clipboard + 接続文字列をクリップボードにコピーする + + + Copy data and save results to files + データをコピーして結果をファイルに保存する + + + Copy link + リンクのコピー + + + Copy messages + メッセージのコピー + + + Copy script + スクリプトのコピー + + + Copy selected cells including column headers + 列ヘッダーを含む選択したセルをコピーする + + + Copy selected cells to the clipboard + 選択したセルをクリップボードにコピーする + + + Copy selection + 選択内容をコピーする + + + Copy selection formatted as INSERT statements + INSERT ステートメントとして書式設定された選択範囲をコピーする + + + Copy selection formatted as JSON + 選択内容を JSON 形式でコピーする + + + Copy selection formatted as a SQL IN clause + 選択範囲を SQL IN 句として書式設定してコピーする + + + Copy selection formatted as comma-separated values + 選択範囲をコンマ区切りの値として書式設定してコピーする + + + Copy text data to clipboard + テキスト データをクリップボードにコピー + + + Copy with Headers + ヘッダー付きでコピー + + + Copy with headers + ヘッダー付きでコピー + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + {0} URL のコピー + + + Copy-only Backup + コピーのみのバックアップ + + + Copying results... + 結果をコピーしています... + + + Cost + コスト + + + Could not connect to database: {0} + {0} is the database name + データベース: {0} に接続できませんでした + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + クライアント IP アドレスを検出できませんでした。Azure portal でファイアウォール規則を手動で追加してください。 + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + {0} '{1}' のスクリプト メタデータが見つかりませんでした。 + + + Could not load restore plan + 復元プランを読み込めませんでした + + + Count + アイテム数 + + + Count: {0} + {0} is the count + カウント: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + カウント: {0} 個別カウント: {1} Null カウント: {2} + + + Create + 作成 + + + Create Connection Group + 接続グループの作成 + + + Create Connection Profile + 接続プロファイルの作成 + + + Create Container + コンテナーの作成 + + + Create Database + データベースの作成 + + + Create Firewall Rule + ファイアウォール規則を作成する + + + Create Local SQL Container + ローカル SQL コンテナーの作成 + + + Create New + 新規作成 + + + Create New Connection Group + 新しい接続グループの作成 + + + Create New Resource Group + 新しいリソース グループの作成 + + + Create New Server + 新しいサーバーの作成 + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + Visual Studio Code 内のビジュアル インターフェイスから、SQL データベース テーブルの REST、GraphQL、および MCP エンドポイントを作成できます。エンティティ、アクセス許可、デプロイ設定を構成し、Docker を使用してローカルに展開します。 + + + Create a Local Docker SQL Server + ローカル Docker SQL Server を作成する + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + SQL Server コンテナーを数秒で作成できます。手動の手順は必要ありません。VS Code を離れずに MSSQL 拡張機能から簡単に確認できます。 + + + Create a SQL database in Fabric + Fabric で SQL データベースを作成する + + + Create a new connection profile + 新しい接続プロファイルの作成 + + + Create a new database on '{0}'. + {0} is the name of the server + '{0}' に新しいデータベースを作成します。 + + + Create a new firewall rule + 新しいファイアウォール ルールの作成 + + + Create a new profiling session + 新しいプロファイル セッションの作成 + + + Create an Azure SQL Database (Preview) + Azure SQL Database の作成 (プレビュー) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + 頻繁に使用されるクエリ、およびクエリ エディターと結果グリッド アクションのキーボード ショートカットを作成と管理して、使用可能なコマンドを検出し、より効率的に実行します。 + + + Create as Script + スクリプトとして作成 + + + Create new + 新規作成 + + + Create new connection copied from {0} + {0} is the name of the connection profile + {0} からコピーした新しい接続を作成する + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + {0} の新しいファイアウォール規則を作成する + + + Created table {0} + {0} is the qualified table name + テーブル {0} を作成しました + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + このストアド プロシージャ専用の MCP ツールを作成します。無効にしても、MCP が有効であれば、汎用の MCP 実行ツールからこのプロシージャを使用できます。 + + + Creating Container + コンテナーの作成中 + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + ワークスペース {0} の SQL データベースを作成しています + + + Creating SQL Server container... + SQL Server コンテナーを作成しています... + + + Creating and starting the container + コンテナーの作成と起動 + + + Creating and starting your SQL Server container + SQL Server コンテナーの作成と開始 + + + Creating database + データベースを作成中 + + + Creating resource group... + リソース グループを作成しています... + + + Creating server... + サーバーを作成しています... + + + Creating session... + セッションを作成しています... + + + Creating workspace with capacity {0} + {0} is the capacity ID + 容量 {0} を使用してワークスペースを作成しています + + + Creating... + 作成しています... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + 資格情報エラー: アカウント資格情報の更新中にエラーが発生しました。再認証してください。 + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + 資格情報エラー: アカウント資格情報の更新中にエラーが発生しました。再認証してください。エラー: {0} + + + Current Schema: {0}, Select the new schema: + 現在のスキーマ: {0}、新しいスキーマを選択してください: + + + Currently signed in as: + 現在サインインしているユーザー: + + + Custom GraphQL Plural Type + カスタム GraphQL 複数型 + + + Custom GraphQL Singular Type + カスタム GraphQL 単数型 + + + Custom GraphQL Type + カスタム GraphQL 型 + + + Custom REST Path + カスタム REST パス + + + Custom Zoom + ズームの指定 + + + Customize keyboard shortcuts + キーボード ショートカットをカスタマイズする + + + DAB container failed to become ready within the timeout period. + DAB コンテナーはタイムアウト期間内に準備を完了できませんでした。 + + + DAB container is running! + DAB コンテナーが実行されています。 + + + DAB container logs + DAB コンテナー ログ + + + DACPAC deployed successfully + DACPAC が正常に展開されました + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + DACPAC がデータベース '{0}' に正常に展開されました + + + DACPAC extracted successfully + DACPAC が正常に抽出されました + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC が '{0}' に正常に抽出されました + + + DACPAC path not found. Please build the project first. + DACPAC パスが見つかりません。最初にプロジェクトをビルドしてください。 + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + DacFx サービスは使用できません。展開オプションなしでプロファイルが読み込まれました。スクリプトの発行および生成操作は実行できません。 + + + DacFx service is not available. Publish and generate script operations cannot be performed. + DacFx サービスは使用できません。スクリプトの発行および生成操作は実行できません。 + + + Data API builder + データ API ビルダー + + + Data API builder Configuration + データ API ビルダーの構成 + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + データ API ビルダーが開きました。{0} 操作 ({1}/{2}) を続行します。 + + + Data API builder with GitHub Copilot + GitHub Copilot を使用した Data API ビルダー + + + Data Source + データ ソース + + + Data Type + データ型 + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + SQL 分析エンドポイントを使用して、リアルタイムで自動的にデータが OneLake にレプリケートされます。 + + + Data file folder + データ ファイル フォルダー + + + Data type + データ型 + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + データ型が一致しません: 列 '{1}' の '{0}' は '{3}' の '{2}' と互換性がありません + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + データ層アプリケーション (DACPAC / BACPAC) のインポートとエクスポート + + + Data-tier Application + データ層アプリケーション + + + Data-tier Application File (.dacpac) + データ層アプリケーション ファイル (.dacpac) + + + Database + データベース + + + Database - {0} + {0} is the database name + データベース - {0} + + + Database Description + データベースの説明 + + + Database Details + データベースの詳細 + + + Database Name + データベース名 + + + Database Name is required + データベース名が必要です + + + Database Project + データベース プロジェクト + + + Database changed successfully + データベースが正常に変更されました + + + Database is required + データベースが必要です + + + Database list + データベース一覧 + + + Database name + データベース名 + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + データベース名に無効な文字が含まれています。次の文字の使用を避けてください: < > * ? " / \ | + + + Database name is required + データベース名は必須です + + + Database name is too long. Maximum length is 128 characters + データベース名が長すぎます。最大長は 128 文字です + + + Database name must be 128 characters or fewer + データーベース名は 128 文字以下にする必要があります。 + + + Database not found on the server + サーバーにデータベースが見つかりません + + + Database pauses until the next billing cycle when free amount is renewed. + データベースは、無料分が更新される次の請求サイクルまで一時停止します。 + + + Database the table is created in + テーブルが作成されているデータベース + + + Default + 既定値 + + + Default Value + 既定値 + + + Define who can access this endpoint + このエンドポイントにどのユーザーがアクセスできるかを定義してください + + + Define who can execute this stored procedure + このストアド プロシージャを実行できるユーザーを定義 + + + Definition + 定義 + + + Definition type + 定義の種類 + + + DefinitionRequestCompleted + DefinitionRequestCompleted + + + DefinitionRequested + DefinitionRequested + + + Delete + 削除 + + + Delete 1 row + 1 行を削除 + + + Delete Confirmation + 削除の確認 + + + Delete Contents + コンテンツの削除 + + + Delete Row + 行の削除 + + + Delete backup and restore history + バックアップおよび復元の履歴を削除する + + + Delete saved connection + 保存された接続の削除 + + + Delete {0} rows + {0} 行を削除 + + + Deleted + 削除済み + + + Deleted column '{0}' + {0} is the column name + 列 '{0}' を削除しました + + + Deleted foreign key '{0}' + {0} is the foreign key name + 外部キー '{0}' を削除しました + + + Deleted table {0} + {0} is the qualified table name + テーブル {0} を削除しました + + + Deleting Container... + コンテナーを削除しています... + + + Deny + 拒否 + + + Deploy + 展開 + + + Deploy DAB Container + DAB コンテナーの展開 + + + Deploy a .dacpac file to a new or existing SQL database + 新規または既存の SQL データベースに .dacpac ファイルを展開する + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + MSSQL 拡張機能の統合された合理化されたワークフローを使用して .dacpac ファイルのデプロイと抽出、または .bacpac パッケージのインポート/エクスポートを行います。 + + + Deploy to Existing Database + 既存のデータベースへの展開 + + + Deploy, extract, import, or export data-tier applications on the selected database + 選択したデータベースにデータ層アプリケーションを展開、抽出、インポート、またはエクスポートする + + + Deploying DACPAC... + DACPAC を展開しています... + + + Deployment Complete + 展開が完了しました + + + Deployment Failed + デプロイに失敗しました + + + Deployment Name + デプロイ名 + + + Deployment failed + 展開に失敗しました + + + Deployment finished + 展開が完了しました + + + Deployment in progress + デプロイが進行中です + + + Description + 説明 + + + Description for the table. + テーブルの説明です。 + + + Description: {0} + {0} is the task description + 説明: {0} + + + Deselect All + すべて選択解除 + + + Design API + 設計 API + + + Design Schemas with GitHub Copilot + GitHub Copilot を使用してスキーマを設計する + + + Details + 詳細 + + + Details panel actions + 詳細パネルの操作 + + + Details panel tabs + [詳細パネル] タブ + + + Details tab - displays all event properties + [詳細] タブ - すべてのイベント プロパティを表示します + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + Azure SQL Database エンジンを使用した開発者フレンドリなトランザクション データベース。プロトタイプ作成と学習のためのコストはかかりません。 + + + Developer-friendly transactional database using the Azure SQL Database Engine. + Azure SQL データベース エンジンを使用した、開発者にとって使いやすいトランザクショナル データベース。 + + + Differential + 差分 + + + Directory not found + ディレクトリが見つかりません + + + Disable all entities + すべてのエンティティを無効にする + + + Disable intellisense and syntax error checking on current document + 現在のドキュメントで T-SQL インテリセンスと構文エラー チェックを無効にする + + + Disabled + 無効 + + + Disabled globally + グローバルに無効になっています + + + Discard + 破棄 + + + Disconnect + 切断 + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) から切断しますか? + + + Disconnect the active SQL document from the database + アクティブな SQL ドキュメントとデータベースの接続を解除する + + + Disconnected on document "{0}" + {0} is the document name + ドキュメント "{0}" で切断されました + + + Disconnected successfully + 切断完了 + + + Disconnected. + 切断されました。 + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) から切断しています + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + Fabric、Azure SQL、SQL Server の SQL Database が最新のアプリ開発をどのように再定義しているかをご確認ください。パフォーマンス、AI 統合、開発者の生産性の限界を押し上げ、エンジニアやピアに参加しましょう。 + + + Dismiss + 閉じる + + + Displays the data type name for the column + 列のデータ型名を表示します + + + Displays the description of the column + 列の説明を表示します + + + Displays the unified data type (including length, scale and precision) for the column + 列の統合データ型 (長さ、小数部桁数、精度を含む) を表示します + + + Dissatisfied + 不満 + + + Distinct + 一意 + + + Distinct Count: {0} + {0} is the distinct count + 個別のカウント: {0} + + + Do not compress backup + バックアップを圧縮しない + + + Do not connect + 接続しない + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + VS Code 用の MSSQL 拡張機能に関する簡単なフィードバック アンケートに答えますか? + + + Do you want to always display query results in a new tab instead of the query pane? + クエリ ウィンドウではなく新しいタブにクエリ結果を自動的に表示しますか? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + この接続で [サーバー証明書を信頼する] を有効にして再試行しますか? + + + Docker Desktop must be installed and running on your machine. + Docker Desktop がマシンにインストールされ、実行されている必要があります。 + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + タイムアウト期間内に Docker を起動できませんでした。Docker を手動で起動して、もう一度お試しください。 + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Docker が PATH にインストールされていないか、またはインストールされていません。Docker Desktop をインストールして、もう一度お試しください。 + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Docker を実行するには、ルートアクセス許可が必要です。sudo で Docker を実行するか、sudo usermod -aG docker $USERを使用して docker グループにユーザーを追加してください。次に、コンピューターを再起動して再試行してください。 + + + Don't Save + 保存しない + + + Don't Show Again + 再表示しない + + + Don't show this again + 今後このメッセージを表示しない + + + Download offline VSIX + オフライン VSIX のダウンロード + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + キーマップ拡張機能をダウンロードして、Azure Data Studio からキー マッピングを自動的にインポートします。これらの変更はキーボード ショートカットの設定に反映されます。 + + + Downloading the Data API builder container image + データ API ビルダー コンテナー イメージをダウンロードしています + + + Drizzle + Drizzle + + + Drop + 切断 + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + '{1}' から '{0}' を削除します。この操作は元に戻せません。 + + + Drop Database + データベースの削除 + + + Drop Database Options + データベースの削除オプションの設定 + + + Drop active connections + アクティブな接続を切断 + + + Dropping database + データベースを削除しています + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + VS Code 拡張機能から離れることなくローカル SQL Server を簡単に設定できます。数回クリックするだけで、サーバーを簡単にインストール、構成、管理できます。 + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + Azure SQL データベース Free レベルから簡単に開始し、無料でエディターから直接データベースを作成して接続できます。 + + + Edit Connection Group - {0} + {0} is the connection group name + 接続グループの編集 - {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + 接続グループの編集: {0} + + + Edit Data + データの編集 + + + Edit Database Connection - {0} + {0} is the name of the connection profile + データベース接続の編集 - {0} + + + Edit Table + テーブルの編集 + + + Edit an existing connection profile + 既存の接続プロファイルを編集 + + + Edit connection profile + 接続プロフィールの編集 + + + Edit your schema to see changes here. + スキーマを編集すると、ここに変更が表示されます。 + + + Edit {0} + {0} is the name of the connection profile + {0} の編集 + + + Either profileId or serverName must be provided. + profileId または serverName を指定する必要があります。 + + + Elapsed time: {0} + {0} is the task elapsed time + 経過時間: {0} + + + Enable 'Trust Server Certificate' + 'サーバー証明書の信頼' を有効にする + + + Enable Code Analysis on Build + ビルドに対するコード分析の有効化 + + + Enable GraphQL in API Type to expose this entity through GraphQL. + このエンティティを GraphQL 経由で公開するには、[API の種類] で GraphQL を有効にしてください。 + + + Enable MCP in API Type to use this DML tools setting. + この DML ツール設定を使用するには、[API の種類] で MCP を有効にしてください。 + + + Enable MCP in API Type to use this custom tool setting. + このカスタム ツール設定を使用するには、[API の種類] で MCP を有効にしてください。 + + + Enable REST in API Type to expose this entity through REST. + このエンティティを REST 経由で公開するには、[API の種類] で REST を有効にしてください。 + + + Enable Trust Server Certificate + 信頼サーバー証明書を有効にする + + + Enable all CRUD operations + すべての CRUD 操作を有効にする + + + Enable all entities + すべてのエンティティを有効にする + + + Enable all rules in {0} + {0} is the category name, e.g. Design + {0} のすべてのルールを有効にする + + + Enable or disable SQLCMD mode for the active SQL document + アクティブな SQL ドキュメントの SQLCMD モードを有効または無効にする + + + Enable {0} + {0} is the entity name + {0} を有効にする + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + {0} を有効にする + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} をグローバルに有効にする + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + このエンティティを公開するには、[API の種類] で {0} を有効にしてください。 + + + Enabled + 有効 + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + 問題が発生していますか? 改善のために GitHub の問題を開いて、詳細を共有してください。 + + + Encrypt + 暗号化する + + + Encryption + 暗号化 + + + Encryption Algorithm + 暗号化アルゴリズム + + + Encryption Type + 暗号化の種類 + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + この接続で暗号化が有効になっています。ターゲット SQL Server の SSL と証明書の構成を確認するか、接続ダイアログで 'サーバー証明書の信頼' を有効にします。 + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + この接続で暗号化が有効になっています。ターゲット SQL Serverの SSL と証明書の構成を確認するか、[サーバー証明書を信頼する] を 'true' に設定します。注: 自己署名証明書では限定的な保護が提供されるだけで、運用環境では推奨されません。 + + + End IP Address + 終了 IP アドレス + + + Ends With + 次で終わる + + + Ends with + 次の値で終わる + + + Engine: {0} + {0} is the engine type + エンジン: {0} + + + Ensuring Docker Desktop is running + Docker デスクトップが実行されていることを確認する + + + Enter Database Description + データベースの説明の入力 + + + Enter Database Name + データベース名を入力する + + + Enter a date... + 日付を入力... + + + Enter a name for the new profiler session + 新しいプロファイラー セッションの名前を入力 + + + Enter a name for the new resource group + 新しいリソース グループの名前を入力してください + + + Enter a name for the new server + 新しいサーバーの名前を入力 + + + Enter a number... + 数値を入力... + + + Enter admin password + 管理者パスワードの入力 + + + Enter admin username + 管理者のユーザー名を入力 + + + Enter application name + アプリケーション名の入力 + + + Enter connection group name + 接続グループ名を入力してください + + + Enter container name + コンテナー名を入力してください + + + Enter database name + データベース名の入力 + + + Enter description (optional) + 説明の入力 (省略可) + + + Enter desired column width in pixels + 目的の列幅をピクセル単位で入力します + + + Enter hostname + ホスト名の入力 + + + Enter new column width + 新しい列幅を入力する + + + Enter new database name + 新しいデータベース名を入力する + + + Enter new password + 新しいパスワードの入力 + + + Enter password + パスワードを入力 + + + Enter port + ポートを入力してください + + + Enter profile name + プロファイル名を入力してください + + + Enter resource group name + リソース グループ名を入力してください + + + Enter server name + サーバー名を入力してください + + + Enter text... + テキストを入力... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + ユーザー '{0}' の SQL ログイン パスワードを入力してください。 + + + Enter the path for the output file + 出力ファイルのパスを入力 + + + Enter user name + ユーザー名の入力 + + + Enter username + ユーザー名の入力 + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + エンティティ '{0}' は、データ API ビルダーではサポートされていません。 {1} + + + Entity Endpoints + エンティティ エンドポイント + + + Entity Name + エンティティ名 + + + Entity name used in API routes + API ルートで使われるエンティティ名 + + + Entity not found: {0} + {0} is the entity reference + エンティティが見つかりません: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + エンティティ参照が複数のエンティティに解決されました: {0} + + + Entra token cache cleared successfully. + Entra トークン キャッシュが正常にクリアされました。 + + + Equal to + 次の値と等しい + + + Equals + 等しい + + + Error + Error + + + Error Message: + エラー メッセージ: + + + Error code: + エラー コード: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + サーバー "{0}" への接続中にエラーが発生しました。詳細: {1} + + + Error connecting to: + 次の場所への接続エラー: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + ファイアウォール規則 {0} の作成中にエラーが発生しました。 Azure アカウントの設定を確認して、もう一度お試しください。 エラー: {1} + + + Error fetching schemas for the selected database. + 選択したデータベースのスキーマの取得でエラーが発生しました。 + + + Error fetching the table preview. + テーブル プレビューの取得でエラーが発生しました。 + + + Error generating text view. Please try switching back to grid view. + テキスト ビューの生成中にエラーが発生しました。グリッド ビューに切り替えてみてください。 + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + テナント ID '{0}' の Azure アカウント情報の読み込み中にエラーが発生しました + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + サブスクリプション {0} ({1}) の Azure データベースの読み込み中にエラーが発生しました。アクセス許可があることを確認してください。 + + + Error loading Azure subscriptions. + Azure サブスクリプションの読み込み中にエラーが発生しました。 + + + Error loading Schema Designer + スキーマ デザイナーの読み込みでエラーが発生しました + + + Error loading Table Designer + テーブル デザイナーの読み込みでエラーが発生しました + + + Error loading database objects + データベース オブジェクトの読み込みでエラーが発生しました + + + Error loading databases + データベースの読み込み中にエラーが発生しました + + + Error loading preview + プレビューの読み込みエラー + + + Error loading servers + サーバーの読み込みでエラーが発生しました + + + Error loading subscriptions + サブスクリプションの読み込みでエラーが発生しました + + + Error loading summary + 要約の読み込み中にエラーが発生しました + + + Error loading summary: {0} + {0} is the error message + 要約の読み込み中: {0} + + + Error loading workspaces + ワークスペースの読み込みエラー + + + Error loading workspaces. Please try choosing a different account or tenant. + ワークスペースの読み込み中にエラーが発生しました。別のアカウントまたはテナントを選択してみてください。 + + + Error loading; refresh to try again + 読み込み中にエラーが発生しました。更新してもう一度お試しください + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + 接続 ID {0} を新しい形式に移行中にエラーが発生しました。 この接続を使用するには、再作成してください。 +エラー: +{1} + + + Error occurred opening content in editor. + エディターでコンテンツを開くときにエラーが発生しました。 + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + トークンの更新でエラーが発生しました。サインアウトしてサインインし直す必要がある場合があります: {0} + + + Error retrieving server list: {0} + {0} is the error message + サーバー一覧の取得中にエラーが発生しました: {0} + + + Error running Docker commands. Please make sure Docker is running. + Docker コマンドの実行でエラーが発生しました。Docker が実行されていることを確認してください。 + + + Error signing into Azure: {0} + {0} is the error message + Azure へのサインイン エラー: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + Entra 認証トークンの検証でエラーが発生しました。トークンの更新が必要な場合があります: {0} + + + Error when refreshing token + トークンの更新中にエラーが発生しました + + + Error {0}: {1} + {0} is the error number +{1} is the error message + エラー {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + エラー {0}: {1} 別のユーザーとしてログインし、ALTER LOGIN を使用してパスワードを変更してください。 + + + Error: + エラー: + + + Error: Failed to parse query result data. + エラー: クエリ結果データの解析に失敗しました。 + + + Error: Login failed. Retry using different credentials? + エラー: ログインに失敗しました。別の資格情報を使用して再試行しますか? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + エラー: 指定した接続情報を使用して接続できません。プロファイルの作成を再試行しますか? + + + Error: Unrecognized query result data. + エラー: 認識できないクエリ結果データです。 + + + Error: {0} + {0} is the error message + エラー: {0} + + + Estimated Operator Cost + 操作の推定コスト + + + Estimated Subtree Cost + サブツリーの推定コスト + + + Event details for {0} + {0} is the name of the profiler event + {0}のイベントの詳細 + + + Event properties list + イベントのプロパティ一覧 + + + Example: Find queries with {0} > 100 + {0} is the column name + 例: {0} > 100 のクエリを検索する + + + Excel + Excel + + + Exclude Object Types + オブジェクトの種類を除外する + + + Execute + 実行 + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + データ API ビルダーで '{0}' 操作を実行しますか? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + スキーマ デザイナーで '{0}' 操作を実行しますか? + + + Execute Query + クエリの実行 + + + Execute SQL against SQL Server / Azure SQL + SQL Server / Azure SQL に対して SQL を実行する + + + Execute Selection or Current Statement + 選択範囲または現在のステートメントを実行 + + + Execute only the T-SQL statement under the cursor + カーソルの下にある T-SQL ステートメントのみを実行する + + + Executing '{0}' operation on Data API builder + {0} is the operation name + データ API ビルダーで '{0}' 操作を実行しています + + + Executing '{0}' operation on schema designer + {0} is the operation name + スキーマ デザイナーで '{0}' 操作を実行しています + + + Executing query... + クエリを実行しています... + + + Execution Plan + 実行プラン + + + Execution cancelled + 実行がキャンセルされました + + + Execution time unavailable + 実行時間を使用できません + + + Existing Database + 既存のデータベース + + + Existing File + 既存のファイル + + + Existing SQL Server + 既存の SQL Server + + + Expand + 展開する + + + Expand All + すべて展開 + + + Expand Subscription Explorer + サブスクリプション エクスプローラーを展開する + + + Expand Workspace Explorer + ワークスペース エクスプローラーを展開する + + + Expand all groups + すべてのグループを展開する + + + Expand connection groups + 接続グループを展開する + + + Expand connections + 接続を展開する + + + Expand properties pane + [プロパティの展開] ウィンドウ + + + Expand selection down + 選択範囲を下に展開する + + + Expand selection left + 選択範囲を左に展開する + + + Expand selection right + 選択範囲を右に展開する + + + Expand selection up + 選択範囲を上に展開する + + + Expand settings + 設定を展開する + + + Expand the active grid to fill the panel + アクティブなグリッドを展開してパネル全体に表示する + + + Expand {0} + {0} is the category name, e.g. Design + {0} を展開する + + + Expiration + 有効期限 + + + Explore tutorials, docs, and what's coming next. + チュートリアル、ドキュメント、今後の予定を確認します。 + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + インテリジェントなコードファーストまたはデータファーストのガイダンスを活用して、データベース スキーマを探索、設計、進化させる + + + Explorer + エクスプローラー + + + Export + エクスポート + + + Export & Close + エクスポートして閉じる + + + Export BACPAC + BACPAC のエクスポート + + + Export all captured events to a CSV file + キャプチャされたすべてのイベントを CSV ファイルにエクスポートする + + + Export all results as INSERT statements + すべての結果を INSERT ステートメントとしてエクスポートする + + + Export all results to a CSV file + すべての結果を CSV ファイルにエクスポートする + + + Export all results to a JSON file + すべての結果を JSON ファイルにエクスポートする + + + Export all results to an Excel file + すべての結果を Excel ファイルにエクスポートする + + + Export the schema and data from a SQL database to a .bacpac file + スキーマとデータを SQL データベースから .bacpac ファイルにエクスポートする + + + Export to CSV + CSV にエクスポート + + + Export to Excel + Excel にエクスポート + + + Export to JSON + JSON にエクスポート + + + Export to PDF + PDF にエクスポート + + + Export to tab delimited + タブ区切り形式でエクスポート + + + Export to text format + テキスト形式でエクスポート + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + 結果セット {0} のエクスポート ツール バー + + + Exporting BACPAC... + BACPAC をエクスポートしています... + + + Expose as MCP DML tools + MCP DML ツールとして公開 + + + Expose as MCP custom tool + MCP カスタム ツールとして公開する + + + Expose this entity through GraphQL + このエンティティを GraphQL 経由で公開する + + + Expose this entity through REST + このエンティティを REST 経由で公開する + + + Expose {0} + {0} is the backing database column name + {0} の公開 + + + Expression + + + + Extend the current selection one cell down + 現在の選択範囲を 1 セル下に拡張する + + + Extend the current selection one cell left + 現在の選択範囲を 1 セル左に拡張する + + + Extend the current selection one cell right + 現在の選択範囲を 1 セル右に拡張する + + + Extend the current selection one cell up + 現在の選択範囲を 1 セル上に拡張する + + + Extended Events Log Files + 拡張イベント ログ ファイル + + + Extension Shortcuts + 拡張機能のショートカット + + + Extension and deployment actions + 拡張機能および展開のアクション + + + Extract DACPAC + DACPAC の抽出 + + + Extract the schema from a SQL database to a .dacpac file + SQL データベースから .dacpac ファイルにスキーマを抽出する + + + Extracting DACPAC... + DACPAC を抽出しています... + + + Extremely likely + とてもそう思う + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + Fabric API エラーが発生しました ({0}): {1} + + + Fabric Account + Fabric アカウント + + + Fabric Account is required + Fabric アカウントが必須です + + + Fabric Databases + Fabric データベース + + + Fabric Workspaces + Fabric ワークスペース + + + Fabric databases in Query Profiler + クエリ プロファイラーの Fabric データベース + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + Fabric は現在のクラウド ({0}) ではサポートされていません。 設定 '{1}' が正しく構成されていることを確認してください。 + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + Fabric の長時間実行 API エラーが発生しました。エラー コード '{0}': {1} + + + Failed + 失敗 + + + Failed disposing query: {0} + {0} is the error message + クエリを破棄できませんでした: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + アカウント '{0}' およびテナント '{1}' のトークンを取得できませんでした + + + Failed to add table to schema designer. + スキーマ デザイナーにテーブルを追加できませんでした。 + + + Failed to add table. + テーブルを追加できませんでした。 + + + Failed to add text to workspace: {0} + {0} is the error message + ワークスペースにテキストを追加できませんでした: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + 変更を適用できませんでした: '{0}' + + + Failed to apply schema. + スキーマを適用できませんでした。 + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + [スキーマに移動] の変更を適用できませんでした。ファイルが書き込み可能であることを確認してから、やり直してください。 + + + Failed to change database + データベースを変更できませんでした + + + Failed to connect + 接続できませんでした + + + Failed to connect to database: {0} + {0} is the database name + データベースに接続できませんでした: {0} + + + Failed to connect to server + サーバーに接続できませんでした + + + Failed to connect to server. + サーバーに接続できませんでした。 + + + Failed to connect to the selected server. + 選択したサーバーに接続できませんでした。 + + + Failed to connect: {0} + {0} is the error message + 接続に失敗しました: {0} + + + Failed to copy script: {0} + {0} is the error message + スクリプトをコピーできませんでした: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + テキストをクリップボードにコピーできませんでした: {0} + + + Failed to create a new row: {0} + {0} is the error message + 新しい行を作成できませんでした: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + データベース '{0}' を作成できませんでした。{1} + + + Failed to create firewall rule: {0} + {0} is the error message + ファイアウォール規則を作成できませんでした: {0} + + + Failed to create profiler session: {0} + {0} is the error message + プロファイラー セッションを作成できませんでした: {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + ID: {0} の資格情報を削除できませんでした。 {1} + + + Failed to delete table from schema designer. + スキーマ デザイナーからテーブルを削除できませんでした。 + + + Failed to delete table. + テーブルを削除できませんでした。 + + + Failed to delete {0}. + Failed to delete {0}. + {0}を削除できませんでした。 + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + データベース'{0}' を削除できませんでした。{1} + + + Failed to establish connection + 接続を確立できませんでした + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + ID "{0}" との接続を確立できませんでした。接続の詳細とネットワーク接続を確認してください。 + + + Failed to export profiler events: {0} + {0} is the error message + プロファイラー イベントのエクスポートに失敗しました: {0} + + + Failed to export results: {0} + {0} is the error message + 結果をエクスポートできませんでした: {0} + + + Failed to fetch Docker container tags: {0} + Docker コンテナー タグを取得できませんでした: {0} + + + Failed to fetch user tokens. + ユーザー トークンを取り込めませんでした。 + + + Failed to generate SqlPackage command: {0} + SqlPackage コマンド: {0} を生成できませんでした + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + 発行スクリプトを生成できませんでした: '{0}' + + + Failed to generate script. Please check the logs for more details. + スクリプトを生成できませんでした。詳細については、ログをご確認ください。 + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + スクリプトを生成できませんでした: '{0}' + + + Failed to generate script: {0} + {0} is the error message + スクリプトを生成できませんでした: '{0}' + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + テナント '{0} ({1})' の Fabric ワークスペースを取得できませんでした。 + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + テナント '{0} ({1})' の Fabric ワークスペースを取得できませんでした: {2} + + + Failed to get authentication method, please remove and re-add the account. + 認証方法を取得できませんでした。アカウントを削除して再追加してください。 + + + Failed to get connection string: {0} + 接続文字列を取得できませんでした: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + アカウント '{1}' のテナント '{0}' を取得できませんでした。 + + + Failed to import file. + ファイルをインポートできませんでした。 + + + Failed to launch profiler: {0} + {0} is the error message + プロファイラーを起動できませんでした: {0} + + + Failed to list databases + データベースを一覧表示できませんでした + + + Failed to load code analysis rules + コード分析ルールの読み込みに失敗しました + + + Failed to load data: {0} + {0} is the error message + データを読み込めませんでした: {0} + + + Failed to load databases + データベースを読み込めませんでした + + + Failed to load publish profile + 公開プロファイルの読み込みに失敗しました + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + リソース '{1}' のトークンを取得できませんでした。 エラー: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + データの編集を開けませんでした: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + テーブルの変更を開けませんでした: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + スキーマ デザイナーを開けませんでした: {0} + + + Failed to open Table Designer: {0} + {0} is the error message + テーブル デザイナーを開けませんでした: {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + URL を開くことができませんでした。組み込みのシンプル ブラウザーが無効になっている可能性があります。 + + + Failed to open XEL file: {0} + {0} is the error message + XEL ファイルを開けませんでした: {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + scmp ファイルを開けませんでした: '{0}' + + + Failed to open script in editor. + エディターでスクリプトを開けませんでした。 + + + Failed to open script: {0} + {0} is the error message + スクリプトを開けませんでした: {0} + + + Failed to open text in editor: {0} + {0} is the error message + エディターでテキストを開くことができませんでした: {0} + + + Failed to pull DAB container image. Please check your network connection. + DAB コンテナー イメージのプルに失敗しました。ネットワーク接続をご確認ください。 + + + Failed to pull SQL Server image. Please check your network connection and try again. + SQL Server イメージをプルできませんでした。ネットワーク接続を確認して、やり直してください。 + + + Failed to read saved rule overrides from project + 保存された規則のオーバーライドをプロジェクトから読み取れませんでした + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + URI {1} の接続 ${0} を更新できませんでした。接続の結果が無効です。 + + + Failed to remove row: {0} + {0} is the error message + 行を削除できませんでした: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + データベース '{0}' の名前を '{1}' に変更できませんでした。{2} + + + Failed to resolve the refactor log for this file: {0} + このファイルのリファクター ログを解決できませんでした: {0} + + + Failed to revert cell: {0} + {0} is the error message + セルを元に戻せませんでした: {0} + + + Failed to revert row: {0} + {0} is the error message + 行を元に戻せませんでした: {0} + + + Failed to run table query. + テーブル クエリの実行に失敗しました。 + + + Failed to run table query: {0} + {0} is the error message + テーブル クエリ {0} の実行に失敗しました + + + Failed to save changes: {0} + {0} is the error message + 変更を保存できませんでした: {0} + + + Failed to save code analysis rules + コード分析規則を保存できませんでした + + + Failed to save publish profile + 公開プロファイルの保存に失敗しました + + + Failed to save results. {0} + {0} is the error message + 結果を保存できませんでした。{0} + + + Failed to save results: {0} + {0} is the underlying error message + 結果を保存できませんでした: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + scmp ファイルを保存できませんでした: '{0}' + + + Failed to script object: {0} + {0} is the error message + オブジェクトをスクリプト化できませんでした: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + '{0}' を開始できませんでした: {1} + + + Failed to start DAB container. + DAB コンテナーを開始できませんでした。 + + + Failed to start DAB container. Please check the Docker logs for details. + DAB コンテナーを開始できませんでした。詳細については、Docker ログを確認してください。 + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + コンテナー SQL Server を開始できませんでした。詳細については、エラー メッセージを確認してから、もう一度お試しください。 + + + Failed to start profiler: {0} + {0} is the error message + プロファイラーを起動できませんでした: {0} + + + Failed to start query. + クエリを開始できませんでした。 + + + Failed to start {0}. + Failed to start {0}. + {0} を開始できませんでした。 + + + Failed to stop and remove DAB container. + DAB コンテナーの停止および削除に失敗しました。 + + + Failed to stop {0}. + Failed to stop {0}. + {0} を停止できませんでした。 + + + Failed to update cell: {0} + {0} is the error message + セルを更新できませんでした: {0} + + + Failed to update schema designer. + スキーマ デザイナーを更新できませんでした。 + + + Failed to update table in schema designer. + スキーマ デザイナーでテーブルの更新に失敗しました。 + + + Failed to update table. + テーブルを更新できませんでした。 + + + Feedback + フィードバック + + + Fetching {0} script... + {0} is the script type + スクリプト {0} をフェッチしています... + + + File + ファイル + + + File (Read-Only) + ファイル (読み取り専用) + + + File Name + ファイル名 + + + File already exists. It will be overwritten if you continue + 既にファイルが存在しています。続行すると上書きされます + + + File imported successfully + ファイルが正常にインポートされました + + + File is required + ファイルが必要です + + + File name is required + ファイル名を指定してください + + + File not found + ファイルが見つかりません + + + File path + ファイル パス + + + File path is required + ファイル パスは必須です + + + File to be imported + インポートするファイル + + + File type + ファイルの種類 + + + File: {0} + {0} is the file name + ファイル: {0} + + + Files + ファイル + + + Files of Type + 種類のファイル + + + Filter + フィルター + + + Filter ({0}) + {0} is the number of selected tables + フィルター ({0}) + + + Filter Azure subscriptions + Azure サブスクリプションをフィルター処理する + + + Filter Changes + 変更のフィルター処理 + + + Filter Options + フィルター オプション + + + Filter Settings + フィルター設定 + + + Filter active + アクティブなフィルター + + + Filter by keyword + キーワードでフィルター処理 + + + Filter by name + 名前でフィルター処理 + + + Filter by schema + スキーマでフィルター処理 + + + Filter by severity + 重要度でフィルター処理 + + + Filter by type + 種類でフィルター処理 + + + Filter changes + 変更をフィルター処理する + + + Filter entities + エンティティのフィルター処理 + + + Filter entities... + エンティティのフィルター処理... + + + Filter events by column values + 列の値でイベントをフィルター処理する + + + Filter for any field... + 任意のフィールドのフィルター処理... + + + Filter operator + フィルター演算子 + + + Filter shortcuts + フィルターのショートカット + + + Filter value + フィルター値 + + + Filter {0} + フィルター {0} + + + Filter... + フィルター処理... + + + Filter: {0} + {0} is the column name + フィルター: {0} + + + Filters + フィルター + + + Find + 検索 + + + Find Next + 次を検索 + + + Find Node + ノードの検索 + + + Find Nodes + ノードの検索 + + + Find Previous + 前を検索 + + + Finish + 終了 + + + Finished Deployment + デプロイが完了しました + + + Finished query execution for document "{0}" + {0} is the document name + ドキュメント "{0}" のクエリ実行を完了しました + + + Firewall + ファイアウォール + + + Firewall rule name + ファイアウォール規則名 + + + Firewall rule successfully added. Retry profile creation? + ファイアウォール規則が正常に追加されました。プロファイルの作成を再試行しますか? + + + Firewall rule successfully created. + ファイアウォール規則が正常に作成されました。 + + + First Page + 最初のページ + + + Flat + フラット + + + Focus the Messages tab + [メッセージ] タブにフォーカスを移動する + + + Focus the Query Plan tab + [クエリ プラン] タブにフォーカスを設定する + + + Focus the Results tab in the query results panel + クエリ結果パネルの [結果] タブにフォーカスする + + + Folder Path + フォルダー パス + + + Folder Structure + フォルダー構造 + + + Folder is required + フォルダーは必須です + + + Folder path + フォルダー パス + + + Folder path is required + フォルダー パスが必要です + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + 数値データの場合、この小数点の右側にあるデータベース オブジェクトに格納できる小数点以下の最大桁数です。 + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + 数値データの場合、このデータベース オブジェクトに格納できる 10 進数の最大桁数です。 + + + Force fit columns + 強制的に列を合わせる + + + Foreign Column + 外部列 + + + Foreign Key + 外部キー + + + Foreign Key {0} + {0} is the index of the foreign key + 外部キー {0} + + + Foreign Keys + 外部キー + + + Foreign Table + 外部テーブル + + + Foreign key '{0}' already exists + {0} is the foreign key name + 外部キー '{0}' は既に存在します + + + Foreign key column mappings are required. + 外部キー列のマッピングが必要です。 + + + Foreign key column mappings must be the same length. + 外部キー列のマッピングは同じ長さである必要があります。 + + + Foreign keys + 外部キー + + + Formula + 数式 + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + URI {0} の保留中の再接続 Promise が見つかりましたが、失敗しました。 + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + URI {0} の保留中の再接続 Promise が見つかりましたが、待機中です。 + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + 保存済みの接続プロファイルが {0} 件見つかりました。 + + + Free compute & storage + 無料のコンピューティングとストレージ + + + Free offer applied + 無料オファーが適用されました + + + Freeze columns + 列の固定 + + + From + Label for the start IP address in the firewall rule IP range + 始まり + + + Full + 完全 + + + Function + 関数 + + + Functions + 関数 + + + General + 全般 + + + General Options + 全般オプション + + + General Purpose + 汎用 + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + GitHub Copilot のチャットとエージェント ツールを使用して、自然言語を使用してデータ API ビルダー構成を生成します。API 要件を説明して、GitHub Copilot が構成をスキャフォールディングできるようにします。 + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + SQL データベース オブジェクト (テーブル) から REST、GraphQL、MCP エンドポイントを生成します。構成を手動で変更するか、GitHub Copilot を使用して更新プログラムを計画および生成し、Docker を使用してローカルにデプロイすることができます。 + + + Generate Script + スクリプトの生成 + + + Generate mock data and seed scripts to support testing and development environments + テスト環境と開発環境をサポートするモック データとシード スクリプトを生成する + + + Generate script to deploy changes to target + ターゲットに変更をデプロイするスクリプトを生成します + + + Generate sqlpackage command + sqlpackage コマンドを生成する + + + Generated file added to {0} + {0} is the generated file path + 生成されたファイルが {0}に追加されました + + + Generating Report. This may take a while... + レポートを生成しています。これには時間がかかる場合があります... + + + Generating SAS key failed: {0} + {0} is the error message + SAS キーの生成に失敗しました: {0} + + + Generating report, this might take a while... + レポートを生成しています。これには時間がかかる場合があります... + + + Generating script... + スクリプトを生成しています... + + + Geo-redundant backup storage + geo 冗長バックアップ ストレージ + + + Get Connection Details + 接続の詳細の取得 + + + Get Started + 開始する + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) の接続の詳細を取得しますか? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + SQL インジェクションの回避や過剰なアクセス許可の防止など、セキュリティ関連の推奨事項を取得する + + + Getting Docker Ready... + Docker の準備中... + + + Getting Fabric database '{0}' + {0} is the database ID + Fabric データベース '{0}' を取得しています + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + Fabric ワークスペース '{0}' を取得しています + + + Getting Started + はじめに + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) の接続の詳細を取得しています + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + ワークスペース '{1}' の SQL エンドポイント '{0}' の接続文字列を取得しています + + + Getting container ready for connections + 接続のためにコンテナーを準備中 + + + Getting definition ... + 定義を取得中... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot - VS Code チュートリアル + + + GitHub Copilot integration in Data API builder + データ API ビルダーでの GitHub Copilot の統合 + + + GitHub Copilot survey + GitHub Copilot アンケート + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + 無効なツール使用パラメーターを取得しました: "{0}"。({1}) + + + GraphQL + GraphQL + + + Greater Than + 指定値より大きい + + + Greater Than or Equals + 以上 + + + Greater than + 次の値より大きい + + + Greater than or equal to + 次の値より大きいか等しい + + + Grid View + グリッド ビュー + + + Group by + グループ化の基準 + + + Group differences by + グループ化の相違基準 + + + Help + ヘルプ + + + Help us improve by sharing your thoughts. + ご意見をお寄せいただき、改善にご協力ください。 + + + Hide Changes + 変更の非表示 + + + Hide Changes Highlight + 変更箇所の強調表示を非表示にします + + + Hide Confirm Password + パスワードの確認を非表示にする + + + Hide Definition + 定義を非表示にする + + + Hide New Password + 新しいパスワードを非表示にする + + + Hide SQL Pane + SQL ペインを非表示にする + + + Hide column + 列の非表示 + + + Hide full error message + 完全なエラー メッセージを非表示にする + + + Hide password + パスワードを非表示にする + + + Hide this panel + このパネルを非表示 + + + Highlight Changes + 変更箇所の強調表示 + + + Highlight Expensive Operation + 負荷の高い操作を強調表示する + + + Highlights + ハイライト + + + Hostname + ホスト名 + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + MSSQL 拡張機能を友人や同僚に勧める可能性はどのくらいですか? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + 友人や同僚に {0} を勧める可能性はどのくらいありますか? + + + How many tables are in this database? + このデータベースにテーブルはいくつありますか? + + + Hue + 色相 + + + I have read the summary and understand the potential risks. + 概要を読み、潜在的なリスクを理解しました。 + + + I understand this action is permanent and irreversible + このアクションは永続的で元に戻すことができないと理解しています + + + I'm sorry, I can only assist with SQL-related questions. + 申し訳ございません。SQL 関連の質問のみを支援できます。 + + + IP address range + IP アドレスの範囲 + + + Identity + ID + + + Ignore Options + オプションを無視する + + + Ignore Tenant + テナントの無視 + + + Image tag + イメージ タグ + + + Import BACPAC + BACPAC のインポート + + + Import Data + データのインポート + + + Import File + ファイルのインポート + + + Import Flat File + フラット ファイルのインポート + + + Import Information + 情報のインポート + + + Import New File + 新しいファイルのインポート + + + Import Status + インポート状態 + + + Import a .bacpac file to a new or empty database + .bacpac ファイルを新しいデータベースまたは空のデータベースにインポートする + + + Import anyway + インポートする + + + Import complete. You can close this dialog. + インポートが完了しました。このダイアログを閉じてかまいません。 + + + Import connection configuration settings from Azure Data Studio + Azure Data Studio から接続構成設定をインポートする + + + Import failed: {0} + {0} is the error message returned from the import helper. + インポートできませんでした: {0} + + + Import file is required + ファイルのインポートが必要です + + + Import from Azure Data Studio + Azure Data Studio からインポートする + + + Import selected + 選択内容のインポート + + + Importance + 重要度 + + + Importing BACPAC... + BACPAC をインポートしています... + + + Importing data... + データをインポートしています... + + + Importing selections + 選択内容をインポートしています + + + In + In + + + In case you missed it + 見逃した場合 + + + In progress + 処理中 + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + データ API ビルダー エクスペリエンスでは、ローカル コンテナーの展開は SQL 認証を使用した接続でのみ使用できます。現在の接続の種類はサポートされていません。 + + + Include + 含む + + + Include Object Types + オブジェクトの種類を含める + + + Include all columns + すべての列を含める + + + Include all object types + すべてのオブジェクトタイプを含める + + + Incomplete or orphaned connections + 未完了または孤立した接続 + + + Index + インデックス + + + Indexes + インデックス + + + Initializing DAB configuration... + DAB 構成を初期化しています... + + + Initializing comparison, this might take a while... + 比較を初期化しています。これには時間がかかる場合があります... + + + Insert + 挿入 + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + 選択したクエリ エディターのテキストを、{arg} を使用して挿入します。プレースホルダーを使用しない場合、選択したテキストは自動的にクエリの末尾に追加されます。 + + + Install Docker + Docker のインストール + + + Install the MSSQL Database Management Keymap extension + MSSQL データベース管理キーマップ拡張機能をインストールする + + + Instant Container Setup + インスタント コンテナーのセットアップ + + + Insufficient Workspace Permissions + ワークスペースのアクセス許可が不十分です + + + Integrated + 統合 + + + Integrated & secure + 統合済みで安全 + + + Invalid Firewall rule name + ファイアウォール規則名が無効です + + + Invalid IP Address + IP アドレスが無効です + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + {0} の SQL Server パスワードが無効です。パスワードは 8–128 文字で、複雑さの要件を満たしている必要があります。 詳細については、https://docs.microsoft.com/sql/relational-databases/security/password-policy を参照してください + + + Invalid column reference. Use either id OR name. + 列参照が無効です。ID または名前のいずれかを使用してください。 + + + Invalid column width + 列の幅が無効です + + + Invalid connection URI provided. + 無効な接続 URI が指定されました。 + + + Invalid connection string: {0} + 接続文字列が無効です: {0} + + + Invalid database + 無効なデータベース + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + エンティティ参照が無効です。ID、schemaName+tableName、または schemaName+sourceName+sourceType のいずれかを使用してください。 + + + Invalid file + 無効なファイル + + + Invalid file extension. Expected .dacpac or .bacpac + ファイル拡張子が無効です。.dacpac または .bacpac が必要です + + + Invalid foreign key. + 無効な外部キー。 + + + Invalid max length '{0}' + {0} is the max length + 最大長 '{0}' が無効です + + + Invalid table payload. Expected table with columns array. + テーブル ペイロードが無効です。列の配列を含むテーブルが必要です。 + + + Invalid table type + テーブルの種類が無効です + + + Is Computed + 計算 + + + Is Identity + ID です + + + Is Ledger Database + 台帳データベースです + + + Is Not Null + Null でない + + + Is Null + Null です + + + Is Persisted + 永続 + + + Issues ({0}) + {0} is the number of issues + 問題 ({0} 件) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + ディスカッションに参加する + + + Keep in query pane + クエリ ウィンドウに保持 + + + Key + キー + + + Keybinding + キーバインド + + + Keyboard Shortcuts editor + キーボード ショートカット エディター + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + トークン キャッシュのキーを資格情報ストアに保存できなかったため、Microsoft Entra ID アクセス トークンの永続化の問題が発生したり、接続が不安定になったりする可能性があります。SqlTools が Windows の資格情報ストレージの上限に達した可能性があります。Windows 資格情報マネージャーで "Microsoft.SqlTools|" で始まる資格情報を少なくとも 2 つクリアして、再度読み込んでください。 + + + LRS + LRS + + + LRS backup (locally redundant) + LRS バックアップ (ローカル冗長) + + + Last Page + 最後のページ + + + Learn More + 詳細情報 + + + Learn more + 詳細情報 + + + Learn more about Azure SQL Database free tier + Azure SQL Database の Free レベルの詳細を確認する + + + Learn more about SQL Server 2025 features + SQL Server 2025 の機能の詳細情報 + + + Leave the source database in the restoring state + ソース データベースを復元中の状態にしておく + + + Length + 長さ + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + 長さが一致しません: 列 '{0}' ({1}) は列 '{2}' ({3}) と互換性がありません + + + Less Than + 指定値より小さい + + + Less Than or Equals + 以下 + + + Less than + 次の値未満 + + + Less than or equal to + 次の値より小さいか等しい + + + Line {0} + {0} is the line number + 行 {0} + + + Link copied to clipboard + リンクがクリップボードにコピーされました + + + List Connections + 接続の一覧表示 + + + List Databases + データベースの一覧表示 + + + List Functions + 関数の一覧 + + + List Schemas + スキーマの一覧 + + + List Tables + テーブルの一覧 + + + List Views + ビューの一覧 + + + List all connections registered with the mssql extension? + MSSQL 拡張機能に登録されているすべての接続を一覧表示しますか? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のデータベースを一覧表示しますか? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) の関数を一覧表示しますか? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のスキーマを一覧表示しますか? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のテーブルを一覧表示しますか? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のビューを一覧表示しますか? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + ワークスペース '{0}' の Fabric SQL データベースの一覧を作成しています + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + ワークスペース '{0}' の Fabric SQL エンドポイントの一覧を作成しています + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + ワークスペース '{0}' の Fabric Warehouse の一覧を作成しています + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + テナント '{0}' の Fabric 容量の一覧を作成しています + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + テナント '{0}' の Fabric ワークスペースの一覧を作成しています + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のデータベースの一覧を作成しています + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) の関数の一覧を作成しています + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + ワークスペース '${workspaceId}' のロールの割り当ての一覧を作成しています + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のスキーマの一覧を作成しています + + + Listing server connections + サーバー接続の一覧表示 + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のテーブルの一覧を作成しています + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のビューの一覧を作成しています + + + Load + 読み込み + + + Load from Connection String + 接続文字列から読み込む + + + Load profile... + プロファイルの読み込み... + + + Load source, target, and options saved in an .scmp file + .scmp ファイルに保存されたソース、ターゲット、およびオプションを読み込みます + + + Loading + 読み込み中 + + + Loading Azure Accounts + Azure アカウントを読み込んでいます + + + Loading Azure SQL Database... + Azure SQL データベースを読み込んでいます... + + + Loading Azure accounts + Azure アカウントを読み込んでいます + + + Loading Fabric Accounts + Fabric アカウントを読み込んでいます + + + Loading Fabric provisioning... + Fabric プロビジョニングを読み込んでいます... + + + Loading Report + レポートを読み込んでいます + + + Loading Schema Designer + スキーマ デザイナー モデルの読み込み + + + Loading Schema Designer Model... + スキーマ デザイナー モデルを読み込んでいます... + + + Loading Table Designer + テーブル デザイナーを読み込んでいます + + + Loading XEL file: {0} + {0} is the file name + XEL ファイルを読み込んでいます: {0} + + + Loading backup database... + バックアップ データベースを読み込んでいます... + + + Loading code analysis rules... + コード分析のルールを読み込んでいます... + + + Loading collations... + 照合順序を読み込んでいます... + + + Loading database objects + データベース オブジェクトを読み込んでいます + + + Loading databases in '{0}'... + {0} is the name of the workspace + '{0}' のデータベースを読み込んでいます... + + + Loading databases in selected workspace... + 選択したワークスペースにデータベースを読み込んでいます... + + + Loading deployment + デプロイを読み込んでいます + + + Loading execution plan... + 実行プランを読み込んでいます... + + + Loading flat file import... + フラット ファイルのインポートを読み込んでいます... + + + Loading local containers... + ローカル コンテナーを読み込んでいます... + + + Loading locations + 場所を読み込んでいます + + + Loading maintenance windows... + メンテナンス期間を読み込んでいます... + + + Loading resource groups + リソース グループを読み込んでいます + + + Loading restore database... + データベースの復元を読み込んでいます... + + + Loading restore plan... + 復元プランを読み込んでいます... + + + Loading results... + 結果を読み込んでいます... + + + Loading schemas... + スキーマを読み込んでいます... + + + Loading servers + サーバーを読み込んでいます + + + Loading servers in '{0}'... + {0} is the name of the subscription + '{0}' のサーバーを読み込み中... + + + Loading servers in selected subscription... + 選択したサブスクリプションのサーバーを読み込み中... + + + Loading subscriptions + サブスクリプションを読み込んでいます + + + Loading subscriptions... + サブスクリプションを読み込み中... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + {0} 行の概要を読み込んでいます (クリックしてキャンセル) + + + Loading table data... + テーブル データを読み込んでいます... + + + Loading table preview... + テーブルのプレビューを読み込んでいます... + + + Loading tenants + テナントを読み込んでいます + + + Loading tenants... + テナントを読み込んでいます... + + + Loading text view... + テキスト ビューを読み込んでいます... + + + Loading workspaces + ワークスペースを読み込んでいます + + + Loading workspaces... + ワークスペースを読み込んでいます... + + + Loading... + 読み込み中... + + + Local Container Deployment + ローカル コンテナーの展開 + + + Local SQL Server database container + ローカル SQL Server データベース コンテナー + + + Local container deployment is currently only supported with SQL Authentication connections. + ローカル コンテナーの展開は、現在、SQL 認証接続でのみサポートされています。 + + + Locally-redundant backup storage + ローカル冗長バックアップ ストレージ + + + Locate an Azure Data Studio settings.json file to import + インポートする Azure Data Studio settings.json ファイルを見つける + + + Location + 場所 + + + Location (Workspace) + 場所 (ワークスペース) + + + Location of the file to be imported + インポートするファイルの場所 + + + Log file folder + ログ ファイルのフォルダー + + + Logical file name + 論理ファイル名 + + + Logical operator + 論理演算子 + + + Logs + ログ + + + Logs copied to clipboard + ログがクリップボードにコピーされました + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + クエリを実行するための Azure Data Studio のキー バインド (F5 など) をお探しですか? + + + MCP + MCP + + + MCP custom tool + MCP カスタム ツール + + + MCP server added to {0} + {0} is the file path where the MCP server was added + MCP サーバーが {0} に追加されました + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + MCP サーバーは既に {0} で構成されています + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL - Azure 認証ログ + + + MSSQL - VS Code walkthrough + MSSQL - VS Code チュートリアル + + + MSSQL Feedback + MSSQL フィードバック + + + MSSQL Notebook connected to {0} + {0} is the connection label + {0} に接続されている MSSQL ノートブック + + + MSSQL extension icon + MSSQL 拡張機能アイコン + + + MSSQL: Click to change connection + MSSQL: クリックして接続を変更する + + + MSSQL: Click to change database + MSSQL: クリックしてデータベースを変更します + + + MSSQL: Welcome & What's New + MSSQL: イントロダクションと最新情報 + + + MSSQL: What's new + MSSQL: 新機能 + + + Maintenance Window + メンテナンス期間 + + + Make everything read-only + すべてを読み取り専用にする + + + Manage Connection Profiles + 接続プロファイルの管理 + + + Manage relationships + リレーションシップの管理 + + + Mandatory (Recommended) + 必須 (推奨) + + + Mandatory (True) + 必須 (True) + + + Max + 最大 + + + Max 10 databases / subscription + 最大 10 個のデータベース/サブスクリプション + + + Max Length + 最大長 + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + フィルター/並べ替えに使用する行の最大数を超えました。更新するには、[ユーザーの設定] に移動し、設定を変更します: mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + 最大仮想コア数 + + + Max: {0} + {0} is the max + 最大: {0} + + + Maximize + 最大化 + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + 最大化 ({0}) + + + Maximize Panel Size + パネル サイズの最大化 + + + Maximize details panel + 詳細パネルを最大化する + + + Maximize panel size + パネル サイズの最大化 + + + Maximize results grid + 結果グリッドを最大化する + + + Media + メディア + + + Media set description is required + メディア セットの説明が必要です + + + Media set name is required + メディア セット名が必要です + + + Message + メッセージ + + + Messages + メッセージ + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + メッセージ ({0}) + + + Metric + メトリック + + + Microsoft Account + Microsoft アカウント + + + Microsoft Account is required + Microsoft アカウントが必要です + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Microsoft Entra アカウント + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Microsoft Entra ID - 既定値 + + + Microsoft Entra Id - Service Principal + Microsoft Entra ID - サービス プリンシパル + + + Microsoft Entra Id - Universal w/ MFA Support + Microsoft Entra ID - MFA サポート付きユニバーサル + + + Microsoft Entra account {0} successfully added. + {0} is the account name + Microsoft Entra アカウント {0} が正常に追加されました。 + + + Microsoft Fabric integration + Microsoft Fabric の統合 + + + Microsoft SQL Server License Agreement + Microsoft SQL Server ライセンス契約 + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Microsoft は、お客様のフィードバックを製品の品質向上のために確認しています。個人データや機密情報、所有権で保護されたコンテンツを共有しないでください。 + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Microsoft は、この製品に関するお客様およびお客様の組織のエクスペリエンスを向上させるために、お客様の組織の指示に従って送信されたフィードバックを処理します。フィードバック データの使用に関するご質問がある場合は、テナント管理者にお問い合わせください。フィードバック データの処理は、お客様の組織と Microsoft 間の Microsoft 製品とサービスのデータ保護補遺によって管理され、お客様が送信したフィードバックは、その補遺に基づく個人データと見なされます。 + + + Microsoft would like your feedback + Microsoft にぜひご意見をお聞かせください + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + 保存された接続、接続グループ、接続設定を Azure Data Studio から MSSQL 拡張機能に移行します。さらに、MSSQL データ管理キーマップをインストールして、Azure Data Studio で使い慣れたショートカットを追加できます。 + + + Min + 最小 + + + Min: {0} + {0} is the min + 最小: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + 接続参照がありません。connectionId または connectionName の 1 つだけを指定してください。 + + + Missing schema payload for replace_schema operation. + replace_schema 操作に必要なスキーマ ペイロードがありません。 + + + Missing table payload for update_table operation. + update_table 操作のテーブル ペイロードがありません。 + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + delete_table 操作のテーブル ターゲットがありません。tableId または tableName+ schemaName を指定します。 + + + Modified + 変更済み + + + Modified column '{0}' + {0} is the column name + 列 '{0}' を変更しました + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + 列 '{0}' を変更しました: {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + 外部キー '{0}' を変更しました + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + 外部キー '{0}' を変更しました: {1} + + + Modified table {0} + {0} is the qualified table name + テーブル {0} を変更しました + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + テーブル {0} を変更しました: {1} + + + Modify Columns + 列の変更 + + + Modify Table + テーブルの変更 + + + Monitor usage and manage your free tier limits + 使用状況を監視して Free レベルの制限を管理 + + + Monthly limits + 月間制限 + + + More Query Actions + その他のクエリ アクション + + + Move Down + 下へ移動 + + + Move Up + 上へ移動 + + + Move and expand the active grid selection + アクティブなグリッド選択範囲を移動して展開する + + + Move focus to the next result set grid + 次の結果セット グリッドにフォーカスを移動する + + + Move focus to the previous result set grid + 前の結果セット グリッドにフォーカスを移動する + + + Move selection to the first cell in the row + 選択範囲を行の最初のセルに移動する + + + Move selection to the last cell in the row + 選択範囲を行の最後のセルに移動する + + + Move to Root + ルートに移動 + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + スキーマへの移動は、開いている SQL プロジェクトの一部である SQL ファイルでのみサポートされます。まず、[データベース プロジェクト] パネルでプロジェクトを開きます。 + + + Move to Schema request failed: {0} + スキーマへの移動要求に失敗しました: {0} + + + Move to Schema... + スキーマに移動... + + + Move to row end + 行の末尾に移動 + + + Move to row start + 行の先頭に移動する + + + Move to schema '{0}' + スキーマ '{0}' に移動 + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + ID '{0}' の接続グループが複数見つかりました。 User/Global settings.json 内の 1 つを除くすべての項目を削除または名前変更し、拡張機能を再起動してください。 + + + Must be a valid number + 有効な数値でなければならない + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + 英数字で始まる必要があり、使用できるのは英数字、アンダースコア、ピリオド、またはハイフンのみです + + + Mutation + ミューテーション + + + MyProfilerSession + MyProfilerSession + + + NULL + null 値 + + + Name + 名前 + + + Name for the Docker container running DAB + DAB を実行している Docker コンテナーの名前 + + + Name of the primary key. + 主キーの名前。 + + + Navigate to this item in the diagram + ダイアグラム内のこの項目に移動します + + + Navigation + ナビゲーション + + + Needs attention + 要注意 + + + New Azure SQL logical server (Preview) + 新しい Azure SQL 論理サーバー (プレビュー) + + + New Check Constraint + 新しい Check 制約 + + + New Column + 新しい列 + + + New Column Mapping + 新しい列マッピング + + + New Database + 新しいデータベース + + + New Database Name + 新しいデータベース名 + + + New Deployment + 新しいデプロイ + + + New File + 新しいファイル + + + New Foreign Key + 新しい外部キー + + + New Index + 新しいインデックス + + + New Local Docker SQL Server + 新しいローカル Docker SQL Server + + + New Microsoft Entra account could not be added. + 新しい Microsoft Entra アカウントを追加できませんでした。 + + + New Password + 新しいパスワード + + + New Query + 新しいクエリ + + + New Query Profiler - Enter Name + 新しい Query Profiler (プレビュー) - 名前の入力 + + + New Query Profiler - Select Template + 新しい Query Profiler (プレビュー) - テンプレートの選択 + + + New SQL database + 新しい SQL データベース + + + New Session + 新しいセッション + + + New Table Name + 新しいテーブル名 + + + New column mapping + 新しい列マッピング + + + New database name must be different from the current name + 新しいデータベース名は現在の名前と異なる必要があります + + + New media set description + 新しいメディア セットの説明 + + + New media set name + 新しいメディア セット名 + + + New to MSSQL extension? Check out our quick-start guide. + MSSQL 拡張機能を初めてご利用ですか?クイック スタート ガイドをご覧ください。 + + + New to the MSSQL extension? Check out our quick-start guide. + MSSQL 拡張機能を初めて使用する場合クイック スタート ガイドをご覧ください。 + + + Next + 次へ + + + Next Page + 次のページ + + + Next result grid + 次の結果グリッド + + + No + いいえ + + + No Action + アクションなし + + + No Azure accounts found + Azure アカウントが見つかりません + + + No Microsoft Entra account can be found for removal. + 削除する Microsoft Entra アカウントが見つかりません。 + + + No Queries Available + 使用できるクエリはありません + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + connectionName: {0} に対応する SQL Tools MCP 接続が見つかりません + + + No account selected + アカウントが選択されていません + + + No active connection + アクティブな接続がありません + + + No active connection for database change + データベース変更のためのアクティブな接続がありません + + + No active connection for schema view + スキーマ ビューのアクティブな接続がありません + + + No active connection. + アクティブな接続がありません。 + + + No active database connection in the current editor. Please establish a connection to continue. + 現在のエディターにアクティブなデータベース接続がありません。続行するには、接続を確立してください。 + + + No active notebook. + アクティブなノートブックがありません。 + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + アクティブなスキーマ デザイナーが見つかりません。最初に、操作 'show' で ssql_dab を使用するか、UI から、データ API ビルダーを開いてください。 + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + アクティブなスキーマ デザイナーが見つかりません。最初に、操作 'show' で、または UI から、mssql_schema_designer を使用して開いてください。 + + + No active text editor found. Please open a file with an active database connection. + アクティブなテキスト エディターが見つかりません。アクティブなデータベース接続でファイルを開いてください。 + + + No authentication required + 認証は必要ありません + + + No background tasks + バックグラウンド タスクなし + + + No backup sets found in the restore plan + 復元プランにバックアップ セットが見つかりません + + + No blob containers found + BLOB コンテナーが見つかりません + + + No blobs found + BLOB が見つかりませんでした + + + No changes detected + 変更は検出されませんでした + + + No changes match your search. + 検索条件に一致する変更はありません。 + + + No changes yet. + 変更はまだありません。 + + + No code analysis rules available. + 使用できるコード分析はありません。 + + + No connection credentials found + 接続の資格情報が見つかりません + + + No connection found for connectionId: {0} + {0} is the connection ID + connectionId: {0} の接続が見つかりません + + + No connection groups were found in the file. + ファイルに接続グループが見つかりませんでした。 + + + No connection information found + 接続に関する情報が見つかりません + + + No connection profiles to edit. + 編集する接続プロファイルがありません。 + + + No connection profiles to remove. + 削除する接続プロファイルがありません。 + + + No connection selected. + 接続が選択されていません。 + + + No connection was found. Please connect to a server first. + 接続が見つかりませんでした。最初にサーバーに接続してください。 + + + No connections available. Please create a connection first. + 使用できる接続がありません。最初に接続を作成してください。 + + + No connections were found in the file. + ファイルに接続が見つかりませんでした。 + + + No customized settings found + カスタマイズされた設定は見つかりませんでした + + + No customized settings found in Azure Data Studio + Azure Data Studio にカスタマイズされた設定が見つかりません + + + No data available + 使用できるデータがありません + + + No data to display. + 表示するデータがありません。 + + + No database files found in the restore plan + 復元プランにデータベース ファイルが見つかりません + + + No database selected. + データベースが選択されていません。 + + + No databases found in the selected workspace. + 選択したワークスペースにデータベースが見つかりません。 + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + ワークスペース '{0}' にデータベースが見つかりません。 + + + No databases found on the server. Please check your connection. + サーバーにデータベースが見つかりませんでした。接続を確認してください。 + + + No databases found to import into. + インポート先のデータベースが見つかりません。 + + + No databases with backups found + バックアップを持つデータベースが見つかりません + + + No elements found + 要素が見つかりません + + + No entities found + エンティティが見つかりませんでした + + + No event selected + イベントが選択されていません + + + No events to export + エクスポートするイベントはありません + + + No filter is currently active + 現在アクティブなフィルターはありません + + + No items + 項目がありません + + + No log entries yet. + ログ エントリはまだありません。 + + + No matches found + 一致するものが見つかりません + + + No matching shortcuts + 一致するショートカットはありません + + + No model found. + モデルが見つかりません。 + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + URI {1} との接続 {0} のために Microsoft Entra アカウント トークンを更新する必要はありません + + + No object that can be moved to another schema was found at the cursor. + 別のスキーマに移動できるオブジェクトがカーソル位置に見つかりませんでした。 + + + No objects found + オブジェクトが見つかりませんでした + + + No pending changes. Make edits to generate a script. + 保留中の変更はありません。スクリプトを生成するには編集してください。 + + + No profiler connection available + 使用可能なプロファイラー接続がありません + + + No profiler templates available + 使用可能なプロファイラー テンプレートがありません + + + No property changes available. + プロパティの変更はありません。 + + + No query set + クエリが設定されていません + + + No renameable symbol found at cursor. + カーソルに名前変更可能なシンボルが見つかりません。 + + + No resource groups found + リソース グループが見つかりません + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + 種類 '{0}' の SQL リソースは現在のクラウド '{1}' に対して構成されていません。Azure アカウントの設定を更新してください。 + + + No results + 結果なし + + + No results for the active editor + アクティブなエディターの結果はありません + + + No results match the current filters + 現在のフィルターに一致する結果はありません + + + No results to display + 表示できる結果がありません + + + No rows affected + 影響を受ける行はありません + + + No rules match the current filter. + 現在のフィルターに一致するルールはありません。 + + + No saved connection profiles found. + 保存済みの接続プロファイルが見つかりません。 + + + No saved connections found. Please create a connection first. + 保存された接続が見つかりません。最初に接続を作成してください。 + + + No schema differences were found. + スキーマの違いは見つかりませんでした。 + + + No schemas found + スキーマが見つかりません + + + No schemas were found in the project. + プロジェクトにスキーマが見つかりませんでした。 + + + No script available. Make changes to the table data and generate a script first. + 使用できるスクリプトがありません。最初にテーブル データを変更してスクリプトを生成してください。 + + + No script generated. + スクリプトが生成されませんでした。 + + + No selection + 選択されていません + + + No servers found + サーバーが見つかりませんでした + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + サブスクリプション '{0}' 内にサーバーが見つかりません。 + + + No servers found in the selected subscription. + 選択したサブスクリプション内にサーバーが見つかりません。 + + + No shortcut + ショートカットがありません + + + No storage accounts found + ストレージ アカウントが見つかりませんでした + + + No subscriptions found + サブスクリプションが見つかりません + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + サブスクリプションが見つかりません。使用可能なサブスクリプションを表示するには、Azure アカウントまたはテナントを変更してください。 + + + No templates available + 使用可能なテンプレートがありません + + + No tenant selected + テナントが選択されていません + + + No tenants are currently signed in. + 現在サインインしているテナントはありません。 + + + No tenants found + テナントが見つかりません + + + No text data available + 利用可能なテキスト データがありません + + + No tools to process. + 処理するツールがありません。 + + + No workspace folder is open. Open a folder to add the MCP server configuration. + ワークスペース フォルダーは開いていません。フォルダーを開いて MCP サーバー構成を追加します。 + + + No workspace folder is open. Open a folder to add the generated file. + ワークスペース フォルダーが開いていません。フォルダーを開いて生成されたファイルを追加してください。 + + + No workspaces found + ワークスペースが見つかりません + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + ワークスペースが見つかりません。使用可能なワークスペースを表示するには、Fabric アカウントまたはテナントを変更してください。 + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + SQL Serverでない SQL ファイルが検出されました。このようなファイルの IntelliSense を無効にしますか? + + + None + なし + + + None (empty database) + なし (空のデータベース) + + + Not Between + 指定範囲外 + + + Not Contains + 含まない + + + Not Ends With + 次で終わらない + + + Not Equals + 指定値に等しくない + + + Not Started + 開始されていません + + + Not Starts With + 次で始まらない + + + Not available for read-only file sessions + 読み取り専用ファイル セッションでは利用できません + + + Not connected + 未接続 + + + Not contains + 次の値を含まない + + + Not currently signed in. Select to sign in to tenant. + 現在サインインしていません。選択してテナントにサインインしてください。 + + + Not equal to + 次の値と等しくない + + + Not likely at all + まったくそう思わない + + + Not running + 実行されていません + + + Not signed in + サインインしていません + + + Not signed into tenant {0} + {0} is the tenant display name + テナント {0} にサインインしていません + + + Not started + 未開始 + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + 注: 自己署名証明書では保護が制限されるだけで、運用環境では推奨されません。この接続で 'サーバー証明書の信頼' を有効にして再試行しますか? + + + Null + Null + + + Null Count: {0} + {0} is the null count + Null カウント: {0} + + + Number of Rows Read + 読み取った行数 + + + OK + OK + + + OLTP, built on Azure SQL + Azure SQL に基づいて構築された OLTP + + + Object Explorer Filter + オブジェクト エクスプローラー フィルター + + + Object Type + オブジェクトの種類 + + + Object Types + オブジェクトの種類 + + + Object type + オブジェクトの種類 + + + Off + オフ + + + On Delete + 削除時 + + + On Delete Action + 削除アクション時 + + + On Update + 更新時 + + + On Update Action + 更新アクション時に + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + 1 つ以上の接続グループが存在しない親グループを参照しており、無視されました: {0}。設定ファイルを更新して、これらのエントリを修正してください。 + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + 1 つ以上の接続が存在しないグループを参照しており、無視されました: {0}。接続設定を更新して、これらのエントリを修正してください。 + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + 1 つ以上のエンティティに、データ API ビルダーで現在サポートされていない列タイプが含まれています。これらのエンティティを展開用に選択することはできません。 + + + Open + 開く + + + Open .scmp file + .scmp ファイルを開く + + + Open Containing Folder + 1 つ上のフォルダーを開く + + + Open File + ファイルを開く + + + Open GitHub Copilot Chat to help fix these errors + GitHub Copilot Chat を開いて、これらのエラーの修正を支援します + + + Open Keyboard Shortcuts editor. + キーボード ショートカット エディターを開きます。 + + + Open Nitro + Nitro を開く + + + Open Publish Script + 公開スクリプトを開いてください + + + Open Query + クエリを開く + + + Open Query History + Query History を開く + + + Open SQL editor and connect + SQL エディターを開いて接続する + + + Open XML + XML を開く + + + Open a new SQL query file + 新しい SQL クエリ ファイルを開く + + + Open a new bug + 新しいバグを開く + + + Open column menu + 列メニューを開く + + + Open filter menu + フィルター メニューを開く + + + Open in Editor + エディターで開く + + + Open in GitHub Copilot Chat + GitHub Copilot Chat で開く + + + Open in New Tab + 新しいタブで開く + + + Open in SQL Editor + SQL エディターで開く + + + Open in editor + エディターで開く + + + Open text data in a new editor + テキスト データを新しいエディターで開く + + + Open the active column filter menu + アクティブな列のフィルター メニューを開く + + + Open the active column menu + アクティブな列メニューを開く + + + Open the generated SELECT statement in a new editor + 生成された SELECT ステートメントを新しいエディターで開く + + + Opening Publish Script. This may take a while... + 発行スクリプトを開いています。これには時間がかかる場合があります... + + + Opening schema designer... + スキーマ デザイナーを開いています... + + + Operation + 操作 + + + Operation failed + 操作に失敗しました + + + Operator + 演算子 + + + Option Description + オプションの説明 + + + Optional (False) + 省略可能 (False) + + + Optional - Override default GraphQL plural type name + 省略可能 - 既定の GraphQL 型名をオーバーライド + + + Optional - Override default GraphQL singular type name + 省略可能 - 既定の GraphQL 単数型名をオーバーライド + + + Optional - Override default api/entityName path + 省略可能 - 既定の api/entityName パスをオーバーライドする + + + Options + オプション​​ + + + Options have changed. Recompare to see the comparison? + オプションが変更されました。比較を表示して再比較しますか? + + + Original file name + 元のファイル名 + + + Others + その他 + + + Output file + 出力ファイル + + + Overall, how satisfied are you with the MSSQL extension? + 全体として、MSSQL 拡張機能にどの程度満足していますか? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + {0} の全体的な満足度はどの程度ですか? + + + Overwrite all existing backup sets + 既存のすべてのバックアップ セットを上書きする + + + Overwrite the existing database + 既存のデータベースを上書きする + + + Owner + 所有者 + + + PNG + PNG + + + Package file + パッケージ ファイル + + + Page + ページ + + + Parameters + パラメーター + + + Parent node was not TreeNodeInfo. + 親ノードは TreeNodeInfo ではありませんでした。 + + + Password + パスワード + + + Password (SQL Login) + パスワード (SQL ログイン) + + + Password is required + パスワードは必須です + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + '{1}' へのログインを続行するには、'{0}' のパスワードを変更する必要があります + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + '{0}' へのログインを続行するには、パスワードを変更する必要があります + + + Passwords do not match + パスワードが一致しません + + + Paste + 貼り付け + + + Paste connection string from clipboard + クリップボードから接続文字列を貼り付ける + + + Path: {0} + {0} is the path of the node in the object explorer + パス: {0} + + + Pause + 一時停止 + + + Pause event collection + イベントコレクションの一時停止 + + + Paused + 一時停止 + + + Paused - click to resume + 一時停止 - クリックして再開 + + + Perform checksum before writing to media + メディアに書き込む前にチェックサムを行う + + + Permissions + アクセス許可 + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + ベクトル検索や JSON 拡張機能などの組み込みの AI 機能を備えた SQL Server 2025 など、複数のSQL Server バージョンから選択できます。 + + + Please Accept the SQL Server EULA + SQL Server EULA に同意してください + + + Please choose a backup file to load restore plan + 復元計画を読み込むバックアップ ファイルを選択してください + + + Please choose a blob to load restore plan + 復元計画を読み込む BLOB を選択してください + + + Please choose a unique backup file name + 一意のバックアップ ファイル名を選択してください + + + Please choose a unique name for the container + コンテナーの一意の名前を選択してください + + + Please choose a unique name for the profile + プロファイルの一意の名前を選択してください + + + Please choose a valid media option + 有効なメディア オプションを選択してください + + + Please choose at least one backup file + 少なくとも 1 つのバックアップ ファイルを選択してください + + + Please choose at least one backup set to restore + 復元するバックアップ セットを少なくとも 1 つ選択してください + + + Please ensure the file is not open in another application before importing + インポートする前に、ファイルが他のアプリケーションで開かれていないことを確認してください + + + Please make sure the port is a number, and choose a port that is not in use + ポートが数字であることを確認し、使用されていないポートを選択してください + + + Please make your password 8-128 characters long. + パスワードの長さが 8 ~ 128 文字になるようにしてください。 + + + Please select a database node in Object Explorer to drop. + 削除するデータベース ノードをオブジェクト エクスプローラーで選択してください。 + + + Please select a database node in Object Explorer to rename. + 名前を変更するデータベース ノードをオブジェクト エクスプローラーで選択してください。 + + + Please select a file, not a folder. + フォルダーではなく、ファイルを選択してください。 + + + Please select a node from Object Explorer to script. + スクリプト化するノードをオブジェクト エクスプローラーから選択してください。 + + + Please select a server node in Object Explorer to create a database. + データベースを作成するには、オブジェクト エクスプローラーでサーバー ノードを選択してください。 + + + Please select a valid symbol. + 有効な記号を選択してください。 + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + 十分なアクセス許可 (共同作成者以上) があるワークスペースを選択してください + + + Please select only one node to script. Multiple node scripting is not supported. + スクリプト化するノードを 1 つだけ選択してください。複数ノードのスクリプト化はサポートされていません。 + + + Port + ポート + + + Port must be a number between 1 and 65535 + ポートには 1 から 65535 までの数値を指定する必要があります + + + Port must be between 1 and 65535 + ポートは 1 から 65535 の間である必要があります + + + Port to expose the API on (default: 5000) + API を公開するポート (既定: 5000) + + + Port {0} is already in use + {0} is the port number + ポート {0} は既に使用されています + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + ポート {0} は既に使用されています。別のポートを選択してください。 + + + Possible Data Loss detected. Please review the changes. + データ損失の可能性が検出されました。変更点をレビューしてください。 + + + Precision + 精度 + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + '{0}' と '{1}' の有効桁数/小数点以下桁数が一致しません + + + Preserve the replication settings + レプリケーションの設定を保存する + + + Press desired key combination and then press ENTER. + 任意のキーの組み合わせを押し、ENTER キーを押します。 + + + Preview + プレビュー + + + Preview Data + データのプレビュー + + + Preview Database Updates + データベース更新のプレビュー + + + Previous + 前へ + + + Previous Page + 前のページ + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + URI {0} の前回の保留中の再接続 Promise は、エラー {1} で拒否されました。必要に応じて再接続が試行されます。 + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + URI {0} に対する、前回の保留中の再接続に成功しました。 + + + Previous result grid + 前の結果グリッド + + + Previous step failed. Please check the error message and try again. + 前の手順に失敗しました。エラー メッセージを確認して、もう一度お試しください。 + + + Previously released features you may not have explored yet. + 以前にリリースされた機能は、まだ探索していない可能性があります。 + + + Primary Key + 主キー + + + Primary Key Columns + 主キー列 + + + Primary key + 主キー + + + Prisma + Prisma + + + Privacy Statement + プライバシーに関する声明 + + + Privacy notice + プライバシーに関する声明 + + + Private + プライベート + + + Processing include or exclude all differences operation. + すべての相違点を含めるか除外する操作を処理しています。 + + + Profile Name + プロファイル名 + + + Profile created and connected + プロファイルが作成され、接続されました + + + Profile created successfully + プロファイルが正常に作成されました + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + プロファイルは読み込まれましたが、接続を自動的に確立できませんでした。{0} への接続を作成してから、もう一度お試しください。 + + + Profile name + プロファイル名 + + + Profile removed successfully + プロファイルが正常に削除されました + + + Profiler events exported successfully to {0} + {0} is the file path + Profiler イベントが {0}に正常にエクスポートされました + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + XEL ファイル '{0}' のプロファイラーは読み取り専用かつ切断モードのため、データベース接続なしでライブ セッションを開始または作成できません + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + XEL ファイル '{0}' のプロファイラーは読み取り専用かつ切断モードのため、データベース接続なしでライブ セッションを開始または作成できません。 + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + プロファイラーの準備ができました。ドロップダウンからセッションを選択し、[開始] をクリックしてプロファイルを開始してください。 + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + プロファイラー セッション '{0}' が正常に作成されました。プロファイルを開始しています... + + + Profiler session '{0}' started successfully. + {0} is the session name + Profiler セッション '{0}' が正常に開始されました。 + + + Properties + プロパティ + + + Property + プロパティ + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + プロバイダー '{0}' には、Microsoft リソース エンドポイントが定義されていません。 + + + Provisioning + プロビジョニング + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + プロキシ設定が見つかりましたが、URL の解析中にエラーが発生しました: '{0}'。MSSQL 拡張機能の使用中に接続の問題が発生する場合があります。 エラー: {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + プロキシ設定が見つかりましたが、プロトコル (例: http://) がありません: '{0}'。MSSQL 拡張機能の使用中に接続の問題が発生する場合があります。 + + + Public + パブリック + + + Publish + 公開 + + + Publish DACPAC + DACPAC の発行 + + + Publish Profile + プロフィールの公開 + + + Publish Project + プロジェクトの公開 + + + Publish Project - {0} + {0} is the name of the project being published + プロジェクトの公開 - {0} + + + Publish Settings File + 設定ファイルを公開 + + + Publish Target + ターゲットの公開 + + + Publish profile saved to: {0} + 公開プロファイルが以下に保存されました: {0} + + + Publishing Changes + 変更をパブリッシュしています + + + Pulling DAB container image + DAB コンテナー イメージをプルしています + + + Pulling SQL Server Image + SQL Server イメージのプル + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + SQL Server コンテナー イメージのプル。インターネット接続によっては、これには数分かかる場合があります。 + + + Query + クエリ + + + Query Editor + クエリ エディター + + + Query Editor shortcuts are managed by Visual Studio Code. + クエリ エディターのショートカットは、Visual Studio Code によって管理されます。 + + + Query Execution + クエリの実行 + + + Query Plan + クエリ プラン + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + クエリ プラン ({0}) + + + Query Plan ({0}) + {0} is the number of query plans + クエリ プラン ({0}) + + + Query Profiler + Query Profiler + + + Query Profiler Session Status + Query Profiler セッションの状態 + + + Query Profiler: No session + Query Profiler: セッションなし + + + Query Profiler: {0} + {0} is the file name or session name + Query Profiler: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + {0} 用のクエリ エディター + + + Query executed + クエリが実行されました + + + Query execution failed + クエリの実行に失敗しました + + + Query execution was canceled. + クエリの実行が取り消されました。 + + + Query failed + クエリが失敗しました + + + Query succeeded + クエリが成功しました + + + Query {0} + {0} is the Quick Query slot number + クエリ {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + クエリ {0}: クエリ コスト (スクリプトに対する相対): {1}% + + + Quick Queries + クイック クエリ + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + クイック クエリのキーボード ショートカットは、Visual Studio Code によって管理されます。 + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + クイック クエリ スロットは 1 から {0} の間である必要があります。 + + + Quick filter all columns... + すべての列にクイック フィルターを適用... + + + REST + REST + + + REST API + REST API + + + RESTORE WITH NORECOVERY + NORECOVERY を使用して復元 + + + RESTORE WITH RECOVERY + RECOVERY を使用して復元 + + + RESTORE WITH STANDBY + WITH STANDBY を使用して復元 + + + Read + 読み取り + + + Read docs on Microsoft Learn + Microsoft Learn のドキュメントを読む + + + Read more + 詳細情報 + + + Read-Only + 読み取り専用 + + + Read-only SQL text editor + 読み取り専用 SQL テキスト エディター + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + '{0}' は読み取り専用かつ切断モードです。データベース接続がないと、ライブ セッションを作成または開始できません。 + + + Ready for import + インポートの準備完了 + + + Readying container for connections. + 接続用のコンテナーを準備を完了しています。 + + + Readying container for connections... + コンテナーを接続するための準備を整えています... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + T-SQL に不慣れな開発者がコードを理解しやすいように、自然言語による説明を受け取る + + + Recent Connections + 最近の接続 + + + Recent connections list cleared + 最近の接続の一覧がクリアされました + + + Record shortcut + レコード ショートカット + + + Recording shortcut + レコーディング ショートカット + + + Recovery Model + 復旧モデル + + + Recovery state + 復旧状態 + + + Redo + やり直す + + + Referenced column '{0}' not found + {0} is the column name + 参照されている列 '{0}' が見つかりません + + + Referenced columns + 参照される列 + + + Referenced schema + 参照されるスキーマ + + + Referenced table + 参照されるテーブル + + + Referenced table '{0}' not found + {0} is the table name + 参照されたテーブル '{0}' が見つかりません + + + Refresh + 最新の情報に更新 + + + Refresh Credentials + 資格情報の更新 + + + Refresh dataset + データ セットを更新 + + + Region + リージョン + + + Register + 登録 + + + Reject + 拒否 + + + Reliability + 信頼性 + + + Reload Visual Studio Code + Visual Studio Code の再読み込み + + + Relocate all files + すべてのファイルの再配置 + + + Remind Me Later + 後で通知する + + + Remove + 削除 + + + Remove Sort + 並べ替えの削除 + + + Remove a connection profile + 接続プロファイルの削除 + + + Remove file + ファイルを削除する + + + Remove filter + フィルターの削除 + + + Remove filter for {0} + {0} is the column name + {0} のフィルターを削除する + + + Remove from favorites + お気に入りから削除 + + + Remove sort + 並べ替えの削除 + + + Remove tag + タグの削除 + + + Remove {0} + {0} is the object type + {0} の削除 + + + Rename + 名前の変更 + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + '{1}' 上の '{0}' の名前を変更します。 + + + Rename Database + データベース名の変更 + + + Rename Options + 名前の変更オプション + + + Rename is not supported at this position. + この位置では名前の変更はサポートされていません。 + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + 名前の変更は、開いている SQL プロジェクトの一部である SQL ファイルでのみサポートされています。まず、[データベース プロジェクト] パネルでプロジェクトを開きます。 + + + Rename request failed: {0} + 名前変更の要求に失敗しました: {0} + + + Renaming database + データベースの名前を変更しています + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + データベース '{0}' の名前を '{1}' に変更しています... + + + Replication + レプリケーション + + + Request a new feature + 新しい機能を要求する + + + Required + 必須 + + + Requirements: + 要件: + + + Requires user authentication + ユーザー認証が必要です + + + Reset + リセット + + + Reset to Defaults? + 既定値にリセットしますか? + + + Resize + サイズ変更 + + + Resize column '{0}' + {0} is the name of the column + 列 '{0}' のサイズ変更 + + + Resize the active result grid column + アクティブな結果グリッドの列のサイズを変更する + + + Resource Group + リソース グループ + + + Resource Group Name + リソース グループ名 + + + Resource Group is required + リソース グループが必要です + + + Resource group name is required + リソース グループ名が必要です + + + Resources + リソース + + + Restore + 復元 + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + 復元 ({0}) + + + Restore Database + Database の復元 + + + Restore Panel Size + パネル サイズを元に戻す + + + Restore as + 復元ファイル名 + + + Restore panel size + パネル サイズを元に戻す + + + Restore properties pane + [プロパティの復元] ウィンドウ + + + Restrict access to the restored database + 復元するデータベースへのアクセスを制限する + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + 結果セット バッチ {0} - クエリ {1} + + + Result View + 結果ビュー + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + 結果ビューのショートカットは、MSSQL 拡張機能によって管理されます。キーバインドは、ここで直接構成できます。 + + + Results + 結果 + + + Results ({0}) + {0} is the number of results + 結果 ({0} 件) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + 結果 ({0}) + + + Results Preview + 結果のプレビュー + + + Results Preview ({0}) + {0} is the number of preview results + 結果のプレビュー ({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + 結果のプレビュー ({0}) + + + Results exported successfully to {0} + {0} is the file path + 結果が正常に {0} にエクスポートされました + + + Results toolbar + 結果ツールバー + + + Resume + 再開 + + + Resuming database + データベースを再開しています + + + Retry + 再試行 + + + Reveal + 表示 + + + Reveal in Explorer + Explorer で表示 + + + Reveal in Finder + Finder で表示 + + + Reverse Alphabetical + 逆アルファベット順 + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + SQL スキーマとリレーションシップを説明して、既存のデータベースをリバース エンジニアリングする + + + Revert + 元に戻す + + + Revert Cell + セルを元に戻す + + + Revert Row + 行を元に戻す + + + Revert this change to its original state + この変更を元の状態に戻す + + + Revert values to project defaults + 値をプロジェクトの既定値に戻す + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + チャットで API 構成の変更をレビューまたは提案すると、GitHub Copilot はデータ API ビルダーですぐに構成を更新します。 + + + Reviewing Copilot Change + Copilot の変更をレビューしています + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + Apple Silicon で SQL Server コンテナー イメージを実行するには Rosetta が必要です。Docker Desktop の [設定] > [一般] で "Apple Silicon で x86_64/amd64 エミュレーションに Rosetta を使用する" を有効にしてください。 + + + Row created. + 行が作成されました。 + + + Row deleted. + 行が削除されました。 + + + Row marked for removal. + 削除対象としてマークされた行。 + + + Rows + + + + Rows per page + 1 ページあたりの行数 + + + Rule disabled + ルールが無効 + + + Rule enabled + ルールが有効 + + + Rule name + 規則名 + + + Rules + ルール + + + Run Query + クエリの実行 + + + Run Query History + Query History の実行 + + + Run a query for the current active SQL document + 現在アクティブな SQL ドキュメントのクエリを実行する + + + Run a query in the current editor, or switch to an editor that has results. + 現在のエディターでクエリを実行するか、結果を含むエディターに切り替えます。 + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + 接続 '{0}' (ID: {1}) でクエリを実行しますか? + +クエリ: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + カスタム キーボード ショートカットを使用して、保存した SQL をすぐに実行できます。選択したクエリ エディターのテキストを挿入するには {arg} を使用します。そうでない場合は、クエリの後に追加されます。 + + + Run, cancel, and create queries + クエリの実行、取り消し、および作成 + + + Running + 実行中 + + + Running a custom query will discard all pending changes. Do you want to continue? + カスタム クエリを実行すると、保留中の変更はすべて破棄されます。続行しますか? + + + Running query is not supported when the editor is in multiple selection mode. + エディターが複数選択モードの場合、クエリの実行はサポートされません。 + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) でクエリを実行しています + + + Running: {0} + {0} is how long the query has been running + 実行中: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + SQL 分析エンドポイント + + + SQL Authentication + SQL 認証 + + + SQL Container Name + SQL コンテナー名 + + + SQL Container Version + SQL コンテナーのバージョン + + + SQL Database + SQL データベース + + + SQL Database Projects — Code Analysis + SQL Database プロジェクト — Code Analysis + + + SQL Login + SQL ログイン + + + SQL Notebooks + SQL ノートブック + + + SQL Plan Files + SQL プラン ファイル + + + SQL Server Container SA Password + SQL Server コンテナー SA パスワード + + + SQL Server admin password + SQL Server 管理者パスワード + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server は Windows コンテナーをサポートしていません。Docker Desktop の設定で Linux コンテナーに切り替えてください。 + + + SQL Server is required + SQL Server は必須です + + + SQL Server port number + SQL Server のポート番号 + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} - 最新 + + + SQL Tools (MSSQL) + SQL ツール (MSSQL) + + + SQL database in Fabric + Fabric の SQL データベース + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + SQLCMD 変数 + + + SVG + SVG + + + Satisfied + 満足 + + + Saturation + 彩度 + + + Save + 保存 + + + Save .scmp file + .scmp ファイルを保存 + + + Save As + 名前を付けて保存 + + + Save As... + 名前を付けて保存... + + + Save Changes + 変更の保存 + + + Save Connection Group + 接続グループの保存 + + + Save Password + パスワードの保存 + + + Save Password? If 'No', password will be required each time you connect + パスワードを保存しますか?[いいえ] を選ぶと、毎回の接続の際にパスワードが要求されます + + + Save Plan + プランの保存 + + + Save Secret + シークレットの保存 + + + Save as CSV + CSV として保存 + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + CSV として保存 ({0}) + + + Save as Excel + Excel として保存 + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + Excel として保存 ({0}) + + + Save as INSERT INTO + INSERT INTO として保存 + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + INSERT INTO として保存 ({0}) + + + Save as JSON + JSON として保存 + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + JSON として保存 ({0}) + + + Save backup to URL + バックアップを URL に保存 + + + Save connection profile changes without establishing a connection + 接続を確立せずに接続プロファイルの変更を保存する + + + Save password + パスワードの保存 + + + Save results as CSV + 結果を CSV 形式で保存 + + + Save results as Excel + 結果を Excel 形式で保存 + + + Save results as INSERT + 結果を INSERT として保存する + + + Save results as JSON + 結果を JSON 形式で保存 + + + Save results command cannot be used with multiple selections. + 結果の保存コマンドは、複数が選択された状態では使用できません。 + + + Save source and target, options, and excluded elements + ソース、ターゲット、オプション、および除外された要素を保存します + + + Save to Disk + ディスクに保存 + + + Save to URL + URL に保存 + + + Save without connecting + 接続せずに保存 + + + Saved + 保存済み + + + Saved Connections + 保存された接続 + + + Saved results to {0} + {0} is the saved file path + {0} に保存しました + + + Saving... + 保存しています... + + + Scaffold backend components (e.g., data-access layers) based on your current database context + 現在のデータベース コンテキストに基づいて、バックエンド コンポーネント (データアクセス レイヤーなど) をスキャフォールディングする + + + Scale + スケーリング + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + '{0}' と '{1}' のスケールが一致していません + + + Schema + スキーマ + + + Schema '{0}' is not available. + {0} is the schema name + スキーマ '{0}' は使用できません。 + + + Schema Changes + スキーマの変更 + + + Schema Compare + Schema Compare + + + Schema Compare Options + Schema Compare のオプション + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + Schema Compare に失敗しました: '{0}' + + + Schema Designer + スキーマ デザイナー + + + Schema Designer Model is ready. Changes can now be published. + スキーマ デザイナー モデルの準備ができました。変更を発行できるようになりました。 + + + Schema Designer with GitHub Copilot + GitHub Copilot を使用したスキーマ デザイナー + + + Schema Diff + スキーマの差分 + + + Schema designer details are not available. + スキーマ デザイナーの詳細は使用できません。 + + + Schema designer is not initialized. + スキーマ デザイナーが初期化されていません。 + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + スキーマ デザイナーが開きました。スキーマの変更については、{0} 操作 ({1}/{2}) を続行してください。 + + + Schema designer state changed. Fetch the latest schema and retry the operation. + スキーマ デザイナーの状態が変更されました。最新のスキーマをフェッチしてから、操作を再試行してください。 + + + Schema designer state retrieved successfully. + スキーマ デザイナーの状態が正常に取得されました。 + + + Schema designer updated successfully. + スキーマ デザイナーが正常に更新されました。 + + + Schema is required + スキーマが必要です + + + Schema/Object Type + スキーマ/オブジェクト型 + + + Schemas + スキーマ + + + Script + スクリプト + + + Script as Alter + 変更としてスクリプト化 + + + Script as Create + 作成としてのスクリプト + + + Script as Drop + ドロップとしてスクリプト化 + + + Script as Execute + 実行としてスクリプト化 + + + Script copied to clipboard + スクリプトがクリップボードにコピーされました + + + Script copied to clipboard. + スクリプトがクリップボードにコピーされました。 + + + Search Database Objects + データベース オブジェクトの検索 + + + Search Database Objects - {0} + {0} is the server name + データベース オブジェクトの検索 - {0} + + + Search Workspaces + ワークスペースを検索 + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + オブジェクトの名前または種類で検索する (例: t:<name>、v:、f:、sp:) + + + Search changes... + 変更を検索... + + + Search connection groups + 接続グループの検索 + + + Search extension shortcut + 拡張機能のショートカットを検索する + + + Search options + 検索オプション + + + Search options... + 検索オプション... + + + Search rules... + ルールの検索... + + + Search settings... + 検索設定... + + + Search subscriptions... + サブスクリプションを検索中... + + + Search tables... + テーブルの検索... + + + Search values... + 値を検索します... + + + Search within {0} text content + {0} is the column name + {0} のテキスト コンテンツ内を検索 + + + Search workspaces... + ワークスペースを検索... + + + Search... + 検索... + + + Searching... + 検索中... + + + Seed sample data or import an existing schema + サンプル データのシードまたは既存のスキーマをインポート + + + Select + 選択 + + + Select All + すべて選択 + + + Select Azure account with Key Vault access for column decryption + 列の復号化用に、Key Vault アクセス権を持つ Azure アカウントを選択してください + + + Select Connection + 接続を選択 + + + Select Database + データベースの選択 + + + Select Max vCores + 最大仮想コア数の選択 + + + Select Profile + プロファイルの選択 + + + Select Source + ソースの選択 + + + Select Source Schema + ソース スキーマの選択 + + + Select Target + ターゲットの選択 + + + Select Target Schema + ターゲット スキーマの選択 + + + Select Top 1000 + 上位 1000 件を選択 + + + Select XEL File + XEL ファイルの選択 + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + この接続で使用する Microsoft Entra ID アカウントを選択します。 Azure Data Studio の元のアカウント情報を以下に示しますが、別のアカウントを選択することもできます。 + + + Select a Workspace + ワークスペースを選択する + + + Select a blob + BLOB の選択 + + + Select a blob container + BLOB コンテナーを選択 + + + Select a collation + 照合順序の選択 + + + Select a connection group + 接続グループを選択する + + + Select a connection to use as the default + 既定値として使用する接続の選択 + + + Select a data source + データ ソースの選択 + + + Select a database + データベースの選択 + + + Select a database for profiling (Azure SQL requires a specific database) + プロファイル用のデータベースを選択します (Azure SQL では特定のデータベースが必要です) + + + Select a file + ファイルの選択 + + + Select a folder + フォルダーを選択する + + + Select a location for the resource group + リソース グループの場所を選択 + + + Select a maintenance window + メンテナンス期間の選択 + + + Select a profiler template + プロファイラー テンプレートの選択 + + + Select a resource group + リソース グループの選択 + + + Select a server + サーバーの選択 + + + Select a session first + 最初にセッションを選択してください + + + Select a session... + セッションの選択... + + + Select a storage account + ストレージ アカウントの選択 + + + Select a subscription + サブスクリプショを選択します + + + Select a subscription to view servers in it. + サブスクリプションを選択すると、その中のサーバーが表示されます。 + + + Select a tenant + テナントを選択してください + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + ドロップダウンから有効な {0} を選択 + + + Select a workspace to view the databases in it. + ワークスペースを選択して、その中のデータベースを表示します。 + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + フィルターのための {0} を選択 + + + Select account + アカウントの選択 + + + Select all + すべて選択 + + + Select all cells in the active grid + アクティブなグリッド内のすべてのセルを選択する + + + Select all entities + すべてのエンティティを選択 + + + Select all options + [すべて選択] オプション + + + Select all {0} + {0} is the action name (Create, Read, etc.) + すべての {0} を選択 + + + Select an account + アカウントを選択してください + + + Select an account for authentication + 認証用のアカウントを選択する + + + Select an extension to manage connection sharing permissions + 接続共有のアクセス許可を管理する拡張機能を選択します + + + Select an operation + 操作の選択 + + + Select column + 列の選択 + + + Select file to import + インポートするファイルを選択 + + + Select image + イメージの選択 + + + Select location + 場所の選択 + + + Select new permission for extension: '{0}' + {0} is the extension name + 拡張機能の新しいアクセス許可を選択します: '{0}' + + + Select or clear all connection groups + すべての接続グループを選択またはクリアする + + + Select or clear all connections + すべての接続を選択またはクリアする + + + Select package file + パッケージ ファイルの選択 + + + Select profile to edit + 編集するプロファイルの選択 + + + Select profile to remove + 削除するプロファイルを選択します + + + Select row + 行の選択 + + + Select session + セッションの選択 + + + Select subscriptions + サブスクリプションの選択 + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + 接続グループと接続をスキャンする Azure Data Studio settings.json ファイルを選択します。 + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + このストアド プロシージャを実行できる HTTP メソッドを選択します。DAB の既定値は POST です。 + + + Select the SQL Server Container Image + SQL Server コンテナー イメージを選択する + + + Select the entire current column + 現在の列全体を選択する + + + Select the entire current row + 現在の行全体を選択する + + + Select the target schema + ターゲット スキーマを選択する + + + Selected + 選択済み + + + Selected Microsoft Entra account removed successfully. + 選択した Microsoft Entra アカウントが正常に削除されました。 + + + Selected Path + 選択されたパス + + + Selected backup file does not contain a valid database backup + 選択したバックアップ ファイルには、有効なデータベース バックアップが含まれていません + + + Selected query-editor text + 選択したクエリ エディターのテキスト + + + Selection + 選択 + + + Sequelize + Sequelize + + + Serialization failed + シリアル化できませんでした + + + Server + サーバー + + + Server - {0} + {0} is the server name + サーバー - {0} + + + Server Connections + サーバーの接続 + + + Server Edition + サーバーのエディション + + + Server Name + サーバー名 + + + Server Version + サーバーのバージョン + + + Server connection in progress. Do you want to cancel? + サーバーへ接続中です。キャンセルしますか? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + サーバーを起動できませんでした。これは、システムのアクセス許可エラーまたは互換性がない可能性があります。設定からデバイス コード認証を有効にすることができます。 + + + Server is required + サーバーは必須です + + + Server name is required + サーバー名が必要です + + + Server name not set. + サーバー名が設定されていません。 + + + Server name or ADO.NET connection string + サーバー名または ADO.NET 接続文字列 + + + Server {0} not found. + {0} is the server name + サーバー {0} が見つかりません。 + + + Serverless + サーバーレス + + + Service installation failed. + サービスのインストールに失敗しました。 + + + Service tier + サービス レベル + + + Session + セッション + + + Session creation timed out + セッションの作成がタイムアウトしました + + + Session name can only contain letters, numbers, underscores, and hyphens + セッション名に使用できるのは、英字、数字、アンダースコア、ハイフンのみです + + + Session name cannot be empty + セッション名を空にすることはできません + + + Session name must be {0} characters or less + {0} is the maximum length + セッション名は {0} 文字以下にする必要があります + + + Session not running + セッションが実行されていません + + + Set Default + 既定値を設定 + + + Set Null + NULL を設定 + + + Set backup Compression + バックアップの圧縮の設定 + + + Set backup Media Set + バックアップ メディア セットの設定 + + + Set backup retain days + バックアップ保持日数の設定 + + + Setting + 設定 + + + Setting up + セットアップしています + + + Setting up container + コンテナーのセットアップ + + + Settings + 設定 + + + Settings and Keybindings + 設定とキーバインド + + + Settings are fixed for free tier. + Free レベルの設定は固定されています。 + + + Settings for {0} + {0} is the entity name + {0} の設定 + + + Severity + 重大度 + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + {0} の重大度 + + + Shortcut + ショートカット + + + Shortcuts Configuration + ショートカットの構成 + + + Shortcuts Configuration (Preview) + ショートカットの構成 (プレビュー) + + + Shortcuts configuration page + ショートカットの構成ページ + + + Show All + すべて表示する + + + Show Changes + 変更の表示 + + + Show Confirm Password + パスワードの確認を表示する + + + Show Definition + 定義の表示 + + + Show Estimated Plan + 推定プランを表示 + + + Show MSSQL output + MSSQL 出力の表示 + + + Show Menu + メニューの表示 + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + メニューの表示 ({0}) + + + Show New Password + 新しいパスワードの表示 + + + Show SQL + SQL の表示 + + + Show SQL Pane + SQL ペインの表示 + + + Show Schema + スキーマの表示 + + + Show a random table definition + ランダムなテーブル定義を表示する + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + VS Code のキーボード ショートカットに、すべてのクイック クエリ ショートカットを表示する + + + Show all columns + すべての列を表示する + + + Show full error message + 完全なエラー メッセージの表示 + + + Show masked command (hides sensitive information) + マスクされたコマンドを表示する (機密情報を非表示にする) + + + Show or hide the query result panel + クエリ結果パネルの表示/非表示を切り替える + + + Show password + パスワードを表示する + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のスキーマを表示しますか? + + + Show table relationships + テーブル リレーションシップの表示 + + + Show unmasked command (reveals sensitive information) + マスクされていないコマンドを表示する (機密情報を表示) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 接続 '{0}' (ID: {1}) のスキーマを表示しています + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + {1} 件中 {0} 件のイベントを表示しています + + + Showplan XML + プラン表示 XML + + + Sign In + サインイン + + + Sign in + サインイン + + + Sign in and retry + サインインして再試行する + + + Sign in to a new account + 新しいアカウントにサインインする + + + Sign in to your Azure subscription + Azure サブスクリプションにサインイン + + + Sign in to your Azure subscription in one of the sovereign clouds. + いずれかのソブリン クラウドで、Azure サブスクリプションにサインインします。 + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + デバイス コードを使って Azure サブスクリプションにサインインします。Sign In コマンドが機能しないセットアップでは、この方法を使用してください + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + Entra ID '{0}' でサインインします。 + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + 多要素認証を使用するアカウントを含む Microsoft Entra ID アカウントでサインインします。詳細については、情報のアイコンをクリックしてください。 + + + Sign into Azure + Azure にサインインする + + + Sign into Azure in order to add a firewall rule. + ファイアウォール規則を追加するには、Azure にサインインしてください。 + + + Sign into Fabric + Fabric にサインインする + + + Sign into additional accounts + 追加のアカウントにサインインする + + + Sign into tenant + テナントにサインイン + + + Signing in to Azure as {0}... + {0} is the account name + {0} として Azure にサインインしています... + + + Simple + シンプル + + + Simple Container Management + シンプルなコンテナー管理 + + + Smart performance + スマート パフォーマンス + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + 一部の接続またはグループの情報が不完全です。続行できますが、接続前にこれらの接続を後で編集する必要があるかもしれません。 + + + Sort + 並べ替え + + + Sort Ascending + 昇順で並べ替え + + + Sort Descending + 降順で並べ替え + + + Sort ascending + 昇順で並べ替え + + + Sort column + 列の並べ替え + + + Sort descending + 降順で並べ替え + + + Source + ソース + + + Source Column + ソース列 + + + Source Database + ソース データベース + + + Source Name + ソース名 + + + Source: {0} + {0} is the fully qualified DAB source object name + ソース: {0} + + + Source: {0} + {0} is the task source + ソース: {0} + + + Specifies whether the column is included in the primary key for the table. + 列がテーブルの主キーに含まれるかどうかを指定します。 + + + Specifies whether the column may have a NULL value. + 列が NULL 値を持つことができるかどうかを指定します。 + + + Specify Input File + 入力ファイルの指定 + + + SqlPackage Command + SqlPackage コマンド + + + Standby file + スタンバイ ファイル + + + Start + 開始 + + + Start IP Address + 開始 IP アドレス + + + Start Time + 開始時刻 + + + Start profiling session + プロファイル セッションの開始 + + + Start, stop, and remove containers directly from the extension. + 拡張機能からコンテナーを直接開始、停止、削除します。 + + + Started executing query at + 次の場所でクエリの実行を開始しました: + + + Started query execution for document "{0}" + {0} is the document name + ドキュメント "{0}" のクエリ実行を開始しました + + + Started saving results to {0} + {0} is the file path + {0} への結果の保存を開始しました + + + Starting '{0}'... + {0} is the service name + '{0}' を開始しています... + + + Starting Container... + コンテナーを開始しています... + + + Starting DAB container + DAB コンテナーを起動しています + + + Starting Docker Desktop + Docker デスクトップを起動しています + + + Starting Docker... + Docker を開始しています... + + + Starting {0}... + {0} is the container name + {0} を開始しています... + + + Starts With + 次で始まる + + + Starts with + 次の値で始まる + + + Status + 状態 + + + Status: {0} + {0} is the task status + 状態: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + 手順 {0} ({1} 中) + + + Stop + 停止 + + + Stop session + セッションの停止 + + + Stopped + 停止済み + + + Stopping Container... + コンテナーを停止しています... + + + Stopping profiler session "{0}"... + {0} is the session name + プロファイラー セッション "{0}" を停止しています... + + + Storage + ストレージ + + + Storage Account + ストレージ アカウント + + + Storage Account is required + ストレージ アカウントが必要です + + + Stored Procedure + ストアド プロシージャ + + + Stored Procedures + ストアド プロシージャ + + + Stored procedure GraphQL operation + ストアド プロシージャの GraphQL 操作 + + + Stored procedure REST methods + ストアド プロシージャの REST メソッド + + + Submit + 送信 + + + Submit an issue + 問題を送信 + + + Subscription + サブスクリプション + + + Subscription is required + サブスクリプションが必要です + + + Subtree Cost + サブツリーのコスト + + + Succeeded + 成功 + + + Succeeded with warning + 警告付きで成功 + + + Successfully changed to database: {0} + {0} is the database name + データベースに正常に変更されました: {0} + + + Successfully connected to server. + サーバーに正常に接続されました。 + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + URI {0} の接続 {1} のトークンが正常に更新されました。{2} + + + Successfully saved results to {0} + {0} is the file path + 結果が {0} に正常に保存されました + + + Sum + 合計 + + + Sum: {0} + {0} is the sum + 合計: {0} + + + Summary + 要約 + + + Summary loading canceled + 要約の読み込みが取り消されました + + + Summary loading was canceled by user + 要約の読み込みはユーザーによって取り消されました + + + Switch Direction + 方向の切り替え + + + Switch Source and Target + ソースとターゲットの切り替え + + + Switch between result panes and tabs + 結果ウィンドウとタブを切り替える + + + Switch results view + 結果ビューを切り替える + + + Switch to Grid View + グリッド ビューに切り替える + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + グリッド ビューに切り替える ({0}) + + + Switch to MSAL + MSAL に切り替える + + + Switch to Messages tab + [メッセージ] タブに切り替える + + + Switch to Query Plan tab + [クエリ プラン] タブに切り替える + + + Switch to Results tab + [結果] タブに切り替える + + + Switch to Text View + テキスト ビューに切り替える + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + テキスト ビューに切り替える ({0}) + + + Switched to {0} + {0} is the connection label + {0} に切り替えました + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + Linux コンテナーへの切り替えは取り消されました。SQL Server は Linux コンテナーのみをサポートしています。 + + + Synchronous resize + 同期リサイズ + + + System databases + システム データベース + + + T-SQL + T-SQL + + + Table + テーブル + + + Table '{0}' already exists + {0} is the table name + テーブル '{0}' は既に存在します + + + Table '{0}' not found + {0} is the table name + テーブル '{0}' が見つかりません + + + Table Diagram + テーブル ダイアグラム + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + '{0}' のテーブル エクスプローラーに未保存の変更があります。保存しますか、それとも破棄しますか? + + + Table Name + テーブル名 + + + Table Schema + テーブル スキーマ + + + Table added to schema designer successfully. + スキーマ デザイナーにテーブルが正常に追加されました。 + + + Table deleted from schema designer successfully. + スキーマ デザイナーからテーブルが正常に削除されました。 + + + Table id already exists. + テーブル ID は既に存在します。 + + + Table must include at least one column. + テーブルには少なくとも 1 つの列を含める必要があります。 + + + Table name + テーブル名 + + + Table name cannot be empty + テーブル名を空にすることはできません + + + Table name is required + テーブル名は必須です + + + Table updated in schema designer successfully. + スキーマ デザイナーでテーブルが正常に更新されました。 + + + Tables + テーブル + + + Tag keys must be unique. + タグ キーは一意である必要があります。 + + + Tags + タグ + + + Tail-log backup + ログ末尾のバックアップ + + + Tail-log backup file + ログ末尾のバックアップ ファイル + + + Take Survey + アンケートに答える + + + Take tail-log backup before restore + 復元の前にログ末尾のバックアップを実行する + + + Target + ターゲット + + + Target Database + ターゲット データベース + + + Target Name + ターゲット名 + + + Target Table + ターゲット テーブル + + + Target: {0} + {0} is the task target location + ターゲット: {0} + + + Task log is unavailable. + タスク ログは利用できません。 + + + Task: {0} + {0} is the task name + タスク: {0} + + + Tenant + テナント + + + Tenant ID + テナント ID + + + Tenant ID is required + テナント ID が必要です + + + Tenant is required + テナントが必要です + + + Terms & Conditions + 使用条件 + + + Test connecting with the current settings + 現在の設定で接続をテストする + + + Test connection + 接続のテスト + + + Testing connection profile... + 接続プロファイルをテストしています... + + + Testing... + テストしています... + + + Text + テキスト + + + Text View + テキスト ビュー + + + Text tab - displays SQL text data + [テキスト] タブ - SQL テキスト データを表示します + + + The Application (Client) ID of your Microsoft Entra app registration. + Microsoft Entra アプリ登録のアプリケーション (クライアント) ID。 + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + クエリ プロファイラーは、軽量 T-SQL プロファイリング用の {code-snippet-0} を含む新しい Azure SQL データベース テンプレートを使用して、Microsoft Fabric SQL Database 接続をサポートするようになりました。 + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + 必要なバックグラウンド サービスを起動できなかったため、SQL Server 拡張機能を起動できませんでした。オペレーティング システムのオフライン VSIX をインストールするか、ネットワーク接続を確認して、もう一度やり直してください。詳細: {0} + + + The XEL file was not found. + XEL ファイルが見つかりませんでした。 + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + 外部キー リレーションシップに含まれるデータのある行をユーザーが削除しようとしたときの動作です。 + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + 外部キー リレーションシップに含まれるデータのある行をユーザーが更新しようとしたときの動作です。 + + + The client secret for your Microsoft Entra app registration. + Microsoft Entra アプリ登録のクライアント シークレット。 + + + The columns of the index. + インデックスの列。 + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + 'mssql.defaultConnectionId' で設定された接続 ID '{0}' が既知の接続プロファイルと一致しません。新しいエディターは、アクティブな接続の転送にフォールバックします。 + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + ID '{0}' の接続には 'server' プロパティが設定されていないため、無視されます。 この接続を使用するには、'server' プロパティを設定してください。 + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + カスタム クラウドの選択が構成されていません。設定 '{0}' を構成してください。 + + + The description of the check constraint. + CHECK 制約の説明。 + + + The description of the foreign key. + 外部キーの説明。 + + + The description of the index. + インデックスの説明。 + + + The description of the primary key. + 主キーの説明。 + + + The expression defining the check constraint. + CHECK 制約を定義する式です。 + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + 拡張機能 '{0}' が SQL Server 接続へのアクセスを要求しています。これにより、クエリの実行とデータベースへのアクセスが許可されます。 + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + 最初の値は、{1} フィルターの {0} 演算子の 2 番目の値より小さくする必要があります + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + {1} フィルターの {0} 演算子に最初の値を設定する必要があります + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + 次のワークスペースまたはワークスペース フォルダーの接続には 'id' プロパティがないため、無視されます。 この接続を使用するには、手動で 'id' プロパティを追加してください。 + + {0} + + + The language model did not return any output. + 言語モデルは出力を返しませんでした。 + + + The mapping between foreign key columns and primary key columns. + 外部キー列と主キー列の間のマッピング。 + + + The maximum length (in characters) that can be stored in this database object. + このデータベース オブジェクトに格納できる最大長 (文字数) です。 + + + The name of the check constraint. + CHECK 制約の名前。 + + + The name of the column object. + 列オブジェクトの名前です。 + + + The name of the column. + 列の名前です。 + + + The name of the foreign key. + 外部キーの名前です。 + + + The name of the index. + インデックスの名前です。 + + + The query results panel failed to load. Please try running the query again. + クエリ結果パネルを読み込めませんでした。クエリをもう一度実行してみてください。 + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + 最近の接続の一覧はクリアされましたが、関連付けられている資格情報の削除中にエラーが発生しました。MSSQL 出力チャネルのエラーを表示します。 + + + The requested model could not be found. Please check model availability or try a different model. + 要求されたモデルが見つかりませんでした。モデルの可用性を確認するか、別のモデルをお試しください。 + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + {1} フィルターの {0} 演算子に 2 番目の値を設定する必要があります + + + The selected file is not a valid XEL file. + 選択したファイルは有効な XEL ファイルではありません。 + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + 選択したプロファイルは Entra ID '{0}' を使用して認証しますが、そのアカウントは MSSQL 拡張機能にサインインしていません。接続を編集するか、そのアカウントで MSSQL にサインインして接続してください。 + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + 選択したプロファイルは、テナント '{1}' の Entra ID '{0}' を使用して認証しますが、そのアカウントは VS Code サインインを通して使用できません。接続を編集するか、そのアカウントで VS Code にサインインして接続します。 + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + 選択したプロファイルは、テナント '{1}' の Entra ID '{0}' を使用して認証しますが、そのアカウントは MSSQL 拡張機能にサインインしていません。接続を編集するか、そのアカウントで MSSQL にサインインして接続してください。 + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + 選択したプロファイルは Entra ID '{0}' を使用して認証しますが、そのアカウントは VS Code サインインでは使用できません。接続を編集するか、そのアカウントで VS Code にサインインして接続してください。 + + + The table which contains the primary or unique key column. + 主キー列または一意キー列を含むテーブルです。 + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + {0} サービスがクラッシュしました。詳細: {1} + + + There was an error updating the project + プロジェクトの更新中にエラーが発生しました + + + This connection does not have a display name in Azure Data Studio. + この接続には、Azure Data Studio に表示名がありません。 + + + This connection's group has not been selected, so this connection will be imported to the root. + この接続のグループが選択されていないため、この接続はルートにインポートされます。 + + + This database name is already in use. Please choose a different name. + このデータベース名は既に使用されています。別の名前を選択してください。 + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + このメッセージを処理できませんでした。この問題が解決しない場合は、ログを確認し、GitHub で問題を提起ください。 + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + この操作では、入力ファイルの構造を分析し、最初の 50 行までのプレビューを下に生成します。 + + + This server only supports Microsoft Entra ID authentication. + このサーバーでは、Microsoft Entra ID 認証のみがサポートされています。 + + + This server only supports SQL Authentication. + このサーバーでは、SQL 認証のみがサポートされています。 + + + This server supports Microsoft Entra ID and SQL Authentication. + このサーバーでは、Microsoft Entra ID と SQL 認証がサポートされています。 + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + このショートカットでは、選択したテキストをパラメーターとして渡す必要があります。SQL エディターでテキストを選択してから、ショートカットをもう一度実行してください。 + + + This value was not provided in the Azure Data Studio settings file. + この値は、Azure Data Studio 設定ファイルに指定されていませんでした。 + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + これにより、Docker を使用してデータ API ビルダー コンテナーがローカルに展開されます。コンテナーは構成に基づき、{0} API を公開します。 + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + これにより、すべての規則が既定の重大度にリセットされ、[ビルド時にコード分析を有効にする] が無効になります。これは元に戻すことができません。続行しますか? + + + Time + 時間 + + + Timestamp + タイムスタンプ + + + To + Label for the end IP address in the firewall rule IP range + 終わり + + + To compare two schemas, first select a source schema and target schema, then press compare. + 2 つのスキーマを比較するには、最初にソース スキーマとターゲット スキーマを選択し、[比較] を押します。 + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + このコマンドを使用するには、アクティブな SQL エディターで、.sql ファイルを開くか、エディターの言語を "SQL" に変更するか、T-SQL テキストを選択してください。 + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + このコマンドを使用するには、"SQL" に言語を設定する必要があります。言語モードの変更を確認してください。 + + + Toggle Actual Plan + 実際のプランの切り替え + + + Toggle Query Result Panel + クエリ結果パネルの表示 + + + Toggle SQLCMD Mode + SQLCMD モードの切り替え + + + Toggle Sort + 並べ替えの切り替え + + + Toggle Tooltips + ツールヒントの切り替え + + + Toggle actual execution plan collection for SQL queries + SQL クエリの実際の実行プラン コレクションを切り替える + + + Toggle all entities in {0} + {0} is the schema name + {0} 内のすべてのエンティティを切り替える + + + Toggle between grid and text view + グリッドとテキスト ビューを切り替える + + + Toggle columns for {0} + {0} is the entity name + {0} の列を切り替える + + + Toggle dark mode + ダーク モードの切り替え + + + Toggle filter row + フィルター行の切り替え + + + Toggle pre-header row + ヘッダー前の行の切り替え + + + Toggle selection for {0} + {0} is the connection display name + {0} の選択を切り替える + + + Toggle selection for {0} + {0} is the connection group name + {0} の選択を切り替える + + + Toggle sort + 並べ替えの切り替え + + + Toggle sorting for the active column + アクティブな列の並べ替えを切り替える + + + Token refreshed successfully. + トークンが正常に更新されました。 + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + ツール検索の対象: {0} - {1}。 + + + Total execution time: {0} + {0} is the elapsed time + 総実行時間: {0} + + + Total rows to fetch: + 取得する行の合計数: + + + Transaction Log + トランザクション ログ + + + Transfer active connection (Default) + アクティブな接続の転送 (既定値) + + + Truncate the transaction log + トランザクション ログの切り捨て + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + Free レベル のオファーで Azure SQL Database を無料でお試しください。フル マネージド クラウド データベースを VS Code から直接プロビジョニングします。 + + + Try adjusting your search or filters + 検索またはフィルターを調整してみてください + + + Try it + お試しください + + + Try searching by command name, description, or keybinding. + コマンド名、説明、またはキーバインドで検索してみてください。 + + + Type + 種類 + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + URL がクリップボードにコピーされました + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + 選択したアカウントの VS Code から Microsoft Entra トークンを取得できません: {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + 有効なトークンを取得できません。(有効期限: {0}、現在は {1}) + + + Unable to determine the server authentication type. + サーバー認証の種類を特定できません。 + + + Unable to execute the command while the extension is initializing. Please try again later. + 拡張機能の初期化中はコマンドを実行できません。後でもう一度お試しください。 + + + Unable to expand. Please check logs for more information. + 展開できません。詳細については、ログをご確認ください。 + + + Unable to load backup configuration. Please try again. + バックアップ構成を読み込めません。もう一度お試しください。 + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + サーバーからデータベース一覧を読み込めません: {0} データベース名を直接入力できます。 + + + Unable to open Table Explorer: No target node provided. + テーブル エクスプローラーを開けません: ターゲット ノードが指定されていません。 + + + Unable to read proxy agent options. + プロキシ エージェント オプションを読み取れませんでした。 + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + データベースの一覧を取得できません。このサーバーでデータベースを一覧表示する権限がない可能性があります。 + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + データベースの一覧を取得できません。このサーバーでデータベースを一覧表示する権限がない可能性があります。接続でデータベースが指定されている場合は、そのデータベースが自動で選択されます。 + + + Unavailable for backups to existing files + 既存のファイルへのバックアップは使用できません + + + Understand and document business logic embedded in stored procedures, views, and functions + ストアド プロシージャ、ビュー、関数に埋め込まれたビジネス ロジックを理解し、文書化する + + + Undo + 元に戻す + + + Undo All + すべてを元に戻す + + + Undo All Copilot Changes + すべての Copilot の変更を元に戻す + + + Unfreeze columns + 列固定の解除 + + + Unfreeze columns/rows + 列/行固定の解除 + + + Unknown + 不明 + + + Unknown Connection + 不明な接続です + + + Unknown account + 不明なアカウント + + + Unknown deployment step: {0} + {0} is the deployment step number + 不明な展開手順: {0} + + + Unknown error + 不明なエラー + + + Unknown magic command: %%{0} + {0} is the magic command name + 不明なマジックコマンド: %%{0} + + + Unknown object management dialog. + 不明なオブジェクト管理ダイアログ。 + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + 不明な操作: {0}。サポートされている操作は add_table、update_table、delete_table、replace_schema、および get_schema です + + + Unknown tenant ID + 不明なテナント ID + + + Unnamed Profile + 名前のないプロファイル + + + Unsaved Changes + 保存されていない変更 + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + Docker でサポートされていないアーキテクチャ: {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + 接続文字列の認証タイプ {0} はサポートされていません。サポートされているのは、SQL ログイン、統合認証、Azure MFA、および Active Directory Default 認証のみです。 + + + Unsupported by Data API builder. + データ API ビルダーではサポートされていません。 + + + Unsupported data types detected + サポートされていないデータ型が検出されました + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + Docker でサポートされていないプラットフォーム: {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + 100K 仮想コア秒、32 GB のストレージ、バックアップを含む最大 10 個のデータベースが毎月更新されます。 + + + Update + 更新 + + + Update Database + データベースの更新 + + + Update Script + スクリプトの更新 + + + Updating IntelliSense... + IntelliSense を更新しています... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + 使用制限を超えました。後でもう一度お試しになるか、要求の最適化を検討してください。 + + + Use Microsoft Entra ID authentication to provision and connect to this database. + このデータベースをプロビジョニングして接続するには、Microsoft Entra ID 認証を使用します。 + + + Use SQL Authentication with a valid username and password. + 有効なユーザー名とパスワードで SQL 認証を使用します。 + + + Use T-SQL intellisense and syntax error checking on current document + 現在のドキュメントで T-SQL インテリセンスと構文エラー チェックを使用する + + + Use discount code {0} to save €200 on registration. + 割引コード {0} を使用して、登録時に €200 を節約します。 + + + Use encryption for this backup + このバックアップに暗号化を使用する + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + 使用する形式: YYYY-MM-DD HH:mm:ss[.SSS] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + ビジュアル スキーマ デザイナー内で、自然言語を使用して直接データベース スキーマを設計できます。スキーマをゼロから作成し、既存のデザインを進化させ、差分ビューで変更を確認し、外部成果物をインポートできます。これらはすべてビジュアル図と T-SQL スクリプトにリアルタイムで反映されます。 + + + Use the default server setting + 既定のサーバー設定を使用する + + + Use {0} to create a new connection. + {0} is the connect command + {0} を使用して新しい接続を作成します。 + + + Used in API routes and responses + API ルートおよび応答で使われます + + + User + ユーザー + + + User ID + ユーザー ID + + + User Name + ユーザー名 + + + User databases + ユーザー データベース + + + User name + ユーザー名 + + + User name (SQL Login) + ユーザー名 (SQL ログイン) + + + User name is required + ユーザー名は必須です + + + Username + ユーザー名 + + + Username is required + ユーザー名は必須です + + + Uses the WITH KEEP_REPLICATION option during restore + 復元時に WITH KEEP_REPLICATION オプションを使用する + + + Uses the WITH NORECOVERY option during restore + 復元時に WITH NORECOVERY オプションを使用する + + + Uses the WITH REPLACE option during restore + 復元時に WITH REPLACE オプションを使用する + + + Uses the WITH RESTRICTED_USER option during restore + 復元時に WITH RESTRICTED_USER オプションを使用する + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + {0} ({1}) を使用しています... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + {0} を使用して要求を処理します... + + + Validation failed + 検証に失敗しました + + + Validation failed. Please check your inputs + 検証に失敗しました。入力を確認してください + + + Value + + + + Value is required + 値は必須です + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + ベクトル値はこのエディターでは読み取り専用です。T-SQL を使用して値を変更するか、埋め込みを再生成します。 + + + Verify a container image by using the Notation CLI + Notation CLI を使用してコンテナー イメージを確認する + + + Verify backup when finished + 完了時にバックアップを検証する + + + Verifying Docker engine is ready + Docker エンジンの準備ができているかどうかを確認しています + + + Verifying Docker is installed on your system + Docker がシステムにインストールされていることを確認しています + + + Verifying the API is ready to accept requests + API が要求を受け入れる準備ができているかどうかを確認しています + + + Very Dissatisfied + 非常に不満 + + + Very Satisfied + 非常に満足 + + + View + 表示 + + + View Config + 構成を表示する + + + View More + 表示数を増やす + + + View Swagger + Swagger の表示 + + + View Table Diagram + テーブル ダイアグラムの表示 + + + View known issues + 既知の問題を表示 + + + View mssql for Visual Studio Code release notes? + mssql for Visual Studio Code リリース ノートを表示しますか? + + + View roadmap + ロードマップを表示 + + + View settings + 設定の表示 + + + View the estimated query execution plan + 推定クエリ実行プランを表示する + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + リアルタイム検証とライブ DML スクリプト プレビューを使用して、対話型グリッドでテーブル行を表示、追加、編集、削除します。 + + + View/configure keybinding + キーバインドを表示および構成する + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + {0} のキーバインドを表示および構成する + + + View: + 表示: + + + Views + ビュー + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + この設定を有効にするには、Visual Studio Code を再起動する必要があります。Visual Studio Code を再度読み込んでください。 + + + Visualize and Design Schema + スキーマの視覚化とデザイン + + + WHERE + WHERE + + + Warehouse + ウェアハウス + + + Warning + 警告 + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + 警告: 結果セットが不完全です。{0} 行中の {1} 行を表示しています。完全な結果セットを読み込めませんでした。 + + + Warnings + 警告 + + + Warnings detected. Please review the changes. + 警告が検出されました。変更点をレビューしてください。 + + + Watch demo + デモを見る + + + Watch demos on YouTube + YouTube でデモを見る + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + お使いのマシン上に Docker Desktop の場所が見つかりません。Docker Desktop を手動で起動して、もう一度お試しください。 + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + 現在の接続情報を使用して接続できませんでした。接続を再試行しますか、または接続プロファイルを編集しますか? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + MSSQL for VS Codeをご利用いただき、ありがとうございます! VS Code Marketplace に簡単なレビューを投稿することをご検討ください。 + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + Web ビュー '{0}' は {1} ミリ秒以内に準備ができませんでした + + + Webview was disposed before it became ready + Web ビューは準備が整う前に破棄されました + + + What I can do for you: + 私にできること: + + + What can we do to improve? + 改善するにはどうすればよいですか? + + + What's next? + 次の手順 + + + Width cannot be 0 or negative + 幅を 0 または負にすることはできません + + + Windows Authentication + Windows 認証 + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + VS Code/SSMS に対応し、Microsoft Entra 認証と Fabric アクセス制御を使用します。 + + + Workspace + ワークスペース + + + Workspace is required + ワークスペースは必須です + + + Write a review + レビューを書く + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + 対話型の結果、並べ替え、フィルター処理、Markdown ドキュメントを使用した、ネイティブ Visual Studio Code Jupyter ノートブックで SQL クエリを記述して実行します。 + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + AI 推奨の改善案を活用して、SQL クエリの作成、最適化、トラブルシューティングを行う + + + YYYY-MM-DD HH:mm:ss + YYYY-MM-DD HH:mm:ss + + + Yes + はい + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + 既存のデータベースにデプロイ展開しようとしています。この操作により、データベース スキーマが永続的に変更され、データが失われる可能性があります。続行しますか? + + + You are not connected to any database. + どのデータベースにも接続されていません。 + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + MSSQL 拡張機能をバージョン {0}に更新したため、このメッセージが表示されます。 + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + エクスポートされていない Profiler イベントをキャプチャしました。今閉じると、キャプチャされたすべてのイベントが失われます。CSV ファイルにエクスポートしますか? + + + You have unsaved changes. Do you want to save before closing? + 保存されていない変更があります。閉じる前に保存しますか? + + + You must accept the license + ライセンスに同意する必要があります + + + You must be signed into Azure in order to browse SQL databases. + SQL データベースを参照するには、Azure にサインインする必要があります。 + + + You must be signed into Fabric in order to browse SQL databases. + SQL データベースを参照するには、Fabric にサインインする必要があります。 + + + You must review and accept the terms to proceed + 続行するには、条件を確認して同意する必要があります + + + Your API is available at: + API は次の段階で利用できます。 + + + Your APIs are available at the following endpoints: + API は次のエンドポイントで利用できます: + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + 現在、Docker エンジンは Windows コンテナーを実行しています。SQL Server は Linux コンテナーのみをサポートしています。Linux コンテナーに切り替えますか? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + {0} リソースにアクセスするには、アカウントに再認証が必要です。[開く] を押して認証プロセスを開始します。 + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + お使いのクライアント IP アドレス '{0}' では、接続しようとしているサーバー '{1}' にアクセスできません。新しいファイアウォール規則を作成しますか? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + クライアント IP アドレスにサーバーへのアクセス権がありません。アクセスを有効にするには、Microsoft Entra アカウントを追加し、新しいファイアウォール規則を作成してください。 + + + Your current IP {0} will be added automatically. + {0} is the current IP address + 現在の IP {0} が自動的に追加されます。 + + + Your database will continue running after the free offer limit and you will be charged for overages. + 無料オファーの上限を超えてもデータベースは引き続き実行され、超過分は課金されます。 + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + パスワードには、大文字、小文字、数字 (0 ~ 9)、特殊文字 (!、$、#、% など) の少なくとも 3 つのカテゴリの文字が含まれている必要があります。 + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + テナント '{0} ({1})' では、{2}リソースにアクセスするために、もう一度再認証する必要があります。[開く] を押して認証プロセスを開始します。 + + + Zone-redundant backup storage + ゾーン冗長バックアップ ストレージ + + + Zoom In + 拡大 + + + Zoom Out + 縮小 + + + Zoom to Fit + 拡大して合わせる + + + [Optional] Database to connect (press Enter to connect to <default> database) + [省略可能] 接続するデータベース (<既定の> データベースに接続するには、Enter キーを押します) + + + [Optional] Enter a display name for this connection profile + [省略可能] この接続プロファイルの表示名を入力してください。 + + + [Read-only] Pre-filled from the server properties. + [読み取り専用] サーバーのプロパティから事前入力されます。 + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + および + + + authenticationType + authenticationType + + + contains + 次の値を含む + + + database + データベース + + + default + 既定 + + + delete the saved connection: {0}? + {0} is the connection name + 保存した接続を {0} を削除しますか? + + + does not contain + 次の値を含まない + + + encrypt + 暗号化 + + + ends with + 次の値で終わる + + + equals + 次の値と等しい + + + greater than + 次の値より大きい + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + hostname\instance または <server>.database.windows.net または ADO.NET 接続文字列 + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + null 値ではない + + + is null + null 値である + + + items + 項目 + + + items per page + ページあたりの項目数 + + + items selected + 項目を選択済み + + + less than + 次の値より小さい + + + location + 場所 + + + macOS Sierra or newer is required to use this feature. + この機能を使用するには、macOS Sierra 以降が必要です。 + + + none selected + 選択されていません + + + not equals + 次の値と等しくない + + + of + / + + + or + または + + + profiler_events + profiler_events + + + resource group + リソース グループ + + + server + サーバー + + + starts with + 次の値で始まる + + + subscription + サブスクリプション + + + test + テスト + + + undefined + 未定義 + + + untitled + 無題 + + + updatingIntelliSense + updatingIntelliSense + + + vCores + 仮想コア + + + value + + + + x of y selected + x / y が選択されています + + + {0} (Current Account) + {0} is the account display name + {0} (現在のアカウント) + + + {0} (filtered) + {0} (フィルター処理済み) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1}%) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1}%): {2} + + + {0} accounts + {0} is the number of accounts + {0} 個のアカウント + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + {1} のための {0}アクション + + + {0} change(s) + {0} is the number of changes + {0} 件の変更 + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0} が '{1}' から '{2}' に変更されました + + + {0} changes + {0} is the number of property changes + {0} 件の変更 + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + {0} 色見本 ({1}) + + + {0} column data + {0} is the number of columns + {0} 列データ + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + {0} 件の接続グループがインポートされました + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + {0} 件の接続グループがインポートされました + + + {0} connection imported + {0} is the number of connections imported (singular) + {0} 件の接続がインポートされました + + + {0} connections imported + {0} is the number of connections imported (plural) + {0} 件の接続がインポートされました + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {0} には、データ API ビルダーでサポートされていない列タイプが含まれています: {1} + + + {0} deleted successfully. + {0} deleted successfully. + {0} が正常に削除されました。 + + + {0} errors + {0} is the number of errors + {0} 個のエラー + + + {0} events + {0} is the number of events + {0} 個のイベント + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} が閉じられました。復元しますか? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + {0} つの無効な Entra アカウントが削除されました。'MS SQL: Microsoft Entra アカウント トークン キャッシュのクリア' を実行して、もう一度ログインする必要がある場合があります。 + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} は主キー列であり、無効にすることはできません。 + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} はグローバルに有効になっていません + + + {0} issue + {0} is the number of issues + {0} の問題 + + + {0} issues + {0} is the number of issues + {0} 件の問題 + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} では、Data API ビルダーで使用する 1 つ以上のキー フィールドを定義する必要があります + + + {0} objects found + {0} is the number of objects found + {0} 件のオブジェクトが見つかりました + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0}/{1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + {1} 個のうち {0} 個の接続グループが選択されています。 + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + {1} 個のうち {0} 個の接続を選択済み + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + {1} 件中 {0} 件が有効 + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {0}/{1} 件のルール + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0}/{1} テナント + + + {0} password doesn't match the confirmation password + {0} パスワードが確認パスワードと一致しません + + + {0} properties + {0} is the object type + {0} 個のプロパティ + + + {0} query + {0} is the Quick Query shortcut name + {0} のクエリ + + + {0} rows + {0} is the number of rows + {0} 行 + + + {0} rows returned + {0} is the number of rows returned + {0} 行が返されました + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + {0} 行が選択されています。クリックして要約を読み込みます + + + {0} rules + {0} is the number of code analysis rules + {0} 個のルール + + + {0} selected + {0} is the number of selected filter values + {0} 件選択済み + + + {0} selected + {0} is the number of selected rows + {0} が選択済み + + + {0} setting imported + {0} is the number of settings imported (singular) + {0} 件の設定がインポートされました + + + {0} settings imported + {0} is the number of settings imported (plural) + {0} 件の設定がインポートされました + + + {0} started successfully. + {0} started successfully. + {0} が正常に開始されました。 + + + {0} stopped successfully. + {0} stopped successfully. + {0} が正常に停止しました。 + + + {0} warnings + {0} is the number of warnings + {0} 個の警告 + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0} {1} の問題 + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0} {1} の問題 + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0} とその他 {1} 個 + + + {0}. {1} + {0} is the status +{1} is the message + {0}。{1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + {1} 件中 {0} 件のイベント + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}。{2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0} 日と {1} 時間 + + + {0}h + {0} is the number of hours + {0} 時間 + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0} 時間 {1} 分 + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0} 時間 {1} 分 + + + {0}m + {0} is the number of minutes + {0} 分 + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0} 分 {1} 秒 + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0} 分 {1} 秒 + + + {0}ms + {0} is the number of milliseconds + {0} ミリ秒 + + + {0}ms + {0} is the elapsed time in milliseconds + {0} ミリ秒 + + + {0}s + {0} is the number of seconds + {0} 秒 + + + {0}s + {0} is the elapsed time in seconds + {0} 秒 + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ アクセスを許可 + + + ✅ Grant Access (Current) + ✅ アクセスを許可 (現在) + + + ❌ Deny Access + ❌ アクセスを拒否 + + + ❌ Deny Access (Current) + ❌ アクセスを拒否 (現在) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 私は Visual Studio Codeのインテリジェント SQL 開発アシスタント、GitHub Copilot for MSSQL 拡張機能です。VS Code から直接 SQL データベースを接続、探索、設計、および進化させるお手伝いをします。 + + + + + + + Add Connection + 接続の追加 + + + Add Connection Group + 接続グループの追加 + + + Add Microsoft Entra Account + Microsoft Entra アカウントの追加 + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + ユーザーが入力制約付きのデバイスにサインインできるようになります。 + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + 常に新しいエディターと開いた SQL ファイルを `mssql.defaultConnectionId` で指定された接続に接続します。 + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + 実行タイムアウトが 0 の場合は、無制限の待機 (タイムアウトなし) を示します + + + Analyze Query Performance + クエリ パフォーマンスの分析 + + + Application Intent + アプリケーションの意図 + + + Automatically display query results in a new tab instead of the query pane. + クエリ ペインではなく新しいタブにクエリ結果を自動的に表示します。 + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + クエリ結果を含むエディターに切り替えると、結果パネルが自動的に表示されます。[結果をタブで開く] が有効になっている場合にのみ適用されます。 + + + Azure MFA + Azure MFA + + + Background Tasks + バックグラウンド タスク + + + Backup Database... + データベースをバックアップする... + + + Build Data API... + データ API のビルド... + + + Cancel Connection (MSSQL) + 接続を取り消し (MSSQL) + + + Cancel Query (MSSQL) + クエリを取り消し (MSSQL) + + + Cancel Task + タスクの取り消し + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + アクティブなエディターの接続を、新しく開いたクエリ エディター タブと SQL ファイルに引き継ぎます。 + + + Change Connection (MSSQL) + 接続を変更 (MSSQL) + + + Change Database (MSSQL) + データベースを変更 (MSSQL) + + + Change Notebook Connection + Notebook 接続の変更 + + + Change Notebook Database + Notebook のデータベースを変更する + + + Choose SQL handler for this file + このファイルに使用する SQL ハンドラーの選択 + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + 結果グリッドの列を自動的にサイズ調整する方法を選択します(ヘッダーとデータ、データのみ、または自動サイズ設定を無効にする)。 + + + Chooses which Authentication method to use + 使用する認証方法を選択する + + + Clear All Connection Sharing Permissions + すべての接続共有アクセス許可をクリアする + + + Clear All Query History + すべての Query History をクリア + + + Clear Filters + フィルターのクリア + + + Clear Finished Tasks + 完了したタスクのクリア + + + Clear Microsoft Entra account token cache + Microsoft Entra アカウント トークン キャッシュのクリア + + + Clear Pooled Connections + プールされた接続のクリア + + + Command Timeout + コマンド タイムアウト + + + Compare Schemas... + スキーマの比較... + + + Configure up to 10 Quick Queries that execute from commands. + コマンドから実行するクイック クエリを最大 10 個構成できます。 + + + Connect (MSSQL) + 接続 (MSSQL) + + + Connect to a SQL Database + SQL データベースに接続する + + + Connection Dialog + 接続ダイアログ + + + Connection Timeout + 接続タイムアウト + + + Connection groups + 接続グループ + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + [ユーザー設定] で定義されている接続プロファイルが、コマンド パレット内の 'MS SQL: Connect' コマンドの下に表示されます。 + + + Connections + 接続 + + + Control which grid lines are visible in the results grid. + 結果グリッドに表示するグリッド線を制御します。 + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + 新しい SQL エディター ウィンドウと開いた SQL ファイルを自動的に接続する方法を制御します。 + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + メモリ内でフィルター処理と並べ替えを実行できる行の最大数を制御します。この数を超えた場合、並べ替えとフィルター処理は無効になります。警告: これを増やすと、パフォーマンスに影響を与える可能性があります。 + + + Copy All + すべてコピー + + + Copy Cell Messages + セル メッセージのコピー + + + Copy Connection String + 接続文字列のコピー + + + Copy Object Name + オブジェクト名のコピー + + + Create Azure Function with SQL binding + SQL バインドを使用して Azure 関数を作成する + + + Create a Table with Table Designer + テーブル デザイナーを使用してテーブルを作成する + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + データベースに新しいテーブルを作成するか、テーブル デザイナーを使用して既存のテーブルを編集します。 +変更が完了したら、[発行] ボタンをクリックして変更をデータベースに送信します。 + + + DACPAC/BACPAC Operations... + DACPAC/BACPAC 操作... + + + Default view mode for query results display. + クエリ結果表示の既定の表示モードです。 + + + Delete + 削除 + + + Delete Connection Group + 接続グループの削除 + + + Delete SQL Container + SQL コンテナーの削除 + + + Deploy DACPAC + DACPAC の展開 + + + Disable Actual Plan (MSSQL) + 実際のプランを無効にする (MSSQL) + + + Disable Group By Schema + スキーマによるグループ化を無効にする + + + Disable automatic column sizing + 列の自動サイズ調整を無効にする + + + Disabled + 無効 + + + Disconnect (MSSQL) + 切断 (MSSQL) + + + Display name for this Quick Query. + このクイック クエリの表示名。 + + + Display results in a formatted text format. + 結果を書式設定されたテキスト形式で表示します。 + + + Display results in a tabular grid format (default) + 結果を表形式のグリッドで表示します (既定) + + + Do not auto-connect. You must connect each SQL file manually. + 自動接続しないでください。各 SQL ファイルを手動で接続する必要があります。 + + + Do not show prompts to display query results in a new tab. + クエリ結果を新しいタブに表示するためのプロンプトを表示しません。 + + + Drop Database... + データベースのドロップ... + + + Edit Connection Group + 接続グループの編集 + + + Edit Connection Sharing Permissions + 接続共有アクセス許可の編集 + + + Edit Connection... + 接続の編集... + + + Edit Table Data... + テーブル データの編集... + + + Enable Actual Plan (MSSQL) + 実際のプランを有効にする (MSSQL) + + + Enable Group By Schema + スキーマによるグループ化を有効にする + + + Enable Parameterization for Always Encrypted + Always Encrypted のパラメーター化を有効にする + + + Enable Query History Capture + クエリ履歴キャプチャを有効にする + + + Enable SET ANSI_DEFAULTS + SET ANSI_DEFAULTS を有効にする + + + Enable SET ANSI_NULLS + SET ANSI_NULLS を有効にする + + + Enable SET ANSI_NULL_DFLT_ON + SET ANSI_NULL_DFLT_ON を有効にする + + + Enable SET ANSI_PADDING + SET ANSI_PADDING を有効にする + + + Enable SET ANSI_WARNINGS + SET ANSI_WARNINGS を有効にする + + + Enable SET ARITHABORT option + SET ARITHABORT オプションを有効にする + + + Enable SET CURSOR_CLOSE_ON_COMMIT + SET CURSOR_CLOSE_ON_COMMIT を有効にする + + + Enable SET DEADLOCK_PRIORITY option + SET DEADLOCK_PRIORITY オプションを有効にする + + + Enable SET IMPLICIT_TRANSACTIONS + SET IMPLICIT_TRANSACTIONS を有効にする + + + Enable SET LOCK TIMEOUT option (in milliseconds) + SET LOCK TIMEOUT オプションを有効にする (ミリ秒単位) + + + Enable SET NOCOUNT option + SET NOCOUNT オプションを有効にする + + + Enable SET NOEXEC option + SET NOEXEC オプションを有効にする + + + Enable SET PARSEONLY option + SET PARSEONLY オプションを有効にする + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + SET QUERY_GOVERNOR_COST_LIMIT を有効にする + + + Enable SET QUOTED_IDENTIFIER + SET QUOTED_IDENTIFIER を有効にする + + + Enable SET STATISTICS IO option + SET STATISTICS IO オプションを有効にする + + + Enable SET STATISTICS TIME option + SET STATISTICS TIME オプションを有効にする + + + Enable SET TRANSACTION ISOLATION LEVEL option + SET TRANSACTION ISOLATION LEVEL オプションを有効にする + + + Enable SET XACT_ABORT ON option + SET XACT_ABORT ON オプションを有効にする + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + 結果グリッドの行の背景色を交互に切り替えるゼブラ ストライピングを有効にします。色は現在の VS Code テーマから取得されます。 + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + テーブルに 10 を超える列がある場合に、スキーマ デザイナーのテーブル ノードの展開/折りたたみボタンを有効にする + + + Enabled + 有効 + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + 接続プールを有効にして、全体的な接続パフォーマンスを向上させます。この設定は既定では無効になっています。値が変更された場合は Visual Studio Code を再起動する必要があります。プールされた接続をクリアするには、次のコマンドを実行します: 'MS SQL: Clear Pooled Connections'。注: サーバーレス データベースをアクティブな状態に保ち、自動一時停止を防ぐことができます。 + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + MSSQL 拡張機能の試験的な機能を有効にします。機能は運用環境に対応していないため、バグや問題が発生する可能性があります。この設定を変更した後、Visual Studio Code を再起動します。 + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + 状態管理が向上し、列の表示、非表示、固定などの列カスタマイズ オプションを使用して、クエリ結果グリッドのプレビュー エクスペリエンスを有効にします。 + + + Estimated Plan (MSSQL) + 推定プラン (MSSQL) + + + Execute Query (MSSQL) + クエリを実行 (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + 選択範囲または現在のステートメントを実行 (MSSQL) + + + Explain Query + クエリの説明 + + + Export BACPAC + BACPAC のエクスポート + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + 結果グリッドの各行に追加される余分な垂直方向のパディング (ピクセル単位) で、行の密度を制御します。有効な範囲は 0 から 10 です。 + + + Extract DACPAC + DACPAC の抽出 + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + 生産性を高めるのに役立つ MSSQL 拡張機能のその他の機能について理解します。 + + + Filter + フィルター + + + Filter your Object Explorer Tree + オブジェクト エクスプローラー ツリーをフィルター処理する + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + スクリプトの生成 + + + Get Started with MSSQL for Visual Studio Code + Visual Studio Code 用の MSSQL を開始する + + + Getting Started Guide + はじめにガイド + + + Hide all grid lines + すべてのグリッド線を非表示にする + + + Import BACPAC + BACPAC のインポート + + + Import Data... + データのインポート... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + クエリ プロファイラーを起動... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + SQL データベースへの新しい接続を作成するか、接続ダイアログを使用して既存の接続を編集します。 +接続情報を入力するか、接続文字列を使用するか、Azure サブスクリプションを参照して、データベースに接続できます。 +[接続ダイアログを開く](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + 接続プロファイルの管理 + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + クエリの実行後に XML 列の各値に格納する最大文字数。既定値: 2,097,152。有効な値の範囲: 1 から 2,147,483,647。 + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + クエリの実行後に、文字/バイナリ列の各値に格納する最大文字数/バイト数。既定値: 65,535。有効な値の範囲: 1 から 2,147,483,647。 + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + プロファイラーのメモリに保持するイベントの最大数。この制限に達すると、古いイベントが削除されます。プロファイル セッション中により多くのイベントを保持する必要がある場合は、この値を増やしてください。 + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + mssql.logRetentionMinutes の有効期限が切れた、起動時に削除する古いファイルの最大数。この制限のためにクリーンアップされないファイルは、Azure Data Studio の次回の起動時にクリーンアップされます。 + + + Maximum number of rows to return before the server stops processing your query. + サーバーがクエリの処理を停止する前に返す行の最大数。 + + + Maximum size of text and ntext data returned from a SELECT statement + SELECT ステートメントから返されるテキストおよび ntext データの最大サイズ + + + Migrate from Azure Data Studio + Azure Data Studio から移行する + + + Modify Table Structure... + テーブル構造の変更... + + + New Database... + 新しいデータベース... + + + New Deployment + 新しいデプロイ + + + New Query + 新しいクエリ + + + New Query + 新しいクエリ + + + New SQL Notebook + 新しい SQL ノートブック + + + New Table + 新しいテーブル + + + Next Steps with MSSQL for Visual Studio Code + Visual Studio Code 用の MSSQL の次の手順 + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + バックエンド サービスのログ ファイルを保持する分単位の時間。既定値は 1 週間です。 + + + Number of query history entries to show in the Query History view + Query History ビューに表示するクエリ履歴エントリ数 + + + Object Explorer filters + オブジェクト エクスプローラー フィルター + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + オブジェクト エクスプローラー ツリーにフィルターを適用して、最も重要なデータベース オブジェクトのみを表示します。 +まず、[接続] ビューのほとんどのフォルダーの横にあるフィルター ボタンをクリックします。 + + + Open Changelog + 変更ログを開く + + + Open Execution Plan File + 実行プラン ファイルを開く + + + Open New Query and Connect + 新しいクエリを開いて接続する + + + Open Query + クエリを開く + + + Open Query History in Command Palette + コマンド パレットで Query History を開く + + + Open Query Profiler (Preview) XEL File + Query Profiler (プレビュー) XEL ファイルを開く + + + Open Shortcuts Configuration + ショートカットの構成を開く + + + Open Task Result + タスクの結果を開く + + + Open in GitHub Copilot Agent + GitHub Copilot エージェントで開く + + + Open in GitHub Copilot Chat + GitHub Copilot Chat で開く + + + Open in MSSQL extension + MSSQL 拡張機能で開く + + + Pause Query History Capture + クエリ履歴キャプチャの一時停止 + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + スクリプトの自動実行を禁止します (例: '上位 1000 を選択してください')。有効にすると、生成時にスクリプトが自動的に実行されることはありません。 + + + Prompts users to sign in using their browser. + ブラウザーを使用してサインインするようユーザーに求めます。 + + + Query History + Query History + + + Query Results + クエリ結果 + + + Query editor and query results pane + クエリ エディターとクエリ結果ペイン + + + Query plan visualization + クエリ プランの視覚化 + + + Refresh + 最新の情報に更新 + + + Refresh IntelliSense Cache + IntelliSense キャッシュの更新 + + + Remove Connection + 接続の削除 + + + Remove Microsoft Entra Account + Microsoft Entra アカウントの削除 + + + Rename Database... + データベース名の変更... + + + Replication + レプリケーション + + + Restore Database... + データベースの復元... + + + Reveal Query Result (MSSQL) + クエリ結果を表示 (MSSQL) + + + Rewrite Query + クエリの書き換え + + + Run Query + クエリの実行 + + + Run Quick Query 1 + クイック クエリ 1 を実行する + + + Run Quick Query 10 + クイック クエリ 10 を実行する + + + Run Quick Query 2 + クイック クエリ 2 を実行する + + + Run Quick Query 3 + クイック クエリ 3 を実行する + + + Run Quick Query 4 + クイック クエリ 4 を実行する + + + Run Quick Query 5 + クイック クエリ 5 を実行する + + + Run Quick Query 6 + クイック クエリ 6 を実行する + + + Run Quick Query 7 + クイック クエリ 7 を実行する + + + Run Quick Query 8 + クイック クエリ 8 を実行する + + + Run Quick Query 9 + クイック クエリ 9 を実行する + + + Run a SQL Query + SQL クエリを実行する + + + SQL Container Name + SQL コンテナー名 + + + SQL Container Version + SQL コンテナーのバージョン + + + SQL Server Extended Events Log + SQL Server 拡張イベント ログ + + + SQL Tools (MSSQL) + SQL ツール (MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + このクイック クエリの SQL テキスト。選択したクエリ エディターのテキストを挿入するには {arg} を使用します。そうでない場合は、後に追加されます。 + + + Script as Alter + 変更としてのスクリプト + + + Script as Create + 作成としてのスクリプト + + + Script as Drop + ドロップとしてのスクリプト + + + Script as Execute + 実行としてのスクリプト + + + Search Database Objects... + データベース オブジェクトの検索... + + + Select Top 1000 + 上位 1000 を選択する + + + Selected Azure subscriptions for browsing and managing servers and databases + サーバーとデータベースを参照および管理するために選択された Azure サブスクリプション + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + SQL データベースの参照および管理用に選択された Microsoft Fabric ワークスペース + + + Send Feedback + フィードバックの送信 + + + Set the font family for the results grid; set to blank to use the editor font + 結果グリッドのフォント ファミリを設定します。エディターのフォントを使用するには、空白に設定します + + + Set the font size for the results grid; set to blank to use the editor size + 結果グリッドのフォント サイズを設定します。エディターのサイズを使用するには、空白に設定します + + + Shortcuts handled inside MSSQL views + MSSQL ビュー内で処理されるショートカット + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + ビット列を数値 (1 または 0) として表示しますか?false の場合、ビット列は 'true' または 'false' として表示されます + + + Should IntelliSense be enabled + IntelliSense を有効にする場合 + + + Should IntelliSense error checking be enabled + IntelliSense エラー チェックを有効にする場合 + + + Should IntelliSense quick info be enabled + IntelliSense クイック 情報を有効にする場合 + + + Should IntelliSense suggestions be enabled + IntelliSense の候補を有効にする場合 + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + 個人を特定できる情報 (PII) を Azure ログ出力チャネルと出力チャネル ログ ファイルに記録する必要があります。 + + + Should Query History feature be enabled + Query History 機能の有効化が必要 + + + Should language service be auto-disabled when extension detects Non-MSSQL files + 拡張機能で MSSQL 以外のファイルが検出されたときに言語サービスを自動で無効にする必要がある + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + タブを切り替えるときにクエリ結果セクションとスクロール位置を保存する場合 (パフォーマンスに影響する可能性があります) + + + Show both horizontal and vertical grid lines + 水平および垂直の両方のグリッド線を表示する + + + Show changelog after extension updates + 拡張機能の更新後に変更ログを表示する + + + Show only horizontal grid lines + 水平グリッド線のみを表示する + + + Show only vertical grid lines + 垂直グリッド線のみを表示する + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + エディターの上部に CodeLens の提案としてアクティブな SQL 接続の詳細を表示し、すばやく表示します。 + + + Sort and Filter Query Results + クエリ結果の並べ替えとフィルター + + + Sort and filter options for query results + クエリ結果の並べ替えとフィルター オプション + + + Sort and filter your query results to find the data you need quickly. + クエリ結果を並べ替えてフィルター処理し、必要なデータをすばやく見つけます。 + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + '.crm.dynamics.com' (先頭のドットを含む) に相当するソブリン クラウド + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + '.database.fabric.microsoft.com' に相当するソブリン クラウド (先頭のドットを含む) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + '.database.windows.net' に相当するソブリン クラウド (先頭のドットを含む) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + '.datawarehouse.fabric.microsoft.com' に相当するソブリン クラウド (先頭のドットを含む) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + '.sql.azuresynapse.net' に相当するソブリン クラウド (先頭のドットを含む) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + 'https://analysis.windows.net/powerbi/api/' に相当するソブリン クラウド + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + 'https://api.fabric.microsoft.com/v1/' に相当するソブリン クラウド + + + Sovereign cloud equivalent for `https://database.windows.net/` + 'https://database.windows.net/' に相当するソブリン クラウド + + + Sovereign cloud equivalent for `https://vault.azure.net/` + 'https://vault.azure.net/' に相当するソブリン クラウド + + + Start Query History Capture + クエリ履歴キャプチャの開始 + + + Start SQL Container + SQL コンテナーの開始 + + + Stop SQL Container + SQL コンテナーの停止 + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + テーブル デザイナー + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + 拡張機能が再起動されるまで、[保存されたパスワード] が無効になっている接続のパスワードを一時的に保存します。これにより、同じセッション内で接続を再利用する際にパスワードのプロンプトが繰り返されるのを防ぎます。 + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + `mssql.newEditorConnectionBehavior` が `defaultConnection` に設定されている場合に使用する接続プロファイルの ID (GUID)。接続 ID は、`mssql.connections` の settings.json にあります。 + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + Microsoft ソブリン クラウド認証プロバイダーで使用する、ソブリン クラウド用の追加の MSSQL 固有のカスタム構成。MSSQL でこの機能を使用するには、これを 'microsoft-sovereign-cloud.environment' を 'custom' に設定し、'microsoft-sovereign-cloud.customEnvironment' の値を指定する必要があります。 + + + The color of the connection group. + 接続グループの色。 + + + The description of the connection group. + 接続グループの説明。 + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + ステータス バーの接続情報に表示する最大文字数。無制限の場合は -1 に設定します。 + + + The maximum number of recently used connections to store in the connection list. + 接続リストに格納する最近使用された接続の最大数。 + + + The name of the connection group. + 接続グループの名前。 + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + オブジェクト エクスプローラーでノードを展開する場合のタイムアウト (秒)。既定値は 45 秒です。 + + + The unique identifier for the connection group this connection profile belongs to. + この接続プロファイルが属する接続グループの一意識別子。 + + + The unique identifier for the connection group. + 接続グループの一意識別子。 + + + The unique identifier for the parent connection group. + 親接続グループの一意識別子。 + + + The unique identifier for this connection profile. + この接続プロファイルの一意識別子。 + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + この設定は非推奨です。代わりに `mssql.newEditorConnectionBehavior`を使用してください。拡張機能は起動時にこの設定を自動的に移行します。 + + + This setting will be removed in a future release. + この設定は今後のリリースで削除される予定です。 + + + Toggle Actual Plan + 実際のプランの切り替え + + + Toggle Query Result Panel Visibility (MSSQL) + クエリ結果パネルの表示/非表示を切り替え (MSSQL) + + + Toggle SQLCMD Mode + SQLCMD モードの切り替え + + + True for the messages pane to be open by default; false for closed + 既定で開いているメッセージ ウィンドウの場合は true。閉じている場合は false + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + クエリ プランを表示して、クエリの実行内容を理解します。 +クエリを実行せずに推定プランを表示するか、クエリ エディター ウィンドウの上部にあるボタンを切り替えてクエリを実行した後に実際のクエリ プランを表示します。 + + + Use Database + データベースの使用 + + + Use column headers and data to size columns automatically + 列ヘッダーとデータを使用して列のサイズを自動的に調整する + + + Use only column headers to size columns automatically + 列ヘッダーのみを使用して列のサイズを自動的に調整する + + + Use only row data to size columns automatically + 行データのみを使用して列のサイズを自動的に調整する + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + SQL に対する Microsoft Entra ID MFA 認証の VS Code サインインしたアカウントを使用します。この設定を変更した後、Visual Studio Code を再起動します。 + + + View Task Logs + タスク ログの表示 + + + Visualize a Query Plan + クエリ プランを視覚化する + + + Visualize and Design Schema... + スキーマの視覚化とデザイン... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + 有効にすると、クエリ結果の [メッセージ] ウィンドウで [すべてコピー] にメッセージのタイムスタンプが含まれます。 + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + 有効にすると、アクティブな接続が新しく開かれた SQL ファイルに自動的に転送されます。無効の場合は、各 SQL ファイルのデータベースに明示的に接続する必要があります。 + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + 有効にすると、接続ステータス バー項目が接続グループの色で色分けされます。この設定は既定では無効になっています。 この機能では、接続グループ フォルダーの色が直接使用され、現在の VS Code テーマとのコントラストを確保するために変更されることはありません。ユーザーは、テーマに適切な接続グループの色を選択する必要があります。 + + + When enabled, connection groups will be collapsed instead of expanded at startup. + 有効にすると、起動時に接続グループは展開されず、折りたたまれます。 + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + 有効にすると、保存されたクエリ結果のエクスポートはエクスポート後に開かれます。Excel のエクスポートは、システム ファイル ハンドラーを使用して開きます。テキストエクスポートは VS Code で開きます。 + + + When enabled, the database objects in Object Explorer will be categorized by schema. + 有効にすると、オブジェクト エクスプローラー内のデータベース オブジェクトがスキーマ別に分類されます。 + + + Windows Authentication + Windows 認証 + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + SQL クエリを記述し、データベースに対して実行します。 +[新しいタブで開く] ボタンをクリックしてクエリ結果をそのタブ自体に表示し、必要に応じてそれを既定の動作として設定することもできます。 + + + Your first steps for connecting to and developing with a SQL database + SQL データベースに接続して開発するための最初の手順 + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [オプション] オブジェクト エクスプローラー サイドバーでこの接続グループの並び順を決める際に使われる負でない数値。'order' 値を持つグループが優先的に、この値が小さいものから大きくなる順に表示されます。その他のグループはアルファベット順に表示されます。 + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [オプション] オブジェクト エクスプローラー サイドバーでこの接続の並び順を決める際に使われる負でない数値。'order' 値を持つ接続が優先的に、この値が小さいものから大きくなる順に表示されます。その他の接続はアルファベット順に表示されます。 + + + [Optional] Character used for enclosing text fields when saving results as CSV + [省略可能] 結果を CSV として保存するときにテキスト フィールドを囲むために使用する文字 + + + [Optional] Character(s) used for separating rows when saving results as CSV + [省略可能] 結果を CSV として保存するときに行を区切るために使用する文字 (複数可) + + + [Optional] Configuration options for copying multi-line results from the Results View + [省略可能] 複数行の結果を結果ビューからコピーするための構成オプション + + + [Optional] Configuration options for copying results from the Results View + [省略可能] 結果を結果ビューからコピーするための構成オプション + + + [Optional] Configuration options for which column new result panes should open in + [省略可能] どの列を新しい結果ウィンドウで開く必要があるかについての設定オプション + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [省略可能] ReadWrite や ReadOnly のように、SQL Server へ接続する際のアプリケーション ワークロードの型を宣言します。詳細については、SQL Server AlwaysOn を参照してください。 + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [省略可能] 結果を CSV として保存するときにデータ項目を区切るための区切り記号です。コンマ (,)、タブ (\t)、セミコロン (;)、パイプ (|) などの一般的な区切り記号から選択します + + + [Optional] Do not show unsupported platform warnings + [省略可能] サポートされていないプラットフォームの警告を表示しない + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [省略可能] 結果を CSV として保存するときに使用するファイル エンコードです。ターゲット アプリケーションの互換性に基づいて、UTF-8 (推奨)、UTF-16、ASCII、または Latin-1 から選択します + + + [Optional] Indicates the SQL Server language settings. + [省略可能] SQL Server の言語設定を示します。 + + + [Optional] Indicates the name of local docker container the connection is on + [省略可能] 接続がオンになっているローカル Docker コンテナーの名前を示します + + + [Optional] Indicates whether this profile has an empty password explicitly set + [省略可能] このプロファイルが、明示的に設定された空のパスワードを持つかどうかを示します + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [省略可能] DataReader を通してプロバイダーが公開するサーバー タイプを示します。 + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [省略可能] デバッグ出力を VS Code コンソールにログとして表示する (ヘルプ -> 開発者ツールの切り替え) + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [省略可能] バックエンド サービスのログ レベル。Azure Data Studio は開始のたびにファイル名を生成し、そのファイルが既に存在する場合にはログ エントリが対象ファイルに追加されます。古いログ ファイルのクリーンアップについては、logRetentionMinutes と logFilesRemovalLimit の設定を参照してください。既定の tracingLevel では、ログに記録される数は多くありません。詳細レベルを変更すると、詳細なログが記録され、ログのためのディスク容量が必要になる場合があります。エラーには重大が含まれ、警告にはエラーが含まれ、情報には警告が含まれ、詳細には情報が含まれます + + + [Optional] Should execution time be shown for individual batches + [省略可能] 各バッチの実行時間を表示するかどうか + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [省略可能] Visual Studio Code のコマンドパレットで簡単に参照して探すことができるように、この接続プロファイルにカスタムの名前を指定します。 + + + [Optional] Specify the SQL Server authentication type. + [省略可能] SQL Server 認証の種類を指定します。 + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [省略可能] 接続するデータベース名を指定します。データベースを指定しない場合、ユーザー データベースの既定の設定 (通常は 'master’) が使用されます。 + + + [Optional] Specify the delay between attempts to restore connection. + [省略可能] 接続の復元を再試行する間隔を指定します。 + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [省略可能] 試行を終了してエラーを生成する前にコマンドの実行を待機するまでの時間を秒単位で指定します。既定値は 30 秒です。 + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [省略可能] 接続試行を終了してエラーを生成するまでのサーバーへの接続を待機する時間を秒単位で指定します。既定値は 30 秒です。 + + + [Optional] Specify the maximum number of connections allowed in the pool. + [省略可能] プールで許可される最大接続数を指定します。 + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [省略可能] この接続を削除する前に、この接続がプールに存続する最小時間を秒単位で指定します。 + + + [Optional] Specify the minimum number of connections allowed in the pool. + [省略可能] プールで許可される最小接続数を指定します。 + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [省略可能] SQL Server でログに記録されるアプリケーションの名前を指定します (既定値: 'vscode-mssql')。 + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [省略可能] 完全なパス名を含む、接続可能なデータベースのプライマリ ファイル名を指定します。 + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [省略可能] SQL Server に接続するワークステーションの名前を指定します。 + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [省略可能] フェールオーバー パートナーとして機能する SQL Server のインスタンスの名前かネットワーク アドレスを指定します。 + + + [Optional] Specify the number of attempts to restore connection. + [省略可能] 接続を復元する試行回数を指定します。 + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [省略可能] SQL Server 認証用のパスワードを指定します。パスワードが指定されていない、または保存済みの場合は、接続する際に再入力を求められます。 + + + [Optional] Specify the port number to connect to. + [省略可能] 接続するポート番号を指定します。 + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [省略可能] SQL Server との通信に使われるネットワーク パケットのバイト単位のサイズを指定します。 + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [省略可能] SQL Server 認証用のユーザー名を指定します。ユーザー名が指定されていない場合は、接続するときに再び入力を求められます。 + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [省略可能] 接続に使用する ADO.NET 接続文字列。この接続に指定された他のオプションよりも優先されます。 + + + [Optional] Used by SQL Server in replication. + [省略可能] レプリケーション時に SQL Server によって使用されます。 + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [省略可能] 'Mandatory' または 'Strict' の場合、サーバーに証明書がインストールされていれば、クライアントとサーバーの間で送信されるすべてのデータに SQL Server が SSL 暗号化を使用します。'Strict' に設定されている場合、クライアントとサーバー間のすべてのデータ転送に SQL Server が TDS 8.0 を使用します。'Strict' は、SQL Server 2022 以降でサポートされています。 + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [省略可能] 'true' に設定すると、1 つの接続から複数の結果セットが返され、これらを読み取ることができます。 + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [省略可能] 'true' を設定した場合、通信レイヤーが SSL で暗号化されていれば、SQL Server の SSL 証明書は自動的に信頼されます。Azure SQL Database 接続には 'false' を設定してください。 + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [省略可能] 'true' に設定した場合、接続オブジェクトは適切なプールから取得されるか、または必要に応じて作成され、適切なプールに追加されます。注: サーバーレス データベースをアクティブな状態に保ち、自動一時停止を防ぐことができます。 + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [省略可能] 'true' に設定すると、AlwaysOn 可用性グループが異なるサブネット上に構成されている場合に、アクティブなサーバーの検出と接続が高速になります。 + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [省略可能] 'true' に設定すると、SQL Server 認証に使われるパスワードは、MacOS のキーチェーンや Windows の Secure Store といった、オペレーティング システムのセキュリティで保護された場所に保存されます。 + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [省略可能] false を設定すると、接続が開くか、既に接続状態になっている場合、パスワードのようなセキュリティに関する情報は接続の一部として返されません。 + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [省略可能] 指定した場合 (および encrypt=Mandatory and trustServerCertificate=false)、SQL Serverは、指定されたホスト名を使用してサーバー証明書との信頼を検証します。 + + + [Optional] When true, column headers are included when saving results as CSV + [省略可能] true の場合、CSV として結果を保存する際に列ヘッダーが組み込まれます + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [必須] 接続するサーバー名を指定します。'hostname instance' または '<server>.database.windows.net' (Azure SQL Database の場合) の形式を使用してください。 + + + auth + 認証 + + + database + データベース + + + port + ポート + + + server + サーバー + + + user + ユーザー + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.ko.xlf b/localization/xliff/vscode-mssql.ko.xlf index 907f837dab..81853e6f52 100644 --- a/localization/xliff/vscode-mssql.ko.xlf +++ b/localization/xliff/vscode-mssql.ko.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - 은(는) 필수입니다. - - - $(check) Copied messages - $(check) 메시지 복사함 - - - $(plug) Connect to MSSQL - $(plug) Connect to MSSQL - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - 'mssql.newEditorConnectionBehavior'가 'defaultConnection'으로 설정되어 있지만 'mssql.defaultConnectionId'가 구성되지 않았습니다. 새 편집기는 활성 연결을 전달하는 방식으로 대체됩니다. - - - '{0}' started. - {0} is the service name - '{0}'이(가) 시작되었습니다. - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <기본값> - - - <default> - <default> - - - (0 rows affected) - (적용된 행 없음) - - - (0 rows) - (행 0개) - - - (1 row affected) - (1개 행 적용됨) - - - (Command completed successfully) - (명령이 완료됨) - - - (current) - (현재) - - - (empty) - (비어 있음) - - - ({0} row(s) affected) - {0} is the number of rows affected - (행 {0}개가 영향을 받음) - - - ({0} row) - {0} is the number of rows (singular) - (행 {0}개) - - - ({0} rows affected) - {0} is the number of rows affected - ({0}개 행이 영향을 받음) - - - ({0} rows) - {0} is the number of rows (plural) - (행 {0}개) - - - + Add Azure Account - + Azure 계정 추가 - - - + Add Fabric Account - + Fabric 계정 추가 - - - + Create Connection Group - + 연결 그룹 만들기 - - - - - - - - - 0 rows - 행 0개 - - - 0 rows returned - 행 0개 반환됨 - - - 1 - 1 - - - 1 row - 행 1개 - - - 1 row returned - 행 1개 반환됨 - - - 100K vCore seconds - 100K vCore 초 - - - 32 GB - 32GB - - - 32 GB storage + 32 GB backup - 32GB 스토리지 + 32GB 백업 - - - 60 min - 60분 - - - = - = - - - A SQL editor must have focus before executing this command - 이 명령을 실행하기 전에 SQL 편집기에 포커스가 있어야 합니다. - - - A connection is already being established. Please wait for it to complete before running a query. - 연결이 이미 진행 중입니다. 완료되기를 기다렸다가 쿼리를 실행해 주세요. - - - A database with this name already exists on the server - 이 이름의 데이터베이스가 서버에 이미 있습니다. - - - A firewall rule is required to access this server. - 이 서버에 액세스하려면 방화벽 규칙이 필요합니다. - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - Fabric 서비스 전반에서 분석을 위해 데이터를 자동으로 스케일링하고, 자동 조정하며, OneLake로 미러링하는 개발자 친화적인 고도로 통합된 트랜잭션 데이터베이스입니다. - - - A predefined global default value for the column or binding. - 열 또는 바인딩에 대해 미리 정의된 전역 기본값입니다. - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - 이 편집기 세션에서 쿼리가 이미 실행 중입니다. 이 쿼리를 취소하거나 완료될 때까지 기다리세요. - - - A required .NET runtime could not be found or installed. - 필요한 .NET 런타임을 찾을 수 없거나 설치할 수 없습니다. - - - API Type - API 유형 - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - ORM 마이그레이션이나 T-SQL 변경 스크립트를 자동 생성하여 스키마 변경을 빠르게 진행하세요. - - - Accept - 수락 - - - Accept All - 모두 수락 - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - SQL Server Docker 컨테이너를 배포하려면 SQL Server EULA에 동의하세요 - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - 액세스가 거부되었습니다. 이 도구 또는 모델을 사용하기 위한 필요한 권한이 있는지 확인하세요. - - - Access to the XEL file was denied. - XEL 파일에 대한 액세스가 거부되었습니다. - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - {1} URI와의 {0} 연결에 대한 액세스 토큰이 만료되었습니다. - - - Account - 계정 - - - Account not found - 계정을 찾을 수 없음 - - - Action - 작업 - - - Action Type - 작업 유형 - - - Actions - 작업 - - - Active filters: - 활성 필터: - - - Actual Elapsed CPU Time - 실제 경과된 CPU 시간 - - - Actual Elapsed Time - 실제 경과 시간 - - - Actual Number of Rows For All Executions - 모든 실행에 대한 실제 행 수 - - - Add - 추가 - - - Add Account - 계정 추가 - - - Add Column - 열 추가 - - - Add Connection - 연결 추가 - - - Add Firewall Rule - 방화벽 규칙 추가 - - - Add Firewall Rule to {0} - {0} is the server name - {0}에 방화벽 규칙 추가 - - - Add MCP server to workspace configuration - 작업 영역 구성에 MCP 서버 추가 - - - Add Row - 행 추가 - - - Add Server Connection - 서버 연결 추가 - - - Add Table - 테이블 추가 - - - Add a Microsoft Entra account... - Microsoft Entra 계정 추가... - - - Add account - 계정 추가 - - - Add filter - 필터 추가 - - - Add filters to modify the SQL query - SQL 쿼리를 수정할 필터 추가 - - - Add my client IP ({0}) - {0} is the IP address of the client - 내 클라이언트 IP 추가({0}) - - - Add my subnet IP range - 서브넷 IP 범위 추가 - - - Add new column - 새 열 추가 - - - Add new foreign key - 새 외래 키 추가 - - - Add tag - 태그 추가 - - - Add to VS Code - VS Code에 추가 - - - Add to favorites - 즐겨찾기에 추가 - - - Add to workspace - 작업 영역에 추가 - - - Added - 추가됨 - - - Added column '{0}' - {0} is the column name - 열 '{0}' 추가됨 - - - Added foreign key '{0}' - {0} is the foreign key name - 외래 키 '{0}' 추가됨 - - - Additional parameters - 추가 매개 변수 - - - Additional usage beyond the free amount will be charged at serverless rates. - 무료 할당량을 초과하는 추가 사용량은 서버리스 요금으로 청구됩니다. - - - Admin Password - 관리자 암호 - - - Admin Username - 관리자 사용자 이름 - - - Advanced - 고급 - - - Advanced Backup Options - 고급 백업 옵션 - - - Advanced Connection Settings - 고급 연결 설정 - - - Advanced Entity Configuration - 고급 엔터티 구성 - - - Advanced Options - 고급 옵션 - - - Advanced Publish Options - 고급 게시 옵션 - - - Advanced restore options - 고급 복원 옵션 - - - After - 이후 - - - All - 모두 - - - All Files (*.*) - 모든 파일 (*.*) - - - All Schemas - 모든 스키마 - - - All files - 모든 파일 - - - All permissions for extensions to access your connections have been cleared. - 확장에서 연결에 액세스할 수 있는 모든 권한이 지워졌습니다. - - - All selected - 모두 선택됨 - - - All severities - 모든 심각도 - - - Allow Null - Null 허용 - - - Allow Nulls - Null 허용 - - - Allow null - Null 허용 - - - Allow this extension to access your connections - 이 확장에서 연결에 액세스하도록 허용 - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - MCP 클라이언트가 이 테이블에 대한 일반 만들기, 읽기, 업데이트 및 삭제 도구를 사용할 수 있습니다. - - - Alphabetical - 사전순 - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - 이미 {0}에 사용됨 - - - Alter - 대안 - - - Always Encrypted - Always Encrypted - - - Always show in new tab - 항상 새 탭에 표시 - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - 연결 참조가 모호합니다. connectionId 또는 connectionName 중 하나만 입력하세요. - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - GitHub Copilot에서 데이터베이스 스키마를 이해하고 작업을 진행하려면 활성 연결이 필요합니다. -연결을 설정하려면 “{0}”을(를) 선택하세요. - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - 노드를 새로 고치는 동안 오류가 발생했습니다. 자세한 내용은 MSSQL 출력 채널을 참조하세요. - - - An error occurred while copying results: {0} - {0} is the error message - 결과를 복사하는 동안 오류가 발생했습니다. {0} - - - An error occurred while loading data. - 데이터를 로드하는 동안 오류가 발생했습니다. - - - An error occurred while processing your request. - 요청을 처리하는 중 오류가 발생했습니다. - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - Microsoft Entra 계정을 제거하는 동안 오류가 발생했습니다. {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - 행을 검색하는 동안 오류가 발생했습니다. {0} - - - An error occurred: {0} - {0} is the error message - 오류 발생: {0} - - - An unexpected error occurred - 예기치 않은 오류가 발생했습니다. - - - An unexpected error occurred with the language model. Please try again. - 언어 모델에서 예기치 않은 오류가 발생했습니다. 다시 시도하세요. - - - An unknown error occurred. Please try again. - 알 수 없는 오류가 발생했습니다. 다시 시도하세요. - - - Analytics-ready by default - 기본적으로 분석 준비 완료 - - - Analyze static code with customizable rulesets in SQL Database Projects. - SQL Database 프로젝트에서 사용자 지정 규칙 집합으로 정적 코드를 분석하세요. - - - And - - - - Anonymous - 익명 - - - Append to the existing backup set - 기존 백업 세트에 추가 - - - Application (Client) ID - 애플리케이션(클라이언트) ID - - - Application (Client) ID is required. - 애플리케이션(클라이언트) ID가 필요합니다. - - - Application Intent - 애플리케이션 의도 - - - Application Name - 애플리케이션 이름 - - - Application Version - 애플리케이션 버전 - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - 애플리케이션 버전은 n.n.n 또는 n.n.n.n 형식이어야 합니다. 여기서 n은 숫자입니다(예: 1.0.0.0). - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - 애플리케이션 버전은 n.n.n.n 형식이어야 합니다. 여기서 n은 숫자입니다(예: 1.0.0.0). - - - Apply - 적용 - - - Apply Changes - 변경 내용 적용 - - - Apply changes to target - 대상에 변경 내용 적용 - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - SQL 구문, 관계, 제약 조건에 대한 상황별 제안을 적용하세요. - - - Apply failed. Fix the error and retry, or run Schema Compare again. - 적용하지 못했습니다. 오류를 수정한 다음 다시 시도하거나, 스키마 비교를 다시 실행하세요. - - - Applying changes, this might take a while... - 변경 사항을 적용하는 중입니다. 시간이 조금 걸릴 수 있습니다... - - - Approve - 승인 - - - Are you sure you want to cancel this background task? - 이 백그라운드 작업을 취소하시겠어요? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - 현재 세션을 닫으시겠어요? 캡처된 모든 이벤트가 사라집니다. 닫기 전에 도구 모음에서 이벤트를 CSV로 내보낼 수 있습니다. - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - 컨테이너 {0}을(를) 삭제하시겠습니까? VS Code에서 컨테이너와 해당 연결이 모두 제거됩니다. - - - Are you sure you want to delete the selected items? - 선택한 항목을 삭제하시겠습니까? - - - Are you sure you want to delete {0}? - {0} is the group name - {0}을(를) 삭제하시겠습니까? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - {0}을(를) 삭제하시겠습니까? 연결을 삭제하거나 루트 폴더로 이동할 수도 있습니다. - - - Are you sure you want to disconnect? - 연결을 끊으시겠습니까? - - - Are you sure you want to remove {0}? - {0} is the node label - {0}을(를) 제거하시겠습니까? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - 모든 Copilot 변경을 실행 취소하시겠어요? 이렇게 하면 추적된 모든 변경이 원래 상태로 되돌아갑니다. - - - Are you sure you want to update the target? - 대상을 업데이트하시겠습니까? - - - Are you sure you want to {0}? - {0} is the action being confirmed - {0}을(를) 수행하시겠습니까? - - - Are you sure? - 계속하시겠어요? - - - Ask GitHub Copilot to Fix - GitHub Copilot에게 수정 요청 - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - 채팅에서 질문하거나 스키마 변경을 제안하면 GitHub Copilot이 다이어그램에서 스키마를 바로 업데이트합니다. - - - At least one API type must be selected. - API 형식을 하나 이상 선택해야 합니다. - - - Auth type - 인증 유형 - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - Microsoft Entra 서비스 주체를 사용하여 인증합니다. 사용자 이름에는 애플리케이션(클라이언트) ID를, 암호에는 클라이언트 암호를 입력하세요. 자세한 내용을 보려면 아이콘을 클릭하세요. - - - Authenticated - 인증됨 - - - Authentication - 인증 - - - Authentication Library has changed, please reload Visual Studio Code. - 인증 라이브러리가 변경되었습니다. Visual Studio Code를 다시 로드하세요. - - - Authentication Type - 인증 유형 - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - ‘{0}’ 계정(테넌트 ‘{1}’)에 대한 인증 오류입니다. 이 문제를 해결하려면 토큰 캐시를 지워야 하며, 이렇게 하면 연결된 모든 계정에서 로그아웃됩니다. - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - 계정에 대한 인증 오류입니다. 이 문제를 해결하려면 토큰 캐시를 지워야 하며, 이렇게 하면 연결된 모든 계정에서 로그아웃됩니다. - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - nonce 불일치로 인해 인증에 실패했습니다. Azure Data Studio를 닫고 다시 시도하세요. - - - Authentication failed due to a state mismatch, please close ADS and try again. - 상태 불일치로 인해 인증에 실패했습니다. ADS를 닫고 다시 시도하세요. - - - Authentication not supported - 인증이 지원되지 않음 - - - Auto Arrange - 자동 정렬 - - - Auto Arrange Confirmation - 자동 정렬 확인 - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - 자동 정렬은 최적의 레이아웃 알고리즘에 따라 모든 다이어그램 요소의 위치를 자동으로 재배치합니다. 여러분이 만든 사용자 지정 위치는 손실됩니다. 스키마 다이어그램을 자동 정렬하시겠습니까? - - - Auto-pause - 자동 일시 중지 - - - Auto-pause the database until next month - 다음 달까지 데이터베이스를 자동으로 일시 중지 - - - Auto-scroll - 자동 스크롤 - - - Auto-scroll disabled - 자동 스크롤 사용 안 함 - - - Auto-scroll enabled - 자동 스크롤 사용 - - - Automatic tuning features like automatic index creation enabled by default. - 자동 인덱스 생성과 같은 자동 튜닝 기능이 기본적으로 활성화되어 있습니다. - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - 시스템에 설치된 공급자 중 사용 가능한 Microsoft Entra ID 계정을 자동으로 선택합니다. 자세한 내용을 보려면 아이콘을 클릭하세요. - - - Available Servers - 사용 가능한 서버 - - - Average: {0} - {0} is the average - 평균: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - 평균: {0} 개수: {1} 합계: {2} - - - Avg - 평균 - - - Azure (China) - Azure(중국) - - - Azure (Public) - Azure(퍼블릭) - - - Azure (US Government) - Azure(미국 정부) - - - Azure Account - Azure 계정 - - - Azure Account is required - Azure 계정이 필요합니다. - - - Azure Code Grant - Azure 코드 부여 - - - Azure Data Studio Migration - Azure Data Studio Migration - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Azure Data Studio 마이그레이션 도구 키트 - 이제 키맵도 포함됩니다! - - - Azure Data Studio settings file - Azure Data Studio 설정 파일 - - - Azure Databases - Azure 데이터베이스 - - - Azure Device Code - Azure 디바이스 코드 - - - Azure MFA - Azure MFA - - - Azure SQL Database is not supported for backup. - Azure SQL Database는 백업이 지원되지 않습니다. - - - Azure SQL Database is not supported for restore. - Azure SQL Database는 복원이 지원되지 않습니다. - - - Azure SQL Managed Instance - Azure SQL Managed Instance - - - Azure SQL Server - Azure SQL 서버 - - - Azure SQL databases provisioning - Azure SQL 데이터베이스 프로비전 - - - Azure Subscriptions - Azure 구독 - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - Azure 계정 '{0}'을(를) 찾을 수 없습니다. 올바른 계정으로 로그인하거나 다른 계정을 선택해 주세요. - - - Azure sign in failed. - Azure 로그인에 실패했습니다. - - - Azure subscription not found in cache. - 캐시에서 Azure 구독을 찾을 수 없습니다. - - - Azure: Sign In - Azure: 로그인 - - - Azure: Sign In to Azure Cloud - Azure: Azure Cloud에 로그인 - - - Azure: Sign In with Device Code - Azure: 디바이스 코드로 로그인 - - - BACPAC exported successfully - BACPAC 내보내기 성공 - - - BACPAC exported successfully to '{0}' - {0} is the file path - BACPAC를 '{0}'(으)로 내보냄 - - - BACPAC imported successfully - BACPAC 가져오기 성공 - - - BACPAC imported successfully to database '{0}' - {0} is the database name - 데이터베이스 '{0}'에 BACPAC를 가져옴 - - - Back - - - - Back to Schema - 스키마로 돌아가기 - - - Back to preview - 미리 보기로 돌아가기 - - - Backup - 백업 - - - Backup Database - {0} - {0} is the database name - 데이터베이스 백업 - {0} - - - Backup File - 백업 파일 - - - Backup Files - 백업 파일 - - - Backup Files (*.bak, *.log, *.trn) - 백업 파일(*.bak, *.log, *.trn) - - - Backup Location - 백업 위치 - - - Backup Name - 백업 이름 - - - Backup Storage Redundancy - 백업 스토리지 중복도 - - - Backup Type - 백업 유형 - - - Backup sets to restore - 복원할 백업 세트 - - - Backup the tail of the log - 비상 로그 백업 - - - Backup to a new media set - 새 미디어 세트에 백업 - - - Batch execution time: {0} - {0} is the batch time - 일괄 처리 실행 시간: {0} - - - Before - 이전 - - - Behavior when free offer limit is reached - 무료 제공 한도에 도달했을 때의 동작 - - - Between - 사이 - - - Blanks - 공백 - - - Blob - Blob - - - Blob Container - Blob 컨테이너 - - - Blob Container is required - Blob 컨테이너가 필요합니다. - - - Blob does not contain a valid database backup - Blob에 유효한 데이터베이스 백업이 포함되어 있지 않습니다. - - - Blob is required - Blob이 필요함 - - - Block this extension from accessing your connections - 이 확장이 연결에 액세스하지 못하도록 차단하세요. - - - Both - 둘 다 - - - Brightness - 밝기 - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - Azure Data Studio에 저장된 연결, 그룹 및 구성을 MSSQL 확장으로 가져와 친숙한 환경을 경험해 보세요. - - - Browse - 찾아보기 - - - Browse Azure - Azure 찾아보기 - - - Browse Azure SQL Database tutorials and docs - Azure SQL Database 자습서 및 문서 찾아보기 - - - Browse Fabric - Fabric 찾아보기 - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - VS Code를 벗어나지 않고 Fabric 작업 영역을 탐색하고 Fabric에서 SQL 데이터베이스를 프로비전하세요. - - - Browse files - 파일 찾아보기 - - - Browse forvpath - 경로 찾아보기 - - - Browse to Azure Data Studio settings.json - Azure Data Studio settings.json 파일 찾아보기 - - - Browse... - 찾아보기... - - - Build APIs with GitHub Copilot - GitHub Copilot으로 API 빌드 - - - Build Data API - 빌드 데이터 API - - - Build failed with exit code {0} - 종료 코드 {0}(으)로 빌드하지 못함 - - - Build {0} - {0} 빌드 - - - Building {0}... - {0}을(를) 빌드하는 중... - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - 데이터를 보호하기 위한 기본 제공 암호화, 방화벽 규칙 및 Microsoft Entra ID 통합입니다. - - - Bulk Actions - 대량 작업 - - - Bulk-logged - 대량 로그 - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - CSV/TXT 파일(*.csv, *.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - 호출 도구: {0} 및 {1}. - - - Cancel - 취소 - - - Cancel Query - 쿼리 취소 - - - Cancel Task - 작업 취소 - - - Cancel failed: {0} - {0} is the error message - 취소에 실패했습니다: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - 스키마 비교 취소 실패: '{0}' - - - Cancel the query execution in progress - 진행 중인 쿼리 실행 취소 - - - Canceled - 취소됨 - - - Canceling - 취소하는 중 - - - Canceling query - 쿼리 취소 중 - - - Canceling the query failed: {0} - {0} is the error message - 쿼리 취소 실패: {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - Docker 소켓에 액세스할 수 없습니다. 사용자가 'docker' 그룹에 속해 있지 않거나, 그룹 멤버십이 적용되기 전에 VS Code를 시작했을 수 있습니다. 'sudo usermod -aG docker $USER'를 실행한 다음 로그아웃했다가 다시 로그인하거나 재부팅한 뒤 VS Code를 다시 시작하세요. - - - Cannot cancel query as no query is running. - 실행 중인 쿼리가 없으므로 쿼리를 취소할 수 없습니다. - - - Cannot change session while active - 세션이 활성 상태일 때는 변경할 수 없습니다. - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - 만료된 토큰으로 인해 연결할 수 없습니다. 다시 인증하고 다시 시도하세요. - - - Cannot create foreign key - 외래 키를 만들 수 없습니다. - - - Cannot delete column because it is part of foreign key relationships. - 외래 키 관계에 포함되어 있어 열을 삭제할 수 없습니다. - - - Cannot delete column because it is referenced by a foreign key. - 외래 키에서 참조되고 있어 열을 삭제할 수 없습니다. - - - Cannot delete column because it is used by a foreign key. - 외래 키에서 사용되고 있어 열을 삭제할 수 없습니다. - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - {0}을(를) 제외할 수 없습니다. 포함된 종속 항목이 있습니다. - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - {0}을(를) 제외할 수 없습니다. {1} 같은 포함된 종속 항목이 있습니다. - - - Cannot generate script without a restore plan - 복원 계획이 없으면 스크립트를 생성할 수 없습니다. - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - {0}을(를) 포함할 수 없습니다. 제외된 종속 항목이 있습니다. - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - {0}을(를) 포함할 수 없습니다. {1} 같은 제외된 종속 항목이 있습니다. - - - Cannot revert: The column is part of a foreign key that references a deleted table - 되돌릴 수 없음: 열이 삭제된 테이블을 참조하는 외래 키의 일부입니다. - - - Cannot revert: The referenced table or column has been deleted - 되돌릴 수 없음: 참조된 테이블 또는 열이 삭제되었습니다. - - - Cascade - 캐스케이드 - - - Category - 범주 - - - Change - 변경 - - - Change Connection - 연결 변경 - - - Change Database - 데이터베이스 변경 - - - Change Password - 암호 변경 - - - Change Setting - 설정 변경 - - - Change column width - 열 너비 변경 - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - '{2}' 연결을 위해 데이터베이스를 '{0}'(으)로 변경하시겠습니까(ID: {1})? - - - Change the connection for the active SQL document - 활성 SQL 문서의 연결 변경 - - - Change the database for the active SQL document - 활성 SQL 문서의 데이터베이스 변경 - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - {0}/{1}개 변경 - - - Changed Tables - 변경된 테이블 - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - 문서 "{0}"에 대해 데이터베이스 컨텍스트를 "{1}"(으)로 변경함 - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - 데이터베이스 컨텍스트를 문서 {0}에서 서버 {1}의 {2}(으)로 변경했습니다. - - - Changes - 변경 내용 - - - Changes ({0}) - {0} is the number of schema changes - 변경 내용({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - 변경 내용을 적용했습니다. 업데이트된 차이점을 보려면 스키마 비교를 다시 실행하세요. - - - Changes published successfully - 변경 내용이 게시됨 - - - Changes saved successfully. - 변경 내용을 저장했습니다. - - - Changes view mode - 보기 모드 변경 - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - 데이터베이스 컨텍스트를 문서 {0}에서 서버 {1}의 {2}(으)로 변경하는 중입니다. - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - '{2}' 연결을 위해 데이터베이스를 '{0}'(으)로 변경하는 중(ID: {1}) - - - Chat - 채팅 - - - Chat command not available in this VS Code version - 이 VS Code 버전에서는 채팅 명령을 사용할 수 없습니다. - - - Check Constraint - CHECK 제약 조건 - - - Check Constraints - CHECK 제약 조건 - - - Checking Docker Engine Configuration - Docker 엔진 구성을 확인하는 중 - - - Checking Docker engine - Docker 엔진을 확인하는 중 - - - Checking Docker installation - Docker 설치를 확인하는 중 - - - Checking Docker prerequisites... - Docker 필수 구성 요소를 확인하는 중... - - - Checking container readiness - 컨테이너 준비 상태를 확인하는 중 - - - Checking if Docker is installed - Docker가 설치되어 있는지 확인하는 중 - - - Checking if Docker is installed on your machine - Docker가 컴퓨터에 설치되어 있는지 확인하는 중 - - - Checking if Docker is running on your machine. If not, we'll start it for you. - 머신에서 Docker가 실행 중인지 확인하는 중입니다. 그렇지 않은 경우 자동으로 시작합니다. - - - Checking if Docker is started - Docker가 시작되었는지 확인하는 중 - - - Checking if the Docker Engine is configured correctly on your machine. - Docker 엔진이 머신에 올바르게 구성되어 있는지 확인하는 중입니다. - - - Checking pre-requisites - 필수 구성 요소 확인 중 - - - Choose An Action - 작업 선택 - - - Choose Existing - 기존 항목 선택 - - - Choose Query History - 쿼리 기록 선택 - - - Choose SQL Language - SQL 언어 선택 - - - Choose a Microsoft Entra account - Microsoft Entra 계정 선택 - - - Choose a Microsoft Entra tenant - Microsoft Entra 테넌트 선택 - - - Choose a connection profile from the list below - 아래 목록에서 연결 프로필을 선택하세요. - - - Choose a database - 데이터베이스 선택 - - - Choose a database from the list below - 아래 목록에서 데이터베이스 선택 - - - Choose a hostname for the container - 컨테이너의 호스트 이름을 선택하세요 - - - Choose a name for the SQL Server Docker Container - SQL Server Docker 컨테이너의 이름을 선택하세요 - - - Choose a port to host the SQL Server Docker Container - SQL Server Docker 컨테이너를 호스트할 포트를 선택하세요. - - - Choose an option to provision a database - 데이터베이스 프로비전 옵션 선택 - - - Choose color - 색 선택 - - - Choose the Right Version - 올바른 버전을 선택하세요 - - - Choose the behavior for new editors - 새 편집기의 동작 선택 - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - 이 저장 프로시저를 GraphQL 변형(mutation) 또는 쿼리로 표시할지 선택하세요. DAB의 기본값은 변형입니다. - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - 순환 참조가 발견되었습니다: '{0}' → '{1}'이(가) 순환을 생성합니다. - - - Clear - 삭제 - - - Clear All - 모두 지우기 - - - Clear All Filters - 모든 필터 지우기 - - - Clear Data - 데이터 지우기 - - - Clear Filter - 필터 지우기 - - - Clear Filters - 필터 지우기 - - - Clear Quick Query - 빠른 쿼리 지우기 - - - Clear Recent Connections List - 최근 연결 목록 삭제 - - - Clear Selection - 선택 영역 지우기 - - - Clear Sort - 정렬 지우기 - - - Clear all - 모두 지우기 - - - Clear all events (keeps session running) - 모든 이벤트 지우기(세션 실행 유지) - - - Clear all filters - 모든 필터 지우기 - - - Clear all filters and show all events - 모든 필터를 지우고 모든 이벤트 표시 - - - Clear all grouping - 모든 그룹화 지우기 - - - Clear all sorting - 모든 정렬 지우기 - - - Clear cache and refresh token - 캐시 지우기 및 토큰 새로 고침 - - - Clear filters - 필터 지우기 - - - Clear from recent connections list - 최근 연결 목록에서 지우기 - - - Clear permissions for all extensions to access your connections - 모든 확장이 연결에 액세스할 수 있는 권한을 지우세요. - - - Clear quick filter and all column filters - 빠른 필터와 모든 열 필터 지우기 - - - Clear this Quick Query - 이 빠른 쿼리 지우기 - - - Clear token cache - 토큰 캐시 삭제 - - - Click to cancel loading summary - 요약 로드를 취소하려면 클릭하세요. - - - Click to change connection - 연결을 변경하려면 클릭하세요. - - - Click to change database - 데이터베이스를 변경하려면 클릭하세요. - - - Click to connect to a database - 데이터베이스에 연결하려면 클릭 - - - Click to load summary - 요약을 로드하려면 클릭하세요. - - - Click to sign into an Azure account - Azure 계정에 로그인하려면 클릭하세요. - - - Client Secret - 클라이언트 암호 - - - Client secret is required. - 클라이언트 암호가 필요합니다. - - - Close - 닫기 - - - Close Designer - Designer 닫기 - - - Close Find - 찾기 닫기 - - - Close Script Pane - 스크립트 창 닫기 - - - Close Without Export - 내보내지 않고 닫기 - - - Close details panel - 세부 정보 창 닫기 - - - Close existing connections to destination database - 대상 데이터베이스에 대한 기존 연결 닫기 - - - Close properties pane - 속성 창 닫기 - - - Close the current connection - 현재 연결 닫기 - - - Cloud - 클라우드 - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis - {0} - - - Code analysis rules saved successfully - Code Analysis 규칙을 저장했습니다. - - - Collapse - 축소 - - - Collapse All - 모두 축소 - - - Collapse Subscription Explorer - 구독 탐색기 축소 - - - Collapse Workspace Explorer - 작업 영역 탐색기 축소 - - - Collapse all groups - 모든 그룹 축소 - - - Collapse connection groups - 연결 그룹 축소 - - - Collapse connections - 연결 축소 - - - Collapse settings - 설정 접기 - - - Collapse {0} - {0} is the category name, e.g. Design - {0} 축소 - - - Collation - 데이터 정렬 - - - Color - - - - Column - - - - Column '{0}' already exists - {0} is the column name - 열 '{0}'이(가) 이미 있습니다. - - - Column '{0}' already has a foreign key - {0} is the column name - 열 '{0}'에는 이미 외래 키가 있습니다. - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - 열 '{0}'은(는) 기본 키이므로 null일 수 없습니다. - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - 열 '{0}'은(는) ID 열이며 연계 외래 키를 가질 수 없습니다. - - - Column '{0}' must be a primary key - {0} is the referenced column - 열 '{0}'은(는) 기본 키여야 합니다. - - - Column '{0}' not found - {0} is the column name - 열 '{0}'을(를) 찾을 수 없습니다. - - - Column Name - 열 이름 - - - Column max length cannot be empty - 열 최대 길이는 비워둘 수 없음 - - - Column name cannot be empty - 열 이름은 비워 둘 수 없습니다. - - - Column not found: {0} - {0} is the column reference - 다음 열을 찾을 수 없습니다. {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - 열 참조가 둘 이상의 열로 확인되었습니다. {0} - - - Column resize by content - 콘텐츠별 열 크기 조정 - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - 열 너비는 최소 {0} 픽셀이어야 합니다. - - - Columns - - - - Columns in the primary key. - 기본 키의 열입니다. - - - Command Timeout - 명령 시간 제한 - - - Commands - 명령 - - - Compare - 비교 - - - Compare Azure SQL Database service tiers - Azure SQL Database 서비스 계층 비교 - - - Compare SQL Server editions - SQL Server 에디션 비교 - - - Comparison Details - 비교 세부 정보 - - - Compatibility Level - 호환성 수준 - - - Compress backup - 백업 압축 - - - Compression - 압축 - - - Compute - 컴퓨팅 - - - Compute + Storage - 컴퓨팅 + 스토리지 - - - Config copied to clipboard - 구성이 클립보드에 복사됨 - - - Configuration saved. - 구성을 저장했습니다. - - - Configuration sections - 구성 섹션 - - - Configuration to Import - 가져올 구성 - - - Configure Linux containers - Linux 컨테이너 구성 - - - Configure Quick Query and Extension shortcuts. - 빠른 쿼리 및 확장 바로 가기를 구성합니다. - - - Configure Rosetta in Docker Desktop - Docker 데스크톱에서 Rosetta 구성 - - - Configure and customize Azure SQL Databases - Azure SQL Database 구성 및 사용자 지정 - - - Configure and customize SQL Server containers - SQL Server 컨테이너 구성 및 사용자 지정 - - - Configure keyboard shortcuts used by the MSSQL extension. - MSSQL 확장에서 사용하는 키보드 바로 가기를 구성합니다. - - - Configure the full list of Query Editor shortcuts. - 쿼리 편집기의 전체 바로 가기 목록을 구성합니다. - - - Confirm Password - 암호 확인 - - - Confirm SQL Server admin password - SQL Server 관리자 암호 확인 - - - Confirm admin password - 관리자 암호 확인 - - - Confirm new password - 새 암호 확인 - - - Confirm to clear recent connections list - 최근 연결 목록 삭제 확인 - - - Confirm to remove this profile. - 이 프로필을 제거할지 확인합니다. - - - Conjunction - 결합 - - - Connect - 연결 - - - Connect and manage database connections - 데이터베이스 연결 및 관리 - - - Connect the active SQL document to a database - 활성 SQL 문서를 데이터베이스에 연결 - - - Connect to Database - 데이터베이스에 연결 - - - Connect to MSSQL - MSSQL에 연결 - - - Connect to SQL Server - SQL Server에 연결 - - - Connect to Server - 서버에 연결 - - - Connect to a database - 데이터베이스에 연결 - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - 서버 {0} 및 데이터베이스 {1}에 연결하시겠습니까? - - - Connect to server {0}? - {0} is the server name - 서버 {0}에 연결하시겠습니까? - - - Connect to {0} - {0} is the name of the connection profile - {0}에 연결 - - - Connect using either Microsoft Entra ID or SQL Authentication. - Microsoft Entra ID 또는 SQL 인증을 사용하여 연결하세요. - - - Connect using profile {0}? - {0} is the profile ID - 프로필 {0}을(를) 사용하여 연결하시겠습니까? - - - Connect with SQL tools and run your first query - SQL 도구에 연결하고 첫 번째 쿼리 실행 - - - Connect with the current settings and save the connection profile - 현재 설정으로 연결하고 연결 프로필을 저장 - - - Connected successfully - 연결함 - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - 문서 "{0}"에서 서버 "{1}"에 연결했습니다. 서버 정보: {2} - - - Connected to {0} - {0} is the connection label - {0}에 연결됨 - - - Connected to: - 연결 대상: - - - Connecting - 연결 - - - Connecting to Container - 컨테이너에 연결하는 중 - - - Connecting to Database - 데이터베이스에 연결하는 중 - - - Connecting to database - 데이터베이스에 연결하는 중 - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - 문서 "{0}"에서 서버 "{1}"에 연결하는 중입니다. - - - Connecting to server {0} - {0} is the server name - 서버 {0}에 연결하고 있습니다. - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - 서버 {0} 및 데이터베이스 {1}에 연결하는 중 - - - Connecting to server... - 서버에 연결하는 중... - - - Connecting to your SQL Server Docker container - Docker에서 SQL Server Docker 컨테이너에 연결하는 중 - - - Connecting to {0}... - {0} is the server name - {0}에 연결하는 중... - - - Connecting to {0}... - {0} is the connection display name - {0}에 연결하는 중... - - - Connecting to: - 다음에 연결 중: - - - Connecting using profile {0} - {0} is the profile ID - 프로필 {0}을(를) 사용하여 연결하는 중 - - - Connecting... - 연결 중... - - - Connection - 연결 - - - Connection Authentication - 연결 인증 - - - Connection Details - 연결 세부 정보 - - - Connection Dialog - 연결 대화 상자 - - - Connection Error - 연결 오류 - - - Connection Failed - 연결 실패 - - - Connection Group - 연결 그룹 - - - Connection Import Warning - 연결 가져오기 경고 - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - 연결 프로필을 업데이트할 수 없습니다. settings.json에서 연결 세부 정보를 수동으로 수정하고 다시 시도하세요. - - - Connection String - 연결 문자열 - - - Connection Timeout - 연결 시간 제한 - - - Connection Timeout (seconds) - 연결 시간 제한(초) - - - Connection actions - 연결 작업 - - - Connection error - 연결 오류 - - - Connection error: {0} - {0} is the error message - 연결 오류: {0} - - - Connection failed - 연결 실패 - - - Connection failed: {0} - {0} is the error message from the connection attempt - 연결 실패: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - ID가 같은 연결 그룹을 이미 가져왔습니다. {0}(ID: {1}) - - - Connection groups to import - 가져올 연결 그룹 - - - Connection is not active. Please establish a connection before performing this action. - 연결이 활성 상태가 아닙니다. 이 작업을 수행하기 전에 연결을 설정하세요. - - - Connection not found for uri "{0}". - {0} is the uri - "{0}" URI에 대한 연결을 찾지 못했습니다. - - - Connection profile '{0}' not found. - {0} is the profile ID - 연결 프로필 '{0}'을(를) 찾을 수 없습니다. - - - Connection profile not found. Please create a new connection using the Connection Dialog. - 연결 프로필을 찾을 수 없습니다. 연결 대화 상자를 사용하여 새 연결을 만드세요. - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - 확장 '{0}'에 대한 연결 공유 권한이 거부되었습니다. 사용 권한 관리 명령을 사용하여 변경하세요. - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - 확장 '{0}'에는 연결 공유 권한이 필요합니다. - - - Connection string copied to clipboard - 연결 문자열이 클립보드에 복사됨 - - - Connection string is required - 연결 문자열이 필요합니다. - - - Connection test succeeded - 연결 테스트가 성공함 - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - ID가 "{0}"인 연결을 찾을 수 없습니다. 연결 ID가 있는지 확인하세요. - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - ID가 같은 연결을 이미 가져왔습니다. {0}(ID: {1}) - - - Connection: {0} - {0} is the task connection label - 연결: {0} - - - Connections in groups that are not selected will be moved under the root. - 선택하지 않은 그룹에 있는 연결은 루트 아래로 이동됩니다. - - - Connections to import - 가져올 연결 - - - Consider adding a name for this foreign key - 이 외래 키의 이름을 추가하는 것이 좋습니다. - - - Container Name - 컨테이너 이름 - - - Container Settings - 컨테이너 설정 - - - Container does not exist. Would you like to remove the connection? - 컨테이너가 없습니다. 연결을 제거하시겠습니까? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - 시간 제한 내에 컨테이너를 시작하지 못했습니다. 잠시 기다렸다가 다시 시도하세요. - - - Container logs - 컨테이너 로그 - - - Container name and port are required to check container readiness. - 컨테이너 준비 상태를 확인하려면 컨테이너 이름과 포트가 필요합니다. - - - Container name is invalid or already in use - 컨테이너 이름이 잘못되었거나 이미 사용 중입니다. - - - Container name is required - 컨테이너 이름은 필수입니다. - - - Container name, port, and config content are required to start the container. - 컨테이너를 시작하려면 컨테이너 이름, 포트, 그리고 구성 내용이 필요합니다. - - - Containment Type - 포함 유형 - - - Contains - 다음을 포함함 - - - Continue - 계속 - - - Continue Editing - 계속 편집 - - - Continue on error - 오류 발생 시 계속 - - - Continue using for additional charges - 추가 요금으로 계속 사용 - - - Control the results grid display - 결과 그리드 표시 제어 - - - Copied - 복사됨 - - - Copied "{0}" to clipboard - {0} is the object name - "{0}" 클립보드에 복사됨 - - - Copied to clipboard - 클립보드에 복사됨 - - - Copilot Changes - Copilot 변경 - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Copilot 변경({0}) - - - Copy - 복사 - - - Copy & Export - 복사 및 내보내기 - - - Copy All - 모두 복사 - - - Copy As - 다음으로 복사 - - - Copy Column Name - 열 이름 복사 - - - Copy Headers - 헤더 복사 - - - Copy Object Name - 개체 이름 복사 - - - Copy Script - 스크립트 복사 - - - Copy Script to Clipboard - 클립보드에 스크립트 복사 - - - Copy all cells including column headers - 열 머리글을 포함해 모든 셀 복사 - - - Copy all query result content - 모든 쿼리 결과 콘텐츠를 복사 - - - Copy all text output for this cell (messages, PRINT, errors) - 이 셀의 모든 텍스트 출력(메시지, PRINT, 오류) 복사 - - - Copy all with headers - 헤더를 포함하여 모두 복사 - - - Copy as CSV - CSV로 복사 - - - Copy as IN clause - IN 절로 복사 - - - Copy as INSERT - INSERT로 복사 - - - Copy as INSERT INTO - INSERT INTO로 복사 - - - Copy as JSON - JSON으로 복사 - - - Copy code and open webpage - 코드 복사 및 웹 페이지 열기 - - - Copy command to clipboard - 명령을 클립보드에 복사 - - - Copy connection string to clipboard - 연결 문자열을 클립보드에 복사 - - - Copy data and save results to files - 데이터를 복사하고 결과를 파일로 저장 - - - Copy link - 링크 복사 - - - Copy messages - 메시지 복사 - - - Copy script - 스크립트 복사 - - - Copy selected cells including column headers - 열 머리글을 포함해 선택한 셀 복사 - - - Copy selected cells to the clipboard - 선택한 셀을 클립보드에 복사 - - - Copy selection - 선택 영역 복사 - - - Copy selection formatted as INSERT statements - 선택 영역을 INSERT 문 형식으로 복사 - - - Copy selection formatted as JSON - 선택 영역을 JSON 형식으로 복사 - - - Copy selection formatted as a SQL IN clause - 선택 항목을 SQL IN 절 형식으로 복사 - - - Copy selection formatted as comma-separated values - 선택 영역을 쉼표로 구분된 값 형식으로 복사 - - - Copy text data to clipboard - 텍스트 데이터를 클립보드에 복사 - - - Copy with Headers - 복사(머리글 포함) - - - Copy with headers - 헤더를 포함하여 복사 - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - {0} URL 복사 - - - Copy-only Backup - 복사 전용 백업 - - - Copying results... - 결과를 복사하는 중... - - - Cost - 비용 - - - Could not connect to database: {0} - {0} is the database name - {0} 데이터베이스에 연결할 수 없습니다. - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - 클라이언트 IP 주소를 감지할 수 없습니다. Azure Portal에서 방화벽 규칙을 직접 추가하세요. - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - {0} '{1}'에 대한 스크립팅 메타데이터를 찾을 수 없습니다. - - - Could not load restore plan - 복원 계획을 로드할 수 없습니다. - - - Count - 개수 - - - Count: {0} - {0} is the count - 개수: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - 개수: {0} 고유 카운트: {1} null 개수: {2} - - - Create - 만들기 - - - Create Connection Group - 연결 그룹 만들기 - - - Create Connection Profile - 연결 프로필 만들기 - - - Create Container - 컨테이너 만들기 - - - Create Database - 데이터베이스 만들기 - - - Create Firewall Rule - 방화벽 규칙 만들기 - - - Create Local SQL Container - 로컬 SQL 컨테이너 만들기 - - - Create New - 새로 만들기 - - - Create New Connection Group - 새 연결 그룹 만들기 - - - Create New Resource Group - 새 리소스 그룹 만들기 - - - Create New Server - 새 서버 만들기 - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - Visual Studio Code 내 시각적 인터페이스에서 SQL 데이터베이스 테이블을 위한 REST, GraphQL, MCP 엔드포인트를 만드세요. 엔터티, 권한, 배포 설정을 구성한 후 Docker로 로컬에 배포하세요. - - - Create a Local Docker SQL Server - 로컬 Docker SQL Server 만들기 - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - 몇 초 만에 SQL Server 컨테이너를 만들 수 있으며 수동 조치가 필요하지 않습니다. VS Code를 종료하지 않고 MSSQL 확장에서 쉽게 관리할 수 있습니다. - - - Create a SQL database in Fabric - Fabric의 SQL 데이터베이스 만들기 - - - Create a new connection profile - 새 연결 프로필 만들기 - - - Create a new database on '{0}'. - {0} is the name of the server - '{0}'에 새 데이터베이스를 만듭니다. - - - Create a new firewall rule - 새 방화벽 규칙 만들기 - - - Create a new profiling session - 새 프로파일링 세션 만들기 - - - Create an Azure SQL Database (Preview) - Azure SQL 데이터베이스 만들기(미리 보기) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - 자주 사용하는 쿼리와 쿼리 편집기 및 결과 그리드 작업에 대한 바로 가기 키를 만들고 관리하세요. 사용 가능한 명령을 확인하고 더 효율적으로 실행할 수 있습니다. - - - Create as Script - 스크립트로 만들기 - - - Create new - 새로 만들기 - - - Create new connection copied from {0} - {0} is the name of the connection profile - {0}에서 복사한 새 연결 그룹 만들기 - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - {0}에 대한 새 방화벽 규칙 만들기 - - - Created table {0} - {0} is the qualified table name - 테이블 {0} 생성됨 - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - 이 저장 프로시저에 대한 전용 MCP 도구를 만듭니다. 비활성화된 경우에도 MCP가 활성화되어 있으면 일반 MCP 실행 도구를 통해 프로시저를 계속 사용할 수 있습니다. - - - Creating Container - 컨테이너 만드는 중 - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - 작업 영역 {0}에 대한 SQL 데이터베이스를 생성하는 중 - - - Creating SQL Server container... - SQL Server 컨테이너를 만드는 중... - - - Creating and starting the container - 컨테이너를 만들고 시작하는 중 - - - Creating and starting your SQL Server container - SQL Server 컨테이너를 만들고 시작하는 중입니다. - - - Creating database - 데이터베이스를 만드는 중입니다. - - - Creating resource group... - 리소스 그룹을 만드는 중... - - - Creating server... - 서버를 만드는 중... - - - Creating session... - 세션을 만드는 중... - - - Creating workspace with capacity {0} - {0} is the capacity ID - 용량이 {0}인 작업 영역을 생성하는 중입니다. - - - Creating... - 만드는 중... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - 자격 증명 오류: 계정 자격 증명을 새로 고치는 동안 오류가 발생했습니다. 다시 인증하세요. - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - 자격 증명 오류: 계정 자격 증명을 새로 고치는 동안 오류가 발생했습니다. 다시 인증하세요. 오류: {0} - - - Current Schema: {0}, Select the new schema: - 현재 스키마: {0}, 새 스키마를 선택하세요. - - - Currently signed in as: - 현재 로그인한 사용자: - - - Custom GraphQL Plural Type - 사용자 지정 GraphQL 복수형 형식 - - - Custom GraphQL Singular Type - 사용자 지정 GraphQL 단수 형식 - - - Custom GraphQL Type - 사용자 지정 GraphQL 타입 - - - Custom REST Path - 사용자 지정 REST 경로 - - - Custom Zoom - 사용자 지정 확대/축소 - - - Customize keyboard shortcuts - 바로 가기 키 사용자 지정 - - - DAB container failed to become ready within the timeout period. - 시간 제한 기간 내에 DAB 컨테이너를 준비하지 못했습니다. - - - DAB container is running! - 컨테이너가 실행 중입니다! - - - DAB container logs - DAB 컨테이너 로그 - - - DACPAC deployed successfully - DACPAC 배포 성공 - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - 데이터베이스 '{0}'에 DACPAC를 배포함 - - - DACPAC extracted successfully - DACPAC 추출 성공 - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC가 '{0}'에 추출됨 - - - DACPAC path not found. Please build the project first. - DACPAC 경로를 찾을 수 없습니다. 먼저 프로젝트를 빌드하세요. - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - DacFx 서비스를 사용할 수 없습니다. 배포 옵션 없이 프로필이 로드되었습니다. 스크립트 게시 및 생성 작업을 수행할 수 없습니다. - - - DacFx service is not available. Publish and generate script operations cannot be performed. - DacFx 서비스를 사용할 수 없습니다. 스크립트 게시 및 생성 작업을 수행할 수 없습니다. - - - Data API builder - 데이터 API 작성기 - - - Data API builder Configuration - 데이터 API 작성기 구성 - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - 데이터 API Builder가 열렸습니다. {0} 작업을 계속합니다({1}/{2}). - - - Data API builder with GitHub Copilot - GitHub Copilot을 사용한 데이터 API 작성기 - - - Data Source - 데이터 원본 - - - Data Type - 데이터 형식 - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - SQL 분석 엔드포인트를 사용하여 실시간으로 데이터가 OneLake에 자동으로 복제됩니다. - - - Data file folder - 데이터 파일 폴더 - - - Data type - 데이터 형식 - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - 데이터 형식 불일치: '{0}' 열의 '{1}'이(가) '{3}'의 '{2}'과(와) 호환되지 않습니다. - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - 데이터 계층 애플리케이션(DACPAC/BACPAC) 가져오기 및 내보내기 - - - Data-tier Application - 데이터 계층 애플리케이션 - - - Data-tier Application File (.dacpac) - 데이터 계층 애플리케이션 파일(.dacpac) - - - Database - 데이터베이스 - - - Database - {0} - {0} is the database name - 데이터베이스 - {0} - - - Database Description - 데이터베이스 설명 - - - Database Details - 데이터베이스 세부 정보 - - - Database Name - 데이터베이스 이름 - - - Database Name is required - 데이터베이스 이름이 필요합니다. - - - Database Project - 데이터베이스 프로젝트 - - - Database changed successfully - 데이터베이스를 변경했습니다. - - - Database is required - 데이터베이스는 필수 항목임 - - - Database list - 데이터베이스 목록 - - - Database name - 데이터베이스 이름 - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - 데이터베이스 이름에 잘못된 문자가 포함되어 있습니다. 사용 안 됨: < > * ? " / \ | - - - Database name is required - 데이터베이스 이름이 필요합니다. - - - Database name is too long. Maximum length is 128 characters - 데이터베이스 이름이 너무 깁니다. 최대 길이는 128자입니다. - - - Database name must be 128 characters or fewer - 데이터베이스 이름은 128자 이하여야 함 - - - Database not found on the server - 서버에서 데이터베이스를 찾을 수 없습니다. - - - Database pauses until the next billing cycle when free amount is renewed. - 무료 할당량이 갱신되는 다음 청구 주기까지 데이터베이스가 일시 중지됩니다. - - - Database the table is created in - 테이블이 생성된 데이터베이스 - - - Default - 기본값 - - - Default Value - 기본값 - - - Define who can access this endpoint - 이 엔드포인트에 접근할 수 있는 사용자 정의 - - - Define who can execute this stored procedure - 이 저장 프로시저를 실행할 수 있는 사용자 정의 - - - Definition - 정의 - - - Definition type - 정의 유형 - - - DefinitionRequestCompleted - DefinitionRequestCompleted - - - DefinitionRequested - DefinitionRequested - - - Delete - 삭제 - - - Delete 1 row - 1개 행 삭제 - - - Delete Confirmation - 삭제 확인 - - - Delete Contents - 내용 삭제 - - - Delete Row - 행 삭제 - - - Delete backup and restore history - 백업 및 복원 기록 삭제 - - - Delete saved connection - 저장된 연결 삭제 - - - Delete {0} rows - {0}개 행 삭제 - - - Deleted - 삭제됨 - - - Deleted column '{0}' - {0} is the column name - 열 '{0}' 삭제됨 - - - Deleted foreign key '{0}' - {0} is the foreign key name - 외래 키 '{0}' 삭제됨 - - - Deleted table {0} - {0} is the qualified table name - 테이블 {0} 삭제됨 - - - Deleting Container... - 컨테이너를 삭제하는 중... - - - Deny - 거부 - - - Deploy - 배포 - - - Deploy DAB Container - DAB 컨테이너 배포 - - - Deploy a .dacpac file to a new or existing SQL database - 새 SQL 데이터베이스 또는 기존 SQL 데이터베이스에 .dacpac 파일 배포 - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - MSSQL 확장에서 간소화된 통합 워크플로를 사용하여 .dacpac 파일을 배포 및 추출하거나 .bacpac 패키지를 가져오고 내보낼 수 있습니다. - - - Deploy to Existing Database - 기존 데이터베이스에 배포 - - - Deploy, extract, import, or export data-tier applications on the selected database - 선택한 데이터베이스에서 데이터 계층 애플리케이션 배포, 추출, 가져오기 또는 내보내기 - - - Deploying DACPAC... - DACPAC 배포 중... - - - Deployment Complete - 배포 완료 - - - Deployment Failed - 배포 실패 - - - Deployment Name - 배포 이름 - - - Deployment failed - 배포 실패 - - - Deployment finished - 배포 완료 - - - Deployment in progress - 배포 진행 중 - - - Description - 설명 - - - Description for the table. - 테이블에 대한 설명입니다. - - - Description: {0} - {0} is the task description - 설명: {0} - - - Deselect All - 모두 선택 취소 - - - Design API - API 디자인 - - - Design Schemas with GitHub Copilot - GitHub Copilot으로 스키마 디자인 - - - Details - 자세히 - - - Details panel actions - 세부 정보 패널 작업 - - - Details panel tabs - 세부 정보 패널 탭 - - - Details tab - displays all event properties - 세부 정보 탭 - 모든 이벤트 속성을 표시합니다. - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - Azure SQL Database Engine을 사용하는 개발자 친화적인 트랜잭션 데이터베이스입니다. 프로토타입과 학습은 무료로 이용할 수 있습니다. - - - Developer-friendly transactional database using the Azure SQL Database Engine. - Azure SQL 데이터베이스 엔진을 사용하는 개발자 친화적인 트랜잭션 데이터베이스입니다. - - - Differential - 차등 - - - Directory not found - 디렉터리를 찾을 수 없습니다. - - - Disable all entities - 모든 엔터티 사용 안 함 - - - Disable intellisense and syntax error checking on current document - 현재 문서에서 IntelliSense 및 구문 오류 검사 사용 안 함 - - - Disabled - 사용 안 함 - - - Disabled globally - 전역적으로 비활성화됨 - - - Discard - 취소 - - - Disconnect - 연결 끊기 - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'의 연결을 끊으시겠습니까(ID: {1})? - - - Disconnect the active SQL document from the database - 활성 SQL 문서를 데이터베이스에서 연결 해제합니다. - - - Disconnected on document "{0}" - {0} is the document name - 문서 "{0}"에서 연결을 끊음 - - - Disconnected successfully - 연결이 끊어짐 - - - Disconnected. - 연결이 끊겼습니다. - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - codespace '{0}'에서 연결을 끊는 중(ID: {1}) - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - 패브릭의 SQL Database, Azure SQL, SQL Server가 최신 앱 개발을 어떻게 새롭게 바꾸고 있는지 알아보세요. 성능, AI 통합 및 개발자 생산성의 한계를 넓히는 엔지니어와 동료들과 함께하세요. - - - Dismiss - 해제 - - - Displays the data type name for the column - 열의 데이터 형식 이름을 표시합니다. - - - Displays the description of the column - 열에 대한 설명을 표시합니다. - - - Displays the unified data type (including length, scale and precision) for the column - 열의 통합 데이터 형식(길이, 소수 자릿수 및 전체 자릿수 포함)을 표시합니다. - - - Dissatisfied - 불만족 - - - Distinct - 고유 - - - Distinct Count: {0} - {0} is the distinct count - 고유 카운트: {0} - - - Do not compress backup - 백업 압축 안 함 - - - Do not connect - 연결 안 함 - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - VS Code용 MSSQL 확장에 대한 간단한 피드백 설문 조사에 참여하시겠습니까? - - - Do you want to always display query results in a new tab instead of the query pane? - 쿼리 창 대신 항상 새 탭에 쿼리 결과를 표시하시겠습니까? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - 이 연결에서 '서버 인증서 신뢰'를 사용하도록 설정하고 다시 시도하시겠습니까? - - - Docker Desktop must be installed and running on your machine. - Docker Desktop이 여러분의 컴퓨터에 설치되어 실행 중이어야 합니다. - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - Docker를 제한 시간 내에 시작하지 못했습니다. Docker를 수동으로 시작하고 다시 시도하세요. - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Docker가 설치되지 않았거나 PATH에 없습니다. Docker Desktop을 설치하고 다시 시도하세요. - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Docker를 실행하려면 루트 권한이 필요합니다. sudo를 사용하여 Docker를 실행하거나 sudo usermod -aG docker $USER를 사용하여 Docker 그룹에 사용자를 추가하세요. 그런 다음 컴퓨터를 재부팅하고 다시 시도하세요. - - - Don't Save - 저장하지 않음 - - - Don't Show Again - 다시 표시 안 함 - - - Don't show this again - 다시 표시하지 않음 - - - Download offline VSIX - 오프라인 VSIX 다운로드 - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - 키맵 확장을 다운로드하면 Azure Data Studio에서 키 매핑을 자동으로 가져올 수 있습니다. 이 변경 사항은 키보드 바로 가기 기본 설정에 반영됩니다. - - - Downloading the Data API builder container image - 데이터 API Builder 컨테이너 이미지를 다운로드하는 중 - - - Drizzle - Drizzle - - - Drop - 삭제 - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - '{1}'에서 '{0}'을(를) 삭제합니다. 이 작업은 실행을 취소할 수 없습니다. - - - Drop Database - 데이터베이스 삭제 - - - Drop Database Options - 데이터베이스 옵션 삭제 - - - Drop active connections - 활성 연결 삭제 - - - Dropping database - 데이터베이스를 삭제하는 중 - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - VS Code 확장에서 나가지 않고도 로컬 SQL Server를 쉽게 설정할 수 있습니다. 몇 번의 클릭만으로 서버를 손쉽게 설치하고 구성하며 관리할 수 있습니다. - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - Azure SQL 데이터베이스 무료 계층으로 쉽게 시작해 보세요. 편집기에서 바로 데이터베이스를 만들고 무료로 연결할 수 있습니다. - - - Edit Connection Group - {0} - {0} is the connection group name - 연결 그룹 편집 - {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - 연결 그룹 {0} 편집 - - - Edit Data - 데이터 편집 - - - Edit Database Connection - {0} - {0} is the name of the connection profile - 데이터베이스 연결 편집 - {0} - - - Edit Table - 테이블 편집 - - - Edit an existing connection profile - 기존 연결 프로필 편집 - - - Edit connection profile - 연결 프로필 편집 - - - Edit your schema to see changes here. - 여기에서 변경 내용을 보려면 스키마를 편집합니다. - - - Edit {0} - {0} is the name of the connection profile - {0} 편집 - - - Either profileId or serverName must be provided. - profileId 또는 serverName을 입력해야 합니다. - - - Elapsed time: {0} - {0} is the task elapsed time - 경과된 시간: {0} - - - Enable 'Trust Server Certificate' - ‘서버 인증서 신뢰’ 활성화 - - - Enable Code Analysis on Build - 빌드에 코드 분석 사용 - - - Enable GraphQL in API Type to expose this entity through GraphQL. - GraphQL을 통해 이 엔터티를 노출하려면 API 유형에서 GraphQL을 활성화하세요. - - - Enable MCP in API Type to use this DML tools setting. - 이 DML 도구 설정을 사용하려면 API 유형에서 MCP를 활성화하세요. - - - Enable MCP in API Type to use this custom tool setting. - 이 사용자 지정 도구 설정을 사용하려면 API 유형에서 MCP를 활성화하세요. - - - Enable REST in API Type to expose this entity through REST. - REST를 통해 이 엔터티를 노출하려면 API 유형에서 REST를 활성화하세요. - - - Enable Trust Server Certificate - 서버 인증서 신뢰 활성화 - - - Enable all CRUD operations - 모든 CRUD 작업 사용 - - - Enable all entities - 모든 엔터티 사용 - - - Enable all rules in {0} - {0} is the category name, e.g. Design - {0}의 모든 규칙 활성화 - - - Enable or disable SQLCMD mode for the active SQL document - 활성 SQL 문서에서 SQLCMD 모드를 사용하거나 사용하지 않도록 설정 - - - Enable {0} - {0} is the entity name - {0} 활성화 - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - {0} 활성화 - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} 전역적으로 활성화 - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - 이 엔터티를 노출하려면 API 유형에서 {0}을(를) 활성화하세요. - - - Enabled - 사용 - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - 문제가 발생합니까? 개선할 수 있도록 GitHub 문제를 열어 세부 정보를 공유하세요! - - - Encrypt - 암호화 - - - Encryption - 암호화 - - - Encryption Algorithm - 암호화 알고리즘 - - - Encryption Type - 암호화 유형 - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - 이 연결에서 암호화를 사용하도록 설정했습니다. 대상 SQL Server에 대한 SSL 및 인증서 구성을 검토하거나, 연결 대화 상자에서 '서버 인증서 신뢰'를 사용하도록 설정하세요. - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - 이 연결에서 암호화를 사용하도록 설정했습니다. 대상 SQL Server에 대한 SSL 및 인증서 구성을 검토하거나 '서버 인증서 신뢰'를 'true'로 설정하세요. 참고: 자체 서명된 인증서는 제한된 보호만 제공하며 프로덕션 환경에 권장되는 방법은 아닙니다. - - - End IP Address - 끝 IP 주소 - - - Ends With - 다음으로 끝남 - - - Ends with - 끝 문자 - - - Engine: {0} - {0} is the engine type - 엔진: {0} - - - Ensuring Docker Desktop is running - Docker Desktop이 실행 중인지 확인하는 중 - - - Enter Database Description - 데이터베이스 설명 입력 - - - Enter Database Name - 데이터베이스 이름 입력 - - - Enter a date... - 날짜 입력... - - - Enter a name for the new profiler session - 새 Profiler 세션 이름 입력 - - - Enter a name for the new resource group - 새 리소스 그룹의 이름 입력 - - - Enter a name for the new server - 새 서버의 이름 입력 - - - Enter a number... - 숫자 입력... - - - Enter admin password - 관리자 암호 입력 - - - Enter admin username - 관리자 사용자 이름 입력 - - - Enter application name - 애플리케이션 이름 입력 - - - Enter connection group name - 연결 그룹 이름을 입력하세요 - - - Enter container name - 컨테이너 이름 입력 - - - Enter database name - 데이터베이스 이름 입력 - - - Enter description (optional) - 설명 입력(선택 사항) - - - Enter desired column width in pixels - 원하는 열 너비를 픽셀 단위로 입력합니다. - - - Enter hostname - 호스트 이름 입력 - - - Enter new column width - 새 열 너비 입력 - - - Enter new database name - 새 데이터베이스 이름 입력 - - - Enter new password - 새 암호 입력 - - - Enter password - 암호 입력 - - - Enter port - 포트 입력 - - - Enter profile name - 프로필 이름 입력 - - - Enter resource group name - 리소스 그룹 이름 입력 - - - Enter server name - 서버 이름 입력 - - - Enter text... - 텍스트 입력... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - 사용자 '{0}'의 SQL 로그인 암호를 입력하세요. - - - Enter the path for the output file - 출력 파일의 경로를 입력하세요. - - - Enter user name - 사용자 이름 입력 - - - Enter username - 사용자 이름 입력 - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - 엔터티 '{0}'은(는) 데이터 API 작성기에서 지원되지 않습니다. {1} - - - Entity Endpoints - 엔터티 엔드포인트 - - - Entity Name - 엔티티 이름 - - - Entity name used in API routes - API 경로에 사용되는 엔터티 이름 - - - Entity not found: {0} - {0} is the entity reference - 엔터티를 찾을 수 없음: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - 엔터티 참조가 둘 이상의 엔터티로 확인되었습니다. {0} - - - Entra token cache cleared successfully. - Entra 토큰 캐시를 성공적으로 지웠습니다. - - - Equal to - 같음 - - - Equals - 같음 - - - Error - 오류 - - - Error Message: - 오류 메시지: - - - Error code: - 오류 코드: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - 서버 "{0}"에 연결하는 동안 오류가 발생했습니다. 세부 정보: {1} - - - Error connecting to: - 다음에 연결하는 중 오류 발생: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - 방화벽 규칙 {0} 만드는 동안 오류가 발생했습니다. Azure 계정 설정을 확인하고 다시 시도하세요. 오류: {1} - - - Error fetching schemas for the selected database. - 선택한 데이터베이스의 스키마를 가져오는 중 오류가 발생했습니다. - - - Error fetching the table preview. - 테이블 미리 보기를 가져오는 중 오류가 발생했습니다. - - - Error generating text view. Please try switching back to grid view. - 텍스트 뷰를 생성하는 중에 오류가 발생했습니다. 표 보기로 다시 전환해 보세요. - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - 테넌트 ID '{0}' 대한 Azure 계정 정보를 로드하는 동안 오류가 발생했습니다. - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - 구독 {0}({1})에 대한 Azure 데이터베이스를 로드하는 동안 오류가 발생했습니다. 사용 권한이 있는지 확인하세요. - - - Error loading Azure subscriptions. - Azure 구독을 로드하는 동안 오류가 발생했습니다. - - - Error loading Schema Designer - 스키마 디자이너를 로드하는 중 오류 발생 - - - Error loading Table Designer - 테이블 디자이너를 로드하는 동안 오류 발생 - - - Error loading database objects - 데이터베이스 개체를 로드하는 동안 오류 발생 - - - Error loading databases - 데이터베이스 로드 중 오류 발생 - - - Error loading preview - 미리 보기를 로드하는 동안 오류 발생 - - - Error loading servers - 서버를 로드하는 중 오류 발생 - - - Error loading subscriptions - 구독을 로드하는 중 오류 발생 - - - Error loading summary - 요약을 로드하는 동안 오류가 발생했습니다. - - - Error loading summary: {0} - {0} is the error message - 요약을 로드하는 동안 오류가 발생했습니다. {0} - - - Error loading workspaces - 작업 영역을 로드하는 동안 오류 발생 - - - Error loading workspaces. Please try choosing a different account or tenant. - 작업 영역을 로드하는 동안 오류 발생 다른 계정이나 테넌트를 선택해 보세요. - - - Error loading; refresh to try again - 로드하는 동안 오류가 발생했습니다. 다시 시도하려면 새로 고치세요. - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - 연결 ID {0}을(를) 새 형식으로 마이그레이션하는 동안 오류가 발생했습니다. 사용하려면 이 연결을 다시 만드세요. -오류: -{1} - - - Error occurred opening content in editor. - 편집기에서 콘텐츠를 여는 동안 오류가 발생했습니다. - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - 토큰을 새로 고치는 동안 오류가 발생했습니다. 로그아웃 후 다시 로그인해야 할 수 있습니다. {0} - - - Error retrieving server list: {0} - {0} is the error message - 서버 목록을 검색하는 동안 오류가 발생했습니다: {0} - - - Error running Docker commands. Please make sure Docker is running. - Docker 명령을 실행하는 동안 오류가 발생했습니다. Docker가 실행 중인지 확인하세요. - - - Error signing into Azure: {0} - {0} is the error message - Azure에 로그인하는 동안 오류가 발생했습니다: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - Entra 인증 토큰을 확인하는 동안 오류가 발생했습니다. 토큰을 새로 고쳐야 할 수 있습니다. {0} - - - Error when refreshing token - 토큰을 새로 고치는 동안 오류 발생 - - - Error {0}: {1} - {0} is the error number -{1} is the error message - 오류 {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - 오류 {0}: {1} 다른 사용자로 로그인한 다음, ALTER LOGIN을 사용하여 암호를 변경하세요. - - - Error: - 오류: - - - Error: Failed to parse query result data. - 오류: 쿼리 결과 데이터를 구문 분석하지 못했습니다. - - - Error: Login failed. Retry using different credentials? - 오류: 로그인하지 못했습니다. 다른 자격 증명을 사용하여 다시 시도하시겠습니까? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - 오류: 제공된 연결 정보로 연결할 수 없습니다. 프로필을 다시 만드시겠습니까? - - - Error: Unrecognized query result data. - 오류: 인식할 수 없는 쿼리 결과 데이터입니다. - - - Error: {0} - {0} is the error message - 오류: {0} - - - Estimated Operator Cost - 예상 연산자 비용 - - - Estimated Subtree Cost - 예상 하위 트리 비용 - - - Event details for {0} - {0} is the name of the profiler event - {0}의 이벤트 세부 정보 - - - Event properties list - 이벤트 속성 목록 - - - Example: Find queries with {0} > 100 - {0} is the column name - 예: {0} > 100인 쿼리 찾기 - - - Excel - Excel - - - Exclude Object Types - 개체 형식 제외 - - - Execute - 실행 - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - 데이터 API 작성기에서 '{0}' 작업을 실행할까요? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - 스키마 디자이너에서 '{0}' 작업을 실행할까요? - - - Execute Query - 쿼리 실행 - - - Execute SQL against SQL Server / Azure SQL - SQL Server/Azure SQL에 대해 SQL 실행 - - - Execute Selection or Current Statement - 선택 영역 또는 현재 문 실행 - - - Execute only the T-SQL statement under the cursor - 커서 아래의 T-SQL 문만 실행 - - - Executing '{0}' operation on Data API builder - {0} is the operation name - 데이터 API 작성기에서 '{0}' 작업 실행 중 - - - Executing '{0}' operation on schema designer - {0} is the operation name - 스키마 디자이너에서 '{0}' 작업을 실행하는 중입니다. - - - Executing query... - 쿼리 실행 중... - - - Execution Plan - 실행 계획 - - - Execution cancelled - 실행 취소됨 - - - Execution time unavailable - 실행 시간을 사용할 수 없음 - - - Existing Database - 기존 데이터베이스 - - - Existing File - 기존 파일 - - - Existing SQL Server - 기존 SQL Server - - - Expand - 확장 - - - Expand All - 모두 확장 - - - Expand Subscription Explorer - 구독 탐색기 펼치기 - - - Expand Workspace Explorer - 작업 영역 탐색기 확장 - - - Expand all groups - 모든 그룹 확장 - - - Expand connection groups - 연결 그룹 확장 - - - Expand connections - 연결 확장 - - - Expand properties pane - 속성 창 확장 - - - Expand selection down - 선택 영역을 아래로 확장 - - - Expand selection left - 선택 영역을 왼쪽으로 확장 - - - Expand selection right - 선택 영역을 오른쪽으로 확장 - - - Expand selection up - 선택 영역을 위로 확장 - - - Expand settings - 설정 펼치기 - - - Expand the active grid to fill the panel - 활성 그리드를 확장하여 패널에 맞춤 - - - Expand {0} - {0} is the category name, e.g. Design - {0} 확장 - - - Expiration - 만료 - - - Explore tutorials, docs, and what's coming next. - 자습서, 문서, 향후 출시될 기능을 살펴보세요. - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - 지능형 코드 우선 또는 데이터 우선 가이드를 활용하여 데이터베이스 스키마를 탐색, 설계 및 발전시키세요. - - - Explorer - Explorer - - - Export - 내보내기 - - - Export & Close - 내보내기 및 닫기 - - - Export BACPAC - BACPAC 내보내기 - - - Export all captured events to a CSV file - 캡처된 모든 이벤트를 CSV 파일로 내보내기 - - - Export all results as INSERT statements - 모든 결과를 INSERT 문으로 내보내기 - - - Export all results to a CSV file - 모든 결과를 CSV 파일로 내보내기 - - - Export all results to a JSON file - 모든 결과를 JSON 파일로 내보내기 - - - Export all results to an Excel file - 모든 결과를 Excel 파일로 내보내기 - - - Export the schema and data from a SQL database to a .bacpac file - SQL 데이터베이스에서 .bacpac 파일로 스키마 및 데이터 내보내기 - - - Export to CSV - CSV로 내보내기 - - - Export to Excel - Excel로 내보내기 - - - Export to JSON - JSON으로 내보내기 - - - Export to PDF - PDF로 내보내기 - - - Export to tab delimited - 탭으로 구분된으로 내보내기 - - - Export to text format - 텍스트 형식으로 내보내기 - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - 결과 집합 {0}의 내보내기 도구 모음 - - - Exporting BACPAC... - BACPAC 내보내는 중... - - - Expose as MCP DML tools - MCP DML 도구로 노출 - - - Expose as MCP custom tool - MCP 사용자 지정 도구로 노출 - - - Expose this entity through GraphQL - GraphQL을 통해 이 엔터티 노출 - - - Expose this entity through REST - REST를 통해 이 엔터티 노출 - - - Expose {0} - {0} is the backing database column name - {0} 노출 - - - Expression - - - - Extend the current selection one cell down - 현재 선택 영역을 아래쪽으로 한 셀 확장 - - - Extend the current selection one cell left - 현재 선택 영역을 왼쪽으로 한 셀 확장 - - - Extend the current selection one cell right - 현재 선택 영역을 오른쪽으로 한 셀 확장 - - - Extend the current selection one cell up - 현재 선택 영역을 위쪽으로 한 셀 확장 - - - Extended Events Log Files - 확장 이벤트 로그 파일 - - - Extension Shortcuts - 확장 바로 가기 - - - Extension and deployment actions - 확장 및 배포 작업 - - - Extract DACPAC - DACPAC 추출 - - - Extract the schema from a SQL database to a .dacpac file - SQL 데이터베이스에서 .dacpac 파일로 스키마 추출 - - - Extracting DACPAC... - DACPAC 추출하는 중... - - - Extremely likely - 가능성이 매우 큼 - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - Fabric API 오류 발생({0}): {1} - - - Fabric Account - Fabric 계정 - - - Fabric Account is required - Fabric 계정이 필요합니다. - - - Fabric Databases - 패브릭 데이터베이스 - - - Fabric Workspaces - Fabric 작업 영역 - - - Fabric databases in Query Profiler - 쿼리 프로파일러의 Fabric 데이터베이스 - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - 패브릭은 현재 클라우드({0})에서 지원되지 않습니다. '{1}' 설정이 올바르게 구성되었는지 확인합니다. - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - 오류 코드 '{0}'의 Fabric 장기 실행 API 오류: {1} - - - Failed - 실패 - - - Failed disposing query: {0} - {0} is the error message - 쿼리 처리를 실패했습니다: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - 계정 ID '{0}'과(와) 테넌트 ID '{1}'의 토큰 가져오기 실패 - - - Failed to add table to schema designer. - 스키마 디자이너에 테이블을 추가하지 못했습니다. - - - Failed to add table. - 테이블을 추가하지 못했습니다. - - - Failed to add text to workspace: {0} - {0} is the error message - 작업 영역에 텍스트를 추가하지 못함: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - 변경 내용을 적용하지 못했습니다. '{0}' - - - Failed to apply schema. - 스키마를 적용하지 못했습니다. - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - 스키마로 이동 변경 내용을 적용하지 못했습니다. 파일이 쓰기 가능한지 확인한 다음 다시 시도하세요. - - - Failed to change database - 데이터베이스를 변경하지 못함 - - - Failed to connect - 연결하지 못함 - - - Failed to connect to database: {0} - {0} is the database name - 데이터베이스 연결 실패: {0} - - - Failed to connect to server - 서버에 연결하지 못했습니다. - - - Failed to connect to server. - 서버에 연결하지 못했습니다. - - - Failed to connect to the selected server. - 선택한 서버에 연결하지 못했습니다. - - - Failed to connect: {0} - {0} is the error message - 연결 실패: {0} - - - Failed to copy script: {0} - {0} is the error message - 스크립트를 복사하지 못함: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - 텍스트를 클립보드에 복사하지 못함: {0} - - - Failed to create a new row: {0} - {0} is the error message - 새 행을 만들지 못함: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - 데이터베이스 '{0}'을(를) 만들지 못 했습니다. {1} - - - Failed to create firewall rule: {0} - {0} is the error message - 방화벽 규칙을 만들지 못했습니다. {0} - - - Failed to create profiler session: {0} - {0} is the error message - Profiler 세션을 만들지 못했습니다. {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - ID가 {0}인 자격 증명을 삭제하지 못했습니다. {1} - - - Failed to delete table from schema designer. - 스키마 디자이너에서 테이블을 삭제하지 못했습니다. - - - Failed to delete table. - 테이블을 삭제하지 못했습니다. - - - Failed to delete {0}. - Failed to delete {0}. - '{0}'을(를) 삭제하지 못했습니다. - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - 데이터베이스 '{0}'을(를) 삭제하지 못 했습니다. {1} - - - Failed to establish connection - 연결을 설정하지 못함 - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - ID가 "{0}"인 연결을 설정하지 못했습니다. 연결 세부 정보와 네트워크 연결을 확인하세요. - - - Failed to export profiler events: {0} - {0} is the error message - 프로파일러 이벤트 내보내기에 실패했습니다. {0} - - - Failed to export results: {0} - {0} is the error message - {0} 결과를 내보내지 못했습니다. - - - Failed to fetch Docker container tags: {0} - Docker 컨테이너 태그를 가져오지 못함: {0} - - - Failed to fetch user tokens. - 사용자 토큰을 가져오지 못했습니다. - - - Failed to generate SqlPackage command: {0} - SqlPackage 명령을 생성하지 못했습니다. {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - 게시 스크립트 '{0}'을(를) 생성하지 못했습니다. - - - Failed to generate script. Please check the logs for more details. - 스크립트를 생성하지 못했습니다. 자세한 내용은 로그를 확인하세요. - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - '{0}' 스크립트를 생성하지 못했습니다. - - - Failed to generate script: {0} - {0} is the error message - 스크립트를 생성하지 못함: {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - 테넌트 '{0} ({1})'에 대한 Fabric 작업 영역을 가져오지 못했습니다. - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - 테넌트 '{0} ({1})'에 대한 Fabric 작업 영역을 가져오지 못했습니다.{2} - - - Failed to get authentication method, please remove and re-add the account. - 인증 방법을 가져오지 못했습니다. 계정을 제거하고 다시 추가하세요. - - - Failed to get connection string: {0} - 연결 문자열을 가져오지 못 함: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - 계정 '{1}'에 대한 테넌트 '{0}'을(를) 가져오지 못했습니다. - - - Failed to import file. - 파일을 가져오지 못했습니다. - - - Failed to launch profiler: {0} - {0} is the error message - Profiler를 시작하지 못했습니다. {0} - - - Failed to list databases - 데이터베이스를 나열하지 못했습니다. - - - Failed to load code analysis rules - 코드 분석 규칙을 로드하지 못함 - - - Failed to load data: {0} - {0} is the error message - 데이터를 로드하지 못함: {0} - - - Failed to load databases - 데이터베이스를 로드하지 못함 - - - Failed to load publish profile - 게시 프로필 로드 실패 - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - 리소스 '{1}'의 토큰을 가져오지 못했습니다. 오류: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - 데이터 편집을 열지 못함: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - 테이블 수정을 열지 못함: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - 스키마 디자이너를 열지 못했습니다. {0} - - - Failed to open Table Designer: {0} - {0} is the error message - 테이블 디자이너를 열지 못했습니다. {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - URL을 열지 못했습니다. 기본 제공 단순 브라우저가 비활성화되어 있을 수 있습니다. - - - Failed to open XEL file: {0} - {0} is the error message - XEL 파일을 열지 못했습니다. {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - scmp 파일을 열지 못했습니다. '{0}' - - - Failed to open script in editor. - 편집기에서 스크립트를 열지 못했습니다. - - - Failed to open script: {0} - {0} is the error message - 스크립트를 열지 못함: {0} - - - Failed to open text in editor: {0} - {0} is the error message - 편집기에서 텍스트를 열지 못했습니다. {0} - - - Failed to pull DAB container image. Please check your network connection. - DAB 컨테이너 이미지를 가져오지 못했습니다. 네트워크 연결을 확인하세요. - - - Failed to pull SQL Server image. Please check your network connection and try again. - SQL Server 이미지를 다운로드하지 못했습니다. 네트워크 연결 상태를 확인하고 다시 시도하세요. - - - Failed to read saved rule overrides from project - 프로젝트에서 저장된 규칙 재정의를 읽지 못함 - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - {1} URI와의 ${0} 연결을 새로 고치지 못했습니다. 잘못된 연결이 발생했습니다. - - - Failed to remove row: {0} - {0} is the error message - 행을 제거하지 못함: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - 데이터베이스 '{0}'의 이름을 '{1}'(으)로 바꾸지 못 했습니다. {2} - - - Failed to resolve the refactor log for this file: {0} - 이 파일에 대한 리팩터링 로그를 해결하지 못했습니다. {0} - - - Failed to revert cell: {0} - {0} is the error message - 셀을 되돌리지 못함: {0} - - - Failed to revert row: {0} - {0} is the error message - 행을 되돌리지 못함: {0} - - - Failed to run table query. - 테이블 쿼리를 실행하지 못했습니다. - - - Failed to run table query: {0} - {0} is the error message - 테이블 쿼리를 실행하지 못함: {0} - - - Failed to save changes: {0} - {0} is the error message - 변경 내용을 저장하지 못함: {0} - - - Failed to save code analysis rules - Code Analysis 규칙을 로드하지 못함 - - - Failed to save publish profile - 게시 프로필 저장 실패 - - - Failed to save results. {0} - {0} is the error message - 결과를 저장하지 못했습니다. {0} - - - Failed to save results: {0} - {0} is the underlying error message - 결과를 저장하지 못함: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - '{0}' scmp 파일을 저장하지 못했습니다. - - - Failed to script object: {0} - {0} is the error message - 개체를 스크립트하지 못함: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - '{0}'을(를) 시작하지 못했습니다. {1} - - - Failed to start DAB container. - 컨테이너를 시작하지 못했습니다. - - - Failed to start DAB container. Please check the Docker logs for details. - 컨테이너를 시작하지 못했습니다. 자세한 내용은 Docker 로그를 확인하세요. - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - SQL Server 컨테이너를 시작하지 못했습니다. 오류 메시지에서 자세한 내용을 확인한 후 다시 시도하세요. - - - Failed to start profiler: {0} - {0} is the error message - 프로파일러 시작 실패: {0} - - - Failed to start query. - 쿼리를 시작하지 못했습니다. - - - Failed to start {0}. - Failed to start {0}. - {0}을(를) 시작하지 못했습니다. - - - Failed to stop and remove DAB container. - DAB 컨테이너를 중지하고 제거하지 못했습니다. - - - Failed to stop {0}. - Failed to stop {0}. - {0}을(를) 중지하지 못했습니다. - - - Failed to update cell: {0} - {0} is the error message - 셀을 업데이트하지 못함: {0} - - - Failed to update schema designer. - 스키마 디자이너를 업데이트하지 못했습니다. - - - Failed to update table in schema designer. - 스키마 디자이너에서 테이블을 업데이트하지 못했습니다. - - - Failed to update table. - 테이블을 업데이트하지 못했습니다. - - - Feedback - 피드백 - - - Fetching {0} script... - {0} is the script type - {0} 스크립트를 가져오는 중... - - - File - 파일 - - - File (Read-Only) - 파일(읽기 전용) - - - File Name - 파일 이름 - - - File already exists. It will be overwritten if you continue - 파일이 이미 있습니다. 계속하면 덮어쓰기됩니다. - - - File imported successfully - 파일을 성공적으로 가져왔습니다. - - - File is required - 파일이 필요함 - - - File name is required - 파일 이름이 필요합니다. - - - File not found - 파일을 찾을 수 없음 - - - File path - 파일 경로 - - - File path is required - 파일 경로가 필요합니다. - - - File to be imported - 가져올 파일 - - - File type - 파일 형식 - - - File: {0} - {0} is the file name - 파일: {0} - - - Files - 파일 - - - Files of Type - 형식의 파일 - - - Filter - 필터 - - - Filter ({0}) - {0} is the number of selected tables - 필터({0}) - - - Filter Azure subscriptions - Azure 구독 필터링 - - - Filter Changes - 변경 내용 필터링 - - - Filter Options - 필터 옵션 - - - Filter Settings - 필터 설정 - - - Filter active - 필터 활성 - - - Filter by keyword - 키워드로 필터링 - - - Filter by name - 이름으로 필터링 - - - Filter by schema - 스키마로 필터링 - - - Filter by severity - 심각도로 필터링 - - - Filter by type - 유형별 필터링 - - - Filter changes - 변경 내용 필터링 - - - Filter entities - 엔터티 필터링 - - - Filter entities... - 엔터티 필터링... - - - Filter events by column values - 열 값으로 이벤트 필터링 - - - Filter for any field... - 모든 필드에 대해 필터링 - - - Filter operator - 필터 연산자 - - - Filter shortcuts - 바로 가기 필터링 - - - Filter value - 필터 값 - - - Filter {0} - 필터 {0} - - - Filter... - 필터... - - - Filter: {0} - {0} is the column name - 필터: {0} - - - Filters - 필터 - - - Find - 찾기 - - - Find Next - 다음 찾기 - - - Find Node - 노드 찾기 - - - Find Nodes - 노드 찾기 - - - Find Previous - 이전 찾기 - - - Finish - 종료 - - - Finished Deployment - 완료된 배포 - - - Finished query execution for document "{0}" - {0} is the document name - 문서 "{0}"에 대한 쿼리 실행을 완료함 - - - Firewall - 방화벽 - - - Firewall rule name - 방화벽 규칙 이름 - - - Firewall rule successfully added. Retry profile creation? - 방화벽 규칙을 추가했습니다. 프로필을 다시 만드시겠습니까? - - - Firewall rule successfully created. - 방화벽 규칙을 만들었습니다. - - - First Page - 첫 페이지 - - - Flat - 플랫 - - - Focus the Messages tab - 메시지 탭에 포커스 이동 - - - Focus the Query Plan tab - 쿼리 계획 탭에 포커스 이동 - - - Focus the Results tab in the query results panel - 쿼리 결과 패널의 결과 탭으로 포커스 이동 - - - Folder Path - 폴더 경로 - - - Folder Structure - 폴더 구조 - - - Folder is required - 폴더가 필요함 - - - Folder path - 폴더 경로 - - - Folder path is required - 폴더 경로가 필요합니다. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - 숫자 데이터의 경우 소수점 오른쪽에 있는 이 데이터베이스 개체에 저장할 수 있는 최대 10진수 수입니다. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - 숫자 데이터의 경우 이 데이터베이스 개체에 저장할 수 있는 최대 자릿수입니다. - - - Force fit columns - 열 강제 맞춤 - - - Foreign Column - 외부 열 - - - Foreign Key - 외래 키 - - - Foreign Key {0} - {0} is the index of the foreign key - 외래 키 {0} - - - Foreign Keys - 외래 키 - - - Foreign Table - 외부 테이블 - - - Foreign key '{0}' already exists - {0} is the foreign key name - 외래 키 '{0}'은(는) 이미 존재합니다. - - - Foreign key column mappings are required. - 외래 키 열 매핑이 필요합니다. - - - Foreign key column mappings must be the same length. - 외래 키 열 매핑은 길이가 같아야 합니다. - - - Foreign keys - 외래 키 - - - Formula - 수식 - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - {0} URI의 보류 중인 다시 연결 프라미스를 찾았으며, 실패했습니다. - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - {0} URI의 보류 중인 다시 연결 프라미스를 찾았으며, 현재 대기 중입니다. - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - 저장된 연결 프로필이 {0}개 발견되었습니다. - - - Free compute & storage - 무료 컴퓨팅 및 스토리지 - - - Free offer applied - 무료 제공 적용됨 - - - Freeze columns - 열 고정 - - - From - Label for the start IP address in the firewall rule IP range - 시작 - - - Full - 전체 - - - Function - 기능 - - - Functions - 함수 - - - General - 일반 - - - General Options - 일반 옵션 - - - General Purpose - 범용 - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - GitHub Copilot 채팅과 에이전트 도구를 통해 자연어로 데이터 API 작성기 구성을 생성하세요. API 요구 사항을 설명하면 GitHub Copilot이 구성을 자동으로 생성해 줍니다. - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - SQL 데이터베이스 개체(테이블)에서 REST, GraphQL, MCP 엔드포인트를 생성하세요. 구성을 수동으로 수정하거나 GitHub Copilot을 통해 업데이트를 계획하고 생성한 다음, Docker로 로컬에 배포할 수 있습니다. - - - Generate Script - 스크립트 생성 - - - Generate mock data and seed scripts to support testing and development environments - 테스트 및 개발 환경을 지원하기 위해 모의 데이터와 시드 스크립트를 생성하세요. - - - Generate script to deploy changes to target - 대상에 변경 내용을 배포하는 스크립트 생성 - - - Generate sqlpackage command - sqlpackage 명령 생성 - - - Generated file added to {0} - {0} is the generated file path - 생성된 파일을 {0}에 추가함 - - - Generating Report. This may take a while... - 보고서를 생성하고 있습니다. 시간이 약간 소요될 수 있습니다... - - - Generating SAS key failed: {0} - {0} is the error message - SAS 키를 생성하지 못했습니다. {0} - - - Generating report, this might take a while... - 보고서를 생성하는 중입니다. 시간이 다소 걸릴 수 있습니다. - - - Generating script... - 스크립트를 생성하는 중... - - - Geo-redundant backup storage - 지역 중복 백업 스토리지 - - - Get Connection Details - 연결 세부 정보 - - - Get Started - 시작하기 - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - '{0}' 연결에 대한 세부 정보를 가져오시겠습니까(ID: {1})? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - SQL 주입이나 과도한 권한 방지 같은 보안 관련 권장 사항을 받으세요. - - - Getting Docker Ready... - Docker 준비 중... - - - Getting Fabric database '{0}' - {0} is the database ID - Fabric 데이터베이스 '{0}'을(를) 가져오는 중입니다. - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - 패브릭 작업 영역 '{0}'을(를) 가져오는 중 - - - Getting Started - 시작 - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - '{0}' 연결에 대한 세부 정보를 가져오는 중(ID: {1}) - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - 작업 영역 '{1}'의 SQL 엔드포인트 '{0}'에 대한 연결 문자열을 가져오는 중 - - - Getting container ready for connections - 컨테이너 연결 준비 중 - - - Getting definition ... - 정의를 가져오는 중... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot - VS Code 연습 - - - GitHub Copilot integration in Data API builder - 데이터 API 작성기의 GitHub Copilot 통합 - - - GitHub Copilot survey - GitHub Copilot 설문 조사 - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - 도구 사용 매개 변수가 잘못됨: "{0}". ({1}) - - - GraphQL - GraphQL - - - Greater Than - 보다 큼 - - - Greater Than or Equals - 크거나 같음 - - - Greater than - 다음보다 큼 - - - Greater than or equal to - 보다 크거나 같음 - - - Grid View - 약식 표 보기 - - - Group by - 그룹화 기준 - - - Group differences by - 차이점 그룹화 기준 - - - Help - 도움말 - - - Help us improve by sharing your thoughts. - 여러분의 생각을 공유해 주세요. 더 나아질 수 있도록 도와주세요. - - - Hide Changes - 변경 내용 숨기기 - - - Hide Changes Highlight - 변경 내용 숨기기 강조 표시 - - - Hide Confirm Password - 암호 확인 숨기기 - - - Hide Definition - 정의 숨기기 - - - Hide New Password - 새 암호 숨기기 - - - Hide SQL Pane - SQL 창 숨기기 - - - Hide column - 열 숨기기 - - - Hide full error message - 전체 오류 메시지 숨기기 - - - Hide password - 암호 숨기기 - - - Hide this panel - 이 패널 숨기기 - - - Highlight Changes - 변경 내용 강조 표시 - - - Highlight Expensive Operation - 비용이 많이 드는 작업 강조 표시 - - - Highlights - 하이라이트 - - - Hostname - 호스트 이름 - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - 친구나 동료에게 MSSQL 확장을 추천할 가능성이 얼마나 되나요? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - 친구나 동료에게 {0}을(를) 추천할 가능성이 얼마나 되나요? - - - How many tables are in this database? - 이 데이터베이스에 테이블이 몇 개나 있나요? - - - Hue - 색상 - - - I have read the summary and understand the potential risks. - 요약을 읽고 잠재적인 위험을 이해했습니다. - - - I understand this action is permanent and irreversible - 이 작업은 영구적이며 되돌릴 수 없음을 이해합니다. - - - I'm sorry, I can only assist with SQL-related questions. - 죄송합니다. SQL 관련 질문만 도와드릴 수 있습니다. - - - IP address range - IP 주소 범위 - - - Identity - ID - - - Ignore Options - 옵션 무시 - - - Ignore Tenant - 테넌트 무시 - - - Image tag - 이미지 태그 - - - Import BACPAC - BACPAC 가져오기 - - - Import Data - 데이터 가져오기 - - - Import File - 파일 가져오기 - - - Import Flat File - 플랫 파일 가져오기 - - - Import Information - 정보 가져오기 - - - Import New File - 새 파일 가져오기 - - - Import Status - 가져오기 상태 - - - Import a .bacpac file to a new or empty database - .bacpac 파일을 새 데이터베이스 또는 빈 데이터베이스로 가져오기 - - - Import anyway - 그래도 가져오기 - - - Import complete. You can close this dialog. - 가져오기가 완료되었습니다. 이 대화 상자를 닫을 수 있습니다. - - - Import connection configuration settings from Azure Data Studio - Azure Data Studio에서 연결 구성 설정을 가져오세요. - - - Import failed: {0} - {0} is the error message returned from the import helper. - 가져오기 실패: {0} - - - Import file is required - 파일 가져오기는 필수 항목임 - - - Import from Azure Data Studio - Azure Data Studio에서 가져오기 - - - Import selected - 선택한 항목 가져오기 - - - Importance - 중요도 - - - Importing BACPAC... - BACPAC 가져오는 중... - - - Importing data... - 데이터를 가져오는 중... - - - Importing selections - 선택 항목 가져오기 - - - In - 포함 - - - In case you missed it - 누락된 경우 - - - In progress - 진행 중 - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - 데이터 API 작성기 환경에서 로컬 컨테이너 배포는 SQL 인증을 사용하는 연결에만 사용할 수 있습니다. 현재 연결 유형은 지원되지 않습니다. - - - Include - 포함 - - - Include Object Types - 개체 유형 포함 - - - Include all columns - 모든 열 포함 - - - Include all object types - 모든 개체 유형 포함 - - - Incomplete or orphaned connections - 불완전하거나 분리된 연결 - - - Index - 인덱스 - - - Indexes - 인덱스 - - - Initializing DAB configuration... - DAB 구성을 초기화하는 중... - - - Initializing comparison, this might take a while... - 비교를 초기화하는 중입니다. 다소 시간이 걸릴 수 있습니다... - - - Insert - 삽입 - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - {arg}을(를) 사용하여 선택한 쿼리 편집기 텍스트를 삽입합니다. 자리 표시자를 사용하지 않으면 선택한 텍스트가 쿼리의 끝에 자동으로 추가됩니다. - - - Install Docker - Docker 설치 - - - Install the MSSQL Database Management Keymap extension - MSSQL 데이터베이스 관리 키맵 확장 기능 설치 - - - Instant Container Setup - 인스턴트 컨테이너 설정 - - - Insufficient Workspace Permissions - 작업 영역 사용 권한 부족 - - - Integrated - 통합 - - - Integrated & secure - 통합 및 보안 - - - Invalid Firewall rule name - 잘못된 방화벽 규칙 이름 - - - Invalid IP Address - 잘못된 IP 주소 - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - {0}에 대한 SQL Server 암호가 잘못되었습니다. 암호는 8~128자여야 하며 복잡성 요구 사항을 충족해야 합니다. 자세한 내용은 https://docs.microsoft.com/sql/relational-databases/security/password-policy를 참고하세요. - - - Invalid column reference. Use either id OR name. - 열 참조가 잘못되었습니다. ID 또는 이름을 사용하세요. - - - Invalid column width - 잘못된 열 너비 - - - Invalid connection URI provided. - 잘못된 연결 URI가 제공되었습니다. - - - Invalid connection string: {0} - 잘못된 연결 문자열: {0} - - - Invalid database - 잘못된 데이터베이스 - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - 엔터티 참조가 잘못되었습니다. ID 또는 schemaName+tableName 또는 schemaName+sourceName+sourceType을 사용하세요. - - - Invalid file - 잘못된 파일 - - - Invalid file extension. Expected .dacpac or .bacpac - 파일 확장명이 잘못되었습니다. .dacpac 또는 .bacpac 파일이어야 합니다. - - - Invalid foreign key. - 잘못된 외래 키입니다. - - - Invalid max length '{0}' - {0} is the max length - 유효하지 않은 최대 길이 '{0}' - - - Invalid table payload. Expected table with columns array. - 잘못된 테이블 페이로드입니다. 열 배열이 포함된 테이블이어야 합니다. - - - Invalid table type - 잘못된 테이블 형식 - - - Is Computed - 계산 여부 - - - Is Identity - ID입니다 - - - Is Ledger Database - 원장 데이터베이스임 - - - Is Not Null - Null이 아님 - - - Is Null - Null임 - - - Is Persisted - 지속형 여부 - - - Issues ({0}) - {0} is the number of issues - 문제({0}개) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - 토론에 참여 - - - Keep in query pane - 쿼리 창에 유지 - - - Key - - - - Keybinding - 키 바인딩 - - - Keyboard Shortcuts editor - 키보드 바로 가기 편집기 - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - 토큰 캐시용 키를 자격 증명 저장소에 저장할 수 없습니다. 이로 인해 Microsoft Entra ID 액세스 토큰 지속성 문제 및 연결이 불안정해질 수 있습니다. SqlTools가 Windows의 자격 증명 저장 한도에 도달했을 가능성이 높습니다. Windows 자격 증명 관리자에서 "Microsoft.SqlTools|"로 시작하는 자격 증명을 2개 이상 지우고 다시 로드하세요. - - - LRS - LRS - - - LRS backup (locally redundant) - LRS 백업(로컬 중복) - - - Last Page - 마지막 페이지 - - - Learn More - 자세한 정보 - - - Learn more - 자세한 정보 - - - Learn more about Azure SQL Database free tier - Azure SQL Database 무료 계층에 대한 자세한 정보 - - - Learn more about SQL Server 2025 features - SQL Server 2025 기능에 대한 자세한 정보 - - - Leave the source database in the restoring state - 원본 데이터베이스를 복원 중 상태로 유지 - - - Length - 길이 - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - 길이 불일치: '{0}' 열({1})이 '{2}' 열({3})과 호환되지 않습니다. - - - Less Than - 보다 작음 - - - Less Than or Equals - 작거나 같음 - - - Less than - 다음보다 작음 - - - Less than or equal to - 보다 작거나 같음 - - - Line {0} - {0} is the line number - 선 {0} - - - Link copied to clipboard - 링크를 클립보드에 복사함 - - - List Connections - 연결 표시 - - - List Databases - 데이터베이스 목록 - - - List Functions - 함수 목록 - - - List Schemas - 스키마 목록 - - - List Tables - 테이블 목록 - - - List Views - 보기 목록 - - - List all connections registered with the mssql extension? - mssql 확장에 등록된 모든 연결을 나열하시겠습니까? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - '{0}' 연결에 대한 데이터베이스를 나열하시겠습니까(ID: {1})? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'에 대한 함수를 나열하시겠습니까(ID: {1})? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'의 스키마를 나열하시겠습니까(ID: {1})? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'의 테이블을 나열하시겠습니까(ID: {1})? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'의 보기를 나열하시겠습니까(ID: {1})? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - 작업 영역 '{0}'의 Fabric SQL 데이터베이스를 나열하는 중 - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - 작업 영역 '{0}'의 Fabric SQL 엔드포인트 나열하는 중 - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - 작업 영역 '{0}'의 Fabric Warehouse를 나열하는 중 - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - 테넌트 '{0}'의 Fabric 용량을 나열하는 중 - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - 테넌트 '{0}'의 Fabric 작업 영역을 나열하는 중입니다. - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - '{0}' 연결에 대한 데이터베이스를 나열하는 중(ID: {1}) - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'에 대한 함수를 나열하는 중(ID: {1}) - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - 작업 영역 '${workspaceId}'에 대한 역할 할당을 나열하는 중입니다. - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'에 대한 스키마를 나열하는 중(ID: {1}) - - - Listing server connections - 서버 연결을 나열하는 중 - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'의 테이블을 나열하는 중(ID: {1}) - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'에 대한 보기를 나열하는 중(ID: {1}) - - - Load - 로드 - - - Load from Connection String - 연결 문자열에서 로드 - - - Load profile... - 프로필 로드... - - - Load source, target, and options saved in an .scmp file - .scmp 파일에 저장된 원본, 대상 및 옵션 로드 - - - Loading - 로드하는 중 - - - Loading Azure Accounts - Azure 계정을 로드 중 - - - Loading Azure SQL Database... - Azure SQL Database를 로드하는 중... - - - Loading Azure accounts - Azure 계정 로드 - - - Loading Fabric Accounts - Fabric 계정을 로드하는 중 - - - Loading Fabric provisioning... - Fabric 프로비전을 로드하는 중... - - - Loading Report - 보고서 로드 중 - - - Loading Schema Designer - 스키마 디자이너 모델을 로드하는 중 - - - Loading Schema Designer Model... - 스키마 디자이너 모델을 로드하는 중... - - - Loading Table Designer - 테이블 디자이너 로드 중 - - - Loading XEL file: {0} - {0} is the file name - XEL 파일 로드 중: {0} - - - Loading backup database... - 백업 데이터베이스를 로드하는 중... - - - Loading code analysis rules... - 코드 분석 규칙 로드 중... - - - Loading collations... - 데이터 정렬을 로드하는 중... - - - Loading database objects - 데이터베이스 개체 로드 중 - - - Loading databases in '{0}'... - {0} is the name of the workspace - '{0}'에서 데이터베이스를 로드하는 중... - - - Loading databases in selected workspace... - 선택한 작업 영역에서 데이터베이스를 로드하는 중... - - - Loading deployment - 배포를 로드하는 중 - - - Loading execution plan... - 실행 계획을 로드하는 중... - - - Loading flat file import... - 플랫 파일 가져오기 로드 중... - - - Loading local containers... - 로컬 컨테이너를 로드하는 중... - - - Loading locations - 위치를 로드하는 중 - - - Loading maintenance windows... - 유지 관리 기간을 로드하는 중... - - - Loading resource groups - 리소스 그룹 로드 중 - - - Loading restore database... - 데이터베이스 복원을 불러오는 중... - - - Loading restore plan... - 복원 계획을 로드하는 중... - - - Loading results... - 결과를 로드하는 중... - - - Loading schemas... - 스키마 로드 중... - - - Loading servers - 서버를 로드하는 중 - - - Loading servers in '{0}'... - {0} is the name of the subscription - '{0}'에서 서버를 로드하는 중... - - - Loading servers in selected subscription... - 선택한 구독에서 서버를 로드하는 중... - - - Loading subscriptions - 구독을 로드하는 중 - - - Loading subscriptions... - 구독을 로드하는 중... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - {0}행 요약 로드 중 (취소하려면 클릭) - - - Loading table data... - 테이블 데이터를 로드하는 중... - - - Loading table preview... - 테이블 미리 보기를 로드하는 중... - - - Loading tenants - 테넌트를 로드하는 중 - - - Loading tenants... - 테넌트를 로드하는 중... - - - Loading text view... - 텍스트 뷰 로드 중... - - - Loading workspaces - 작업 영역 로드 중 - - - Loading workspaces... - 작업 영역 로드 중... - - - Loading... - 로드 중... - - - Local Container Deployment - 로컬 컨테이너 배포 - - - Local SQL Server database container - 로컬 SQL Server 데이터베이스 컨테이너 - - - Local container deployment is currently only supported with SQL Authentication connections. - 로컬 컨테이너 배포는 현재 SQL 인증 연결에서만 지원됩니다. - - - Locally-redundant backup storage - 로컬 중복 백업 스토리지 - - - Locate an Azure Data Studio settings.json file to import - 가져올 Azure Data Studio settings.json 파일 찾기 - - - Location - 위치 - - - Location (Workspace) - 위치(작업 영역) - - - Location of the file to be imported - 가져올 파일의 위치 - - - Log file folder - 로그 파일 폴더 - - - Logical file name - 논리적 파일 이름 - - - Logical operator - 논리 연산자 - - - Logs - 로그 - - - Logs copied to clipboard - 클립보드에 로그 복사됨 - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - 쿼리를 실행할 때 사용하는 F5 같은 Azure Data Studio 키 바인딩을 찾고 계신가요? - - - MCP - MCP - - - MCP custom tool - MCP 사용자 지정 도구 - - - MCP server added to {0} - {0} is the file path where the MCP server was added - MCP 서버가 {0}에 추가됨 - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - MCP 서버가 {0}에 이미 구성되어 있습니다. - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL - Azure Auth Logs - - - MSSQL - VS Code walkthrough - MSSQL - VS Code 연습 - - - MSSQL Feedback - MSSQL 피드백 - - - MSSQL Notebook connected to {0} - {0} is the connection label - {0}에 연결된 MSSQL Notebook - - - MSSQL extension icon - MSSQL 확장 아이콘 - - - MSSQL: Click to change connection - MSSQL: 연결을 변경하려면 클릭하세요. - - - MSSQL: Click to change database - MSSQL: 데이터베이스를 변경하려면 클릭 - - - MSSQL: Welcome & What's New - MSSQL: 시작 및 새로운 기능 - - - MSSQL: What's new - MSSQL: 새로운 기능 - - - Maintenance Window - 유지 관리 기간 - - - Make everything read-only - 모든 항목을 읽기 전용으로 설정 - - - Manage Connection Profiles - 연결 프로필 관리 - - - Manage relationships - 관계 관리 - - - Mandatory (Recommended) - 필수(권장) - - - Mandatory (True) - 필수(True) - - - Max - 최대 - - - Max 10 databases / subscription - 최대 10개의 데이터베이스/구독 - - - Max Length - 최대 길이 - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - 필터링/정렬에 대한 최대 행 수가 초과되었습니다. 업데이트하려면 사용자 설정으로 이동하여 'mssql.resultsGrid.inMemoryDataProcessingThreshold' 설정을 변경할 수 있습니다. - - - Max vCores - 최대 vCore - - - Max: {0} - {0} is the max - 최대: {0} - - - Maximize - 최대화 - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - 최대화({0}) - - - Maximize Panel Size - 패널 크기 최대화 - - - Maximize details panel - 세부 정보 패널 최대화 - - - Maximize panel size - 패널 크기 최대화 - - - Maximize results grid - 결과 그리드 최대화 - - - Media - 미디어 - - - Media set description is required - 미디어 세트 설명이 필요합니다. - - - Media set name is required - 미디어 세트 이름이 필요합니다. - - - Message - 메시지 - - - Messages - 메시지 - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - 메시지({0}) - - - Metric - 메트릭 - - - Microsoft Account - Microsoft 계정 - - - Microsoft Account is required - Microsoft 계정이 필요합니다. - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Microsoft Entra 계정 - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Microsoft Entra ID - 기본값 - - - Microsoft Entra Id - Service Principal - Microsoft Entra ID - 서비스 주체 - - - Microsoft Entra Id - Universal w/ MFA Support - Microsoft Entra ID - MFA 지원 포함 유니버설 - - - Microsoft Entra account {0} successfully added. - {0} is the account name - Microsoft Entra 계정 {0}이(가) 추가되었습니다. - - - Microsoft Fabric integration - Microsoft Fabric 통합 - - - Microsoft SQL Server License Agreement - Microsoft SQL Server 라이선스 계약 - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Microsoft는 사용자의 피드백을 검토하여 제품 개선 과정에 반영합니다. 개인 데이터나 기밀/독점 콘텐츠는 공유하지 마세요. - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Microsoft는 귀하와 조직의 이 제품 사용 환경을 개선하기 위해 조직의 지침에 따라 귀하가 제출한 피드백을 처리합니다. 피드백 데이터 사용과 관련하여 질문이 있는 경우 테넌트 관리자에게 문의하세요. 피드백 데이터 처리는 귀하 조직과 Microsoft 간의 Microsoft 제품 및 서비스 데이터 보호 추록의 적용을 받으며, 제출하는 피드백은 해당 추록에 따라 개인 데이터로 간주됩니다. - - - Microsoft would like your feedback - Microsoft는 여러분의 의견을 기다리고 있습니다. - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - 저장된 연결, 연결 그룹 및 연결 설정을 Azure Data Studio에서 MSSQL 확장 프로그램으로 마이그레이션합니다. 또한 MSSQL 데이터 관리 키맵을 설치해 Azure Data Studio의 익숙한 단축키를 사용할 수 있습니다. - - - Min - 최소 - - - Min: {0} - {0} is the min - 최소: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - 연결 참조가 없습니다. connectionId 또는 connectionName 중 반드시 하나만 제공하세요. - - - Missing schema payload for replace_schema operation. - replace_schema 작업에 필요한 스키마 페이로드가 없습니다. - - - Missing table payload for update_table operation. - update_table 작업에 필요한 테이블 데이터가 없습니다. - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - delete_table 작업에 필요한 테이블 대상이 없습니다. tableId 또는 tableName+schemaName을 제공해 주세요. - - - Modified - 수정됨 - - - Modified column '{0}' - {0} is the column name - 열 '{0}' 수정됨 - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - 열 '{0}' 수정됨: {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - 외래 키 '{0}' 수정됨 - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - 외래 키 '{0}' 수정됨: {1} - - - Modified table {0} - {0} is the qualified table name - 테이블 {0} 수정됨 - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - 테이블 {0} 수정됨: {1} - - - Modify Columns - 열 수정 - - - Modify Table - 테이블 수정 - - - Monitor usage and manage your free tier limits - 사용량을 모니터링하고 무료 계층 한도 관리 - - - Monthly limits - 월간 한도 - - - More Query Actions - 추가 쿼리 작업 - - - Move Down - 아래로 이동 - - - Move Up - 위로 이동 - - - Move and expand the active grid selection - 활성 그리드의 선택 영역을 이동하고 확장 - - - Move focus to the next result set grid - 다음 결과 집합 그리드로 포커스 이동 - - - Move focus to the previous result set grid - 이전 결과 집합 그리드로 포커스 이동 - - - Move selection to the first cell in the row - 선택 영역을 행의 첫 번째 셀로 이동 - - - Move selection to the last cell in the row - 선택 영역을 행의 마지막 셀로 이동 - - - Move to Root - 루트로 이동 - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - 스키마로 이동은 열려 있는 SQL 프로젝트에 포함된 SQL 파일에서만 지원됩니다. 먼저 [데이터베이스 프로젝트] 패널에서 프로젝트를 여세요. - - - Move to Schema request failed: {0} - 스키마로 이동 요청 실패: {0} - - - Move to Schema... - 스키마로 이동... - - - Move to row end - 행 끝으로 이동 - - - Move to row start - 행 시작으로 이동 - - - Move to schema '{0}' - 스키마로 '{0}'(으)로 이동 - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - ID가 '{0}'인 연결 그룹을 여러 개 찾았습니다. 사용자/전역 settings.json에서 하나를 제외한 모든 항목을 삭제하거나 이름을 바꾼 다음 확장을 다시 시작합니다. - - - Must be a valid number - 유효한 숫자여야 합니다. - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - 영숫자로 시작하고 영숫자, 밑줄, 마침표 또는 하이픈만 포함해야 합니다. - - - Mutation - 변형 - - - MyProfilerSession - MyProfilerSession - - - NULL - NULL - - - Name - 이름 - - - Name for the Docker container running DAB - DAB를 실행하는 Docker 컨테이너 이름 - - - Name of the primary key. - 기본 키의 이름입니다. - - - Navigate to this item in the diagram - 다이어그램에서 이 항목으로 이동 - - - Navigation - 탐색 레이아웃 - - - Needs attention - 주의 필요 - - - New Azure SQL logical server (Preview) - 새 Azure SQL 논리 서버(미리 보기) - - - New Check Constraint - 새 CHECK 제약 조건 - - - New Column - 새 열 - - - New Column Mapping - 새 열 매핑 - - - New Database - 새 데이터베이스 - - - New Database Name - 새 데이터베이스 이름 - - - New Deployment - 새 배포 - - - New File - 새 파일 - - - New Foreign Key - 새 외래 키 - - - New Index - 새 인덱스 - - - New Local Docker SQL Server - 새 로컬 Docker SQL Server - - - New Microsoft Entra account could not be added. - 새 Microsoft Entra 계정을 추가할 수 없습니다. - - - New Password - 새 암호 - - - New Query - 새 쿼리 - - - New Query Profiler - Enter Name - 새 쿼리 프로파일러 - 이름 입력 - - - New Query Profiler - Select Template - 새 쿼리 프로파일러 - 템플릿 선택 - - - New SQL database - 새 SQL 데이터베이스 - - - New Session - 새 세션 - - - New Table Name - 새 테이블 이름 - - - New column mapping - 새 열 매핑 - - - New database name must be different from the current name - 새 데이터베이스 이름은 현재 이름과 달라야 합니다 - - - New media set description - 새 미디어 세트 설명 - - - New media set name - 새 미디어 세트 이름 - - - New to MSSQL extension? Check out our quick-start guide. - MSSQL 확장을 처음 사용하시나요? 빠른 시작 가이드를 확인해 보세요. - - - New to the MSSQL extension? Check out our quick-start guide. - MSSQL 확장을 처음 사용하시나요? 빠른 시작 가이드를 확인해 보세요. - - - Next - 다음 - - - Next Page - 다음 페이지 - - - Next result grid - 다음 결과 그리드 - - - No - 아니요 - - - No Action - 작업 없음 - - - No Azure accounts found - Azure 계정을 찾을 수 없음 - - - No Microsoft Entra account can be found for removal. - 제거할 Microsoft Entra 계정을 찾을 수 없습니다. - - - No Queries Available - 사용 가능한 쿼리 없음 - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - connectionName: {0}에 대한 SQL Tools MCP 연결을 찾을 수 없음 - - - No account selected - 계정이 선택되지 않음 - - - No active connection - 활성 연결 없음 - - - No active connection for database change - 데이터베이스 변경에 대한 활성 연결 없음 - - - No active connection for schema view - 스키마 뷰에 대한 활성 연결이 없습니다. - - - No active connection. - 활성 연결이 없습니다. - - - No active database connection in the current editor. Please establish a connection to continue. - 현재 편집기에서 활성 데이터베이스 연결이 없습니다. 계속하려면 연결을 설정하세요. - - - No active notebook. - 활성 전자 필기장이 없습니다. - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - 활성 스키마 디자이너를 찾을 수 없습니다. 먼저 mssql_dab에서 'show' 작업으로 데이터 API 작성기를 열거나 UI에서 열어주세요. - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - 활성 스키마 디자이너를 찾을 수 없습니다. 먼저 mssql_schema_designer에서 'show' 작업으로 하나를 열거나, UI에서 열어주세요. - - - No active text editor found. Please open a file with an active database connection. - 활성 텍스트 편집기를 찾을 수 없습니다. 활성 데이터베이스 연결이 있는 파일을 여세요. - - - No authentication required - 인증이 필요하지 않음 - - - No background tasks - 백그라운드 작업 없음 - - - No backup sets found in the restore plan - 복원 계획에 백업 세트가 없습니다. - - - No blob containers found - Blob 컨테이너를 찾을 수 없음 - - - No blobs found - Blob이 없습니다. - - - No changes detected - 변경 내용이 없습니다. - - - No changes match your search. - 검색과 일치하는 변경 내용이 없습니다. - - - No changes yet. - 아직 변경되지 않았습니다. - - - No code analysis rules available. - 사용할 수 있는 코드 분석 규칙이 없습니다. - - - No connection credentials found - 자격 증명을 찾을 수 없음 - - - No connection found for connectionId: {0} - {0} is the connection ID - connectionId {0}에 대한 연결을 찾을 수 없습니다. - - - No connection groups were found in the file. - 파일에서 연결 그룹을 찾을 수 없습니다. - - - No connection information found - 연결 정보를 찾을 수 없음 - - - No connection profiles to edit. - 편집할 연결 프로필이 없습니다. - - - No connection profiles to remove. - 제거할 연결 프로필이 없습니다. - - - No connection selected. - 선택한 연결이 없습니다. - - - No connection was found. Please connect to a server first. - 연결을 찾을 수 없습니다. 먼저 서버에 연결하세요. - - - No connections available. Please create a connection first. - 사용할 수 있는 연결이 없습니다. 먼저 연결을 만드세요. - - - No connections were found in the file. - 파일에서 연결을 찾을 수 없습니다. - - - No customized settings found - 사용자 지정 설정을 찾을 수 없습니다. - - - No customized settings found in Azure Data Studio - Azure Data Studio에서 사용자 지정 설정을 찾을 수 없습니다. - - - No data available - 사용 가능한 데이터 없음 - - - No data to display. - 표시할 데이터가 없습니다. - - - No database files found in the restore plan - 복원 계획에서 데이터베이스 파일을 찾을 수 없습니다. - - - No database selected. - 선택된 데이타베이스가 없습니다. - - - No databases found in the selected workspace. - 선택한 작업 영역에서 데이터베이스를 찾을 수 없습니다. - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - '{0}' 작업 영역에서 데이터베이스를 찾을 수 없습니다. - - - No databases found on the server. Please check your connection. - 서버에서 데이터베이스를 찾을 수 없습니다. 연결을 확인하세요. - - - No databases found to import into. - 정보를 가져올 데이터베이스를 찾을 수 없습니다. - - - No databases with backups found - 백업이 있는 데이터베이스를 찾을 수 없음 - - - No elements found - 찾은 요소 없음 - - - No entities found - 엔터티를 찾을 수 없음 - - - No event selected - 선택한 이벤트가 없음 - - - No events to export - 내보낼 이벤트가 없습니다. - - - No filter is currently active - 현재 활성화된 필터가 없습니다. - - - No items - 항목 없음 - - - No log entries yet. - 아직 로그 항목이 없습니다. - - - No matches found - 일치하는 항목을 찾을 수 없음 - - - No matching shortcuts - 일치하는 바로 가기 없음 - - - No model found. - 모델을 찾을 수 없습니다. - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - {1} URI와의 {0} 연결에 대한 Microsoft Entra 계정 토큰을 새로 고치지 않아도 됩니다. - - - No object that can be moved to another schema was found at the cursor. - 커서 위치에서 다른 스키마로 이동할 수 있는 개체를 찾을 수 없습니다. - - - No objects found - 개체를 찾을 수 없음 - - - No pending changes. Make edits to generate a script. - 보류 중인 변경 내용이 없습니다. 스크립트를 생성하도록 편집합니다. - - - No profiler connection available - Profiler 연결을 사용할 수 없음 - - - No profiler templates available - 사용할 수 있는 Profiler 템플릿 없음 - - - No property changes available. - 사용할 수 있는 속성 변경 내용이 없습니다. - - - No query set - 쿼리 세트 없음 - - - No renameable symbol found at cursor. - 커서 위치에서 이름을 바꿀 수 있는 기호를 찾을 수 없습니다. - - - No resource groups found - 리소스 그룹을 찾을 수 없습니다. - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - 현재 클라우드 '{0}'에 대해 '{1}' 형식의 리소스가 구성되어 있지 않습니다. Azure 계정 설정을 업데이트하세요. - - - No results - 결과 없음 - - - No results for the active editor - 활성 편집기에 대한 결과 없음 - - - No results match the current filters - 현재 필터와 일치하는 결과가 없습니다. - - - No results to display - 표시할 결과가 없음 - - - No rows affected - 영향 받는 행 없음 - - - No rules match the current filter. - 현재 필터에 맞는 규칙이 없습니다. - - - No saved connection profiles found. - 저장된 연결 프로필을 찾을 수 없습니다. - - - No saved connections found. Please create a connection first. - 저장된 연결 없음 먼저 연결을 만드세요. - - - No schema differences were found. - 스키마 차이를 찾을 수 없습니다. - - - No schemas found - 스키마를 찾을 수 없음 - - - No schemas were found in the project. - 프로젝트에서 스키마를 찾을 수 없습니다. - - - No script available. Make changes to the table data and generate a script first. - 사용할 수 있는 스크립트가 없습니다. 먼저 테이블 데이터를 변경한 후 스크립트를 생성하세요. - - - No script generated. - 스크립트가 생성되지 않음 - - - No selection - 선택 항목 없음 - - - No servers found - 서버를 찾을 수 없음 - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - 구독 '{0}'에서 서버를 찾을 수 없습니다. - - - No servers found in the selected subscription. - 선택한 구독에서 서버를 찾을 수 없습니다. - - - No shortcut - 바로 가기 없음 - - - No storage accounts found - 스토리지 계정을 찾을 수 없습니다. - - - No subscriptions found - 구독을 찾을 수 없음 - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - 구독을 찾을 수 없습니다. 사용 가능한 구독을 보려면 Azure 계정 또는 테넌트를 변경하세요. - - - No templates available - 사용할 수 있는 템플릿이 없습니다. - - - No tenant selected - 선택한 테넌트 없음 - - - No tenants are currently signed in. - 현재 로그인된 테넌트가 없습니다. - - - No tenants found - 테넌트가 없음 - - - No text data available - 텍스트 데이터를 사용할 수 없습니다. - - - No tools to process. - 처리할 도구가 없습니다. - - - No workspace folder is open. Open a folder to add the MCP server configuration. - 작업 영역 폴더가 열려 있지 않습니다. 폴더를 열어 MCP 서버 구성을 추가하세요. - - - No workspace folder is open. Open a folder to add the generated file. - 열려 있는 작업 영역 폴더가 없습니다. 폴더를 열어 생성된 파일을 추가하세요. - - - No workspaces found - 작업 영역을 찾을 수 없음 - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - 작업 영역을 찾을 수 없습니다. 사용 가능한 작업 영역을 보려면 Fabric 계정이나 테넌트를 변경하세요. - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - SQL Server 않은 SQL 파일이 검색되었습니다. 이러한 파일에 대해 IntelliSense를 사용하지 않도록 설정하시겠습니까? - - - None - 없음 - - - None (empty database) - 없음(빈 데이터베이스) - - - Not Between - 사이에 있지 않음 - - - Not Contains - 포함하지 않음 - - - Not Ends With - 다음으로 끝나지 않음 - - - Not Equals - 같지 않음 - - - Not Started - 시작되지 않음 - - - Not Starts With - 다음으로 시작하지 않음 - - - Not available for read-only file sessions - 읽기 전용 파일 세션에서는 사용할 수 없습니다. - - - Not connected - 연결되지 않음 - - - Not contains - 포함하지 않음 - - - Not currently signed in. Select to sign in to tenant. - 현재 로그인되어 있지 않습니다. 테넌트에 로그인하려면 선택하세요. - - - Not equal to - 같지 않음 - - - Not likely at all - 전혀 가능성이 없음 - - - Not running - 실행 중 아님 - - - Not signed in - 로그인되지 않음 - - - Not signed into tenant {0} - {0} is the tenant display name - 테넌트 {0}에 로그인되지 않음 - - - Not started - 시작되지 않음 - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - 참고: 자체 서명된 인증서는 제한된 보호만 제공하며 프로덕션 환경에 권장되는 방법은 아닙니다. 이 연결에서 '서버 인증서 신뢰'를 사용하도록 설정하고 다시 시도하시겠습니까? - - - Null - Null - - - Null Count: {0} - {0} is the null count - Null 개수: {0} - - - Number of Rows Read - 읽은 행 수 - - - OK - 확인 - - - OLTP, built on Azure SQL - OLTP, Azure SQL 기반 - - - Object Explorer Filter - 개체 탐색기 필터 - - - Object Type - 개체 유형 - - - Object Types - 개체 유형 - - - Object type - 개체 유형 - - - Off - 끄기 - - - On Delete - 삭제 시 - - - On Delete Action - 삭제 시 작업 - - - On Update - 업데이트 시 - - - On Update Action - 업데이트 작업 시 - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - 하나 이상의 연결 그룹이 존재하지 않고 무시된 부모 그룹을 참조합니다. {0}. 이러한 항목을 수정하려면 설정 파일을 업데이트하세요. - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - 존재하지 않고 무시된 하나 이상의 연결 참조 그룹: {0}. 이러한 항목을 수정하려면 연결 설정을 업데이트하세요. - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - 엔터티 하나 이상에 현재 데이터 API 작성기에서 지원하지 않는 열 형식이 포함되어 있습니다. 이 엔터티들은 배포 대상으로 선택할 수 없습니다. - - - Open - 열기 - - - Open .scmp file - .scmp 파일 열기 - - - Open Containing Folder - 상위 폴더 열기 - - - Open File - 파일 열기 - - - Open GitHub Copilot Chat to help fix these errors - GitHub Copilot Chat을 열어 이 오류를 해결하는 데 도움을 받으세요. - - - Open Keyboard Shortcuts editor. - 키보드 바로 가기 편집기를 엽니다. - - - Open Nitro - Nitro 열기 - - - Open Publish Script - 게시 스크립트 열기 - - - Open Query - 쿼리 열기 - - - Open Query History - 쿼리 기록 열기 - - - Open SQL editor and connect - SQL 편집기 열기 및 연결 - - - Open XML - XML 열기 - - - Open a new SQL query file - 새 SQL 쿼리 파일 열기 - - - Open a new bug - 새 버그 열기 - - - Open column menu - 열 메뉴 열기 - - - Open filter menu - 필터 메뉴 열기 - - - Open in Editor - 편집기에서 열기 - - - Open in GitHub Copilot Chat - GitHub Copilot Chat에서 열기 - - - Open in New Tab - 새 탭에서 열기 - - - Open in SQL Editor - SQL 편집기에서 열기 - - - Open in editor - 편집기에서 열기 - - - Open text data in a new editor - 새 편집기에서 텍스트 데이터 열기 - - - Open the active column filter menu - 활성 열 필터 메뉴 열기 - - - Open the active column menu - 활성 열 메뉴 열기 - - - Open the generated SELECT statement in a new editor - 생성된 SELECT 문을 새 편집기에서 열기 - - - Opening Publish Script. This may take a while... - 게시 스크립트를 여는 중입니다. 시간이 약간 소요될 수 있습니다... - - - Opening schema designer... - 스키마 디자이너를 여는 중... - - - Operation - 작업 - - - Operation failed - 작업 실패 - - - Operator - 연산자 - - - Option Description - 옵션 설명 - - - Optional (False) - 선택 사항(False) - - - Optional - Override default GraphQL plural type name - 선택 사항 - 기본 GraphQL 복수 형식 이름 재정의 - - - Optional - Override default GraphQL singular type name - 선택 사항 - 기본 GraphQL 단수 형식 이름 재정의 - - - Optional - Override default api/entityName path - 선택 사항 - 기본 api/entityName 경로 재정의 - - - Options - 옵션 - - - Options have changed. Recompare to see the comparison? - 옵션이 변경되었습니다. 비교를 확인하려면 다시 비교를 누르세요. - - - Original file name - 원본 파일 이름 - - - Others - 기타 - - - Output file - 파일 출력 - - - Overall, how satisfied are you with the MSSQL extension? - 전반적으로 MSSQL 확장에 얼마나 만족하시나요? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - 전반적으로 {0}에 얼마나 만족하시나요? - - - Overwrite all existing backup sets - 모든 기존 백업 세트 덮어쓰기 - - - Overwrite the existing database - 기존 데이터베이스 덮어쓰기 - - - Owner - 소유자 - - - PNG - PNG - - - Package file - 패키지 파일 - - - Page - 페이지 - - - Parameters - 매개 변수 - - - Parent node was not TreeNodeInfo. - 부모 노드가 TreeNodeInfo가 아닙니다. - - - Password - 암호 - - - Password (SQL Login) - 암호(SQL 로그인) - - - Password is required - 암호는 필수입니다. - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - '{1}'에 계속 로그인하려면 '{0}'의 암호를 변경해야 합니다. - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - '{0}'에 계속 로그인하려면 암호를 변경해야 합니다. - - - Passwords do not match - 암호가 일치하지 않습니다. - - - Paste - 붙여넣기 - - - Paste connection string from clipboard - 클립보드에서 연결 문자열 붙여넣기 - - - Path: {0} - {0} is the path of the node in the object explorer - 경로: {0} - - - Pause - 일시 중지 - - - Pause event collection - 이벤트 컬렉션 일시 중지 - - - Paused - 일시 중지됨 - - - Paused - click to resume - 일시 중지됨 - 클릭하여 다시 시작 - - - Perform checksum before writing to media - 미디어에 쓰기 전에 체크섬 수행 - - - Permissions - 사용 권한 - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - 벡터 검색 및 JSON 개선과 같은 기본 제공 AI 기능이 포함된 SQL Server 2025를 비롯한 여러 SQL Server 버전 중에서 선택하세요. - - - Please Accept the SQL Server EULA - SQL Server EULA에 동의해 주세요 - - - Please choose a backup file to load restore plan - 복원 계획을 로드할 백업 파일을 선택하세요. - - - Please choose a blob to load restore plan - 복원 계획을 로드할 Blob을 선택하세요. - - - Please choose a unique backup file name - 고유한 백업 파일 이름을 선택하세요. - - - Please choose a unique name for the container - 컨테이너에 대한 고유한 이름을 선택하세요 - - - Please choose a unique name for the profile - 프로필에 대한 고유한 이름을 선택하세요 - - - Please choose a valid media option - 유효한 미디어 옵션을 선택하세요. - - - Please choose at least one backup file - 백업 파일을 하나 이상 선택하세요. - - - Please choose at least one backup set to restore - 복원할 백업 세트를 하나 이상 선택해 주세요. - - - Please ensure the file is not open in another application before importing - 가져오기 전에 파일이 다른 애플리케이션에서 열려 있지 않은지 확인해 주세요. - - - Please make sure the port is a number, and choose a port that is not in use - 포트가 숫자인지 확인하고 사용하지 않는 포트를 선택하세요. - - - Please make your password 8-128 characters long. - 비밀번호를 8~128자 길이로 설정하세요. - - - Please select a database node in Object Explorer to drop. - 삭제할 데이터베이스 노드를 개체 탐색기에서 선택하세요. - - - Please select a database node in Object Explorer to rename. - 이름을 바꿀 데이터베이스 노드를 개체 탐색기에서 선택하세요. - - - Please select a file, not a folder. - 폴더 말고 파일을 선택해 주세요. - - - Please select a node from Object Explorer to script. - 개체 탐색기에서 스크립팅할 노드를 선택하세요. - - - Please select a server node in Object Explorer to create a database. - 데이터베이스를 만들려면 개체 탐색기에서 서버 노드를 선택하세요. - - - Please select a valid symbol. - 올바른 기호를 선택하세요. - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - 충분한 권한(기여자 이상)이 있는 작업 영역을 선택하세요. - - - Please select only one node to script. Multiple node scripting is not supported. - 스크립팅할 노드를 하나만 선택하세요. 여러 노드 스크립팅은 지원하지 않습니다. - - - Port - 포트 - - - Port must be a number between 1 and 65535 - 포트는 1에서 65535 사이의 숫자여야 합니다. - - - Port must be between 1 and 65535 - 포트는 1에서 65535 사이여야 합니다. - - - Port to expose the API on (default: 5000) - API를 노출할 포트(기본값: 5000) - - - Port {0} is already in use - {0} is the port number - 포트 '{0}'이(가) 이미 사용 중입니다. - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - 포트 {0}이(가) 이미 사용 중입니다. 다른 포트를 선택하세요. - - - Possible Data Loss detected. Please review the changes. - 가능한 데이터 손실이 검색되었습니다. 변경 내용을 검토하세요. - - - Precision - 정밀도 - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - '{0}' 및 '{1}' 사이의 정밀도/소수 자릿수 불일치가 발생했습니다. - - - Preserve the replication settings - 복제 설정을 유지합니다. - - - Press desired key combination and then press ENTER. - 원하는 키 조합을 누르고 <ENTER> 키를 누르세요. - - - Preview - 미리 보기 - - - Preview Data - 데이터 미리 보기 - - - Preview Database Updates - 데이터베이스 업데이트 미리 보기 - - - Previous - 이전 - - - Previous Page - 이전 페이지 - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - {0} URI의 이전에 보류 중이었던 다시 연결 프라미스가 {1} 오류가 발생하여 거부되었습니다. 필요한 경우 다시 연결을 시도합니다. - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - 이전에 보류 중이었던 {0} URI 연결에 성공했습니다. - - - Previous result grid - 이전 결과 그리드 - - - Previous step failed. Please check the error message and try again. - 이전 단계가 실패했습니다. 오류 메시지를 확인하고 다시 시도하세요. - - - Previously released features you may not have explored yet. - 이전에 출시된 기능 중 아직 살펴보지 못한 기능들이 있습니다. - - - Primary Key - 기본 키 - - - Primary Key Columns - 기본 키 열 - - - Primary key - 기본 키 - - - Prisma - Prisma - - - Privacy Statement - 개인정보처리방침 - - - Privacy notice - 개인 정보 알림 - - - Private - 프라이빗 - - - Processing include or exclude all differences operation. - 처리에는 모든 차이점 작업이 포함되거나 제외됩니다. - - - Profile Name - 프로필 이름 - - - Profile created and connected - 프로필을 만들고 연결함 - - - Profile created successfully - 프로필을 만들었습니다. - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - 프로필이 로드되었지만 연결을 자동으로 설정할 수 없습니다. {0} 연결을 만든 후 다시 시도하세요. - - - Profile name - 프로필 이름 - - - Profile removed successfully - 프로필을 제거함 - - - Profiler events exported successfully to {0} - {0} is the file path - 프로파일러 이벤트를 {0}에 성공적으로 내보냈습니다. - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - 프로파일러가 XEL 파일 '{0}'에 대해 읽기 전용이면서 연결이 끊긴 모드입니다. 데이터베이스 연결 없이는 라이브 세션을 시작하거나 만들 수 없습니다. - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - 프로파일러가 XEL 파일 '{0}'에 대해 읽기 전용이면서 연결이 끊긴 모드입니다. 데이터베이스 연결 없이는 라이브 세션을 시작하거나 만들 수 없습니다. - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - Profiler가 준비되었습니다. 드롭다운에서 세션을 선택하고 시작을 클릭하여 프로파일링을 시작합니다. - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - Profiler 세션 '{0}'을(를) 만들었습니다. 프로파일링을 시작하는 중... - - - Profiler session '{0}' started successfully. - {0} is the session name - Profiler 세션 '{0}'이(가) 시작되었습니다. - - - Properties - 속성 - - - Property - 속성 - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - '{0}' 공급자에 정의된 Microsoft 리소스 엔드포인트가 없습니다. - - - Provisioning - 프로비전 - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - 프록시 설정은 찾았지만 URL을 분석하는 중 오류가 발생했습니다('{0}'). MSSQL 확장을 사용할 때 연결 문제가 발생할 수 있습니다. 오류: {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - 프록시 설정은 찾았지만 프로토콜(e.g. http://)이 없습니다('{0}'). MSSQL 확장을 사용할 때 연결 문제가 발생할 수 있습니다. - - - Public - 공개 - - - Publish - 게시 - - - Publish DACPAC - DACPAC 게시 - - - Publish Profile - 게시 프로필 - - - Publish Project - 프로젝트 게시 - - - Publish Project - {0} - {0} is the name of the project being published - 프로젝트 게시 - {0} - - - Publish Settings File - 설정 파일 게시 - - - Publish Target - 대상 게시 - - - Publish profile saved to: {0} - 게시 프로필 {0}에 저장 완료 - - - Publishing Changes - 변경 내용 게시 - - - Pulling DAB container image - DAB 컨테이너 이미지를 가져오는 중 - - - Pulling SQL Server Image - SQL Server 이미지를 가져오는 중입니다. - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - SQL Server 컨테이너 이미지를 다운로드하는 중입니다. 인터넷 연결에 따라 몇 분 정도 소요될 수 있습니다. - - - Query - 쿼리 - - - Query Editor - 쿼리 편집기 - - - Query Editor shortcuts are managed by Visual Studio Code. - 쿼리 편집기 바로 가기는 Visual Studio Code에서 관리합니다. - - - Query Execution - 쿼리 실행 - - - Query Plan - 쿼리 계획 - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - 쿼리 계획({0}개) - - - Query Plan ({0}) - {0} is the number of query plans - 쿼리 계획({0}개) - - - Query Profiler - 쿼리 프로파일러 - - - Query Profiler Session Status - 쿼리 프로파일러 세션 상태 - - - Query Profiler: No session - 쿼리 프로파일러: 세션 없음 - - - Query Profiler: {0} - {0} is the file name or session name - 쿼리 프로파일러: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - {0}에 대한 쿼리 편집기 - - - Query executed - 쿼리 실행됨 - - - Query execution failed - 쿼리를 실행하지 못함 - - - Query execution was canceled. - 쿼리 실행이 취소되었습니다. - - - Query failed - 쿼리가 실패함 - - - Query succeeded - 쿼리 성공 - - - Query {0} - {0} is the Quick Query slot number - 쿼리 {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - 쿼리 {0}: 쿼리 비용(스크립트 기준): {1}% - - - Quick Queries - 빠른 쿼리 - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - 빠른 쿼리 키보드 바로 가기는 Visual Studio Code에서 관리합니다. - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - 빠른 쿼리 슬롯은 1에서 {0} 사이여야 합니다. - - - Quick filter all columns... - 모든 열 빠른 필터링... - - - REST - REST - - - REST API - REST API - - - RESTORE WITH NORECOVERY - WITH NORECOVERY 복원 - - - RESTORE WITH RECOVERY - WITH RECOVERY 복원 - - - RESTORE WITH STANDBY - WITH STANDBY 복원 - - - Read - 읽기 - - - Read docs on Microsoft Learn - Microsoft Learn 문서 읽기 - - - Read more - 자세히 알아보기 - - - Read-Only - 읽기 전용 - - - Read-only SQL text editor - 읽기 전용 SQL 텍스트 편집기 - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - '{0}'은 읽기 전용 연결이 끊긴 모드입니다. 데이터베이스 연결 없이는 라이브 세션을 만들거나 시작할 수 없어요. - - - Ready for import - 가져올 준비 완료 - - - Readying container for connections. - 연결에 대한 컨테이너를 준비하는 중입니다. - - - Readying container for connections... - 연결에 대한 컨테이너를 준비하는 중입니다. - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - T-SQL에 익숙하지 않은 개발자가 코드를 쉽게 이해하는 데 도움이 되는 자연어 설명을 받아 보세요. - - - Recent Connections - 최신 연결 - - - Recent connections list cleared - 최근 연결 목록을 삭제함 - - - Record shortcut - 바로 가기 기록 - - - Recording shortcut - 녹음 바로 가기 - - - Recovery Model - 복구 모델 - - - Recovery state - 복구 상태 - - - Redo - 다시 실행 - - - Referenced column '{0}' not found - {0} is the column name - 참조된 열 '{0}'을(를) 찾을 수 없습니다. - - - Referenced columns - 참조된 열 - - - Referenced schema - 참조된 스키마 - - - Referenced table - 참조된 테이블 - - - Referenced table '{0}' not found - {0} is the table name - 참조된 테이블 '{0}'을(를) 찾을 수 없습니다. - - - Refresh - 새로 고침 - - - Refresh Credentials - 자격 증명 새로 고침 - - - Refresh dataset - 데이터 세트 새로 고침 - - - Region - 지역 - - - Register - 등록 - - - Reject - 거부 - - - Reliability - 안정성 - - - Reload Visual Studio Code - Visual Studio Code 다시 로드 - - - Relocate all files - 모든 파일 재배치 - - - Remind Me Later - 나중에 알림 - - - Remove - 제거 - - - Remove Sort - 정렬 제거 - - - Remove a connection profile - 연결 프로필 제거 - - - Remove file - 파일 제거 - - - Remove filter - 필터 제거 - - - Remove filter for {0} - {0} is the column name - {0} 필터 제거 - - - Remove from favorites - 즐겨찾기에서 제거 - - - Remove sort - 정렬 제거 - - - Remove tag - 태그 제거 - - - Remove {0} - {0} is the object type - {0} 제거 - - - Rename - 이름 바꾸기 - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - '{1}'에 있는 '{0}'의 이름을 바꿉니다. - - - Rename Database - 데이터베이스 이름 바꾸기 - - - Rename Options - 이름 바꾸기 옵션 - - - Rename is not supported at this position. - 이 위치에서는 이름 바꾸기를 지원하지 않습니다. - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - 이름 바꾸기는 열려 있는 SQL 프로젝트에 포함된 SQL 파일에서만 지원됩니다. 먼저 [데이터베이스 프로젝트] 패널에서 프로젝트를 여세요. - - - Rename request failed: {0} - 이름 바꾸기 요청 실패: {0} - - - Renaming database - 데이터베이스의 이름을 바꾸는 중 - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - 데이터베이스의 이름을 '{0}'에서 '{1}'(으)로 바꾸는 중... - - - Replication - 복제 - - - Request a new feature - 새 기능 요청 - - - Required - 필수 - - - Requirements: - 요구 사항: - - - Requires user authentication - 사용자 인증 필요 - - - Reset - 초기화 - - - Reset to Defaults? - 기본값으로 다시 설정하시겠습니까? - - - Resize - 크기 조정 - - - Resize column '{0}' - {0} is the name of the column - '{0}' 열 크기 조정 - - - Resize the active result grid column - 활성 결과 그리드 열 크기 조정 - - - Resource Group - 리소스 그룹 - - - Resource Group Name - 리소스 그룹 이름 - - - Resource Group is required - 리소스 그룹은 필수입니다. - - - Resource group name is required - 리소스 그룹 이름이 필요합니다. - - - Resources - 리소스 - - - Restore - 복원 - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - 복원({0}) - - - Restore Database - 데이터베이스 복원 - - - Restore Panel Size - 패널 크기 복원 - - - Restore as - 다음으로 복원 - - - Restore panel size - 패널 크기 복원 - - - Restore properties pane - 속성 창 복원 - - - Restrict access to the restored database - 복원된 데이터베이스에 대한 액세스 제한 - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - 결과 집합 일괄 처리 {0} - 쿼리 {1} - - - Result View - 결과 보기 - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - 결과 보기 바로 가기는 MSSQL 확장에서 관리합니다. 여기에서 키 바인딩을 직접 구성할 수 있습니다. - - - Results - 결과 - - - Results ({0}) - {0} is the number of results - 결과({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - 결과({0}) - - - Results Preview - 결과 미리 보기 - - - Results Preview ({0}) - {0} is the number of preview results - 결과 미리 보기({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - 결과 미리 보기({0}) - - - Results exported successfully to {0} - {0} is the file path - 결과를 {0}(으)로 내보냈습니다. - - - Results toolbar - 결과 도구 모음 - - - Resume - 다시 시작 - - - Resuming database - 데이터베이스를 다시 시작하는 중 - - - Retry - 다시 시도 - - - Reveal - 표시 - - - Reveal in Explorer - 탐색기에 표시 - - - Reveal in Finder - Finder에 표시 - - - Reverse Alphabetical - 사전순 반대로 - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - SQL 스키마와 관계를 설명하여 기존 데이터베이스를 리버스 엔지니어링하세요. - - - Revert - 되돌리기 - - - Revert Cell - 셀 되돌리기 - - - Revert Row - 행 되돌리기 - - - Revert this change to its original state - 이 변경 내용을 원래 상태로 되돌리기 - - - Revert values to project defaults - 값을 프로젝트 기본값으로 되돌리기 - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - 채팅에서 API 구성 변경 사항을 검토하거나 제안하면 GitHub Copilot이 데이터 API 작성기에서 구성을 즉시 업데이트합니다. - - - Reviewing Copilot Change - Copilot 변경 검토 중 - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - Apple Silicon에서 SQL Server 컨테이너 이미지를 실행하려면 Rosetta가 필요합니다. Docker 데스크톱 > 설정 > 일반으로 이동해 "Apple Silicon에서 x86_64/amd64 에뮬레이션에 Rosetta 사용"을 사용하도록 설정합니다. - - - Row created. - 행이 생성되었습니다. - - - Row deleted. - 행이 삭제되었습니다. - - - Row marked for removal. - 제거를 위해 표시된 행입니다. - - - Rows - - - - Rows per page - 페이지당 행 - - - Rule disabled - 규칙 사용 안 함 - - - Rule enabled - 규칙 사용 - - - Rule name - 규칙 이름 - - - Rules - 규칙 - - - Run Query - 쿼리 실행 - - - Run Query History - 쿼리 기록 실행 - - - Run a query for the current active SQL document - 현재 활성 SQL 문서에 대한 쿼리 실행 - - - Run a query in the current editor, or switch to an editor that has results. - 현재 편집기에서 쿼리를 실행하거나 결과가 있는 편집기로 전환하세요. - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - 연결 '{0}'에서 쿼리를 실행하시겠습니까(ID: {1})? - -쿼리: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - 사용자 지정 바로 가기 키를 사용하여 저장된 SQL을 즉시 실행합니다. {arg}을(를) 사용하여 선택한 쿼리 편집기 텍스트를 삽입합니다. 그렇지 않으면 쿼리에 추가됩니다. - - - Run, cancel, and create queries - 쿼리 실행, 취소 및 만들기 - - - Running - 실행 중 - - - Running a custom query will discard all pending changes. Do you want to continue? - 사용자 지정 쿼리를 실행하면 보류 중인 변경 사항이 모두 삭제됩니다. 계속하시겠어요? - - - Running query is not supported when the editor is in multiple selection mode. - 편집기가 다중 선택 모드에 있는 경우 쿼리 실행이 지원되지 않습니다. - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'에서 쿼리 실행 중(ID: {1}) - - - Running: {0} - {0} is how long the query has been running - 실행 중: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - SQL 분석 엔드포인트 - - - SQL Authentication - SQL 인증 - - - SQL Container Name - SQL 컨테이너 이름 - - - SQL Container Version - SQL 컨테이너 버전 - - - SQL Database - SQL 데이터베이스 - - - SQL Database Projects — Code Analysis - SQL Database 프로젝트 — Code Analysis - - - SQL Login - SQL 로그인 - - - SQL Notebooks - SQL Notebook - - - SQL Plan Files - SQL 계획 파일 - - - SQL Server Container SA Password - SQL Server 컨테이너 SA 암호 - - - SQL Server admin password - SQL Server 관리자 암호 - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server는 Windows 컨테이너를 지원하지 않습니다. Docker Desktop 설정에서 Linux 컨테이너로 전환하세요. - - - SQL Server is required - SQL Server 필요합니다. - - - SQL Server port number - SQL Server 포트 번호 - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} - 최신 - - - SQL Tools (MSSQL) - SQL 도구(MSSQL) - - - SQL database in Fabric - 패브릭의 SQL 데이터베이스 - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - SQLCMD 변수 - - - SVG - SVG - - - Satisfied - 만족 - - - Saturation - 채도 - - - Save - 저장 - - - Save .scmp file - .scmp 파일 저장 - - - Save As - 다른 이름으로 저장 - - - Save As... - 다른 이름으로 저장... - - - Save Changes - 변경 내용 저장 - - - Save Connection Group - 연결 그룹 저장 - - - Save Password - 암호 저장 - - - Save Password? If 'No', password will be required each time you connect - 암호를 저장하시겠습니까? '아니요'를 선택하면 연결할 때마다 암호를 입력해야 합니다. - - - Save Plan - 플랜 저장 - - - Save Secret - 비밀 저장 - - - Save as CSV - CSV로 저장 - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - CSV로 저장({0}) - - - Save as Excel - Excel로 저장 - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - Excel로 저장({0}) - - - Save as INSERT INTO - INSERT INTO로 저장 - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - INSERT INTO로 저장({0}) - - - Save as JSON - JSON으로 저장 - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - JSON으로 저장({0}) - - - Save backup to URL - URL에 백업 저장 - - - Save connection profile changes without establishing a connection - 연결하지 않고 연결 프로필 변경 내용을 저장 - - - Save password - 암호 저장 - - - Save results as CSV - 결과를 CSV로 저장 - - - Save results as Excel - 결과를 Excel로 저장 - - - Save results as INSERT - 결과를 INSERST로 저장 - - - Save results as JSON - 결과를 JSON으로 저장 - - - Save results command cannot be used with multiple selections. - 결과 저장 명령에서는 여러 항목을 선택할 수 없습니다. - - - Save source and target, options, and excluded elements - 원본 및 대상, 옵션 및 제외된 요소 저장 - - - Save to Disk - 디스크에 저장 - - - Save to URL - URL에 저장 - - - Save without connecting - 연결하지 않고 저장 - - - Saved - 저장됨 - - - Saved Connections - 저장된 연결 - - - Saved results to {0} - {0} is the saved file path - {0}에 결과를 저장했습니다. - - - Saving... - 저장 중... - - - Scaffold backend components (e.g., data-access layers) based on your current database context - 현재 데이터베이스 컨텍스트를 기반으로 백엔드 구성 요소(예: 데이터 액세스 계층)를 스캐폴드하세요. - - - Scale - 크기 조정 - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - '{0}' 및 '{1}' 간의 크기가 일치하지 않습니다. - - - Schema - 스키마 - - - Schema '{0}' is not available. - {0} is the schema name - 스키마 '{0}'을(를) 사용할 수 없습니다. - - - Schema Changes - 스키마 변경 - - - Schema Compare - 스키마 비교 - - - Schema Compare Options - 스키마 비교 옵션 - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - 스키마 비교 실패: ‘{0}‘ - - - Schema Designer - 스키마 디자이너 - - - Schema Designer Model is ready. Changes can now be published. - 스키마 디자이너 모델이 준비되었습니다. 이제 변경 내용을 게시할 수 있습니다. - - - Schema Designer with GitHub Copilot - GitHub Copilot을 사용하는 스키마 디자이너 - - - Schema Diff - 스키마 차이 - - - Schema designer details are not available. - 스키마 디자이너 세부 정보를 사용할 수 없습니다. - - - Schema designer is not initialized. - 스키마 디자이너가 초기화되지 않았습니다. - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - 스키마 디자이너를 열었습니다. 스키마 변형을 진행하려면 {0} 작업({1}/{2})을 계속하세요. - - - Schema designer state changed. Fetch the latest schema and retry the operation. - 스키마 디자이너 상태가 변경되었습니다. 최신 스키마를 가져온 후 작업을 다시 시도해 주세요. - - - Schema designer state retrieved successfully. - 스키마 디자이너 상태를 성공적으로 가져왔습니다. - - - Schema designer updated successfully. - 스키마 디자이너를 성공적으로 업데이트했습니다. - - - Schema is required - 스키마는 필수 항목임 - - - Schema/Object Type - 스키마/개체 형식 - - - Schemas - 스키마 - - - Script - 스크립트 - - - Script as Alter - Alter로 스크립트 - - - Script as Create - Create로 스크립트 - - - Script as Drop - Drop으로 스크립트 - - - Script as Execute - Execute로 스크립트 - - - Script copied to clipboard - 클립보드에 복사된 스크립트 - - - Script copied to clipboard. - 클립보드에 스크립트가 복사되었습니다. - - - Search Database Objects - 데이터베이스 개체 검색 - - - Search Database Objects - {0} - {0} is the server name - 데이터베이스 개체 검색 - {0} - - - Search Workspaces - 작업 영역 검색 - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - 개체 이름 또는 유형으로 검색(예: t:<name>, v:, f:또는 sp:) - - - Search changes... - 변경 내용 검색... - - - Search connection groups - 연결 그룹 검색 - - - Search extension shortcut - 확장 바로 가기 검색 - - - Search options - 검색 옵션 - - - Search options... - 검색 옵션... - - - Search rules... - 검색 규칙... - - - Search settings... - 검색 설정... - - - Search subscriptions... - 구독 검색... - - - Search tables... - 테이블 검색... - - - Search values... - 값 검색... - - - Search within {0} text content - {0} is the column name - {0} 텍스트 내용 내에서 검색 - - - Search workspaces... - 작업 영역 검색... - - - Search... - 검색... - - - Searching... - 검색 중... - - - Seed sample data or import an existing schema - 샘플 데이터를 시드하거나 기존 스키마 가져오기 - - - Select - 선택 - - - Select All - 모두 선택 - - - Select Azure account with Key Vault access for column decryption - 열 암호 해독을 위한 Key Vault 액세스 권한이 있는 Azure 계정을 선택하세요. - - - Select Connection - 연결 선택 - - - Select Database - 데이터베이스 선택 - - - Select Max vCores - 최대 vCore 선택 - - - Select Profile - 프로필 선택 - - - Select Source - 원본 선택 - - - Select Source Schema - 원본 스키마 선택 - - - Select Target - 대상 선택 - - - Select Target Schema - 대상 스키마 선택 - - - Select Top 1000 - 상위 1,000개 선택 - - - Select XEL File - XEL 파일 선택 - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - 이 연결에 사용할 Microsoft Entra ID 계정을 선택합니다. Azure Data Studio 원래 계정 정보는 아래에 나열되어 있지만 다른 계정을 선택할 수 있습니다. - - - Select a Workspace - 작업 영역 선택 - - - Select a blob - Blob 선택 - - - Select a blob container - Blob 컨테이너 선택 - - - Select a collation - 데이터 정렬 선택 - - - Select a connection group - 그룹에 대한 연결을 선택하세요 - - - Select a connection to use as the default - 기본값으로 사용할 연결 선택 - - - Select a data source - 데이터 원본 선택 - - - Select a database - 데이터베이스 선택 - - - Select a database for profiling (Azure SQL requires a specific database) - 프로파일링할 데이터베이스 선택(Azure SQL에는 특정 데이터베이스가 필요) - - - Select a file - 파일 선택 - - - Select a folder - 폴더 선택 - - - Select a location for the resource group - 리소스 그룹의 위치 선택 - - - Select a maintenance window - 유지 관리 기간 선택 - - - Select a profiler template - Profiler 템플릿 선택 - - - Select a resource group - 리소스 그룹 선택 - - - Select a server - 서버 선택 - - - Select a session first - 먼저 세션 선택 - - - Select a session... - 세션 선택... - - - Select a storage account - 스토리지 계정 선택 - - - Select a subscription - 구독 선택 - - - Select a subscription to view servers in it. - 서버를 보려면 구독을 선택하세요. - - - Select a tenant - 테넌트 선택 - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - 드롭다운에서 유효한 {0} 선택 - - - Select a workspace to view the databases in it. - 작업 영역을 선택하여 해당 데이터베이스를 확인하세요. - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - 필터링할 {0} 선택 - - - Select account - 계정 선택 - - - Select all - 모두 선택 - - - Select all cells in the active grid - 활성 그리드의 모든 셀 선택 - - - Select all entities - 모든 엔터티 선택 - - - Select all options - 모두 선택 옵션 - - - Select all {0} - {0} is the action name (Create, Read, etc.) - 모두 선택 {0} - - - Select an account - 계정 선택 - - - Select an account for authentication - 인증할 계정을 선택하세요. - - - Select an extension to manage connection sharing permissions - 연결 공유 권한을 관리할 확장을 선택하세요. - - - Select an operation - 작업 선택 - - - Select column - 열 선택 - - - Select file to import - 가져올 파일 선택 - - - Select image - 이미지 선택 - - - Select location - 위치 선택 - - - Select new permission for extension: '{0}' - {0} is the extension name - 확장에 대한 새 권한 선택: '{0}' - - - Select or clear all connection groups - 모든 연결 그룹 선택 또는 해제 - - - Select or clear all connections - 모든 연결 선택 또는 해제 - - - Select package file - 패키지 파일 선택 - - - Select profile to edit - 편집할 프로필 선택 - - - Select profile to remove - 제거할 프로필 선택 - - - Select row - 행 선택 - - - Select session - 세션 선택 - - - Select subscriptions - 구독 선택 - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - Azure Data Studio settings.json 파일을 선택하여 연결 그룹 및 연결을 검색합니다. - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - 이 저장 프로시저를 실행할 수 있는 HTTP 메서드를 선택합니다. DAB는 기본적으로 POST로 설정됩니다. - - - Select the SQL Server Container Image - SQL Server 컨테이너 이미지를 선택하세요 - - - Select the entire current column - 현재 열 전체 선택 - - - Select the entire current row - 현재 행 전체 선택 - - - Select the target schema - 대상 스키마 선택 - - - Selected - 선택함 - - - Selected Microsoft Entra account removed successfully. - 선택한 Microsoft Entra 계정을 제거했습니다. - - - Selected Path - 선택한 경로 - - - Selected backup file does not contain a valid database backup - 선택한 백업 파일에 유효한 데이터베이스 백업이 없습니다. - - - Selected query-editor text - 선택한 쿼리 편집기 텍스트 - - - Selection - 선택 사항 - - - Sequelize - Sequelize - - - Serialization failed - 직렬화 실패 - - - Server - 서버 - - - Server - {0} - {0} is the server name - 서버 - {0} - - - Server Connections - 서버 연결 - - - Server Edition - 서버 버전 - - - Server Name - 서버 이름 - - - Server Version - 서버 버전 - - - Server connection in progress. Do you want to cancel? - 서버에 연결하는 중입니다. 취소하시겠습니까? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - 서버를 시작할 수 없습니다. 시스템의 권한 오류 또는 비호환성 문제일 수 있습니다. 설정에서 디바이스 코드 인증을 사용하도록 설정할 수 있습니다. - - - Server is required - 서버는 필수입니다. - - - Server name is required - 서버 이름이 필요합니다. - - - Server name not set. - 서버 이름이 설정되지 않았습니다. - - - Server name or ADO.NET connection string - 서버 이름 또는 ADO.NET 연결 문자열 - - - Server {0} not found. - {0} is the server name - 서버 {0}을(를) 찾을 수 없습니다. - - - Serverless - 서버리스 - - - Service installation failed. - 서비스를 설치하지 못했습니다. - - - Service tier - 서비스 계층 - - - Session - 세션 - - - Session creation timed out - 세션 만들기 시간이 초과되었습니다. - - - Session name can only contain letters, numbers, underscores, and hyphens - 세션 이름은 문자, 숫자, 밑줄 및 하이픈만 포함할 수 있습니다. - - - Session name cannot be empty - 세션 이름은 비워 둘 수 없습니다. - - - Session name must be {0} characters or less - {0} is the maximum length - 세션 이름은 {0}자 이하여야 합니다. - - - Session not running - 세션이 실행되고 있지 않음 - - - Set Default - 기본값 설정 - - - Set Null - Null 설정 - - - Set backup Compression - 백업 압축 설정 - - - Set backup Media Set - 백업 미디어 세트 설정 - - - Set backup retain days - 백업 보존 기간(일) 설정 - - - Setting - 설정 - - - Setting up - 설정 중 - - - Setting up container - 컨테이너 설정 중 - - - Settings - 설정 - - - Settings and Keybindings - 설정 및 키 바인딩 - - - Settings are fixed for free tier. - 무료 계층에 대한 설정이 수정되었습니다. - - - Settings for {0} - {0} is the entity name - {0} 설정 - - - Severity - 심각도 - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - {0} 심각도 - - - Shortcut - 바로 가기 - - - Shortcuts Configuration - 바로 가기 구성 - - - Shortcuts Configuration (Preview) - 바로 가기 구성(미리 보기) - - - Shortcuts configuration page - 바로 가기 구성 페이지 - - - Show All - 모두 표시 - - - Show Changes - 변경 내용 표시 - - - Show Confirm Password - 암호 확인 표시 - - - Show Definition - 정의 표시 - - - Show Estimated Plan - 예상 플랜 표시 - - - Show MSSQL output - MSSQL 출력 표시 - - - Show Menu - 메뉴 표시 - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - 메뉴 표시({0}) - - - Show New Password - 새 암호 표시 - - - Show SQL - SQL 표시 - - - Show SQL Pane - SQL 창 표시 - - - Show Schema - 스키마 표시 - - - Show a random table definition - 무작위 테이블 정의 표시 - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - VS Code 키보드 바로 가기에서 모든 빠른 쿼리 바로 가기 표시 - - - Show all columns - 모든 열 표시 - - - Show full error message - 전체 오류 메시지 표시 - - - Show masked command (hides sensitive information) - 마스킹된 명령 표시(민감한 정보 숨김) - - - Show or hide the query result panel - 쿼리 결과 패널을 표시하거나 숨깁니다. - - - Show password - 암호 표시 - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'의 스키마를 표시하시겠습니까(ID: {1})? - - - Show table relationships - 테이블 관계 표시 - - - Show unmasked command (reveals sensitive information) - 마스크되지 않은 명령 표시(중요한 정보 표시) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 연결 '{0}'에 대한 스키마를 표시하는 중(ID: {1}) - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - {0}개 이벤트 중 {1}개 표시 - - - Showplan XML - 실행 계획 XML - - - Sign In - 로그인 - - - Sign in - 로그인 - - - Sign in and retry - 로그인하고 다시 시도하세요. - - - Sign in to a new account - 새 계정에 로그인하세요 - - - Sign in to your Azure subscription - Azure 구독에 로그인 - - - Sign in to your Azure subscription in one of the sovereign clouds. - 소버린 클라우드 중 하나에서 Azure 구독에 로그인합니다. - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - 디바이스 코드를 사용해서 Azure 구독에 로그인합니다. 설정에서 로그인 명령이 작동하지 않을 때 이 코드를 사용합니다. - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - Entra ID '{0}'(으)로 로그인합니다. - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - 다단계 인증이 포함된 계정을 포함한 Microsoft Entra ID 계정으로 로그인하세요. 자세한 내용을 보려면 아이콘을 클릭하세요. - - - Sign into Azure - Azure에 로그인 - - - Sign into Azure in order to add a firewall rule. - 방화벽 규칙을 추가하려면 Azure에 로그인합니다. - - - Sign into Fabric - Fabric에 로그인 - - - Sign into additional accounts - 추가 계정으로 로그인 - - - Sign into tenant - 테넌트에 로그인 - - - Signing in to Azure as {0}... - {0} is the account name - {0}(으)로 Azure에 로그인하는 중... - - - Simple - 간단히 - - - Simple Container Management - 간단한 컨테이너 관리 - - - Smart performance - 스마트 성능 - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - 일부 연결이나 그룹에 정보가 부족합니다. 계속할 수 있지만 연결하기 전에 나중에 이러한 연결을 편집해야 할 수 있습니다. - - - Sort - 정렬 - - - Sort Ascending - 오름차순 정렬 - - - Sort Descending - 내림차순 정렬 - - - Sort ascending - 오름차순 정렬 - - - Sort column - 열 정렬 - - - Sort descending - 내림차순 정렬 - - - Source - 원본 - - - Source Column - 원본 열 - - - Source Database - 원본 데이터베이스 - - - Source Name - 원본 이름 - - - Source: {0} - {0} is the fully qualified DAB source object name - 원본: {0} - - - Source: {0} - {0} is the task source - 원본: {0} - - - Specifies whether the column is included in the primary key for the table. - 열이 테이블의 기본 키에 포함되는지 여부를 지정합니다. - - - Specifies whether the column may have a NULL value. - 열에 NULL 값을 사용할 수 있는지 여부를 지정합니다. - - - Specify Input File - 입력 파일 지정 - - - SqlPackage Command - SqlPackage Command - - - Standby file - 대기 파일 - - - Start - 시작 - - - Start IP Address - 시작 IP 주소 - - - Start Time - 시작 시간 - - - Start profiling session - 프로파일링 세션 시작 - - - Start, stop, and remove containers directly from the extension. - 확장에서 직접 컨테이너를 시작, 중지 및 제거할 수 있습니다. - - - Started executing query at - 다음에서 쿼리 실행 시작: - - - Started query execution for document "{0}" - {0} is the document name - 문서 "{0}"에 대한 쿼리 실행을 시작함 - - - Started saving results to {0} - {0} is the file path - 결과를 {0}에 저장하기 시작했습니다. - - - Starting '{0}'... - {0} is the service name - '{0}' 시작하는 중... - - - Starting Container... - 컨테이너를 시작하는 중... - - - Starting DAB container - DAB 컨테이너를 시작하는 중 - - - Starting Docker Desktop - Docker 데스크톱을 시작하는 중 - - - Starting Docker... - Docker를 시작하고 있습니다... - - - Starting {0}... - {0} is the container name - {0} 시작 중... - - - Starts With - 다음으로 시작함 - - - Starts with - 다음으로 시작 - - - Status - 상태 - - - Status: {0} - {0} is the task status - 상태: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - {0}/{1}단계 - - - Stop - 중지 - - - Stop session - 세션 중지 - - - Stopped - 중지됨 - - - Stopping Container... - 컨테이너를 중지하는 중... - - - Stopping profiler session "{0}"... - {0} is the session name - Profiler 세션 "을(를) 중지하는 중"{0}"... - - - Storage - 스토리지 - - - Storage Account - 스토리지 계정 - - - Storage Account is required - 스토리지 계정이 필요합니다. - - - Stored Procedure - 저장 프로시저 - - - Stored Procedures - 저장 프로시저 - - - Stored procedure GraphQL operation - 저장 프로시저 GraphQL 작업 - - - Stored procedure REST methods - 저장 프로시저 REST 메서드 - - - Submit - 제출 - - - Submit an issue - 문제 제출 - - - Subscription - 구독 - - - Subscription is required - 구독이 필요합니다. - - - Subtree Cost - 하위 트리 비용 - - - Succeeded - 성공 - - - Succeeded with warning - 성공(경고 발생) - - - Successfully changed to database: {0} - {0} is the database name - 데이터베이스 {0}을(를) 사용하도록 변경 완료 - - - Successfully connected to server. - 서버에 연결했습니다. - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - {1} URI와의 {0} 연결 토큰을 새로 고쳤습니다. {2} - - - Successfully saved results to {0} - {0} is the file path - {0}에 결과를 저장함 - - - Sum - 합계 - - - Sum: {0} - {0} is the sum - 합계: {0} - - - Summary - 요약 - - - Summary loading canceled - 요약 로드 취소됨 - - - Summary loading was canceled by user - 사용자가 요약 로드를 취소했습니다. - - - Switch Direction - 방향 전환 - - - Switch Source and Target - 원본과 대상 전환 - - - Switch between result panes and tabs - 결과 창과 탭 간 전환 - - - Switch results view - 결과 보기 전환 - - - Switch to Grid View - 그리드 보기로 전환 - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - 약식 표 보기로 전환({0}) - - - Switch to MSAL - MSAL로 전환 - - - Switch to Messages tab - 메시지 탭으로 전환 - - - Switch to Query Plan tab - 쿼리 계획 탭으로 전환 - - - Switch to Results tab - 결과 탭으로 전환 - - - Switch to Text View - 텍스트 보기로 전환하세요. - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - 텍스트 보기로 전환({0}) - - - Switched to {0} - {0} is the connection label - {0}(으)로 전환함 - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - Linux 컨테이너로의 전환이 취소되었습니다. SQL Server는 Linux 컨테이너만 지원합니다. - - - Synchronous resize - 동기 크기 조정 - - - System databases - 시스템 데이터베이스 - - - T-SQL - T-SQL - - - Table - - - - Table '{0}' already exists - {0} is the table name - '{0}' 테이블이 이미 있습니다. - - - Table '{0}' not found - {0} is the table name - 테이블 '{0}'을(를) 찾을 수 없습니다. - - - Table Diagram - 테이블 다이어그램 - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - '{0}'에 대한 테이블 탐색기에 저장되지 않은 변경 내용이 있습니다. 저장하시겠습니까, 아니면 취소하시겠습니까? - - - Table Name - 표 이름 - - - Table Schema - 테이블 스키마 - - - Table added to schema designer successfully. - 스키마 디자이너에 테이블을 성공적으로 추가했습니다. - - - Table deleted from schema designer successfully. - 스키마 디자이너에서 테이블을 성공적으로 삭제했습니다. - - - Table id already exists. - 테이블 ID가 이미 있습니다. - - - Table must include at least one column. - 테이블에는 최소한 하나의 열이 포함되어야 합니다. - - - Table name - 표 이름 - - - Table name cannot be empty - 테이블 이름은 비워둘 수 없습니다. - - - Table name is required - 테이블 이름이 필요합니다. - - - Table updated in schema designer successfully. - 스키마 디자이너에서 테이블을 성공적으로 업데이트했습니다. - - - Tables - 테이블 - - - Tag keys must be unique. - 태그 키는 고유해야 합니다. - - - Tags - 태그 - - - Tail-log backup - 비상 로그 백업 - - - Tail-log backup file - 비상 로그 백업 파일 - - - Take Survey - 설문 조사 참여 - - - Take tail-log backup before restore - 복원하기 전에 비상 로그 백업 수행 - - - Target - 대상 - - - Target Database - 대상 데이터베이스 - - - Target Name - 대상 이름 - - - Target Table - 대상 테이블 - - - Target: {0} - {0} is the task target location - 대상: {0} - - - Task log is unavailable. - 작업 로그를 사용할 수 없습니다. - - - Task: {0} - {0} is the task name - 작업: {0} - - - Tenant - 테넌트 - - - Tenant ID - 테넌트 ID - - - Tenant ID is required - 테넌트 ID가 필요합니다. - - - Tenant is required - 테넌트 ID가 필요합니다. - - - Terms & Conditions - 사용 약관 - - - Test connecting with the current settings - 현재 설정으로 연결 테스트하기 - - - Test connection - 연결 테스트 - - - Testing connection profile... - 연결 프로필을 테스트하는 중... - - - Testing... - 테스트 중... - - - Text - 텍스트 - - - Text View - 텍스트 보기 - - - Text tab - displays SQL text data - 텍스트 탭 - SQL 텍스트 데이터를 표시합니다. - - - The Application (Client) ID of your Microsoft Entra app registration. - Microsoft Entra 앱 등록의 애플리케이션(클라이언트) ID입니다. - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - 쿼리 프로파일러가 이제 Microsoft Fabric SQL 데이터베이스를 지원하며, 경량 T-SQL 프로파일링을 위한 {code-snippet-0}을 포함하는 새로운 Azure SQL Database 템플릿이 추가되었습니다. - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - 필요한 백그라운드 서비스가 시작되지 않아 SQL Server 확장을 실행할 수 없습니다. 운영 체제에 맞는 오프라인 VSIX를 설치하거나 네트워크 연결을 확인한 후 다시 시도하세요. 세부 정보: {0} - - - The XEL file was not found. - XEL 파일을 찾을 수 없습니다. - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - 사용자가 외래 키 관계에 포함된 데이터가 있는 행을 삭제하려고 할 때 수행할 동작입니다. - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - 사용자가 외래 키 관계에 포함된 데이터가 있는 행을 업데이트하려고 할 때 수행할 동작입니다. - - - The client secret for your Microsoft Entra app registration. - Microsoft Entra 앱 등록의 클라이언트 암호입니다. - - - The columns of the index. - 인덱스의 열입니다. - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - `mssql.defaultConnectionId`에 설정된 연결 ID '{0}'이(가) 알려진 연결 프로필과 일치하지 않습니다. 새 편집기는 활성 연결을 전달하는 방식으로 대체됩니다. - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - ID '{0}'의 연결에 'server' 속성이 설정되어 있지 않아 무시되고 있습니다. 이 연결을 사용하려면 'server' 속성을 설정하세요. - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - 사용자 지정 클라우드 선택이 구성되지 않았습니다. '{0}' 설정을 구성하세요. - - - The description of the check constraint. - CHECK 제약 조건에 대한 설명입니다. - - - The description of the foreign key. - 외래 키에 대한 설명입니다. - - - The description of the index. - 인덱스에 대한 설명입니다. - - - The description of the primary key. - 기본 키에 대한 설명입니다. - - - The expression defining the check constraint. - CHECK 제약 조건을 정의하는 식입니다. - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - 확장 '{0}'이(가) SQL Server 연결에 대한 액세스를 요청하고 있습니다. 이를 통해 쿼리를 실행하고 데이터베이스에 접근할 수 있습니다. - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - 첫 번째 값은 {1} 필터에서 {0} 연산자의 두 번째 값보다 작아야 합니다. - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - {1} 필터의 {0} 연산자에 대해 첫 번째 값을 설정해야 합니다. - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - 다음 작업 영역 또는 작업 영역 폴더 연결에 'id' 속성이 없어 무시되고 있습니다. 사용하려면 연결에 'id' 속성을 수동으로 추가하세요. - - {0} - - - The language model did not return any output. - 언어 모델이 출력을 반환하지 않았습니다. - - - The mapping between foreign key columns and primary key columns. - 외래 키 열과 기본 키 열 간의 매핑입니다. - - - The maximum length (in characters) that can be stored in this database object. - 이 데이터베이스 개체에 저장할 수 있는 최대 길이(문자 수)입니다. - - - The name of the check constraint. - CHECK 제약 조건의 이름입니다. - - - The name of the column object. - 열 개체의 이름입니다. - - - The name of the column. - 열의 이름입니다. - - - The name of the foreign key. - 외래 키의 이름입니다. - - - The name of the index. - 인덱스 이름입니다. - - - The query results panel failed to load. Please try running the query again. - 쿼리 결과 패널을 로드하지 못했습니다. 쿼리를 다시 실행해 보세요. - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - 최근 연결 목록이 지워졌지만 연결된 일부 자격 증명을 삭제하는 동안 오류가 발생했습니다. MSSQL 출력 채널에서 오류를 확인하세요. - - - The requested model could not be found. Please check model availability or try a different model. - 요청한 모델을 찾을 수 없습니다. 모델의 가용성을 확인하거나 다른 모델을 사용해 보세요. - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - {1} 필터의 {0} 연산자에 대해 두 번째 값을 설정해야 합니다. - - - The selected file is not a valid XEL file. - 선택한 파일은 올바른 XEL 파일이 아닙니다. - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - 선택한 프로필은 '{0}' Entra ID를 사용하여 인증되었지만, 해당 계정은 MSSQL 확장 프로그램에 로그인되어 있지 않습니다. 연결을 편집하거나 해당 계정으로 MSSQL에 로그인해 연결하세요. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - 선택한 프로필은 테넌트 '{1}'에서 Entra ID '{0}'을(를) 사용하여 인증하지만 VS Code 로그인을 통해 해당 계정을 사용할 수 없습니다. 연결을 편집하거나 해당 계정으로 VS Code 로그인하여 연결합니다. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - 선택한 프로필은 '{0}' 테넌트에서 '{1}' Entra ID를 사용하여 인증되었지만, 해당 계정은 VS Code 로그인을 통해 사용할 수 없습니다. 연결을 편집하거나 해당 계정으로 MSSQL에 로그인해 연결하세요. - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - 선택한 프로필은 '{0}' Entra ID를 사용하여 인증되었지만, 해당 계정은 VS Code 로그인을 통해 사용할 수 없습니다. 연결을 편집하거나 해당 계정으로 VS Code에 로그인해 연결하세요. - - - The table which contains the primary or unique key column. - 기본 또는 고유 키 열을 포함하는 테이블입니다. - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - {0} 서비스가 중단되었습니다. 세부 정보: {1} - - - There was an error updating the project - 프로젝트를 업데이트하는 동안 오류가 발생했습니다. - - - This connection does not have a display name in Azure Data Studio. - 이 연결에는 Azure Data Studio 표시 이름이 없습니다. - - - This connection's group has not been selected, so this connection will be imported to the root. - 이 연결의 그룹이 선택되지 않았으므로 이 연결은 루트로 가져옵니다. - - - This database name is already in use. Please choose a different name. - 이 데이터베이스 이름은 이미 사용 중입니다. 다른 이름을 선택하세요. - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - 이 메시지를 처리할 수 없습니다. 문제가 계속되면 로그를 확인하고 GitHub에 문제를 보고 주세요. - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - 이 작업을 통해 입력 파일 구조를 분석하여 최대 처음 50개 행을 대상으로 아래의 미리 보기가 생성되었습니다. - - - This server only supports Microsoft Entra ID authentication. - 이 서버는 Microsoft Entra ID 인증만 지원합니다. - - - This server only supports SQL Authentication. - 이 서버는 SQL 인증만 지원합니다. - - - This server supports Microsoft Entra ID and SQL Authentication. - 이 서버는 Microsoft Entra ID 및 SQL 인증을 지원합니다. - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - 이 바로 가기를 사용하려면 선택한 텍스트를 매개 변수로 전달해야 합니다. SQL 편집기에서 텍스트를 선택한 다음, 바로 가기를 다시 실행합니다. - - - This value was not provided in the Azure Data Studio settings file. - 이 값은 Azure Data Studio 설정 파일에 제공되지 않았습니다. - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - 이 작업은 Docker를 사용해 로컬에 데이터 API 작성기 컨테이너를 배포합니다. 컨테이너는 구성에 따라 {0} API를 노출합니다. - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - 이렇게 하면 모든 규칙이 기본 심각도로 다시 설정되고 '빌드 시 Code Analysis 사용'이 비활성화됩니다. 이 작업은 실행 취소할 수 없습니다. 계속하시겠습니까? - - - Time - 시간 - - - Timestamp - 타임스탬프 - - - To - Label for the end IP address in the firewall rule IP range - - - - To compare two schemas, first select a source schema and target schema, then press compare. - 두 스키마를 비교하려면 먼저 원본 스키마 및 대상 스키마를 선택한 다음, 비교를 누릅니다. - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - 이 명령을 사용하려면 .sql 파일을 열거나, 편집기 언어를 "SQL"로 변경하거나, 현재 SQL 편집기에서 T-SQL 텍스트를 선택하세요. - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - 이 명령을 사용하려면 언어를 "SQL"로 설정해야 합니다. 언어 모드를 변경할지 확인합니다. - - - Toggle Actual Plan - 실제 계획 토글 - - - Toggle Query Result Panel - 쿼리 결과 패널 토글 - - - Toggle SQLCMD Mode - SQLCMD 모드 토글 - - - Toggle Sort - 정렬 토글 - - - Toggle Tooltips - 도구 설명 토글 - - - Toggle actual execution plan collection for SQL queries - SQL 쿼리에 대한 실제 실행 계획 수집을 사용하거나 사용하지 않도록 설정합니다. - - - Toggle all entities in {0} - {0} is the schema name - {0}의 모든 엔터티 토글 - - - Toggle between grid and text view - 그리드 보기와 텍스트 보기 간 전환 - - - Toggle columns for {0} - {0} is the entity name - {0}열 설정/해제 - - - Toggle dark mode - 다크 모드 토글 - - - Toggle filter row - 필터 행 토글 - - - Toggle pre-header row - 프리헤더 행 토글 - - - Toggle selection for {0} - {0} is the connection display name - {0} 선택 영역 설정/해제 - - - Toggle selection for {0} - {0} is the connection group name - {0} 선택 영역 설정/해제 - - - Toggle sort - 정렬 토글 - - - Toggle sorting for the active column - 활성 열에 대한 정렬 전환 - - - Token refreshed successfully. - 토큰이 새로 고쳐졌습니다. - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - 도구 조회 대상: {0} - {1}. - - - Total execution time: {0} - {0} is the elapsed time - 총 실행 시간: {0} - - - Total rows to fetch: - 가져올 총 행: - - - Transaction Log - 트랜잭션 로그 - - - Transfer active connection (Default) - 활성 연결 전송(기본값) - - - Truncate the transaction log - 트랜잭션 로그 잘라내기 - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - 무료 계층 제공으로 Azure SQL Database를 무료로 사용해 보세요! VS Code에서 바로 완전 관리형 클라우드 데이터베이스를 프로비전할 수 있습니다. - - - Try adjusting your search or filters - 검색 또는 필터 조정 시도 - - - Try it - 사용해 보기 - - - Try searching by command name, description, or keybinding. - 명령 이름, 설명 또는 키 바인딩으로 검색해 보세요. - - - Type - 유형 - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - 클립보드에 복사된 URL - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - 선택한 계정에 대한 VS Code Microsoft Entra 토큰을 가져올 수 없습니다. {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - 유효한 토큰을 가져올 수 없습니다. (만료 시간: {0}, 현재 시간: {1}) - - - Unable to determine the server authentication type. - 서버 인증 유형을 확인할 수 없습니다. - - - Unable to execute the command while the extension is initializing. Please try again later. - 확장을 초기화하는 동안 명령을 실행할 수 없습니다. 나중에 다시 시도하세요. - - - Unable to expand. Please check logs for more information. - 확장할 수 없습니다. 자세한 내용은 로그를 확인하세요. - - - Unable to load backup configuration. Please try again. - 백업 구성을 로드할 수 없습니다. 다시 시도하세요. - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - 서버에서 데이터베이스 목록을 로드할 수 없습니다. {0} 데이터베이스 이름을 직접 입력할 수 있습니다. - - - Unable to open Table Explorer: No target node provided. - 테이블 탐색기를 열 수 없습니다. 대상 노드가 제공되지 않았습니다. - - - Unable to read proxy agent options. - 프록시 에이전트 옵션을 읽을 수 없습니다. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - 데이터베이스 목록을 검색할 수 없습니다. 이 서버에서 데이터베이스를 나열할 권한이 없을 수 있습니다. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - 데이터베이스 목록을 검색할 수 없습니다. 이 서버에서 데이터베이스를 나열할 권한이 없을 수 있습니다. 연결에 데이터베이스가 지정되어 있으면 미리 선택됩니다. - - - Unavailable for backups to existing files - 기존 파일에 백업할 수 없음 - - - Understand and document business logic embedded in stored procedures, views, and functions - 저장 프로시저, 보기, 함수에 포함된 비즈니스 논리를 이해하고 문서화하세요. - - - Undo - 실행 취소 - - - Undo All - 모두 실행 취소 - - - Undo All Copilot Changes - 모든 Copilot 변경 실행 취소 - - - Unfreeze columns - 열 고정 해제 - - - Unfreeze columns/rows - 열/행 고정 취소 - - - Unknown - 알 수 없음 - - - Unknown Connection - 알 수 없는 연결 - - - Unknown account - 알 수 없는 계정 - - - Unknown deployment step: {0} - {0} is the deployment step number - 알 수 없는 배포 단계: {0} - - - Unknown error - 알 수 없는 오류 - - - Unknown magic command: %%{0} - {0} is the magic command name - 알 수 없는 매직 명령: %%{0} - - - Unknown object management dialog. - 알 수 없는 개체 관리 대화 상자입니다. - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - 알 수 없는 작업: {0}. 지원되는 작업: add_table, update_table, delete_table, replace_schema, get_schema - - - Unknown tenant ID - 알 수 없는 테넌트 ID - - - Unnamed Profile - 이름 없는 프로필 - - - Unsaved Changes - 저장되지 않은 변경 내용 - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - {0}은(는) Docker에 대해 지원되지 않는 아키텍처입니다. - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - 연결 문자열에서 지원되지 않는 인증 유형: {0} SQL 로그인, 통합, Azure MFA, Active Directory 기본 인증만 지원됩니다. - - - Unsupported by Data API builder. - Data API builder에서 지원하지 않습니다. - - - Unsupported data types detected - 지원되지 않는 데이터 형식이 감지됨 - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - {0}은(는) Docker에 대해 지원되지 않는 플랫폼입니다. - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - 100K vCore 초, 32GB 스토리지 및 백업이 매월 갱신되는 최대 10개의 데이터베이스. - - - Update - 업데이트 - - - Update Database - 데이터베이스 업데이트 - - - Update Script - 스크립트 업데이트 - - - Updating IntelliSense... - IntelliSense를 업데이트하는 중... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - 쿼리 한도를 초과했습니다. 나중에 다시 시도하시거나 요청을 최적화하는 것을 고려해 보세요. - - - Use Microsoft Entra ID authentication to provision and connect to this database. - Microsoft Entra ID 인증을 사용하여 이 데이터베이스를 프로비전하고 연결합니다. - - - Use SQL Authentication with a valid username and password. - 유효한 사용자 이름과 암호로 SQL 인증을 사용하세요. - - - Use T-SQL intellisense and syntax error checking on current document - 현재 문서에서 T-SQL IntelliSense 및 구문 오류 검사 사용 - - - Use discount code {0} to save €200 on registration. - 할인 코드 {0}을(를) 사용하면 등록비에서 €200를 절약할 수 있습니다. - - - Use encryption for this backup - 이 백업에 암호화 사용 - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - 형식: YYYY-MM-DD HH:mm:ss[.SSS] 사용 - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - 자연어를 사용해 시각적 스키마 디자이너 내에서 데이터베이스 스키마를 직접 설계하세요. 스키마를 처음부터 만들고, 기존 설계를 발전시키며, diff 보기를 통해 변경 사항을 검토하고, 외부 아티팩트를 가져올 수 있으며, 모든 작업이 시각적 다이어그램과 T-SQL 스크립트에 실시간으로 반영됩니다. - - - Use the default server setting - 기본 서버 설정 사용 - - - Use {0} to create a new connection. - {0} is the connect command - {0}을(를) 사용하여 새 연결을 만듭니다. - - - Used in API routes and responses - API 경로 및 응답에 사용됨 - - - User - 사용자 - - - User ID - 사용자 ID - - - User Name - 사용자 이름 - - - User databases - 사용자 데이터베이스 - - - User name - 사용자 이름 - - - User name (SQL Login) - 사용자 이름(SQL 로그인) - - - User name is required - 사용자 이름은 필수입니다. - - - Username - 사용자 이름 - - - Username is required - 사용자 이름이 필요합니다. - - - Uses the WITH KEEP_REPLICATION option during restore - 복원할 때 WITH KEEP_REPLICATION 옵션을 사용합니다. - - - Uses the WITH NORECOVERY option during restore - 복원 시 WITH NORECOVERY 옵션을 사용합니다. - - - Uses the WITH REPLACE option during restore - 복원 시 WITH REPLACE 옵션을 사용합니다. - - - Uses the WITH RESTRICTED_USER option during restore - 복원할 때 WITH RESTRICTED_USER 옵션을 사용합니다. - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - {0}을(를) 사용하는 중({1})... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - {0}을(를) 사용하여 요청을 처리하는 중... - - - Validation failed - 유효성 검사 실패 - - - Validation failed. Please check your inputs - 유효성 검사에 실패했습니다. 입력을 확인하세요. - - - Value - - - - Value is required - 값 필요 - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - 벡터 값은 이 편집기에서 읽기 전용입니다. T-SQL을 사용하여 값을 수정하거나 임베딩을 다시 생성하세요. - - - Verify a container image by using the Notation CLI - Notation CLI를 사용하여 컨테이너 이미지를 확인하세요. - - - Verify backup when finished - 완료되면 백업 확인 - - - Verifying Docker engine is ready - Docker 엔진이 준비되었는지 확인하는 중 - - - Verifying Docker is installed on your system - 시스템에 Docker가 설치되어 있는지 확인하는 중 - - - Verifying the API is ready to accept requests - API가 요청을 수락할 준비가 되었는지 확인하는 중 - - - Very Dissatisfied - 매우 불만족 - - - Very Satisfied - 매우 만족 - - - View - 보기 - - - View Config - 구성 보기 - - - View More - 자세히 보기 - - - View Swagger - Swagger 보기 - - - View Table Diagram - 테이블 다이어그램 보기 - - - View known issues - 알려진 문제 보기 - - - View mssql for Visual Studio Code release notes? - Visual Studio Code용 mssql 릴리스 정보를 보시겠습니까? - - - View roadmap - 로드맵 보기 - - - View settings - 설정 보기 - - - View the estimated query execution plan - 예상 쿼리 실행 계획 보기 - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - 실시간 유효성 검사와 실시간 DML 스크립트 미리 보기를 사용하여 대화형 그리드에서 테이블 행을 보고, 추가하고, 편집하고, 삭제하세요. - - - View/configure keybinding - 키 바인딩 보기/구성 - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - {0}에 대한 키 바인딩 보기/구성 - - - View: - 뷰: - - - Views - - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - 이 설정을 적용하려면 Visual Studio Code를 다시 시작해야 합니다. Visual Studio Code를 다시 로드하세요. - - - Visualize and Design Schema - 스키마 시각화 및 디자인 - - - WHERE - WHERE - - - Warehouse - 웨어하우스 - - - Warning - 경고 - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - 경고: 결과 집합이 완전하지 않습니다. {0}/{1}개의 행을 표시 전체 결과 집합을 불러올 수 없습니다. - - - Warnings - 경고 - - - Warnings detected. Please review the changes. - 경고가 검색되었습니다. 변경 내용을 검토하세요. - - - Watch demo - 데모 보기 - - - Watch demos on YouTube - YouTube에서 데모 시청 - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - 머신에서 Docker Desktop이 있는 위치를 찾을 수 없습니다. Docker Desktop을 수동으로 시작하고 다시 시도하세요. - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - 현재 연결 정보를 사용하여 연결할 수 없습니다. 연결을 다시 시도하시겠습니까, 아니면 연결 프로필을 편집하시겠습니까? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - VS Code MSSQL을 즐겨 사용해 주셔서 감사합니다! VS Code 마켓플레이스에 간단한 리뷰를 남겨 주세요. - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - Webview '{0}'이(가) {1}ms 내에 준비되지 않았습니다. - - - Webview was disposed before it became ready - 웹 보기가 준비되기 전에 삭제되었습니다. - - - What I can do for you: - 사용자를 위해 할 수 있는 일: - - - What can we do to improve? - 어떤 점을 개선하면 좋을까요? - - - What's next? - 다음 단계는 무엇인가요? - - - Width cannot be 0 or negative - 너비는 0 또는 음수일 수 없음 - - - Windows Authentication - Windows 인증 - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - VS Code/SSMS에서 작동하며 Microsoft Entra 인증 및 Fabric 액세스 제어를 사용합니다. - - - Workspace - 작업 영역 - - - Workspace is required - 작업 영역이 필요합니다. - - - Write a review - 리뷰 작성 - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - 대화형 결과, 정렬, 필터링 및 Markdown 문서를 갖춘 Visual Studio Code 기본 제공 Jupyter Notebook에서 SQL 쿼리를 작성하고 실행하세요. - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - AI가 추천하는 개선 사항을 반영하여 SQL 쿼리를 작성, 최적화하고 문제를 해결하세요. - - - YYYY-MM-DD HH:mm:ss - YYYY-MM-DD HH:mm:ss - - - Yes - - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - 기존 데이터베이스에 배포하려고 합니다. 이 작업을 수행하면 데이터베이스 스키마가 영구적으로 변경되고 데이터가 손실될 수 있습니다. 계속하시겠습니까? - - - You are not connected to any database. - 데이터베이스에 연결되어 있지 않습니다. - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - MSSQL 확장을 버전 {0}(으)로 업데이트했기 때문에 이 메시지가 표시됩니다. - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - 내보내지 않은 프로파일러 이벤트를 캡처했습니다. 지금 닫으면 캡처된 모든 이벤트가 사라집니다. CSV 파일로 내보내시겠어요? - - - You have unsaved changes. Do you want to save before closing? - 저장하지 않은 변경 내용이 있습니다. 닫기 전에 저장하시겠습니까? - - - You must accept the license - 라이선스에 동의해야 합니다. - - - You must be signed into Azure in order to browse SQL databases. - SQL 데이터베이스를 탐색하려면 Azure에 로그인해야 합니다. - - - You must be signed into Fabric in order to browse SQL databases. - SQL 데이터베이스를 탐색하려면 Fabric에 로그인해야 합니다. - - - You must review and accept the terms to proceed - 계속하려면 사용 약관을 검토하고 동의해야 합니다. - - - Your API is available at: - API는 다음 위치에서 사용할 수 있습니다: - - - Your APIs are available at the following endpoints: - API는 다음 엔드포인트에서 사용할 수 있습니다. - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - 현재 Docker 엔진이 Windows 컨테이너를 실행합니다. SQL Server는 Linux 컨테이너만 지원합니다. Linux 컨테이너로 전환하시겠습니까? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - {0} 리소스에 액세스하려면 계정을 다시 인증해야 합니다. 열기를 눌러 인증 프로세스를 시작하세요. - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - '{0}' 클라이언트 IP 주소에서 연결하려는 '{1}' 서버에 액세스할 수 없습니다. 새 방화벽 규칙을 만드시겠습니까? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - 클라이언트 IP 주소에서 서버에 액세스할 수 없습니다. Microsoft Entra 계정을 추가하고 액세스를 허용하는 새 방화벽 규칙을 만드세요. - - - Your current IP {0} will be added automatically. - {0} is the current IP address - 현재 IP {0}이(가) 자동으로 추가됩니다. - - - Your database will continue running after the free offer limit and you will be charged for overages. - 데이터베이스는 무료 혜택 한도를 넘은 후에도 계속 실행되며, 초과 사용량에 대한 요금이 청구됩니다. - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - 암호는 대문자, 소문자, 숫자(0~9), 특수문자(!, $, #, % 등) 중 3개 이상의 문자를 포함해야 합니다. - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - 테넌트 '{0} ({1})'을(를) 사용하려면 {2} 리소스에 액세스하기 위해 다시 인증해야 합니다. 열기를 눌러 인증 프로세스를 시작하세요. - - - Zone-redundant backup storage - 영역 중복 백업 스토리지 - - - Zoom In - 확대 - - - Zoom Out - 축소 - - - Zoom to Fit - 크기에 맞게 확대/축소 - - - [Optional] Database to connect (press Enter to connect to <default> database) - [옵션] 연결할 데이터베이스(<default> 데이터베이스에 연결하려면 Enter 키 누름) - - - [Optional] Enter a display name for this connection profile - [옵션] 이 연결 프로필의 표시 이름 입력 - - - [Read-only] Pre-filled from the server properties. - [읽기 전용] 서버 속성에서 미리 채워집니다. - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - - - - authenticationType - authenticationType - - - contains - 다음 값 포함 - - - database - 데이터베이스 - - - default - 기본값 - - - delete the saved connection: {0}? - {0} is the connection name - 저장된 연결을 삭제합니다. {0}? - - - does not contain - 다음 값을 포함하지 않음 - - - encrypt - 암호화 - - - ends with - 다음 값으로 끝남 - - - equals - 같음 - - - greater than - 보다 큼 - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - hostname\instance 또는 <server>.database.windows.net 또는 ADO.NET 연결 문자열 - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - Null이 아님 - - - is null - Null임 - - - items - 항목 - - - items per page - 페이지당 항목 - - - items selected - 선택한 항목 - - - less than - 보다 작음 - - - location - 위치 - - - macOS Sierra or newer is required to use this feature. - 이 기능을 사용하려면 macOS Sierra 이상이 필요합니다. - - - none selected - 선택한 항목 없음 - - - not equals - 같지 않음 - - - of - / - - - or - 또는 - - - profiler_events - profiler_events - - - resource group - 리소스 그룹 - - - server - 서버 - - - starts with - 다음 값으로 시작 - - - subscription - 구독 - - - test - 테스트 - - - undefined - 정의되지 않음 - - - untitled - 제목 없음 - - - updatingIntelliSense - updatingIntelliSense - - - vCores - vCore - - - value - - - - x of y selected - x/y 선택됨 - - - {0} (Current Account) - {0} is the account display name - {0} (현재 계정) - - - {0} (filtered) - {0}(필터링됨) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0}({1}%) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0}({1}%): {2} - - - {0} accounts - {0} is the number of accounts - 계정 {0}개 - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - {1}의 {0} 작업 - - - {0} change(s) - {0} is the number of changes - 변경 내용 {0}개 - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0}이(가) '{1}'에서 '{2}'(으로) 변경됨 - - - {0} changes - {0} is the number of property changes - {0}개의 변경 내용 - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - {0}색 조사식({1}) - - - {0} column data - {0} is the number of columns - {0} 열 데이터 - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - {0}개의 연결 그룹을 가져왔음 - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - {0}개의 연결 그룹을 가져왔음 - - - {0} connection imported - {0} is the number of connections imported (singular) - {0}개의 연결을 가져왔습니다. - - - {0} connections imported - {0} is the number of connections imported (plural) - {0}개의 연결을 가져왔습니다. - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {0}에 데이터 API 작성기에서 지원하지 않는 열 형식이 포함되어 있습니다. {1} - - - {0} deleted successfully. - {0} deleted successfully. - {0}이(가) 삭제되었습니다. - - - {0} errors - {0} is the number of errors - 오류 {0}개 - - - {0} events - {0} is the number of events - 이벤트{0}개 - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0}이(가) 닫혔습니다. 복원하시겠습니까? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - {0}개의 잘못된 Entra 계정이 제거되었습니다. 'MS SQL: Microsoft Entra 계정 토큰 캐시 지우기'를 실행하고 다시 로그인해야 할 수 있습니다. - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} 기본 키 열이므로 사용하지 않도록 설정할 수 없습니다. - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0}은(는) 전역적으로 사용하도록 설정되어 있지 않습니다. - - - {0} issue - {0} is the number of issues - {0}개 문제 - - - {0} issues - {0} is the number of issues - 문제 {0}개 - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0}에서 데이터 API 작성기에 사용할 키 필드를 하나 이상 정의해야 합니다. - - - {0} objects found - {0} is the number of objects found - {0}개의 개체 찾음 - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0}/{1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - 선택한 {1} 연결 그룹의 {0}. - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - {0}개 중 {1}개의 연결이 선택되었습니다 - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - {1} 중 {0} 사용 - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {1}개 중 {0}개 규칙 - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0}/{1} 테넌트 - - - {0} password doesn't match the confirmation password - {0} 암호가 확인 암호와 일치하지 않습니다. - - - {0} properties - {0} is the object type - {0} 속성 - - - {0} query - {0} is the Quick Query shortcut name - 쿼리 {0}개 - - - {0} rows - {0} is the number of rows - 행 {0}개 - - - {0} rows returned - {0} is the number of rows returned - 행 {0}개 반환됨 - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - {0}개 행이 선택되었습니다. 요약을 보려면 클릭하세요. - - - {0} rules - {0} is the number of code analysis rules - 규칙 {0}개 - - - {0} selected - {0} is the number of selected filter values - {0}개 선택됨 - - - {0} selected - {0} is the number of selected rows - {0} 선택됨 - - - {0} setting imported - {0} is the number of settings imported (singular) - {0}개의 설정을 가져왔습니다. - - - {0} settings imported - {0} is the number of settings imported (plural) - {0}개의 설정을 가져왔습니다. - - - {0} started successfully. - {0} started successfully. - {0}을(를) 시작했습니다. - - - {0} stopped successfully. - {0} stopped successfully. - {0}이(가) 중지되었습니다. - - - {0} warnings - {0} is the number of warnings - 경고 {0}개 - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0}의 {1}개 문제 - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0}의 {1}개 문제 - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0}, 외 {1}개 더 - - - {0}. {1} - {0} is the status -{1} is the message - {0}. {1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - 이벤트 {0}/{1}개 - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}. {2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0}일 {1}시간 - - - {0}h - {0} is the number of hours - {0}시간 - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0}시간 {1}분 - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0}시간 {1}분 - - - {0}m - {0} is the number of minutes - {0}분 - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0}분 {1}초 - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0}분 {1}초 - - - {0}ms - {0} is the number of milliseconds - {0}밀리초 - - - {0}ms - {0} is the elapsed time in milliseconds - {0}밀리초 - - - {0}s - {0} is the number of seconds - {0}초 - - - {0}s - {0} is the elapsed time in seconds - {0}초 - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ 액세스 권한 부여 - - - ✅ Grant Access (Current) - ✅ 액세스 권한 부여 (현재) - - - ❌ Deny Access - ❌ 액세스 거부 - - - ❌ Deny Access (Current) - ❌ 액세스 거부 (현재) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 저는 MSSQL용 GitHub Copilot 확장으로, Visual Studio Code에서 사용할 수 있는 지능형 SQL 개발 도우미입니다. VS Code에서 직접 SQL 데이터베이스를 연결하고, 탐색하며, 설계 및 발전시키는 데 도움을 드립니다. - - - - - - - Add Connection - 연결 추가 - - - Add Connection Group - 연결 그룹 추가 - - - Add Microsoft Entra Account - Microsoft Entra 계정 추가 - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - 사용자가 입력이 제한된 디바이스에 로그인할 수 있도록 허용합니다. - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - 새 편집기와 열린 SQL 파일은 항상 `mssql.defaultConnectionId`에 지정된 연결에 연결합니다. - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - 실행 시간 제한이 0이면 무제한 대기(시간 제한 없음)를 나타냅니다. - - - Analyze Query Performance - 쿼리 성능 분석 - - - Application Intent - 애플리케이션 의도 - - - Automatically display query results in a new tab instead of the query pane. - 쿼리 창 대신 새 탭에 쿼리 결과를 자동으로 표시합니다. - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - 쿼리 결과가 있는 편집기로 전환할 때 결과 패널을 자동으로 표시합니다. '탭에서 결과 열기'를 사용하도록 설정한 경우에만 적용됩니다. - - - Azure MFA - Azure MFA - - - Background Tasks - 백그라운드 작업 - - - Backup Database... - 데이터베이스 백업... - - - Build Data API... - 빌드 데이터 API... - - - Cancel Connection (MSSQL) - 연결 취소 (MSSQL) - - - Cancel Query (MSSQL) - 쿼리 취소 (MSSQL) - - - Cancel Task - 작업 취소 - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - 활성 편집기의 연결을 새로 연 쿼리 편집기 탭과 SQL 파일로 전달합니다. - - - Change Connection (MSSQL) - 연결 변경 (MSSQL) - - - Change Database (MSSQL) - 데이터베이스 변경 (MSSQL) - - - Change Notebook Connection - Notebook 연결 변경 - - - Change Notebook Database - Notebook 데이터베이스 변경 - - - Choose SQL handler for this file - 이 파일에 대한 SQL 처리기 선택 - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - 결과 표 열의 크기를 자동으로 조정하는 방법을 선택합니다(헤더 + 데이터, 데이터만 또는 자동 크기 조정 사용 안 함). - - - Chooses which Authentication method to use - 사용할 인증 방법을 선택합니다. - - - Clear All Connection Sharing Permissions - 모든 연결 공유 권한 지우기 - - - Clear All Query History - 모든 쿼리 기록 지우기 - - - Clear Filters - 필터 지우기 - - - Clear Finished Tasks - 완료된 작업 삭제 - - - Clear Microsoft Entra account token cache - Microsoft Entra 계정 토큰 캐시 지우기 - - - Clear Pooled Connections - 풀링된 연결 지우기 - - - Command Timeout - 명령 시간 제한 - - - Compare Schemas... - 스키마 비교... - - - Configure up to 10 Quick Queries that execute from commands. - 명령에서 실행되는 빠른 쿼리를 최대 10개까지 구성합니다. - - - Connect (MSSQL) - 연결 (MSSQL) - - - Connect to a SQL Database - SQL Database 연결 - - - Connection Dialog - 연결 대화 상자 - - - Connection Timeout - 연결 시간 제한 - - - Connection groups - 장치 그룹 - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - '사용자 설정'에 정의된 연결 프로필은 명령 팔레트의 'MS SQL: Connect' 명령에서 확인할 수 있습니다. - - - Connections - 연결 - - - Control which grid lines are visible in the results grid. - 결과 표에 표시되는 눈금선을 제어합니다. - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - 새 SQL 편집기 창과 열린 SQL 파일이 자동으로 연결되는 방식을 제어합니다. - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - 메모리에서 필터링 및 정렬할 수 있는 최대 행 수를 제어합니다. 숫자를 초과하는 경우 정렬과 필터링이 비활성화됩니다. 경고: 이 항목을 늘리면 성능에 영향을 미칠 수 있습니다. - - - Copy All - 모두 복사 - - - Copy Cell Messages - 셀 메시지 복사 - - - Copy Connection String - 연결 문자열 복사 - - - Copy Object Name - 개체 이름 복사 - - - Create Azure Function with SQL binding - SQL 입력 바인딩으로 Azure 함수 만들기 - - - Create a Table with Table Designer - 테이블 디자이너를 사용하여 테이블 만들기 - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - 데이터베이스에 새 테이블을 만들거나 테이블 디자이너를 사용하여 기존 테이블을 편집하세요. -변경이 완료되면 '게시' 버튼을 클릭하여 변경 사항을 데이터베이스에 전송하세요. - - - DACPAC/BACPAC Operations... - DACPAC/BACPAC 운영... - - - Default view mode for query results display. - 쿼리 결과 표시를 위한 기본 보기 모드입니다. - - - Delete - 삭제 - - - Delete Connection Group - 연결 그룹 삭제 - - - Delete SQL Container - SQL 컨테이너 삭제 - - - Deploy DACPAC - DACPAC 배포 - - - Disable Actual Plan (MSSQL) - 실제 계획 사용 안 함 (MSSQL) - - - Disable Group By Schema - 스키마별 그룹화 사용 안 함 - - - Disable automatic column sizing - 자동 열 크기 조정 사용 안 함 - - - Disabled - 사용 안 함 - - - Disconnect (MSSQL) - 연결 끊기 (MSSQL) - - - Display name for this Quick Query. - 이 빠른 쿼리의 표시 이름입니다. - - - Display results in a formatted text format. - 결과를 서식이 지정된 텍스트 형식으로 표시합니다. - - - Display results in a tabular grid format (default) - 결과를 표 형식으로 표시합니다(기본값). - - - Do not auto-connect. You must connect each SQL file manually. - 자동으로 연결하지 마세요. 각 SQL 파일을 수동으로 연결해야 합니다. - - - Do not show prompts to display query results in a new tab. - 쿼리 결과를 새 탭에 표시하라는 메시지를 표시하지 않습니다. - - - Drop Database... - 데이터베이스 삭제... - - - Edit Connection Group - 연결 그룹 편집 - - - Edit Connection Sharing Permissions - 연결 공유 권한 편집 - - - Edit Connection... - 연결 편집... - - - Edit Table Data... - 테이블 데이터 편집... - - - Enable Actual Plan (MSSQL) - 실제 계획 사용 (MSSQL) - - - Enable Group By Schema - 스키마별 그룹화 사용 - - - Enable Parameterization for Always Encrypted - Always Encrypted에 매개 변수화 사용 - - - Enable Query History Capture - 쿼리 기록 캡처 사용 - - - Enable SET ANSI_DEFAULTS - SET ANSI_DEFAULTS 사용 - - - Enable SET ANSI_NULLS - SET ANSI_NULLS 사용 - - - Enable SET ANSI_NULL_DFLT_ON - SET ANSI_NULL_DFLT_ON 사용 - - - Enable SET ANSI_PADDING - SET ANSI_PADDING 사용 - - - Enable SET ANSI_WARNINGS - SET ANSI_WARNINGS 사용 - - - Enable SET ARITHABORT option - SET ARITHABORT 옵션 사용 - - - Enable SET CURSOR_CLOSE_ON_COMMIT - SET CURSOR_CLOSE_ON_COMMIT 사용 - - - Enable SET DEADLOCK_PRIORITY option - SET DEADLOCK_PRIORITY 옵션 사용 - - - Enable SET IMPLICIT_TRANSACTIONS - SET IMPLICIT_TRANSACTIONS 사용 - - - Enable SET LOCK TIMEOUT option (in milliseconds) - SET LOCK TIMEOUT 옵션 사용(밀리초) - - - Enable SET NOCOUNT option - SET NOCOUNT 옵션 사용 - - - Enable SET NOEXEC option - SET NOEXEC 옵션 사용 - - - Enable SET PARSEONLY option - SET PARSEONLY 옵션 사용 - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - SET QUERY_GOVERNOR_COST_LIMIT 사용 - - - Enable SET QUOTED_IDENTIFIER - SET QUOTED_IDENTIFIER 사용 - - - Enable SET STATISTICS IO option - SET STATISTICS IO 옵션 사용 - - - Enable SET STATISTICS TIME option - SET STATISTICS TIME 옵션 사용 - - - Enable SET TRANSACTION ISOLATION LEVEL option - SET TRANSACTION ISOLATION LEVEL 옵션 사용 - - - Enable SET XACT_ABORT ON option - SET XACT_ABORT ON 옵션 사용 - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - 결과 표에서 교차 행 배경색(얼룩말 무늬)을 활성화합니다. 색은 현재 VS Code 테마에서 가져옵니다. - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - 테이블에 열이 10개 이상인 경우 스키마 디자이너의 테이블 노드에서 확장/축소 버튼을 활성화하세요. - - - Enabled - 사용 - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - 연결 풀링을 사용하여 전반적인 연결 성능을 향상시킵니다. 이 설정은 기본적으로 사용하지 않도록 설정되어 있습니다. 값을 변경하면 Visual Studio Code를 다시 시작해야 합니다. 풀된 연결을 지우려면 'MS SQL: 풀된 연결 지우기' 명령을 실행하세요. 주의: 서버리스 데이터베이스가 활성 상태로 유지되며 자동 일시 중지가 방지됩니다. - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - MSSQL 확장에서 실험적 기능을 사용하도록 설정합니다. 이 기능은 프로덕션 준비가 되지 않았으며 버그 또는 문제가 있을 수 있습니다. 이 설정을 변경한 후 Visual Studio Code를 다시 시작합니다. - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - 상태 관리가 향상되고 열 표시, 숨기기, 고정을 비롯한 더 많은 열 사용자 지정 옵션을 제공하는 미리 보기 쿼리 결과 그리드 환경을 사용하도록 설정합니다. - - - Estimated Plan (MSSQL) - 예상 실행 계획 (MSSQL) - - - Execute Query (MSSQL) - 쿼리 실행 (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - 선택 영역 또는 현재 문 실행(MSSQL) - - - Explain Query - 쿼리 설명 - - - Export BACPAC - BACPAC 내보내기 - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - 결과 표의 각 행에 추가되는 세로 여백(픽셀)으로 행 밀도를 조절합니다. 유효한 범위: 0-10. - - - Extract DACPAC - DACPAC 추출 - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - 생산성을 높일 수 있는 MSSQL 확장의 더 많은 기능을 숙지하세요. - - - Filter - 필터 - - - Filter your Object Explorer Tree - 개체 탐색기 트리 필터링 - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - 스크립트 생성 - - - Get Started with MSSQL for Visual Studio Code - Visual Studio Code용 MSSQL을 사용하여 시작 - - - Getting Started Guide - 시작 가이드 - - - Hide all grid lines - 모든 눈금선 숨기기 - - - Import BACPAC - BACPAC 가져오기 - - - Import Data... - 데이터 가져오기... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - 쿼리 프로파일러 시작... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - SQL 데이터베이스에 새 연결을 만들거나 연결 대화 상자를 사용하여 기존 연결을 편집하세요. -연결 정보를 입력하거나, 연결 문자열을 사용하거나, Azure 구독을 검색하여 데이터베이스에 연결할 수 있습니다. -[연결 대화 상자 열기](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - 연결 프로필 관리 - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - 쿼리 실행 후 XML 열의 각 값에 대해 저장할 수 있는 최대 문자 수입니다. 기본값: 2,097,152. 유효한 값 범위: 1 ~ 2,147,483,647. - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - 쿼리를 실행한 후 문자/이진 열의 각 값에 대해 저장할 최대 문자/바이트 수입니다. 기본값: 65,535. 유효한 값 범위: 1 ~ 2,147,483,647. - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - Profiler 메모리에 유지할 최대 이벤트 수입니다. 이 제한에 도달하면 이전 이벤트가 삭제됩니다. 프로파일링 세션 중에 더 많은 이벤트를 유지해야 하는 경우 이 값을 늘입니다. - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - 시작 시 제거하려고 하며 mssql.logRetentionMinutes가 만료된 이전 파일의 최대 수입니다. 이 제한으로 인해 정리되지 않은 파일은 다음에 Azure Data Studio를 시작할 때 정리됩니다. - - - Maximum number of rows to return before the server stops processing your query. - 서버가 쿼리 처리를 중지하기 전에 반환할 최대 행 수입니다. - - - Maximum size of text and ntext data returned from a SELECT statement - SELECT 문에서 반환되는 text 및 ntext 데이터의 최대 크기 - - - Migrate from Azure Data Studio - Azure Data Studio에서 마이그레이션 - - - Modify Table Structure... - 테이블 구조 수정... - - - New Database... - 새 데이터베이스... - - - New Deployment - 새 배포 - - - New Query - 새 쿼리 - - - New Query - 새 쿼리 - - - New SQL Notebook - 새 SQL Notebook - - - New Table - 새 테이블 - - - Next Steps with MSSQL for Visual Studio Code - Visual Studio Code용 MSSQL을 사용한 다음 단계 - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - 백 엔드 서비스의 로그 파일을 유지하는 시간(분)입니다. 기본값은 1주일입니다. - - - Number of query history entries to show in the Query History view - 쿼리 기록 보기에 표시할 쿼리 기록 항목 수 - - - Object Explorer filters - 개체 탐색기 필터 - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - 개체 탐색기 트리에 필터를 적용하여 가장 중요한 데이터베이스 개체만 보세요. -먼저 연결 보기에서 대부분의 폴더 옆에 있는 필터 버튼을 클릭하세요. - - - Open Changelog - 변경 로그 열기 - - - Open Execution Plan File - 실행 계획 파일 열기 - - - Open New Query and Connect - 새 쿼리 열기 및 연결 - - - Open Query - 쿼리 열기 - - - Open Query History in Command Palette - 명령 팔레트에서 쿼리 기록 열기 - - - Open Query Profiler (Preview) XEL File - Query Profiler(미리 보기) XEL 파일 열기 - - - Open Shortcuts Configuration - 바로 가기 구성 열기 - - - Open Task Result - 작업 결과 열기 - - - Open in GitHub Copilot Agent - GitHub Copilot 에이전트에서 열기 - - - Open in GitHub Copilot Chat - GitHub Copilot Chat에서 열기 - - - Open in MSSQL extension - MSSQL 확장에서 열기 - - - Pause Query History Capture - 쿼리 기록 캡처 일시 중지 - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - 스크립트의 자동 실행을 방지합니다(예: '상위 1000개 선택'). 이 기능을 켜면 스크립트가 생성될 때 자동으로 실행되지 않습니다. - - - Prompts users to sign in using their browser. - 사용자에게 브라우저를 사용하여 로그인하라는 메시지를 표시합니다. - - - Query History - 쿼리 기록 - - - Query Results - 쿼리 결과 - - - Query editor and query results pane - 쿼리 편집기 및 쿼리 결과 창 - - - Query plan visualization - 쿼리 계획 시각화 - - - Refresh - 새로 고침 - - - Refresh IntelliSense Cache - IntelliSense 캐시 새로 고침 - - - Remove Connection - 연결 제거 - - - Remove Microsoft Entra Account - Microsoft Entra 테넌트 제거 - - - Rename Database... - 데이터베이스 이름 바꾸기... - - - Replication - 복제 - - - Restore Database... - 데이터베이스 복원... - - - Reveal Query Result (MSSQL) - 쿼리 결과 표시 (MSSQL) - - - Rewrite Query - 쿼리 재작성 - - - Run Query - 쿼리 실행 - - - Run Quick Query 1 - 빠른 쿼리 1 실행 - - - Run Quick Query 10 - 빠른 쿼리 10 실행 - - - Run Quick Query 2 - 빠른 쿼리 2 실행 - - - Run Quick Query 3 - 빠른 쿼리 3 실행 - - - Run Quick Query 4 - 빠른 쿼리 4 실행 - - - Run Quick Query 5 - 빠른 쿼리 5 실행 - - - Run Quick Query 6 - 빠른 쿼리 6 실행 - - - Run Quick Query 7 - 빠른 쿼리 7 실행 - - - Run Quick Query 8 - 빠른 쿼리 8 실행 - - - Run Quick Query 9 - 빠른 쿼리 9 실행 - - - Run a SQL Query - SQL 쿼리 실행 - - - SQL Container Name - SQL 컨테이너 이름 - - - SQL Container Version - SQL 컨테이너 버전 - - - SQL Server Extended Events Log - SQL Server 확장 이벤트 로그 - - - SQL Tools (MSSQL) - SQL 도구(MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - 이 빠른 쿼리의 SQL 텍스트입니다. {arg}을(를) 사용하여 선택한 쿼리 편집기 텍스트를 삽입합니다. 그렇지 않으면 추가됩니다. - - - Script as Alter - Alter로 스크립트 - - - Script as Create - Create로 스크립트 - - - Script as Drop - Drop으로 스크립트 - - - Script as Execute - Execute로 스크립트 - - - Search Database Objects... - 데이터베이스 개체 검색... - - - Select Top 1000 - 상위 1,000개 선택 - - - Selected Azure subscriptions for browsing and managing servers and databases - 서버 및 데이터베이스 검색 및 관리를 위해 선택한 Azure 구독 - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - SQL 데이터베이스를 찾아보고 관리하기 위해 선택된 Microsoft Fabric 작업 영역 - - - Send Feedback - 피드백 보내기 - - - Set the font family for the results grid; set to blank to use the editor font - 결과 그리드의 글꼴 패밀리를 설정합니다. 편집기의 글꼴을 사용하려면 빈 값으로 설정합니다. - - - Set the font size for the results grid; set to blank to use the editor size - 결과 그리드의 글꼴 크기를 설정합니다. 편집기 크기를 사용하려면 빈 값으로 설정합니다. - - - Shortcuts handled inside MSSQL views - MSSQL 보기에서 처리되는 바로 가기 - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - BIT 열을 숫자(1 또는 0)로 표시할지 여부. False이면 BIT 열을 'true' 또는 'false'로 표시합니다. - - - Should IntelliSense be enabled - IntelliSense 사용 여부 - - - Should IntelliSense error checking be enabled - IntelliSense 오류 검사 사용 여부 - - - Should IntelliSense quick info be enabled - IntelliSense 빠른 정보 사용 여부 - - - Should IntelliSense suggestions be enabled - IntelliSense 제안 사용 여부 - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - 개인 식별 정보(PII)는 Azure Logs 출력 채널 및 출력 채널 로그 파일에 기록되어야 합니다. - - - Should Query History feature be enabled - 쿼리 기록 기능을 사용해야 할지 여부 - - - Should language service be auto-disabled when extension detects Non-MSSQL files - 확장이 MSSQL이 아닌 파일을 검색할 때 언어 서비스를 자동으로 사용하지 않도록 설정해야 함 - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - 탭 전환 시, 선택한 쿼리 결과와 스크롤 위치를 저장할지 여부(성능에 영향을 미칠 수 있음) - - - Show both horizontal and vertical grid lines - 가로 및 세로 눈금선 모두 표시 - - - Show changelog after extension updates - 확장 업데이트 후 변경 로그 표시 - - - Show only horizontal grid lines - 가로 눈금선만 표시 - - - Show only vertical grid lines - 세로 눈금선만 표시 - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - 빠른 가시성을 위해 편집기 상단에 CodeLens 제안으로 활성 SQL 연결 세부 정보를 표시합니다. - - - Sort and Filter Query Results - 쿼리 결과 정렬 및 필터링 - - - Sort and filter options for query results - 쿼리 결과에 대한 정렬 및 필터링 옵션 - - - Sort and filter your query results to find the data you need quickly. - 쿼리 결과를 정렬하고 필터링하여 필요한 데이터를 빠르게 찾으세요. - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - `.crm.dynamics.com`에 해당하는 소버린 클라우드(선행 점 포함) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - '.database.fabric.microsoft.com'에 해당하는 소버린 클라우드(선행 점 포함) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - '.database.windows.net'에 해당하는 소버린 클라우드(선행 점 포함) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - '.datawarehouse.fabric.microsoft.com'에 해당하는 소버린 클라우드(선행 점 포함) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - '.sql.azuresynapse.net'에 해당하는 소버린 클라우드(선행 점 포함) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - 'https://analysis.windows.net/powerbi/api/'에 해당하는 소버린 클라우드 - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - 'https://api.fabric.microsoft.com/v1/'에 해당하는 소버린 클라우드 - - - Sovereign cloud equivalent for `https://database.windows.net/` - 'https://database.windows.net/'에 해당하는 소버린 클라우드 - - - Sovereign cloud equivalent for `https://vault.azure.net/` - 'https://vault.azure.net/'에 해당하는 소버린 클라우드 - - - Start Query History Capture - 쿼리 기록 캡처 시작 - - - Start SQL Container - SQL 컨테이너 시작 - - - Stop SQL Container - SQL 컨테이너 중지 - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - 테이블 디자이너 - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - 확장이 다시 시작되기 전까지 '저장된 암호'가 비활성화된 연결에 대한 암호를 일시적으로 저장합니다. 이렇게 하면 동일한 세션 내에서 연결을 재사용할 때 암호 프롬프트가 반복되지 않습니다. - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - `mssql.newEditorConnectionBehavior`가 `defaultConnection`으로 설정된 경우 사용할 연결 프로필의 ID(GUID)입니다. 연결 ID는 `settings.json`의 `mssql.connections`에서 찾을 수 있습니다. - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - Microsoft Sovereign Cloud 인증 공급자와 함께 사용할 소버린 클라우드에 대한 MSSQL 관련 추가 사용자 지정 구성입니다. MSSQL에서 이 기능을 사용하려면 'microsoft-sovereign-cloud.environment'를 'custom'으로 설정하고 'microsoft-sovereign-cloud.customEnvironment'에 대한 값을 제공해야 합니다. - - - The color of the connection group. - 연결 그룹의 색입니다. - - - The description of the connection group. - 연결 그룹의 설명입니다. - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - 상태 막대에 표시할 연결 정보의 최대 문자 수입니다. 제한 없이 표시하려면 -1로 설정하세요. - - - The maximum number of recently used connections to store in the connection list. - 연결 목록에 저장할 최근에 사용한 최대 연결 수입니다. - - - The name of the connection group. - 연결 그룹의 이름입니다. - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - 개체 탐색기 노드를 확장하기 위한 시간 제한(초)입니다. 기본값은 45초입니다. - - - The unique identifier for the connection group this connection profile belongs to. - 이 연결 프로필이 속한 연결 그룹의 고유 식별자입니다. - - - The unique identifier for the connection group. - 이 연결 그룹의 고유 식별자입니다. - - - The unique identifier for the parent connection group. - 부모 연결 그룹의 고유 식별자입니다. - - - The unique identifier for this connection profile. - 이 연결 프로필의 고유 식별자입니다. - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - 이 설정은 사용되지 않습니다. 대신 `mssql.newEditorConnectionBehavior`를 사용하세요. 확장은 시작할 때 이 설정을 자동으로 마이그레이션합니다. - - - This setting will be removed in a future release. - 이 설정은 향후 릴리스에서 제거될 예정입니다. - - - Toggle Actual Plan - 실제 계획 토글 - - - Toggle Query Result Panel Visibility (MSSQL) - 쿼리 결과 패널 표시 여부 토글 (MSSQL) - - - Toggle SQLCMD Mode - SQLCMD 모드 토글 - - - True for the messages pane to be open by default; false for closed - 메시지 창을 기본적으로 열어 두려면 True이고 닫으려면 false - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - 쿼리 계획을 확인하여 쿼리가 수행하는 작업을 이해하세요. -쿼리를 실행하지 않고 예상 요금제를 보거나 쿼리 편집기 창 상단의 버튼을 토글하여 쿼리를 실행한 후 실제 요금제를 볼 수 있습니다. - - - Use Database - 데이터베이스 사용 - - - Use column headers and data to size columns automatically - 열 머리글 및 데이터를 사용하여 자동으로 열 크기 조정 - - - Use only column headers to size columns automatically - 열 머리글만 사용하여 자동으로 열 크기 조정 - - - Use only row data to size columns automatically - 행 데이터만 사용하여 자동으로 열 크기 조정 - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - SQL에 대한 Microsoft Entra ID MFA 인증에 VS Code 로그인 계정을 사용합니다. 이 설정을 변경한 후 Visual Studio Code를 다시 시작하세요. - - - View Task Logs - 작업 로그 보기 - - - Visualize a Query Plan - 쿼리 계획 시각화 - - - Visualize and Design Schema... - 스키마 시각화 및 디자인... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - 사용하도록 설정하면 쿼리 결과 메시지 창에서 [모두 복사]를 사용할 때 메시지 타임스탬프도 포함됩니다. - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - 사용하도록 설정하면 활성 연결을 새로 열린 SQL 파일로 자동으로 전송합니다. 사용하지 않도록 설정되면 각 SQL 파일의 데이터베이스에 명시적으로 연결해야 합니다. - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - 사용하도록 설정하면 연결 상태 표시줄 항목의 색상이 연결 그룹의 색상으로 변경됩니다. 이 설정은 기본적으로 사용하지 않도록 설정되어 있습니다. 연결 그룹 폴더의 색상을 직접 사용하며, 현재 VS Code 테마와의 대비를 보장하기 위해 변경되지 않습니다. 사용자는 테마와 잘 어울리는 연결 그룹 색상을 선택해야 합니다. - - - When enabled, connection groups will be collapsed instead of expanded at startup. - 사용하도록 설정하면 시작 시 연결 그룹이 확장되는 대신 축소됩니다. - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - 사용하도록 설정하면 저장된 쿼리 결과 내보내기가 내보내기 후 열립니다. Excel로 내보낸 파일은 시스템 파일 처리기로 열리고, 텍스트로 내보낸 파일은 VS Code에서 열립니다. - - - When enabled, the database objects in Object Explorer will be categorized by schema. - 사용하도록 설정하면 개체 탐색기의 데이터베이스 개체가 스키마로 분류됩니다. - - - Windows Authentication - Windows 인증 - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - SQL 쿼리를 작성하고 데이터베이스에 대해 실행하세요. -'새 탭에서 열기' 단추를 클릭하여 자체 탭에서 쿼리 결과를 볼 수도 있으며, 선택적으로 이를 기본 동작으로 설정할 수도 있습니다. - - - Your first steps for connecting to and developing with a SQL database - SQL 데이터베이스에 연결하고 개발하기 위한 첫 번째 단계 - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [선택 사항] 개체 탐색기 사이드바에서 이 연결 그룹을 정렬하는 데 사용하는 음수가 아닌 숫자입니다. 'order' 값이 있는 그룹이 먼저 낮은 값에서 높은 값 순으로 표시됩니다. 나머지 그룹은 가나다순으로 표시됩니다. - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [선택 사항] 개체 탐색기 사이드바에서 이 연결을 정렬하는 데 사용하는 음수가 아닌 숫자입니다. 'order' 값이 있는 연결이 먼저 낮은 값에서 높은 값 순으로 표시됩니다. 나머지 연결은 가나다순으로 표시됩니다. - - - [Optional] Character used for enclosing text fields when saving results as CSV - [옵션] 결과를 CSV로 저장할 때 텍스트 필드를 묶는 데 사용하는 문자 - - - [Optional] Character(s) used for separating rows when saving results as CSV - [옵션] 결과를 CSV로 저장할 때 행을 분리하는 데 사용하는 문자 - - - [Optional] Configuration options for copying multi-line results from the Results View - [옵션] 결과 뷰에서 여러 줄 결과를 복사하기 위한 구성 옵션 - - - [Optional] Configuration options for copying results from the Results View - [옵션] 결과 뷰에서 결과를 복사하기 위한 구성 옵션 - - - [Optional] Configuration options for which column new result panes should open in - [옵션] 새 결과 창이 열리는 열의 구성 옵션 - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [옵션] SQL Server에 연결할 때 ReadWrite 또는 ReadOnly와 같은 애플리케이션 워크로드 유형을 선언합니다. 자세한 내용은 SQL Server AlwaysOn를 참조하세요. - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [옵션] 결과를 CSV로 저장할 경우 데이터 항목을 분리하기 위한 구분 기호. 쉼표(,), 탭(\t), 세미콜론(;) 또는 파이프(|)와 같은 일반적인 구분 기호 중에서 선택하기 - - - [Optional] Do not show unsupported platform warnings - [옵션] 지원되지 않는 플랫폼 경고 표시 안 함 - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [옵션] 결과를 CSV로 저장할 때 사용되는 파일 인코딩. 대상 응용 프로그램의 호환성에 따라 UTF-8(권장), UTF-16, ASCII 또는 Latin-1 중에서 선택하기 - - - [Optional] Indicates the SQL Server language settings. - [옵션] SQL Server 언어 설정을 나타냅니다. - - - [Optional] Indicates the name of local docker container the connection is on - [선택 사항] 연결이 켜져 있는 로컬 Docker 컨테이너의 이름을 나타냅니다. - - - [Optional] Indicates whether this profile has an empty password explicitly set - [옵션] 이 프로필에 명시적으로 빈 암호가 설정되었는지 여부를 나타냅니다. - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [옵션] 공급자가 DataReader를 통해 표시할 서버 유형을 나타냅니다. - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [옵션] VS Code 콘솔에 디버그 출력 로깅(도움말 -> 개발자 도구 토글) - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [옵션] 백 엔드 서비스의 로그 수준입니다. Azure Data Studio는 시작할 때마다 파일 이름을 생성하며 파일이 이미 있으면 로그 항목이 해당 파일에 추가됩니다. 이전 로그 파일을 정리하려면 logRetentionMinutes 및 logFilesRemovalLimit 설정을 참조하세요. 기본 tracingLevel에서는 많은 양의 로그가 기록되지 않습니다. 세부 정보 표시를 변경하면 로깅이 광범위해지고 로그의 디스크 공간 요구 사항이 커질 수 있습니다. 오류이면 중요가 포함되고 경고이면 오류가 포함되고 정보이면 경고가 포함되고 세부 정보 표시이면 정보가 포함됩니다. - - - [Optional] Should execution time be shown for individual batches - [옵션] 개별 일괄 처리에 대한 실행 시간 표시 여부 - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [옵션] Visual Studio Code의 명령 팔레트에서 쉽게 찾아보고 검색할 수 있도록 이 연결 프로필의 사용자 지정 이름을 지정합니다. - - - [Optional] Specify the SQL Server authentication type. - [옵션] SQL Server 인증 유형을 지정합니다. - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [옵션] 연결할 데이터베이스 이름을 지정합니다. 데이터베이스를 지정하지 않으면 일반적으로 'master'인 기본 사용자 데이터베이스 설정이 사용됩니다. - - - [Optional] Specify the delay between attempts to restore connection. - [옵션] 연결 복원 시도 간 간격을 지정합니다. - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [선택 사항] 시도를 종료하고 오류를 생성하기 전에 명령 실행을 기다리는 시간(초)을 지정합니다. 기본값은 30초입니다. - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [선택 사항] 연결 시도를 종료하고 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)을 지정하세요. 기본값은 30초입니다. - - - [Optional] Specify the maximum number of connections allowed in the pool. - [옵션] 풀에서 허용된 최대 연결 수를 지정합니다. - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [옵션] 연결을 풀에서 제거/삭제하기 전에 풀에서 생존하는 최소 시간(초)을 지정합니다. - - - [Optional] Specify the minimum number of connections allowed in the pool. - [옵션] 풀에서 허용된 최소 연결 수를 지정합니다. - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [옵션] SQL Server가 로깅에 사용할 애플리케이션의 이름을 지정합니다(기본값: 'vscode-mssql'). - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [옵션] 연결 가능한 데이터베이스의 전체 경로명을 포함하는 기본 파일의 이름을 지정합니다. - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [옵션] SQL Server에 연결하려는 워크스테이션의 이름을 지정합니다. - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [옵션] 장애 조치(failover) 파트너 역할을 하는 SQL Server 인스턴스의 이름이나 네트워크 주소를 지정합니다. - - - [Optional] Specify the number of attempts to restore connection. - [옵션] 연결 복원 시도 횟수를 지정합니다. - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [옵션] SQL Server 인증을 위한 암호를 지정합니다. 연결할 때 암호를 지정하지 않으면 다시 지정하도록 요구됩니다. - - - [Optional] Specify the port number to connect to. - [옵션] 연결할 포트 번호를 지정합니다. - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [옵션] SQL Server와 통신하는 네트워크 패킷의 크기(바이트)를 지정합니다. - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [옵션] SQL Server 인증을 위한 사용자 이름을 지정합니다. 연결할 때 사용자 이름을 지정하지 않으면 다시 지정하도록 요구됩니다. - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [옵션] 연결에 사용할 ADO.NET 연결 문자열입니다. 이 연결에 제공된 다른 옵션은 무시합니다. - - - [Optional] Used by SQL Server in replication. - [옵션] SQL Server 복제에 사용합니다. - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [선택적] 'Mandatory' 또는 'Strict'로 설정하면 SQL Server는 인증서가 설치된 경우 클라이언트와 서버 간의 모든 데이터 전송에 SSL 암호화를 사용합니다. 'Strict'로 설정하면 SQL Server는 클라이언트와 서버 간의 모든 데이터 전송에 TDS 8.0을 사용합니다. 'Strict'는 SQL Server 2022 이상에서 지원됩니다. - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [옵션] 'true'로 설정하면 다중 결과 집합이 반환되고 연결에서 읽을 수 있습니다. - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [옵션] 'true'로 설정하면 SQL Server SSL 인증서는 통신 계층이 SSL을 사용해서 암호화될 경우 자동으로 신뢰할 수 있게 됩니다. Azure SQL Database 연결에 대해서는 'true'로 설정하세요. - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [선택 사항] 'true'로 설정하면 해당 풀에서 연결 개체를 끌어 오거나 필요한 경우 연결 개체를 만들어 해당 풀에 추가합니다. 주의: 서버리스 데이터베이스가 활성 상태로 유지되며 자동 일시 중지가 방지됩니다. - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [옵션] 'true'로 설정하면 AlwaysOn 가용성 그룹이 다른 서브넷에 구성된 경우 활성 서버의 감지 및 연결이 더 빨라집니다. - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [옵션] 'true'로 설정하면, SQL Server 인증의 암호가 MacOS의 키 집합이나 Windows의 Secure Store 같은 운영 체제의 보안 저장소에 저장됩니다. - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [옵션] 'false'로 설정하면, 연결이 열렸거나 계속 열린 상태를 유지할 경우 암호와 같은 보안에 민감한 정보가 연결 정보의 일부로 반환되지 않습니다. - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [선택 사항] 지정한 경우(또한 encrypt=필수 및 trustServerCertificate=false) SQL Server에서 서버 인증서와의 트러스트 유효성을 검사하기 위해 제공된 호스트 이름을 사용합니다. - - - [Optional] When true, column headers are included when saving results as CSV - [옵션] true로 설정하면, 결과를 CSV로 저장할 때 열 머리글이 포함됩니다. - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [필수] 연결할 서버 이름을 지정합니다. Azure SQL Database에는 'hostname instance' 또는 '<server>.database.windows.net'을 사용합니다. - - - auth - 인증 - - - database - 데이터베이스 - - - port - 포트 - - - server - 서버 - - - user - 사용자 - - - + + + + + + is required. + 은(는) 필수입니다. + + + $(check) Copied messages + $(check) 메시지 복사함 + + + $(plug) Connect to MSSQL + $(plug) Connect to MSSQL + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + 'mssql.newEditorConnectionBehavior'가 'defaultConnection'으로 설정되어 있지만 'mssql.defaultConnectionId'가 구성되지 않았습니다. 새 편집기는 활성 연결을 전달하는 방식으로 대체됩니다. + + + '{0}' started. + {0} is the service name + '{0}'이(가) 시작되었습니다. + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <기본값> + + + <default> + <default> + + + (0 rows affected) + (적용된 행 없음) + + + (0 rows) + (행 0개) + + + (1 row affected) + (1개 행 적용됨) + + + (Command completed successfully) + (명령이 완료됨) + + + (current) + (현재) + + + (empty) + (비어 있음) + + + ({0} row(s) affected) + {0} is the number of rows affected + (행 {0}개가 영향을 받음) + + + ({0} row) + {0} is the number of rows (singular) + (행 {0}개) + + + ({0} rows affected) + {0} is the number of rows affected + ({0}개 행이 영향을 받음) + + + ({0} rows) + {0} is the number of rows (plural) + (행 {0}개) + + + + Add Azure Account + + Azure 계정 추가 + + + + Add Fabric Account + + Fabric 계정 추가 + + + + Create Connection Group + + 연결 그룹 만들기 + + + - + - + + + 0 rows + 행 0개 + + + 0 rows returned + 행 0개 반환됨 + + + 1 + 1 + + + 1 row + 행 1개 + + + 1 row returned + 행 1개 반환됨 + + + 100K vCore seconds + 100K vCore 초 + + + 32 GB + 32GB + + + 32 GB storage + 32 GB backup + 32GB 스토리지 + 32GB 백업 + + + 60 min + 60분 + + + = + = + + + A SQL editor must have focus before executing this command + 이 명령을 실행하기 전에 SQL 편집기에 포커스가 있어야 합니다. + + + A connection is already being established. Please wait for it to complete before running a query. + 연결이 이미 진행 중입니다. 완료되기를 기다렸다가 쿼리를 실행해 주세요. + + + A database with this name already exists on the server + 이 이름의 데이터베이스가 서버에 이미 있습니다. + + + A firewall rule is required to access this server. + 이 서버에 액세스하려면 방화벽 규칙이 필요합니다. + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + Fabric 서비스 전반에서 분석을 위해 데이터를 자동으로 스케일링하고, 자동 조정하며, OneLake로 미러링하는 개발자 친화적인 고도로 통합된 트랜잭션 데이터베이스입니다. + + + A predefined global default value for the column or binding. + 열 또는 바인딩에 대해 미리 정의된 전역 기본값입니다. + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + 이 편집기 세션에서 쿼리가 이미 실행 중입니다. 이 쿼리를 취소하거나 완료될 때까지 기다리세요. + + + A required .NET runtime could not be found or installed. + 필요한 .NET 런타임을 찾을 수 없거나 설치할 수 없습니다. + + + API Type + API 유형 + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + ORM 마이그레이션이나 T-SQL 변경 스크립트를 자동 생성하여 스키마 변경을 빠르게 진행하세요. + + + Accept + 수락 + + + Accept All + 모두 수락 + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + SQL Server Docker 컨테이너를 배포하려면 SQL Server EULA에 동의하세요 + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + 액세스가 거부되었습니다. 이 도구 또는 모델을 사용하기 위한 필요한 권한이 있는지 확인하세요. + + + Access to the XEL file was denied. + XEL 파일에 대한 액세스가 거부되었습니다. + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + {1} URI와의 {0} 연결에 대한 액세스 토큰이 만료되었습니다. + + + Account + 계정 + + + Account not found + 계정을 찾을 수 없음 + + + Action + 작업 + + + Action Type + 작업 유형 + + + Actions + 작업 + + + Active filters: + 활성 필터: + + + Actual Elapsed CPU Time + 실제 경과된 CPU 시간 + + + Actual Elapsed Time + 실제 경과 시간 + + + Actual Number of Rows For All Executions + 모든 실행에 대한 실제 행 수 + + + Add + 추가 + + + Add Account + 계정 추가 + + + Add Column + 열 추가 + + + Add Connection + 연결 추가 + + + Add Firewall Rule + 방화벽 규칙 추가 + + + Add Firewall Rule to {0} + {0} is the server name + {0}에 방화벽 규칙 추가 + + + Add MCP server to workspace configuration + 작업 영역 구성에 MCP 서버 추가 + + + Add Row + 행 추가 + + + Add Server Connection + 서버 연결 추가 + + + Add Table + 테이블 추가 + + + Add a Microsoft Entra account... + Microsoft Entra 계정 추가... + + + Add account + 계정 추가 + + + Add filter + 필터 추가 + + + Add filters to modify the SQL query + SQL 쿼리를 수정할 필터 추가 + + + Add my client IP ({0}) + {0} is the IP address of the client + 내 클라이언트 IP 추가({0}) + + + Add my subnet IP range + 서브넷 IP 범위 추가 + + + Add new column + 새 열 추가 + + + Add new foreign key + 새 외래 키 추가 + + + Add tag + 태그 추가 + + + Add to VS Code + VS Code에 추가 + + + Add to favorites + 즐겨찾기에 추가 + + + Add to workspace + 작업 영역에 추가 + + + Added + 추가됨 + + + Added column '{0}' + {0} is the column name + 열 '{0}' 추가됨 + + + Added foreign key '{0}' + {0} is the foreign key name + 외래 키 '{0}' 추가됨 + + + Additional parameters + 추가 매개 변수 + + + Additional usage beyond the free amount will be charged at serverless rates. + 무료 할당량을 초과하는 추가 사용량은 서버리스 요금으로 청구됩니다. + + + Admin Password + 관리자 암호 + + + Admin Username + 관리자 사용자 이름 + + + Advanced + 고급 + + + Advanced Backup Options + 고급 백업 옵션 + + + Advanced Connection Settings + 고급 연결 설정 + + + Advanced Entity Configuration + 고급 엔터티 구성 + + + Advanced Options + 고급 옵션 + + + Advanced Publish Options + 고급 게시 옵션 + + + Advanced restore options + 고급 복원 옵션 + + + After + 이후 + + + All + 모두 + + + All Files (*.*) + 모든 파일 (*.*) + + + All Schemas + 모든 스키마 + + + All files + 모든 파일 + + + All permissions for extensions to access your connections have been cleared. + 확장에서 연결에 액세스할 수 있는 모든 권한이 지워졌습니다. + + + All selected + 모두 선택됨 + + + All severities + 모든 심각도 + + + Allow Null + Null 허용 + + + Allow Nulls + Null 허용 + + + Allow null + Null 허용 + + + Allow this extension to access your connections + 이 확장에서 연결에 액세스하도록 허용 + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + MCP 클라이언트가 이 테이블에 대한 일반 만들기, 읽기, 업데이트 및 삭제 도구를 사용할 수 있습니다. + + + Alphabetical + 사전순 + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + 이미 {0}에 사용됨 + + + Alter + 대안 + + + Always Encrypted + Always Encrypted + + + Always show in new tab + 항상 새 탭에 표시 + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + 연결 참조가 모호합니다. connectionId 또는 connectionName 중 하나만 입력하세요. + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + GitHub Copilot에서 데이터베이스 스키마를 이해하고 작업을 진행하려면 활성 연결이 필요합니다. +연결을 설정하려면 “{0}”을(를) 선택하세요. + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + 노드를 새로 고치는 동안 오류가 발생했습니다. 자세한 내용은 MSSQL 출력 채널을 참조하세요. + + + An error occurred while copying results: {0} + {0} is the error message + 결과를 복사하는 동안 오류가 발생했습니다. {0} + + + An error occurred while loading data. + 데이터를 로드하는 동안 오류가 발생했습니다. + + + An error occurred while processing your request. + 요청을 처리하는 중 오류가 발생했습니다. + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + Microsoft Entra 계정을 제거하는 동안 오류가 발생했습니다. {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + 행을 검색하는 동안 오류가 발생했습니다. {0} + + + An error occurred: {0} + {0} is the error message + 오류 발생: {0} + + + An unexpected error occurred + 예기치 않은 오류가 발생했습니다. + + + An unexpected error occurred with the language model. Please try again. + 언어 모델에서 예기치 않은 오류가 발생했습니다. 다시 시도하세요. + + + An unknown error occurred. Please try again. + 알 수 없는 오류가 발생했습니다. 다시 시도하세요. + + + Analytics-ready by default + 기본적으로 분석 준비 완료 + + + Analyze static code with customizable rulesets in SQL Database Projects. + SQL Database 프로젝트에서 사용자 지정 규칙 집합으로 정적 코드를 분석하세요. + + + And + + + + Anonymous + 익명 + + + Append to the existing backup set + 기존 백업 세트에 추가 + + + Application (Client) ID + 애플리케이션(클라이언트) ID + + + Application (Client) ID is required. + 애플리케이션(클라이언트) ID가 필요합니다. + + + Application Intent + 애플리케이션 의도 + + + Application Name + 애플리케이션 이름 + + + Application Version + 애플리케이션 버전 + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + 애플리케이션 버전은 n.n.n 또는 n.n.n.n 형식이어야 합니다. 여기서 n은 숫자입니다(예: 1.0.0.0). + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + 애플리케이션 버전은 n.n.n.n 형식이어야 합니다. 여기서 n은 숫자입니다(예: 1.0.0.0). + + + Apply + 적용 + + + Apply Changes + 변경 내용 적용 + + + Apply changes to target + 대상에 변경 내용 적용 + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + SQL 구문, 관계, 제약 조건에 대한 상황별 제안을 적용하세요. + + + Apply failed. Fix the error and retry, or run Schema Compare again. + 적용하지 못했습니다. 오류를 수정한 다음 다시 시도하거나, 스키마 비교를 다시 실행하세요. + + + Applying changes, this might take a while... + 변경 사항을 적용하는 중입니다. 시간이 조금 걸릴 수 있습니다... + + + Approve + 승인 + + + Are you sure you want to cancel this background task? + 이 백그라운드 작업을 취소하시겠어요? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + 현재 세션을 닫으시겠어요? 캡처된 모든 이벤트가 사라집니다. 닫기 전에 도구 모음에서 이벤트를 CSV로 내보낼 수 있습니다. + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + 컨테이너 {0}을(를) 삭제하시겠습니까? VS Code에서 컨테이너와 해당 연결이 모두 제거됩니다. + + + Are you sure you want to delete the selected items? + 선택한 항목을 삭제하시겠습니까? + + + Are you sure you want to delete {0}? + {0} is the group name + {0}을(를) 삭제하시겠습니까? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + {0}을(를) 삭제하시겠습니까? 연결을 삭제하거나 루트 폴더로 이동할 수도 있습니다. + + + Are you sure you want to disconnect? + 연결을 끊으시겠습니까? + + + Are you sure you want to remove {0}? + {0} is the node label + {0}을(를) 제거하시겠습니까? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + 모든 Copilot 변경을 실행 취소하시겠어요? 이렇게 하면 추적된 모든 변경이 원래 상태로 되돌아갑니다. + + + Are you sure you want to update the target? + 대상을 업데이트하시겠습니까? + + + Are you sure you want to {0}? + {0} is the action being confirmed + {0}을(를) 수행하시겠습니까? + + + Are you sure? + 계속하시겠어요? + + + Ask GitHub Copilot to Fix + GitHub Copilot에게 수정 요청 + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + 채팅에서 질문하거나 스키마 변경을 제안하면 GitHub Copilot이 다이어그램에서 스키마를 바로 업데이트합니다. + + + At least one API type must be selected. + API 형식을 하나 이상 선택해야 합니다. + + + Auth type + 인증 유형 + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + Microsoft Entra 서비스 주체를 사용하여 인증합니다. 사용자 이름에는 애플리케이션(클라이언트) ID를, 암호에는 클라이언트 암호를 입력하세요. 자세한 내용을 보려면 아이콘을 클릭하세요. + + + Authenticated + 인증됨 + + + Authentication + 인증 + + + Authentication Library has changed, please reload Visual Studio Code. + 인증 라이브러리가 변경되었습니다. Visual Studio Code를 다시 로드하세요. + + + Authentication Type + 인증 유형 + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + ‘{0}’ 계정(테넌트 ‘{1}’)에 대한 인증 오류입니다. 이 문제를 해결하려면 토큰 캐시를 지워야 하며, 이렇게 하면 연결된 모든 계정에서 로그아웃됩니다. + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + 계정에 대한 인증 오류입니다. 이 문제를 해결하려면 토큰 캐시를 지워야 하며, 이렇게 하면 연결된 모든 계정에서 로그아웃됩니다. + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + nonce 불일치로 인해 인증에 실패했습니다. Azure Data Studio를 닫고 다시 시도하세요. + + + Authentication failed due to a state mismatch, please close ADS and try again. + 상태 불일치로 인해 인증에 실패했습니다. ADS를 닫고 다시 시도하세요. + + + Authentication not supported + 인증이 지원되지 않음 + + + Auto Arrange + 자동 정렬 + + + Auto Arrange Confirmation + 자동 정렬 확인 + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + 자동 정렬은 최적의 레이아웃 알고리즘에 따라 모든 다이어그램 요소의 위치를 자동으로 재배치합니다. 여러분이 만든 사용자 지정 위치는 손실됩니다. 스키마 다이어그램을 자동 정렬하시겠습니까? + + + Auto-pause + 자동 일시 중지 + + + Auto-pause the database until next month + 다음 달까지 데이터베이스를 자동으로 일시 중지 + + + Auto-scroll + 자동 스크롤 + + + Auto-scroll disabled + 자동 스크롤 사용 안 함 + + + Auto-scroll enabled + 자동 스크롤 사용 + + + Automatic tuning features like automatic index creation enabled by default. + 자동 인덱스 생성과 같은 자동 튜닝 기능이 기본적으로 활성화되어 있습니다. + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + 시스템에 설치된 공급자 중 사용 가능한 Microsoft Entra ID 계정을 자동으로 선택합니다. 자세한 내용을 보려면 아이콘을 클릭하세요. + + + Available Servers + 사용 가능한 서버 + + + Average: {0} + {0} is the average + 평균: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + 평균: {0} 개수: {1} 합계: {2} + + + Avg + 평균 + + + Azure (China) + Azure(중국) + + + Azure (Public) + Azure(퍼블릭) + + + Azure (US Government) + Azure(미국 정부) + + + Azure Account + Azure 계정 + + + Azure Account is required + Azure 계정이 필요합니다. + + + Azure Code Grant + Azure 코드 부여 + + + Azure Data Studio Migration + Azure Data Studio Migration + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Azure Data Studio 마이그레이션 도구 키트 - 이제 키맵도 포함됩니다! + + + Azure Data Studio settings file + Azure Data Studio 설정 파일 + + + Azure Databases + Azure 데이터베이스 + + + Azure Device Code + Azure 디바이스 코드 + + + Azure MFA + Azure MFA + + + Azure SQL Database is not supported for backup. + Azure SQL Database는 백업이 지원되지 않습니다. + + + Azure SQL Database is not supported for restore. + Azure SQL Database는 복원이 지원되지 않습니다. + + + Azure SQL Managed Instance + Azure SQL Managed Instance + + + Azure SQL Server + Azure SQL 서버 + + + Azure SQL databases provisioning + Azure SQL 데이터베이스 프로비전 + + + Azure Subscriptions + Azure 구독 + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + Azure 계정 '{0}'을(를) 찾을 수 없습니다. 올바른 계정으로 로그인하거나 다른 계정을 선택해 주세요. + + + Azure sign in failed. + Azure 로그인에 실패했습니다. + + + Azure subscription not found in cache. + 캐시에서 Azure 구독을 찾을 수 없습니다. + + + Azure: Sign In + Azure: 로그인 + + + Azure: Sign In to Azure Cloud + Azure: Azure Cloud에 로그인 + + + Azure: Sign In with Device Code + Azure: 디바이스 코드로 로그인 + + + BACPAC exported successfully + BACPAC 내보내기 성공 + + + BACPAC exported successfully to '{0}' + {0} is the file path + BACPAC를 '{0}'(으)로 내보냄 + + + BACPAC imported successfully + BACPAC 가져오기 성공 + + + BACPAC imported successfully to database '{0}' + {0} is the database name + 데이터베이스 '{0}'에 BACPAC를 가져옴 + + + Back + + + + Back to Schema + 스키마로 돌아가기 + + + Back to preview + 미리 보기로 돌아가기 + + + Backup + 백업 + + + Backup Database - {0} + {0} is the database name + 데이터베이스 백업 - {0} + + + Backup File + 백업 파일 + + + Backup Files + 백업 파일 + + + Backup Files (*.bak, *.log, *.trn) + 백업 파일(*.bak, *.log, *.trn) + + + Backup Location + 백업 위치 + + + Backup Name + 백업 이름 + + + Backup Storage Redundancy + 백업 스토리지 중복도 + + + Backup Type + 백업 유형 + + + Backup sets to restore + 복원할 백업 세트 + + + Backup the tail of the log + 비상 로그 백업 + + + Backup to a new media set + 새 미디어 세트에 백업 + + + Batch execution time: {0} + {0} is the batch time + 일괄 처리 실행 시간: {0} + + + Before + 이전 + + + Behavior when free offer limit is reached + 무료 제공 한도에 도달했을 때의 동작 + + + Between + 사이 + + + Blanks + 공백 + + + Blob + Blob + + + Blob Container + Blob 컨테이너 + + + Blob Container is required + Blob 컨테이너가 필요합니다. + + + Blob does not contain a valid database backup + Blob에 유효한 데이터베이스 백업이 포함되어 있지 않습니다. + + + Blob is required + Blob이 필요함 + + + Block this extension from accessing your connections + 이 확장이 연결에 액세스하지 못하도록 차단하세요. + + + Both + 둘 다 + + + Brightness + 밝기 + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + Azure Data Studio에 저장된 연결, 그룹 및 구성을 MSSQL 확장으로 가져와 친숙한 환경을 경험해 보세요. + + + Browse + 찾아보기 + + + Browse Azure + Azure 찾아보기 + + + Browse Azure SQL Database tutorials and docs + Azure SQL Database 자습서 및 문서 찾아보기 + + + Browse Fabric + Fabric 찾아보기 + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + VS Code를 벗어나지 않고 Fabric 작업 영역을 탐색하고 Fabric에서 SQL 데이터베이스를 프로비전하세요. + + + Browse files + 파일 찾아보기 + + + Browse forvpath + 경로 찾아보기 + + + Browse to Azure Data Studio settings.json + Azure Data Studio settings.json 파일 찾아보기 + + + Browse... + 찾아보기... + + + Build APIs with GitHub Copilot + GitHub Copilot으로 API 빌드 + + + Build Data API + 빌드 데이터 API + + + Build failed with exit code {0} + 종료 코드 {0}(으)로 빌드하지 못함 + + + Build {0} + {0} 빌드 + + + Building {0}... + {0}을(를) 빌드하는 중... + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + 데이터를 보호하기 위한 기본 제공 암호화, 방화벽 규칙 및 Microsoft Entra ID 통합입니다. + + + Bulk Actions + 대량 작업 + + + Bulk-logged + 대량 로그 + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + CSV/TXT 파일(*.csv, *.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + 호출 도구: {0} 및 {1}. + + + Cancel + 취소 + + + Cancel Query + 쿼리 취소 + + + Cancel Task + 작업 취소 + + + Cancel failed: {0} + {0} is the error message + 취소에 실패했습니다: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + 스키마 비교 취소 실패: '{0}' + + + Cancel the query execution in progress + 진행 중인 쿼리 실행 취소 + + + Canceled + 취소됨 + + + Canceling + 취소하는 중 + + + Canceling query + 쿼리 취소 중 + + + Canceling the query failed: {0} + {0} is the error message + 쿼리 취소 실패: {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + Docker 소켓에 액세스할 수 없습니다. 사용자가 'docker' 그룹에 속해 있지 않거나, 그룹 멤버십이 적용되기 전에 VS Code를 시작했을 수 있습니다. 'sudo usermod -aG docker $USER'를 실행한 다음 로그아웃했다가 다시 로그인하거나 재부팅한 뒤 VS Code를 다시 시작하세요. + + + Cannot cancel query as no query is running. + 실행 중인 쿼리가 없으므로 쿼리를 취소할 수 없습니다. + + + Cannot change session while active + 세션이 활성 상태일 때는 변경할 수 없습니다. + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + 만료된 토큰으로 인해 연결할 수 없습니다. 다시 인증하고 다시 시도하세요. + + + Cannot create foreign key + 외래 키를 만들 수 없습니다. + + + Cannot delete column because it is part of foreign key relationships. + 외래 키 관계에 포함되어 있어 열을 삭제할 수 없습니다. + + + Cannot delete column because it is referenced by a foreign key. + 외래 키에서 참조되고 있어 열을 삭제할 수 없습니다. + + + Cannot delete column because it is used by a foreign key. + 외래 키에서 사용되고 있어 열을 삭제할 수 없습니다. + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + {0}을(를) 제외할 수 없습니다. 포함된 종속 항목이 있습니다. + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + {0}을(를) 제외할 수 없습니다. {1} 같은 포함된 종속 항목이 있습니다. + + + Cannot generate script without a restore plan + 복원 계획이 없으면 스크립트를 생성할 수 없습니다. + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + {0}을(를) 포함할 수 없습니다. 제외된 종속 항목이 있습니다. + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + {0}을(를) 포함할 수 없습니다. {1} 같은 제외된 종속 항목이 있습니다. + + + Cannot revert: The column is part of a foreign key that references a deleted table + 되돌릴 수 없음: 열이 삭제된 테이블을 참조하는 외래 키의 일부입니다. + + + Cannot revert: The referenced table or column has been deleted + 되돌릴 수 없음: 참조된 테이블 또는 열이 삭제되었습니다. + + + Cascade + 캐스케이드 + + + Category + 범주 + + + Change + 변경 + + + Change Connection + 연결 변경 + + + Change Database + 데이터베이스 변경 + + + Change Password + 암호 변경 + + + Change Setting + 설정 변경 + + + Change column width + 열 너비 변경 + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + '{2}' 연결을 위해 데이터베이스를 '{0}'(으)로 변경하시겠습니까(ID: {1})? + + + Change the connection for the active SQL document + 활성 SQL 문서의 연결 변경 + + + Change the database for the active SQL document + 활성 SQL 문서의 데이터베이스 변경 + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + {0}/{1}개 변경 + + + Changed Tables + 변경된 테이블 + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + 문서 "{0}"에 대해 데이터베이스 컨텍스트를 "{1}"(으)로 변경함 + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + 데이터베이스 컨텍스트를 문서 {0}에서 서버 {1}의 {2}(으)로 변경했습니다. + + + Changes + 변경 내용 + + + Changes ({0}) + {0} is the number of schema changes + 변경 내용({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + 변경 내용을 적용했습니다. 업데이트된 차이점을 보려면 스키마 비교를 다시 실행하세요. + + + Changes published successfully + 변경 내용이 게시됨 + + + Changes saved successfully. + 변경 내용을 저장했습니다. + + + Changes view mode + 보기 모드 변경 + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + 데이터베이스 컨텍스트를 문서 {0}에서 서버 {1}의 {2}(으)로 변경하는 중입니다. + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + '{2}' 연결을 위해 데이터베이스를 '{0}'(으)로 변경하는 중(ID: {1}) + + + Chat + 채팅 + + + Chat command not available in this VS Code version + 이 VS Code 버전에서는 채팅 명령을 사용할 수 없습니다. + + + Check Constraint + CHECK 제약 조건 + + + Check Constraints + CHECK 제약 조건 + + + Checking Docker Engine Configuration + Docker 엔진 구성을 확인하는 중 + + + Checking Docker engine + Docker 엔진을 확인하는 중 + + + Checking Docker installation + Docker 설치를 확인하는 중 + + + Checking Docker prerequisites... + Docker 필수 구성 요소를 확인하는 중... + + + Checking container readiness + 컨테이너 준비 상태를 확인하는 중 + + + Checking if Docker is installed + Docker가 설치되어 있는지 확인하는 중 + + + Checking if Docker is installed on your machine + Docker가 컴퓨터에 설치되어 있는지 확인하는 중 + + + Checking if Docker is running on your machine. If not, we'll start it for you. + 머신에서 Docker가 실행 중인지 확인하는 중입니다. 그렇지 않은 경우 자동으로 시작합니다. + + + Checking if Docker is started + Docker가 시작되었는지 확인하는 중 + + + Checking if the Docker Engine is configured correctly on your machine. + Docker 엔진이 머신에 올바르게 구성되어 있는지 확인하는 중입니다. + + + Checking pre-requisites + 필수 구성 요소 확인 중 + + + Choose An Action + 작업 선택 + + + Choose Existing + 기존 항목 선택 + + + Choose Query History + 쿼리 기록 선택 + + + Choose SQL Language + SQL 언어 선택 + + + Choose a Microsoft Entra account + Microsoft Entra 계정 선택 + + + Choose a Microsoft Entra tenant + Microsoft Entra 테넌트 선택 + + + Choose a connection profile from the list below + 아래 목록에서 연결 프로필을 선택하세요. + + + Choose a database + 데이터베이스 선택 + + + Choose a database from the list below + 아래 목록에서 데이터베이스 선택 + + + Choose a hostname for the container + 컨테이너의 호스트 이름을 선택하세요 + + + Choose a name for the SQL Server Docker Container + SQL Server Docker 컨테이너의 이름을 선택하세요 + + + Choose a port to host the SQL Server Docker Container + SQL Server Docker 컨테이너를 호스트할 포트를 선택하세요. + + + Choose an option to provision a database + 데이터베이스 프로비전 옵션 선택 + + + Choose color + 색 선택 + + + Choose the Right Version + 올바른 버전을 선택하세요 + + + Choose the behavior for new editors + 새 편집기의 동작 선택 + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + 이 저장 프로시저를 GraphQL 변형(mutation) 또는 쿼리로 표시할지 선택하세요. DAB의 기본값은 변형입니다. + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + 순환 참조가 발견되었습니다: '{0}' → '{1}'이(가) 순환을 생성합니다. + + + Clear + 삭제 + + + Clear All + 모두 지우기 + + + Clear All Filters + 모든 필터 지우기 + + + Clear Data + 데이터 지우기 + + + Clear Filter + 필터 지우기 + + + Clear Filters + 필터 지우기 + + + Clear Quick Query + 빠른 쿼리 지우기 + + + Clear Recent Connections List + 최근 연결 목록 삭제 + + + Clear Selection + 선택 영역 지우기 + + + Clear Sort + 정렬 지우기 + + + Clear all + 모두 지우기 + + + Clear all events (keeps session running) + 모든 이벤트 지우기(세션 실행 유지) + + + Clear all filters + 모든 필터 지우기 + + + Clear all filters and show all events + 모든 필터를 지우고 모든 이벤트 표시 + + + Clear all grouping + 모든 그룹화 지우기 + + + Clear all sorting + 모든 정렬 지우기 + + + Clear cache and refresh token + 캐시 지우기 및 토큰 새로 고침 + + + Clear filters + 필터 지우기 + + + Clear from recent connections list + 최근 연결 목록에서 지우기 + + + Clear permissions for all extensions to access your connections + 모든 확장이 연결에 액세스할 수 있는 권한을 지우세요. + + + Clear quick filter and all column filters + 빠른 필터와 모든 열 필터 지우기 + + + Clear this Quick Query + 이 빠른 쿼리 지우기 + + + Clear token cache + 토큰 캐시 삭제 + + + Click to cancel loading summary + 요약 로드를 취소하려면 클릭하세요. + + + Click to change connection + 연결을 변경하려면 클릭하세요. + + + Click to change database + 데이터베이스를 변경하려면 클릭하세요. + + + Click to connect to a database + 데이터베이스에 연결하려면 클릭 + + + Click to load summary + 요약을 로드하려면 클릭하세요. + + + Click to sign into an Azure account + Azure 계정에 로그인하려면 클릭하세요. + + + Client Secret + 클라이언트 암호 + + + Client secret is required. + 클라이언트 암호가 필요합니다. + + + Close + 닫기 + + + Close Designer + Designer 닫기 + + + Close Find + 찾기 닫기 + + + Close Script Pane + 스크립트 창 닫기 + + + Close Without Export + 내보내지 않고 닫기 + + + Close details panel + 세부 정보 창 닫기 + + + Close existing connections to destination database + 대상 데이터베이스에 대한 기존 연결 닫기 + + + Close properties pane + 속성 창 닫기 + + + Close the current connection + 현재 연결 닫기 + + + Cloud + 클라우드 + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis - {0} + + + Code analysis rules saved successfully + Code Analysis 규칙을 저장했습니다. + + + Collapse + 축소 + + + Collapse All + 모두 축소 + + + Collapse Subscription Explorer + 구독 탐색기 축소 + + + Collapse Workspace Explorer + 작업 영역 탐색기 축소 + + + Collapse all groups + 모든 그룹 축소 + + + Collapse connection groups + 연결 그룹 축소 + + + Collapse connections + 연결 축소 + + + Collapse settings + 설정 접기 + + + Collapse {0} + {0} is the category name, e.g. Design + {0} 축소 + + + Collation + 데이터 정렬 + + + Color + + + + Column + + + + Column '{0}' already exists + {0} is the column name + 열 '{0}'이(가) 이미 있습니다. + + + Column '{0}' already has a foreign key + {0} is the column name + 열 '{0}'에는 이미 외래 키가 있습니다. + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + 열 '{0}'은(는) 기본 키이므로 null일 수 없습니다. + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + 열 '{0}'은(는) ID 열이며 연계 외래 키를 가질 수 없습니다. + + + Column '{0}' must be a primary key + {0} is the referenced column + 열 '{0}'은(는) 기본 키여야 합니다. + + + Column '{0}' not found + {0} is the column name + 열 '{0}'을(를) 찾을 수 없습니다. + + + Column Name + 열 이름 + + + Column max length cannot be empty + 열 최대 길이는 비워둘 수 없음 + + + Column name cannot be empty + 열 이름은 비워 둘 수 없습니다. + + + Column not found: {0} + {0} is the column reference + 다음 열을 찾을 수 없습니다. {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + 열 참조가 둘 이상의 열로 확인되었습니다. {0} + + + Column resize by content + 콘텐츠별 열 크기 조정 + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + 열 너비는 최소 {0} 픽셀이어야 합니다. + + + Columns + + + + Columns in the primary key. + 기본 키의 열입니다. + + + Command Timeout + 명령 시간 제한 + + + Commands + 명령 + + + Compare + 비교 + + + Compare Azure SQL Database service tiers + Azure SQL Database 서비스 계층 비교 + + + Compare SQL Server editions + SQL Server 에디션 비교 + + + Comparison Details + 비교 세부 정보 + + + Compatibility Level + 호환성 수준 + + + Compress backup + 백업 압축 + + + Compression + 압축 + + + Compute + 컴퓨팅 + + + Compute + Storage + 컴퓨팅 + 스토리지 + + + Config copied to clipboard + 구성이 클립보드에 복사됨 + + + Configuration saved. + 구성을 저장했습니다. + + + Configuration sections + 구성 섹션 + + + Configuration to Import + 가져올 구성 + + + Configure Linux containers + Linux 컨테이너 구성 + + + Configure Quick Query and Extension shortcuts. + 빠른 쿼리 및 확장 바로 가기를 구성합니다. + + + Configure Rosetta in Docker Desktop + Docker 데스크톱에서 Rosetta 구성 + + + Configure and customize Azure SQL Databases + Azure SQL Database 구성 및 사용자 지정 + + + Configure and customize SQL Server containers + SQL Server 컨테이너 구성 및 사용자 지정 + + + Configure keyboard shortcuts used by the MSSQL extension. + MSSQL 확장에서 사용하는 키보드 바로 가기를 구성합니다. + + + Configure the full list of Query Editor shortcuts. + 쿼리 편집기의 전체 바로 가기 목록을 구성합니다. + + + Confirm Password + 암호 확인 + + + Confirm SQL Server admin password + SQL Server 관리자 암호 확인 + + + Confirm admin password + 관리자 암호 확인 + + + Confirm new password + 새 암호 확인 + + + Confirm to clear recent connections list + 최근 연결 목록 삭제 확인 + + + Confirm to remove this profile. + 이 프로필을 제거할지 확인합니다. + + + Conjunction + 결합 + + + Connect + 연결 + + + Connect and manage database connections + 데이터베이스 연결 및 관리 + + + Connect the active SQL document to a database + 활성 SQL 문서를 데이터베이스에 연결 + + + Connect to Database + 데이터베이스에 연결 + + + Connect to MSSQL + MSSQL에 연결 + + + Connect to SQL Server + SQL Server에 연결 + + + Connect to Server + 서버에 연결 + + + Connect to a database + 데이터베이스에 연결 + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + 서버 {0} 및 데이터베이스 {1}에 연결하시겠습니까? + + + Connect to server {0}? + {0} is the server name + 서버 {0}에 연결하시겠습니까? + + + Connect to {0} + {0} is the name of the connection profile + {0}에 연결 + + + Connect using either Microsoft Entra ID or SQL Authentication. + Microsoft Entra ID 또는 SQL 인증을 사용하여 연결하세요. + + + Connect using profile {0}? + {0} is the profile ID + 프로필 {0}을(를) 사용하여 연결하시겠습니까? + + + Connect with SQL tools and run your first query + SQL 도구에 연결하고 첫 번째 쿼리 실행 + + + Connect with the current settings and save the connection profile + 현재 설정으로 연결하고 연결 프로필을 저장 + + + Connected successfully + 연결함 + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + 문서 "{0}"에서 서버 "{1}"에 연결했습니다. 서버 정보: {2} + + + Connected to {0} + {0} is the connection label + {0}에 연결됨 + + + Connected to: + 연결 대상: + + + Connecting + 연결 + + + Connecting to Container + 컨테이너에 연결하는 중 + + + Connecting to Database + 데이터베이스에 연결하는 중 + + + Connecting to database + 데이터베이스에 연결하는 중 + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + 문서 "{0}"에서 서버 "{1}"에 연결하는 중입니다. + + + Connecting to server {0} + {0} is the server name + 서버 {0}에 연결하고 있습니다. + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + 서버 {0} 및 데이터베이스 {1}에 연결하는 중 + + + Connecting to server... + 서버에 연결하는 중... + + + Connecting to your SQL Server Docker container + Docker에서 SQL Server Docker 컨테이너에 연결하는 중 + + + Connecting to {0}... + {0} is the server name + {0}에 연결하는 중... + + + Connecting to {0}... + {0} is the connection display name + {0}에 연결하는 중... + + + Connecting to: + 다음에 연결 중: + + + Connecting using profile {0} + {0} is the profile ID + 프로필 {0}을(를) 사용하여 연결하는 중 + + + Connecting... + 연결 중... + + + Connection + 연결 + + + Connection Authentication + 연결 인증 + + + Connection Details + 연결 세부 정보 + + + Connection Dialog + 연결 대화 상자 + + + Connection Error + 연결 오류 + + + Connection Failed + 연결 실패 + + + Connection Group + 연결 그룹 + + + Connection Import Warning + 연결 가져오기 경고 + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + 연결 프로필을 업데이트할 수 없습니다. settings.json에서 연결 세부 정보를 수동으로 수정하고 다시 시도하세요. + + + Connection String + 연결 문자열 + + + Connection Timeout + 연결 시간 제한 + + + Connection Timeout (seconds) + 연결 시간 제한(초) + + + Connection actions + 연결 작업 + + + Connection error + 연결 오류 + + + Connection error: {0} + {0} is the error message + 연결 오류: {0} + + + Connection failed + 연결 실패 + + + Connection failed: {0} + {0} is the error message from the connection attempt + 연결 실패: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + ID가 같은 연결 그룹을 이미 가져왔습니다. {0}(ID: {1}) + + + Connection groups to import + 가져올 연결 그룹 + + + Connection is not active. Please establish a connection before performing this action. + 연결이 활성 상태가 아닙니다. 이 작업을 수행하기 전에 연결을 설정하세요. + + + Connection not found for uri "{0}". + {0} is the uri + "{0}" URI에 대한 연결을 찾지 못했습니다. + + + Connection profile '{0}' not found. + {0} is the profile ID + 연결 프로필 '{0}'을(를) 찾을 수 없습니다. + + + Connection profile not found. Please create a new connection using the Connection Dialog. + 연결 프로필을 찾을 수 없습니다. 연결 대화 상자를 사용하여 새 연결을 만드세요. + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + 확장 '{0}'에 대한 연결 공유 권한이 거부되었습니다. 사용 권한 관리 명령을 사용하여 변경하세요. + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + 확장 '{0}'에는 연결 공유 권한이 필요합니다. + + + Connection string copied to clipboard + 연결 문자열이 클립보드에 복사됨 + + + Connection string is required + 연결 문자열이 필요합니다. + + + Connection test succeeded + 연결 테스트가 성공함 + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + ID가 "{0}"인 연결을 찾을 수 없습니다. 연결 ID가 있는지 확인하세요. + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + ID가 같은 연결을 이미 가져왔습니다. {0}(ID: {1}) + + + Connection: {0} + {0} is the task connection label + 연결: {0} + + + Connections in groups that are not selected will be moved under the root. + 선택하지 않은 그룹에 있는 연결은 루트 아래로 이동됩니다. + + + Connections to import + 가져올 연결 + + + Consider adding a name for this foreign key + 이 외래 키의 이름을 추가하는 것이 좋습니다. + + + Container Name + 컨테이너 이름 + + + Container Settings + 컨테이너 설정 + + + Container does not exist. Would you like to remove the connection? + 컨테이너가 없습니다. 연결을 제거하시겠습니까? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + 시간 제한 내에 컨테이너를 시작하지 못했습니다. 잠시 기다렸다가 다시 시도하세요. + + + Container logs + 컨테이너 로그 + + + Container name and port are required to check container readiness. + 컨테이너 준비 상태를 확인하려면 컨테이너 이름과 포트가 필요합니다. + + + Container name is invalid or already in use + 컨테이너 이름이 잘못되었거나 이미 사용 중입니다. + + + Container name is required + 컨테이너 이름은 필수입니다. + + + Container name, port, and config content are required to start the container. + 컨테이너를 시작하려면 컨테이너 이름, 포트, 그리고 구성 내용이 필요합니다. + + + Containment Type + 포함 유형 + + + Contains + 다음을 포함함 + + + Continue + 계속 + + + Continue Editing + 계속 편집 + + + Continue on error + 오류 발생 시 계속 + + + Continue using for additional charges + 추가 요금으로 계속 사용 + + + Control the results grid display + 결과 그리드 표시 제어 + + + Copied + 복사됨 + + + Copied "{0}" to clipboard + {0} is the object name + "{0}" 클립보드에 복사됨 + + + Copied to clipboard + 클립보드에 복사됨 + + + Copilot Changes + Copilot 변경 + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Copilot 변경({0}) + + + Copy + 복사 + + + Copy & Export + 복사 및 내보내기 + + + Copy All + 모두 복사 + + + Copy As + 다음으로 복사 + + + Copy Column Name + 열 이름 복사 + + + Copy Headers + 헤더 복사 + + + Copy Object Name + 개체 이름 복사 + + + Copy Script + 스크립트 복사 + + + Copy Script to Clipboard + 클립보드에 스크립트 복사 + + + Copy all cells including column headers + 열 머리글을 포함해 모든 셀 복사 + + + Copy all query result content + 모든 쿼리 결과 콘텐츠를 복사 + + + Copy all text output for this cell (messages, PRINT, errors) + 이 셀의 모든 텍스트 출력(메시지, PRINT, 오류) 복사 + + + Copy all with headers + 헤더를 포함하여 모두 복사 + + + Copy as CSV + CSV로 복사 + + + Copy as IN clause + IN 절로 복사 + + + Copy as INSERT + INSERT로 복사 + + + Copy as INSERT INTO + INSERT INTO로 복사 + + + Copy as JSON + JSON으로 복사 + + + Copy code and open webpage + 코드 복사 및 웹 페이지 열기 + + + Copy command to clipboard + 명령을 클립보드에 복사 + + + Copy connection string to clipboard + 연결 문자열을 클립보드에 복사 + + + Copy data and save results to files + 데이터를 복사하고 결과를 파일로 저장 + + + Copy link + 링크 복사 + + + Copy messages + 메시지 복사 + + + Copy script + 스크립트 복사 + + + Copy selected cells including column headers + 열 머리글을 포함해 선택한 셀 복사 + + + Copy selected cells to the clipboard + 선택한 셀을 클립보드에 복사 + + + Copy selection + 선택 영역 복사 + + + Copy selection formatted as INSERT statements + 선택 영역을 INSERT 문 형식으로 복사 + + + Copy selection formatted as JSON + 선택 영역을 JSON 형식으로 복사 + + + Copy selection formatted as a SQL IN clause + 선택 항목을 SQL IN 절 형식으로 복사 + + + Copy selection formatted as comma-separated values + 선택 영역을 쉼표로 구분된 값 형식으로 복사 + + + Copy text data to clipboard + 텍스트 데이터를 클립보드에 복사 + + + Copy with Headers + 복사(머리글 포함) + + + Copy with headers + 헤더를 포함하여 복사 + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + {0} URL 복사 + + + Copy-only Backup + 복사 전용 백업 + + + Copying results... + 결과를 복사하는 중... + + + Cost + 비용 + + + Could not connect to database: {0} + {0} is the database name + {0} 데이터베이스에 연결할 수 없습니다. + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + 클라이언트 IP 주소를 감지할 수 없습니다. Azure Portal에서 방화벽 규칙을 직접 추가하세요. + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + {0} '{1}'에 대한 스크립팅 메타데이터를 찾을 수 없습니다. + + + Could not load restore plan + 복원 계획을 로드할 수 없습니다. + + + Count + 개수 + + + Count: {0} + {0} is the count + 개수: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + 개수: {0} 고유 카운트: {1} null 개수: {2} + + + Create + 만들기 + + + Create Connection Group + 연결 그룹 만들기 + + + Create Connection Profile + 연결 프로필 만들기 + + + Create Container + 컨테이너 만들기 + + + Create Database + 데이터베이스 만들기 + + + Create Firewall Rule + 방화벽 규칙 만들기 + + + Create Local SQL Container + 로컬 SQL 컨테이너 만들기 + + + Create New + 새로 만들기 + + + Create New Connection Group + 새 연결 그룹 만들기 + + + Create New Resource Group + 새 리소스 그룹 만들기 + + + Create New Server + 새 서버 만들기 + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + Visual Studio Code 내 시각적 인터페이스에서 SQL 데이터베이스 테이블을 위한 REST, GraphQL, MCP 엔드포인트를 만드세요. 엔터티, 권한, 배포 설정을 구성한 후 Docker로 로컬에 배포하세요. + + + Create a Local Docker SQL Server + 로컬 Docker SQL Server 만들기 + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + 몇 초 만에 SQL Server 컨테이너를 만들 수 있으며 수동 조치가 필요하지 않습니다. VS Code를 종료하지 않고 MSSQL 확장에서 쉽게 관리할 수 있습니다. + + + Create a SQL database in Fabric + Fabric의 SQL 데이터베이스 만들기 + + + Create a new connection profile + 새 연결 프로필 만들기 + + + Create a new database on '{0}'. + {0} is the name of the server + '{0}'에 새 데이터베이스를 만듭니다. + + + Create a new firewall rule + 새 방화벽 규칙 만들기 + + + Create a new profiling session + 새 프로파일링 세션 만들기 + + + Create an Azure SQL Database (Preview) + Azure SQL 데이터베이스 만들기(미리 보기) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + 자주 사용하는 쿼리와 쿼리 편집기 및 결과 그리드 작업에 대한 바로 가기 키를 만들고 관리하세요. 사용 가능한 명령을 확인하고 더 효율적으로 실행할 수 있습니다. + + + Create as Script + 스크립트로 만들기 + + + Create new + 새로 만들기 + + + Create new connection copied from {0} + {0} is the name of the connection profile + {0}에서 복사한 새 연결 그룹 만들기 + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + {0}에 대한 새 방화벽 규칙 만들기 + + + Created table {0} + {0} is the qualified table name + 테이블 {0} 생성됨 + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + 이 저장 프로시저에 대한 전용 MCP 도구를 만듭니다. 비활성화된 경우에도 MCP가 활성화되어 있으면 일반 MCP 실행 도구를 통해 프로시저를 계속 사용할 수 있습니다. + + + Creating Container + 컨테이너 만드는 중 + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + 작업 영역 {0}에 대한 SQL 데이터베이스를 생성하는 중 + + + Creating SQL Server container... + SQL Server 컨테이너를 만드는 중... + + + Creating and starting the container + 컨테이너를 만들고 시작하는 중 + + + Creating and starting your SQL Server container + SQL Server 컨테이너를 만들고 시작하는 중입니다. + + + Creating database + 데이터베이스를 만드는 중입니다. + + + Creating resource group... + 리소스 그룹을 만드는 중... + + + Creating server... + 서버를 만드는 중... + + + Creating session... + 세션을 만드는 중... + + + Creating workspace with capacity {0} + {0} is the capacity ID + 용량이 {0}인 작업 영역을 생성하는 중입니다. + + + Creating... + 만드는 중... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + 자격 증명 오류: 계정 자격 증명을 새로 고치는 동안 오류가 발생했습니다. 다시 인증하세요. + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + 자격 증명 오류: 계정 자격 증명을 새로 고치는 동안 오류가 발생했습니다. 다시 인증하세요. 오류: {0} + + + Current Schema: {0}, Select the new schema: + 현재 스키마: {0}, 새 스키마를 선택하세요. + + + Currently signed in as: + 현재 로그인한 사용자: + + + Custom GraphQL Plural Type + 사용자 지정 GraphQL 복수형 형식 + + + Custom GraphQL Singular Type + 사용자 지정 GraphQL 단수 형식 + + + Custom GraphQL Type + 사용자 지정 GraphQL 타입 + + + Custom REST Path + 사용자 지정 REST 경로 + + + Custom Zoom + 사용자 지정 확대/축소 + + + Customize keyboard shortcuts + 바로 가기 키 사용자 지정 + + + DAB container failed to become ready within the timeout period. + 시간 제한 기간 내에 DAB 컨테이너를 준비하지 못했습니다. + + + DAB container is running! + 컨테이너가 실행 중입니다! + + + DAB container logs + DAB 컨테이너 로그 + + + DACPAC deployed successfully + DACPAC 배포 성공 + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + 데이터베이스 '{0}'에 DACPAC를 배포함 + + + DACPAC extracted successfully + DACPAC 추출 성공 + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC가 '{0}'에 추출됨 + + + DACPAC path not found. Please build the project first. + DACPAC 경로를 찾을 수 없습니다. 먼저 프로젝트를 빌드하세요. + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + DacFx 서비스를 사용할 수 없습니다. 배포 옵션 없이 프로필이 로드되었습니다. 스크립트 게시 및 생성 작업을 수행할 수 없습니다. + + + DacFx service is not available. Publish and generate script operations cannot be performed. + DacFx 서비스를 사용할 수 없습니다. 스크립트 게시 및 생성 작업을 수행할 수 없습니다. + + + Data API builder + 데이터 API 작성기 + + + Data API builder Configuration + 데이터 API 작성기 구성 + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + 데이터 API Builder가 열렸습니다. {0} 작업을 계속합니다({1}/{2}). + + + Data API builder with GitHub Copilot + GitHub Copilot을 사용한 데이터 API 작성기 + + + Data Source + 데이터 원본 + + + Data Type + 데이터 형식 + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + SQL 분석 엔드포인트를 사용하여 실시간으로 데이터가 OneLake에 자동으로 복제됩니다. + + + Data file folder + 데이터 파일 폴더 + + + Data type + 데이터 형식 + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + 데이터 형식 불일치: '{0}' 열의 '{1}'이(가) '{3}'의 '{2}'과(와) 호환되지 않습니다. + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + 데이터 계층 애플리케이션(DACPAC/BACPAC) 가져오기 및 내보내기 + + + Data-tier Application + 데이터 계층 애플리케이션 + + + Data-tier Application File (.dacpac) + 데이터 계층 애플리케이션 파일(.dacpac) + + + Database + 데이터베이스 + + + Database - {0} + {0} is the database name + 데이터베이스 - {0} + + + Database Description + 데이터베이스 설명 + + + Database Details + 데이터베이스 세부 정보 + + + Database Name + 데이터베이스 이름 + + + Database Name is required + 데이터베이스 이름이 필요합니다. + + + Database Project + 데이터베이스 프로젝트 + + + Database changed successfully + 데이터베이스를 변경했습니다. + + + Database is required + 데이터베이스는 필수 항목임 + + + Database list + 데이터베이스 목록 + + + Database name + 데이터베이스 이름 + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + 데이터베이스 이름에 잘못된 문자가 포함되어 있습니다. 사용 안 됨: < > * ? " / \ | + + + Database name is required + 데이터베이스 이름이 필요합니다. + + + Database name is too long. Maximum length is 128 characters + 데이터베이스 이름이 너무 깁니다. 최대 길이는 128자입니다. + + + Database name must be 128 characters or fewer + 데이터베이스 이름은 128자 이하여야 함 + + + Database not found on the server + 서버에서 데이터베이스를 찾을 수 없습니다. + + + Database pauses until the next billing cycle when free amount is renewed. + 무료 할당량이 갱신되는 다음 청구 주기까지 데이터베이스가 일시 중지됩니다. + + + Database the table is created in + 테이블이 생성된 데이터베이스 + + + Default + 기본값 + + + Default Value + 기본값 + + + Define who can access this endpoint + 이 엔드포인트에 접근할 수 있는 사용자 정의 + + + Define who can execute this stored procedure + 이 저장 프로시저를 실행할 수 있는 사용자 정의 + + + Definition + 정의 + + + Definition type + 정의 유형 + + + DefinitionRequestCompleted + DefinitionRequestCompleted + + + DefinitionRequested + DefinitionRequested + + + Delete + 삭제 + + + Delete 1 row + 1개 행 삭제 + + + Delete Confirmation + 삭제 확인 + + + Delete Contents + 내용 삭제 + + + Delete Row + 행 삭제 + + + Delete backup and restore history + 백업 및 복원 기록 삭제 + + + Delete saved connection + 저장된 연결 삭제 + + + Delete {0} rows + {0}개 행 삭제 + + + Deleted + 삭제됨 + + + Deleted column '{0}' + {0} is the column name + 열 '{0}' 삭제됨 + + + Deleted foreign key '{0}' + {0} is the foreign key name + 외래 키 '{0}' 삭제됨 + + + Deleted table {0} + {0} is the qualified table name + 테이블 {0} 삭제됨 + + + Deleting Container... + 컨테이너를 삭제하는 중... + + + Deny + 거부 + + + Deploy + 배포 + + + Deploy DAB Container + DAB 컨테이너 배포 + + + Deploy a .dacpac file to a new or existing SQL database + 새 SQL 데이터베이스 또는 기존 SQL 데이터베이스에 .dacpac 파일 배포 + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + MSSQL 확장에서 간소화된 통합 워크플로를 사용하여 .dacpac 파일을 배포 및 추출하거나 .bacpac 패키지를 가져오고 내보낼 수 있습니다. + + + Deploy to Existing Database + 기존 데이터베이스에 배포 + + + Deploy, extract, import, or export data-tier applications on the selected database + 선택한 데이터베이스에서 데이터 계층 애플리케이션 배포, 추출, 가져오기 또는 내보내기 + + + Deploying DACPAC... + DACPAC 배포 중... + + + Deployment Complete + 배포 완료 + + + Deployment Failed + 배포 실패 + + + Deployment Name + 배포 이름 + + + Deployment failed + 배포 실패 + + + Deployment finished + 배포 완료 + + + Deployment in progress + 배포 진행 중 + + + Description + 설명 + + + Description for the table. + 테이블에 대한 설명입니다. + + + Description: {0} + {0} is the task description + 설명: {0} + + + Deselect All + 모두 선택 취소 + + + Design API + API 디자인 + + + Design Schemas with GitHub Copilot + GitHub Copilot으로 스키마 디자인 + + + Details + 자세히 + + + Details panel actions + 세부 정보 패널 작업 + + + Details panel tabs + 세부 정보 패널 탭 + + + Details tab - displays all event properties + 세부 정보 탭 - 모든 이벤트 속성을 표시합니다. + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + Azure SQL Database Engine을 사용하는 개발자 친화적인 트랜잭션 데이터베이스입니다. 프로토타입과 학습은 무료로 이용할 수 있습니다. + + + Developer-friendly transactional database using the Azure SQL Database Engine. + Azure SQL 데이터베이스 엔진을 사용하는 개발자 친화적인 트랜잭션 데이터베이스입니다. + + + Differential + 차등 + + + Directory not found + 디렉터리를 찾을 수 없습니다. + + + Disable all entities + 모든 엔터티 사용 안 함 + + + Disable intellisense and syntax error checking on current document + 현재 문서에서 IntelliSense 및 구문 오류 검사 사용 안 함 + + + Disabled + 사용 안 함 + + + Disabled globally + 전역적으로 비활성화됨 + + + Discard + 취소 + + + Disconnect + 연결 끊기 + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'의 연결을 끊으시겠습니까(ID: {1})? + + + Disconnect the active SQL document from the database + 활성 SQL 문서를 데이터베이스에서 연결 해제합니다. + + + Disconnected on document "{0}" + {0} is the document name + 문서 "{0}"에서 연결을 끊음 + + + Disconnected successfully + 연결이 끊어짐 + + + Disconnected. + 연결이 끊겼습니다. + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + codespace '{0}'에서 연결을 끊는 중(ID: {1}) + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + 패브릭의 SQL Database, Azure SQL, SQL Server가 최신 앱 개발을 어떻게 새롭게 바꾸고 있는지 알아보세요. 성능, AI 통합 및 개발자 생산성의 한계를 넓히는 엔지니어와 동료들과 함께하세요. + + + Dismiss + 해제 + + + Displays the data type name for the column + 열의 데이터 형식 이름을 표시합니다. + + + Displays the description of the column + 열에 대한 설명을 표시합니다. + + + Displays the unified data type (including length, scale and precision) for the column + 열의 통합 데이터 형식(길이, 소수 자릿수 및 전체 자릿수 포함)을 표시합니다. + + + Dissatisfied + 불만족 + + + Distinct + 고유 + + + Distinct Count: {0} + {0} is the distinct count + 고유 카운트: {0} + + + Do not compress backup + 백업 압축 안 함 + + + Do not connect + 연결 안 함 + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + VS Code용 MSSQL 확장에 대한 간단한 피드백 설문 조사에 참여하시겠습니까? + + + Do you want to always display query results in a new tab instead of the query pane? + 쿼리 창 대신 항상 새 탭에 쿼리 결과를 표시하시겠습니까? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + 이 연결에서 '서버 인증서 신뢰'를 사용하도록 설정하고 다시 시도하시겠습니까? + + + Docker Desktop must be installed and running on your machine. + Docker Desktop이 여러분의 컴퓨터에 설치되어 실행 중이어야 합니다. + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + Docker를 제한 시간 내에 시작하지 못했습니다. Docker를 수동으로 시작하고 다시 시도하세요. + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Docker가 설치되지 않았거나 PATH에 없습니다. Docker Desktop을 설치하고 다시 시도하세요. + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Docker를 실행하려면 루트 권한이 필요합니다. sudo를 사용하여 Docker를 실행하거나 sudo usermod -aG docker $USER를 사용하여 Docker 그룹에 사용자를 추가하세요. 그런 다음 컴퓨터를 재부팅하고 다시 시도하세요. + + + Don't Save + 저장하지 않음 + + + Don't Show Again + 다시 표시 안 함 + + + Don't show this again + 다시 표시하지 않음 + + + Download offline VSIX + 오프라인 VSIX 다운로드 + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + 키맵 확장을 다운로드하면 Azure Data Studio에서 키 매핑을 자동으로 가져올 수 있습니다. 이 변경 사항은 키보드 바로 가기 기본 설정에 반영됩니다. + + + Downloading the Data API builder container image + 데이터 API Builder 컨테이너 이미지를 다운로드하는 중 + + + Drizzle + Drizzle + + + Drop + 삭제 + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + '{1}'에서 '{0}'을(를) 삭제합니다. 이 작업은 실행을 취소할 수 없습니다. + + + Drop Database + 데이터베이스 삭제 + + + Drop Database Options + 데이터베이스 옵션 삭제 + + + Drop active connections + 활성 연결 삭제 + + + Dropping database + 데이터베이스를 삭제하는 중 + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + VS Code 확장에서 나가지 않고도 로컬 SQL Server를 쉽게 설정할 수 있습니다. 몇 번의 클릭만으로 서버를 손쉽게 설치하고 구성하며 관리할 수 있습니다. + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + Azure SQL 데이터베이스 무료 계층으로 쉽게 시작해 보세요. 편집기에서 바로 데이터베이스를 만들고 무료로 연결할 수 있습니다. + + + Edit Connection Group - {0} + {0} is the connection group name + 연결 그룹 편집 - {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + 연결 그룹 {0} 편집 + + + Edit Data + 데이터 편집 + + + Edit Database Connection - {0} + {0} is the name of the connection profile + 데이터베이스 연결 편집 - {0} + + + Edit Table + 테이블 편집 + + + Edit an existing connection profile + 기존 연결 프로필 편집 + + + Edit connection profile + 연결 프로필 편집 + + + Edit your schema to see changes here. + 여기에서 변경 내용을 보려면 스키마를 편집합니다. + + + Edit {0} + {0} is the name of the connection profile + {0} 편집 + + + Either profileId or serverName must be provided. + profileId 또는 serverName을 입력해야 합니다. + + + Elapsed time: {0} + {0} is the task elapsed time + 경과된 시간: {0} + + + Enable 'Trust Server Certificate' + ‘서버 인증서 신뢰’ 활성화 + + + Enable Code Analysis on Build + 빌드에 코드 분석 사용 + + + Enable GraphQL in API Type to expose this entity through GraphQL. + GraphQL을 통해 이 엔터티를 노출하려면 API 유형에서 GraphQL을 활성화하세요. + + + Enable MCP in API Type to use this DML tools setting. + 이 DML 도구 설정을 사용하려면 API 유형에서 MCP를 활성화하세요. + + + Enable MCP in API Type to use this custom tool setting. + 이 사용자 지정 도구 설정을 사용하려면 API 유형에서 MCP를 활성화하세요. + + + Enable REST in API Type to expose this entity through REST. + REST를 통해 이 엔터티를 노출하려면 API 유형에서 REST를 활성화하세요. + + + Enable Trust Server Certificate + 서버 인증서 신뢰 활성화 + + + Enable all CRUD operations + 모든 CRUD 작업 사용 + + + Enable all entities + 모든 엔터티 사용 + + + Enable all rules in {0} + {0} is the category name, e.g. Design + {0}의 모든 규칙 활성화 + + + Enable or disable SQLCMD mode for the active SQL document + 활성 SQL 문서에서 SQLCMD 모드를 사용하거나 사용하지 않도록 설정 + + + Enable {0} + {0} is the entity name + {0} 활성화 + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + {0} 활성화 + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} 전역적으로 활성화 + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + 이 엔터티를 노출하려면 API 유형에서 {0}을(를) 활성화하세요. + + + Enabled + 사용 + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + 문제가 발생합니까? 개선할 수 있도록 GitHub 문제를 열어 세부 정보를 공유하세요! + + + Encrypt + 암호화 + + + Encryption + 암호화 + + + Encryption Algorithm + 암호화 알고리즘 + + + Encryption Type + 암호화 유형 + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + 이 연결에서 암호화를 사용하도록 설정했습니다. 대상 SQL Server에 대한 SSL 및 인증서 구성을 검토하거나, 연결 대화 상자에서 '서버 인증서 신뢰'를 사용하도록 설정하세요. + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + 이 연결에서 암호화를 사용하도록 설정했습니다. 대상 SQL Server에 대한 SSL 및 인증서 구성을 검토하거나 '서버 인증서 신뢰'를 'true'로 설정하세요. 참고: 자체 서명된 인증서는 제한된 보호만 제공하며 프로덕션 환경에 권장되는 방법은 아닙니다. + + + End IP Address + 끝 IP 주소 + + + Ends With + 다음으로 끝남 + + + Ends with + 끝 문자 + + + Engine: {0} + {0} is the engine type + 엔진: {0} + + + Ensuring Docker Desktop is running + Docker Desktop이 실행 중인지 확인하는 중 + + + Enter Database Description + 데이터베이스 설명 입력 + + + Enter Database Name + 데이터베이스 이름 입력 + + + Enter a date... + 날짜 입력... + + + Enter a name for the new profiler session + 새 Profiler 세션 이름 입력 + + + Enter a name for the new resource group + 새 리소스 그룹의 이름 입력 + + + Enter a name for the new server + 새 서버의 이름 입력 + + + Enter a number... + 숫자 입력... + + + Enter admin password + 관리자 암호 입력 + + + Enter admin username + 관리자 사용자 이름 입력 + + + Enter application name + 애플리케이션 이름 입력 + + + Enter connection group name + 연결 그룹 이름을 입력하세요 + + + Enter container name + 컨테이너 이름 입력 + + + Enter database name + 데이터베이스 이름 입력 + + + Enter description (optional) + 설명 입력(선택 사항) + + + Enter desired column width in pixels + 원하는 열 너비를 픽셀 단위로 입력합니다. + + + Enter hostname + 호스트 이름 입력 + + + Enter new column width + 새 열 너비 입력 + + + Enter new database name + 새 데이터베이스 이름 입력 + + + Enter new password + 새 암호 입력 + + + Enter password + 암호 입력 + + + Enter port + 포트 입력 + + + Enter profile name + 프로필 이름 입력 + + + Enter resource group name + 리소스 그룹 이름 입력 + + + Enter server name + 서버 이름 입력 + + + Enter text... + 텍스트 입력... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + 사용자 '{0}'의 SQL 로그인 암호를 입력하세요. + + + Enter the path for the output file + 출력 파일의 경로를 입력하세요. + + + Enter user name + 사용자 이름 입력 + + + Enter username + 사용자 이름 입력 + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + 엔터티 '{0}'은(는) 데이터 API 작성기에서 지원되지 않습니다. {1} + + + Entity Endpoints + 엔터티 엔드포인트 + + + Entity Name + 엔티티 이름 + + + Entity name used in API routes + API 경로에 사용되는 엔터티 이름 + + + Entity not found: {0} + {0} is the entity reference + 엔터티를 찾을 수 없음: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + 엔터티 참조가 둘 이상의 엔터티로 확인되었습니다. {0} + + + Entra token cache cleared successfully. + Entra 토큰 캐시를 성공적으로 지웠습니다. + + + Equal to + 같음 + + + Equals + 같음 + + + Error + 오류 + + + Error Message: + 오류 메시지: + + + Error code: + 오류 코드: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + 서버 "{0}"에 연결하는 동안 오류가 발생했습니다. 세부 정보: {1} + + + Error connecting to: + 다음에 연결하는 중 오류 발생: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + 방화벽 규칙 {0} 만드는 동안 오류가 발생했습니다. Azure 계정 설정을 확인하고 다시 시도하세요. 오류: {1} + + + Error fetching schemas for the selected database. + 선택한 데이터베이스의 스키마를 가져오는 중 오류가 발생했습니다. + + + Error fetching the table preview. + 테이블 미리 보기를 가져오는 중 오류가 발생했습니다. + + + Error generating text view. Please try switching back to grid view. + 텍스트 뷰를 생성하는 중에 오류가 발생했습니다. 표 보기로 다시 전환해 보세요. + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + 테넌트 ID '{0}' 대한 Azure 계정 정보를 로드하는 동안 오류가 발생했습니다. + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + 구독 {0}({1})에 대한 Azure 데이터베이스를 로드하는 동안 오류가 발생했습니다. 사용 권한이 있는지 확인하세요. + + + Error loading Azure subscriptions. + Azure 구독을 로드하는 동안 오류가 발생했습니다. + + + Error loading Schema Designer + 스키마 디자이너를 로드하는 중 오류 발생 + + + Error loading Table Designer + 테이블 디자이너를 로드하는 동안 오류 발생 + + + Error loading database objects + 데이터베이스 개체를 로드하는 동안 오류 발생 + + + Error loading databases + 데이터베이스 로드 중 오류 발생 + + + Error loading preview + 미리 보기를 로드하는 동안 오류 발생 + + + Error loading servers + 서버를 로드하는 중 오류 발생 + + + Error loading subscriptions + 구독을 로드하는 중 오류 발생 + + + Error loading summary + 요약을 로드하는 동안 오류가 발생했습니다. + + + Error loading summary: {0} + {0} is the error message + 요약을 로드하는 동안 오류가 발생했습니다. {0} + + + Error loading workspaces + 작업 영역을 로드하는 동안 오류 발생 + + + Error loading workspaces. Please try choosing a different account or tenant. + 작업 영역을 로드하는 동안 오류 발생 다른 계정이나 테넌트를 선택해 보세요. + + + Error loading; refresh to try again + 로드하는 동안 오류가 발생했습니다. 다시 시도하려면 새로 고치세요. + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + 연결 ID {0}을(를) 새 형식으로 마이그레이션하는 동안 오류가 발생했습니다. 사용하려면 이 연결을 다시 만드세요. +오류: +{1} + + + Error occurred opening content in editor. + 편집기에서 콘텐츠를 여는 동안 오류가 발생했습니다. + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + 토큰을 새로 고치는 동안 오류가 발생했습니다. 로그아웃 후 다시 로그인해야 할 수 있습니다. {0} + + + Error retrieving server list: {0} + {0} is the error message + 서버 목록을 검색하는 동안 오류가 발생했습니다: {0} + + + Error running Docker commands. Please make sure Docker is running. + Docker 명령을 실행하는 동안 오류가 발생했습니다. Docker가 실행 중인지 확인하세요. + + + Error signing into Azure: {0} + {0} is the error message + Azure에 로그인하는 동안 오류가 발생했습니다: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + Entra 인증 토큰을 확인하는 동안 오류가 발생했습니다. 토큰을 새로 고쳐야 할 수 있습니다. {0} + + + Error when refreshing token + 토큰을 새로 고치는 동안 오류 발생 + + + Error {0}: {1} + {0} is the error number +{1} is the error message + 오류 {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + 오류 {0}: {1} 다른 사용자로 로그인한 다음, ALTER LOGIN을 사용하여 암호를 변경하세요. + + + Error: + 오류: + + + Error: Failed to parse query result data. + 오류: 쿼리 결과 데이터를 구문 분석하지 못했습니다. + + + Error: Login failed. Retry using different credentials? + 오류: 로그인하지 못했습니다. 다른 자격 증명을 사용하여 다시 시도하시겠습니까? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + 오류: 제공된 연결 정보로 연결할 수 없습니다. 프로필을 다시 만드시겠습니까? + + + Error: Unrecognized query result data. + 오류: 인식할 수 없는 쿼리 결과 데이터입니다. + + + Error: {0} + {0} is the error message + 오류: {0} + + + Estimated Operator Cost + 예상 연산자 비용 + + + Estimated Subtree Cost + 예상 하위 트리 비용 + + + Event details for {0} + {0} is the name of the profiler event + {0}의 이벤트 세부 정보 + + + Event properties list + 이벤트 속성 목록 + + + Example: Find queries with {0} > 100 + {0} is the column name + 예: {0} > 100인 쿼리 찾기 + + + Excel + Excel + + + Exclude Object Types + 개체 형식 제외 + + + Execute + 실행 + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + 데이터 API 작성기에서 '{0}' 작업을 실행할까요? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + 스키마 디자이너에서 '{0}' 작업을 실행할까요? + + + Execute Query + 쿼리 실행 + + + Execute SQL against SQL Server / Azure SQL + SQL Server/Azure SQL에 대해 SQL 실행 + + + Execute Selection or Current Statement + 선택 영역 또는 현재 문 실행 + + + Execute only the T-SQL statement under the cursor + 커서 아래의 T-SQL 문만 실행 + + + Executing '{0}' operation on Data API builder + {0} is the operation name + 데이터 API 작성기에서 '{0}' 작업 실행 중 + + + Executing '{0}' operation on schema designer + {0} is the operation name + 스키마 디자이너에서 '{0}' 작업을 실행하는 중입니다. + + + Executing query... + 쿼리 실행 중... + + + Execution Plan + 실행 계획 + + + Execution cancelled + 실행 취소됨 + + + Execution time unavailable + 실행 시간을 사용할 수 없음 + + + Existing Database + 기존 데이터베이스 + + + Existing File + 기존 파일 + + + Existing SQL Server + 기존 SQL Server + + + Expand + 확장 + + + Expand All + 모두 확장 + + + Expand Subscription Explorer + 구독 탐색기 펼치기 + + + Expand Workspace Explorer + 작업 영역 탐색기 확장 + + + Expand all groups + 모든 그룹 확장 + + + Expand connection groups + 연결 그룹 확장 + + + Expand connections + 연결 확장 + + + Expand properties pane + 속성 창 확장 + + + Expand selection down + 선택 영역을 아래로 확장 + + + Expand selection left + 선택 영역을 왼쪽으로 확장 + + + Expand selection right + 선택 영역을 오른쪽으로 확장 + + + Expand selection up + 선택 영역을 위로 확장 + + + Expand settings + 설정 펼치기 + + + Expand the active grid to fill the panel + 활성 그리드를 확장하여 패널에 맞춤 + + + Expand {0} + {0} is the category name, e.g. Design + {0} 확장 + + + Expiration + 만료 + + + Explore tutorials, docs, and what's coming next. + 자습서, 문서, 향후 출시될 기능을 살펴보세요. + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + 지능형 코드 우선 또는 데이터 우선 가이드를 활용하여 데이터베이스 스키마를 탐색, 설계 및 발전시키세요. + + + Explorer + Explorer + + + Export + 내보내기 + + + Export & Close + 내보내기 및 닫기 + + + Export BACPAC + BACPAC 내보내기 + + + Export all captured events to a CSV file + 캡처된 모든 이벤트를 CSV 파일로 내보내기 + + + Export all results as INSERT statements + 모든 결과를 INSERT 문으로 내보내기 + + + Export all results to a CSV file + 모든 결과를 CSV 파일로 내보내기 + + + Export all results to a JSON file + 모든 결과를 JSON 파일로 내보내기 + + + Export all results to an Excel file + 모든 결과를 Excel 파일로 내보내기 + + + Export the schema and data from a SQL database to a .bacpac file + SQL 데이터베이스에서 .bacpac 파일로 스키마 및 데이터 내보내기 + + + Export to CSV + CSV로 내보내기 + + + Export to Excel + Excel로 내보내기 + + + Export to JSON + JSON으로 내보내기 + + + Export to PDF + PDF로 내보내기 + + + Export to tab delimited + 탭으로 구분된으로 내보내기 + + + Export to text format + 텍스트 형식으로 내보내기 + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + 결과 집합 {0}의 내보내기 도구 모음 + + + Exporting BACPAC... + BACPAC 내보내는 중... + + + Expose as MCP DML tools + MCP DML 도구로 노출 + + + Expose as MCP custom tool + MCP 사용자 지정 도구로 노출 + + + Expose this entity through GraphQL + GraphQL을 통해 이 엔터티 노출 + + + Expose this entity through REST + REST를 통해 이 엔터티 노출 + + + Expose {0} + {0} is the backing database column name + {0} 노출 + + + Expression + + + + Extend the current selection one cell down + 현재 선택 영역을 아래쪽으로 한 셀 확장 + + + Extend the current selection one cell left + 현재 선택 영역을 왼쪽으로 한 셀 확장 + + + Extend the current selection one cell right + 현재 선택 영역을 오른쪽으로 한 셀 확장 + + + Extend the current selection one cell up + 현재 선택 영역을 위쪽으로 한 셀 확장 + + + Extended Events Log Files + 확장 이벤트 로그 파일 + + + Extension Shortcuts + 확장 바로 가기 + + + Extension and deployment actions + 확장 및 배포 작업 + + + Extract DACPAC + DACPAC 추출 + + + Extract the schema from a SQL database to a .dacpac file + SQL 데이터베이스에서 .dacpac 파일로 스키마 추출 + + + Extracting DACPAC... + DACPAC 추출하는 중... + + + Extremely likely + 가능성이 매우 큼 + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + Fabric API 오류 발생({0}): {1} + + + Fabric Account + Fabric 계정 + + + Fabric Account is required + Fabric 계정이 필요합니다. + + + Fabric Databases + 패브릭 데이터베이스 + + + Fabric Workspaces + Fabric 작업 영역 + + + Fabric databases in Query Profiler + 쿼리 프로파일러의 Fabric 데이터베이스 + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + 패브릭은 현재 클라우드({0})에서 지원되지 않습니다. '{1}' 설정이 올바르게 구성되었는지 확인합니다. + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + 오류 코드 '{0}'의 Fabric 장기 실행 API 오류: {1} + + + Failed + 실패 + + + Failed disposing query: {0} + {0} is the error message + 쿼리 처리를 실패했습니다: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + 계정 ID '{0}'과(와) 테넌트 ID '{1}'의 토큰 가져오기 실패 + + + Failed to add table to schema designer. + 스키마 디자이너에 테이블을 추가하지 못했습니다. + + + Failed to add table. + 테이블을 추가하지 못했습니다. + + + Failed to add text to workspace: {0} + {0} is the error message + 작업 영역에 텍스트를 추가하지 못함: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + 변경 내용을 적용하지 못했습니다. '{0}' + + + Failed to apply schema. + 스키마를 적용하지 못했습니다. + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + 스키마로 이동 변경 내용을 적용하지 못했습니다. 파일이 쓰기 가능한지 확인한 다음 다시 시도하세요. + + + Failed to change database + 데이터베이스를 변경하지 못함 + + + Failed to connect + 연결하지 못함 + + + Failed to connect to database: {0} + {0} is the database name + 데이터베이스 연결 실패: {0} + + + Failed to connect to server + 서버에 연결하지 못했습니다. + + + Failed to connect to server. + 서버에 연결하지 못했습니다. + + + Failed to connect to the selected server. + 선택한 서버에 연결하지 못했습니다. + + + Failed to connect: {0} + {0} is the error message + 연결 실패: {0} + + + Failed to copy script: {0} + {0} is the error message + 스크립트를 복사하지 못함: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + 텍스트를 클립보드에 복사하지 못함: {0} + + + Failed to create a new row: {0} + {0} is the error message + 새 행을 만들지 못함: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + 데이터베이스 '{0}'을(를) 만들지 못 했습니다. {1} + + + Failed to create firewall rule: {0} + {0} is the error message + 방화벽 규칙을 만들지 못했습니다. {0} + + + Failed to create profiler session: {0} + {0} is the error message + Profiler 세션을 만들지 못했습니다. {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + ID가 {0}인 자격 증명을 삭제하지 못했습니다. {1} + + + Failed to delete table from schema designer. + 스키마 디자이너에서 테이블을 삭제하지 못했습니다. + + + Failed to delete table. + 테이블을 삭제하지 못했습니다. + + + Failed to delete {0}. + Failed to delete {0}. + '{0}'을(를) 삭제하지 못했습니다. + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + 데이터베이스 '{0}'을(를) 삭제하지 못 했습니다. {1} + + + Failed to establish connection + 연결을 설정하지 못함 + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + ID가 "{0}"인 연결을 설정하지 못했습니다. 연결 세부 정보와 네트워크 연결을 확인하세요. + + + Failed to export profiler events: {0} + {0} is the error message + 프로파일러 이벤트 내보내기에 실패했습니다. {0} + + + Failed to export results: {0} + {0} is the error message + {0} 결과를 내보내지 못했습니다. + + + Failed to fetch Docker container tags: {0} + Docker 컨테이너 태그를 가져오지 못함: {0} + + + Failed to fetch user tokens. + 사용자 토큰을 가져오지 못했습니다. + + + Failed to generate SqlPackage command: {0} + SqlPackage 명령을 생성하지 못했습니다. {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + 게시 스크립트 '{0}'을(를) 생성하지 못했습니다. + + + Failed to generate script. Please check the logs for more details. + 스크립트를 생성하지 못했습니다. 자세한 내용은 로그를 확인하세요. + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + '{0}' 스크립트를 생성하지 못했습니다. + + + Failed to generate script: {0} + {0} is the error message + 스크립트를 생성하지 못함: {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + 테넌트 '{0} ({1})'에 대한 Fabric 작업 영역을 가져오지 못했습니다. + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + 테넌트 '{0} ({1})'에 대한 Fabric 작업 영역을 가져오지 못했습니다.{2} + + + Failed to get authentication method, please remove and re-add the account. + 인증 방법을 가져오지 못했습니다. 계정을 제거하고 다시 추가하세요. + + + Failed to get connection string: {0} + 연결 문자열을 가져오지 못 함: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + 계정 '{1}'에 대한 테넌트 '{0}'을(를) 가져오지 못했습니다. + + + Failed to import file. + 파일을 가져오지 못했습니다. + + + Failed to launch profiler: {0} + {0} is the error message + Profiler를 시작하지 못했습니다. {0} + + + Failed to list databases + 데이터베이스를 나열하지 못했습니다. + + + Failed to load code analysis rules + 코드 분석 규칙을 로드하지 못함 + + + Failed to load data: {0} + {0} is the error message + 데이터를 로드하지 못함: {0} + + + Failed to load databases + 데이터베이스를 로드하지 못함 + + + Failed to load publish profile + 게시 프로필 로드 실패 + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + 리소스 '{1}'의 토큰을 가져오지 못했습니다. 오류: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + 데이터 편집을 열지 못함: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + 테이블 수정을 열지 못함: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + 스키마 디자이너를 열지 못했습니다. {0} + + + Failed to open Table Designer: {0} + {0} is the error message + 테이블 디자이너를 열지 못했습니다. {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + URL을 열지 못했습니다. 기본 제공 단순 브라우저가 비활성화되어 있을 수 있습니다. + + + Failed to open XEL file: {0} + {0} is the error message + XEL 파일을 열지 못했습니다. {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + scmp 파일을 열지 못했습니다. '{0}' + + + Failed to open script in editor. + 편집기에서 스크립트를 열지 못했습니다. + + + Failed to open script: {0} + {0} is the error message + 스크립트를 열지 못함: {0} + + + Failed to open text in editor: {0} + {0} is the error message + 편집기에서 텍스트를 열지 못했습니다. {0} + + + Failed to pull DAB container image. Please check your network connection. + DAB 컨테이너 이미지를 가져오지 못했습니다. 네트워크 연결을 확인하세요. + + + Failed to pull SQL Server image. Please check your network connection and try again. + SQL Server 이미지를 다운로드하지 못했습니다. 네트워크 연결 상태를 확인하고 다시 시도하세요. + + + Failed to read saved rule overrides from project + 프로젝트에서 저장된 규칙 재정의를 읽지 못함 + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + {1} URI와의 ${0} 연결을 새로 고치지 못했습니다. 잘못된 연결이 발생했습니다. + + + Failed to remove row: {0} + {0} is the error message + 행을 제거하지 못함: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + 데이터베이스 '{0}'의 이름을 '{1}'(으)로 바꾸지 못 했습니다. {2} + + + Failed to resolve the refactor log for this file: {0} + 이 파일에 대한 리팩터링 로그를 해결하지 못했습니다. {0} + + + Failed to revert cell: {0} + {0} is the error message + 셀을 되돌리지 못함: {0} + + + Failed to revert row: {0} + {0} is the error message + 행을 되돌리지 못함: {0} + + + Failed to run table query. + 테이블 쿼리를 실행하지 못했습니다. + + + Failed to run table query: {0} + {0} is the error message + 테이블 쿼리를 실행하지 못함: {0} + + + Failed to save changes: {0} + {0} is the error message + 변경 내용을 저장하지 못함: {0} + + + Failed to save code analysis rules + Code Analysis 규칙을 로드하지 못함 + + + Failed to save publish profile + 게시 프로필 저장 실패 + + + Failed to save results. {0} + {0} is the error message + 결과를 저장하지 못했습니다. {0} + + + Failed to save results: {0} + {0} is the underlying error message + 결과를 저장하지 못함: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + '{0}' scmp 파일을 저장하지 못했습니다. + + + Failed to script object: {0} + {0} is the error message + 개체를 스크립트하지 못함: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + '{0}'을(를) 시작하지 못했습니다. {1} + + + Failed to start DAB container. + 컨테이너를 시작하지 못했습니다. + + + Failed to start DAB container. Please check the Docker logs for details. + 컨테이너를 시작하지 못했습니다. 자세한 내용은 Docker 로그를 확인하세요. + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + SQL Server 컨테이너를 시작하지 못했습니다. 오류 메시지에서 자세한 내용을 확인한 후 다시 시도하세요. + + + Failed to start profiler: {0} + {0} is the error message + 프로파일러 시작 실패: {0} + + + Failed to start query. + 쿼리를 시작하지 못했습니다. + + + Failed to start {0}. + Failed to start {0}. + {0}을(를) 시작하지 못했습니다. + + + Failed to stop and remove DAB container. + DAB 컨테이너를 중지하고 제거하지 못했습니다. + + + Failed to stop {0}. + Failed to stop {0}. + {0}을(를) 중지하지 못했습니다. + + + Failed to update cell: {0} + {0} is the error message + 셀을 업데이트하지 못함: {0} + + + Failed to update schema designer. + 스키마 디자이너를 업데이트하지 못했습니다. + + + Failed to update table in schema designer. + 스키마 디자이너에서 테이블을 업데이트하지 못했습니다. + + + Failed to update table. + 테이블을 업데이트하지 못했습니다. + + + Feedback + 피드백 + + + Fetching {0} script... + {0} is the script type + {0} 스크립트를 가져오는 중... + + + File + 파일 + + + File (Read-Only) + 파일(읽기 전용) + + + File Name + 파일 이름 + + + File already exists. It will be overwritten if you continue + 파일이 이미 있습니다. 계속하면 덮어쓰기됩니다. + + + File imported successfully + 파일을 성공적으로 가져왔습니다. + + + File is required + 파일이 필요함 + + + File name is required + 파일 이름이 필요합니다. + + + File not found + 파일을 찾을 수 없음 + + + File path + 파일 경로 + + + File path is required + 파일 경로가 필요합니다. + + + File to be imported + 가져올 파일 + + + File type + 파일 형식 + + + File: {0} + {0} is the file name + 파일: {0} + + + Files + 파일 + + + Files of Type + 형식의 파일 + + + Filter + 필터 + + + Filter ({0}) + {0} is the number of selected tables + 필터({0}) + + + Filter Azure subscriptions + Azure 구독 필터링 + + + Filter Changes + 변경 내용 필터링 + + + Filter Options + 필터 옵션 + + + Filter Settings + 필터 설정 + + + Filter active + 필터 활성 + + + Filter by keyword + 키워드로 필터링 + + + Filter by name + 이름으로 필터링 + + + Filter by schema + 스키마로 필터링 + + + Filter by severity + 심각도로 필터링 + + + Filter by type + 유형별 필터링 + + + Filter changes + 변경 내용 필터링 + + + Filter entities + 엔터티 필터링 + + + Filter entities... + 엔터티 필터링... + + + Filter events by column values + 열 값으로 이벤트 필터링 + + + Filter for any field... + 모든 필드에 대해 필터링 + + + Filter operator + 필터 연산자 + + + Filter shortcuts + 바로 가기 필터링 + + + Filter value + 필터 값 + + + Filter {0} + 필터 {0} + + + Filter... + 필터... + + + Filter: {0} + {0} is the column name + 필터: {0} + + + Filters + 필터 + + + Find + 찾기 + + + Find Next + 다음 찾기 + + + Find Node + 노드 찾기 + + + Find Nodes + 노드 찾기 + + + Find Previous + 이전 찾기 + + + Finish + 종료 + + + Finished Deployment + 완료된 배포 + + + Finished query execution for document "{0}" + {0} is the document name + 문서 "{0}"에 대한 쿼리 실행을 완료함 + + + Firewall + 방화벽 + + + Firewall rule name + 방화벽 규칙 이름 + + + Firewall rule successfully added. Retry profile creation? + 방화벽 규칙을 추가했습니다. 프로필을 다시 만드시겠습니까? + + + Firewall rule successfully created. + 방화벽 규칙을 만들었습니다. + + + First Page + 첫 페이지 + + + Flat + 플랫 + + + Focus the Messages tab + 메시지 탭에 포커스 이동 + + + Focus the Query Plan tab + 쿼리 계획 탭에 포커스 이동 + + + Focus the Results tab in the query results panel + 쿼리 결과 패널의 결과 탭으로 포커스 이동 + + + Folder Path + 폴더 경로 + + + Folder Structure + 폴더 구조 + + + Folder is required + 폴더가 필요함 + + + Folder path + 폴더 경로 + + + Folder path is required + 폴더 경로가 필요합니다. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + 숫자 데이터의 경우 소수점 오른쪽에 있는 이 데이터베이스 개체에 저장할 수 있는 최대 10진수 수입니다. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + 숫자 데이터의 경우 이 데이터베이스 개체에 저장할 수 있는 최대 자릿수입니다. + + + Force fit columns + 열 강제 맞춤 + + + Foreign Column + 외부 열 + + + Foreign Key + 외래 키 + + + Foreign Key {0} + {0} is the index of the foreign key + 외래 키 {0} + + + Foreign Keys + 외래 키 + + + Foreign Table + 외부 테이블 + + + Foreign key '{0}' already exists + {0} is the foreign key name + 외래 키 '{0}'은(는) 이미 존재합니다. + + + Foreign key column mappings are required. + 외래 키 열 매핑이 필요합니다. + + + Foreign key column mappings must be the same length. + 외래 키 열 매핑은 길이가 같아야 합니다. + + + Foreign keys + 외래 키 + + + Formula + 수식 + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + {0} URI의 보류 중인 다시 연결 프라미스를 찾았으며, 실패했습니다. + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + {0} URI의 보류 중인 다시 연결 프라미스를 찾았으며, 현재 대기 중입니다. + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + 저장된 연결 프로필이 {0}개 발견되었습니다. + + + Free compute & storage + 무료 컴퓨팅 및 스토리지 + + + Free offer applied + 무료 제공 적용됨 + + + Freeze columns + 열 고정 + + + From + Label for the start IP address in the firewall rule IP range + 시작 + + + Full + 전체 + + + Function + 기능 + + + Functions + 함수 + + + General + 일반 + + + General Options + 일반 옵션 + + + General Purpose + 범용 + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + GitHub Copilot 채팅과 에이전트 도구를 통해 자연어로 데이터 API 작성기 구성을 생성하세요. API 요구 사항을 설명하면 GitHub Copilot이 구성을 자동으로 생성해 줍니다. + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + SQL 데이터베이스 개체(테이블)에서 REST, GraphQL, MCP 엔드포인트를 생성하세요. 구성을 수동으로 수정하거나 GitHub Copilot을 통해 업데이트를 계획하고 생성한 다음, Docker로 로컬에 배포할 수 있습니다. + + + Generate Script + 스크립트 생성 + + + Generate mock data and seed scripts to support testing and development environments + 테스트 및 개발 환경을 지원하기 위해 모의 데이터와 시드 스크립트를 생성하세요. + + + Generate script to deploy changes to target + 대상에 변경 내용을 배포하는 스크립트 생성 + + + Generate sqlpackage command + sqlpackage 명령 생성 + + + Generated file added to {0} + {0} is the generated file path + 생성된 파일을 {0}에 추가함 + + + Generating Report. This may take a while... + 보고서를 생성하고 있습니다. 시간이 약간 소요될 수 있습니다... + + + Generating SAS key failed: {0} + {0} is the error message + SAS 키를 생성하지 못했습니다. {0} + + + Generating report, this might take a while... + 보고서를 생성하는 중입니다. 시간이 다소 걸릴 수 있습니다. + + + Generating script... + 스크립트를 생성하는 중... + + + Geo-redundant backup storage + 지역 중복 백업 스토리지 + + + Get Connection Details + 연결 세부 정보 + + + Get Started + 시작하기 + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + '{0}' 연결에 대한 세부 정보를 가져오시겠습니까(ID: {1})? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + SQL 주입이나 과도한 권한 방지 같은 보안 관련 권장 사항을 받으세요. + + + Getting Docker Ready... + Docker 준비 중... + + + Getting Fabric database '{0}' + {0} is the database ID + Fabric 데이터베이스 '{0}'을(를) 가져오는 중입니다. + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + 패브릭 작업 영역 '{0}'을(를) 가져오는 중 + + + Getting Started + 시작 + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + '{0}' 연결에 대한 세부 정보를 가져오는 중(ID: {1}) + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + 작업 영역 '{1}'의 SQL 엔드포인트 '{0}'에 대한 연결 문자열을 가져오는 중 + + + Getting container ready for connections + 컨테이너 연결 준비 중 + + + Getting definition ... + 정의를 가져오는 중... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot - VS Code 연습 + + + GitHub Copilot integration in Data API builder + 데이터 API 작성기의 GitHub Copilot 통합 + + + GitHub Copilot survey + GitHub Copilot 설문 조사 + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + 도구 사용 매개 변수가 잘못됨: "{0}". ({1}) + + + GraphQL + GraphQL + + + Greater Than + 보다 큼 + + + Greater Than or Equals + 크거나 같음 + + + Greater than + 다음보다 큼 + + + Greater than or equal to + 보다 크거나 같음 + + + Grid View + 약식 표 보기 + + + Group by + 그룹화 기준 + + + Group differences by + 차이점 그룹화 기준 + + + Help + 도움말 + + + Help us improve by sharing your thoughts. + 여러분의 생각을 공유해 주세요. 더 나아질 수 있도록 도와주세요. + + + Hide Changes + 변경 내용 숨기기 + + + Hide Changes Highlight + 변경 내용 숨기기 강조 표시 + + + Hide Confirm Password + 암호 확인 숨기기 + + + Hide Definition + 정의 숨기기 + + + Hide New Password + 새 암호 숨기기 + + + Hide SQL Pane + SQL 창 숨기기 + + + Hide column + 열 숨기기 + + + Hide full error message + 전체 오류 메시지 숨기기 + + + Hide password + 암호 숨기기 + + + Hide this panel + 이 패널 숨기기 + + + Highlight Changes + 변경 내용 강조 표시 + + + Highlight Expensive Operation + 비용이 많이 드는 작업 강조 표시 + + + Highlights + 하이라이트 + + + Hostname + 호스트 이름 + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + 친구나 동료에게 MSSQL 확장을 추천할 가능성이 얼마나 되나요? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + 친구나 동료에게 {0}을(를) 추천할 가능성이 얼마나 되나요? + + + How many tables are in this database? + 이 데이터베이스에 테이블이 몇 개나 있나요? + + + Hue + 색상 + + + I have read the summary and understand the potential risks. + 요약을 읽고 잠재적인 위험을 이해했습니다. + + + I understand this action is permanent and irreversible + 이 작업은 영구적이며 되돌릴 수 없음을 이해합니다. + + + I'm sorry, I can only assist with SQL-related questions. + 죄송합니다. SQL 관련 질문만 도와드릴 수 있습니다. + + + IP address range + IP 주소 범위 + + + Identity + ID + + + Ignore Options + 옵션 무시 + + + Ignore Tenant + 테넌트 무시 + + + Image tag + 이미지 태그 + + + Import BACPAC + BACPAC 가져오기 + + + Import Data + 데이터 가져오기 + + + Import File + 파일 가져오기 + + + Import Flat File + 플랫 파일 가져오기 + + + Import Information + 정보 가져오기 + + + Import New File + 새 파일 가져오기 + + + Import Status + 가져오기 상태 + + + Import a .bacpac file to a new or empty database + .bacpac 파일을 새 데이터베이스 또는 빈 데이터베이스로 가져오기 + + + Import anyway + 그래도 가져오기 + + + Import complete. You can close this dialog. + 가져오기가 완료되었습니다. 이 대화 상자를 닫을 수 있습니다. + + + Import connection configuration settings from Azure Data Studio + Azure Data Studio에서 연결 구성 설정을 가져오세요. + + + Import failed: {0} + {0} is the error message returned from the import helper. + 가져오기 실패: {0} + + + Import file is required + 파일 가져오기는 필수 항목임 + + + Import from Azure Data Studio + Azure Data Studio에서 가져오기 + + + Import selected + 선택한 항목 가져오기 + + + Importance + 중요도 + + + Importing BACPAC... + BACPAC 가져오는 중... + + + Importing data... + 데이터를 가져오는 중... + + + Importing selections + 선택 항목 가져오기 + + + In + 포함 + + + In case you missed it + 누락된 경우 + + + In progress + 진행 중 + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + 데이터 API 작성기 환경에서 로컬 컨테이너 배포는 SQL 인증을 사용하는 연결에만 사용할 수 있습니다. 현재 연결 유형은 지원되지 않습니다. + + + Include + 포함 + + + Include Object Types + 개체 유형 포함 + + + Include all columns + 모든 열 포함 + + + Include all object types + 모든 개체 유형 포함 + + + Incomplete or orphaned connections + 불완전하거나 분리된 연결 + + + Index + 인덱스 + + + Indexes + 인덱스 + + + Initializing DAB configuration... + DAB 구성을 초기화하는 중... + + + Initializing comparison, this might take a while... + 비교를 초기화하는 중입니다. 다소 시간이 걸릴 수 있습니다... + + + Insert + 삽입 + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + {arg}을(를) 사용하여 선택한 쿼리 편집기 텍스트를 삽입합니다. 자리 표시자를 사용하지 않으면 선택한 텍스트가 쿼리의 끝에 자동으로 추가됩니다. + + + Install Docker + Docker 설치 + + + Install the MSSQL Database Management Keymap extension + MSSQL 데이터베이스 관리 키맵 확장 기능 설치 + + + Instant Container Setup + 인스턴트 컨테이너 설정 + + + Insufficient Workspace Permissions + 작업 영역 사용 권한 부족 + + + Integrated + 통합 + + + Integrated & secure + 통합 및 보안 + + + Invalid Firewall rule name + 잘못된 방화벽 규칙 이름 + + + Invalid IP Address + 잘못된 IP 주소 + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + {0}에 대한 SQL Server 암호가 잘못되었습니다. 암호는 8~128자여야 하며 복잡성 요구 사항을 충족해야 합니다. 자세한 내용은 https://docs.microsoft.com/sql/relational-databases/security/password-policy를 참고하세요. + + + Invalid column reference. Use either id OR name. + 열 참조가 잘못되었습니다. ID 또는 이름을 사용하세요. + + + Invalid column width + 잘못된 열 너비 + + + Invalid connection URI provided. + 잘못된 연결 URI가 제공되었습니다. + + + Invalid connection string: {0} + 잘못된 연결 문자열: {0} + + + Invalid database + 잘못된 데이터베이스 + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + 엔터티 참조가 잘못되었습니다. ID 또는 schemaName+tableName 또는 schemaName+sourceName+sourceType을 사용하세요. + + + Invalid file + 잘못된 파일 + + + Invalid file extension. Expected .dacpac or .bacpac + 파일 확장명이 잘못되었습니다. .dacpac 또는 .bacpac 파일이어야 합니다. + + + Invalid foreign key. + 잘못된 외래 키입니다. + + + Invalid max length '{0}' + {0} is the max length + 유효하지 않은 최대 길이 '{0}' + + + Invalid table payload. Expected table with columns array. + 잘못된 테이블 페이로드입니다. 열 배열이 포함된 테이블이어야 합니다. + + + Invalid table type + 잘못된 테이블 형식 + + + Is Computed + 계산 여부 + + + Is Identity + ID입니다 + + + Is Ledger Database + 원장 데이터베이스임 + + + Is Not Null + Null이 아님 + + + Is Null + Null임 + + + Is Persisted + 지속형 여부 + + + Issues ({0}) + {0} is the number of issues + 문제({0}개) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + 토론에 참여 + + + Keep in query pane + 쿼리 창에 유지 + + + Key + + + + Keybinding + 키 바인딩 + + + Keyboard Shortcuts editor + 키보드 바로 가기 편집기 + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + 토큰 캐시용 키를 자격 증명 저장소에 저장할 수 없습니다. 이로 인해 Microsoft Entra ID 액세스 토큰 지속성 문제 및 연결이 불안정해질 수 있습니다. SqlTools가 Windows의 자격 증명 저장 한도에 도달했을 가능성이 높습니다. Windows 자격 증명 관리자에서 "Microsoft.SqlTools|"로 시작하는 자격 증명을 2개 이상 지우고 다시 로드하세요. + + + LRS + LRS + + + LRS backup (locally redundant) + LRS 백업(로컬 중복) + + + Last Page + 마지막 페이지 + + + Learn More + 자세한 정보 + + + Learn more + 자세한 정보 + + + Learn more about Azure SQL Database free tier + Azure SQL Database 무료 계층에 대한 자세한 정보 + + + Learn more about SQL Server 2025 features + SQL Server 2025 기능에 대한 자세한 정보 + + + Leave the source database in the restoring state + 원본 데이터베이스를 복원 중 상태로 유지 + + + Length + 길이 + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + 길이 불일치: '{0}' 열({1})이 '{2}' 열({3})과 호환되지 않습니다. + + + Less Than + 보다 작음 + + + Less Than or Equals + 작거나 같음 + + + Less than + 다음보다 작음 + + + Less than or equal to + 보다 작거나 같음 + + + Line {0} + {0} is the line number + 선 {0} + + + Link copied to clipboard + 링크를 클립보드에 복사함 + + + List Connections + 연결 표시 + + + List Databases + 데이터베이스 목록 + + + List Functions + 함수 목록 + + + List Schemas + 스키마 목록 + + + List Tables + 테이블 목록 + + + List Views + 보기 목록 + + + List all connections registered with the mssql extension? + mssql 확장에 등록된 모든 연결을 나열하시겠습니까? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + '{0}' 연결에 대한 데이터베이스를 나열하시겠습니까(ID: {1})? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'에 대한 함수를 나열하시겠습니까(ID: {1})? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'의 스키마를 나열하시겠습니까(ID: {1})? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'의 테이블을 나열하시겠습니까(ID: {1})? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'의 보기를 나열하시겠습니까(ID: {1})? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + 작업 영역 '{0}'의 Fabric SQL 데이터베이스를 나열하는 중 + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + 작업 영역 '{0}'의 Fabric SQL 엔드포인트 나열하는 중 + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + 작업 영역 '{0}'의 Fabric Warehouse를 나열하는 중 + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + 테넌트 '{0}'의 Fabric 용량을 나열하는 중 + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + 테넌트 '{0}'의 Fabric 작업 영역을 나열하는 중입니다. + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + '{0}' 연결에 대한 데이터베이스를 나열하는 중(ID: {1}) + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'에 대한 함수를 나열하는 중(ID: {1}) + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + 작업 영역 '${workspaceId}'에 대한 역할 할당을 나열하는 중입니다. + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'에 대한 스키마를 나열하는 중(ID: {1}) + + + Listing server connections + 서버 연결을 나열하는 중 + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'의 테이블을 나열하는 중(ID: {1}) + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'에 대한 보기를 나열하는 중(ID: {1}) + + + Load + 로드 + + + Load from Connection String + 연결 문자열에서 로드 + + + Load profile... + 프로필 로드... + + + Load source, target, and options saved in an .scmp file + .scmp 파일에 저장된 원본, 대상 및 옵션 로드 + + + Loading + 로드하는 중 + + + Loading Azure Accounts + Azure 계정을 로드 중 + + + Loading Azure SQL Database... + Azure SQL Database를 로드하는 중... + + + Loading Azure accounts + Azure 계정 로드 + + + Loading Fabric Accounts + Fabric 계정을 로드하는 중 + + + Loading Fabric provisioning... + Fabric 프로비전을 로드하는 중... + + + Loading Report + 보고서 로드 중 + + + Loading Schema Designer + 스키마 디자이너 모델을 로드하는 중 + + + Loading Schema Designer Model... + 스키마 디자이너 모델을 로드하는 중... + + + Loading Table Designer + 테이블 디자이너 로드 중 + + + Loading XEL file: {0} + {0} is the file name + XEL 파일 로드 중: {0} + + + Loading backup database... + 백업 데이터베이스를 로드하는 중... + + + Loading code analysis rules... + 코드 분석 규칙 로드 중... + + + Loading collations... + 데이터 정렬을 로드하는 중... + + + Loading database objects + 데이터베이스 개체 로드 중 + + + Loading databases in '{0}'... + {0} is the name of the workspace + '{0}'에서 데이터베이스를 로드하는 중... + + + Loading databases in selected workspace... + 선택한 작업 영역에서 데이터베이스를 로드하는 중... + + + Loading deployment + 배포를 로드하는 중 + + + Loading execution plan... + 실행 계획을 로드하는 중... + + + Loading flat file import... + 플랫 파일 가져오기 로드 중... + + + Loading local containers... + 로컬 컨테이너를 로드하는 중... + + + Loading locations + 위치를 로드하는 중 + + + Loading maintenance windows... + 유지 관리 기간을 로드하는 중... + + + Loading resource groups + 리소스 그룹 로드 중 + + + Loading restore database... + 데이터베이스 복원을 불러오는 중... + + + Loading restore plan... + 복원 계획을 로드하는 중... + + + Loading results... + 결과를 로드하는 중... + + + Loading schemas... + 스키마 로드 중... + + + Loading servers + 서버를 로드하는 중 + + + Loading servers in '{0}'... + {0} is the name of the subscription + '{0}'에서 서버를 로드하는 중... + + + Loading servers in selected subscription... + 선택한 구독에서 서버를 로드하는 중... + + + Loading subscriptions + 구독을 로드하는 중 + + + Loading subscriptions... + 구독을 로드하는 중... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + {0}행 요약 로드 중 (취소하려면 클릭) + + + Loading table data... + 테이블 데이터를 로드하는 중... + + + Loading table preview... + 테이블 미리 보기를 로드하는 중... + + + Loading tenants + 테넌트를 로드하는 중 + + + Loading tenants... + 테넌트를 로드하는 중... + + + Loading text view... + 텍스트 뷰 로드 중... + + + Loading workspaces + 작업 영역 로드 중 + + + Loading workspaces... + 작업 영역 로드 중... + + + Loading... + 로드 중... + + + Local Container Deployment + 로컬 컨테이너 배포 + + + Local SQL Server database container + 로컬 SQL Server 데이터베이스 컨테이너 + + + Local container deployment is currently only supported with SQL Authentication connections. + 로컬 컨테이너 배포는 현재 SQL 인증 연결에서만 지원됩니다. + + + Locally-redundant backup storage + 로컬 중복 백업 스토리지 + + + Locate an Azure Data Studio settings.json file to import + 가져올 Azure Data Studio settings.json 파일 찾기 + + + Location + 위치 + + + Location (Workspace) + 위치(작업 영역) + + + Location of the file to be imported + 가져올 파일의 위치 + + + Log file folder + 로그 파일 폴더 + + + Logical file name + 논리적 파일 이름 + + + Logical operator + 논리 연산자 + + + Logs + 로그 + + + Logs copied to clipboard + 클립보드에 로그 복사됨 + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + 쿼리를 실행할 때 사용하는 F5 같은 Azure Data Studio 키 바인딩을 찾고 계신가요? + + + MCP + MCP + + + MCP custom tool + MCP 사용자 지정 도구 + + + MCP server added to {0} + {0} is the file path where the MCP server was added + MCP 서버가 {0}에 추가됨 + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + MCP 서버가 {0}에 이미 구성되어 있습니다. + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL - Azure Auth Logs + + + MSSQL - VS Code walkthrough + MSSQL - VS Code 연습 + + + MSSQL Feedback + MSSQL 피드백 + + + MSSQL Notebook connected to {0} + {0} is the connection label + {0}에 연결된 MSSQL Notebook + + + MSSQL extension icon + MSSQL 확장 아이콘 + + + MSSQL: Click to change connection + MSSQL: 연결을 변경하려면 클릭하세요. + + + MSSQL: Click to change database + MSSQL: 데이터베이스를 변경하려면 클릭 + + + MSSQL: Welcome & What's New + MSSQL: 시작 및 새로운 기능 + + + MSSQL: What's new + MSSQL: 새로운 기능 + + + Maintenance Window + 유지 관리 기간 + + + Make everything read-only + 모든 항목을 읽기 전용으로 설정 + + + Manage Connection Profiles + 연결 프로필 관리 + + + Manage relationships + 관계 관리 + + + Mandatory (Recommended) + 필수(권장) + + + Mandatory (True) + 필수(True) + + + Max + 최대 + + + Max 10 databases / subscription + 최대 10개의 데이터베이스/구독 + + + Max Length + 최대 길이 + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + 필터링/정렬에 대한 최대 행 수가 초과되었습니다. 업데이트하려면 사용자 설정으로 이동하여 'mssql.resultsGrid.inMemoryDataProcessingThreshold' 설정을 변경할 수 있습니다. + + + Max vCores + 최대 vCore + + + Max: {0} + {0} is the max + 최대: {0} + + + Maximize + 최대화 + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + 최대화({0}) + + + Maximize Panel Size + 패널 크기 최대화 + + + Maximize details panel + 세부 정보 패널 최대화 + + + Maximize panel size + 패널 크기 최대화 + + + Maximize results grid + 결과 그리드 최대화 + + + Media + 미디어 + + + Media set description is required + 미디어 세트 설명이 필요합니다. + + + Media set name is required + 미디어 세트 이름이 필요합니다. + + + Message + 메시지 + + + Messages + 메시지 + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + 메시지({0}) + + + Metric + 메트릭 + + + Microsoft Account + Microsoft 계정 + + + Microsoft Account is required + Microsoft 계정이 필요합니다. + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Microsoft Entra 계정 + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Microsoft Entra ID - 기본값 + + + Microsoft Entra Id - Service Principal + Microsoft Entra ID - 서비스 주체 + + + Microsoft Entra Id - Universal w/ MFA Support + Microsoft Entra ID - MFA 지원 포함 유니버설 + + + Microsoft Entra account {0} successfully added. + {0} is the account name + Microsoft Entra 계정 {0}이(가) 추가되었습니다. + + + Microsoft Fabric integration + Microsoft Fabric 통합 + + + Microsoft SQL Server License Agreement + Microsoft SQL Server 라이선스 계약 + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Microsoft는 사용자의 피드백을 검토하여 제품 개선 과정에 반영합니다. 개인 데이터나 기밀/독점 콘텐츠는 공유하지 마세요. + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Microsoft는 귀하와 조직의 이 제품 사용 환경을 개선하기 위해 조직의 지침에 따라 귀하가 제출한 피드백을 처리합니다. 피드백 데이터 사용과 관련하여 질문이 있는 경우 테넌트 관리자에게 문의하세요. 피드백 데이터 처리는 귀하 조직과 Microsoft 간의 Microsoft 제품 및 서비스 데이터 보호 추록의 적용을 받으며, 제출하는 피드백은 해당 추록에 따라 개인 데이터로 간주됩니다. + + + Microsoft would like your feedback + Microsoft는 여러분의 의견을 기다리고 있습니다. + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + 저장된 연결, 연결 그룹 및 연결 설정을 Azure Data Studio에서 MSSQL 확장 프로그램으로 마이그레이션합니다. 또한 MSSQL 데이터 관리 키맵을 설치해 Azure Data Studio의 익숙한 단축키를 사용할 수 있습니다. + + + Min + 최소 + + + Min: {0} + {0} is the min + 최소: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + 연결 참조가 없습니다. connectionId 또는 connectionName 중 반드시 하나만 제공하세요. + + + Missing schema payload for replace_schema operation. + replace_schema 작업에 필요한 스키마 페이로드가 없습니다. + + + Missing table payload for update_table operation. + update_table 작업에 필요한 테이블 데이터가 없습니다. + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + delete_table 작업에 필요한 테이블 대상이 없습니다. tableId 또는 tableName+schemaName을 제공해 주세요. + + + Modified + 수정됨 + + + Modified column '{0}' + {0} is the column name + 열 '{0}' 수정됨 + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + 열 '{0}' 수정됨: {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + 외래 키 '{0}' 수정됨 + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + 외래 키 '{0}' 수정됨: {1} + + + Modified table {0} + {0} is the qualified table name + 테이블 {0} 수정됨 + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + 테이블 {0} 수정됨: {1} + + + Modify Columns + 열 수정 + + + Modify Table + 테이블 수정 + + + Monitor usage and manage your free tier limits + 사용량을 모니터링하고 무료 계층 한도 관리 + + + Monthly limits + 월간 한도 + + + More Query Actions + 추가 쿼리 작업 + + + Move Down + 아래로 이동 + + + Move Up + 위로 이동 + + + Move and expand the active grid selection + 활성 그리드의 선택 영역을 이동하고 확장 + + + Move focus to the next result set grid + 다음 결과 집합 그리드로 포커스 이동 + + + Move focus to the previous result set grid + 이전 결과 집합 그리드로 포커스 이동 + + + Move selection to the first cell in the row + 선택 영역을 행의 첫 번째 셀로 이동 + + + Move selection to the last cell in the row + 선택 영역을 행의 마지막 셀로 이동 + + + Move to Root + 루트로 이동 + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + 스키마로 이동은 열려 있는 SQL 프로젝트에 포함된 SQL 파일에서만 지원됩니다. 먼저 [데이터베이스 프로젝트] 패널에서 프로젝트를 여세요. + + + Move to Schema request failed: {0} + 스키마로 이동 요청 실패: {0} + + + Move to Schema... + 스키마로 이동... + + + Move to row end + 행 끝으로 이동 + + + Move to row start + 행 시작으로 이동 + + + Move to schema '{0}' + 스키마로 '{0}'(으)로 이동 + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + ID가 '{0}'인 연결 그룹을 여러 개 찾았습니다. 사용자/전역 settings.json에서 하나를 제외한 모든 항목을 삭제하거나 이름을 바꾼 다음 확장을 다시 시작합니다. + + + Must be a valid number + 유효한 숫자여야 합니다. + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + 영숫자로 시작하고 영숫자, 밑줄, 마침표 또는 하이픈만 포함해야 합니다. + + + Mutation + 변형 + + + MyProfilerSession + MyProfilerSession + + + NULL + NULL + + + Name + 이름 + + + Name for the Docker container running DAB + DAB를 실행하는 Docker 컨테이너 이름 + + + Name of the primary key. + 기본 키의 이름입니다. + + + Navigate to this item in the diagram + 다이어그램에서 이 항목으로 이동 + + + Navigation + 탐색 레이아웃 + + + Needs attention + 주의 필요 + + + New Azure SQL logical server (Preview) + 새 Azure SQL 논리 서버(미리 보기) + + + New Check Constraint + 새 CHECK 제약 조건 + + + New Column + 새 열 + + + New Column Mapping + 새 열 매핑 + + + New Database + 새 데이터베이스 + + + New Database Name + 새 데이터베이스 이름 + + + New Deployment + 새 배포 + + + New File + 새 파일 + + + New Foreign Key + 새 외래 키 + + + New Index + 새 인덱스 + + + New Local Docker SQL Server + 새 로컬 Docker SQL Server + + + New Microsoft Entra account could not be added. + 새 Microsoft Entra 계정을 추가할 수 없습니다. + + + New Password + 새 암호 + + + New Query + 새 쿼리 + + + New Query Profiler - Enter Name + 새 쿼리 프로파일러 - 이름 입력 + + + New Query Profiler - Select Template + 새 쿼리 프로파일러 - 템플릿 선택 + + + New SQL database + 새 SQL 데이터베이스 + + + New Session + 새 세션 + + + New Table Name + 새 테이블 이름 + + + New column mapping + 새 열 매핑 + + + New database name must be different from the current name + 새 데이터베이스 이름은 현재 이름과 달라야 합니다 + + + New media set description + 새 미디어 세트 설명 + + + New media set name + 새 미디어 세트 이름 + + + New to MSSQL extension? Check out our quick-start guide. + MSSQL 확장을 처음 사용하시나요? 빠른 시작 가이드를 확인해 보세요. + + + New to the MSSQL extension? Check out our quick-start guide. + MSSQL 확장을 처음 사용하시나요? 빠른 시작 가이드를 확인해 보세요. + + + Next + 다음 + + + Next Page + 다음 페이지 + + + Next result grid + 다음 결과 그리드 + + + No + 아니요 + + + No Action + 작업 없음 + + + No Azure accounts found + Azure 계정을 찾을 수 없음 + + + No Microsoft Entra account can be found for removal. + 제거할 Microsoft Entra 계정을 찾을 수 없습니다. + + + No Queries Available + 사용 가능한 쿼리 없음 + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + connectionName: {0}에 대한 SQL Tools MCP 연결을 찾을 수 없음 + + + No account selected + 계정이 선택되지 않음 + + + No active connection + 활성 연결 없음 + + + No active connection for database change + 데이터베이스 변경에 대한 활성 연결 없음 + + + No active connection for schema view + 스키마 뷰에 대한 활성 연결이 없습니다. + + + No active connection. + 활성 연결이 없습니다. + + + No active database connection in the current editor. Please establish a connection to continue. + 현재 편집기에서 활성 데이터베이스 연결이 없습니다. 계속하려면 연결을 설정하세요. + + + No active notebook. + 활성 전자 필기장이 없습니다. + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + 활성 스키마 디자이너를 찾을 수 없습니다. 먼저 mssql_dab에서 'show' 작업으로 데이터 API 작성기를 열거나 UI에서 열어주세요. + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + 활성 스키마 디자이너를 찾을 수 없습니다. 먼저 mssql_schema_designer에서 'show' 작업으로 하나를 열거나, UI에서 열어주세요. + + + No active text editor found. Please open a file with an active database connection. + 활성 텍스트 편집기를 찾을 수 없습니다. 활성 데이터베이스 연결이 있는 파일을 여세요. + + + No authentication required + 인증이 필요하지 않음 + + + No background tasks + 백그라운드 작업 없음 + + + No backup sets found in the restore plan + 복원 계획에 백업 세트가 없습니다. + + + No blob containers found + Blob 컨테이너를 찾을 수 없음 + + + No blobs found + Blob이 없습니다. + + + No changes detected + 변경 내용이 없습니다. + + + No changes match your search. + 검색과 일치하는 변경 내용이 없습니다. + + + No changes yet. + 아직 변경되지 않았습니다. + + + No code analysis rules available. + 사용할 수 있는 코드 분석 규칙이 없습니다. + + + No connection credentials found + 자격 증명을 찾을 수 없음 + + + No connection found for connectionId: {0} + {0} is the connection ID + connectionId {0}에 대한 연결을 찾을 수 없습니다. + + + No connection groups were found in the file. + 파일에서 연결 그룹을 찾을 수 없습니다. + + + No connection information found + 연결 정보를 찾을 수 없음 + + + No connection profiles to edit. + 편집할 연결 프로필이 없습니다. + + + No connection profiles to remove. + 제거할 연결 프로필이 없습니다. + + + No connection selected. + 선택한 연결이 없습니다. + + + No connection was found. Please connect to a server first. + 연결을 찾을 수 없습니다. 먼저 서버에 연결하세요. + + + No connections available. Please create a connection first. + 사용할 수 있는 연결이 없습니다. 먼저 연결을 만드세요. + + + No connections were found in the file. + 파일에서 연결을 찾을 수 없습니다. + + + No customized settings found + 사용자 지정 설정을 찾을 수 없습니다. + + + No customized settings found in Azure Data Studio + Azure Data Studio에서 사용자 지정 설정을 찾을 수 없습니다. + + + No data available + 사용 가능한 데이터 없음 + + + No data to display. + 표시할 데이터가 없습니다. + + + No database files found in the restore plan + 복원 계획에서 데이터베이스 파일을 찾을 수 없습니다. + + + No database selected. + 선택된 데이타베이스가 없습니다. + + + No databases found in the selected workspace. + 선택한 작업 영역에서 데이터베이스를 찾을 수 없습니다. + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + '{0}' 작업 영역에서 데이터베이스를 찾을 수 없습니다. + + + No databases found on the server. Please check your connection. + 서버에서 데이터베이스를 찾을 수 없습니다. 연결을 확인하세요. + + + No databases found to import into. + 정보를 가져올 데이터베이스를 찾을 수 없습니다. + + + No databases with backups found + 백업이 있는 데이터베이스를 찾을 수 없음 + + + No elements found + 찾은 요소 없음 + + + No entities found + 엔터티를 찾을 수 없음 + + + No event selected + 선택한 이벤트가 없음 + + + No events to export + 내보낼 이벤트가 없습니다. + + + No filter is currently active + 현재 활성화된 필터가 없습니다. + + + No items + 항목 없음 + + + No log entries yet. + 아직 로그 항목이 없습니다. + + + No matches found + 일치하는 항목을 찾을 수 없음 + + + No matching shortcuts + 일치하는 바로 가기 없음 + + + No model found. + 모델을 찾을 수 없습니다. + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + {1} URI와의 {0} 연결에 대한 Microsoft Entra 계정 토큰을 새로 고치지 않아도 됩니다. + + + No object that can be moved to another schema was found at the cursor. + 커서 위치에서 다른 스키마로 이동할 수 있는 개체를 찾을 수 없습니다. + + + No objects found + 개체를 찾을 수 없음 + + + No pending changes. Make edits to generate a script. + 보류 중인 변경 내용이 없습니다. 스크립트를 생성하도록 편집합니다. + + + No profiler connection available + Profiler 연결을 사용할 수 없음 + + + No profiler templates available + 사용할 수 있는 Profiler 템플릿 없음 + + + No property changes available. + 사용할 수 있는 속성 변경 내용이 없습니다. + + + No query set + 쿼리 세트 없음 + + + No renameable symbol found at cursor. + 커서 위치에서 이름을 바꿀 수 있는 기호를 찾을 수 없습니다. + + + No resource groups found + 리소스 그룹을 찾을 수 없습니다. + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + 현재 클라우드 '{0}'에 대해 '{1}' 형식의 리소스가 구성되어 있지 않습니다. Azure 계정 설정을 업데이트하세요. + + + No results + 결과 없음 + + + No results for the active editor + 활성 편집기에 대한 결과 없음 + + + No results match the current filters + 현재 필터와 일치하는 결과가 없습니다. + + + No results to display + 표시할 결과가 없음 + + + No rows affected + 영향 받는 행 없음 + + + No rules match the current filter. + 현재 필터에 맞는 규칙이 없습니다. + + + No saved connection profiles found. + 저장된 연결 프로필을 찾을 수 없습니다. + + + No saved connections found. Please create a connection first. + 저장된 연결 없음 먼저 연결을 만드세요. + + + No schema differences were found. + 스키마 차이를 찾을 수 없습니다. + + + No schemas found + 스키마를 찾을 수 없음 + + + No schemas were found in the project. + 프로젝트에서 스키마를 찾을 수 없습니다. + + + No script available. Make changes to the table data and generate a script first. + 사용할 수 있는 스크립트가 없습니다. 먼저 테이블 데이터를 변경한 후 스크립트를 생성하세요. + + + No script generated. + 스크립트가 생성되지 않음 + + + No selection + 선택 항목 없음 + + + No servers found + 서버를 찾을 수 없음 + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + 구독 '{0}'에서 서버를 찾을 수 없습니다. + + + No servers found in the selected subscription. + 선택한 구독에서 서버를 찾을 수 없습니다. + + + No shortcut + 바로 가기 없음 + + + No storage accounts found + 스토리지 계정을 찾을 수 없습니다. + + + No subscriptions found + 구독을 찾을 수 없음 + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + 구독을 찾을 수 없습니다. 사용 가능한 구독을 보려면 Azure 계정 또는 테넌트를 변경하세요. + + + No templates available + 사용할 수 있는 템플릿이 없습니다. + + + No tenant selected + 선택한 테넌트 없음 + + + No tenants are currently signed in. + 현재 로그인된 테넌트가 없습니다. + + + No tenants found + 테넌트가 없음 + + + No text data available + 텍스트 데이터를 사용할 수 없습니다. + + + No tools to process. + 처리할 도구가 없습니다. + + + No workspace folder is open. Open a folder to add the MCP server configuration. + 작업 영역 폴더가 열려 있지 않습니다. 폴더를 열어 MCP 서버 구성을 추가하세요. + + + No workspace folder is open. Open a folder to add the generated file. + 열려 있는 작업 영역 폴더가 없습니다. 폴더를 열어 생성된 파일을 추가하세요. + + + No workspaces found + 작업 영역을 찾을 수 없음 + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + 작업 영역을 찾을 수 없습니다. 사용 가능한 작업 영역을 보려면 Fabric 계정이나 테넌트를 변경하세요. + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + SQL Server 않은 SQL 파일이 검색되었습니다. 이러한 파일에 대해 IntelliSense를 사용하지 않도록 설정하시겠습니까? + + + None + 없음 + + + None (empty database) + 없음(빈 데이터베이스) + + + Not Between + 사이에 있지 않음 + + + Not Contains + 포함하지 않음 + + + Not Ends With + 다음으로 끝나지 않음 + + + Not Equals + 같지 않음 + + + Not Started + 시작되지 않음 + + + Not Starts With + 다음으로 시작하지 않음 + + + Not available for read-only file sessions + 읽기 전용 파일 세션에서는 사용할 수 없습니다. + + + Not connected + 연결되지 않음 + + + Not contains + 포함하지 않음 + + + Not currently signed in. Select to sign in to tenant. + 현재 로그인되어 있지 않습니다. 테넌트에 로그인하려면 선택하세요. + + + Not equal to + 같지 않음 + + + Not likely at all + 전혀 가능성이 없음 + + + Not running + 실행 중 아님 + + + Not signed in + 로그인되지 않음 + + + Not signed into tenant {0} + {0} is the tenant display name + 테넌트 {0}에 로그인되지 않음 + + + Not started + 시작되지 않음 + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + 참고: 자체 서명된 인증서는 제한된 보호만 제공하며 프로덕션 환경에 권장되는 방법은 아닙니다. 이 연결에서 '서버 인증서 신뢰'를 사용하도록 설정하고 다시 시도하시겠습니까? + + + Null + Null + + + Null Count: {0} + {0} is the null count + Null 개수: {0} + + + Number of Rows Read + 읽은 행 수 + + + OK + 확인 + + + OLTP, built on Azure SQL + OLTP, Azure SQL 기반 + + + Object Explorer Filter + 개체 탐색기 필터 + + + Object Type + 개체 유형 + + + Object Types + 개체 유형 + + + Object type + 개체 유형 + + + Off + 끄기 + + + On Delete + 삭제 시 + + + On Delete Action + 삭제 시 작업 + + + On Update + 업데이트 시 + + + On Update Action + 업데이트 작업 시 + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + 하나 이상의 연결 그룹이 존재하지 않고 무시된 부모 그룹을 참조합니다. {0}. 이러한 항목을 수정하려면 설정 파일을 업데이트하세요. + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + 존재하지 않고 무시된 하나 이상의 연결 참조 그룹: {0}. 이러한 항목을 수정하려면 연결 설정을 업데이트하세요. + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + 엔터티 하나 이상에 현재 데이터 API 작성기에서 지원하지 않는 열 형식이 포함되어 있습니다. 이 엔터티들은 배포 대상으로 선택할 수 없습니다. + + + Open + 열기 + + + Open .scmp file + .scmp 파일 열기 + + + Open Containing Folder + 상위 폴더 열기 + + + Open File + 파일 열기 + + + Open GitHub Copilot Chat to help fix these errors + GitHub Copilot Chat을 열어 이 오류를 해결하는 데 도움을 받으세요. + + + Open Keyboard Shortcuts editor. + 키보드 바로 가기 편집기를 엽니다. + + + Open Nitro + Nitro 열기 + + + Open Publish Script + 게시 스크립트 열기 + + + Open Query + 쿼리 열기 + + + Open Query History + 쿼리 기록 열기 + + + Open SQL editor and connect + SQL 편집기 열기 및 연결 + + + Open XML + XML 열기 + + + Open a new SQL query file + 새 SQL 쿼리 파일 열기 + + + Open a new bug + 새 버그 열기 + + + Open column menu + 열 메뉴 열기 + + + Open filter menu + 필터 메뉴 열기 + + + Open in Editor + 편집기에서 열기 + + + Open in GitHub Copilot Chat + GitHub Copilot Chat에서 열기 + + + Open in New Tab + 새 탭에서 열기 + + + Open in SQL Editor + SQL 편집기에서 열기 + + + Open in editor + 편집기에서 열기 + + + Open text data in a new editor + 새 편집기에서 텍스트 데이터 열기 + + + Open the active column filter menu + 활성 열 필터 메뉴 열기 + + + Open the active column menu + 활성 열 메뉴 열기 + + + Open the generated SELECT statement in a new editor + 생성된 SELECT 문을 새 편집기에서 열기 + + + Opening Publish Script. This may take a while... + 게시 스크립트를 여는 중입니다. 시간이 약간 소요될 수 있습니다... + + + Opening schema designer... + 스키마 디자이너를 여는 중... + + + Operation + 작업 + + + Operation failed + 작업 실패 + + + Operator + 연산자 + + + Option Description + 옵션 설명 + + + Optional (False) + 선택 사항(False) + + + Optional - Override default GraphQL plural type name + 선택 사항 - 기본 GraphQL 복수 형식 이름 재정의 + + + Optional - Override default GraphQL singular type name + 선택 사항 - 기본 GraphQL 단수 형식 이름 재정의 + + + Optional - Override default api/entityName path + 선택 사항 - 기본 api/entityName 경로 재정의 + + + Options + 옵션 + + + Options have changed. Recompare to see the comparison? + 옵션이 변경되었습니다. 비교를 확인하려면 다시 비교를 누르세요. + + + Original file name + 원본 파일 이름 + + + Others + 기타 + + + Output file + 파일 출력 + + + Overall, how satisfied are you with the MSSQL extension? + 전반적으로 MSSQL 확장에 얼마나 만족하시나요? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + 전반적으로 {0}에 얼마나 만족하시나요? + + + Overwrite all existing backup sets + 모든 기존 백업 세트 덮어쓰기 + + + Overwrite the existing database + 기존 데이터베이스 덮어쓰기 + + + Owner + 소유자 + + + PNG + PNG + + + Package file + 패키지 파일 + + + Page + 페이지 + + + Parameters + 매개 변수 + + + Parent node was not TreeNodeInfo. + 부모 노드가 TreeNodeInfo가 아닙니다. + + + Password + 암호 + + + Password (SQL Login) + 암호(SQL 로그인) + + + Password is required + 암호는 필수입니다. + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + '{1}'에 계속 로그인하려면 '{0}'의 암호를 변경해야 합니다. + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + '{0}'에 계속 로그인하려면 암호를 변경해야 합니다. + + + Passwords do not match + 암호가 일치하지 않습니다. + + + Paste + 붙여넣기 + + + Paste connection string from clipboard + 클립보드에서 연결 문자열 붙여넣기 + + + Path: {0} + {0} is the path of the node in the object explorer + 경로: {0} + + + Pause + 일시 중지 + + + Pause event collection + 이벤트 컬렉션 일시 중지 + + + Paused + 일시 중지됨 + + + Paused - click to resume + 일시 중지됨 - 클릭하여 다시 시작 + + + Perform checksum before writing to media + 미디어에 쓰기 전에 체크섬 수행 + + + Permissions + 사용 권한 + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + 벡터 검색 및 JSON 개선과 같은 기본 제공 AI 기능이 포함된 SQL Server 2025를 비롯한 여러 SQL Server 버전 중에서 선택하세요. + + + Please Accept the SQL Server EULA + SQL Server EULA에 동의해 주세요 + + + Please choose a backup file to load restore plan + 복원 계획을 로드할 백업 파일을 선택하세요. + + + Please choose a blob to load restore plan + 복원 계획을 로드할 Blob을 선택하세요. + + + Please choose a unique backup file name + 고유한 백업 파일 이름을 선택하세요. + + + Please choose a unique name for the container + 컨테이너에 대한 고유한 이름을 선택하세요 + + + Please choose a unique name for the profile + 프로필에 대한 고유한 이름을 선택하세요 + + + Please choose a valid media option + 유효한 미디어 옵션을 선택하세요. + + + Please choose at least one backup file + 백업 파일을 하나 이상 선택하세요. + + + Please choose at least one backup set to restore + 복원할 백업 세트를 하나 이상 선택해 주세요. + + + Please ensure the file is not open in another application before importing + 가져오기 전에 파일이 다른 애플리케이션에서 열려 있지 않은지 확인해 주세요. + + + Please make sure the port is a number, and choose a port that is not in use + 포트가 숫자인지 확인하고 사용하지 않는 포트를 선택하세요. + + + Please make your password 8-128 characters long. + 비밀번호를 8~128자 길이로 설정하세요. + + + Please select a database node in Object Explorer to drop. + 삭제할 데이터베이스 노드를 개체 탐색기에서 선택하세요. + + + Please select a database node in Object Explorer to rename. + 이름을 바꿀 데이터베이스 노드를 개체 탐색기에서 선택하세요. + + + Please select a file, not a folder. + 폴더 말고 파일을 선택해 주세요. + + + Please select a node from Object Explorer to script. + 개체 탐색기에서 스크립팅할 노드를 선택하세요. + + + Please select a server node in Object Explorer to create a database. + 데이터베이스를 만들려면 개체 탐색기에서 서버 노드를 선택하세요. + + + Please select a valid symbol. + 올바른 기호를 선택하세요. + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + 충분한 권한(기여자 이상)이 있는 작업 영역을 선택하세요. + + + Please select only one node to script. Multiple node scripting is not supported. + 스크립팅할 노드를 하나만 선택하세요. 여러 노드 스크립팅은 지원하지 않습니다. + + + Port + 포트 + + + Port must be a number between 1 and 65535 + 포트는 1에서 65535 사이의 숫자여야 합니다. + + + Port must be between 1 and 65535 + 포트는 1에서 65535 사이여야 합니다. + + + Port to expose the API on (default: 5000) + API를 노출할 포트(기본값: 5000) + + + Port {0} is already in use + {0} is the port number + 포트 '{0}'이(가) 이미 사용 중입니다. + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + 포트 {0}이(가) 이미 사용 중입니다. 다른 포트를 선택하세요. + + + Possible Data Loss detected. Please review the changes. + 가능한 데이터 손실이 검색되었습니다. 변경 내용을 검토하세요. + + + Precision + 정밀도 + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + '{0}' 및 '{1}' 사이의 정밀도/소수 자릿수 불일치가 발생했습니다. + + + Preserve the replication settings + 복제 설정을 유지합니다. + + + Press desired key combination and then press ENTER. + 원하는 키 조합을 누르고 <ENTER> 키를 누르세요. + + + Preview + 미리 보기 + + + Preview Data + 데이터 미리 보기 + + + Preview Database Updates + 데이터베이스 업데이트 미리 보기 + + + Previous + 이전 + + + Previous Page + 이전 페이지 + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + {0} URI의 이전에 보류 중이었던 다시 연결 프라미스가 {1} 오류가 발생하여 거부되었습니다. 필요한 경우 다시 연결을 시도합니다. + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + 이전에 보류 중이었던 {0} URI 연결에 성공했습니다. + + + Previous result grid + 이전 결과 그리드 + + + Previous step failed. Please check the error message and try again. + 이전 단계가 실패했습니다. 오류 메시지를 확인하고 다시 시도하세요. + + + Previously released features you may not have explored yet. + 이전에 출시된 기능 중 아직 살펴보지 못한 기능들이 있습니다. + + + Primary Key + 기본 키 + + + Primary Key Columns + 기본 키 열 + + + Primary key + 기본 키 + + + Prisma + Prisma + + + Privacy Statement + 개인정보처리방침 + + + Privacy notice + 개인 정보 알림 + + + Private + 프라이빗 + + + Processing include or exclude all differences operation. + 처리에는 모든 차이점 작업이 포함되거나 제외됩니다. + + + Profile Name + 프로필 이름 + + + Profile created and connected + 프로필을 만들고 연결함 + + + Profile created successfully + 프로필을 만들었습니다. + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + 프로필이 로드되었지만 연결을 자동으로 설정할 수 없습니다. {0} 연결을 만든 후 다시 시도하세요. + + + Profile name + 프로필 이름 + + + Profile removed successfully + 프로필을 제거함 + + + Profiler events exported successfully to {0} + {0} is the file path + 프로파일러 이벤트를 {0}에 성공적으로 내보냈습니다. + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + 프로파일러가 XEL 파일 '{0}'에 대해 읽기 전용이면서 연결이 끊긴 모드입니다. 데이터베이스 연결 없이는 라이브 세션을 시작하거나 만들 수 없습니다. + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + 프로파일러가 XEL 파일 '{0}'에 대해 읽기 전용이면서 연결이 끊긴 모드입니다. 데이터베이스 연결 없이는 라이브 세션을 시작하거나 만들 수 없습니다. + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + Profiler가 준비되었습니다. 드롭다운에서 세션을 선택하고 시작을 클릭하여 프로파일링을 시작합니다. + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + Profiler 세션 '{0}'을(를) 만들었습니다. 프로파일링을 시작하는 중... + + + Profiler session '{0}' started successfully. + {0} is the session name + Profiler 세션 '{0}'이(가) 시작되었습니다. + + + Properties + 속성 + + + Property + 속성 + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + '{0}' 공급자에 정의된 Microsoft 리소스 엔드포인트가 없습니다. + + + Provisioning + 프로비전 + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + 프록시 설정은 찾았지만 URL을 분석하는 중 오류가 발생했습니다('{0}'). MSSQL 확장을 사용할 때 연결 문제가 발생할 수 있습니다. 오류: {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + 프록시 설정은 찾았지만 프로토콜(e.g. http://)이 없습니다('{0}'). MSSQL 확장을 사용할 때 연결 문제가 발생할 수 있습니다. + + + Public + 공개 + + + Publish + 게시 + + + Publish DACPAC + DACPAC 게시 + + + Publish Profile + 게시 프로필 + + + Publish Project + 프로젝트 게시 + + + Publish Project - {0} + {0} is the name of the project being published + 프로젝트 게시 - {0} + + + Publish Settings File + 설정 파일 게시 + + + Publish Target + 대상 게시 + + + Publish profile saved to: {0} + 게시 프로필 {0}에 저장 완료 + + + Publishing Changes + 변경 내용 게시 + + + Pulling DAB container image + DAB 컨테이너 이미지를 가져오는 중 + + + Pulling SQL Server Image + SQL Server 이미지를 가져오는 중입니다. + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + SQL Server 컨테이너 이미지를 다운로드하는 중입니다. 인터넷 연결에 따라 몇 분 정도 소요될 수 있습니다. + + + Query + 쿼리 + + + Query Editor + 쿼리 편집기 + + + Query Editor shortcuts are managed by Visual Studio Code. + 쿼리 편집기 바로 가기는 Visual Studio Code에서 관리합니다. + + + Query Execution + 쿼리 실행 + + + Query Plan + 쿼리 계획 + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + 쿼리 계획({0}개) + + + Query Plan ({0}) + {0} is the number of query plans + 쿼리 계획({0}개) + + + Query Profiler + 쿼리 프로파일러 + + + Query Profiler Session Status + 쿼리 프로파일러 세션 상태 + + + Query Profiler: No session + 쿼리 프로파일러: 세션 없음 + + + Query Profiler: {0} + {0} is the file name or session name + 쿼리 프로파일러: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + {0}에 대한 쿼리 편집기 + + + Query executed + 쿼리 실행됨 + + + Query execution failed + 쿼리를 실행하지 못함 + + + Query execution was canceled. + 쿼리 실행이 취소되었습니다. + + + Query failed + 쿼리가 실패함 + + + Query succeeded + 쿼리 성공 + + + Query {0} + {0} is the Quick Query slot number + 쿼리 {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + 쿼리 {0}: 쿼리 비용(스크립트 기준): {1}% + + + Quick Queries + 빠른 쿼리 + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + 빠른 쿼리 키보드 바로 가기는 Visual Studio Code에서 관리합니다. + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + 빠른 쿼리 슬롯은 1에서 {0} 사이여야 합니다. + + + Quick filter all columns... + 모든 열 빠른 필터링... + + + REST + REST + + + REST API + REST API + + + RESTORE WITH NORECOVERY + WITH NORECOVERY 복원 + + + RESTORE WITH RECOVERY + WITH RECOVERY 복원 + + + RESTORE WITH STANDBY + WITH STANDBY 복원 + + + Read + 읽기 + + + Read docs on Microsoft Learn + Microsoft Learn 문서 읽기 + + + Read more + 자세히 알아보기 + + + Read-Only + 읽기 전용 + + + Read-only SQL text editor + 읽기 전용 SQL 텍스트 편집기 + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + '{0}'은 읽기 전용 연결이 끊긴 모드입니다. 데이터베이스 연결 없이는 라이브 세션을 만들거나 시작할 수 없어요. + + + Ready for import + 가져올 준비 완료 + + + Readying container for connections. + 연결에 대한 컨테이너를 준비하는 중입니다. + + + Readying container for connections... + 연결에 대한 컨테이너를 준비하는 중입니다. + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + T-SQL에 익숙하지 않은 개발자가 코드를 쉽게 이해하는 데 도움이 되는 자연어 설명을 받아 보세요. + + + Recent Connections + 최신 연결 + + + Recent connections list cleared + 최근 연결 목록을 삭제함 + + + Record shortcut + 바로 가기 기록 + + + Recording shortcut + 녹음 바로 가기 + + + Recovery Model + 복구 모델 + + + Recovery state + 복구 상태 + + + Redo + 다시 실행 + + + Referenced column '{0}' not found + {0} is the column name + 참조된 열 '{0}'을(를) 찾을 수 없습니다. + + + Referenced columns + 참조된 열 + + + Referenced schema + 참조된 스키마 + + + Referenced table + 참조된 테이블 + + + Referenced table '{0}' not found + {0} is the table name + 참조된 테이블 '{0}'을(를) 찾을 수 없습니다. + + + Refresh + 새로 고침 + + + Refresh Credentials + 자격 증명 새로 고침 + + + Refresh dataset + 데이터 세트 새로 고침 + + + Region + 지역 + + + Register + 등록 + + + Reject + 거부 + + + Reliability + 안정성 + + + Reload Visual Studio Code + Visual Studio Code 다시 로드 + + + Relocate all files + 모든 파일 재배치 + + + Remind Me Later + 나중에 알림 + + + Remove + 제거 + + + Remove Sort + 정렬 제거 + + + Remove a connection profile + 연결 프로필 제거 + + + Remove file + 파일 제거 + + + Remove filter + 필터 제거 + + + Remove filter for {0} + {0} is the column name + {0} 필터 제거 + + + Remove from favorites + 즐겨찾기에서 제거 + + + Remove sort + 정렬 제거 + + + Remove tag + 태그 제거 + + + Remove {0} + {0} is the object type + {0} 제거 + + + Rename + 이름 바꾸기 + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + '{1}'에 있는 '{0}'의 이름을 바꿉니다. + + + Rename Database + 데이터베이스 이름 바꾸기 + + + Rename Options + 이름 바꾸기 옵션 + + + Rename is not supported at this position. + 이 위치에서는 이름 바꾸기를 지원하지 않습니다. + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + 이름 바꾸기는 열려 있는 SQL 프로젝트에 포함된 SQL 파일에서만 지원됩니다. 먼저 [데이터베이스 프로젝트] 패널에서 프로젝트를 여세요. + + + Rename request failed: {0} + 이름 바꾸기 요청 실패: {0} + + + Renaming database + 데이터베이스의 이름을 바꾸는 중 + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + 데이터베이스의 이름을 '{0}'에서 '{1}'(으)로 바꾸는 중... + + + Replication + 복제 + + + Request a new feature + 새 기능 요청 + + + Required + 필수 + + + Requirements: + 요구 사항: + + + Requires user authentication + 사용자 인증 필요 + + + Reset + 초기화 + + + Reset to Defaults? + 기본값으로 다시 설정하시겠습니까? + + + Resize + 크기 조정 + + + Resize column '{0}' + {0} is the name of the column + '{0}' 열 크기 조정 + + + Resize the active result grid column + 활성 결과 그리드 열 크기 조정 + + + Resource Group + 리소스 그룹 + + + Resource Group Name + 리소스 그룹 이름 + + + Resource Group is required + 리소스 그룹은 필수입니다. + + + Resource group name is required + 리소스 그룹 이름이 필요합니다. + + + Resources + 리소스 + + + Restore + 복원 + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + 복원({0}) + + + Restore Database + 데이터베이스 복원 + + + Restore Panel Size + 패널 크기 복원 + + + Restore as + 다음으로 복원 + + + Restore panel size + 패널 크기 복원 + + + Restore properties pane + 속성 창 복원 + + + Restrict access to the restored database + 복원된 데이터베이스에 대한 액세스 제한 + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + 결과 집합 일괄 처리 {0} - 쿼리 {1} + + + Result View + 결과 보기 + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + 결과 보기 바로 가기는 MSSQL 확장에서 관리합니다. 여기에서 키 바인딩을 직접 구성할 수 있습니다. + + + Results + 결과 + + + Results ({0}) + {0} is the number of results + 결과({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + 결과({0}) + + + Results Preview + 결과 미리 보기 + + + Results Preview ({0}) + {0} is the number of preview results + 결과 미리 보기({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + 결과 미리 보기({0}) + + + Results exported successfully to {0} + {0} is the file path + 결과를 {0}(으)로 내보냈습니다. + + + Results toolbar + 결과 도구 모음 + + + Resume + 다시 시작 + + + Resuming database + 데이터베이스를 다시 시작하는 중 + + + Retry + 다시 시도 + + + Reveal + 표시 + + + Reveal in Explorer + 탐색기에 표시 + + + Reveal in Finder + Finder에 표시 + + + Reverse Alphabetical + 사전순 반대로 + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + SQL 스키마와 관계를 설명하여 기존 데이터베이스를 리버스 엔지니어링하세요. + + + Revert + 되돌리기 + + + Revert Cell + 셀 되돌리기 + + + Revert Row + 행 되돌리기 + + + Revert this change to its original state + 이 변경 내용을 원래 상태로 되돌리기 + + + Revert values to project defaults + 값을 프로젝트 기본값으로 되돌리기 + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + 채팅에서 API 구성 변경 사항을 검토하거나 제안하면 GitHub Copilot이 데이터 API 작성기에서 구성을 즉시 업데이트합니다. + + + Reviewing Copilot Change + Copilot 변경 검토 중 + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + Apple Silicon에서 SQL Server 컨테이너 이미지를 실행하려면 Rosetta가 필요합니다. Docker 데스크톱 > 설정 > 일반으로 이동해 "Apple Silicon에서 x86_64/amd64 에뮬레이션에 Rosetta 사용"을 사용하도록 설정합니다. + + + Row created. + 행이 생성되었습니다. + + + Row deleted. + 행이 삭제되었습니다. + + + Row marked for removal. + 제거를 위해 표시된 행입니다. + + + Rows + + + + Rows per page + 페이지당 행 + + + Rule disabled + 규칙 사용 안 함 + + + Rule enabled + 규칙 사용 + + + Rule name + 규칙 이름 + + + Rules + 규칙 + + + Run Query + 쿼리 실행 + + + Run Query History + 쿼리 기록 실행 + + + Run a query for the current active SQL document + 현재 활성 SQL 문서에 대한 쿼리 실행 + + + Run a query in the current editor, or switch to an editor that has results. + 현재 편집기에서 쿼리를 실행하거나 결과가 있는 편집기로 전환하세요. + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + 연결 '{0}'에서 쿼리를 실행하시겠습니까(ID: {1})? + +쿼리: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + 사용자 지정 바로 가기 키를 사용하여 저장된 SQL을 즉시 실행합니다. {arg}을(를) 사용하여 선택한 쿼리 편집기 텍스트를 삽입합니다. 그렇지 않으면 쿼리에 추가됩니다. + + + Run, cancel, and create queries + 쿼리 실행, 취소 및 만들기 + + + Running + 실행 중 + + + Running a custom query will discard all pending changes. Do you want to continue? + 사용자 지정 쿼리를 실행하면 보류 중인 변경 사항이 모두 삭제됩니다. 계속하시겠어요? + + + Running query is not supported when the editor is in multiple selection mode. + 편집기가 다중 선택 모드에 있는 경우 쿼리 실행이 지원되지 않습니다. + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'에서 쿼리 실행 중(ID: {1}) + + + Running: {0} + {0} is how long the query has been running + 실행 중: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + SQL 분석 엔드포인트 + + + SQL Authentication + SQL 인증 + + + SQL Container Name + SQL 컨테이너 이름 + + + SQL Container Version + SQL 컨테이너 버전 + + + SQL Database + SQL 데이터베이스 + + + SQL Database Projects — Code Analysis + SQL Database 프로젝트 — Code Analysis + + + SQL Login + SQL 로그인 + + + SQL Notebooks + SQL Notebook + + + SQL Plan Files + SQL 계획 파일 + + + SQL Server Container SA Password + SQL Server 컨테이너 SA 암호 + + + SQL Server admin password + SQL Server 관리자 암호 + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server는 Windows 컨테이너를 지원하지 않습니다. Docker Desktop 설정에서 Linux 컨테이너로 전환하세요. + + + SQL Server is required + SQL Server 필요합니다. + + + SQL Server port number + SQL Server 포트 번호 + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} - 최신 + + + SQL Tools (MSSQL) + SQL 도구(MSSQL) + + + SQL database in Fabric + 패브릭의 SQL 데이터베이스 + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + SQLCMD 변수 + + + SVG + SVG + + + Satisfied + 만족 + + + Saturation + 채도 + + + Save + 저장 + + + Save .scmp file + .scmp 파일 저장 + + + Save As + 다른 이름으로 저장 + + + Save As... + 다른 이름으로 저장... + + + Save Changes + 변경 내용 저장 + + + Save Connection Group + 연결 그룹 저장 + + + Save Password + 암호 저장 + + + Save Password? If 'No', password will be required each time you connect + 암호를 저장하시겠습니까? '아니요'를 선택하면 연결할 때마다 암호를 입력해야 합니다. + + + Save Plan + 플랜 저장 + + + Save Secret + 비밀 저장 + + + Save as CSV + CSV로 저장 + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + CSV로 저장({0}) + + + Save as Excel + Excel로 저장 + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + Excel로 저장({0}) + + + Save as INSERT INTO + INSERT INTO로 저장 + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + INSERT INTO로 저장({0}) + + + Save as JSON + JSON으로 저장 + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + JSON으로 저장({0}) + + + Save backup to URL + URL에 백업 저장 + + + Save connection profile changes without establishing a connection + 연결하지 않고 연결 프로필 변경 내용을 저장 + + + Save password + 암호 저장 + + + Save results as CSV + 결과를 CSV로 저장 + + + Save results as Excel + 결과를 Excel로 저장 + + + Save results as INSERT + 결과를 INSERST로 저장 + + + Save results as JSON + 결과를 JSON으로 저장 + + + Save results command cannot be used with multiple selections. + 결과 저장 명령에서는 여러 항목을 선택할 수 없습니다. + + + Save source and target, options, and excluded elements + 원본 및 대상, 옵션 및 제외된 요소 저장 + + + Save to Disk + 디스크에 저장 + + + Save to URL + URL에 저장 + + + Save without connecting + 연결하지 않고 저장 + + + Saved + 저장됨 + + + Saved Connections + 저장된 연결 + + + Saved results to {0} + {0} is the saved file path + {0}에 결과를 저장했습니다. + + + Saving... + 저장 중... + + + Scaffold backend components (e.g., data-access layers) based on your current database context + 현재 데이터베이스 컨텍스트를 기반으로 백엔드 구성 요소(예: 데이터 액세스 계층)를 스캐폴드하세요. + + + Scale + 크기 조정 + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + '{0}' 및 '{1}' 간의 크기가 일치하지 않습니다. + + + Schema + 스키마 + + + Schema '{0}' is not available. + {0} is the schema name + 스키마 '{0}'을(를) 사용할 수 없습니다. + + + Schema Changes + 스키마 변경 + + + Schema Compare + 스키마 비교 + + + Schema Compare Options + 스키마 비교 옵션 + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + 스키마 비교 실패: ‘{0}‘ + + + Schema Designer + 스키마 디자이너 + + + Schema Designer Model is ready. Changes can now be published. + 스키마 디자이너 모델이 준비되었습니다. 이제 변경 내용을 게시할 수 있습니다. + + + Schema Designer with GitHub Copilot + GitHub Copilot을 사용하는 스키마 디자이너 + + + Schema Diff + 스키마 차이 + + + Schema designer details are not available. + 스키마 디자이너 세부 정보를 사용할 수 없습니다. + + + Schema designer is not initialized. + 스키마 디자이너가 초기화되지 않았습니다. + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + 스키마 디자이너를 열었습니다. 스키마 변형을 진행하려면 {0} 작업({1}/{2})을 계속하세요. + + + Schema designer state changed. Fetch the latest schema and retry the operation. + 스키마 디자이너 상태가 변경되었습니다. 최신 스키마를 가져온 후 작업을 다시 시도해 주세요. + + + Schema designer state retrieved successfully. + 스키마 디자이너 상태를 성공적으로 가져왔습니다. + + + Schema designer updated successfully. + 스키마 디자이너를 성공적으로 업데이트했습니다. + + + Schema is required + 스키마는 필수 항목임 + + + Schema/Object Type + 스키마/개체 형식 + + + Schemas + 스키마 + + + Script + 스크립트 + + + Script as Alter + Alter로 스크립트 + + + Script as Create + Create로 스크립트 + + + Script as Drop + Drop으로 스크립트 + + + Script as Execute + Execute로 스크립트 + + + Script copied to clipboard + 클립보드에 복사된 스크립트 + + + Script copied to clipboard. + 클립보드에 스크립트가 복사되었습니다. + + + Search Database Objects + 데이터베이스 개체 검색 + + + Search Database Objects - {0} + {0} is the server name + 데이터베이스 개체 검색 - {0} + + + Search Workspaces + 작업 영역 검색 + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + 개체 이름 또는 유형으로 검색(예: t:<name>, v:, f:또는 sp:) + + + Search changes... + 변경 내용 검색... + + + Search connection groups + 연결 그룹 검색 + + + Search extension shortcut + 확장 바로 가기 검색 + + + Search options + 검색 옵션 + + + Search options... + 검색 옵션... + + + Search rules... + 검색 규칙... + + + Search settings... + 검색 설정... + + + Search subscriptions... + 구독 검색... + + + Search tables... + 테이블 검색... + + + Search values... + 값 검색... + + + Search within {0} text content + {0} is the column name + {0} 텍스트 내용 내에서 검색 + + + Search workspaces... + 작업 영역 검색... + + + Search... + 검색... + + + Searching... + 검색 중... + + + Seed sample data or import an existing schema + 샘플 데이터를 시드하거나 기존 스키마 가져오기 + + + Select + 선택 + + + Select All + 모두 선택 + + + Select Azure account with Key Vault access for column decryption + 열 암호 해독을 위한 Key Vault 액세스 권한이 있는 Azure 계정을 선택하세요. + + + Select Connection + 연결 선택 + + + Select Database + 데이터베이스 선택 + + + Select Max vCores + 최대 vCore 선택 + + + Select Profile + 프로필 선택 + + + Select Source + 원본 선택 + + + Select Source Schema + 원본 스키마 선택 + + + Select Target + 대상 선택 + + + Select Target Schema + 대상 스키마 선택 + + + Select Top 1000 + 상위 1,000개 선택 + + + Select XEL File + XEL 파일 선택 + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + 이 연결에 사용할 Microsoft Entra ID 계정을 선택합니다. Azure Data Studio 원래 계정 정보는 아래에 나열되어 있지만 다른 계정을 선택할 수 있습니다. + + + Select a Workspace + 작업 영역 선택 + + + Select a blob + Blob 선택 + + + Select a blob container + Blob 컨테이너 선택 + + + Select a collation + 데이터 정렬 선택 + + + Select a connection group + 그룹에 대한 연결을 선택하세요 + + + Select a connection to use as the default + 기본값으로 사용할 연결 선택 + + + Select a data source + 데이터 원본 선택 + + + Select a database + 데이터베이스 선택 + + + Select a database for profiling (Azure SQL requires a specific database) + 프로파일링할 데이터베이스 선택(Azure SQL에는 특정 데이터베이스가 필요) + + + Select a file + 파일 선택 + + + Select a folder + 폴더 선택 + + + Select a location for the resource group + 리소스 그룹의 위치 선택 + + + Select a maintenance window + 유지 관리 기간 선택 + + + Select a profiler template + Profiler 템플릿 선택 + + + Select a resource group + 리소스 그룹 선택 + + + Select a server + 서버 선택 + + + Select a session first + 먼저 세션 선택 + + + Select a session... + 세션 선택... + + + Select a storage account + 스토리지 계정 선택 + + + Select a subscription + 구독 선택 + + + Select a subscription to view servers in it. + 서버를 보려면 구독을 선택하세요. + + + Select a tenant + 테넌트 선택 + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + 드롭다운에서 유효한 {0} 선택 + + + Select a workspace to view the databases in it. + 작업 영역을 선택하여 해당 데이터베이스를 확인하세요. + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + 필터링할 {0} 선택 + + + Select account + 계정 선택 + + + Select all + 모두 선택 + + + Select all cells in the active grid + 활성 그리드의 모든 셀 선택 + + + Select all entities + 모든 엔터티 선택 + + + Select all options + 모두 선택 옵션 + + + Select all {0} + {0} is the action name (Create, Read, etc.) + 모두 선택 {0} + + + Select an account + 계정 선택 + + + Select an account for authentication + 인증할 계정을 선택하세요. + + + Select an extension to manage connection sharing permissions + 연결 공유 권한을 관리할 확장을 선택하세요. + + + Select an operation + 작업 선택 + + + Select column + 열 선택 + + + Select file to import + 가져올 파일 선택 + + + Select image + 이미지 선택 + + + Select location + 위치 선택 + + + Select new permission for extension: '{0}' + {0} is the extension name + 확장에 대한 새 권한 선택: '{0}' + + + Select or clear all connection groups + 모든 연결 그룹 선택 또는 해제 + + + Select or clear all connections + 모든 연결 선택 또는 해제 + + + Select package file + 패키지 파일 선택 + + + Select profile to edit + 편집할 프로필 선택 + + + Select profile to remove + 제거할 프로필 선택 + + + Select row + 행 선택 + + + Select session + 세션 선택 + + + Select subscriptions + 구독 선택 + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + Azure Data Studio settings.json 파일을 선택하여 연결 그룹 및 연결을 검색합니다. + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + 이 저장 프로시저를 실행할 수 있는 HTTP 메서드를 선택합니다. DAB는 기본적으로 POST로 설정됩니다. + + + Select the SQL Server Container Image + SQL Server 컨테이너 이미지를 선택하세요 + + + Select the entire current column + 현재 열 전체 선택 + + + Select the entire current row + 현재 행 전체 선택 + + + Select the target schema + 대상 스키마 선택 + + + Selected + 선택함 + + + Selected Microsoft Entra account removed successfully. + 선택한 Microsoft Entra 계정을 제거했습니다. + + + Selected Path + 선택한 경로 + + + Selected backup file does not contain a valid database backup + 선택한 백업 파일에 유효한 데이터베이스 백업이 없습니다. + + + Selected query-editor text + 선택한 쿼리 편집기 텍스트 + + + Selection + 선택 사항 + + + Sequelize + Sequelize + + + Serialization failed + 직렬화 실패 + + + Server + 서버 + + + Server - {0} + {0} is the server name + 서버 - {0} + + + Server Connections + 서버 연결 + + + Server Edition + 서버 버전 + + + Server Name + 서버 이름 + + + Server Version + 서버 버전 + + + Server connection in progress. Do you want to cancel? + 서버에 연결하는 중입니다. 취소하시겠습니까? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + 서버를 시작할 수 없습니다. 시스템의 권한 오류 또는 비호환성 문제일 수 있습니다. 설정에서 디바이스 코드 인증을 사용하도록 설정할 수 있습니다. + + + Server is required + 서버는 필수입니다. + + + Server name is required + 서버 이름이 필요합니다. + + + Server name not set. + 서버 이름이 설정되지 않았습니다. + + + Server name or ADO.NET connection string + 서버 이름 또는 ADO.NET 연결 문자열 + + + Server {0} not found. + {0} is the server name + 서버 {0}을(를) 찾을 수 없습니다. + + + Serverless + 서버리스 + + + Service installation failed. + 서비스를 설치하지 못했습니다. + + + Service tier + 서비스 계층 + + + Session + 세션 + + + Session creation timed out + 세션 만들기 시간이 초과되었습니다. + + + Session name can only contain letters, numbers, underscores, and hyphens + 세션 이름은 문자, 숫자, 밑줄 및 하이픈만 포함할 수 있습니다. + + + Session name cannot be empty + 세션 이름은 비워 둘 수 없습니다. + + + Session name must be {0} characters or less + {0} is the maximum length + 세션 이름은 {0}자 이하여야 합니다. + + + Session not running + 세션이 실행되고 있지 않음 + + + Set Default + 기본값 설정 + + + Set Null + Null 설정 + + + Set backup Compression + 백업 압축 설정 + + + Set backup Media Set + 백업 미디어 세트 설정 + + + Set backup retain days + 백업 보존 기간(일) 설정 + + + Setting + 설정 + + + Setting up + 설정 중 + + + Setting up container + 컨테이너 설정 중 + + + Settings + 설정 + + + Settings and Keybindings + 설정 및 키 바인딩 + + + Settings are fixed for free tier. + 무료 계층에 대한 설정이 수정되었습니다. + + + Settings for {0} + {0} is the entity name + {0} 설정 + + + Severity + 심각도 + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + {0} 심각도 + + + Shortcut + 바로 가기 + + + Shortcuts Configuration + 바로 가기 구성 + + + Shortcuts Configuration (Preview) + 바로 가기 구성(미리 보기) + + + Shortcuts configuration page + 바로 가기 구성 페이지 + + + Show All + 모두 표시 + + + Show Changes + 변경 내용 표시 + + + Show Confirm Password + 암호 확인 표시 + + + Show Definition + 정의 표시 + + + Show Estimated Plan + 예상 플랜 표시 + + + Show MSSQL output + MSSQL 출력 표시 + + + Show Menu + 메뉴 표시 + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + 메뉴 표시({0}) + + + Show New Password + 새 암호 표시 + + + Show SQL + SQL 표시 + + + Show SQL Pane + SQL 창 표시 + + + Show Schema + 스키마 표시 + + + Show a random table definition + 무작위 테이블 정의 표시 + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + VS Code 키보드 바로 가기에서 모든 빠른 쿼리 바로 가기 표시 + + + Show all columns + 모든 열 표시 + + + Show full error message + 전체 오류 메시지 표시 + + + Show masked command (hides sensitive information) + 마스킹된 명령 표시(민감한 정보 숨김) + + + Show or hide the query result panel + 쿼리 결과 패널을 표시하거나 숨깁니다. + + + Show password + 암호 표시 + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'의 스키마를 표시하시겠습니까(ID: {1})? + + + Show table relationships + 테이블 관계 표시 + + + Show unmasked command (reveals sensitive information) + 마스크되지 않은 명령 표시(중요한 정보 표시) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 연결 '{0}'에 대한 스키마를 표시하는 중(ID: {1}) + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + {0}개 이벤트 중 {1}개 표시 + + + Showplan XML + 실행 계획 XML + + + Sign In + 로그인 + + + Sign in + 로그인 + + + Sign in and retry + 로그인하고 다시 시도하세요. + + + Sign in to a new account + 새 계정에 로그인하세요 + + + Sign in to your Azure subscription + Azure 구독에 로그인 + + + Sign in to your Azure subscription in one of the sovereign clouds. + 소버린 클라우드 중 하나에서 Azure 구독에 로그인합니다. + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + 디바이스 코드를 사용해서 Azure 구독에 로그인합니다. 설정에서 로그인 명령이 작동하지 않을 때 이 코드를 사용합니다. + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + Entra ID '{0}'(으)로 로그인합니다. + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + 다단계 인증이 포함된 계정을 포함한 Microsoft Entra ID 계정으로 로그인하세요. 자세한 내용을 보려면 아이콘을 클릭하세요. + + + Sign into Azure + Azure에 로그인 + + + Sign into Azure in order to add a firewall rule. + 방화벽 규칙을 추가하려면 Azure에 로그인합니다. + + + Sign into Fabric + Fabric에 로그인 + + + Sign into additional accounts + 추가 계정으로 로그인 + + + Sign into tenant + 테넌트에 로그인 + + + Signing in to Azure as {0}... + {0} is the account name + {0}(으)로 Azure에 로그인하는 중... + + + Simple + 간단히 + + + Simple Container Management + 간단한 컨테이너 관리 + + + Smart performance + 스마트 성능 + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + 일부 연결이나 그룹에 정보가 부족합니다. 계속할 수 있지만 연결하기 전에 나중에 이러한 연결을 편집해야 할 수 있습니다. + + + Sort + 정렬 + + + Sort Ascending + 오름차순 정렬 + + + Sort Descending + 내림차순 정렬 + + + Sort ascending + 오름차순 정렬 + + + Sort column + 열 정렬 + + + Sort descending + 내림차순 정렬 + + + Source + 원본 + + + Source Column + 원본 열 + + + Source Database + 원본 데이터베이스 + + + Source Name + 원본 이름 + + + Source: {0} + {0} is the fully qualified DAB source object name + 원본: {0} + + + Source: {0} + {0} is the task source + 원본: {0} + + + Specifies whether the column is included in the primary key for the table. + 열이 테이블의 기본 키에 포함되는지 여부를 지정합니다. + + + Specifies whether the column may have a NULL value. + 열에 NULL 값을 사용할 수 있는지 여부를 지정합니다. + + + Specify Input File + 입력 파일 지정 + + + SqlPackage Command + SqlPackage Command + + + Standby file + 대기 파일 + + + Start + 시작 + + + Start IP Address + 시작 IP 주소 + + + Start Time + 시작 시간 + + + Start profiling session + 프로파일링 세션 시작 + + + Start, stop, and remove containers directly from the extension. + 확장에서 직접 컨테이너를 시작, 중지 및 제거할 수 있습니다. + + + Started executing query at + 다음에서 쿼리 실행 시작: + + + Started query execution for document "{0}" + {0} is the document name + 문서 "{0}"에 대한 쿼리 실행을 시작함 + + + Started saving results to {0} + {0} is the file path + 결과를 {0}에 저장하기 시작했습니다. + + + Starting '{0}'... + {0} is the service name + '{0}' 시작하는 중... + + + Starting Container... + 컨테이너를 시작하는 중... + + + Starting DAB container + DAB 컨테이너를 시작하는 중 + + + Starting Docker Desktop + Docker 데스크톱을 시작하는 중 + + + Starting Docker... + Docker를 시작하고 있습니다... + + + Starting {0}... + {0} is the container name + {0} 시작 중... + + + Starts With + 다음으로 시작함 + + + Starts with + 다음으로 시작 + + + Status + 상태 + + + Status: {0} + {0} is the task status + 상태: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + {0}/{1}단계 + + + Stop + 중지 + + + Stop session + 세션 중지 + + + Stopped + 중지됨 + + + Stopping Container... + 컨테이너를 중지하는 중... + + + Stopping profiler session "{0}"... + {0} is the session name + Profiler 세션 "을(를) 중지하는 중"{0}"... + + + Storage + 스토리지 + + + Storage Account + 스토리지 계정 + + + Storage Account is required + 스토리지 계정이 필요합니다. + + + Stored Procedure + 저장 프로시저 + + + Stored Procedures + 저장 프로시저 + + + Stored procedure GraphQL operation + 저장 프로시저 GraphQL 작업 + + + Stored procedure REST methods + 저장 프로시저 REST 메서드 + + + Submit + 제출 + + + Submit an issue + 문제 제출 + + + Subscription + 구독 + + + Subscription is required + 구독이 필요합니다. + + + Subtree Cost + 하위 트리 비용 + + + Succeeded + 성공 + + + Succeeded with warning + 성공(경고 발생) + + + Successfully changed to database: {0} + {0} is the database name + 데이터베이스 {0}을(를) 사용하도록 변경 완료 + + + Successfully connected to server. + 서버에 연결했습니다. + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + {1} URI와의 {0} 연결 토큰을 새로 고쳤습니다. {2} + + + Successfully saved results to {0} + {0} is the file path + {0}에 결과를 저장함 + + + Sum + 합계 + + + Sum: {0} + {0} is the sum + 합계: {0} + + + Summary + 요약 + + + Summary loading canceled + 요약 로드 취소됨 + + + Summary loading was canceled by user + 사용자가 요약 로드를 취소했습니다. + + + Switch Direction + 방향 전환 + + + Switch Source and Target + 원본과 대상 전환 + + + Switch between result panes and tabs + 결과 창과 탭 간 전환 + + + Switch results view + 결과 보기 전환 + + + Switch to Grid View + 그리드 보기로 전환 + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + 약식 표 보기로 전환({0}) + + + Switch to MSAL + MSAL로 전환 + + + Switch to Messages tab + 메시지 탭으로 전환 + + + Switch to Query Plan tab + 쿼리 계획 탭으로 전환 + + + Switch to Results tab + 결과 탭으로 전환 + + + Switch to Text View + 텍스트 보기로 전환하세요. + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + 텍스트 보기로 전환({0}) + + + Switched to {0} + {0} is the connection label + {0}(으)로 전환함 + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + Linux 컨테이너로의 전환이 취소되었습니다. SQL Server는 Linux 컨테이너만 지원합니다. + + + Synchronous resize + 동기 크기 조정 + + + System databases + 시스템 데이터베이스 + + + T-SQL + T-SQL + + + Table + + + + Table '{0}' already exists + {0} is the table name + '{0}' 테이블이 이미 있습니다. + + + Table '{0}' not found + {0} is the table name + 테이블 '{0}'을(를) 찾을 수 없습니다. + + + Table Diagram + 테이블 다이어그램 + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + '{0}'에 대한 테이블 탐색기에 저장되지 않은 변경 내용이 있습니다. 저장하시겠습니까, 아니면 취소하시겠습니까? + + + Table Name + 표 이름 + + + Table Schema + 테이블 스키마 + + + Table added to schema designer successfully. + 스키마 디자이너에 테이블을 성공적으로 추가했습니다. + + + Table deleted from schema designer successfully. + 스키마 디자이너에서 테이블을 성공적으로 삭제했습니다. + + + Table id already exists. + 테이블 ID가 이미 있습니다. + + + Table must include at least one column. + 테이블에는 최소한 하나의 열이 포함되어야 합니다. + + + Table name + 표 이름 + + + Table name cannot be empty + 테이블 이름은 비워둘 수 없습니다. + + + Table name is required + 테이블 이름이 필요합니다. + + + Table updated in schema designer successfully. + 스키마 디자이너에서 테이블을 성공적으로 업데이트했습니다. + + + Tables + 테이블 + + + Tag keys must be unique. + 태그 키는 고유해야 합니다. + + + Tags + 태그 + + + Tail-log backup + 비상 로그 백업 + + + Tail-log backup file + 비상 로그 백업 파일 + + + Take Survey + 설문 조사 참여 + + + Take tail-log backup before restore + 복원하기 전에 비상 로그 백업 수행 + + + Target + 대상 + + + Target Database + 대상 데이터베이스 + + + Target Name + 대상 이름 + + + Target Table + 대상 테이블 + + + Target: {0} + {0} is the task target location + 대상: {0} + + + Task log is unavailable. + 작업 로그를 사용할 수 없습니다. + + + Task: {0} + {0} is the task name + 작업: {0} + + + Tenant + 테넌트 + + + Tenant ID + 테넌트 ID + + + Tenant ID is required + 테넌트 ID가 필요합니다. + + + Tenant is required + 테넌트 ID가 필요합니다. + + + Terms & Conditions + 사용 약관 + + + Test connecting with the current settings + 현재 설정으로 연결 테스트하기 + + + Test connection + 연결 테스트 + + + Testing connection profile... + 연결 프로필을 테스트하는 중... + + + Testing... + 테스트 중... + + + Text + 텍스트 + + + Text View + 텍스트 보기 + + + Text tab - displays SQL text data + 텍스트 탭 - SQL 텍스트 데이터를 표시합니다. + + + The Application (Client) ID of your Microsoft Entra app registration. + Microsoft Entra 앱 등록의 애플리케이션(클라이언트) ID입니다. + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + 쿼리 프로파일러가 이제 Microsoft Fabric SQL 데이터베이스를 지원하며, 경량 T-SQL 프로파일링을 위한 {code-snippet-0}을 포함하는 새로운 Azure SQL Database 템플릿이 추가되었습니다. + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + 필요한 백그라운드 서비스가 시작되지 않아 SQL Server 확장을 실행할 수 없습니다. 운영 체제에 맞는 오프라인 VSIX를 설치하거나 네트워크 연결을 확인한 후 다시 시도하세요. 세부 정보: {0} + + + The XEL file was not found. + XEL 파일을 찾을 수 없습니다. + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + 사용자가 외래 키 관계에 포함된 데이터가 있는 행을 삭제하려고 할 때 수행할 동작입니다. + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + 사용자가 외래 키 관계에 포함된 데이터가 있는 행을 업데이트하려고 할 때 수행할 동작입니다. + + + The client secret for your Microsoft Entra app registration. + Microsoft Entra 앱 등록의 클라이언트 암호입니다. + + + The columns of the index. + 인덱스의 열입니다. + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + `mssql.defaultConnectionId`에 설정된 연결 ID '{0}'이(가) 알려진 연결 프로필과 일치하지 않습니다. 새 편집기는 활성 연결을 전달하는 방식으로 대체됩니다. + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + ID '{0}'의 연결에 'server' 속성이 설정되어 있지 않아 무시되고 있습니다. 이 연결을 사용하려면 'server' 속성을 설정하세요. + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + 사용자 지정 클라우드 선택이 구성되지 않았습니다. '{0}' 설정을 구성하세요. + + + The description of the check constraint. + CHECK 제약 조건에 대한 설명입니다. + + + The description of the foreign key. + 외래 키에 대한 설명입니다. + + + The description of the index. + 인덱스에 대한 설명입니다. + + + The description of the primary key. + 기본 키에 대한 설명입니다. + + + The expression defining the check constraint. + CHECK 제약 조건을 정의하는 식입니다. + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + 확장 '{0}'이(가) SQL Server 연결에 대한 액세스를 요청하고 있습니다. 이를 통해 쿼리를 실행하고 데이터베이스에 접근할 수 있습니다. + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + 첫 번째 값은 {1} 필터에서 {0} 연산자의 두 번째 값보다 작아야 합니다. + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + {1} 필터의 {0} 연산자에 대해 첫 번째 값을 설정해야 합니다. + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + 다음 작업 영역 또는 작업 영역 폴더 연결에 'id' 속성이 없어 무시되고 있습니다. 사용하려면 연결에 'id' 속성을 수동으로 추가하세요. + + {0} + + + The language model did not return any output. + 언어 모델이 출력을 반환하지 않았습니다. + + + The mapping between foreign key columns and primary key columns. + 외래 키 열과 기본 키 열 간의 매핑입니다. + + + The maximum length (in characters) that can be stored in this database object. + 이 데이터베이스 개체에 저장할 수 있는 최대 길이(문자 수)입니다. + + + The name of the check constraint. + CHECK 제약 조건의 이름입니다. + + + The name of the column object. + 열 개체의 이름입니다. + + + The name of the column. + 열의 이름입니다. + + + The name of the foreign key. + 외래 키의 이름입니다. + + + The name of the index. + 인덱스 이름입니다. + + + The query results panel failed to load. Please try running the query again. + 쿼리 결과 패널을 로드하지 못했습니다. 쿼리를 다시 실행해 보세요. + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + 최근 연결 목록이 지워졌지만 연결된 일부 자격 증명을 삭제하는 동안 오류가 발생했습니다. MSSQL 출력 채널에서 오류를 확인하세요. + + + The requested model could not be found. Please check model availability or try a different model. + 요청한 모델을 찾을 수 없습니다. 모델의 가용성을 확인하거나 다른 모델을 사용해 보세요. + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + {1} 필터의 {0} 연산자에 대해 두 번째 값을 설정해야 합니다. + + + The selected file is not a valid XEL file. + 선택한 파일은 올바른 XEL 파일이 아닙니다. + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + 선택한 프로필은 '{0}' Entra ID를 사용하여 인증되었지만, 해당 계정은 MSSQL 확장 프로그램에 로그인되어 있지 않습니다. 연결을 편집하거나 해당 계정으로 MSSQL에 로그인해 연결하세요. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + 선택한 프로필은 테넌트 '{1}'에서 Entra ID '{0}'을(를) 사용하여 인증하지만 VS Code 로그인을 통해 해당 계정을 사용할 수 없습니다. 연결을 편집하거나 해당 계정으로 VS Code 로그인하여 연결합니다. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + 선택한 프로필은 '{0}' 테넌트에서 '{1}' Entra ID를 사용하여 인증되었지만, 해당 계정은 VS Code 로그인을 통해 사용할 수 없습니다. 연결을 편집하거나 해당 계정으로 MSSQL에 로그인해 연결하세요. + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + 선택한 프로필은 '{0}' Entra ID를 사용하여 인증되었지만, 해당 계정은 VS Code 로그인을 통해 사용할 수 없습니다. 연결을 편집하거나 해당 계정으로 VS Code에 로그인해 연결하세요. + + + The table which contains the primary or unique key column. + 기본 또는 고유 키 열을 포함하는 테이블입니다. + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + {0} 서비스가 중단되었습니다. 세부 정보: {1} + + + There was an error updating the project + 프로젝트를 업데이트하는 동안 오류가 발생했습니다. + + + This connection does not have a display name in Azure Data Studio. + 이 연결에는 Azure Data Studio 표시 이름이 없습니다. + + + This connection's group has not been selected, so this connection will be imported to the root. + 이 연결의 그룹이 선택되지 않았으므로 이 연결은 루트로 가져옵니다. + + + This database name is already in use. Please choose a different name. + 이 데이터베이스 이름은 이미 사용 중입니다. 다른 이름을 선택하세요. + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + 이 메시지를 처리할 수 없습니다. 문제가 계속되면 로그를 확인하고 GitHub에 문제를 보고 주세요. + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + 이 작업을 통해 입력 파일 구조를 분석하여 최대 처음 50개 행을 대상으로 아래의 미리 보기가 생성되었습니다. + + + This server only supports Microsoft Entra ID authentication. + 이 서버는 Microsoft Entra ID 인증만 지원합니다. + + + This server only supports SQL Authentication. + 이 서버는 SQL 인증만 지원합니다. + + + This server supports Microsoft Entra ID and SQL Authentication. + 이 서버는 Microsoft Entra ID 및 SQL 인증을 지원합니다. + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + 이 바로 가기를 사용하려면 선택한 텍스트를 매개 변수로 전달해야 합니다. SQL 편집기에서 텍스트를 선택한 다음, 바로 가기를 다시 실행합니다. + + + This value was not provided in the Azure Data Studio settings file. + 이 값은 Azure Data Studio 설정 파일에 제공되지 않았습니다. + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + 이 작업은 Docker를 사용해 로컬에 데이터 API 작성기 컨테이너를 배포합니다. 컨테이너는 구성에 따라 {0} API를 노출합니다. + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + 이렇게 하면 모든 규칙이 기본 심각도로 다시 설정되고 '빌드 시 Code Analysis 사용'이 비활성화됩니다. 이 작업은 실행 취소할 수 없습니다. 계속하시겠습니까? + + + Time + 시간 + + + Timestamp + 타임스탬프 + + + To + Label for the end IP address in the firewall rule IP range + + + + To compare two schemas, first select a source schema and target schema, then press compare. + 두 스키마를 비교하려면 먼저 원본 스키마 및 대상 스키마를 선택한 다음, 비교를 누릅니다. + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + 이 명령을 사용하려면 .sql 파일을 열거나, 편집기 언어를 "SQL"로 변경하거나, 현재 SQL 편집기에서 T-SQL 텍스트를 선택하세요. + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + 이 명령을 사용하려면 언어를 "SQL"로 설정해야 합니다. 언어 모드를 변경할지 확인합니다. + + + Toggle Actual Plan + 실제 계획 토글 + + + Toggle Query Result Panel + 쿼리 결과 패널 토글 + + + Toggle SQLCMD Mode + SQLCMD 모드 토글 + + + Toggle Sort + 정렬 토글 + + + Toggle Tooltips + 도구 설명 토글 + + + Toggle actual execution plan collection for SQL queries + SQL 쿼리에 대한 실제 실행 계획 수집을 사용하거나 사용하지 않도록 설정합니다. + + + Toggle all entities in {0} + {0} is the schema name + {0}의 모든 엔터티 토글 + + + Toggle between grid and text view + 그리드 보기와 텍스트 보기 간 전환 + + + Toggle columns for {0} + {0} is the entity name + {0}열 설정/해제 + + + Toggle dark mode + 다크 모드 토글 + + + Toggle filter row + 필터 행 토글 + + + Toggle pre-header row + 프리헤더 행 토글 + + + Toggle selection for {0} + {0} is the connection display name + {0} 선택 영역 설정/해제 + + + Toggle selection for {0} + {0} is the connection group name + {0} 선택 영역 설정/해제 + + + Toggle sort + 정렬 토글 + + + Toggle sorting for the active column + 활성 열에 대한 정렬 전환 + + + Token refreshed successfully. + 토큰이 새로 고쳐졌습니다. + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + 도구 조회 대상: {0} - {1}. + + + Total execution time: {0} + {0} is the elapsed time + 총 실행 시간: {0} + + + Total rows to fetch: + 가져올 총 행: + + + Transaction Log + 트랜잭션 로그 + + + Transfer active connection (Default) + 활성 연결 전송(기본값) + + + Truncate the transaction log + 트랜잭션 로그 잘라내기 + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + 무료 계층 제공으로 Azure SQL Database를 무료로 사용해 보세요! VS Code에서 바로 완전 관리형 클라우드 데이터베이스를 프로비전할 수 있습니다. + + + Try adjusting your search or filters + 검색 또는 필터 조정 시도 + + + Try it + 사용해 보기 + + + Try searching by command name, description, or keybinding. + 명령 이름, 설명 또는 키 바인딩으로 검색해 보세요. + + + Type + 유형 + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + 클립보드에 복사된 URL + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + 선택한 계정에 대한 VS Code Microsoft Entra 토큰을 가져올 수 없습니다. {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + 유효한 토큰을 가져올 수 없습니다. (만료 시간: {0}, 현재 시간: {1}) + + + Unable to determine the server authentication type. + 서버 인증 유형을 확인할 수 없습니다. + + + Unable to execute the command while the extension is initializing. Please try again later. + 확장을 초기화하는 동안 명령을 실행할 수 없습니다. 나중에 다시 시도하세요. + + + Unable to expand. Please check logs for more information. + 확장할 수 없습니다. 자세한 내용은 로그를 확인하세요. + + + Unable to load backup configuration. Please try again. + 백업 구성을 로드할 수 없습니다. 다시 시도하세요. + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + 서버에서 데이터베이스 목록을 로드할 수 없습니다. {0} 데이터베이스 이름을 직접 입력할 수 있습니다. + + + Unable to open Table Explorer: No target node provided. + 테이블 탐색기를 열 수 없습니다. 대상 노드가 제공되지 않았습니다. + + + Unable to read proxy agent options. + 프록시 에이전트 옵션을 읽을 수 없습니다. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + 데이터베이스 목록을 검색할 수 없습니다. 이 서버에서 데이터베이스를 나열할 권한이 없을 수 있습니다. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + 데이터베이스 목록을 검색할 수 없습니다. 이 서버에서 데이터베이스를 나열할 권한이 없을 수 있습니다. 연결에 데이터베이스가 지정되어 있으면 미리 선택됩니다. + + + Unavailable for backups to existing files + 기존 파일에 백업할 수 없음 + + + Understand and document business logic embedded in stored procedures, views, and functions + 저장 프로시저, 보기, 함수에 포함된 비즈니스 논리를 이해하고 문서화하세요. + + + Undo + 실행 취소 + + + Undo All + 모두 실행 취소 + + + Undo All Copilot Changes + 모든 Copilot 변경 실행 취소 + + + Unfreeze columns + 열 고정 해제 + + + Unfreeze columns/rows + 열/행 고정 취소 + + + Unknown + 알 수 없음 + + + Unknown Connection + 알 수 없는 연결 + + + Unknown account + 알 수 없는 계정 + + + Unknown deployment step: {0} + {0} is the deployment step number + 알 수 없는 배포 단계: {0} + + + Unknown error + 알 수 없는 오류 + + + Unknown magic command: %%{0} + {0} is the magic command name + 알 수 없는 매직 명령: %%{0} + + + Unknown object management dialog. + 알 수 없는 개체 관리 대화 상자입니다. + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + 알 수 없는 작업: {0}. 지원되는 작업: add_table, update_table, delete_table, replace_schema, get_schema + + + Unknown tenant ID + 알 수 없는 테넌트 ID + + + Unnamed Profile + 이름 없는 프로필 + + + Unsaved Changes + 저장되지 않은 변경 내용 + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + {0}은(는) Docker에 대해 지원되지 않는 아키텍처입니다. + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + 연결 문자열에서 지원되지 않는 인증 유형: {0} SQL 로그인, 통합, Azure MFA, Active Directory 기본 인증만 지원됩니다. + + + Unsupported by Data API builder. + Data API builder에서 지원하지 않습니다. + + + Unsupported data types detected + 지원되지 않는 데이터 형식이 감지됨 + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + {0}은(는) Docker에 대해 지원되지 않는 플랫폼입니다. + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + 100K vCore 초, 32GB 스토리지 및 백업이 매월 갱신되는 최대 10개의 데이터베이스. + + + Update + 업데이트 + + + Update Database + 데이터베이스 업데이트 + + + Update Script + 스크립트 업데이트 + + + Updating IntelliSense... + IntelliSense를 업데이트하는 중... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + 쿼리 한도를 초과했습니다. 나중에 다시 시도하시거나 요청을 최적화하는 것을 고려해 보세요. + + + Use Microsoft Entra ID authentication to provision and connect to this database. + Microsoft Entra ID 인증을 사용하여 이 데이터베이스를 프로비전하고 연결합니다. + + + Use SQL Authentication with a valid username and password. + 유효한 사용자 이름과 암호로 SQL 인증을 사용하세요. + + + Use T-SQL intellisense and syntax error checking on current document + 현재 문서에서 T-SQL IntelliSense 및 구문 오류 검사 사용 + + + Use discount code {0} to save €200 on registration. + 할인 코드 {0}을(를) 사용하면 등록비에서 €200를 절약할 수 있습니다. + + + Use encryption for this backup + 이 백업에 암호화 사용 + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + 형식: YYYY-MM-DD HH:mm:ss[.SSS] 사용 + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + 자연어를 사용해 시각적 스키마 디자이너 내에서 데이터베이스 스키마를 직접 설계하세요. 스키마를 처음부터 만들고, 기존 설계를 발전시키며, diff 보기를 통해 변경 사항을 검토하고, 외부 아티팩트를 가져올 수 있으며, 모든 작업이 시각적 다이어그램과 T-SQL 스크립트에 실시간으로 반영됩니다. + + + Use the default server setting + 기본 서버 설정 사용 + + + Use {0} to create a new connection. + {0} is the connect command + {0}을(를) 사용하여 새 연결을 만듭니다. + + + Used in API routes and responses + API 경로 및 응답에 사용됨 + + + User + 사용자 + + + User ID + 사용자 ID + + + User Name + 사용자 이름 + + + User databases + 사용자 데이터베이스 + + + User name + 사용자 이름 + + + User name (SQL Login) + 사용자 이름(SQL 로그인) + + + User name is required + 사용자 이름은 필수입니다. + + + Username + 사용자 이름 + + + Username is required + 사용자 이름이 필요합니다. + + + Uses the WITH KEEP_REPLICATION option during restore + 복원할 때 WITH KEEP_REPLICATION 옵션을 사용합니다. + + + Uses the WITH NORECOVERY option during restore + 복원 시 WITH NORECOVERY 옵션을 사용합니다. + + + Uses the WITH REPLACE option during restore + 복원 시 WITH REPLACE 옵션을 사용합니다. + + + Uses the WITH RESTRICTED_USER option during restore + 복원할 때 WITH RESTRICTED_USER 옵션을 사용합니다. + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + {0}을(를) 사용하는 중({1})... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + {0}을(를) 사용하여 요청을 처리하는 중... + + + Validation failed + 유효성 검사 실패 + + + Validation failed. Please check your inputs + 유효성 검사에 실패했습니다. 입력을 확인하세요. + + + Value + + + + Value is required + 값 필요 + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + 벡터 값은 이 편집기에서 읽기 전용입니다. T-SQL을 사용하여 값을 수정하거나 임베딩을 다시 생성하세요. + + + Verify a container image by using the Notation CLI + Notation CLI를 사용하여 컨테이너 이미지를 확인하세요. + + + Verify backup when finished + 완료되면 백업 확인 + + + Verifying Docker engine is ready + Docker 엔진이 준비되었는지 확인하는 중 + + + Verifying Docker is installed on your system + 시스템에 Docker가 설치되어 있는지 확인하는 중 + + + Verifying the API is ready to accept requests + API가 요청을 수락할 준비가 되었는지 확인하는 중 + + + Very Dissatisfied + 매우 불만족 + + + Very Satisfied + 매우 만족 + + + View + 보기 + + + View Config + 구성 보기 + + + View More + 자세히 보기 + + + View Swagger + Swagger 보기 + + + View Table Diagram + 테이블 다이어그램 보기 + + + View known issues + 알려진 문제 보기 + + + View mssql for Visual Studio Code release notes? + Visual Studio Code용 mssql 릴리스 정보를 보시겠습니까? + + + View roadmap + 로드맵 보기 + + + View settings + 설정 보기 + + + View the estimated query execution plan + 예상 쿼리 실행 계획 보기 + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + 실시간 유효성 검사와 실시간 DML 스크립트 미리 보기를 사용하여 대화형 그리드에서 테이블 행을 보고, 추가하고, 편집하고, 삭제하세요. + + + View/configure keybinding + 키 바인딩 보기/구성 + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + {0}에 대한 키 바인딩 보기/구성 + + + View: + 뷰: + + + Views + + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + 이 설정을 적용하려면 Visual Studio Code를 다시 시작해야 합니다. Visual Studio Code를 다시 로드하세요. + + + Visualize and Design Schema + 스키마 시각화 및 디자인 + + + WHERE + WHERE + + + Warehouse + 웨어하우스 + + + Warning + 경고 + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + 경고: 결과 집합이 완전하지 않습니다. {0}/{1}개의 행을 표시 전체 결과 집합을 불러올 수 없습니다. + + + Warnings + 경고 + + + Warnings detected. Please review the changes. + 경고가 검색되었습니다. 변경 내용을 검토하세요. + + + Watch demo + 데모 보기 + + + Watch demos on YouTube + YouTube에서 데모 시청 + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + 머신에서 Docker Desktop이 있는 위치를 찾을 수 없습니다. Docker Desktop을 수동으로 시작하고 다시 시도하세요. + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + 현재 연결 정보를 사용하여 연결할 수 없습니다. 연결을 다시 시도하시겠습니까, 아니면 연결 프로필을 편집하시겠습니까? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + VS Code MSSQL을 즐겨 사용해 주셔서 감사합니다! VS Code 마켓플레이스에 간단한 리뷰를 남겨 주세요. + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + Webview '{0}'이(가) {1}ms 내에 준비되지 않았습니다. + + + Webview was disposed before it became ready + 웹 보기가 준비되기 전에 삭제되었습니다. + + + What I can do for you: + 사용자를 위해 할 수 있는 일: + + + What can we do to improve? + 어떤 점을 개선하면 좋을까요? + + + What's next? + 다음 단계는 무엇인가요? + + + Width cannot be 0 or negative + 너비는 0 또는 음수일 수 없음 + + + Windows Authentication + Windows 인증 + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + VS Code/SSMS에서 작동하며 Microsoft Entra 인증 및 Fabric 액세스 제어를 사용합니다. + + + Workspace + 작업 영역 + + + Workspace is required + 작업 영역이 필요합니다. + + + Write a review + 리뷰 작성 + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + 대화형 결과, 정렬, 필터링 및 Markdown 문서를 갖춘 Visual Studio Code 기본 제공 Jupyter Notebook에서 SQL 쿼리를 작성하고 실행하세요. + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + AI가 추천하는 개선 사항을 반영하여 SQL 쿼리를 작성, 최적화하고 문제를 해결하세요. + + + YYYY-MM-DD HH:mm:ss + YYYY-MM-DD HH:mm:ss + + + Yes + + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + 기존 데이터베이스에 배포하려고 합니다. 이 작업을 수행하면 데이터베이스 스키마가 영구적으로 변경되고 데이터가 손실될 수 있습니다. 계속하시겠습니까? + + + You are not connected to any database. + 데이터베이스에 연결되어 있지 않습니다. + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + MSSQL 확장을 버전 {0}(으)로 업데이트했기 때문에 이 메시지가 표시됩니다. + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + 내보내지 않은 프로파일러 이벤트를 캡처했습니다. 지금 닫으면 캡처된 모든 이벤트가 사라집니다. CSV 파일로 내보내시겠어요? + + + You have unsaved changes. Do you want to save before closing? + 저장하지 않은 변경 내용이 있습니다. 닫기 전에 저장하시겠습니까? + + + You must accept the license + 라이선스에 동의해야 합니다. + + + You must be signed into Azure in order to browse SQL databases. + SQL 데이터베이스를 탐색하려면 Azure에 로그인해야 합니다. + + + You must be signed into Fabric in order to browse SQL databases. + SQL 데이터베이스를 탐색하려면 Fabric에 로그인해야 합니다. + + + You must review and accept the terms to proceed + 계속하려면 사용 약관을 검토하고 동의해야 합니다. + + + Your API is available at: + API는 다음 위치에서 사용할 수 있습니다: + + + Your APIs are available at the following endpoints: + API는 다음 엔드포인트에서 사용할 수 있습니다. + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + 현재 Docker 엔진이 Windows 컨테이너를 실행합니다. SQL Server는 Linux 컨테이너만 지원합니다. Linux 컨테이너로 전환하시겠습니까? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + {0} 리소스에 액세스하려면 계정을 다시 인증해야 합니다. 열기를 눌러 인증 프로세스를 시작하세요. + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + '{0}' 클라이언트 IP 주소에서 연결하려는 '{1}' 서버에 액세스할 수 없습니다. 새 방화벽 규칙을 만드시겠습니까? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + 클라이언트 IP 주소에서 서버에 액세스할 수 없습니다. Microsoft Entra 계정을 추가하고 액세스를 허용하는 새 방화벽 규칙을 만드세요. + + + Your current IP {0} will be added automatically. + {0} is the current IP address + 현재 IP {0}이(가) 자동으로 추가됩니다. + + + Your database will continue running after the free offer limit and you will be charged for overages. + 데이터베이스는 무료 혜택 한도를 넘은 후에도 계속 실행되며, 초과 사용량에 대한 요금이 청구됩니다. + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + 암호는 대문자, 소문자, 숫자(0~9), 특수문자(!, $, #, % 등) 중 3개 이상의 문자를 포함해야 합니다. + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + 테넌트 '{0} ({1})'을(를) 사용하려면 {2} 리소스에 액세스하기 위해 다시 인증해야 합니다. 열기를 눌러 인증 프로세스를 시작하세요. + + + Zone-redundant backup storage + 영역 중복 백업 스토리지 + + + Zoom In + 확대 + + + Zoom Out + 축소 + + + Zoom to Fit + 크기에 맞게 확대/축소 + + + [Optional] Database to connect (press Enter to connect to <default> database) + [옵션] 연결할 데이터베이스(<default> 데이터베이스에 연결하려면 Enter 키 누름) + + + [Optional] Enter a display name for this connection profile + [옵션] 이 연결 프로필의 표시 이름 입력 + + + [Read-only] Pre-filled from the server properties. + [읽기 전용] 서버 속성에서 미리 채워집니다. + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + + + + authenticationType + authenticationType + + + contains + 다음 값 포함 + + + database + 데이터베이스 + + + default + 기본값 + + + delete the saved connection: {0}? + {0} is the connection name + 저장된 연결을 삭제합니다. {0}? + + + does not contain + 다음 값을 포함하지 않음 + + + encrypt + 암호화 + + + ends with + 다음 값으로 끝남 + + + equals + 같음 + + + greater than + 보다 큼 + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + hostname\instance 또는 <server>.database.windows.net 또는 ADO.NET 연결 문자열 + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + Null이 아님 + + + is null + Null임 + + + items + 항목 + + + items per page + 페이지당 항목 + + + items selected + 선택한 항목 + + + less than + 보다 작음 + + + location + 위치 + + + macOS Sierra or newer is required to use this feature. + 이 기능을 사용하려면 macOS Sierra 이상이 필요합니다. + + + none selected + 선택한 항목 없음 + + + not equals + 같지 않음 + + + of + / + + + or + 또는 + + + profiler_events + profiler_events + + + resource group + 리소스 그룹 + + + server + 서버 + + + starts with + 다음 값으로 시작 + + + subscription + 구독 + + + test + 테스트 + + + undefined + 정의되지 않음 + + + untitled + 제목 없음 + + + updatingIntelliSense + updatingIntelliSense + + + vCores + vCore + + + value + + + + x of y selected + x/y 선택됨 + + + {0} (Current Account) + {0} is the account display name + {0} (현재 계정) + + + {0} (filtered) + {0}(필터링됨) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0}({1}%) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0}({1}%): {2} + + + {0} accounts + {0} is the number of accounts + 계정 {0}개 + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + {1}의 {0} 작업 + + + {0} change(s) + {0} is the number of changes + 변경 내용 {0}개 + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0}이(가) '{1}'에서 '{2}'(으로) 변경됨 + + + {0} changes + {0} is the number of property changes + {0}개의 변경 내용 + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + {0}색 조사식({1}) + + + {0} column data + {0} is the number of columns + {0} 열 데이터 + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + {0}개의 연결 그룹을 가져왔음 + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + {0}개의 연결 그룹을 가져왔음 + + + {0} connection imported + {0} is the number of connections imported (singular) + {0}개의 연결을 가져왔습니다. + + + {0} connections imported + {0} is the number of connections imported (plural) + {0}개의 연결을 가져왔습니다. + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {0}에 데이터 API 작성기에서 지원하지 않는 열 형식이 포함되어 있습니다. {1} + + + {0} deleted successfully. + {0} deleted successfully. + {0}이(가) 삭제되었습니다. + + + {0} errors + {0} is the number of errors + 오류 {0}개 + + + {0} events + {0} is the number of events + 이벤트{0}개 + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0}이(가) 닫혔습니다. 복원하시겠습니까? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + {0}개의 잘못된 Entra 계정이 제거되었습니다. 'MS SQL: Microsoft Entra 계정 토큰 캐시 지우기'를 실행하고 다시 로그인해야 할 수 있습니다. + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} 기본 키 열이므로 사용하지 않도록 설정할 수 없습니다. + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0}은(는) 전역적으로 사용하도록 설정되어 있지 않습니다. + + + {0} issue + {0} is the number of issues + {0}개 문제 + + + {0} issues + {0} is the number of issues + 문제 {0}개 + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0}에서 데이터 API 작성기에 사용할 키 필드를 하나 이상 정의해야 합니다. + + + {0} objects found + {0} is the number of objects found + {0}개의 개체 찾음 + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0}/{1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + 선택한 {1} 연결 그룹의 {0}. + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + {0}개 중 {1}개의 연결이 선택되었습니다 + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + {1} 중 {0} 사용 + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {1}개 중 {0}개 규칙 + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0}/{1} 테넌트 + + + {0} password doesn't match the confirmation password + {0} 암호가 확인 암호와 일치하지 않습니다. + + + {0} properties + {0} is the object type + {0} 속성 + + + {0} query + {0} is the Quick Query shortcut name + 쿼리 {0}개 + + + {0} rows + {0} is the number of rows + 행 {0}개 + + + {0} rows returned + {0} is the number of rows returned + 행 {0}개 반환됨 + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + {0}개 행이 선택되었습니다. 요약을 보려면 클릭하세요. + + + {0} rules + {0} is the number of code analysis rules + 규칙 {0}개 + + + {0} selected + {0} is the number of selected filter values + {0}개 선택됨 + + + {0} selected + {0} is the number of selected rows + {0} 선택됨 + + + {0} setting imported + {0} is the number of settings imported (singular) + {0}개의 설정을 가져왔습니다. + + + {0} settings imported + {0} is the number of settings imported (plural) + {0}개의 설정을 가져왔습니다. + + + {0} started successfully. + {0} started successfully. + {0}을(를) 시작했습니다. + + + {0} stopped successfully. + {0} stopped successfully. + {0}이(가) 중지되었습니다. + + + {0} warnings + {0} is the number of warnings + 경고 {0}개 + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0}의 {1}개 문제 + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0}의 {1}개 문제 + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0}, 외 {1}개 더 + + + {0}. {1} + {0} is the status +{1} is the message + {0}. {1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + 이벤트 {0}/{1}개 + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}. {2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0}일 {1}시간 + + + {0}h + {0} is the number of hours + {0}시간 + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0}시간 {1}분 + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0}시간 {1}분 + + + {0}m + {0} is the number of minutes + {0}분 + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0}분 {1}초 + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0}분 {1}초 + + + {0}ms + {0} is the number of milliseconds + {0}밀리초 + + + {0}ms + {0} is the elapsed time in milliseconds + {0}밀리초 + + + {0}s + {0} is the number of seconds + {0}초 + + + {0}s + {0} is the elapsed time in seconds + {0}초 + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ 액세스 권한 부여 + + + ✅ Grant Access (Current) + ✅ 액세스 권한 부여 (현재) + + + ❌ Deny Access + ❌ 액세스 거부 + + + ❌ Deny Access (Current) + ❌ 액세스 거부 (현재) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 저는 MSSQL용 GitHub Copilot 확장으로, Visual Studio Code에서 사용할 수 있는 지능형 SQL 개발 도우미입니다. VS Code에서 직접 SQL 데이터베이스를 연결하고, 탐색하며, 설계 및 발전시키는 데 도움을 드립니다. + + + + + + + Add Connection + 연결 추가 + + + Add Connection Group + 연결 그룹 추가 + + + Add Microsoft Entra Account + Microsoft Entra 계정 추가 + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + 사용자가 입력이 제한된 디바이스에 로그인할 수 있도록 허용합니다. + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + 새 편집기와 열린 SQL 파일은 항상 `mssql.defaultConnectionId`에 지정된 연결에 연결합니다. + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + 실행 시간 제한이 0이면 무제한 대기(시간 제한 없음)를 나타냅니다. + + + Analyze Query Performance + 쿼리 성능 분석 + + + Application Intent + 애플리케이션 의도 + + + Automatically display query results in a new tab instead of the query pane. + 쿼리 창 대신 새 탭에 쿼리 결과를 자동으로 표시합니다. + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + 쿼리 결과가 있는 편집기로 전환할 때 결과 패널을 자동으로 표시합니다. '탭에서 결과 열기'를 사용하도록 설정한 경우에만 적용됩니다. + + + Azure MFA + Azure MFA + + + Background Tasks + 백그라운드 작업 + + + Backup Database... + 데이터베이스 백업... + + + Build Data API... + 빌드 데이터 API... + + + Cancel Connection (MSSQL) + 연결 취소 (MSSQL) + + + Cancel Query (MSSQL) + 쿼리 취소 (MSSQL) + + + Cancel Task + 작업 취소 + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + 활성 편집기의 연결을 새로 연 쿼리 편집기 탭과 SQL 파일로 전달합니다. + + + Change Connection (MSSQL) + 연결 변경 (MSSQL) + + + Change Database (MSSQL) + 데이터베이스 변경 (MSSQL) + + + Change Notebook Connection + Notebook 연결 변경 + + + Change Notebook Database + Notebook 데이터베이스 변경 + + + Choose SQL handler for this file + 이 파일에 대한 SQL 처리기 선택 + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + 결과 표 열의 크기를 자동으로 조정하는 방법을 선택합니다(헤더 + 데이터, 데이터만 또는 자동 크기 조정 사용 안 함). + + + Chooses which Authentication method to use + 사용할 인증 방법을 선택합니다. + + + Clear All Connection Sharing Permissions + 모든 연결 공유 권한 지우기 + + + Clear All Query History + 모든 쿼리 기록 지우기 + + + Clear Filters + 필터 지우기 + + + Clear Finished Tasks + 완료된 작업 삭제 + + + Clear Microsoft Entra account token cache + Microsoft Entra 계정 토큰 캐시 지우기 + + + Clear Pooled Connections + 풀링된 연결 지우기 + + + Command Timeout + 명령 시간 제한 + + + Compare Schemas... + 스키마 비교... + + + Configure up to 10 Quick Queries that execute from commands. + 명령에서 실행되는 빠른 쿼리를 최대 10개까지 구성합니다. + + + Connect (MSSQL) + 연결 (MSSQL) + + + Connect to a SQL Database + SQL Database 연결 + + + Connection Dialog + 연결 대화 상자 + + + Connection Timeout + 연결 시간 제한 + + + Connection groups + 장치 그룹 + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + '사용자 설정'에 정의된 연결 프로필은 명령 팔레트의 'MS SQL: Connect' 명령에서 확인할 수 있습니다. + + + Connections + 연결 + + + Control which grid lines are visible in the results grid. + 결과 표에 표시되는 눈금선을 제어합니다. + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + 새 SQL 편집기 창과 열린 SQL 파일이 자동으로 연결되는 방식을 제어합니다. + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + 메모리에서 필터링 및 정렬할 수 있는 최대 행 수를 제어합니다. 숫자를 초과하는 경우 정렬과 필터링이 비활성화됩니다. 경고: 이 항목을 늘리면 성능에 영향을 미칠 수 있습니다. + + + Copy All + 모두 복사 + + + Copy Cell Messages + 셀 메시지 복사 + + + Copy Connection String + 연결 문자열 복사 + + + Copy Object Name + 개체 이름 복사 + + + Create Azure Function with SQL binding + SQL 입력 바인딩으로 Azure 함수 만들기 + + + Create a Table with Table Designer + 테이블 디자이너를 사용하여 테이블 만들기 + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + 데이터베이스에 새 테이블을 만들거나 테이블 디자이너를 사용하여 기존 테이블을 편집하세요. +변경이 완료되면 '게시' 버튼을 클릭하여 변경 사항을 데이터베이스에 전송하세요. + + + DACPAC/BACPAC Operations... + DACPAC/BACPAC 운영... + + + Default view mode for query results display. + 쿼리 결과 표시를 위한 기본 보기 모드입니다. + + + Delete + 삭제 + + + Delete Connection Group + 연결 그룹 삭제 + + + Delete SQL Container + SQL 컨테이너 삭제 + + + Deploy DACPAC + DACPAC 배포 + + + Disable Actual Plan (MSSQL) + 실제 계획 사용 안 함 (MSSQL) + + + Disable Group By Schema + 스키마별 그룹화 사용 안 함 + + + Disable automatic column sizing + 자동 열 크기 조정 사용 안 함 + + + Disabled + 사용 안 함 + + + Disconnect (MSSQL) + 연결 끊기 (MSSQL) + + + Display name for this Quick Query. + 이 빠른 쿼리의 표시 이름입니다. + + + Display results in a formatted text format. + 결과를 서식이 지정된 텍스트 형식으로 표시합니다. + + + Display results in a tabular grid format (default) + 결과를 표 형식으로 표시합니다(기본값). + + + Do not auto-connect. You must connect each SQL file manually. + 자동으로 연결하지 마세요. 각 SQL 파일을 수동으로 연결해야 합니다. + + + Do not show prompts to display query results in a new tab. + 쿼리 결과를 새 탭에 표시하라는 메시지를 표시하지 않습니다. + + + Drop Database... + 데이터베이스 삭제... + + + Edit Connection Group + 연결 그룹 편집 + + + Edit Connection Sharing Permissions + 연결 공유 권한 편집 + + + Edit Connection... + 연결 편집... + + + Edit Table Data... + 테이블 데이터 편집... + + + Enable Actual Plan (MSSQL) + 실제 계획 사용 (MSSQL) + + + Enable Group By Schema + 스키마별 그룹화 사용 + + + Enable Parameterization for Always Encrypted + Always Encrypted에 매개 변수화 사용 + + + Enable Query History Capture + 쿼리 기록 캡처 사용 + + + Enable SET ANSI_DEFAULTS + SET ANSI_DEFAULTS 사용 + + + Enable SET ANSI_NULLS + SET ANSI_NULLS 사용 + + + Enable SET ANSI_NULL_DFLT_ON + SET ANSI_NULL_DFLT_ON 사용 + + + Enable SET ANSI_PADDING + SET ANSI_PADDING 사용 + + + Enable SET ANSI_WARNINGS + SET ANSI_WARNINGS 사용 + + + Enable SET ARITHABORT option + SET ARITHABORT 옵션 사용 + + + Enable SET CURSOR_CLOSE_ON_COMMIT + SET CURSOR_CLOSE_ON_COMMIT 사용 + + + Enable SET DEADLOCK_PRIORITY option + SET DEADLOCK_PRIORITY 옵션 사용 + + + Enable SET IMPLICIT_TRANSACTIONS + SET IMPLICIT_TRANSACTIONS 사용 + + + Enable SET LOCK TIMEOUT option (in milliseconds) + SET LOCK TIMEOUT 옵션 사용(밀리초) + + + Enable SET NOCOUNT option + SET NOCOUNT 옵션 사용 + + + Enable SET NOEXEC option + SET NOEXEC 옵션 사용 + + + Enable SET PARSEONLY option + SET PARSEONLY 옵션 사용 + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + SET QUERY_GOVERNOR_COST_LIMIT 사용 + + + Enable SET QUOTED_IDENTIFIER + SET QUOTED_IDENTIFIER 사용 + + + Enable SET STATISTICS IO option + SET STATISTICS IO 옵션 사용 + + + Enable SET STATISTICS TIME option + SET STATISTICS TIME 옵션 사용 + + + Enable SET TRANSACTION ISOLATION LEVEL option + SET TRANSACTION ISOLATION LEVEL 옵션 사용 + + + Enable SET XACT_ABORT ON option + SET XACT_ABORT ON 옵션 사용 + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + 결과 표에서 교차 행 배경색(얼룩말 무늬)을 활성화합니다. 색은 현재 VS Code 테마에서 가져옵니다. + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + 테이블에 열이 10개 이상인 경우 스키마 디자이너의 테이블 노드에서 확장/축소 버튼을 활성화하세요. + + + Enabled + 사용 + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + 연결 풀링을 사용하여 전반적인 연결 성능을 향상시킵니다. 이 설정은 기본적으로 사용하지 않도록 설정되어 있습니다. 값을 변경하면 Visual Studio Code를 다시 시작해야 합니다. 풀된 연결을 지우려면 'MS SQL: 풀된 연결 지우기' 명령을 실행하세요. 주의: 서버리스 데이터베이스가 활성 상태로 유지되며 자동 일시 중지가 방지됩니다. + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + MSSQL 확장에서 실험적 기능을 사용하도록 설정합니다. 이 기능은 프로덕션 준비가 되지 않았으며 버그 또는 문제가 있을 수 있습니다. 이 설정을 변경한 후 Visual Studio Code를 다시 시작합니다. + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + 상태 관리가 향상되고 열 표시, 숨기기, 고정을 비롯한 더 많은 열 사용자 지정 옵션을 제공하는 미리 보기 쿼리 결과 그리드 환경을 사용하도록 설정합니다. + + + Estimated Plan (MSSQL) + 예상 실행 계획 (MSSQL) + + + Execute Query (MSSQL) + 쿼리 실행 (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + 선택 영역 또는 현재 문 실행(MSSQL) + + + Explain Query + 쿼리 설명 + + + Export BACPAC + BACPAC 내보내기 + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + 결과 표의 각 행에 추가되는 세로 여백(픽셀)으로 행 밀도를 조절합니다. 유효한 범위: 0-10. + + + Extract DACPAC + DACPAC 추출 + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + 생산성을 높일 수 있는 MSSQL 확장의 더 많은 기능을 숙지하세요. + + + Filter + 필터 + + + Filter your Object Explorer Tree + 개체 탐색기 트리 필터링 + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + 스크립트 생성 + + + Get Started with MSSQL for Visual Studio Code + Visual Studio Code용 MSSQL을 사용하여 시작 + + + Getting Started Guide + 시작 가이드 + + + Hide all grid lines + 모든 눈금선 숨기기 + + + Import BACPAC + BACPAC 가져오기 + + + Import Data... + 데이터 가져오기... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + 쿼리 프로파일러 시작... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + SQL 데이터베이스에 새 연결을 만들거나 연결 대화 상자를 사용하여 기존 연결을 편집하세요. +연결 정보를 입력하거나, 연결 문자열을 사용하거나, Azure 구독을 검색하여 데이터베이스에 연결할 수 있습니다. +[연결 대화 상자 열기](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + 연결 프로필 관리 + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + 쿼리 실행 후 XML 열의 각 값에 대해 저장할 수 있는 최대 문자 수입니다. 기본값: 2,097,152. 유효한 값 범위: 1 ~ 2,147,483,647. + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + 쿼리를 실행한 후 문자/이진 열의 각 값에 대해 저장할 최대 문자/바이트 수입니다. 기본값: 65,535. 유효한 값 범위: 1 ~ 2,147,483,647. + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + Profiler 메모리에 유지할 최대 이벤트 수입니다. 이 제한에 도달하면 이전 이벤트가 삭제됩니다. 프로파일링 세션 중에 더 많은 이벤트를 유지해야 하는 경우 이 값을 늘입니다. + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + 시작 시 제거하려고 하며 mssql.logRetentionMinutes가 만료된 이전 파일의 최대 수입니다. 이 제한으로 인해 정리되지 않은 파일은 다음에 Azure Data Studio를 시작할 때 정리됩니다. + + + Maximum number of rows to return before the server stops processing your query. + 서버가 쿼리 처리를 중지하기 전에 반환할 최대 행 수입니다. + + + Maximum size of text and ntext data returned from a SELECT statement + SELECT 문에서 반환되는 text 및 ntext 데이터의 최대 크기 + + + Migrate from Azure Data Studio + Azure Data Studio에서 마이그레이션 + + + Modify Table Structure... + 테이블 구조 수정... + + + New Database... + 새 데이터베이스... + + + New Deployment + 새 배포 + + + New Query + 새 쿼리 + + + New Query + 새 쿼리 + + + New SQL Notebook + 새 SQL Notebook + + + New Table + 새 테이블 + + + Next Steps with MSSQL for Visual Studio Code + Visual Studio Code용 MSSQL을 사용한 다음 단계 + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + 백 엔드 서비스의 로그 파일을 유지하는 시간(분)입니다. 기본값은 1주일입니다. + + + Number of query history entries to show in the Query History view + 쿼리 기록 보기에 표시할 쿼리 기록 항목 수 + + + Object Explorer filters + 개체 탐색기 필터 + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + 개체 탐색기 트리에 필터를 적용하여 가장 중요한 데이터베이스 개체만 보세요. +먼저 연결 보기에서 대부분의 폴더 옆에 있는 필터 버튼을 클릭하세요. + + + Open Changelog + 변경 로그 열기 + + + Open Execution Plan File + 실행 계획 파일 열기 + + + Open New Query and Connect + 새 쿼리 열기 및 연결 + + + Open Query + 쿼리 열기 + + + Open Query History in Command Palette + 명령 팔레트에서 쿼리 기록 열기 + + + Open Query Profiler (Preview) XEL File + Query Profiler(미리 보기) XEL 파일 열기 + + + Open Shortcuts Configuration + 바로 가기 구성 열기 + + + Open Task Result + 작업 결과 열기 + + + Open in GitHub Copilot Agent + GitHub Copilot 에이전트에서 열기 + + + Open in GitHub Copilot Chat + GitHub Copilot Chat에서 열기 + + + Open in MSSQL extension + MSSQL 확장에서 열기 + + + Pause Query History Capture + 쿼리 기록 캡처 일시 중지 + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + 스크립트의 자동 실행을 방지합니다(예: '상위 1000개 선택'). 이 기능을 켜면 스크립트가 생성될 때 자동으로 실행되지 않습니다. + + + Prompts users to sign in using their browser. + 사용자에게 브라우저를 사용하여 로그인하라는 메시지를 표시합니다. + + + Query History + 쿼리 기록 + + + Query Results + 쿼리 결과 + + + Query editor and query results pane + 쿼리 편집기 및 쿼리 결과 창 + + + Query plan visualization + 쿼리 계획 시각화 + + + Refresh + 새로 고침 + + + Refresh IntelliSense Cache + IntelliSense 캐시 새로 고침 + + + Remove Connection + 연결 제거 + + + Remove Microsoft Entra Account + Microsoft Entra 테넌트 제거 + + + Rename Database... + 데이터베이스 이름 바꾸기... + + + Replication + 복제 + + + Restore Database... + 데이터베이스 복원... + + + Reveal Query Result (MSSQL) + 쿼리 결과 표시 (MSSQL) + + + Rewrite Query + 쿼리 재작성 + + + Run Query + 쿼리 실행 + + + Run Quick Query 1 + 빠른 쿼리 1 실행 + + + Run Quick Query 10 + 빠른 쿼리 10 실행 + + + Run Quick Query 2 + 빠른 쿼리 2 실행 + + + Run Quick Query 3 + 빠른 쿼리 3 실행 + + + Run Quick Query 4 + 빠른 쿼리 4 실행 + + + Run Quick Query 5 + 빠른 쿼리 5 실행 + + + Run Quick Query 6 + 빠른 쿼리 6 실행 + + + Run Quick Query 7 + 빠른 쿼리 7 실행 + + + Run Quick Query 8 + 빠른 쿼리 8 실행 + + + Run Quick Query 9 + 빠른 쿼리 9 실행 + + + Run a SQL Query + SQL 쿼리 실행 + + + SQL Container Name + SQL 컨테이너 이름 + + + SQL Container Version + SQL 컨테이너 버전 + + + SQL Server Extended Events Log + SQL Server 확장 이벤트 로그 + + + SQL Tools (MSSQL) + SQL 도구(MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + 이 빠른 쿼리의 SQL 텍스트입니다. {arg}을(를) 사용하여 선택한 쿼리 편집기 텍스트를 삽입합니다. 그렇지 않으면 추가됩니다. + + + Script as Alter + Alter로 스크립트 + + + Script as Create + Create로 스크립트 + + + Script as Drop + Drop으로 스크립트 + + + Script as Execute + Execute로 스크립트 + + + Search Database Objects... + 데이터베이스 개체 검색... + + + Select Top 1000 + 상위 1,000개 선택 + + + Selected Azure subscriptions for browsing and managing servers and databases + 서버 및 데이터베이스 검색 및 관리를 위해 선택한 Azure 구독 + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + SQL 데이터베이스를 찾아보고 관리하기 위해 선택된 Microsoft Fabric 작업 영역 + + + Send Feedback + 피드백 보내기 + + + Set the font family for the results grid; set to blank to use the editor font + 결과 그리드의 글꼴 패밀리를 설정합니다. 편집기의 글꼴을 사용하려면 빈 값으로 설정합니다. + + + Set the font size for the results grid; set to blank to use the editor size + 결과 그리드의 글꼴 크기를 설정합니다. 편집기 크기를 사용하려면 빈 값으로 설정합니다. + + + Shortcuts handled inside MSSQL views + MSSQL 보기에서 처리되는 바로 가기 + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + BIT 열을 숫자(1 또는 0)로 표시할지 여부. False이면 BIT 열을 'true' 또는 'false'로 표시합니다. + + + Should IntelliSense be enabled + IntelliSense 사용 여부 + + + Should IntelliSense error checking be enabled + IntelliSense 오류 검사 사용 여부 + + + Should IntelliSense quick info be enabled + IntelliSense 빠른 정보 사용 여부 + + + Should IntelliSense suggestions be enabled + IntelliSense 제안 사용 여부 + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + 개인 식별 정보(PII)는 Azure Logs 출력 채널 및 출력 채널 로그 파일에 기록되어야 합니다. + + + Should Query History feature be enabled + 쿼리 기록 기능을 사용해야 할지 여부 + + + Should language service be auto-disabled when extension detects Non-MSSQL files + 확장이 MSSQL이 아닌 파일을 검색할 때 언어 서비스를 자동으로 사용하지 않도록 설정해야 함 + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + 탭 전환 시, 선택한 쿼리 결과와 스크롤 위치를 저장할지 여부(성능에 영향을 미칠 수 있음) + + + Show both horizontal and vertical grid lines + 가로 및 세로 눈금선 모두 표시 + + + Show changelog after extension updates + 확장 업데이트 후 변경 로그 표시 + + + Show only horizontal grid lines + 가로 눈금선만 표시 + + + Show only vertical grid lines + 세로 눈금선만 표시 + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + 빠른 가시성을 위해 편집기 상단에 CodeLens 제안으로 활성 SQL 연결 세부 정보를 표시합니다. + + + Sort and Filter Query Results + 쿼리 결과 정렬 및 필터링 + + + Sort and filter options for query results + 쿼리 결과에 대한 정렬 및 필터링 옵션 + + + Sort and filter your query results to find the data you need quickly. + 쿼리 결과를 정렬하고 필터링하여 필요한 데이터를 빠르게 찾으세요. + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + `.crm.dynamics.com`에 해당하는 소버린 클라우드(선행 점 포함) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + '.database.fabric.microsoft.com'에 해당하는 소버린 클라우드(선행 점 포함) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + '.database.windows.net'에 해당하는 소버린 클라우드(선행 점 포함) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + '.datawarehouse.fabric.microsoft.com'에 해당하는 소버린 클라우드(선행 점 포함) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + '.sql.azuresynapse.net'에 해당하는 소버린 클라우드(선행 점 포함) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + 'https://analysis.windows.net/powerbi/api/'에 해당하는 소버린 클라우드 + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + 'https://api.fabric.microsoft.com/v1/'에 해당하는 소버린 클라우드 + + + Sovereign cloud equivalent for `https://database.windows.net/` + 'https://database.windows.net/'에 해당하는 소버린 클라우드 + + + Sovereign cloud equivalent for `https://vault.azure.net/` + 'https://vault.azure.net/'에 해당하는 소버린 클라우드 + + + Start Query History Capture + 쿼리 기록 캡처 시작 + + + Start SQL Container + SQL 컨테이너 시작 + + + Stop SQL Container + SQL 컨테이너 중지 + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + 테이블 디자이너 + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + 확장이 다시 시작되기 전까지 '저장된 암호'가 비활성화된 연결에 대한 암호를 일시적으로 저장합니다. 이렇게 하면 동일한 세션 내에서 연결을 재사용할 때 암호 프롬프트가 반복되지 않습니다. + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + `mssql.newEditorConnectionBehavior`가 `defaultConnection`으로 설정된 경우 사용할 연결 프로필의 ID(GUID)입니다. 연결 ID는 `settings.json`의 `mssql.connections`에서 찾을 수 있습니다. + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + Microsoft Sovereign Cloud 인증 공급자와 함께 사용할 소버린 클라우드에 대한 MSSQL 관련 추가 사용자 지정 구성입니다. MSSQL에서 이 기능을 사용하려면 'microsoft-sovereign-cloud.environment'를 'custom'으로 설정하고 'microsoft-sovereign-cloud.customEnvironment'에 대한 값을 제공해야 합니다. + + + The color of the connection group. + 연결 그룹의 색입니다. + + + The description of the connection group. + 연결 그룹의 설명입니다. + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + 상태 막대에 표시할 연결 정보의 최대 문자 수입니다. 제한 없이 표시하려면 -1로 설정하세요. + + + The maximum number of recently used connections to store in the connection list. + 연결 목록에 저장할 최근에 사용한 최대 연결 수입니다. + + + The name of the connection group. + 연결 그룹의 이름입니다. + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + 개체 탐색기 노드를 확장하기 위한 시간 제한(초)입니다. 기본값은 45초입니다. + + + The unique identifier for the connection group this connection profile belongs to. + 이 연결 프로필이 속한 연결 그룹의 고유 식별자입니다. + + + The unique identifier for the connection group. + 이 연결 그룹의 고유 식별자입니다. + + + The unique identifier for the parent connection group. + 부모 연결 그룹의 고유 식별자입니다. + + + The unique identifier for this connection profile. + 이 연결 프로필의 고유 식별자입니다. + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + 이 설정은 사용되지 않습니다. 대신 `mssql.newEditorConnectionBehavior`를 사용하세요. 확장은 시작할 때 이 설정을 자동으로 마이그레이션합니다. + + + This setting will be removed in a future release. + 이 설정은 향후 릴리스에서 제거될 예정입니다. + + + Toggle Actual Plan + 실제 계획 토글 + + + Toggle Query Result Panel Visibility (MSSQL) + 쿼리 결과 패널 표시 여부 토글 (MSSQL) + + + Toggle SQLCMD Mode + SQLCMD 모드 토글 + + + True for the messages pane to be open by default; false for closed + 메시지 창을 기본적으로 열어 두려면 True이고 닫으려면 false + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + 쿼리 계획을 확인하여 쿼리가 수행하는 작업을 이해하세요. +쿼리를 실행하지 않고 예상 요금제를 보거나 쿼리 편집기 창 상단의 버튼을 토글하여 쿼리를 실행한 후 실제 요금제를 볼 수 있습니다. + + + Use Database + 데이터베이스 사용 + + + Use column headers and data to size columns automatically + 열 머리글 및 데이터를 사용하여 자동으로 열 크기 조정 + + + Use only column headers to size columns automatically + 열 머리글만 사용하여 자동으로 열 크기 조정 + + + Use only row data to size columns automatically + 행 데이터만 사용하여 자동으로 열 크기 조정 + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + SQL에 대한 Microsoft Entra ID MFA 인증에 VS Code 로그인 계정을 사용합니다. 이 설정을 변경한 후 Visual Studio Code를 다시 시작하세요. + + + View Task Logs + 작업 로그 보기 + + + Visualize a Query Plan + 쿼리 계획 시각화 + + + Visualize and Design Schema... + 스키마 시각화 및 디자인... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + 사용하도록 설정하면 쿼리 결과 메시지 창에서 [모두 복사]를 사용할 때 메시지 타임스탬프도 포함됩니다. + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + 사용하도록 설정하면 활성 연결을 새로 열린 SQL 파일로 자동으로 전송합니다. 사용하지 않도록 설정되면 각 SQL 파일의 데이터베이스에 명시적으로 연결해야 합니다. + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + 사용하도록 설정하면 연결 상태 표시줄 항목의 색상이 연결 그룹의 색상으로 변경됩니다. 이 설정은 기본적으로 사용하지 않도록 설정되어 있습니다. 연결 그룹 폴더의 색상을 직접 사용하며, 현재 VS Code 테마와의 대비를 보장하기 위해 변경되지 않습니다. 사용자는 테마와 잘 어울리는 연결 그룹 색상을 선택해야 합니다. + + + When enabled, connection groups will be collapsed instead of expanded at startup. + 사용하도록 설정하면 시작 시 연결 그룹이 확장되는 대신 축소됩니다. + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + 사용하도록 설정하면 저장된 쿼리 결과 내보내기가 내보내기 후 열립니다. Excel로 내보낸 파일은 시스템 파일 처리기로 열리고, 텍스트로 내보낸 파일은 VS Code에서 열립니다. + + + When enabled, the database objects in Object Explorer will be categorized by schema. + 사용하도록 설정하면 개체 탐색기의 데이터베이스 개체가 스키마로 분류됩니다. + + + Windows Authentication + Windows 인증 + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + SQL 쿼리를 작성하고 데이터베이스에 대해 실행하세요. +'새 탭에서 열기' 단추를 클릭하여 자체 탭에서 쿼리 결과를 볼 수도 있으며, 선택적으로 이를 기본 동작으로 설정할 수도 있습니다. + + + Your first steps for connecting to and developing with a SQL database + SQL 데이터베이스에 연결하고 개발하기 위한 첫 번째 단계 + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [선택 사항] 개체 탐색기 사이드바에서 이 연결 그룹을 정렬하는 데 사용하는 음수가 아닌 숫자입니다. 'order' 값이 있는 그룹이 먼저 낮은 값에서 높은 값 순으로 표시됩니다. 나머지 그룹은 가나다순으로 표시됩니다. + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [선택 사항] 개체 탐색기 사이드바에서 이 연결을 정렬하는 데 사용하는 음수가 아닌 숫자입니다. 'order' 값이 있는 연결이 먼저 낮은 값에서 높은 값 순으로 표시됩니다. 나머지 연결은 가나다순으로 표시됩니다. + + + [Optional] Character used for enclosing text fields when saving results as CSV + [옵션] 결과를 CSV로 저장할 때 텍스트 필드를 묶는 데 사용하는 문자 + + + [Optional] Character(s) used for separating rows when saving results as CSV + [옵션] 결과를 CSV로 저장할 때 행을 분리하는 데 사용하는 문자 + + + [Optional] Configuration options for copying multi-line results from the Results View + [옵션] 결과 뷰에서 여러 줄 결과를 복사하기 위한 구성 옵션 + + + [Optional] Configuration options for copying results from the Results View + [옵션] 결과 뷰에서 결과를 복사하기 위한 구성 옵션 + + + [Optional] Configuration options for which column new result panes should open in + [옵션] 새 결과 창이 열리는 열의 구성 옵션 + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [옵션] SQL Server에 연결할 때 ReadWrite 또는 ReadOnly와 같은 애플리케이션 워크로드 유형을 선언합니다. 자세한 내용은 SQL Server AlwaysOn를 참조하세요. + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [옵션] 결과를 CSV로 저장할 경우 데이터 항목을 분리하기 위한 구분 기호. 쉼표(,), 탭(\t), 세미콜론(;) 또는 파이프(|)와 같은 일반적인 구분 기호 중에서 선택하기 + + + [Optional] Do not show unsupported platform warnings + [옵션] 지원되지 않는 플랫폼 경고 표시 안 함 + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [옵션] 결과를 CSV로 저장할 때 사용되는 파일 인코딩. 대상 응용 프로그램의 호환성에 따라 UTF-8(권장), UTF-16, ASCII 또는 Latin-1 중에서 선택하기 + + + [Optional] Indicates the SQL Server language settings. + [옵션] SQL Server 언어 설정을 나타냅니다. + + + [Optional] Indicates the name of local docker container the connection is on + [선택 사항] 연결이 켜져 있는 로컬 Docker 컨테이너의 이름을 나타냅니다. + + + [Optional] Indicates whether this profile has an empty password explicitly set + [옵션] 이 프로필에 명시적으로 빈 암호가 설정되었는지 여부를 나타냅니다. + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [옵션] 공급자가 DataReader를 통해 표시할 서버 유형을 나타냅니다. + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [옵션] VS Code 콘솔에 디버그 출력 로깅(도움말 -> 개발자 도구 토글) + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [옵션] 백 엔드 서비스의 로그 수준입니다. Azure Data Studio는 시작할 때마다 파일 이름을 생성하며 파일이 이미 있으면 로그 항목이 해당 파일에 추가됩니다. 이전 로그 파일을 정리하려면 logRetentionMinutes 및 logFilesRemovalLimit 설정을 참조하세요. 기본 tracingLevel에서는 많은 양의 로그가 기록되지 않습니다. 세부 정보 표시를 변경하면 로깅이 광범위해지고 로그의 디스크 공간 요구 사항이 커질 수 있습니다. 오류이면 중요가 포함되고 경고이면 오류가 포함되고 정보이면 경고가 포함되고 세부 정보 표시이면 정보가 포함됩니다. + + + [Optional] Should execution time be shown for individual batches + [옵션] 개별 일괄 처리에 대한 실행 시간 표시 여부 + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [옵션] Visual Studio Code의 명령 팔레트에서 쉽게 찾아보고 검색할 수 있도록 이 연결 프로필의 사용자 지정 이름을 지정합니다. + + + [Optional] Specify the SQL Server authentication type. + [옵션] SQL Server 인증 유형을 지정합니다. + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [옵션] 연결할 데이터베이스 이름을 지정합니다. 데이터베이스를 지정하지 않으면 일반적으로 'master'인 기본 사용자 데이터베이스 설정이 사용됩니다. + + + [Optional] Specify the delay between attempts to restore connection. + [옵션] 연결 복원 시도 간 간격을 지정합니다. + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [선택 사항] 시도를 종료하고 오류를 생성하기 전에 명령 실행을 기다리는 시간(초)을 지정합니다. 기본값은 30초입니다. + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [선택 사항] 연결 시도를 종료하고 오류를 생성하기 전에 서버에 대한 연결을 기다리는 시간(초)을 지정하세요. 기본값은 30초입니다. + + + [Optional] Specify the maximum number of connections allowed in the pool. + [옵션] 풀에서 허용된 최대 연결 수를 지정합니다. + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [옵션] 연결을 풀에서 제거/삭제하기 전에 풀에서 생존하는 최소 시간(초)을 지정합니다. + + + [Optional] Specify the minimum number of connections allowed in the pool. + [옵션] 풀에서 허용된 최소 연결 수를 지정합니다. + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [옵션] SQL Server가 로깅에 사용할 애플리케이션의 이름을 지정합니다(기본값: 'vscode-mssql'). + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [옵션] 연결 가능한 데이터베이스의 전체 경로명을 포함하는 기본 파일의 이름을 지정합니다. + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [옵션] SQL Server에 연결하려는 워크스테이션의 이름을 지정합니다. + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [옵션] 장애 조치(failover) 파트너 역할을 하는 SQL Server 인스턴스의 이름이나 네트워크 주소를 지정합니다. + + + [Optional] Specify the number of attempts to restore connection. + [옵션] 연결 복원 시도 횟수를 지정합니다. + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [옵션] SQL Server 인증을 위한 암호를 지정합니다. 연결할 때 암호를 지정하지 않으면 다시 지정하도록 요구됩니다. + + + [Optional] Specify the port number to connect to. + [옵션] 연결할 포트 번호를 지정합니다. + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [옵션] SQL Server와 통신하는 네트워크 패킷의 크기(바이트)를 지정합니다. + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [옵션] SQL Server 인증을 위한 사용자 이름을 지정합니다. 연결할 때 사용자 이름을 지정하지 않으면 다시 지정하도록 요구됩니다. + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [옵션] 연결에 사용할 ADO.NET 연결 문자열입니다. 이 연결에 제공된 다른 옵션은 무시합니다. + + + [Optional] Used by SQL Server in replication. + [옵션] SQL Server 복제에 사용합니다. + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [선택적] 'Mandatory' 또는 'Strict'로 설정하면 SQL Server는 인증서가 설치된 경우 클라이언트와 서버 간의 모든 데이터 전송에 SSL 암호화를 사용합니다. 'Strict'로 설정하면 SQL Server는 클라이언트와 서버 간의 모든 데이터 전송에 TDS 8.0을 사용합니다. 'Strict'는 SQL Server 2022 이상에서 지원됩니다. + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [옵션] 'true'로 설정하면 다중 결과 집합이 반환되고 연결에서 읽을 수 있습니다. + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [옵션] 'true'로 설정하면 SQL Server SSL 인증서는 통신 계층이 SSL을 사용해서 암호화될 경우 자동으로 신뢰할 수 있게 됩니다. Azure SQL Database 연결에 대해서는 'true'로 설정하세요. + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [선택 사항] 'true'로 설정하면 해당 풀에서 연결 개체를 끌어 오거나 필요한 경우 연결 개체를 만들어 해당 풀에 추가합니다. 주의: 서버리스 데이터베이스가 활성 상태로 유지되며 자동 일시 중지가 방지됩니다. + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [옵션] 'true'로 설정하면 AlwaysOn 가용성 그룹이 다른 서브넷에 구성된 경우 활성 서버의 감지 및 연결이 더 빨라집니다. + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [옵션] 'true'로 설정하면, SQL Server 인증의 암호가 MacOS의 키 집합이나 Windows의 Secure Store 같은 운영 체제의 보안 저장소에 저장됩니다. + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [옵션] 'false'로 설정하면, 연결이 열렸거나 계속 열린 상태를 유지할 경우 암호와 같은 보안에 민감한 정보가 연결 정보의 일부로 반환되지 않습니다. + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [선택 사항] 지정한 경우(또한 encrypt=필수 및 trustServerCertificate=false) SQL Server에서 서버 인증서와의 트러스트 유효성을 검사하기 위해 제공된 호스트 이름을 사용합니다. + + + [Optional] When true, column headers are included when saving results as CSV + [옵션] true로 설정하면, 결과를 CSV로 저장할 때 열 머리글이 포함됩니다. + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [필수] 연결할 서버 이름을 지정합니다. Azure SQL Database에는 'hostname instance' 또는 '<server>.database.windows.net'을 사용합니다. + + + auth + 인증 + + + database + 데이터베이스 + + + port + 포트 + + + server + 서버 + + + user + 사용자 + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.pt-BR.xlf b/localization/xliff/vscode-mssql.pt-BR.xlf index 3bf7b0ba32..eb183405a8 100644 --- a/localization/xliff/vscode-mssql.pt-BR.xlf +++ b/localization/xliff/vscode-mssql.pt-BR.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - é obrigatório. - - - $(check) Copied messages - $(check) Mensagens copiadas - - - $(plug) Connect to MSSQL - \$(plug) Conectar ao MSSQL - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - ''mssql.newEditorConnectionBehavior'' está definido como ''defaultConnection'', mas ''mssql.defaultConnectionId'' não está configurado. Novos editores recorrerão à transferência da conexão ativa. - - - '{0}' started. - {0} is the service name - '{0}' foi iniciado. - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <Default> - - - <default> - <default> - - - (0 rows affected) - (0 linhas afetadas) - - - (0 rows) - (0 linhas) - - - (1 row affected) - (1 linha afetada) - - - (Command completed successfully) - (Comando concluído com sucesso) - - - (current) - (atual) - - - (empty) - (vazio) - - - ({0} row(s) affected) - {0} is the number of rows affected - ({0} linha(s) afetada(s)) - - - ({0} row) - {0} is the number of rows (singular) - ({0} linha) - - - ({0} rows affected) - {0} is the number of rows affected - ({0} linhas afetadas) - - - ({0} rows) - {0} is the number of rows (plural) - ({0} linhas) - - - + Add Azure Account - + Adicionar conta do Azure - - - + Add Fabric Account - + Adicionar Conta do Fabric - - - + Create Connection Group - + Criar Grupo de Conexão - - - - - - - - - 0 rows - 0 linhas - - - 0 rows returned - 0 linhas retornadas - - - 1 - 1 - - - 1 row - 1 linha - - - 1 row returned - 1 linha retornada - - - 100K vCore seconds - 100 mil segundos de vCore - - - 32 GB - 32 GB - - - 32 GB storage + 32 GB backup - Armazenamento de 32 GB + backup de 32 GB - - - 60 min - 60 min - - - = - = - - - A SQL editor must have focus before executing this command - Um editor SQL deve ter foco antes de executar este comando - - - A connection is already being established. Please wait for it to complete before running a query. - Uma conexão já está sendo estabelecida. Aguarde a conclusão antes de executar uma consulta. - - - A database with this name already exists on the server - Já existe um banco de dados com esse nome no servidor - - - A firewall rule is required to access this server. - Uma regra de firewall é necessária para acessar este servidor. - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - Um banco de dados transacional altamente integrado e pronto para desenvolvedores que dimensiona, ajusta automaticamente e espelha dados para o OneLake para análise nos serviços do Fabric - - - A predefined global default value for the column or binding. - Um valor padrão global predefinido para a coluna ou associação. - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - Uma consulta está sendo executada para esta sessão do editor. Cancele esta consulta ou aguarde a conclusão. - - - A required .NET runtime could not be found or installed. - O runtime .NET necessário não pôde ser encontrado ou instalado. - - - API Type - Tipo de API - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - Acelere a evolução do esquema ao gerar automaticamente migrações ORM ou scripts de alteração do T-SQL - - - Accept - Aceitar - - - Accept All - Aceitar Tudo - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - Aceite o EULA do SQL Server para implantar um contêiner Docker do SQL Server - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - Acesso negado. Verifique se você tem as permissões necessárias para usar essa ferramenta ou modelo. - - - Access to the XEL file was denied. - O acesso ao arquivo XEL foi negado. - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - O token de acesso expirou para a conexão {0} com o URI {1} - - - Account - Conta - - - Account not found - Conta não encontrada - - - Action - Ação - - - Action Type - Tipo de Ação - - - Actions - Ações - - - Active filters: - Filtros ativos: - - - Actual Elapsed CPU Time - Tempo Real de CPU Decorrido - - - Actual Elapsed Time - Tempo Real Decorrido - - - Actual Number of Rows For All Executions - Número Real de Linhas De Todas as Execuções - - - Add - Adicionar - - - Add Account - Adicionar Conta - - - Add Column - Adicionar Coluna - - - Add Connection - Adicionar Conexão - - - Add Firewall Rule - Adicionar regra de firewall - - - Add Firewall Rule to {0} - {0} is the server name - Adicionar Regra de Firewall a {0} - - - Add MCP server to workspace configuration - Adicionar servidor MCP à configuração do espaço de trabalho - - - Add Row - Adicionar Linha - - - Add Server Connection - Adicionar Conexão de Servidor - - - Add Table - Adicionar Tabela - - - Add a Microsoft Entra account... - Adicionar uma conta do Microsoft Entra... - - - Add account - Adicionar conta - - - Add filter - Adicionar filtro - - - Add filters to modify the SQL query - Adicionar filtros para modificar a consulta SQL - - - Add my client IP ({0}) - {0} is the IP address of the client - Adicionar meu IP do cliente ({0}) - - - Add my subnet IP range - Adicionar meu intervalo de IP de sub-rede - - - Add new column - Adicionar nova coluna - - - Add new foreign key - Adicionar nova chave estrangeira - - - Add tag - Adicionar rótulo - - - Add to VS Code - Adicionar ao VS Code - - - Add to favorites - Adicionar aos favoritos - - - Add to workspace - Adicionar ao espaço de trabalho - - - Added - Adicionado - - - Added column '{0}' - {0} is the column name - Coluna ''{0}'' adicionada - - - Added foreign key '{0}' - {0} is the foreign key name - Chave estrangeira ''{0}'' adicionada - - - Additional parameters - Parâmetros adicionais - - - Additional usage beyond the free amount will be charged at serverless rates. - O uso adicional além da quantidade gratuita será cobrado conforme as taxas sem servidor. - - - Admin Password - Senha de Administrador - - - Admin Username - Nome de Usuário do Administrador - - - Advanced - Avançado - - - Advanced Backup Options - Opções avançadas de backup - - - Advanced Connection Settings - Configurações Avançadas de Conexão - - - Advanced Entity Configuration - Configuração Avançada de Entidade - - - Advanced Options - Opções Avançadas - - - Advanced Publish Options - Opções Avançadas de Publicação - - - Advanced restore options - Opções avançadas de restauração - - - After - Depois - - - All - Todos - - - All Files (*.*) - Todos os Arquivos (*.*) - - - All Schemas - Todos os Esquemas - - - All files - Todos os arquivos - - - All permissions for extensions to access your connections have been cleared. - Todas as permissões para extensões acessarem suas conexões foram limpas. - - - All selected - Todos selecionados - - - All severities - Todas as gravidades - - - Allow Null - Permitir Nulo - - - Allow Nulls - Permitir Nulos - - - Allow null - Permitir nulo - - - Allow this extension to access your connections - Permitir que esta extensão acesse suas conexões - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - Permite que os clientes MCP usem ferramentas genéricas de criação, leitura, atualização e exclusão para esta tabela. - - - Alphabetical - Alfabético - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - Já usado por {0} - - - Alter - Alterar - - - Always Encrypted - Always Encrypted - - - Always show in new tab - Sempre mostrar em uma nova guia - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - Referência de conexão ambígua. Forneça apenas uma de connectionId ou connectionName. - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - Uma conexão ativa é necessária para que o GitHub Copilot entenda o esquema do banco de dados e continue. -Selecione "{0}" para estabelecer uma conexão. - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - Ocorreu um erro ao atualizar os nós. Consulte o canal de saída do MSSQL para obter mais detalhes. - - - An error occurred while copying results: {0} - {0} is the error message - Erro ao copiar os resultados: {0} - - - An error occurred while loading data. - Erro ao carregar dados. - - - An error occurred while processing your request. - Ocorreu um erro ao processar a solicitação. - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - Ocorreu um erro ao remover a conta do Microsoft Entra: {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - Ocorreu um erro ao recuperar linhas: {0} - - - An error occurred: {0} - {0} is the error message - Ocorreu um erro: {0} - - - An unexpected error occurred - Ocorreu um erro inesperado - - - An unexpected error occurred with the language model. Please try again. - Ocorreu um erro inesperado com o modelo de linguagem. Tente novamente. - - - An unknown error occurred. Please try again. - Ocorreu um erro desconhecido. Tente novamente. - - - Analytics-ready by default - Pronto para análise por padrão - - - Analyze static code with customizable rulesets in SQL Database Projects. - Analise o código estático com conjuntos de regras personalizáveis em Projetos de Banco de Dados SQL. - - - And - E - - - Anonymous - Anônimo - - - Append to the existing backup set - Acrescentar ao conjunto de backup existente - - - Application (Client) ID - ID do Aplicativo (Cliente) - - - Application (Client) ID is required. - A ID do Aplicativo (Cliente) é obrigatória. - - - Application Intent - Intenção do Aplicativo - - - Application Name - Nome do Aplicativo - - - Application Version - Versão do Aplicativo - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - A versão do aplicativo deve estar no formato n.n.n ou n.n.n.n em que n é um número (por exemplo, 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - A versão do aplicativo deve estar no formato n.n.n.n em que n é um número (por exemplo, 1.0.0.0) - - - Apply - Aplicar - - - Apply Changes - Aplicar Alterações - - - Apply changes to target - Aplicar alterações ao destino - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - Aplicar sugestões contextuais para sintaxe, relações e restrições SQL - - - Apply failed. Fix the error and retry, or run Schema Compare again. - Falha na aplicação. Corrija o erro e tente novamente ou execute Comparação de Esquemas novamente. - - - Applying changes, this might take a while... - Aplicando alterações. Isso pode demorar um pouco... - - - Approve - Aprovar - - - Are you sure you want to cancel this background task? - Tem certeza de que quer cancelar esta tarefa em segundo plano? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - Tem certeza de que deseja fechar a sessão atual? Todos os eventos capturados serão perdidos. Você pode exportar eventos para CSV na barra de ferramentas antes de fechar. - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - Tem certeza de que deseja excluir o contêiner {0}? Isso removerá tanto o contêiner quanto sua conexão do VS Code. - - - Are you sure you want to delete the selected items? - Tem certeza de que deseja excluir os itens selecionados? - - - Are you sure you want to delete {0}? - {0} is the group name - Tem certeza de que deseja excluir {0}? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - Tem certeza de que deseja excluir {0}? Você também pode excluir suas conexões ou movê-las para a pasta raiz. - - - Are you sure you want to disconnect? - Tem certeza de que deseja desconectar? - - - Are you sure you want to remove {0}? - {0} is the node label - Tem certeza de que deseja remover {0}? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - Tem certeza de que quer desfazer todas as alterações do Copilot? Isso reverterá todas as alterações controladas para seu estado original. - - - Are you sure you want to update the target? - Tem certeza de que deseja atualizar o destino? - - - Are you sure you want to {0}? - {0} is the action being confirmed - Tem certeza de que deseja {0}? - - - Are you sure? - Tem certeza? - - - Ask GitHub Copilot to Fix - Pedir para o GitHub Copilot Corrigir - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - Faça perguntas ou proponha alterações de esquema no chat, e o GitHub Copilot atualizará o esquema instantaneamente no diagrama. - - - At least one API type must be selected. - Pelo menos um tipo de API deve ser selecionado. - - - Auth type - Tipo de autenticação - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - Autentique usando uma entidade de serviço do Microsoft Entra. Insira a ID do Aplicativo (cliente) como o nome de usuário e o segredo do cliente como a senha. Clique no ícone de informações para saber mais. - - - Authenticated - Autenticado - - - Authentication - Autenticação - - - Authentication Library has changed, please reload Visual Studio Code. - A Biblioteca de Autenticação foi alterada, recarregue o Visual Studio Code. - - - Authentication Type - Tipo de Autenticação - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - Erro de autenticação da conta '{0}' (locatário '{1}'). Para resolver isso, será necessário limpar o cache de tokens, o que desconectará todas as contas conectadas. - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - Erro de autenticação da conta. Para resolver isso, será necessário limpar o cache de tokens, o que desconectará todas as contas conectadas. - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - Falha na autenticação devido a uma incompatibilidade de nonce. Feche o Azure Data Studio e tente novamente. - - - Authentication failed due to a state mismatch, please close ADS and try again. - Falha na autenticação devido a uma incompatibilidade de estado. Feche o ADS e tente novamente. - - - Authentication not supported - Autenticação sem suporte - - - Auto Arrange - Organizar Automaticamente - - - Auto Arrange Confirmation - Confirmação de Arranjo Automático - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - O Arranjo Automático reposicionará automaticamente todos os elementos do diagrama com base em algoritmos de layout otimizado. Qualquer posicionamento personalizado que você tenha criado será perdido. Deseja continuar com o arranjo automático do seu diagrama de esquema? - - - Auto-pause - Pausa automática - - - Auto-pause the database until next month - Pausar automaticamente o banco de dados até o próximo mês - - - Auto-scroll - Rolagem automática - - - Auto-scroll disabled - Rolagem automática desabilitada - - - Auto-scroll enabled - Rolagem automática habilitada - - - Automatic tuning features like automatic index creation enabled by default. - Recursos de ajuste automático, como a criação automática de índice, habilitada por padrão. - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - Seleciona automaticamente uma identidade do Microsoft Entra ID disponível de provedores instalados em seu sistema. Clique no ícone de informações para saber mais. - - - Available Servers - Servidores Disponíveis - - - Average: {0} - {0} is the average - Média: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - Média: {0} Contagem: {1} Soma: {2} - - - Avg - Méd - - - Azure (China) - Azure (China) - - - Azure (Public) - Azure (Público) - - - Azure (US Government) - Azure (Governo dos EUA) - - - Azure Account - Conta do Azure - - - Azure Account is required - Uma Conta do Azure é obrigatória - - - Azure Code Grant - Concessão de Código do Azure - - - Azure Data Studio Migration - Migração do Azure Data Studio - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Kit de ferramentas de migração do Azure Data Studio - Agora incluindo Keymap! - - - Azure Data Studio settings file - Arquivo de configurações do Azure Data Studio - - - Azure Databases - Bancos de Dados do Azure - - - Azure Device Code - Código de Dispositivo do Azure - - - Azure MFA - MFA do Azure - - - Azure SQL Database is not supported for backup. - O Banco de Dados SQL do Azure não oferece suporte para backup. - - - Azure SQL Database is not supported for restore. - O Banco de Dados SQL do Azure não oferece suporte para restauração. - - - Azure SQL Managed Instance - Instância Gerenciada de SQL do Azure - - - Azure SQL Server - SQL Server do Azure - - - Azure SQL databases provisioning - Provisionamento dos bancos de dados SQL do Azure - - - Azure Subscriptions - Assinaturas do Azure - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - A conta do Azure '{0}' não foi encontrada. Entre com a conta correta ou selecione outra. - - - Azure sign in failed. - Falha ao entrar no Azure. - - - Azure subscription not found in cache. - Assinatura do Azure não encontrada no cache. - - - Azure: Sign In - Azure: Entrar - - - Azure: Sign In to Azure Cloud - Azure: entrar no Azure Cloud - - - Azure: Sign In with Device Code - Azure: entrar com o Código do Dispositivo - - - BACPAC exported successfully - BACPAC exportado com sucesso - - - BACPAC exported successfully to '{0}' - {0} is the file path - BACPAC exportado com sucesso para "{0}" - - - BACPAC imported successfully - BACPAC importado com sucesso - - - BACPAC imported successfully to database '{0}' - {0} is the database name - BACPAC importado com sucesso para o banco de dados "{0}" - - - Back - Voltar - - - Back to Schema - Voltar ao Esquema - - - Back to preview - Voltar à versão prévia - - - Backup - Backup - - - Backup Database - {0} - {0} is the database name - Banco de Dados de Backup - {0} - - - Backup File - Arquivo de Backup - - - Backup Files - Arquivos de Backup - - - Backup Files (*.bak, *.log, *.trn) - Arquivos de Backup (*.bak, *.log, *.trn) - - - Backup Location - Local do Backup - - - Backup Name - Nome do Backup - - - Backup Storage Redundancy - Redundância do Armazenamento de Backup - - - Backup Type - Tipo de Backup - - - Backup sets to restore - Conjuntos de backup para restaurar - - - Backup the tail of the log - Backup do final do log - - - Backup to a new media set - Backup para um novo conjunto de mídias - - - Batch execution time: {0} - {0} is the batch time - Tempo de execução em lote: {0} - - - Before - Antes - - - Behavior when free offer limit is reached - Comportamento quando o limite da oferta gratuita é atingido - - - Between - Entre - - - Blanks - Lacunas - - - Blob - Blob - - - Blob Container - Contêiner de Blob - - - Blob Container is required - O contêiner de blobs é obrigatório - - - Blob does not contain a valid database backup - O Blob não contém um backup de banco de dados válido - - - Blob is required - Blob obrigatório - - - Block this extension from accessing your connections - Impedir que essa extensão acesse suas conexões - - - Both - Ambos - - - Brightness - Brilho - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - Traga suas conexões, grupos e configurações salvos do Azure Data Studio para a extensão MSSQL e descubra experiências familiares. - - - Browse - Navegar - - - Browse Azure - Procurar no Azure - - - Browse Azure SQL Database tutorials and docs - Navegue pelos tutoriais e documentos do Banco de Dados SQL do Azure - - - Browse Fabric - Navegar no Fabric - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - Procure workspaces do Fabric e provisione bancos de dados SQL no Fabric sem sair do VS Code. - - - Browse files - Procurar arquivos - - - Browse forvpath - Procurar forvpath - - - Browse to Azure Data Studio settings.json - Navegue até settings.json do Azure Data Studio - - - Browse... - Procurar... - - - Build APIs with GitHub Copilot - Criar APIs com o GitHub Copilot - - - Build Data API - Criar API de Dados - - - Build failed with exit code {0} - Falha na compilação com o código de saída {0} - - - Build {0} - Compilar {0} - - - Building {0}... - Compilando {0}… - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - Criptografia interna, regras de firewall e integração do Microsoft Entra ID para proteger seus dados. - - - Bulk Actions - Ações em massa - - - Bulk-logged - Log em Massa - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - Arquivos CSV/TXT (*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - Ferramenta de chamada: {0} com {1}. - - - Cancel - Cancelar - - - Cancel Query - Cancelar Consulta - - - Cancel Task - Cancelar Tarefa - - - Cancel failed: {0} - {0} is the error message - Falha ao cancelar: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - Falha no cancelamento da comparação de esquemas: '{0}' - - - Cancel the query execution in progress - Cancelar a execução da consulta em andamento - - - Canceled - Cancelado - - - Canceling - Cancelando - - - Canceling query - Cancelando a consulta - - - Canceling the query failed: {0} - {0} is the error message - Falha no cancelamento da consulta: {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - Não é possível acessar o soquete do Docker. Seu usuário pode não estar no grupo 'docker', ou o VS Code foi iniciado antes de a associação ao grupo entrar em vigor. Execute 'sudo usermod -aG docker $USER' e, em seguida, saia e entre novamente (ou reinicie) antes de reiniciar o VS Code. - - - Cannot cancel query as no query is running. - Não é possível cancelar a consulta, pois não há consulta em execução. - - - Cannot change session while active - Não é possível alterar a sessão enquanto estiver ativa - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - Não é possível conectar devido aos tokens expirados. Reautentique-se e tente novamente. - - - Cannot create foreign key - Não é possível criar chave estrangeira - - - Cannot delete column because it is part of foreign key relationships. - Não é possível excluir a coluna porque ela faz parte de relacionamentos de chave estrangeira. - - - Cannot delete column because it is referenced by a foreign key. - Não é possível excluir a coluna porque ela é referenciada por uma chave estrangeira. - - - Cannot delete column because it is used by a foreign key. - Não é possível excluir a coluna porque ela é usada por uma chave estrangeira. - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - Não é possível excluir {0}. Existem dependentes incluídos - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - Não é possível excluir {0}. Existem dependentes incluídos, como {1} - - - Cannot generate script without a restore plan - Não é possível gerar script sem um plano de restauração - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - Não é possível incluir {0}. Existem dependentes excluídos - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - Não é possível incluir {0}. Existem dependentes excluídos, como {1} - - - Cannot revert: The column is part of a foreign key that references a deleted table - Não é possível reverter: a coluna faz parte de uma chave estrangeira que faz referência a uma tabela excluída - - - Cannot revert: The referenced table or column has been deleted - Não é possível reverter: a tabela ou coluna referenciada foi excluída - - - Cascade - Cascata - - - Category - Categoria - - - Change - Alterar - - - Change Connection - Alterar conexão - - - Change Database - Alterar Banco de Dados - - - Change Password - Alterar Senha - - - Change Setting - Alterar Configuração - - - Change column width - Alterar a largura da coluna - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Alterar o banco de dados para '{2}' para a conexão '{0}' (ID: {1})? - - - Change the connection for the active SQL document - Alterar a conexão do documento SQL ativo - - - Change the database for the active SQL document - Alterar o banco de dados do documento SQL ativo - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - Alteração {0} de {1} - - - Changed Tables - Tabelas Alteradas - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - Contexto do banco de dados alterado para "{0}" para o documento "{1}" - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Contexto do banco de dados alterado para "{0}" no servidor "{1}" no documento "{2}". - - - Changes - Alterações - - - Changes ({0}) - {0} is the number of schema changes - Alterações ({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - Alterações aplicadas com sucesso. Execute Comparação de Esquemas novamente para ver as diferenças atualizadas. - - - Changes published successfully - Alterações publicadas com sucesso - - - Changes saved successfully. - Alterações salvas com sucesso. - - - Changes view mode - Modo de exibição de alterações - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Alterando o contexto do banco de dados para "{0}" no servidor "{1}" no documento "{2}". - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Alterando o banco de dados para '{2}' para a conexão '{0}' (ID: {1}) - - - Chat - Chat - - - Chat command not available in this VS Code version - Comando de chat não disponível nesta versão do VS Code - - - Check Constraint - Restrição CHECK - - - Check Constraints - Restrições CHECK - - - Checking Docker Engine Configuration - Verificando a configuração do Docker Engine - - - Checking Docker engine - Verificando o mecanismo do Docker - - - Checking Docker installation - Verificando a instalação do Docker - - - Checking Docker prerequisites... - Verificando os pré-requisitos do Docker... - - - Checking container readiness - Verificando a preparação do contêiner - - - Checking if Docker is installed - Verificando se o Docker está instalado - - - Checking if Docker is installed on your machine - Verificando se o Docker está instalado na sua máquina - - - Checking if Docker is running on your machine. If not, we'll start it for you. - Verificando se o Docker está em execução no seu computador. Caso contrário, iniciaremos para você. - - - Checking if Docker is started - Verificando se o Docker foi iniciado - - - Checking if the Docker Engine is configured correctly on your machine. - Verificando se o Docker Engine está configurado corretamente em seu computador. - - - Checking pre-requisites - Verificando pré-requisitos - - - Choose An Action - Escolher uma Ação - - - Choose Existing - Escolher Existente - - - Choose Query History - Escolher o Histórico de Consultas - - - Choose SQL Language - Escolher linguagem SQL - - - Choose a Microsoft Entra account - Escolha uma conta do Microsoft Entra - - - Choose a Microsoft Entra tenant - Escolha um locatário do Microsoft Entra - - - Choose a connection profile from the list below - Escolha um perfil de conexão da lista abaixo - - - Choose a database - Escolha um banco de dados - - - Choose a database from the list below - Escolha um banco de dados na lista abaixo - - - Choose a hostname for the container - Escolha um nome de hospedeiro para o contêiner - - - Choose a name for the SQL Server Docker Container - Escolha um nome para o contêiner Docker do SQL Server - - - Choose a port to host the SQL Server Docker Container - Escolha uma porta para hospedar o contêiner SQL Server Docker - - - Choose an option to provision a database - Escolha uma opção para provisionar um banco de dados - - - Choose color - Escolher a cor - - - Choose the Right Version - Escolher a Versão Certa - - - Choose the behavior for new editors - Escolha o comportamento para novos editores - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - Escolha se esse procedimento armazenado aparece como uma mutação ou consulta do GraphQL. O DAB usa como padrão a mutação. - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - Referência circular detectada: ''{0}'' → ''{1}'' cria um ciclo - - - Clear - Limpar - - - Clear All - Limpar Tudo - - - Clear All Filters - Limpar Todos os Filtros - - - Clear Data - Limpar Dados - - - Clear Filter - Limpar Filtro - - - Clear Filters - Limpar Filtros - - - Clear Quick Query - Limpar Consulta Rápida - - - Clear Recent Connections List - Limpar Lista de Conexões Recentes - - - Clear Selection - Limpar Seleção - - - Clear Sort - Limpar Classificação - - - Clear all - Limpar tudo - - - Clear all events (keeps session running) - Limpar todos os eventos (mantém a sessão em execução) - - - Clear all filters - Limpar todos os filtros - - - Clear all filters and show all events - Limpar todos os filtros e mostrar todos os eventos - - - Clear all grouping - Limpar todo o agrupamento - - - Clear all sorting - Limpar toda a classificação - - - Clear cache and refresh token - Limpar cache e atualizar token - - - Clear filters - Limpar filtros - - - Clear from recent connections list - Limpar da lista de conexões recentes - - - Clear permissions for all extensions to access your connections - Limpar permissões para todas as extensões acessarem suas conexões - - - Clear quick filter and all column filters - Limpar o filtro rápido e todos os filtros de coluna - - - Clear this Quick Query - Limpar esta Consulta Rápida - - - Clear token cache - Limpar o cache do token - - - Click to cancel loading summary - Clique para cancelar o carregamento do resumo - - - Click to change connection - Clique para alterar a conexão - - - Click to change database - Clique para alterar o banco de dados - - - Click to connect to a database - Clique para se conectar a um banco de dados - - - Click to load summary - Clique para carregar o resumo - - - Click to sign into an Azure account - Clique para entrar em uma conta do Azure - - - Client Secret - Segredo do Cliente - - - Client secret is required. - O segredo do cliente é obrigatório. - - - Close - Fechar - - - Close Designer - Fechar o Designer - - - Close Find - Fechar pesquisa - - - Close Script Pane - Fechar Painel de Script - - - Close Without Export - Fechar sem Exportar - - - Close details panel - Fechar painel de detalhes - - - Close existing connections to destination database - Fechar conexões existentes com o banco de dados de destino - - - Close properties pane - Fechar painel de propriedades - - - Close the current connection - Fechar a conexão atual - - - Cloud - Nuvem - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis – {0} - - - Code analysis rules saved successfully - Regras do Code Analysis salvas com sucesso - - - Collapse - Recolher - - - Collapse All - Recolher Tudo - - - Collapse Subscription Explorer - Recolher o Explorador de Assinaturas - - - Collapse Workspace Explorer - Recolher o Navegador de Espaços de Trabalho - - - Collapse all groups - Recolher todos os grupos - - - Collapse connection groups - Recolher grupos de conexões - - - Collapse connections - Recolher conexões - - - Collapse settings - Recolher configurações - - - Collapse {0} - {0} is the category name, e.g. Design - Recolher {0} - - - Collation - Ordenação - - - Color - Cor - - - Column - Coluna - - - Column '{0}' already exists - {0} is the column name - A coluna '{0}' já existe - - - Column '{0}' already has a foreign key - {0} is the column name - A coluna '{0}' já tem uma chave estrangeira - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - A coluna '{0}' não pode ser nula porque é uma chave primária - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - Coluna '{0}' é uma coluna de identidade e não pode ter uma chave estrangeira em cascata - - - Column '{0}' must be a primary key - {0} is the referenced column - A coluna ''{0}'' deve ser uma chave primária - - - Column '{0}' not found - {0} is the column name - Coluna ''{0}'' não encontrada - - - Column Name - Nome da Coluna - - - Column max length cannot be empty - O comprimento máximo da coluna não pode estar vazio - - - Column name cannot be empty - O nome da coluna não pode estar vazio - - - Column not found: {0} - {0} is the column reference - Coluna não encontrada: {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - Referência de coluna resolvida para mais de uma coluna: {0} - - - Column resize by content - Redimensionar coluna conforme o conteúdo - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - A largura da coluna deve ser de pelo menos {0} pixels. - - - Columns - Colunas - - - Columns in the primary key. - Colunas na chave primária. - - - Command Timeout - Tempo Limite do Comando - - - Commands - Comandos - - - Compare - Comparar - - - Compare Azure SQL Database service tiers - Comparar as camadas de serviço do Banco de Dados SQL do Azure - - - Compare SQL Server editions - Comparar edições do SQL Server - - - Comparison Details - Detalhes da Comparação - - - Compatibility Level - Nível de Compatibilidade - - - Compress backup - Compactar backup - - - Compression - Compactação - - - Compute - Computação - - - Compute + Storage - Computação + Armazenamento - - - Config copied to clipboard - Configuração copiada para a área de transferência - - - Configuration saved. - Configuração salva. - - - Configuration sections - Seções de configuração - - - Configuration to Import - Configuração a ser Importada - - - Configure Linux containers - Configure contêineres Linux - - - Configure Quick Query and Extension shortcuts. - Configure os atalhos da Consulta Rápida e da Extensão. - - - Configure Rosetta in Docker Desktop - Configurar o Rosetta no Docker Desktop - - - Configure and customize Azure SQL Databases - Configurar e personalizar Bancos de Dados SQL do Azure - - - Configure and customize SQL Server containers - Configure e personalize contêineres do SQL Server - - - Configure keyboard shortcuts used by the MSSQL extension. - Configure os atalhos de teclado usados pela extensão MSSQL. - - - Configure the full list of Query Editor shortcuts. - Configure a lista completa de atalhos do Editor de Consultas. - - - Confirm Password - Confirmar a senha - - - Confirm SQL Server admin password - Confirmar SQL Server senha de administrador - - - Confirm admin password - Confirmar senha de administrador - - - Confirm new password - Confirmar nova senha - - - Confirm to clear recent connections list - Confirme para limpar a lista de conexões recentes - - - Confirm to remove this profile. - Confirme para remover este perfil. - - - Conjunction - Conjunção - - - Connect - Conectar - - - Connect and manage database connections - Conectar e gerenciar conexões de banco de dados - - - Connect the active SQL document to a database - Conectar o documento SQL ativo a um banco de dados - - - Connect to Database - Conectar ao Banco de Dados - - - Connect to MSSQL - Conectar-se ao MSSQL - - - Connect to SQL Server - Conectar ao SQL Server - - - Connect to Server - Conectar-se ao Servidor - - - Connect to a database - Conectar a um banco de dados - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - Conectar ao servidor {0} e ao banco de dados {1}? - - - Connect to server {0}? - {0} is the server name - Conectar-se ao servidor {0}? - - - Connect to {0} - {0} is the name of the connection profile - Conectar-se a {0} - - - Connect using either Microsoft Entra ID or SQL Authentication. - Conecte-se usando o Microsoft Entra ID ou a autenticação SQL. - - - Connect using profile {0}? - {0} is the profile ID - Conectar-se usando o perfil {0}? - - - Connect with SQL tools and run your first query - Conecte-se com as ferramentas do SQL e execute sua primeira consulta - - - Connect with the current settings and save the connection profile - Conectar-se com as configurações atuais e salvar o perfil de conexão - - - Connected successfully - Conectado com sucesso - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - Conectado ao servidor "{0}" no documento "{1}". Informações do Servidor: {2} - - - Connected to {0} - {0} is the connection label - Conectado a {0} - - - Connected to: - Conectado a: - - - Connecting - Conectando - - - Connecting to Container - Conectando ao Contêiner - - - Connecting to Database - Conectando-se ao Banco de Dados - - - Connecting to database - Conectando ao banco de dados - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - Conectando-se ao servidor "{0}" no documento "{1}". - - - Connecting to server {0} - {0} is the server name - Conectando ao servidor {0} - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - Conectando ao servidor {0} e ao banco de dados {1} - - - Connecting to server... - Conectando ao servidor... - - - Connecting to your SQL Server Docker container - Conectando-se ao seu contêiner Docker do SQL Server - - - Connecting to {0}... - {0} is the server name - Conectando a {0}... - - - Connecting to {0}... - {0} is the connection display name - Conectando a {0}... - - - Connecting to: - Conectando-se a: - - - Connecting using profile {0} - {0} is the profile ID - Conectando usando o perfil {0} - - - Connecting... - Conectando-se... - - - Connection - Conexão - - - Connection Authentication - Autenticação de Conexão - - - Connection Details - Detalhes da Conexão - - - Connection Dialog - Caixa de Diálogo de Conexão - - - Connection Error - Erro de Conexão - - - Connection Failed - Falha na Conexão - - - Connection Group - Grupo de Conexões - - - Connection Import Warning - Aviso de Importação de Conexão - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - Não foi possível atualizar o Perfil de Conexão. Modifique os detalhes da conexão manualmente em settings.json e tente novamente. - - - Connection String - Cadeia de Conexão - - - Connection Timeout - Tempo Limite de Conexão - - - Connection Timeout (seconds) - Tempo limite de conexão (segundos) - - - Connection actions - Ações de conexão - - - Connection error - Erro de conexão - - - Connection error: {0} - {0} is the error message - Erro de conexão: {0} - - - Connection failed - Falha na conexão - - - Connection failed: {0} - {0} is the error message from the connection attempt - Falha na conexão: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - Grupo de conexões com o mesmo ID já importado: {0} (ID: {1}) - - - Connection groups to import - Grupos de conexões a serem importados - - - Connection is not active. Please establish a connection before performing this action. - A conexão não está ativa. Estabeleça uma conexão antes de executar esta ação. - - - Connection not found for uri "{0}". - {0} is the uri - Conexão não encontrada para o URI “{0}”. - - - Connection profile '{0}' not found. - {0} is the profile ID - Perfil de conexão '{0}' não encontrado. - - - Connection profile not found. Please create a new connection using the Connection Dialog. - Perfil de conexão não encontrado. Crie uma nova conexão usando a caixa de diálogo Conexão. - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - Permissão de compartilhamento de conexão negada para a extensão: "{0}". Use os comandos de gerenciamento de permissão para alterar isso. - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - A permissão de compartilhamento de conexão é necessária para a extensão: "{0}" - - - Connection string copied to clipboard - Cadeia de conexão copiada para a área de transferência - - - Connection string is required - A cadeia de conexão é obrigatória - - - Connection test succeeded - Teste de conexão bem-sucedido - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - Não foi encontrada uma conexão com a ID "{0}". Verifique se a ID de conexão existe. - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Conexão com o mesmo ID já importada: {0} (ID: {1}) - - - Connection: {0} - {0} is the task connection label - Conexão: {0} - - - Connections in groups that are not selected will be moved under the root. - As conexões em grupos que não forem selecionados serão movidas para a raiz. - - - Connections to import - Conexões a serem importadas - - - Consider adding a name for this foreign key - Considere adicionar um nome para esta chave estrangeira - - - Container Name - Nome do Contêiner - - - Container Settings - Configurações do contêiner - - - Container does not exist. Would you like to remove the connection? - O contêiner não existe. Deseja remover a conexão? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - O contêiner não conseguiu iniciar dentro do período de tempo limite. Aguarde alguns minutos e tente novamente. - - - Container logs - Logs de contêiner - - - Container name and port are required to check container readiness. - Nome do contêiner e porta são obrigatórios para verificar a preparação do contêiner. - - - Container name is invalid or already in use - O nome do contêiner é inválido ou já está em uso - - - Container name is required - O nome do contêiner é obrigatório - - - Container name, port, and config content are required to start the container. - Nome do contêiner, porta e conteúdo da configuração são obrigatórios para iniciar o contêiner. - - - Containment Type - Tipo de Contenção - - - Contains - Contém - - - Continue - Continuar - - - Continue Editing - Continuar Editando - - - Continue on error - Continuar em caso de erro - - - Continue using for additional charges - Continuar usando para cobranças adicionais - - - Control the results grid display - Controlar a exibição da grade de resultados - - - Copied - Copiado - - - Copied "{0}" to clipboard - {0} is the object name - Copiado "{0}" para a área de transferência - - - Copied to clipboard - Copiado para a área de transferência - - - Copilot Changes - Alterações do Copilot - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Alterações do Copilot ({0}) - - - Copy - Copiar - - - Copy & Export - Copiar e Exportar - - - Copy All - Copiar Tudo - - - Copy As - Copiar como - - - Copy Column Name - Copiar nome da coluna - - - Copy Headers - Copiar Cabeçalhos - - - Copy Object Name - Copiar Nome do Objeto - - - Copy Script - Copiar o Script - - - Copy Script to Clipboard - Copiar o Script para a Área de Transferência - - - Copy all cells including column headers - Copiar todas as células, incluindo os cabeçalhos de coluna - - - Copy all query result content - Copiar todo o conteúdo do resultado da consulta - - - Copy all text output for this cell (messages, PRINT, errors) - Copiar toda a saída de texto para esta célula (mensagens, PRINT, erros) - - - Copy all with headers - Copiar tudo com cabeçalhos - - - Copy as CSV - Copiar como CSV - - - Copy as IN clause - Copiar como cláusula IN - - - Copy as INSERT - Copiar como INSERT - - - Copy as INSERT INTO - Copiar como INSERT INTO - - - Copy as JSON - Copiar como JSON - - - Copy code and open webpage - Copiar o código e abrir a página da Web - - - Copy command to clipboard - Copiar o comando para a área de transferência - - - Copy connection string to clipboard - Copiar a cadeia de conexão para a área de transferência - - - Copy data and save results to files - Copiar os dados e salvar os resultados nos arquivos - - - Copy link - Copiar link - - - Copy messages - Copiar mensagens - - - Copy script - Copiar o script - - - Copy selected cells including column headers - Copiar as células selecionadas, incluindo os cabeçalhos de coluna - - - Copy selected cells to the clipboard - Copiar as células selecionadas para a área de transferência - - - Copy selection - Copiar seleção - - - Copy selection formatted as INSERT statements - Copiar a seleção formatada como instruções INSERT - - - Copy selection formatted as JSON - Copiar a seleção formatada como JSON - - - Copy selection formatted as a SQL IN clause - Copiar a seleção formatada como cláusula SQL IN - - - Copy selection formatted as comma-separated values - Copiar seleção formatada como valores separados por vírgula - - - Copy text data to clipboard - Copiar dados de texto para a área de transferência - - - Copy with Headers - Copiar com Cabeçalhos - - - Copy with headers - Copiar com cabeçalhos - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - Copiar {0} URL - - - Copy-only Backup - Backup somente cópia - - - Copying results... - Copiando resultados... - - - Cost - Custo - - - Could not connect to database: {0} - {0} is the database name - Não foi possível conectar ao banco de dados: {0} - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - Não foi possível detectar o endereço IP do cliente. Adicione uma regra de firewall manualmente no portal do Azure. - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - Não foi possível localizar metadados de script para {0} "{1}". - - - Could not load restore plan - Não foi possível carregar o plano de restauração - - - Count - Número - - - Count: {0} - {0} is the count - Contagem: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - Contagem: {0} Contagem distinta: {1} Contagem nula: {2} - - - Create - Criar - - - Create Connection Group - Criar Grupo de Conexão - - - Create Connection Profile - Criar Perfil de Conexão - - - Create Container - Criar Contêiner - - - Create Database - Criar Banco de Dados - - - Create Firewall Rule - Criar Regra de Firewall - - - Create Local SQL Container - Criar Contêiner SQL Local - - - Create New - Criar - - - Create New Connection Group - Criar Novo Grupo de Conexões - - - Create New Resource Group - Criar novo grupo de recursos - - - Create New Server - Criar Novo Servidor - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - Crie pontos de extremidade REST, GraphQL e MCP para suas tabelas de banco de dados SQL de uma interface visual dentro Visual Studio Code. Defina entidades, permissões e configurações de implantação – em seguida, implante localmente com o Docker. - - - Create a Local Docker SQL Server - Criar um SQL Server Local no Docker - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - Crie um contêiner do SQL Server em segundos—sem etapas manuais necessárias. Gerencie facilmente pela extensão MSSQL sem sair do VS Code. - - - Create a SQL database in Fabric - Criar um banco de dados SQL no Fabric - - - Create a new connection profile - Criar um novo perfil de conexão - - - Create a new database on '{0}'. - {0} is the name of the server - Criar um novo banco de dados em "{0}". - - - Create a new firewall rule - Crie uma nova regra de firewall - - - Create a new profiling session - Criar uma nova sessão de criação de perfil - - - Create an Azure SQL Database (Preview) - Criar um Banco de Dados SQL do Azure (Versão Prévia) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - Crie e gerencie atalhos de teclado para consultas usadas com frequência, bem como ações de editor de consultas e grade de resultados, para descobrir comandos disponíveis e executá-los com mais eficiência. - - - Create as Script - Criar como Script - - - Create new - Criar - - - Create new connection copied from {0} - {0} is the name of the connection profile - Criar conexão copiada de {0} - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - Criar nova regra de firewall para {0} - - - Created table {0} - {0} is the qualified table name - Tabela criada {0} - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - Cria uma ferramenta MCP dedicada para este procedimento armazenado. Quando desabilitado, o procedimento ainda poderá estar disponível por meio de ferramentas de execução MCP genéricas, se o MCP estiver habilitado. - - - Creating Container - Criando Contêiner - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - Criando Banco de Dados SQL para o workspace {0} - - - Creating SQL Server container... - Criando SQL Server contêiner... - - - Creating and starting the container - Criando e iniciando o contêiner - - - Creating and starting your SQL Server container - Criando e iniciando seu contêiner do SQL Server - - - Creating database - Criando o banco de dados - - - Creating resource group... - Criando grupo de recursos... - - - Creating server... - Criando servidor... - - - Creating session... - Criando sessão... - - - Creating workspace with capacity {0} - {0} is the capacity ID - Criando workspace com capacidade {0} - - - Creating... - Criando... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - Erro de credencial: ocorreu um erro ao tentar atualizar as credenciais da conta. Autentique-se novamente. - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - Erro de Credencial: ocorreu um erro ao tentar atualizar as credenciais da conta. Autentique-se novamente. Erro: {0} - - - Current Schema: {0}, Select the new schema: - Esquema atual: {0}, selecione o novo esquema: - - - Currently signed in as: - Conectado atualmente como: - - - Custom GraphQL Plural Type - Tipo plural do GraphQL personalizado - - - Custom GraphQL Singular Type - Tipo singular do GraphQL personalizado - - - Custom GraphQL Type - Tipo de GraphQL personalizado - - - Custom REST Path - Caminho REST personalizado - - - Custom Zoom - Zoom Personalizado - - - Customize keyboard shortcuts - Personalizar atalhos de teclado - - - DAB container failed to become ready within the timeout period. - O contêiner DAB não ficou pronto dentro do período limite. - - - DAB container is running! - O contêiner DAB está em execução! - - - DAB container logs - Logs de contêiner do DAB - - - DACPAC deployed successfully - DACPAC implantado com sucesso - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - DACPAC implantado com sucesso no banco de dados "{0}" - - - DACPAC extracted successfully - DACPAC extraído com sucesso - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC extraído com sucesso para "{0}" - - - DACPAC path not found. Please build the project first. - Caminho do DACPAC não encontrado. Primeiro, crie o projeto. - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - O serviço DacFx não está disponível. Perfil carregado sem opções de implantação. Não é possível executar operações de publicação e geração de script. - - - DacFx service is not available. Publish and generate script operations cannot be performed. - O serviço DacFx não está disponível. Não é possível executar operações de publicação e geração de script. - - - Data API builder - Construtor de API de dados - - - Data API builder Configuration - Configuração do Construtor de API de Dados - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - Construtor de API de dados aberto. Continuar com {0} operações ({1}/{2}). - - - Data API builder with GitHub Copilot - Construtor de API de dados com GitHub Copilot - - - Data Source - Fonte de Dados - - - Data Type - Tipo de Dados - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - Os dados são replicados automaticamente para o OneLake em tempo real com um ponto de extremidade de análise do SQL. - - - Data file folder - Pasta de arquivos de dados - - - Data type - Tipo de dados - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - Incompatibilidade de tipo de dados: ''{0}'' na coluna ''{1}'' incompatível com ''{2}'' em ''{3}'' - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - Importação e exportação do aplicativo da camada de dados (DACPAC/BACPAC) - - - Data-tier Application - Aplicativo da Camada de Dados - - - Data-tier Application File (.dacpac) - Arquivo do Aplicativo da Camada de Dados (.dacpac) - - - Database - Banco de dados - - - Database - {0} - {0} is the database name - Base de dados - {0} - - - Database Description - Descrição do Banco de Dados - - - Database Details - Detalhes do Banco de Dados - - - Database Name - Nome do Banco de Dados - - - Database Name is required - O Nome do Banco de Dados é obrigatório - - - Database Project - Projeto de Banco de Dados - - - Database changed successfully - Banco de dados alterado com sucesso - - - Database is required - Banco de dados obrigatório - - - Database list - Lista de bancos de dados - - - Database name - Nome do banco de dados - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - O nome do banco de dados contém caracteres inválidos. Evite usar: < > * ? " / \ | - - - Database name is required - O nome do banco de dados é obrigatório - - - Database name is too long. Maximum length is 128 characters - O nome do banco de dados é muito longo. O comprimento máximo é de 128 caracteres - - - Database name must be 128 characters or fewer - O nome do banco de dados deve ter 128 caracteres ou menos - - - Database not found on the server - Banco de dados não encontrado no servidor - - - Database pauses until the next billing cycle when free amount is renewed. - O banco de dados pausa até o próximo ciclo de cobrança quando o valor gratuito é renovado. - - - Database the table is created in - Banco de dados em que a tabela é criada - - - Default - Padrão - - - Default Value - Valor Padrão - - - Define who can access this endpoint - Definir quem pode acessar esse ponto de extremidade - - - Define who can execute this stored procedure - Definir quem pode executar este procedimento armazenado - - - Definition - Definição - - - Definition type - Tipo de definição - - - DefinitionRequestCompleted - DefinitionRequestCompleted - - - DefinitionRequested - DefinitionRequested - - - Delete - Excluir - - - Delete 1 row - Excluir 1 linha - - - Delete Confirmation - Excluir Confirmação - - - Delete Contents - Excluir Conteúdos - - - Delete Row - Excluir Linha - - - Delete backup and restore history - Excluir histórico de backup e restauração - - - Delete saved connection - Excluir conexão salva - - - Delete {0} rows - Excluir {0} linhas - - - Deleted - Excluído - - - Deleted column '{0}' - {0} is the column name - Coluna ''{0}'' excluída - - - Deleted foreign key '{0}' - {0} is the foreign key name - Chave estrangeira ''{0}'' excluída - - - Deleted table {0} - {0} is the qualified table name - Tabela excluída {0} - - - Deleting Container... - Excluindo Contêiner... - - - Deny - Negar - - - Deploy - Implantar - - - Deploy DAB Container - Implantar Contêiner DAB - - - Deploy a .dacpac file to a new or existing SQL database - Implantar um arquivo .dacpac em um banco de dados SQL novo ou existente - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - Implante e extraia arquivos .dacpac ou importe/exporte pacotes .bacpac usando um fluxo de trabalho integrado e simplificado na extensão MSSQL. - - - Deploy to Existing Database - Implantar no Banco de Dados Existente - - - Deploy, extract, import, or export data-tier applications on the selected database - Implantar, extrair, importar ou exportar aplicativos da camada de dados no banco de dados selecionado - - - Deploying DACPAC... - Implantando DACPAC... - - - Deployment Complete - Implantação Concluída - - - Deployment Failed - Falha na Implantação - - - Deployment Name - Nome da Implantação - - - Deployment failed - Falha na implantação - - - Deployment finished - Implantação concluída - - - Deployment in progress - Implantação em andamento - - - Description - Descrição - - - Description for the table. - Descrição da tabela. - - - Description: {0} - {0} is the task description - Descrição: {0} - - - Deselect All - Anular Seleção de Todos - - - Design API - Design API - - - Design Schemas with GitHub Copilot - Projetar esquemas com o GitHub Copilot - - - Details - Detalhes - - - Details panel actions - Ações do painel Detalhes - - - Details panel tabs - Guias do painel Detalhes - - - Details tab - displays all event properties - Guia Detalhes - exibe todas as propriedades do evento - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - Banco de dados transacional amigável para desenvolvedores usando o Mecanismo de Banco de Dados SQL do Azure — sem custo para criar protótipos e aprender. - - - Developer-friendly transactional database using the Azure SQL Database Engine. - Banco de dados transacional amigável para desenvolvedores usando o Mecanismo de Banco de Dados SQL do Azure. - - - Differential - Diferencial - - - Directory not found - Diretório não encontrado - - - Disable all entities - Desabilitar todas as entidades - - - Disable intellisense and syntax error checking on current document - Desabilite o IntelliSense e a verificação de erros de sintaxe no documento atual - - - Disabled - Desabilitado - - - Disabled globally - Desabilitado globalmente - - - Discard - Descartar - - - Disconnect - Desconectar - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Desconectar da conexão '{0}' (ID: {1})? - - - Disconnect the active SQL document from the database - Desconecte o documento SQL ativo do banco de dados - - - Disconnected on document "{0}" - {0} is the document name - Desconectado do documento "{0}" - - - Disconnected successfully - Desconectado com sucesso - - - Disconnected. - Desconectado. - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Desconectando da conexão '{0}' (ID: {1}) - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - Descubra como o Banco de Dados SQL no Fabric, SQL do Azure e SQL Server estão redefinindo o desenvolvimento de aplicativos modernos. Junte-se a engenheiros e colegas que estão ampliando os limites de desempenho, integração com IA e produtividade do desenvolvedor. - - - Dismiss - Ignorar - - - Displays the data type name for the column - Exibe o nome do tipo de dados da coluna - - - Displays the description of the column - Exibe a descrição da coluna - - - Displays the unified data type (including length, scale and precision) for the column - Exibe o tipo de dados unificados (incluindo comprimento, escala e precisão) para a coluna - - - Dissatisfied - Insatisfeito - - - Distinct - Distintas - - - Distinct Count: {0} - {0} is the distinct count - Contagem Distinta: {0} - - - Do not compress backup - Não compactar o backup - - - Do not connect - Não conectar - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - Você pode fazer uma pesquisa rápida de comentários sobre a Extensão MSSQL para VS Code? - - - Do you want to always display query results in a new tab instead of the query pane? - Deseja sempre exibir os resultados da consulta em uma nova guia em vez do painel de consulta? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - Deseja habilitar "Confiar no certificado do servidor" nesta conexão e tentar novamente? - - - Docker Desktop must be installed and running on your machine. - O Docker Desktop deve estar instalado e em execução no computador. - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - O Docker não conseguiu iniciar dentro do período de tempo limite. Inicie manualmente o Docker e tente novamente. - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Docker não está instalado ou não está no PATH. Instale o Docker Desktop e tente novamente. - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - O Docker requer permissões raiz para ser executado. Execute o Docker com sudo ou adicione seu usuário ao grupo docker usando sudo usermod -aG docker $USER. Então, reinicie sua máquina e tente novamente. - - - Don't Save - Não Salvar - - - Don't Show Again - Não Mostrar Novamente - - - Don't show this again - Não mostrar isto novamente - - - Download offline VSIX - Baixar VSIX offline - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - Baixe a extensão de mapa de teclas para importar automaticamente mapeamentos de teclas do Azure Data Studio. Essas alterações serão mostradas nas preferências de atalho de teclado. - - - Downloading the Data API builder container image - Baixando a imagem de contêiner do construtor de API de dados - - - Drizzle - Regue - - - Drop - Remover - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - Remover "{0}" de "{1}". Esta ação não pode ser desfeita. - - - Drop Database - Remover Banco de Dados - - - Drop Database Options - Remover Opções de Banco de Dados - - - Drop active connections - Remover conexões ativas - - - Dropping database - Descartando banco de dados - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - Configure facilmente um SQL Server local sem sair da extensão do VS Code. Apenas alguns cliques para instalar, configurar e gerenciar seu servidor sem esforço! - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - Comece facilmente com a camada gratuita do banco de dados SQL do Azure para criar e se conectar a um banco de dados diretamente do seu editor, sem custos. - - - Edit Connection Group - {0} - {0} is the connection group name - Editar Grupo de Conexões - {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - Editar Grupo de Conexões: {0} - - - Edit Data - Editar os Dados - - - Edit Database Connection - {0} - {0} is the name of the connection profile - Editar Conexão de Banco de Dados - {0} - - - Edit Table - Editar Tabela - - - Edit an existing connection profile - Editar um perfil de conexão existente - - - Edit connection profile - Editar o perfil de conexão - - - Edit your schema to see changes here. - Edite seu esquema para ver as alterações aqui. - - - Edit {0} - {0} is the name of the connection profile - Editar {0} - - - Either profileId or serverName must be provided. - É necessário fornecer o profileId ou o serverName. - - - Elapsed time: {0} - {0} is the task elapsed time - Tempo decorrido: {0} - - - Enable 'Trust Server Certificate' - Habilitar ''Certificado do Servidor de Confiança'' - - - Enable Code Analysis on Build - Habilitar Análise de Código na Compilação - - - Enable GraphQL in API Type to expose this entity through GraphQL. - Habilite o GraphQL no Tipo de API para expor essa entidade por meio do GraphQL. - - - Enable MCP in API Type to use this DML tools setting. - Habilite o MCP no Tipo de API para usar essa configuração de ferramentas DML. - - - Enable MCP in API Type to use this custom tool setting. - Habilite o MCP no Tipo de API para usar essa configuração de ferramenta personalizada. - - - Enable REST in API Type to expose this entity through REST. - Habilite REST no Tipo de API para expor essa entidade por meio de REST. - - - Enable Trust Server Certificate - Habilitar Confiar no certificado do servidor - - - Enable all CRUD operations - Habilitar todas as operações CRUD - - - Enable all entities - Habilitar todas as entidades - - - Enable all rules in {0} - {0} is the category name, e.g. Design - Habilitar todas as regras em {0} - - - Enable or disable SQLCMD mode for the active SQL document - Habilite ou desabilite o modo SQLcmd para o documento SQL ativo - - - Enable {0} - {0} is the entity name - Habilitar {0} - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - Habilitar {0} - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - Habilitar {0} globalmente - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - Habilite {0} no Tipo de API para expor essa entidade. - - - Enabled - Habilitado - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - Está encontrando um problema? Compartilhe os detalhes conosco abrindo um problema do GitHub para que possamos melhorar! - - - Encrypt - Criptografar - - - Encryption - Criptografia - - - Encryption Algorithm - Algoritmo de Criptografia - - - Encryption Type - Tipo de Criptografia - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - A criptografia foi habilitada nesta conexão; examine sua configuração de SSL e certificado para o SQL Server de destino, ou habilite "Confiar no certificado do servidor" como "true" na caixa de diálogo de conexão. - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - A criptografia foi habilitada nesta conexão; examine o SSL e a configuração do certificado do SQL Server de destino ou defina "Certificado do servidor de confiança" como "true". Observação: um certificado autoassinado oferece apenas proteção limitada e não é uma prática recomendada para ambientes de produção. - - - End IP Address - Endereço IP Final - - - Ends With - Termina Com - - - Ends with - Termina com - - - Engine: {0} - {0} is the engine type - Mecanismo: {0} - - - Ensuring Docker Desktop is running - Garantindo que o Docker Desktop esteja em execução - - - Enter Database Description - Inserir a Descrição do Banco de Dados - - - Enter Database Name - Inserir o Nome do Banco de Dados - - - Enter a date... - Insira uma data... - - - Enter a name for the new profiler session - Insira um nome para a nova sessão do Profiler - - - Enter a name for the new resource group - Digite um nome para o novo grupo de recursos - - - Enter a name for the new server - Insira um nome para o novo servidor - - - Enter a number... - Insira um número... - - - Enter admin password - Insira a senha do administrador - - - Enter admin username - Insira o nome de usuário administrador - - - Enter application name - Inserir o nome do aplicativo - - - Enter connection group name - Insira o nome do grupo de conexões - - - Enter container name - Insira o nome do contêiner - - - Enter database name - Inserir o nome do banco de dados - - - Enter description (optional) - Inserir descrição (opcional) - - - Enter desired column width in pixels - Insira a largura desejada da coluna em pixels - - - Enter hostname - Inserir nome do host - - - Enter new column width - Inserir nova largura da coluna - - - Enter new database name - Insira um nome de banco de dados - - - Enter new password - Inserir a nova senha - - - Enter password - Inserir senha - - - Enter port - Inserir porta - - - Enter profile name - Inserir o nome do perfil - - - Enter resource group name - Inserir nome do grupo de recursos - - - Enter server name - Inserir nome do servidor - - - Enter text... - Insira o texto... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - Insira a senha de logon do SQL para o usuário "{0}". - - - Enter the path for the output file - Inserir o caminho para o arquivo de saída - - - Enter user name - Insira o nome de usuário - - - Enter username - Insira o nome de usuário - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - A entidade ''{0}'' não tem suporte no construtor de API de Dados. {1} - - - Entity Endpoints - Pontos de Extremidade de Entidade - - - Entity Name - Nome da Entidade - - - Entity name used in API routes - Nome da entidade usado em rotas de API - - - Entity not found: {0} - {0} is the entity reference - Entidade não encontrada: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - Referência de entidade resolvida para mais de uma entidade: {0} - - - Entra token cache cleared successfully. - O cache do token do Azure foi limpo com sucesso. - - - Equal to - Igual a - - - Equals - Igual a - - - Error - Erro - - - Error Message: - Mensagem de Erro: - - - Error code: - Código de erro: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - Erro ao conectar-se ao servidor "{0}". Detalhes: {1} - - - Error connecting to: - Erro ao conectar-se a: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - Erro ao criar regra de firewall {0}. Verifique as configurações da sua conta do Azure e tente novamente. Erro: {1} - - - Error fetching schemas for the selected database. - Erro ao buscar esquemas para o banco de dados selecionado. - - - Error fetching the table preview. - Erro ao buscar a visualização da tabela. - - - Error generating text view. Please try switching back to grid view. - Erro ao gerar a exibição de texto. Tente voltar para a exibição de grade. - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - Erro ao carregar as informações da conta do Azure para a ID do locatário '{0}' - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - Erro ao carregar bancos de dados do Azure para assinatura {0} ({1}). Confirme se você tem permissão. - - - Error loading Azure subscriptions. - Erro ao carregar assinaturas do Azure. - - - Error loading Schema Designer - Erro ao carregar o Designer de Esquema - - - Error loading Table Designer - Erro ao carregar o Designer de Tabela - - - Error loading database objects - Erro ao carregar objetos de banco de dados - - - Error loading databases - Erro ao carregar o bancos de dados - - - Error loading preview - Erro ao carregar a exibição - - - Error loading servers - Erro ao carregar servidores - - - Error loading subscriptions - Erro ao carregar assinaturas - - - Error loading summary - Erro ao carregar o resumo - - - Error loading summary: {0} - {0} is the error message - Erro ao carregar o resumo: {0} - - - Error loading workspaces - Erro ao carregar workspaces - - - Error loading workspaces. Please try choosing a different account or tenant. - Erro ao carregar workspaces. Tente escolher uma conta ou locatário diferente. - - - Error loading; refresh to try again - Erro ao carregar; atualizar para tentar novamente - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - Erro ao migrar a ID de conexão {0} para o novo formato. Recrie essa conexão para usá-la. -Erro: -{1} - - - Error occurred opening content in editor. - Erro ao abrir o conteúdo no editor. - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - Erro ao atualizar o token; talvez seja necessário sair e entrar novamente: {0} - - - Error retrieving server list: {0} - {0} is the error message - Erro ao recuperar a lista de servidores: {0} - - - Error running Docker commands. Please make sure Docker is running. - Erro ao executar comandos do Docker. Verifique se o Docker está em execução. - - - Error signing into Azure: {0} - {0} is the error message - Erro ao entrar no Azure: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - Erro ao validar o token de autenticação do Entra; talvez seja necessário atualizar o token: {0} - - - Error when refreshing token - Erro ao atualizar o token - - - Error {0}: {1} - {0} is the error number -{1} is the error message - Erro {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - Erro {0}: {1}. Faça logon como um usuário diferente e altere a senha usando ALTER LOGIN. - - - Error: - Erro: - - - Error: Failed to parse query result data. - Erro: falha ao analisar os dados de resultado da consulta. - - - Error: Login failed. Retry using different credentials? - Erro: falha no logon. Deseja tentar novamente usando credenciais diferentes? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - Erro: não é possível conectar usando as informações de conexão fornecidas. Tentar novamente a criação de perfil? - - - Error: Unrecognized query result data. - Erro: dados do resultado da consulta não reconhecidos. - - - Error: {0} - {0} is the error message - Erro: {0} - - - Estimated Operator Cost - Custo Estimado do Operador - - - Estimated Subtree Cost - Custo Estimado da Subárvore - - - Event details for {0} - {0} is the name of the profiler event - Detalhes do evento para {0} - - - Event properties list - Lista de propriedades do evento - - - Example: Find queries with {0} > 100 - {0} is the column name - Exemplo: Localizar consultas com {0} > 100 - - - Excel - Excel - - - Exclude Object Types - Excluir Tipos de Objeto - - - Execute - Executar - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - Executar a operação "{0}" no construtor de API de dados? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - Executar a operação "{0}" no designer de esquema? - - - Execute Query - Executar Consulta - - - Execute SQL against SQL Server / Azure SQL - Executar SQL no SQL Server/SQL do Azure - - - Execute Selection or Current Statement - Executar Seleção ou Instrução Atual - - - Execute only the T-SQL statement under the cursor - Execute apenas a instrução T-SQL sob o cursor - - - Executing '{0}' operation on Data API builder - {0} is the operation name - Executando a operação "{0}" no construtor de API de dados - - - Executing '{0}' operation on schema designer - {0} is the operation name - Executando a operação "{0}" no designer de esquema - - - Executing query... - Executando consulta... - - - Execution Plan - Plano de Execução - - - Execution cancelled - Execução cancelada - - - Execution time unavailable - Tempo de execução indisponível - - - Existing Database - Banco de Dados Existente - - - Existing File - Arquivo Existente - - - Existing SQL Server - SQL Server existente - - - Expand - Expandir - - - Expand All - Expandir Tudo - - - Expand Subscription Explorer - Expandir o Explorador de Assinaturas - - - Expand Workspace Explorer - Expandir o Navegador de Espaços de Trabalho - - - Expand all groups - Expandir todos os grupos - - - Expand connection groups - Expandir grupos de conexões - - - Expand connections - Expandir conexões - - - Expand properties pane - Expandir painel de propriedades - - - Expand selection down - Expandir a seleção para baixo - - - Expand selection left - Expandir a seleção para a esquerda - - - Expand selection right - Expandir a seleção para a direita - - - Expand selection up - Expandir a seleção para cima - - - Expand settings - Expandir configurações - - - Expand the active grid to fill the panel - Expandir a grade ativa para preencher o painel - - - Expand {0} - {0} is the category name, e.g. Design - Expandir {0} - - - Expiration - Expiração - - - Explore tutorials, docs, and what's coming next. - Explore tutoriais, documentos e o que vem a seguir. - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - Explore, projete e desenvolva esquemas de banco de dados usando diretrizes inteligentes, code-first ou data-first - - - Explorer - Explorador - - - Export - Exportar - - - Export & Close - Exportar e Fechar - - - Export BACPAC - Exportar BACPAC - - - Export all captured events to a CSV file - Exportar todos os eventos capturados para um arquivo CSV - - - Export all results as INSERT statements - Exportar todos os resultados como instruções INSERT - - - Export all results to a CSV file - Exportar todos os resultados para um arquivo CSV - - - Export all results to a JSON file - Exportar todos os resultados para um arquivo JSON - - - Export all results to an Excel file - Exportar todos os resultados para um arquivo do Excel - - - Export the schema and data from a SQL database to a .bacpac file - Exportar o esquema e os dados de um banco de dados SQL para um arquivo .bacpac - - - Export to CSV - Exportar para CSV - - - Export to Excel - Exportar para Excel - - - Export to JSON - Exportar para JSON - - - Export to PDF - Exportar para PDF - - - Export to tab delimited - Exportar para delimitado por tabulação - - - Export to text format - Exportar para formato de texto - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - Exportar barra de ferramentas para o conjunto de resultados {0} - - - Exporting BACPAC... - Exportando BACPAC... - - - Expose as MCP DML tools - Expor como ferramentas DML do MCP - - - Expose as MCP custom tool - Expor como ferramenta personalizada do MCP - - - Expose this entity through GraphQL - Expor esta entidade por meio do GraphQL - - - Expose this entity through REST - Expor esta entidade por meio de REST - - - Expose {0} - {0} is the backing database column name - Expor {0} - - - Expression - Expressão - - - Extend the current selection one cell down - Estender a seleção atual uma célula para baixo - - - Extend the current selection one cell left - Estender a seleção atual uma célula para a esquerda - - - Extend the current selection one cell right - Estender a seleção atual uma célula para a direita - - - Extend the current selection one cell up - Estender a seleção atual uma célula para cima - - - Extended Events Log Files - Arquivos de Log de Eventos Avançados - - - Extension Shortcuts - Atalhos da Extensão - - - Extension and deployment actions - Ações de extensão e implantação - - - Extract DACPAC - Extrair DACPAC - - - Extract the schema from a SQL database to a .dacpac file - Extrair o esquema de um banco de dados SQL para um arquivo .dacpac - - - Extracting DACPAC... - Extraindo DACPAC... - - - Extremely likely - Extremamente provável - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - Ocorreu um erro de API do Fabric ({0}): {1} - - - Fabric Account - Conta do Fabric - - - Fabric Account is required - A Conta do Fabric é necessária - - - Fabric Databases - Bancos de Dados do Fabric - - - Fabric Workspaces - Workspaces do Fabric - - - Fabric databases in Query Profiler - Bancos de dados do Fabric no Query Profiler - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - Não há suporte para o Fabric na nuvem atual ({0}). Certifique-se de que a configuração "{1}" esteja definida corretamente. - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - Erro de API de execução prolongada do Fabric com o código de erro ''{0}'': {1} - - - Failed - Com falha - - - Failed disposing query: {0} - {0} is the error message - Falha ao descartar a consulta: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - Falha ao adquirir o token para a conta “{0}” e o locatário “{1}” - - - Failed to add table to schema designer. - Falha ao adicionar tabela ao designer de esquema. - - - Failed to add table. - Falha ao adicionar tabela. - - - Failed to add text to workspace: {0} - {0} is the error message - Falha ao adicionar texto ao espaço de trabalho: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - Falha ao aplicar as alterações: '{0}' - - - Failed to apply schema. - Falha ao aplicar o esquema. - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - Falha ao aplicar as alterações de Mover para Esquema. Verifique se os arquivos podem ser gravados e tente novamente. - - - Failed to change database - Falha ao alterar o banco de dados - - - Failed to connect - Falha ao conectar - - - Failed to connect to database: {0} - {0} is the database name - Falha ao se conectar ao banco de dados: {0} - - - Failed to connect to server - Falha ao conectar ao servidor - - - Failed to connect to server. - Falha ao conectar ao servidor. - - - Failed to connect to the selected server. - Falha ao se conectar ao servidor selecionado. - - - Failed to connect: {0} - {0} is the error message - Falha na conexão: {0} - - - Failed to copy script: {0} - {0} is the error message - Falha ao copiar o script: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - Falha ao copiar texto para a área de transferência: {0} - - - Failed to create a new row: {0} - {0} is the error message - Falha ao criar uma nova linha: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - Falha ao criar o banco de dados "{0}". {1} - - - Failed to create firewall rule: {0} - {0} is the error message - Falha ao criar regra de firewall: {0} - - - Failed to create profiler session: {0} - {0} is the error message - Falha ao criar sessão do Profiler: {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - Falha ao excluir credencial com ID: {0}. {1} - - - Failed to delete table from schema designer. - Falha ao excluir a tabela do designer de esquema. - - - Failed to delete table. - Falha ao excluir a tabela. - - - Failed to delete {0}. - Failed to delete {0}. - Falha ao excluir {0}. - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - Falha ao remover o banco de dados "{0}". {1} - - - Failed to establish connection - Falha ao estabelecer conexão - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - Falha ao estabelecer uma conexão com a ID "{0}". Verifique os detalhes da conexão e a conectividade de rede. - - - Failed to export profiler events: {0} - {0} is the error message - Falha ao exportar eventos do profiler: {0} - - - Failed to export results: {0} - {0} is the error message - Falha ao exportar resultados: {0} - - - Failed to fetch Docker container tags: {0} - Falha ao buscar marcas de contêiner do Docker: {0} - - - Failed to fetch user tokens. - Falha ao buscar os tokens de usuário. - - - Failed to generate SqlPackage command: {0} - Falha ao gerar comando SqlPackage: {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - Falha ao gerar o script de publicação: '{0}' - - - Failed to generate script. Please check the logs for more details. - Falha ao gerar script. Verifique os logs para mais detalhes. - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - Falha ao gerar script: '{0}' - - - Failed to generate script: {0} - {0} is the error message - Falha ao gerar o script: {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - Falha ao obter os workspaces do Fabric para o locatário ''{0} ({1})''. - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - Falha ao obter os workspaces do Fabric para o locatário "{0} ({1})": {2} - - - Failed to get authentication method, please remove and re-add the account. - Falha ao obter o método de autenticação. Remova e adicione novamente a conta. - - - Failed to get connection string: {0} - Falha ao obter cadeia de conexão: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - Falha ao obter o locatário ''{0}'' para a conta ''{1}''. - - - Failed to import file. - Falha ao importar arquivo. - - - Failed to launch profiler: {0} - {0} is the error message - Falha ao iniciar o Profiler: {0} - - - Failed to list databases - Falha ao listar bancos de dados - - - Failed to load code analysis rules - Falha ao carregar as regras de análise de código - - - Failed to load data: {0} - {0} is the error message - Falha ao carregar os dados: {0} - - - Failed to load databases - Falha ao carregar os bancos de dados - - - Failed to load publish profile - Falha ao carregar o perfil de publicação - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - Falha ao obter o token para o recurso “{1}”. Erro: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - Falha ao abrir Editar Dados: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - Falha ao abrir Modificar Tabela: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - Falha ao abrir o Designer de Esquema: {0} - - - Failed to open Table Designer: {0} - {0} is the error message - Falha ao abrir o Designer de Tabela: {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - Falha ao abrir a URL. O Navegador Simples interno pode estar desativado. - - - Failed to open XEL file: {0} - {0} is the error message - Falha ao abrir o arquivo XEL: {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - Falha ao abrir o arquivo scmp: '{0}' - - - Failed to open script in editor. - Falha ao abrir o script no editor. - - - Failed to open script: {0} - {0} is the error message - Falha ao abrir o script: {0} - - - Failed to open text in editor: {0} - {0} is the error message - Falha ao abrir texto no editor: {0} - - - Failed to pull DAB container image. Please check your network connection. - Falha ao transferir a imagem de contêiner DAB. Verifique sua conexão de rede. - - - Failed to pull SQL Server image. Please check your network connection and try again. - Falha ao efetuar o pull da imagem do SQL Server. Verifique sua conexão de rede e tente novamente. - - - Failed to read saved rule overrides from project - Falha ao ler as substituições de regra salvas do projeto - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - Falha ao atualizar a conexão ${0} com o URI {1}, resultado da conexão inválida. - - - Failed to remove row: {0} - {0} is the error message - Falha ao remover a linha: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - Falha ao renomear o banco de dados "{0}" como "{1}". {2} - - - Failed to resolve the refactor log for this file: {0} - Falha ao resolver o log de refatoração deste arquivo: {0} - - - Failed to revert cell: {0} - {0} is the error message - Falha ao reverter a célula: {0} - - - Failed to revert row: {0} - {0} is the error message - Falha ao reverter a linha: {0} - - - Failed to run table query. - Falha ao executar a consulta da tabela. - - - Failed to run table query: {0} - {0} is the error message - Falha ao executar a consulta da tabela: {0} - - - Failed to save changes: {0} - {0} is the error message - Falha ao salvar as alterações: {0} - - - Failed to save code analysis rules - Falha ao salvar regras do Code Analysis - - - Failed to save publish profile - Falha ao salvar o perfil de publicação - - - Failed to save results. {0} - {0} is the error message - Falha ao salvar os resultados. {0} - - - Failed to save results: {0} - {0} is the underlying error message - Falha ao salvar resultados: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - Falha ao salvar o arquivo scmp: '{0}' - - - Failed to script object: {0} - {0} is the error message - Falha ao gerar script do objeto: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - Falha ao iniciar '{0}': {1} - - - Failed to start DAB container. - Falha ao iniciar o contêiner DAB. - - - Failed to start DAB container. Please check the Docker logs for details. - Falha ao iniciar o contêiner DAB. Verifique os logs do Docker para obter detalhes. - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - Falha ao iniciar o contêiner do SQL Server. Verifique a mensagem de erro para obter mais detalhes e tente novamente. - - - Failed to start profiler: {0} - {0} is the error message - Falha ao iniciar o criador de perfil: {0} - - - Failed to start query. - Falha ao iniciar a consulta. - - - Failed to start {0}. - Failed to start {0}. - Falha ao iniciar {0}. - - - Failed to stop and remove DAB container. - Falha ao parar e remover o contêiner DAB. - - - Failed to stop {0}. - Failed to stop {0}. - Falha ao parar {0}. - - - Failed to update cell: {0} - {0} is the error message - Falha ao atualizar a célula: {0} - - - Failed to update schema designer. - Falha ao atualizar o designer de esquema. - - - Failed to update table in schema designer. - Falha ao atualizar a tabela no designer de esquema. - - - Failed to update table. - Falha ao atualizar a tabela. - - - Feedback - Comentários - - - Fetching {0} script... - {0} is the script type - Buscando o script {0}... - - - File - Arquivo - - - File (Read-Only) - Arquivo (Somente Leitura) - - - File Name - Nome do Arquivo - - - File already exists. It will be overwritten if you continue - O arquivo já existe. Ele será substituído se você continuar - - - File imported successfully - Arquivo importado com sucesso - - - File is required - O arquivo é obrigatório - - - File name is required - O nome do arquivo é necessário - - - File not found - Arquivo não encontrado - - - File path - Caminho de arquivo - - - File path is required - O caminho do arquivo é obrigatório - - - File to be imported - Arquivo a ser importado - - - File type - Tipo de arquivo - - - File: {0} - {0} is the file name - Arquivo: {0} - - - Files - Arquivos - - - Files of Type - Tipos de Arquivo - - - Filter - Filtro - - - Filter ({0}) - {0} is the number of selected tables - Filtro ({0}) - - - Filter Azure subscriptions - Filtrar assinaturas do Azure - - - Filter Changes - Filtrar Alterações - - - Filter Options - Opções de filtro - - - Filter Settings - Configurações do Filtro - - - Filter active - Filtro ativo - - - Filter by keyword - Filtrar por palavra-chave - - - Filter by name - Filtrar por nome - - - Filter by schema - Filtrar por esquema - - - Filter by severity - Filtrar por severidade - - - Filter by type - Filtrar por tipo - - - Filter changes - Filtrar as alterações - - - Filter entities - Filtrar entidades - - - Filter entities... - Filtrar entidades... - - - Filter events by column values - Filtrar eventos por valores de coluna - - - Filter for any field... - Filtro para qualquer campo... - - - Filter operator - Operador do filtro - - - Filter shortcuts - Atalhos de filtro - - - Filter value - Valor do filtro - - - Filter {0} - Filtro {0} - - - Filter... - Filtrar... - - - Filter: {0} - {0} is the column name - Filtro: {0} - - - Filters - Filtros - - - Find - Encontrar - - - Find Next - Localizar Próximo - - - Find Node - Localizar Nó - - - Find Nodes - Localizar Nós - - - Find Previous - Localizar Anterior - - - Finish - Concluir - - - Finished Deployment - Implantação Concluída - - - Finished query execution for document "{0}" - {0} is the document name - Execução da consulta concluída para o documento "{0}" - - - Firewall - Firewall - - - Firewall rule name - Nome da regra de firewall - - - Firewall rule successfully added. Retry profile creation? - Regra de firewall adicionada com sucesso. Tentar novamente a criação de perfil? - - - Firewall rule successfully created. - Regra de firewall criada com sucesso. - - - First Page - Primeira Página - - - Flat - Simples - - - Focus the Messages tab - Concentre-se na guia Mensagens - - - Focus the Query Plan tab - Concentre-se na guia Plano de Consulta - - - Focus the Results tab in the query results panel - Concentre a guia Resultados no painel de resultados da consulta - - - Folder Path - Caminho da Pasta - - - Folder Structure - Estrutura de Pastas - - - Folder is required - Pasta obrigatória - - - Folder path - Caminho da pasta - - - Folder path is required - O caminho da pasta é obrigatório - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - Para dados numéricos, o número máximo de dígitos decimais que podem ser armazenados nesse objeto de banco de dados à direita do ponto decimal. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - Para dados numéricos, o número máximo de dígitos decimais que podem ser armazenados neste objeto de banco de dados. - - - Force fit columns - Forçar ajuste de colunas - - - Foreign Column - Coluna Estrangeira - - - Foreign Key - Chave Estrangeira - - - Foreign Key {0} - {0} is the index of the foreign key - Chave Estrangeira {0} - - - Foreign Keys - Chaves Estrangeiras - - - Foreign Table - Tabela Estrangeira - - - Foreign key '{0}' already exists - {0} is the foreign key name - A chave estrangeira ''{0}'' já existe - - - Foreign key column mappings are required. - Mapeamentos de coluna de chave estrangeira são necessários. - - - Foreign key column mappings must be the same length. - Os mapeamentos de coluna de chave estrangeira devem ter o mesmo comprimento. - - - Foreign keys - Chaves estrangeiras - - - Formula - Fórmula - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - A promessa de reconexão pendente foi encontrada para o URI {0}, com falha. - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - Encontrada uma promessa de reconexão pendente para o URI {0}, aguardando. - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - {0} perfis de conexão salvos encontrados. - - - Free compute & storage - Computação e armazenamento gratuitos - - - Free offer applied - Oferta gratuita aplicada - - - Freeze columns - Congelar colunas - - - From - Label for the start IP address in the firewall rule IP range - De - - - Full - Completo - - - Function - Função - - - Functions - Functions - - - General - Geral - - - General Options - Opções Gerais - - - General Purpose - Uso Geral - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - Gere configurações do Construtor de API de dados usando linguagem natural por meio do chat e das ferramentas de agente do GitHub Copilot. Descreva suas necessidades de API e deixe o GitHub Copilot criar a configuração para você. - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - Gere pontos de extremidade REST, GraphQL e MCP usando os objetos do seu banco de dados SQL (tabelas). Você pode modificar a configuração manualmente ou com o GitHub Copilot para planejar e gerar atualizações - depois implantá-las localmente com o Docker. - - - Generate Script - Gerar Script - - - Generate mock data and seed scripts to support testing and development environments - Gerar dados fictícios e scripts de propagação para dar suporte a ambientes de teste e desenvolvimento - - - Generate script to deploy changes to target - Gerar script para implantar alterações no destino - - - Generate sqlpackage command - Gerar comando sqlpackage - - - Generated file added to {0} - {0} is the generated file path - Arquivo gerado adicionado a {0} - - - Generating Report. This may take a while... - Gerando Relatório. Isso pode demorar um pouco... - - - Generating SAS key failed: {0} - {0} is the error message - Falha ao gerar chave SAS: {0} - - - Generating report, this might take a while... - Gerando relatório, isso pode demorar um pouco... - - - Generating script... - Gerando script... - - - Geo-redundant backup storage - Armazenamento de backup com redundância geográfica - - - Get Connection Details - Obter Detalhes da Conexão - - - Get Started - Começar - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Obter detalhes da conexão para a conexão '{0}' (ID: {1})? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - Obtenha recomendações relacionadas à segurança, como para evitar injeção de SQL ou permissões excessivas - - - Getting Docker Ready... - Preparando o Docker... - - - Getting Fabric database '{0}' - {0} is the database ID - Obtendo os banco de dados do Fabric ''{0}'' - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - Obtendo o workspace do Fabric ''{0}'' - - - Getting Started - Introdução - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Obtendo os detalhes da conexão para a conexão '{0}' (ID: {1}) - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - Obtendo a cadeia de conexão para o Ponto de Extremidade SQL ''{0}'' no workspace ''{1}'' - - - Getting container ready for connections - Preparando o contêiner para conexões - - - Getting definition ... - Obtendo definição... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot – Guia passo a passo do VS Code - - - GitHub Copilot integration in Data API builder - Integração do GitHub Copilot ao Construtor de API de dados - - - GitHub Copilot survey - Pesquisa do GitHub Copilot - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - Parâmetros de uso da ferramenta inválidos: "{0}". ({1}) - - - GraphQL - GraphQL - - - Greater Than - Maior Que - - - Greater Than or Equals - Maior ou Igual a - - - Greater than - Maior que - - - Greater than or equal to - Maior que ou igual a - - - Grid View - Exibição de Grade - - - Group by - Agrupar por - - - Group differences by - Agrupar diferenças por - - - Help - Ajuda - - - Help us improve by sharing your thoughts. - Ajude-nos a melhorar compartilhando suas ideias. - - - Hide Changes - Ocultar as Alterações - - - Hide Changes Highlight - Ocultar Realce de Alterações - - - Hide Confirm Password - Ocultar Confirmação de Senha - - - Hide Definition - Ocultar Definição - - - Hide New Password - Ocultar Nova Senha - - - Hide SQL Pane - Ocultar Painel SQL - - - Hide column - Ocultar coluna - - - Hide full error message - Ocultar mensagem de erro completa - - - Hide password - Ocultar senha - - - Hide this panel - Ocultar esse painel - - - Highlight Changes - Realçar Alterações - - - Highlight Expensive Operation - Realçar Operação Cara - - - Highlights - Destaques - - - Hostname - Hostname - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - Qual é a probabilidade de você recomendar a extensão MSSQL para um amigo ou colega? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - Qual é a probabilidade de você recomendar o {0} a um amigo ou colega? - - - How many tables are in this database? - Quantas tabelas existem neste banco de dados? - - - Hue - Matiz - - - I have read the summary and understand the potential risks. - Li o resumo e entendo os riscos potenciais. - - - I understand this action is permanent and irreversible - Entendo que essa ação é permanente e irreversível - - - I'm sorry, I can only assist with SQL-related questions. - Desculpe, só posso ajudar com perguntas relacionadas ao SQL. - - - IP address range - Intervalo de endereços IP - - - Identity - Identidade - - - Ignore Options - Ignorar Opções - - - Ignore Tenant - Ignorar Locatário - - - Image tag - Rótulo da imagem - - - Import BACPAC - Importar BACPAC - - - Import Data - Importar Dados - - - Import File - Importar Arquivo - - - Import Flat File - Importar Arquivo Simples - - - Import Information - Informações de Importação - - - Import New File - Importar Novo Arquivo - - - Import Status - Status da Importação - - - Import a .bacpac file to a new or empty database - Importar um arquivo .bacpac para um banco de dados novo ou vazio - - - Import anyway - Importar mesmo assim - - - Import complete. You can close this dialog. - Importação concluída. Você pode fechar esse diálogo. - - - Import connection configuration settings from Azure Data Studio - Importar configurações de conexão do Azure Data Studio - - - Import failed: {0} - {0} is the error message returned from the import helper. - Falha na importação: {0} - - - Import file is required - Arquivo de importação obrigatório - - - Import from Azure Data Studio - Importar do Azure Data Studio - - - Import selected - Importar selecionados - - - Importance - Importância - - - Importing BACPAC... - Importando BACPAC... - - - Importing data... - Importando dados... - - - Importing selections - Importando seleções - - - In - Em - - - In case you missed it - Caso você tenha perdido - - - In progress - Em andamento - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - Na experiência do construtor de API de dados (versão prévia), a implantação de contêiner local só está disponível para conexões usando a Autenticação SQL. Não há suporte para o tipo de conexão atual. - - - Include - Incluir - - - Include Object Types - Incluir os Tipos de Objetos - - - Include all columns - Incluir todas as colunas - - - Include all object types - Incluir todos os tipos de objeto - - - Incomplete or orphaned connections - Conexões incompletas ou órfãs - - - Index - Índice - - - Indexes - Índices - - - Initializing DAB configuration... - Inicializando a configuração do DAB... - - - Initializing comparison, this might take a while... - Inicializando comparação. Isso pode demorar um pouco... - - - Insert - Inserir - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - Inserir o texto selecionado do editor de consultas usando {arg}. Se você não usar o espaço reservado, o texto selecionado será acrescentado automaticamente ao final da consulta. - - - Install Docker - Instalar o Docker - - - Install the MSSQL Database Management Keymap extension - Instale a extensão MSSQL Database Management Keymap - - - Instant Container Setup - Configuração Instantânea do Contêiner - - - Insufficient Workspace Permissions - Permissões insuficientes no espaço de trabalho - - - Integrated - Integrado - - - Integrated & secure - Integrado e seguro - - - Invalid Firewall rule name - Nome de regra de firewall inválido - - - Invalid IP Address - Endereço IP inválido - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - Senha do SQL Server inválida para {0}. A senha deve ter de 8 a 128 caracteres e atender aos requisitos de complexidade. Para obter mais informações, confira https://docs.microsoft.com/sql/relational-databases/security/password-policy - - - Invalid column reference. Use either id OR name. - Referência de coluna inválida. Use a ID OU o nome. - - - Invalid column width - Largura de coluna inválida - - - Invalid connection URI provided. - URI de conexão inválido fornecido. - - - Invalid connection string: {0} - Cadeia de conexão inválida: {0} - - - Invalid database - Banco de dados inválido - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - Referência de entidade inválida. Use ID OU schemaName+tableName OU schemaName+sourceName+sourceType. - - - Invalid file - Arquivo inválido - - - Invalid file extension. Expected .dacpac or .bacpac - Extensão de arquivo inválida. Esperado .dacpac ou .bacpac - - - Invalid foreign key. - Chave estrangeira inválida. - - - Invalid max length '{0}' - {0} is the max length - Comprimento máximo inválido '{0}' - - - Invalid table payload. Expected table with columns array. - Conteúdo de tabela inválido. Tabela esperada com matriz de colunas. - - - Invalid table type - Tipo de tabela inválida - - - Is Computed - É Computado - - - Is Identity - É Identidade - - - Is Ledger Database - É o Banco de Dados Razão - - - Is Not Null - Não é Nulo - - - Is Null - É Nulo - - - Is Persisted - É Persistido - - - Issues ({0}) - {0} is the number of issues - Problemas ({0}) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - Participe das discussões - - - Keep in query pane - Manter no painel de consulta - - - Key - Chave - - - Keybinding - Associação de teclas - - - Keyboard Shortcuts editor - Editor de Atalhos de Teclado - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - As chaves do cache de tokens não puderam ser salvas no armazenamento de credenciais, o que pode causar problemas de persistência de tokens de acesso ao Microsoft Entra ID e instabilidades de conexão. É provável que o SqlTools tenha atingido o limite de armazenamento de credenciais no Windows. Limpe pelo menos 2 credenciais que comecem com "Microsoft.SqlTools|" no Gerenciador de Credenciais do Windows e recarregue. - - - LRS - LRS - - - LRS backup (locally redundant) - Backup LRS (com redundância local) - - - Last Page - Última Página - - - Learn More - Saiba Mais - - - Learn more - Saiba mais - - - Learn more about Azure SQL Database free tier - Saiba mais sobre a camada gratuita do Banco de Dados SQL do Azure - - - Learn more about SQL Server 2025 features - Saiba mais sobre os recursos do SQL Server 2025 - - - Leave the source database in the restoring state - Deixar o banco de dados de origem no estado de restauração - - - Length - Comprimento - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - Incompatibilidade de comprimento: coluna ''{0}'' ({1}) incompatível com ''{2}'' ({3}) - - - Less Than - Menor Que - - - Less Than or Equals - Menor ou Igual a - - - Less than - Menos de - - - Less than or equal to - Menor ou igual a - - - Line {0} - {0} is the line number - Linha {0} - - - Link copied to clipboard - Link copiado para a área de transferência - - - List Connections - Listar Conexões - - - List Databases - Listar Bancos de Dados - - - List Functions - Listar Funções - - - List Schemas - Listar Esquemas - - - List Tables - Listar Tabelas - - - List Views - Listar Exibições - - - List all connections registered with the mssql extension? - Listar todas as conexões registradas na extensão mssql? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Listar bancos de dados para a conexão '{0}' (ID: {1})? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Listar funções para a conexão '{0}' (ID: {1})? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Listar esquemas para a conexão '{0}' (ID: {1})? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Listar tabelas para a conexão '{0}' (ID: {1})? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Listar exibições para a conexão '{0}' (ID: {1})? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - Listando os Bancos de Dados SQL do Fabric para o workspace ''{0}'' - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - Listando os Pontos de Extremidade SQL do Fabric para o workspace ''{0}'' - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - Listando warehouses do Fabric para o espaço de trabalho '{0}' - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - Listando as capacidades do Fabric para o locatário ''{0}'' - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - Listando os workspaces do Fabric para o locatário ''{0}'' - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Listando os bancos de dados para a conexão '{0}' (ID: {1}) - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Listando as funções para a conexão '{0}' (ID: {1}) - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - Listando as atribuições de função para o workspace ''${workspaceId}'' - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Listando esquemas para a conexão '{0}' (ID: {1}) - - - Listing server connections - Listando conexões de servidor - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Listando as tabelas para a conexão '{0}' (ID: {1}) - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Listando exibições para a conexão '{0}' (ID: {1}) - - - Load - Carregar - - - Load from Connection String - Carregar da Cadeia de Conexão - - - Load profile... - Carregar perfil... - - - Load source, target, and options saved in an .scmp file - Carregar a origem, o destino e as opções salvas em um arquivo .scmp - - - Loading - Carregando - - - Loading Azure Accounts - Carregando as Contas do Azure - - - Loading Azure SQL Database... - Carregando Banco de Dados SQL do Azure... - - - Loading Azure accounts - Carregando contas do Azure - - - Loading Fabric Accounts - Carregando as Contas do Fabric - - - Loading Fabric provisioning... - Carregando o provisionamento do Fabric... - - - Loading Report - Carregando Relatório - - - Loading Schema Designer - Carregando o Designer de Esquema - - - Loading Schema Designer Model... - Carregando o Modelo do Designer de Esquema... - - - Loading Table Designer - Carregando Designer de Tabela - - - Loading XEL file: {0} - {0} is the file name - Carregando arquivo XEL: {0} - - - Loading backup database... - Carregando banco de dados de backup... - - - Loading code analysis rules... - Carregando regras de análise de código... - - - Loading collations... - Carregando ordenações... - - - Loading database objects - Carregando objetos de banco de dados - - - Loading databases in '{0}'... - {0} is the name of the workspace - Carregando os bancos de dados em ''{0}''... - - - Loading databases in selected workspace... - Carregando bancos de dados no workspace selecionado... - - - Loading deployment - Carregando implantação - - - Loading execution plan... - Carregando plano de execução... - - - Loading flat file import... - Carregando o importação de arquivo simples... - - - Loading local containers... - Carregando os contêineres locais... - - - Loading locations - Carregando localizações - - - Loading maintenance windows... - Carregando janelas de manutenção... - - - Loading resource groups - Carregando os grupos de recursos - - - Loading restore database... - Carregando banco de dados de restauração... - - - Loading restore plan... - Carregando plano de restauração... - - - Loading results... - Carregando resultados... - - - Loading schemas... - Carregando esquemas... - - - Loading servers - Carregando os servidores - - - Loading servers in '{0}'... - {0} is the name of the subscription - Carregando servidores em '{0}'... - - - Loading servers in selected subscription... - Carregando servidores na assinatura selecionada... - - - Loading subscriptions - Carregando assinaturas - - - Loading subscriptions... - Carregando assinaturas... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - Carregando resumo de {0} linhas (Clique para cancelar) - - - Loading table data... - Carregando dados da tabela... - - - Loading table preview... - Carregando a visualização da tabela... - - - Loading tenants - Carregando locatários... - - - Loading tenants... - Carregando locatários... - - - Loading text view... - Carregando exibição de texto... - - - Loading workspaces - Carregando workspaces - - - Loading workspaces... - Carregando workspaces... - - - Loading... - Carregando... - - - Local Container Deployment - Implantação do Contêiner Local - - - Local SQL Server database container - Contêiner local do banco de dados SQL Server - - - Local container deployment is currently only supported with SQL Authentication connections. - Atualmente, só há suporte para a implantação de contêiner local com conexões de Autenticação do SQL. - - - Locally-redundant backup storage - Armazenamento de backup com redundância local - - - Locate an Azure Data Studio settings.json file to import - Localizar um arquivo settings.json do Azure Data Studio para importar - - - Location - Localização - - - Location (Workspace) - Local (Workspace) - - - Location of the file to be imported - Local do arquivo a ser importado - - - Log file folder - Pasta de arquivos de log - - - Logical file name - Nome do arquivo lógico - - - Logical operator - Operador lógico - - - Logs - Logs - - - Logs copied to clipboard - Logs copiados para a área de transferência - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - Procurando associações de teclas do Azure Data Studio, como F5 para executar consultas? - - - MCP - MCP - - - MCP custom tool - Ferramenta personalizada MCP - - - MCP server added to {0} - {0} is the file path where the MCP server was added - Servidor MCP adicionado a {0} - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - O servidor MCP já está configurado no {0} - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL - Registros de Autenticação do Azure - - - MSSQL - VS Code walkthrough - MSSQL – Guia passo a passo do VS Code - - - MSSQL Feedback - Comentários do MSSQL - - - MSSQL Notebook connected to {0} - {0} is the connection label - Notebook MSSQL conectado ao {0} - - - MSSQL extension icon - Ícone da extensão MSSQL - - - MSSQL: Click to change connection - MSSQL: Clique para alterar a conexão - - - MSSQL: Click to change database - MSSQL: Clique para alterar o banco de dados - - - MSSQL: Welcome & What's New - MSSQL: Boas vidas e Novidades - - - MSSQL: What's new - MSSQL: Novidades - - - Maintenance Window - Janela de Manutenção - - - Make everything read-only - Tornar tudo somente leitura - - - Manage Connection Profiles - Gerenciar Perfis de Conexão - - - Manage relationships - Gerenciar relações - - - Mandatory (Recommended) - Obrigatório (Recomendado) - - - Mandatory (True) - Obrigatório (Verdadeiro) - - - Max - Máximo - - - Max 10 databases / subscription - Máximo de 10 bancos de dados por assinatura - - - Max Length - Comprimento Máximo - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - A contagem máxima de linhas para filtragem/classificação foi excedida. Para atualizá-la, acesse Configurações do Usuário e altere a configuração: mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - Máximo de vCores - - - Max: {0} - {0} is the max - Máximo: {0} - - - Maximize - Maximizar - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - Maximizar ({0}) - - - Maximize Panel Size - Maximizar Tamanho do Painel - - - Maximize details panel - Maximizar o painel de detalhes - - - Maximize panel size - Maximizar o tamanho do painel - - - Maximize results grid - Maximizar grade de resultados - - - Media - Mídia - - - Media set description is required - A descrição do conjunto de mídias é obrigatória - - - Media set name is required - O nome do conjunto de mídias é obrigatório - - - Message - Mensagem - - - Messages - Mensagens - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - Mensagens ({0}) - - - Metric - Métrica - - - Microsoft Account - Conta Microsoft - - - Microsoft Account is required - A Conta Microsoft é necessária - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Conta do Microsoft Entra - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Microsoft Entra ID — Padrão - - - Microsoft Entra Id - Service Principal - Microsoft Entra ID — Entidade de Serviço - - - Microsoft Entra Id - Universal w/ MFA Support - Microsoft Entra ID – Universal com suporte para MFA - - - Microsoft Entra account {0} successfully added. - {0} is the account name - Conta do Microsoft Entra {0} adicionada com sucesso. - - - Microsoft Fabric integration - Integração do Microsoft Fabric - - - Microsoft SQL Server License Agreement - Contrato de Licença do Microsoft SQL Server - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - A Microsoft examina seus comentários para melhorar nossos produtos, portanto, não compartilhe nenhum dado pessoal ou conteúdo confidencial ou de proprietário. - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - A Microsoft processará os comentários enviados de acordo com as instruções da sua organização para melhorar a sua experiência e a da sua organização com esse produto. Se tiver alguma dúvida sobre o uso dos dados de comentários, entre em contato com o administrador do locatário. O processamento dos dados de comentários é regido pelo Adendo de Proteção de Dados dos Produtos e Serviços da Microsoft entre sua organização e a Microsoft, e os comentários que você enviar serão considerado Dados Pessoais conforme esse adendo. - - - Microsoft would like your feedback - A Microsoft gostaria de receber seus comentários - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - Migre conexões salvas, grupos de conexões e configurações do Azure Data Studio para a extensão MSSQL. Além disso, você pode instalar o Keymap de Gerenciamento de Dados MSSQL para adicionar os atalhos familiares do Azure Data Studio. - - - Min - Min - - - Min: {0} - {0} is the min - Mín.: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - Referência de conexão ausente. Forneça exatamente uma de connectionId ou connectionName. - - - Missing schema payload for replace_schema operation. - Conteúdo do esquema ausente para a operação replace_schema. - - - Missing table payload for update_table operation. - Carga de tabela ausente para a operação update_table. - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - Destino de tabela ausente para a operação delete_table. Forneça tableId ou tableName+schemaName. - - - Modified - Modificado - - - Modified column '{0}' - {0} is the column name - Coluna ''{0}'' modificada - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - Coluna modificada ''{0}'': {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - Chave estrangeira ''{0}'' modificada - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - Chave estrangeira ''{0}'' modificada: {1} - - - Modified table {0} - {0} is the qualified table name - Tabela modificada {0} - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - Tabela modificada {0}: {1} - - - Modify Columns - Modificar Colunas - - - Modify Table - Modificar Tabela - - - Monitor usage and manage your free tier limits - Monitore o uso e gerencie seus limites de camada gratuita - - - Monthly limits - Limites mensais - - - More Query Actions - Mais Ações de Consulta - - - Move Down - Mover para Baixo - - - Move Up - Mover para Cima - - - Move and expand the active grid selection - Mover e expandir a seleção de grade ativa - - - Move focus to the next result set grid - Mover o foco para a próxima grade do conjunto de resultados - - - Move focus to the previous result set grid - Mover o foco para a grade do conjunto de resultados anterior - - - Move selection to the first cell in the row - Mover a seleção para a primeira célula na linha - - - Move selection to the last cell in the row - Mover a seleção para a última célula na linha - - - Move to Root - Mover para Raiz - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - A renomeação só é compatível com os arquivos SQL que fazem parte de um projeto SQL aberto. Abra o projeto primeiro no painel Projetos de Banco de Dados. - - - Move to Schema request failed: {0} - Falha ao mover para a Solicitação de esquema: {0} - - - Move to Schema... - Mover para o Esquema... - - - Move to row end - Mover para o final da linha - - - Move to row start - Mover para o início da linha - - - Move to schema '{0}' - Mover para o esquema '{0}' - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - Foram encontrados vários grupos de conexões com a ID "{0}". Exclua ou renomeie todos eles, exceto um em Usuário/Global settings.json e reinicie a extensão. - - - Must be a valid number - Deve ser um número válido - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - Deve começar com um caractere alfanumérico e conter apenas caracteres alfanuméricos, sublinhados, pontos ou hifens - - - Mutation - Mutação - - - MyProfilerSession - MyProfilerSession - - - NULL - NULO - - - Name - Nome - - - Name for the Docker container running DAB - Nome do contêiner do Docker em execução DAB - - - Name of the primary key. - Nome da chave primária. - - - Navigate to this item in the diagram - Navegue até este item no diagrama - - - Navigation - Navegação - - - Needs attention - Precisa de atenção - - - New Azure SQL logical server (Preview) - Novo servidor lógico do SQL do Azure (versão prévia) - - - New Check Constraint - Nova Restrição CHECK - - - New Column - Nova Coluna - - - New Column Mapping - Novo Mapeamento de Coluna - - - New Database - Novo Banco de Dados - - - New Database Name - Novo Nome do Banco de Dados - - - New Deployment - Nova Implantação - - - New File - Novo Arquivo - - - New Foreign Key - Nova Chave Estrangeira - - - New Index - Novo Índice - - - New Local Docker SQL Server - Novo Docker SQL Server local - - - New Microsoft Entra account could not be added. - Não foi possível adicionar a nova conta do Microsoft Entra. - - - New Password - Nova Senha - - - New Query - Nova Consulta - - - New Query Profiler - Enter Name - Novo Criador de Perfil de Consulta — Inserir Nome - - - New Query Profiler - Select Template - Novo Criador de Perfil de Consulta — Selecionar Modelo - - - New SQL database - Novo banco de dados SQL - - - New Session - Nova Sessão - - - New Table Name - Novo Nome da Tabela - - - New column mapping - Novo mapeamento de coluna - - - New database name must be different from the current name - O novo nome do banco de dados precisa ser diferente do nome atual - - - New media set description - Nova descrição do conjunto de mídias - - - New media set name - Novo nome do conjunto de mídias - - - New to MSSQL extension? Check out our quick-start guide. - Novo na extensão MSSQL? Confira nosso guia de início rápido. - - - New to the MSSQL extension? Check out our quick-start guide. - Novo na extensão do MSSQL? Confira nosso guia de início rápido. - - - Next - Avançar - - - Next Page - Próxima Página - - - Next result grid - Próxima grade de resultados - - - No - Não - - - No Action - Nenhuma ação - - - No Azure accounts found - Nenhuma conta do Azure encontrada - - - No Microsoft Entra account can be found for removal. - Nenhuma conta do Microsoft Entra pode ser encontrada para remoção. - - - No Queries Available - Não Há Consultas Disponíveis - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - Não foi encontrada nenhuma conexão do No SQL Tools MCP para connectionName: {0} - - - No account selected - Nenhuma conta selecionada - - - No active connection - Nenhuma conexão ativa - - - No active connection for database change - Nenhuma conexão ativa para alteração de banco de dados - - - No active connection for schema view - Nenhuma conexão ativa para exibição de esquema - - - No active connection. - Nenhuma conexão ativa. - - - No active database connection in the current editor. Please establish a connection to continue. - Nenhuma conexão de banco de dados ativa no editor atual. Estabeleça uma conexão para continuar. - - - No active notebook. - Nenhum notebook ativo. - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - Nenhum designer de esquema ativo encontrado. Abra o construtor de API de dados primeiro usando mssql_dab com a operação "show" ou na interface do usuário. - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - Nenhum designer de esquema ativo encontrado. Abra um primeiro usando mssql_schema_designer com a operação ''show'' ou na interface do usuário. - - - No active text editor found. Please open a file with an active database connection. - Nenhum editor de texto ativo encontrado. Abra um arquivo com uma conexão de banco de dados ativa. - - - No authentication required - Nenhuma autenticação é necessária - - - No background tasks - Nenhuma tarefa em segundo plano - - - No backup sets found in the restore plan - Nenhum conjunto de backup encontrado no plano de restauração - - - No blob containers found - Nenhum contêiner de blob encontrado - - - No blobs found - Nenhum blob encontrado - - - No changes detected - Nenhuma alteração detectada - - - No changes match your search. - Nenhuma alteração corresponde à sua pesquisa. - - - No changes yet. - Ainda não há alterações. - - - No code analysis rules available. - Não há regras de análise de código disponíveis. - - - No connection credentials found - Nenhuma credencial de conexão encontrada - - - No connection found for connectionId: {0} - {0} is the connection ID - Nenhuma conexão encontrada para connectionId: {0} - - - No connection groups were found in the file. - Nenhum grupo de conexões foi encontrado no arquivo. - - - No connection information found - Nenhuma informação de conexão encontrada - - - No connection profiles to edit. - Nenhum perfil de conexão a ser editado. - - - No connection profiles to remove. - Nenhum perfil de conexão a ser removido. - - - No connection selected. - Nenhuma conexão selecionada. - - - No connection was found. Please connect to a server first. - Nenhuma conexão foi encontrada. Conecte-se a um servidor primeiro. - - - No connections available. Please create a connection first. - Nenhuma conexão disponível. Crie uma conexão primeiro. - - - No connections were found in the file. - Nenhuma conexão foi encontrada no arquivo. - - - No customized settings found - Nenhuma configuração personalizada encontrada - - - No customized settings found in Azure Data Studio - Nenhuma configuração personalizada encontrada no Azure Data Studio - - - No data available - Nenhum dado disponível - - - No data to display. - Nenhum dado a ser exibido. - - - No database files found in the restore plan - Nenhum arquivo de banco de dados encontrado no plano de restauração - - - No database selected. - Nenhum banco de dados selecionado. - - - No databases found in the selected workspace. - Nenhum banco de dados encontrado no workspace selecionado. - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - Nenhum banco de dados encontrado no workspace ''{0}''. - - - No databases found on the server. Please check your connection. - Nenhum banco de dados encontrado no servidor. Verifique sua conexão. - - - No databases found to import into. - Nenhum banco de dados encontrado para importação. - - - No databases with backups found - Nenhum banco de dados com backups encontrado - - - No elements found - Nenhum elemento encontrado - - - No entities found - Nenhuma entidade encontrada - - - No event selected - Nenhum evento selecionado - - - No events to export - Nenhum evento para exportar - - - No filter is currently active - Nenhum filtro está ativo no momento - - - No items - Nenhum item - - - No log entries yet. - Ainda não há entradas de log. - - - No matches found - Nenhuma correspondência encontrada - - - No matching shortcuts - Nenhum atalho correspondente - - - No model found. - Nenhum modelo encontrado. - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Não é necessário atualizar o token da conta do Microsoft Entra para a conexão {0} com o URI {1} - - - No object that can be moved to another schema was found at the cursor. - Não foram encontrados objetos no cursor que pudessem ser movidos para outro esquema. - - - No objects found - Nenhum objeto encontrado - - - No pending changes. Make edits to generate a script. - Nenhuma alteração pendente. Faça edições para gerar um script. - - - No profiler connection available - Nenhuma conexão do Profiler disponível - - - No profiler templates available - Nenhum modelo do Profiler disponível - - - No property changes available. - Nenhuma alteração de propriedade disponível. - - - No query set - Não há conjuntos de consultas - - - No renameable symbol found at cursor. - Não foram encontrados símbolos renomeáveis na posição do cursor. - - - No resource groups found - Nenhum grupo de recursos foi encontrado - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - Nenhum recurso do tipo “{0}” está configurado para a nuvem “{1}” atual. Atualize as configurações da sua conta do Azure. - - - No results - Sem resultados - - - No results for the active editor - Nenhum resultado para o editor ativo - - - No results match the current filters - Nenhum resultado corresponde aos filtros atuais - - - No results to display - Nenhum resultado a ser exibido - - - No rows affected - Não há linhas afetadas - - - No rules match the current filter. - Nenhuma regra corresponde ao filtro atual. - - - No saved connection profiles found. - Nenhum perfil de conexão salvo encontrado. - - - No saved connections found. Please create a connection first. - Nenhuma conexão salva encontrada. Crie uma conexão primeiro. - - - No schema differences were found. - Não foi encontrada nenhuma diferença de esquema. - - - No schemas found - Nenhum esquema encontrado - - - No schemas were found in the project. - Não foram encontradas entidades no projeto. - - - No script available. Make changes to the table data and generate a script first. - Nenhum script disponível. Faça alterações nos dados da tabela e gere um script primeiro. - - - No script generated. - Nenhum script gerado. - - - No selection - Nenhuma seleção - - - No servers found - Nenhum servidor encontrado - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - Nenhum servidor encontrado na assinatura '{0}'. - - - No servers found in the selected subscription. - Nenhum servidor encontrado na assinatura selecionada. - - - No shortcut - Nenhum atalho - - - No storage accounts found - Nenhuma conta de armazenamento encontrada - - - No subscriptions found - Nenhuma assinatura encontrada - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - Nenhuma assinatura encontrada. Altere a conta ou o locatário do Azure para exibir as assinaturas disponíveis. - - - No templates available - Nenhum modelo disponível - - - No tenant selected - Nenhum locatário selecionado - - - No tenants are currently signed in. - Nenhum locatário está conectado no momento. - - - No tenants found - Nenhum locatário encontrado - - - No text data available - Nenhum dado de texto disponível - - - No tools to process. - Nenhuma ferramenta a ser processada. - - - No workspace folder is open. Open a folder to add the MCP server configuration. - Nenhuma pasta de espaço de trabalho está aberta. Abra uma pasta para adicionar a configuração do servidor MCP. - - - No workspace folder is open. Open a folder to add the generated file. - Nenhuma pasta do espaço de trabalho está aberta. Abra uma pasta para adicionar o arquivo gerado. - - - No workspaces found - Nenhum workspace encontrado - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - Nenhum workspace encontrado. Altere a conta ou o locatário do Fabric para exibir os workspaces disponíveis. - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - Foi detectado SQL Server arquivo SQL não válido. Desabilitar o IntelliSense para esses arquivos? - - - None - Nenhum - - - None (empty database) - Nenhum (banco de dados vazio) - - - Not Between - Não está Entre - - - Not Contains - Não Contém - - - Not Ends With - Não Termina Com - - - Not Equals - Não Iguais - - - Not Started - Não iniciado - - - Not Starts With - Não Começa Com - - - Not available for read-only file sessions - Não disponível para sessões de arquivo somente leitura - - - Not connected - Não conectado - - - Not contains - Não contém - - - Not currently signed in. Select to sign in to tenant. - Não conectado no momento. Selecione para entrar no locatário. - - - Not equal to - Não é igual a - - - Not likely at all - Totalmente improvável - - - Not running - Não está em execução - - - Not signed in - Não conectado - - - Not signed into tenant {0} - {0} is the tenant display name - Não conectado ao locatário {0} - - - Not started - Não iniciado - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - Observação: um certificado autoassinado oferece apenas proteção limitada e não é uma prática recomendada para ambientes de produção. Deseja habilitar "Confiar no certificado do servidor" nesta conexão e tentar novamente? - - - Null - Nulo - - - Null Count: {0} - {0} is the null count - Contagem de Nulos: {0} - - - Number of Rows Read - Número de Linhas Lidas - - - OK - OK - - - OLTP, built on Azure SQL - OLTP, criado no SQL do Azure - - - Object Explorer Filter - Filtro do Pesquisador de Objetos - - - Object Type - Tipo de Objeto - - - Object Types - Tipos de Objeto - - - Object type - Tipo de objeto - - - Off - Desativado - - - On Delete - Ao Excluir - - - On Delete Action - Ao Excluir Ação - - - On Update - Ao Atualizar - - - On Update Action - Na Ação de Atualização - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - Um ou mais grupos de conexões fazem referência a grupos pai que não existem e foram ignorados: {0}. Atualize o arquivo de configurações para corrigir essas entradas. - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - Um ou mais grupos de referência de conexões que não existem e foram ignorados: {0}. Atualize as configurações de conexão para corrigir essas entradas. - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - Uma ou mais de suas entidades contêm tipos de coluna sem suporte no momento pelo construtor de API de dados. Essas entidades não podem ser selecionadas para implantação. - - - Open - Abrir - - - Open .scmp file - Abrir o arquivo .scmp - - - Open Containing Folder - Abrir a pasta Contendo - - - Open File - Abrir Arquivo - - - Open GitHub Copilot Chat to help fix these errors - Abrir o GitHub Copilot Chat para ajudar a corrigir esses erros - - - Open Keyboard Shortcuts editor. - Abra o editor de Atalhos de Teclado. - - - Open Nitro - Abrir o Nitro - - - Open Publish Script - Abrir Script de Publicação - - - Open Query - Abrir Consulta - - - Open Query History - Abrir o Histórico de Consultas - - - Open SQL editor and connect - Abra o editor do SQL e conecte-se - - - Open XML - Abrir XML - - - Open a new SQL query file - Abrir um novo arquivo de consulta SQL - - - Open a new bug - Abrir um novo bug - - - Open column menu - Abrir o menu de coluna - - - Open filter menu - Abrir menu de filtro - - - Open in Editor - Abrir no Editor - - - Open in GitHub Copilot Chat - Abrir no GitHub Copilot Chat - - - Open in New Tab - Abrir em Nova Guia - - - Open in SQL Editor - Abrir no Editor do SQL - - - Open in editor - Abrir no editor - - - Open text data in a new editor - Abrir dados de texto em um novo editor - - - Open the active column filter menu - Abrir o menu de filtro da coluna ativa - - - Open the active column menu - Abrir o menu de coluna ativa - - - Open the generated SELECT statement in a new editor - Abrir a instrução SELECT gerada em um novo editor - - - Opening Publish Script. This may take a while... - Abrindo o Script de Publicação. Isso pode demorar um pouco... - - - Opening schema designer... - Abrindo o designer de esquema... - - - Operation - Operação - - - Operation failed - A operação falhou - - - Operator - Operador - - - Option Description - Descrição da Opção - - - Optional (False) - Opcional (Falso) - - - Optional - Override default GraphQL plural type name - Opcional – Substituir nome de tipo plural padrão do GraphQL - - - Optional - Override default GraphQL singular type name - Opcional - Substituir nome de tipo singular padrão do GraphQL - - - Optional - Override default api/entityName path - Opcional – Substituir caminho padrão api/entityName - - - Options - Opções - - - Options have changed. Recompare to see the comparison? - As opções mudaram. Comparar novamente para ver a comparação? - - - Original file name - Nome original do arquivo - - - Others - Outros - - - Output file - Arquivo de saída - - - Overall, how satisfied are you with the MSSQL extension? - No geral, qual é o seu nível de satisfação com a extensão MSSQL? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - No geral, qual é seu nível de satisfação com {0}? - - - Overwrite all existing backup sets - Substituir todos os conjuntos de backup existentes - - - Overwrite the existing database - Substituir o banco de dados existente - - - Owner - Proprietário - - - PNG - PNG - - - Package file - Arquivo de pacote - - - Page - Página - - - Parameters - Parâmetros - - - Parent node was not TreeNodeInfo. - O nó pai não era TreeNodeInfo. - - - Password - Senha - - - Password (SQL Login) - Senha (logon do SQL) - - - Password is required - A senha é obrigatória - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - A senha deve ser alterada para que "{0}" continue fazendo logon em "{1}" - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - A senha deve ser alterada para continuar fazendo logon em "{0}" - - - Passwords do not match - As senhas não coincidem - - - Paste - Colar - - - Paste connection string from clipboard - Colar cadeia de conexão da área de transferência - - - Path: {0} - {0} is the path of the node in the object explorer - Caminho: {0} - - - Pause - Pausar - - - Pause event collection - Pausar coleta de eventos - - - Paused - Em pausa - - - Paused - click to resume - Pausado - clique para retomar - - - Perform checksum before writing to media - Executar soma de verificação antes de gravar na mídia - - - Permissions - Permissões - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - Escolha entre várias versões do SQL Server, incluindo o SQL Server 2025 com funcionalidades internas de IA, como busca em vetores e aprimoramentos JSON. - - - Please Accept the SQL Server EULA - Aceite o SQL Server EULA - - - Please choose a backup file to load restore plan - Escolha um arquivo de backup para carregar o plano de restauração - - - Please choose a blob to load restore plan - Escolha um blob para carregar o plano de restauração - - - Please choose a unique backup file name - Escolha um nome de arquivo de backup exclusivo - - - Please choose a unique name for the container - Escolha um nome exclusivo para o contêiner - - - Please choose a unique name for the profile - Escolha um nome exclusivo para o perfil - - - Please choose a valid media option - Escolha uma opção de mídia válida - - - Please choose at least one backup file - Escolha pelo menos um arquivo de backup - - - Please choose at least one backup set to restore - Escolha pelo menos um conjunto de backup para restaurar - - - Please ensure the file is not open in another application before importing - Verifique se o arquivo não está aberto em outro aplicativo antes de importar - - - Please make sure the port is a number, and choose a port that is not in use - Certifique-se de que a porta seja um número e escolha uma porta que não esteja em uso - - - Please make your password 8-128 characters long. - Faça com que sua senha tenha de 8 a 128 caracteres. - - - Please select a database node in Object Explorer to drop. - Selecione um nó de banco de dados no Pesquisador de Objetos para remover. - - - Please select a database node in Object Explorer to rename. - Selecione um nó de banco de dados no Pesquisador de Objetos para renomear. - - - Please select a file, not a folder. - Selecione um arquivo, não uma pasta. - - - Please select a node from Object Explorer to script. - Selecione um nó do Pesquisador de Objetos para o script. - - - Please select a server node in Object Explorer to create a database. - Selecione um nó de servidor no Pesquisador de Objetos para criar um banco de dados. - - - Please select a valid symbol. - Selecionar um símbolo válido. - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - Selecione um workspace onde você tenha permissões suficientes (Colaborador ou superior) - - - Please select only one node to script. Multiple node scripting is not supported. - Selecione apenas um nó para gerar o script. Não há suporte para vários scripts de nó. - - - Port - Porta - - - Port must be a number between 1 and 65535 - A porta deve ser um número entre 1 e 65535 - - - Port must be between 1 and 65535 - A porta deve estar entre 1 e 65535 - - - Port to expose the API on (default: 5000) - Porta para expor a API (padrão: 5000) - - - Port {0} is already in use - {0} is the port number - A porta {0} já está em uso - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - A porta {0} já está em uso. Escolha uma porta diferente. - - - Possible Data Loss detected. Please review the changes. - Possível Perda de Dados detectada. Examine as alterações. - - - Precision - Precisão - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Precisão/incompatibilidade de escala entre ''{0}'' e ''{1}'' - - - Preserve the replication settings - Preservar as configurações de replicação - - - Press desired key combination and then press ENTER. - Pressione a combinação de teclas desejada e pressione ENTER. - - - Preview - Pré-visualização - - - Preview Data - Visualizar Dados - - - Preview Database Updates - Visualizar Atualizações de Banco do Dados - - - Previous - Anterior - - - Previous Page - Página Anterior - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - A promessa de reconexão pendente anterior para o URI {0} foi rejeitada com o erro {1}. Tentará reconectar, se necessário. - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - A reconexão pendente anterior para o URI {0} foi bem-sucedida. - - - Previous result grid - Grade de resultados anteriores - - - Previous step failed. Please check the error message and try again. - Falha na etapa anterior. Verifique a mensagem de erro e tente novamente. - - - Previously released features you may not have explored yet. - Recursos lançados anteriormente que talvez você ainda não tenha explorado. - - - Primary Key - Chave Primária - - - Primary Key Columns - Colunas de Chave Primária - - - Primary key - Chave primária - - - Prisma - Prisma - - - Privacy Statement - Política de Privacidade - - - Privacy notice - Aviso de privacidade - - - Private - Privado - - - Processing include or exclude all differences operation. - Processando a operação de incluir ou excluir todas as diferenças. - - - Profile Name - Nome do Perfil - - - Profile created and connected - Perfil criado e conectado - - - Profile created successfully - Perfil criado com sucesso - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - O perfil foi carregado, mas a conexão não pôde ser estabelecida automaticamente. Crie uma conexão para {0} e tente novamente. - - - Profile name - Nome do perfil - - - Profile removed successfully - Perfil removido com sucesso - - - Profiler events exported successfully to {0} - {0} is the file path - Eventos do Profiler exportados com sucesso para {0} - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - O Profiler está no modo somente leitura e desconectado para o arquivo XEL '{0}' e não pode iniciar ou criar sessões ativas sem uma conexão de banco de dados - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - O Profiler está no modo somente leitura e desconectado para o arquivo XEL '{0}' e não pode iniciar ou criar sessões ativas sem uma conexão de banco de dados. - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - Profiler pronto. Selecione uma sessão na lista suspensa e clique em Iniciar para iniciar a criação de perfil. - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - Sessão do Profiler "{0}" criada com sucesso. Iniciando criação de perfil... - - - Profiler session '{0}' started successfully. - {0} is the session name - Sessão do Profiler "{0}" iniciada com sucesso. - - - Properties - Propriedades - - - Property - Propriedade - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - O provedor "{0}" não tem um ponto de extremidade de recurso da Microsoft definido. - - - Provisioning - Provisionando - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - Configurações de proxy encontradas, mas houve um erro ao analisar a URL: "{0}". Você pode ter problemas de conexão ao usar a extensão MSSQL. Erro: {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - Configurações de proxy encontradas, mas sem um protocolo (por exemplo, http://): "{0}". Você pode ter problemas de conexão ao usar a extensão MSSQL. - - - Public - Público - - - Publish - Publicar - - - Publish DACPAC - Publicar DACPAC - - - Publish Profile - Publicar Perfil - - - Publish Project - Publicar Projeto - - - Publish Project - {0} - {0} is the name of the project being published - Publicar Projeto – {0} - - - Publish Settings File - Publicar Arquivo de Configurações - - - Publish Target - Destino da Publicação - - - Publish profile saved to: {0} - Publicar perfil salvo em: {0} - - - Publishing Changes - Publicando Alterações - - - Pulling DAB container image - Transferindo a imagem de contêiner DAB - - - Pulling SQL Server Image - Efetuando o pull da imagem do SQL Server - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - Efetuando o pull da imagem do contêiner do SQL Server. Isso pode demorar alguns minutos, dependendo da sua conexão com a Internet. - - - Query - Consulta - - - Query Editor - Editor de Consultas - - - Query Editor shortcuts are managed by Visual Studio Code. - Os atalhos do Editor de Consultas são gerenciados pelo Visual Studio Code. - - - Query Execution - Execução de Consulta - - - Query Plan - Plano de Consulta - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - Plano de Consulta ({0}) - - - Query Plan ({0}) - {0} is the number of query plans - Plano de Consulta ({0}) - - - Query Profiler - Criador de Perfil de Consulta - - - Query Profiler Session Status - Status da Sessão do Criador de Perfil de Consulta - - - Query Profiler: No session - Criador de Perfil de Consulta: Sem sessão - - - Query Profiler: {0} - {0} is the file name or session name - Criador de Perfil de Consulta: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - Editor de consultas para {0} - - - Query executed - Consulta executada - - - Query execution failed - Falha ao executar a consulta - - - Query execution was canceled. - A execução da consulta foi cancelada. - - - Query failed - A consulta falhou - - - Query succeeded - Consulta bem-sucedida - - - Query {0} - {0} is the Quick Query slot number - Consulta {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - Consulta {0}: custo da consulta (em relação ao script): {1}% - - - Quick Queries - Consultas Rápidas - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - Os atalhos de teclado das Consultas Rápidas são gerenciados pelo Visual Studio Code. - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - O slot da Consulta Rápida deve estar entre 1 e {0}. - - - Quick filter all columns... - Filtro rápido de todas as colunas... - - - REST - REST - - - REST API - API REST - - - RESTORE WITH NORECOVERY - RESTORE WITH NORECOVERY - - - RESTORE WITH RECOVERY - RESTORE WITH RECOVERY - - - RESTORE WITH STANDBY - RESTORE WITH STANDBY - - - Read - Ler - - - Read docs on Microsoft Learn - Leia a documentação no Microsoft Learn - - - Read more - Leia mais - - - Read-Only - Somente Leitura - - - Read-only SQL text editor - Editor de texto SQL somente leitura - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - Modo desconectado somente leitura para '{0}'. Não é possível criar ou iniciar sessões ativas sem uma conexão de banco de dados. - - - Ready for import - Pronto para importação - - - Readying container for connections. - Preparando o contêiner para conexões. - - - Readying container for connections... - Preparando o contêiner para as conexões... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - Receber explicações em linguagem natural para ajudar os desenvolvedores que não conhecem T-SQL a entender o código - - - Recent Connections - Conexões Recentes - - - Recent connections list cleared - Lista de conexões recentes limpa - - - Record shortcut - Gravar atalho - - - Recording shortcut - Atalho de gravação - - - Recovery Model - Modelo de Recuperação - - - Recovery state - Estado de recuperação - - - Redo - Refazer - - - Referenced column '{0}' not found - {0} is the column name - Coluna referenciada ''{0}'' não encontrada - - - Referenced columns - Colunas referenciadas - - - Referenced schema - Esquema referenciado - - - Referenced table - Tabela referenciada - - - Referenced table '{0}' not found - {0} is the table name - Tabela referenciada ''{0}'' não encontrada - - - Refresh - Atualizar - - - Refresh Credentials - Atualizar Credenciais - - - Refresh dataset - Atualizar conjunto de dados - - - Region - Região - - - Register - Registrar - - - Reject - Rejeitar - - - Reliability - Confiabilidade - - - Reload Visual Studio Code - Recarregar Visual Studio Code - - - Relocate all files - Relocar todos os arquivos - - - Remind Me Later - Lembre-me Mais Tarde - - - Remove - Remover - - - Remove Sort - Remover Classificação - - - Remove a connection profile - Remover um perfil de conexão - - - Remove file - Remover arquivo - - - Remove filter - Remover filtro - - - Remove filter for {0} - {0} is the column name - Remover filtro para {0} - - - Remove from favorites - Remover dos favoritos - - - Remove sort - Remover classificação - - - Remove tag - Remover rótulo - - - Remove {0} - {0} is the object type - Remover {0} - - - Rename - Renomear - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - Renomeie '{0}' em '{1}'. - - - Rename Database - Renomear Banco de Dados - - - Rename Options - Opções de Renomeação - - - Rename is not supported at this position. - Não há suporte para renomear nesta posição. - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - A renomeação só é compatível com arquivos SQL que fazem parte de um projeto SQL aberto. Abra o projeto primeiro no painel Projetos de Banco de Dados. - - - Rename request failed: {0} - Falha na solicitação da renomeação: {0} - - - Renaming database - Renomeando banco de dados - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - Renomeando o banco de dados "{0}" para "{1}"... - - - Replication - Replicação - - - Request a new feature - Solicitar um novo recurso - - - Required - Obrigatório - - - Requirements: - Requisitos: - - - Requires user authentication - Requer autenticação do usuário - - - Reset - Redefinir - - - Reset to Defaults? - Redefinir para Padrões? - - - Resize - Redimensionar - - - Resize column '{0}' - {0} is the name of the column - Redimensionar coluna '{0}' - - - Resize the active result grid column - Redimensionar a coluna de grade de resultados ativas - - - Resource Group - Grupo de Recursos - - - Resource Group Name - Nome do Grupo de Recursos - - - Resource Group is required - Grupo de Recursos obrigatório - - - Resource group name is required - É necessário o nome do grupo de recursos - - - Resources - Recursos - - - Restore - Restaurar - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - Restaurar ({0}) - - - Restore Database - Restaurar Banco de Dados - - - Restore Panel Size - Restaurar Tamanho do Painel - - - Restore as - Restaurar como - - - Restore panel size - Restaurar o tamanho do Painel - - - Restore properties pane - Restaurar painel de propriedades - - - Restrict access to the restored database - Restringir o acesso ao banco de dados restaurado - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - Conjunto de Resultados do Lote {0} - Consulta {1} - - - Result View - Exibição de Resultado - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - Os atalhos da Exibição de Resultados são gerenciados pela extensão MSSQL. Você pode configurar os atalhos de teclado deles diretamente aqui. - - - Results - Resultados - - - Results ({0}) - {0} is the number of results - Resultados ({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - Resultados ({0}) - - - Results Preview - Visualização dos Resultados - - - Results Preview ({0}) - {0} is the number of preview results - Visualização de Resultados ({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - Visualização de Resultados ({0}) - - - Results exported successfully to {0} - {0} is the file path - Resultados exportados com sucesso para {0} - - - Results toolbar - Barra de ferramentas de resultados - - - Resume - Retomar - - - Resuming database - Retomando banco de dados - - - Retry - Tentar novamente - - - Reveal - Revelar - - - Reveal in Explorer - Revelar no Explorer - - - Reveal in Finder - Revelar no Localizador - - - Reverse Alphabetical - Alfabético Reverso - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - Fazer engenharia reversa de bancos de dados existentes explicando esquemas e relações SQL - - - Revert - Reverter - - - Revert Cell - Reverter Célula - - - Revert Row - Reverter Linha - - - Revert this change to its original state - Reverter esta alteração para o estado original - - - Revert values to project defaults - Reverter valores para os padrões do projeto - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - Revise ou proponha alterações na configuração da API no chat, e o GitHub Copilot atualizará a sua configuração instantaneamente no construtor de API de Dados. - - - Reviewing Copilot Change - Revisando a Alteração do Copilot - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - O Rosetta é necessário para executar imagens de contêiner do SQL Server no Apple Silicon. Habilite "Usar o Rosetta para emulação x86_64/amd64 no Apple Silicon" em Docker Desktop > Configurações > Geral. - - - Row created. - Linha criada. - - - Row deleted. - Linha excluída. - - - Row marked for removal. - Linha marcada para remoção. - - - Rows - Linhas - - - Rows per page - Linhas por página - - - Rule disabled - Regra desabilitada - - - Rule enabled - Regra habilitada - - - Rule name - Nome da regra - - - Rules - Regras - - - Run Query - Executar Consulta - - - Run Query History - Executar o Histórico de Consultas - - - Run a query for the current active SQL document - Executar uma consulta para o documento SQL ativo atual - - - Run a query in the current editor, or switch to an editor that has results. - Execute uma consulta no editor atual ou mude para um editor que tenha resultados. - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - Executar consulta na conexão '{0}' (ID: {1})? - -Consulta: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - Execução instantânea do SQL salvo com atalhos de teclado personalizados. Usar {arg} para inserir o texto selecionado do editor de consultas; caso contrário, ele será acrescentado à consulta. - - - Run, cancel, and create queries - Executar, cancelar e criar consultas - - - Running - Em execução - - - Running a custom query will discard all pending changes. Do you want to continue? - Executar uma consulta personalizada descartará todas as alterações pendentes. Deseja continuar? - - - Running query is not supported when the editor is in multiple selection mode. - A execução da consulta não tem suporte quando o editor está no modo de seleção múltipla. - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Executando a consulta na conexão '{0}' (ID: {1}) - - - Running: {0} - {0} is how long the query has been running - Em execução: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - Ponto de Extremidade de Análise SQL - - - SQL Authentication - Autenticação do SQL - - - SQL Container Name - Nome do Contêiner do SQL - - - SQL Container Version - Versão do Contêiner do SQL - - - SQL Database - Banco de Dados SQL - - - SQL Database Projects — Code Analysis - Projetos de Banco de Dados SQL — Code Analysis - - - SQL Login - Logon do SQL - - - SQL Notebooks - Notebooks SQL - - - SQL Plan Files - Arquivos de Plano SQL - - - SQL Server Container SA Password - Senha SA do contêiner do SQL Server - - - SQL Server admin password - Senha de administrador do SQL Server - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - O SQL Server não suporta contêineres Windows. Altere para contêineres Linux nas configurações do Docker Desktop. - - - SQL Server is required - O SQL Server é necessário - - - SQL Server port number - Número da porta do SQL Server - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} - última versão - - - SQL Tools (MSSQL) - Ferramentas do SQL (MSSQL) - - - SQL database in Fabric - Banco de dados SQL no Fabric - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - Variáveis SQLCMD - - - SVG - SVG - - - Satisfied - Satisfeito - - - Saturation - Saturação - - - Save - Salvar - - - Save .scmp file - Salvar o arquivo .scmp - - - Save As - Salvar Como - - - Save As... - Salvar Como... - - - Save Changes - Salvar Alterações - - - Save Connection Group - Salvar Grupo de Conexão - - - Save Password - Salvar Senha - - - Save Password? If 'No', password will be required each time you connect - Salvar a senha? Se escolher "Não", a senha será solicitada sempre que você se conectar - - - Save Plan - Salvar Plano - - - Save Secret - Salvar Segredo - - - Save as CSV - Salvar como CSV - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - Salvar como CSV ({0}) - - - Save as Excel - Salvar como Excel - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - Salvar como Excel ({0}) - - - Save as INSERT INTO - Salvar como INSERT INTO - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - Salvar como INSERT INTO ({0}) - - - Save as JSON - Salvar como JSON - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - Salvar como JSON ({0}) - - - Save backup to URL - Salvar backup na URL - - - Save connection profile changes without establishing a connection - Salvar alterações de perfil de conexão sem estabelecer uma conexão - - - Save password - Salvar senha - - - Save results as CSV - Salvar resultados como CSV - - - Save results as Excel - Salvar resultados como Excel - - - Save results as INSERT - Salvar resultados como INSERT - - - Save results as JSON - Salvar resultados como JSON - - - Save results command cannot be used with multiple selections. - O comando para salvar resultados não pode ser usado com múltiplas seleções. - - - Save source and target, options, and excluded elements - Salvar a origem e o destino, as opções e os elementos excluídos - - - Save to Disk - Salvar no Azure Data Box Disk - - - Save to URL - Salvar na URL - - - Save without connecting - Salvar sem se conectar - - - Saved - Salvo - - - Saved Connections - Conexões Salvas - - - Saved results to {0} - {0} is the saved file path - Resultados salvos em {0} - - - Saving... - Salvando... - - - Scaffold backend components (e.g., data-access layers) based on your current database context - Fazer scaffolding de componentes de back-end (por exemplo, camadas de acesso a dados) com base no contexto atual do banco de dados - - - Scale - Escala - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Incompatibilidade de escala entre '{0}' e '{1}' - - - Schema - Esquema - - - Schema '{0}' is not available. - {0} is the schema name - O esquema "{0}" não está disponível. - - - Schema Changes - Alterações de Esquema - - - Schema Compare - Comparação de Esquemas - - - Schema Compare Options - Opções da Comparação de Esquemas - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - Falha na Comparação de Esquemas: ''{0}'' - - - Schema Designer - Schema Designer - - - Schema Designer Model is ready. Changes can now be published. - O Modelo do Designer de Esquema está pronto. As alterações agora podem ser publicadas. - - - Schema Designer with GitHub Copilot - Designer de Esquema com o GitHub Copilot - - - Schema Diff - Comparação de Esquema - - - Schema designer details are not available. - Os detalhes do designer de esquema não estão disponíveis. - - - Schema designer is not initialized. - O designer de esquema não foi inicializado. - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - Designer de esquema aberto. Para mutação de esquema, continue com as operações {0} ({1}/{2}). - - - Schema designer state changed. Fetch the latest schema and retry the operation. - Estado do designer de esquema alterado. Busque o esquema mais recente e repita a operação. - - - Schema designer state retrieved successfully. - Estado do designer de esquema recuperado com sucesso. - - - Schema designer updated successfully. - Designer de esquema atualizado com sucesso. - - - Schema is required - Esquema é obrigatório - - - Schema/Object Type - Esquema/Tipo de Objeto - - - Schemas - Esquemas - - - Script - Script - - - Script as Alter - Script como Alterar - - - Script as Create - Script como Criar - - - Script as Drop - Script como Remover - - - Script as Execute - Script como Executar - - - Script copied to clipboard - Script copiado para a área de transferência - - - Script copied to clipboard. - Script copiado para a área de transferência. - - - Search Database Objects - Pesquisar objetos de banco de dados - - - Search Database Objects - {0} - {0} is the server name - Pesquisar Objetos de Banco de Dados - {0} - - - Search Workspaces - Pesquisar Workspaces - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - Pesquisar por nome ou tipo de objeto (por exemplo, t:<name>, v:, f:, ou sp:) - - - Search changes... - Pesquisar alterações... - - - Search connection groups - Pesquisar grupos de conexões - - - Search extension shortcut - Atalho de pesquisa de extensão - - - Search options - Opções de pesquisa - - - Search options... - Opções de pesquisa... - - - Search rules... - Pesquisar regras... - - - Search settings... - Pesquisar configurações... - - - Search subscriptions... - Pesquisar assinaturas... - - - Search tables... - Pesquisar tabelas... - - - Search values... - Pesquisar valores... - - - Search within {0} text content - {0} is the column name - Pesquisar no conteúdo de texto {0} - - - Search workspaces... - Pesquisar workspaces... - - - Search... - Pesquisar... - - - Searching... - Pesquisando... - - - Seed sample data or import an existing schema - Propagar dados de exemplo ou importar um esquema existente - - - Select - Selecionar - - - Select All - Selecionar Tudo - - - Select Azure account with Key Vault access for column decryption - Selecione a conta do Azure com acesso ao Key Vault para descriptografia de colunas - - - Select Connection - Selecionar Conexão - - - Select Database - Selecionar Banco de Dados - - - Select Max vCores - Selecione o Máximo de vCores - - - Select Profile - Selecionar o perfil - - - Select Source - Selecionar Origem - - - Select Source Schema - Selecionar Esquema de Origem - - - Select Target - Selecionar Destino - - - Select Target Schema - Selecionar Esquema de Destino - - - Select Top 1000 - Selecione Top 1000 - - - Select XEL File - Selecionar Arquivo XEL - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - Selecione uma conta do Microsoft Entra ID para usar com essa conexão. As informações da conta original do Azure Data Studio são listadas abaixo, mas você pode escolher uma conta diferente. - - - Select a Workspace - Selecionar um Workspace - - - Select a blob - Selecione um blob - - - Select a blob container - Selecione um contêiner de blobs - - - Select a collation - Selecione uma ordenação - - - Select a connection group - Selecionar um grupo de conexões - - - Select a connection to use as the default - Selecione uma conexão a ser usada como padrão - - - Select a data source - Selecione uma fonte de dados - - - Select a database - Selecionar um banco de dados - - - Select a database for profiling (Azure SQL requires a specific database) - Selecione um banco de dados para criação de perfil (SQL do Azure requer um banco de dados específico) - - - Select a file - Selecionar um arquivo - - - Select a folder - Selecionar uma pasta - - - Select a location for the resource group - Selecione um local para o grupo de recursos - - - Select a maintenance window - Selecionar uma janela de manutenção - - - Select a profiler template - Selecione um modelo do Profiler - - - Select a resource group - Selecione um grupo de recursos - - - Select a server - Selecionar um servidor - - - Select a session first - Selecione uma sessão primeiro - - - Select a session... - Selecione uma sessão... - - - Select a storage account - Selecione uma conta de armazenamento. - - - Select a subscription - Selecione uma assinatura - - - Select a subscription to view servers in it. - Selecione uma assinatura para ver os servidores nela. - - - Select a tenant - Selecionar um locatário - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Selecione um {0} válido na lista suspensa - - - Select a workspace to view the databases in it. - Selecione um workspace para exibir os bancos de dados nele. - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Selecione um {0} para filtragem - - - Select account - Selecionar conta - - - Select all - Selecionar tudo - - - Select all cells in the active grid - Selecionar todas as células na grade ativa - - - Select all entities - Selecionar todas as entidades - - - Select all options - Selecionar todas as opções - - - Select all {0} - {0} is the action name (Create, Read, etc.) - Selecionar todos {0} - - - Select an account - Selecionar uma conta - - - Select an account for authentication - Selecione uma conta para autenticação - - - Select an extension to manage connection sharing permissions - Selecione uma extensão para gerenciar permissões de compartilhamento de conexão - - - Select an operation - Selecionar uma operação - - - Select column - Selecionar coluna - - - Select file to import - Selecionar o arquivo a importar - - - Select image - Selecionar imagem - - - Select location - Selecionar local - - - Select new permission for extension: '{0}' - {0} is the extension name - Selecione a nova permissão para a extensão: "{0}" - - - Select or clear all connection groups - Selecionar ou limpar todos os grupos de conexões - - - Select or clear all connections - Selecionar ou limpar todas as conexões - - - Select package file - Selecionar arquivo de pacote - - - Select profile to edit - Selecionar perfil para editar - - - Select profile to remove - Selecione um perfil para remover - - - Select row - Selecionar a linha - - - Select session - Selecionar sessão - - - Select subscriptions - Selecionar assinaturas - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - Selecione o arquivo settings.json do Azure Data Studio para examinar grupos de conexões e conexões. - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - Selecione o método HTTP que pode executar este procedimento armazenado. O DAB usa POST como padrão. - - - Select the SQL Server Container Image - Selecione a imagem do contêiner do SQL Server - - - Select the entire current column - Selecionar toda a coluna atual - - - Select the entire current row - Selecionar toda a linha atual - - - Select the target schema - Selecionar o esquema de destino - - - Selected - Selecionado - - - Selected Microsoft Entra account removed successfully. - Conta do Microsoft Entra selecionada removida com sucesso. - - - Selected Path - Caminho Selecionado - - - Selected backup file does not contain a valid database backup - O arquivo de backup selecionado não contém um backup de banco de dados válido - - - Selected query-editor text - Texto selecionado do editor de consultas - - - Selection - Seleção - - - Sequelize - Sequelize - - - Serialization failed - Falha na serialização - - - Server - Servidor - - - Server - {0} - {0} is the server name - Servidor- {0} - - - Server Connections - Conexões do Servidor - - - Server Edition - Edição do Servidor - - - Server Name - Nome do Servidor - - - Server Version - Versão de Servidor - - - Server connection in progress. Do you want to cancel? - Conexão ao servidor em andamento. Deseja cancelar? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - Não foi possível iniciar o servidor. Isso pode ocorrer devido a um erro de permissões ou a uma incompatibilidade no seu sistema. Você pode tentar habilitar a autenticação de código do dispositivo nas configurações. - - - Server is required - O servidor é necessário - - - Server name is required - É preciso informar o nome do servidor - - - Server name not set. - Nome do servidor não definido. - - - Server name or ADO.NET connection string - Nome do servidor ou cadeia de conexão do ADO.NET - - - Server {0} not found. - {0} is the server name - Servidor {0} não encontrado. - - - Serverless - Sem servidor - - - Service installation failed. - A instalação do serviço falhou. - - - Service tier - Camada de serviço - - - Session - Sessão - - - Session creation timed out - A criação da sessão atingiu o tempo limite - - - Session name can only contain letters, numbers, underscores, and hyphens - O nome da sessão só pode conter letras, números, sublinhados e hifens - - - Session name cannot be empty - O nome da sessão não pode ficar vazio - - - Session name must be {0} characters or less - {0} is the maximum length - O nome da sessão deve ter {0} caracteres ou menos - - - Session not running - Sessão não está em execução - - - Set Default - Definir Padrão - - - Set Null - Definir Nulo - - - Set backup Compression - Definir compactação de backup - - - Set backup Media Set - Definir conjunto de mídias de backup - - - Set backup retain days - Defina os dias de retenção de backup - - - Setting - Configuração - - - Setting up - Configurando - - - Setting up container - Configurando contêiner - - - Settings - Configurações - - - Settings and Keybindings - Configurações e Atalhos de Teclado - - - Settings are fixed for free tier. - As configurações são fixas para a camada gratuita. - - - Settings for {0} - {0} is the entity name - Configurações para {0} - - - Severity - Gravidade - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - Severidade para {0} - - - Shortcut - Atalho - - - Shortcuts Configuration - Configuração de Atalhos - - - Shortcuts Configuration (Preview) - Configuração de Atalhos (Versão Prévia) - - - Shortcuts configuration page - Página de configuração de atalhos - - - Show All - Mostrar Tudo - - - Show Changes - Mostrar Alterações - - - Show Confirm Password - Mostrar Confirmação de Senha - - - Show Definition - Mostrar Definição - - - Show Estimated Plan - Exibir Plano Estimado - - - Show MSSQL output - Mostrar saída do MSSQL - - - Show Menu - Mostrar Menu - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - Mostrar Menu ({0}) - - - Show New Password - Mostrar Nova Senha - - - Show SQL - Mostrar SQL - - - Show SQL Pane - Mostrar painel SQL - - - Show Schema - Mostrar Esquema - - - Show a random table definition - Mostrar uma definição de tabela aleatória - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - Mostrar todos os atalhos de Consulta Rápida nos Atalhos de Teclado do VS Code - - - Show all columns - Mostrar todas as colunas - - - Show full error message - Mostrar mensagem de erro completa - - - Show masked command (hides sensitive information) - Mostrar comando mascarado (oculta informações confidenciais) - - - Show or hide the query result panel - Mostrar ou ocultar o painel de resultados da consulta - - - Show password - Exibir senha - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Mostrar o esquema para a conexão '{0}' (ID: {1})? - - - Show table relationships - Mostrar relações de tabela - - - Show unmasked command (reveals sensitive information) - Mostrar comando sem máscara (revela informações confidenciais) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Mostrando o esquema para a conexão '{0}' (ID: {1}) - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - Mostrando {0} de {1} eventos - - - Showplan XML - XML do plano de execução - - - Sign In - Entrar - - - Sign in - Entrar - - - Sign in and retry - Entrar e tentar novamente - - - Sign in to a new account - Entrar em uma nova conta - - - Sign in to your Azure subscription - Entrar com sua assinatura do Azure - - - Sign in to your Azure subscription in one of the sovereign clouds. - Entre com sua assinatura do Azure em uma das nuvens soberanas. - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - Entre com sua assinatura do Azure com um código do dispositivo. Use isso nas configurações nas quais o comando Entrar não funciona - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - Entre com Entra ID "{0}". - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - Entre com sua conta do Microsoft Entra ID, incluindo contas com autenticação multifator. Clique no ícone de informações para saber mais. - - - Sign into Azure - Entrar no Azure - - - Sign into Azure in order to add a firewall rule. - Entre no Azure para adicionar uma regra de firewall. - - - Sign into Fabric - Entrar no Fabric - - - Sign into additional accounts - Entre em contas adicionais - - - Sign into tenant - Entrar no locatário - - - Signing in to Azure as {0}... - {0} is the account name - Entrando no Azure como {0}... - - - Simple - Simples - - - Simple Container Management - Gerenciamento Simples de Contêiner - - - Smart performance - Desempenho inteligente - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - Algumas conexões ou grupos têm informações incompletas. Você pode continuar, mas talvez precise editar essas conexões mais tarde, antes de se conectar. - - - Sort - Classificar - - - Sort Ascending - Classificar em Ordem Crescente - - - Sort Descending - Classificar em Ordem Decrescente - - - Sort ascending - Classificar em ordem crescente - - - Sort column - Classificar coluna - - - Sort descending - Classificar em ordem decrescente - - - Source - Origem - - - Source Column - Coluna de Origem - - - Source Database - Banco de Dados de Origem - - - Source Name - Nome da Origem - - - Source: {0} - {0} is the fully qualified DAB source object name - Fonte: {0} - - - Source: {0} - {0} is the task source - Fonte: {0} - - - Specifies whether the column is included in the primary key for the table. - Especifica se a coluna está incluída na chave primária da tabela. - - - Specifies whether the column may have a NULL value. - Especifica se a coluna pode conter um valor NULL. - - - Specify Input File - Especificar Arquivo de Entrada - - - SqlPackage Command - Comando SqlPackage - - - Standby file - Arquivo em espera - - - Start - Início - - - Start IP Address - Endereço IP Inicial - - - Start Time - Hora de Início - - - Start profiling session - Iniciar a sessão de criação de perfil - - - Start, stop, and remove containers directly from the extension. - Inicie, pare e remova contêineres diretamente da extensão. - - - Started executing query at - Execução da consulta iniciada em - - - Started query execution for document "{0}" - {0} is the document name - Execução da consulta iniciada para o documento "{0}" - - - Started saving results to {0} - {0} is the file path - Iniciado o salvamento de resultados para {0} - - - Starting '{0}'... - {0} is the service name - Iniciando '{0}'... - - - Starting Container... - Iniciando Contêiner... - - - Starting DAB container - Iniciando contêiner DAB - - - Starting Docker Desktop - Iniciando o Docker Desktop - - - Starting Docker... - Iniciando o Docker... - - - Starting {0}... - {0} is the container name - Iniciando {0}... - - - Starts With - Começa Com - - - Starts with - Inicia com - - - Status - Status - - - Status: {0} - {0} is the task status - Status: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - Etapa {0} de {1} - - - Stop - Parar - - - Stop session - Interromper a sessão - - - Stopped - Parado - - - Stopping Container... - Parando Contêiner... - - - Stopping profiler session "{0}"... - {0} is the session name - Interrompendo sessão do Profiler "{0}"... - - - Storage - Armazenamento - - - Storage Account - Conta de Armazenamento - - - Storage Account is required - A conta de armazenamento é obrigatória - - - Stored Procedure - Procedimento Armazenado - - - Stored Procedures - Procedimentos Armazenados - - - Stored procedure GraphQL operation - Operação GraphQL de procedimento armazenado - - - Stored procedure REST methods - Métodos REST de procedimento armazenado - - - Submit - Enviar - - - Submit an issue - Enviar um problema - - - Subscription - Assinatura - - - Subscription is required - A assinatura é obrigatória - - - Subtree Cost - Custo da Subárvore - - - Succeeded - Com sucesso - - - Succeeded with warning - Sucesso com o aviso - - - Successfully changed to database: {0} - {0} is the database name - Alterado com sucesso para o banco de dados: {0} - - - Successfully connected to server. - Conectado com êxito ao servidor. - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - Token atualizado com sucesso para a conexão {0} com o URI {1}, {2} - - - Successfully saved results to {0} - {0} is the file path - Os resultados foram salvos com êxito em {0} - - - Sum - Soma - - - Sum: {0} - {0} is the sum - Soma: {0} - - - Summary - Resumo - - - Summary loading canceled - Carregamento de resumo cancelado - - - Summary loading was canceled by user - O carregamento de resumo foi cancelado pelo usuário - - - Switch Direction - Alternar Direção - - - Switch Source and Target - Alternar a Origem e Destino - - - Switch between result panes and tabs - Alternar entre painéis e guias de resultados - - - Switch results view - Alternar exibição de resultados - - - Switch to Grid View - Alternar para o Modo de Exibição de Grade - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - Alternar para o Modo de Exibição de Grade ({0}) - - - Switch to MSAL - Alternar para MSAL - - - Switch to Messages tab - Alternar para a guia Mensagens - - - Switch to Query Plan tab - Alternar para a guia Plano de Consulta - - - Switch to Results tab - Alternar para a guia Resultados - - - Switch to Text View - Alternar para Exibição de Texto - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - Alternar para o Modo de Exibição de Texto ({0}) - - - Switched to {0} - {0} is the connection label - Alternado para {0} - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - A troca para contêineres Linux foi cancelada. O SQL Server suporta apenas contêineres Linux. - - - Synchronous resize - Redimensionar de forma síncrona - - - System databases - Bancos de dados do sistema - - - T-SQL - T-SQL - - - Table - Tabela - - - Table '{0}' already exists - {0} is the table name - A tabela '{0}' já existe - - - Table '{0}' not found - {0} is the table name - Tabela ''{0}'' não encontrada - - - Table Diagram - Diagrama de Tabela - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - O Gerenciador de Tabelas para "{0}" tem alterações não salvas. Deseja salvá-los ou descartá-los? - - - Table Name - Nome da Tabela - - - Table Schema - Esquema da Tabela - - - Table added to schema designer successfully. - Tabela adicionada ao designer de esquema com sucesso. - - - Table deleted from schema designer successfully. - Tabela excluída do designer de esquema com sucesso. - - - Table id already exists. - A ID da tabela já existe. - - - Table must include at least one column. - A tabela deve incluir pelo menos uma coluna. - - - Table name - Nome da tabela - - - Table name cannot be empty - O nome da tabela não pode ficar vazio - - - Table name is required - É obrigatório fornecer o nome da tabela - - - Table updated in schema designer successfully. - Tabela atualizada com sucesso no designer de esquema. - - - Tables - Tabelas - - - Tag keys must be unique. - As chaves de marca precisam ser exclusivas. - - - Tags - Rótulos - - - Tail-log backup - Backup da parte final do log - - - Tail-log backup file - Arquivo de backup da parte final do log - - - Take Survey - Responder Pesquisa - - - Take tail-log backup before restore - Faça backup da parte final do log antes da restauração - - - Target - Destino - - - Target Database - Banco de Dados de Destino - - - Target Name - Nome do Destino - - - Target Table - Tabela de Destino - - - Target: {0} - {0} is the task target location - Destino: {0} - - - Task log is unavailable. - O log da tarefa não está disponível. - - - Task: {0} - {0} is the task name - Tarefa: {0} - - - Tenant - Locatário - - - Tenant ID - ID do locatário - - - Tenant ID is required - É necessária a ID do locatário - - - Tenant is required - O locatário é necessário - - - Terms & Conditions - Termos e Condições - - - Test connecting with the current settings - Testar a conexão com as configurações atuais - - - Test connection - Testar conectividade - - - Testing connection profile... - Testando perfil de conexão... - - - Testing... - Testando... - - - Text - Texto - - - Text View - Exibição de Texto - - - Text tab - displays SQL text data - Guia Texto - exibe dados de texto SQL - - - The Application (Client) ID of your Microsoft Entra app registration. - A ID do Aplicativo (Cliente) do registro do aplicativo Microsoft Entra. - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - O Query Profiler agora dá suporte ao banco de dados SQL em conexões do Microsoft Fabric, com novos modelos de Banco de Dados SQL do Azure, incluindo {code-snippet-0} para criação de perfil T-SQL leve. - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - A extensão do SQL Server não pôde ser iniciada porque seu serviço em segundo plano necessário falhou ao iniciar. Instale o VSIX offline para seu sistema operacional ou verifique sua conexão de rede e tente novamente. Detalhes: {0} - - - The XEL file was not found. - O arquivo XEL não foi encontrado. - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - O comportamento quando um usuário tenta excluir uma linha com dados que estão envolvidos em um relacionamento de chave estrangeira. - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - O comportamento quando um usuário tenta atualizar uma linha com dados que estão envolvidos em uma relação com uma chave estrangeira. - - - The client secret for your Microsoft Entra app registration. - O segredo do cliente para o registro do aplicativo Microsoft Entra. - - - The columns of the index. - As colunas do índice. - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - A ID de conexão ''{0}'' definida em ''mssql.defaultConnectionId'' não corresponde a nenhum perfil de conexão conhecido. Novos editores recorrerão à transferência da conexão ativa. - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - A conexão com ID '{0}' não tem a propriedade 'servidor' definida e será ignorada. Defina a propriedade 'servidor' nessa conexão para usá-la. - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - A opção de nuvem personalizada não está configurada. Defina a configuração "{0}". - - - The description of the check constraint. - Descrição da restrição CHECK. - - - The description of the foreign key. - A descrição da chave estrangeira. - - - The description of the index. - A descrição do índice. - - - The description of the primary key. - A descrição da chave primária. - - - The expression defining the check constraint. - A expressão que define a restrição CHECK. - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - A extensão "{0}" está solicitando acesso às suas conexões do SQL Server. Isso permitirá que ele execute consultas e acesse seu banco de dados. - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - O primeiro valor deve ser menor que o segundo valor para o operador {0} no filtro {1} - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - O primeiro valor deve ser definido para o operador {0} no filtro {1} - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - As seguintes conexões de espaço de trabalho ou pasta de espaço de trabalho estão sem a propriedade 'id' e serão ignoradas. Adicione manualmente a propriedade 'id' à conexão para usá-la. - - {0} - - - The language model did not return any output. - O modelo de linguagem não retornou nenhuma saída. - - - The mapping between foreign key columns and primary key columns. - O mapeamento entre colunas de chave estrangeira e colunas de chave primária. - - - The maximum length (in characters) that can be stored in this database object. - O comprimento máximo (em caracteres) que pode ser armazenado neste objeto de banco de dados. - - - The name of the check constraint. - O nome da restrição CHECK. - - - The name of the column object. - O nome do objeto de coluna. - - - The name of the column. - O nome da coluna. - - - The name of the foreign key. - O nome da chave estrangeira. - - - The name of the index. - O nome do índice. - - - The query results panel failed to load. Please try running the query again. - Falha ao carregar o painel de resultados da consulta. Tente executar a consulta novamente. - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - A lista de conexões recentes foi limpa, mas ocorreram erros ao excluir algumas credenciais associadas. Visualize os erros no canal de saída do MSSQL. - - - The requested model could not be found. Please check model availability or try a different model. - O modelo solicitado não pôde ser encontrado. Verifique a disponibilidade do modelo ou experimente outro modelo. - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - O segundo valor deve ser definido para o operador {0} no filtro {1} - - - The selected file is not a valid XEL file. - O arquivo selecionado não é um arquivo XEL válido. - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - O perfil selecionado autentica usando o Entra ID '{0}', mas essa conta não está conectada na extensão MSSQL. Edite a conexão ou entre no MSSQL com essa conta para se conectar. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - O perfil selecionado autentica usando o Entra ID ''{0}'' no locatário ''{1}'', mas essa conta não está disponível na entrada do VS Code. Edite a conexão ou entre no VS Code com essa conta para se conectar. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - O perfil selecionado autentica usando o Entra ID '{0}' no locatário '{1}', mas essa conta não está conectada na extensão MSSQL. Edite a conexão ou entre no MSSQL com essa conta para se conectar. - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - O perfil selecionado autentica usando o Entra ID '{0}', mas essa conta não está disponível na entrada do VS Code. Edite a conexão ou entre no VS Code com essa conta para se conectar. - - - The table which contains the primary or unique key column. - A tabela que contém a coluna de chave primária ou exclusiva. - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - O serviço {0} falhou. Detalhes: {1} - - - There was an error updating the project - Ocorreu um erro ao atualizar o projeto - - - This connection does not have a display name in Azure Data Studio. - Esta conexão não tem um nome de exibição no Azure Data Studio. - - - This connection's group has not been selected, so this connection will be imported to the root. - O grupo desta conexão não foi selecionado, portanto, essa conexão será importada para a raiz. - - - This database name is already in use. Please choose a different name. - Este nome de banco de dados já está em uso. Escolha um nome diferente. - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - Não foi possível processar esta mensagem. Se esse problema persistir, verifique os logs e abra um problema no GitHub. - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - Esta operação analisou a estrutura do arquivo de entrada para gerar a visualização abaixo para as primeiras 50 linhas. - - - This server only supports Microsoft Entra ID authentication. - Este servidor dá suporte apenas à autenticação do Microsoft Entra ID. - - - This server only supports SQL Authentication. - Este servidor só dá suporte à Autenticação SQL. - - - This server supports Microsoft Entra ID and SQL Authentication. - Este servidor dá suporte ao Microsoft Entra ID e à autenticação SQL. - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - Este atalho exige que o texto selecionado seja aprovado como parâmetro. Selecione o texto no editor SQL e realize a execução do atalho novamente. - - - This value was not provided in the Azure Data Studio settings file. - Esse valor não foi fornecido no arquivo de configurações do Azure Data Studio. - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - Isso implantará um contêiner do construtor de API de dados localmente usando o Docker. O contêiner exporá APIs {0} com base em sua configuração. - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - Isso vai redefinir todas as regras para a severidade padrão e desativar 'Habilitar Code Analysis na Compilação'. Isso não pode ser desfeito. Deseja continuar? - - - Time - Tempo - - - Timestamp - Carimbo de data/hora - - - To - Label for the end IP address in the firewall rule IP range - Para - - - To compare two schemas, first select a source schema and target schema, then press compare. - Para comparar dois esquemas, primeiro selecione um esquema de origem e um esquema de destino e, em seguida, pressione Comparar. - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - Para usar este comando, abra um arquivo .sql, altere a linguagem do editor para "SQL" ou selecione o texto T-SQL no editor SQL ativo. - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - Para usar este comando, você deve definir a linguagem para "SQL". Confirme para alterar o modo de linguagem. - - - Toggle Actual Plan - Ativar/Desativar Plano Real - - - Toggle Query Result Panel - Ativar/Desativar o Painel de Resultados da Consulta - - - Toggle SQLCMD Mode - Ativar/Desativar Modo SQLCMD - - - Toggle Sort - Alternar Classificação - - - Toggle Tooltips - Ativar/Desativar Dicas de Ferramentas - - - Toggle actual execution plan collection for SQL queries - Ativar/desativar a coleta do plano de execução real para consultas SQL - - - Toggle all entities in {0} - {0} is the schema name - Ativar/desativar todas as entidades em {0} - - - Toggle between grid and text view - Alternar entre a grade e o modo de exibição de texto - - - Toggle columns for {0} - {0} is the entity name - Alternar colunas para {0} - - - Toggle dark mode - Ativar/desativar modo escuro - - - Toggle filter row - Ativar/desativar linha de filtro - - - Toggle pre-header row - Ativar/desativar linha de pré-cabeçalho - - - Toggle selection for {0} - {0} is the connection display name - Ativar/desativar seleção para {0} - - - Toggle selection for {0} - {0} is the connection group name - Ativar/desativar seleção para {0} - - - Toggle sort - Alternar classificação - - - Toggle sorting for the active column - Alternar a classificação para a coluna ativa - - - Token refreshed successfully. - Token atualizado com êxito. - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - Pesquisa de ferramenta para: {0} - {1}. - - - Total execution time: {0} - {0} is the elapsed time - Tempo total de execução: {0} - - - Total rows to fetch: - Total de linhas a serem buscadas: - - - Transaction Log - Arquivo de Alterações - - - Transfer active connection (Default) - Transferir conexão ativa (Padrão) - - - Truncate the transaction log - Truncar o log de transações - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - Experimente o Banco de Dados SQL do Azure sem custo com nossa oferta de camada gratuita! Provisione um banco de dados de nuvem totalmente gerenciado diretamente do VS Code. - - - Try adjusting your search or filters - Tente ajustar sua pesquisa ou filtros - - - Try it - Experimente - - - Try searching by command name, description, or keybinding. - Experimente pesquisar por nome do comando, descrição ou atalho de teclado. - - - Type - Tipo - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - URL copiada para a área de transferência - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - Não foi possível obter um token do Microsoft Entra no VS Code para a conta selecionada: {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - Não foi possível obter um token válido. (expira em: {0}, mas é atualmente {1}) - - - Unable to determine the server authentication type. - Não é possível determinar o tipo de autenticação do servidor. - - - Unable to execute the command while the extension is initializing. Please try again later. - Não é possível executar o comando enquanto a extensão está inicializando. Tente novamente mais tarde. - - - Unable to expand. Please check logs for more information. - Não é possível expandir. Verifique os logs para obter mais informações. - - - Unable to load backup configuration. Please try again. - Não é possível carregar a configuração de backup. Tente novamente. - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - Não é possível carregar a lista de bancos de dados do servidor: {0} você pode inserir o nome do banco de dados diretamente. - - - Unable to open Table Explorer: No target node provided. - Não é possível abrir o Gerenciador de Tabelas: nenhum nó de destino fornecido. - - - Unable to read proxy agent options. - Não é possível ler as opções do agente de proxy. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - Não é possível recuperar a lista de bancos de dados. Talvez você não tenha permissão para listar bancos de dados neste servidor. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - Não é possível recuperar a lista de bancos de dados. Talvez você não tenha permissão para listar bancos de dados neste servidor. Se a sua conexão especificar um banco de dados, ele será pré-selecionado. - - - Unavailable for backups to existing files - Indisponível para backups em arquivos existentes - - - Understand and document business logic embedded in stored procedures, views, and functions - Entender e documentar a lógica de negócios inserida em procedimentos armazenados, exibições e funções - - - Undo - Desfazer - - - Undo All - Desfazer Tudo - - - Undo All Copilot Changes - Desfazer Todas as Alterações do Copilot - - - Unfreeze columns - Descongelar colunas - - - Unfreeze columns/rows - Descongelar colunas/linhas - - - Unknown - Desconhecido - - - Unknown Connection - Conexão Desconhecida - - - Unknown account - Conta desconhecida - - - Unknown deployment step: {0} - {0} is the deployment step number - Etapa de implantação desconhecida: {0} - - - Unknown error - Erro desconhecido - - - Unknown magic command: %%{0} - {0} is the magic command name - Comando mágico desconhecido: %%{0} - - - Unknown object management dialog. - Caixa de diálogo de gerenciamento de objetos desconhecido. - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - Operação desconhecida: {0}. Operações com suporte: add_table, update_table, delete_table, replace_schema, get_schema - - - Unknown tenant ID - ID de locatário desconhecido - - - Unnamed Profile - Perfil Sem Nome - - - Unsaved Changes - Alterações Não Salvas - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - Arquitetura sem suporte para Docker: {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - Tipo de autenticação sem suporte na cadeia de conexão: {0}. Somente a autenticação de Logon do SQL, Integrada, MFA do Azure e Active Directory Padrão têm suporte. - - - Unsupported by Data API builder. - Sem suporte do construtor de API de Dados. - - - Unsupported data types detected - Tipos de dados sem suporte detectados - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - Plataforma não suportada para Docker: {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - Até 10 bancos de dados com 100 mil segundos de vCore, 32 GB de armazenamento e backups renovados mensalmente. - - - Update - Atualizar - - - Update Database - Atualizar Banco de Dados - - - Update Script - Atualizar Script - - - Updating IntelliSense... - Atualizando o IntelliSense... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - Limites de uso excedidos. Tente novamente mais tarde ou considere otimizar suas solicitações. - - - Use Microsoft Entra ID authentication to provision and connect to this database. - Use a autenticação do Microsoft Entra ID para provisionar e se conectar a este banco de dados. - - - Use SQL Authentication with a valid username and password. - Use a Autenticação SQL com um nome de usuário e senha válidos. - - - Use T-SQL intellisense and syntax error checking on current document - Usar o T-SQL IntelliSense e a verificação de erros de sintaxe no documento atual - - - Use discount code {0} to save €200 on registration. - Use o código de desconto {0} para economizar €200 na inscrição. - - - Use encryption for this backup - Usar criptografia para este backup - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - Usar o formato: AAAA-MM-DD HH:mm:ss[.SSS] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - Use linguagem natural para criar esquemas de banco de dados diretamente no Designer de Esquema visual. Crie esquemas do zero, desenvolva designs existentes, examine as alterações por meio de uma exibição de comparação e importe artefatos externos – tudo refletido ao vivo no diagrama visual e no script T-SQL. - - - Use the default server setting - Usar a configuração padrão do servidor - - - Use {0} to create a new connection. - {0} is the connect command - Use {0} para criar uma nova conexão. - - - Used in API routes and responses - Usado em rotas e respostas de API - - - User - Usuário - - - User ID - ID do usuário - - - User Name - Nome de Usuário - - - User databases - Bancos de dados do usuário - - - User name - Nome de usuário - - - User name (SQL Login) - Nome de usuário (logon do SQL) - - - User name is required - O nome de usuário é obrigatório - - - Username - Nome de usuário - - - Username is required - O nome de usuário é obrigatório - - - Uses the WITH KEEP_REPLICATION option during restore - Usa a opção WITH KEEP_REPLICATION durante a restauração - - - Uses the WITH NORECOVERY option during restore - Usa a opção WITH NORECOVERY durante a restauração - - - Uses the WITH REPLACE option during restore - Usa a opção WITH REPLACE durante a restauração - - - Uses the WITH RESTRICTED_USER option during restore - Usa a opção WITH RESTRICTED_USER durante a restauração - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - Usando {0} ({1})... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - Usando {0} para processar sua solicitação... - - - Validation failed - Falha na validação - - - Validation failed. Please check your inputs - A validação falhou. Verifique suas entradas - - - Value - Valor - - - Value is required - O valor é obrigatório - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - Os valores de vetor são somente leitura neste editor. Use o T-SQL para modificar o valor ou regenerar a inserção. - - - Verify a container image by using the Notation CLI - Verifique uma imagem de contêiner usando a CLI do Notation - - - Verify backup when finished - Verificar backup quando terminar - - - Verifying Docker engine is ready - Verificando se o mecanismo do Docker está pronto - - - Verifying Docker is installed on your system - Verificando se o Docker está instalado no sistema - - - Verifying the API is ready to accept requests - Verificando se a API está pronta para aceitar solicitações - - - Very Dissatisfied - Muito Insatisfeito - - - Very Satisfied - Muito Satisfeito - - - View - Exibir - - - View Config - Exibir Configuração - - - View More - Exibir mais - - - View Swagger - Exibir o Swagger - - - View Table Diagram - Exibir o Diagrama de Tabela - - - View known issues - Exibir problemas conhecidos - - - View mssql for Visual Studio Code release notes? - Exibir as notas sobre a versão do mssql para Visual Studio Code? - - - View roadmap - Exibir roteiro - - - View settings - Exibir configurações - - - View the estimated query execution plan - Exibir o plano de execução estimado da consulta - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - Exiba, adicione, edite e exclua linhas de tabela em uma grade interativa com validação em tempo real e visualizações dinâmicas de script DML. - - - View/configure keybinding - Exibir/configurar atalho de teclado - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - Exibir/configurar atalho de teclado para {0} - - - View: - Exibir: - - - Views - Exibições - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - O Visual Studio Code deve ser reiniciado para que essa configuração entre em vigor. Recarregue o Visual Studio Code. - - - Visualize and Design Schema - Visualizar e Projetar Esquema - - - WHERE - WHERE - - - Warehouse - Warehouse - - - Warning - Aviso - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - Aviso: o conjunto de resultados está incompleto. Mostrando {0} de {1} linhas. Não foi possível carregar o conjunto de resultados completo. - - - Warnings - Avisos - - - Warnings detected. Please review the changes. - Avisos detectados. Examine as alterações. - - - Watch demo - Assista à demonstração - - - Watch demos on YouTube - Assista a demonstrações no YouTube - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - Não conseguimos encontrar onde a Área de Trabalho Docker está localizada no seu computador. Inicie manualmente a Área de Trabalho Docker e tente novamente. - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - Não foi possível conectar usando as informações de conexão atuais. Você gostaria de tentar a conexão novamente ou editar o perfil de conexão? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - Estamos felizes por você estar aproveitando o MSSQL para VS Code! Considere deixar uma breve avaliação no VS Code Marketplace. - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - O modo de exibição da Web "{0}" não ficou pronto em {1}ms - - - Webview was disposed before it became ready - O modo de exibição da Web foi descartado antes de se tornar pronto - - - What I can do for you: - O que posso fazer por você: - - - What can we do to improve? - O que podemos fazer para melhorar? - - - What's next? - O que vem a seguir? - - - Width cannot be 0 or negative - A largura não pode ser 0 ou negativa - - - Windows Authentication - Autenticação do Windows - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - Funciona com VS Code/SSMS e usa a autenticação do Microsoft Entra e controles de acesso do Fabric. - - - Workspace - Workspace - - - Workspace is required - O workspace é necessário - - - Write a review - Escrever uma análise - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - Escreva e execute consultas SQL em notebooks Jupyter nativos do Visual Studio Code com resultados interativos, ordenação, filtragem e documentação em Markdown. - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - Escrever, otimizar e solucionar problemas de consultas SQL com melhorias recomendadas para IA - - - YYYY-MM-DD HH:mm:ss - AAAA-MM-DD HH:mm:ss - - - Yes - Sim - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - Você está prestes a implantar em um banco de dados existente. Esta operação fará alterações permanentes no esquema de banco de dados e poderá resultar em perda de dados. Deseja continuar? - - - You are not connected to any database. - Você não está conectado a nenhum banco de dados. - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - Você está vendo essa mensagem porque atualizou a extensão MSSQL para a versão {0}. - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - Você capturou eventos do Profiler que não foram exportados. Se fechar agora, você perderá todos os eventos capturados. Deseja exportá-los para um arquivo CSV? - - - You have unsaved changes. Do you want to save before closing? - Você tem alterações não salvas. Deseja salvar antes de sair? - - - You must accept the license - Você deve aceitar a licença - - - You must be signed into Azure in order to browse SQL databases. - Você deve estar conectado ao Azure para procurar bancos de dados SQL. - - - You must be signed into Fabric in order to browse SQL databases. - Você deve estar conectado ao Fabric para procurar bancos de dados SQL. - - - You must review and accept the terms to proceed - Você deve revisar e aceitar os termos para prosseguir - - - Your API is available at: - Sua API está disponível em: - - - Your APIs are available at the following endpoints: - Suas APIs estão disponíveis nos seguintes pontos de extremidade: - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - Seu Docker Engine está executando contêineres Windows no momento. O SQL Server suporta apenas contêineres Linux. Você gostaria de alternar para contêineres Linux? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - Sua conta precisa de nova autenticação para acessar os recursos {0}. Pressione Abrir para iniciar o processo de autenticação. - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - O endereço IP do seu cliente "{0}" não tem acesso ao servidor "{1}" ao qual você está tentando se conectar. Gostaria de criar uma nova regra de firewall? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - O endereço IP do cliente não tem acesso ao servidor. Adicione uma conta do Microsoft Entra e crie uma nova regra de firewall para permitir o acesso. - - - Your current IP {0} will be added automatically. - {0} is the current IP address - Seu IP atual {0} será adicionado automaticamente. - - - Your database will continue running after the free offer limit and you will be charged for overages. - Seu banco de dados continuará em execução após o limite de oferta gratuita e você será cobrado por excedentes. - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - Sua senha deve conter caracteres de pelo menos três das seguintes categorias: letras maiúsculas, letras minúsculas, números (0-9) e caracteres especiais (!, \$, #, %, etc.). - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - O locatário "{0} ({1})" requer que você se autentique novamente para acessar os recursos de {2}. Pressione Abrir para iniciar o processo de autenticação. - - - Zone-redundant backup storage - Armazenamento de backup com redundância de zona - - - Zoom In - Ampliar - - - Zoom Out - Reduzir - - - Zoom to Fit - Aplicar zoom para ajustar - - - [Optional] Database to connect (press Enter to connect to <default> database) - [Opcional] Banco de dados ao qual se conectar (pressione Enter para conectar-se ao banco de dados <default>) - - - [Optional] Enter a display name for this connection profile - [Opcional] Insira um nome de exibição para este perfil de conexão - - - [Read-only] Pre-filled from the server properties. - [Somente leitura] Pré-preenchido a partir das propriedades do servidor. - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - e - - - authenticationType - authenticationType - - - contains - contém - - - database - banco de dados - - - default - padrão - - - delete the saved connection: {0}? - {0} is the connection name - excluir a conexão salva: {0}? - - - does not contain - não contém - - - encrypt - criptografar - - - ends with - termina com - - - equals - é igual a - - - greater than - maior que - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - hostname\instance ou <server>.database.windows.net ou cadeia de conexão do ADO.NET - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - não é nulo - - - is null - é nulo - - - items - itens - - - items per page - itens por página - - - items selected - itens selecionados - - - less than - menos que - - - location - localização - - - macOS Sierra or newer is required to use this feature. - Para usar este recurso é necessário o macOS Sierra ou mais recente. - - - none selected - nenhum selecionado - - - not equals - diferente de - - - of - de - - - or - ou - - - profiler_events - profiler_events - - - resource group - grupo de recursos - - - server - servidor - - - starts with - começa com - - - subscription - assinatura - - - test - teste - - - undefined - indefinido - - - untitled - sem título - - - updatingIntelliSense - updatingIntelliSense - - - vCores - vCores - - - value - valor - - - x of y selected - x de y selecionados - - - {0} (Current Account) - {0} is the account display name - {0} (Conta atual) - - - {0} (filtered) - {0} (filtrado) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1}%) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1}%): {2} - - - {0} accounts - {0} is the number of accounts - {0} contas - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - A ação {0} para {1} - - - {0} change(s) - {0} is the number of changes - {0} alterações - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0} alterado de ''{1}'' para ''{2}'' - - - {0} changes - {0} is the number of property changes - {0} alterações - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - Amostra de cores {0} ({1}) - - - {0} column data - {0} is the number of columns - {0} dados da coluna - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - {0} grupo de conexão importado - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - {0} grupos de conexão importados - - - {0} connection imported - {0} is the number of connections imported (singular) - {0} conexão importada - - - {0} connections imported - {0} is the number of connections imported (plural) - {0} conexões importadas - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {1} contém tipos de coluna sem suporte no construtor de API de Dados: {0} - - - {0} deleted successfully. - {0} deleted successfully. - {0} excluído com êxito. - - - {0} errors - {0} is the number of errors - {0} erros - - - {0} events - {0} is the number of events - {0} eventos - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} foi fechado. Você gostaria de restaurá-lo? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - {0} contas Entra inválidas foram removidas; pode ser necessário executar `MS SQL: Clear Microsoft Entra account token cache` e entrar novamente. - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} é uma coluna de chave primária e não pode ser desabilitada. - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} não está habilitado globalmente - - - {0} issue - {0} is the number of issues - Problema {0} - - - {0} issues - {0} is the number of issues - Problemas {0} - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} deve definir um ou mais campos de chave a serem usados com o construtor de API de Dados - - - {0} objects found - {0} is the number of objects found - {0} objetos encontrados - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0} de {1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - {0} de {1} grupos de conexões selecionados. - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - {0} de {1} conexões selecionadas - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - {0} de {1} habilitado - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {0} de {1} regras - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0} de {1} locatários - - - {0} password doesn't match the confirmation password - {0} senha não corresponde à senha de confirmação - - - {0} properties - {0} is the object type - {0} propriedades - - - {0} query - {0} is the Quick Query shortcut name - {0} consulta - - - {0} rows - {0} is the number of rows - {0} linhas - - - {0} rows returned - {0} is the number of rows returned - {0} linhas retornadas - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - {0} linhas selecionadas, clique para carregar o resumo - - - {0} rules - {0} is the number of code analysis rules - {0} regras - - - {0} selected - {0} is the number of selected filter values - {0} selecionado - - - {0} selected - {0} is the number of selected rows - {0} selecionado - - - {0} setting imported - {0} is the number of settings imported (singular) - {0} configuração importada - - - {0} settings imported - {0} is the number of settings imported (plural) - {0} configurações importadas - - - {0} started successfully. - {0} started successfully. - {0} iniciado com êxito. - - - {0} stopped successfully. - {0} stopped successfully. - {0} interrompido com êxito. - - - {0} warnings - {0} is the number of warnings - {0} avisos - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - Problema {0} {1} - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - Problemas {0} {1} - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0}, mais {1} - - - {0}. {1} - {0} is the status -{1} is the message - {0}. {1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - {0}/{1} eventos - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}. {2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0}d {1}h - - - {0}h - {0} is the number of hours - {0}h - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0}h {1}m - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0}h {1}m - - - {0}m - {0} is the number of minutes - {0}m - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0}m {1}s - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0}m {1}s - - - {0}ms - {0} is the number of milliseconds - {0}ms - - - {0}ms - {0} is the elapsed time in milliseconds - {0} ms - - - {0}s - {0} is the number of seconds - {0}s - - - {0}s - {0} is the elapsed time in seconds - {0}s - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ Conceder Acesso - - - ✅ Grant Access (Current) - ✅ Conceder Acesso (Atual) - - - ❌ Deny Access - ❌ Negar Acesso - - - ❌ Deny Access (Current) - ❌ Negar Acesso (Atual) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 Sou a extensão do GitHub Copilot para MSSQL, o seu assistente de desenvolvimento inteligente do SQL no Visual Studio Code. Ajudo você a se conectar, explorar, projetar e desenvolver seus bancos de dados SQL diretamente do VS Code. - - - - - - - Add Connection - Adicionar Conexão - - - Add Connection Group - Adicionar Grupo de Conexões - - - Add Microsoft Entra Account - Adicionar Conta do Microsoft Entra - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - Permite que os usuários entrem em dispositivos com restrição de entrada. - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - Sempre conecte novos editores e arquivos SQL abertos à conexão especificada por `mssql.defaultConnectionId`. - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - Um tempo limite de execução 0 indica uma espera ilimitada (sem tempo limite) - - - Analyze Query Performance - Analisar o Desempenho da Consulta - - - Application Intent - Intenção do Aplicativo - - - Automatically display query results in a new tab instead of the query pane. - Exibir automaticamente os resultados da consulta em uma nova aba em vez do painel de consulta. - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - Revelar automaticamente o painel de resultados ao alternar para um editor com resultados de consulta. Aplica-se apenas quando 'Abrir Resultados em Aba' está habilitado. - - - Azure MFA - MFA do Azure - - - Background Tasks - Tarefas em Segundo Plano - - - Backup Database... - Fazer Backup do Banco de Dados... - - - Build Data API... - Criar API de Dados - - - Cancel Connection (MSSQL) - Cancelar Conexão (MSSQL) - - - Cancel Query (MSSQL) - Cancelar Consulta (MSSQL) - - - Cancel Task - Cancelar Tarefa - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - Mantenha a conexão do editor ativo nas novas guias do editor de consultas e arquivos SQL recém-abertos. - - - Change Connection (MSSQL) - Alterar Conexão (MSSQL) - - - Change Database (MSSQL) - Alterar Banco de Dados (MSSQL) - - - Change Notebook Connection - Alterar Conexão do Notebook - - - Change Notebook Database - Alterar Banco de Dados do Notebook - - - Choose SQL handler for this file - Escolha o manipulador SQL para este arquivo - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - Escolha como as colunas da grade de resultados são dimensionadas automaticamente (cabeçalhos + dados, somente dados ou desabilite o dimensionamento automático). - - - Chooses which Authentication method to use - Escolhe qual método de Autenticação usar - - - Clear All Connection Sharing Permissions - Limpar Todas as Permissões de Compartilhamento de Conexão - - - Clear All Query History - Limpar Todo o Histórico de Consultas - - - Clear Filters - Limpar Filtros - - - Clear Finished Tasks - Limpar Tarefas Concluídas - - - Clear Microsoft Entra account token cache - Limpar cache de token de conta do Microsoft Entra - - - Clear Pooled Connections - Limpar Conexões em Pool - - - Command Timeout - Tempo Limite do Comando - - - Compare Schemas... - Comparar Esquemas... - - - Configure up to 10 Quick Queries that execute from commands. - Configurar até 10 Consultas Rápidas executadas por comandos. - - - Connect (MSSQL) - Conectar (MSSQL) - - - Connect to a SQL Database - Conectar-se a um Banco de Dados SQL - - - Connection Dialog - Caixa de Diálogo de Conexão - - - Connection Timeout - Tempo Limite de Conexão - - - Connection groups - Grupos de conexões - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - Os perfis de conexão definidos em "Configurações de Usuário" são mostrados sob o comando "MS SQL: Conectar" na paleta de comandos. - - - Connections - Conexões - - - Control which grid lines are visible in the results grid. - Controlar quais linhas de grade são visíveis na grade de resultados. - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - Controla como as novas janelas do editor do SQL e os arquivos SQL abertos são conectados automaticamente. - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - Controla o número máximo de linhas permitidas para filtragem e classificação na memória. Se o número for excedido, a classificação e a filtragem serão desabilitadas. Aviso: aumentar isso pode afetar o desempenho. - - - Copy All - Copiar Tudo - - - Copy Cell Messages - Copiar Mensagens de Célula - - - Copy Connection String - Copiar Cadeia de Conexão - - - Copy Object Name - Copiar Nome do Objeto - - - Create Azure Function with SQL binding - Criar Função do Azure com associação SQL - - - Create a Table with Table Designer - Criar uma tabela com o Designer de Tabela - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - Crie uma nova tabela no seu banco de dados ou edite tabelas existentes com o designer de tabela. -Quando terminar de fazer suas alterações, clique no botão "Publicar" para enviar as alterações para o seu banco de dados. - - - DACPAC/BACPAC Operations... - Operações DACPAC/BACPAC... - - - Default view mode for query results display. - Modo de exibição padrão para exibição dos resultados da consulta. - - - Delete - Excluir - - - Delete Connection Group - Excluir Grupo de Conexões - - - Delete SQL Container - Excluir Contêiner do SQL - - - Deploy DACPAC - Implantar DACPAC - - - Disable Actual Plan (MSSQL) - Desabilitar Plano Real (MSSQL) - - - Disable Group By Schema - Desabilitar Agrupar por Esquema - - - Disable automatic column sizing - Desabilitar o dimensionamento automático de coluna - - - Disabled - Desabilitado - - - Disconnect (MSSQL) - Desconectar (MSSQL) - - - Display name for this Quick Query. - Nome de exibição desta Consulta Rápida. - - - Display results in a formatted text format. - Exibir resultados em formato de texto formatado. - - - Display results in a tabular grid format (default) - Exibir resultados em formato de grade tabular (padrão) - - - Do not auto-connect. You must connect each SQL file manually. - Não conecte-se automaticamente. Você deve conectar cada arquivo SQL manualmente. - - - Do not show prompts to display query results in a new tab. - Não mostre solicitações para exibir os resultados da consulta em uma nova guia. - - - Drop Database... - Remover Banco de Dados... - - - Edit Connection Group - Editar Grupo de Conexões - - - Edit Connection Sharing Permissions - Editar Permissões de Compartilhamento de Conexão - - - Edit Connection... - Editar Conexão... - - - Edit Table Data... - Editar Dados da Tabela... - - - Enable Actual Plan (MSSQL) - Habilitar Plano Real (MSSQL) - - - Enable Group By Schema - Habilitar Agrupar por Esquema - - - Enable Parameterization for Always Encrypted - Habilitar a Parametrização para Always Encrypted - - - Enable Query History Capture - Habilitar a Captura de Histórico de Consultas - - - Enable SET ANSI_DEFAULTS - Habilitar SET ANSI_DEFAULTS - - - Enable SET ANSI_NULLS - Habilitar SET ANSI_NULLS - - - Enable SET ANSI_NULL_DFLT_ON - Habilitar SET ANSI_NULL_DFLT_ON - - - Enable SET ANSI_PADDING - Habilitar SET ANSI_PADDING - - - Enable SET ANSI_WARNINGS - Habilitar SET ANSI_WARNINGS - - - Enable SET ARITHABORT option - Habilitar a opção SET ARITHABORT - - - Enable SET CURSOR_CLOSE_ON_COMMIT - Habilitar SET CURSOR_CLOSE_ON_COMMIT - - - Enable SET DEADLOCK_PRIORITY option - Habilitar a opção SET DEADLOCK_PRIORITY - - - Enable SET IMPLICIT_TRANSACTIONS - Habilitar SET IMPLICIT_TRANSACTIONS - - - Enable SET LOCK TIMEOUT option (in milliseconds) - Habilitar a opção SET LOCK TIMEOUT (em milissegundos) - - - Enable SET NOCOUNT option - Habilitar a opção SET NOCOUNT - - - Enable SET NOEXEC option - Habilitar a opção SET NOEXEC - - - Enable SET PARSEONLY option - Habilitar a opção SET PARSEONLY - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - Habilitar SET QUERY_GOVERNOR_COST_LIMIT - - - Enable SET QUOTED_IDENTIFIER - Habilitar SET QUOTED_IDENTIFIER - - - Enable SET STATISTICS IO option - Habilitar a opção SET STATISTICS IO - - - Enable SET STATISTICS TIME option - Habilitar a opção SET STATISTICS TIME - - - Enable SET TRANSACTION ISOLATION LEVEL option - Habilitar a opção SET TRANSACTION ISOLATION LEVEL - - - Enable SET XACT_ABORT ON option - Habilitar a opção SET XACT_ABORT ON - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - Habilitar cores de plano de fundo de linha alternadas (listras em zigue-zague) na grade de resultados. A cor é derivada do tema atual do VS Code. - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - Habilitar os botões de expandir/recolher em nós de tabela do Designer de Esquema quando as tabelas tiverem mais de 10 colunas - - - Enabled - Habilitado - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - Habilita o pool de conexões para melhorar o desempenho geral da conectividade. Essa configuração está desabilitada por padrão. Visual Studio Code deve ser reinicializado quando o valor é alterado. Para limpar as conexões em pool, execute o comando: 'MS SQL: Clear Pooled Connections'. Observação: Pode manter bancos de dados sem servidor ativos e impedir a pausa automática. - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - Habilita recursos experimentais na extensão do MSSQL. Os recursos não estão prontos para produção e podem ter bugs ou problemas. Reinicie o Visual Studio Code após alterar essa configuração. - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - Permite visualizar os resultados da consulta em uma grade com gerenciamento de estado mais eficiente e mais opções de personalização de colunas, incluindo exibir, ocultar e fixar colunas. - - - Estimated Plan (MSSQL) - Plano Estimado (MSSQL) - - - Execute Query (MSSQL) - Executar Consulta (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - Executar Seleção ou Instrução Atual (MSSQL) - - - Explain Query - Explicar Consulta - - - Export BACPAC - Exportar BACPAC - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - Preenchimento vertical extra em pixels adicionado a cada linha na grade de resultados, controlando a densidade das linhas. Intervalo válido: 0-10. - - - Extract DACPAC - Extrair DACPAC - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - Familiarize-se com mais recursos da extensão MSSQL que podem ajudar você a ser mais produtivo. - - - Filter - Filtrar - - - Filter your Object Explorer Tree - Filtrar sua Árvore do Pesquisador de Objetos - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - Gerar Script - - - Get Started with MSSQL for Visual Studio Code - Comece a usar o MSSQL para Visual Studio Code - - - Getting Started Guide - Guia de Introdução - - - Hide all grid lines - Ocultar todas as linhas de grade - - - Import BACPAC - Importar BACPAC - - - Import Data... - Importar Dados... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - Iniciar Profiler de Consultas... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - Crie uma nova conexão com um banco de dados SQL ou edite conexões existentes na caixa de diálogo de conexão. -Você pode se conectar a um banco de dados inserindo suas informações de conexão, usando uma string de conexão ou navegando por suas assinaturas do Azure. -[Abrir Caixa de Diálogo de Conexão](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - Gerenciar Perfis de Conexão - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - Número máximo de caracteres a serem armazenados em cada valor nas colunas XML depois de executar uma consulta. Valor padrão: 2.097.152. Intervalo de valor válido: 1 a 2.147.483.647. - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - Número máximo de caracteres/bytes a serem armazenados em cada valor nas colunas caractere/binário depois de executar uma consulta. Valor padrão: 65.535. Intervalo de valor válido: 1 a 2.147.483.647. - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - Número máximo de eventos a serem mantidos na memória para o Profiler. Quando esse limite é atingido, eventos mais antigos são descartados. Aumente esse valor se você precisar reter mais eventos durante as sessões de criação de perfil. - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - Número máximo de arquivos antigos a serem removidos na inicialização com mssql.logRetentionMinutes expirado. Os arquivos que não forem limpos devido a essa limitação serão limpos na próxima vez em que o Azure Data Studio for iniciado. - - - Maximum number of rows to return before the server stops processing your query. - O número máximo de linhas a serem retornadas antes que o servidor pare de processar sua consulta. - - - Maximum size of text and ntext data returned from a SELECT statement - O tamanho máximo de dados text e ntext retornados de uma instrução SELECT - - - Migrate from Azure Data Studio - Migrar do Azure Data Studio - - - Modify Table Structure... - Modificar a Estrutura da Tabela... - - - New Database... - Novo Banco de Dados... - - - New Deployment - Nova Implantação - - - New Query - Nova Consulta - - - New Query - Nova Consulta - - - New SQL Notebook - Novo Notebook SQL - - - New Table - Nova Tabela - - - Next Steps with MSSQL for Visual Studio Code - Próximas etapas com MSSQL para o Visual Studio Code - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - O número de minutos para reter os arquivos de log dos serviços de back-end. O padrão é uma semana. - - - Number of query history entries to show in the Query History view - Número de entradas do histórico de consultas a serem mostradas na exibição Histórico de Consultas - - - Object Explorer filters - Filtros do Pesquisador de Objetos - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - Veja apenas os objetos de banco de dados que são mais importantes para você aplicando filtros na árvore do Pesquisador de Objetos. -Comece clicando no botão de filtro ao lado da maioria das pastas na exibição Conexões. - - - Open Changelog - Abrir o log de alterações - - - Open Execution Plan File - Abrir Arquivo de Plano de Execução - - - Open New Query and Connect - Abrir Nova Consulta e Conectar - - - Open Query - Abrir Consulta - - - Open Query History in Command Palette - Abrir Histórico de Consultas na Paleta de Comandos - - - Open Query Profiler (Preview) XEL File - Abrir Arquivo XEL do Analisador de Perfil de Consulta (Versão Prévia) - - - Open Shortcuts Configuration - Abrir Configuração de Atalhos - - - Open Task Result - Abrir Resultado da Tarefa - - - Open in GitHub Copilot Agent - Abrir no Agente do GitHub Copilot - - - Open in GitHub Copilot Chat - Abrir no GitHub Copilot Chat - - - Open in MSSQL extension - Abrir na extensão MSSQL - - - Pause Query History Capture - Pausar a Captura de Histórico de Consultas - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - Impedir execução automática de scripts (por exemplo, 'Selecionar Top 1000'). Quando ativado, os scripts não serão executados automaticamente ao serem gerados. - - - Prompts users to sign in using their browser. - Solicita que os usuários entrem usando o navegador. - - - Query History - Histórico de Consultas - - - Query Results - Resultados da consulta - - - Query editor and query results pane - Editor de consultas e painel de resultados da consulta - - - Query plan visualization - Visualização do plano de consulta - - - Refresh - Atualizar - - - Refresh IntelliSense Cache - Atualizar o Cache do IntelliSense - - - Remove Connection - Remover Conexão - - - Remove Microsoft Entra Account - Remover Conta do Microsoft Entra - - - Rename Database... - Renomear Banco de Dados... - - - Replication - Replicação - - - Restore Database... - Restaurar Banco de Dados... - - - Reveal Query Result (MSSQL) - Resultado da Consulta da Revelação (MSSQL) - - - Rewrite Query - Reescrever Consulta - - - Run Query - Executar Consulta - - - Run Quick Query 1 - Executar Consulta Rápida 1 - - - Run Quick Query 10 - Executar Consulta Rápida 10 - - - Run Quick Query 2 - Executar Consulta Rápida 2 - - - Run Quick Query 3 - Executar Consulta Rápida 3 - - - Run Quick Query 4 - Executar Consulta Rápida 4 - - - Run Quick Query 5 - Executar Consulta Rápida 5 - - - Run Quick Query 6 - Executar Consulta Rápida 6 - - - Run Quick Query 7 - Executar Consulta Rápida 7 - - - Run Quick Query 8 - Executar Consulta Rápida 8 - - - Run Quick Query 9 - Executar Consulta Rápida 9 - - - Run a SQL Query - Executar uma Consulta SQL - - - SQL Container Name - Nome do Contêiner do SQL - - - SQL Container Version - Versão do Contêiner do SQL - - - SQL Server Extended Events Log - Log de Eventos Estendidos do SQL Server - - - SQL Tools (MSSQL) - Ferramentas do SQL (MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - Texto SQL para esta Consulta Rápida. Usar {arg} para inserir o texto selecionado do editor de consultas; caso contrário, ele é acrescentado. - - - Script as Alter - Script como Alterar - - - Script as Create - Script como Criar - - - Script as Drop - Script como Remover - - - Script as Execute - Script como Executar - - - Search Database Objects... - Pesquisar Objetos de Banco de Dados... - - - Select Top 1000 - Selecione Top 1000 - - - Selected Azure subscriptions for browsing and managing servers and databases - Assinaturas do Azure selecionadas para navegação e gerenciamento de servidores e bancos de dados - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - Workspaces selecionados do Microsoft Fabric para navegação e gerenciamento de bancos de dados SQL - - - Send Feedback - Enviar Comentários - - - Set the font family for the results grid; set to blank to use the editor font - Defina a família de fontes para a grade de resultados. Defina como em branco para usar a fonte do editor - - - Set the font size for the results grid; set to blank to use the editor size - Defina o tamanho da fonte para a grade de resultados. Defina como em branco para usar o tamanho do editor - - - Shortcuts handled inside MSSQL views - Atalhos tratados nas exibições do MSSQL - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - As colunas BIT devem ser exibidas como números (1 ou 0)? Se false, as colunas BIT serão exibidas como "true" ou "false" - - - Should IntelliSense be enabled - O IntelliSense deve estar habilitado? - - - Should IntelliSense error checking be enabled - A verificação de erros do IntelliSense deve estar habilitada? - - - Should IntelliSense quick info be enabled - As informações rápidas do IntelliSense devem estar habilitadas? - - - Should IntelliSense suggestions be enabled - As sugestões do IntelliSense devem estar habilitadas? - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - As Informações de Identificação Pessoal (PII) devem ser registradas no canal de saída dos Logs do Azure e no arquivo de log do canal de saída? - - - Should Query History feature be enabled - O recurso Histórico de Consultas deve ser habilitado? - - - Should language service be auto-disabled when extension detects Non-MSSQL files - O serviço de linguagem deve ser desabilitado automaticamente quando a extensão detectar arquivos Não MSSQL - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - As seleções de resultados da consulta e as posições de rolagem devem ser salvas ao alternar as guias (isso pode afetar o desempenho)? - - - Show both horizontal and vertical grid lines - Mostrar linhas de grade horizontais e verticais - - - Show changelog after extension updates - Mostrar o log de alterações após atualizações da extensão - - - Show only horizontal grid lines - Mostrar apenas linhas de grade horizontais - - - Show only vertical grid lines - Mostrar apenas linhas de grade verticais - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - Mostrar os detalhes da conexão SQL ativa como uma sugestão CodeLens no topo do editor para rápida visualização. - - - Sort and Filter Query Results - Classificar e filtrar os resultados da consulta - - - Sort and filter options for query results - Opções de classificação e filtragem para os resultados da consulta - - - Sort and filter your query results to find the data you need quickly. - Classifique e filtre os resultados da sua consulta para encontrar rapidamente os dados de que você precisa. - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - Equivalente de nuvem soberana para ".crm.dynamics.com" (incluindo ponto à esquerda) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - Equivalente de nuvem soberana para `.database.fabric.microsoft.com` (incluindo ponto à esquerda) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - Equivalente de nuvem soberana para `.database.windows.net` (incluindo ponto à esquerda) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - Equivalente de nuvem soberana para `.datawarehouse.fabric.microsoft.com` (incluindo ponto à esquerda) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - Equivalente de nuvem soberana para `.sql.azuresynapse.net` (incluindo ponto à esquerda) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - Equivalente de nuvem soberana para `https://analysis.windows.net/powerbi/api/` - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - Equivalente de nuvem soberana para `https://api.fabric.microsoft.com/v1/` - - - Sovereign cloud equivalent for `https://database.windows.net/` - Equivalente de nuvem soberana para `https://database.windows.net/` - - - Sovereign cloud equivalent for `https://vault.azure.net/` - Equivalente de nuvem soberana para `https://vault.azure.net/` - - - Start Query History Capture - Iniciar a Captura de Histórico de Consultas - - - Start SQL Container - Iniciar Contêiner SQL - - - Stop SQL Container - Parar Contêiner do SQL - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - Designer de Tabela - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - Armazenar temporariamente senhas para conexões com 'Senhas Salvas' desabilitadas, até que a extensão seja reiniciada. Isso impede prompts de senha repetidos ao reutilizar conexões na mesma sessão. - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - A ID (GUID) do perfil de conexão a ser usado quando `mssql.newEditorConnectionBehavior` estiver definido como `defaultConnection`. A ID de conexão pode ser encontrada no settings.json em `mssql.connections`. - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - A configuração personalizada adicional específica do MSSQL para a Nuvem Soberana usar com o provedor de autenticação Microsoft Sovereign Cloud. Isso juntamente com a definição de `microsoft-sovereign-cloud.environment` como `custom` e o fornecimento de valores para `microsoft-sovereign-cloud.customEnvironment` é necessário para usar esse recurso com o MSSQL. - - - The color of the connection group. - A cor do grupo de conexão. - - - The description of the connection group. - Descrição do estado da conexão. - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - O número máximo de caracteres a serem exibidos para as informações de conexão na barra de status. Defina como -1 para não ter limite. - - - The maximum number of recently used connections to store in the connection list. - O número máximo de conexões usadas recentemente para armazenar na lista de conexões. - - - The name of the connection group. - O nome do Grupo de Conexão. - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - O tempo limite em segundos para expandir um nó no Pesquisador de Objetos. O valor padrão é 45 segundos. - - - The unique identifier for the connection group this connection profile belongs to. - O identificador exclusivo do grupo de conexão ao qual esse perfil de conexão pertence. - - - The unique identifier for the connection group. - O identificador exclusivo do grupo de conexão. - - - The unique identifier for the parent connection group. - O identificador exclusivo do grupo de conexões pai. - - - The unique identifier for this connection profile. - O identificador exclusivo desse perfil de conexão. - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - Esta configuração foi preterida. Use `mssql.newEditorConnectionBehavior`. A extensão migrará automaticamente essa configuração na inicialização. - - - This setting will be removed in a future release. - Essa configuração será removida em uma versão futura. - - - Toggle Actual Plan - Ativar/Desativar Plano Real - - - Toggle Query Result Panel Visibility (MSSQL) - Alternar Visibilidade do Painel de Resultados da Consulta (MSSQL) - - - Toggle SQLCMD Mode - Ativar/desativar Modo SQLCMD - - - True for the messages pane to be open by default; false for closed - True para o painel de mensagens ser aberto por padrão; false para ser fechado - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - Entenda o que sua consulta está fazendo visualizando o plano de consulta. -Confira o plano estimado sem executar a consulta ou visualize o plano de consulta real após executá-la alternando os botões na parte superior da janela do editor de consultas. - - - Use Database - Usar Banco de Dados - - - Use column headers and data to size columns automatically - Usar cabeçalhos de coluna e dados para dimensionar colunas automaticamente - - - Use only column headers to size columns automatically - Usar somente cabeçalhos de coluna para dimensionar colunas automaticamente - - - Use only row data to size columns automatically - Usar somente dados de linha para dimensionar colunas automaticamente - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - Usa as contas conectadas do VS Code para autenticação MFA do Microsoft Entra ID no SQL. Reinicie o Visual Studio Code após alterar essa configuração. - - - View Task Logs - Exibir os Logs da Tarefa - - - Visualize a Query Plan - Visualizar um Plano de Consulta - - - Visualize and Design Schema... - Visualizar e Projetar Esquema... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - Quando habilitada, a opção Copiar Tudo no painel Mensagens dos resultados da consulta inclui os carimbos de data e hora das mensagens. - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - Quando habilitada, transfira automaticamente a conexão ativa para arquivos SQL recém-abertos. Quando desabilitado, você deve se conectar explicitamente a um banco de dados para cada arquivo SQL. - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - Quando habilitado, colore o item da barra de status de conexão com a cor do grupo de conexões. Essa configuração está desabilitada por padrão. Isso utiliza a cor da pasta do grupo de conexões diretamente e não a altera para garantir o contraste com o tema atual do VS Code. Os usuários devem escolher as cores do grupo de conexões que funcionem bem com o tema. - - - When enabled, connection groups will be collapsed instead of expanded at startup. - Quando habilitados, os grupos de conexões serão recolhidos em vez de expandidos na inicialização. - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - Quando habilitado, as exportações de resultados de consulta salvas são abertas após a exportação. As exportações do Excel são abertas com o manipulador de arquivos do sistema; exportações de texto são abertas no VS Code. - - - When enabled, the database objects in Object Explorer will be categorized by schema. - Quando habilitados, os objetos de banco de dados no Pesquisador de Objetos serão categorizados por esquema. - - - Windows Authentication - Autenticação do Windows - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - Grave uma consulta SQL e a execute no seu banco de dados. -Você também pode clicar no botão "Abrir na Nova Guia" para ver os resultados da sua consulta em uma guia separada e, opcionalmente, definir isso como o comportamento padrão. - - - Your first steps for connecting to and developing with a SQL database - Seus primeiros passos para se conectar e desenvolver com um banco de dados SQL - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [Opcional] Um número não negativo usado para classificar este grupo de conexão na barra lateral do Pesquisador de Objetos. Grupos com um valor de 'order' são exibidos primeiro, do menor para o maior; os grupos restantes vêm em ordem alfabética. - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [Opcional] Um número não negativo usado para classificar esta conexão na barra lateral do Pesquisador de Objetos. As conexões com um valor de 'order' são exibidas primeiro, da menor para a maior; as conexões restantes vêm em ordem alfabética. - - - [Optional] Character used for enclosing text fields when saving results as CSV - [Opcional] Caractere usado para delimitar campos de texto ao salvar os resultados como CSV - - - [Optional] Character(s) used for separating rows when saving results as CSV - [Opcional] Caracteres usados para separar linhas ao salvar os resultados como CSV - - - [Optional] Configuration options for copying multi-line results from the Results View - [Opcional] Opções de configuração para copiar os resultados de várias linhas da Visualização dos Resultados - - - [Optional] Configuration options for copying results from the Results View - [Opcional] Opções de configuração para copiar os resultados da Visualização dos Resultados - - - [Optional] Configuration options for which column new result panes should open in - [Opcional] Opções de configuração para as quais a coluna Novos painéis de resultados deve ser aberta - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [Opcional] Declara o tipo de carga de trabalho do aplicativo ao se conectar ao SQL Server como ReadWrite ou ReadOnly. Consulte o SQL Server Always On para mais detalhes. - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [Opcional] Delimitador para separar itens de dados ao salvar resultados como CSV. Escolha entre separadores comuns, como vírgula (,), guia (\t), ponto e vírgula (;) ou redirecionar (|) - - - [Optional] Do not show unsupported platform warnings - [Opcional] Não mostrar os avisos de plataforma sem suporte - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [Opcional] Codificação de arquivo usada ao salvar resultados como CSV. Escolha entre UTF-8 (recomendado), UTF-16, ASCII ou Latin-1 com base na compatibilidade do aplicativo de destino - - - [Optional] Indicates the SQL Server language settings. - [Opcional] Indica as configurações de linguagem do SQL Server. - - - [Optional] Indicates the name of local docker container the connection is on - [Opcional] Indica o nome do contêiner Docker local onde a conexão está - - - [Optional] Indicates whether this profile has an empty password explicitly set - [Opcional] Indica se este perfil tem uma senha vazia definida explicitamente - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [Opcional] Indica qual tipo de servidor será exposto pelo provedor pelo DataReader. - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [Opcional] Registre a saída de depuração no console do VS Code (Ajuda -> Ativar/Desativar Ferramentas para Desenvolvedores) - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [Opcional] Nível de log para serviços de back-end. O Azure Data Studio gera um nome de arquivo sempre que é iniciado e, quando o arquivo já existe, as entradas de logs são acrescentadas a esse arquivo. Para a limpeza de arquivos de log antigos, confira as configurações logRetentionMinutes e logFilesRemovalLimit. O tracingLevel padrão não registra uma grande quantidade de log. A alteração de detalhamento pode levar ao aumento dos requisitos de registro em log e de espaço em disco para os logs. Erro inclui Crítico, Aviso inclui Erro, informações inclui Aviso e Detalhado inclui Informações - - - [Optional] Should execution time be shown for individual batches - [Opcional] O tempo de execução deve ser mostrado para lotes individuais? - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [Opcional] Especifique um nome personalizado para este perfil de conexão para facilmente navegar e pesquisar na paleta de comandos do Visual Studio Code. - - - [Optional] Specify the SQL Server authentication type. - [Opcional] Especifique o tipo de autenticação do SQL Server. - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [Opcional] Especifique o nome do banco de dados ao qual se conectar. Se o banco de dados não for especificado, a configuração do banco de dados de usuário padrão será usada; normalmente o banco de dados "mestre". - - - [Optional] Specify the delay between attempts to restore connection. - [Opcional] Especifique o atraso entre as tentativas de restabelecer a conexão. - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [Opcional] Especifique o período de tempo em segundos para aguardar a execução de um comando antes de encerrar a tentativa e gerar um erro. O valor padrão é 30 segundos. - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [Opcional] Especifique o período de tempo em segundos para aguardar uma conexão com o servidor antes de encerrar a tentativa de conexão e gerar um erro. O valor padrão é 30 segundos. - - - [Optional] Specify the maximum number of connections allowed in the pool. - [Opcional] Especifique o número máximo de conexões permitidas no pool. - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [Opcional] Especifique o tempo mínimo em segundos para a conexão ficar ativa no pool antes de ser removida/excluída. - - - [Optional] Specify the minimum number of connections allowed in the pool. - [Opcional] Especifique o número mínimo de conexões permitidas no pool. - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [Opcional] Especifique o nome do aplicativo usado pelo SQL Server para log (padrão: "vscode-mssql"). - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [Opcional] Especifique o nome do arquivo primário, incluindo o nome do caminho completo, de um banco de dados anexável. - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [Opcional] Especifique o nome da estação de trabalho que está se conectando ao SQL Server. - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [Opcional] Especifique o endereço de rede ou o nome da instância do SQL Server que atua como um parceiro de failover. - - - [Optional] Specify the number of attempts to restore connection. - [Opcional] Especifique o número de tentativas para restaurar a conexão. - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [Opcional] Especifique a senha para autenticação do SQL Server. Se a senha não for especificada ou não estiver salva, ela será solicitada novamente quando você se conectar. - - - [Optional] Specify the port number to connect to. - [Opcional] Especifique o número da porta à qual se conectar. - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [Opcional] Especifique o tamanho em bytes dos pacotes de rede para se comunicar com o SQL Server. - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [Opcional] Especifique o nome de usuário para autenticação do SQL Server. Se o nome de usuário não for especificado, ele será solicitado novamente quando você se conectar. - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [Opcional] A cadeia de conexão do ADO.NET a ser usada para a conexão. Substitui outras opções desta conexão. - - - [Optional] Used by SQL Server in replication. - [Opcional] Usado pelo SQL Server na replicação. - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [Opcional] Quando "Obrigatório" ou "Estrito", o SQL Server usa criptografia SSL para todos os dados enviados entre o cliente e o servidor se o servidor tiver um certificado instalado. Quando definido como "Estrito", o SQL Server usa o TDS 8.0 para todas as transferências de dados entre o cliente e o servidor. "Estrito" tem suporte no SQL Server 2022 em diante. - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [Opcional] Quando definidos como "true", os vários conjuntos de resultados podem ser retornados e lidos na conexão. - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [Opcional] Quando definido como "true", o certificado SSL do SQL Server será automaticamente confiável quando a camada de comunicação for criptografada com SSL. Defina "false" para conexão de Banco de Dados SQL do Azure. - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [Opcional] Quando definido como 'true', o objeto de conexão é obtido do pool apropriado ou, se necessário, é criado e adicionado ao pool correspondente. Observação: Pode manter bancos de dados sem servidor ativos e impedir a pausa automática. - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [Opcional] Quando definidas como "true", a detecção e a conexão ao servidor ativo serão mais rápidas se o Grupo de Disponibilidade Always On estiver configurado em sub-redes diferentes. - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [Opcional] Quando definida como "true", a senha para a autenticação do SQL Server é salva no repositório seguro de seu sistema operacional, como KeyChain no MacOS ou Repositório Seguro no Windows. - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [Opcional] Quando definidas como false, informações confidenciais de segurança, como senha, não serão retornadas como parte da conexão se a conexão estiver aberta ou caso nunca tenha estado em um estado aberto. - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [Opcional] Quando especificado (e encrypt=Mandatory e trustServerCertificate=false), o SQL Server usa o nome do host fornecido para validar a confiança com o certificado do servidor. - - - [Optional] When true, column headers are included when saving results as CSV - [Opcional] Quando true, os cabeçalhos de coluna são incluídos ao salvar os resultados como CSV - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [Obrigatório] Especifique o nome do servidor ao qual se conectar. Use "hostname instance" ou "<server>.database.windows.net" para o Banco de Dados SQL do Azure. - - - auth - autenticação - - - database - banco de dados - - - port - porta - - - server - servidor - - - user - usuário - - - + + + + + + is required. + é obrigatório. + + + $(check) Copied messages + $(check) Mensagens copiadas + + + $(plug) Connect to MSSQL + \$(plug) Conectar ao MSSQL + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + ''mssql.newEditorConnectionBehavior'' está definido como ''defaultConnection'', mas ''mssql.defaultConnectionId'' não está configurado. Novos editores recorrerão à transferência da conexão ativa. + + + '{0}' started. + {0} is the service name + '{0}' foi iniciado. + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <Default> + + + <default> + <default> + + + (0 rows affected) + (0 linhas afetadas) + + + (0 rows) + (0 linhas) + + + (1 row affected) + (1 linha afetada) + + + (Command completed successfully) + (Comando concluído com sucesso) + + + (current) + (atual) + + + (empty) + (vazio) + + + ({0} row(s) affected) + {0} is the number of rows affected + ({0} linha(s) afetada(s)) + + + ({0} row) + {0} is the number of rows (singular) + ({0} linha) + + + ({0} rows affected) + {0} is the number of rows affected + ({0} linhas afetadas) + + + ({0} rows) + {0} is the number of rows (plural) + ({0} linhas) + + + + Add Azure Account + + Adicionar conta do Azure + + + + Add Fabric Account + + Adicionar Conta do Fabric + + + + Create Connection Group + + Criar Grupo de Conexão + + + - + - + + + 0 rows + 0 linhas + + + 0 rows returned + 0 linhas retornadas + + + 1 + 1 + + + 1 row + 1 linha + + + 1 row returned + 1 linha retornada + + + 100K vCore seconds + 100 mil segundos de vCore + + + 32 GB + 32 GB + + + 32 GB storage + 32 GB backup + Armazenamento de 32 GB + backup de 32 GB + + + 60 min + 60 min + + + = + = + + + A SQL editor must have focus before executing this command + Um editor SQL deve ter foco antes de executar este comando + + + A connection is already being established. Please wait for it to complete before running a query. + Uma conexão já está sendo estabelecida. Aguarde a conclusão antes de executar uma consulta. + + + A database with this name already exists on the server + Já existe um banco de dados com esse nome no servidor + + + A firewall rule is required to access this server. + Uma regra de firewall é necessária para acessar este servidor. + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + Um banco de dados transacional altamente integrado e pronto para desenvolvedores que dimensiona, ajusta automaticamente e espelha dados para o OneLake para análise nos serviços do Fabric + + + A predefined global default value for the column or binding. + Um valor padrão global predefinido para a coluna ou associação. + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + Uma consulta está sendo executada para esta sessão do editor. Cancele esta consulta ou aguarde a conclusão. + + + A required .NET runtime could not be found or installed. + O runtime .NET necessário não pôde ser encontrado ou instalado. + + + API Type + Tipo de API + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + Acelere a evolução do esquema ao gerar automaticamente migrações ORM ou scripts de alteração do T-SQL + + + Accept + Aceitar + + + Accept All + Aceitar Tudo + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + Aceite o EULA do SQL Server para implantar um contêiner Docker do SQL Server + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + Acesso negado. Verifique se você tem as permissões necessárias para usar essa ferramenta ou modelo. + + + Access to the XEL file was denied. + O acesso ao arquivo XEL foi negado. + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + O token de acesso expirou para a conexão {0} com o URI {1} + + + Account + Conta + + + Account not found + Conta não encontrada + + + Action + Ação + + + Action Type + Tipo de Ação + + + Actions + Ações + + + Active filters: + Filtros ativos: + + + Actual Elapsed CPU Time + Tempo Real de CPU Decorrido + + + Actual Elapsed Time + Tempo Real Decorrido + + + Actual Number of Rows For All Executions + Número Real de Linhas De Todas as Execuções + + + Add + Adicionar + + + Add Account + Adicionar Conta + + + Add Column + Adicionar Coluna + + + Add Connection + Adicionar Conexão + + + Add Firewall Rule + Adicionar regra de firewall + + + Add Firewall Rule to {0} + {0} is the server name + Adicionar Regra de Firewall a {0} + + + Add MCP server to workspace configuration + Adicionar servidor MCP à configuração do espaço de trabalho + + + Add Row + Adicionar Linha + + + Add Server Connection + Adicionar Conexão de Servidor + + + Add Table + Adicionar Tabela + + + Add a Microsoft Entra account... + Adicionar uma conta do Microsoft Entra... + + + Add account + Adicionar conta + + + Add filter + Adicionar filtro + + + Add filters to modify the SQL query + Adicionar filtros para modificar a consulta SQL + + + Add my client IP ({0}) + {0} is the IP address of the client + Adicionar meu IP do cliente ({0}) + + + Add my subnet IP range + Adicionar meu intervalo de IP de sub-rede + + + Add new column + Adicionar nova coluna + + + Add new foreign key + Adicionar nova chave estrangeira + + + Add tag + Adicionar rótulo + + + Add to VS Code + Adicionar ao VS Code + + + Add to favorites + Adicionar aos favoritos + + + Add to workspace + Adicionar ao espaço de trabalho + + + Added + Adicionado + + + Added column '{0}' + {0} is the column name + Coluna ''{0}'' adicionada + + + Added foreign key '{0}' + {0} is the foreign key name + Chave estrangeira ''{0}'' adicionada + + + Additional parameters + Parâmetros adicionais + + + Additional usage beyond the free amount will be charged at serverless rates. + O uso adicional além da quantidade gratuita será cobrado conforme as taxas sem servidor. + + + Admin Password + Senha de Administrador + + + Admin Username + Nome de Usuário do Administrador + + + Advanced + Avançado + + + Advanced Backup Options + Opções avançadas de backup + + + Advanced Connection Settings + Configurações Avançadas de Conexão + + + Advanced Entity Configuration + Configuração Avançada de Entidade + + + Advanced Options + Opções Avançadas + + + Advanced Publish Options + Opções Avançadas de Publicação + + + Advanced restore options + Opções avançadas de restauração + + + After + Depois + + + All + Todos + + + All Files (*.*) + Todos os Arquivos (*.*) + + + All Schemas + Todos os Esquemas + + + All files + Todos os arquivos + + + All permissions for extensions to access your connections have been cleared. + Todas as permissões para extensões acessarem suas conexões foram limpas. + + + All selected + Todos selecionados + + + All severities + Todas as gravidades + + + Allow Null + Permitir Nulo + + + Allow Nulls + Permitir Nulos + + + Allow null + Permitir nulo + + + Allow this extension to access your connections + Permitir que esta extensão acesse suas conexões + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + Permite que os clientes MCP usem ferramentas genéricas de criação, leitura, atualização e exclusão para esta tabela. + + + Alphabetical + Alfabético + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + Já usado por {0} + + + Alter + Alterar + + + Always Encrypted + Always Encrypted + + + Always show in new tab + Sempre mostrar em uma nova guia + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + Referência de conexão ambígua. Forneça apenas uma de connectionId ou connectionName. + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + Uma conexão ativa é necessária para que o GitHub Copilot entenda o esquema do banco de dados e continue. +Selecione "{0}" para estabelecer uma conexão. + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + Ocorreu um erro ao atualizar os nós. Consulte o canal de saída do MSSQL para obter mais detalhes. + + + An error occurred while copying results: {0} + {0} is the error message + Erro ao copiar os resultados: {0} + + + An error occurred while loading data. + Erro ao carregar dados. + + + An error occurred while processing your request. + Ocorreu um erro ao processar a solicitação. + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + Ocorreu um erro ao remover a conta do Microsoft Entra: {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + Ocorreu um erro ao recuperar linhas: {0} + + + An error occurred: {0} + {0} is the error message + Ocorreu um erro: {0} + + + An unexpected error occurred + Ocorreu um erro inesperado + + + An unexpected error occurred with the language model. Please try again. + Ocorreu um erro inesperado com o modelo de linguagem. Tente novamente. + + + An unknown error occurred. Please try again. + Ocorreu um erro desconhecido. Tente novamente. + + + Analytics-ready by default + Pronto para análise por padrão + + + Analyze static code with customizable rulesets in SQL Database Projects. + Analise o código estático com conjuntos de regras personalizáveis em Projetos de Banco de Dados SQL. + + + And + E + + + Anonymous + Anônimo + + + Append to the existing backup set + Acrescentar ao conjunto de backup existente + + + Application (Client) ID + ID do Aplicativo (Cliente) + + + Application (Client) ID is required. + A ID do Aplicativo (Cliente) é obrigatória. + + + Application Intent + Intenção do Aplicativo + + + Application Name + Nome do Aplicativo + + + Application Version + Versão do Aplicativo + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + A versão do aplicativo deve estar no formato n.n.n ou n.n.n.n em que n é um número (por exemplo, 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + A versão do aplicativo deve estar no formato n.n.n.n em que n é um número (por exemplo, 1.0.0.0) + + + Apply + Aplicar + + + Apply Changes + Aplicar Alterações + + + Apply changes to target + Aplicar alterações ao destino + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + Aplicar sugestões contextuais para sintaxe, relações e restrições SQL + + + Apply failed. Fix the error and retry, or run Schema Compare again. + Falha na aplicação. Corrija o erro e tente novamente ou execute Comparação de Esquemas novamente. + + + Applying changes, this might take a while... + Aplicando alterações. Isso pode demorar um pouco... + + + Approve + Aprovar + + + Are you sure you want to cancel this background task? + Tem certeza de que quer cancelar esta tarefa em segundo plano? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + Tem certeza de que deseja fechar a sessão atual? Todos os eventos capturados serão perdidos. Você pode exportar eventos para CSV na barra de ferramentas antes de fechar. + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + Tem certeza de que deseja excluir o contêiner {0}? Isso removerá tanto o contêiner quanto sua conexão do VS Code. + + + Are you sure you want to delete the selected items? + Tem certeza de que deseja excluir os itens selecionados? + + + Are you sure you want to delete {0}? + {0} is the group name + Tem certeza de que deseja excluir {0}? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + Tem certeza de que deseja excluir {0}? Você também pode excluir suas conexões ou movê-las para a pasta raiz. + + + Are you sure you want to disconnect? + Tem certeza de que deseja desconectar? + + + Are you sure you want to remove {0}? + {0} is the node label + Tem certeza de que deseja remover {0}? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + Tem certeza de que quer desfazer todas as alterações do Copilot? Isso reverterá todas as alterações controladas para seu estado original. + + + Are you sure you want to update the target? + Tem certeza de que deseja atualizar o destino? + + + Are you sure you want to {0}? + {0} is the action being confirmed + Tem certeza de que deseja {0}? + + + Are you sure? + Tem certeza? + + + Ask GitHub Copilot to Fix + Pedir para o GitHub Copilot Corrigir + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + Faça perguntas ou proponha alterações de esquema no chat, e o GitHub Copilot atualizará o esquema instantaneamente no diagrama. + + + At least one API type must be selected. + Pelo menos um tipo de API deve ser selecionado. + + + Auth type + Tipo de autenticação + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + Autentique usando uma entidade de serviço do Microsoft Entra. Insira a ID do Aplicativo (cliente) como o nome de usuário e o segredo do cliente como a senha. Clique no ícone de informações para saber mais. + + + Authenticated + Autenticado + + + Authentication + Autenticação + + + Authentication Library has changed, please reload Visual Studio Code. + A Biblioteca de Autenticação foi alterada, recarregue o Visual Studio Code. + + + Authentication Type + Tipo de Autenticação + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + Erro de autenticação da conta '{0}' (locatário '{1}'). Para resolver isso, será necessário limpar o cache de tokens, o que desconectará todas as contas conectadas. + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + Erro de autenticação da conta. Para resolver isso, será necessário limpar o cache de tokens, o que desconectará todas as contas conectadas. + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + Falha na autenticação devido a uma incompatibilidade de nonce. Feche o Azure Data Studio e tente novamente. + + + Authentication failed due to a state mismatch, please close ADS and try again. + Falha na autenticação devido a uma incompatibilidade de estado. Feche o ADS e tente novamente. + + + Authentication not supported + Autenticação sem suporte + + + Auto Arrange + Organizar Automaticamente + + + Auto Arrange Confirmation + Confirmação de Arranjo Automático + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + O Arranjo Automático reposicionará automaticamente todos os elementos do diagrama com base em algoritmos de layout otimizado. Qualquer posicionamento personalizado que você tenha criado será perdido. Deseja continuar com o arranjo automático do seu diagrama de esquema? + + + Auto-pause + Pausa automática + + + Auto-pause the database until next month + Pausar automaticamente o banco de dados até o próximo mês + + + Auto-scroll + Rolagem automática + + + Auto-scroll disabled + Rolagem automática desabilitada + + + Auto-scroll enabled + Rolagem automática habilitada + + + Automatic tuning features like automatic index creation enabled by default. + Recursos de ajuste automático, como a criação automática de índice, habilitada por padrão. + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + Seleciona automaticamente uma identidade do Microsoft Entra ID disponível de provedores instalados em seu sistema. Clique no ícone de informações para saber mais. + + + Available Servers + Servidores Disponíveis + + + Average: {0} + {0} is the average + Média: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + Média: {0} Contagem: {1} Soma: {2} + + + Avg + Méd + + + Azure (China) + Azure (China) + + + Azure (Public) + Azure (Público) + + + Azure (US Government) + Azure (Governo dos EUA) + + + Azure Account + Conta do Azure + + + Azure Account is required + Uma Conta do Azure é obrigatória + + + Azure Code Grant + Concessão de Código do Azure + + + Azure Data Studio Migration + Migração do Azure Data Studio + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Kit de ferramentas de migração do Azure Data Studio - Agora incluindo Keymap! + + + Azure Data Studio settings file + Arquivo de configurações do Azure Data Studio + + + Azure Databases + Bancos de Dados do Azure + + + Azure Device Code + Código de Dispositivo do Azure + + + Azure MFA + MFA do Azure + + + Azure SQL Database is not supported for backup. + O Banco de Dados SQL do Azure não oferece suporte para backup. + + + Azure SQL Database is not supported for restore. + O Banco de Dados SQL do Azure não oferece suporte para restauração. + + + Azure SQL Managed Instance + Instância Gerenciada de SQL do Azure + + + Azure SQL Server + SQL Server do Azure + + + Azure SQL databases provisioning + Provisionamento dos bancos de dados SQL do Azure + + + Azure Subscriptions + Assinaturas do Azure + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + A conta do Azure '{0}' não foi encontrada. Entre com a conta correta ou selecione outra. + + + Azure sign in failed. + Falha ao entrar no Azure. + + + Azure subscription not found in cache. + Assinatura do Azure não encontrada no cache. + + + Azure: Sign In + Azure: Entrar + + + Azure: Sign In to Azure Cloud + Azure: entrar no Azure Cloud + + + Azure: Sign In with Device Code + Azure: entrar com o Código do Dispositivo + + + BACPAC exported successfully + BACPAC exportado com sucesso + + + BACPAC exported successfully to '{0}' + {0} is the file path + BACPAC exportado com sucesso para "{0}" + + + BACPAC imported successfully + BACPAC importado com sucesso + + + BACPAC imported successfully to database '{0}' + {0} is the database name + BACPAC importado com sucesso para o banco de dados "{0}" + + + Back + Voltar + + + Back to Schema + Voltar ao Esquema + + + Back to preview + Voltar à versão prévia + + + Backup + Backup + + + Backup Database - {0} + {0} is the database name + Banco de Dados de Backup - {0} + + + Backup File + Arquivo de Backup + + + Backup Files + Arquivos de Backup + + + Backup Files (*.bak, *.log, *.trn) + Arquivos de Backup (*.bak, *.log, *.trn) + + + Backup Location + Local do Backup + + + Backup Name + Nome do Backup + + + Backup Storage Redundancy + Redundância do Armazenamento de Backup + + + Backup Type + Tipo de Backup + + + Backup sets to restore + Conjuntos de backup para restaurar + + + Backup the tail of the log + Backup do final do log + + + Backup to a new media set + Backup para um novo conjunto de mídias + + + Batch execution time: {0} + {0} is the batch time + Tempo de execução em lote: {0} + + + Before + Antes + + + Behavior when free offer limit is reached + Comportamento quando o limite da oferta gratuita é atingido + + + Between + Entre + + + Blanks + Lacunas + + + Blob + Blob + + + Blob Container + Contêiner de Blob + + + Blob Container is required + O contêiner de blobs é obrigatório + + + Blob does not contain a valid database backup + O Blob não contém um backup de banco de dados válido + + + Blob is required + Blob obrigatório + + + Block this extension from accessing your connections + Impedir que essa extensão acesse suas conexões + + + Both + Ambos + + + Brightness + Brilho + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + Traga suas conexões, grupos e configurações salvos do Azure Data Studio para a extensão MSSQL e descubra experiências familiares. + + + Browse + Navegar + + + Browse Azure + Procurar no Azure + + + Browse Azure SQL Database tutorials and docs + Navegue pelos tutoriais e documentos do Banco de Dados SQL do Azure + + + Browse Fabric + Navegar no Fabric + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + Procure workspaces do Fabric e provisione bancos de dados SQL no Fabric sem sair do VS Code. + + + Browse files + Procurar arquivos + + + Browse forvpath + Procurar forvpath + + + Browse to Azure Data Studio settings.json + Navegue até settings.json do Azure Data Studio + + + Browse... + Procurar... + + + Build APIs with GitHub Copilot + Criar APIs com o GitHub Copilot + + + Build Data API + Criar API de Dados + + + Build failed with exit code {0} + Falha na compilação com o código de saída {0} + + + Build {0} + Compilar {0} + + + Building {0}... + Compilando {0}… + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + Criptografia interna, regras de firewall e integração do Microsoft Entra ID para proteger seus dados. + + + Bulk Actions + Ações em massa + + + Bulk-logged + Log em Massa + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + Arquivos CSV/TXT (*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + Ferramenta de chamada: {0} com {1}. + + + Cancel + Cancelar + + + Cancel Query + Cancelar Consulta + + + Cancel Task + Cancelar Tarefa + + + Cancel failed: {0} + {0} is the error message + Falha ao cancelar: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + Falha no cancelamento da comparação de esquemas: '{0}' + + + Cancel the query execution in progress + Cancelar a execução da consulta em andamento + + + Canceled + Cancelado + + + Canceling + Cancelando + + + Canceling query + Cancelando a consulta + + + Canceling the query failed: {0} + {0} is the error message + Falha no cancelamento da consulta: {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + Não é possível acessar o soquete do Docker. Seu usuário pode não estar no grupo 'docker', ou o VS Code foi iniciado antes de a associação ao grupo entrar em vigor. Execute 'sudo usermod -aG docker $USER' e, em seguida, saia e entre novamente (ou reinicie) antes de reiniciar o VS Code. + + + Cannot cancel query as no query is running. + Não é possível cancelar a consulta, pois não há consulta em execução. + + + Cannot change session while active + Não é possível alterar a sessão enquanto estiver ativa + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + Não é possível conectar devido aos tokens expirados. Reautentique-se e tente novamente. + + + Cannot create foreign key + Não é possível criar chave estrangeira + + + Cannot delete column because it is part of foreign key relationships. + Não é possível excluir a coluna porque ela faz parte de relacionamentos de chave estrangeira. + + + Cannot delete column because it is referenced by a foreign key. + Não é possível excluir a coluna porque ela é referenciada por uma chave estrangeira. + + + Cannot delete column because it is used by a foreign key. + Não é possível excluir a coluna porque ela é usada por uma chave estrangeira. + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + Não é possível excluir {0}. Existem dependentes incluídos + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + Não é possível excluir {0}. Existem dependentes incluídos, como {1} + + + Cannot generate script without a restore plan + Não é possível gerar script sem um plano de restauração + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + Não é possível incluir {0}. Existem dependentes excluídos + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + Não é possível incluir {0}. Existem dependentes excluídos, como {1} + + + Cannot revert: The column is part of a foreign key that references a deleted table + Não é possível reverter: a coluna faz parte de uma chave estrangeira que faz referência a uma tabela excluída + + + Cannot revert: The referenced table or column has been deleted + Não é possível reverter: a tabela ou coluna referenciada foi excluída + + + Cascade + Cascata + + + Category + Categoria + + + Change + Alterar + + + Change Connection + Alterar conexão + + + Change Database + Alterar Banco de Dados + + + Change Password + Alterar Senha + + + Change Setting + Alterar Configuração + + + Change column width + Alterar a largura da coluna + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Alterar o banco de dados para '{2}' para a conexão '{0}' (ID: {1})? + + + Change the connection for the active SQL document + Alterar a conexão do documento SQL ativo + + + Change the database for the active SQL document + Alterar o banco de dados do documento SQL ativo + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + Alteração {0} de {1} + + + Changed Tables + Tabelas Alteradas + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + Contexto do banco de dados alterado para "{0}" para o documento "{1}" + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Contexto do banco de dados alterado para "{0}" no servidor "{1}" no documento "{2}". + + + Changes + Alterações + + + Changes ({0}) + {0} is the number of schema changes + Alterações ({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + Alterações aplicadas com sucesso. Execute Comparação de Esquemas novamente para ver as diferenças atualizadas. + + + Changes published successfully + Alterações publicadas com sucesso + + + Changes saved successfully. + Alterações salvas com sucesso. + + + Changes view mode + Modo de exibição de alterações + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Alterando o contexto do banco de dados para "{0}" no servidor "{1}" no documento "{2}". + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Alterando o banco de dados para '{2}' para a conexão '{0}' (ID: {1}) + + + Chat + Chat + + + Chat command not available in this VS Code version + Comando de chat não disponível nesta versão do VS Code + + + Check Constraint + Restrição CHECK + + + Check Constraints + Restrições CHECK + + + Checking Docker Engine Configuration + Verificando a configuração do Docker Engine + + + Checking Docker engine + Verificando o mecanismo do Docker + + + Checking Docker installation + Verificando a instalação do Docker + + + Checking Docker prerequisites... + Verificando os pré-requisitos do Docker... + + + Checking container readiness + Verificando a preparação do contêiner + + + Checking if Docker is installed + Verificando se o Docker está instalado + + + Checking if Docker is installed on your machine + Verificando se o Docker está instalado na sua máquina + + + Checking if Docker is running on your machine. If not, we'll start it for you. + Verificando se o Docker está em execução no seu computador. Caso contrário, iniciaremos para você. + + + Checking if Docker is started + Verificando se o Docker foi iniciado + + + Checking if the Docker Engine is configured correctly on your machine. + Verificando se o Docker Engine está configurado corretamente em seu computador. + + + Checking pre-requisites + Verificando pré-requisitos + + + Choose An Action + Escolher uma Ação + + + Choose Existing + Escolher Existente + + + Choose Query History + Escolher o Histórico de Consultas + + + Choose SQL Language + Escolher linguagem SQL + + + Choose a Microsoft Entra account + Escolha uma conta do Microsoft Entra + + + Choose a Microsoft Entra tenant + Escolha um locatário do Microsoft Entra + + + Choose a connection profile from the list below + Escolha um perfil de conexão da lista abaixo + + + Choose a database + Escolha um banco de dados + + + Choose a database from the list below + Escolha um banco de dados na lista abaixo + + + Choose a hostname for the container + Escolha um nome de hospedeiro para o contêiner + + + Choose a name for the SQL Server Docker Container + Escolha um nome para o contêiner Docker do SQL Server + + + Choose a port to host the SQL Server Docker Container + Escolha uma porta para hospedar o contêiner SQL Server Docker + + + Choose an option to provision a database + Escolha uma opção para provisionar um banco de dados + + + Choose color + Escolher a cor + + + Choose the Right Version + Escolher a Versão Certa + + + Choose the behavior for new editors + Escolha o comportamento para novos editores + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + Escolha se esse procedimento armazenado aparece como uma mutação ou consulta do GraphQL. O DAB usa como padrão a mutação. + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + Referência circular detectada: ''{0}'' → ''{1}'' cria um ciclo + + + Clear + Limpar + + + Clear All + Limpar Tudo + + + Clear All Filters + Limpar Todos os Filtros + + + Clear Data + Limpar Dados + + + Clear Filter + Limpar Filtro + + + Clear Filters + Limpar Filtros + + + Clear Quick Query + Limpar Consulta Rápida + + + Clear Recent Connections List + Limpar Lista de Conexões Recentes + + + Clear Selection + Limpar Seleção + + + Clear Sort + Limpar Classificação + + + Clear all + Limpar tudo + + + Clear all events (keeps session running) + Limpar todos os eventos (mantém a sessão em execução) + + + Clear all filters + Limpar todos os filtros + + + Clear all filters and show all events + Limpar todos os filtros e mostrar todos os eventos + + + Clear all grouping + Limpar todo o agrupamento + + + Clear all sorting + Limpar toda a classificação + + + Clear cache and refresh token + Limpar cache e atualizar token + + + Clear filters + Limpar filtros + + + Clear from recent connections list + Limpar da lista de conexões recentes + + + Clear permissions for all extensions to access your connections + Limpar permissões para todas as extensões acessarem suas conexões + + + Clear quick filter and all column filters + Limpar o filtro rápido e todos os filtros de coluna + + + Clear this Quick Query + Limpar esta Consulta Rápida + + + Clear token cache + Limpar o cache do token + + + Click to cancel loading summary + Clique para cancelar o carregamento do resumo + + + Click to change connection + Clique para alterar a conexão + + + Click to change database + Clique para alterar o banco de dados + + + Click to connect to a database + Clique para se conectar a um banco de dados + + + Click to load summary + Clique para carregar o resumo + + + Click to sign into an Azure account + Clique para entrar em uma conta do Azure + + + Client Secret + Segredo do Cliente + + + Client secret is required. + O segredo do cliente é obrigatório. + + + Close + Fechar + + + Close Designer + Fechar o Designer + + + Close Find + Fechar pesquisa + + + Close Script Pane + Fechar Painel de Script + + + Close Without Export + Fechar sem Exportar + + + Close details panel + Fechar painel de detalhes + + + Close existing connections to destination database + Fechar conexões existentes com o banco de dados de destino + + + Close properties pane + Fechar painel de propriedades + + + Close the current connection + Fechar a conexão atual + + + Cloud + Nuvem + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis – {0} + + + Code analysis rules saved successfully + Regras do Code Analysis salvas com sucesso + + + Collapse + Recolher + + + Collapse All + Recolher Tudo + + + Collapse Subscription Explorer + Recolher o Explorador de Assinaturas + + + Collapse Workspace Explorer + Recolher o Navegador de Espaços de Trabalho + + + Collapse all groups + Recolher todos os grupos + + + Collapse connection groups + Recolher grupos de conexões + + + Collapse connections + Recolher conexões + + + Collapse settings + Recolher configurações + + + Collapse {0} + {0} is the category name, e.g. Design + Recolher {0} + + + Collation + Ordenação + + + Color + Cor + + + Column + Coluna + + + Column '{0}' already exists + {0} is the column name + A coluna '{0}' já existe + + + Column '{0}' already has a foreign key + {0} is the column name + A coluna '{0}' já tem uma chave estrangeira + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + A coluna '{0}' não pode ser nula porque é uma chave primária + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + Coluna '{0}' é uma coluna de identidade e não pode ter uma chave estrangeira em cascata + + + Column '{0}' must be a primary key + {0} is the referenced column + A coluna ''{0}'' deve ser uma chave primária + + + Column '{0}' not found + {0} is the column name + Coluna ''{0}'' não encontrada + + + Column Name + Nome da Coluna + + + Column max length cannot be empty + O comprimento máximo da coluna não pode estar vazio + + + Column name cannot be empty + O nome da coluna não pode estar vazio + + + Column not found: {0} + {0} is the column reference + Coluna não encontrada: {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + Referência de coluna resolvida para mais de uma coluna: {0} + + + Column resize by content + Redimensionar coluna conforme o conteúdo + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + A largura da coluna deve ser de pelo menos {0} pixels. + + + Columns + Colunas + + + Columns in the primary key. + Colunas na chave primária. + + + Command Timeout + Tempo Limite do Comando + + + Commands + Comandos + + + Compare + Comparar + + + Compare Azure SQL Database service tiers + Comparar as camadas de serviço do Banco de Dados SQL do Azure + + + Compare SQL Server editions + Comparar edições do SQL Server + + + Comparison Details + Detalhes da Comparação + + + Compatibility Level + Nível de Compatibilidade + + + Compress backup + Compactar backup + + + Compression + Compactação + + + Compute + Computação + + + Compute + Storage + Computação + Armazenamento + + + Config copied to clipboard + Configuração copiada para a área de transferência + + + Configuration saved. + Configuração salva. + + + Configuration sections + Seções de configuração + + + Configuration to Import + Configuração a ser Importada + + + Configure Linux containers + Configure contêineres Linux + + + Configure Quick Query and Extension shortcuts. + Configure os atalhos da Consulta Rápida e da Extensão. + + + Configure Rosetta in Docker Desktop + Configurar o Rosetta no Docker Desktop + + + Configure and customize Azure SQL Databases + Configurar e personalizar Bancos de Dados SQL do Azure + + + Configure and customize SQL Server containers + Configure e personalize contêineres do SQL Server + + + Configure keyboard shortcuts used by the MSSQL extension. + Configure os atalhos de teclado usados pela extensão MSSQL. + + + Configure the full list of Query Editor shortcuts. + Configure a lista completa de atalhos do Editor de Consultas. + + + Confirm Password + Confirmar a senha + + + Confirm SQL Server admin password + Confirmar SQL Server senha de administrador + + + Confirm admin password + Confirmar senha de administrador + + + Confirm new password + Confirmar nova senha + + + Confirm to clear recent connections list + Confirme para limpar a lista de conexões recentes + + + Confirm to remove this profile. + Confirme para remover este perfil. + + + Conjunction + Conjunção + + + Connect + Conectar + + + Connect and manage database connections + Conectar e gerenciar conexões de banco de dados + + + Connect the active SQL document to a database + Conectar o documento SQL ativo a um banco de dados + + + Connect to Database + Conectar ao Banco de Dados + + + Connect to MSSQL + Conectar-se ao MSSQL + + + Connect to SQL Server + Conectar ao SQL Server + + + Connect to Server + Conectar-se ao Servidor + + + Connect to a database + Conectar a um banco de dados + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + Conectar ao servidor {0} e ao banco de dados {1}? + + + Connect to server {0}? + {0} is the server name + Conectar-se ao servidor {0}? + + + Connect to {0} + {0} is the name of the connection profile + Conectar-se a {0} + + + Connect using either Microsoft Entra ID or SQL Authentication. + Conecte-se usando o Microsoft Entra ID ou a autenticação SQL. + + + Connect using profile {0}? + {0} is the profile ID + Conectar-se usando o perfil {0}? + + + Connect with SQL tools and run your first query + Conecte-se com as ferramentas do SQL e execute sua primeira consulta + + + Connect with the current settings and save the connection profile + Conectar-se com as configurações atuais e salvar o perfil de conexão + + + Connected successfully + Conectado com sucesso + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + Conectado ao servidor "{0}" no documento "{1}". Informações do Servidor: {2} + + + Connected to {0} + {0} is the connection label + Conectado a {0} + + + Connected to: + Conectado a: + + + Connecting + Conectando + + + Connecting to Container + Conectando ao Contêiner + + + Connecting to Database + Conectando-se ao Banco de Dados + + + Connecting to database + Conectando ao banco de dados + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + Conectando-se ao servidor "{0}" no documento "{1}". + + + Connecting to server {0} + {0} is the server name + Conectando ao servidor {0} + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + Conectando ao servidor {0} e ao banco de dados {1} + + + Connecting to server... + Conectando ao servidor... + + + Connecting to your SQL Server Docker container + Conectando-se ao seu contêiner Docker do SQL Server + + + Connecting to {0}... + {0} is the server name + Conectando a {0}... + + + Connecting to {0}... + {0} is the connection display name + Conectando a {0}... + + + Connecting to: + Conectando-se a: + + + Connecting using profile {0} + {0} is the profile ID + Conectando usando o perfil {0} + + + Connecting... + Conectando-se... + + + Connection + Conexão + + + Connection Authentication + Autenticação de Conexão + + + Connection Details + Detalhes da Conexão + + + Connection Dialog + Caixa de Diálogo de Conexão + + + Connection Error + Erro de Conexão + + + Connection Failed + Falha na Conexão + + + Connection Group + Grupo de Conexões + + + Connection Import Warning + Aviso de Importação de Conexão + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + Não foi possível atualizar o Perfil de Conexão. Modifique os detalhes da conexão manualmente em settings.json e tente novamente. + + + Connection String + Cadeia de Conexão + + + Connection Timeout + Tempo Limite de Conexão + + + Connection Timeout (seconds) + Tempo limite de conexão (segundos) + + + Connection actions + Ações de conexão + + + Connection error + Erro de conexão + + + Connection error: {0} + {0} is the error message + Erro de conexão: {0} + + + Connection failed + Falha na conexão + + + Connection failed: {0} + {0} is the error message from the connection attempt + Falha na conexão: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + Grupo de conexões com o mesmo ID já importado: {0} (ID: {1}) + + + Connection groups to import + Grupos de conexões a serem importados + + + Connection is not active. Please establish a connection before performing this action. + A conexão não está ativa. Estabeleça uma conexão antes de executar esta ação. + + + Connection not found for uri "{0}". + {0} is the uri + Conexão não encontrada para o URI “{0}”. + + + Connection profile '{0}' not found. + {0} is the profile ID + Perfil de conexão '{0}' não encontrado. + + + Connection profile not found. Please create a new connection using the Connection Dialog. + Perfil de conexão não encontrado. Crie uma nova conexão usando a caixa de diálogo Conexão. + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + Permissão de compartilhamento de conexão negada para a extensão: "{0}". Use os comandos de gerenciamento de permissão para alterar isso. + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + A permissão de compartilhamento de conexão é necessária para a extensão: "{0}" + + + Connection string copied to clipboard + Cadeia de conexão copiada para a área de transferência + + + Connection string is required + A cadeia de conexão é obrigatória + + + Connection test succeeded + Teste de conexão bem-sucedido + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + Não foi encontrada uma conexão com a ID "{0}". Verifique se a ID de conexão existe. + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Conexão com o mesmo ID já importada: {0} (ID: {1}) + + + Connection: {0} + {0} is the task connection label + Conexão: {0} + + + Connections in groups that are not selected will be moved under the root. + As conexões em grupos que não forem selecionados serão movidas para a raiz. + + + Connections to import + Conexões a serem importadas + + + Consider adding a name for this foreign key + Considere adicionar um nome para esta chave estrangeira + + + Container Name + Nome do Contêiner + + + Container Settings + Configurações do contêiner + + + Container does not exist. Would you like to remove the connection? + O contêiner não existe. Deseja remover a conexão? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + O contêiner não conseguiu iniciar dentro do período de tempo limite. Aguarde alguns minutos e tente novamente. + + + Container logs + Logs de contêiner + + + Container name and port are required to check container readiness. + Nome do contêiner e porta são obrigatórios para verificar a preparação do contêiner. + + + Container name is invalid or already in use + O nome do contêiner é inválido ou já está em uso + + + Container name is required + O nome do contêiner é obrigatório + + + Container name, port, and config content are required to start the container. + Nome do contêiner, porta e conteúdo da configuração são obrigatórios para iniciar o contêiner. + + + Containment Type + Tipo de Contenção + + + Contains + Contém + + + Continue + Continuar + + + Continue Editing + Continuar Editando + + + Continue on error + Continuar em caso de erro + + + Continue using for additional charges + Continuar usando para cobranças adicionais + + + Control the results grid display + Controlar a exibição da grade de resultados + + + Copied + Copiado + + + Copied "{0}" to clipboard + {0} is the object name + Copiado "{0}" para a área de transferência + + + Copied to clipboard + Copiado para a área de transferência + + + Copilot Changes + Alterações do Copilot + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Alterações do Copilot ({0}) + + + Copy + Copiar + + + Copy & Export + Copiar e Exportar + + + Copy All + Copiar Tudo + + + Copy As + Copiar como + + + Copy Column Name + Copiar nome da coluna + + + Copy Headers + Copiar Cabeçalhos + + + Copy Object Name + Copiar Nome do Objeto + + + Copy Script + Copiar o Script + + + Copy Script to Clipboard + Copiar o Script para a Área de Transferência + + + Copy all cells including column headers + Copiar todas as células, incluindo os cabeçalhos de coluna + + + Copy all query result content + Copiar todo o conteúdo do resultado da consulta + + + Copy all text output for this cell (messages, PRINT, errors) + Copiar toda a saída de texto para esta célula (mensagens, PRINT, erros) + + + Copy all with headers + Copiar tudo com cabeçalhos + + + Copy as CSV + Copiar como CSV + + + Copy as IN clause + Copiar como cláusula IN + + + Copy as INSERT + Copiar como INSERT + + + Copy as INSERT INTO + Copiar como INSERT INTO + + + Copy as JSON + Copiar como JSON + + + Copy code and open webpage + Copiar o código e abrir a página da Web + + + Copy command to clipboard + Copiar o comando para a área de transferência + + + Copy connection string to clipboard + Copiar a cadeia de conexão para a área de transferência + + + Copy data and save results to files + Copiar os dados e salvar os resultados nos arquivos + + + Copy link + Copiar link + + + Copy messages + Copiar mensagens + + + Copy script + Copiar o script + + + Copy selected cells including column headers + Copiar as células selecionadas, incluindo os cabeçalhos de coluna + + + Copy selected cells to the clipboard + Copiar as células selecionadas para a área de transferência + + + Copy selection + Copiar seleção + + + Copy selection formatted as INSERT statements + Copiar a seleção formatada como instruções INSERT + + + Copy selection formatted as JSON + Copiar a seleção formatada como JSON + + + Copy selection formatted as a SQL IN clause + Copiar a seleção formatada como cláusula SQL IN + + + Copy selection formatted as comma-separated values + Copiar seleção formatada como valores separados por vírgula + + + Copy text data to clipboard + Copiar dados de texto para a área de transferência + + + Copy with Headers + Copiar com Cabeçalhos + + + Copy with headers + Copiar com cabeçalhos + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + Copiar {0} URL + + + Copy-only Backup + Backup somente cópia + + + Copying results... + Copiando resultados... + + + Cost + Custo + + + Could not connect to database: {0} + {0} is the database name + Não foi possível conectar ao banco de dados: {0} + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + Não foi possível detectar o endereço IP do cliente. Adicione uma regra de firewall manualmente no portal do Azure. + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + Não foi possível localizar metadados de script para {0} "{1}". + + + Could not load restore plan + Não foi possível carregar o plano de restauração + + + Count + Número + + + Count: {0} + {0} is the count + Contagem: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + Contagem: {0} Contagem distinta: {1} Contagem nula: {2} + + + Create + Criar + + + Create Connection Group + Criar Grupo de Conexão + + + Create Connection Profile + Criar Perfil de Conexão + + + Create Container + Criar Contêiner + + + Create Database + Criar Banco de Dados + + + Create Firewall Rule + Criar Regra de Firewall + + + Create Local SQL Container + Criar Contêiner SQL Local + + + Create New + Criar + + + Create New Connection Group + Criar Novo Grupo de Conexões + + + Create New Resource Group + Criar novo grupo de recursos + + + Create New Server + Criar Novo Servidor + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + Crie pontos de extremidade REST, GraphQL e MCP para suas tabelas de banco de dados SQL de uma interface visual dentro Visual Studio Code. Defina entidades, permissões e configurações de implantação – em seguida, implante localmente com o Docker. + + + Create a Local Docker SQL Server + Criar um SQL Server Local no Docker + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + Crie um contêiner do SQL Server em segundos—sem etapas manuais necessárias. Gerencie facilmente pela extensão MSSQL sem sair do VS Code. + + + Create a SQL database in Fabric + Criar um banco de dados SQL no Fabric + + + Create a new connection profile + Criar um novo perfil de conexão + + + Create a new database on '{0}'. + {0} is the name of the server + Criar um novo banco de dados em "{0}". + + + Create a new firewall rule + Crie uma nova regra de firewall + + + Create a new profiling session + Criar uma nova sessão de criação de perfil + + + Create an Azure SQL Database (Preview) + Criar um Banco de Dados SQL do Azure (Versão Prévia) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + Crie e gerencie atalhos de teclado para consultas usadas com frequência, bem como ações de editor de consultas e grade de resultados, para descobrir comandos disponíveis e executá-los com mais eficiência. + + + Create as Script + Criar como Script + + + Create new + Criar + + + Create new connection copied from {0} + {0} is the name of the connection profile + Criar conexão copiada de {0} + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + Criar nova regra de firewall para {0} + + + Created table {0} + {0} is the qualified table name + Tabela criada {0} + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + Cria uma ferramenta MCP dedicada para este procedimento armazenado. Quando desabilitado, o procedimento ainda poderá estar disponível por meio de ferramentas de execução MCP genéricas, se o MCP estiver habilitado. + + + Creating Container + Criando Contêiner + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + Criando Banco de Dados SQL para o workspace {0} + + + Creating SQL Server container... + Criando SQL Server contêiner... + + + Creating and starting the container + Criando e iniciando o contêiner + + + Creating and starting your SQL Server container + Criando e iniciando seu contêiner do SQL Server + + + Creating database + Criando o banco de dados + + + Creating resource group... + Criando grupo de recursos... + + + Creating server... + Criando servidor... + + + Creating session... + Criando sessão... + + + Creating workspace with capacity {0} + {0} is the capacity ID + Criando workspace com capacidade {0} + + + Creating... + Criando... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + Erro de credencial: ocorreu um erro ao tentar atualizar as credenciais da conta. Autentique-se novamente. + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + Erro de Credencial: ocorreu um erro ao tentar atualizar as credenciais da conta. Autentique-se novamente. Erro: {0} + + + Current Schema: {0}, Select the new schema: + Esquema atual: {0}, selecione o novo esquema: + + + Currently signed in as: + Conectado atualmente como: + + + Custom GraphQL Plural Type + Tipo plural do GraphQL personalizado + + + Custom GraphQL Singular Type + Tipo singular do GraphQL personalizado + + + Custom GraphQL Type + Tipo de GraphQL personalizado + + + Custom REST Path + Caminho REST personalizado + + + Custom Zoom + Zoom Personalizado + + + Customize keyboard shortcuts + Personalizar atalhos de teclado + + + DAB container failed to become ready within the timeout period. + O contêiner DAB não ficou pronto dentro do período limite. + + + DAB container is running! + O contêiner DAB está em execução! + + + DAB container logs + Logs de contêiner do DAB + + + DACPAC deployed successfully + DACPAC implantado com sucesso + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + DACPAC implantado com sucesso no banco de dados "{0}" + + + DACPAC extracted successfully + DACPAC extraído com sucesso + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC extraído com sucesso para "{0}" + + + DACPAC path not found. Please build the project first. + Caminho do DACPAC não encontrado. Primeiro, crie o projeto. + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + O serviço DacFx não está disponível. Perfil carregado sem opções de implantação. Não é possível executar operações de publicação e geração de script. + + + DacFx service is not available. Publish and generate script operations cannot be performed. + O serviço DacFx não está disponível. Não é possível executar operações de publicação e geração de script. + + + Data API builder + Construtor de API de dados + + + Data API builder Configuration + Configuração do Construtor de API de Dados + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + Construtor de API de dados aberto. Continuar com {0} operações ({1}/{2}). + + + Data API builder with GitHub Copilot + Construtor de API de dados com GitHub Copilot + + + Data Source + Fonte de Dados + + + Data Type + Tipo de Dados + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + Os dados são replicados automaticamente para o OneLake em tempo real com um ponto de extremidade de análise do SQL. + + + Data file folder + Pasta de arquivos de dados + + + Data type + Tipo de dados + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + Incompatibilidade de tipo de dados: ''{0}'' na coluna ''{1}'' incompatível com ''{2}'' em ''{3}'' + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + Importação e exportação do aplicativo da camada de dados (DACPAC/BACPAC) + + + Data-tier Application + Aplicativo da Camada de Dados + + + Data-tier Application File (.dacpac) + Arquivo do Aplicativo da Camada de Dados (.dacpac) + + + Database + Banco de dados + + + Database - {0} + {0} is the database name + Base de dados - {0} + + + Database Description + Descrição do Banco de Dados + + + Database Details + Detalhes do Banco de Dados + + + Database Name + Nome do Banco de Dados + + + Database Name is required + O Nome do Banco de Dados é obrigatório + + + Database Project + Projeto de Banco de Dados + + + Database changed successfully + Banco de dados alterado com sucesso + + + Database is required + Banco de dados obrigatório + + + Database list + Lista de bancos de dados + + + Database name + Nome do banco de dados + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + O nome do banco de dados contém caracteres inválidos. Evite usar: < > * ? " / \ | + + + Database name is required + O nome do banco de dados é obrigatório + + + Database name is too long. Maximum length is 128 characters + O nome do banco de dados é muito longo. O comprimento máximo é de 128 caracteres + + + Database name must be 128 characters or fewer + O nome do banco de dados deve ter 128 caracteres ou menos + + + Database not found on the server + Banco de dados não encontrado no servidor + + + Database pauses until the next billing cycle when free amount is renewed. + O banco de dados pausa até o próximo ciclo de cobrança quando o valor gratuito é renovado. + + + Database the table is created in + Banco de dados em que a tabela é criada + + + Default + Padrão + + + Default Value + Valor Padrão + + + Define who can access this endpoint + Definir quem pode acessar esse ponto de extremidade + + + Define who can execute this stored procedure + Definir quem pode executar este procedimento armazenado + + + Definition + Definição + + + Definition type + Tipo de definição + + + DefinitionRequestCompleted + DefinitionRequestCompleted + + + DefinitionRequested + DefinitionRequested + + + Delete + Excluir + + + Delete 1 row + Excluir 1 linha + + + Delete Confirmation + Excluir Confirmação + + + Delete Contents + Excluir Conteúdos + + + Delete Row + Excluir Linha + + + Delete backup and restore history + Excluir histórico de backup e restauração + + + Delete saved connection + Excluir conexão salva + + + Delete {0} rows + Excluir {0} linhas + + + Deleted + Excluído + + + Deleted column '{0}' + {0} is the column name + Coluna ''{0}'' excluída + + + Deleted foreign key '{0}' + {0} is the foreign key name + Chave estrangeira ''{0}'' excluída + + + Deleted table {0} + {0} is the qualified table name + Tabela excluída {0} + + + Deleting Container... + Excluindo Contêiner... + + + Deny + Negar + + + Deploy + Implantar + + + Deploy DAB Container + Implantar Contêiner DAB + + + Deploy a .dacpac file to a new or existing SQL database + Implantar um arquivo .dacpac em um banco de dados SQL novo ou existente + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + Implante e extraia arquivos .dacpac ou importe/exporte pacotes .bacpac usando um fluxo de trabalho integrado e simplificado na extensão MSSQL. + + + Deploy to Existing Database + Implantar no Banco de Dados Existente + + + Deploy, extract, import, or export data-tier applications on the selected database + Implantar, extrair, importar ou exportar aplicativos da camada de dados no banco de dados selecionado + + + Deploying DACPAC... + Implantando DACPAC... + + + Deployment Complete + Implantação Concluída + + + Deployment Failed + Falha na Implantação + + + Deployment Name + Nome da Implantação + + + Deployment failed + Falha na implantação + + + Deployment finished + Implantação concluída + + + Deployment in progress + Implantação em andamento + + + Description + Descrição + + + Description for the table. + Descrição da tabela. + + + Description: {0} + {0} is the task description + Descrição: {0} + + + Deselect All + Anular Seleção de Todos + + + Design API + Design API + + + Design Schemas with GitHub Copilot + Projetar esquemas com o GitHub Copilot + + + Details + Detalhes + + + Details panel actions + Ações do painel Detalhes + + + Details panel tabs + Guias do painel Detalhes + + + Details tab - displays all event properties + Guia Detalhes - exibe todas as propriedades do evento + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + Banco de dados transacional amigável para desenvolvedores usando o Mecanismo de Banco de Dados SQL do Azure — sem custo para criar protótipos e aprender. + + + Developer-friendly transactional database using the Azure SQL Database Engine. + Banco de dados transacional amigável para desenvolvedores usando o Mecanismo de Banco de Dados SQL do Azure. + + + Differential + Diferencial + + + Directory not found + Diretório não encontrado + + + Disable all entities + Desabilitar todas as entidades + + + Disable intellisense and syntax error checking on current document + Desabilite o IntelliSense e a verificação de erros de sintaxe no documento atual + + + Disabled + Desabilitado + + + Disabled globally + Desabilitado globalmente + + + Discard + Descartar + + + Disconnect + Desconectar + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Desconectar da conexão '{0}' (ID: {1})? + + + Disconnect the active SQL document from the database + Desconecte o documento SQL ativo do banco de dados + + + Disconnected on document "{0}" + {0} is the document name + Desconectado do documento "{0}" + + + Disconnected successfully + Desconectado com sucesso + + + Disconnected. + Desconectado. + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Desconectando da conexão '{0}' (ID: {1}) + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + Descubra como o Banco de Dados SQL no Fabric, SQL do Azure e SQL Server estão redefinindo o desenvolvimento de aplicativos modernos. Junte-se a engenheiros e colegas que estão ampliando os limites de desempenho, integração com IA e produtividade do desenvolvedor. + + + Dismiss + Ignorar + + + Displays the data type name for the column + Exibe o nome do tipo de dados da coluna + + + Displays the description of the column + Exibe a descrição da coluna + + + Displays the unified data type (including length, scale and precision) for the column + Exibe o tipo de dados unificados (incluindo comprimento, escala e precisão) para a coluna + + + Dissatisfied + Insatisfeito + + + Distinct + Distintas + + + Distinct Count: {0} + {0} is the distinct count + Contagem Distinta: {0} + + + Do not compress backup + Não compactar o backup + + + Do not connect + Não conectar + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + Você pode fazer uma pesquisa rápida de comentários sobre a Extensão MSSQL para VS Code? + + + Do you want to always display query results in a new tab instead of the query pane? + Deseja sempre exibir os resultados da consulta em uma nova guia em vez do painel de consulta? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + Deseja habilitar "Confiar no certificado do servidor" nesta conexão e tentar novamente? + + + Docker Desktop must be installed and running on your machine. + O Docker Desktop deve estar instalado e em execução no computador. + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + O Docker não conseguiu iniciar dentro do período de tempo limite. Inicie manualmente o Docker e tente novamente. + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Docker não está instalado ou não está no PATH. Instale o Docker Desktop e tente novamente. + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + O Docker requer permissões raiz para ser executado. Execute o Docker com sudo ou adicione seu usuário ao grupo docker usando sudo usermod -aG docker $USER. Então, reinicie sua máquina e tente novamente. + + + Don't Save + Não Salvar + + + Don't Show Again + Não Mostrar Novamente + + + Don't show this again + Não mostrar isto novamente + + + Download offline VSIX + Baixar VSIX offline + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + Baixe a extensão de mapa de teclas para importar automaticamente mapeamentos de teclas do Azure Data Studio. Essas alterações serão mostradas nas preferências de atalho de teclado. + + + Downloading the Data API builder container image + Baixando a imagem de contêiner do construtor de API de dados + + + Drizzle + Regue + + + Drop + Remover + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + Remover "{0}" de "{1}". Esta ação não pode ser desfeita. + + + Drop Database + Remover Banco de Dados + + + Drop Database Options + Remover Opções de Banco de Dados + + + Drop active connections + Remover conexões ativas + + + Dropping database + Descartando banco de dados + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + Configure facilmente um SQL Server local sem sair da extensão do VS Code. Apenas alguns cliques para instalar, configurar e gerenciar seu servidor sem esforço! + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + Comece facilmente com a camada gratuita do banco de dados SQL do Azure para criar e se conectar a um banco de dados diretamente do seu editor, sem custos. + + + Edit Connection Group - {0} + {0} is the connection group name + Editar Grupo de Conexões - {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + Editar Grupo de Conexões: {0} + + + Edit Data + Editar os Dados + + + Edit Database Connection - {0} + {0} is the name of the connection profile + Editar Conexão de Banco de Dados - {0} + + + Edit Table + Editar Tabela + + + Edit an existing connection profile + Editar um perfil de conexão existente + + + Edit connection profile + Editar o perfil de conexão + + + Edit your schema to see changes here. + Edite seu esquema para ver as alterações aqui. + + + Edit {0} + {0} is the name of the connection profile + Editar {0} + + + Either profileId or serverName must be provided. + É necessário fornecer o profileId ou o serverName. + + + Elapsed time: {0} + {0} is the task elapsed time + Tempo decorrido: {0} + + + Enable 'Trust Server Certificate' + Habilitar ''Certificado do Servidor de Confiança'' + + + Enable Code Analysis on Build + Habilitar Análise de Código na Compilação + + + Enable GraphQL in API Type to expose this entity through GraphQL. + Habilite o GraphQL no Tipo de API para expor essa entidade por meio do GraphQL. + + + Enable MCP in API Type to use this DML tools setting. + Habilite o MCP no Tipo de API para usar essa configuração de ferramentas DML. + + + Enable MCP in API Type to use this custom tool setting. + Habilite o MCP no Tipo de API para usar essa configuração de ferramenta personalizada. + + + Enable REST in API Type to expose this entity through REST. + Habilite REST no Tipo de API para expor essa entidade por meio de REST. + + + Enable Trust Server Certificate + Habilitar Confiar no certificado do servidor + + + Enable all CRUD operations + Habilitar todas as operações CRUD + + + Enable all entities + Habilitar todas as entidades + + + Enable all rules in {0} + {0} is the category name, e.g. Design + Habilitar todas as regras em {0} + + + Enable or disable SQLCMD mode for the active SQL document + Habilite ou desabilite o modo SQLcmd para o documento SQL ativo + + + Enable {0} + {0} is the entity name + Habilitar {0} + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + Habilitar {0} + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + Habilitar {0} globalmente + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + Habilite {0} no Tipo de API para expor essa entidade. + + + Enabled + Habilitado + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + Está encontrando um problema? Compartilhe os detalhes conosco abrindo um problema do GitHub para que possamos melhorar! + + + Encrypt + Criptografar + + + Encryption + Criptografia + + + Encryption Algorithm + Algoritmo de Criptografia + + + Encryption Type + Tipo de Criptografia + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + A criptografia foi habilitada nesta conexão; examine sua configuração de SSL e certificado para o SQL Server de destino, ou habilite "Confiar no certificado do servidor" como "true" na caixa de diálogo de conexão. + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + A criptografia foi habilitada nesta conexão; examine o SSL e a configuração do certificado do SQL Server de destino ou defina "Certificado do servidor de confiança" como "true". Observação: um certificado autoassinado oferece apenas proteção limitada e não é uma prática recomendada para ambientes de produção. + + + End IP Address + Endereço IP Final + + + Ends With + Termina Com + + + Ends with + Termina com + + + Engine: {0} + {0} is the engine type + Mecanismo: {0} + + + Ensuring Docker Desktop is running + Garantindo que o Docker Desktop esteja em execução + + + Enter Database Description + Inserir a Descrição do Banco de Dados + + + Enter Database Name + Inserir o Nome do Banco de Dados + + + Enter a date... + Insira uma data... + + + Enter a name for the new profiler session + Insira um nome para a nova sessão do Profiler + + + Enter a name for the new resource group + Digite um nome para o novo grupo de recursos + + + Enter a name for the new server + Insira um nome para o novo servidor + + + Enter a number... + Insira um número... + + + Enter admin password + Insira a senha do administrador + + + Enter admin username + Insira o nome de usuário administrador + + + Enter application name + Inserir o nome do aplicativo + + + Enter connection group name + Insira o nome do grupo de conexões + + + Enter container name + Insira o nome do contêiner + + + Enter database name + Inserir o nome do banco de dados + + + Enter description (optional) + Inserir descrição (opcional) + + + Enter desired column width in pixels + Insira a largura desejada da coluna em pixels + + + Enter hostname + Inserir nome do host + + + Enter new column width + Inserir nova largura da coluna + + + Enter new database name + Insira um nome de banco de dados + + + Enter new password + Inserir a nova senha + + + Enter password + Inserir senha + + + Enter port + Inserir porta + + + Enter profile name + Inserir o nome do perfil + + + Enter resource group name + Inserir nome do grupo de recursos + + + Enter server name + Inserir nome do servidor + + + Enter text... + Insira o texto... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + Insira a senha de logon do SQL para o usuário "{0}". + + + Enter the path for the output file + Inserir o caminho para o arquivo de saída + + + Enter user name + Insira o nome de usuário + + + Enter username + Insira o nome de usuário + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + A entidade ''{0}'' não tem suporte no construtor de API de Dados. {1} + + + Entity Endpoints + Pontos de Extremidade de Entidade + + + Entity Name + Nome da Entidade + + + Entity name used in API routes + Nome da entidade usado em rotas de API + + + Entity not found: {0} + {0} is the entity reference + Entidade não encontrada: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + Referência de entidade resolvida para mais de uma entidade: {0} + + + Entra token cache cleared successfully. + O cache do token do Azure foi limpo com sucesso. + + + Equal to + Igual a + + + Equals + Igual a + + + Error + Erro + + + Error Message: + Mensagem de Erro: + + + Error code: + Código de erro: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + Erro ao conectar-se ao servidor "{0}". Detalhes: {1} + + + Error connecting to: + Erro ao conectar-se a: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + Erro ao criar regra de firewall {0}. Verifique as configurações da sua conta do Azure e tente novamente. Erro: {1} + + + Error fetching schemas for the selected database. + Erro ao buscar esquemas para o banco de dados selecionado. + + + Error fetching the table preview. + Erro ao buscar a visualização da tabela. + + + Error generating text view. Please try switching back to grid view. + Erro ao gerar a exibição de texto. Tente voltar para a exibição de grade. + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + Erro ao carregar as informações da conta do Azure para a ID do locatário '{0}' + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + Erro ao carregar bancos de dados do Azure para assinatura {0} ({1}). Confirme se você tem permissão. + + + Error loading Azure subscriptions. + Erro ao carregar assinaturas do Azure. + + + Error loading Schema Designer + Erro ao carregar o Designer de Esquema + + + Error loading Table Designer + Erro ao carregar o Designer de Tabela + + + Error loading database objects + Erro ao carregar objetos de banco de dados + + + Error loading databases + Erro ao carregar o bancos de dados + + + Error loading preview + Erro ao carregar a exibição + + + Error loading servers + Erro ao carregar servidores + + + Error loading subscriptions + Erro ao carregar assinaturas + + + Error loading summary + Erro ao carregar o resumo + + + Error loading summary: {0} + {0} is the error message + Erro ao carregar o resumo: {0} + + + Error loading workspaces + Erro ao carregar workspaces + + + Error loading workspaces. Please try choosing a different account or tenant. + Erro ao carregar workspaces. Tente escolher uma conta ou locatário diferente. + + + Error loading; refresh to try again + Erro ao carregar; atualizar para tentar novamente + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + Erro ao migrar a ID de conexão {0} para o novo formato. Recrie essa conexão para usá-la. +Erro: +{1} + + + Error occurred opening content in editor. + Erro ao abrir o conteúdo no editor. + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + Erro ao atualizar o token; talvez seja necessário sair e entrar novamente: {0} + + + Error retrieving server list: {0} + {0} is the error message + Erro ao recuperar a lista de servidores: {0} + + + Error running Docker commands. Please make sure Docker is running. + Erro ao executar comandos do Docker. Verifique se o Docker está em execução. + + + Error signing into Azure: {0} + {0} is the error message + Erro ao entrar no Azure: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + Erro ao validar o token de autenticação do Entra; talvez seja necessário atualizar o token: {0} + + + Error when refreshing token + Erro ao atualizar o token + + + Error {0}: {1} + {0} is the error number +{1} is the error message + Erro {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + Erro {0}: {1}. Faça logon como um usuário diferente e altere a senha usando ALTER LOGIN. + + + Error: + Erro: + + + Error: Failed to parse query result data. + Erro: falha ao analisar os dados de resultado da consulta. + + + Error: Login failed. Retry using different credentials? + Erro: falha no logon. Deseja tentar novamente usando credenciais diferentes? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + Erro: não é possível conectar usando as informações de conexão fornecidas. Tentar novamente a criação de perfil? + + + Error: Unrecognized query result data. + Erro: dados do resultado da consulta não reconhecidos. + + + Error: {0} + {0} is the error message + Erro: {0} + + + Estimated Operator Cost + Custo Estimado do Operador + + + Estimated Subtree Cost + Custo Estimado da Subárvore + + + Event details for {0} + {0} is the name of the profiler event + Detalhes do evento para {0} + + + Event properties list + Lista de propriedades do evento + + + Example: Find queries with {0} > 100 + {0} is the column name + Exemplo: Localizar consultas com {0} > 100 + + + Excel + Excel + + + Exclude Object Types + Excluir Tipos de Objeto + + + Execute + Executar + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + Executar a operação "{0}" no construtor de API de dados? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + Executar a operação "{0}" no designer de esquema? + + + Execute Query + Executar Consulta + + + Execute SQL against SQL Server / Azure SQL + Executar SQL no SQL Server/SQL do Azure + + + Execute Selection or Current Statement + Executar Seleção ou Instrução Atual + + + Execute only the T-SQL statement under the cursor + Execute apenas a instrução T-SQL sob o cursor + + + Executing '{0}' operation on Data API builder + {0} is the operation name + Executando a operação "{0}" no construtor de API de dados + + + Executing '{0}' operation on schema designer + {0} is the operation name + Executando a operação "{0}" no designer de esquema + + + Executing query... + Executando consulta... + + + Execution Plan + Plano de Execução + + + Execution cancelled + Execução cancelada + + + Execution time unavailable + Tempo de execução indisponível + + + Existing Database + Banco de Dados Existente + + + Existing File + Arquivo Existente + + + Existing SQL Server + SQL Server existente + + + Expand + Expandir + + + Expand All + Expandir Tudo + + + Expand Subscription Explorer + Expandir o Explorador de Assinaturas + + + Expand Workspace Explorer + Expandir o Navegador de Espaços de Trabalho + + + Expand all groups + Expandir todos os grupos + + + Expand connection groups + Expandir grupos de conexões + + + Expand connections + Expandir conexões + + + Expand properties pane + Expandir painel de propriedades + + + Expand selection down + Expandir a seleção para baixo + + + Expand selection left + Expandir a seleção para a esquerda + + + Expand selection right + Expandir a seleção para a direita + + + Expand selection up + Expandir a seleção para cima + + + Expand settings + Expandir configurações + + + Expand the active grid to fill the panel + Expandir a grade ativa para preencher o painel + + + Expand {0} + {0} is the category name, e.g. Design + Expandir {0} + + + Expiration + Expiração + + + Explore tutorials, docs, and what's coming next. + Explore tutoriais, documentos e o que vem a seguir. + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + Explore, projete e desenvolva esquemas de banco de dados usando diretrizes inteligentes, code-first ou data-first + + + Explorer + Explorador + + + Export + Exportar + + + Export & Close + Exportar e Fechar + + + Export BACPAC + Exportar BACPAC + + + Export all captured events to a CSV file + Exportar todos os eventos capturados para um arquivo CSV + + + Export all results as INSERT statements + Exportar todos os resultados como instruções INSERT + + + Export all results to a CSV file + Exportar todos os resultados para um arquivo CSV + + + Export all results to a JSON file + Exportar todos os resultados para um arquivo JSON + + + Export all results to an Excel file + Exportar todos os resultados para um arquivo do Excel + + + Export the schema and data from a SQL database to a .bacpac file + Exportar o esquema e os dados de um banco de dados SQL para um arquivo .bacpac + + + Export to CSV + Exportar para CSV + + + Export to Excel + Exportar para Excel + + + Export to JSON + Exportar para JSON + + + Export to PDF + Exportar para PDF + + + Export to tab delimited + Exportar para delimitado por tabulação + + + Export to text format + Exportar para formato de texto + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + Exportar barra de ferramentas para o conjunto de resultados {0} + + + Exporting BACPAC... + Exportando BACPAC... + + + Expose as MCP DML tools + Expor como ferramentas DML do MCP + + + Expose as MCP custom tool + Expor como ferramenta personalizada do MCP + + + Expose this entity through GraphQL + Expor esta entidade por meio do GraphQL + + + Expose this entity through REST + Expor esta entidade por meio de REST + + + Expose {0} + {0} is the backing database column name + Expor {0} + + + Expression + Expressão + + + Extend the current selection one cell down + Estender a seleção atual uma célula para baixo + + + Extend the current selection one cell left + Estender a seleção atual uma célula para a esquerda + + + Extend the current selection one cell right + Estender a seleção atual uma célula para a direita + + + Extend the current selection one cell up + Estender a seleção atual uma célula para cima + + + Extended Events Log Files + Arquivos de Log de Eventos Avançados + + + Extension Shortcuts + Atalhos da Extensão + + + Extension and deployment actions + Ações de extensão e implantação + + + Extract DACPAC + Extrair DACPAC + + + Extract the schema from a SQL database to a .dacpac file + Extrair o esquema de um banco de dados SQL para um arquivo .dacpac + + + Extracting DACPAC... + Extraindo DACPAC... + + + Extremely likely + Extremamente provável + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + Ocorreu um erro de API do Fabric ({0}): {1} + + + Fabric Account + Conta do Fabric + + + Fabric Account is required + A Conta do Fabric é necessária + + + Fabric Databases + Bancos de Dados do Fabric + + + Fabric Workspaces + Workspaces do Fabric + + + Fabric databases in Query Profiler + Bancos de dados do Fabric no Query Profiler + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + Não há suporte para o Fabric na nuvem atual ({0}). Certifique-se de que a configuração "{1}" esteja definida corretamente. + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + Erro de API de execução prolongada do Fabric com o código de erro ''{0}'': {1} + + + Failed + Com falha + + + Failed disposing query: {0} + {0} is the error message + Falha ao descartar a consulta: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + Falha ao adquirir o token para a conta “{0}” e o locatário “{1}” + + + Failed to add table to schema designer. + Falha ao adicionar tabela ao designer de esquema. + + + Failed to add table. + Falha ao adicionar tabela. + + + Failed to add text to workspace: {0} + {0} is the error message + Falha ao adicionar texto ao espaço de trabalho: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + Falha ao aplicar as alterações: '{0}' + + + Failed to apply schema. + Falha ao aplicar o esquema. + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + Falha ao aplicar as alterações de Mover para Esquema. Verifique se os arquivos podem ser gravados e tente novamente. + + + Failed to change database + Falha ao alterar o banco de dados + + + Failed to connect + Falha ao conectar + + + Failed to connect to database: {0} + {0} is the database name + Falha ao se conectar ao banco de dados: {0} + + + Failed to connect to server + Falha ao conectar ao servidor + + + Failed to connect to server. + Falha ao conectar ao servidor. + + + Failed to connect to the selected server. + Falha ao se conectar ao servidor selecionado. + + + Failed to connect: {0} + {0} is the error message + Falha na conexão: {0} + + + Failed to copy script: {0} + {0} is the error message + Falha ao copiar o script: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + Falha ao copiar texto para a área de transferência: {0} + + + Failed to create a new row: {0} + {0} is the error message + Falha ao criar uma nova linha: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + Falha ao criar o banco de dados "{0}". {1} + + + Failed to create firewall rule: {0} + {0} is the error message + Falha ao criar regra de firewall: {0} + + + Failed to create profiler session: {0} + {0} is the error message + Falha ao criar sessão do Profiler: {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + Falha ao excluir credencial com ID: {0}. {1} + + + Failed to delete table from schema designer. + Falha ao excluir a tabela do designer de esquema. + + + Failed to delete table. + Falha ao excluir a tabela. + + + Failed to delete {0}. + Failed to delete {0}. + Falha ao excluir {0}. + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + Falha ao remover o banco de dados "{0}". {1} + + + Failed to establish connection + Falha ao estabelecer conexão + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + Falha ao estabelecer uma conexão com a ID "{0}". Verifique os detalhes da conexão e a conectividade de rede. + + + Failed to export profiler events: {0} + {0} is the error message + Falha ao exportar eventos do profiler: {0} + + + Failed to export results: {0} + {0} is the error message + Falha ao exportar resultados: {0} + + + Failed to fetch Docker container tags: {0} + Falha ao buscar marcas de contêiner do Docker: {0} + + + Failed to fetch user tokens. + Falha ao buscar os tokens de usuário. + + + Failed to generate SqlPackage command: {0} + Falha ao gerar comando SqlPackage: {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + Falha ao gerar o script de publicação: '{0}' + + + Failed to generate script. Please check the logs for more details. + Falha ao gerar script. Verifique os logs para mais detalhes. + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + Falha ao gerar script: '{0}' + + + Failed to generate script: {0} + {0} is the error message + Falha ao gerar o script: {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + Falha ao obter os workspaces do Fabric para o locatário ''{0} ({1})''. + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + Falha ao obter os workspaces do Fabric para o locatário "{0} ({1})": {2} + + + Failed to get authentication method, please remove and re-add the account. + Falha ao obter o método de autenticação. Remova e adicione novamente a conta. + + + Failed to get connection string: {0} + Falha ao obter cadeia de conexão: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + Falha ao obter o locatário ''{0}'' para a conta ''{1}''. + + + Failed to import file. + Falha ao importar arquivo. + + + Failed to launch profiler: {0} + {0} is the error message + Falha ao iniciar o Profiler: {0} + + + Failed to list databases + Falha ao listar bancos de dados + + + Failed to load code analysis rules + Falha ao carregar as regras de análise de código + + + Failed to load data: {0} + {0} is the error message + Falha ao carregar os dados: {0} + + + Failed to load databases + Falha ao carregar os bancos de dados + + + Failed to load publish profile + Falha ao carregar o perfil de publicação + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + Falha ao obter o token para o recurso “{1}”. Erro: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + Falha ao abrir Editar Dados: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + Falha ao abrir Modificar Tabela: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + Falha ao abrir o Designer de Esquema: {0} + + + Failed to open Table Designer: {0} + {0} is the error message + Falha ao abrir o Designer de Tabela: {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + Falha ao abrir a URL. O Navegador Simples interno pode estar desativado. + + + Failed to open XEL file: {0} + {0} is the error message + Falha ao abrir o arquivo XEL: {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + Falha ao abrir o arquivo scmp: '{0}' + + + Failed to open script in editor. + Falha ao abrir o script no editor. + + + Failed to open script: {0} + {0} is the error message + Falha ao abrir o script: {0} + + + Failed to open text in editor: {0} + {0} is the error message + Falha ao abrir texto no editor: {0} + + + Failed to pull DAB container image. Please check your network connection. + Falha ao transferir a imagem de contêiner DAB. Verifique sua conexão de rede. + + + Failed to pull SQL Server image. Please check your network connection and try again. + Falha ao efetuar o pull da imagem do SQL Server. Verifique sua conexão de rede e tente novamente. + + + Failed to read saved rule overrides from project + Falha ao ler as substituições de regra salvas do projeto + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + Falha ao atualizar a conexão ${0} com o URI {1}, resultado da conexão inválida. + + + Failed to remove row: {0} + {0} is the error message + Falha ao remover a linha: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + Falha ao renomear o banco de dados "{0}" como "{1}". {2} + + + Failed to resolve the refactor log for this file: {0} + Falha ao resolver o log de refatoração deste arquivo: {0} + + + Failed to revert cell: {0} + {0} is the error message + Falha ao reverter a célula: {0} + + + Failed to revert row: {0} + {0} is the error message + Falha ao reverter a linha: {0} + + + Failed to run table query. + Falha ao executar a consulta da tabela. + + + Failed to run table query: {0} + {0} is the error message + Falha ao executar a consulta da tabela: {0} + + + Failed to save changes: {0} + {0} is the error message + Falha ao salvar as alterações: {0} + + + Failed to save code analysis rules + Falha ao salvar regras do Code Analysis + + + Failed to save publish profile + Falha ao salvar o perfil de publicação + + + Failed to save results. {0} + {0} is the error message + Falha ao salvar os resultados. {0} + + + Failed to save results: {0} + {0} is the underlying error message + Falha ao salvar resultados: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + Falha ao salvar o arquivo scmp: '{0}' + + + Failed to script object: {0} + {0} is the error message + Falha ao gerar script do objeto: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + Falha ao iniciar '{0}': {1} + + + Failed to start DAB container. + Falha ao iniciar o contêiner DAB. + + + Failed to start DAB container. Please check the Docker logs for details. + Falha ao iniciar o contêiner DAB. Verifique os logs do Docker para obter detalhes. + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + Falha ao iniciar o contêiner do SQL Server. Verifique a mensagem de erro para obter mais detalhes e tente novamente. + + + Failed to start profiler: {0} + {0} is the error message + Falha ao iniciar o criador de perfil: {0} + + + Failed to start query. + Falha ao iniciar a consulta. + + + Failed to start {0}. + Failed to start {0}. + Falha ao iniciar {0}. + + + Failed to stop and remove DAB container. + Falha ao parar e remover o contêiner DAB. + + + Failed to stop {0}. + Failed to stop {0}. + Falha ao parar {0}. + + + Failed to update cell: {0} + {0} is the error message + Falha ao atualizar a célula: {0} + + + Failed to update schema designer. + Falha ao atualizar o designer de esquema. + + + Failed to update table in schema designer. + Falha ao atualizar a tabela no designer de esquema. + + + Failed to update table. + Falha ao atualizar a tabela. + + + Feedback + Comentários + + + Fetching {0} script... + {0} is the script type + Buscando o script {0}... + + + File + Arquivo + + + File (Read-Only) + Arquivo (Somente Leitura) + + + File Name + Nome do Arquivo + + + File already exists. It will be overwritten if you continue + O arquivo já existe. Ele será substituído se você continuar + + + File imported successfully + Arquivo importado com sucesso + + + File is required + O arquivo é obrigatório + + + File name is required + O nome do arquivo é necessário + + + File not found + Arquivo não encontrado + + + File path + Caminho de arquivo + + + File path is required + O caminho do arquivo é obrigatório + + + File to be imported + Arquivo a ser importado + + + File type + Tipo de arquivo + + + File: {0} + {0} is the file name + Arquivo: {0} + + + Files + Arquivos + + + Files of Type + Tipos de Arquivo + + + Filter + Filtro + + + Filter ({0}) + {0} is the number of selected tables + Filtro ({0}) + + + Filter Azure subscriptions + Filtrar assinaturas do Azure + + + Filter Changes + Filtrar Alterações + + + Filter Options + Opções de filtro + + + Filter Settings + Configurações do Filtro + + + Filter active + Filtro ativo + + + Filter by keyword + Filtrar por palavra-chave + + + Filter by name + Filtrar por nome + + + Filter by schema + Filtrar por esquema + + + Filter by severity + Filtrar por severidade + + + Filter by type + Filtrar por tipo + + + Filter changes + Filtrar as alterações + + + Filter entities + Filtrar entidades + + + Filter entities... + Filtrar entidades... + + + Filter events by column values + Filtrar eventos por valores de coluna + + + Filter for any field... + Filtro para qualquer campo... + + + Filter operator + Operador do filtro + + + Filter shortcuts + Atalhos de filtro + + + Filter value + Valor do filtro + + + Filter {0} + Filtro {0} + + + Filter... + Filtrar... + + + Filter: {0} + {0} is the column name + Filtro: {0} + + + Filters + Filtros + + + Find + Encontrar + + + Find Next + Localizar Próximo + + + Find Node + Localizar Nó + + + Find Nodes + Localizar Nós + + + Find Previous + Localizar Anterior + + + Finish + Concluir + + + Finished Deployment + Implantação Concluída + + + Finished query execution for document "{0}" + {0} is the document name + Execução da consulta concluída para o documento "{0}" + + + Firewall + Firewall + + + Firewall rule name + Nome da regra de firewall + + + Firewall rule successfully added. Retry profile creation? + Regra de firewall adicionada com sucesso. Tentar novamente a criação de perfil? + + + Firewall rule successfully created. + Regra de firewall criada com sucesso. + + + First Page + Primeira Página + + + Flat + Simples + + + Focus the Messages tab + Concentre-se na guia Mensagens + + + Focus the Query Plan tab + Concentre-se na guia Plano de Consulta + + + Focus the Results tab in the query results panel + Concentre a guia Resultados no painel de resultados da consulta + + + Folder Path + Caminho da Pasta + + + Folder Structure + Estrutura de Pastas + + + Folder is required + Pasta obrigatória + + + Folder path + Caminho da pasta + + + Folder path is required + O caminho da pasta é obrigatório + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + Para dados numéricos, o número máximo de dígitos decimais que podem ser armazenados nesse objeto de banco de dados à direita do ponto decimal. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + Para dados numéricos, o número máximo de dígitos decimais que podem ser armazenados neste objeto de banco de dados. + + + Force fit columns + Forçar ajuste de colunas + + + Foreign Column + Coluna Estrangeira + + + Foreign Key + Chave Estrangeira + + + Foreign Key {0} + {0} is the index of the foreign key + Chave Estrangeira {0} + + + Foreign Keys + Chaves Estrangeiras + + + Foreign Table + Tabela Estrangeira + + + Foreign key '{0}' already exists + {0} is the foreign key name + A chave estrangeira ''{0}'' já existe + + + Foreign key column mappings are required. + Mapeamentos de coluna de chave estrangeira são necessários. + + + Foreign key column mappings must be the same length. + Os mapeamentos de coluna de chave estrangeira devem ter o mesmo comprimento. + + + Foreign keys + Chaves estrangeiras + + + Formula + Fórmula + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + A promessa de reconexão pendente foi encontrada para o URI {0}, com falha. + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + Encontrada uma promessa de reconexão pendente para o URI {0}, aguardando. + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + {0} perfis de conexão salvos encontrados. + + + Free compute & storage + Computação e armazenamento gratuitos + + + Free offer applied + Oferta gratuita aplicada + + + Freeze columns + Congelar colunas + + + From + Label for the start IP address in the firewall rule IP range + De + + + Full + Completo + + + Function + Função + + + Functions + Functions + + + General + Geral + + + General Options + Opções Gerais + + + General Purpose + Uso Geral + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + Gere configurações do Construtor de API de dados usando linguagem natural por meio do chat e das ferramentas de agente do GitHub Copilot. Descreva suas necessidades de API e deixe o GitHub Copilot criar a configuração para você. + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + Gere pontos de extremidade REST, GraphQL e MCP usando os objetos do seu banco de dados SQL (tabelas). Você pode modificar a configuração manualmente ou com o GitHub Copilot para planejar e gerar atualizações - depois implantá-las localmente com o Docker. + + + Generate Script + Gerar Script + + + Generate mock data and seed scripts to support testing and development environments + Gerar dados fictícios e scripts de propagação para dar suporte a ambientes de teste e desenvolvimento + + + Generate script to deploy changes to target + Gerar script para implantar alterações no destino + + + Generate sqlpackage command + Gerar comando sqlpackage + + + Generated file added to {0} + {0} is the generated file path + Arquivo gerado adicionado a {0} + + + Generating Report. This may take a while... + Gerando Relatório. Isso pode demorar um pouco... + + + Generating SAS key failed: {0} + {0} is the error message + Falha ao gerar chave SAS: {0} + + + Generating report, this might take a while... + Gerando relatório, isso pode demorar um pouco... + + + Generating script... + Gerando script... + + + Geo-redundant backup storage + Armazenamento de backup com redundância geográfica + + + Get Connection Details + Obter Detalhes da Conexão + + + Get Started + Começar + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Obter detalhes da conexão para a conexão '{0}' (ID: {1})? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + Obtenha recomendações relacionadas à segurança, como para evitar injeção de SQL ou permissões excessivas + + + Getting Docker Ready... + Preparando o Docker... + + + Getting Fabric database '{0}' + {0} is the database ID + Obtendo os banco de dados do Fabric ''{0}'' + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + Obtendo o workspace do Fabric ''{0}'' + + + Getting Started + Introdução + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Obtendo os detalhes da conexão para a conexão '{0}' (ID: {1}) + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + Obtendo a cadeia de conexão para o Ponto de Extremidade SQL ''{0}'' no workspace ''{1}'' + + + Getting container ready for connections + Preparando o contêiner para conexões + + + Getting definition ... + Obtendo definição... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot – Guia passo a passo do VS Code + + + GitHub Copilot integration in Data API builder + Integração do GitHub Copilot ao Construtor de API de dados + + + GitHub Copilot survey + Pesquisa do GitHub Copilot + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + Parâmetros de uso da ferramenta inválidos: "{0}". ({1}) + + + GraphQL + GraphQL + + + Greater Than + Maior Que + + + Greater Than or Equals + Maior ou Igual a + + + Greater than + Maior que + + + Greater than or equal to + Maior que ou igual a + + + Grid View + Exibição de Grade + + + Group by + Agrupar por + + + Group differences by + Agrupar diferenças por + + + Help + Ajuda + + + Help us improve by sharing your thoughts. + Ajude-nos a melhorar compartilhando suas ideias. + + + Hide Changes + Ocultar as Alterações + + + Hide Changes Highlight + Ocultar Realce de Alterações + + + Hide Confirm Password + Ocultar Confirmação de Senha + + + Hide Definition + Ocultar Definição + + + Hide New Password + Ocultar Nova Senha + + + Hide SQL Pane + Ocultar Painel SQL + + + Hide column + Ocultar coluna + + + Hide full error message + Ocultar mensagem de erro completa + + + Hide password + Ocultar senha + + + Hide this panel + Ocultar esse painel + + + Highlight Changes + Realçar Alterações + + + Highlight Expensive Operation + Realçar Operação Cara + + + Highlights + Destaques + + + Hostname + Hostname + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + Qual é a probabilidade de você recomendar a extensão MSSQL para um amigo ou colega? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + Qual é a probabilidade de você recomendar o {0} a um amigo ou colega? + + + How many tables are in this database? + Quantas tabelas existem neste banco de dados? + + + Hue + Matiz + + + I have read the summary and understand the potential risks. + Li o resumo e entendo os riscos potenciais. + + + I understand this action is permanent and irreversible + Entendo que essa ação é permanente e irreversível + + + I'm sorry, I can only assist with SQL-related questions. + Desculpe, só posso ajudar com perguntas relacionadas ao SQL. + + + IP address range + Intervalo de endereços IP + + + Identity + Identidade + + + Ignore Options + Ignorar Opções + + + Ignore Tenant + Ignorar Locatário + + + Image tag + Rótulo da imagem + + + Import BACPAC + Importar BACPAC + + + Import Data + Importar Dados + + + Import File + Importar Arquivo + + + Import Flat File + Importar Arquivo Simples + + + Import Information + Informações de Importação + + + Import New File + Importar Novo Arquivo + + + Import Status + Status da Importação + + + Import a .bacpac file to a new or empty database + Importar um arquivo .bacpac para um banco de dados novo ou vazio + + + Import anyway + Importar mesmo assim + + + Import complete. You can close this dialog. + Importação concluída. Você pode fechar esse diálogo. + + + Import connection configuration settings from Azure Data Studio + Importar configurações de conexão do Azure Data Studio + + + Import failed: {0} + {0} is the error message returned from the import helper. + Falha na importação: {0} + + + Import file is required + Arquivo de importação obrigatório + + + Import from Azure Data Studio + Importar do Azure Data Studio + + + Import selected + Importar selecionados + + + Importance + Importância + + + Importing BACPAC... + Importando BACPAC... + + + Importing data... + Importando dados... + + + Importing selections + Importando seleções + + + In + Em + + + In case you missed it + Caso você tenha perdido + + + In progress + Em andamento + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + Na experiência do construtor de API de dados (versão prévia), a implantação de contêiner local só está disponível para conexões usando a Autenticação SQL. Não há suporte para o tipo de conexão atual. + + + Include + Incluir + + + Include Object Types + Incluir os Tipos de Objetos + + + Include all columns + Incluir todas as colunas + + + Include all object types + Incluir todos os tipos de objeto + + + Incomplete or orphaned connections + Conexões incompletas ou órfãs + + + Index + Índice + + + Indexes + Índices + + + Initializing DAB configuration... + Inicializando a configuração do DAB... + + + Initializing comparison, this might take a while... + Inicializando comparação. Isso pode demorar um pouco... + + + Insert + Inserir + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + Inserir o texto selecionado do editor de consultas usando {arg}. Se você não usar o espaço reservado, o texto selecionado será acrescentado automaticamente ao final da consulta. + + + Install Docker + Instalar o Docker + + + Install the MSSQL Database Management Keymap extension + Instale a extensão MSSQL Database Management Keymap + + + Instant Container Setup + Configuração Instantânea do Contêiner + + + Insufficient Workspace Permissions + Permissões insuficientes no espaço de trabalho + + + Integrated + Integrado + + + Integrated & secure + Integrado e seguro + + + Invalid Firewall rule name + Nome de regra de firewall inválido + + + Invalid IP Address + Endereço IP inválido + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + Senha do SQL Server inválida para {0}. A senha deve ter de 8 a 128 caracteres e atender aos requisitos de complexidade. Para obter mais informações, confira https://docs.microsoft.com/sql/relational-databases/security/password-policy + + + Invalid column reference. Use either id OR name. + Referência de coluna inválida. Use a ID OU o nome. + + + Invalid column width + Largura de coluna inválida + + + Invalid connection URI provided. + URI de conexão inválido fornecido. + + + Invalid connection string: {0} + Cadeia de conexão inválida: {0} + + + Invalid database + Banco de dados inválido + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + Referência de entidade inválida. Use ID OU schemaName+tableName OU schemaName+sourceName+sourceType. + + + Invalid file + Arquivo inválido + + + Invalid file extension. Expected .dacpac or .bacpac + Extensão de arquivo inválida. Esperado .dacpac ou .bacpac + + + Invalid foreign key. + Chave estrangeira inválida. + + + Invalid max length '{0}' + {0} is the max length + Comprimento máximo inválido '{0}' + + + Invalid table payload. Expected table with columns array. + Conteúdo de tabela inválido. Tabela esperada com matriz de colunas. + + + Invalid table type + Tipo de tabela inválida + + + Is Computed + É Computado + + + Is Identity + É Identidade + + + Is Ledger Database + É o Banco de Dados Razão + + + Is Not Null + Não é Nulo + + + Is Null + É Nulo + + + Is Persisted + É Persistido + + + Issues ({0}) + {0} is the number of issues + Problemas ({0}) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + Participe das discussões + + + Keep in query pane + Manter no painel de consulta + + + Key + Chave + + + Keybinding + Associação de teclas + + + Keyboard Shortcuts editor + Editor de Atalhos de Teclado + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + As chaves do cache de tokens não puderam ser salvas no armazenamento de credenciais, o que pode causar problemas de persistência de tokens de acesso ao Microsoft Entra ID e instabilidades de conexão. É provável que o SqlTools tenha atingido o limite de armazenamento de credenciais no Windows. Limpe pelo menos 2 credenciais que comecem com "Microsoft.SqlTools|" no Gerenciador de Credenciais do Windows e recarregue. + + + LRS + LRS + + + LRS backup (locally redundant) + Backup LRS (com redundância local) + + + Last Page + Última Página + + + Learn More + Saiba Mais + + + Learn more + Saiba mais + + + Learn more about Azure SQL Database free tier + Saiba mais sobre a camada gratuita do Banco de Dados SQL do Azure + + + Learn more about SQL Server 2025 features + Saiba mais sobre os recursos do SQL Server 2025 + + + Leave the source database in the restoring state + Deixar o banco de dados de origem no estado de restauração + + + Length + Comprimento + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + Incompatibilidade de comprimento: coluna ''{0}'' ({1}) incompatível com ''{2}'' ({3}) + + + Less Than + Menor Que + + + Less Than or Equals + Menor ou Igual a + + + Less than + Menos de + + + Less than or equal to + Menor ou igual a + + + Line {0} + {0} is the line number + Linha {0} + + + Link copied to clipboard + Link copiado para a área de transferência + + + List Connections + Listar Conexões + + + List Databases + Listar Bancos de Dados + + + List Functions + Listar Funções + + + List Schemas + Listar Esquemas + + + List Tables + Listar Tabelas + + + List Views + Listar Exibições + + + List all connections registered with the mssql extension? + Listar todas as conexões registradas na extensão mssql? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Listar bancos de dados para a conexão '{0}' (ID: {1})? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Listar funções para a conexão '{0}' (ID: {1})? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Listar esquemas para a conexão '{0}' (ID: {1})? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Listar tabelas para a conexão '{0}' (ID: {1})? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Listar exibições para a conexão '{0}' (ID: {1})? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + Listando os Bancos de Dados SQL do Fabric para o workspace ''{0}'' + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + Listando os Pontos de Extremidade SQL do Fabric para o workspace ''{0}'' + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + Listando warehouses do Fabric para o espaço de trabalho '{0}' + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + Listando as capacidades do Fabric para o locatário ''{0}'' + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + Listando os workspaces do Fabric para o locatário ''{0}'' + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Listando os bancos de dados para a conexão '{0}' (ID: {1}) + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Listando as funções para a conexão '{0}' (ID: {1}) + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + Listando as atribuições de função para o workspace ''${workspaceId}'' + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Listando esquemas para a conexão '{0}' (ID: {1}) + + + Listing server connections + Listando conexões de servidor + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Listando as tabelas para a conexão '{0}' (ID: {1}) + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Listando exibições para a conexão '{0}' (ID: {1}) + + + Load + Carregar + + + Load from Connection String + Carregar da Cadeia de Conexão + + + Load profile... + Carregar perfil... + + + Load source, target, and options saved in an .scmp file + Carregar a origem, o destino e as opções salvas em um arquivo .scmp + + + Loading + Carregando + + + Loading Azure Accounts + Carregando as Contas do Azure + + + Loading Azure SQL Database... + Carregando Banco de Dados SQL do Azure... + + + Loading Azure accounts + Carregando contas do Azure + + + Loading Fabric Accounts + Carregando as Contas do Fabric + + + Loading Fabric provisioning... + Carregando o provisionamento do Fabric... + + + Loading Report + Carregando Relatório + + + Loading Schema Designer + Carregando o Designer de Esquema + + + Loading Schema Designer Model... + Carregando o Modelo do Designer de Esquema... + + + Loading Table Designer + Carregando Designer de Tabela + + + Loading XEL file: {0} + {0} is the file name + Carregando arquivo XEL: {0} + + + Loading backup database... + Carregando banco de dados de backup... + + + Loading code analysis rules... + Carregando regras de análise de código... + + + Loading collations... + Carregando ordenações... + + + Loading database objects + Carregando objetos de banco de dados + + + Loading databases in '{0}'... + {0} is the name of the workspace + Carregando os bancos de dados em ''{0}''... + + + Loading databases in selected workspace... + Carregando bancos de dados no workspace selecionado... + + + Loading deployment + Carregando implantação + + + Loading execution plan... + Carregando plano de execução... + + + Loading flat file import... + Carregando o importação de arquivo simples... + + + Loading local containers... + Carregando os contêineres locais... + + + Loading locations + Carregando localizações + + + Loading maintenance windows... + Carregando janelas de manutenção... + + + Loading resource groups + Carregando os grupos de recursos + + + Loading restore database... + Carregando banco de dados de restauração... + + + Loading restore plan... + Carregando plano de restauração... + + + Loading results... + Carregando resultados... + + + Loading schemas... + Carregando esquemas... + + + Loading servers + Carregando os servidores + + + Loading servers in '{0}'... + {0} is the name of the subscription + Carregando servidores em '{0}'... + + + Loading servers in selected subscription... + Carregando servidores na assinatura selecionada... + + + Loading subscriptions + Carregando assinaturas + + + Loading subscriptions... + Carregando assinaturas... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + Carregando resumo de {0} linhas (Clique para cancelar) + + + Loading table data... + Carregando dados da tabela... + + + Loading table preview... + Carregando a visualização da tabela... + + + Loading tenants + Carregando locatários... + + + Loading tenants... + Carregando locatários... + + + Loading text view... + Carregando exibição de texto... + + + Loading workspaces + Carregando workspaces + + + Loading workspaces... + Carregando workspaces... + + + Loading... + Carregando... + + + Local Container Deployment + Implantação do Contêiner Local + + + Local SQL Server database container + Contêiner local do banco de dados SQL Server + + + Local container deployment is currently only supported with SQL Authentication connections. + Atualmente, só há suporte para a implantação de contêiner local com conexões de Autenticação do SQL. + + + Locally-redundant backup storage + Armazenamento de backup com redundância local + + + Locate an Azure Data Studio settings.json file to import + Localizar um arquivo settings.json do Azure Data Studio para importar + + + Location + Localização + + + Location (Workspace) + Local (Workspace) + + + Location of the file to be imported + Local do arquivo a ser importado + + + Log file folder + Pasta de arquivos de log + + + Logical file name + Nome do arquivo lógico + + + Logical operator + Operador lógico + + + Logs + Logs + + + Logs copied to clipboard + Logs copiados para a área de transferência + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + Procurando associações de teclas do Azure Data Studio, como F5 para executar consultas? + + + MCP + MCP + + + MCP custom tool + Ferramenta personalizada MCP + + + MCP server added to {0} + {0} is the file path where the MCP server was added + Servidor MCP adicionado a {0} + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + O servidor MCP já está configurado no {0} + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL - Registros de Autenticação do Azure + + + MSSQL - VS Code walkthrough + MSSQL – Guia passo a passo do VS Code + + + MSSQL Feedback + Comentários do MSSQL + + + MSSQL Notebook connected to {0} + {0} is the connection label + Notebook MSSQL conectado ao {0} + + + MSSQL extension icon + Ícone da extensão MSSQL + + + MSSQL: Click to change connection + MSSQL: Clique para alterar a conexão + + + MSSQL: Click to change database + MSSQL: Clique para alterar o banco de dados + + + MSSQL: Welcome & What's New + MSSQL: Boas vidas e Novidades + + + MSSQL: What's new + MSSQL: Novidades + + + Maintenance Window + Janela de Manutenção + + + Make everything read-only + Tornar tudo somente leitura + + + Manage Connection Profiles + Gerenciar Perfis de Conexão + + + Manage relationships + Gerenciar relações + + + Mandatory (Recommended) + Obrigatório (Recomendado) + + + Mandatory (True) + Obrigatório (Verdadeiro) + + + Max + Máximo + + + Max 10 databases / subscription + Máximo de 10 bancos de dados por assinatura + + + Max Length + Comprimento Máximo + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + A contagem máxima de linhas para filtragem/classificação foi excedida. Para atualizá-la, acesse Configurações do Usuário e altere a configuração: mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + Máximo de vCores + + + Max: {0} + {0} is the max + Máximo: {0} + + + Maximize + Maximizar + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + Maximizar ({0}) + + + Maximize Panel Size + Maximizar Tamanho do Painel + + + Maximize details panel + Maximizar o painel de detalhes + + + Maximize panel size + Maximizar o tamanho do painel + + + Maximize results grid + Maximizar grade de resultados + + + Media + Mídia + + + Media set description is required + A descrição do conjunto de mídias é obrigatória + + + Media set name is required + O nome do conjunto de mídias é obrigatório + + + Message + Mensagem + + + Messages + Mensagens + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + Mensagens ({0}) + + + Metric + Métrica + + + Microsoft Account + Conta Microsoft + + + Microsoft Account is required + A Conta Microsoft é necessária + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Conta do Microsoft Entra + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Microsoft Entra ID — Padrão + + + Microsoft Entra Id - Service Principal + Microsoft Entra ID — Entidade de Serviço + + + Microsoft Entra Id - Universal w/ MFA Support + Microsoft Entra ID – Universal com suporte para MFA + + + Microsoft Entra account {0} successfully added. + {0} is the account name + Conta do Microsoft Entra {0} adicionada com sucesso. + + + Microsoft Fabric integration + Integração do Microsoft Fabric + + + Microsoft SQL Server License Agreement + Contrato de Licença do Microsoft SQL Server + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + A Microsoft examina seus comentários para melhorar nossos produtos, portanto, não compartilhe nenhum dado pessoal ou conteúdo confidencial ou de proprietário. + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + A Microsoft processará os comentários enviados de acordo com as instruções da sua organização para melhorar a sua experiência e a da sua organização com esse produto. Se tiver alguma dúvida sobre o uso dos dados de comentários, entre em contato com o administrador do locatário. O processamento dos dados de comentários é regido pelo Adendo de Proteção de Dados dos Produtos e Serviços da Microsoft entre sua organização e a Microsoft, e os comentários que você enviar serão considerado Dados Pessoais conforme esse adendo. + + + Microsoft would like your feedback + A Microsoft gostaria de receber seus comentários + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + Migre conexões salvas, grupos de conexões e configurações do Azure Data Studio para a extensão MSSQL. Além disso, você pode instalar o Keymap de Gerenciamento de Dados MSSQL para adicionar os atalhos familiares do Azure Data Studio. + + + Min + Min + + + Min: {0} + {0} is the min + Mín.: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + Referência de conexão ausente. Forneça exatamente uma de connectionId ou connectionName. + + + Missing schema payload for replace_schema operation. + Conteúdo do esquema ausente para a operação replace_schema. + + + Missing table payload for update_table operation. + Carga de tabela ausente para a operação update_table. + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + Destino de tabela ausente para a operação delete_table. Forneça tableId ou tableName+schemaName. + + + Modified + Modificado + + + Modified column '{0}' + {0} is the column name + Coluna ''{0}'' modificada + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + Coluna modificada ''{0}'': {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + Chave estrangeira ''{0}'' modificada + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + Chave estrangeira ''{0}'' modificada: {1} + + + Modified table {0} + {0} is the qualified table name + Tabela modificada {0} + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + Tabela modificada {0}: {1} + + + Modify Columns + Modificar Colunas + + + Modify Table + Modificar Tabela + + + Monitor usage and manage your free tier limits + Monitore o uso e gerencie seus limites de camada gratuita + + + Monthly limits + Limites mensais + + + More Query Actions + Mais Ações de Consulta + + + Move Down + Mover para Baixo + + + Move Up + Mover para Cima + + + Move and expand the active grid selection + Mover e expandir a seleção de grade ativa + + + Move focus to the next result set grid + Mover o foco para a próxima grade do conjunto de resultados + + + Move focus to the previous result set grid + Mover o foco para a grade do conjunto de resultados anterior + + + Move selection to the first cell in the row + Mover a seleção para a primeira célula na linha + + + Move selection to the last cell in the row + Mover a seleção para a última célula na linha + + + Move to Root + Mover para Raiz + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + A renomeação só é compatível com os arquivos SQL que fazem parte de um projeto SQL aberto. Abra o projeto primeiro no painel Projetos de Banco de Dados. + + + Move to Schema request failed: {0} + Falha ao mover para a Solicitação de esquema: {0} + + + Move to Schema... + Mover para o Esquema... + + + Move to row end + Mover para o final da linha + + + Move to row start + Mover para o início da linha + + + Move to schema '{0}' + Mover para o esquema '{0}' + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + Foram encontrados vários grupos de conexões com a ID "{0}". Exclua ou renomeie todos eles, exceto um em Usuário/Global settings.json e reinicie a extensão. + + + Must be a valid number + Deve ser um número válido + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + Deve começar com um caractere alfanumérico e conter apenas caracteres alfanuméricos, sublinhados, pontos ou hifens + + + Mutation + Mutação + + + MyProfilerSession + MyProfilerSession + + + NULL + NULO + + + Name + Nome + + + Name for the Docker container running DAB + Nome do contêiner do Docker em execução DAB + + + Name of the primary key. + Nome da chave primária. + + + Navigate to this item in the diagram + Navegue até este item no diagrama + + + Navigation + Navegação + + + Needs attention + Precisa de atenção + + + New Azure SQL logical server (Preview) + Novo servidor lógico do SQL do Azure (versão prévia) + + + New Check Constraint + Nova Restrição CHECK + + + New Column + Nova Coluna + + + New Column Mapping + Novo Mapeamento de Coluna + + + New Database + Novo Banco de Dados + + + New Database Name + Novo Nome do Banco de Dados + + + New Deployment + Nova Implantação + + + New File + Novo Arquivo + + + New Foreign Key + Nova Chave Estrangeira + + + New Index + Novo Índice + + + New Local Docker SQL Server + Novo Docker SQL Server local + + + New Microsoft Entra account could not be added. + Não foi possível adicionar a nova conta do Microsoft Entra. + + + New Password + Nova Senha + + + New Query + Nova Consulta + + + New Query Profiler - Enter Name + Novo Criador de Perfil de Consulta — Inserir Nome + + + New Query Profiler - Select Template + Novo Criador de Perfil de Consulta — Selecionar Modelo + + + New SQL database + Novo banco de dados SQL + + + New Session + Nova Sessão + + + New Table Name + Novo Nome da Tabela + + + New column mapping + Novo mapeamento de coluna + + + New database name must be different from the current name + O novo nome do banco de dados precisa ser diferente do nome atual + + + New media set description + Nova descrição do conjunto de mídias + + + New media set name + Novo nome do conjunto de mídias + + + New to MSSQL extension? Check out our quick-start guide. + Novo na extensão MSSQL? Confira nosso guia de início rápido. + + + New to the MSSQL extension? Check out our quick-start guide. + Novo na extensão do MSSQL? Confira nosso guia de início rápido. + + + Next + Avançar + + + Next Page + Próxima Página + + + Next result grid + Próxima grade de resultados + + + No + Não + + + No Action + Nenhuma ação + + + No Azure accounts found + Nenhuma conta do Azure encontrada + + + No Microsoft Entra account can be found for removal. + Nenhuma conta do Microsoft Entra pode ser encontrada para remoção. + + + No Queries Available + Não Há Consultas Disponíveis + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + Não foi encontrada nenhuma conexão do No SQL Tools MCP para connectionName: {0} + + + No account selected + Nenhuma conta selecionada + + + No active connection + Nenhuma conexão ativa + + + No active connection for database change + Nenhuma conexão ativa para alteração de banco de dados + + + No active connection for schema view + Nenhuma conexão ativa para exibição de esquema + + + No active connection. + Nenhuma conexão ativa. + + + No active database connection in the current editor. Please establish a connection to continue. + Nenhuma conexão de banco de dados ativa no editor atual. Estabeleça uma conexão para continuar. + + + No active notebook. + Nenhum notebook ativo. + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + Nenhum designer de esquema ativo encontrado. Abra o construtor de API de dados primeiro usando mssql_dab com a operação "show" ou na interface do usuário. + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + Nenhum designer de esquema ativo encontrado. Abra um primeiro usando mssql_schema_designer com a operação ''show'' ou na interface do usuário. + + + No active text editor found. Please open a file with an active database connection. + Nenhum editor de texto ativo encontrado. Abra um arquivo com uma conexão de banco de dados ativa. + + + No authentication required + Nenhuma autenticação é necessária + + + No background tasks + Nenhuma tarefa em segundo plano + + + No backup sets found in the restore plan + Nenhum conjunto de backup encontrado no plano de restauração + + + No blob containers found + Nenhum contêiner de blob encontrado + + + No blobs found + Nenhum blob encontrado + + + No changes detected + Nenhuma alteração detectada + + + No changes match your search. + Nenhuma alteração corresponde à sua pesquisa. + + + No changes yet. + Ainda não há alterações. + + + No code analysis rules available. + Não há regras de análise de código disponíveis. + + + No connection credentials found + Nenhuma credencial de conexão encontrada + + + No connection found for connectionId: {0} + {0} is the connection ID + Nenhuma conexão encontrada para connectionId: {0} + + + No connection groups were found in the file. + Nenhum grupo de conexões foi encontrado no arquivo. + + + No connection information found + Nenhuma informação de conexão encontrada + + + No connection profiles to edit. + Nenhum perfil de conexão a ser editado. + + + No connection profiles to remove. + Nenhum perfil de conexão a ser removido. + + + No connection selected. + Nenhuma conexão selecionada. + + + No connection was found. Please connect to a server first. + Nenhuma conexão foi encontrada. Conecte-se a um servidor primeiro. + + + No connections available. Please create a connection first. + Nenhuma conexão disponível. Crie uma conexão primeiro. + + + No connections were found in the file. + Nenhuma conexão foi encontrada no arquivo. + + + No customized settings found + Nenhuma configuração personalizada encontrada + + + No customized settings found in Azure Data Studio + Nenhuma configuração personalizada encontrada no Azure Data Studio + + + No data available + Nenhum dado disponível + + + No data to display. + Nenhum dado a ser exibido. + + + No database files found in the restore plan + Nenhum arquivo de banco de dados encontrado no plano de restauração + + + No database selected. + Nenhum banco de dados selecionado. + + + No databases found in the selected workspace. + Nenhum banco de dados encontrado no workspace selecionado. + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + Nenhum banco de dados encontrado no workspace ''{0}''. + + + No databases found on the server. Please check your connection. + Nenhum banco de dados encontrado no servidor. Verifique sua conexão. + + + No databases found to import into. + Nenhum banco de dados encontrado para importação. + + + No databases with backups found + Nenhum banco de dados com backups encontrado + + + No elements found + Nenhum elemento encontrado + + + No entities found + Nenhuma entidade encontrada + + + No event selected + Nenhum evento selecionado + + + No events to export + Nenhum evento para exportar + + + No filter is currently active + Nenhum filtro está ativo no momento + + + No items + Nenhum item + + + No log entries yet. + Ainda não há entradas de log. + + + No matches found + Nenhuma correspondência encontrada + + + No matching shortcuts + Nenhum atalho correspondente + + + No model found. + Nenhum modelo encontrado. + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Não é necessário atualizar o token da conta do Microsoft Entra para a conexão {0} com o URI {1} + + + No object that can be moved to another schema was found at the cursor. + Não foram encontrados objetos no cursor que pudessem ser movidos para outro esquema. + + + No objects found + Nenhum objeto encontrado + + + No pending changes. Make edits to generate a script. + Nenhuma alteração pendente. Faça edições para gerar um script. + + + No profiler connection available + Nenhuma conexão do Profiler disponível + + + No profiler templates available + Nenhum modelo do Profiler disponível + + + No property changes available. + Nenhuma alteração de propriedade disponível. + + + No query set + Não há conjuntos de consultas + + + No renameable symbol found at cursor. + Não foram encontrados símbolos renomeáveis na posição do cursor. + + + No resource groups found + Nenhum grupo de recursos foi encontrado + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + Nenhum recurso do tipo “{0}” está configurado para a nuvem “{1}” atual. Atualize as configurações da sua conta do Azure. + + + No results + Sem resultados + + + No results for the active editor + Nenhum resultado para o editor ativo + + + No results match the current filters + Nenhum resultado corresponde aos filtros atuais + + + No results to display + Nenhum resultado a ser exibido + + + No rows affected + Não há linhas afetadas + + + No rules match the current filter. + Nenhuma regra corresponde ao filtro atual. + + + No saved connection profiles found. + Nenhum perfil de conexão salvo encontrado. + + + No saved connections found. Please create a connection first. + Nenhuma conexão salva encontrada. Crie uma conexão primeiro. + + + No schema differences were found. + Não foi encontrada nenhuma diferença de esquema. + + + No schemas found + Nenhum esquema encontrado + + + No schemas were found in the project. + Não foram encontradas entidades no projeto. + + + No script available. Make changes to the table data and generate a script first. + Nenhum script disponível. Faça alterações nos dados da tabela e gere um script primeiro. + + + No script generated. + Nenhum script gerado. + + + No selection + Nenhuma seleção + + + No servers found + Nenhum servidor encontrado + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + Nenhum servidor encontrado na assinatura '{0}'. + + + No servers found in the selected subscription. + Nenhum servidor encontrado na assinatura selecionada. + + + No shortcut + Nenhum atalho + + + No storage accounts found + Nenhuma conta de armazenamento encontrada + + + No subscriptions found + Nenhuma assinatura encontrada + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + Nenhuma assinatura encontrada. Altere a conta ou o locatário do Azure para exibir as assinaturas disponíveis. + + + No templates available + Nenhum modelo disponível + + + No tenant selected + Nenhum locatário selecionado + + + No tenants are currently signed in. + Nenhum locatário está conectado no momento. + + + No tenants found + Nenhum locatário encontrado + + + No text data available + Nenhum dado de texto disponível + + + No tools to process. + Nenhuma ferramenta a ser processada. + + + No workspace folder is open. Open a folder to add the MCP server configuration. + Nenhuma pasta de espaço de trabalho está aberta. Abra uma pasta para adicionar a configuração do servidor MCP. + + + No workspace folder is open. Open a folder to add the generated file. + Nenhuma pasta do espaço de trabalho está aberta. Abra uma pasta para adicionar o arquivo gerado. + + + No workspaces found + Nenhum workspace encontrado + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + Nenhum workspace encontrado. Altere a conta ou o locatário do Fabric para exibir os workspaces disponíveis. + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + Foi detectado SQL Server arquivo SQL não válido. Desabilitar o IntelliSense para esses arquivos? + + + None + Nenhum + + + None (empty database) + Nenhum (banco de dados vazio) + + + Not Between + Não está Entre + + + Not Contains + Não Contém + + + Not Ends With + Não Termina Com + + + Not Equals + Não Iguais + + + Not Started + Não iniciado + + + Not Starts With + Não Começa Com + + + Not available for read-only file sessions + Não disponível para sessões de arquivo somente leitura + + + Not connected + Não conectado + + + Not contains + Não contém + + + Not currently signed in. Select to sign in to tenant. + Não conectado no momento. Selecione para entrar no locatário. + + + Not equal to + Não é igual a + + + Not likely at all + Totalmente improvável + + + Not running + Não está em execução + + + Not signed in + Não conectado + + + Not signed into tenant {0} + {0} is the tenant display name + Não conectado ao locatário {0} + + + Not started + Não iniciado + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + Observação: um certificado autoassinado oferece apenas proteção limitada e não é uma prática recomendada para ambientes de produção. Deseja habilitar "Confiar no certificado do servidor" nesta conexão e tentar novamente? + + + Null + Nulo + + + Null Count: {0} + {0} is the null count + Contagem de Nulos: {0} + + + Number of Rows Read + Número de Linhas Lidas + + + OK + OK + + + OLTP, built on Azure SQL + OLTP, criado no SQL do Azure + + + Object Explorer Filter + Filtro do Pesquisador de Objetos + + + Object Type + Tipo de Objeto + + + Object Types + Tipos de Objeto + + + Object type + Tipo de objeto + + + Off + Desativado + + + On Delete + Ao Excluir + + + On Delete Action + Ao Excluir Ação + + + On Update + Ao Atualizar + + + On Update Action + Na Ação de Atualização + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + Um ou mais grupos de conexões fazem referência a grupos pai que não existem e foram ignorados: {0}. Atualize o arquivo de configurações para corrigir essas entradas. + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + Um ou mais grupos de referência de conexões que não existem e foram ignorados: {0}. Atualize as configurações de conexão para corrigir essas entradas. + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + Uma ou mais de suas entidades contêm tipos de coluna sem suporte no momento pelo construtor de API de dados. Essas entidades não podem ser selecionadas para implantação. + + + Open + Abrir + + + Open .scmp file + Abrir o arquivo .scmp + + + Open Containing Folder + Abrir a pasta Contendo + + + Open File + Abrir Arquivo + + + Open GitHub Copilot Chat to help fix these errors + Abrir o GitHub Copilot Chat para ajudar a corrigir esses erros + + + Open Keyboard Shortcuts editor. + Abra o editor de Atalhos de Teclado. + + + Open Nitro + Abrir o Nitro + + + Open Publish Script + Abrir Script de Publicação + + + Open Query + Abrir Consulta + + + Open Query History + Abrir o Histórico de Consultas + + + Open SQL editor and connect + Abra o editor do SQL e conecte-se + + + Open XML + Abrir XML + + + Open a new SQL query file + Abrir um novo arquivo de consulta SQL + + + Open a new bug + Abrir um novo bug + + + Open column menu + Abrir o menu de coluna + + + Open filter menu + Abrir menu de filtro + + + Open in Editor + Abrir no Editor + + + Open in GitHub Copilot Chat + Abrir no GitHub Copilot Chat + + + Open in New Tab + Abrir em Nova Guia + + + Open in SQL Editor + Abrir no Editor do SQL + + + Open in editor + Abrir no editor + + + Open text data in a new editor + Abrir dados de texto em um novo editor + + + Open the active column filter menu + Abrir o menu de filtro da coluna ativa + + + Open the active column menu + Abrir o menu de coluna ativa + + + Open the generated SELECT statement in a new editor + Abrir a instrução SELECT gerada em um novo editor + + + Opening Publish Script. This may take a while... + Abrindo o Script de Publicação. Isso pode demorar um pouco... + + + Opening schema designer... + Abrindo o designer de esquema... + + + Operation + Operação + + + Operation failed + A operação falhou + + + Operator + Operador + + + Option Description + Descrição da Opção + + + Optional (False) + Opcional (Falso) + + + Optional - Override default GraphQL plural type name + Opcional – Substituir nome de tipo plural padrão do GraphQL + + + Optional - Override default GraphQL singular type name + Opcional - Substituir nome de tipo singular padrão do GraphQL + + + Optional - Override default api/entityName path + Opcional – Substituir caminho padrão api/entityName + + + Options + Opções + + + Options have changed. Recompare to see the comparison? + As opções mudaram. Comparar novamente para ver a comparação? + + + Original file name + Nome original do arquivo + + + Others + Outros + + + Output file + Arquivo de saída + + + Overall, how satisfied are you with the MSSQL extension? + No geral, qual é o seu nível de satisfação com a extensão MSSQL? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + No geral, qual é seu nível de satisfação com {0}? + + + Overwrite all existing backup sets + Substituir todos os conjuntos de backup existentes + + + Overwrite the existing database + Substituir o banco de dados existente + + + Owner + Proprietário + + + PNG + PNG + + + Package file + Arquivo de pacote + + + Page + Página + + + Parameters + Parâmetros + + + Parent node was not TreeNodeInfo. + O nó pai não era TreeNodeInfo. + + + Password + Senha + + + Password (SQL Login) + Senha (logon do SQL) + + + Password is required + A senha é obrigatória + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + A senha deve ser alterada para que "{0}" continue fazendo logon em "{1}" + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + A senha deve ser alterada para continuar fazendo logon em "{0}" + + + Passwords do not match + As senhas não coincidem + + + Paste + Colar + + + Paste connection string from clipboard + Colar cadeia de conexão da área de transferência + + + Path: {0} + {0} is the path of the node in the object explorer + Caminho: {0} + + + Pause + Pausar + + + Pause event collection + Pausar coleta de eventos + + + Paused + Em pausa + + + Paused - click to resume + Pausado - clique para retomar + + + Perform checksum before writing to media + Executar soma de verificação antes de gravar na mídia + + + Permissions + Permissões + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + Escolha entre várias versões do SQL Server, incluindo o SQL Server 2025 com funcionalidades internas de IA, como busca em vetores e aprimoramentos JSON. + + + Please Accept the SQL Server EULA + Aceite o SQL Server EULA + + + Please choose a backup file to load restore plan + Escolha um arquivo de backup para carregar o plano de restauração + + + Please choose a blob to load restore plan + Escolha um blob para carregar o plano de restauração + + + Please choose a unique backup file name + Escolha um nome de arquivo de backup exclusivo + + + Please choose a unique name for the container + Escolha um nome exclusivo para o contêiner + + + Please choose a unique name for the profile + Escolha um nome exclusivo para o perfil + + + Please choose a valid media option + Escolha uma opção de mídia válida + + + Please choose at least one backup file + Escolha pelo menos um arquivo de backup + + + Please choose at least one backup set to restore + Escolha pelo menos um conjunto de backup para restaurar + + + Please ensure the file is not open in another application before importing + Verifique se o arquivo não está aberto em outro aplicativo antes de importar + + + Please make sure the port is a number, and choose a port that is not in use + Certifique-se de que a porta seja um número e escolha uma porta que não esteja em uso + + + Please make your password 8-128 characters long. + Faça com que sua senha tenha de 8 a 128 caracteres. + + + Please select a database node in Object Explorer to drop. + Selecione um nó de banco de dados no Pesquisador de Objetos para remover. + + + Please select a database node in Object Explorer to rename. + Selecione um nó de banco de dados no Pesquisador de Objetos para renomear. + + + Please select a file, not a folder. + Selecione um arquivo, não uma pasta. + + + Please select a node from Object Explorer to script. + Selecione um nó do Pesquisador de Objetos para o script. + + + Please select a server node in Object Explorer to create a database. + Selecione um nó de servidor no Pesquisador de Objetos para criar um banco de dados. + + + Please select a valid symbol. + Selecionar um símbolo válido. + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + Selecione um workspace onde você tenha permissões suficientes (Colaborador ou superior) + + + Please select only one node to script. Multiple node scripting is not supported. + Selecione apenas um nó para gerar o script. Não há suporte para vários scripts de nó. + + + Port + Porta + + + Port must be a number between 1 and 65535 + A porta deve ser um número entre 1 e 65535 + + + Port must be between 1 and 65535 + A porta deve estar entre 1 e 65535 + + + Port to expose the API on (default: 5000) + Porta para expor a API (padrão: 5000) + + + Port {0} is already in use + {0} is the port number + A porta {0} já está em uso + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + A porta {0} já está em uso. Escolha uma porta diferente. + + + Possible Data Loss detected. Please review the changes. + Possível Perda de Dados detectada. Examine as alterações. + + + Precision + Precisão + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Precisão/incompatibilidade de escala entre ''{0}'' e ''{1}'' + + + Preserve the replication settings + Preservar as configurações de replicação + + + Press desired key combination and then press ENTER. + Pressione a combinação de teclas desejada e pressione ENTER. + + + Preview + Pré-visualização + + + Preview Data + Visualizar Dados + + + Preview Database Updates + Visualizar Atualizações de Banco do Dados + + + Previous + Anterior + + + Previous Page + Página Anterior + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + A promessa de reconexão pendente anterior para o URI {0} foi rejeitada com o erro {1}. Tentará reconectar, se necessário. + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + A reconexão pendente anterior para o URI {0} foi bem-sucedida. + + + Previous result grid + Grade de resultados anteriores + + + Previous step failed. Please check the error message and try again. + Falha na etapa anterior. Verifique a mensagem de erro e tente novamente. + + + Previously released features you may not have explored yet. + Recursos lançados anteriormente que talvez você ainda não tenha explorado. + + + Primary Key + Chave Primária + + + Primary Key Columns + Colunas de Chave Primária + + + Primary key + Chave primária + + + Prisma + Prisma + + + Privacy Statement + Política de Privacidade + + + Privacy notice + Aviso de privacidade + + + Private + Privado + + + Processing include or exclude all differences operation. + Processando a operação de incluir ou excluir todas as diferenças. + + + Profile Name + Nome do Perfil + + + Profile created and connected + Perfil criado e conectado + + + Profile created successfully + Perfil criado com sucesso + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + O perfil foi carregado, mas a conexão não pôde ser estabelecida automaticamente. Crie uma conexão para {0} e tente novamente. + + + Profile name + Nome do perfil + + + Profile removed successfully + Perfil removido com sucesso + + + Profiler events exported successfully to {0} + {0} is the file path + Eventos do Profiler exportados com sucesso para {0} + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + O Profiler está no modo somente leitura e desconectado para o arquivo XEL '{0}' e não pode iniciar ou criar sessões ativas sem uma conexão de banco de dados + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + O Profiler está no modo somente leitura e desconectado para o arquivo XEL '{0}' e não pode iniciar ou criar sessões ativas sem uma conexão de banco de dados. + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + Profiler pronto. Selecione uma sessão na lista suspensa e clique em Iniciar para iniciar a criação de perfil. + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + Sessão do Profiler "{0}" criada com sucesso. Iniciando criação de perfil... + + + Profiler session '{0}' started successfully. + {0} is the session name + Sessão do Profiler "{0}" iniciada com sucesso. + + + Properties + Propriedades + + + Property + Propriedade + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + O provedor "{0}" não tem um ponto de extremidade de recurso da Microsoft definido. + + + Provisioning + Provisionando + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + Configurações de proxy encontradas, mas houve um erro ao analisar a URL: "{0}". Você pode ter problemas de conexão ao usar a extensão MSSQL. Erro: {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + Configurações de proxy encontradas, mas sem um protocolo (por exemplo, http://): "{0}". Você pode ter problemas de conexão ao usar a extensão MSSQL. + + + Public + Público + + + Publish + Publicar + + + Publish DACPAC + Publicar DACPAC + + + Publish Profile + Publicar Perfil + + + Publish Project + Publicar Projeto + + + Publish Project - {0} + {0} is the name of the project being published + Publicar Projeto – {0} + + + Publish Settings File + Publicar Arquivo de Configurações + + + Publish Target + Destino da Publicação + + + Publish profile saved to: {0} + Publicar perfil salvo em: {0} + + + Publishing Changes + Publicando Alterações + + + Pulling DAB container image + Transferindo a imagem de contêiner DAB + + + Pulling SQL Server Image + Efetuando o pull da imagem do SQL Server + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + Efetuando o pull da imagem do contêiner do SQL Server. Isso pode demorar alguns minutos, dependendo da sua conexão com a Internet. + + + Query + Consulta + + + Query Editor + Editor de Consultas + + + Query Editor shortcuts are managed by Visual Studio Code. + Os atalhos do Editor de Consultas são gerenciados pelo Visual Studio Code. + + + Query Execution + Execução de Consulta + + + Query Plan + Plano de Consulta + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + Plano de Consulta ({0}) + + + Query Plan ({0}) + {0} is the number of query plans + Plano de Consulta ({0}) + + + Query Profiler + Criador de Perfil de Consulta + + + Query Profiler Session Status + Status da Sessão do Criador de Perfil de Consulta + + + Query Profiler: No session + Criador de Perfil de Consulta: Sem sessão + + + Query Profiler: {0} + {0} is the file name or session name + Criador de Perfil de Consulta: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + Editor de consultas para {0} + + + Query executed + Consulta executada + + + Query execution failed + Falha ao executar a consulta + + + Query execution was canceled. + A execução da consulta foi cancelada. + + + Query failed + A consulta falhou + + + Query succeeded + Consulta bem-sucedida + + + Query {0} + {0} is the Quick Query slot number + Consulta {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + Consulta {0}: custo da consulta (em relação ao script): {1}% + + + Quick Queries + Consultas Rápidas + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + Os atalhos de teclado das Consultas Rápidas são gerenciados pelo Visual Studio Code. + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + O slot da Consulta Rápida deve estar entre 1 e {0}. + + + Quick filter all columns... + Filtro rápido de todas as colunas... + + + REST + REST + + + REST API + API REST + + + RESTORE WITH NORECOVERY + RESTORE WITH NORECOVERY + + + RESTORE WITH RECOVERY + RESTORE WITH RECOVERY + + + RESTORE WITH STANDBY + RESTORE WITH STANDBY + + + Read + Ler + + + Read docs on Microsoft Learn + Leia a documentação no Microsoft Learn + + + Read more + Leia mais + + + Read-Only + Somente Leitura + + + Read-only SQL text editor + Editor de texto SQL somente leitura + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + Modo desconectado somente leitura para '{0}'. Não é possível criar ou iniciar sessões ativas sem uma conexão de banco de dados. + + + Ready for import + Pronto para importação + + + Readying container for connections. + Preparando o contêiner para conexões. + + + Readying container for connections... + Preparando o contêiner para as conexões... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + Receber explicações em linguagem natural para ajudar os desenvolvedores que não conhecem T-SQL a entender o código + + + Recent Connections + Conexões Recentes + + + Recent connections list cleared + Lista de conexões recentes limpa + + + Record shortcut + Gravar atalho + + + Recording shortcut + Atalho de gravação + + + Recovery Model + Modelo de Recuperação + + + Recovery state + Estado de recuperação + + + Redo + Refazer + + + Referenced column '{0}' not found + {0} is the column name + Coluna referenciada ''{0}'' não encontrada + + + Referenced columns + Colunas referenciadas + + + Referenced schema + Esquema referenciado + + + Referenced table + Tabela referenciada + + + Referenced table '{0}' not found + {0} is the table name + Tabela referenciada ''{0}'' não encontrada + + + Refresh + Atualizar + + + Refresh Credentials + Atualizar Credenciais + + + Refresh dataset + Atualizar conjunto de dados + + + Region + Região + + + Register + Registrar + + + Reject + Rejeitar + + + Reliability + Confiabilidade + + + Reload Visual Studio Code + Recarregar Visual Studio Code + + + Relocate all files + Relocar todos os arquivos + + + Remind Me Later + Lembre-me Mais Tarde + + + Remove + Remover + + + Remove Sort + Remover Classificação + + + Remove a connection profile + Remover um perfil de conexão + + + Remove file + Remover arquivo + + + Remove filter + Remover filtro + + + Remove filter for {0} + {0} is the column name + Remover filtro para {0} + + + Remove from favorites + Remover dos favoritos + + + Remove sort + Remover classificação + + + Remove tag + Remover rótulo + + + Remove {0} + {0} is the object type + Remover {0} + + + Rename + Renomear + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + Renomeie '{0}' em '{1}'. + + + Rename Database + Renomear Banco de Dados + + + Rename Options + Opções de Renomeação + + + Rename is not supported at this position. + Não há suporte para renomear nesta posição. + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + A renomeação só é compatível com arquivos SQL que fazem parte de um projeto SQL aberto. Abra o projeto primeiro no painel Projetos de Banco de Dados. + + + Rename request failed: {0} + Falha na solicitação da renomeação: {0} + + + Renaming database + Renomeando banco de dados + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + Renomeando o banco de dados "{0}" para "{1}"... + + + Replication + Replicação + + + Request a new feature + Solicitar um novo recurso + + + Required + Obrigatório + + + Requirements: + Requisitos: + + + Requires user authentication + Requer autenticação do usuário + + + Reset + Redefinir + + + Reset to Defaults? + Redefinir para Padrões? + + + Resize + Redimensionar + + + Resize column '{0}' + {0} is the name of the column + Redimensionar coluna '{0}' + + + Resize the active result grid column + Redimensionar a coluna de grade de resultados ativas + + + Resource Group + Grupo de Recursos + + + Resource Group Name + Nome do Grupo de Recursos + + + Resource Group is required + Grupo de Recursos obrigatório + + + Resource group name is required + É necessário o nome do grupo de recursos + + + Resources + Recursos + + + Restore + Restaurar + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + Restaurar ({0}) + + + Restore Database + Restaurar Banco de Dados + + + Restore Panel Size + Restaurar Tamanho do Painel + + + Restore as + Restaurar como + + + Restore panel size + Restaurar o tamanho do Painel + + + Restore properties pane + Restaurar painel de propriedades + + + Restrict access to the restored database + Restringir o acesso ao banco de dados restaurado + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + Conjunto de Resultados do Lote {0} - Consulta {1} + + + Result View + Exibição de Resultado + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + Os atalhos da Exibição de Resultados são gerenciados pela extensão MSSQL. Você pode configurar os atalhos de teclado deles diretamente aqui. + + + Results + Resultados + + + Results ({0}) + {0} is the number of results + Resultados ({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + Resultados ({0}) + + + Results Preview + Visualização dos Resultados + + + Results Preview ({0}) + {0} is the number of preview results + Visualização de Resultados ({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + Visualização de Resultados ({0}) + + + Results exported successfully to {0} + {0} is the file path + Resultados exportados com sucesso para {0} + + + Results toolbar + Barra de ferramentas de resultados + + + Resume + Retomar + + + Resuming database + Retomando banco de dados + + + Retry + Tentar novamente + + + Reveal + Revelar + + + Reveal in Explorer + Revelar no Explorer + + + Reveal in Finder + Revelar no Localizador + + + Reverse Alphabetical + Alfabético Reverso + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + Fazer engenharia reversa de bancos de dados existentes explicando esquemas e relações SQL + + + Revert + Reverter + + + Revert Cell + Reverter Célula + + + Revert Row + Reverter Linha + + + Revert this change to its original state + Reverter esta alteração para o estado original + + + Revert values to project defaults + Reverter valores para os padrões do projeto + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + Revise ou proponha alterações na configuração da API no chat, e o GitHub Copilot atualizará a sua configuração instantaneamente no construtor de API de Dados. + + + Reviewing Copilot Change + Revisando a Alteração do Copilot + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + O Rosetta é necessário para executar imagens de contêiner do SQL Server no Apple Silicon. Habilite "Usar o Rosetta para emulação x86_64/amd64 no Apple Silicon" em Docker Desktop > Configurações > Geral. + + + Row created. + Linha criada. + + + Row deleted. + Linha excluída. + + + Row marked for removal. + Linha marcada para remoção. + + + Rows + Linhas + + + Rows per page + Linhas por página + + + Rule disabled + Regra desabilitada + + + Rule enabled + Regra habilitada + + + Rule name + Nome da regra + + + Rules + Regras + + + Run Query + Executar Consulta + + + Run Query History + Executar o Histórico de Consultas + + + Run a query for the current active SQL document + Executar uma consulta para o documento SQL ativo atual + + + Run a query in the current editor, or switch to an editor that has results. + Execute uma consulta no editor atual ou mude para um editor que tenha resultados. + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + Executar consulta na conexão '{0}' (ID: {1})? + +Consulta: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + Execução instantânea do SQL salvo com atalhos de teclado personalizados. Usar {arg} para inserir o texto selecionado do editor de consultas; caso contrário, ele será acrescentado à consulta. + + + Run, cancel, and create queries + Executar, cancelar e criar consultas + + + Running + Em execução + + + Running a custom query will discard all pending changes. Do you want to continue? + Executar uma consulta personalizada descartará todas as alterações pendentes. Deseja continuar? + + + Running query is not supported when the editor is in multiple selection mode. + A execução da consulta não tem suporte quando o editor está no modo de seleção múltipla. + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Executando a consulta na conexão '{0}' (ID: {1}) + + + Running: {0} + {0} is how long the query has been running + Em execução: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + Ponto de Extremidade de Análise SQL + + + SQL Authentication + Autenticação do SQL + + + SQL Container Name + Nome do Contêiner do SQL + + + SQL Container Version + Versão do Contêiner do SQL + + + SQL Database + Banco de Dados SQL + + + SQL Database Projects — Code Analysis + Projetos de Banco de Dados SQL — Code Analysis + + + SQL Login + Logon do SQL + + + SQL Notebooks + Notebooks SQL + + + SQL Plan Files + Arquivos de Plano SQL + + + SQL Server Container SA Password + Senha SA do contêiner do SQL Server + + + SQL Server admin password + Senha de administrador do SQL Server + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + O SQL Server não suporta contêineres Windows. Altere para contêineres Linux nas configurações do Docker Desktop. + + + SQL Server is required + O SQL Server é necessário + + + SQL Server port number + Número da porta do SQL Server + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} - última versão + + + SQL Tools (MSSQL) + Ferramentas do SQL (MSSQL) + + + SQL database in Fabric + Banco de dados SQL no Fabric + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + Variáveis SQLCMD + + + SVG + SVG + + + Satisfied + Satisfeito + + + Saturation + Saturação + + + Save + Salvar + + + Save .scmp file + Salvar o arquivo .scmp + + + Save As + Salvar Como + + + Save As... + Salvar Como... + + + Save Changes + Salvar Alterações + + + Save Connection Group + Salvar Grupo de Conexão + + + Save Password + Salvar Senha + + + Save Password? If 'No', password will be required each time you connect + Salvar a senha? Se escolher "Não", a senha será solicitada sempre que você se conectar + + + Save Plan + Salvar Plano + + + Save Secret + Salvar Segredo + + + Save as CSV + Salvar como CSV + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + Salvar como CSV ({0}) + + + Save as Excel + Salvar como Excel + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + Salvar como Excel ({0}) + + + Save as INSERT INTO + Salvar como INSERT INTO + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + Salvar como INSERT INTO ({0}) + + + Save as JSON + Salvar como JSON + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + Salvar como JSON ({0}) + + + Save backup to URL + Salvar backup na URL + + + Save connection profile changes without establishing a connection + Salvar alterações de perfil de conexão sem estabelecer uma conexão + + + Save password + Salvar senha + + + Save results as CSV + Salvar resultados como CSV + + + Save results as Excel + Salvar resultados como Excel + + + Save results as INSERT + Salvar resultados como INSERT + + + Save results as JSON + Salvar resultados como JSON + + + Save results command cannot be used with multiple selections. + O comando para salvar resultados não pode ser usado com múltiplas seleções. + + + Save source and target, options, and excluded elements + Salvar a origem e o destino, as opções e os elementos excluídos + + + Save to Disk + Salvar no Azure Data Box Disk + + + Save to URL + Salvar na URL + + + Save without connecting + Salvar sem se conectar + + + Saved + Salvo + + + Saved Connections + Conexões Salvas + + + Saved results to {0} + {0} is the saved file path + Resultados salvos em {0} + + + Saving... + Salvando... + + + Scaffold backend components (e.g., data-access layers) based on your current database context + Fazer scaffolding de componentes de back-end (por exemplo, camadas de acesso a dados) com base no contexto atual do banco de dados + + + Scale + Escala + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Incompatibilidade de escala entre '{0}' e '{1}' + + + Schema + Esquema + + + Schema '{0}' is not available. + {0} is the schema name + O esquema "{0}" não está disponível. + + + Schema Changes + Alterações de Esquema + + + Schema Compare + Comparação de Esquemas + + + Schema Compare Options + Opções da Comparação de Esquemas + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + Falha na Comparação de Esquemas: ''{0}'' + + + Schema Designer + Schema Designer + + + Schema Designer Model is ready. Changes can now be published. + O Modelo do Designer de Esquema está pronto. As alterações agora podem ser publicadas. + + + Schema Designer with GitHub Copilot + Designer de Esquema com o GitHub Copilot + + + Schema Diff + Comparação de Esquema + + + Schema designer details are not available. + Os detalhes do designer de esquema não estão disponíveis. + + + Schema designer is not initialized. + O designer de esquema não foi inicializado. + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + Designer de esquema aberto. Para mutação de esquema, continue com as operações {0} ({1}/{2}). + + + Schema designer state changed. Fetch the latest schema and retry the operation. + Estado do designer de esquema alterado. Busque o esquema mais recente e repita a operação. + + + Schema designer state retrieved successfully. + Estado do designer de esquema recuperado com sucesso. + + + Schema designer updated successfully. + Designer de esquema atualizado com sucesso. + + + Schema is required + Esquema é obrigatório + + + Schema/Object Type + Esquema/Tipo de Objeto + + + Schemas + Esquemas + + + Script + Script + + + Script as Alter + Script como Alterar + + + Script as Create + Script como Criar + + + Script as Drop + Script como Remover + + + Script as Execute + Script como Executar + + + Script copied to clipboard + Script copiado para a área de transferência + + + Script copied to clipboard. + Script copiado para a área de transferência. + + + Search Database Objects + Pesquisar objetos de banco de dados + + + Search Database Objects - {0} + {0} is the server name + Pesquisar Objetos de Banco de Dados - {0} + + + Search Workspaces + Pesquisar Workspaces + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + Pesquisar por nome ou tipo de objeto (por exemplo, t:<name>, v:, f:, ou sp:) + + + Search changes... + Pesquisar alterações... + + + Search connection groups + Pesquisar grupos de conexões + + + Search extension shortcut + Atalho de pesquisa de extensão + + + Search options + Opções de pesquisa + + + Search options... + Opções de pesquisa... + + + Search rules... + Pesquisar regras... + + + Search settings... + Pesquisar configurações... + + + Search subscriptions... + Pesquisar assinaturas... + + + Search tables... + Pesquisar tabelas... + + + Search values... + Pesquisar valores... + + + Search within {0} text content + {0} is the column name + Pesquisar no conteúdo de texto {0} + + + Search workspaces... + Pesquisar workspaces... + + + Search... + Pesquisar... + + + Searching... + Pesquisando... + + + Seed sample data or import an existing schema + Propagar dados de exemplo ou importar um esquema existente + + + Select + Selecionar + + + Select All + Selecionar Tudo + + + Select Azure account with Key Vault access for column decryption + Selecione a conta do Azure com acesso ao Key Vault para descriptografia de colunas + + + Select Connection + Selecionar Conexão + + + Select Database + Selecionar Banco de Dados + + + Select Max vCores + Selecione o Máximo de vCores + + + Select Profile + Selecionar o perfil + + + Select Source + Selecionar Origem + + + Select Source Schema + Selecionar Esquema de Origem + + + Select Target + Selecionar Destino + + + Select Target Schema + Selecionar Esquema de Destino + + + Select Top 1000 + Selecione Top 1000 + + + Select XEL File + Selecionar Arquivo XEL + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + Selecione uma conta do Microsoft Entra ID para usar com essa conexão. As informações da conta original do Azure Data Studio são listadas abaixo, mas você pode escolher uma conta diferente. + + + Select a Workspace + Selecionar um Workspace + + + Select a blob + Selecione um blob + + + Select a blob container + Selecione um contêiner de blobs + + + Select a collation + Selecione uma ordenação + + + Select a connection group + Selecionar um grupo de conexões + + + Select a connection to use as the default + Selecione uma conexão a ser usada como padrão + + + Select a data source + Selecione uma fonte de dados + + + Select a database + Selecionar um banco de dados + + + Select a database for profiling (Azure SQL requires a specific database) + Selecione um banco de dados para criação de perfil (SQL do Azure requer um banco de dados específico) + + + Select a file + Selecionar um arquivo + + + Select a folder + Selecionar uma pasta + + + Select a location for the resource group + Selecione um local para o grupo de recursos + + + Select a maintenance window + Selecionar uma janela de manutenção + + + Select a profiler template + Selecione um modelo do Profiler + + + Select a resource group + Selecione um grupo de recursos + + + Select a server + Selecionar um servidor + + + Select a session first + Selecione uma sessão primeiro + + + Select a session... + Selecione uma sessão... + + + Select a storage account + Selecione uma conta de armazenamento. + + + Select a subscription + Selecione uma assinatura + + + Select a subscription to view servers in it. + Selecione uma assinatura para ver os servidores nela. + + + Select a tenant + Selecionar um locatário + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Selecione um {0} válido na lista suspensa + + + Select a workspace to view the databases in it. + Selecione um workspace para exibir os bancos de dados nele. + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Selecione um {0} para filtragem + + + Select account + Selecionar conta + + + Select all + Selecionar tudo + + + Select all cells in the active grid + Selecionar todas as células na grade ativa + + + Select all entities + Selecionar todas as entidades + + + Select all options + Selecionar todas as opções + + + Select all {0} + {0} is the action name (Create, Read, etc.) + Selecionar todos {0} + + + Select an account + Selecionar uma conta + + + Select an account for authentication + Selecione uma conta para autenticação + + + Select an extension to manage connection sharing permissions + Selecione uma extensão para gerenciar permissões de compartilhamento de conexão + + + Select an operation + Selecionar uma operação + + + Select column + Selecionar coluna + + + Select file to import + Selecionar o arquivo a importar + + + Select image + Selecionar imagem + + + Select location + Selecionar local + + + Select new permission for extension: '{0}' + {0} is the extension name + Selecione a nova permissão para a extensão: "{0}" + + + Select or clear all connection groups + Selecionar ou limpar todos os grupos de conexões + + + Select or clear all connections + Selecionar ou limpar todas as conexões + + + Select package file + Selecionar arquivo de pacote + + + Select profile to edit + Selecionar perfil para editar + + + Select profile to remove + Selecione um perfil para remover + + + Select row + Selecionar a linha + + + Select session + Selecionar sessão + + + Select subscriptions + Selecionar assinaturas + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + Selecione o arquivo settings.json do Azure Data Studio para examinar grupos de conexões e conexões. + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + Selecione o método HTTP que pode executar este procedimento armazenado. O DAB usa POST como padrão. + + + Select the SQL Server Container Image + Selecione a imagem do contêiner do SQL Server + + + Select the entire current column + Selecionar toda a coluna atual + + + Select the entire current row + Selecionar toda a linha atual + + + Select the target schema + Selecionar o esquema de destino + + + Selected + Selecionado + + + Selected Microsoft Entra account removed successfully. + Conta do Microsoft Entra selecionada removida com sucesso. + + + Selected Path + Caminho Selecionado + + + Selected backup file does not contain a valid database backup + O arquivo de backup selecionado não contém um backup de banco de dados válido + + + Selected query-editor text + Texto selecionado do editor de consultas + + + Selection + Seleção + + + Sequelize + Sequelize + + + Serialization failed + Falha na serialização + + + Server + Servidor + + + Server - {0} + {0} is the server name + Servidor- {0} + + + Server Connections + Conexões do Servidor + + + Server Edition + Edição do Servidor + + + Server Name + Nome do Servidor + + + Server Version + Versão de Servidor + + + Server connection in progress. Do you want to cancel? + Conexão ao servidor em andamento. Deseja cancelar? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + Não foi possível iniciar o servidor. Isso pode ocorrer devido a um erro de permissões ou a uma incompatibilidade no seu sistema. Você pode tentar habilitar a autenticação de código do dispositivo nas configurações. + + + Server is required + O servidor é necessário + + + Server name is required + É preciso informar o nome do servidor + + + Server name not set. + Nome do servidor não definido. + + + Server name or ADO.NET connection string + Nome do servidor ou cadeia de conexão do ADO.NET + + + Server {0} not found. + {0} is the server name + Servidor {0} não encontrado. + + + Serverless + Sem servidor + + + Service installation failed. + A instalação do serviço falhou. + + + Service tier + Camada de serviço + + + Session + Sessão + + + Session creation timed out + A criação da sessão atingiu o tempo limite + + + Session name can only contain letters, numbers, underscores, and hyphens + O nome da sessão só pode conter letras, números, sublinhados e hifens + + + Session name cannot be empty + O nome da sessão não pode ficar vazio + + + Session name must be {0} characters or less + {0} is the maximum length + O nome da sessão deve ter {0} caracteres ou menos + + + Session not running + Sessão não está em execução + + + Set Default + Definir Padrão + + + Set Null + Definir Nulo + + + Set backup Compression + Definir compactação de backup + + + Set backup Media Set + Definir conjunto de mídias de backup + + + Set backup retain days + Defina os dias de retenção de backup + + + Setting + Configuração + + + Setting up + Configurando + + + Setting up container + Configurando contêiner + + + Settings + Configurações + + + Settings and Keybindings + Configurações e Atalhos de Teclado + + + Settings are fixed for free tier. + As configurações são fixas para a camada gratuita. + + + Settings for {0} + {0} is the entity name + Configurações para {0} + + + Severity + Gravidade + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + Severidade para {0} + + + Shortcut + Atalho + + + Shortcuts Configuration + Configuração de Atalhos + + + Shortcuts Configuration (Preview) + Configuração de Atalhos (Versão Prévia) + + + Shortcuts configuration page + Página de configuração de atalhos + + + Show All + Mostrar Tudo + + + Show Changes + Mostrar Alterações + + + Show Confirm Password + Mostrar Confirmação de Senha + + + Show Definition + Mostrar Definição + + + Show Estimated Plan + Exibir Plano Estimado + + + Show MSSQL output + Mostrar saída do MSSQL + + + Show Menu + Mostrar Menu + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + Mostrar Menu ({0}) + + + Show New Password + Mostrar Nova Senha + + + Show SQL + Mostrar SQL + + + Show SQL Pane + Mostrar painel SQL + + + Show Schema + Mostrar Esquema + + + Show a random table definition + Mostrar uma definição de tabela aleatória + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + Mostrar todos os atalhos de Consulta Rápida nos Atalhos de Teclado do VS Code + + + Show all columns + Mostrar todas as colunas + + + Show full error message + Mostrar mensagem de erro completa + + + Show masked command (hides sensitive information) + Mostrar comando mascarado (oculta informações confidenciais) + + + Show or hide the query result panel + Mostrar ou ocultar o painel de resultados da consulta + + + Show password + Exibir senha + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Mostrar o esquema para a conexão '{0}' (ID: {1})? + + + Show table relationships + Mostrar relações de tabela + + + Show unmasked command (reveals sensitive information) + Mostrar comando sem máscara (revela informações confidenciais) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Mostrando o esquema para a conexão '{0}' (ID: {1}) + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + Mostrando {0} de {1} eventos + + + Showplan XML + XML do plano de execução + + + Sign In + Entrar + + + Sign in + Entrar + + + Sign in and retry + Entrar e tentar novamente + + + Sign in to a new account + Entrar em uma nova conta + + + Sign in to your Azure subscription + Entrar com sua assinatura do Azure + + + Sign in to your Azure subscription in one of the sovereign clouds. + Entre com sua assinatura do Azure em uma das nuvens soberanas. + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + Entre com sua assinatura do Azure com um código do dispositivo. Use isso nas configurações nas quais o comando Entrar não funciona + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + Entre com Entra ID "{0}". + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + Entre com sua conta do Microsoft Entra ID, incluindo contas com autenticação multifator. Clique no ícone de informações para saber mais. + + + Sign into Azure + Entrar no Azure + + + Sign into Azure in order to add a firewall rule. + Entre no Azure para adicionar uma regra de firewall. + + + Sign into Fabric + Entrar no Fabric + + + Sign into additional accounts + Entre em contas adicionais + + + Sign into tenant + Entrar no locatário + + + Signing in to Azure as {0}... + {0} is the account name + Entrando no Azure como {0}... + + + Simple + Simples + + + Simple Container Management + Gerenciamento Simples de Contêiner + + + Smart performance + Desempenho inteligente + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + Algumas conexões ou grupos têm informações incompletas. Você pode continuar, mas talvez precise editar essas conexões mais tarde, antes de se conectar. + + + Sort + Classificar + + + Sort Ascending + Classificar em Ordem Crescente + + + Sort Descending + Classificar em Ordem Decrescente + + + Sort ascending + Classificar em ordem crescente + + + Sort column + Classificar coluna + + + Sort descending + Classificar em ordem decrescente + + + Source + Origem + + + Source Column + Coluna de Origem + + + Source Database + Banco de Dados de Origem + + + Source Name + Nome da Origem + + + Source: {0} + {0} is the fully qualified DAB source object name + Fonte: {0} + + + Source: {0} + {0} is the task source + Fonte: {0} + + + Specifies whether the column is included in the primary key for the table. + Especifica se a coluna está incluída na chave primária da tabela. + + + Specifies whether the column may have a NULL value. + Especifica se a coluna pode conter um valor NULL. + + + Specify Input File + Especificar Arquivo de Entrada + + + SqlPackage Command + Comando SqlPackage + + + Standby file + Arquivo em espera + + + Start + Início + + + Start IP Address + Endereço IP Inicial + + + Start Time + Hora de Início + + + Start profiling session + Iniciar a sessão de criação de perfil + + + Start, stop, and remove containers directly from the extension. + Inicie, pare e remova contêineres diretamente da extensão. + + + Started executing query at + Execução da consulta iniciada em + + + Started query execution for document "{0}" + {0} is the document name + Execução da consulta iniciada para o documento "{0}" + + + Started saving results to {0} + {0} is the file path + Iniciado o salvamento de resultados para {0} + + + Starting '{0}'... + {0} is the service name + Iniciando '{0}'... + + + Starting Container... + Iniciando Contêiner... + + + Starting DAB container + Iniciando contêiner DAB + + + Starting Docker Desktop + Iniciando o Docker Desktop + + + Starting Docker... + Iniciando o Docker... + + + Starting {0}... + {0} is the container name + Iniciando {0}... + + + Starts With + Começa Com + + + Starts with + Inicia com + + + Status + Status + + + Status: {0} + {0} is the task status + Status: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + Etapa {0} de {1} + + + Stop + Parar + + + Stop session + Interromper a sessão + + + Stopped + Parado + + + Stopping Container... + Parando Contêiner... + + + Stopping profiler session "{0}"... + {0} is the session name + Interrompendo sessão do Profiler "{0}"... + + + Storage + Armazenamento + + + Storage Account + Conta de Armazenamento + + + Storage Account is required + A conta de armazenamento é obrigatória + + + Stored Procedure + Procedimento Armazenado + + + Stored Procedures + Procedimentos Armazenados + + + Stored procedure GraphQL operation + Operação GraphQL de procedimento armazenado + + + Stored procedure REST methods + Métodos REST de procedimento armazenado + + + Submit + Enviar + + + Submit an issue + Enviar um problema + + + Subscription + Assinatura + + + Subscription is required + A assinatura é obrigatória + + + Subtree Cost + Custo da Subárvore + + + Succeeded + Com sucesso + + + Succeeded with warning + Sucesso com o aviso + + + Successfully changed to database: {0} + {0} is the database name + Alterado com sucesso para o banco de dados: {0} + + + Successfully connected to server. + Conectado com êxito ao servidor. + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + Token atualizado com sucesso para a conexão {0} com o URI {1}, {2} + + + Successfully saved results to {0} + {0} is the file path + Os resultados foram salvos com êxito em {0} + + + Sum + Soma + + + Sum: {0} + {0} is the sum + Soma: {0} + + + Summary + Resumo + + + Summary loading canceled + Carregamento de resumo cancelado + + + Summary loading was canceled by user + O carregamento de resumo foi cancelado pelo usuário + + + Switch Direction + Alternar Direção + + + Switch Source and Target + Alternar a Origem e Destino + + + Switch between result panes and tabs + Alternar entre painéis e guias de resultados + + + Switch results view + Alternar exibição de resultados + + + Switch to Grid View + Alternar para o Modo de Exibição de Grade + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + Alternar para o Modo de Exibição de Grade ({0}) + + + Switch to MSAL + Alternar para MSAL + + + Switch to Messages tab + Alternar para a guia Mensagens + + + Switch to Query Plan tab + Alternar para a guia Plano de Consulta + + + Switch to Results tab + Alternar para a guia Resultados + + + Switch to Text View + Alternar para Exibição de Texto + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + Alternar para o Modo de Exibição de Texto ({0}) + + + Switched to {0} + {0} is the connection label + Alternado para {0} + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + A troca para contêineres Linux foi cancelada. O SQL Server suporta apenas contêineres Linux. + + + Synchronous resize + Redimensionar de forma síncrona + + + System databases + Bancos de dados do sistema + + + T-SQL + T-SQL + + + Table + Tabela + + + Table '{0}' already exists + {0} is the table name + A tabela '{0}' já existe + + + Table '{0}' not found + {0} is the table name + Tabela ''{0}'' não encontrada + + + Table Diagram + Diagrama de Tabela + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + O Gerenciador de Tabelas para "{0}" tem alterações não salvas. Deseja salvá-los ou descartá-los? + + + Table Name + Nome da Tabela + + + Table Schema + Esquema da Tabela + + + Table added to schema designer successfully. + Tabela adicionada ao designer de esquema com sucesso. + + + Table deleted from schema designer successfully. + Tabela excluída do designer de esquema com sucesso. + + + Table id already exists. + A ID da tabela já existe. + + + Table must include at least one column. + A tabela deve incluir pelo menos uma coluna. + + + Table name + Nome da tabela + + + Table name cannot be empty + O nome da tabela não pode ficar vazio + + + Table name is required + É obrigatório fornecer o nome da tabela + + + Table updated in schema designer successfully. + Tabela atualizada com sucesso no designer de esquema. + + + Tables + Tabelas + + + Tag keys must be unique. + As chaves de marca precisam ser exclusivas. + + + Tags + Rótulos + + + Tail-log backup + Backup da parte final do log + + + Tail-log backup file + Arquivo de backup da parte final do log + + + Take Survey + Responder Pesquisa + + + Take tail-log backup before restore + Faça backup da parte final do log antes da restauração + + + Target + Destino + + + Target Database + Banco de Dados de Destino + + + Target Name + Nome do Destino + + + Target Table + Tabela de Destino + + + Target: {0} + {0} is the task target location + Destino: {0} + + + Task log is unavailable. + O log da tarefa não está disponível. + + + Task: {0} + {0} is the task name + Tarefa: {0} + + + Tenant + Locatário + + + Tenant ID + ID do locatário + + + Tenant ID is required + É necessária a ID do locatário + + + Tenant is required + O locatário é necessário + + + Terms & Conditions + Termos e Condições + + + Test connecting with the current settings + Testar a conexão com as configurações atuais + + + Test connection + Testar conectividade + + + Testing connection profile... + Testando perfil de conexão... + + + Testing... + Testando... + + + Text + Texto + + + Text View + Exibição de Texto + + + Text tab - displays SQL text data + Guia Texto - exibe dados de texto SQL + + + The Application (Client) ID of your Microsoft Entra app registration. + A ID do Aplicativo (Cliente) do registro do aplicativo Microsoft Entra. + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + O Query Profiler agora dá suporte ao banco de dados SQL em conexões do Microsoft Fabric, com novos modelos de Banco de Dados SQL do Azure, incluindo {code-snippet-0} para criação de perfil T-SQL leve. + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + A extensão do SQL Server não pôde ser iniciada porque seu serviço em segundo plano necessário falhou ao iniciar. Instale o VSIX offline para seu sistema operacional ou verifique sua conexão de rede e tente novamente. Detalhes: {0} + + + The XEL file was not found. + O arquivo XEL não foi encontrado. + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + O comportamento quando um usuário tenta excluir uma linha com dados que estão envolvidos em um relacionamento de chave estrangeira. + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + O comportamento quando um usuário tenta atualizar uma linha com dados que estão envolvidos em uma relação com uma chave estrangeira. + + + The client secret for your Microsoft Entra app registration. + O segredo do cliente para o registro do aplicativo Microsoft Entra. + + + The columns of the index. + As colunas do índice. + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + A ID de conexão ''{0}'' definida em ''mssql.defaultConnectionId'' não corresponde a nenhum perfil de conexão conhecido. Novos editores recorrerão à transferência da conexão ativa. + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + A conexão com ID '{0}' não tem a propriedade 'servidor' definida e será ignorada. Defina a propriedade 'servidor' nessa conexão para usá-la. + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + A opção de nuvem personalizada não está configurada. Defina a configuração "{0}". + + + The description of the check constraint. + Descrição da restrição CHECK. + + + The description of the foreign key. + A descrição da chave estrangeira. + + + The description of the index. + A descrição do índice. + + + The description of the primary key. + A descrição da chave primária. + + + The expression defining the check constraint. + A expressão que define a restrição CHECK. + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + A extensão "{0}" está solicitando acesso às suas conexões do SQL Server. Isso permitirá que ele execute consultas e acesse seu banco de dados. + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + O primeiro valor deve ser menor que o segundo valor para o operador {0} no filtro {1} + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + O primeiro valor deve ser definido para o operador {0} no filtro {1} + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + As seguintes conexões de espaço de trabalho ou pasta de espaço de trabalho estão sem a propriedade 'id' e serão ignoradas. Adicione manualmente a propriedade 'id' à conexão para usá-la. + + {0} + + + The language model did not return any output. + O modelo de linguagem não retornou nenhuma saída. + + + The mapping between foreign key columns and primary key columns. + O mapeamento entre colunas de chave estrangeira e colunas de chave primária. + + + The maximum length (in characters) that can be stored in this database object. + O comprimento máximo (em caracteres) que pode ser armazenado neste objeto de banco de dados. + + + The name of the check constraint. + O nome da restrição CHECK. + + + The name of the column object. + O nome do objeto de coluna. + + + The name of the column. + O nome da coluna. + + + The name of the foreign key. + O nome da chave estrangeira. + + + The name of the index. + O nome do índice. + + + The query results panel failed to load. Please try running the query again. + Falha ao carregar o painel de resultados da consulta. Tente executar a consulta novamente. + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + A lista de conexões recentes foi limpa, mas ocorreram erros ao excluir algumas credenciais associadas. Visualize os erros no canal de saída do MSSQL. + + + The requested model could not be found. Please check model availability or try a different model. + O modelo solicitado não pôde ser encontrado. Verifique a disponibilidade do modelo ou experimente outro modelo. + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + O segundo valor deve ser definido para o operador {0} no filtro {1} + + + The selected file is not a valid XEL file. + O arquivo selecionado não é um arquivo XEL válido. + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + O perfil selecionado autentica usando o Entra ID '{0}', mas essa conta não está conectada na extensão MSSQL. Edite a conexão ou entre no MSSQL com essa conta para se conectar. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + O perfil selecionado autentica usando o Entra ID ''{0}'' no locatário ''{1}'', mas essa conta não está disponível na entrada do VS Code. Edite a conexão ou entre no VS Code com essa conta para se conectar. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + O perfil selecionado autentica usando o Entra ID '{0}' no locatário '{1}', mas essa conta não está conectada na extensão MSSQL. Edite a conexão ou entre no MSSQL com essa conta para se conectar. + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + O perfil selecionado autentica usando o Entra ID '{0}', mas essa conta não está disponível na entrada do VS Code. Edite a conexão ou entre no VS Code com essa conta para se conectar. + + + The table which contains the primary or unique key column. + A tabela que contém a coluna de chave primária ou exclusiva. + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + O serviço {0} falhou. Detalhes: {1} + + + There was an error updating the project + Ocorreu um erro ao atualizar o projeto + + + This connection does not have a display name in Azure Data Studio. + Esta conexão não tem um nome de exibição no Azure Data Studio. + + + This connection's group has not been selected, so this connection will be imported to the root. + O grupo desta conexão não foi selecionado, portanto, essa conexão será importada para a raiz. + + + This database name is already in use. Please choose a different name. + Este nome de banco de dados já está em uso. Escolha um nome diferente. + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + Não foi possível processar esta mensagem. Se esse problema persistir, verifique os logs e abra um problema no GitHub. + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + Esta operação analisou a estrutura do arquivo de entrada para gerar a visualização abaixo para as primeiras 50 linhas. + + + This server only supports Microsoft Entra ID authentication. + Este servidor dá suporte apenas à autenticação do Microsoft Entra ID. + + + This server only supports SQL Authentication. + Este servidor só dá suporte à Autenticação SQL. + + + This server supports Microsoft Entra ID and SQL Authentication. + Este servidor dá suporte ao Microsoft Entra ID e à autenticação SQL. + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + Este atalho exige que o texto selecionado seja aprovado como parâmetro. Selecione o texto no editor SQL e realize a execução do atalho novamente. + + + This value was not provided in the Azure Data Studio settings file. + Esse valor não foi fornecido no arquivo de configurações do Azure Data Studio. + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + Isso implantará um contêiner do construtor de API de dados localmente usando o Docker. O contêiner exporá APIs {0} com base em sua configuração. + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + Isso vai redefinir todas as regras para a severidade padrão e desativar 'Habilitar Code Analysis na Compilação'. Isso não pode ser desfeito. Deseja continuar? + + + Time + Tempo + + + Timestamp + Carimbo de data/hora + + + To + Label for the end IP address in the firewall rule IP range + Para + + + To compare two schemas, first select a source schema and target schema, then press compare. + Para comparar dois esquemas, primeiro selecione um esquema de origem e um esquema de destino e, em seguida, pressione Comparar. + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + Para usar este comando, abra um arquivo .sql, altere a linguagem do editor para "SQL" ou selecione o texto T-SQL no editor SQL ativo. + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + Para usar este comando, você deve definir a linguagem para "SQL". Confirme para alterar o modo de linguagem. + + + Toggle Actual Plan + Ativar/Desativar Plano Real + + + Toggle Query Result Panel + Ativar/Desativar o Painel de Resultados da Consulta + + + Toggle SQLCMD Mode + Ativar/Desativar Modo SQLCMD + + + Toggle Sort + Alternar Classificação + + + Toggle Tooltips + Ativar/Desativar Dicas de Ferramentas + + + Toggle actual execution plan collection for SQL queries + Ativar/desativar a coleta do plano de execução real para consultas SQL + + + Toggle all entities in {0} + {0} is the schema name + Ativar/desativar todas as entidades em {0} + + + Toggle between grid and text view + Alternar entre a grade e o modo de exibição de texto + + + Toggle columns for {0} + {0} is the entity name + Alternar colunas para {0} + + + Toggle dark mode + Ativar/desativar modo escuro + + + Toggle filter row + Ativar/desativar linha de filtro + + + Toggle pre-header row + Ativar/desativar linha de pré-cabeçalho + + + Toggle selection for {0} + {0} is the connection display name + Ativar/desativar seleção para {0} + + + Toggle selection for {0} + {0} is the connection group name + Ativar/desativar seleção para {0} + + + Toggle sort + Alternar classificação + + + Toggle sorting for the active column + Alternar a classificação para a coluna ativa + + + Token refreshed successfully. + Token atualizado com êxito. + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + Pesquisa de ferramenta para: {0} - {1}. + + + Total execution time: {0} + {0} is the elapsed time + Tempo total de execução: {0} + + + Total rows to fetch: + Total de linhas a serem buscadas: + + + Transaction Log + Arquivo de Alterações + + + Transfer active connection (Default) + Transferir conexão ativa (Padrão) + + + Truncate the transaction log + Truncar o log de transações + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + Experimente o Banco de Dados SQL do Azure sem custo com nossa oferta de camada gratuita! Provisione um banco de dados de nuvem totalmente gerenciado diretamente do VS Code. + + + Try adjusting your search or filters + Tente ajustar sua pesquisa ou filtros + + + Try it + Experimente + + + Try searching by command name, description, or keybinding. + Experimente pesquisar por nome do comando, descrição ou atalho de teclado. + + + Type + Tipo + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + URL copiada para a área de transferência + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + Não foi possível obter um token do Microsoft Entra no VS Code para a conta selecionada: {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + Não foi possível obter um token válido. (expira em: {0}, mas é atualmente {1}) + + + Unable to determine the server authentication type. + Não é possível determinar o tipo de autenticação do servidor. + + + Unable to execute the command while the extension is initializing. Please try again later. + Não é possível executar o comando enquanto a extensão está inicializando. Tente novamente mais tarde. + + + Unable to expand. Please check logs for more information. + Não é possível expandir. Verifique os logs para obter mais informações. + + + Unable to load backup configuration. Please try again. + Não é possível carregar a configuração de backup. Tente novamente. + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + Não é possível carregar a lista de bancos de dados do servidor: {0} você pode inserir o nome do banco de dados diretamente. + + + Unable to open Table Explorer: No target node provided. + Não é possível abrir o Gerenciador de Tabelas: nenhum nó de destino fornecido. + + + Unable to read proxy agent options. + Não é possível ler as opções do agente de proxy. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + Não é possível recuperar a lista de bancos de dados. Talvez você não tenha permissão para listar bancos de dados neste servidor. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + Não é possível recuperar a lista de bancos de dados. Talvez você não tenha permissão para listar bancos de dados neste servidor. Se a sua conexão especificar um banco de dados, ele será pré-selecionado. + + + Unavailable for backups to existing files + Indisponível para backups em arquivos existentes + + + Understand and document business logic embedded in stored procedures, views, and functions + Entender e documentar a lógica de negócios inserida em procedimentos armazenados, exibições e funções + + + Undo + Desfazer + + + Undo All + Desfazer Tudo + + + Undo All Copilot Changes + Desfazer Todas as Alterações do Copilot + + + Unfreeze columns + Descongelar colunas + + + Unfreeze columns/rows + Descongelar colunas/linhas + + + Unknown + Desconhecido + + + Unknown Connection + Conexão Desconhecida + + + Unknown account + Conta desconhecida + + + Unknown deployment step: {0} + {0} is the deployment step number + Etapa de implantação desconhecida: {0} + + + Unknown error + Erro desconhecido + + + Unknown magic command: %%{0} + {0} is the magic command name + Comando mágico desconhecido: %%{0} + + + Unknown object management dialog. + Caixa de diálogo de gerenciamento de objetos desconhecido. + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + Operação desconhecida: {0}. Operações com suporte: add_table, update_table, delete_table, replace_schema, get_schema + + + Unknown tenant ID + ID de locatário desconhecido + + + Unnamed Profile + Perfil Sem Nome + + + Unsaved Changes + Alterações Não Salvas + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + Arquitetura sem suporte para Docker: {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + Tipo de autenticação sem suporte na cadeia de conexão: {0}. Somente a autenticação de Logon do SQL, Integrada, MFA do Azure e Active Directory Padrão têm suporte. + + + Unsupported by Data API builder. + Sem suporte do construtor de API de Dados. + + + Unsupported data types detected + Tipos de dados sem suporte detectados + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + Plataforma não suportada para Docker: {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + Até 10 bancos de dados com 100 mil segundos de vCore, 32 GB de armazenamento e backups renovados mensalmente. + + + Update + Atualizar + + + Update Database + Atualizar Banco de Dados + + + Update Script + Atualizar Script + + + Updating IntelliSense... + Atualizando o IntelliSense... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + Limites de uso excedidos. Tente novamente mais tarde ou considere otimizar suas solicitações. + + + Use Microsoft Entra ID authentication to provision and connect to this database. + Use a autenticação do Microsoft Entra ID para provisionar e se conectar a este banco de dados. + + + Use SQL Authentication with a valid username and password. + Use a Autenticação SQL com um nome de usuário e senha válidos. + + + Use T-SQL intellisense and syntax error checking on current document + Usar o T-SQL IntelliSense e a verificação de erros de sintaxe no documento atual + + + Use discount code {0} to save €200 on registration. + Use o código de desconto {0} para economizar €200 na inscrição. + + + Use encryption for this backup + Usar criptografia para este backup + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + Usar o formato: AAAA-MM-DD HH:mm:ss[.SSS] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + Use linguagem natural para criar esquemas de banco de dados diretamente no Designer de Esquema visual. Crie esquemas do zero, desenvolva designs existentes, examine as alterações por meio de uma exibição de comparação e importe artefatos externos – tudo refletido ao vivo no diagrama visual e no script T-SQL. + + + Use the default server setting + Usar a configuração padrão do servidor + + + Use {0} to create a new connection. + {0} is the connect command + Use {0} para criar uma nova conexão. + + + Used in API routes and responses + Usado em rotas e respostas de API + + + User + Usuário + + + User ID + ID do usuário + + + User Name + Nome de Usuário + + + User databases + Bancos de dados do usuário + + + User name + Nome de usuário + + + User name (SQL Login) + Nome de usuário (logon do SQL) + + + User name is required + O nome de usuário é obrigatório + + + Username + Nome de usuário + + + Username is required + O nome de usuário é obrigatório + + + Uses the WITH KEEP_REPLICATION option during restore + Usa a opção WITH KEEP_REPLICATION durante a restauração + + + Uses the WITH NORECOVERY option during restore + Usa a opção WITH NORECOVERY durante a restauração + + + Uses the WITH REPLACE option during restore + Usa a opção WITH REPLACE durante a restauração + + + Uses the WITH RESTRICTED_USER option during restore + Usa a opção WITH RESTRICTED_USER durante a restauração + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + Usando {0} ({1})... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + Usando {0} para processar sua solicitação... + + + Validation failed + Falha na validação + + + Validation failed. Please check your inputs + A validação falhou. Verifique suas entradas + + + Value + Valor + + + Value is required + O valor é obrigatório + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + Os valores de vetor são somente leitura neste editor. Use o T-SQL para modificar o valor ou regenerar a inserção. + + + Verify a container image by using the Notation CLI + Verifique uma imagem de contêiner usando a CLI do Notation + + + Verify backup when finished + Verificar backup quando terminar + + + Verifying Docker engine is ready + Verificando se o mecanismo do Docker está pronto + + + Verifying Docker is installed on your system + Verificando se o Docker está instalado no sistema + + + Verifying the API is ready to accept requests + Verificando se a API está pronta para aceitar solicitações + + + Very Dissatisfied + Muito Insatisfeito + + + Very Satisfied + Muito Satisfeito + + + View + Exibir + + + View Config + Exibir Configuração + + + View More + Exibir mais + + + View Swagger + Exibir o Swagger + + + View Table Diagram + Exibir o Diagrama de Tabela + + + View known issues + Exibir problemas conhecidos + + + View mssql for Visual Studio Code release notes? + Exibir as notas sobre a versão do mssql para Visual Studio Code? + + + View roadmap + Exibir roteiro + + + View settings + Exibir configurações + + + View the estimated query execution plan + Exibir o plano de execução estimado da consulta + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + Exiba, adicione, edite e exclua linhas de tabela em uma grade interativa com validação em tempo real e visualizações dinâmicas de script DML. + + + View/configure keybinding + Exibir/configurar atalho de teclado + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + Exibir/configurar atalho de teclado para {0} + + + View: + Exibir: + + + Views + Exibições + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + O Visual Studio Code deve ser reiniciado para que essa configuração entre em vigor. Recarregue o Visual Studio Code. + + + Visualize and Design Schema + Visualizar e Projetar Esquema + + + WHERE + WHERE + + + Warehouse + Warehouse + + + Warning + Aviso + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + Aviso: o conjunto de resultados está incompleto. Mostrando {0} de {1} linhas. Não foi possível carregar o conjunto de resultados completo. + + + Warnings + Avisos + + + Warnings detected. Please review the changes. + Avisos detectados. Examine as alterações. + + + Watch demo + Assista à demonstração + + + Watch demos on YouTube + Assista a demonstrações no YouTube + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + Não conseguimos encontrar onde a Área de Trabalho Docker está localizada no seu computador. Inicie manualmente a Área de Trabalho Docker e tente novamente. + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + Não foi possível conectar usando as informações de conexão atuais. Você gostaria de tentar a conexão novamente ou editar o perfil de conexão? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + Estamos felizes por você estar aproveitando o MSSQL para VS Code! Considere deixar uma breve avaliação no VS Code Marketplace. + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + O modo de exibição da Web "{0}" não ficou pronto em {1}ms + + + Webview was disposed before it became ready + O modo de exibição da Web foi descartado antes de se tornar pronto + + + What I can do for you: + O que posso fazer por você: + + + What can we do to improve? + O que podemos fazer para melhorar? + + + What's next? + O que vem a seguir? + + + Width cannot be 0 or negative + A largura não pode ser 0 ou negativa + + + Windows Authentication + Autenticação do Windows + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + Funciona com VS Code/SSMS e usa a autenticação do Microsoft Entra e controles de acesso do Fabric. + + + Workspace + Workspace + + + Workspace is required + O workspace é necessário + + + Write a review + Escrever uma análise + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + Escreva e execute consultas SQL em notebooks Jupyter nativos do Visual Studio Code com resultados interativos, ordenação, filtragem e documentação em Markdown. + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + Escrever, otimizar e solucionar problemas de consultas SQL com melhorias recomendadas para IA + + + YYYY-MM-DD HH:mm:ss + AAAA-MM-DD HH:mm:ss + + + Yes + Sim + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + Você está prestes a implantar em um banco de dados existente. Esta operação fará alterações permanentes no esquema de banco de dados e poderá resultar em perda de dados. Deseja continuar? + + + You are not connected to any database. + Você não está conectado a nenhum banco de dados. + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + Você está vendo essa mensagem porque atualizou a extensão MSSQL para a versão {0}. + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + Você capturou eventos do Profiler que não foram exportados. Se fechar agora, você perderá todos os eventos capturados. Deseja exportá-los para um arquivo CSV? + + + You have unsaved changes. Do you want to save before closing? + Você tem alterações não salvas. Deseja salvar antes de sair? + + + You must accept the license + Você deve aceitar a licença + + + You must be signed into Azure in order to browse SQL databases. + Você deve estar conectado ao Azure para procurar bancos de dados SQL. + + + You must be signed into Fabric in order to browse SQL databases. + Você deve estar conectado ao Fabric para procurar bancos de dados SQL. + + + You must review and accept the terms to proceed + Você deve revisar e aceitar os termos para prosseguir + + + Your API is available at: + Sua API está disponível em: + + + Your APIs are available at the following endpoints: + Suas APIs estão disponíveis nos seguintes pontos de extremidade: + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + Seu Docker Engine está executando contêineres Windows no momento. O SQL Server suporta apenas contêineres Linux. Você gostaria de alternar para contêineres Linux? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + Sua conta precisa de nova autenticação para acessar os recursos {0}. Pressione Abrir para iniciar o processo de autenticação. + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + O endereço IP do seu cliente "{0}" não tem acesso ao servidor "{1}" ao qual você está tentando se conectar. Gostaria de criar uma nova regra de firewall? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + O endereço IP do cliente não tem acesso ao servidor. Adicione uma conta do Microsoft Entra e crie uma nova regra de firewall para permitir o acesso. + + + Your current IP {0} will be added automatically. + {0} is the current IP address + Seu IP atual {0} será adicionado automaticamente. + + + Your database will continue running after the free offer limit and you will be charged for overages. + Seu banco de dados continuará em execução após o limite de oferta gratuita e você será cobrado por excedentes. + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + Sua senha deve conter caracteres de pelo menos três das seguintes categorias: letras maiúsculas, letras minúsculas, números (0-9) e caracteres especiais (!, \$, #, %, etc.). + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + O locatário "{0} ({1})" requer que você se autentique novamente para acessar os recursos de {2}. Pressione Abrir para iniciar o processo de autenticação. + + + Zone-redundant backup storage + Armazenamento de backup com redundância de zona + + + Zoom In + Ampliar + + + Zoom Out + Reduzir + + + Zoom to Fit + Aplicar zoom para ajustar + + + [Optional] Database to connect (press Enter to connect to <default> database) + [Opcional] Banco de dados ao qual se conectar (pressione Enter para conectar-se ao banco de dados <default>) + + + [Optional] Enter a display name for this connection profile + [Opcional] Insira um nome de exibição para este perfil de conexão + + + [Read-only] Pre-filled from the server properties. + [Somente leitura] Pré-preenchido a partir das propriedades do servidor. + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + e + + + authenticationType + authenticationType + + + contains + contém + + + database + banco de dados + + + default + padrão + + + delete the saved connection: {0}? + {0} is the connection name + excluir a conexão salva: {0}? + + + does not contain + não contém + + + encrypt + criptografar + + + ends with + termina com + + + equals + é igual a + + + greater than + maior que + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + hostname\instance ou <server>.database.windows.net ou cadeia de conexão do ADO.NET + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + não é nulo + + + is null + é nulo + + + items + itens + + + items per page + itens por página + + + items selected + itens selecionados + + + less than + menos que + + + location + localização + + + macOS Sierra or newer is required to use this feature. + Para usar este recurso é necessário o macOS Sierra ou mais recente. + + + none selected + nenhum selecionado + + + not equals + diferente de + + + of + de + + + or + ou + + + profiler_events + profiler_events + + + resource group + grupo de recursos + + + server + servidor + + + starts with + começa com + + + subscription + assinatura + + + test + teste + + + undefined + indefinido + + + untitled + sem título + + + updatingIntelliSense + updatingIntelliSense + + + vCores + vCores + + + value + valor + + + x of y selected + x de y selecionados + + + {0} (Current Account) + {0} is the account display name + {0} (Conta atual) + + + {0} (filtered) + {0} (filtrado) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1}%) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1}%): {2} + + + {0} accounts + {0} is the number of accounts + {0} contas + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + A ação {0} para {1} + + + {0} change(s) + {0} is the number of changes + {0} alterações + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0} alterado de ''{1}'' para ''{2}'' + + + {0} changes + {0} is the number of property changes + {0} alterações + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + Amostra de cores {0} ({1}) + + + {0} column data + {0} is the number of columns + {0} dados da coluna + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + {0} grupo de conexão importado + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + {0} grupos de conexão importados + + + {0} connection imported + {0} is the number of connections imported (singular) + {0} conexão importada + + + {0} connections imported + {0} is the number of connections imported (plural) + {0} conexões importadas + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {1} contém tipos de coluna sem suporte no construtor de API de Dados: {0} + + + {0} deleted successfully. + {0} deleted successfully. + {0} excluído com êxito. + + + {0} errors + {0} is the number of errors + {0} erros + + + {0} events + {0} is the number of events + {0} eventos + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} foi fechado. Você gostaria de restaurá-lo? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + {0} contas Entra inválidas foram removidas; pode ser necessário executar `MS SQL: Clear Microsoft Entra account token cache` e entrar novamente. + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} é uma coluna de chave primária e não pode ser desabilitada. + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} não está habilitado globalmente + + + {0} issue + {0} is the number of issues + Problema {0} + + + {0} issues + {0} is the number of issues + Problemas {0} + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} deve definir um ou mais campos de chave a serem usados com o construtor de API de Dados + + + {0} objects found + {0} is the number of objects found + {0} objetos encontrados + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0} de {1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + {0} de {1} grupos de conexões selecionados. + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + {0} de {1} conexões selecionadas + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + {0} de {1} habilitado + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {0} de {1} regras + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0} de {1} locatários + + + {0} password doesn't match the confirmation password + {0} senha não corresponde à senha de confirmação + + + {0} properties + {0} is the object type + {0} propriedades + + + {0} query + {0} is the Quick Query shortcut name + {0} consulta + + + {0} rows + {0} is the number of rows + {0} linhas + + + {0} rows returned + {0} is the number of rows returned + {0} linhas retornadas + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + {0} linhas selecionadas, clique para carregar o resumo + + + {0} rules + {0} is the number of code analysis rules + {0} regras + + + {0} selected + {0} is the number of selected filter values + {0} selecionado + + + {0} selected + {0} is the number of selected rows + {0} selecionado + + + {0} setting imported + {0} is the number of settings imported (singular) + {0} configuração importada + + + {0} settings imported + {0} is the number of settings imported (plural) + {0} configurações importadas + + + {0} started successfully. + {0} started successfully. + {0} iniciado com êxito. + + + {0} stopped successfully. + {0} stopped successfully. + {0} interrompido com êxito. + + + {0} warnings + {0} is the number of warnings + {0} avisos + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + Problema {0} {1} + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + Problemas {0} {1} + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0}, mais {1} + + + {0}. {1} + {0} is the status +{1} is the message + {0}. {1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + {0}/{1} eventos + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}. {2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0}d {1}h + + + {0}h + {0} is the number of hours + {0}h + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0}h {1}m + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0}h {1}m + + + {0}m + {0} is the number of minutes + {0}m + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0}m {1}s + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0}m {1}s + + + {0}ms + {0} is the number of milliseconds + {0}ms + + + {0}ms + {0} is the elapsed time in milliseconds + {0} ms + + + {0}s + {0} is the number of seconds + {0}s + + + {0}s + {0} is the elapsed time in seconds + {0}s + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ Conceder Acesso + + + ✅ Grant Access (Current) + ✅ Conceder Acesso (Atual) + + + ❌ Deny Access + ❌ Negar Acesso + + + ❌ Deny Access (Current) + ❌ Negar Acesso (Atual) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 Sou a extensão do GitHub Copilot para MSSQL, o seu assistente de desenvolvimento inteligente do SQL no Visual Studio Code. Ajudo você a se conectar, explorar, projetar e desenvolver seus bancos de dados SQL diretamente do VS Code. + + + + + + + Add Connection + Adicionar Conexão + + + Add Connection Group + Adicionar Grupo de Conexões + + + Add Microsoft Entra Account + Adicionar Conta do Microsoft Entra + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + Permite que os usuários entrem em dispositivos com restrição de entrada. + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + Sempre conecte novos editores e arquivos SQL abertos à conexão especificada por `mssql.defaultConnectionId`. + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + Um tempo limite de execução 0 indica uma espera ilimitada (sem tempo limite) + + + Analyze Query Performance + Analisar o Desempenho da Consulta + + + Application Intent + Intenção do Aplicativo + + + Automatically display query results in a new tab instead of the query pane. + Exibir automaticamente os resultados da consulta em uma nova aba em vez do painel de consulta. + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + Revelar automaticamente o painel de resultados ao alternar para um editor com resultados de consulta. Aplica-se apenas quando 'Abrir Resultados em Aba' está habilitado. + + + Azure MFA + MFA do Azure + + + Background Tasks + Tarefas em Segundo Plano + + + Backup Database... + Fazer Backup do Banco de Dados... + + + Build Data API... + Criar API de Dados + + + Cancel Connection (MSSQL) + Cancelar Conexão (MSSQL) + + + Cancel Query (MSSQL) + Cancelar Consulta (MSSQL) + + + Cancel Task + Cancelar Tarefa + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + Mantenha a conexão do editor ativo nas novas guias do editor de consultas e arquivos SQL recém-abertos. + + + Change Connection (MSSQL) + Alterar Conexão (MSSQL) + + + Change Database (MSSQL) + Alterar Banco de Dados (MSSQL) + + + Change Notebook Connection + Alterar Conexão do Notebook + + + Change Notebook Database + Alterar Banco de Dados do Notebook + + + Choose SQL handler for this file + Escolha o manipulador SQL para este arquivo + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + Escolha como as colunas da grade de resultados são dimensionadas automaticamente (cabeçalhos + dados, somente dados ou desabilite o dimensionamento automático). + + + Chooses which Authentication method to use + Escolhe qual método de Autenticação usar + + + Clear All Connection Sharing Permissions + Limpar Todas as Permissões de Compartilhamento de Conexão + + + Clear All Query History + Limpar Todo o Histórico de Consultas + + + Clear Filters + Limpar Filtros + + + Clear Finished Tasks + Limpar Tarefas Concluídas + + + Clear Microsoft Entra account token cache + Limpar cache de token de conta do Microsoft Entra + + + Clear Pooled Connections + Limpar Conexões em Pool + + + Command Timeout + Tempo Limite do Comando + + + Compare Schemas... + Comparar Esquemas... + + + Configure up to 10 Quick Queries that execute from commands. + Configurar até 10 Consultas Rápidas executadas por comandos. + + + Connect (MSSQL) + Conectar (MSSQL) + + + Connect to a SQL Database + Conectar-se a um Banco de Dados SQL + + + Connection Dialog + Caixa de Diálogo de Conexão + + + Connection Timeout + Tempo Limite de Conexão + + + Connection groups + Grupos de conexões + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + Os perfis de conexão definidos em "Configurações de Usuário" são mostrados sob o comando "MS SQL: Conectar" na paleta de comandos. + + + Connections + Conexões + + + Control which grid lines are visible in the results grid. + Controlar quais linhas de grade são visíveis na grade de resultados. + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + Controla como as novas janelas do editor do SQL e os arquivos SQL abertos são conectados automaticamente. + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + Controla o número máximo de linhas permitidas para filtragem e classificação na memória. Se o número for excedido, a classificação e a filtragem serão desabilitadas. Aviso: aumentar isso pode afetar o desempenho. + + + Copy All + Copiar Tudo + + + Copy Cell Messages + Copiar Mensagens de Célula + + + Copy Connection String + Copiar Cadeia de Conexão + + + Copy Object Name + Copiar Nome do Objeto + + + Create Azure Function with SQL binding + Criar Função do Azure com associação SQL + + + Create a Table with Table Designer + Criar uma tabela com o Designer de Tabela + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + Crie uma nova tabela no seu banco de dados ou edite tabelas existentes com o designer de tabela. +Quando terminar de fazer suas alterações, clique no botão "Publicar" para enviar as alterações para o seu banco de dados. + + + DACPAC/BACPAC Operations... + Operações DACPAC/BACPAC... + + + Default view mode for query results display. + Modo de exibição padrão para exibição dos resultados da consulta. + + + Delete + Excluir + + + Delete Connection Group + Excluir Grupo de Conexões + + + Delete SQL Container + Excluir Contêiner do SQL + + + Deploy DACPAC + Implantar DACPAC + + + Disable Actual Plan (MSSQL) + Desabilitar Plano Real (MSSQL) + + + Disable Group By Schema + Desabilitar Agrupar por Esquema + + + Disable automatic column sizing + Desabilitar o dimensionamento automático de coluna + + + Disabled + Desabilitado + + + Disconnect (MSSQL) + Desconectar (MSSQL) + + + Display name for this Quick Query. + Nome de exibição desta Consulta Rápida. + + + Display results in a formatted text format. + Exibir resultados em formato de texto formatado. + + + Display results in a tabular grid format (default) + Exibir resultados em formato de grade tabular (padrão) + + + Do not auto-connect. You must connect each SQL file manually. + Não conecte-se automaticamente. Você deve conectar cada arquivo SQL manualmente. + + + Do not show prompts to display query results in a new tab. + Não mostre solicitações para exibir os resultados da consulta em uma nova guia. + + + Drop Database... + Remover Banco de Dados... + + + Edit Connection Group + Editar Grupo de Conexões + + + Edit Connection Sharing Permissions + Editar Permissões de Compartilhamento de Conexão + + + Edit Connection... + Editar Conexão... + + + Edit Table Data... + Editar Dados da Tabela... + + + Enable Actual Plan (MSSQL) + Habilitar Plano Real (MSSQL) + + + Enable Group By Schema + Habilitar Agrupar por Esquema + + + Enable Parameterization for Always Encrypted + Habilitar a Parametrização para Always Encrypted + + + Enable Query History Capture + Habilitar a Captura de Histórico de Consultas + + + Enable SET ANSI_DEFAULTS + Habilitar SET ANSI_DEFAULTS + + + Enable SET ANSI_NULLS + Habilitar SET ANSI_NULLS + + + Enable SET ANSI_NULL_DFLT_ON + Habilitar SET ANSI_NULL_DFLT_ON + + + Enable SET ANSI_PADDING + Habilitar SET ANSI_PADDING + + + Enable SET ANSI_WARNINGS + Habilitar SET ANSI_WARNINGS + + + Enable SET ARITHABORT option + Habilitar a opção SET ARITHABORT + + + Enable SET CURSOR_CLOSE_ON_COMMIT + Habilitar SET CURSOR_CLOSE_ON_COMMIT + + + Enable SET DEADLOCK_PRIORITY option + Habilitar a opção SET DEADLOCK_PRIORITY + + + Enable SET IMPLICIT_TRANSACTIONS + Habilitar SET IMPLICIT_TRANSACTIONS + + + Enable SET LOCK TIMEOUT option (in milliseconds) + Habilitar a opção SET LOCK TIMEOUT (em milissegundos) + + + Enable SET NOCOUNT option + Habilitar a opção SET NOCOUNT + + + Enable SET NOEXEC option + Habilitar a opção SET NOEXEC + + + Enable SET PARSEONLY option + Habilitar a opção SET PARSEONLY + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + Habilitar SET QUERY_GOVERNOR_COST_LIMIT + + + Enable SET QUOTED_IDENTIFIER + Habilitar SET QUOTED_IDENTIFIER + + + Enable SET STATISTICS IO option + Habilitar a opção SET STATISTICS IO + + + Enable SET STATISTICS TIME option + Habilitar a opção SET STATISTICS TIME + + + Enable SET TRANSACTION ISOLATION LEVEL option + Habilitar a opção SET TRANSACTION ISOLATION LEVEL + + + Enable SET XACT_ABORT ON option + Habilitar a opção SET XACT_ABORT ON + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + Habilitar cores de plano de fundo de linha alternadas (listras em zigue-zague) na grade de resultados. A cor é derivada do tema atual do VS Code. + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + Habilitar os botões de expandir/recolher em nós de tabela do Designer de Esquema quando as tabelas tiverem mais de 10 colunas + + + Enabled + Habilitado + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + Habilita o pool de conexões para melhorar o desempenho geral da conectividade. Essa configuração está desabilitada por padrão. Visual Studio Code deve ser reinicializado quando o valor é alterado. Para limpar as conexões em pool, execute o comando: 'MS SQL: Clear Pooled Connections'. Observação: Pode manter bancos de dados sem servidor ativos e impedir a pausa automática. + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + Habilita recursos experimentais na extensão do MSSQL. Os recursos não estão prontos para produção e podem ter bugs ou problemas. Reinicie o Visual Studio Code após alterar essa configuração. + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + Permite visualizar os resultados da consulta em uma grade com gerenciamento de estado mais eficiente e mais opções de personalização de colunas, incluindo exibir, ocultar e fixar colunas. + + + Estimated Plan (MSSQL) + Plano Estimado (MSSQL) + + + Execute Query (MSSQL) + Executar Consulta (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + Executar Seleção ou Instrução Atual (MSSQL) + + + Explain Query + Explicar Consulta + + + Export BACPAC + Exportar BACPAC + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + Preenchimento vertical extra em pixels adicionado a cada linha na grade de resultados, controlando a densidade das linhas. Intervalo válido: 0-10. + + + Extract DACPAC + Extrair DACPAC + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + Familiarize-se com mais recursos da extensão MSSQL que podem ajudar você a ser mais produtivo. + + + Filter + Filtrar + + + Filter your Object Explorer Tree + Filtrar sua Árvore do Pesquisador de Objetos + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + Gerar Script + + + Get Started with MSSQL for Visual Studio Code + Comece a usar o MSSQL para Visual Studio Code + + + Getting Started Guide + Guia de Introdução + + + Hide all grid lines + Ocultar todas as linhas de grade + + + Import BACPAC + Importar BACPAC + + + Import Data... + Importar Dados... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + Iniciar Profiler de Consultas... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + Crie uma nova conexão com um banco de dados SQL ou edite conexões existentes na caixa de diálogo de conexão. +Você pode se conectar a um banco de dados inserindo suas informações de conexão, usando uma string de conexão ou navegando por suas assinaturas do Azure. +[Abrir Caixa de Diálogo de Conexão](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + Gerenciar Perfis de Conexão + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + Número máximo de caracteres a serem armazenados em cada valor nas colunas XML depois de executar uma consulta. Valor padrão: 2.097.152. Intervalo de valor válido: 1 a 2.147.483.647. + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + Número máximo de caracteres/bytes a serem armazenados em cada valor nas colunas caractere/binário depois de executar uma consulta. Valor padrão: 65.535. Intervalo de valor válido: 1 a 2.147.483.647. + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + Número máximo de eventos a serem mantidos na memória para o Profiler. Quando esse limite é atingido, eventos mais antigos são descartados. Aumente esse valor se você precisar reter mais eventos durante as sessões de criação de perfil. + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + Número máximo de arquivos antigos a serem removidos na inicialização com mssql.logRetentionMinutes expirado. Os arquivos que não forem limpos devido a essa limitação serão limpos na próxima vez em que o Azure Data Studio for iniciado. + + + Maximum number of rows to return before the server stops processing your query. + O número máximo de linhas a serem retornadas antes que o servidor pare de processar sua consulta. + + + Maximum size of text and ntext data returned from a SELECT statement + O tamanho máximo de dados text e ntext retornados de uma instrução SELECT + + + Migrate from Azure Data Studio + Migrar do Azure Data Studio + + + Modify Table Structure... + Modificar a Estrutura da Tabela... + + + New Database... + Novo Banco de Dados... + + + New Deployment + Nova Implantação + + + New Query + Nova Consulta + + + New Query + Nova Consulta + + + New SQL Notebook + Novo Notebook SQL + + + New Table + Nova Tabela + + + Next Steps with MSSQL for Visual Studio Code + Próximas etapas com MSSQL para o Visual Studio Code + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + O número de minutos para reter os arquivos de log dos serviços de back-end. O padrão é uma semana. + + + Number of query history entries to show in the Query History view + Número de entradas do histórico de consultas a serem mostradas na exibição Histórico de Consultas + + + Object Explorer filters + Filtros do Pesquisador de Objetos + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + Veja apenas os objetos de banco de dados que são mais importantes para você aplicando filtros na árvore do Pesquisador de Objetos. +Comece clicando no botão de filtro ao lado da maioria das pastas na exibição Conexões. + + + Open Changelog + Abrir o log de alterações + + + Open Execution Plan File + Abrir Arquivo de Plano de Execução + + + Open New Query and Connect + Abrir Nova Consulta e Conectar + + + Open Query + Abrir Consulta + + + Open Query History in Command Palette + Abrir Histórico de Consultas na Paleta de Comandos + + + Open Query Profiler (Preview) XEL File + Abrir Arquivo XEL do Analisador de Perfil de Consulta (Versão Prévia) + + + Open Shortcuts Configuration + Abrir Configuração de Atalhos + + + Open Task Result + Abrir Resultado da Tarefa + + + Open in GitHub Copilot Agent + Abrir no Agente do GitHub Copilot + + + Open in GitHub Copilot Chat + Abrir no GitHub Copilot Chat + + + Open in MSSQL extension + Abrir na extensão MSSQL + + + Pause Query History Capture + Pausar a Captura de Histórico de Consultas + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + Impedir execução automática de scripts (por exemplo, 'Selecionar Top 1000'). Quando ativado, os scripts não serão executados automaticamente ao serem gerados. + + + Prompts users to sign in using their browser. + Solicita que os usuários entrem usando o navegador. + + + Query History + Histórico de Consultas + + + Query Results + Resultados da consulta + + + Query editor and query results pane + Editor de consultas e painel de resultados da consulta + + + Query plan visualization + Visualização do plano de consulta + + + Refresh + Atualizar + + + Refresh IntelliSense Cache + Atualizar o Cache do IntelliSense + + + Remove Connection + Remover Conexão + + + Remove Microsoft Entra Account + Remover Conta do Microsoft Entra + + + Rename Database... + Renomear Banco de Dados... + + + Replication + Replicação + + + Restore Database... + Restaurar Banco de Dados... + + + Reveal Query Result (MSSQL) + Resultado da Consulta da Revelação (MSSQL) + + + Rewrite Query + Reescrever Consulta + + + Run Query + Executar Consulta + + + Run Quick Query 1 + Executar Consulta Rápida 1 + + + Run Quick Query 10 + Executar Consulta Rápida 10 + + + Run Quick Query 2 + Executar Consulta Rápida 2 + + + Run Quick Query 3 + Executar Consulta Rápida 3 + + + Run Quick Query 4 + Executar Consulta Rápida 4 + + + Run Quick Query 5 + Executar Consulta Rápida 5 + + + Run Quick Query 6 + Executar Consulta Rápida 6 + + + Run Quick Query 7 + Executar Consulta Rápida 7 + + + Run Quick Query 8 + Executar Consulta Rápida 8 + + + Run Quick Query 9 + Executar Consulta Rápida 9 + + + Run a SQL Query + Executar uma Consulta SQL + + + SQL Container Name + Nome do Contêiner do SQL + + + SQL Container Version + Versão do Contêiner do SQL + + + SQL Server Extended Events Log + Log de Eventos Estendidos do SQL Server + + + SQL Tools (MSSQL) + Ferramentas do SQL (MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + Texto SQL para esta Consulta Rápida. Usar {arg} para inserir o texto selecionado do editor de consultas; caso contrário, ele é acrescentado. + + + Script as Alter + Script como Alterar + + + Script as Create + Script como Criar + + + Script as Drop + Script como Remover + + + Script as Execute + Script como Executar + + + Search Database Objects... + Pesquisar Objetos de Banco de Dados... + + + Select Top 1000 + Selecione Top 1000 + + + Selected Azure subscriptions for browsing and managing servers and databases + Assinaturas do Azure selecionadas para navegação e gerenciamento de servidores e bancos de dados + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + Workspaces selecionados do Microsoft Fabric para navegação e gerenciamento de bancos de dados SQL + + + Send Feedback + Enviar Comentários + + + Set the font family for the results grid; set to blank to use the editor font + Defina a família de fontes para a grade de resultados. Defina como em branco para usar a fonte do editor + + + Set the font size for the results grid; set to blank to use the editor size + Defina o tamanho da fonte para a grade de resultados. Defina como em branco para usar o tamanho do editor + + + Shortcuts handled inside MSSQL views + Atalhos tratados nas exibições do MSSQL + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + As colunas BIT devem ser exibidas como números (1 ou 0)? Se false, as colunas BIT serão exibidas como "true" ou "false" + + + Should IntelliSense be enabled + O IntelliSense deve estar habilitado? + + + Should IntelliSense error checking be enabled + A verificação de erros do IntelliSense deve estar habilitada? + + + Should IntelliSense quick info be enabled + As informações rápidas do IntelliSense devem estar habilitadas? + + + Should IntelliSense suggestions be enabled + As sugestões do IntelliSense devem estar habilitadas? + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + As Informações de Identificação Pessoal (PII) devem ser registradas no canal de saída dos Logs do Azure e no arquivo de log do canal de saída? + + + Should Query History feature be enabled + O recurso Histórico de Consultas deve ser habilitado? + + + Should language service be auto-disabled when extension detects Non-MSSQL files + O serviço de linguagem deve ser desabilitado automaticamente quando a extensão detectar arquivos Não MSSQL + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + As seleções de resultados da consulta e as posições de rolagem devem ser salvas ao alternar as guias (isso pode afetar o desempenho)? + + + Show both horizontal and vertical grid lines + Mostrar linhas de grade horizontais e verticais + + + Show changelog after extension updates + Mostrar o log de alterações após atualizações da extensão + + + Show only horizontal grid lines + Mostrar apenas linhas de grade horizontais + + + Show only vertical grid lines + Mostrar apenas linhas de grade verticais + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + Mostrar os detalhes da conexão SQL ativa como uma sugestão CodeLens no topo do editor para rápida visualização. + + + Sort and Filter Query Results + Classificar e filtrar os resultados da consulta + + + Sort and filter options for query results + Opções de classificação e filtragem para os resultados da consulta + + + Sort and filter your query results to find the data you need quickly. + Classifique e filtre os resultados da sua consulta para encontrar rapidamente os dados de que você precisa. + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + Equivalente de nuvem soberana para ".crm.dynamics.com" (incluindo ponto à esquerda) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + Equivalente de nuvem soberana para `.database.fabric.microsoft.com` (incluindo ponto à esquerda) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + Equivalente de nuvem soberana para `.database.windows.net` (incluindo ponto à esquerda) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + Equivalente de nuvem soberana para `.datawarehouse.fabric.microsoft.com` (incluindo ponto à esquerda) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + Equivalente de nuvem soberana para `.sql.azuresynapse.net` (incluindo ponto à esquerda) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + Equivalente de nuvem soberana para `https://analysis.windows.net/powerbi/api/` + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + Equivalente de nuvem soberana para `https://api.fabric.microsoft.com/v1/` + + + Sovereign cloud equivalent for `https://database.windows.net/` + Equivalente de nuvem soberana para `https://database.windows.net/` + + + Sovereign cloud equivalent for `https://vault.azure.net/` + Equivalente de nuvem soberana para `https://vault.azure.net/` + + + Start Query History Capture + Iniciar a Captura de Histórico de Consultas + + + Start SQL Container + Iniciar Contêiner SQL + + + Stop SQL Container + Parar Contêiner do SQL + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + Designer de Tabela + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + Armazenar temporariamente senhas para conexões com 'Senhas Salvas' desabilitadas, até que a extensão seja reiniciada. Isso impede prompts de senha repetidos ao reutilizar conexões na mesma sessão. + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + A ID (GUID) do perfil de conexão a ser usado quando `mssql.newEditorConnectionBehavior` estiver definido como `defaultConnection`. A ID de conexão pode ser encontrada no settings.json em `mssql.connections`. + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + A configuração personalizada adicional específica do MSSQL para a Nuvem Soberana usar com o provedor de autenticação Microsoft Sovereign Cloud. Isso juntamente com a definição de `microsoft-sovereign-cloud.environment` como `custom` e o fornecimento de valores para `microsoft-sovereign-cloud.customEnvironment` é necessário para usar esse recurso com o MSSQL. + + + The color of the connection group. + A cor do grupo de conexão. + + + The description of the connection group. + Descrição do estado da conexão. + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + O número máximo de caracteres a serem exibidos para as informações de conexão na barra de status. Defina como -1 para não ter limite. + + + The maximum number of recently used connections to store in the connection list. + O número máximo de conexões usadas recentemente para armazenar na lista de conexões. + + + The name of the connection group. + O nome do Grupo de Conexão. + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + O tempo limite em segundos para expandir um nó no Pesquisador de Objetos. O valor padrão é 45 segundos. + + + The unique identifier for the connection group this connection profile belongs to. + O identificador exclusivo do grupo de conexão ao qual esse perfil de conexão pertence. + + + The unique identifier for the connection group. + O identificador exclusivo do grupo de conexão. + + + The unique identifier for the parent connection group. + O identificador exclusivo do grupo de conexões pai. + + + The unique identifier for this connection profile. + O identificador exclusivo desse perfil de conexão. + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + Esta configuração foi preterida. Use `mssql.newEditorConnectionBehavior`. A extensão migrará automaticamente essa configuração na inicialização. + + + This setting will be removed in a future release. + Essa configuração será removida em uma versão futura. + + + Toggle Actual Plan + Ativar/Desativar Plano Real + + + Toggle Query Result Panel Visibility (MSSQL) + Alternar Visibilidade do Painel de Resultados da Consulta (MSSQL) + + + Toggle SQLCMD Mode + Ativar/desativar Modo SQLCMD + + + True for the messages pane to be open by default; false for closed + True para o painel de mensagens ser aberto por padrão; false para ser fechado + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + Entenda o que sua consulta está fazendo visualizando o plano de consulta. +Confira o plano estimado sem executar a consulta ou visualize o plano de consulta real após executá-la alternando os botões na parte superior da janela do editor de consultas. + + + Use Database + Usar Banco de Dados + + + Use column headers and data to size columns automatically + Usar cabeçalhos de coluna e dados para dimensionar colunas automaticamente + + + Use only column headers to size columns automatically + Usar somente cabeçalhos de coluna para dimensionar colunas automaticamente + + + Use only row data to size columns automatically + Usar somente dados de linha para dimensionar colunas automaticamente + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + Usa as contas conectadas do VS Code para autenticação MFA do Microsoft Entra ID no SQL. Reinicie o Visual Studio Code após alterar essa configuração. + + + View Task Logs + Exibir os Logs da Tarefa + + + Visualize a Query Plan + Visualizar um Plano de Consulta + + + Visualize and Design Schema... + Visualizar e Projetar Esquema... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + Quando habilitada, a opção Copiar Tudo no painel Mensagens dos resultados da consulta inclui os carimbos de data e hora das mensagens. + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + Quando habilitada, transfira automaticamente a conexão ativa para arquivos SQL recém-abertos. Quando desabilitado, você deve se conectar explicitamente a um banco de dados para cada arquivo SQL. + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + Quando habilitado, colore o item da barra de status de conexão com a cor do grupo de conexões. Essa configuração está desabilitada por padrão. Isso utiliza a cor da pasta do grupo de conexões diretamente e não a altera para garantir o contraste com o tema atual do VS Code. Os usuários devem escolher as cores do grupo de conexões que funcionem bem com o tema. + + + When enabled, connection groups will be collapsed instead of expanded at startup. + Quando habilitados, os grupos de conexões serão recolhidos em vez de expandidos na inicialização. + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + Quando habilitado, as exportações de resultados de consulta salvas são abertas após a exportação. As exportações do Excel são abertas com o manipulador de arquivos do sistema; exportações de texto são abertas no VS Code. + + + When enabled, the database objects in Object Explorer will be categorized by schema. + Quando habilitados, os objetos de banco de dados no Pesquisador de Objetos serão categorizados por esquema. + + + Windows Authentication + Autenticação do Windows + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + Grave uma consulta SQL e a execute no seu banco de dados. +Você também pode clicar no botão "Abrir na Nova Guia" para ver os resultados da sua consulta em uma guia separada e, opcionalmente, definir isso como o comportamento padrão. + + + Your first steps for connecting to and developing with a SQL database + Seus primeiros passos para se conectar e desenvolver com um banco de dados SQL + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [Opcional] Um número não negativo usado para classificar este grupo de conexão na barra lateral do Pesquisador de Objetos. Grupos com um valor de 'order' são exibidos primeiro, do menor para o maior; os grupos restantes vêm em ordem alfabética. + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [Opcional] Um número não negativo usado para classificar esta conexão na barra lateral do Pesquisador de Objetos. As conexões com um valor de 'order' são exibidas primeiro, da menor para a maior; as conexões restantes vêm em ordem alfabética. + + + [Optional] Character used for enclosing text fields when saving results as CSV + [Opcional] Caractere usado para delimitar campos de texto ao salvar os resultados como CSV + + + [Optional] Character(s) used for separating rows when saving results as CSV + [Opcional] Caracteres usados para separar linhas ao salvar os resultados como CSV + + + [Optional] Configuration options for copying multi-line results from the Results View + [Opcional] Opções de configuração para copiar os resultados de várias linhas da Visualização dos Resultados + + + [Optional] Configuration options for copying results from the Results View + [Opcional] Opções de configuração para copiar os resultados da Visualização dos Resultados + + + [Optional] Configuration options for which column new result panes should open in + [Opcional] Opções de configuração para as quais a coluna Novos painéis de resultados deve ser aberta + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [Opcional] Declara o tipo de carga de trabalho do aplicativo ao se conectar ao SQL Server como ReadWrite ou ReadOnly. Consulte o SQL Server Always On para mais detalhes. + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [Opcional] Delimitador para separar itens de dados ao salvar resultados como CSV. Escolha entre separadores comuns, como vírgula (,), guia (\t), ponto e vírgula (;) ou redirecionar (|) + + + [Optional] Do not show unsupported platform warnings + [Opcional] Não mostrar os avisos de plataforma sem suporte + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [Opcional] Codificação de arquivo usada ao salvar resultados como CSV. Escolha entre UTF-8 (recomendado), UTF-16, ASCII ou Latin-1 com base na compatibilidade do aplicativo de destino + + + [Optional] Indicates the SQL Server language settings. + [Opcional] Indica as configurações de linguagem do SQL Server. + + + [Optional] Indicates the name of local docker container the connection is on + [Opcional] Indica o nome do contêiner Docker local onde a conexão está + + + [Optional] Indicates whether this profile has an empty password explicitly set + [Opcional] Indica se este perfil tem uma senha vazia definida explicitamente + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [Opcional] Indica qual tipo de servidor será exposto pelo provedor pelo DataReader. + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [Opcional] Registre a saída de depuração no console do VS Code (Ajuda -> Ativar/Desativar Ferramentas para Desenvolvedores) + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [Opcional] Nível de log para serviços de back-end. O Azure Data Studio gera um nome de arquivo sempre que é iniciado e, quando o arquivo já existe, as entradas de logs são acrescentadas a esse arquivo. Para a limpeza de arquivos de log antigos, confira as configurações logRetentionMinutes e logFilesRemovalLimit. O tracingLevel padrão não registra uma grande quantidade de log. A alteração de detalhamento pode levar ao aumento dos requisitos de registro em log e de espaço em disco para os logs. Erro inclui Crítico, Aviso inclui Erro, informações inclui Aviso e Detalhado inclui Informações + + + [Optional] Should execution time be shown for individual batches + [Opcional] O tempo de execução deve ser mostrado para lotes individuais? + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [Opcional] Especifique um nome personalizado para este perfil de conexão para facilmente navegar e pesquisar na paleta de comandos do Visual Studio Code. + + + [Optional] Specify the SQL Server authentication type. + [Opcional] Especifique o tipo de autenticação do SQL Server. + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [Opcional] Especifique o nome do banco de dados ao qual se conectar. Se o banco de dados não for especificado, a configuração do banco de dados de usuário padrão será usada; normalmente o banco de dados "mestre". + + + [Optional] Specify the delay between attempts to restore connection. + [Opcional] Especifique o atraso entre as tentativas de restabelecer a conexão. + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [Opcional] Especifique o período de tempo em segundos para aguardar a execução de um comando antes de encerrar a tentativa e gerar um erro. O valor padrão é 30 segundos. + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [Opcional] Especifique o período de tempo em segundos para aguardar uma conexão com o servidor antes de encerrar a tentativa de conexão e gerar um erro. O valor padrão é 30 segundos. + + + [Optional] Specify the maximum number of connections allowed in the pool. + [Opcional] Especifique o número máximo de conexões permitidas no pool. + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [Opcional] Especifique o tempo mínimo em segundos para a conexão ficar ativa no pool antes de ser removida/excluída. + + + [Optional] Specify the minimum number of connections allowed in the pool. + [Opcional] Especifique o número mínimo de conexões permitidas no pool. + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [Opcional] Especifique o nome do aplicativo usado pelo SQL Server para log (padrão: "vscode-mssql"). + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [Opcional] Especifique o nome do arquivo primário, incluindo o nome do caminho completo, de um banco de dados anexável. + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [Opcional] Especifique o nome da estação de trabalho que está se conectando ao SQL Server. + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [Opcional] Especifique o endereço de rede ou o nome da instância do SQL Server que atua como um parceiro de failover. + + + [Optional] Specify the number of attempts to restore connection. + [Opcional] Especifique o número de tentativas para restaurar a conexão. + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [Opcional] Especifique a senha para autenticação do SQL Server. Se a senha não for especificada ou não estiver salva, ela será solicitada novamente quando você se conectar. + + + [Optional] Specify the port number to connect to. + [Opcional] Especifique o número da porta à qual se conectar. + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [Opcional] Especifique o tamanho em bytes dos pacotes de rede para se comunicar com o SQL Server. + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [Opcional] Especifique o nome de usuário para autenticação do SQL Server. Se o nome de usuário não for especificado, ele será solicitado novamente quando você se conectar. + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [Opcional] A cadeia de conexão do ADO.NET a ser usada para a conexão. Substitui outras opções desta conexão. + + + [Optional] Used by SQL Server in replication. + [Opcional] Usado pelo SQL Server na replicação. + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [Opcional] Quando "Obrigatório" ou "Estrito", o SQL Server usa criptografia SSL para todos os dados enviados entre o cliente e o servidor se o servidor tiver um certificado instalado. Quando definido como "Estrito", o SQL Server usa o TDS 8.0 para todas as transferências de dados entre o cliente e o servidor. "Estrito" tem suporte no SQL Server 2022 em diante. + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [Opcional] Quando definidos como "true", os vários conjuntos de resultados podem ser retornados e lidos na conexão. + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [Opcional] Quando definido como "true", o certificado SSL do SQL Server será automaticamente confiável quando a camada de comunicação for criptografada com SSL. Defina "false" para conexão de Banco de Dados SQL do Azure. + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [Opcional] Quando definido como 'true', o objeto de conexão é obtido do pool apropriado ou, se necessário, é criado e adicionado ao pool correspondente. Observação: Pode manter bancos de dados sem servidor ativos e impedir a pausa automática. + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [Opcional] Quando definidas como "true", a detecção e a conexão ao servidor ativo serão mais rápidas se o Grupo de Disponibilidade Always On estiver configurado em sub-redes diferentes. + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [Opcional] Quando definida como "true", a senha para a autenticação do SQL Server é salva no repositório seguro de seu sistema operacional, como KeyChain no MacOS ou Repositório Seguro no Windows. + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [Opcional] Quando definidas como false, informações confidenciais de segurança, como senha, não serão retornadas como parte da conexão se a conexão estiver aberta ou caso nunca tenha estado em um estado aberto. + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [Opcional] Quando especificado (e encrypt=Mandatory e trustServerCertificate=false), o SQL Server usa o nome do host fornecido para validar a confiança com o certificado do servidor. + + + [Optional] When true, column headers are included when saving results as CSV + [Opcional] Quando true, os cabeçalhos de coluna são incluídos ao salvar os resultados como CSV + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [Obrigatório] Especifique o nome do servidor ao qual se conectar. Use "hostname instance" ou "<server>.database.windows.net" para o Banco de Dados SQL do Azure. + + + auth + autenticação + + + database + banco de dados + + + port + porta + + + server + servidor + + + user + usuário + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.ru.xlf b/localization/xliff/vscode-mssql.ru.xlf index fc7afb9062..ff22685de3 100644 --- a/localization/xliff/vscode-mssql.ru.xlf +++ b/localization/xliff/vscode-mssql.ru.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - является обязательным. - - - $(check) Copied messages - $(check) Скопированные сообщения - - - $(plug) Connect to MSSQL - $(plug) Подключение к MSSQL - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - Параметр "mssql.newEditorConnectionBehavior" установлен в значение "defaultConnection", но "mssql.defaultConnectionId" не настроен. Новые редакторы перейдут к передаче активного соединения. - - - '{0}' started. - {0} is the service name - "{0}" начато. - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <По умолчанию> - - - <default> - <по умолчанию> - - - (0 rows affected) - (Затронуто 0 строк) - - - (0 rows) - (0 строк) - - - (1 row affected) - (Затронута 1 строка) - - - (Command completed successfully) - (Команда выполнена успешно) - - - (current) - (текущее) - - - (empty) - (пусто) - - - ({0} row(s) affected) - {0} is the number of rows affected - (затронутых строк: {0}) - - - ({0} row) - {0} is the number of rows (singular) - ({0} строка) - - - ({0} rows affected) - {0} is the number of rows affected - (Затронуто строк: {0}) - - - ({0} rows) - {0} is the number of rows (plural) - (строк: {0}) - - - + Add Azure Account - + Добавить учетную запись Azure - - - + Add Fabric Account - + Добавить учетную запись Fabric - - - + Create Connection Group - + Создать группу подключений - - - - - - - - - 0 rows - 0 строк - - - 0 rows returned - Возвращено 0 строк - - - 1 - 1 - - - 1 row - 1 строка - - - 1 row returned - Возвращена 1 строка - - - 100K vCore seconds - 100K vCore секунд - - - 32 GB - 32 ГБ - - - 32 GB storage + 32 GB backup - 32 ГБ памяти + 32 ГБ резервного копирования - - - 60 min - 60 мин - - - = - = - - - A SQL editor must have focus before executing this command - Перед выполнением этой команды фокус должен находиться в редакторе SQL - - - A connection is already being established. Please wait for it to complete before running a query. - Подключение уже устанавливается. Дождитесь его завершения перед выполнением запроса. - - - A database with this name already exists on the server - База данных с таким именем уже существует на сервере - - - A firewall rule is required to access this server. - Для доступа к этому серверу требуется правило брандмауэра. - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - Высокоинтегрированная, готовая для разработчиков транзакционная база данных, которая автоматически масштабируется, автоматически настраивается и зеркально отображает данные в Одном озере для аналитики в службах Fabric - - - A predefined global default value for the column or binding. - Предопределенное глобальное значение по умолчанию для столбца или привязки. - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - Запрос уже выполняется для этого сеанса редактора. Отмените запрос или дождитесь окончания его выполнения. - - - A required .NET runtime could not be found or installed. - Не удалось найти или установить необходимую среду выполнения .NET. - - - API Type - Тип API - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - Ускоряйте развитие схемы, автоматически генерируя скрипты миграции ORM или изменений T-SQL - - - Accept - Принять - - - Accept All - Принять все - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - Примите условия лицензионного соглашения SQL Server, чтобы развернуть контейнер Docker с SQL Server - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - Отказано в доступе. Обеспечьте наличие у вас необходимых разрешений для использования этого инструмента или модели. - - - Access to the XEL file was denied. - Отказано в доступе к XEL-файлу. - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Истек срок действия маркера доступа для подключения {0} с URI {1} - - - Account - Учетная запись - - - Account not found - Учетная запись не найдена - - - Action - Действие - - - Action Type - Тип действия - - - Actions - Действия - - - Active filters: - Активные фильтры: - - - Actual Elapsed CPU Time - Фактически затраченное время ЦП - - - Actual Elapsed Time - Фактически затраченное время - - - Actual Number of Rows For All Executions - Фактическое число строк для всех выполнений - - - Add - Добавить - - - Add Account - Добавить учетную запись - - - Add Column - Добавить столбец - - - Add Connection - Добавить подключение - - - Add Firewall Rule - Добавить правило брандмауэра - - - Add Firewall Rule to {0} - {0} is the server name - Добавить правило брандмауэра в {0} - - - Add MCP server to workspace configuration - Добавить сервер MCP в конфигурацию рабочей области - - - Add Row - Добавить строку - - - Add Server Connection - Добавить подключение к серверу - - - Add Table - Добавить таблицу - - - Add a Microsoft Entra account... - Добавьте учетную запись Microsoft Entra... - - - Add account - Добавить учетную запись - - - Add filter - Добавление фильтра - - - Add filters to modify the SQL query - Добавьте фильтры, чтобы изменить SQL-запрос - - - Add my client IP ({0}) - {0} is the IP address of the client - Добавить мой клиентский IP-адрес ({0}) - - - Add my subnet IP range - Добавить диапазон IP-адресов моей подсети - - - Add new column - Добавить новый столбец - - - Add new foreign key - Добавить новый внешний ключ - - - Add tag - Добавить тег - - - Add to VS Code - Добавить в VS Code - - - Add to favorites - Добавить в избранное - - - Add to workspace - Добавить в рабочую область - - - Added - Добавлено - - - Added column '{0}' - {0} is the column name - Добавлен столбец '{0}' - - - Added foreign key '{0}' - {0} is the foreign key name - Добавлен внешний ключ '{0}' - - - Additional parameters - Дополнительные параметры - - - Additional usage beyond the free amount will be charged at serverless rates. - Дополнительное потребление сверх бесплатного объема будет оплачиваться по бессерверным тарифам. - - - Admin Password - Пароль администратора - - - Admin Username - Имя пользователя администратора - - - Advanced - Расширенный - - - Advanced Backup Options - Дополнительные параметры резервного копирования - - - Advanced Connection Settings - Дополнительные параметры подключения - - - Advanced Entity Configuration - Расширенная конфигурация сущности - - - Advanced Options - Дополнительные параметры - - - Advanced Publish Options - Дополнительные параметры публикации - - - Advanced restore options - Расширенные параметры восстановления - - - After - После - - - All - Все - - - All Files (*.*) - Все файлы (*.*) - - - All Schemas - Все схемы - - - All files - Все файлы - - - All permissions for extensions to access your connections have been cleared. - Все разрешения для расширений на доступ к вашим подключениям очищены. - - - All selected - Все выбранные - - - All severities - Все уровни серьезности - - - Allow Null - Разрешить значение NULL - - - Allow Nulls - Разрешить значения NULL - - - Allow null - Разрешить значение null - - - Allow this extension to access your connections - Разрешить этому расширению доступ к вашим подключениям - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - Позволяет клиентам MCP использовать стандартные инструменты создания, чтения, обновления и удаления для этой таблицы. - - - Alphabetical - В алфавитном порядке - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - Уже используется {0} - - - Alter - Изменение - - - Always Encrypted - Always Encrypted - - - Always show in new tab - Всегда показывать в новой вкладке - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - Неоднозначная ссылка на подключение. Укажите только connectionId или connectionName. - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - Чтобы GitHub Copilot понял схему вашей базы данных и продолжил работу, требуется активное подключение. -Выберите "{0}", чтобы установить подключение. - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - Произошла ошибка при обновлении узлов. Подробнее см. в канале вывода MSSQL. - - - An error occurred while copying results: {0} - {0} is the error message - Произошла ошибка при копировании результатов: {0} - - - An error occurred while loading data. - При загрузке данных произошла ошибка. - - - An error occurred while processing your request. - При обработке запроса произошла ошибка. - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - Произошла ошибка при удалении учетной записи Microsoft Entra: {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - Ошибка при получении строк: {0} - - - An error occurred: {0} - {0} is the error message - Произошла ошибка: {0} - - - An unexpected error occurred - Произошла неожиданная ошибка - - - An unexpected error occurred with the language model. Please try again. - В языковой модели возникла непредвиденная ошибка. Попробуйте еще раз. - - - An unknown error occurred. Please try again. - Возникла неизвестная ошибка. Попробуйте еще раз. - - - Analytics-ready by default - Готово к аналитике по умолчанию - - - Analyze static code with customizable rulesets in SQL Database Projects. - Анализируйте статический программный код с настраиваемыми наборами правил в проектах базы данных SQL. - - - And - И - - - Anonymous - Анонимно - - - Append to the existing backup set - Добавить к существующему резервному набору данных - - - Application (Client) ID - Идентификатор приложения (клиент) - - - Application (Client) ID is required. - Требуется идентификатор приложения (клиент). - - - Application Intent - Намерение приложения - - - Application Name - Имя приложения - - - Application Version - Версия приложения - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - Версия приложения должна иметь формат n.n.n или n.n.n.n, где n — число (например, 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - Версия приложения должна иметь формат n.n.n.n, где n — число (например, 1.0.0.0) - - - Apply - Применить - - - Apply Changes - Применить изменения - - - Apply changes to target - Применить изменения к целевому объекту - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - Используйте контекстные предложения для синтаксиса SQL, связей и ограничений - - - Apply failed. Fix the error and retry, or run Schema Compare again. - Не удалось применить изменения. Исправьте ошибку и повторите попытку или снова запустите Сравнение схем. - - - Applying changes, this might take a while... - Применение изменений может занять некоторое время... - - - Approve - Утвердить - - - Are you sure you want to cancel this background task? - Вы действительно хотите отменить эту задачу, выполняющуюся в фоновом режиме? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - Действительно закрыть текущий сеанс? Все зафиксированные события будут потеряны. Перед закрытием можно экспортировать события в CSV-файл из панели инструментов. - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - Действительно удалить контейнер {0}? При этом из VS Code будет удален и контейнер, и его подключение. - - - Are you sure you want to delete the selected items? - Вы действительно хотите удалить выбранные объекты? - - - Are you sure you want to delete {0}? - {0} is the group name - Удалить {0}? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - Действительно удалить {0}? Также можно удалить подключения этой группы или переместить их в корневую папку. - - - Are you sure you want to disconnect? - Вы действительно хотите разорвать подключение? - - - Are you sure you want to remove {0}? - {0} is the node label - Действительно удалить {0}? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - Действительно отменить все изменения Copilot? Это отменит все отслеживаемые изменения с возвратом к исходному состоянию. - - - Are you sure you want to update the target? - Вы действительно хотите обновить целевой объект? - - - Are you sure you want to {0}? - {0} is the action being confirmed - Вы действительно хотите {0}? - - - Are you sure? - Вы уверены? - - - Ask GitHub Copilot to Fix - Спросить GitHub Copilot об исправлении - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - Задавайте вопросы или предлагайте изменения схемы в чате, и GitHub Copilot мгновенно обновит схему на диаграмме. - - - At least one API type must be selected. - Нужно выбрать хотя бы один тип API. - - - Auth type - Тип аутентификации - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - Проверьте подлинность с использованием субъекта-службы Microsoft Entra. Введите идентификатор приложения (клиента) в качестве имени пользователя, а секрет клиента — в качестве пароля. Для получения дополнительных сведений щелкните значок информации. - - - Authenticated - Проверка подлинности выполнена - - - Authentication - Проверка подлинности - - - Authentication Library has changed, please reload Visual Studio Code. - Библиотека проверки подлинности изменена. Перезагрузите Visual Studio Code. - - - Authentication Type - Тип проверки подлинности - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - Ошибка проверки подлинности для учетной записи "{0}" (клиент "{1}"). Для решения этой проблемы необходимо очистить кэш токенов, что приведет к выходу из всех подключенных учетных записей. - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - Ошибка проверки подлинности для учетной записи. Для решения этой проблемы необходимо очистить кэш токенов, что приведет к выходу из всех подключенных учетных записей. - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - Не удалось выполнить проверку подлинности из-за несоответствия nonce, закройте Azure Data Studio и повторите попытку. - - - Authentication failed due to a state mismatch, please close ADS and try again. - Не удалось выполнить проверку подлинности из-за несоответствия состояния, закройте ADS и повторите попытку. - - - Authentication not supported - Проверка подлинности не поддерживается - - - Auto Arrange - Разместить автоматически - - - Auto Arrange Confirmation - Подтверждение автоматического упорядочивания - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - Автоматическое упорядочивание автоматически изменит размещение всех элементов диаграммы на основе оптимальных алгоритмов макета. Созданное вами настраиваемое размещение будут потеряно. Вы хотите продолжить автоматическое упорядочивание диаграммы схемы? - - - Auto-pause - Автоматическая приостановка - - - Auto-pause the database until next month - Приостановить автоматическую блокировку базы данных до следующего месяца - - - Auto-scroll - Автоматическая прокрутка - - - Auto-scroll disabled - Автоматическая прокрутка отключена - - - Auto-scroll enabled - Автоматическая прокрутка включена - - - Automatic tuning features like automatic index creation enabled by default. - Функции автоматической настройки, например автоматическое создание индексов, включены по умолчанию. - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - Автоматически выбирает доступное удостоверение Microsoft Entra ID от поставщиков, установленных в системе. Для получения дополнительных сведений щелкните значок информации. - - - Available Servers - Доступные серверы - - - Average: {0} - {0} is the average - Среднее: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - Среднее значение: {0} Количество: {1} Сумма: {2} - - - Avg - Среднее - - - Azure (China) - Azure (Китай) - - - Azure (Public) - Azure (общедоступная служба) - - - Azure (US Government) - Azure (для государственных организаций США) - - - Azure Account - Учетная запись Azure - - - Azure Account is required - Требуется учетная запись Azure - - - Azure Code Grant - Предоставление кода Azure - - - Azure Data Studio Migration - Миграция в Azure Data Studio - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Набор средств миграции Azure Data Studio — теперь включен Keymap! - - - Azure Data Studio settings file - Файл параметров Azure Data Studio - - - Azure Databases - Базы данных Azure - - - Azure Device Code - Код устройства Azure - - - Azure MFA - Azure MFA - - - Azure SQL Database is not supported for backup. - Резервное копирование Базы данных SQL Azure не поддерживается. - - - Azure SQL Database is not supported for restore. - Восстановление Базы данных SQL Azure не поддерживается. - - - Azure SQL Managed Instance - Управляемый экземпляр SQL Azure - - - Azure SQL Server - Azure SQL Server - - - Azure SQL databases provisioning - Подготовка баз данных SQL Azure - - - Azure Subscriptions - Подписки Azure - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - Учетная запись Azure "{0}" не найдена. Войдите, используя правильную учетную запись, или выберите другую. - - - Azure sign in failed. - Сбой входа в Azure. - - - Azure subscription not found in cache. - Подписка Azure не найдена в кэше. - - - Azure: Sign In - Azure: вход - - - Azure: Sign In to Azure Cloud - Azure: вход в облако Azure - - - Azure: Sign In with Device Code - Azure: войдите с кодом устройства - - - BACPAC exported successfully - BACPAC экспортирован - - - BACPAC exported successfully to '{0}' - {0} is the file path - BACPAC экспортирован в "{0}" - - - BACPAC imported successfully - BACPAC импортирован - - - BACPAC imported successfully to database '{0}' - {0} is the database name - BACPAC импортирован в базу данных "{0}" - - - Back - Назад - - - Back to Schema - Вернуться к схеме - - - Back to preview - Вернуться к предварительному просмотру - - - Backup - Резервное копирование - - - Backup Database - {0} - {0} is the database name - Создание резервной копии базы данных - {0} - - - Backup File - Файл резервной копии - - - Backup Files - Файлы резервных копий - - - Backup Files (*.bak, *.log, *.trn) - Файлы резервных копий (*.bak, *.log, *.trn) - - - Backup Location - Расположение резервной копии - - - Backup Name - Имя резервной копии - - - Backup Storage Redundancy - Избыточность хранилища резервных копий - - - Backup Type - Тип резервной копии - - - Backup sets to restore - Резервные наборы данных для восстановления - - - Backup the tail of the log - Резервное копирование заключительного фрагмента журнала - - - Backup to a new media set - Создать резервную копию на новом наборе носителей - - - Batch execution time: {0} - {0} is the batch time - Время выполнения пакета: {0} - - - Before - До - - - Behavior when free offer limit is reached - Поведение при достижении ограничения бесплатных предложений - - - Between - Между - - - Blanks - Пустые - - - Blob - BLOB-объект - - - Blob Container - Контейнер BLOB-объектов - - - Blob Container is required - Требуется указать контейнер BLOB-объектов - - - Blob does not contain a valid database backup - BLOB-объект не содержит действительной резервной копии базы данных - - - Blob is required - BLOB-объект обязателен - - - Block this extension from accessing your connections - Запретить этому расширению доступ к вашим подключениям - - - Both - Оба - - - Brightness - Яркость - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - Перенесите сохраненные подключения, группы и конфигурацию из Azure Data Studio в расширение MSSQL и откройте для себя знакомые возможности. - - - Browse - Просмотреть - - - Browse Azure - Обзор Azure - - - Browse Azure SQL Database tutorials and docs - Просмотрите руководства и документацию по Azure SQL Database - - - Browse Fabric - Обзор Fabric - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - Просматривайте рабочие области Fabric и создавайте базы данных SQL в Fabric, не выходя из VS Code. - - - Browse files - Обзор файлов - - - Browse forvpath - Обзор forvpath - - - Browse to Azure Data Studio settings.json - Перейти к файлу Azure Data Studio settings.json - - - Browse... - Обзор... - - - Build APIs with GitHub Copilot - Создание API с помощью GitHub Copilot - - - Build Data API - Построение API данных - - - Build failed with exit code {0} - Сбой сборки с кодом завершения {0} - - - Build {0} - Сборка {0} - - - Building {0}... - Сборка {0}... - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - Встроенное шифрование, правила брандмауэра и интеграция с Microsoft Entra ID для защиты ваших данных. - - - Bulk Actions - Массовые действия - - - Bulk-logged - С неполным протоколированием - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - Файлы CSV/TXT (*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - Вызов инструмента: {0} с {1}. - - - Cancel - Отмена - - - Cancel Query - Отменить запрос - - - Cancel Task - Отменить задачу - - - Cancel failed: {0} - {0} is the error message - Не удалось отменить: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - Сбой при отмене сравнения схем: "{0}" - - - Cancel the query execution in progress - Отменить выполнение текущего запроса - - - Canceled - Отменено - - - Canceling - Производится отмена - - - Canceling query - Отмена запроса - - - Canceling the query failed: {0} - {0} is the error message - Ошибка при попытке отмены запроса: {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - Не удается получить доступ к сокету Docker. Возможно, пользователь не входит в группу docker или VS Code был запущен до того, как вступило в силу членство в группе. Выполните команду sudo usermod -aG docker $USER, а затем выйдите из системы и снова войдите в нее (или перезагрузите устройство) перед повторным запуском VS Code. - - - Cannot cancel query as no query is running. - Невозможно отменить запрос, так как ни один запрос не выполняется. - - - Cannot change session while active - Невозможно изменить сеанс, пока он активен - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - Не удается подключиться из-за токенов с истекшим сроком действия. Выполните проверку подлинности заново и повторите попытку. - - - Cannot create foreign key - Не удается создать внешний ключ - - - Cannot delete column because it is part of foreign key relationships. - Невозможно удалить столбец, так как он является частью связей внешнего ключа. - - - Cannot delete column because it is referenced by a foreign key. - Невозможно удалить столбец, так как на него ссылается внешний ключ. - - - Cannot delete column because it is used by a foreign key. - Невозможно удалить столбец, так как его использует внешний ключ. - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - Невозможно исключить {0}. Существуют включенные зависимости - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - Невозможно исключить {0}. Существуют включенные зависимости, например {1} - - - Cannot generate script without a restore plan - Без плана восстановления невозможно сгенерировать скрипт - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - Невозможно включить {0}. Существуют исключенные зависимости - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - Невозможно включить {0}. Существуют исключенные зависимости, например {1} - - - Cannot revert: The column is part of a foreign key that references a deleted table - Невозможно отменить изменения: столбец входит в состав внешнего ключа, ссылающегося на удалённую таблицу - - - Cannot revert: The referenced table or column has been deleted - Невозможно отменить изменения: ссылка указывает на удалённую таблицу или столбец - - - Cascade - Каскад - - - Category - Категория - - - Change - Изменить - - - Change Connection - Изменить подключение - - - Change Database - Изменить базу данных - - - Change Password - Изменить пароль - - - Change Setting - Изменить параметр - - - Change column width - Изменить ширину столбца - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Изменить базу данных на "{2}" для подключения "{0}" (ИД: {1})? - - - Change the connection for the active SQL document - Изменить подключение для активного документа SQL - - - Change the database for the active SQL document - Изменить базу данных для активного документа SQL - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - Изменение {0} из {1} - - - Changed Tables - Измененные таблицы - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - Контекст базы данных изменен на "{0}" для документа "{1}" - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Контекст базы данных изменен на "{0}" на сервере "{1}" в документе "{2}". - - - Changes - Изменения - - - Changes ({0}) - {0} is the number of schema changes - Изменения ({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - Изменения применены. Снова запустите Сравнение схем, чтобы увидеть обновленные различия. - - - Changes published successfully - Изменения успешно опубликованы - - - Changes saved successfully. - Изменения сохранены. - - - Changes view mode - Режим просмотра изменений - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - Контекст базы данных заменяется на "{0}" на сервере "{1}" в документе "{2}". - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - Изменение базы данных на "{2}" для подключения "{0}" (ИД: {1}) - - - Chat - Чат - - - Chat command not available in this VS Code version - Команда чата недоступна в этой версии VS Code - - - Check Constraint - Проверочное ограничение - - - Check Constraints - Проверочные ограничения - - - Checking Docker Engine Configuration - Проверка конфигурации подсистемы Docker - - - Checking Docker engine - Проверка подсистемы Docker - - - Checking Docker installation - Проверка установки Docker - - - Checking Docker prerequisites... - Проверяются предварительные условия Docker... - - - Checking container readiness - Проверка готовности контейнера - - - Checking if Docker is installed - Проверка установки Docker - - - Checking if Docker is installed on your machine - Проверяется, установлено ли средство Docker на компьютере - - - Checking if Docker is running on your machine. If not, we'll start it for you. - Проверяется, запущено ли средство Docker на компьютере. Если нет, мы запустим его. - - - Checking if Docker is started - Проверяется, запущено ли средство Docker - - - Checking if the Docker Engine is configured correctly on your machine. - Проверка правильности настройки подсистемы Docker на компьютере. - - - Checking pre-requisites - Проверка предварительных требований - - - Choose An Action - Выберите действие. - - - Choose Existing - Выбрать существующий - - - Choose Query History - Выбрать журнал запросов - - - Choose SQL Language - Выберите язык SQL - - - Choose a Microsoft Entra account - Выберите учетную запись Microsoft Entra - - - Choose a Microsoft Entra tenant - Выберите клиент Microsoft Entra - - - Choose a connection profile from the list below - Выберите профиль подключения из расположенного ниже списка - - - Choose a database - Выберите базу данных - - - Choose a database from the list below - Выберите базу данных из приведенного ниже списка - - - Choose a hostname for the container - Выберите имя узла для контейнера - - - Choose a name for the SQL Server Docker Container - Выберите имя для контейнера Docker с SQL Server - - - Choose a port to host the SQL Server Docker Container - Выберите порт для размещения контейнера Docker с SQL Server - - - Choose an option to provision a database - Выберите вариант для подготовки базы данных - - - Choose color - Выберите цвет - - - Choose the Right Version - Выберите подходящую версию - - - Choose the behavior for new editors - Выберите реакцию на событие для новых редакторов - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - Выберите, будет ли эта хранимая процедура отображаться как мутация GraphQL или как запрос. По умолчанию в DAB используется мутация. - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - Обнаружена циклическая ссылка: "{0}" → "{1}" создает замкнутый цикл - - - Clear - Прозрачный - - - Clear All - Очистить все - - - Clear All Filters - Очистить все фильтры - - - Clear Data - Очистить данные - - - Clear Filter - Очистить фильтр - - - Clear Filters - Очистить фильтры - - - Clear Quick Query - Очистить быстрый запрос - - - Clear Recent Connections List - Очистить список недавних подключений - - - Clear Selection - Очистить выделение - - - Clear Sort - Очистить сортировку - - - Clear all - Очистить все - - - Clear all events (keeps session running) - Очистить все события (сеанс продолжит работать) - - - Clear all filters - Очистить все фильтры - - - Clear all filters and show all events - Очистить все фильтры и показать все события - - - Clear all grouping - Очистить все группировки - - - Clear all sorting - Очистить все сортировки - - - Clear cache and refresh token - Очистить кэш и обновить токен - - - Clear filters - Очистить фильтры - - - Clear from recent connections list - Очистить из списка недавних подключений - - - Clear permissions for all extensions to access your connections - Очистить разрешения для всех расширений на доступ к вашим подключениям - - - Clear quick filter and all column filters - Очистить быстрый фильтр и все фильтры столбцов - - - Clear this Quick Query - Очистить этот быстрый запрос - - - Clear token cache - Очистить кэш токенов - - - Click to cancel loading summary - Нажмите, чтобы отменить загрузку сводки - - - Click to change connection - Нажмите, чтобы изменить подключение - - - Click to change database - Нажмите, чтобы изменить базу данных - - - Click to connect to a database - Щелкните здесь, чтобы подключиться к базе данных - - - Click to load summary - Нажмите, чтобы загрузить сводку - - - Click to sign into an Azure account - Щелкните, чтобы войти в учетную запись Azure - - - Client Secret - Секрет клиента - - - Client secret is required. - Требуется секрет клиента. - - - Close - Закрыть - - - Close Designer - Закрыть конструктор - - - Close Find - Закрыть поиск - - - Close Script Pane - Закрыть область скрипта - - - Close Without Export - Закрыть без экспорта - - - Close details panel - Закрыть панель сведений - - - Close existing connections to destination database - Закрыть существующие соединения с базой данных назначения - - - Close properties pane - Закрыть панель свойств - - - Close the current connection - Закрыть текущее подключение - - - Cloud - Облако - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis — {0} - - - Code analysis rules saved successfully - Правила анализа кода сохранены - - - Collapse - Свернуть - - - Collapse All - Свернуть все - - - Collapse Subscription Explorer - Свернуть обозреватель подписок - - - Collapse Workspace Explorer - Свернуть проводник по рабочим областям - - - Collapse all groups - Свернуть все группы - - - Collapse connection groups - Свернуть группы подключений - - - Collapse connections - Свернуть подключения - - - Collapse settings - Свернуть параметры - - - Collapse {0} - {0} is the category name, e.g. Design - Свернуть {0} - - - Collation - Параметры сортировки - - - Color - Цвет - - - Column - Столбец - - - Column '{0}' already exists - {0} is the column name - Столбец "{0}" уже существует - - - Column '{0}' already has a foreign key - {0} is the column name - Столбец "{0}" уже содержит внешний ключ - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - Столбец "{0}" не может быть равен null, потому что он является первичным ключом - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - Столбец "{0}" является столбцом удостоверения и не может использовать каскадный внешний ключ - - - Column '{0}' must be a primary key - {0} is the referenced column - Столбец "{0}" должен быть первичным ключом - - - Column '{0}' not found - {0} is the column name - Столбец "{0}" не найден - - - Column Name - Имя столбца - - - Column max length cannot be empty - Максимальная длина столбца не может быть пустой - - - Column name cannot be empty - Имя столбца не может быть пустым. - - - Column not found: {0} - {0} is the column reference - Столбец не найден: {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - Ссылка на столбец разрешилась в несколько столбцов: {0} - - - Column resize by content - Изменение размера столбца по содержимому - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - Ширина столбца должна быть не менее {0} пикселей. - - - Columns - Столбцы - - - Columns in the primary key. - Столбцы в первичном ключе. - - - Command Timeout - Время ожидания команды - - - Commands - Команды - - - Compare - Сравнить - - - Compare Azure SQL Database service tiers - Сравните уровни обслуживания Azure SQL Database - - - Compare SQL Server editions - Сравнение выпусков SQL Server - - - Comparison Details - Сведения о сравнении - - - Compatibility Level - Уровень совместимости - - - Compress backup - Сжимать резервные копии - - - Compression - Сжатие - - - Compute - Вычисления - - - Compute + Storage - Вычислительная среда и хранилище - - - Config copied to clipboard - Конфигурация скопирована в буфер обмена - - - Configuration saved. - Конфигурация сохранена. - - - Configuration sections - Разделы конфигурации - - - Configuration to Import - Конфигурация для импорта - - - Configure Linux containers - Настройка контейнеров с Linux - - - Configure Quick Query and Extension shortcuts. - Настройте сочетания клавиш для быстрого запроса и расширения. - - - Configure Rosetta in Docker Desktop - Настройка Rosetta в Docker Desktop - - - Configure and customize Azure SQL Databases - Настройка и персонализация баз данных Azure SQL - - - Configure and customize SQL Server containers - Настройка контейнеров с SQL Server - - - Configure keyboard shortcuts used by the MSSQL extension. - Настройте сочетания клавиш, используемые расширением MSSQL. - - - Configure the full list of Query Editor shortcuts. - Настройте полный список сочетаний клавиш Редактора запросов. - - - Confirm Password - Подтвердить пароль - - - Confirm SQL Server admin password - Подтвердите пароль администратора SQL Server - - - Confirm admin password - Подтвердите пароль администратора - - - Confirm new password - Подтвердить новый пароль - - - Confirm to clear recent connections list - Подтвердите очистку списка недавних подключений - - - Confirm to remove this profile. - Подтвердите удаление этого профиля. - - - Conjunction - Сопряжение - - - Connect - Подключить - - - Connect and manage database connections - Подключение и управление подключениями к базе данных - - - Connect the active SQL document to a database - Подключить активный документ SQL к базе данных - - - Connect to Database - Подключение к базе данных - - - Connect to MSSQL - Подключение к MSSQL - - - Connect to SQL Server - Подключение к SQL Server - - - Connect to Server - Подключение к серверу - - - Connect to a database - Подключение к базе данных - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - Установить подключение к серверу {0} и к базе данных {1}? - - - Connect to server {0}? - {0} is the server name - Установить подключение к серверу {0}? - - - Connect to {0} - {0} is the name of the connection profile - Подключение к {0} - - - Connect using either Microsoft Entra ID or SQL Authentication. - Для подключения используйте либо Microsoft Entra ID или проверку подлинности SQL. - - - Connect using profile {0}? - {0} is the profile ID - Установить подключение с помощью профиля {0}? - - - Connect with SQL tools and run your first query - Подключитесь к инструментам SQL и выполните свой первый запрос - - - Connect with the current settings and save the connection profile - Подключиться с текущими параметрами и сохранить профиль подключения - - - Connected successfully - Подключение установлено - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - Выполнено подключение к серверу "{0}" в документе "{1}". Сведения о сервере:{2} - - - Connected to {0} - {0} is the connection label - Выполнено подключение к {0} - - - Connected to: - Подключено к: - - - Connecting - Подключение - - - Connecting to Container - Подключение к контейнеру - - - Connecting to Database - Подключение к базе данных - - - Connecting to database - Подключение к базе данных - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - Производится подключение к серверу "{0}" в документе "{1}". - - - Connecting to server {0} - {0} is the server name - Подключение к серверу {0} - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - Подключение к серверу {0} и к базе данных {1} - - - Connecting to server... - Подключение к серверу... - - - Connecting to your SQL Server Docker container - Подключение к контейнеру Docker с SQL Server - - - Connecting to {0}... - {0} is the server name - Подключение к {0}... - - - Connecting to {0}... - {0} is the connection display name - Подключение к {0}... - - - Connecting to: - Производится подключение к: - - - Connecting using profile {0} - {0} is the profile ID - Подключение с помощью профиля {0} - - - Connecting... - Подключение... - - - Connection - Подключение - - - Connection Authentication - Проверка подлинности подключения - - - Connection Details - Сведения о подключении - - - Connection Dialog - Диалоговое окно соединения - - - Connection Error - Ошибка подключения - - - Connection Failed - Сбой подключения - - - Connection Group - Группа подключений - - - Connection Import Warning - Предупреждение об импорте подключения - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - Не удалось обновить профиль подключения. Измените детали подключения вручную в файле settings.json и повторите попытку. - - - Connection String - Строка подключения - - - Connection Timeout - Время ожидания подключения - - - Connection Timeout (seconds) - Время ожидания соединения (секунды) - - - Connection actions - Действия подключения - - - Connection error - Ошибка подключения - - - Connection error: {0} - {0} is the error message - Ошибка подключения: {0} - - - Connection failed - Сбой подключения - - - Connection failed: {0} - {0} is the error message from the connection attempt - Сбой подключения: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - Группа подключений с таким идентификатором уже импортирована: {0} (ИД: {1}) - - - Connection groups to import - Группы подключений для импорта - - - Connection is not active. Please establish a connection before performing this action. - Подключение не активно. Установите подключение перед выполнением этого действия. - - - Connection not found for uri "{0}". - {0} is the uri - Подключение не найдено для URI "{0}". - - - Connection profile '{0}' not found. - {0} is the profile ID - Профиль подключения "{0}" не найден. - - - Connection profile not found. Please create a new connection using the Connection Dialog. - Профиль подключения не найден. Создайте новое подключение, используя диалоговое окно подключения. - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - Отказано в разрешении на совместное использование подключения для расширения: "{0}". Используйте команды управления разрешениями, чтобы изменить это. - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - Требуется разрешение на совместное использование подключения для расширения: "{0}" - - - Connection string copied to clipboard - Строка подключения скопирована в буфер обмена - - - Connection string is required - Требуется указать строку подключения - - - Connection test succeeded - Подключение проверено - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - Подключение с идентификатором "{0}" не найдено. Убедитесь, что идентификатор подключения существует. - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Подключение с таким идентификатором уже импортировано: {0} (ИД: {1}) - - - Connection: {0} - {0} is the task connection label - Соединение: {0} - - - Connections in groups that are not selected will be moved under the root. - Подключения из групп, которые не выбраны, будут перемещены в корень. - - - Connections to import - Подключения для импорта - - - Consider adding a name for this foreign key - Рассмотрите возможность добавить имя для этого внешнего ключа - - - Container Name - Имя контейнера - - - Container Settings - Параметры контейнера - - - Container does not exist. Would you like to remove the connection? - Контейнер не существует. Удалить подключение? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - Не удалось запустить контейнер в течение времени ожидания. Подождите несколько минут, затем повторите попытку. - - - Container logs - Журналы контейнеров - - - Container name and port are required to check container readiness. - Для проверки готовности контейнера требуются имя и порт контейнера. - - - Container name is invalid or already in use - Имя контейнера недопустимо или уже используется - - - Container name is required - Имя контейнера обязательно - - - Container name, port, and config content are required to start the container. - Для запуска контейнера необходимо указать имя, порт и содержимое конфигурации. - - - Containment Type - Тип автономности - - - Contains - Содержит - - - Continue - Продолжить - - - Continue Editing - Продолжить редактирование - - - Continue on error - Продолжить при ошибке - - - Continue using for additional charges - Продолжайте использовать для дополнительных платежей - - - Control the results grid display - Управление отображением сетки результатов - - - Copied - Скопировано - - - Copied "{0}" to clipboard - {0} is the object name - "{0}" скопировано в буфер обмена - - - Copied to clipboard - Скопировано в буфер обмена - - - Copilot Changes - Изменения Copilot - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Изменения Copilot ({0}) - - - Copy - Копировать - - - Copy & Export - Копировать и экспортировать - - - Copy All - Копировать все - - - Copy As - Копировать как - - - Copy Column Name - Копировать имя столбца - - - Copy Headers - Копировать заголовки - - - Copy Object Name - Копировать имя объекта - - - Copy Script - Копировать скрипт - - - Copy Script to Clipboard - Копировать скрипт в буфер обмена - - - Copy all cells including column headers - Копировать все ячейки, включая заголовки столбцов - - - Copy all query result content - Копировать все содержимое результатов запроса - - - Copy all text output for this cell (messages, PRINT, errors) - Скопируйте весь текстовый вывод для этой ячейки (сообщения, PRINT, ошибки) - - - Copy all with headers - Копировать все с заголовками - - - Copy as CSV - Копировать как CSV - - - Copy as IN clause - Копировать как предложение IN - - - Copy as INSERT - Копировать как INSERT - - - Copy as INSERT INTO - Копировать как INSERT INTO - - - Copy as JSON - Копировать как JSON - - - Copy code and open webpage - Копировать код и открыть веб-страницу - - - Copy command to clipboard - Копировать команду в буфер обмена - - - Copy connection string to clipboard - Копирование строки подключения в буфер обмена - - - Copy data and save results to files - Копировать данные и сохранять результаты в файлы - - - Copy link - Копировать ссылку - - - Copy messages - Копировать сообщения - - - Copy script - Копировать сценарий - - - Copy selected cells including column headers - Копировать выбранные ячейки, включая заголовки столбцов - - - Copy selected cells to the clipboard - Копировать выделенные ячейки в буфер обмена - - - Copy selection - Скопировать выделенный фрагмент - - - Copy selection formatted as INSERT statements - Копировать выделенный фрагмент, отформатированный как оператор INSERT - - - Copy selection formatted as JSON - Копировать выделенный фрагмент в формате JSON - - - Copy selection formatted as a SQL IN clause - Копировать выделенный фрагмент текста, отформатированный как SQL-запрос IN. - - - Copy selection formatted as comma-separated values - Копировать выделенный фрагмент в формате значений, разделенных запятыми - - - Copy text data to clipboard - Скопировать текстовые данные в буфер обмена - - - Copy with Headers - Копировать с заголовками - - - Copy with headers - Копировать с заголовками - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - Копировать URL-адрес {0} - - - Copy-only Backup - Резервная копия только для копирования - - - Copying results... - Копирование результатов... - - - Cost - Стоимость - - - Could not connect to database: {0} - {0} is the database name - Не удалось подключиться к базе данных: {0} - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - Не удалось обнаружить IP-адрес клиента. Добавьте правило брандмауэра вручную на портале Azure. - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - Не удалось найти метаданные создания скрипта для {0} "{1}". - - - Could not load restore plan - Не удалось загрузить план восстановления - - - Count - Количество - - - Count: {0} - {0} is the count - Количество: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - Количество: {0}, число уникальных значений: {1}, число значений NULL: {2} - - - Create - Создать - - - Create Connection Group - Создать группу подключений - - - Create Connection Profile - Создать профиль подключения - - - Create Container - Создать контейнер - - - Create Database - Создать базу данных - - - Create Firewall Rule - Создать правило брандмауэра - - - Create Local SQL Container - Создать локальный контейнер с SQL - - - Create New - Создать - - - Create New Connection Group - Создать новую группу подключений - - - Create New Resource Group - Создать группу ресурсов - - - Create New Server - Создать новый сервер - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - Создавайте конечные точки REST, GraphQL и MCP для таблиц базы данных SQL через визуальный интерфейс Visual Studio Code. Настраивайте сущности, разрешения и параметры развертывания, а затем выполняйте локальное развертывание с помощью Docker. - - - Create a Local Docker SQL Server - Создать локальный SQL Server в Docker - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - Создание контейнера с SQL Server за считанные секунды — не требуется выполнять действия вручную. Удобное управление из расширения MSSQL без выхода из VS Code. - - - Create a SQL database in Fabric - Создать базу данных SQL в Fabric - - - Create a new connection profile - Создать новый профиль подключения - - - Create a new database on '{0}'. - {0} is the name of the server - Создайте новую базу данных на сервере "{0}". - - - Create a new firewall rule - Создать правило брандмауэра - - - Create a new profiling session - Создать новый сеанс профилирования - - - Create an Azure SQL Database (Preview) - Создайте базу данных Azure SQL (предварительный просмотр) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - Создавайте и управляйте сочетаниями клавиш для часто используемых запросов, а также для действий в редакторе запросов и таблице результатов, чтобы находить доступные команды и выполнять их более эффективно. - - - Create as Script - Создать как сценарий - - - Create new - Создать - - - Create new connection copied from {0} - {0} is the name of the connection profile - Создать новое соединение, скопированное из {0} - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - Создать новое правило брандмауэра для {0} - - - Created table {0} - {0} is the qualified table name - Создана таблица {0} - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - Создает выделенный инструмент MCP для этой хранимой процедуры. Если этот параметр отключен, то эта процедура может быть по-прежнему доступна посредством универсальных инструментов выполнения MCP, если протокол MCP включен. - - - Creating Container - Создание контейнера - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - Создание Базы данных SQL для рабочей области {0} - - - Creating SQL Server container... - Создание контейнера SQL Server... - - - Creating and starting the container - Создание и запуск контейнера - - - Creating and starting your SQL Server container - Создание и запуск контейнера SQL Server - - - Creating database - Идет создание базы данных - - - Creating resource group... - Создание группы ресурсов... - - - Creating server... - Создание сервера... - - - Creating session... - Создается сеанс... - - - Creating workspace with capacity {0} - {0} is the capacity ID - Создание рабочей области с емкостью {0} - - - Creating... - Создается... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - Ошибка учетных данных: произошла ошибка при попытке обновить данные учетной записи. Повторите проверку подлинности. - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - Ошибка учетных данных: произошла ошибка при попытке обновить данные учетной записи. Повторите проверку подлинности. Ошибка: {0} - - - Current Schema: {0}, Select the new schema: - Текущая схема: {0}, выберите новую схему: - - - Currently signed in as: - Вход выполнен от имени: - - - Custom GraphQL Plural Type - Пользовательский тип GraphQL Plural - - - Custom GraphQL Singular Type - Пользовательский сингулярный тип GraphQL - - - Custom GraphQL Type - Настраиваемый тип GraphQL - - - Custom REST Path - Настраиваемый путь REST - - - Custom Zoom - Пользовательское увеличение - - - Customize keyboard shortcuts - Настройка сочетаний клавиш - - - DAB container failed to become ready within the timeout period. - Не удалось подготовить контейнер DAB в течение установленного времени ожидания. - - - DAB container is running! - Контейнер DAB запущен! - - - DAB container logs - Журналы контейнеров DAB - - - DACPAC deployed successfully - DACPAC развернут - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - DACPAC развернут в базе данных "{0}" - - - DACPAC extracted successfully - DACPAC извлечен - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC извлечен в "{0}" - - - DACPAC path not found. Please build the project first. - Путь к DACPAC не найден. Сначала создайте проект. - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - Служба DacFx недоступна. Профиль загружен без параметров развертывания. Невозможно выполнить операции публикации и создания скрипта. - - - DacFx service is not available. Publish and generate script operations cannot be performed. - Служба DacFx недоступна. Невозможно выполнить операции публикации и создания скрипта. - - - Data API builder - Построитель API данных - - - Data API builder Configuration - Конфигурация построителя API данных - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - Построитель API данных открыт. Продолжить с {0} операциями ({1}/{2}). - - - Data API builder with GitHub Copilot - Построитель API данных с GitHub Copilot - - - Data Source - Источник данных - - - Data Type - Тип данных - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - Данные автоматически реплицируются в Одно озеро в режиме реального времени с помощью конечной точки аналитики SQL. - - - Data file folder - Папка файла данных - - - Data type - Тип данных - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - Несоответствие типов данных: "{0}" в столбце "{1}" несовместим с "{2}" в "{3}" - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - Импорт и экспорт приложений уровня данных (DACPAC/BACPAC) (предварительная версия) - - - Data-tier Application - Приложение уровня данных - - - Data-tier Application File (.dacpac) - Файл приложения уровня данных (DACPAC) - - - Database - База данных - - - Database - {0} - {0} is the database name - База данных — {0} - - - Database Description - Описание базы данных - - - Database Details - Сведения о базе данных - - - Database Name - Имя базы данных - - - Database Name is required - Требуется имя базы данных - - - Database Project - Проект базы данных - - - Database changed successfully - База данных изменена - - - Database is required - Требуется указать базу данных - - - Database list - Список баз данных - - - Database name - Имя базы данных - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - Имя базы данных содержит недопустимые символы. Не используйте: < > * ? " / \ | - - - Database name is required - Требуется имя базы данных - - - Database name is too long. Maximum length is 128 characters - Слишком длинное имя базы данных. Максимальная длина: 128 символов - - - Database name must be 128 characters or fewer - Имя базы данных должно содержать не более 128 символов - - - Database not found on the server - База данных не найдена на сервере - - - Database pauses until the next billing cycle when free amount is renewed. - Работа базы данных приостанавливается до начала нового расчетного периода, когда будет восстановлен бесплатный объем. - - - Database the table is created in - База данных, в которой будет создана таблица - - - Default - По умолчанию - - - Default Value - Значение по умолчанию - - - Define who can access this endpoint - Определите, кто может получить доступ к этой конечной точке - - - Define who can execute this stored procedure - Определите, кто может выполнять эту хранимую процедуру - - - Definition - Определение - - - Definition type - Тип определения - - - DefinitionRequestCompleted - DefinitionRequestCompleted - - - DefinitionRequested - DefinitionRequested - - - Delete - Удалить - - - Delete 1 row - Удалить 1 строку - - - Delete Confirmation - Подтверждение удаления - - - Delete Contents - Удалить содержимое - - - Delete Row - Удалить строку - - - Delete backup and restore history - Удалить журнал резервного копирования и восстановления - - - Delete saved connection - Удалить сохраненное подключение - - - Delete {0} rows - Удалить строки ({0}) - - - Deleted - Удалено - - - Deleted column '{0}' - {0} is the column name - Удалён столбец '{0}' - - - Deleted foreign key '{0}' - {0} is the foreign key name - Удален внешний ключ '{0}' - - - Deleted table {0} - {0} is the qualified table name - Удалена таблица {0} - - - Deleting Container... - Удаление контейнера... - - - Deny - Запретить - - - Deploy - Развернуть - - - Deploy DAB Container - Развернуть контейнер DAB - - - Deploy a .dacpac file to a new or existing SQL database - Развернуть файл DACPAC в новой или существующей базе данных SQL - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - Разворачивайте и извлекайте файлы DACPAC или импортируйте и экспортируйте пакеты BACPAC с помощью интегрированного и упрощенного рабочего процесса в расширении MSSQL. - - - Deploy to Existing Database - Развернуть в существующей базе данных - - - Deploy, extract, import, or export data-tier applications on the selected database - Разверните, извлеките, импортируйте или экспортируйте приложения уровня данных в выбранной базе данных - - - Deploying DACPAC... - Выполняется развертывание DACPAC... - - - Deployment Complete - Завершение развертывания - - - Deployment Failed - Сбой развертывания - - - Deployment Name - Имя развертывания - - - Deployment failed - Сбой развертывания - - - Deployment finished - Развертывание завершено - - - Deployment in progress - Выполняется развертывание - - - Description - Описание - - - Description for the table. - Описание таблицы. - - - Description: {0} - {0} is the task description - Описание: {0} - - - Deselect All - Отменить выбор - - - Design API - Проектирование API - - - Design Schemas with GitHub Copilot - Разработка схем с помощью GitHub Copilot - - - Details - Сведения - - - Details panel actions - Действия панели сведений - - - Details panel tabs - Вкладки панели сведений - - - Details tab - displays all event properties - Вкладка "Сведения" — отображает все свойства события - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - Удобная для разработчиков транзакционная база данных, использующая механизм баз данных Azure SQL, — бесплатно для прототипирования и обучения. - - - Developer-friendly transactional database using the Azure SQL Database Engine. - Удобная для разработчиков транзакционная база данных, использующая ядро СУБД SQL Azure. - - - Differential - Разностное - - - Directory not found - Каталог не найден - - - Disable all entities - Отключить все сущности - - - Disable intellisense and syntax error checking on current document - Отключить IntelliSense и проверку синтаксиса на ошибки в текущем документе - - - Disabled - Отключено - - - Disabled globally - Отключено глобально - - - Discard - Отменить - - - Disconnect - Отключить - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Отключиться от подключения "{0}" (ИД: {1})? - - - Disconnect the active SQL document from the database - Отключить активный документ SQL от базы данных - - - Disconnected on document "{0}" - {0} is the document name - Разорвано подключение документа "{0}" - - - Disconnected successfully - Отключение выполнено - - - Disconnected. - Отключено. - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Отключение от подключения "{0}" (ИД: {1}) - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - Узнайте, как база данных SQL в Fabric, Azure SQL и SQL Server переосмысливают современную разработку приложений. Присоединяйтесь к инженерам и коллегам, которые расширяют границы производительности, интеграции ИИ и продуктивности разработчиков. - - - Dismiss - Закрыть - - - Displays the data type name for the column - Показывает имя типа данных столбца. - - - Displays the description of the column - Показывает описание столбца. - - - Displays the unified data type (including length, scale and precision) for the column - Показывает единый тип данных (включая длину, масштаб и точность) для столбца - - - Dissatisfied - Не нравится - - - Distinct - Уникально - - - Distinct Count: {0} - {0} is the distinct count - Число уникальных значений: {0} - - - Do not compress backup - Не сжимать резервные копии - - - Do not connect - Не подключаться - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - Не хотите ли пройти краткий опрос о расширении MSSQL для VS Code? - - - Do you want to always display query results in a new tab instead of the query pane? - Хотите ли вы всегда отображать результаты запроса на новой вкладке, а не на панели запроса? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - Включить параметр "Доверять сертификату сервера" для этого подключения и повторить попытку? - - - Docker Desktop must be installed and running on your machine. - На компьютере должен быть установлен и запущен Docker Desktop. - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - Не удалось запустить Docker в течение времени ожидания. Запустите Docker вручную, затем повторите попытку. - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Средство Docker не установлено или отсутствует в PATH. Установите Docker Desktop, затем повторите попытку. - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Для запуска Docker требуются права администратора. Запустите Docker с помощью команды sudo или добавьте пользователя в группу docker с помощью команды sudo usermod -aG docker $USER. Затем перезагрузите компьютер и повторите попытку. - - - Don't Save - Не сохранять - - - Don't Show Again - Больше не показывать - - - Don't show this again - Больше не показывать - - - Download offline VSIX - Скачать автономную версию VSIX - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - Скачайте расширение keymap, чтобы автоматически импортировать сопоставления клавиш из Azure Data Studio. Эти изменения отразятся в настройках сочетаний клавиш. - - - Downloading the Data API builder container image - Скачивание образа контейнера построителя API данных - - - Drizzle - Drizzle - - - Drop - Удалить - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - Удалить "{0}" из "{1}". Это необратимое действие. - - - Drop Database - Удалить базу данных - - - Drop Database Options - Параметры удаления базы данных - - - Drop active connections - Удалить активные подключения - - - Dropping database - Удаление базы данных - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - Легко настройте локальный SQL Server, не покидая расширение VS Code. Всего несколько щелчков для простой установки, настройки и администрирования сервера! - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - Легко начните работу с бесплатным уровнем базы данных SQL Azure, чтобы бесплатно создать базу данных и подключиться к ней прямо из редактора. - - - Edit Connection Group - {0} - {0} is the connection group name - Изменить группу подключений — {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - Изменить группу подключений: {0} - - - Edit Data - Изменить данные - - - Edit Database Connection - {0} - {0} is the name of the connection profile - Изменить подключение к базе данных — {0} - - - Edit Table - Изменить таблицу - - - Edit an existing connection profile - Изменить существующий профиль подключения - - - Edit connection profile - Изменить профиль подключения - - - Edit your schema to see changes here. - Отредактируйте схему, чтобы увидеть изменения здесь. - - - Edit {0} - {0} is the name of the connection profile - Изменить {0} - - - Either profileId or serverName must be provided. - Необходимо указать profileId или serverName. - - - Elapsed time: {0} - {0} is the task elapsed time - Затраченное время: {0} - - - Enable 'Trust Server Certificate' - Включить параметр "Доверять сертификату сервера" - - - Enable Code Analysis on Build - Включить анализ кода при построении - - - Enable GraphQL in API Type to expose this entity through GraphQL. - Включите GraphQL в разделе "Тип API", чтобы предоставить доступ к этому объекту через GraphQL. - - - Enable MCP in API Type to use this DML tools setting. - Включите MCP в настройках типа API, чтобы использовать этот параметр инструментов DML. - - - Enable MCP in API Type to use this custom tool setting. - Включите MCP в разделе "Тип API", чтобы использовать этот параметр специального инструмента. - - - Enable REST in API Type to expose this entity through REST. - Включите REST в разделе "Тип API", чтобы предоставить доступ к этому объекту через REST. - - - Enable Trust Server Certificate - Включить опцию "Доверять сертификату сервера" - - - Enable all CRUD operations - Включить все операции CRUD - - - Enable all entities - Включить все сущности - - - Enable all rules in {0} - {0} is the category name, e.g. Design - Включить все правила в {0} - - - Enable or disable SQLCMD mode for the active SQL document - Включить или отключить режим SQLCMD для активного документа SQL - - - Enable {0} - {0} is the entity name - Включить {0} - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - Включить {0} - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - Включить {0} глобально - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - Включите {0} в разделе "Тип API", чтобы предоставить доступ к этому объекту. - - - Enabled - Включено - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - Возникла проблема? Поделитесь сведениями с нами, открыв проблему GitHub, чтобы мы могли улучшить ее! - - - Encrypt - Шифровать - - - Encryption - Шифрование - - - Encryption Algorithm - Алгоритм шифрования - - - Encryption Type - Тип шифрования - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - Для этого подключения включено шифрование. Просмотрите SSL и конфигурацию сертификата для целевого сервера SQL Server или включите параметр "Доверять сертификату сервера" в диалоговом окне подключения. - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - Для этого соединения включено шифрование; проверьте конфигурацию SSL и сертификатов для целевого SQL Server или установите для параметра "Trust server certificate" значение "true". Примечание. Самозаверяющий сертификат обеспечивает ограниченную защиту, и его не рекомендуется применять в производственных средах. - - - End IP Address - Конечный IP-адрес - - - Ends With - Заканчивается на - - - Ends with - Заканчивается на - - - Engine: {0} - {0} is the engine type - Подсистема: {0} - - - Ensuring Docker Desktop is running - Проверка работы Docker Desktop - - - Enter Database Description - Введите описание базы данных - - - Enter Database Name - Введите имя базы данных - - - Enter a date... - Введите дату... - - - Enter a name for the new profiler session - Введите имя нового сеанса профилировщика - - - Enter a name for the new resource group - Введите имя для новой группы ресурсов - - - Enter a name for the new server - Введите имя для нового сервера - - - Enter a number... - Введите число... - - - Enter admin password - Введите пароль администратора - - - Enter admin username - Введите имя администратора - - - Enter application name - Введите имя приложения - - - Enter connection group name - Введите имя группы подключений - - - Enter container name - Введите имя контейнера - - - Enter database name - Введите имя базы данных - - - Enter description (optional) - Введите описание (необязательно) - - - Enter desired column width in pixels - Введите желаемое значение ширины столбца в пикселях - - - Enter hostname - Введите имя узла - - - Enter new column width - Введите новую ширину столбца - - - Enter new database name - Введите новое имя базы данных - - - Enter new password - Введите новый пароль - - - Enter password - Введите пароль - - - Enter port - Введите порт - - - Enter profile name - Введите имя профиля - - - Enter resource group name - Введите имя группы ресурсов - - - Enter server name - Введите имя сервера - - - Enter text... - Введите текст... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - Введите пароль для входа в SQL для пользователя {0}. - - - Enter the path for the output file - Введите путь к выходному файлу - - - Enter user name - Введите имя пользователя - - - Enter username - Введите имя пользователя - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - Сущность "{0}" не поддерживается построителем API данных. {1} - - - Entity Endpoints - Конечные точки сущности - - - Entity Name - Имя сущности - - - Entity name used in API routes - Имя сущности, используемое в маршрутах API - - - Entity not found: {0} - {0} is the entity reference - Сущность не найдена: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - Ссылка на сущность разрешилась в несколько сущностей: {0} - - - Entra token cache cleared successfully. - Кэш токенов Entra очищен. - - - Equal to - Равно - - - Equals - Равно - - - Error - Ошибка - - - Error Message: - Сообщение об ошибке: - - - Error code: - Код ошибки: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - При подключении к серверу "{0}" возникла ошибка. Подробности: {1} - - - Error connecting to: - Ошибка при подключении к: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - Ошибка при создании правила брандмауэра {0}. Проверьте параметры учетной записи Azure и повторите попытку. Ошибка: {1} - - - Error fetching schemas for the selected database. - Ошибка при получении схем для выбранной базы данных. - - - Error fetching the table preview. - Ошибка при получении предварительного просмотра таблицы. - - - Error generating text view. Please try switching back to grid view. - Ошибка при создании текстового представления. Попробуйте переключиться на представление сетки. - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - Ошибка при загрузке сведений об учетной записи Azure для идентификатора '{0}' - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - Ошибка при загрузке баз данных Azure для подписки {0} ({1}). Подтвердите, что у вас есть разрешение. - - - Error loading Azure subscriptions. - Ошибка при загрузке подписок Azure. - - - Error loading Schema Designer - Ошибка загрузки конструктора схем - - - Error loading Table Designer - Ошибка загрузки конструктора таблиц - - - Error loading database objects - Ошибка загрузки объектов базы данных - - - Error loading databases - Ошибка при загрузке баз данных - - - Error loading preview - Ошибка при загрузке предварительного просмотра - - - Error loading servers - Ошибка при загрузке серверов - - - Error loading subscriptions - Ошибка при загрузке подписок - - - Error loading summary - Ошибка при загрузке сводки - - - Error loading summary: {0} - {0} is the error message - Ошибка при загрузке сводки: {0} - - - Error loading workspaces - Ошибка при загрузке рабочих областей - - - Error loading workspaces. Please try choosing a different account or tenant. - Ошибка при загрузке рабочих областей. Попробуйте выбрать другую учетную запись или клиент. - - - Error loading; refresh to try again - Ошибка загрузки. Обновите, чтобы повторить попытку - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - Ошибка при переносе идентификатора подключения {0} в новый формат. Повторно создайте это подключение, чтобы использовать его. -Ошибка: -{1} - - - Error occurred opening content in editor. - При открытии документа в редакторе произошла ошибка. - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - Ошибка при обновлении маркера. Может потребоваться выйти и снова войти: {0} - - - Error retrieving server list: {0} - {0} is the error message - Ошибка при получении списка серверов:{0} - - - Error running Docker commands. Please make sure Docker is running. - Ошибка при выполнении команд Docker. Убедитесь, что средство Docker запущено. - - - Error signing into Azure: {0} - {0} is the error message - Ошибка при входе в Azure: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - Ошибка при проверке маркера проверки подлинности Entra. Может потребоваться обновить маркер: {0} - - - Error when refreshing token - Ошибка при обновлении маркера - - - Error {0}: {1} - {0} is the error number -{1} is the error message - Ошибка {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - Ошибка {0}: {1}. Попробуйте войти с учетной записью другого пользователя и измените пароль с помощью инструкции ALTER LOGIN. - - - Error: - Ошибка: - - - Error: Failed to parse query result data. - Ошибка: не удалось обработать данные результата запроса. - - - Error: Login failed. Retry using different credentials? - Ошибка: не удалось войти в систему. Хотите повторить попытку с другими учетными данными? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - Ошибка: не удается подключиться с использованием предоставленных деталей подключения. Хотите повторить попытку создания профиля? - - - Error: Unrecognized query result data. - Ошибка: данные результата запроса не распознаны. - - - Error: {0} - {0} is the error message - Ошибка: {0} - - - Estimated Operator Cost - Предполагаемая стоимость оператора - - - Estimated Subtree Cost - Предполагаемая стоимость поддерева - - - Event details for {0} - {0} is the name of the profiler event - Сведения о событии для {0} - - - Event properties list - Список свойств события - - - Example: Find queries with {0} > 100 - {0} is the column name - Пример: найти запросы с {0} > 100 - - - Excel - Excel - - - Exclude Object Types - Исключить типы объектов - - - Execute - Выполнить - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - Выполнить операцию "{0}" в построителе API данных? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - Выполнить операцию "{0}" в конструкторе схем? - - - Execute Query - Выполнить запрос - - - Execute SQL against SQL Server / Azure SQL - Выполнить SQL на SQL Server / Azure SQL - - - Execute Selection or Current Statement - Выполнить выделенный фрагмент или текущий оператор - - - Execute only the T-SQL statement under the cursor - Выполните только оператор T-SQL, находящийся под курсором - - - Executing '{0}' operation on Data API builder - {0} is the operation name - Выполняется операция "{0}" в построителе API данных - - - Executing '{0}' operation on schema designer - {0} is the operation name - Выполняется операция "{0}" в конструкторе схем - - - Executing query... - Выполняем запрос... - - - Execution Plan - План выполнения - - - Execution cancelled - Выполнение отменено - - - Execution time unavailable - Время выполнения недоступно - - - Existing Database - Существующая база данных - - - Existing File - Существующий файл - - - Existing SQL Server - Существующий сервер SQL Server - - - Expand - Развернуть - - - Expand All - Развернуть все - - - Expand Subscription Explorer - Развернуть обозреватель подписок - - - Expand Workspace Explorer - Развернуть проводник по рабочим областям - - - Expand all groups - Развернуть все группы - - - Expand connection groups - Развернуть группы подключений - - - Expand connections - Развернуть подключения - - - Expand properties pane - Развернуть панель свойств - - - Expand selection down - Развернуть выбранный фрагмент вниз - - - Expand selection left - Развернуть выбранный фрагмент слева - - - Expand selection right - Развернуть выбранный фрагмент справа - - - Expand selection up - Развернуть выбранный фрагмент сверху - - - Expand settings - Развернуть параметры - - - Expand the active grid to fill the panel - Развернуть активную сетку, чтобы заполнить панель - - - Expand {0} - {0} is the category name, e.g. Design - Развернуть {0} - - - Expiration - Окончание срока действия - - - Explore tutorials, docs, and what's coming next. - Изучите руководства, документацию и планы на будущее. - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - Изучайте, проектируйте и развивайте схемы баз данных с помощью интеллектуальных рекомендаций для кода или данных - - - Explorer - Обозреватель - - - Export - Экспорт - - - Export & Close - Экспортировать и закрыть - - - Export BACPAC - Экспорт BACPAC - - - Export all captured events to a CSV file - Экспортировать все зафиксированные события в CSV-файл - - - Export all results as INSERT statements - Экспортировать все результаты как операторы INSERT - - - Export all results to a CSV file - Экспортировать все результаты в CSV-файл - - - Export all results to a JSON file - Экспортировать все результаты в JSON-файл - - - Export all results to an Excel file - Экспортировать все результаты в файл Excel - - - Export the schema and data from a SQL database to a .bacpac file - Экспорт схемы и данных из базы данных SQL в файл BACPAC - - - Export to CSV - Экспортировать в CSV - - - Export to Excel - Экспорт в Excel - - - Export to JSON - Экспорт в JSON - - - Export to PDF - Экспортировать в PDF - - - Export to tab delimited - Экспорт в формат, разделенный табуляциями - - - Export to text format - Экспорт в текстовый формат - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - Панель инструментов экспорта для результирующего набора {0} - - - Exporting BACPAC... - Экспорт BACPAC... - - - Expose as MCP DML tools - Предоставить как инструменты MCP DML - - - Expose as MCP custom tool - Предоставить как специальный инструмент MCP - - - Expose this entity through GraphQL - Предоставить доступ к этому объекту через GraphQL - - - Expose this entity through REST - Предоставить доступ к этому объекту через REST - - - Expose {0} - {0} is the backing database column name - Раскрыть {0} - - - Expression - Выражение - - - Extend the current selection one cell down - Расширить текущее выделение на одну ячейку вниз - - - Extend the current selection one cell left - Расширить текущее выделение на одну ячейку влево - - - Extend the current selection one cell right - Расширить текущее выделение на одну ячейку вправо - - - Extend the current selection one cell up - Расширить текущее выделение на одну ячейку вверх - - - Extended Events Log Files - Файлы журналов расширенных событий - - - Extension Shortcuts - Сочетания клавиш расширения - - - Extension and deployment actions - Действия расширения и развертывания - - - Extract DACPAC - Извлечь DACPAC - - - Extract the schema from a SQL database to a .dacpac file - Извлечь схему из базы данных SQL в файл DACPAC - - - Extracting DACPAC... - Извлечение DACPAC... - - - Extremely likely - Весьма вероятно - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - Произошла ошибка API Fabric ({0}): {1} - - - Fabric Account - Учетная запись Fabric - - - Fabric Account is required - Требуется учетная запись Fabric - - - Fabric Databases - Базы данных Fabric - - - Fabric Workspaces - Рабочие области Fabric - - - Fabric databases in Query Profiler - Базы данных Microsoft Fabric в профилировщике запросов - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - Fabric не поддерживается в текущем облаке ({0}). Убедитесь, что параметр "{1}" настроен правильно. - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - Долгосрочная ошибка API Fabric с кодом ошибки "{0}": {1} - - - Failed - Сбой - - - Failed disposing query: {0} - {0} is the error message - Не удалось очистить запрос: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - Не удалось получить токен для ИД учетной записи "{0}" и ИД арендатора "{1}" - - - Failed to add table to schema designer. - Не удалось добавить таблицу в конструктор схем. - - - Failed to add table. - Не удалось добавить таблицу. - - - Failed to add text to workspace: {0} - {0} is the error message - Не удалось добавить текст в рабочую область: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - Не удалось применить изменения: "{0}" - - - Failed to apply schema. - Не удалось применить схему. - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - Не удалось применить изменения, внесенные при переходе к схеме. Убедитесь, что файлы доступны для записи, и повторите попытку. - - - Failed to change database - Не удалось изменить базу данных - - - Failed to connect - Не удалось подключиться - - - Failed to connect to database: {0} - {0} is the database name - Не удалось подключиться к базе данных: {0} - - - Failed to connect to server - Не удалось подключиться к серверу - - - Failed to connect to server. - Не удалось подключиться к серверу. - - - Failed to connect to the selected server. - Не удалось подключиться к выбранному серверу. - - - Failed to connect: {0} - {0} is the error message - Не удалось установить соединение: {0} - - - Failed to copy script: {0} - {0} is the error message - Не удалось скопировать скрипт: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - Не удалось скопировать текст в буфер обмена: {0} - - - Failed to create a new row: {0} - {0} is the error message - Не удалось создать новую строку: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - Не удалось создать базу данных "{0}". {1} - - - Failed to create firewall rule: {0} - {0} is the error message - Не удалось создать правило брандмауэра: {0} - - - Failed to create profiler session: {0} - {0} is the error message - Не удалось создать сеанс профилировщика: {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - Не удалось удалить учетные данные с идентификатором: {0}. {1} - - - Failed to delete table from schema designer. - Не удалось удалить таблицу из конструктора схем. - - - Failed to delete table. - Не удалось удалить таблицу. - - - Failed to delete {0}. - Failed to delete {0}. - Не удалось удалить {0}. - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - Не удалось удалить базу данных "{0}". {1} - - - Failed to establish connection - Не удалось установить подключение - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - Не удалось установить подключение с идентификатором "{0}". Проверьте сведения о подключении и сетевую доступность. - - - Failed to export profiler events: {0} - {0} is the error message - Не удалось экспортировать события профилировщика: {0} - - - Failed to export results: {0} - {0} is the error message - Не удалось экспортировать результаты: {0} - - - Failed to fetch Docker container tags: {0} - Не удалось получить теги контейнера Docker: {0} - - - Failed to fetch user tokens. - Не удалось получить токены пользователя. - - - Failed to generate SqlPackage command: {0} - Не удалось создать команду SqlPackage: {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - Не удалось создать сценарий публикации: "{0}" - - - Failed to generate script. Please check the logs for more details. - Не удалось создать скрипт. Дополнительные сведения см. в журналах. - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - Не удалось создать сценарий: "{0}" - - - Failed to generate script: {0} - {0} is the error message - Не удалось создать скрипт: {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - Не удалось получить рабочие области Fabric для клиента "{0} ({1})". - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - Не удалось получить рабочие области Fabric для клиента "{0} ({1})": {2} - - - Failed to get authentication method, please remove and re-add the account. - Не удалось получить метод проверки подлинности. Удалите и снова добавьте учетную запись. - - - Failed to get connection string: {0} - Не удалось получить строку подключения: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - Не удалось получить клиент "{0}" для учетной записи "{1}". - - - Failed to import file. - Не удалось импортировать файл. - - - Failed to launch profiler: {0} - {0} is the error message - Не удалось запустить профилировщик: {0} - - - Failed to list databases - Не удалось получить список баз данных - - - Failed to load code analysis rules - Не удалось загрузить правила анализа кода - - - Failed to load data: {0} - {0} is the error message - Не удалось загрузить данные: {0} - - - Failed to load databases - Не удалось загрузить базы данных - - - Failed to load publish profile - Сбой загрузки профиля публикации - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - Не удалось получить токен для ресурса "{1}". Ошибка: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - Не удалось открыть редактирование данных: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - Не удалось открыть изменение таблицы: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - Не удалось открыть конструктор схемы: {0} - - - Failed to open Table Designer: {0} - {0} is the error message - Не удалось открыть конструктор таблиц: {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - Открыть URL не удалось. Встроенный простой браузер может быть отключен. - - - Failed to open XEL file: {0} - {0} is the error message - Не удалось открыть XEL-файл: {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - Не удалось открыть файл SCMP: "{0}" - - - Failed to open script in editor. - Не удалось открыть скрипт в редакторе. - - - Failed to open script: {0} - {0} is the error message - Не удалось открыть скрипт: {0} - - - Failed to open text in editor: {0} - {0} is the error message - Не удалось открыть текст в редакторе: {0} - - - Failed to pull DAB container image. Please check your network connection. - Не удалось извлечь образ контейнера DAB. Проверьте сетевое подключение. - - - Failed to pull SQL Server image. Please check your network connection and try again. - Не удалось получить образ SQL Server. Проверьте подключение к сети и повторите попытку. - - - Failed to read saved rule overrides from project - Не удалось прочитать переопределения сохраненных правил из проекта - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - Не удалось обновить подключение ${0} с URI {1}. Недопустимый результат подключения. - - - Failed to remove row: {0} - {0} is the error message - Не удалось удалить строку: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - Не удалось переименовать базу данных "{0}" на "{1}". {2} - - - Failed to resolve the refactor log for this file: {0} - Не удалось разрешить журнал рефакторинга для этого файла: {0} - - - Failed to revert cell: {0} - {0} is the error message - Не удалось отменить изменения ячейки: {0} - - - Failed to revert row: {0} - {0} is the error message - Не удалось отменить изменения строки: {0} - - - Failed to run table query. - Не удалось выполнить запрос таблицы. - - - Failed to run table query: {0} - {0} is the error message - Не удалось выполнить запрос таблицы: {0} - - - Failed to save changes: {0} - {0} is the error message - Не удалось сохранить изменения: {0} - - - Failed to save code analysis rules - Не удалось сохранить правила анализа кода - - - Failed to save publish profile - Сбой сохранения профиля публикации - - - Failed to save results. {0} - {0} is the error message - Не удалось сохранить результаты. {0} - - - Failed to save results: {0} - {0} is the underlying error message - Не удалось сохранить результаты: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - Не удалось сохранить файл SCMP: "{0}" - - - Failed to script object: {0} - {0} is the error message - Не удалось создать сценарий для объекта: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - Не удалось запустить "{0}": {1} - - - Failed to start DAB container. - Не удалось запустить контейнер DAB. - - - Failed to start DAB container. Please check the Docker logs for details. - Не удалось запустить контейнер DAB. Проверьте журналы Docker для получения подробной информации. - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - Не удалось запустить контейнер с SQL Server. Прочтите сообщение об ошибке для получения дополнительных сведений, затем повторите попытку. - - - Failed to start profiler: {0} - {0} is the error message - Не удалось запустить профилировщика: {0} - - - Failed to start query. - Не удалось запустить запрос. - - - Failed to start {0}. - Failed to start {0}. - Не удалось запустить {0}. - - - Failed to stop and remove DAB container. - Не удалось остановить и удалить контейнер DAB. - - - Failed to stop {0}. - Failed to stop {0}. - Не удалось остановить {0}. - - - Failed to update cell: {0} - {0} is the error message - Не удалось обновить ячейку: {0} - - - Failed to update schema designer. - Не удалось обновить конструктор схем. - - - Failed to update table in schema designer. - Не удалось обновить таблицу в конструкторе схем. - - - Failed to update table. - Не удалось обновить таблицу. - - - Feedback - Отзывы - - - Fetching {0} script... - {0} is the script type - Получение {0} сценария... - - - File - Файл - - - File (Read-Only) - Файл (только для чтения) - - - File Name - Имя файла - - - File already exists. It will be overwritten if you continue - Файл уже существует. Если продолжить, он будет перезаписан - - - File imported successfully - Файл импортирован - - - File is required - Файл обязателен - - - File name is required - Необходимо имя файла - - - File not found - Файл не найден - - - File path - Путь к файлу - - - File path is required - Требуется путь к файлу - - - File to be imported - Импортируемый файл - - - File type - Тип файла - - - File: {0} - {0} is the file name - Файл: {0} - - - Files - Файлы - - - Files of Type - Файлы типа - - - Filter - Фильтр - - - Filter ({0}) - {0} is the number of selected tables - Фильтровать ({0}) - - - Filter Azure subscriptions - Фильтрация подписок Azure - - - Filter Changes - Фильтровать изменения - - - Filter Options - Параметры фильтра - - - Filter Settings - Параметры фильтра - - - Filter active - Фильтр активен - - - Filter by keyword - Фильтровать по ключевому слову - - - Filter by name - Фильтровать по имени - - - Filter by schema - Фильтр по схеме - - - Filter by severity - Фильтровать по уровню серьезности - - - Filter by type - Фильтровать по типу - - - Filter changes - Фильтровать изменения - - - Filter entities - Фильтр сущностей - - - Filter entities... - Фильтр сущностей... - - - Filter events by column values - Фильтровать события по значениям столбцов - - - Filter for any field... - Фильтрация всех полей... - - - Filter operator - Оператор фильтра - - - Filter shortcuts - Ярлыки фильтров - - - Filter value - Значение фильтра - - - Filter {0} - Фильтр {0} - - - Filter... - Фильтр... - - - Filter: {0} - {0} is the column name - Фильтр: {0} - - - Filters - Фильтры - - - Find - Найти - - - Find Next - Найти далее - - - Find Node - Найти узел - - - Find Nodes - Найти узлы - - - Find Previous - Найти предыдущее - - - Finish - Готово - - - Finished Deployment - Развертывание завершено - - - Finished query execution for document "{0}" - {0} is the document name - Завершено выполнение запроса для документа "{0}" - - - Firewall - Брандмауэр - - - Firewall rule name - Имя правила брандмауэра - - - Firewall rule successfully added. Retry profile creation? - Правило брандмауэра добавлено. Хотите повторить попытку создания профиля? - - - Firewall rule successfully created. - Правило брандмауэра создано. - - - First Page - Первая страница - - - Flat - Без иерархии - - - Focus the Messages tab - Переместить фокус на вкладку «Сообщения». - - - Focus the Query Plan tab - Переместить фокус на вкладку «План запроса» - - - Focus the Results tab in the query results panel - Перевести фокус на вкладку «Результаты» на панели результатов запроса - - - Folder Path - Путь к папке - - - Folder Structure - Структура папок - - - Folder is required - Папка обязательна - - - Folder path - Путь к папке - - - Folder path is required - Требуется путь к папке - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - Для числовых данных максимальное количество десятичных знаков справа от десятичного разделителя, которые могут быть сохранены в этом объекте базы данных. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - Для числовых данных: максимальное количество десятичных знаков, которые могут храниться в этом объекте базы данных. - - - Force fit columns - Принудительно подогнать столбцы - - - Foreign Column - Внешний столбец - - - Foreign Key - Внешний ключ - - - Foreign Key {0} - {0} is the index of the foreign key - Внешний ключ {0} - - - Foreign Keys - Внешние ключи - - - Foreign Table - Внешняя таблица - - - Foreign key '{0}' already exists - {0} is the foreign key name - Внешний ключ "{0}" уже существует - - - Foreign key column mappings are required. - Требуется сопоставление столбцов внешнего ключа. - - - Foreign key column mappings must be the same length. - Сопоставления столбцов внешнего ключа должны иметь одинаковую длину. - - - Foreign keys - Внешние ключи - - - Formula - Формула - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - Найдено ожидающее обещание повторного подключения для URI {0}, сбой. - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - Найдено ожидающее обещание повторного подключения для URI {0}, ждем. - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - Найдены сохраненные профили подключений ({0}). - - - Free compute & storage - Бесплатные вычисления и хранилище - - - Free offer applied - Бесплатное предложение применено - - - Freeze columns - Закрепить столбцы - - - From - Label for the start IP address in the firewall rule IP range - С - - - Full - Полное - - - Function - Функция - - - Functions - Функции - - - General - Общее - - - General Options - Общие варианты - - - General Purpose - Общего назначения - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - Генерируйте конфигурации построителя API данных на естественном языке с помощью чата GitHub Copilot и инструментов агента. Опишите требования к API, и GitHub Copilot создаст шаблон конфигурации для вас. - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - Создавайте конечные точки REST, GraphQL и MCP на основе объектов базы данных SQL (таблиц). Конфигурацию можно изменить вручную или с помощью GitHub Copilot, чтобы спланировать и сгенерировать обновления, а затем развернуть их локально с помощью Docker. - - - Generate Script - Сгенерировать скрипт - - - Generate mock data and seed scripts to support testing and development environments - Генерируйте фиктивные данные и скрипты присвоения начальных значений для поддержки сред тестирования и разработки - - - Generate script to deploy changes to target - Создать сценарий для развертывания изменений в целевом объекте - - - Generate sqlpackage command - Создать команду sqlpackage - - - Generated file added to {0} - {0} is the generated file path - Созданный файл добавлен в {0} - - - Generating Report. This may take a while... - Создание отчета. Это может занять некоторое время... - - - Generating SAS key failed: {0} - {0} is the error message - Не удалось создать ключ SAS: {0} - - - Generating report, this might take a while... - Создание отчета. Это может занять некоторое время... - - - Generating script... - Создание скрипта... - - - Geo-redundant backup storage - Геоизбыточное хранилище резервных копий - - - Get Connection Details - Получить детали подключения - - - Get Started - Начало работы - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Получить детали подключения для "{0}" (ИД: {1})? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - Получайте рекомендации по безопасности, например о том, как избежать внедрения кода SQL или избыточных разрешений - - - Getting Docker Ready... - Подготовка Docker... - - - Getting Fabric database '{0}' - {0} is the database ID - Получение базы данных Fabric "{0}" - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - Получение рабочей области Fabric "{0}" - - - Getting Started - Начало работы - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Получение деталей подключения для "{0}" (ИД: {1}) - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - Получение строки подключения для конечной точки SQL "{0}" в рабочей области "{1}" - - - Getting container ready for connections - Подготовка контейнера для подключений - - - Getting definition ... - Получаем определение… - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot — пошаговое руководство по VS Code - - - GitHub Copilot integration in Data API builder - Интеграция GitHub Copilot в построителе API данных - - - GitHub Copilot survey - Опрос GitHub Copilot - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - Получены недопустимые параметры использования инструмента: "{0}". ({1}) - - - GraphQL - GraphQL - - - Greater Than - Больше - - - Greater Than or Equals - Больше или равно - - - Greater than - Больше - - - Greater than or equal to - Больше или равно - - - Grid View - Представление сетки - - - Group by - Группировать по - - - Group differences by - Группировать различия по - - - Help - Справка - - - Help us improve by sharing your thoughts. - Помогите нам стать лучше, поделившись своими мыслями. - - - Hide Changes - Скрыть изменения - - - Hide Changes Highlight - Скрыть выделение изменений - - - Hide Confirm Password - Скрыть подтверждение пароля - - - Hide Definition - Скрыть определение - - - Hide New Password - Скрыть новый пароль - - - Hide SQL Pane - Скрыть панель SQL - - - Hide column - Скрыть столбец - - - Hide full error message - Скрыть полное сообщение об ошибке - - - Hide password - Скрыть пароль - - - Hide this panel - Скрыть эту панель - - - Highlight Changes - Выделить изменения - - - Highlight Expensive Operation - Выделить ресурсоемкую операцию - - - Highlights - Моменты - - - Hostname - Имя узла - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - Какова вероятность, что вы порекомендуете расширение MSSQL друзьям или коллегам? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - Какова вероятность, что вы порекомендуете {0} друзьям или коллегам? - - - How many tables are in this database? - Сколько таблиц в этой базе данных? - - - Hue - Оттенок - - - I have read the summary and understand the potential risks. - Я прочел сводку и понимаю возможные риски. - - - I understand this action is permanent and irreversible - Я понимаю, что это действие необратимо и не может быть отменено - - - I'm sorry, I can only assist with SQL-related questions. - Извините, я могу помочь только по вопросам, связанным с SQL. - - - IP address range - Диапазон IP-адресов - - - Identity - Удостоверение - - - Ignore Options - Игнорировать параметры - - - Ignore Tenant - Игнорировать клиента - - - Image tag - Тег образа - - - Import BACPAC - Импорт BACPAC - - - Import Data - Импорт данных - - - Import File - Импорт файла - - - Import Flat File - Импортировать неструктурированный файл - - - Import Information - Импорт сведений - - - Import New File - Импортировать новый файл - - - Import Status - Состояние импорта - - - Import a .bacpac file to a new or empty database - Импорт файла BACPAC в новую или пустую базу данных - - - Import anyway - Все равно импортировать - - - Import complete. You can close this dialog. - Импорт выполнен. Это диалоговое окно можно закрыть. - - - Import connection configuration settings from Azure Data Studio - Импортировать параметры конфигурации подключения из Azure Data Studio - - - Import failed: {0} - {0} is the error message returned from the import helper. - Не удалось выполнить импорт: {0} - - - Import file is required - Требуется файл импорта - - - Import from Azure Data Studio - Импорт из Azure Data Studio - - - Import selected - Импортировать выбранные элементы - - - Importance - Важность - - - Importing BACPAC... - Импорт BACPAC... - - - Importing data... - Импорт данных... - - - Importing selections - Импорт выбранных элементов - - - In - В - - - In case you missed it - Если вы пропустили - - - In progress - Выполняется - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - В интерфейсе построителя API данных локальное развертывание контейнера доступно только для подключений с использованием проверки подлинности SQL. Ваш действующий тип подключения не поддерживается. - - - Include - Включить - - - Include Object Types - Включить типы объектов - - - Include all columns - Включить все столбцы - - - Include all object types - Включить все типы объектов - - - Incomplete or orphaned connections - Неполные или потерянные подключения - - - Index - Индекс - - - Indexes - Индексы - - - Initializing DAB configuration... - Инициализация конфигурации DAB... - - - Initializing comparison, this might take a while... - Инициализируется сравнение. Это может занять некоторое время. - - - Insert - Вставить - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - Вставьте выделенный текст из редактора запросов, используя {arg}. Если вы не используете заполнитель, выделенный текст автоматически добавляется в конец запроса. - - - Install Docker - Установить Docker - - - Install the MSSQL Database Management Keymap extension - Установить расширение MSSQL Database Management Keymap - - - Instant Container Setup - Мгновенная настройка контейнера - - - Insufficient Workspace Permissions - Недостаточно разрешений рабочей области - - - Integrated - Интегрированные - - - Integrated & secure - Интегрированная и безопасная - - - Invalid Firewall rule name - Недопустимое имя правила брандмауэра - - - Invalid IP Address - Недопустимый IP-адрес - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - Недопустимый пароль SQL Server для {0}. Пароль должен содержать от 8 до 128 символов и соответствовать требованиям по сложности. Подробнее: https://docs.microsoft.com/sql/relational-databases/security/password-policy - - - Invalid column reference. Use either id OR name. - Недопустимая ссылка на столбец. Используйте id ИЛИ name. - - - Invalid column width - Недопустимая ширина столбца - - - Invalid connection URI provided. - Предоставлен недопустимый URI подключения. - - - Invalid connection string: {0} - Недопустимая строка подключения: {0} - - - Invalid database - Недопустимая база данных - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - Недопустимая ссылка на сущность. Используйте id ИЛИ schemaName+tableName ИЛИ schemaName+sourceName+sourceType. - - - Invalid file - Недопустимый файл - - - Invalid file extension. Expected .dacpac or .bacpac - Недопустимое расширение файла. Ожидается DACPAC или BACPAC - - - Invalid foreign key. - Недействительный внешний ключ. - - - Invalid max length '{0}' - {0} is the max length - Недопустимая максимальная длина "{0}" - - - Invalid table payload. Expected table with columns array. - Недействительные полезные данные таблицы. Ожидается таблица с массивом столбцов. - - - Invalid table type - Недопустимый тип таблицы - - - Is Computed - Вычисляемый - - - Is Identity - Является удостоверением - - - Is Ledger Database - База данных реестра - - - Is Not Null - Не равно null - - - Is Null - Равно null - - - Is Persisted - Сохраняемый - - - Issues ({0}) - {0} is the number of issues - Проблемы ({0}) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - Присоединиться к обсуждениям - - - Keep in query pane - Сохранить в панели запросов - - - Key - Ключ - - - Keybinding - Настраиваемое сочетание клавиш - - - Keyboard Shortcuts editor - Редактор сочетания клавиш - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - Не удалось сохранить ключи для кэша маркеров в хранилище учетных данных. Это может привести к проблемам сохраняемости маркера доступа Microsoft Entra ID и нестабильности подключения. Скорее всего, в SqlTools достигнуто ограничение хранилища учетных данных в Windows. Удалите по крайней мере 2 набора учетных данных, которые начинаются с "Microsoft.SqlTools|" в диспетчере учетных данных Windows, и выполните перезагрузку. - - - LRS - LRS - - - LRS backup (locally redundant) - Резервное копирование LRS (локально избыточное) - - - Last Page - Последняя страница - - - Learn More - Дополнительные сведения - - - Learn more - Подробнее - - - Learn more about Azure SQL Database free tier - Подробнее о бесплатном уровне Azure SQL Database - - - Learn more about SQL Server 2025 features - Подробнее о функциях SQL Server 2025 - - - Leave the source database in the restoring state - Оставить базу данных-источник в состоянии восстановления - - - Length - Длина - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - Несоответствие длины: столбец "{0}" ({1}) несовместим с "{2}" ({3}) - - - Less Than - Меньше - - - Less Than or Equals - Меньше или равно - - - Less than - Меньше - - - Less than or equal to - Меньше или равно - - - Line {0} - {0} is the line number - Строка {0} - - - Link copied to clipboard - Ссылка скопирована в буфер обмена - - - List Connections - Список подключений - - - List Databases - Перечислить базы данных - - - List Functions - Перечислить функции - - - List Schemas - Перечислить схемы - - - List Tables - Перечислить таблицы - - - List Views - Перечислить представления - - - List all connections registered with the mssql extension? - Перечислить все подключения, зарегистрированные в расширении mssql? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Перечислить базы данных для подключения "{0}" (ИД: {1})? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Перечислить функции для подключения "{0}" (ИД: {1})? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Перечислить схемы для подключения "{0}" (ИД: {1})? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Перечислить таблицы для подключения "{0}" (ИД: {1})? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Перечислить представления для подключения "{0}" (ИД: {1})? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - Перечисление баз данных SQL Fabric для рабочей области "{0}" - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - Перечисление конечных точек SQL Fabric для рабочей области "{0}" - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - Выполняется перечисление хранилищ Fabric для рабочей области "{0}" - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - Перечисление емкостей Fabric для клиента "{0}" - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - Перечисление рабочих областей Fabric для клиента "{0}" - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Перечисление баз данных для подключения "{0}" (ИД: {1}) - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Перечисление функций для подключения "{0}" (ИД: {1}) - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - Перечисление назначений ролей для рабочей области "${workspaceId}" - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Перечисление схем для подключения "{0}" (ИД: {1}) - - - Listing server connections - Перечисление подключений к серверу - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Перечисление таблиц для подключения "{0}" (ИД: {1}) - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Перечисление представлений для подключения "{0}" (ИД: {1}) - - - Load - Загрузить - - - Load from Connection String - Загрузить из строки подключения - - - Load profile... - Загрузка профиля... - - - Load source, target, and options saved in an .scmp file - Загрузить источник, целевой объект и параметры, сохраненные в файле SCMP - - - Loading - Выполняется загрузка - - - Loading Azure Accounts - Загрузка учетных записей Azure - - - Loading Azure SQL Database... - Загрузка базы данных SQL Azure... - - - Loading Azure accounts - Загрузка учетных записей Azure - - - Loading Fabric Accounts - Загрузка учетных записей Fabric - - - Loading Fabric provisioning... - Загружается подготовка Fabric... - - - Loading Report - Загрузка отчета - - - Loading Schema Designer - Загрузка конструктора схем - - - Loading Schema Designer Model... - Загружается модель схемы конструктора... - - - Loading Table Designer - Загружается конструктор таблиц - - - Loading XEL file: {0} - {0} is the file name - Загрузка XEL-файла: {0} - - - Loading backup database... - Загрузка базы данных резервных копий... - - - Loading code analysis rules... - Загрузка правил анализа кода… - - - Loading collations... - Загрузка параметров сортировки... - - - Loading database objects - Загрузка объектов базы данных - - - Loading databases in '{0}'... - {0} is the name of the workspace - Загрузка баз данных в "{0}"... - - - Loading databases in selected workspace... - Загрузка баз данных в выбранной рабочей области... - - - Loading deployment - Загрузка развертывания - - - Loading execution plan... - Загрузка плана выполнения... - - - Loading flat file import... - Загрузка импорта неструктурированного файла... - - - Loading local containers... - Загрузка локальных контейнеров... - - - Loading locations - Идет загрузка расположений - - - Loading maintenance windows... - Загрузка окон обслуживания... - - - Loading resource groups - Загрузка групп ресурсов - - - Loading restore database... - Загружается база данных для восстановления... - - - Loading restore plan... - Загружается план восстановления... - - - Loading results... - Загрузка результатов... - - - Loading schemas... - Загрузка схем... - - - Loading servers - Идет загрузка серверов - - - Loading servers in '{0}'... - {0} is the name of the subscription - Загрузка серверов в "{0}"... - - - Loading servers in selected subscription... - Загрузка серверов в выбранной подписке... - - - Loading subscriptions - Загружаются подписки - - - Loading subscriptions... - Загрузка подписок... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - Загрузка сводки по {0} строкам (щелкните, чтобы отменить) - - - Loading table data... - Загрузка данных таблицы... - - - Loading table preview... - Загрузка предварительного просмотра таблицы... - - - Loading tenants - Идет загрузка клиентов… - - - Loading tenants... - Загрузка клиентов... - - - Loading text view... - Загрузка текстового представления... - - - Loading workspaces - Загрузка рабочих областей - - - Loading workspaces... - Загрузка рабочих областей... - - - Loading... - Выполнятся загрузка... - - - Local Container Deployment - Локальное развертывание контейнера - - - Local SQL Server database container - Локальный контейнер базы данных SQL Server - - - Local container deployment is currently only supported with SQL Authentication connections. - Сейчас локальное развертывание контейнера поддерживается только для подключений с проверкой подлинности SQL. - - - Locally-redundant backup storage - Локально избыточное хранилище резервных копий - - - Locate an Azure Data Studio settings.json file to import - Найти файл Azure Data Studio settings.json для импорта - - - Location - Расположение - - - Location (Workspace) - Расположение (рабочая область) - - - Location of the file to be imported - Расположение файла для импорта - - - Log file folder - Папка файлов журнала - - - Logical file name - Логическое имя файла - - - Logical operator - Логический оператор - - - Logs - Журналы - - - Logs copied to clipboard - Журналы, скопированные в буфер обмена - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - Ищете настраиваемые сочетания клавиш Azure Data Studio, например F5 для выполнения запросов? - - - MCP - MCP - - - MCP custom tool - Специальный инструмент MCP - - - MCP server added to {0} - {0} is the file path where the MCP server was added - Сервер MCP добавлен в {0} - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - Сервер MCP уже настроен в {0} - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL — журналы проверки подлинности Azure - - - MSSQL - VS Code walkthrough - MSSQL — пошаговое руководство по VS Code - - - MSSQL Feedback - Отзыв о MSSQL - - - MSSQL Notebook connected to {0} - {0} is the connection label - Записная книжка MSSQL подключена к {0} - - - MSSQL extension icon - Значок расширения MSSQL - - - MSSQL: Click to change connection - MSSQL: нажмите, чтобы изменить подключение - - - MSSQL: Click to change database - MSSQL: нажмите, чтобы изменить базу данных - - - MSSQL: Welcome & What's New - MSSQL: приветствие и новые возможности - - - MSSQL: What's new - MSSQL: что нового - - - Maintenance Window - Период обслуживания - - - Make everything read-only - Сделать все доступным только для чтения - - - Manage Connection Profiles - Управление профилями подключения - - - Manage relationships - Управление отношениями - - - Mandatory (Recommended) - Обязательно (Рекомендуется) - - - Mandatory (True) - Обязательно (True) - - - Max - Максимум - - - Max 10 databases / subscription - Максимум 10 баз данных на подписку - - - Max Length - Максимальная длина - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - Превышено максимальное количество строк для фильтрации или сортировки. Для обновления перейдите к параметрам пользователя и измените параметр: mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - Максимальное число виртуальных ядер - - - Max: {0} - {0} is the max - Максимальное значение: {0} - - - Maximize - Развернуть - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - Развернуть ({0}) - - - Maximize Panel Size - Максимально увеличить размер панели - - - Maximize details panel - Развернуть панель сведений - - - Maximize panel size - Максимально увеличить размер панели - - - Maximize results grid - Развернуть сетку результатов - - - Media - Носитель - - - Media set description is required - Требуется описание набора носителей - - - Media set name is required - Требуется имя набора носителей - - - Message - Сообщение - - - Messages - Сообщения - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - Сообщения ({0}) - - - Metric - Метрика - - - Microsoft Account - Учетная запись Майкрософт - - - Microsoft Account is required - Требуется учетная запись Майкрософт - - - Microsoft Corp - Корпорация Майкрософт - - - Microsoft Entra Account - Учетная запись Microsoft Entra - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Microsoft Entra ID — по умолчанию - - - Microsoft Entra Id - Service Principal - Microsoft Entra ID — субъект-служба - - - Microsoft Entra Id - Universal w/ MFA Support - Microsoft Entra ID — универсальный с поддержкой MFA - - - Microsoft Entra account {0} successfully added. - {0} is the account name - Учетная запись Microsoft Entra {0} добавлена. - - - Microsoft Fabric integration - Интеграция Microsoft Fabric - - - Microsoft SQL Server License Agreement - Лицензионное соглашение Microsoft SQL Server - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Корпорация Майкрософт изучает ваши отзывы для совершенствования наших продуктов, поэтому не включайте в них личные, конфиденциальные или защищаемые данные. - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Корпорация Майкрософт будет обрабатывать отправляемые вами отзывы в соответствии с инструкциями вашей организации, чтобы улучшить взаимодействие с продуктом для вас и вашей организации. Если у вас возникли вопросы об использовании данных отзывов, обратитесь к администратору клиента. Обработка данных отзывов регулируется приложением о защите данных продуктов и служб Майкрософт между вашей организацией и корпорацией Майкрософт, а отправленные вами отзывы считаются персональными данными в рамках этого приложения. - - - Microsoft would like your feedback - Корпорация Майкрософт очень хотела бы получить ваш отзыв - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - Переносите сохраненные подключения, группы подключений и параметры подключений из Azure Data Studio в расширение MSSQL. Также можно установить MSSQL Data Management Keymap для добавления привычных сочетаний клавиш из Azure Data Studio. - - - Min - Минимум - - - Min: {0} - {0} is the min - Минимум: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - Отсутствует ссылка на подключение. Укажите только connectionId или connectionName. - - - Missing schema payload for replace_schema operation. - Отсутствуют полезные данные схемы для операции replace_schema. - - - Missing table payload for update_table operation. - Отсутствуют полезные данные таблицы для операции update_table. - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - Отсутствует целевая таблица для операции delete_table. Укажите tableId или tableName+schemaName. - - - Modified - Изменено - - - Modified column '{0}' - {0} is the column name - Изменён столбец '{0}' - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - Изменён столбец '{0}': {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - Изменён внешний ключ '{0}' - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - Изменён внешний ключ '{0}': {1} - - - Modified table {0} - {0} is the qualified table name - Изменена таблица {0} - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - Изменена таблица {0}: {1} - - - Modify Columns - Изменить столбцы - - - Modify Table - Изменить таблицу - - - Monitor usage and manage your free tier limits - Отслеживайте использование и управляйте ограничениями бесплатного тарифа - - - Monthly limits - Ежемесячные ограничения - - - More Query Actions - Другие действия с запросом - - - Move Down - Переместить вниз - - - Move Up - Переместить вверх - - - Move and expand the active grid selection - Переместить и развернуть активную область сетки - - - Move focus to the next result set grid - Переместить фокус на сетку следующего набора результатов - - - Move focus to the previous result set grid - Переместить фокус на сетку предыдущего набора результатов - - - Move selection to the first cell in the row - Переместить выделение в первую ячейку строки - - - Move selection to the last cell in the row - Переместить выделение в последнюю ячейку строки - - - Move to Root - Переместить в корень - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - Переход к схеме поддерживается только для файлов SQL, которые являются частью открытого проекта SQL. Сначала откройте проект на панели «Проекты баз данных». - - - Move to Schema request failed: {0} - Сбой запроса на переход к схеме: {0} - - - Move to Schema... - Переместить в схему... - - - Move to row end - Переместить в конец строки - - - Move to row start - Переместить в начало строки - - - Move to schema '{0}' - Переместить в схему {0} - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - Найдено несколько групп подключений с идентификатором "{0}". Удалите или переименуйте все, кроме одной, в файле User/Global settings.json, затем перезапустите расширение. - - - Must be a valid number - Должно быть допустимым числом - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - Должно начинаться буквой или цифрой и содержать только буквы, цифры, символы подчеркивания, точки или дефисы - - - Mutation - Изменение - - - MyProfilerSession - MyProfilerSession - - - NULL - NULL - - - Name - Имя - - - Name for the Docker container running DAB - Имя контейнера Docker, в котором запущен DAB - - - Name of the primary key. - Имя первичного ключа. - - - Navigate to this item in the diagram - Перейти к этому элементу на схеме - - - Navigation - Навигация - - - Needs attention - Требует внимания - - - New Azure SQL logical server (Preview) - Новый логический сервер Azure SQL (предварительная версия) - - - New Check Constraint - Новое проверочное ограничение - - - New Column - Создать столбец - - - New Column Mapping - Новое сопоставление столбцов - - - New Database - Новая база данных - - - New Database Name - Имя новой базы данных - - - New Deployment - Новое развертывание - - - New File - Новый файл - - - New Foreign Key - Создать внешний ключ - - - New Index - Создание индекса - - - New Local Docker SQL Server - Новый локальный SQL Server в Docker - - - New Microsoft Entra account could not be added. - Не удалось добавить новую учетную запись Microsoft Entra. - - - New Password - Новый пароль - - - New Query - Новый запрос - - - New Query Profiler - Enter Name - Новый профилировщик запросов — введите имя - - - New Query Profiler - Select Template - Новый профилировщик запросов — выберите шаблон - - - New SQL database - Новая база данных SQL - - - New Session - Новый сеанс - - - New Table Name - Имя новой таблицы - - - New column mapping - Новое сопоставление столбцов - - - New database name must be different from the current name - Имя новой базы данных должно отличаться от текущего имени - - - New media set description - Описание нового набора носителей - - - New media set name - Имя нового набора носителей - - - New to MSSQL extension? Check out our quick-start guide. - Ранее не использовали расширение MSSQL? Ознакомьтесь с нашим кратким руководством. - - - New to the MSSQL extension? Check out our quick-start guide. - Ранее не использовали расширение MSSQL? Ознакомьтесь с нашим кратким руководством. - - - Next - Далее - - - Next Page - Следующая страница - - - Next result grid - Сетка следующего результата - - - No - Нет - - - No Action - Нет действия - - - No Azure accounts found - Учетные записи Azure не найдены - - - No Microsoft Entra account can be found for removal. - Не удалось найти учетную запись Microsoft Entra для удаления. - - - No Queries Available - Нет доступных запросов - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - Не найдено подключение MCP инструментов SQL для connectionName: {0} - - - No account selected - Учетная запись не выбрана - - - No active connection - Нет активного подключения - - - No active connection for database change - Нет активного подключения для изменения базы данных - - - No active connection for schema view - Нет активного подключения для представления схемы - - - No active connection. - Нет активного подключения. - - - No active database connection in the current editor. Please establish a connection to continue. - Нет активного подключения к базе данных в текущем редакторе. Установите подключение, чтобы продолжить. - - - No active notebook. - Нет активной записной книжки. - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - Не найдено ни одного активного конструктора схем. Сначала откройте построитель API данных с помощью mssql_dab с операцией "show" или через пользовательский интерфейс. - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - Активный конструктор схем не найден. Сначала откройте схему, используя mssql_schema_designer с помощью операции "show" или из пользовательского интерфейса. - - - No active text editor found. Please open a file with an active database connection. - Активный текстовый редактор не найден. Откройте файл с активным подключением к базе данных. - - - No authentication required - Проверка подлинности не требуется - - - No background tasks - Нет фоновых задач - - - No backup sets found in the restore plan - В плане восстановления не найдены наборы резервных копий - - - No blob containers found - Контейнеры BLOB-объектов не найдены. - - - No blobs found - BLOB-объектов не найдено - - - No changes detected - Никаких изменений не обнаружено - - - No changes match your search. - Нет изменений, соответствующих вашему поисковому запросу. - - - No changes yet. - Пока изменений нет. - - - No code analysis rules available. - Нет доступных правил анализа кода. - - - No connection credentials found - Учетные данные подключения не найдены - - - No connection found for connectionId: {0} - {0} is the connection ID - Не найдено подключение для connectionId: {0} - - - No connection groups were found in the file. - В файле не найдено групп подключений. - - - No connection information found - Сведения о подключении не найдены - - - No connection profiles to edit. - Не найдено ни одного профиля подключения, который можно было бы изменить. - - - No connection profiles to remove. - Не найдено ни одного профиля подключения, который можно было бы удалить. - - - No connection selected. - Ни одно подключение не выбрано. - - - No connection was found. Please connect to a server first. - Соединение не найдено. Сначала подключитесь к серверу. - - - No connections available. Please create a connection first. - Нет доступных подключений. Сначала создайте подключение. - - - No connections were found in the file. - В файле не найдено подключений. - - - No customized settings found - Настроенные параметры не найдены - - - No customized settings found in Azure Data Studio - В Azure Data Studio не найдено настроенных параметров - - - No data available - Нет доступных данных - - - No data to display. - Нет данных для отображения. - - - No database files found in the restore plan - В плане восстановления не найдены файлы базы данных - - - No database selected. - Ни одна база данных не выбрана. - - - No databases found in the selected workspace. - Не найдены базы данных в выбранной рабочей области. - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - Базы данных не найдены в рабочей области "{0}". - - - No databases found on the server. Please check your connection. - На сервере не найдены базы данных. Проверьте подключение. - - - No databases found to import into. - Базы данных для импорта не найдены. - - - No databases with backups found - Не найдены базы данных с резервными копиями - - - No elements found - Элементы не найдены - - - No entities found - Сущности не найдены - - - No event selected - Событие не выбрано - - - No events to export - Нет событий для экспорта - - - No filter is currently active - В настоящее время нет активных фильтров - - - No items - Нет элементов - - - No log entries yet. - В журнале пока нет записей. - - - No matches found - Совпадения не найдены - - - No matching shortcuts - Нет совпадающих сочетаний клавиш - - - No model found. - Ни одна модель не найдена. - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - Нет необходимости обновлять маркер учетной записи Microsoft Entra для подключения {0} с URI {1} - - - No object that can be moved to another schema was found at the cursor. - В области курсора не обнаружено объекта, который можно было бы переместить в другую схему. - - - No objects found - Объекты не найдены - - - No pending changes. Make edits to generate a script. - Нет ожидающих изменений. Внесите правки, чтобы создать скрипт. - - - No profiler connection available - Нет доступных подключений профилировщика - - - No profiler templates available - Нет доступных шаблонов профилировщика - - - No property changes available. - Изменения свойств отсутствуют. - - - No query set - Запрос не задан - - - No renameable symbol found at cursor. - В области курсора не найден символ, который можно переименовать. - - - No resource groups found - Группы ресурсов не найдены - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - Для текущего облака "{1}" не настроен ни один ресурс типа "{0}". Измените настройки учетной записи Azure. - - - No results - Нет результатов - - - No results for the active editor - Нет результатов для активного редактора - - - No results match the current filters - Нет результатов, соответствующих текущим фильтрам - - - No results to display - Нет результатов для отображения - - - No rows affected - Нет затронутых строк - - - No rules match the current filter. - Действующему фильтру не соответствует ни одно правило. - - - No saved connection profiles found. - Сохраненные профили подключений не найдены. - - - No saved connections found. Please create a connection first. - Нет сохраненных подключений. Сначала создайте подключение. - - - No schema differences were found. - Различия в схемах не найдены. - - - No schemas found - Схемы не найдены - - - No schemas were found in the project. - В проекте не найдены схемы. - - - No script available. Make changes to the table data and generate a script first. - Скрипт недоступен. Сначала измените данные таблицы и создайте скрипт. - - - No script generated. - Сценарий не создан. - - - No selection - Ничего не выбрано - - - No servers found - Серверов не найдено - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - В подписке"{0}" не найдены серверы. - - - No servers found in the selected subscription. - В выбранной подписке не найдены серверы. - - - No shortcut - Нет сочетания клавиш - - - No storage accounts found - Не удалось найти учетные записи хранения - - - No subscriptions found - Подписки не найдены - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - Подписки не найдены. Измените учетную запись Azure или клиент, чтобы просмотреть доступные подписки. - - - No templates available - Нет доступных шаблонов - - - No tenant selected - Клиент не выбран - - - No tenants are currently signed in. - В настоящее время ни один клиент не вошел в систему. - - - No tenants found - Клиенты не найдены - - - No text data available - Нет доступных текстовых данных - - - No tools to process. - Нет инструментов для обработки. - - - No workspace folder is open. Open a folder to add the MCP server configuration. - Нет открытых папок рабочих областей. Откройте папку, чтобы добавить конфигурацию сервера MCP. - - - No workspace folder is open. Open a folder to add the generated file. - Нет открытых папок рабочих областей. Откройте папку, чтобы добавить сгенерированный файл. - - - No workspaces found - Рабочие области не найдены - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - Рабочие области не найдены. Измените учетную запись Fabric или клиент, чтобы просмотреть доступные рабочие области. - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - Обнаружен SQL Server SQL. Отключить IntelliSense для таких файлов? - - - None - Отсутствует - - - None (empty database) - Нет (пустая база данных) - - - Not Between - Не находится между - - - Not Contains - Не содержит - - - Not Ends With - Не заканчивается на - - - Not Equals - Не равно - - - Not Started - Не начато - - - Not Starts With - Не начинается с - - - Not available for read-only file sessions - Недоступно для сеансов с файлами только для чтения - - - Not connected - Не подключено - - - Not contains - Не содержит - - - Not currently signed in. Select to sign in to tenant. - В настоящее время не выполнен вход. Выберите, чтобы войти в клиент. - - - Not equal to - Не равно - - - Not likely at all - Маловероятно - - - Not running - Не выполняется - - - Not signed in - Вход не выполнен - - - Not signed into tenant {0} - {0} is the tenant display name - Не выполнен вход в клиент {0} - - - Not started - Не запущено - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - Примечание. Самозаверяющий сертификат обеспечивает ограниченную защиту, и его не рекомендуется применять в производственных средах. Включить параметр "Доверять сертификату сервера" для этого подключения и повторить попытку? - - - Null - Null - - - Null Count: {0} - {0} is the null count - Число значений NULL: {0} - - - Number of Rows Read - Количество прочитанных строк - - - OK - ОК - - - OLTP, built on Azure SQL - OLTP, создано на основе Azure SQL - - - Object Explorer Filter - Фильтр обозревателя объектов - - - Object Type - Тип объекта - - - Object Types - Типы объектов - - - Object type - Тип объекта - - - Off - Откл - - - On Delete - При удалении - - - On Delete Action - При удалении - - - On Update - При обновлении - - - On Update Action - При действии обновления - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - Одна или несколько групп подключений ссылаются на несуществующие родительские группы и были проигнорированы: {0}. Обновите файл параметров, чтобы исправить эти записи. - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - Одно или несколько подключений ссылаются на несуществующие группы и были проигнорированы: {0}. Обновите параметры подключения, чтобы исправить эти записи. - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - Одна или несколько ваших сущностей содержат типы столбцов, которые построитель API данных сейчас не поддерживает. Эти сущности нельзя выбрать для развертывания. - - - Open - Открыть - - - Open .scmp file - Открыть файл .scmp - - - Open Containing Folder - Открыть содержащую папку - - - Open File - Открыть файл - - - Open GitHub Copilot Chat to help fix these errors - Откройте чат GitHub Copilot, чтобы помочь исправить эти ошибки - - - Open Keyboard Shortcuts editor. - Открыть редактор сочетания клавиш. - - - Open Nitro - Открыть Nitro - - - Open Publish Script - Открыть сценарий публикации - - - Open Query - Открыть запрос - - - Open Query History - Открыть журнал запросов - - - Open SQL editor and connect - Открыть редактор SQL и подключиться - - - Open XML - Open XML - - - Open a new SQL query file - Открыть новый файл SQL-запроса - - - Open a new bug - Открыть новую ошибку - - - Open column menu - Открыть меню столбца - - - Open filter menu - Открыть меню фильтра - - - Open in Editor - Открыть в редакторе - - - Open in GitHub Copilot Chat - Открыть в GitHub Copilot Chat - - - Open in New Tab - Открыть в новой вкладке - - - Open in SQL Editor - Открыть в редакторе SQL - - - Open in editor - Открыть в редакторе - - - Open text data in a new editor - Открыть текстовые данные в новом редакторе - - - Open the active column filter menu - Открыть меню фильтра активных столбцов - - - Open the active column menu - Открыть меню активного столбца - - - Open the generated SELECT statement in a new editor - Открыть созданный оператор SELECT в новом редакторе - - - Opening Publish Script. This may take a while... - Открытие сценария публикации. Это может занять некоторое время... - - - Opening schema designer... - Открытие конструктора схем... - - - Operation - Операция - - - Operation failed - Сбой операции - - - Operator - Оператор - - - Option Description - Описание варианта - - - Optional (False) - Необязательно (False) - - - Optional - Override default GraphQL plural type name - Необязательно — переопределить имя типа GraphQL во множественном числе по умолчанию - - - Optional - Override default GraphQL singular type name - Необязательно — переопределить имя типа GraphQL в единственном числе по умолчанию - - - Optional - Override default api/entityName path - Необязательно — переопределить путь api/entityName по умолчанию - - - Options - Возможности - - - Options have changed. Recompare to see the comparison? - Параметры изменились. Выполнить повторное сравнение для просмотра его результатов? - - - Original file name - Исходное имя файла - - - Others - Другое - - - Output file - Выходной файл - - - Overall, how satisfied are you with the MSSQL extension? - Насколько вы в целом удовлетворены расширением MSSQL? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - Насколько вы в целом удовлетворены функцией {0}? - - - Overwrite all existing backup sets - Перезаписать все существующие резервные наборы данных - - - Overwrite the existing database - Перезаписать существующую базу данных - - - Owner - Владелец - - - PNG - PNG - - - Package file - Файл пакета - - - Page - Страница - - - Parameters - Параметры - - - Parent node was not TreeNodeInfo. - TreeNodeInfo не является родительским узлом. - - - Password - Пароль - - - Password (SQL Login) - Пароль (имя для входа SQL) - - - Password is required - Требуется указать пароль - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - Чтобы продолжить вход в "{1}", необходимо изменить пароль для "{0}'' - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - Чтобы продолжить вход в "{0}", необходимо изменить пароль - - - Passwords do not match - Пароли не совпадают - - - Paste - Вставить - - - Paste connection string from clipboard - Вставить строку подключения из буфера обмена - - - Path: {0} - {0} is the path of the node in the object explorer - Путь: {0} - - - Pause - Приостановить - - - Pause event collection - Приостановить сбор событий - - - Paused - Приостановлено - - - Paused - click to resume - Приостановлено — нажмите, чтобы возобновить - - - Perform checksum before writing to media - Рассчитать контрольную сумму перед записью на носитель - - - Permissions - Разрешения - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - Выберите нужный вариант из нескольких версий SQL Server, в том числе SQL Server 2025 (предварительная версия) со встроенными функциями ИИ, такими как поиск векторов и улучшения JSON. - - - Please Accept the SQL Server EULA - Примите условия лицензионного соглашения SQL Server - - - Please choose a backup file to load restore plan - Выберите файл резервной копии для загрузки плана восстановления - - - Please choose a blob to load restore plan - Выберите BLOB-объект для загрузки плана восстановления - - - Please choose a unique backup file name - Выберите уникальное имя файла резервной копии - - - Please choose a unique name for the container - Выберите уникальное имя для контейнера - - - Please choose a unique name for the profile - Выберите уникальное имя для профиля - - - Please choose a valid media option - Выберите допустимый параметр носителя - - - Please choose at least one backup file - Выберите хотя бы один файл резервной копии - - - Please choose at least one backup set to restore - Для восстановления выберите хотя бы один набор резервных копий - - - Please ensure the file is not open in another application before importing - Перед импортом убедитесь, что файл не открыт в другом приложении - - - Please make sure the port is a number, and choose a port that is not in use - Убедитесь, что номер порта является числом, и выберите неиспользуемый порт - - - Please make your password 8-128 characters long. - Установите пароль длиной от 8 до 128 символов. - - - Please select a database node in Object Explorer to drop. - Выберите узел базы данных в обозревателе объектов для удаления. - - - Please select a database node in Object Explorer to rename. - Выберите узел базы данных в обозревателе объектов для переименования. - - - Please select a file, not a folder. - Выберите файл, а не папку. - - - Please select a node from Object Explorer to script. - Выберите узел в обозревателе объектов для скрипта. - - - Please select a server node in Object Explorer to create a database. - Выберите узел сервера в обозревателе объектов для создания базы данных. - - - Please select a valid symbol. - Выберите допустимый символ. - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - Выберите рабочую область, в которой у вас достаточно разрешений (участник или выше) - - - Please select only one node to script. Multiple node scripting is not supported. - Выберите только один узел для скрипта. Создание скрипта для нескольких узлов не поддерживается. - - - Port - Порт - - - Port must be a number between 1 and 65535 - Порт должен быть числом от 1 до 65535 - - - Port must be between 1 and 65535 - Порт должен находиться в диапазоне от 1 до 65535 - - - Port to expose the API on (default: 5000) - Порт для предоставления API (по умолчанию: 5000) - - - Port {0} is already in use - {0} is the port number - Порт {0} уже используется - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - Порт {0} уже используется. Выберите другой порт. - - - Possible Data Loss detected. Please review the changes. - Обнаружена возможная потеря данных. Проверьте изменения. - - - Precision - Точность - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Несоответствие точности или масштаба между "{0}" и "{1}" - - - Preserve the replication settings - Сохранить настройки репликации - - - Press desired key combination and then press ENTER. - Нажмите нужное сочетание клавиш, а затем клавишу ВВОД. - - - Preview - Предварительный просмотр - - - Preview Data - Предварительный просмотр данных - - - Preview Database Updates - Предварительный просмотр обновлений базы данных - - - Previous - Назад - - - Previous Page - Предыдущая страница - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - Предыдущее ожидающее обещание повторного подключения для URI {0} отклонено с ошибкой {1}. При необходимости будет предпринята попытка повторного подключения. - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - Предыдущее ожидающее повторное подключение для URI {0} выполнено успешно. - - - Previous result grid - Сетка предыдущих результатов - - - Previous step failed. Please check the error message and try again. - Сбой на предыдущем этапе. Прочтите сообщение об ошибке, затем повторите попытку. - - - Previously released features you may not have explored yet. - Ранее выпущенные функции, которые вы, возможно, еще не изучили. - - - Primary Key - Первичный ключ - - - Primary Key Columns - Столбцы первичного ключа - - - Primary key - Первичный ключ - - - Prisma - Prisma - - - Privacy Statement - Заявление о конфиденциальности - - - Privacy notice - Уведомление о конфиденциальности - - - Private - Частный - - - Processing include or exclude all differences operation. - Обработка операции включения или исключения всех различий. - - - Profile Name - Имя профиля - - - Profile created and connected - Создан новый профиль, подключение установлено - - - Profile created successfully - Профиль создан - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - Профиль загружен, но подключение не удалось установить автоматически. Создайте подключение к {0} и повторите попытку. - - - Profile name - Имя профиля - - - Profile removed successfully - Профиль удален - - - Profiler events exported successfully to {0} - {0} is the file path - События профилировщика экспортированы в {0} - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - Профилировщик находится в режиме только для чтения и отключен для XEL-файла "{0}". Он не может запускать или создавать активные сеансы без подключения к базе данных - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - Профилировщик находится в режиме только для чтения и отключен для XEL-файла "{0}". Он не может запускать или создавать активные сеансы без подключения к базе данных. - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - Профилировщик готов. Выберите сеанс в раскрывающемся списке и нажмите "Пуск", чтобы начать профилирование. - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - Сеанс профилировщика "{0}" успешно создан. Выполняется запуск профилирования… - - - Profiler session '{0}' started successfully. - {0} is the session name - Сеанс профилировщика "{0}" запущен. - - - Properties - Свойства - - - Property - Свойство - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - Для поставщика {0} не определена конечная точка ресурса Майкрософт. - - - Provisioning - Подготовка - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - Найдены параметры прокси-сервера, но при анализе URL-адреса возникла ошибка: "{0}". При использовании расширения MSSQL могут возникнуть проблемы с подключением. Ошибка: {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - Найдены настройки прокси-сервера, но отсутствует протокол (например, http://): "{0}". При использовании расширения MSSQL могут возникнуть проблемы с подключением. - - - Public - Общедоступный - - - Publish - Опубликовать - - - Publish DACPAC - Опубликовать DACPAC - - - Publish Profile - Профиль публикации - - - Publish Project - Опубликовать проект - - - Publish Project - {0} - {0} is the name of the project being published - Опубликовать проект — {0} - - - Publish Settings File - Опубликовать файл параметров - - - Publish Target - Опубликовать целевой объект - - - Publish profile saved to: {0} - Профиль публикации сохранён в: {0} - - - Publishing Changes - Публикуем изменения… - - - Pulling DAB container image - Извлечение образа контейнера DAB - - - Pulling SQL Server Image - Получение образа SQL Server - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - Получение образа контейнера SQL Server. Это может занять несколько минут в зависимости от вашего подключения к Интернету. - - - Query - Запрос - - - Query Editor - Редактор запросов - - - Query Editor shortcuts are managed by Visual Studio Code. - Сочетания клавиш Редактора запросов управляются Visual Studio Code. - - - Query Execution - Выполнение запроса - - - Query Plan - План запроса - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - План запроса ({0}) - - - Query Plan ({0}) - {0} is the number of query plans - План запроса ({0}) - - - Query Profiler - Профилировщик запросов - - - Query Profiler Session Status - Состояние сеанса профилировщика запросов - - - Query Profiler: No session - Профилировщик запросов: нет сеанса - - - Query Profiler: {0} - {0} is the file name or session name - Профилировщик запросов: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - Редактор запросов для {0} - - - Query executed - Запрос выполнен - - - Query execution failed - Не удалось выполнить запрос - - - Query execution was canceled. - Выполнение запроса было отменено. - - - Query failed - Не удалось выполнить запрос - - - Query succeeded - Запрос успешно выполнен - - - Query {0} - {0} is the Quick Query slot number - Запрос {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - Запрос {0}: стоимость запроса (по отношению к сценарию): {1}% - - - Quick Queries - Быстрые запросы - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - Сочетания клавиш для Быстрых запросов управляются Visual Studio Code. - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - Слот быстрого запроса должен быть в диапазоне от 1 до {0}. - - - Quick filter all columns... - Быстрая фильтрация всех столбцов... - - - REST - REST - - - REST API - REST API - - - RESTORE WITH NORECOVERY - RESTORE WITH NORECOVERY - - - RESTORE WITH RECOVERY - RESTORE WITH RECOVERY - - - RESTORE WITH STANDBY - RESTORE WITH STANDBY - - - Read - Читать - - - Read docs on Microsoft Learn - Читать документацию на Microsoft Learn - - - Read more - Подробнее - - - Read-Only - Только для чтения - - - Read-only SQL text editor - Текстовый редактор SQL только для чтения - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - Отключенный режим только для чтения для "{0}". Невозможно создать или запустить активные сеансы без подключения к базе данных. - - - Ready for import - Готово к импорту - - - Readying container for connections. - Подготовка контейнера для подключений. - - - Readying container for connections... - Подготовка контейнера для подключений... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - Получайте объяснения на естественном языке, чтобы помочь понять код разработчикам, которые не знакомы с T-SQL - - - Recent Connections - Недавние подключения - - - Recent connections list cleared - Список последних подключений очищен - - - Record shortcut - Ярлык записи - - - Recording shortcut - Ярлык записи - - - Recovery Model - Модель восстановления - - - Recovery state - Состояние восстановления - - - Redo - Повторить - - - Referenced column '{0}' not found - {0} is the column name - Столбец, на который имеется ссылка, "{0}", не найден - - - Referenced columns - Упоминаемые столбцы - - - Referenced schema - Упоминаемая схема - - - Referenced table - Упоминаемая таблица - - - Referenced table '{0}' not found - {0} is the table name - Указанная таблица "{0}" не найдена - - - Refresh - Обновить - - - Refresh Credentials - Обновить учетные данные - - - Refresh dataset - Обновить набор данных - - - Region - Регион - - - Register - Регистрация - - - Reject - Отклонить - - - Reliability - Надежность - - - Reload Visual Studio Code - Перезагрузить Visual Studio Code - - - Relocate all files - Переместить все файлы - - - Remind Me Later - Напомнить позже - - - Remove - Удалить - - - Remove Sort - Удалить сортировку - - - Remove a connection profile - Удалить профиль подключения - - - Remove file - Удалить файл - - - Remove filter - Удалить фильтр - - - Remove filter for {0} - {0} is the column name - Удалить фильтр для {0} - - - Remove from favorites - Удалить из избранного - - - Remove sort - Удалить сортировку - - - Remove tag - Удалить тег - - - Remove {0} - {0} is the object type - Удалить {0} - - - Rename - Переименовать - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - Переименовать "{0}" в "{1}" - - - Rename Database - Переименовать базу данных - - - Rename Options - Параметры переименования - - - Rename is not supported at this position. - Переименование в этой позиции не поддерживается. - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - Переименование поддерживается только для файлов SQL, которые являются частью открытого проекта SQL. Сначала откройте проект на панели «Проекты баз данных». - - - Rename request failed: {0} - Сбой запроса на переименование: {0} - - - Renaming database - Выполняется переименование - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - Выполняется переименование базы данных "{0}" в "{1}"... - - - Replication - Репликация - - - Request a new feature - Запросить новую функцию - - - Required - Обязательно - - - Requirements: - Требования: - - - Requires user authentication - Требует проверки подлинности пользователя - - - Reset - Сбросить - - - Reset to Defaults? - Сбросить до значений по умолчанию? - - - Resize - Изменить размер - - - Resize column '{0}' - {0} is the name of the column - Изменить размер столбца "{0}" - - - Resize the active result grid column - Изменить размер активного столбца сетки результатов - - - Resource Group - Группа ресурсов - - - Resource Group Name - Имя группы ресурсов - - - Resource Group is required - Требуется группа ресурсов - - - Resource group name is required - Требуется указать имя группы ресурсов. - - - Resources - Ресурсы - - - Restore - Восстановить - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - Восстановить ({0}) - - - Restore Database - Восстановление базы данных - - - Restore Panel Size - Восстановить размер панели - - - Restore as - Восстановить как - - - Restore panel size - Восстановить размер панели - - - Restore properties pane - Восстановить панель свойств - - - Restrict access to the restored database - Ограничить доступ к восстанавливаемой базе данных - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - Пакет набора результатов {0} — запрос {1} - - - Result View - Представление результатов - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - Сочетания клавиш для просмотра результатов управляются расширением MSSQL. Вы можете настроить сочетания клавиш здесь. - - - Results - Результаты - - - Results ({0}) - {0} is the number of results - Результаты ({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - Результаты ({0}) - - - Results Preview - Предварительный просмотр результатов - - - Results Preview ({0}) - {0} is the number of preview results - Предварительный просмотр результатов ({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - Предварительный просмотр результатов ({0}) - - - Results exported successfully to {0} - {0} is the file path - Результаты экспортированы в {0} - - - Results toolbar - Панель инструментов результатов - - - Resume - Возобновить - - - Resuming database - Возобновление работы базы данных - - - Retry - Повторить - - - Reveal - Показать - - - Reveal in Explorer - Открыть в обозревателе - - - Reveal in Finder - Отобразить в Finder - - - Reverse Alphabetical - В обратном алфавитном порядке - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - Изучить технологии существующих базы данных путем объяснения схем и связей SQL - - - Revert - Отменить изменения - - - Revert Cell - Отменить изменения ячейки - - - Revert Row - Отменить изменения строки - - - Revert this change to its original state - Вернуть это изменение в исходное состояние - - - Revert values to project defaults - Вернуться к значениям проекта по умолчанию - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - Проверяйте или предлагайте изменения конфигурации API в чате, и GitHub Copilot мгновенно обновит конфигурацию в построителе API данных. - - - Reviewing Copilot Change - Просмотр изменения Copilot - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - Rosetta необходима для запуска образов контейнеров SQL Server на Apple Silicon. Включите параметр "Использовать Rosetta для эмуляции x86_64/amd64 на Apple Silicon" в Docker Desktop > "Параметры" > "Основные". - - - Row created. - Строка создана. - - - Row deleted. - Строка удалена. - - - Row marked for removal. - Строка помечена для удаления. - - - Rows - Строки - - - Rows per page - Строк на страницу - - - Rule disabled - Правило отключено - - - Rule enabled - Правило включено - - - Rule name - Имя правила - - - Rules - Правила - - - Run Query - Выполнить запрос - - - Run Query History - Запустить журнал запросов - - - Run a query for the current active SQL document - Выполнить запрос для текущего активного документа SQL - - - Run a query in the current editor, or switch to an editor that has results. - Запустите запрос в текущем редакторе или переключитесь на редактор с результатами. - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - Выполнить запрос при подключении "{0}" (ИД: {1})? - -Запрос: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - Мгновенно запускайте сохраненные SQL-запросы с помощью пользовательских сочетаний клавиш. Используйте {arg} для вставки выделенного текста из редактора запросов. В противном случае он будет добавлен к запросу. - - - Run, cancel, and create queries - Запуск, отмена и создание запросов - - - Running - Выполняется - - - Running a custom query will discard all pending changes. Do you want to continue? - Выполнение пользовательского запроса приведет к сбросу всех незавершенных изменений. Хотите продолжить? - - - Running query is not supported when the editor is in multiple selection mode. - Выполнение запроса не поддерживается, если редактор находится в режиме выбора нескольких элементов. - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Выполнение запроса при подключении "{0}" (ИД: {1}) - - - Running: {0} - {0} is how long the query has been running - Выполняется: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - Конечная точка аналитики SQL - - - SQL Authentication - Проверка подлинности SQL - - - SQL Container Name - Имя контейнера SQL - - - SQL Container Version - Версия контейнера SQL - - - SQL Database - База данных SQL - - - SQL Database Projects — Code Analysis - Проекты SQL Database — Code Analysis - - - SQL Login - Вход SQL - - - SQL Notebooks - Записные книжки SQL - - - SQL Plan Files - Файлы плана SQL - - - SQL Server Container SA Password - Пароль системного администратора контейнера с SQL Server - - - SQL Server admin password - Пароль администратора SQL Server - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server не поддерживает контейнеры с Windows. Переключитесь на контейнеры Linux в настройках Docker Desktop. - - - SQL Server is required - Требуется SQL Server - - - SQL Server port number - Номер порта SQL Server - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} — последняя версия - - - SQL Tools (MSSQL) - Инструменты SQL (MSSQL) - - - SQL database in Fabric - База данных SQL в Fabric - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - Переменные SQLCMD - - - SVG - SVG - - - Satisfied - Нравится - - - Saturation - Насыщенность - - - Save - Сохранить - - - Save .scmp file - Сохранить файл .scmp - - - Save As - Сохранить как - - - Save As... - Сохранить как... - - - Save Changes - Сохранить изменения - - - Save Connection Group - Сохранить группу подключений - - - Save Password - Сохранить пароль - - - Save Password? If 'No', password will be required each time you connect - Сохранить пароль? При ответе "Нет" пароль будет требоваться каждый раз при подключении - - - Save Plan - Сохранить план - - - Save Secret - Сохранить секрет - - - Save as CSV - Сохранить в формате CSV - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - Сохранить в формате CSV ({0}) - - - Save as Excel - Сохранить как файл Excel - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - Сохранить как файл Excel ({0}) - - - Save as INSERT INTO - Сохранить как INSERT INTO - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - Сохранить как INSERT INTO ({0}) - - - Save as JSON - Сохранить как JSON - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - Сохранить как JSON ({0}) - - - Save backup to URL - Сохранить резервную копию в URL-адрес - - - Save connection profile changes without establishing a connection - Сохранить изменения профиля подключения без установления подключения - - - Save password - Сохранить пароль - - - Save results as CSV - Сохранить результаты в формате CSV - - - Save results as Excel - Сохранить результаты в формате Excel - - - Save results as INSERT - Сохранить результаты как INSERT - - - Save results as JSON - Сохранить результаты в формате JSON - - - Save results command cannot be used with multiple selections. - Команда сохранения результатов не может быть использована при выборе нескольких элементов. - - - Save source and target, options, and excluded elements - Сохранить источник, целевой объект, параметры и исключенные элементы - - - Save to Disk - Сохранить на диск - - - Save to URL - Сохранить в URL-адресе - - - Save without connecting - Сохранить без подключения - - - Saved - Сохранено - - - Saved Connections - Сохраненные подключения - - - Saved results to {0} - {0} is the saved file path - Результаты сохранены в {0} - - - Saving... - Выполняется сохранение... - - - Scaffold backend components (e.g., data-access layers) based on your current database context - Создавайте макеты серверных компонентов (например, слои доступа к данным) на основе текущего контекста базы данных - - - Scale - Масштаб - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - Несоответствие масштаба между "{0}" и "{1}" - - - Schema - Схема - - - Schema '{0}' is not available. - {0} is the schema name - Схема "{0}" недоступна. - - - Schema Changes - Изменения схемы - - - Schema Compare - Сравнение схем - - - Schema Compare Options - Варианты сравнения схем - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - Сравнить схемы не удалось: "{0}" - - - Schema Designer - Конструктор схем - - - Schema Designer Model is ready. Changes can now be published. - Модель конструктора схем готова. Теперь можно опубликовать изменения. - - - Schema Designer with GitHub Copilot - Дизайнер схем с GitHub Copilot - - - Schema Diff - Инструмент сравнения схемы - - - Schema designer details are not available. - Детали конструктора схем недоступны. - - - Schema designer is not initialized. - Конструктор схем не инициализирован. - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - Конструктор схем открыт. Для изменений схемы продолжайте операции {0} ({1}/{2}). - - - Schema designer state changed. Fetch the latest schema and retry the operation. - Состояние конструктора схем изменилось. Получите новейшую схему и повторите операцию. - - - Schema designer state retrieved successfully. - Состояние конструктора схем успешно получено. - - - Schema designer updated successfully. - Конструктор схем успешно обновлен. - - - Schema is required - Требуется схема - - - Schema/Object Type - Тип схемы или объекта - - - Schemas - Схемы - - - Script - Сценарий - - - Script as Alter - Сценарий в режиме изменения - - - Script as Create - Сценарий в режиме создания - - - Script as Drop - Сценарий в режиме удаления - - - Script as Execute - Сценарий в режиме выполнения - - - Script copied to clipboard - Сценарий скопирован в буфер обмена. - - - Script copied to clipboard. - Скрипт скопирован в буфер обмена. - - - Search Database Objects - Поиск объектов базы данных - - - Search Database Objects - {0} - {0} is the server name - Поиск объектов базы данных — {0} - - - Search Workspaces - Поиск рабочих областей - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - Поиск по имени или типу объекта (например, t:<name>, v:, f: или sp:) - - - Search changes... - Поиск изменений... - - - Search connection groups - Поиск групп подключений - - - Search extension shortcut - Сочетание клавиш расширения поиска - - - Search options - Параметры поиска - - - Search options... - Параметры поиска... - - - Search rules... - Поиск правил... - - - Search settings... - Параметры поиска... - - - Search subscriptions... - Поиск подписок... - - - Search tables... - Поиск в таблицах... - - - Search values... - Поиск значений... - - - Search within {0} text content - {0} is the column name - Поиск в текстовом содержимом {0} - - - Search workspaces... - Поиск рабочих областей... - - - Search... - Поиск... - - - Searching... - Выполняется поиск... - - - Seed sample data or import an existing schema - Введите данные образца семян или импортируйте существующую схему - - - Select - Выбрать - - - Select All - Выбрать все - - - Select Azure account with Key Vault access for column decryption - Выберите учетную запись Azure с доступом к Key Vault для расшифровки столбцов - - - Select Connection - Выбор подключения - - - Select Database - Выберите базу данных - - - Select Max vCores - Выберите максимум виртуальных ядер - - - Select Profile - Выберите профиль - - - Select Source - Выбор источника - - - Select Source Schema - Выберите исходную схему - - - Select Target - Выберите целевой объект - - - Select Target Schema - Выберите целевую схему - - - Select Top 1000 - Выбрать первые 1000 - - - Select XEL File - Выберите XEL-файл - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - Выберите учетную запись Microsoft Entra ID для использования с этим подключением. Исходные сведения об учетной записи из Azure Data Studio приведены ниже, но можно выбрать другую учетную запись. - - - Select a Workspace - Выбор рабочей области - - - Select a blob - Выберите BLOB-объект - - - Select a blob container - Выберите контейнер BLOB-объектов - - - Select a collation - Выберите параметры сортировки - - - Select a connection group - Выберите группу подключений - - - Select a connection to use as the default - Выберите подключение, которое будет использоваться по умолчанию - - - Select a data source - Выберите источник данных - - - Select a database - Выбрать базу данных - - - Select a database for profiling (Azure SQL requires a specific database) - Выберите базу данных для профилирования (для Azure SQL требуется конкретная база данных) - - - Select a file - Выберите файл - - - Select a folder - Выберите папку - - - Select a location for the resource group - Выберите расположение для группы ресурсов - - - Select a maintenance window - Выберите период обслуживания - - - Select a profiler template - Выберите шаблон профилировщика - - - Select a resource group - Выбрать группу ресурсов - - - Select a server - Выберите сервер - - - Select a session first - Сначала выберите сеанс - - - Select a session... - Выберите сеанс... - - - Select a storage account - Выбрать учетную запись хранения - - - Select a subscription - Выберите подписку - - - Select a subscription to view servers in it. - Выберите подписку, чтобы просмотреть серверы в ней. - - - Select a tenant - Выберите клиент - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Выберите допустимый {0} из раскрывающегося меню - - - Select a workspace to view the databases in it. - Выберите рабочую область для просмотра баз данных в ней. - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - Выберите a {0} для фильтрации - - - Select account - Выбрать учетную запись - - - Select all - Выбрать все - - - Select all cells in the active grid - Выбрать все ячейки в активной сетке - - - Select all entities - Выбрать все сущности - - - Select all options - Выбрать все параметры - - - Select all {0} - {0} is the action name (Create, Read, etc.) - Выбрать все {0} - - - Select an account - Выберите учетную запись - - - Select an account for authentication - Выбрать учетную запись для аутентификации - - - Select an extension to manage connection sharing permissions - Выберите расширение для управления разрешениями на совместное использование подключений - - - Select an operation - Выберите операцию - - - Select column - Выберите столбец - - - Select file to import - Выбрать файл для импорта - - - Select image - Выберите образ - - - Select location - Выберите расположение - - - Select new permission for extension: '{0}' - {0} is the extension name - Выберите новое разрешение для расширения: "{0}" - - - Select or clear all connection groups - Выбрать или очистить все группы подключений - - - Select or clear all connections - Выбрать или очистить все подключения - - - Select package file - Выберите файл пакета - - - Select profile to edit - Выберите профиль, который нужно изменить - - - Select profile to remove - Выберите профиль для удаления - - - Select row - Выбрать строку - - - Select session - Выберите сеанс - - - Select subscriptions - Выбрать подписки - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - Выберите файл Azure Data Studio settings.json для проверки на наличие подключений и групп подключений. - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - Выберите метод HTTP, который может выполнить эту хранимую процедуру. Для DAB по умолчанию используется POST. - - - Select the SQL Server Container Image - Выберите образ контейнера SQL Server - - - Select the entire current column - Выбрать текущий столбец целиком - - - Select the entire current row - Выбрать текущую строку целиком - - - Select the target schema - Выберите целевую схему - - - Selected - Выбрано - - - Selected Microsoft Entra account removed successfully. - Выбранная учетная запись Microsoft Entra удалена. - - - Selected Path - Выбранный путь - - - Selected backup file does not contain a valid database backup - Выбранный файл резервной копии не содержит действительной резервной копии базы данных - - - Selected query-editor text - Выбранный текст редактора запросов - - - Selection - Выбор - - - Sequelize - Sequelize - - - Serialization failed - Сбой сериализации - - - Server - Сервер - - - Server - {0} - {0} is the server name - Сервер — {0} - - - Server Connections - Подключения к серверу - - - Server Edition - Выпуск сервера - - - Server Name - Имя сервера - - - Server Version - Версия сервера - - - Server connection in progress. Do you want to cancel? - Выполняется подключение к серверу. Хотите отменить? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - Не удалось запустить сервер. Это может быть связано с ошибкой разрешений или несовместимостью вашей системы. Попробуйте включить проверку подлинности кода устройства в разделе параметров. - - - Server is required - Необходимо указать сервер - - - Server name is required - Требуется указать имя сервера - - - Server name not set. - Имя сервера не задано. - - - Server name or ADO.NET connection string - Имя сервера или строка подключения ADO.NET - - - Server {0} not found. - {0} is the server name - Сервер {0} не найден. - - - Serverless - Бессерверный - - - Service installation failed. - Сбой установки службы. - - - Service tier - Уровень служб - - - Session - Сеанс - - - Session creation timed out - При создании сеанса истекло время ожидания - - - Session name can only contain letters, numbers, underscores, and hyphens - Имя сеанса может содержать только буквы, цифры, символы подчеркивания и дефисы - - - Session name cannot be empty - Имя сеанса не может быть пустым - - - Session name must be {0} characters or less - {0} is the maximum length - Имя сеанса может содержать не более {0} символов - - - Session not running - Сеанс не выполняется - - - Set Default - Задать значение по умолчанию - - - Set Null - Задать значение null - - - Set backup Compression - Настройка сжатия резервной копии - - - Set backup Media Set - Настройка набора носителей для резервного копирования - - - Set backup retain days - Установить время хранения резервной копии в днях - - - Setting - Параметр - - - Setting up - Настройка - - - Setting up container - Настройка контейнера - - - Settings - Параметры - - - Settings and Keybindings - Параметры и настраиваемые сочетания клавиш - - - Settings are fixed for free tier. - Параметры зафиксированы для уровня Бесплатный". - - - Settings for {0} - {0} is the entity name - Настройки {0} - - - Severity - Уровень серьезности - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - Серьезность для {0} - - - Shortcut - Сочетание клавиш - - - Shortcuts Configuration - Настройка сочетания клавиш - - - Shortcuts Configuration (Preview) - Конфигурация сочетания клавиш (предварительная версия) - - - Shortcuts configuration page - Страница конфигурации ярлыков - - - Show All - Показать все - - - Show Changes - Показать изменения - - - Show Confirm Password - Показать подтверждение пароля - - - Show Definition - Показать определение - - - Show Estimated Plan - Показать предполагаемый план - - - Show MSSQL output - Показать выходные данные MSSQL - - - Show Menu - Показать меню - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - Показать меню ({0}) - - - Show New Password - Показать новый пароль - - - Show SQL - Показать SQL - - - Show SQL Pane - Показать панель SQL - - - Show Schema - Показать схему - - - Show a random table definition - Показать определение случайной таблицы - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - Показать все сочетания клавиш для быстрых запросов в сочетаниях клавиш VS Code - - - Show all columns - Показать все столбцы - - - Show full error message - Показать полное сообщение об ошибке - - - Show masked command (hides sensitive information) - Показать команду в маске (скрывает конфиденциальную информацию) - - - Show or hide the query result panel - Показать или скрыть панель результатов запроса - - - Show password - Показать пароль - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - Показать схему для подключения "{0}" (ИД: {1})? - - - Show table relationships - Показать связи таблиц - - - Show unmasked command (reveals sensitive information) - Показать команду без маски (раскрывает конфиденциальную информацию) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - Отображение схемы для подключения "{0}" (ИД: {1}) - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - Отображается {0} из {1} событий - - - Showplan XML - XML Showplan - - - Sign In - Войти - - - Sign in - Войти - - - Sign in and retry - Войти и повторить попытку - - - Sign in to a new account - Войти в новую учетную запись - - - Sign in to your Azure subscription - Войдите в свою подписку Azure - - - Sign in to your Azure subscription in one of the sovereign clouds. - Войдите в свою подписку Azure в одном из национальных облаков. - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - Войдите в свою подписку Azure с кодом устройства. Используйте эту возможность при установках, в которых команда "Войти" не работает. - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - Войдите с помощью Entra ID "{0}". - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - Войдите с помощью учетной записи Microsoft Entra ID, включая учетные записи с многофакторной проверкой подлинности. Для получения дополнительных сведений щелкните значок информации. - - - Sign into Azure - Войти в Azure - - - Sign into Azure in order to add a firewall rule. - Войдите в Azure, чтобы добавить правило брандмауэра. - - - Sign into Fabric - Войти в Fabric - - - Sign into additional accounts - Войти в дополнительные учетные записи - - - Sign into tenant - Войти в клиент - - - Signing in to Azure as {0}... - {0} is the account name - Выполняется вход в Azure в качестве {0}... - - - Simple - Простой - - - Simple Container Management - Простое управление контейнерами - - - Smart performance - Интеллектуальная производительность - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - Некоторые подключения или группы содержат неполные сведения. Вы можете продолжить, но может потребоваться изменить эти подключения позже перед выполнением подключения. - - - Sort - Сортировка - - - Sort Ascending - Сортировка по возрастанию - - - Sort Descending - Сортировка по убыванию - - - Sort ascending - Сортировать по возрастанию - - - Sort column - Сортировать столбец - - - Sort descending - Сортировать по убыванию - - - Source - Источник - - - Source Column - Исходный столбец - - - Source Database - База данных-источник - - - Source Name - Имя источника - - - Source: {0} - {0} is the fully qualified DAB source object name - Источник: {0} - - - Source: {0} - {0} is the task source - Источник: {0} - - - Specifies whether the column is included in the primary key for the table. - Указывает, включен ли столбец в первичный ключ таблицы. - - - Specifies whether the column may have a NULL value. - Указывает, может ли столбец иметь значение NULL. - - - Specify Input File - Укажите исходный файл - - - SqlPackage Command - Команда SqlPackage - - - Standby file - Резервный файл - - - Start - Запустить - - - Start IP Address - Начальный IP-адрес - - - Start Time - Время начала - - - Start profiling session - Начать сеанс профилирования - - - Start, stop, and remove containers directly from the extension. - Запуск, остановка и удаление контейнеров непосредственно из расширения. - - - Started executing query at - Начало выполнения запроса - - - Started query execution for document "{0}" - {0} is the document name - Начато выполнение запроса для документа "{0}" - - - Started saving results to {0} - {0} is the file path - Начато сохранение результатов в {0} - - - Starting '{0}'... - {0} is the service name - Запуск "{0}"... - - - Starting Container... - Запуск контейнера... - - - Starting DAB container - Запуск контейнера DAB - - - Starting Docker Desktop - Запуск Docker Desktop - - - Starting Docker... - Запуск Docker... - - - Starting {0}... - {0} is the container name - Запуск {0}... - - - Starts With - Начинается с - - - Starts with - Начинается с - - - Status - Состояние - - - Status: {0} - {0} is the task status - Статус: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - Этап {0} из {1} - - - Stop - Остановить - - - Stop session - Остановить сеанс - - - Stopped - Остановлено - - - Stopping Container... - Остановка контейнера... - - - Stopping profiler session "{0}"... - {0} is the session name - Выполняется остановка сеанса профилировщика "{0}"... - - - Storage - Хранилище - - - Storage Account - Учетная запись хранения - - - Storage Account is required - Требуется учетная запись хранения - - - Stored Procedure - Хранимая процедура - - - Stored Procedures - Хранимые процедуры - - - Stored procedure GraphQL operation - Операция GraphQL хранимой процедуры - - - Stored procedure REST methods - Методы хранимых процедур REST - - - Submit - Отправить - - - Submit an issue - Сообщить о проблеме - - - Subscription - Подписка - - - Subscription is required - Требуется подписка - - - Subtree Cost - Ресурсоемкость поддерева - - - Succeeded - Выполнено - - - Succeeded with warning - Завершено с предупреждением - - - Successfully changed to database: {0} - {0} is the database name - Успешно изменено на базу данных: {0} - - - Successfully connected to server. - Подключение к серверу успешно установлено. - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - Обновлен маркер для подключения {0} с URI {1}, {2} - - - Successfully saved results to {0} - {0} is the file path - Результаты сохранены в {0} - - - Sum - Сумма - - - Sum: {0} - {0} is the sum - Сумма: {0} - - - Summary - Сводка - - - Summary loading canceled - Загрузка сводки отменена - - - Summary loading was canceled by user - Загрузка сводки отменена пользователем - - - Switch Direction - Сменить направление - - - Switch Source and Target - Поменять местами источник и назначение - - - Switch between result panes and tabs - Переключаться между панелями результатов и вкладками - - - Switch results view - Переключить представление результатов - - - Switch to Grid View - Перейти к представлению сетки - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - Переключиться на представление сетки ({0}) - - - Switch to MSAL - Переключиться на MSAL - - - Switch to Messages tab - Перейти на вкладку «Сообщения» - - - Switch to Query Plan tab - Переключиться на вкладку «План запроса» - - - Switch to Results tab - Переключиться на вкладку «Результаты» - - - Switch to Text View - Переключиться на текстовое представление - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - Переключиться на текстовое представление ({0}) - - - Switched to {0} - {0} is the connection label - Выполнено переключение на {0} - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - Переключение на контейнеры Linux отменено. SQL Server поддерживает только контейнеры с Linux. - - - Synchronous resize - Синхронное изменение размера - - - System databases - Системные базы данных - - - T-SQL - T-SQL - - - Table - Таблица - - - Table '{0}' already exists - {0} is the table name - Таблица "{0}" уже существует - - - Table '{0}' not found - {0} is the table name - Таблица "{0}" не найдена - - - Table Diagram - Схема таблицы - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - Обозреватель таблиц для "{0}" содержит несохраненные изменения. Сохранить или отменить их? - - - Table Name - Имя таблицы - - - Table Schema - Схема таблицы - - - Table added to schema designer successfully. - Таблица успешно добавлена в конструктор схем. - - - Table deleted from schema designer successfully. - Таблица успешно удалена из конструктора схем. - - - Table id already exists. - Этот идентификатор таблицы уже существует. - - - Table must include at least one column. - Таблица должна содержать хотя бы один столбец. - - - Table name - Имя таблицы - - - Table name cannot be empty - Имя таблицы не может быть пустым - - - Table name is required - Необходимо указать имя таблицы. - - - Table updated in schema designer successfully. - Таблица в конструкторе схем успешно изменена. - - - Tables - Таблицы - - - Tag keys must be unique. - Ключи тегов должны быть уникальными. - - - Tags - Теги - - - Tail-log backup - Резервная копия заключительного фрагмента журнала - - - Tail-log backup file - Файл резервной копии заключительного фрагмента журнала - - - Take Survey - Пройти опрос - - - Take tail-log backup before restore - Создать резервную копию заключительного фрагмента журнала до восстановления - - - Target - Целевой объект - - - Target Database - Целевая база данных - - - Target Name - Имя целевого объекта - - - Target Table - Целевая таблица - - - Target: {0} - {0} is the task target location - Целевой объект: {0} - - - Task log is unavailable. - Журнал задач недоступен. - - - Task: {0} - {0} is the task name - Задача: {0} - - - Tenant - Клиент - - - Tenant ID - Идентификатор клиента - - - Tenant ID is required - Требуется указать идентификатор клиента - - - Tenant is required - Требуется арендатор - - - Terms & Conditions - Условия - - - Test connecting with the current settings - Проверка подключения с текущими параметрами - - - Test connection - Проверить подключение - - - Testing connection profile... - Тестируем профиль подключения… - - - Testing... - Проверка... - - - Text - Текст - - - Text View - Текстовое представление - - - Text tab - displays SQL text data - Вкладка "Текст" — отображает текстовые данные SQL - - - The Application (Client) ID of your Microsoft Entra app registration. - Идентификатор приложения (клиента) регистрации приложения в Microsoft Entra. - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - Профилировщик запросов теперь поддерживает базы данных SQL в подключениях Microsoft Fabric с новыми шаблонами базы данных SQL Azure, в том числе {code-snippet-0} для облегченного профилирования T-SQL. - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - Не удалось запустить расширение SQL Server из-за сбоя запуска необходимой для его работы фоновой службы. Установите автономную версию VSIX для операционной системы или проверьте сетевое соединение и повторите попытку. Сведения: {0} - - - The XEL file was not found. - XEL-файл не найден. - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - Поведение при попытке пользователя удалить строку с данными, участвующую в отношении по внешнему ключу. - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - Поведение при попытке пользователя обновить строку с данными, участвующую в отношении по внешнему ключу. - - - The client secret for your Microsoft Entra app registration. - Секрет клиента для регистрации приложения в Microsoft Entra. - - - The columns of the index. - Столбцы индекса. - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - Идентификатор подключения "{0}" заданный в параметре "mssql.defaultConnectionId", не соответствует какому-либо известному профилю подключения. Новые редакторы перейдут к передаче активного соединения. - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - Для подключения с идентификатором "{0}" не задано свойство "server", и оно игнорируется. Задайте свойство "server" для этого подключения, чтобы использовать его. - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - Выбор пользовательского облака не настроен. Настройте параметр "{0}". - - - The description of the check constraint. - Описание проверочного ограничения. - - - The description of the foreign key. - Описание внешнего ключа. - - - The description of the index. - Описание индекса. - - - The description of the primary key. - Описание первичного ключа. - - - The expression defining the check constraint. - Выражение, определяющее проверочное ограничение. - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - Расширение "{0}" запрашивает доступ к вашим подключениям SQL Server. Это позволит ему выполнять запросы и получать доступ к вашей базе данных. - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Первое значение должно быть меньше второго значения оператора {0} в фильтре {1} - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Необходимо задать первое значение для оператора {0} в фильтре {1} - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - Следующие подключения к рабочей области или папке рабочей области не содержат свойства "id" и игнорируются. Вручную добавьте свойство "id" к подключению, чтобы использовать его. - - {0} - - - The language model did not return any output. - Языковая модель не вернула никакого результата. - - - The mapping between foreign key columns and primary key columns. - Сопоставление столбцов внешних ключей и столбцов первичных ключей. - - - The maximum length (in characters) that can be stored in this database object. - Максимальная длина значения (в символах), которое можно хранить в этом объекте базы данных. - - - The name of the check constraint. - Имя проверочного ограничения. - - - The name of the column object. - Имя объекта столбца. - - - The name of the column. - Имя столбца. - - - The name of the foreign key. - Имя внешнего ключа. - - - The name of the index. - Имя индекса. - - - The query results panel failed to load. Please try running the query again. - Не удалось загрузить панель результатов запроса. Попробуйте выполнить запрос еще раз. - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - Список последних подключений был очищен, но при удалении некоторых связанных с ним учетных данных возникли ошибки. Просмотрите ошибки в канале выдачи MSSQL. - - - The requested model could not be found. Please check model availability or try a different model. - Не удалось найти запрошенную модель. Проверьте доступность модели или попробуйте использовать другую. - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - Необходимо задать второе значение для оператора {0} в фильтре {1} - - - The selected file is not a valid XEL file. - Выбранный файл не является допустимым файлом XEL. - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - Выбранный профиль проходит проверку подлинности через Entra ID {0}, но эта учетная запись не авторизована в расширении MSSQL. Измените подключение или войдите в MSSQL с этой учетной записью для подключения. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - Выбранный профиль проходит проверку подлинности через Entra ID «{0}» в клиенте «{1}», но эта учетная запись недоступна через вход в VS Code. Измените подключение или войдите в VS Code с этой учетной записью для подключения. - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - Выбранный профиль проходит проверку подлинности через Entra ID {0} в клиенте {1}, но эта учетная запись не авторизована в расширении MSSQL. Измените подключение или войдите в MSSQL с этой учетной записью для подключения. - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - Выбранный профиль проходит проверку подлинности через Entra ID {0}, но эта учетная запись недоступна через вход в VS Code. Измените подключение или войдите в VS Code с этой учетной записью для подключения. - - - The table which contains the primary or unique key column. - Таблица, которая содержит первичный или уникальный ключевой столбец. - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - Сбой службы {0}. Подробности: {1} - - - There was an error updating the project - Ошибка при обновлении проекта - - - This connection does not have a display name in Azure Data Studio. - У этого подключения нет отображаемого имени в Azure Data Studio. - - - This connection's group has not been selected, so this connection will be imported to the root. - Группа этого подключения не выбрана, поэтому это подключение будет импортировано в корень. - - - This database name is already in use. Please choose a different name. - Это имя базы данных уже используется. Выберите другое имя. - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - Не удалось обработать это сообщение. Если проблема сохранится, проверьте журналы и сообщите о проблеме на GitHub. - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - Эта операция проанализировала структуру входного файла и сформировала предварительный просмотр для первых 50 строк. - - - This server only supports Microsoft Entra ID authentication. - Этот сервер поддерживает проверку подлинности Microsoft Entra ID. - - - This server only supports SQL Authentication. - Этот сервер поддерживает только проверку подлинности SQL. - - - This server supports Microsoft Entra ID and SQL Authentication. - Этот сервер поддерживает Microsoft Entra ID и проверку подлинности SQL. - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - Для использования этого сочетания клавиш необходимо передать выделенный текст в качестве параметра. Выделите текст в редакторе SQL, затем снова запустите сочетание клавиш. - - - This value was not provided in the Azure Data Studio settings file. - Это значение не указано в файле параметров Azure Data Studio. - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - Эта операция развернет контейнер построителя API данных локально с помощью Docker. Контейнер предоставит API {0} на основе вашей конфигурации. - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - Все правила будут сброшены до стандартного уровня серьезности, а параметр "Включить анализ кода при сборке" отключен. Это необратимое действие. Продолжить? - - - Time - Время - - - Timestamp - Метка времени - - - To - Label for the end IP address in the firewall rule IP range - По - - - To compare two schemas, first select a source schema and target schema, then press compare. - Чтобы сравнить две схемы, сначала выберите исходную и целевую схемы, а затем нажмите кнопку "Сравнить". - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - Для использования этой команды откройте файл SQL, или измените языковой режим окна редактора на "SQL", или выберите текст T-SQL в активном окне редактора SQL. - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - Для использования этой команды в качестве языкового режима необходимо указать "SQL". Подтвердите изменение языкового режима. - - - Toggle Actual Plan - Переключить фактический план - - - Toggle Query Result Panel - Переключить панель результатов запроса - - - Toggle SQLCMD Mode - Переключить режим SQLCMD - - - Toggle Sort - Переключить сортировку - - - Toggle Tooltips - Переключение подсказок - - - Toggle actual execution plan collection for SQL queries - Переключить сбор фактического плана выполнения для SQL-запросов - - - Toggle all entities in {0} - {0} is the schema name - Переключить все сущности в {0} - - - Toggle between grid and text view - Переключаться между представлением в виде сетки и текстовым представлением - - - Toggle columns for {0} - {0} is the entity name - Переключить столбцы для {0} - - - Toggle dark mode - Переключить темный режим - - - Toggle filter row - Переключить строку фильтра - - - Toggle pre-header row - Переключить строку предзаголовков - - - Toggle selection for {0} - {0} is the connection display name - Выбрать подключение "{0}" или отменить выбор - - - Toggle selection for {0} - {0} is the connection group name - Выбрать группу "{0}" или отменить выбор - - - Toggle sort - Переключить сортировку - - - Toggle sorting for the active column - Переключить сортировку для активного столбца - - - Token refreshed successfully. - Маркер успешно обновлен. - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - Поиск инструмента для: {0} – {1}. - - - Total execution time: {0} - {0} is the elapsed time - Общее время выполнения: {0} - - - Total rows to fetch: - Всего строк для получения: - - - Transaction Log - Журнал транзакций - - - Transfer active connection (Default) - Передать активное соединение (по умолчанию) - - - Truncate the transaction log - Усечь журнал транзакций - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - Попробуйте базу данных SQL Azure бесплатно, воспользовавшись нашим бесплатным тарифным планом! Подготовьте полностью управляемую облачную базу данных непосредственно из VS Code. - - - Try adjusting your search or filters - Попробуйте изменить условия поиска или фильтры - - - Try it - Попробовать - - - Try searching by command name, description, or keybinding. - Попробуйте выполнить поиск по имени команды, описанию или сочетанию клавиш. - - - Type - Тип - - - TypeORM - TypeORM - - - URL - URL-адрес - - - URL copied to clipboard - URL-адрес скопирован в буфер обмена - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - Не удалось получить токен Microsoft Entra из VS Code для выбранной учетной записи: {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - Не удалось получить допустимый маркер. (срок действия: {0}, сейчас {1}) - - - Unable to determine the server authentication type. - Не удалось определить тип проверки подлинности сервера. - - - Unable to execute the command while the extension is initializing. Please try again later. - Невозможно выполнить команду в процессе инициализации расширения. Повторите попытку позже. - - - Unable to expand. Please check logs for more information. - Не удалось развернуть. Подробнее см. в журналах. - - - Unable to load backup configuration. Please try again. - Не удалось загрузить резервную конфигурацию. Повторите попытку. - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - Не удалось загрузить список баз данных с сервера: {0} Вы можете ввести имя базы данных напрямую. - - - Unable to open Table Explorer: No target node provided. - Не удалось открыть обозреватель таблиц: не указан целевой узел. - - - Unable to read proxy agent options. - Не удается прочитать параметры агента прокси-сервера. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - Не удалось получить список баз данных. Возможно, у вас нет разрешений на просмотр баз данных на этом сервере. - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - Не удалось получить список баз данных. Возможно, у вас нет разрешений на просмотр баз данных на этом сервере. Если в подключении указана база данных, она будет выбрана предварительно. - - - Unavailable for backups to existing files - Недоступно для резервного копирования в существующие файлы - - - Understand and document business logic embedded in stored procedures, views, and functions - Анализируйте и документируйте бизнес-логику, внедренную в хранимые процедуры, представления и функции - - - Undo - Отменить - - - Undo All - Отменить все - - - Undo All Copilot Changes - Отменить все изменения Copilot - - - Unfreeze columns - Снять закрепление столбцов - - - Unfreeze columns/rows - Снять закрепление столбцов/строк - - - Unknown - Неизвестно - - - Unknown Connection - Неизвестное подключение - - - Unknown account - Неизвестная учетная запись - - - Unknown deployment step: {0} - {0} is the deployment step number - Неизвестный шаг развертывания: {0} - - - Unknown error - Неизвестная ошибка - - - Unknown magic command: %%{0} - {0} is the magic command name - Неизвестная магическая команда "{0}" - - - Unknown object management dialog. - Диалоговое окно управления неизвестным объектом. - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - Неизвестная операция: {0}. Поддерживаются операции: add_table, update_table, delete_table, replace_schema, get_schema - - - Unknown tenant ID - Неизвестный идентификатор клиента - - - Unnamed Profile - Безымянный профиль - - - Unsaved Changes - Несохраненные изменения - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - Архитектура не поддерживается для Docker: {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - Неподдерживаемый тип проверки подлинности в строке подключения: {0}. Поддерживаются только вход SQL, интегрированная проверка подлинности, многофакторная проверка подлинности Azure и проверка подлинности Active Directory по умолчанию. - - - Unsupported by Data API builder. - Не поддерживается построителем API данных. - - - Unsupported data types detected - Обнаружены неподдерживаемые типы данных - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - Платформа для Docker не поддерживается: {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - До 10 баз данных со скоростью 100 000 vCore в секунду, 32 ГБ хранилища и ежемесячным обновлением резервных копий. - - - Update - Обновить - - - Update Database - Обновить базу данных - - - Update Script - Обновить скрипт - - - Updating IntelliSense... - Обновляем IntelliSense... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - Превышены ограничения на использование. Попробуйте еще раз чуть позже или рассмотрите возможность оптимизации запросов. - - - Use Microsoft Entra ID authentication to provision and connect to this database. - Для создания учетной записи и подключения к этой базе данных используйте проверку подлинности Microsoft Entra ID. - - - Use SQL Authentication with a valid username and password. - Используйте проверку подлинности SQL с допустимым именем пользователя и паролем. - - - Use T-SQL intellisense and syntax error checking on current document - Использовать T-SQL IntelliSense и проверку синтаксиса на ошибки в текущем документе - - - Use discount code {0} to save €200 on registration. - Используйте промокод {0}, чтобы сэкономить €200 при регистрации. - - - Use encryption for this backup - Использовать шифрование для этой резервной копии - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - Используйте формат: ГГГГ-ММ-ДД ЧЧ:мм:сс[.ССС] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - Используйте естественный язык для создания схем баз данных прямо в визуальном дизайнере схем. Создавайте схемы с нуля, развивайте существующие проекты, просматривайте изменения через режим сравнения и импортируйте внешние артефакты — все это немедленно отражается в визуальной диаграмме и скрипте T-SQL. - - - Use the default server setting - Использовать параметр сервера по умолчанию - - - Use {0} to create a new connection. - {0} is the connect command - Используйте {0} для создания нового подключения. - - - Used in API routes and responses - Используется в маршрутах и ответах API - - - User - Пользователь - - - User ID - ИД пользователя - - - User Name - Имя пользователя - - - User databases - Пользовательские базы данных - - - User name - Имя пользователя - - - User name (SQL Login) - Имя пользователя (имя для входа SQL) - - - User name is required - Имя пользователя является обязательным - - - Username - Имя пользователя - - - Username is required - Требуется имя пользователя - - - Uses the WITH KEEP_REPLICATION option during restore - Использует при восстановлении параметр WITH KEEP_REPLICATION - - - Uses the WITH NORECOVERY option during restore - Использует при восстановлении параметр WITH NORECOVERY - - - Uses the WITH REPLACE option during restore - Использует при восстановлении параметр WITH REPLACE - - - Uses the WITH RESTRICTED_USER option during restore - Использует при восстановлении параметр WITH RESTRICTED_USER - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - Используется {0} ({1})... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - Для обработки вашего запроса используется {0}... - - - Validation failed - Проверка не пройдена - - - Validation failed. Please check your inputs - Проверка не пройдена. Проверьте входные данные - - - Value - Значение - - - Value is required - Требуется значение - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - Векторные значения в этом редакторе доступны только для чтения. Используйте T-SQL для изменения значения или повторного внедрения. - - - Verify a container image by using the Notation CLI - Проверьте образ контейнера с помощью CLI Notation - - - Verify backup when finished - Проверить резервную копию после завершения - - - Verifying Docker engine is ready - Проверка готовности подсистемы Docker - - - Verifying Docker is installed on your system - Проверка установки Docker в системе - - - Verifying the API is ready to accept requests - Проверка готовности API к приему запросов - - - Very Dissatisfied - Крайне не нравится - - - Very Satisfied - Очень нравится - - - View - Просмотреть - - - View Config - Просмотреть конфигурацию - - - View More - Показать больше - - - View Swagger - Просмотреть Swagger - - - View Table Diagram - Просмотреть схему таблицы - - - View known issues - Просмотреть известные проблемы - - - View mssql for Visual Studio Code release notes? - Посмотреть примечания к выпуску mssql для Visual Studio Code? - - - View roadmap - Просмотреть дорожную карту - - - View settings - Просмотреть параметры - - - View the estimated query execution plan - Просмотреть предполагаемый план выполнения запроса - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - Просматривайте, редактируйте, добавляйте и удаляйте строки таблиц в интерактивной сетке с проверкой в реальном времени и предварительным просмотром скриптов DML. - - - View/configure keybinding - Просмотреть и настроить сочетания клавиш - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - Просмотреть и настроить сочетания клавиш для {0} - - - View: - Просмотреть: - - - Views - Представления - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - Чтобы этот параметр вступил в силу, необходимо перезапустить Visual Studio Code. Перезагрузите Visual Studio Code. - - - Visualize and Design Schema - Визуализация и проектирование схемы - - - WHERE - WHERE - - - Warehouse - Хранилище - - - Warning - Предупреждение - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - Внимание: результирующий набор неполон. Показано строк: {0} из {1}. Не удалось загрузить полный набор результатов. - - - Warnings - Предупреждения - - - Warnings detected. Please review the changes. - Обнаружены предупреждения. Проверьте изменения. - - - Watch demo - Посмотреть ролик - - - Watch demos on YouTube - Смотреть демонстрации на YouTube - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - Не удалось найти Docker Desktop на компьютере. Запустите Docker Desktop вручную, затем повторите попытку. - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - Не удалось установить подключение, используя текущие сведения о подключении. Повторить попытку подключения или изменить профиль подключения? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - Мы рады, что вам нравится MSSQL для VS Code! Пожалуйста, оставьте краткий отзыв в Магазине VS Code. - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - Веб-представление "{0}" не достигло состояния готовности по прошествии {1} мс - - - Webview was disposed before it became ready - Веб-представление было удалено до того, как пришло в готовность - - - What I can do for you: - Чем я могу помочь: - - - What can we do to improve? - Что мы можем улучшить? - - - What's next? - Что дальше? - - - Width cannot be 0 or negative - Ширина не может быть отрицательной или равной 0 - - - Windows Authentication - Проверка подлинности Windows - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - Работает с VS Code/SSMS и использует проверку подлинности Microsoft Entra и элементы управления доступом Fabric. - - - Workspace - Рабочая область - - - Workspace is required - Необходимо указать рабочую область - - - Write a review - Написать отзыв - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - Пишите и выполняйте SQL-запросы в собственных записных книжках Jupyter Visual Studio Code с интерактивными результатами, сортировкой, фильтрацией и документацией Markdown. - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - Пишите и оптимизируйте запросы SQL, а также устраняйте их неполадки с помощью улучшений, рекомендованных ИИ - - - YYYY-MM-DD HH:mm:ss - ГГГГ-ММ-ДД ЧЧ:мм:сс - - - Yes - Да - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - Вы собираетесь выполнить развертывание в существующей базе данных. Эта операция внесет постоянные изменения в схему базы данных и может привести к потере данных. Хотите продолжить? - - - You are not connected to any database. - Вы не подключены ни к одной базе данных. - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - Вы видите это сообщение, так как обновили расширение MSSQL до версии {0}. - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - У вас есть зафиксированные события Профилировщика, которые не были экспортированы. Если закрыть сейчас, все зафиксированные события будут потеряны. Хотите экспортировать их в CSV-файл? - - - You have unsaved changes. Do you want to save before closing? - У вас есть несохраненные изменения. Сохранить их перед закрытием? - - - You must accept the license - Необходимо принять лицензию - - - You must be signed into Azure in order to browse SQL databases. - Для просмотра баз данных SQL необходимо войти в Azure. - - - You must be signed into Fabric in order to browse SQL databases. - Для просмотра баз данных SQL необходимо войти в Fabric. - - - You must review and accept the terms to proceed - Чтобы продолжить, необходимо просмотреть и принять условия - - - Your API is available at: - Ваш API доступен в: - - - Your APIs are available at the following endpoints: - Ваши API доступны в следующих конечных точках: - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - В настоящее время подсистема Docker выполняет контейнеры с Windows. SQL Server поддерживает только контейнеры с Linux. Переключиться на контейнеры с Linux? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - Для доступа к ресурсам {0} вашей учетной записи необходимо заново пройти проверку подлинности. Нажмите кнопку "Открыть", чтобы начать процесс проверки подлинности. - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - У клиентского IP-адреса "{0}" нет доступа к серверу "{1}", к которому вы пытаетесь подключиться. Создать правило брандмауэра? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - У IP-адреса вашего клиента нет доступа к этому серверу. Добавьте учетную запись Microsoft Entra, а затем создайте новое правило брандмауэра, чтобы предоставить доступ. - - - Your current IP {0} will be added automatically. - {0} is the current IP address - Текущий IP-адрес {0} будет добавлен автоматически. - - - Your database will continue running after the free offer limit and you will be charged for overages. - База данных продолжит работу и после истечения ограничения бесплатного предложения, и за превышение будет взиматься плата. - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - Пароль должен содержать символы по крайней мере из трех следующих категорий: заглавные буквы, строчные буквы, числа (0–9) и специальные символы (!, $, #, % и т. д.). - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - Клиент "{0} ({1})" требует повторной проверки подлинности для доступа к ресурсам {2}. Нажмите кнопку "Открыть", чтобы начать процесс проверки подлинности. - - - Zone-redundant backup storage - Хранилище резервных копий с избыточностью между зонами - - - Zoom In - Увеличить масштаб - - - Zoom Out - Уменьшить масштаб - - - Zoom to Fit - Масштабировать по размеру - - - [Optional] Database to connect (press Enter to connect to <default> database) - [Необязательно] База данных для подключения (нажмите клавишу ВВОД для подключения к базе данных <по умолчанию>) - - - [Optional] Enter a display name for this connection profile - [Необязательно] Укажите отображаемое имя для этого профиля подключения - - - [Read-only] Pre-filled from the server properties. - [Только для чтения] Предварительно заполнено из свойств сервера. - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - и - - - authenticationType - authenticationType - - - contains - содержит - - - database - база данных - - - default - по умолчанию - - - delete the saved connection: {0}? - {0} is the connection name - удалить сохраненное подключение: {0}? - - - does not contain - не содержит - - - encrypt - шифровать - - - ends with - заканчивается на - - - equals - равно - - - greater than - больше - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - имя_узла\экземпляр, или <сервер>.database.windows.net, или строка подключения ADO.NET - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - не является нулевым - - - is null - равно нулю - - - items - элементы - - - items per page - Элементов на странице - - - items selected - выбрано элементов - - - less than - меньше - - - location - расположение - - - macOS Sierra or newer is required to use this feature. - Для использования этой функции требуется macOS Sierra или более новая версия. - - - none selected - ничего не выбрано - - - not equals - не равно - - - of - из - - - or - или - - - profiler_events - profiler_events - - - resource group - группа ресурсов - - - server - сервер - - - starts with - начинается с - - - subscription - подписка - - - test - тест - - - undefined - не определено - - - untitled - без названия - - - updatingIntelliSense - updatingIntelliSense - - - vCores - Виртуальные ядра - - - value - значение - - - x of y selected - Выбрано x из y - - - {0} (Current Account) - {0} is the account display name - {0} (текущая учетная запись) - - - {0} (filtered) - {0} (применен фильтр) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1} %) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1} %): {2} - - - {0} accounts - {0} is the number of accounts - Учетных записей: {0} - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - Действие {0} над {1} - - - {0} change(s) - {0} is the number of changes - {0} изменений - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0} изменилось с '{1}' на '{2}' - - - {0} changes - {0} is the number of property changes - Изменений: {0} - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - Палитра цветов {0} ({1}) - - - {0} column data - {0} is the number of columns - Данные столбцов ({0}) - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - Импортирована {0} группа подключений - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - Импортировано групп подключений: {0} - - - {0} connection imported - {0} is the number of connections imported (singular) - Импортировано {0} подключение - - - {0} connections imported - {0} is the number of connections imported (plural) - Импортировано подключений: {0} - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {0} содержит типы столбцов, не поддерживаемые построителем API данных: {1} - - - {0} deleted successfully. - {0} deleted successfully. - {0}: успешно удалено. - - - {0} errors - {0} is the number of errors - Ошибок: {0} - - - {0} events - {0} is the number of events - Событий: {0} - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} закрыт. Вы хотите восстановить его? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - Удалено несколько ({0}) недопустимых учетных записей Microsoft Entra; возможно, потребуется запустить команду "MS SQL: Clear Microsoft Entra account token cache" и повторить вход. - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} — это столбец с первичным ключом, его нельзя отключить. - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - Тип {0} не включен глобально - - - {0} issue - {0} is the number of issues - {0} проблема - - - {0} issues - {0} is the number of issues - Проблем: {0} - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} необходимо определить одно или несколько ключевых полей для использования с построителем API данных - - - {0} objects found - {0} is the number of objects found - Найдено объектов: {0} - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0} из {1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - Выбрано столько групп подключений: {0} из {1}. - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - Выбрано столько подключений: {0} из {1} - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - Включено {0} из {1} - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - Правило {0} из {1} - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0} из {1} клиентов - - - {0} password doesn't match the confirmation password - Пароль {0} не совпадает с подтверждением - - - {0} properties - {0} is the object type - Свойства: {0} - - - {0} query - {0} is the Quick Query shortcut name - Запрос {0} - - - {0} rows - {0} is the number of rows - Строк: {0} - - - {0} rows returned - {0} is the number of rows returned - Возвращено строк: {0} - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - Выбраны строки ({0}), нажмите, чтобы загрузить сводку - - - {0} rules - {0} is the number of code analysis rules - Правил: {0} - - - {0} selected - {0} is the number of selected filter values - Выбрано: {0} - - - {0} selected - {0} is the number of selected rows - Выбрано: {0} - - - {0} setting imported - {0} is the number of settings imported (singular) - Импортирован {0} параметр - - - {0} settings imported - {0} is the number of settings imported (plural) - Параметры ({0}) импортированы - - - {0} started successfully. - {0} started successfully. - {0}: успешно запущено. - - - {0} stopped successfully. - {0} stopped successfully. - {0}: успешно остановлено. - - - {0} warnings - {0} is the number of warnings - Предупреждений: {0} - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0} {1} проблема - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0} {1} проблем - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0}, + еще {1} - - - {0}. {1} - {0} is the status -{1} is the message - {0}. {1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - Событий: {0}/{1} - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}. {2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0} дн. {1} ч - - - {0}h - {0} is the number of hours - {0}ч - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0} ч {1} мин - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0} ч {1} мин - - - {0}m - {0} is the number of minutes - {0} мин - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0} мин {1} с - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0} мин. {1} с - - - {0}ms - {0} is the number of milliseconds - {0} мс - - - {0}ms - {0} is the elapsed time in milliseconds - {0} мс - - - {0}s - {0} is the number of seconds - {0}с - - - {0}s - {0} is the elapsed time in seconds - {0} с - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ Предоставить доступ - - - ✅ Grant Access (Current) - ✅ Предоставить доступ (текущий) - - - ❌ Deny Access - ❌ Запретить доступ - - - ❌ Deny Access (Current) - ❌ Запретить доступ (текущий) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 Я — расширение GitHub Copilot для MSSQL, ваш интеллектуальный помощник по разработке SQL в Visual Studio Code. Я помогаю подключаться, исследовать, проектировать и развивать базы данных SQL прямо из VS Code. - - - - - - - Add Connection - Добавить подключение - - - Add Connection Group - Добавить группу подключений - - - Add Microsoft Entra Account - Добавить учетную запись Microsoft Entra - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - Позволяет пользователям входить на устройства с ограничением ввода. - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - Всегда привязывайте новые редакторы и открытые SQL-файлы к соединению, указанному в параметре "mssql.defaultConnectionId". - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - Время ожидания выполнения, равное 0, указывает на неограниченное время ожидания - - - Analyze Query Performance - Анализ производительности запросов - - - Application Intent - Намерение приложения - - - Automatically display query results in a new tab instead of the query pane. - Автоматически отображать результаты запроса в новой вкладке вместо панели запроса. - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - Автоматически отображать панель результатов при переключении на редактор с результатами запроса. Применяется только при включенном параметре "Открывать результаты на вкладке". - - - Azure MFA - Azure MFA - - - Background Tasks - Фоновые задачи - - - Backup Database... - Создать резервную копию базы данных... - - - Build Data API... - Построение API данных... - - - Cancel Connection (MSSQL) - Отменить подключение (MSSQL) - - - Cancel Query (MSSQL) - Отменить запрос (MSSQL) - - - Cancel Task - Отменить задачу - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - Переносите подключение активного редактора на вновь открываемые вкладки редактора запросов и SQL-файлы. - - - Change Connection (MSSQL) - Изменить подключение (MSSQL) - - - Change Database (MSSQL) - Изменить базу данных (MSSQL) - - - Change Notebook Connection - Изменить подключение записной книжки SQL - - - Change Notebook Database - Изменить базу данных записной книжки - - - Choose SQL handler for this file - Выберите обработчик SQL для этого файла - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - Выберите, как автоматически изменяются размеры столбцов сетки результатов (заголовки + данные, только данные или отключить автоматическое изменение размера). - - - Chooses which Authentication method to use - Выбирает применяемый способ проверки подлинности - - - Clear All Connection Sharing Permissions - Очистить все разрешения совместного использования подключений - - - Clear All Query History - Очистить весь журнал запросов - - - Clear Filters - Очистить фильтры - - - Clear Finished Tasks - Очистить завершенные задачи - - - Clear Microsoft Entra account token cache - Очистить кэш маркеров учетной записи Microsoft Entra - - - Clear Pooled Connections - Очистить подключения в пулах - - - Command Timeout - Время ожидания команды - - - Compare Schemas... - Сравнить схемы... - - - Configure up to 10 Quick Queries that execute from commands. - Настройте до 10 быстрых запросов, которые будут выполняться из команд. - - - Connect (MSSQL) - Подключить (MSSQL) - - - Connect to a SQL Database - Подключение к базе данных SQL - - - Connection Dialog - Диалоговое окно подключения - - - Connection Timeout - Время ожидания подключения - - - Connection groups - Группы подключений - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - Профили подключения, заданные в разделе "Параметры пользователей", показаны в разделе команды "MS SQL: Connect" палитры команд. - - - Connections - Подключения - - - Control which grid lines are visible in the results grid. - Управление отображением линий сетки в таблице результатов. - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - Управляет тем, как автоматически подключаются новые окна редактора SQL и открытые SQL-файлы. - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - Определяет максимальное количество строк, разрешенных для фильтрации и сортировки в памяти. Если число будет превышено, сортировка и фильтрация будут отключены. Предупреждение. Увеличение этого параметра может сказаться на производительности. - - - Copy All - Копировать все - - - Copy Cell Messages - Копировать сообщения из ячейки - - - Copy Connection String - Копировать строку подключения - - - Copy Object Name - Копировать имя объекта - - - Create Azure Function with SQL binding - Создание Функций Azure с привязкой SQL - - - Create a Table with Table Designer - Создание таблицы с помощью конструктора таблиц - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - Создать новую таблицу в вашей базе данных и изменить существующие таблицы поможет конструктор таблиц. -Внеся изменения, нажмите кнопку "Опубликовать", чтобы отправить изменения в базу данных. - - - DACPAC/BACPAC Operations... - Операции DACPAC/BACPAC... - - - Default view mode for query results display. - Представление по умолчанию для отображения результатов запроса. - - - Delete - Удалить - - - Delete Connection Group - Удалить группу подключений - - - Delete SQL Container - Удалить контейнер SQL - - - Deploy DACPAC - Развернуть DACPAC - - - Disable Actual Plan (MSSQL) - Отключить фактический план (MSSQL) - - - Disable Group By Schema - Отключить группирование по схеме - - - Disable automatic column sizing - Отключить автоматическое изменение размера столбцов - - - Disabled - Отключено - - - Disconnect (MSSQL) - Отключиться (MSSQL) - - - Display name for this Quick Query. - Отображаемое имя для этого быстрого запроса. - - - Display results in a formatted text format. - Показывать результаты в виде форматированного текста. - - - Display results in a tabular grid format (default) - Показывать результаты в виде табличной сетки (по умолчанию). - - - Do not auto-connect. You must connect each SQL file manually. - Не подключаться автоматически. Необходимо подключить каждый SQL-файл вручную. - - - Do not show prompts to display query results in a new tab. - Не показывать запросы на отображение результатов запроса в новой вкладке. - - - Drop Database... - Удалить базу данных... - - - Edit Connection Group - Изменить группу подключений - - - Edit Connection Sharing Permissions - Изменить разрешения совместного использования подключений - - - Edit Connection... - Изменить подключение... - - - Edit Table Data... - Изменить данные таблицы... - - - Enable Actual Plan (MSSQL) - Включить фактический план (MSSQL) - - - Enable Group By Schema - Включить группирование по схеме - - - Enable Parameterization for Always Encrypted - Включить параметризацию для Always Encrypted - - - Enable Query History Capture - Включить ведение журнала запросов - - - Enable SET ANSI_DEFAULTS - Установить параметр SET ANSI_DEFAULTS - - - Enable SET ANSI_NULLS - Установить параметр SET ANSI_NULLS - - - Enable SET ANSI_NULL_DFLT_ON - Установить параметр SET ANSI_NULL_DFLT_ON - - - Enable SET ANSI_PADDING - Установить параметр SET ANSI_PADDING - - - Enable SET ANSI_WARNINGS - Установить параметр SET ANSI_WARNINGS - - - Enable SET ARITHABORT option - Установить параметр SET ARITHABORT - - - Enable SET CURSOR_CLOSE_ON_COMMIT - Установить параметр SET CURSOR_CLOSE_ON_COMMIT - - - Enable SET DEADLOCK_PRIORITY option - Установить параметр SET DEADLOCK_PRIORITY - - - Enable SET IMPLICIT_TRANSACTIONS - Установить параметр SET IMPLICIT_TRANSACTIONS - - - Enable SET LOCK TIMEOUT option (in milliseconds) - Установить параметр SET LOCK TIMEOUT (в миллисекундах) - - - Enable SET NOCOUNT option - Установить параметр SET NOCOUNT - - - Enable SET NOEXEC option - Установить параметр SET NOEXEC - - - Enable SET PARSEONLY option - Установить параметр SET PARSEONLY - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - Установить параметр SET QUERY_GOVERNOR_COST_LIMIT - - - Enable SET QUOTED_IDENTIFIER - Установить параметр SET QUOTED_IDENTIFIER - - - Enable SET STATISTICS IO option - Установить параметр SET STATISTICS IO - - - Enable SET STATISTICS TIME option - Установить параметр SET STATISTICS TIME - - - Enable SET TRANSACTION ISOLATION LEVEL option - Установить параметр SET TRANSACTION ISOLATION LEVEL - - - Enable SET XACT_ABORT ON option - Установить параметр SET XACT_ABORT ON - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - Включить чередование цветов фона строк (чередование "зебра") в таблице результатов. Цвет определяется текущей темой VS Code. - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - Включить кнопки развертывания и свертывания в узлах таблиц конструктора схем, если таблицы содержат более 10 столбцов - - - Enabled - Включено - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - Включение объединения подключений в пулы для повышения общей производительности сетевых подключений. Этот параметр по умолчанию отключен. При изменении этого значения необходимо перезапустить Visual Studio Code. Чтобы очистить подключения, объединенные в пулы, выполните команду "MS SQL: Clear Pooled Connections". Примечание. Может поддерживать бессерверные базы данных в активном состоянии и предотвращать автоматическую приостановку. - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - Включает экспериментальные функции в расширении MSSQL. Компоненты не готовы к работе и могут содержать дефекты или проблемы. Перезапустите Visual Studio Code после изменения этого параметра. - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - Обеспечивает улучшенное управление состоянием сетки результатов предварительного просмотра запроса и расширенные возможности настройки столбцов, включая отображение, скрытие и закрепление столбцов. - - - Estimated Plan (MSSQL) - Оценочный план (MSSQL) - - - Execute Query (MSSQL) - Выполнить запрос (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - Выполнить выделенный фрагмент или текущий оператор (MSSQL) - - - Explain Query - Объясните запрос - - - Export BACPAC - Экспорт BACPAC - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - Дополнительная вертикальная отбивка в пикселях, добавляемая к каждой строке в таблице результатов, которая определяет плотность строк. Допустимый диапазон: 0-10. - - - Extract DACPAC - Извлечь DACPAC - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - Изучите другие функции расширения MSSQL, которые помогут вам работать более производительно. - - - Filter - Фильтр - - - Filter your Object Explorer Tree - Фильтрация дерева обозревателя объектов - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - Сгенерировать скрипт - - - Get Started with MSSQL for Visual Studio Code - Начать работу с MSSQL для Visual Studio Code - - - Getting Started Guide - Руководство по началу работы - - - Hide all grid lines - Скрыть все линии сетки - - - Import BACPAC - Импорт BACPAC - - - Import Data... - Импортировать данные... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - Запустить профилировщик запросов... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - Создайте новое подключение к базе данных SQL или измените существующие подключения в диалоговом окне подключения. -Подключиться к базе данных можно, введя информацию для подключения, используя строку подключения или просматривая подписки Azure. -[Открыть диалоговое окно подключения](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - Управление профилями подключения - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - Максимальное сохраняемое количество символов для каждого значения в столбцах XML после выполнения запроса. Значение по умолчанию: 2 097 152. Допустимый диапазон значений: от 1 до 2 147 483 647. - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - Максимальное сохраняемое количество символов/байт для каждого значения в символьных/двоичных столбцах после выполнения запроса. Значение по умолчанию: 65 535. Допустимый диапазон значений: от 1 до 2 147 483 647. - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - Максимальное количество событий, сохраняемых в памяти профилировщика. По достижении этого лимита старые события удаляются. Увеличьте значение, если нужно сохранять больше событий во время сеансов профилирования. - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - Максимальное число старых файлов, удаляемых при запуске, с истекшим сроком mssql.logRetentionMinutes. Файлы, которые не были очищены из-за этого ограничения, очищаются при следующем запуске Azure Data Studio. - - - Maximum number of rows to return before the server stops processing your query. - Максимальное число строк, которые будут возвращены перед тем, как сервер перестанет обрабатывать ваш запрос. - - - Maximum size of text and ntext data returned from a SELECT statement - Максимальный размер данных типа text и ntext, возвращаемых инструкцией SELECT - - - Migrate from Azure Data Studio - Миграция из Azure Data Studio - - - Modify Table Structure... - Изменить структуру таблицы... - - - New Database... - Новая база данных... - - - New Deployment - Новое развертывание - - - New Query - Создать запрос - - - New Query - Создать запрос - - - New SQL Notebook - Новая записная книжка SQL - - - New Table - Создать таблицу - - - Next Steps with MSSQL for Visual Studio Code - Дальнейшие действия с MSSQL для Visual Studio Code - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - Срок хранения файлов журналов (в минутах) для серверных служб. По умолчанию задана 1 неделя. - - - Number of query history entries to show in the Query History view - Число записей журнала запросов, показываемых в представлении "Журнал запросов" - - - Object Explorer filters - Фильтр обозревателя объектов - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - Чтобы видеть только самые важные объекты базы данных, примените фильтры к дереву обозревателя объектов. -Для начала нажмите кнопку фильтра, которая располагается рядом с большинством папок в представлении "Подключения". - - - Open Changelog - Открыть журнал изменений - - - Open Execution Plan File - Открыть файл плана выполнения - - - Open New Query and Connect - Открыть новый запрос и подключиться - - - Open Query - Открыть запрос - - - Open Query History in Command Palette - Открыть журнал запросов в палитре команд - - - Open Query Profiler (Preview) XEL File - Открыть XEL-файл профилировщика запросов (предварительный просмотр) - - - Open Shortcuts Configuration - Открыть настройку сочетания клавиш - - - Open Task Result - Открыть результат задачи - - - Open in GitHub Copilot Agent - Открыть в агенте GitHub Copilot - - - Open in GitHub Copilot Chat - Открыть в GitHub Copilot Chat - - - Open in MSSQL extension - Открыть в расширении MSSQL - - - Pause Query History Capture - Приостановить ведение журнала запросов - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - Запретить автоматическое выполнение скриптов (например, «Выбрать 1000 лучших»). Если этот параметр включен, скрипты не будут автоматически выполняться при генерации. - - - Prompts users to sign in using their browser. - Предлагает пользователям войти с помощью браузера. - - - Query History - Журнал запросов - - - Query Results - Результаты запроса - - - Query editor and query results pane - Редактор запросов и панель результатов запроса - - - Query plan visualization - Визуализация плана запроса - - - Refresh - Обновить - - - Refresh IntelliSense Cache - Обновить кэш IntelliSense - - - Remove Connection - Удалить подключение - - - Remove Microsoft Entra Account - Удалить учетную запись Microsoft Entra - - - Rename Database... - Переименовать базу данных... - - - Replication - Репликация - - - Restore Database... - Восстановить базу данных... - - - Reveal Query Result (MSSQL) - Показать результаты запроса (MSSQL) - - - Rewrite Query - Переписать запрос - - - Run Query - Запустить запрос - - - Run Quick Query 1 - Выполнить быстрый запрос 1 - - - Run Quick Query 10 - Выполнить быстрый запрос 10 - - - Run Quick Query 2 - Выполнить быстрый запрос 2 - - - Run Quick Query 3 - Выполнить быстрый запрос 3 - - - Run Quick Query 4 - Выполнить быстрый запрос 4 - - - Run Quick Query 5 - Выполнить быстрый запрос 5 - - - Run Quick Query 6 - Выполнить быстрый запрос 6 - - - Run Quick Query 7 - Выполнить быстрый запрос 7 - - - Run Quick Query 8 - Выполнить быстрый запрос 8 - - - Run Quick Query 9 - Выполнить быстрый запрос 9 - - - Run a SQL Query - Выполнить SQL-запрос - - - SQL Container Name - Имя контейнера SQL - - - SQL Container Version - Версия контейнера SQL - - - SQL Server Extended Events Log - Журнал расширенных событий SQL Server - - - SQL Tools (MSSQL) - Инструменты SQL (MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - Текст SQL для этого быстрого запроса. Используйте {arg} для вставки выделенного текста из редактора запросов. В противном случае он будет добавлен. - - - Script as Alter - Создать скрипт как ALTER - - - Script as Create - Создать скрипт как CREATE - - - Script as Drop - Создать скрипт как DROP - - - Script as Execute - Создать скрипт как EXECUTE - - - Search Database Objects... - Поиск объектов базы данных... - - - Select Top 1000 - Выбрать первые 1000 - - - Selected Azure subscriptions for browsing and managing servers and databases - Выбранные подписки Azure для просмотра серверов и баз данных, а также управления ими - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - Выбранные рабочие области Microsoft Fabric для просмотра баз данных SQL и управления ими - - - Send Feedback - Отправить отзыв - - - Set the font family for the results grid; set to blank to use the editor font - Задайте семейство шрифтов для сетки результатов; укажите пустое значение, чтобы использовать размер шрифта редактора - - - Set the font size for the results grid; set to blank to use the editor size - Задайте размер шрифта для таблицы результатов; задайте пустое значение, чтобы использовать размер шрифта редактора - - - Shortcuts handled inside MSSQL views - Обрабатываемые сочетания клавиш в представлениях MSSQL - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - Следует ли показывать столбцы BIT в виде чисел (1 или 0)? Если задать значение FALSE, значения в столбцах типа BIT будут видны как значения "TRUE" или "FALSE" - - - Should IntelliSense be enabled - Должен ли быть включен IntelliSense - - - Should IntelliSense error checking be enabled - Должна ли быть включена проверка ошибок IntelliSense - - - Should IntelliSense quick info be enabled - Должны ли быть включены краткие сведения IntelliSense - - - Should IntelliSense suggestions be enabled - Должны ли быть включены подсказки IntelliSense - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - Следует ли регистрировать идентифицирующие данные конечного пользователя (PII) в выходном канале журналов Azure и файле журнала выходного канала. - - - Should Query History feature be enabled - Следует ли включить функцию "Журнал запросов" - - - Should language service be auto-disabled when extension detects Non-MSSQL files - Следует ли автоматически отключить языковую службу, если расширение обнаруживает файлы, отличные от MSSQL - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - Должны ли сохраняться выбранные элементы результатов запросов и позиции прокрутки при переключении между вкладками (может повлиять на производительность) - - - Show both horizontal and vertical grid lines - Показывать как горизонтальные, так и вертикальные линии сетки - - - Show changelog after extension updates - Показывать журнал изменений после обновления расширения - - - Show only horizontal grid lines - Показывать только горизонтальные линии сетки - - - Show only vertical grid lines - Показывать только вертикальные линии сетки - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - Отображать сведения об активном подключении SQL в виде предложения CodeLens в верхней части редактора для быстрого просмотра. - - - Sort and Filter Query Results - Сортировка и фильтрация результатов запроса - - - Sort and filter options for query results - Варианты сортировки и фильтрации результатов запроса - - - Sort and filter your query results to find the data you need quickly. - Сортируйте и фильтруйте результаты запроса, чтобы быстро находить нужные данные. - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - Эквивалент национального облака для ".crm.dynamics.com" (включая начальную точку) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - Эквивалент национального облака для ".database.fabric.microsoft.com" (включая начальную точку) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - Эквивалент национального облака для ".database.windows.net" (включая начальную точку) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - Эквивалент национального облака для ".datawarehouse.fabric.microsoft.com" (включая начальную точку) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - Эквивалент национального облака для ".sql.azuresynapse.net" (включая начальную точку) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - Эквивалент национального облака для "https://analysis.windows.net/powerbi/api/" - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - Эквивалент национального облака для "https://api.fabric.microsoft.com/v1/" - - - Sovereign cloud equivalent for `https://database.windows.net/` - Эквивалент национального облака для "https://database.windows.net/" - - - Sovereign cloud equivalent for `https://vault.azure.net/` - Эквивалент национального облака для "https://vault.azure.net/" - - - Start Query History Capture - Начать ведение журнала запросов - - - Start SQL Container - Запустить контейнер SQL - - - Stop SQL Container - Остановить контейнер SQL - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - Конструктор таблиц - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - Временное хранение паролей для подключений с отключенным параметром "Сохраненные пароли" до перезапуска расширения. Это дает возможность исключить повторные запросы паролей при многократном использовании подключений в рамках одного и того же сеанса. - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - ИД (GUID) профиля подключения, используемого при установке значения "defaultConnection" для параметра "mssql.newEditorConnectionBehavior". Идентификатор подключения можно найти в файле settings.json в разделе "mssql.connections". - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - Дополнительная пользовательская конфигурация (конкретно для MSSQL) национального облака с целью использования с поставщиком проверки подлинности Microsoft Sovereign Cloud. Для использования этой функции с MSSQL необходимо настроить для "microsoft-sovereign-cloud.environment" значение "custom" и предоставить значения для "microsoft-sovereign-cloud.customEnvironment". - - - The color of the connection group. - Цвет группы подключений. - - - The description of the connection group. - Описание группы подключений. - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - Максимальное количество символов, отображаемое для информации о подключении в строке состояния. Установите значение -1, чтобы отменить ограничения. - - - The maximum number of recently used connections to store in the connection list. - Максимальное количество недавно использованных подключений для хранения в списке подключений. - - - The name of the connection group. - Имя группы подключений. - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - Время ожидания в секундах развертывания узла в обозревателе объектов. Значение по умолчанию — 45 секунд. - - - The unique identifier for the connection group this connection profile belongs to. - Уникальный идентификатор группы подключений, к которой относится этот профиль подключения. - - - The unique identifier for the connection group. - Уникальный идентификатор группы подключений. - - - The unique identifier for the parent connection group. - Уникальный идентификатор родительской группы подключений. - - - The unique identifier for this connection profile. - Уникальный идентификатор этого профиля подключения. - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - Этот параметр является нерекомендуемым. Используйте вместо этого "mssql.newEditorConnectionBehavior". Расширение автоматически перенесет эту настройку при запуске. - - - This setting will be removed in a future release. - Этот параметр будет удален в будущем выпуске. - - - Toggle Actual Plan - Переключить фактический план - - - Toggle Query Result Panel Visibility (MSSQL) - Переключить видимость панели результатов запроса (MSSQL) - - - Toggle SQLCMD Mode - Переключение режима SQLCMD - - - True for the messages pane to be open by default; false for closed - Если указать значение TRUE, панель сообщения по умолчанию будет открыта, если указать значение FALSE — закрыта. - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - Просмотрите план запроса, чтобы понять, что делает этот запрос. -Чтобы увидеть предполагаемый план без выполнения запроса или фактический план запроса после его выполнения, переключите кнопки в верхней части окна редактора запросов. - - - Use Database - Использовать базу данных - - - Use column headers and data to size columns automatically - Использовать заголовки столбцов и данные для автоматического определения размера столбцов - - - Use only column headers to size columns automatically - Использовать только заголовки столбцов для автоматического определения размера столбцов - - - Use only row data to size columns automatically - Использовать только строковые данные для автоматического определения размера столбцов - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - Использует учетные записи VS Code для многофакторной проверки подлинности Microsoft Entra ID в SQL. Перезапустите Visual Studio Code после изменения этого параметра. - - - View Task Logs - Просмотреть журналы задач - - - Visualize a Query Plan - Визуализировать план запроса - - - Visualize and Design Schema... - Визуализация и проектирование схем... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - Если этот параметр включен, команда "Копировать все" на панели сообщений результатов запроса включает метки времени сообщений. - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - Если эта настройка включена, активное подключение автоматически переносится в новые открытые файлы SQL. Если она отключена, для каждого файла SQL нужно явным образом подключаться к базе данных. - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - Если включено, элемент строки состояния подключения окрашивается в цвет группы подключений. Этот параметр по умолчанию отключен. Цвет папки группы подключений используется напрямую и не изменяется, чтобы обеспечить контрастность с текущей темой VS Code. Пользователям следует выбирать цвета группы подключений, которые хорошо сочетаются с их темой. - - - When enabled, connection groups will be collapsed instead of expanded at startup. - Если включено, группы подключений будут свернуты вместо развертывания при запуске. - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - Если включено, экспортированные результаты сохраненных запросов открываются сразу после экспорта. Экспортированные файлы Excel открываются системным обработчиком файлов, а текстовые — в VS Code. - - - When enabled, the database objects in Object Explorer will be categorized by schema. - Если этот параметр включен, объекты базы данных в обозревателе объектов будут классифицированы по схеме. - - - Windows Authentication - Проверка подлинности Windows - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - Напишите SQL-запрос и выполните его в своей базе данных. -Можно также нажать кнопку "Открыть в новой вкладке", чтобы просмотреть результаты запроса на отдельной вкладке и, при необходимости, задать это как поведение по умолчанию. - - - Your first steps for connecting to and developing with a SQL database - Первые шаги по подключению к базе данных SQL и ее использованию в разработке - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [Необязательно] Неотрицательное число, используемое для сортировки этой группы подключений на боковой панели обозревателя объектов. Группы со значением order отображаются первыми, по возрастанию; остальные группы следуют в алфавитном порядке. - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [Необязательно] Неотрицательное число, используемое для сортировки этого подключения на боковой панели обозревателя объектов. Подключения со значением order отображаются первыми, по возрастанию; остальные подключения следуют в алфавитном порядке. - - - [Optional] Character used for enclosing text fields when saving results as CSV - [Необязательно] Символы, используемые для обрамления текстовых полей при сохранении результатов в формате CSV - - - [Optional] Character(s) used for separating rows when saving results as CSV - [Необязательно] Символы, используемые для разделения строк при сохранении результатов в формате CSV - - - [Optional] Configuration options for copying multi-line results from the Results View - [Необязательно] Параметры конфигурации для копирования многострочных результатов из представления результатов - - - [Optional] Configuration options for copying results from the Results View - [Необязательно] Параметры конфигурации для копирования результатов из представления результатов - - - [Optional] Configuration options for which column new result panes should open in - [Необязательно] Параметры конфигурации, определяющие, для какого столбца должны открываться новые области результатов - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [Необязательно] Объявляет тип рабочей нагрузки приложения при подключении к серверу SQL Server, например ReadWrite или ReadOnly. Подробнее см. в SQL Server AlwaysOn. - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [Необязательно] Разделитель элементов данных при сохранении результатов в формате CSV. Выберите один из распространенных разделителей. Например, можно использовать запятую (,), табуляцию (\t), точку с запятой (;) или вертикальную черту (|) - - - [Optional] Do not show unsupported platform warnings - [Необязательно] Не показывать предупреждения для неподдерживаемых платформ - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [Необязательно] Кодировка файла, используемая при сохранении результатов в формате CSV. Можно выбрать UTF-8 (рекомендуется), UTF-16, ASCII или Latin-1 в зависимости от совместимости целевого приложения - - - [Optional] Indicates the SQL Server language settings. - [Необязательно] Указывает параметры языка сервера SQL Server. - - - [Optional] Indicates the name of local docker container the connection is on - [Необязательно] Указывает имя локального контейнера Docker, для которого установлено подключение - - - [Optional] Indicates whether this profile has an empty password explicitly set - [Необязательно] Указывает, задан ли явным образом пустой пароль для этого профиля - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [Необязательно] Указывает, к какому типу сервера поставщик предоставит доступ через DataReader. - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [Необязательно] Выводить выходные данные отладки в консоль VS Code (Справка -> Переключить средства разработчика) - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [Необязательно] Уровень ведения журнала для серверных служб. Azure Data Studio создает имя файла при каждом запуске, а если такой файл уже существует, записи журналов добавляются в него. Для очистки старых файлов журналов см. описание параметров logRetentionMinutes и logFilesRemovalLimit. По умолчанию параметр tracingLevel заносит в журнал не слишком много информации. Изменение детализации может привести к тому, что журналы будут занимать слишком много места. Ошибка включает критический уровень, предупреждение включает ошибку, информационный уровень включает предупреждение, а подробный уровень включает информационный уровень. - - - [Optional] Should execution time be shown for individual batches - [Необязательно] Нужно ли показывать время выполнения для отдельных пакетов - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [Необязательно] Укажите пользовательское имя для этого профиля подключения для простой навигации и поиска в палитре команд Visual Studio Code. - - - [Optional] Specify the SQL Server authentication type. - [Необязательно] Укажите тип проверки подлинности для сервера SQL Server. - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [Необязательно] Укажите имя базы данных, к которой необходимо подключиться. Если база данных не указана, будет использована база данных пользователя по умолчанию, обычно "master". - - - [Optional] Specify the delay between attempts to restore connection. - [Необязательно] Укажите задержку между попытками восстановления подключения. - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [Необязательно] Укажите длительность (в секундах) ожидания выполнения команды, после чего попытка прекращается и выводится ошибка. Значение по умолчанию — 30 секунд. - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [Необязательно] Укажите, сколько времени следует ждать подключения к серверу (в секундах), прежде чем попытки подключения прекратятся и будет выдана ошибка. Значение по умолчанию — 30 секунд. - - - [Optional] Specify the maximum number of connections allowed in the pool. - [Необязательно] Укажите максимальное количество подключений в пуле. - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [Необязательно] Укажите минимальное количество времени в секундах, в течении которого это подключение будет находиться в пуле, прежде чем оно будет удалено. - - - [Optional] Specify the minimum number of connections allowed in the pool. - [Необязательно] Укажите минимальное количество подключений, разрешенных в пуле. - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [Необязательно] Укажите имя приложения, используемого для ведения журнала сервера SQL Server (значение по умолчанию: "vscode-mssql"). - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [Необязательно] Укажите полный путь к первичному файлу присоединяемой базы данных. - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [Необязательно] Укажите имя рабочей станции, подключающейся к серверу SQL Server. - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [Необязательно] Укажите имя или сетевой адрес экземпляра SQL Server, который выполняет функцию партнера по обеспечению отработки отказа. - - - [Optional] Specify the number of attempts to restore connection. - [Необязательно] Укажите количество попыток восстановления соединения. - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [Необязательно] Укажите пароль для проверки подлинности на сервере SQL Server. Если пароль не указан или уже сохранен, при подключении будет снова выведен запрос. - - - [Optional] Specify the port number to connect to. - [Необязательно] Укажите номер порта для подключения. - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [Необязательно] Укажите размер в байтах сетевых пакетов, с помощью которых осуществляется связь с сервером SQL Server. - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [Необязательно] Укажите имя пользователя для проверки подлинности на сервере SQL Server. Если имя пользователя не указано, при подключении будет снова выведен запрос. - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [Необязательно] Строка подключения ADO.NET, используемая для подключения. Переопределяет любые другие параметры, заданные в этом подключении. - - - [Optional] Used by SQL Server in replication. - [Необязательно] Используется сервером SQL Server при репликации. - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [Необязательно] Когда задано значение "Mandatory" или "Strict", SQL Server использует SSL-шифрование для всех данных, отправляемых между клиентом и сервером, если на сервере установлен сертификат. Если установлено значение "Strict", SQL Server использует TDS 8.0 для передачи всех данных между клиентом и сервером. Значение "Strict" поддерживается в SQL Server начиная с версии 2022. - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [Необязательно] Когда установлено значение "TRUE", из подключение позволяет вернуть и прочитать несколько результирующих наборов. - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [Необязательно] Когда этот параметр имеет значение "TRUE", SSL-сертификат сервера SQL Server будет автоматически считаться доверенным, если слой связи зашифрован с использованием SSL. Установите значение "false", чтобы использовать подключение к базе данных SQL Azure. - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [Необязательно] Если задано значение "true", объект подключения берется из соответствующего пула, либо, если это необходимо, создается и добавляется в соответствующий пул. Примечание. Может поддерживать бессерверные базы данных в активном состоянии и предотвращать автоматическую приостановку. - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [Необязательно] Когда установлено значение "TRUE", обнаружение активного сервера и подключение к нему происходит быстрее, если группа доступности AlwaysOn настроена в других подсетях. - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [Необязательно] Когда установлено значение "TRUE", пароль для проверки подлинности на сервере SQL Server сохраняется в безопасном хранилище операционной системы, например KeyChain в macOS или Secure Store в Windows. - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [Необязательно] При установленном значении "FALSE" конфиденциальные данные (например пароль) не возвращаются в составе подключения, если подключение открыто или когда-либо находилось в открытом состоянии. - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [Необязательно] Если указано (и encrypt=Mandatory, и trustServerCertificate=false), SQL Server использует предоставленное имя хоста для проверки доверия с сертификатом сервера. - - - [Optional] When true, column headers are included when saving results as CSV - [Необязательно] Если указано значение TRUE, заголовки столбцов включаются при сохранении результатов в формате CSV - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [Обязательно] Укажите имя сервера, к которому необходимо подключиться. Используйте для базы данных SQL Azure формат "экземпляр имя_узла" или "<сервер>.database.windows.net". - - - auth - проверка подлинности - - - database - база данных - - - port - порт - - - server - сервер - - - user - пользователь - - - + + + + + + is required. + является обязательным. + + + $(check) Copied messages + $(check) Скопированные сообщения + + + $(plug) Connect to MSSQL + $(plug) Подключение к MSSQL + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + Параметр "mssql.newEditorConnectionBehavior" установлен в значение "defaultConnection", но "mssql.defaultConnectionId" не настроен. Новые редакторы перейдут к передаче активного соединения. + + + '{0}' started. + {0} is the service name + "{0}" начато. + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <По умолчанию> + + + <default> + <по умолчанию> + + + (0 rows affected) + (Затронуто 0 строк) + + + (0 rows) + (0 строк) + + + (1 row affected) + (Затронута 1 строка) + + + (Command completed successfully) + (Команда выполнена успешно) + + + (current) + (текущее) + + + (empty) + (пусто) + + + ({0} row(s) affected) + {0} is the number of rows affected + (затронутых строк: {0}) + + + ({0} row) + {0} is the number of rows (singular) + ({0} строка) + + + ({0} rows affected) + {0} is the number of rows affected + (Затронуто строк: {0}) + + + ({0} rows) + {0} is the number of rows (plural) + (строк: {0}) + + + + Add Azure Account + + Добавить учетную запись Azure + + + + Add Fabric Account + + Добавить учетную запись Fabric + + + + Create Connection Group + + Создать группу подключений + + + - + - + + + 0 rows + 0 строк + + + 0 rows returned + Возвращено 0 строк + + + 1 + 1 + + + 1 row + 1 строка + + + 1 row returned + Возвращена 1 строка + + + 100K vCore seconds + 100K vCore секунд + + + 32 GB + 32 ГБ + + + 32 GB storage + 32 GB backup + 32 ГБ памяти + 32 ГБ резервного копирования + + + 60 min + 60 мин + + + = + = + + + A SQL editor must have focus before executing this command + Перед выполнением этой команды фокус должен находиться в редакторе SQL + + + A connection is already being established. Please wait for it to complete before running a query. + Подключение уже устанавливается. Дождитесь его завершения перед выполнением запроса. + + + A database with this name already exists on the server + База данных с таким именем уже существует на сервере + + + A firewall rule is required to access this server. + Для доступа к этому серверу требуется правило брандмауэра. + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + Высокоинтегрированная, готовая для разработчиков транзакционная база данных, которая автоматически масштабируется, автоматически настраивается и зеркально отображает данные в Одном озере для аналитики в службах Fabric + + + A predefined global default value for the column or binding. + Предопределенное глобальное значение по умолчанию для столбца или привязки. + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + Запрос уже выполняется для этого сеанса редактора. Отмените запрос или дождитесь окончания его выполнения. + + + A required .NET runtime could not be found or installed. + Не удалось найти или установить необходимую среду выполнения .NET. + + + API Type + Тип API + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + Ускоряйте развитие схемы, автоматически генерируя скрипты миграции ORM или изменений T-SQL + + + Accept + Принять + + + Accept All + Принять все + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + Примите условия лицензионного соглашения SQL Server, чтобы развернуть контейнер Docker с SQL Server + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + Отказано в доступе. Обеспечьте наличие у вас необходимых разрешений для использования этого инструмента или модели. + + + Access to the XEL file was denied. + Отказано в доступе к XEL-файлу. + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Истек срок действия маркера доступа для подключения {0} с URI {1} + + + Account + Учетная запись + + + Account not found + Учетная запись не найдена + + + Action + Действие + + + Action Type + Тип действия + + + Actions + Действия + + + Active filters: + Активные фильтры: + + + Actual Elapsed CPU Time + Фактически затраченное время ЦП + + + Actual Elapsed Time + Фактически затраченное время + + + Actual Number of Rows For All Executions + Фактическое число строк для всех выполнений + + + Add + Добавить + + + Add Account + Добавить учетную запись + + + Add Column + Добавить столбец + + + Add Connection + Добавить подключение + + + Add Firewall Rule + Добавить правило брандмауэра + + + Add Firewall Rule to {0} + {0} is the server name + Добавить правило брандмауэра в {0} + + + Add MCP server to workspace configuration + Добавить сервер MCP в конфигурацию рабочей области + + + Add Row + Добавить строку + + + Add Server Connection + Добавить подключение к серверу + + + Add Table + Добавить таблицу + + + Add a Microsoft Entra account... + Добавьте учетную запись Microsoft Entra... + + + Add account + Добавить учетную запись + + + Add filter + Добавление фильтра + + + Add filters to modify the SQL query + Добавьте фильтры, чтобы изменить SQL-запрос + + + Add my client IP ({0}) + {0} is the IP address of the client + Добавить мой клиентский IP-адрес ({0}) + + + Add my subnet IP range + Добавить диапазон IP-адресов моей подсети + + + Add new column + Добавить новый столбец + + + Add new foreign key + Добавить новый внешний ключ + + + Add tag + Добавить тег + + + Add to VS Code + Добавить в VS Code + + + Add to favorites + Добавить в избранное + + + Add to workspace + Добавить в рабочую область + + + Added + Добавлено + + + Added column '{0}' + {0} is the column name + Добавлен столбец '{0}' + + + Added foreign key '{0}' + {0} is the foreign key name + Добавлен внешний ключ '{0}' + + + Additional parameters + Дополнительные параметры + + + Additional usage beyond the free amount will be charged at serverless rates. + Дополнительное потребление сверх бесплатного объема будет оплачиваться по бессерверным тарифам. + + + Admin Password + Пароль администратора + + + Admin Username + Имя пользователя администратора + + + Advanced + Расширенный + + + Advanced Backup Options + Дополнительные параметры резервного копирования + + + Advanced Connection Settings + Дополнительные параметры подключения + + + Advanced Entity Configuration + Расширенная конфигурация сущности + + + Advanced Options + Дополнительные параметры + + + Advanced Publish Options + Дополнительные параметры публикации + + + Advanced restore options + Расширенные параметры восстановления + + + After + После + + + All + Все + + + All Files (*.*) + Все файлы (*.*) + + + All Schemas + Все схемы + + + All files + Все файлы + + + All permissions for extensions to access your connections have been cleared. + Все разрешения для расширений на доступ к вашим подключениям очищены. + + + All selected + Все выбранные + + + All severities + Все уровни серьезности + + + Allow Null + Разрешить значение NULL + + + Allow Nulls + Разрешить значения NULL + + + Allow null + Разрешить значение null + + + Allow this extension to access your connections + Разрешить этому расширению доступ к вашим подключениям + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + Позволяет клиентам MCP использовать стандартные инструменты создания, чтения, обновления и удаления для этой таблицы. + + + Alphabetical + В алфавитном порядке + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + Уже используется {0} + + + Alter + Изменение + + + Always Encrypted + Always Encrypted + + + Always show in new tab + Всегда показывать в новой вкладке + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + Неоднозначная ссылка на подключение. Укажите только connectionId или connectionName. + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + Чтобы GitHub Copilot понял схему вашей базы данных и продолжил работу, требуется активное подключение. +Выберите "{0}", чтобы установить подключение. + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + Произошла ошибка при обновлении узлов. Подробнее см. в канале вывода MSSQL. + + + An error occurred while copying results: {0} + {0} is the error message + Произошла ошибка при копировании результатов: {0} + + + An error occurred while loading data. + При загрузке данных произошла ошибка. + + + An error occurred while processing your request. + При обработке запроса произошла ошибка. + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + Произошла ошибка при удалении учетной записи Microsoft Entra: {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + Ошибка при получении строк: {0} + + + An error occurred: {0} + {0} is the error message + Произошла ошибка: {0} + + + An unexpected error occurred + Произошла неожиданная ошибка + + + An unexpected error occurred with the language model. Please try again. + В языковой модели возникла непредвиденная ошибка. Попробуйте еще раз. + + + An unknown error occurred. Please try again. + Возникла неизвестная ошибка. Попробуйте еще раз. + + + Analytics-ready by default + Готово к аналитике по умолчанию + + + Analyze static code with customizable rulesets in SQL Database Projects. + Анализируйте статический программный код с настраиваемыми наборами правил в проектах базы данных SQL. + + + And + И + + + Anonymous + Анонимно + + + Append to the existing backup set + Добавить к существующему резервному набору данных + + + Application (Client) ID + Идентификатор приложения (клиент) + + + Application (Client) ID is required. + Требуется идентификатор приложения (клиент). + + + Application Intent + Намерение приложения + + + Application Name + Имя приложения + + + Application Version + Версия приложения + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + Версия приложения должна иметь формат n.n.n или n.n.n.n, где n — число (например, 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + Версия приложения должна иметь формат n.n.n.n, где n — число (например, 1.0.0.0) + + + Apply + Применить + + + Apply Changes + Применить изменения + + + Apply changes to target + Применить изменения к целевому объекту + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + Используйте контекстные предложения для синтаксиса SQL, связей и ограничений + + + Apply failed. Fix the error and retry, or run Schema Compare again. + Не удалось применить изменения. Исправьте ошибку и повторите попытку или снова запустите Сравнение схем. + + + Applying changes, this might take a while... + Применение изменений может занять некоторое время... + + + Approve + Утвердить + + + Are you sure you want to cancel this background task? + Вы действительно хотите отменить эту задачу, выполняющуюся в фоновом режиме? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + Действительно закрыть текущий сеанс? Все зафиксированные события будут потеряны. Перед закрытием можно экспортировать события в CSV-файл из панели инструментов. + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + Действительно удалить контейнер {0}? При этом из VS Code будет удален и контейнер, и его подключение. + + + Are you sure you want to delete the selected items? + Вы действительно хотите удалить выбранные объекты? + + + Are you sure you want to delete {0}? + {0} is the group name + Удалить {0}? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + Действительно удалить {0}? Также можно удалить подключения этой группы или переместить их в корневую папку. + + + Are you sure you want to disconnect? + Вы действительно хотите разорвать подключение? + + + Are you sure you want to remove {0}? + {0} is the node label + Действительно удалить {0}? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + Действительно отменить все изменения Copilot? Это отменит все отслеживаемые изменения с возвратом к исходному состоянию. + + + Are you sure you want to update the target? + Вы действительно хотите обновить целевой объект? + + + Are you sure you want to {0}? + {0} is the action being confirmed + Вы действительно хотите {0}? + + + Are you sure? + Вы уверены? + + + Ask GitHub Copilot to Fix + Спросить GitHub Copilot об исправлении + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + Задавайте вопросы или предлагайте изменения схемы в чате, и GitHub Copilot мгновенно обновит схему на диаграмме. + + + At least one API type must be selected. + Нужно выбрать хотя бы один тип API. + + + Auth type + Тип аутентификации + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + Проверьте подлинность с использованием субъекта-службы Microsoft Entra. Введите идентификатор приложения (клиента) в качестве имени пользователя, а секрет клиента — в качестве пароля. Для получения дополнительных сведений щелкните значок информации. + + + Authenticated + Проверка подлинности выполнена + + + Authentication + Проверка подлинности + + + Authentication Library has changed, please reload Visual Studio Code. + Библиотека проверки подлинности изменена. Перезагрузите Visual Studio Code. + + + Authentication Type + Тип проверки подлинности + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + Ошибка проверки подлинности для учетной записи "{0}" (клиент "{1}"). Для решения этой проблемы необходимо очистить кэш токенов, что приведет к выходу из всех подключенных учетных записей. + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + Ошибка проверки подлинности для учетной записи. Для решения этой проблемы необходимо очистить кэш токенов, что приведет к выходу из всех подключенных учетных записей. + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + Не удалось выполнить проверку подлинности из-за несоответствия nonce, закройте Azure Data Studio и повторите попытку. + + + Authentication failed due to a state mismatch, please close ADS and try again. + Не удалось выполнить проверку подлинности из-за несоответствия состояния, закройте ADS и повторите попытку. + + + Authentication not supported + Проверка подлинности не поддерживается + + + Auto Arrange + Разместить автоматически + + + Auto Arrange Confirmation + Подтверждение автоматического упорядочивания + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + Автоматическое упорядочивание автоматически изменит размещение всех элементов диаграммы на основе оптимальных алгоритмов макета. Созданное вами настраиваемое размещение будут потеряно. Вы хотите продолжить автоматическое упорядочивание диаграммы схемы? + + + Auto-pause + Автоматическая приостановка + + + Auto-pause the database until next month + Приостановить автоматическую блокировку базы данных до следующего месяца + + + Auto-scroll + Автоматическая прокрутка + + + Auto-scroll disabled + Автоматическая прокрутка отключена + + + Auto-scroll enabled + Автоматическая прокрутка включена + + + Automatic tuning features like automatic index creation enabled by default. + Функции автоматической настройки, например автоматическое создание индексов, включены по умолчанию. + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + Автоматически выбирает доступное удостоверение Microsoft Entra ID от поставщиков, установленных в системе. Для получения дополнительных сведений щелкните значок информации. + + + Available Servers + Доступные серверы + + + Average: {0} + {0} is the average + Среднее: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + Среднее значение: {0} Количество: {1} Сумма: {2} + + + Avg + Среднее + + + Azure (China) + Azure (Китай) + + + Azure (Public) + Azure (общедоступная служба) + + + Azure (US Government) + Azure (для государственных организаций США) + + + Azure Account + Учетная запись Azure + + + Azure Account is required + Требуется учетная запись Azure + + + Azure Code Grant + Предоставление кода Azure + + + Azure Data Studio Migration + Миграция в Azure Data Studio + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Набор средств миграции Azure Data Studio — теперь включен Keymap! + + + Azure Data Studio settings file + Файл параметров Azure Data Studio + + + Azure Databases + Базы данных Azure + + + Azure Device Code + Код устройства Azure + + + Azure MFA + Azure MFA + + + Azure SQL Database is not supported for backup. + Резервное копирование Базы данных SQL Azure не поддерживается. + + + Azure SQL Database is not supported for restore. + Восстановление Базы данных SQL Azure не поддерживается. + + + Azure SQL Managed Instance + Управляемый экземпляр SQL Azure + + + Azure SQL Server + Azure SQL Server + + + Azure SQL databases provisioning + Подготовка баз данных SQL Azure + + + Azure Subscriptions + Подписки Azure + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + Учетная запись Azure "{0}" не найдена. Войдите, используя правильную учетную запись, или выберите другую. + + + Azure sign in failed. + Сбой входа в Azure. + + + Azure subscription not found in cache. + Подписка Azure не найдена в кэше. + + + Azure: Sign In + Azure: вход + + + Azure: Sign In to Azure Cloud + Azure: вход в облако Azure + + + Azure: Sign In with Device Code + Azure: войдите с кодом устройства + + + BACPAC exported successfully + BACPAC экспортирован + + + BACPAC exported successfully to '{0}' + {0} is the file path + BACPAC экспортирован в "{0}" + + + BACPAC imported successfully + BACPAC импортирован + + + BACPAC imported successfully to database '{0}' + {0} is the database name + BACPAC импортирован в базу данных "{0}" + + + Back + Назад + + + Back to Schema + Вернуться к схеме + + + Back to preview + Вернуться к предварительному просмотру + + + Backup + Резервное копирование + + + Backup Database - {0} + {0} is the database name + Создание резервной копии базы данных - {0} + + + Backup File + Файл резервной копии + + + Backup Files + Файлы резервных копий + + + Backup Files (*.bak, *.log, *.trn) + Файлы резервных копий (*.bak, *.log, *.trn) + + + Backup Location + Расположение резервной копии + + + Backup Name + Имя резервной копии + + + Backup Storage Redundancy + Избыточность хранилища резервных копий + + + Backup Type + Тип резервной копии + + + Backup sets to restore + Резервные наборы данных для восстановления + + + Backup the tail of the log + Резервное копирование заключительного фрагмента журнала + + + Backup to a new media set + Создать резервную копию на новом наборе носителей + + + Batch execution time: {0} + {0} is the batch time + Время выполнения пакета: {0} + + + Before + До + + + Behavior when free offer limit is reached + Поведение при достижении ограничения бесплатных предложений + + + Between + Между + + + Blanks + Пустые + + + Blob + BLOB-объект + + + Blob Container + Контейнер BLOB-объектов + + + Blob Container is required + Требуется указать контейнер BLOB-объектов + + + Blob does not contain a valid database backup + BLOB-объект не содержит действительной резервной копии базы данных + + + Blob is required + BLOB-объект обязателен + + + Block this extension from accessing your connections + Запретить этому расширению доступ к вашим подключениям + + + Both + Оба + + + Brightness + Яркость + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + Перенесите сохраненные подключения, группы и конфигурацию из Azure Data Studio в расширение MSSQL и откройте для себя знакомые возможности. + + + Browse + Просмотреть + + + Browse Azure + Обзор Azure + + + Browse Azure SQL Database tutorials and docs + Просмотрите руководства и документацию по Azure SQL Database + + + Browse Fabric + Обзор Fabric + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + Просматривайте рабочие области Fabric и создавайте базы данных SQL в Fabric, не выходя из VS Code. + + + Browse files + Обзор файлов + + + Browse forvpath + Обзор forvpath + + + Browse to Azure Data Studio settings.json + Перейти к файлу Azure Data Studio settings.json + + + Browse... + Обзор... + + + Build APIs with GitHub Copilot + Создание API с помощью GitHub Copilot + + + Build Data API + Построение API данных + + + Build failed with exit code {0} + Сбой сборки с кодом завершения {0} + + + Build {0} + Сборка {0} + + + Building {0}... + Сборка {0}... + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + Встроенное шифрование, правила брандмауэра и интеграция с Microsoft Entra ID для защиты ваших данных. + + + Bulk Actions + Массовые действия + + + Bulk-logged + С неполным протоколированием + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + Файлы CSV/TXT (*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + Вызов инструмента: {0} с {1}. + + + Cancel + Отмена + + + Cancel Query + Отменить запрос + + + Cancel Task + Отменить задачу + + + Cancel failed: {0} + {0} is the error message + Не удалось отменить: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + Сбой при отмене сравнения схем: "{0}" + + + Cancel the query execution in progress + Отменить выполнение текущего запроса + + + Canceled + Отменено + + + Canceling + Производится отмена + + + Canceling query + Отмена запроса + + + Canceling the query failed: {0} + {0} is the error message + Ошибка при попытке отмены запроса: {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + Не удается получить доступ к сокету Docker. Возможно, пользователь не входит в группу docker или VS Code был запущен до того, как вступило в силу членство в группе. Выполните команду sudo usermod -aG docker $USER, а затем выйдите из системы и снова войдите в нее (или перезагрузите устройство) перед повторным запуском VS Code. + + + Cannot cancel query as no query is running. + Невозможно отменить запрос, так как ни один запрос не выполняется. + + + Cannot change session while active + Невозможно изменить сеанс, пока он активен + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + Не удается подключиться из-за токенов с истекшим сроком действия. Выполните проверку подлинности заново и повторите попытку. + + + Cannot create foreign key + Не удается создать внешний ключ + + + Cannot delete column because it is part of foreign key relationships. + Невозможно удалить столбец, так как он является частью связей внешнего ключа. + + + Cannot delete column because it is referenced by a foreign key. + Невозможно удалить столбец, так как на него ссылается внешний ключ. + + + Cannot delete column because it is used by a foreign key. + Невозможно удалить столбец, так как его использует внешний ключ. + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + Невозможно исключить {0}. Существуют включенные зависимости + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + Невозможно исключить {0}. Существуют включенные зависимости, например {1} + + + Cannot generate script without a restore plan + Без плана восстановления невозможно сгенерировать скрипт + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + Невозможно включить {0}. Существуют исключенные зависимости + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + Невозможно включить {0}. Существуют исключенные зависимости, например {1} + + + Cannot revert: The column is part of a foreign key that references a deleted table + Невозможно отменить изменения: столбец входит в состав внешнего ключа, ссылающегося на удалённую таблицу + + + Cannot revert: The referenced table or column has been deleted + Невозможно отменить изменения: ссылка указывает на удалённую таблицу или столбец + + + Cascade + Каскад + + + Category + Категория + + + Change + Изменить + + + Change Connection + Изменить подключение + + + Change Database + Изменить базу данных + + + Change Password + Изменить пароль + + + Change Setting + Изменить параметр + + + Change column width + Изменить ширину столбца + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Изменить базу данных на "{2}" для подключения "{0}" (ИД: {1})? + + + Change the connection for the active SQL document + Изменить подключение для активного документа SQL + + + Change the database for the active SQL document + Изменить базу данных для активного документа SQL + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + Изменение {0} из {1} + + + Changed Tables + Измененные таблицы + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + Контекст базы данных изменен на "{0}" для документа "{1}" + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Контекст базы данных изменен на "{0}" на сервере "{1}" в документе "{2}". + + + Changes + Изменения + + + Changes ({0}) + {0} is the number of schema changes + Изменения ({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + Изменения применены. Снова запустите Сравнение схем, чтобы увидеть обновленные различия. + + + Changes published successfully + Изменения успешно опубликованы + + + Changes saved successfully. + Изменения сохранены. + + + Changes view mode + Режим просмотра изменений + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + Контекст базы данных заменяется на "{0}" на сервере "{1}" в документе "{2}". + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + Изменение базы данных на "{2}" для подключения "{0}" (ИД: {1}) + + + Chat + Чат + + + Chat command not available in this VS Code version + Команда чата недоступна в этой версии VS Code + + + Check Constraint + Проверочное ограничение + + + Check Constraints + Проверочные ограничения + + + Checking Docker Engine Configuration + Проверка конфигурации подсистемы Docker + + + Checking Docker engine + Проверка подсистемы Docker + + + Checking Docker installation + Проверка установки Docker + + + Checking Docker prerequisites... + Проверяются предварительные условия Docker... + + + Checking container readiness + Проверка готовности контейнера + + + Checking if Docker is installed + Проверка установки Docker + + + Checking if Docker is installed on your machine + Проверяется, установлено ли средство Docker на компьютере + + + Checking if Docker is running on your machine. If not, we'll start it for you. + Проверяется, запущено ли средство Docker на компьютере. Если нет, мы запустим его. + + + Checking if Docker is started + Проверяется, запущено ли средство Docker + + + Checking if the Docker Engine is configured correctly on your machine. + Проверка правильности настройки подсистемы Docker на компьютере. + + + Checking pre-requisites + Проверка предварительных требований + + + Choose An Action + Выберите действие. + + + Choose Existing + Выбрать существующий + + + Choose Query History + Выбрать журнал запросов + + + Choose SQL Language + Выберите язык SQL + + + Choose a Microsoft Entra account + Выберите учетную запись Microsoft Entra + + + Choose a Microsoft Entra tenant + Выберите клиент Microsoft Entra + + + Choose a connection profile from the list below + Выберите профиль подключения из расположенного ниже списка + + + Choose a database + Выберите базу данных + + + Choose a database from the list below + Выберите базу данных из приведенного ниже списка + + + Choose a hostname for the container + Выберите имя узла для контейнера + + + Choose a name for the SQL Server Docker Container + Выберите имя для контейнера Docker с SQL Server + + + Choose a port to host the SQL Server Docker Container + Выберите порт для размещения контейнера Docker с SQL Server + + + Choose an option to provision a database + Выберите вариант для подготовки базы данных + + + Choose color + Выберите цвет + + + Choose the Right Version + Выберите подходящую версию + + + Choose the behavior for new editors + Выберите реакцию на событие для новых редакторов + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + Выберите, будет ли эта хранимая процедура отображаться как мутация GraphQL или как запрос. По умолчанию в DAB используется мутация. + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + Обнаружена циклическая ссылка: "{0}" → "{1}" создает замкнутый цикл + + + Clear + Прозрачный + + + Clear All + Очистить все + + + Clear All Filters + Очистить все фильтры + + + Clear Data + Очистить данные + + + Clear Filter + Очистить фильтр + + + Clear Filters + Очистить фильтры + + + Clear Quick Query + Очистить быстрый запрос + + + Clear Recent Connections List + Очистить список недавних подключений + + + Clear Selection + Очистить выделение + + + Clear Sort + Очистить сортировку + + + Clear all + Очистить все + + + Clear all events (keeps session running) + Очистить все события (сеанс продолжит работать) + + + Clear all filters + Очистить все фильтры + + + Clear all filters and show all events + Очистить все фильтры и показать все события + + + Clear all grouping + Очистить все группировки + + + Clear all sorting + Очистить все сортировки + + + Clear cache and refresh token + Очистить кэш и обновить токен + + + Clear filters + Очистить фильтры + + + Clear from recent connections list + Очистить из списка недавних подключений + + + Clear permissions for all extensions to access your connections + Очистить разрешения для всех расширений на доступ к вашим подключениям + + + Clear quick filter and all column filters + Очистить быстрый фильтр и все фильтры столбцов + + + Clear this Quick Query + Очистить этот быстрый запрос + + + Clear token cache + Очистить кэш токенов + + + Click to cancel loading summary + Нажмите, чтобы отменить загрузку сводки + + + Click to change connection + Нажмите, чтобы изменить подключение + + + Click to change database + Нажмите, чтобы изменить базу данных + + + Click to connect to a database + Щелкните здесь, чтобы подключиться к базе данных + + + Click to load summary + Нажмите, чтобы загрузить сводку + + + Click to sign into an Azure account + Щелкните, чтобы войти в учетную запись Azure + + + Client Secret + Секрет клиента + + + Client secret is required. + Требуется секрет клиента. + + + Close + Закрыть + + + Close Designer + Закрыть конструктор + + + Close Find + Закрыть поиск + + + Close Script Pane + Закрыть область скрипта + + + Close Without Export + Закрыть без экспорта + + + Close details panel + Закрыть панель сведений + + + Close existing connections to destination database + Закрыть существующие соединения с базой данных назначения + + + Close properties pane + Закрыть панель свойств + + + Close the current connection + Закрыть текущее подключение + + + Cloud + Облако + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis — {0} + + + Code analysis rules saved successfully + Правила анализа кода сохранены + + + Collapse + Свернуть + + + Collapse All + Свернуть все + + + Collapse Subscription Explorer + Свернуть обозреватель подписок + + + Collapse Workspace Explorer + Свернуть проводник по рабочим областям + + + Collapse all groups + Свернуть все группы + + + Collapse connection groups + Свернуть группы подключений + + + Collapse connections + Свернуть подключения + + + Collapse settings + Свернуть параметры + + + Collapse {0} + {0} is the category name, e.g. Design + Свернуть {0} + + + Collation + Параметры сортировки + + + Color + Цвет + + + Column + Столбец + + + Column '{0}' already exists + {0} is the column name + Столбец "{0}" уже существует + + + Column '{0}' already has a foreign key + {0} is the column name + Столбец "{0}" уже содержит внешний ключ + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + Столбец "{0}" не может быть равен null, потому что он является первичным ключом + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + Столбец "{0}" является столбцом удостоверения и не может использовать каскадный внешний ключ + + + Column '{0}' must be a primary key + {0} is the referenced column + Столбец "{0}" должен быть первичным ключом + + + Column '{0}' not found + {0} is the column name + Столбец "{0}" не найден + + + Column Name + Имя столбца + + + Column max length cannot be empty + Максимальная длина столбца не может быть пустой + + + Column name cannot be empty + Имя столбца не может быть пустым. + + + Column not found: {0} + {0} is the column reference + Столбец не найден: {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + Ссылка на столбец разрешилась в несколько столбцов: {0} + + + Column resize by content + Изменение размера столбца по содержимому + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + Ширина столбца должна быть не менее {0} пикселей. + + + Columns + Столбцы + + + Columns in the primary key. + Столбцы в первичном ключе. + + + Command Timeout + Время ожидания команды + + + Commands + Команды + + + Compare + Сравнить + + + Compare Azure SQL Database service tiers + Сравните уровни обслуживания Azure SQL Database + + + Compare SQL Server editions + Сравнение выпусков SQL Server + + + Comparison Details + Сведения о сравнении + + + Compatibility Level + Уровень совместимости + + + Compress backup + Сжимать резервные копии + + + Compression + Сжатие + + + Compute + Вычисления + + + Compute + Storage + Вычислительная среда и хранилище + + + Config copied to clipboard + Конфигурация скопирована в буфер обмена + + + Configuration saved. + Конфигурация сохранена. + + + Configuration sections + Разделы конфигурации + + + Configuration to Import + Конфигурация для импорта + + + Configure Linux containers + Настройка контейнеров с Linux + + + Configure Quick Query and Extension shortcuts. + Настройте сочетания клавиш для быстрого запроса и расширения. + + + Configure Rosetta in Docker Desktop + Настройка Rosetta в Docker Desktop + + + Configure and customize Azure SQL Databases + Настройка и персонализация баз данных Azure SQL + + + Configure and customize SQL Server containers + Настройка контейнеров с SQL Server + + + Configure keyboard shortcuts used by the MSSQL extension. + Настройте сочетания клавиш, используемые расширением MSSQL. + + + Configure the full list of Query Editor shortcuts. + Настройте полный список сочетаний клавиш Редактора запросов. + + + Confirm Password + Подтвердить пароль + + + Confirm SQL Server admin password + Подтвердите пароль администратора SQL Server + + + Confirm admin password + Подтвердите пароль администратора + + + Confirm new password + Подтвердить новый пароль + + + Confirm to clear recent connections list + Подтвердите очистку списка недавних подключений + + + Confirm to remove this profile. + Подтвердите удаление этого профиля. + + + Conjunction + Сопряжение + + + Connect + Подключить + + + Connect and manage database connections + Подключение и управление подключениями к базе данных + + + Connect the active SQL document to a database + Подключить активный документ SQL к базе данных + + + Connect to Database + Подключение к базе данных + + + Connect to MSSQL + Подключение к MSSQL + + + Connect to SQL Server + Подключение к SQL Server + + + Connect to Server + Подключение к серверу + + + Connect to a database + Подключение к базе данных + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + Установить подключение к серверу {0} и к базе данных {1}? + + + Connect to server {0}? + {0} is the server name + Установить подключение к серверу {0}? + + + Connect to {0} + {0} is the name of the connection profile + Подключение к {0} + + + Connect using either Microsoft Entra ID or SQL Authentication. + Для подключения используйте либо Microsoft Entra ID или проверку подлинности SQL. + + + Connect using profile {0}? + {0} is the profile ID + Установить подключение с помощью профиля {0}? + + + Connect with SQL tools and run your first query + Подключитесь к инструментам SQL и выполните свой первый запрос + + + Connect with the current settings and save the connection profile + Подключиться с текущими параметрами и сохранить профиль подключения + + + Connected successfully + Подключение установлено + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + Выполнено подключение к серверу "{0}" в документе "{1}". Сведения о сервере:{2} + + + Connected to {0} + {0} is the connection label + Выполнено подключение к {0} + + + Connected to: + Подключено к: + + + Connecting + Подключение + + + Connecting to Container + Подключение к контейнеру + + + Connecting to Database + Подключение к базе данных + + + Connecting to database + Подключение к базе данных + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + Производится подключение к серверу "{0}" в документе "{1}". + + + Connecting to server {0} + {0} is the server name + Подключение к серверу {0} + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + Подключение к серверу {0} и к базе данных {1} + + + Connecting to server... + Подключение к серверу... + + + Connecting to your SQL Server Docker container + Подключение к контейнеру Docker с SQL Server + + + Connecting to {0}... + {0} is the server name + Подключение к {0}... + + + Connecting to {0}... + {0} is the connection display name + Подключение к {0}... + + + Connecting to: + Производится подключение к: + + + Connecting using profile {0} + {0} is the profile ID + Подключение с помощью профиля {0} + + + Connecting... + Подключение... + + + Connection + Подключение + + + Connection Authentication + Проверка подлинности подключения + + + Connection Details + Сведения о подключении + + + Connection Dialog + Диалоговое окно соединения + + + Connection Error + Ошибка подключения + + + Connection Failed + Сбой подключения + + + Connection Group + Группа подключений + + + Connection Import Warning + Предупреждение об импорте подключения + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + Не удалось обновить профиль подключения. Измените детали подключения вручную в файле settings.json и повторите попытку. + + + Connection String + Строка подключения + + + Connection Timeout + Время ожидания подключения + + + Connection Timeout (seconds) + Время ожидания соединения (секунды) + + + Connection actions + Действия подключения + + + Connection error + Ошибка подключения + + + Connection error: {0} + {0} is the error message + Ошибка подключения: {0} + + + Connection failed + Сбой подключения + + + Connection failed: {0} + {0} is the error message from the connection attempt + Сбой подключения: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + Группа подключений с таким идентификатором уже импортирована: {0} (ИД: {1}) + + + Connection groups to import + Группы подключений для импорта + + + Connection is not active. Please establish a connection before performing this action. + Подключение не активно. Установите подключение перед выполнением этого действия. + + + Connection not found for uri "{0}". + {0} is the uri + Подключение не найдено для URI "{0}". + + + Connection profile '{0}' not found. + {0} is the profile ID + Профиль подключения "{0}" не найден. + + + Connection profile not found. Please create a new connection using the Connection Dialog. + Профиль подключения не найден. Создайте новое подключение, используя диалоговое окно подключения. + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + Отказано в разрешении на совместное использование подключения для расширения: "{0}". Используйте команды управления разрешениями, чтобы изменить это. + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + Требуется разрешение на совместное использование подключения для расширения: "{0}" + + + Connection string copied to clipboard + Строка подключения скопирована в буфер обмена + + + Connection string is required + Требуется указать строку подключения + + + Connection test succeeded + Подключение проверено + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + Подключение с идентификатором "{0}" не найдено. Убедитесь, что идентификатор подключения существует. + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Подключение с таким идентификатором уже импортировано: {0} (ИД: {1}) + + + Connection: {0} + {0} is the task connection label + Соединение: {0} + + + Connections in groups that are not selected will be moved under the root. + Подключения из групп, которые не выбраны, будут перемещены в корень. + + + Connections to import + Подключения для импорта + + + Consider adding a name for this foreign key + Рассмотрите возможность добавить имя для этого внешнего ключа + + + Container Name + Имя контейнера + + + Container Settings + Параметры контейнера + + + Container does not exist. Would you like to remove the connection? + Контейнер не существует. Удалить подключение? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + Не удалось запустить контейнер в течение времени ожидания. Подождите несколько минут, затем повторите попытку. + + + Container logs + Журналы контейнеров + + + Container name and port are required to check container readiness. + Для проверки готовности контейнера требуются имя и порт контейнера. + + + Container name is invalid or already in use + Имя контейнера недопустимо или уже используется + + + Container name is required + Имя контейнера обязательно + + + Container name, port, and config content are required to start the container. + Для запуска контейнера необходимо указать имя, порт и содержимое конфигурации. + + + Containment Type + Тип автономности + + + Contains + Содержит + + + Continue + Продолжить + + + Continue Editing + Продолжить редактирование + + + Continue on error + Продолжить при ошибке + + + Continue using for additional charges + Продолжайте использовать для дополнительных платежей + + + Control the results grid display + Управление отображением сетки результатов + + + Copied + Скопировано + + + Copied "{0}" to clipboard + {0} is the object name + "{0}" скопировано в буфер обмена + + + Copied to clipboard + Скопировано в буфер обмена + + + Copilot Changes + Изменения Copilot + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Изменения Copilot ({0}) + + + Copy + Копировать + + + Copy & Export + Копировать и экспортировать + + + Copy All + Копировать все + + + Copy As + Копировать как + + + Copy Column Name + Копировать имя столбца + + + Copy Headers + Копировать заголовки + + + Copy Object Name + Копировать имя объекта + + + Copy Script + Копировать скрипт + + + Copy Script to Clipboard + Копировать скрипт в буфер обмена + + + Copy all cells including column headers + Копировать все ячейки, включая заголовки столбцов + + + Copy all query result content + Копировать все содержимое результатов запроса + + + Copy all text output for this cell (messages, PRINT, errors) + Скопируйте весь текстовый вывод для этой ячейки (сообщения, PRINT, ошибки) + + + Copy all with headers + Копировать все с заголовками + + + Copy as CSV + Копировать как CSV + + + Copy as IN clause + Копировать как предложение IN + + + Copy as INSERT + Копировать как INSERT + + + Copy as INSERT INTO + Копировать как INSERT INTO + + + Copy as JSON + Копировать как JSON + + + Copy code and open webpage + Копировать код и открыть веб-страницу + + + Copy command to clipboard + Копировать команду в буфер обмена + + + Copy connection string to clipboard + Копирование строки подключения в буфер обмена + + + Copy data and save results to files + Копировать данные и сохранять результаты в файлы + + + Copy link + Копировать ссылку + + + Copy messages + Копировать сообщения + + + Copy script + Копировать сценарий + + + Copy selected cells including column headers + Копировать выбранные ячейки, включая заголовки столбцов + + + Copy selected cells to the clipboard + Копировать выделенные ячейки в буфер обмена + + + Copy selection + Скопировать выделенный фрагмент + + + Copy selection formatted as INSERT statements + Копировать выделенный фрагмент, отформатированный как оператор INSERT + + + Copy selection formatted as JSON + Копировать выделенный фрагмент в формате JSON + + + Copy selection formatted as a SQL IN clause + Копировать выделенный фрагмент текста, отформатированный как SQL-запрос IN. + + + Copy selection formatted as comma-separated values + Копировать выделенный фрагмент в формате значений, разделенных запятыми + + + Copy text data to clipboard + Скопировать текстовые данные в буфер обмена + + + Copy with Headers + Копировать с заголовками + + + Copy with headers + Копировать с заголовками + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + Копировать URL-адрес {0} + + + Copy-only Backup + Резервная копия только для копирования + + + Copying results... + Копирование результатов... + + + Cost + Стоимость + + + Could not connect to database: {0} + {0} is the database name + Не удалось подключиться к базе данных: {0} + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + Не удалось обнаружить IP-адрес клиента. Добавьте правило брандмауэра вручную на портале Azure. + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + Не удалось найти метаданные создания скрипта для {0} "{1}". + + + Could not load restore plan + Не удалось загрузить план восстановления + + + Count + Количество + + + Count: {0} + {0} is the count + Количество: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + Количество: {0}, число уникальных значений: {1}, число значений NULL: {2} + + + Create + Создать + + + Create Connection Group + Создать группу подключений + + + Create Connection Profile + Создать профиль подключения + + + Create Container + Создать контейнер + + + Create Database + Создать базу данных + + + Create Firewall Rule + Создать правило брандмауэра + + + Create Local SQL Container + Создать локальный контейнер с SQL + + + Create New + Создать + + + Create New Connection Group + Создать новую группу подключений + + + Create New Resource Group + Создать группу ресурсов + + + Create New Server + Создать новый сервер + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + Создавайте конечные точки REST, GraphQL и MCP для таблиц базы данных SQL через визуальный интерфейс Visual Studio Code. Настраивайте сущности, разрешения и параметры развертывания, а затем выполняйте локальное развертывание с помощью Docker. + + + Create a Local Docker SQL Server + Создать локальный SQL Server в Docker + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + Создание контейнера с SQL Server за считанные секунды — не требуется выполнять действия вручную. Удобное управление из расширения MSSQL без выхода из VS Code. + + + Create a SQL database in Fabric + Создать базу данных SQL в Fabric + + + Create a new connection profile + Создать новый профиль подключения + + + Create a new database on '{0}'. + {0} is the name of the server + Создайте новую базу данных на сервере "{0}". + + + Create a new firewall rule + Создать правило брандмауэра + + + Create a new profiling session + Создать новый сеанс профилирования + + + Create an Azure SQL Database (Preview) + Создайте базу данных Azure SQL (предварительный просмотр) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + Создавайте и управляйте сочетаниями клавиш для часто используемых запросов, а также для действий в редакторе запросов и таблице результатов, чтобы находить доступные команды и выполнять их более эффективно. + + + Create as Script + Создать как сценарий + + + Create new + Создать + + + Create new connection copied from {0} + {0} is the name of the connection profile + Создать новое соединение, скопированное из {0} + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + Создать новое правило брандмауэра для {0} + + + Created table {0} + {0} is the qualified table name + Создана таблица {0} + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + Создает выделенный инструмент MCP для этой хранимой процедуры. Если этот параметр отключен, то эта процедура может быть по-прежнему доступна посредством универсальных инструментов выполнения MCP, если протокол MCP включен. + + + Creating Container + Создание контейнера + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + Создание Базы данных SQL для рабочей области {0} + + + Creating SQL Server container... + Создание контейнера SQL Server... + + + Creating and starting the container + Создание и запуск контейнера + + + Creating and starting your SQL Server container + Создание и запуск контейнера SQL Server + + + Creating database + Идет создание базы данных + + + Creating resource group... + Создание группы ресурсов... + + + Creating server... + Создание сервера... + + + Creating session... + Создается сеанс... + + + Creating workspace with capacity {0} + {0} is the capacity ID + Создание рабочей области с емкостью {0} + + + Creating... + Создается... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + Ошибка учетных данных: произошла ошибка при попытке обновить данные учетной записи. Повторите проверку подлинности. + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + Ошибка учетных данных: произошла ошибка при попытке обновить данные учетной записи. Повторите проверку подлинности. Ошибка: {0} + + + Current Schema: {0}, Select the new schema: + Текущая схема: {0}, выберите новую схему: + + + Currently signed in as: + Вход выполнен от имени: + + + Custom GraphQL Plural Type + Пользовательский тип GraphQL Plural + + + Custom GraphQL Singular Type + Пользовательский сингулярный тип GraphQL + + + Custom GraphQL Type + Настраиваемый тип GraphQL + + + Custom REST Path + Настраиваемый путь REST + + + Custom Zoom + Пользовательское увеличение + + + Customize keyboard shortcuts + Настройка сочетаний клавиш + + + DAB container failed to become ready within the timeout period. + Не удалось подготовить контейнер DAB в течение установленного времени ожидания. + + + DAB container is running! + Контейнер DAB запущен! + + + DAB container logs + Журналы контейнеров DAB + + + DACPAC deployed successfully + DACPAC развернут + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + DACPAC развернут в базе данных "{0}" + + + DACPAC extracted successfully + DACPAC извлечен + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC извлечен в "{0}" + + + DACPAC path not found. Please build the project first. + Путь к DACPAC не найден. Сначала создайте проект. + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + Служба DacFx недоступна. Профиль загружен без параметров развертывания. Невозможно выполнить операции публикации и создания скрипта. + + + DacFx service is not available. Publish and generate script operations cannot be performed. + Служба DacFx недоступна. Невозможно выполнить операции публикации и создания скрипта. + + + Data API builder + Построитель API данных + + + Data API builder Configuration + Конфигурация построителя API данных + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + Построитель API данных открыт. Продолжить с {0} операциями ({1}/{2}). + + + Data API builder with GitHub Copilot + Построитель API данных с GitHub Copilot + + + Data Source + Источник данных + + + Data Type + Тип данных + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + Данные автоматически реплицируются в Одно озеро в режиме реального времени с помощью конечной точки аналитики SQL. + + + Data file folder + Папка файла данных + + + Data type + Тип данных + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + Несоответствие типов данных: "{0}" в столбце "{1}" несовместим с "{2}" в "{3}" + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + Импорт и экспорт приложений уровня данных (DACPAC/BACPAC) (предварительная версия) + + + Data-tier Application + Приложение уровня данных + + + Data-tier Application File (.dacpac) + Файл приложения уровня данных (DACPAC) + + + Database + База данных + + + Database - {0} + {0} is the database name + База данных — {0} + + + Database Description + Описание базы данных + + + Database Details + Сведения о базе данных + + + Database Name + Имя базы данных + + + Database Name is required + Требуется имя базы данных + + + Database Project + Проект базы данных + + + Database changed successfully + База данных изменена + + + Database is required + Требуется указать базу данных + + + Database list + Список баз данных + + + Database name + Имя базы данных + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + Имя базы данных содержит недопустимые символы. Не используйте: < > * ? " / \ | + + + Database name is required + Требуется имя базы данных + + + Database name is too long. Maximum length is 128 characters + Слишком длинное имя базы данных. Максимальная длина: 128 символов + + + Database name must be 128 characters or fewer + Имя базы данных должно содержать не более 128 символов + + + Database not found on the server + База данных не найдена на сервере + + + Database pauses until the next billing cycle when free amount is renewed. + Работа базы данных приостанавливается до начала нового расчетного периода, когда будет восстановлен бесплатный объем. + + + Database the table is created in + База данных, в которой будет создана таблица + + + Default + По умолчанию + + + Default Value + Значение по умолчанию + + + Define who can access this endpoint + Определите, кто может получить доступ к этой конечной точке + + + Define who can execute this stored procedure + Определите, кто может выполнять эту хранимую процедуру + + + Definition + Определение + + + Definition type + Тип определения + + + DefinitionRequestCompleted + DefinitionRequestCompleted + + + DefinitionRequested + DefinitionRequested + + + Delete + Удалить + + + Delete 1 row + Удалить 1 строку + + + Delete Confirmation + Подтверждение удаления + + + Delete Contents + Удалить содержимое + + + Delete Row + Удалить строку + + + Delete backup and restore history + Удалить журнал резервного копирования и восстановления + + + Delete saved connection + Удалить сохраненное подключение + + + Delete {0} rows + Удалить строки ({0}) + + + Deleted + Удалено + + + Deleted column '{0}' + {0} is the column name + Удалён столбец '{0}' + + + Deleted foreign key '{0}' + {0} is the foreign key name + Удален внешний ключ '{0}' + + + Deleted table {0} + {0} is the qualified table name + Удалена таблица {0} + + + Deleting Container... + Удаление контейнера... + + + Deny + Запретить + + + Deploy + Развернуть + + + Deploy DAB Container + Развернуть контейнер DAB + + + Deploy a .dacpac file to a new or existing SQL database + Развернуть файл DACPAC в новой или существующей базе данных SQL + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + Разворачивайте и извлекайте файлы DACPAC или импортируйте и экспортируйте пакеты BACPAC с помощью интегрированного и упрощенного рабочего процесса в расширении MSSQL. + + + Deploy to Existing Database + Развернуть в существующей базе данных + + + Deploy, extract, import, or export data-tier applications on the selected database + Разверните, извлеките, импортируйте или экспортируйте приложения уровня данных в выбранной базе данных + + + Deploying DACPAC... + Выполняется развертывание DACPAC... + + + Deployment Complete + Завершение развертывания + + + Deployment Failed + Сбой развертывания + + + Deployment Name + Имя развертывания + + + Deployment failed + Сбой развертывания + + + Deployment finished + Развертывание завершено + + + Deployment in progress + Выполняется развертывание + + + Description + Описание + + + Description for the table. + Описание таблицы. + + + Description: {0} + {0} is the task description + Описание: {0} + + + Deselect All + Отменить выбор + + + Design API + Проектирование API + + + Design Schemas with GitHub Copilot + Разработка схем с помощью GitHub Copilot + + + Details + Сведения + + + Details panel actions + Действия панели сведений + + + Details panel tabs + Вкладки панели сведений + + + Details tab - displays all event properties + Вкладка "Сведения" — отображает все свойства события + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + Удобная для разработчиков транзакционная база данных, использующая механизм баз данных Azure SQL, — бесплатно для прототипирования и обучения. + + + Developer-friendly transactional database using the Azure SQL Database Engine. + Удобная для разработчиков транзакционная база данных, использующая ядро СУБД SQL Azure. + + + Differential + Разностное + + + Directory not found + Каталог не найден + + + Disable all entities + Отключить все сущности + + + Disable intellisense and syntax error checking on current document + Отключить IntelliSense и проверку синтаксиса на ошибки в текущем документе + + + Disabled + Отключено + + + Disabled globally + Отключено глобально + + + Discard + Отменить + + + Disconnect + Отключить + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Отключиться от подключения "{0}" (ИД: {1})? + + + Disconnect the active SQL document from the database + Отключить активный документ SQL от базы данных + + + Disconnected on document "{0}" + {0} is the document name + Разорвано подключение документа "{0}" + + + Disconnected successfully + Отключение выполнено + + + Disconnected. + Отключено. + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Отключение от подключения "{0}" (ИД: {1}) + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + Узнайте, как база данных SQL в Fabric, Azure SQL и SQL Server переосмысливают современную разработку приложений. Присоединяйтесь к инженерам и коллегам, которые расширяют границы производительности, интеграции ИИ и продуктивности разработчиков. + + + Dismiss + Закрыть + + + Displays the data type name for the column + Показывает имя типа данных столбца. + + + Displays the description of the column + Показывает описание столбца. + + + Displays the unified data type (including length, scale and precision) for the column + Показывает единый тип данных (включая длину, масштаб и точность) для столбца + + + Dissatisfied + Не нравится + + + Distinct + Уникально + + + Distinct Count: {0} + {0} is the distinct count + Число уникальных значений: {0} + + + Do not compress backup + Не сжимать резервные копии + + + Do not connect + Не подключаться + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + Не хотите ли пройти краткий опрос о расширении MSSQL для VS Code? + + + Do you want to always display query results in a new tab instead of the query pane? + Хотите ли вы всегда отображать результаты запроса на новой вкладке, а не на панели запроса? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + Включить параметр "Доверять сертификату сервера" для этого подключения и повторить попытку? + + + Docker Desktop must be installed and running on your machine. + На компьютере должен быть установлен и запущен Docker Desktop. + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + Не удалось запустить Docker в течение времени ожидания. Запустите Docker вручную, затем повторите попытку. + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Средство Docker не установлено или отсутствует в PATH. Установите Docker Desktop, затем повторите попытку. + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Для запуска Docker требуются права администратора. Запустите Docker с помощью команды sudo или добавьте пользователя в группу docker с помощью команды sudo usermod -aG docker $USER. Затем перезагрузите компьютер и повторите попытку. + + + Don't Save + Не сохранять + + + Don't Show Again + Больше не показывать + + + Don't show this again + Больше не показывать + + + Download offline VSIX + Скачать автономную версию VSIX + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + Скачайте расширение keymap, чтобы автоматически импортировать сопоставления клавиш из Azure Data Studio. Эти изменения отразятся в настройках сочетаний клавиш. + + + Downloading the Data API builder container image + Скачивание образа контейнера построителя API данных + + + Drizzle + Drizzle + + + Drop + Удалить + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + Удалить "{0}" из "{1}". Это необратимое действие. + + + Drop Database + Удалить базу данных + + + Drop Database Options + Параметры удаления базы данных + + + Drop active connections + Удалить активные подключения + + + Dropping database + Удаление базы данных + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + Легко настройте локальный SQL Server, не покидая расширение VS Code. Всего несколько щелчков для простой установки, настройки и администрирования сервера! + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + Легко начните работу с бесплатным уровнем базы данных SQL Azure, чтобы бесплатно создать базу данных и подключиться к ней прямо из редактора. + + + Edit Connection Group - {0} + {0} is the connection group name + Изменить группу подключений — {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + Изменить группу подключений: {0} + + + Edit Data + Изменить данные + + + Edit Database Connection - {0} + {0} is the name of the connection profile + Изменить подключение к базе данных — {0} + + + Edit Table + Изменить таблицу + + + Edit an existing connection profile + Изменить существующий профиль подключения + + + Edit connection profile + Изменить профиль подключения + + + Edit your schema to see changes here. + Отредактируйте схему, чтобы увидеть изменения здесь. + + + Edit {0} + {0} is the name of the connection profile + Изменить {0} + + + Either profileId or serverName must be provided. + Необходимо указать profileId или serverName. + + + Elapsed time: {0} + {0} is the task elapsed time + Затраченное время: {0} + + + Enable 'Trust Server Certificate' + Включить параметр "Доверять сертификату сервера" + + + Enable Code Analysis on Build + Включить анализ кода при построении + + + Enable GraphQL in API Type to expose this entity through GraphQL. + Включите GraphQL в разделе "Тип API", чтобы предоставить доступ к этому объекту через GraphQL. + + + Enable MCP in API Type to use this DML tools setting. + Включите MCP в настройках типа API, чтобы использовать этот параметр инструментов DML. + + + Enable MCP in API Type to use this custom tool setting. + Включите MCP в разделе "Тип API", чтобы использовать этот параметр специального инструмента. + + + Enable REST in API Type to expose this entity through REST. + Включите REST в разделе "Тип API", чтобы предоставить доступ к этому объекту через REST. + + + Enable Trust Server Certificate + Включить опцию "Доверять сертификату сервера" + + + Enable all CRUD operations + Включить все операции CRUD + + + Enable all entities + Включить все сущности + + + Enable all rules in {0} + {0} is the category name, e.g. Design + Включить все правила в {0} + + + Enable or disable SQLCMD mode for the active SQL document + Включить или отключить режим SQLCMD для активного документа SQL + + + Enable {0} + {0} is the entity name + Включить {0} + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + Включить {0} + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + Включить {0} глобально + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + Включите {0} в разделе "Тип API", чтобы предоставить доступ к этому объекту. + + + Enabled + Включено + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + Возникла проблема? Поделитесь сведениями с нами, открыв проблему GitHub, чтобы мы могли улучшить ее! + + + Encrypt + Шифровать + + + Encryption + Шифрование + + + Encryption Algorithm + Алгоритм шифрования + + + Encryption Type + Тип шифрования + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + Для этого подключения включено шифрование. Просмотрите SSL и конфигурацию сертификата для целевого сервера SQL Server или включите параметр "Доверять сертификату сервера" в диалоговом окне подключения. + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + Для этого соединения включено шифрование; проверьте конфигурацию SSL и сертификатов для целевого SQL Server или установите для параметра "Trust server certificate" значение "true". Примечание. Самозаверяющий сертификат обеспечивает ограниченную защиту, и его не рекомендуется применять в производственных средах. + + + End IP Address + Конечный IP-адрес + + + Ends With + Заканчивается на + + + Ends with + Заканчивается на + + + Engine: {0} + {0} is the engine type + Подсистема: {0} + + + Ensuring Docker Desktop is running + Проверка работы Docker Desktop + + + Enter Database Description + Введите описание базы данных + + + Enter Database Name + Введите имя базы данных + + + Enter a date... + Введите дату... + + + Enter a name for the new profiler session + Введите имя нового сеанса профилировщика + + + Enter a name for the new resource group + Введите имя для новой группы ресурсов + + + Enter a name for the new server + Введите имя для нового сервера + + + Enter a number... + Введите число... + + + Enter admin password + Введите пароль администратора + + + Enter admin username + Введите имя администратора + + + Enter application name + Введите имя приложения + + + Enter connection group name + Введите имя группы подключений + + + Enter container name + Введите имя контейнера + + + Enter database name + Введите имя базы данных + + + Enter description (optional) + Введите описание (необязательно) + + + Enter desired column width in pixels + Введите желаемое значение ширины столбца в пикселях + + + Enter hostname + Введите имя узла + + + Enter new column width + Введите новую ширину столбца + + + Enter new database name + Введите новое имя базы данных + + + Enter new password + Введите новый пароль + + + Enter password + Введите пароль + + + Enter port + Введите порт + + + Enter profile name + Введите имя профиля + + + Enter resource group name + Введите имя группы ресурсов + + + Enter server name + Введите имя сервера + + + Enter text... + Введите текст... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + Введите пароль для входа в SQL для пользователя {0}. + + + Enter the path for the output file + Введите путь к выходному файлу + + + Enter user name + Введите имя пользователя + + + Enter username + Введите имя пользователя + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + Сущность "{0}" не поддерживается построителем API данных. {1} + + + Entity Endpoints + Конечные точки сущности + + + Entity Name + Имя сущности + + + Entity name used in API routes + Имя сущности, используемое в маршрутах API + + + Entity not found: {0} + {0} is the entity reference + Сущность не найдена: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + Ссылка на сущность разрешилась в несколько сущностей: {0} + + + Entra token cache cleared successfully. + Кэш токенов Entra очищен. + + + Equal to + Равно + + + Equals + Равно + + + Error + Ошибка + + + Error Message: + Сообщение об ошибке: + + + Error code: + Код ошибки: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + При подключении к серверу "{0}" возникла ошибка. Подробности: {1} + + + Error connecting to: + Ошибка при подключении к: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + Ошибка при создании правила брандмауэра {0}. Проверьте параметры учетной записи Azure и повторите попытку. Ошибка: {1} + + + Error fetching schemas for the selected database. + Ошибка при получении схем для выбранной базы данных. + + + Error fetching the table preview. + Ошибка при получении предварительного просмотра таблицы. + + + Error generating text view. Please try switching back to grid view. + Ошибка при создании текстового представления. Попробуйте переключиться на представление сетки. + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + Ошибка при загрузке сведений об учетной записи Azure для идентификатора '{0}' + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + Ошибка при загрузке баз данных Azure для подписки {0} ({1}). Подтвердите, что у вас есть разрешение. + + + Error loading Azure subscriptions. + Ошибка при загрузке подписок Azure. + + + Error loading Schema Designer + Ошибка загрузки конструктора схем + + + Error loading Table Designer + Ошибка загрузки конструктора таблиц + + + Error loading database objects + Ошибка загрузки объектов базы данных + + + Error loading databases + Ошибка при загрузке баз данных + + + Error loading preview + Ошибка при загрузке предварительного просмотра + + + Error loading servers + Ошибка при загрузке серверов + + + Error loading subscriptions + Ошибка при загрузке подписок + + + Error loading summary + Ошибка при загрузке сводки + + + Error loading summary: {0} + {0} is the error message + Ошибка при загрузке сводки: {0} + + + Error loading workspaces + Ошибка при загрузке рабочих областей + + + Error loading workspaces. Please try choosing a different account or tenant. + Ошибка при загрузке рабочих областей. Попробуйте выбрать другую учетную запись или клиент. + + + Error loading; refresh to try again + Ошибка загрузки. Обновите, чтобы повторить попытку + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + Ошибка при переносе идентификатора подключения {0} в новый формат. Повторно создайте это подключение, чтобы использовать его. +Ошибка: +{1} + + + Error occurred opening content in editor. + При открытии документа в редакторе произошла ошибка. + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + Ошибка при обновлении маркера. Может потребоваться выйти и снова войти: {0} + + + Error retrieving server list: {0} + {0} is the error message + Ошибка при получении списка серверов:{0} + + + Error running Docker commands. Please make sure Docker is running. + Ошибка при выполнении команд Docker. Убедитесь, что средство Docker запущено. + + + Error signing into Azure: {0} + {0} is the error message + Ошибка при входе в Azure: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + Ошибка при проверке маркера проверки подлинности Entra. Может потребоваться обновить маркер: {0} + + + Error when refreshing token + Ошибка при обновлении маркера + + + Error {0}: {1} + {0} is the error number +{1} is the error message + Ошибка {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + Ошибка {0}: {1}. Попробуйте войти с учетной записью другого пользователя и измените пароль с помощью инструкции ALTER LOGIN. + + + Error: + Ошибка: + + + Error: Failed to parse query result data. + Ошибка: не удалось обработать данные результата запроса. + + + Error: Login failed. Retry using different credentials? + Ошибка: не удалось войти в систему. Хотите повторить попытку с другими учетными данными? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + Ошибка: не удается подключиться с использованием предоставленных деталей подключения. Хотите повторить попытку создания профиля? + + + Error: Unrecognized query result data. + Ошибка: данные результата запроса не распознаны. + + + Error: {0} + {0} is the error message + Ошибка: {0} + + + Estimated Operator Cost + Предполагаемая стоимость оператора + + + Estimated Subtree Cost + Предполагаемая стоимость поддерева + + + Event details for {0} + {0} is the name of the profiler event + Сведения о событии для {0} + + + Event properties list + Список свойств события + + + Example: Find queries with {0} > 100 + {0} is the column name + Пример: найти запросы с {0} > 100 + + + Excel + Excel + + + Exclude Object Types + Исключить типы объектов + + + Execute + Выполнить + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + Выполнить операцию "{0}" в построителе API данных? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + Выполнить операцию "{0}" в конструкторе схем? + + + Execute Query + Выполнить запрос + + + Execute SQL against SQL Server / Azure SQL + Выполнить SQL на SQL Server / Azure SQL + + + Execute Selection or Current Statement + Выполнить выделенный фрагмент или текущий оператор + + + Execute only the T-SQL statement under the cursor + Выполните только оператор T-SQL, находящийся под курсором + + + Executing '{0}' operation on Data API builder + {0} is the operation name + Выполняется операция "{0}" в построителе API данных + + + Executing '{0}' operation on schema designer + {0} is the operation name + Выполняется операция "{0}" в конструкторе схем + + + Executing query... + Выполняем запрос... + + + Execution Plan + План выполнения + + + Execution cancelled + Выполнение отменено + + + Execution time unavailable + Время выполнения недоступно + + + Existing Database + Существующая база данных + + + Existing File + Существующий файл + + + Existing SQL Server + Существующий сервер SQL Server + + + Expand + Развернуть + + + Expand All + Развернуть все + + + Expand Subscription Explorer + Развернуть обозреватель подписок + + + Expand Workspace Explorer + Развернуть проводник по рабочим областям + + + Expand all groups + Развернуть все группы + + + Expand connection groups + Развернуть группы подключений + + + Expand connections + Развернуть подключения + + + Expand properties pane + Развернуть панель свойств + + + Expand selection down + Развернуть выбранный фрагмент вниз + + + Expand selection left + Развернуть выбранный фрагмент слева + + + Expand selection right + Развернуть выбранный фрагмент справа + + + Expand selection up + Развернуть выбранный фрагмент сверху + + + Expand settings + Развернуть параметры + + + Expand the active grid to fill the panel + Развернуть активную сетку, чтобы заполнить панель + + + Expand {0} + {0} is the category name, e.g. Design + Развернуть {0} + + + Expiration + Окончание срока действия + + + Explore tutorials, docs, and what's coming next. + Изучите руководства, документацию и планы на будущее. + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + Изучайте, проектируйте и развивайте схемы баз данных с помощью интеллектуальных рекомендаций для кода или данных + + + Explorer + Обозреватель + + + Export + Экспорт + + + Export & Close + Экспортировать и закрыть + + + Export BACPAC + Экспорт BACPAC + + + Export all captured events to a CSV file + Экспортировать все зафиксированные события в CSV-файл + + + Export all results as INSERT statements + Экспортировать все результаты как операторы INSERT + + + Export all results to a CSV file + Экспортировать все результаты в CSV-файл + + + Export all results to a JSON file + Экспортировать все результаты в JSON-файл + + + Export all results to an Excel file + Экспортировать все результаты в файл Excel + + + Export the schema and data from a SQL database to a .bacpac file + Экспорт схемы и данных из базы данных SQL в файл BACPAC + + + Export to CSV + Экспортировать в CSV + + + Export to Excel + Экспорт в Excel + + + Export to JSON + Экспорт в JSON + + + Export to PDF + Экспортировать в PDF + + + Export to tab delimited + Экспорт в формат, разделенный табуляциями + + + Export to text format + Экспорт в текстовый формат + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + Панель инструментов экспорта для результирующего набора {0} + + + Exporting BACPAC... + Экспорт BACPAC... + + + Expose as MCP DML tools + Предоставить как инструменты MCP DML + + + Expose as MCP custom tool + Предоставить как специальный инструмент MCP + + + Expose this entity through GraphQL + Предоставить доступ к этому объекту через GraphQL + + + Expose this entity through REST + Предоставить доступ к этому объекту через REST + + + Expose {0} + {0} is the backing database column name + Раскрыть {0} + + + Expression + Выражение + + + Extend the current selection one cell down + Расширить текущее выделение на одну ячейку вниз + + + Extend the current selection one cell left + Расширить текущее выделение на одну ячейку влево + + + Extend the current selection one cell right + Расширить текущее выделение на одну ячейку вправо + + + Extend the current selection one cell up + Расширить текущее выделение на одну ячейку вверх + + + Extended Events Log Files + Файлы журналов расширенных событий + + + Extension Shortcuts + Сочетания клавиш расширения + + + Extension and deployment actions + Действия расширения и развертывания + + + Extract DACPAC + Извлечь DACPAC + + + Extract the schema from a SQL database to a .dacpac file + Извлечь схему из базы данных SQL в файл DACPAC + + + Extracting DACPAC... + Извлечение DACPAC... + + + Extremely likely + Весьма вероятно + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + Произошла ошибка API Fabric ({0}): {1} + + + Fabric Account + Учетная запись Fabric + + + Fabric Account is required + Требуется учетная запись Fabric + + + Fabric Databases + Базы данных Fabric + + + Fabric Workspaces + Рабочие области Fabric + + + Fabric databases in Query Profiler + Базы данных Microsoft Fabric в профилировщике запросов + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + Fabric не поддерживается в текущем облаке ({0}). Убедитесь, что параметр "{1}" настроен правильно. + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + Долгосрочная ошибка API Fabric с кодом ошибки "{0}": {1} + + + Failed + Сбой + + + Failed disposing query: {0} + {0} is the error message + Не удалось очистить запрос: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + Не удалось получить токен для ИД учетной записи "{0}" и ИД арендатора "{1}" + + + Failed to add table to schema designer. + Не удалось добавить таблицу в конструктор схем. + + + Failed to add table. + Не удалось добавить таблицу. + + + Failed to add text to workspace: {0} + {0} is the error message + Не удалось добавить текст в рабочую область: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + Не удалось применить изменения: "{0}" + + + Failed to apply schema. + Не удалось применить схему. + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + Не удалось применить изменения, внесенные при переходе к схеме. Убедитесь, что файлы доступны для записи, и повторите попытку. + + + Failed to change database + Не удалось изменить базу данных + + + Failed to connect + Не удалось подключиться + + + Failed to connect to database: {0} + {0} is the database name + Не удалось подключиться к базе данных: {0} + + + Failed to connect to server + Не удалось подключиться к серверу + + + Failed to connect to server. + Не удалось подключиться к серверу. + + + Failed to connect to the selected server. + Не удалось подключиться к выбранному серверу. + + + Failed to connect: {0} + {0} is the error message + Не удалось установить соединение: {0} + + + Failed to copy script: {0} + {0} is the error message + Не удалось скопировать скрипт: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + Не удалось скопировать текст в буфер обмена: {0} + + + Failed to create a new row: {0} + {0} is the error message + Не удалось создать новую строку: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + Не удалось создать базу данных "{0}". {1} + + + Failed to create firewall rule: {0} + {0} is the error message + Не удалось создать правило брандмауэра: {0} + + + Failed to create profiler session: {0} + {0} is the error message + Не удалось создать сеанс профилировщика: {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + Не удалось удалить учетные данные с идентификатором: {0}. {1} + + + Failed to delete table from schema designer. + Не удалось удалить таблицу из конструктора схем. + + + Failed to delete table. + Не удалось удалить таблицу. + + + Failed to delete {0}. + Failed to delete {0}. + Не удалось удалить {0}. + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + Не удалось удалить базу данных "{0}". {1} + + + Failed to establish connection + Не удалось установить подключение + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + Не удалось установить подключение с идентификатором "{0}". Проверьте сведения о подключении и сетевую доступность. + + + Failed to export profiler events: {0} + {0} is the error message + Не удалось экспортировать события профилировщика: {0} + + + Failed to export results: {0} + {0} is the error message + Не удалось экспортировать результаты: {0} + + + Failed to fetch Docker container tags: {0} + Не удалось получить теги контейнера Docker: {0} + + + Failed to fetch user tokens. + Не удалось получить токены пользователя. + + + Failed to generate SqlPackage command: {0} + Не удалось создать команду SqlPackage: {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + Не удалось создать сценарий публикации: "{0}" + + + Failed to generate script. Please check the logs for more details. + Не удалось создать скрипт. Дополнительные сведения см. в журналах. + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + Не удалось создать сценарий: "{0}" + + + Failed to generate script: {0} + {0} is the error message + Не удалось создать скрипт: {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + Не удалось получить рабочие области Fabric для клиента "{0} ({1})". + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + Не удалось получить рабочие области Fabric для клиента "{0} ({1})": {2} + + + Failed to get authentication method, please remove and re-add the account. + Не удалось получить метод проверки подлинности. Удалите и снова добавьте учетную запись. + + + Failed to get connection string: {0} + Не удалось получить строку подключения: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + Не удалось получить клиент "{0}" для учетной записи "{1}". + + + Failed to import file. + Не удалось импортировать файл. + + + Failed to launch profiler: {0} + {0} is the error message + Не удалось запустить профилировщик: {0} + + + Failed to list databases + Не удалось получить список баз данных + + + Failed to load code analysis rules + Не удалось загрузить правила анализа кода + + + Failed to load data: {0} + {0} is the error message + Не удалось загрузить данные: {0} + + + Failed to load databases + Не удалось загрузить базы данных + + + Failed to load publish profile + Сбой загрузки профиля публикации + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + Не удалось получить токен для ресурса "{1}". Ошибка: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + Не удалось открыть редактирование данных: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + Не удалось открыть изменение таблицы: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + Не удалось открыть конструктор схемы: {0} + + + Failed to open Table Designer: {0} + {0} is the error message + Не удалось открыть конструктор таблиц: {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + Открыть URL не удалось. Встроенный простой браузер может быть отключен. + + + Failed to open XEL file: {0} + {0} is the error message + Не удалось открыть XEL-файл: {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + Не удалось открыть файл SCMP: "{0}" + + + Failed to open script in editor. + Не удалось открыть скрипт в редакторе. + + + Failed to open script: {0} + {0} is the error message + Не удалось открыть скрипт: {0} + + + Failed to open text in editor: {0} + {0} is the error message + Не удалось открыть текст в редакторе: {0} + + + Failed to pull DAB container image. Please check your network connection. + Не удалось извлечь образ контейнера DAB. Проверьте сетевое подключение. + + + Failed to pull SQL Server image. Please check your network connection and try again. + Не удалось получить образ SQL Server. Проверьте подключение к сети и повторите попытку. + + + Failed to read saved rule overrides from project + Не удалось прочитать переопределения сохраненных правил из проекта + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + Не удалось обновить подключение ${0} с URI {1}. Недопустимый результат подключения. + + + Failed to remove row: {0} + {0} is the error message + Не удалось удалить строку: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + Не удалось переименовать базу данных "{0}" на "{1}". {2} + + + Failed to resolve the refactor log for this file: {0} + Не удалось разрешить журнал рефакторинга для этого файла: {0} + + + Failed to revert cell: {0} + {0} is the error message + Не удалось отменить изменения ячейки: {0} + + + Failed to revert row: {0} + {0} is the error message + Не удалось отменить изменения строки: {0} + + + Failed to run table query. + Не удалось выполнить запрос таблицы. + + + Failed to run table query: {0} + {0} is the error message + Не удалось выполнить запрос таблицы: {0} + + + Failed to save changes: {0} + {0} is the error message + Не удалось сохранить изменения: {0} + + + Failed to save code analysis rules + Не удалось сохранить правила анализа кода + + + Failed to save publish profile + Сбой сохранения профиля публикации + + + Failed to save results. {0} + {0} is the error message + Не удалось сохранить результаты. {0} + + + Failed to save results: {0} + {0} is the underlying error message + Не удалось сохранить результаты: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + Не удалось сохранить файл SCMP: "{0}" + + + Failed to script object: {0} + {0} is the error message + Не удалось создать сценарий для объекта: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + Не удалось запустить "{0}": {1} + + + Failed to start DAB container. + Не удалось запустить контейнер DAB. + + + Failed to start DAB container. Please check the Docker logs for details. + Не удалось запустить контейнер DAB. Проверьте журналы Docker для получения подробной информации. + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + Не удалось запустить контейнер с SQL Server. Прочтите сообщение об ошибке для получения дополнительных сведений, затем повторите попытку. + + + Failed to start profiler: {0} + {0} is the error message + Не удалось запустить профилировщика: {0} + + + Failed to start query. + Не удалось запустить запрос. + + + Failed to start {0}. + Failed to start {0}. + Не удалось запустить {0}. + + + Failed to stop and remove DAB container. + Не удалось остановить и удалить контейнер DAB. + + + Failed to stop {0}. + Failed to stop {0}. + Не удалось остановить {0}. + + + Failed to update cell: {0} + {0} is the error message + Не удалось обновить ячейку: {0} + + + Failed to update schema designer. + Не удалось обновить конструктор схем. + + + Failed to update table in schema designer. + Не удалось обновить таблицу в конструкторе схем. + + + Failed to update table. + Не удалось обновить таблицу. + + + Feedback + Отзывы + + + Fetching {0} script... + {0} is the script type + Получение {0} сценария... + + + File + Файл + + + File (Read-Only) + Файл (только для чтения) + + + File Name + Имя файла + + + File already exists. It will be overwritten if you continue + Файл уже существует. Если продолжить, он будет перезаписан + + + File imported successfully + Файл импортирован + + + File is required + Файл обязателен + + + File name is required + Необходимо имя файла + + + File not found + Файл не найден + + + File path + Путь к файлу + + + File path is required + Требуется путь к файлу + + + File to be imported + Импортируемый файл + + + File type + Тип файла + + + File: {0} + {0} is the file name + Файл: {0} + + + Files + Файлы + + + Files of Type + Файлы типа + + + Filter + Фильтр + + + Filter ({0}) + {0} is the number of selected tables + Фильтровать ({0}) + + + Filter Azure subscriptions + Фильтрация подписок Azure + + + Filter Changes + Фильтровать изменения + + + Filter Options + Параметры фильтра + + + Filter Settings + Параметры фильтра + + + Filter active + Фильтр активен + + + Filter by keyword + Фильтровать по ключевому слову + + + Filter by name + Фильтровать по имени + + + Filter by schema + Фильтр по схеме + + + Filter by severity + Фильтровать по уровню серьезности + + + Filter by type + Фильтровать по типу + + + Filter changes + Фильтровать изменения + + + Filter entities + Фильтр сущностей + + + Filter entities... + Фильтр сущностей... + + + Filter events by column values + Фильтровать события по значениям столбцов + + + Filter for any field... + Фильтрация всех полей... + + + Filter operator + Оператор фильтра + + + Filter shortcuts + Ярлыки фильтров + + + Filter value + Значение фильтра + + + Filter {0} + Фильтр {0} + + + Filter... + Фильтр... + + + Filter: {0} + {0} is the column name + Фильтр: {0} + + + Filters + Фильтры + + + Find + Найти + + + Find Next + Найти далее + + + Find Node + Найти узел + + + Find Nodes + Найти узлы + + + Find Previous + Найти предыдущее + + + Finish + Готово + + + Finished Deployment + Развертывание завершено + + + Finished query execution for document "{0}" + {0} is the document name + Завершено выполнение запроса для документа "{0}" + + + Firewall + Брандмауэр + + + Firewall rule name + Имя правила брандмауэра + + + Firewall rule successfully added. Retry profile creation? + Правило брандмауэра добавлено. Хотите повторить попытку создания профиля? + + + Firewall rule successfully created. + Правило брандмауэра создано. + + + First Page + Первая страница + + + Flat + Без иерархии + + + Focus the Messages tab + Переместить фокус на вкладку «Сообщения». + + + Focus the Query Plan tab + Переместить фокус на вкладку «План запроса» + + + Focus the Results tab in the query results panel + Перевести фокус на вкладку «Результаты» на панели результатов запроса + + + Folder Path + Путь к папке + + + Folder Structure + Структура папок + + + Folder is required + Папка обязательна + + + Folder path + Путь к папке + + + Folder path is required + Требуется путь к папке + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + Для числовых данных максимальное количество десятичных знаков справа от десятичного разделителя, которые могут быть сохранены в этом объекте базы данных. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + Для числовых данных: максимальное количество десятичных знаков, которые могут храниться в этом объекте базы данных. + + + Force fit columns + Принудительно подогнать столбцы + + + Foreign Column + Внешний столбец + + + Foreign Key + Внешний ключ + + + Foreign Key {0} + {0} is the index of the foreign key + Внешний ключ {0} + + + Foreign Keys + Внешние ключи + + + Foreign Table + Внешняя таблица + + + Foreign key '{0}' already exists + {0} is the foreign key name + Внешний ключ "{0}" уже существует + + + Foreign key column mappings are required. + Требуется сопоставление столбцов внешнего ключа. + + + Foreign key column mappings must be the same length. + Сопоставления столбцов внешнего ключа должны иметь одинаковую длину. + + + Foreign keys + Внешние ключи + + + Formula + Формула + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + Найдено ожидающее обещание повторного подключения для URI {0}, сбой. + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + Найдено ожидающее обещание повторного подключения для URI {0}, ждем. + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + Найдены сохраненные профили подключений ({0}). + + + Free compute & storage + Бесплатные вычисления и хранилище + + + Free offer applied + Бесплатное предложение применено + + + Freeze columns + Закрепить столбцы + + + From + Label for the start IP address in the firewall rule IP range + С + + + Full + Полное + + + Function + Функция + + + Functions + Функции + + + General + Общее + + + General Options + Общие варианты + + + General Purpose + Общего назначения + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + Генерируйте конфигурации построителя API данных на естественном языке с помощью чата GitHub Copilot и инструментов агента. Опишите требования к API, и GitHub Copilot создаст шаблон конфигурации для вас. + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + Создавайте конечные точки REST, GraphQL и MCP на основе объектов базы данных SQL (таблиц). Конфигурацию можно изменить вручную или с помощью GitHub Copilot, чтобы спланировать и сгенерировать обновления, а затем развернуть их локально с помощью Docker. + + + Generate Script + Сгенерировать скрипт + + + Generate mock data and seed scripts to support testing and development environments + Генерируйте фиктивные данные и скрипты присвоения начальных значений для поддержки сред тестирования и разработки + + + Generate script to deploy changes to target + Создать сценарий для развертывания изменений в целевом объекте + + + Generate sqlpackage command + Создать команду sqlpackage + + + Generated file added to {0} + {0} is the generated file path + Созданный файл добавлен в {0} + + + Generating Report. This may take a while... + Создание отчета. Это может занять некоторое время... + + + Generating SAS key failed: {0} + {0} is the error message + Не удалось создать ключ SAS: {0} + + + Generating report, this might take a while... + Создание отчета. Это может занять некоторое время... + + + Generating script... + Создание скрипта... + + + Geo-redundant backup storage + Геоизбыточное хранилище резервных копий + + + Get Connection Details + Получить детали подключения + + + Get Started + Начало работы + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Получить детали подключения для "{0}" (ИД: {1})? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + Получайте рекомендации по безопасности, например о том, как избежать внедрения кода SQL или избыточных разрешений + + + Getting Docker Ready... + Подготовка Docker... + + + Getting Fabric database '{0}' + {0} is the database ID + Получение базы данных Fabric "{0}" + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + Получение рабочей области Fabric "{0}" + + + Getting Started + Начало работы + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Получение деталей подключения для "{0}" (ИД: {1}) + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + Получение строки подключения для конечной точки SQL "{0}" в рабочей области "{1}" + + + Getting container ready for connections + Подготовка контейнера для подключений + + + Getting definition ... + Получаем определение… + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot — пошаговое руководство по VS Code + + + GitHub Copilot integration in Data API builder + Интеграция GitHub Copilot в построителе API данных + + + GitHub Copilot survey + Опрос GitHub Copilot + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + Получены недопустимые параметры использования инструмента: "{0}". ({1}) + + + GraphQL + GraphQL + + + Greater Than + Больше + + + Greater Than or Equals + Больше или равно + + + Greater than + Больше + + + Greater than or equal to + Больше или равно + + + Grid View + Представление сетки + + + Group by + Группировать по + + + Group differences by + Группировать различия по + + + Help + Справка + + + Help us improve by sharing your thoughts. + Помогите нам стать лучше, поделившись своими мыслями. + + + Hide Changes + Скрыть изменения + + + Hide Changes Highlight + Скрыть выделение изменений + + + Hide Confirm Password + Скрыть подтверждение пароля + + + Hide Definition + Скрыть определение + + + Hide New Password + Скрыть новый пароль + + + Hide SQL Pane + Скрыть панель SQL + + + Hide column + Скрыть столбец + + + Hide full error message + Скрыть полное сообщение об ошибке + + + Hide password + Скрыть пароль + + + Hide this panel + Скрыть эту панель + + + Highlight Changes + Выделить изменения + + + Highlight Expensive Operation + Выделить ресурсоемкую операцию + + + Highlights + Моменты + + + Hostname + Имя узла + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + Какова вероятность, что вы порекомендуете расширение MSSQL друзьям или коллегам? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + Какова вероятность, что вы порекомендуете {0} друзьям или коллегам? + + + How many tables are in this database? + Сколько таблиц в этой базе данных? + + + Hue + Оттенок + + + I have read the summary and understand the potential risks. + Я прочел сводку и понимаю возможные риски. + + + I understand this action is permanent and irreversible + Я понимаю, что это действие необратимо и не может быть отменено + + + I'm sorry, I can only assist with SQL-related questions. + Извините, я могу помочь только по вопросам, связанным с SQL. + + + IP address range + Диапазон IP-адресов + + + Identity + Удостоверение + + + Ignore Options + Игнорировать параметры + + + Ignore Tenant + Игнорировать клиента + + + Image tag + Тег образа + + + Import BACPAC + Импорт BACPAC + + + Import Data + Импорт данных + + + Import File + Импорт файла + + + Import Flat File + Импортировать неструктурированный файл + + + Import Information + Импорт сведений + + + Import New File + Импортировать новый файл + + + Import Status + Состояние импорта + + + Import a .bacpac file to a new or empty database + Импорт файла BACPAC в новую или пустую базу данных + + + Import anyway + Все равно импортировать + + + Import complete. You can close this dialog. + Импорт выполнен. Это диалоговое окно можно закрыть. + + + Import connection configuration settings from Azure Data Studio + Импортировать параметры конфигурации подключения из Azure Data Studio + + + Import failed: {0} + {0} is the error message returned from the import helper. + Не удалось выполнить импорт: {0} + + + Import file is required + Требуется файл импорта + + + Import from Azure Data Studio + Импорт из Azure Data Studio + + + Import selected + Импортировать выбранные элементы + + + Importance + Важность + + + Importing BACPAC... + Импорт BACPAC... + + + Importing data... + Импорт данных... + + + Importing selections + Импорт выбранных элементов + + + In + В + + + In case you missed it + Если вы пропустили + + + In progress + Выполняется + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + В интерфейсе построителя API данных локальное развертывание контейнера доступно только для подключений с использованием проверки подлинности SQL. Ваш действующий тип подключения не поддерживается. + + + Include + Включить + + + Include Object Types + Включить типы объектов + + + Include all columns + Включить все столбцы + + + Include all object types + Включить все типы объектов + + + Incomplete or orphaned connections + Неполные или потерянные подключения + + + Index + Индекс + + + Indexes + Индексы + + + Initializing DAB configuration... + Инициализация конфигурации DAB... + + + Initializing comparison, this might take a while... + Инициализируется сравнение. Это может занять некоторое время. + + + Insert + Вставить + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + Вставьте выделенный текст из редактора запросов, используя {arg}. Если вы не используете заполнитель, выделенный текст автоматически добавляется в конец запроса. + + + Install Docker + Установить Docker + + + Install the MSSQL Database Management Keymap extension + Установить расширение MSSQL Database Management Keymap + + + Instant Container Setup + Мгновенная настройка контейнера + + + Insufficient Workspace Permissions + Недостаточно разрешений рабочей области + + + Integrated + Интегрированные + + + Integrated & secure + Интегрированная и безопасная + + + Invalid Firewall rule name + Недопустимое имя правила брандмауэра + + + Invalid IP Address + Недопустимый IP-адрес + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + Недопустимый пароль SQL Server для {0}. Пароль должен содержать от 8 до 128 символов и соответствовать требованиям по сложности. Подробнее: https://docs.microsoft.com/sql/relational-databases/security/password-policy + + + Invalid column reference. Use either id OR name. + Недопустимая ссылка на столбец. Используйте id ИЛИ name. + + + Invalid column width + Недопустимая ширина столбца + + + Invalid connection URI provided. + Предоставлен недопустимый URI подключения. + + + Invalid connection string: {0} + Недопустимая строка подключения: {0} + + + Invalid database + Недопустимая база данных + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + Недопустимая ссылка на сущность. Используйте id ИЛИ schemaName+tableName ИЛИ schemaName+sourceName+sourceType. + + + Invalid file + Недопустимый файл + + + Invalid file extension. Expected .dacpac or .bacpac + Недопустимое расширение файла. Ожидается DACPAC или BACPAC + + + Invalid foreign key. + Недействительный внешний ключ. + + + Invalid max length '{0}' + {0} is the max length + Недопустимая максимальная длина "{0}" + + + Invalid table payload. Expected table with columns array. + Недействительные полезные данные таблицы. Ожидается таблица с массивом столбцов. + + + Invalid table type + Недопустимый тип таблицы + + + Is Computed + Вычисляемый + + + Is Identity + Является удостоверением + + + Is Ledger Database + База данных реестра + + + Is Not Null + Не равно null + + + Is Null + Равно null + + + Is Persisted + Сохраняемый + + + Issues ({0}) + {0} is the number of issues + Проблемы ({0}) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + Присоединиться к обсуждениям + + + Keep in query pane + Сохранить в панели запросов + + + Key + Ключ + + + Keybinding + Настраиваемое сочетание клавиш + + + Keyboard Shortcuts editor + Редактор сочетания клавиш + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Не удалось сохранить ключи для кэша маркеров в хранилище учетных данных. Это может привести к проблемам сохраняемости маркера доступа Microsoft Entra ID и нестабильности подключения. Скорее всего, в SqlTools достигнуто ограничение хранилища учетных данных в Windows. Удалите по крайней мере 2 набора учетных данных, которые начинаются с "Microsoft.SqlTools|" в диспетчере учетных данных Windows, и выполните перезагрузку. + + + LRS + LRS + + + LRS backup (locally redundant) + Резервное копирование LRS (локально избыточное) + + + Last Page + Последняя страница + + + Learn More + Дополнительные сведения + + + Learn more + Подробнее + + + Learn more about Azure SQL Database free tier + Подробнее о бесплатном уровне Azure SQL Database + + + Learn more about SQL Server 2025 features + Подробнее о функциях SQL Server 2025 + + + Leave the source database in the restoring state + Оставить базу данных-источник в состоянии восстановления + + + Length + Длина + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + Несоответствие длины: столбец "{0}" ({1}) несовместим с "{2}" ({3}) + + + Less Than + Меньше + + + Less Than or Equals + Меньше или равно + + + Less than + Меньше + + + Less than or equal to + Меньше или равно + + + Line {0} + {0} is the line number + Строка {0} + + + Link copied to clipboard + Ссылка скопирована в буфер обмена + + + List Connections + Список подключений + + + List Databases + Перечислить базы данных + + + List Functions + Перечислить функции + + + List Schemas + Перечислить схемы + + + List Tables + Перечислить таблицы + + + List Views + Перечислить представления + + + List all connections registered with the mssql extension? + Перечислить все подключения, зарегистрированные в расширении mssql? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Перечислить базы данных для подключения "{0}" (ИД: {1})? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Перечислить функции для подключения "{0}" (ИД: {1})? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Перечислить схемы для подключения "{0}" (ИД: {1})? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Перечислить таблицы для подключения "{0}" (ИД: {1})? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Перечислить представления для подключения "{0}" (ИД: {1})? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + Перечисление баз данных SQL Fabric для рабочей области "{0}" + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + Перечисление конечных точек SQL Fabric для рабочей области "{0}" + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + Выполняется перечисление хранилищ Fabric для рабочей области "{0}" + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + Перечисление емкостей Fabric для клиента "{0}" + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + Перечисление рабочих областей Fabric для клиента "{0}" + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Перечисление баз данных для подключения "{0}" (ИД: {1}) + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Перечисление функций для подключения "{0}" (ИД: {1}) + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + Перечисление назначений ролей для рабочей области "${workspaceId}" + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Перечисление схем для подключения "{0}" (ИД: {1}) + + + Listing server connections + Перечисление подключений к серверу + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Перечисление таблиц для подключения "{0}" (ИД: {1}) + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Перечисление представлений для подключения "{0}" (ИД: {1}) + + + Load + Загрузить + + + Load from Connection String + Загрузить из строки подключения + + + Load profile... + Загрузка профиля... + + + Load source, target, and options saved in an .scmp file + Загрузить источник, целевой объект и параметры, сохраненные в файле SCMP + + + Loading + Выполняется загрузка + + + Loading Azure Accounts + Загрузка учетных записей Azure + + + Loading Azure SQL Database... + Загрузка базы данных SQL Azure... + + + Loading Azure accounts + Загрузка учетных записей Azure + + + Loading Fabric Accounts + Загрузка учетных записей Fabric + + + Loading Fabric provisioning... + Загружается подготовка Fabric... + + + Loading Report + Загрузка отчета + + + Loading Schema Designer + Загрузка конструктора схем + + + Loading Schema Designer Model... + Загружается модель схемы конструктора... + + + Loading Table Designer + Загружается конструктор таблиц + + + Loading XEL file: {0} + {0} is the file name + Загрузка XEL-файла: {0} + + + Loading backup database... + Загрузка базы данных резервных копий... + + + Loading code analysis rules... + Загрузка правил анализа кода… + + + Loading collations... + Загрузка параметров сортировки... + + + Loading database objects + Загрузка объектов базы данных + + + Loading databases in '{0}'... + {0} is the name of the workspace + Загрузка баз данных в "{0}"... + + + Loading databases in selected workspace... + Загрузка баз данных в выбранной рабочей области... + + + Loading deployment + Загрузка развертывания + + + Loading execution plan... + Загрузка плана выполнения... + + + Loading flat file import... + Загрузка импорта неструктурированного файла... + + + Loading local containers... + Загрузка локальных контейнеров... + + + Loading locations + Идет загрузка расположений + + + Loading maintenance windows... + Загрузка окон обслуживания... + + + Loading resource groups + Загрузка групп ресурсов + + + Loading restore database... + Загружается база данных для восстановления... + + + Loading restore plan... + Загружается план восстановления... + + + Loading results... + Загрузка результатов... + + + Loading schemas... + Загрузка схем... + + + Loading servers + Идет загрузка серверов + + + Loading servers in '{0}'... + {0} is the name of the subscription + Загрузка серверов в "{0}"... + + + Loading servers in selected subscription... + Загрузка серверов в выбранной подписке... + + + Loading subscriptions + Загружаются подписки + + + Loading subscriptions... + Загрузка подписок... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + Загрузка сводки по {0} строкам (щелкните, чтобы отменить) + + + Loading table data... + Загрузка данных таблицы... + + + Loading table preview... + Загрузка предварительного просмотра таблицы... + + + Loading tenants + Идет загрузка клиентов… + + + Loading tenants... + Загрузка клиентов... + + + Loading text view... + Загрузка текстового представления... + + + Loading workspaces + Загрузка рабочих областей + + + Loading workspaces... + Загрузка рабочих областей... + + + Loading... + Выполнятся загрузка... + + + Local Container Deployment + Локальное развертывание контейнера + + + Local SQL Server database container + Локальный контейнер базы данных SQL Server + + + Local container deployment is currently only supported with SQL Authentication connections. + Сейчас локальное развертывание контейнера поддерживается только для подключений с проверкой подлинности SQL. + + + Locally-redundant backup storage + Локально избыточное хранилище резервных копий + + + Locate an Azure Data Studio settings.json file to import + Найти файл Azure Data Studio settings.json для импорта + + + Location + Расположение + + + Location (Workspace) + Расположение (рабочая область) + + + Location of the file to be imported + Расположение файла для импорта + + + Log file folder + Папка файлов журнала + + + Logical file name + Логическое имя файла + + + Logical operator + Логический оператор + + + Logs + Журналы + + + Logs copied to clipboard + Журналы, скопированные в буфер обмена + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + Ищете настраиваемые сочетания клавиш Azure Data Studio, например F5 для выполнения запросов? + + + MCP + MCP + + + MCP custom tool + Специальный инструмент MCP + + + MCP server added to {0} + {0} is the file path where the MCP server was added + Сервер MCP добавлен в {0} + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + Сервер MCP уже настроен в {0} + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL — журналы проверки подлинности Azure + + + MSSQL - VS Code walkthrough + MSSQL — пошаговое руководство по VS Code + + + MSSQL Feedback + Отзыв о MSSQL + + + MSSQL Notebook connected to {0} + {0} is the connection label + Записная книжка MSSQL подключена к {0} + + + MSSQL extension icon + Значок расширения MSSQL + + + MSSQL: Click to change connection + MSSQL: нажмите, чтобы изменить подключение + + + MSSQL: Click to change database + MSSQL: нажмите, чтобы изменить базу данных + + + MSSQL: Welcome & What's New + MSSQL: приветствие и новые возможности + + + MSSQL: What's new + MSSQL: что нового + + + Maintenance Window + Период обслуживания + + + Make everything read-only + Сделать все доступным только для чтения + + + Manage Connection Profiles + Управление профилями подключения + + + Manage relationships + Управление отношениями + + + Mandatory (Recommended) + Обязательно (Рекомендуется) + + + Mandatory (True) + Обязательно (True) + + + Max + Максимум + + + Max 10 databases / subscription + Максимум 10 баз данных на подписку + + + Max Length + Максимальная длина + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + Превышено максимальное количество строк для фильтрации или сортировки. Для обновления перейдите к параметрам пользователя и измените параметр: mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + Максимальное число виртуальных ядер + + + Max: {0} + {0} is the max + Максимальное значение: {0} + + + Maximize + Развернуть + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + Развернуть ({0}) + + + Maximize Panel Size + Максимально увеличить размер панели + + + Maximize details panel + Развернуть панель сведений + + + Maximize panel size + Максимально увеличить размер панели + + + Maximize results grid + Развернуть сетку результатов + + + Media + Носитель + + + Media set description is required + Требуется описание набора носителей + + + Media set name is required + Требуется имя набора носителей + + + Message + Сообщение + + + Messages + Сообщения + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + Сообщения ({0}) + + + Metric + Метрика + + + Microsoft Account + Учетная запись Майкрософт + + + Microsoft Account is required + Требуется учетная запись Майкрософт + + + Microsoft Corp + Корпорация Майкрософт + + + Microsoft Entra Account + Учетная запись Microsoft Entra + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Microsoft Entra ID — по умолчанию + + + Microsoft Entra Id - Service Principal + Microsoft Entra ID — субъект-служба + + + Microsoft Entra Id - Universal w/ MFA Support + Microsoft Entra ID — универсальный с поддержкой MFA + + + Microsoft Entra account {0} successfully added. + {0} is the account name + Учетная запись Microsoft Entra {0} добавлена. + + + Microsoft Fabric integration + Интеграция Microsoft Fabric + + + Microsoft SQL Server License Agreement + Лицензионное соглашение Microsoft SQL Server + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Корпорация Майкрософт изучает ваши отзывы для совершенствования наших продуктов, поэтому не включайте в них личные, конфиденциальные или защищаемые данные. + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Корпорация Майкрософт будет обрабатывать отправляемые вами отзывы в соответствии с инструкциями вашей организации, чтобы улучшить взаимодействие с продуктом для вас и вашей организации. Если у вас возникли вопросы об использовании данных отзывов, обратитесь к администратору клиента. Обработка данных отзывов регулируется приложением о защите данных продуктов и служб Майкрософт между вашей организацией и корпорацией Майкрософт, а отправленные вами отзывы считаются персональными данными в рамках этого приложения. + + + Microsoft would like your feedback + Корпорация Майкрософт очень хотела бы получить ваш отзыв + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + Переносите сохраненные подключения, группы подключений и параметры подключений из Azure Data Studio в расширение MSSQL. Также можно установить MSSQL Data Management Keymap для добавления привычных сочетаний клавиш из Azure Data Studio. + + + Min + Минимум + + + Min: {0} + {0} is the min + Минимум: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + Отсутствует ссылка на подключение. Укажите только connectionId или connectionName. + + + Missing schema payload for replace_schema operation. + Отсутствуют полезные данные схемы для операции replace_schema. + + + Missing table payload for update_table operation. + Отсутствуют полезные данные таблицы для операции update_table. + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + Отсутствует целевая таблица для операции delete_table. Укажите tableId или tableName+schemaName. + + + Modified + Изменено + + + Modified column '{0}' + {0} is the column name + Изменён столбец '{0}' + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + Изменён столбец '{0}': {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + Изменён внешний ключ '{0}' + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + Изменён внешний ключ '{0}': {1} + + + Modified table {0} + {0} is the qualified table name + Изменена таблица {0} + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + Изменена таблица {0}: {1} + + + Modify Columns + Изменить столбцы + + + Modify Table + Изменить таблицу + + + Monitor usage and manage your free tier limits + Отслеживайте использование и управляйте ограничениями бесплатного тарифа + + + Monthly limits + Ежемесячные ограничения + + + More Query Actions + Другие действия с запросом + + + Move Down + Переместить вниз + + + Move Up + Переместить вверх + + + Move and expand the active grid selection + Переместить и развернуть активную область сетки + + + Move focus to the next result set grid + Переместить фокус на сетку следующего набора результатов + + + Move focus to the previous result set grid + Переместить фокус на сетку предыдущего набора результатов + + + Move selection to the first cell in the row + Переместить выделение в первую ячейку строки + + + Move selection to the last cell in the row + Переместить выделение в последнюю ячейку строки + + + Move to Root + Переместить в корень + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + Переход к схеме поддерживается только для файлов SQL, которые являются частью открытого проекта SQL. Сначала откройте проект на панели «Проекты баз данных». + + + Move to Schema request failed: {0} + Сбой запроса на переход к схеме: {0} + + + Move to Schema... + Переместить в схему... + + + Move to row end + Переместить в конец строки + + + Move to row start + Переместить в начало строки + + + Move to schema '{0}' + Переместить в схему {0} + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + Найдено несколько групп подключений с идентификатором "{0}". Удалите или переименуйте все, кроме одной, в файле User/Global settings.json, затем перезапустите расширение. + + + Must be a valid number + Должно быть допустимым числом + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + Должно начинаться буквой или цифрой и содержать только буквы, цифры, символы подчеркивания, точки или дефисы + + + Mutation + Изменение + + + MyProfilerSession + MyProfilerSession + + + NULL + NULL + + + Name + Имя + + + Name for the Docker container running DAB + Имя контейнера Docker, в котором запущен DAB + + + Name of the primary key. + Имя первичного ключа. + + + Navigate to this item in the diagram + Перейти к этому элементу на схеме + + + Navigation + Навигация + + + Needs attention + Требует внимания + + + New Azure SQL logical server (Preview) + Новый логический сервер Azure SQL (предварительная версия) + + + New Check Constraint + Новое проверочное ограничение + + + New Column + Создать столбец + + + New Column Mapping + Новое сопоставление столбцов + + + New Database + Новая база данных + + + New Database Name + Имя новой базы данных + + + New Deployment + Новое развертывание + + + New File + Новый файл + + + New Foreign Key + Создать внешний ключ + + + New Index + Создание индекса + + + New Local Docker SQL Server + Новый локальный SQL Server в Docker + + + New Microsoft Entra account could not be added. + Не удалось добавить новую учетную запись Microsoft Entra. + + + New Password + Новый пароль + + + New Query + Новый запрос + + + New Query Profiler - Enter Name + Новый профилировщик запросов — введите имя + + + New Query Profiler - Select Template + Новый профилировщик запросов — выберите шаблон + + + New SQL database + Новая база данных SQL + + + New Session + Новый сеанс + + + New Table Name + Имя новой таблицы + + + New column mapping + Новое сопоставление столбцов + + + New database name must be different from the current name + Имя новой базы данных должно отличаться от текущего имени + + + New media set description + Описание нового набора носителей + + + New media set name + Имя нового набора носителей + + + New to MSSQL extension? Check out our quick-start guide. + Ранее не использовали расширение MSSQL? Ознакомьтесь с нашим кратким руководством. + + + New to the MSSQL extension? Check out our quick-start guide. + Ранее не использовали расширение MSSQL? Ознакомьтесь с нашим кратким руководством. + + + Next + Далее + + + Next Page + Следующая страница + + + Next result grid + Сетка следующего результата + + + No + Нет + + + No Action + Нет действия + + + No Azure accounts found + Учетные записи Azure не найдены + + + No Microsoft Entra account can be found for removal. + Не удалось найти учетную запись Microsoft Entra для удаления. + + + No Queries Available + Нет доступных запросов + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + Не найдено подключение MCP инструментов SQL для connectionName: {0} + + + No account selected + Учетная запись не выбрана + + + No active connection + Нет активного подключения + + + No active connection for database change + Нет активного подключения для изменения базы данных + + + No active connection for schema view + Нет активного подключения для представления схемы + + + No active connection. + Нет активного подключения. + + + No active database connection in the current editor. Please establish a connection to continue. + Нет активного подключения к базе данных в текущем редакторе. Установите подключение, чтобы продолжить. + + + No active notebook. + Нет активной записной книжки. + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + Не найдено ни одного активного конструктора схем. Сначала откройте построитель API данных с помощью mssql_dab с операцией "show" или через пользовательский интерфейс. + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + Активный конструктор схем не найден. Сначала откройте схему, используя mssql_schema_designer с помощью операции "show" или из пользовательского интерфейса. + + + No active text editor found. Please open a file with an active database connection. + Активный текстовый редактор не найден. Откройте файл с активным подключением к базе данных. + + + No authentication required + Проверка подлинности не требуется + + + No background tasks + Нет фоновых задач + + + No backup sets found in the restore plan + В плане восстановления не найдены наборы резервных копий + + + No blob containers found + Контейнеры BLOB-объектов не найдены. + + + No blobs found + BLOB-объектов не найдено + + + No changes detected + Никаких изменений не обнаружено + + + No changes match your search. + Нет изменений, соответствующих вашему поисковому запросу. + + + No changes yet. + Пока изменений нет. + + + No code analysis rules available. + Нет доступных правил анализа кода. + + + No connection credentials found + Учетные данные подключения не найдены + + + No connection found for connectionId: {0} + {0} is the connection ID + Не найдено подключение для connectionId: {0} + + + No connection groups were found in the file. + В файле не найдено групп подключений. + + + No connection information found + Сведения о подключении не найдены + + + No connection profiles to edit. + Не найдено ни одного профиля подключения, который можно было бы изменить. + + + No connection profiles to remove. + Не найдено ни одного профиля подключения, который можно было бы удалить. + + + No connection selected. + Ни одно подключение не выбрано. + + + No connection was found. Please connect to a server first. + Соединение не найдено. Сначала подключитесь к серверу. + + + No connections available. Please create a connection first. + Нет доступных подключений. Сначала создайте подключение. + + + No connections were found in the file. + В файле не найдено подключений. + + + No customized settings found + Настроенные параметры не найдены + + + No customized settings found in Azure Data Studio + В Azure Data Studio не найдено настроенных параметров + + + No data available + Нет доступных данных + + + No data to display. + Нет данных для отображения. + + + No database files found in the restore plan + В плане восстановления не найдены файлы базы данных + + + No database selected. + Ни одна база данных не выбрана. + + + No databases found in the selected workspace. + Не найдены базы данных в выбранной рабочей области. + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + Базы данных не найдены в рабочей области "{0}". + + + No databases found on the server. Please check your connection. + На сервере не найдены базы данных. Проверьте подключение. + + + No databases found to import into. + Базы данных для импорта не найдены. + + + No databases with backups found + Не найдены базы данных с резервными копиями + + + No elements found + Элементы не найдены + + + No entities found + Сущности не найдены + + + No event selected + Событие не выбрано + + + No events to export + Нет событий для экспорта + + + No filter is currently active + В настоящее время нет активных фильтров + + + No items + Нет элементов + + + No log entries yet. + В журнале пока нет записей. + + + No matches found + Совпадения не найдены + + + No matching shortcuts + Нет совпадающих сочетаний клавиш + + + No model found. + Ни одна модель не найдена. + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + Нет необходимости обновлять маркер учетной записи Microsoft Entra для подключения {0} с URI {1} + + + No object that can be moved to another schema was found at the cursor. + В области курсора не обнаружено объекта, который можно было бы переместить в другую схему. + + + No objects found + Объекты не найдены + + + No pending changes. Make edits to generate a script. + Нет ожидающих изменений. Внесите правки, чтобы создать скрипт. + + + No profiler connection available + Нет доступных подключений профилировщика + + + No profiler templates available + Нет доступных шаблонов профилировщика + + + No property changes available. + Изменения свойств отсутствуют. + + + No query set + Запрос не задан + + + No renameable symbol found at cursor. + В области курсора не найден символ, который можно переименовать. + + + No resource groups found + Группы ресурсов не найдены + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + Для текущего облака "{1}" не настроен ни один ресурс типа "{0}". Измените настройки учетной записи Azure. + + + No results + Нет результатов + + + No results for the active editor + Нет результатов для активного редактора + + + No results match the current filters + Нет результатов, соответствующих текущим фильтрам + + + No results to display + Нет результатов для отображения + + + No rows affected + Нет затронутых строк + + + No rules match the current filter. + Действующему фильтру не соответствует ни одно правило. + + + No saved connection profiles found. + Сохраненные профили подключений не найдены. + + + No saved connections found. Please create a connection first. + Нет сохраненных подключений. Сначала создайте подключение. + + + No schema differences were found. + Различия в схемах не найдены. + + + No schemas found + Схемы не найдены + + + No schemas were found in the project. + В проекте не найдены схемы. + + + No script available. Make changes to the table data and generate a script first. + Скрипт недоступен. Сначала измените данные таблицы и создайте скрипт. + + + No script generated. + Сценарий не создан. + + + No selection + Ничего не выбрано + + + No servers found + Серверов не найдено + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + В подписке"{0}" не найдены серверы. + + + No servers found in the selected subscription. + В выбранной подписке не найдены серверы. + + + No shortcut + Нет сочетания клавиш + + + No storage accounts found + Не удалось найти учетные записи хранения + + + No subscriptions found + Подписки не найдены + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + Подписки не найдены. Измените учетную запись Azure или клиент, чтобы просмотреть доступные подписки. + + + No templates available + Нет доступных шаблонов + + + No tenant selected + Клиент не выбран + + + No tenants are currently signed in. + В настоящее время ни один клиент не вошел в систему. + + + No tenants found + Клиенты не найдены + + + No text data available + Нет доступных текстовых данных + + + No tools to process. + Нет инструментов для обработки. + + + No workspace folder is open. Open a folder to add the MCP server configuration. + Нет открытых папок рабочих областей. Откройте папку, чтобы добавить конфигурацию сервера MCP. + + + No workspace folder is open. Open a folder to add the generated file. + Нет открытых папок рабочих областей. Откройте папку, чтобы добавить сгенерированный файл. + + + No workspaces found + Рабочие области не найдены + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + Рабочие области не найдены. Измените учетную запись Fabric или клиент, чтобы просмотреть доступные рабочие области. + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + Обнаружен SQL Server SQL. Отключить IntelliSense для таких файлов? + + + None + Отсутствует + + + None (empty database) + Нет (пустая база данных) + + + Not Between + Не находится между + + + Not Contains + Не содержит + + + Not Ends With + Не заканчивается на + + + Not Equals + Не равно + + + Not Started + Не начато + + + Not Starts With + Не начинается с + + + Not available for read-only file sessions + Недоступно для сеансов с файлами только для чтения + + + Not connected + Не подключено + + + Not contains + Не содержит + + + Not currently signed in. Select to sign in to tenant. + В настоящее время не выполнен вход. Выберите, чтобы войти в клиент. + + + Not equal to + Не равно + + + Not likely at all + Маловероятно + + + Not running + Не выполняется + + + Not signed in + Вход не выполнен + + + Not signed into tenant {0} + {0} is the tenant display name + Не выполнен вход в клиент {0} + + + Not started + Не запущено + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + Примечание. Самозаверяющий сертификат обеспечивает ограниченную защиту, и его не рекомендуется применять в производственных средах. Включить параметр "Доверять сертификату сервера" для этого подключения и повторить попытку? + + + Null + Null + + + Null Count: {0} + {0} is the null count + Число значений NULL: {0} + + + Number of Rows Read + Количество прочитанных строк + + + OK + ОК + + + OLTP, built on Azure SQL + OLTP, создано на основе Azure SQL + + + Object Explorer Filter + Фильтр обозревателя объектов + + + Object Type + Тип объекта + + + Object Types + Типы объектов + + + Object type + Тип объекта + + + Off + Откл + + + On Delete + При удалении + + + On Delete Action + При удалении + + + On Update + При обновлении + + + On Update Action + При действии обновления + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + Одна или несколько групп подключений ссылаются на несуществующие родительские группы и были проигнорированы: {0}. Обновите файл параметров, чтобы исправить эти записи. + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + Одно или несколько подключений ссылаются на несуществующие группы и были проигнорированы: {0}. Обновите параметры подключения, чтобы исправить эти записи. + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + Одна или несколько ваших сущностей содержат типы столбцов, которые построитель API данных сейчас не поддерживает. Эти сущности нельзя выбрать для развертывания. + + + Open + Открыть + + + Open .scmp file + Открыть файл .scmp + + + Open Containing Folder + Открыть содержащую папку + + + Open File + Открыть файл + + + Open GitHub Copilot Chat to help fix these errors + Откройте чат GitHub Copilot, чтобы помочь исправить эти ошибки + + + Open Keyboard Shortcuts editor. + Открыть редактор сочетания клавиш. + + + Open Nitro + Открыть Nitro + + + Open Publish Script + Открыть сценарий публикации + + + Open Query + Открыть запрос + + + Open Query History + Открыть журнал запросов + + + Open SQL editor and connect + Открыть редактор SQL и подключиться + + + Open XML + Open XML + + + Open a new SQL query file + Открыть новый файл SQL-запроса + + + Open a new bug + Открыть новую ошибку + + + Open column menu + Открыть меню столбца + + + Open filter menu + Открыть меню фильтра + + + Open in Editor + Открыть в редакторе + + + Open in GitHub Copilot Chat + Открыть в GitHub Copilot Chat + + + Open in New Tab + Открыть в новой вкладке + + + Open in SQL Editor + Открыть в редакторе SQL + + + Open in editor + Открыть в редакторе + + + Open text data in a new editor + Открыть текстовые данные в новом редакторе + + + Open the active column filter menu + Открыть меню фильтра активных столбцов + + + Open the active column menu + Открыть меню активного столбца + + + Open the generated SELECT statement in a new editor + Открыть созданный оператор SELECT в новом редакторе + + + Opening Publish Script. This may take a while... + Открытие сценария публикации. Это может занять некоторое время... + + + Opening schema designer... + Открытие конструктора схем... + + + Operation + Операция + + + Operation failed + Сбой операции + + + Operator + Оператор + + + Option Description + Описание варианта + + + Optional (False) + Необязательно (False) + + + Optional - Override default GraphQL plural type name + Необязательно — переопределить имя типа GraphQL во множественном числе по умолчанию + + + Optional - Override default GraphQL singular type name + Необязательно — переопределить имя типа GraphQL в единственном числе по умолчанию + + + Optional - Override default api/entityName path + Необязательно — переопределить путь api/entityName по умолчанию + + + Options + Возможности + + + Options have changed. Recompare to see the comparison? + Параметры изменились. Выполнить повторное сравнение для просмотра его результатов? + + + Original file name + Исходное имя файла + + + Others + Другое + + + Output file + Выходной файл + + + Overall, how satisfied are you with the MSSQL extension? + Насколько вы в целом удовлетворены расширением MSSQL? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + Насколько вы в целом удовлетворены функцией {0}? + + + Overwrite all existing backup sets + Перезаписать все существующие резервные наборы данных + + + Overwrite the existing database + Перезаписать существующую базу данных + + + Owner + Владелец + + + PNG + PNG + + + Package file + Файл пакета + + + Page + Страница + + + Parameters + Параметры + + + Parent node was not TreeNodeInfo. + TreeNodeInfo не является родительским узлом. + + + Password + Пароль + + + Password (SQL Login) + Пароль (имя для входа SQL) + + + Password is required + Требуется указать пароль + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + Чтобы продолжить вход в "{1}", необходимо изменить пароль для "{0}'' + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + Чтобы продолжить вход в "{0}", необходимо изменить пароль + + + Passwords do not match + Пароли не совпадают + + + Paste + Вставить + + + Paste connection string from clipboard + Вставить строку подключения из буфера обмена + + + Path: {0} + {0} is the path of the node in the object explorer + Путь: {0} + + + Pause + Приостановить + + + Pause event collection + Приостановить сбор событий + + + Paused + Приостановлено + + + Paused - click to resume + Приостановлено — нажмите, чтобы возобновить + + + Perform checksum before writing to media + Рассчитать контрольную сумму перед записью на носитель + + + Permissions + Разрешения + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + Выберите нужный вариант из нескольких версий SQL Server, в том числе SQL Server 2025 (предварительная версия) со встроенными функциями ИИ, такими как поиск векторов и улучшения JSON. + + + Please Accept the SQL Server EULA + Примите условия лицензионного соглашения SQL Server + + + Please choose a backup file to load restore plan + Выберите файл резервной копии для загрузки плана восстановления + + + Please choose a blob to load restore plan + Выберите BLOB-объект для загрузки плана восстановления + + + Please choose a unique backup file name + Выберите уникальное имя файла резервной копии + + + Please choose a unique name for the container + Выберите уникальное имя для контейнера + + + Please choose a unique name for the profile + Выберите уникальное имя для профиля + + + Please choose a valid media option + Выберите допустимый параметр носителя + + + Please choose at least one backup file + Выберите хотя бы один файл резервной копии + + + Please choose at least one backup set to restore + Для восстановления выберите хотя бы один набор резервных копий + + + Please ensure the file is not open in another application before importing + Перед импортом убедитесь, что файл не открыт в другом приложении + + + Please make sure the port is a number, and choose a port that is not in use + Убедитесь, что номер порта является числом, и выберите неиспользуемый порт + + + Please make your password 8-128 characters long. + Установите пароль длиной от 8 до 128 символов. + + + Please select a database node in Object Explorer to drop. + Выберите узел базы данных в обозревателе объектов для удаления. + + + Please select a database node in Object Explorer to rename. + Выберите узел базы данных в обозревателе объектов для переименования. + + + Please select a file, not a folder. + Выберите файл, а не папку. + + + Please select a node from Object Explorer to script. + Выберите узел в обозревателе объектов для скрипта. + + + Please select a server node in Object Explorer to create a database. + Выберите узел сервера в обозревателе объектов для создания базы данных. + + + Please select a valid symbol. + Выберите допустимый символ. + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + Выберите рабочую область, в которой у вас достаточно разрешений (участник или выше) + + + Please select only one node to script. Multiple node scripting is not supported. + Выберите только один узел для скрипта. Создание скрипта для нескольких узлов не поддерживается. + + + Port + Порт + + + Port must be a number between 1 and 65535 + Порт должен быть числом от 1 до 65535 + + + Port must be between 1 and 65535 + Порт должен находиться в диапазоне от 1 до 65535 + + + Port to expose the API on (default: 5000) + Порт для предоставления API (по умолчанию: 5000) + + + Port {0} is already in use + {0} is the port number + Порт {0} уже используется + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + Порт {0} уже используется. Выберите другой порт. + + + Possible Data Loss detected. Please review the changes. + Обнаружена возможная потеря данных. Проверьте изменения. + + + Precision + Точность + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Несоответствие точности или масштаба между "{0}" и "{1}" + + + Preserve the replication settings + Сохранить настройки репликации + + + Press desired key combination and then press ENTER. + Нажмите нужное сочетание клавиш, а затем клавишу ВВОД. + + + Preview + Предварительный просмотр + + + Preview Data + Предварительный просмотр данных + + + Preview Database Updates + Предварительный просмотр обновлений базы данных + + + Previous + Назад + + + Previous Page + Предыдущая страница + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + Предыдущее ожидающее обещание повторного подключения для URI {0} отклонено с ошибкой {1}. При необходимости будет предпринята попытка повторного подключения. + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + Предыдущее ожидающее повторное подключение для URI {0} выполнено успешно. + + + Previous result grid + Сетка предыдущих результатов + + + Previous step failed. Please check the error message and try again. + Сбой на предыдущем этапе. Прочтите сообщение об ошибке, затем повторите попытку. + + + Previously released features you may not have explored yet. + Ранее выпущенные функции, которые вы, возможно, еще не изучили. + + + Primary Key + Первичный ключ + + + Primary Key Columns + Столбцы первичного ключа + + + Primary key + Первичный ключ + + + Prisma + Prisma + + + Privacy Statement + Заявление о конфиденциальности + + + Privacy notice + Уведомление о конфиденциальности + + + Private + Частный + + + Processing include or exclude all differences operation. + Обработка операции включения или исключения всех различий. + + + Profile Name + Имя профиля + + + Profile created and connected + Создан новый профиль, подключение установлено + + + Profile created successfully + Профиль создан + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + Профиль загружен, но подключение не удалось установить автоматически. Создайте подключение к {0} и повторите попытку. + + + Profile name + Имя профиля + + + Profile removed successfully + Профиль удален + + + Profiler events exported successfully to {0} + {0} is the file path + События профилировщика экспортированы в {0} + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + Профилировщик находится в режиме только для чтения и отключен для XEL-файла "{0}". Он не может запускать или создавать активные сеансы без подключения к базе данных + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + Профилировщик находится в режиме только для чтения и отключен для XEL-файла "{0}". Он не может запускать или создавать активные сеансы без подключения к базе данных. + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + Профилировщик готов. Выберите сеанс в раскрывающемся списке и нажмите "Пуск", чтобы начать профилирование. + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + Сеанс профилировщика "{0}" успешно создан. Выполняется запуск профилирования… + + + Profiler session '{0}' started successfully. + {0} is the session name + Сеанс профилировщика "{0}" запущен. + + + Properties + Свойства + + + Property + Свойство + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + Для поставщика {0} не определена конечная точка ресурса Майкрософт. + + + Provisioning + Подготовка + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + Найдены параметры прокси-сервера, но при анализе URL-адреса возникла ошибка: "{0}". При использовании расширения MSSQL могут возникнуть проблемы с подключением. Ошибка: {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + Найдены настройки прокси-сервера, но отсутствует протокол (например, http://): "{0}". При использовании расширения MSSQL могут возникнуть проблемы с подключением. + + + Public + Общедоступный + + + Publish + Опубликовать + + + Publish DACPAC + Опубликовать DACPAC + + + Publish Profile + Профиль публикации + + + Publish Project + Опубликовать проект + + + Publish Project - {0} + {0} is the name of the project being published + Опубликовать проект — {0} + + + Publish Settings File + Опубликовать файл параметров + + + Publish Target + Опубликовать целевой объект + + + Publish profile saved to: {0} + Профиль публикации сохранён в: {0} + + + Publishing Changes + Публикуем изменения… + + + Pulling DAB container image + Извлечение образа контейнера DAB + + + Pulling SQL Server Image + Получение образа SQL Server + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + Получение образа контейнера SQL Server. Это может занять несколько минут в зависимости от вашего подключения к Интернету. + + + Query + Запрос + + + Query Editor + Редактор запросов + + + Query Editor shortcuts are managed by Visual Studio Code. + Сочетания клавиш Редактора запросов управляются Visual Studio Code. + + + Query Execution + Выполнение запроса + + + Query Plan + План запроса + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + План запроса ({0}) + + + Query Plan ({0}) + {0} is the number of query plans + План запроса ({0}) + + + Query Profiler + Профилировщик запросов + + + Query Profiler Session Status + Состояние сеанса профилировщика запросов + + + Query Profiler: No session + Профилировщик запросов: нет сеанса + + + Query Profiler: {0} + {0} is the file name or session name + Профилировщик запросов: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + Редактор запросов для {0} + + + Query executed + Запрос выполнен + + + Query execution failed + Не удалось выполнить запрос + + + Query execution was canceled. + Выполнение запроса было отменено. + + + Query failed + Не удалось выполнить запрос + + + Query succeeded + Запрос успешно выполнен + + + Query {0} + {0} is the Quick Query slot number + Запрос {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + Запрос {0}: стоимость запроса (по отношению к сценарию): {1}% + + + Quick Queries + Быстрые запросы + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + Сочетания клавиш для Быстрых запросов управляются Visual Studio Code. + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + Слот быстрого запроса должен быть в диапазоне от 1 до {0}. + + + Quick filter all columns... + Быстрая фильтрация всех столбцов... + + + REST + REST + + + REST API + REST API + + + RESTORE WITH NORECOVERY + RESTORE WITH NORECOVERY + + + RESTORE WITH RECOVERY + RESTORE WITH RECOVERY + + + RESTORE WITH STANDBY + RESTORE WITH STANDBY + + + Read + Читать + + + Read docs on Microsoft Learn + Читать документацию на Microsoft Learn + + + Read more + Подробнее + + + Read-Only + Только для чтения + + + Read-only SQL text editor + Текстовый редактор SQL только для чтения + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + Отключенный режим только для чтения для "{0}". Невозможно создать или запустить активные сеансы без подключения к базе данных. + + + Ready for import + Готово к импорту + + + Readying container for connections. + Подготовка контейнера для подключений. + + + Readying container for connections... + Подготовка контейнера для подключений... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + Получайте объяснения на естественном языке, чтобы помочь понять код разработчикам, которые не знакомы с T-SQL + + + Recent Connections + Недавние подключения + + + Recent connections list cleared + Список последних подключений очищен + + + Record shortcut + Ярлык записи + + + Recording shortcut + Ярлык записи + + + Recovery Model + Модель восстановления + + + Recovery state + Состояние восстановления + + + Redo + Повторить + + + Referenced column '{0}' not found + {0} is the column name + Столбец, на который имеется ссылка, "{0}", не найден + + + Referenced columns + Упоминаемые столбцы + + + Referenced schema + Упоминаемая схема + + + Referenced table + Упоминаемая таблица + + + Referenced table '{0}' not found + {0} is the table name + Указанная таблица "{0}" не найдена + + + Refresh + Обновить + + + Refresh Credentials + Обновить учетные данные + + + Refresh dataset + Обновить набор данных + + + Region + Регион + + + Register + Регистрация + + + Reject + Отклонить + + + Reliability + Надежность + + + Reload Visual Studio Code + Перезагрузить Visual Studio Code + + + Relocate all files + Переместить все файлы + + + Remind Me Later + Напомнить позже + + + Remove + Удалить + + + Remove Sort + Удалить сортировку + + + Remove a connection profile + Удалить профиль подключения + + + Remove file + Удалить файл + + + Remove filter + Удалить фильтр + + + Remove filter for {0} + {0} is the column name + Удалить фильтр для {0} + + + Remove from favorites + Удалить из избранного + + + Remove sort + Удалить сортировку + + + Remove tag + Удалить тег + + + Remove {0} + {0} is the object type + Удалить {0} + + + Rename + Переименовать + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + Переименовать "{0}" в "{1}" + + + Rename Database + Переименовать базу данных + + + Rename Options + Параметры переименования + + + Rename is not supported at this position. + Переименование в этой позиции не поддерживается. + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + Переименование поддерживается только для файлов SQL, которые являются частью открытого проекта SQL. Сначала откройте проект на панели «Проекты баз данных». + + + Rename request failed: {0} + Сбой запроса на переименование: {0} + + + Renaming database + Выполняется переименование + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + Выполняется переименование базы данных "{0}" в "{1}"... + + + Replication + Репликация + + + Request a new feature + Запросить новую функцию + + + Required + Обязательно + + + Requirements: + Требования: + + + Requires user authentication + Требует проверки подлинности пользователя + + + Reset + Сбросить + + + Reset to Defaults? + Сбросить до значений по умолчанию? + + + Resize + Изменить размер + + + Resize column '{0}' + {0} is the name of the column + Изменить размер столбца "{0}" + + + Resize the active result grid column + Изменить размер активного столбца сетки результатов + + + Resource Group + Группа ресурсов + + + Resource Group Name + Имя группы ресурсов + + + Resource Group is required + Требуется группа ресурсов + + + Resource group name is required + Требуется указать имя группы ресурсов. + + + Resources + Ресурсы + + + Restore + Восстановить + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + Восстановить ({0}) + + + Restore Database + Восстановление базы данных + + + Restore Panel Size + Восстановить размер панели + + + Restore as + Восстановить как + + + Restore panel size + Восстановить размер панели + + + Restore properties pane + Восстановить панель свойств + + + Restrict access to the restored database + Ограничить доступ к восстанавливаемой базе данных + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + Пакет набора результатов {0} — запрос {1} + + + Result View + Представление результатов + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + Сочетания клавиш для просмотра результатов управляются расширением MSSQL. Вы можете настроить сочетания клавиш здесь. + + + Results + Результаты + + + Results ({0}) + {0} is the number of results + Результаты ({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + Результаты ({0}) + + + Results Preview + Предварительный просмотр результатов + + + Results Preview ({0}) + {0} is the number of preview results + Предварительный просмотр результатов ({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + Предварительный просмотр результатов ({0}) + + + Results exported successfully to {0} + {0} is the file path + Результаты экспортированы в {0} + + + Results toolbar + Панель инструментов результатов + + + Resume + Возобновить + + + Resuming database + Возобновление работы базы данных + + + Retry + Повторить + + + Reveal + Показать + + + Reveal in Explorer + Открыть в обозревателе + + + Reveal in Finder + Отобразить в Finder + + + Reverse Alphabetical + В обратном алфавитном порядке + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + Изучить технологии существующих базы данных путем объяснения схем и связей SQL + + + Revert + Отменить изменения + + + Revert Cell + Отменить изменения ячейки + + + Revert Row + Отменить изменения строки + + + Revert this change to its original state + Вернуть это изменение в исходное состояние + + + Revert values to project defaults + Вернуться к значениям проекта по умолчанию + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + Проверяйте или предлагайте изменения конфигурации API в чате, и GitHub Copilot мгновенно обновит конфигурацию в построителе API данных. + + + Reviewing Copilot Change + Просмотр изменения Copilot + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + Rosetta необходима для запуска образов контейнеров SQL Server на Apple Silicon. Включите параметр "Использовать Rosetta для эмуляции x86_64/amd64 на Apple Silicon" в Docker Desktop > "Параметры" > "Основные". + + + Row created. + Строка создана. + + + Row deleted. + Строка удалена. + + + Row marked for removal. + Строка помечена для удаления. + + + Rows + Строки + + + Rows per page + Строк на страницу + + + Rule disabled + Правило отключено + + + Rule enabled + Правило включено + + + Rule name + Имя правила + + + Rules + Правила + + + Run Query + Выполнить запрос + + + Run Query History + Запустить журнал запросов + + + Run a query for the current active SQL document + Выполнить запрос для текущего активного документа SQL + + + Run a query in the current editor, or switch to an editor that has results. + Запустите запрос в текущем редакторе или переключитесь на редактор с результатами. + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + Выполнить запрос при подключении "{0}" (ИД: {1})? + +Запрос: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + Мгновенно запускайте сохраненные SQL-запросы с помощью пользовательских сочетаний клавиш. Используйте {arg} для вставки выделенного текста из редактора запросов. В противном случае он будет добавлен к запросу. + + + Run, cancel, and create queries + Запуск, отмена и создание запросов + + + Running + Выполняется + + + Running a custom query will discard all pending changes. Do you want to continue? + Выполнение пользовательского запроса приведет к сбросу всех незавершенных изменений. Хотите продолжить? + + + Running query is not supported when the editor is in multiple selection mode. + Выполнение запроса не поддерживается, если редактор находится в режиме выбора нескольких элементов. + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Выполнение запроса при подключении "{0}" (ИД: {1}) + + + Running: {0} + {0} is how long the query has been running + Выполняется: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + Конечная точка аналитики SQL + + + SQL Authentication + Проверка подлинности SQL + + + SQL Container Name + Имя контейнера SQL + + + SQL Container Version + Версия контейнера SQL + + + SQL Database + База данных SQL + + + SQL Database Projects — Code Analysis + Проекты SQL Database — Code Analysis + + + SQL Login + Вход SQL + + + SQL Notebooks + Записные книжки SQL + + + SQL Plan Files + Файлы плана SQL + + + SQL Server Container SA Password + Пароль системного администратора контейнера с SQL Server + + + SQL Server admin password + Пароль администратора SQL Server + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server не поддерживает контейнеры с Windows. Переключитесь на контейнеры Linux в настройках Docker Desktop. + + + SQL Server is required + Требуется SQL Server + + + SQL Server port number + Номер порта SQL Server + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} — последняя версия + + + SQL Tools (MSSQL) + Инструменты SQL (MSSQL) + + + SQL database in Fabric + База данных SQL в Fabric + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + Переменные SQLCMD + + + SVG + SVG + + + Satisfied + Нравится + + + Saturation + Насыщенность + + + Save + Сохранить + + + Save .scmp file + Сохранить файл .scmp + + + Save As + Сохранить как + + + Save As... + Сохранить как... + + + Save Changes + Сохранить изменения + + + Save Connection Group + Сохранить группу подключений + + + Save Password + Сохранить пароль + + + Save Password? If 'No', password will be required each time you connect + Сохранить пароль? При ответе "Нет" пароль будет требоваться каждый раз при подключении + + + Save Plan + Сохранить план + + + Save Secret + Сохранить секрет + + + Save as CSV + Сохранить в формате CSV + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + Сохранить в формате CSV ({0}) + + + Save as Excel + Сохранить как файл Excel + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + Сохранить как файл Excel ({0}) + + + Save as INSERT INTO + Сохранить как INSERT INTO + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + Сохранить как INSERT INTO ({0}) + + + Save as JSON + Сохранить как JSON + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + Сохранить как JSON ({0}) + + + Save backup to URL + Сохранить резервную копию в URL-адрес + + + Save connection profile changes without establishing a connection + Сохранить изменения профиля подключения без установления подключения + + + Save password + Сохранить пароль + + + Save results as CSV + Сохранить результаты в формате CSV + + + Save results as Excel + Сохранить результаты в формате Excel + + + Save results as INSERT + Сохранить результаты как INSERT + + + Save results as JSON + Сохранить результаты в формате JSON + + + Save results command cannot be used with multiple selections. + Команда сохранения результатов не может быть использована при выборе нескольких элементов. + + + Save source and target, options, and excluded elements + Сохранить источник, целевой объект, параметры и исключенные элементы + + + Save to Disk + Сохранить на диск + + + Save to URL + Сохранить в URL-адресе + + + Save without connecting + Сохранить без подключения + + + Saved + Сохранено + + + Saved Connections + Сохраненные подключения + + + Saved results to {0} + {0} is the saved file path + Результаты сохранены в {0} + + + Saving... + Выполняется сохранение... + + + Scaffold backend components (e.g., data-access layers) based on your current database context + Создавайте макеты серверных компонентов (например, слои доступа к данным) на основе текущего контекста базы данных + + + Scale + Масштаб + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + Несоответствие масштаба между "{0}" и "{1}" + + + Schema + Схема + + + Schema '{0}' is not available. + {0} is the schema name + Схема "{0}" недоступна. + + + Schema Changes + Изменения схемы + + + Schema Compare + Сравнение схем + + + Schema Compare Options + Варианты сравнения схем + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + Сравнить схемы не удалось: "{0}" + + + Schema Designer + Конструктор схем + + + Schema Designer Model is ready. Changes can now be published. + Модель конструктора схем готова. Теперь можно опубликовать изменения. + + + Schema Designer with GitHub Copilot + Дизайнер схем с GitHub Copilot + + + Schema Diff + Инструмент сравнения схемы + + + Schema designer details are not available. + Детали конструктора схем недоступны. + + + Schema designer is not initialized. + Конструктор схем не инициализирован. + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + Конструктор схем открыт. Для изменений схемы продолжайте операции {0} ({1}/{2}). + + + Schema designer state changed. Fetch the latest schema and retry the operation. + Состояние конструктора схем изменилось. Получите новейшую схему и повторите операцию. + + + Schema designer state retrieved successfully. + Состояние конструктора схем успешно получено. + + + Schema designer updated successfully. + Конструктор схем успешно обновлен. + + + Schema is required + Требуется схема + + + Schema/Object Type + Тип схемы или объекта + + + Schemas + Схемы + + + Script + Сценарий + + + Script as Alter + Сценарий в режиме изменения + + + Script as Create + Сценарий в режиме создания + + + Script as Drop + Сценарий в режиме удаления + + + Script as Execute + Сценарий в режиме выполнения + + + Script copied to clipboard + Сценарий скопирован в буфер обмена. + + + Script copied to clipboard. + Скрипт скопирован в буфер обмена. + + + Search Database Objects + Поиск объектов базы данных + + + Search Database Objects - {0} + {0} is the server name + Поиск объектов базы данных — {0} + + + Search Workspaces + Поиск рабочих областей + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + Поиск по имени или типу объекта (например, t:<name>, v:, f: или sp:) + + + Search changes... + Поиск изменений... + + + Search connection groups + Поиск групп подключений + + + Search extension shortcut + Сочетание клавиш расширения поиска + + + Search options + Параметры поиска + + + Search options... + Параметры поиска... + + + Search rules... + Поиск правил... + + + Search settings... + Параметры поиска... + + + Search subscriptions... + Поиск подписок... + + + Search tables... + Поиск в таблицах... + + + Search values... + Поиск значений... + + + Search within {0} text content + {0} is the column name + Поиск в текстовом содержимом {0} + + + Search workspaces... + Поиск рабочих областей... + + + Search... + Поиск... + + + Searching... + Выполняется поиск... + + + Seed sample data or import an existing schema + Введите данные образца семян или импортируйте существующую схему + + + Select + Выбрать + + + Select All + Выбрать все + + + Select Azure account with Key Vault access for column decryption + Выберите учетную запись Azure с доступом к Key Vault для расшифровки столбцов + + + Select Connection + Выбор подключения + + + Select Database + Выберите базу данных + + + Select Max vCores + Выберите максимум виртуальных ядер + + + Select Profile + Выберите профиль + + + Select Source + Выбор источника + + + Select Source Schema + Выберите исходную схему + + + Select Target + Выберите целевой объект + + + Select Target Schema + Выберите целевую схему + + + Select Top 1000 + Выбрать первые 1000 + + + Select XEL File + Выберите XEL-файл + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + Выберите учетную запись Microsoft Entra ID для использования с этим подключением. Исходные сведения об учетной записи из Azure Data Studio приведены ниже, но можно выбрать другую учетную запись. + + + Select a Workspace + Выбор рабочей области + + + Select a blob + Выберите BLOB-объект + + + Select a blob container + Выберите контейнер BLOB-объектов + + + Select a collation + Выберите параметры сортировки + + + Select a connection group + Выберите группу подключений + + + Select a connection to use as the default + Выберите подключение, которое будет использоваться по умолчанию + + + Select a data source + Выберите источник данных + + + Select a database + Выбрать базу данных + + + Select a database for profiling (Azure SQL requires a specific database) + Выберите базу данных для профилирования (для Azure SQL требуется конкретная база данных) + + + Select a file + Выберите файл + + + Select a folder + Выберите папку + + + Select a location for the resource group + Выберите расположение для группы ресурсов + + + Select a maintenance window + Выберите период обслуживания + + + Select a profiler template + Выберите шаблон профилировщика + + + Select a resource group + Выбрать группу ресурсов + + + Select a server + Выберите сервер + + + Select a session first + Сначала выберите сеанс + + + Select a session... + Выберите сеанс... + + + Select a storage account + Выбрать учетную запись хранения + + + Select a subscription + Выберите подписку + + + Select a subscription to view servers in it. + Выберите подписку, чтобы просмотреть серверы в ней. + + + Select a tenant + Выберите клиент + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Выберите допустимый {0} из раскрывающегося меню + + + Select a workspace to view the databases in it. + Выберите рабочую область для просмотра баз данных в ней. + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + Выберите a {0} для фильтрации + + + Select account + Выбрать учетную запись + + + Select all + Выбрать все + + + Select all cells in the active grid + Выбрать все ячейки в активной сетке + + + Select all entities + Выбрать все сущности + + + Select all options + Выбрать все параметры + + + Select all {0} + {0} is the action name (Create, Read, etc.) + Выбрать все {0} + + + Select an account + Выберите учетную запись + + + Select an account for authentication + Выбрать учетную запись для аутентификации + + + Select an extension to manage connection sharing permissions + Выберите расширение для управления разрешениями на совместное использование подключений + + + Select an operation + Выберите операцию + + + Select column + Выберите столбец + + + Select file to import + Выбрать файл для импорта + + + Select image + Выберите образ + + + Select location + Выберите расположение + + + Select new permission for extension: '{0}' + {0} is the extension name + Выберите новое разрешение для расширения: "{0}" + + + Select or clear all connection groups + Выбрать или очистить все группы подключений + + + Select or clear all connections + Выбрать или очистить все подключения + + + Select package file + Выберите файл пакета + + + Select profile to edit + Выберите профиль, который нужно изменить + + + Select profile to remove + Выберите профиль для удаления + + + Select row + Выбрать строку + + + Select session + Выберите сеанс + + + Select subscriptions + Выбрать подписки + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + Выберите файл Azure Data Studio settings.json для проверки на наличие подключений и групп подключений. + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + Выберите метод HTTP, который может выполнить эту хранимую процедуру. Для DAB по умолчанию используется POST. + + + Select the SQL Server Container Image + Выберите образ контейнера SQL Server + + + Select the entire current column + Выбрать текущий столбец целиком + + + Select the entire current row + Выбрать текущую строку целиком + + + Select the target schema + Выберите целевую схему + + + Selected + Выбрано + + + Selected Microsoft Entra account removed successfully. + Выбранная учетная запись Microsoft Entra удалена. + + + Selected Path + Выбранный путь + + + Selected backup file does not contain a valid database backup + Выбранный файл резервной копии не содержит действительной резервной копии базы данных + + + Selected query-editor text + Выбранный текст редактора запросов + + + Selection + Выбор + + + Sequelize + Sequelize + + + Serialization failed + Сбой сериализации + + + Server + Сервер + + + Server - {0} + {0} is the server name + Сервер — {0} + + + Server Connections + Подключения к серверу + + + Server Edition + Выпуск сервера + + + Server Name + Имя сервера + + + Server Version + Версия сервера + + + Server connection in progress. Do you want to cancel? + Выполняется подключение к серверу. Хотите отменить? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + Не удалось запустить сервер. Это может быть связано с ошибкой разрешений или несовместимостью вашей системы. Попробуйте включить проверку подлинности кода устройства в разделе параметров. + + + Server is required + Необходимо указать сервер + + + Server name is required + Требуется указать имя сервера + + + Server name not set. + Имя сервера не задано. + + + Server name or ADO.NET connection string + Имя сервера или строка подключения ADO.NET + + + Server {0} not found. + {0} is the server name + Сервер {0} не найден. + + + Serverless + Бессерверный + + + Service installation failed. + Сбой установки службы. + + + Service tier + Уровень служб + + + Session + Сеанс + + + Session creation timed out + При создании сеанса истекло время ожидания + + + Session name can only contain letters, numbers, underscores, and hyphens + Имя сеанса может содержать только буквы, цифры, символы подчеркивания и дефисы + + + Session name cannot be empty + Имя сеанса не может быть пустым + + + Session name must be {0} characters or less + {0} is the maximum length + Имя сеанса может содержать не более {0} символов + + + Session not running + Сеанс не выполняется + + + Set Default + Задать значение по умолчанию + + + Set Null + Задать значение null + + + Set backup Compression + Настройка сжатия резервной копии + + + Set backup Media Set + Настройка набора носителей для резервного копирования + + + Set backup retain days + Установить время хранения резервной копии в днях + + + Setting + Параметр + + + Setting up + Настройка + + + Setting up container + Настройка контейнера + + + Settings + Параметры + + + Settings and Keybindings + Параметры и настраиваемые сочетания клавиш + + + Settings are fixed for free tier. + Параметры зафиксированы для уровня Бесплатный". + + + Settings for {0} + {0} is the entity name + Настройки {0} + + + Severity + Уровень серьезности + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + Серьезность для {0} + + + Shortcut + Сочетание клавиш + + + Shortcuts Configuration + Настройка сочетания клавиш + + + Shortcuts Configuration (Preview) + Конфигурация сочетания клавиш (предварительная версия) + + + Shortcuts configuration page + Страница конфигурации ярлыков + + + Show All + Показать все + + + Show Changes + Показать изменения + + + Show Confirm Password + Показать подтверждение пароля + + + Show Definition + Показать определение + + + Show Estimated Plan + Показать предполагаемый план + + + Show MSSQL output + Показать выходные данные MSSQL + + + Show Menu + Показать меню + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + Показать меню ({0}) + + + Show New Password + Показать новый пароль + + + Show SQL + Показать SQL + + + Show SQL Pane + Показать панель SQL + + + Show Schema + Показать схему + + + Show a random table definition + Показать определение случайной таблицы + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + Показать все сочетания клавиш для быстрых запросов в сочетаниях клавиш VS Code + + + Show all columns + Показать все столбцы + + + Show full error message + Показать полное сообщение об ошибке + + + Show masked command (hides sensitive information) + Показать команду в маске (скрывает конфиденциальную информацию) + + + Show or hide the query result panel + Показать или скрыть панель результатов запроса + + + Show password + Показать пароль + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + Показать схему для подключения "{0}" (ИД: {1})? + + + Show table relationships + Показать связи таблиц + + + Show unmasked command (reveals sensitive information) + Показать команду без маски (раскрывает конфиденциальную информацию) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + Отображение схемы для подключения "{0}" (ИД: {1}) + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + Отображается {0} из {1} событий + + + Showplan XML + XML Showplan + + + Sign In + Войти + + + Sign in + Войти + + + Sign in and retry + Войти и повторить попытку + + + Sign in to a new account + Войти в новую учетную запись + + + Sign in to your Azure subscription + Войдите в свою подписку Azure + + + Sign in to your Azure subscription in one of the sovereign clouds. + Войдите в свою подписку Azure в одном из национальных облаков. + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + Войдите в свою подписку Azure с кодом устройства. Используйте эту возможность при установках, в которых команда "Войти" не работает. + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + Войдите с помощью Entra ID "{0}". + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + Войдите с помощью учетной записи Microsoft Entra ID, включая учетные записи с многофакторной проверкой подлинности. Для получения дополнительных сведений щелкните значок информации. + + + Sign into Azure + Войти в Azure + + + Sign into Azure in order to add a firewall rule. + Войдите в Azure, чтобы добавить правило брандмауэра. + + + Sign into Fabric + Войти в Fabric + + + Sign into additional accounts + Войти в дополнительные учетные записи + + + Sign into tenant + Войти в клиент + + + Signing in to Azure as {0}... + {0} is the account name + Выполняется вход в Azure в качестве {0}... + + + Simple + Простой + + + Simple Container Management + Простое управление контейнерами + + + Smart performance + Интеллектуальная производительность + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + Некоторые подключения или группы содержат неполные сведения. Вы можете продолжить, но может потребоваться изменить эти подключения позже перед выполнением подключения. + + + Sort + Сортировка + + + Sort Ascending + Сортировка по возрастанию + + + Sort Descending + Сортировка по убыванию + + + Sort ascending + Сортировать по возрастанию + + + Sort column + Сортировать столбец + + + Sort descending + Сортировать по убыванию + + + Source + Источник + + + Source Column + Исходный столбец + + + Source Database + База данных-источник + + + Source Name + Имя источника + + + Source: {0} + {0} is the fully qualified DAB source object name + Источник: {0} + + + Source: {0} + {0} is the task source + Источник: {0} + + + Specifies whether the column is included in the primary key for the table. + Указывает, включен ли столбец в первичный ключ таблицы. + + + Specifies whether the column may have a NULL value. + Указывает, может ли столбец иметь значение NULL. + + + Specify Input File + Укажите исходный файл + + + SqlPackage Command + Команда SqlPackage + + + Standby file + Резервный файл + + + Start + Запустить + + + Start IP Address + Начальный IP-адрес + + + Start Time + Время начала + + + Start profiling session + Начать сеанс профилирования + + + Start, stop, and remove containers directly from the extension. + Запуск, остановка и удаление контейнеров непосредственно из расширения. + + + Started executing query at + Начало выполнения запроса + + + Started query execution for document "{0}" + {0} is the document name + Начато выполнение запроса для документа "{0}" + + + Started saving results to {0} + {0} is the file path + Начато сохранение результатов в {0} + + + Starting '{0}'... + {0} is the service name + Запуск "{0}"... + + + Starting Container... + Запуск контейнера... + + + Starting DAB container + Запуск контейнера DAB + + + Starting Docker Desktop + Запуск Docker Desktop + + + Starting Docker... + Запуск Docker... + + + Starting {0}... + {0} is the container name + Запуск {0}... + + + Starts With + Начинается с + + + Starts with + Начинается с + + + Status + Состояние + + + Status: {0} + {0} is the task status + Статус: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + Этап {0} из {1} + + + Stop + Остановить + + + Stop session + Остановить сеанс + + + Stopped + Остановлено + + + Stopping Container... + Остановка контейнера... + + + Stopping profiler session "{0}"... + {0} is the session name + Выполняется остановка сеанса профилировщика "{0}"... + + + Storage + Хранилище + + + Storage Account + Учетная запись хранения + + + Storage Account is required + Требуется учетная запись хранения + + + Stored Procedure + Хранимая процедура + + + Stored Procedures + Хранимые процедуры + + + Stored procedure GraphQL operation + Операция GraphQL хранимой процедуры + + + Stored procedure REST methods + Методы хранимых процедур REST + + + Submit + Отправить + + + Submit an issue + Сообщить о проблеме + + + Subscription + Подписка + + + Subscription is required + Требуется подписка + + + Subtree Cost + Ресурсоемкость поддерева + + + Succeeded + Выполнено + + + Succeeded with warning + Завершено с предупреждением + + + Successfully changed to database: {0} + {0} is the database name + Успешно изменено на базу данных: {0} + + + Successfully connected to server. + Подключение к серверу успешно установлено. + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + Обновлен маркер для подключения {0} с URI {1}, {2} + + + Successfully saved results to {0} + {0} is the file path + Результаты сохранены в {0} + + + Sum + Сумма + + + Sum: {0} + {0} is the sum + Сумма: {0} + + + Summary + Сводка + + + Summary loading canceled + Загрузка сводки отменена + + + Summary loading was canceled by user + Загрузка сводки отменена пользователем + + + Switch Direction + Сменить направление + + + Switch Source and Target + Поменять местами источник и назначение + + + Switch between result panes and tabs + Переключаться между панелями результатов и вкладками + + + Switch results view + Переключить представление результатов + + + Switch to Grid View + Перейти к представлению сетки + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + Переключиться на представление сетки ({0}) + + + Switch to MSAL + Переключиться на MSAL + + + Switch to Messages tab + Перейти на вкладку «Сообщения» + + + Switch to Query Plan tab + Переключиться на вкладку «План запроса» + + + Switch to Results tab + Переключиться на вкладку «Результаты» + + + Switch to Text View + Переключиться на текстовое представление + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + Переключиться на текстовое представление ({0}) + + + Switched to {0} + {0} is the connection label + Выполнено переключение на {0} + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + Переключение на контейнеры Linux отменено. SQL Server поддерживает только контейнеры с Linux. + + + Synchronous resize + Синхронное изменение размера + + + System databases + Системные базы данных + + + T-SQL + T-SQL + + + Table + Таблица + + + Table '{0}' already exists + {0} is the table name + Таблица "{0}" уже существует + + + Table '{0}' not found + {0} is the table name + Таблица "{0}" не найдена + + + Table Diagram + Схема таблицы + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + Обозреватель таблиц для "{0}" содержит несохраненные изменения. Сохранить или отменить их? + + + Table Name + Имя таблицы + + + Table Schema + Схема таблицы + + + Table added to schema designer successfully. + Таблица успешно добавлена в конструктор схем. + + + Table deleted from schema designer successfully. + Таблица успешно удалена из конструктора схем. + + + Table id already exists. + Этот идентификатор таблицы уже существует. + + + Table must include at least one column. + Таблица должна содержать хотя бы один столбец. + + + Table name + Имя таблицы + + + Table name cannot be empty + Имя таблицы не может быть пустым + + + Table name is required + Необходимо указать имя таблицы. + + + Table updated in schema designer successfully. + Таблица в конструкторе схем успешно изменена. + + + Tables + Таблицы + + + Tag keys must be unique. + Ключи тегов должны быть уникальными. + + + Tags + Теги + + + Tail-log backup + Резервная копия заключительного фрагмента журнала + + + Tail-log backup file + Файл резервной копии заключительного фрагмента журнала + + + Take Survey + Пройти опрос + + + Take tail-log backup before restore + Создать резервную копию заключительного фрагмента журнала до восстановления + + + Target + Целевой объект + + + Target Database + Целевая база данных + + + Target Name + Имя целевого объекта + + + Target Table + Целевая таблица + + + Target: {0} + {0} is the task target location + Целевой объект: {0} + + + Task log is unavailable. + Журнал задач недоступен. + + + Task: {0} + {0} is the task name + Задача: {0} + + + Tenant + Клиент + + + Tenant ID + Идентификатор клиента + + + Tenant ID is required + Требуется указать идентификатор клиента + + + Tenant is required + Требуется арендатор + + + Terms & Conditions + Условия + + + Test connecting with the current settings + Проверка подключения с текущими параметрами + + + Test connection + Проверить подключение + + + Testing connection profile... + Тестируем профиль подключения… + + + Testing... + Проверка... + + + Text + Текст + + + Text View + Текстовое представление + + + Text tab - displays SQL text data + Вкладка "Текст" — отображает текстовые данные SQL + + + The Application (Client) ID of your Microsoft Entra app registration. + Идентификатор приложения (клиента) регистрации приложения в Microsoft Entra. + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + Профилировщик запросов теперь поддерживает базы данных SQL в подключениях Microsoft Fabric с новыми шаблонами базы данных SQL Azure, в том числе {code-snippet-0} для облегченного профилирования T-SQL. + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + Не удалось запустить расширение SQL Server из-за сбоя запуска необходимой для его работы фоновой службы. Установите автономную версию VSIX для операционной системы или проверьте сетевое соединение и повторите попытку. Сведения: {0} + + + The XEL file was not found. + XEL-файл не найден. + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + Поведение при попытке пользователя удалить строку с данными, участвующую в отношении по внешнему ключу. + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + Поведение при попытке пользователя обновить строку с данными, участвующую в отношении по внешнему ключу. + + + The client secret for your Microsoft Entra app registration. + Секрет клиента для регистрации приложения в Microsoft Entra. + + + The columns of the index. + Столбцы индекса. + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + Идентификатор подключения "{0}" заданный в параметре "mssql.defaultConnectionId", не соответствует какому-либо известному профилю подключения. Новые редакторы перейдут к передаче активного соединения. + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + Для подключения с идентификатором "{0}" не задано свойство "server", и оно игнорируется. Задайте свойство "server" для этого подключения, чтобы использовать его. + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + Выбор пользовательского облака не настроен. Настройте параметр "{0}". + + + The description of the check constraint. + Описание проверочного ограничения. + + + The description of the foreign key. + Описание внешнего ключа. + + + The description of the index. + Описание индекса. + + + The description of the primary key. + Описание первичного ключа. + + + The expression defining the check constraint. + Выражение, определяющее проверочное ограничение. + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + Расширение "{0}" запрашивает доступ к вашим подключениям SQL Server. Это позволит ему выполнять запросы и получать доступ к вашей базе данных. + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Первое значение должно быть меньше второго значения оператора {0} в фильтре {1} + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Необходимо задать первое значение для оператора {0} в фильтре {1} + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + Следующие подключения к рабочей области или папке рабочей области не содержат свойства "id" и игнорируются. Вручную добавьте свойство "id" к подключению, чтобы использовать его. + + {0} + + + The language model did not return any output. + Языковая модель не вернула никакого результата. + + + The mapping between foreign key columns and primary key columns. + Сопоставление столбцов внешних ключей и столбцов первичных ключей. + + + The maximum length (in characters) that can be stored in this database object. + Максимальная длина значения (в символах), которое можно хранить в этом объекте базы данных. + + + The name of the check constraint. + Имя проверочного ограничения. + + + The name of the column object. + Имя объекта столбца. + + + The name of the column. + Имя столбца. + + + The name of the foreign key. + Имя внешнего ключа. + + + The name of the index. + Имя индекса. + + + The query results panel failed to load. Please try running the query again. + Не удалось загрузить панель результатов запроса. Попробуйте выполнить запрос еще раз. + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + Список последних подключений был очищен, но при удалении некоторых связанных с ним учетных данных возникли ошибки. Просмотрите ошибки в канале выдачи MSSQL. + + + The requested model could not be found. Please check model availability or try a different model. + Не удалось найти запрошенную модель. Проверьте доступность модели или попробуйте использовать другую. + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + Необходимо задать второе значение для оператора {0} в фильтре {1} + + + The selected file is not a valid XEL file. + Выбранный файл не является допустимым файлом XEL. + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + Выбранный профиль проходит проверку подлинности через Entra ID {0}, но эта учетная запись не авторизована в расширении MSSQL. Измените подключение или войдите в MSSQL с этой учетной записью для подключения. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + Выбранный профиль проходит проверку подлинности через Entra ID «{0}» в клиенте «{1}», но эта учетная запись недоступна через вход в VS Code. Измените подключение или войдите в VS Code с этой учетной записью для подключения. + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + Выбранный профиль проходит проверку подлинности через Entra ID {0} в клиенте {1}, но эта учетная запись не авторизована в расширении MSSQL. Измените подключение или войдите в MSSQL с этой учетной записью для подключения. + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + Выбранный профиль проходит проверку подлинности через Entra ID {0}, но эта учетная запись недоступна через вход в VS Code. Измените подключение или войдите в VS Code с этой учетной записью для подключения. + + + The table which contains the primary or unique key column. + Таблица, которая содержит первичный или уникальный ключевой столбец. + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + Сбой службы {0}. Подробности: {1} + + + There was an error updating the project + Ошибка при обновлении проекта + + + This connection does not have a display name in Azure Data Studio. + У этого подключения нет отображаемого имени в Azure Data Studio. + + + This connection's group has not been selected, so this connection will be imported to the root. + Группа этого подключения не выбрана, поэтому это подключение будет импортировано в корень. + + + This database name is already in use. Please choose a different name. + Это имя базы данных уже используется. Выберите другое имя. + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + Не удалось обработать это сообщение. Если проблема сохранится, проверьте журналы и сообщите о проблеме на GitHub. + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + Эта операция проанализировала структуру входного файла и сформировала предварительный просмотр для первых 50 строк. + + + This server only supports Microsoft Entra ID authentication. + Этот сервер поддерживает проверку подлинности Microsoft Entra ID. + + + This server only supports SQL Authentication. + Этот сервер поддерживает только проверку подлинности SQL. + + + This server supports Microsoft Entra ID and SQL Authentication. + Этот сервер поддерживает Microsoft Entra ID и проверку подлинности SQL. + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + Для использования этого сочетания клавиш необходимо передать выделенный текст в качестве параметра. Выделите текст в редакторе SQL, затем снова запустите сочетание клавиш. + + + This value was not provided in the Azure Data Studio settings file. + Это значение не указано в файле параметров Azure Data Studio. + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + Эта операция развернет контейнер построителя API данных локально с помощью Docker. Контейнер предоставит API {0} на основе вашей конфигурации. + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + Все правила будут сброшены до стандартного уровня серьезности, а параметр "Включить анализ кода при сборке" отключен. Это необратимое действие. Продолжить? + + + Time + Время + + + Timestamp + Метка времени + + + To + Label for the end IP address in the firewall rule IP range + По + + + To compare two schemas, first select a source schema and target schema, then press compare. + Чтобы сравнить две схемы, сначала выберите исходную и целевую схемы, а затем нажмите кнопку "Сравнить". + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + Для использования этой команды откройте файл SQL, или измените языковой режим окна редактора на "SQL", или выберите текст T-SQL в активном окне редактора SQL. + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + Для использования этой команды в качестве языкового режима необходимо указать "SQL". Подтвердите изменение языкового режима. + + + Toggle Actual Plan + Переключить фактический план + + + Toggle Query Result Panel + Переключить панель результатов запроса + + + Toggle SQLCMD Mode + Переключить режим SQLCMD + + + Toggle Sort + Переключить сортировку + + + Toggle Tooltips + Переключение подсказок + + + Toggle actual execution plan collection for SQL queries + Переключить сбор фактического плана выполнения для SQL-запросов + + + Toggle all entities in {0} + {0} is the schema name + Переключить все сущности в {0} + + + Toggle between grid and text view + Переключаться между представлением в виде сетки и текстовым представлением + + + Toggle columns for {0} + {0} is the entity name + Переключить столбцы для {0} + + + Toggle dark mode + Переключить темный режим + + + Toggle filter row + Переключить строку фильтра + + + Toggle pre-header row + Переключить строку предзаголовков + + + Toggle selection for {0} + {0} is the connection display name + Выбрать подключение "{0}" или отменить выбор + + + Toggle selection for {0} + {0} is the connection group name + Выбрать группу "{0}" или отменить выбор + + + Toggle sort + Переключить сортировку + + + Toggle sorting for the active column + Переключить сортировку для активного столбца + + + Token refreshed successfully. + Маркер успешно обновлен. + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + Поиск инструмента для: {0} – {1}. + + + Total execution time: {0} + {0} is the elapsed time + Общее время выполнения: {0} + + + Total rows to fetch: + Всего строк для получения: + + + Transaction Log + Журнал транзакций + + + Transfer active connection (Default) + Передать активное соединение (по умолчанию) + + + Truncate the transaction log + Усечь журнал транзакций + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + Попробуйте базу данных SQL Azure бесплатно, воспользовавшись нашим бесплатным тарифным планом! Подготовьте полностью управляемую облачную базу данных непосредственно из VS Code. + + + Try adjusting your search or filters + Попробуйте изменить условия поиска или фильтры + + + Try it + Попробовать + + + Try searching by command name, description, or keybinding. + Попробуйте выполнить поиск по имени команды, описанию или сочетанию клавиш. + + + Type + Тип + + + TypeORM + TypeORM + + + URL + URL-адрес + + + URL copied to clipboard + URL-адрес скопирован в буфер обмена + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + Не удалось получить токен Microsoft Entra из VS Code для выбранной учетной записи: {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + Не удалось получить допустимый маркер. (срок действия: {0}, сейчас {1}) + + + Unable to determine the server authentication type. + Не удалось определить тип проверки подлинности сервера. + + + Unable to execute the command while the extension is initializing. Please try again later. + Невозможно выполнить команду в процессе инициализации расширения. Повторите попытку позже. + + + Unable to expand. Please check logs for more information. + Не удалось развернуть. Подробнее см. в журналах. + + + Unable to load backup configuration. Please try again. + Не удалось загрузить резервную конфигурацию. Повторите попытку. + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + Не удалось загрузить список баз данных с сервера: {0} Вы можете ввести имя базы данных напрямую. + + + Unable to open Table Explorer: No target node provided. + Не удалось открыть обозреватель таблиц: не указан целевой узел. + + + Unable to read proxy agent options. + Не удается прочитать параметры агента прокси-сервера. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + Не удалось получить список баз данных. Возможно, у вас нет разрешений на просмотр баз данных на этом сервере. + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + Не удалось получить список баз данных. Возможно, у вас нет разрешений на просмотр баз данных на этом сервере. Если в подключении указана база данных, она будет выбрана предварительно. + + + Unavailable for backups to existing files + Недоступно для резервного копирования в существующие файлы + + + Understand and document business logic embedded in stored procedures, views, and functions + Анализируйте и документируйте бизнес-логику, внедренную в хранимые процедуры, представления и функции + + + Undo + Отменить + + + Undo All + Отменить все + + + Undo All Copilot Changes + Отменить все изменения Copilot + + + Unfreeze columns + Снять закрепление столбцов + + + Unfreeze columns/rows + Снять закрепление столбцов/строк + + + Unknown + Неизвестно + + + Unknown Connection + Неизвестное подключение + + + Unknown account + Неизвестная учетная запись + + + Unknown deployment step: {0} + {0} is the deployment step number + Неизвестный шаг развертывания: {0} + + + Unknown error + Неизвестная ошибка + + + Unknown magic command: %%{0} + {0} is the magic command name + Неизвестная магическая команда "{0}" + + + Unknown object management dialog. + Диалоговое окно управления неизвестным объектом. + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + Неизвестная операция: {0}. Поддерживаются операции: add_table, update_table, delete_table, replace_schema, get_schema + + + Unknown tenant ID + Неизвестный идентификатор клиента + + + Unnamed Profile + Безымянный профиль + + + Unsaved Changes + Несохраненные изменения + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + Архитектура не поддерживается для Docker: {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + Неподдерживаемый тип проверки подлинности в строке подключения: {0}. Поддерживаются только вход SQL, интегрированная проверка подлинности, многофакторная проверка подлинности Azure и проверка подлинности Active Directory по умолчанию. + + + Unsupported by Data API builder. + Не поддерживается построителем API данных. + + + Unsupported data types detected + Обнаружены неподдерживаемые типы данных + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + Платформа для Docker не поддерживается: {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + До 10 баз данных со скоростью 100 000 vCore в секунду, 32 ГБ хранилища и ежемесячным обновлением резервных копий. + + + Update + Обновить + + + Update Database + Обновить базу данных + + + Update Script + Обновить скрипт + + + Updating IntelliSense... + Обновляем IntelliSense... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + Превышены ограничения на использование. Попробуйте еще раз чуть позже или рассмотрите возможность оптимизации запросов. + + + Use Microsoft Entra ID authentication to provision and connect to this database. + Для создания учетной записи и подключения к этой базе данных используйте проверку подлинности Microsoft Entra ID. + + + Use SQL Authentication with a valid username and password. + Используйте проверку подлинности SQL с допустимым именем пользователя и паролем. + + + Use T-SQL intellisense and syntax error checking on current document + Использовать T-SQL IntelliSense и проверку синтаксиса на ошибки в текущем документе + + + Use discount code {0} to save €200 on registration. + Используйте промокод {0}, чтобы сэкономить €200 при регистрации. + + + Use encryption for this backup + Использовать шифрование для этой резервной копии + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + Используйте формат: ГГГГ-ММ-ДД ЧЧ:мм:сс[.ССС] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + Используйте естественный язык для создания схем баз данных прямо в визуальном дизайнере схем. Создавайте схемы с нуля, развивайте существующие проекты, просматривайте изменения через режим сравнения и импортируйте внешние артефакты — все это немедленно отражается в визуальной диаграмме и скрипте T-SQL. + + + Use the default server setting + Использовать параметр сервера по умолчанию + + + Use {0} to create a new connection. + {0} is the connect command + Используйте {0} для создания нового подключения. + + + Used in API routes and responses + Используется в маршрутах и ответах API + + + User + Пользователь + + + User ID + ИД пользователя + + + User Name + Имя пользователя + + + User databases + Пользовательские базы данных + + + User name + Имя пользователя + + + User name (SQL Login) + Имя пользователя (имя для входа SQL) + + + User name is required + Имя пользователя является обязательным + + + Username + Имя пользователя + + + Username is required + Требуется имя пользователя + + + Uses the WITH KEEP_REPLICATION option during restore + Использует при восстановлении параметр WITH KEEP_REPLICATION + + + Uses the WITH NORECOVERY option during restore + Использует при восстановлении параметр WITH NORECOVERY + + + Uses the WITH REPLACE option during restore + Использует при восстановлении параметр WITH REPLACE + + + Uses the WITH RESTRICTED_USER option during restore + Использует при восстановлении параметр WITH RESTRICTED_USER + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + Используется {0} ({1})... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + Для обработки вашего запроса используется {0}... + + + Validation failed + Проверка не пройдена + + + Validation failed. Please check your inputs + Проверка не пройдена. Проверьте входные данные + + + Value + Значение + + + Value is required + Требуется значение + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + Векторные значения в этом редакторе доступны только для чтения. Используйте T-SQL для изменения значения или повторного внедрения. + + + Verify a container image by using the Notation CLI + Проверьте образ контейнера с помощью CLI Notation + + + Verify backup when finished + Проверить резервную копию после завершения + + + Verifying Docker engine is ready + Проверка готовности подсистемы Docker + + + Verifying Docker is installed on your system + Проверка установки Docker в системе + + + Verifying the API is ready to accept requests + Проверка готовности API к приему запросов + + + Very Dissatisfied + Крайне не нравится + + + Very Satisfied + Очень нравится + + + View + Просмотреть + + + View Config + Просмотреть конфигурацию + + + View More + Показать больше + + + View Swagger + Просмотреть Swagger + + + View Table Diagram + Просмотреть схему таблицы + + + View known issues + Просмотреть известные проблемы + + + View mssql for Visual Studio Code release notes? + Посмотреть примечания к выпуску mssql для Visual Studio Code? + + + View roadmap + Просмотреть дорожную карту + + + View settings + Просмотреть параметры + + + View the estimated query execution plan + Просмотреть предполагаемый план выполнения запроса + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + Просматривайте, редактируйте, добавляйте и удаляйте строки таблиц в интерактивной сетке с проверкой в реальном времени и предварительным просмотром скриптов DML. + + + View/configure keybinding + Просмотреть и настроить сочетания клавиш + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + Просмотреть и настроить сочетания клавиш для {0} + + + View: + Просмотреть: + + + Views + Представления + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + Чтобы этот параметр вступил в силу, необходимо перезапустить Visual Studio Code. Перезагрузите Visual Studio Code. + + + Visualize and Design Schema + Визуализация и проектирование схемы + + + WHERE + WHERE + + + Warehouse + Хранилище + + + Warning + Предупреждение + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + Внимание: результирующий набор неполон. Показано строк: {0} из {1}. Не удалось загрузить полный набор результатов. + + + Warnings + Предупреждения + + + Warnings detected. Please review the changes. + Обнаружены предупреждения. Проверьте изменения. + + + Watch demo + Посмотреть ролик + + + Watch demos on YouTube + Смотреть демонстрации на YouTube + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + Не удалось найти Docker Desktop на компьютере. Запустите Docker Desktop вручную, затем повторите попытку. + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + Не удалось установить подключение, используя текущие сведения о подключении. Повторить попытку подключения или изменить профиль подключения? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + Мы рады, что вам нравится MSSQL для VS Code! Пожалуйста, оставьте краткий отзыв в Магазине VS Code. + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + Веб-представление "{0}" не достигло состояния готовности по прошествии {1} мс + + + Webview was disposed before it became ready + Веб-представление было удалено до того, как пришло в готовность + + + What I can do for you: + Чем я могу помочь: + + + What can we do to improve? + Что мы можем улучшить? + + + What's next? + Что дальше? + + + Width cannot be 0 or negative + Ширина не может быть отрицательной или равной 0 + + + Windows Authentication + Проверка подлинности Windows + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + Работает с VS Code/SSMS и использует проверку подлинности Microsoft Entra и элементы управления доступом Fabric. + + + Workspace + Рабочая область + + + Workspace is required + Необходимо указать рабочую область + + + Write a review + Написать отзыв + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + Пишите и выполняйте SQL-запросы в собственных записных книжках Jupyter Visual Studio Code с интерактивными результатами, сортировкой, фильтрацией и документацией Markdown. + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + Пишите и оптимизируйте запросы SQL, а также устраняйте их неполадки с помощью улучшений, рекомендованных ИИ + + + YYYY-MM-DD HH:mm:ss + ГГГГ-ММ-ДД ЧЧ:мм:сс + + + Yes + Да + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + Вы собираетесь выполнить развертывание в существующей базе данных. Эта операция внесет постоянные изменения в схему базы данных и может привести к потере данных. Хотите продолжить? + + + You are not connected to any database. + Вы не подключены ни к одной базе данных. + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + Вы видите это сообщение, так как обновили расширение MSSQL до версии {0}. + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + У вас есть зафиксированные события Профилировщика, которые не были экспортированы. Если закрыть сейчас, все зафиксированные события будут потеряны. Хотите экспортировать их в CSV-файл? + + + You have unsaved changes. Do you want to save before closing? + У вас есть несохраненные изменения. Сохранить их перед закрытием? + + + You must accept the license + Необходимо принять лицензию + + + You must be signed into Azure in order to browse SQL databases. + Для просмотра баз данных SQL необходимо войти в Azure. + + + You must be signed into Fabric in order to browse SQL databases. + Для просмотра баз данных SQL необходимо войти в Fabric. + + + You must review and accept the terms to proceed + Чтобы продолжить, необходимо просмотреть и принять условия + + + Your API is available at: + Ваш API доступен в: + + + Your APIs are available at the following endpoints: + Ваши API доступны в следующих конечных точках: + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + В настоящее время подсистема Docker выполняет контейнеры с Windows. SQL Server поддерживает только контейнеры с Linux. Переключиться на контейнеры с Linux? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + Для доступа к ресурсам {0} вашей учетной записи необходимо заново пройти проверку подлинности. Нажмите кнопку "Открыть", чтобы начать процесс проверки подлинности. + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + У клиентского IP-адреса "{0}" нет доступа к серверу "{1}", к которому вы пытаетесь подключиться. Создать правило брандмауэра? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + У IP-адреса вашего клиента нет доступа к этому серверу. Добавьте учетную запись Microsoft Entra, а затем создайте новое правило брандмауэра, чтобы предоставить доступ. + + + Your current IP {0} will be added automatically. + {0} is the current IP address + Текущий IP-адрес {0} будет добавлен автоматически. + + + Your database will continue running after the free offer limit and you will be charged for overages. + База данных продолжит работу и после истечения ограничения бесплатного предложения, и за превышение будет взиматься плата. + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + Пароль должен содержать символы по крайней мере из трех следующих категорий: заглавные буквы, строчные буквы, числа (0–9) и специальные символы (!, $, #, % и т. д.). + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + Клиент "{0} ({1})" требует повторной проверки подлинности для доступа к ресурсам {2}. Нажмите кнопку "Открыть", чтобы начать процесс проверки подлинности. + + + Zone-redundant backup storage + Хранилище резервных копий с избыточностью между зонами + + + Zoom In + Увеличить масштаб + + + Zoom Out + Уменьшить масштаб + + + Zoom to Fit + Масштабировать по размеру + + + [Optional] Database to connect (press Enter to connect to <default> database) + [Необязательно] База данных для подключения (нажмите клавишу ВВОД для подключения к базе данных <по умолчанию>) + + + [Optional] Enter a display name for this connection profile + [Необязательно] Укажите отображаемое имя для этого профиля подключения + + + [Read-only] Pre-filled from the server properties. + [Только для чтения] Предварительно заполнено из свойств сервера. + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + и + + + authenticationType + authenticationType + + + contains + содержит + + + database + база данных + + + default + по умолчанию + + + delete the saved connection: {0}? + {0} is the connection name + удалить сохраненное подключение: {0}? + + + does not contain + не содержит + + + encrypt + шифровать + + + ends with + заканчивается на + + + equals + равно + + + greater than + больше + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + имя_узла\экземпляр, или <сервер>.database.windows.net, или строка подключения ADO.NET + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + не является нулевым + + + is null + равно нулю + + + items + элементы + + + items per page + Элементов на странице + + + items selected + выбрано элементов + + + less than + меньше + + + location + расположение + + + macOS Sierra or newer is required to use this feature. + Для использования этой функции требуется macOS Sierra или более новая версия. + + + none selected + ничего не выбрано + + + not equals + не равно + + + of + из + + + or + или + + + profiler_events + profiler_events + + + resource group + группа ресурсов + + + server + сервер + + + starts with + начинается с + + + subscription + подписка + + + test + тест + + + undefined + не определено + + + untitled + без названия + + + updatingIntelliSense + updatingIntelliSense + + + vCores + Виртуальные ядра + + + value + значение + + + x of y selected + Выбрано x из y + + + {0} (Current Account) + {0} is the account display name + {0} (текущая учетная запись) + + + {0} (filtered) + {0} (применен фильтр) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1} %) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1} %): {2} + + + {0} accounts + {0} is the number of accounts + Учетных записей: {0} + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + Действие {0} над {1} + + + {0} change(s) + {0} is the number of changes + {0} изменений + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0} изменилось с '{1}' на '{2}' + + + {0} changes + {0} is the number of property changes + Изменений: {0} + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + Палитра цветов {0} ({1}) + + + {0} column data + {0} is the number of columns + Данные столбцов ({0}) + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + Импортирована {0} группа подключений + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + Импортировано групп подключений: {0} + + + {0} connection imported + {0} is the number of connections imported (singular) + Импортировано {0} подключение + + + {0} connections imported + {0} is the number of connections imported (plural) + Импортировано подключений: {0} + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {0} содержит типы столбцов, не поддерживаемые построителем API данных: {1} + + + {0} deleted successfully. + {0} deleted successfully. + {0}: успешно удалено. + + + {0} errors + {0} is the number of errors + Ошибок: {0} + + + {0} events + {0} is the number of events + Событий: {0} + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} закрыт. Вы хотите восстановить его? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + Удалено несколько ({0}) недопустимых учетных записей Microsoft Entra; возможно, потребуется запустить команду "MS SQL: Clear Microsoft Entra account token cache" и повторить вход. + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} — это столбец с первичным ключом, его нельзя отключить. + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + Тип {0} не включен глобально + + + {0} issue + {0} is the number of issues + {0} проблема + + + {0} issues + {0} is the number of issues + Проблем: {0} + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} необходимо определить одно или несколько ключевых полей для использования с построителем API данных + + + {0} objects found + {0} is the number of objects found + Найдено объектов: {0} + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0} из {1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + Выбрано столько групп подключений: {0} из {1}. + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + Выбрано столько подключений: {0} из {1} + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + Включено {0} из {1} + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + Правило {0} из {1} + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0} из {1} клиентов + + + {0} password doesn't match the confirmation password + Пароль {0} не совпадает с подтверждением + + + {0} properties + {0} is the object type + Свойства: {0} + + + {0} query + {0} is the Quick Query shortcut name + Запрос {0} + + + {0} rows + {0} is the number of rows + Строк: {0} + + + {0} rows returned + {0} is the number of rows returned + Возвращено строк: {0} + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + Выбраны строки ({0}), нажмите, чтобы загрузить сводку + + + {0} rules + {0} is the number of code analysis rules + Правил: {0} + + + {0} selected + {0} is the number of selected filter values + Выбрано: {0} + + + {0} selected + {0} is the number of selected rows + Выбрано: {0} + + + {0} setting imported + {0} is the number of settings imported (singular) + Импортирован {0} параметр + + + {0} settings imported + {0} is the number of settings imported (plural) + Параметры ({0}) импортированы + + + {0} started successfully. + {0} started successfully. + {0}: успешно запущено. + + + {0} stopped successfully. + {0} stopped successfully. + {0}: успешно остановлено. + + + {0} warnings + {0} is the number of warnings + Предупреждений: {0} + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0} {1} проблема + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0} {1} проблем + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0}, + еще {1} + + + {0}. {1} + {0} is the status +{1} is the message + {0}. {1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + Событий: {0}/{1} + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}. {2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0} дн. {1} ч + + + {0}h + {0} is the number of hours + {0}ч + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0} ч {1} мин + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0} ч {1} мин + + + {0}m + {0} is the number of minutes + {0} мин + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0} мин {1} с + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0} мин. {1} с + + + {0}ms + {0} is the number of milliseconds + {0} мс + + + {0}ms + {0} is the elapsed time in milliseconds + {0} мс + + + {0}s + {0} is the number of seconds + {0}с + + + {0}s + {0} is the elapsed time in seconds + {0} с + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ Предоставить доступ + + + ✅ Grant Access (Current) + ✅ Предоставить доступ (текущий) + + + ❌ Deny Access + ❌ Запретить доступ + + + ❌ Deny Access (Current) + ❌ Запретить доступ (текущий) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 Я — расширение GitHub Copilot для MSSQL, ваш интеллектуальный помощник по разработке SQL в Visual Studio Code. Я помогаю подключаться, исследовать, проектировать и развивать базы данных SQL прямо из VS Code. + + + + + + + Add Connection + Добавить подключение + + + Add Connection Group + Добавить группу подключений + + + Add Microsoft Entra Account + Добавить учетную запись Microsoft Entra + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + Позволяет пользователям входить на устройства с ограничением ввода. + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + Всегда привязывайте новые редакторы и открытые SQL-файлы к соединению, указанному в параметре "mssql.defaultConnectionId". + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + Время ожидания выполнения, равное 0, указывает на неограниченное время ожидания + + + Analyze Query Performance + Анализ производительности запросов + + + Application Intent + Намерение приложения + + + Automatically display query results in a new tab instead of the query pane. + Автоматически отображать результаты запроса в новой вкладке вместо панели запроса. + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + Автоматически отображать панель результатов при переключении на редактор с результатами запроса. Применяется только при включенном параметре "Открывать результаты на вкладке". + + + Azure MFA + Azure MFA + + + Background Tasks + Фоновые задачи + + + Backup Database... + Создать резервную копию базы данных... + + + Build Data API... + Построение API данных... + + + Cancel Connection (MSSQL) + Отменить подключение (MSSQL) + + + Cancel Query (MSSQL) + Отменить запрос (MSSQL) + + + Cancel Task + Отменить задачу + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + Переносите подключение активного редактора на вновь открываемые вкладки редактора запросов и SQL-файлы. + + + Change Connection (MSSQL) + Изменить подключение (MSSQL) + + + Change Database (MSSQL) + Изменить базу данных (MSSQL) + + + Change Notebook Connection + Изменить подключение записной книжки SQL + + + Change Notebook Database + Изменить базу данных записной книжки + + + Choose SQL handler for this file + Выберите обработчик SQL для этого файла + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + Выберите, как автоматически изменяются размеры столбцов сетки результатов (заголовки + данные, только данные или отключить автоматическое изменение размера). + + + Chooses which Authentication method to use + Выбирает применяемый способ проверки подлинности + + + Clear All Connection Sharing Permissions + Очистить все разрешения совместного использования подключений + + + Clear All Query History + Очистить весь журнал запросов + + + Clear Filters + Очистить фильтры + + + Clear Finished Tasks + Очистить завершенные задачи + + + Clear Microsoft Entra account token cache + Очистить кэш маркеров учетной записи Microsoft Entra + + + Clear Pooled Connections + Очистить подключения в пулах + + + Command Timeout + Время ожидания команды + + + Compare Schemas... + Сравнить схемы... + + + Configure up to 10 Quick Queries that execute from commands. + Настройте до 10 быстрых запросов, которые будут выполняться из команд. + + + Connect (MSSQL) + Подключить (MSSQL) + + + Connect to a SQL Database + Подключение к базе данных SQL + + + Connection Dialog + Диалоговое окно подключения + + + Connection Timeout + Время ожидания подключения + + + Connection groups + Группы подключений + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + Профили подключения, заданные в разделе "Параметры пользователей", показаны в разделе команды "MS SQL: Connect" палитры команд. + + + Connections + Подключения + + + Control which grid lines are visible in the results grid. + Управление отображением линий сетки в таблице результатов. + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + Управляет тем, как автоматически подключаются новые окна редактора SQL и открытые SQL-файлы. + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + Определяет максимальное количество строк, разрешенных для фильтрации и сортировки в памяти. Если число будет превышено, сортировка и фильтрация будут отключены. Предупреждение. Увеличение этого параметра может сказаться на производительности. + + + Copy All + Копировать все + + + Copy Cell Messages + Копировать сообщения из ячейки + + + Copy Connection String + Копировать строку подключения + + + Copy Object Name + Копировать имя объекта + + + Create Azure Function with SQL binding + Создание Функций Azure с привязкой SQL + + + Create a Table with Table Designer + Создание таблицы с помощью конструктора таблиц + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + Создать новую таблицу в вашей базе данных и изменить существующие таблицы поможет конструктор таблиц. +Внеся изменения, нажмите кнопку "Опубликовать", чтобы отправить изменения в базу данных. + + + DACPAC/BACPAC Operations... + Операции DACPAC/BACPAC... + + + Default view mode for query results display. + Представление по умолчанию для отображения результатов запроса. + + + Delete + Удалить + + + Delete Connection Group + Удалить группу подключений + + + Delete SQL Container + Удалить контейнер SQL + + + Deploy DACPAC + Развернуть DACPAC + + + Disable Actual Plan (MSSQL) + Отключить фактический план (MSSQL) + + + Disable Group By Schema + Отключить группирование по схеме + + + Disable automatic column sizing + Отключить автоматическое изменение размера столбцов + + + Disabled + Отключено + + + Disconnect (MSSQL) + Отключиться (MSSQL) + + + Display name for this Quick Query. + Отображаемое имя для этого быстрого запроса. + + + Display results in a formatted text format. + Показывать результаты в виде форматированного текста. + + + Display results in a tabular grid format (default) + Показывать результаты в виде табличной сетки (по умолчанию). + + + Do not auto-connect. You must connect each SQL file manually. + Не подключаться автоматически. Необходимо подключить каждый SQL-файл вручную. + + + Do not show prompts to display query results in a new tab. + Не показывать запросы на отображение результатов запроса в новой вкладке. + + + Drop Database... + Удалить базу данных... + + + Edit Connection Group + Изменить группу подключений + + + Edit Connection Sharing Permissions + Изменить разрешения совместного использования подключений + + + Edit Connection... + Изменить подключение... + + + Edit Table Data... + Изменить данные таблицы... + + + Enable Actual Plan (MSSQL) + Включить фактический план (MSSQL) + + + Enable Group By Schema + Включить группирование по схеме + + + Enable Parameterization for Always Encrypted + Включить параметризацию для Always Encrypted + + + Enable Query History Capture + Включить ведение журнала запросов + + + Enable SET ANSI_DEFAULTS + Установить параметр SET ANSI_DEFAULTS + + + Enable SET ANSI_NULLS + Установить параметр SET ANSI_NULLS + + + Enable SET ANSI_NULL_DFLT_ON + Установить параметр SET ANSI_NULL_DFLT_ON + + + Enable SET ANSI_PADDING + Установить параметр SET ANSI_PADDING + + + Enable SET ANSI_WARNINGS + Установить параметр SET ANSI_WARNINGS + + + Enable SET ARITHABORT option + Установить параметр SET ARITHABORT + + + Enable SET CURSOR_CLOSE_ON_COMMIT + Установить параметр SET CURSOR_CLOSE_ON_COMMIT + + + Enable SET DEADLOCK_PRIORITY option + Установить параметр SET DEADLOCK_PRIORITY + + + Enable SET IMPLICIT_TRANSACTIONS + Установить параметр SET IMPLICIT_TRANSACTIONS + + + Enable SET LOCK TIMEOUT option (in milliseconds) + Установить параметр SET LOCK TIMEOUT (в миллисекундах) + + + Enable SET NOCOUNT option + Установить параметр SET NOCOUNT + + + Enable SET NOEXEC option + Установить параметр SET NOEXEC + + + Enable SET PARSEONLY option + Установить параметр SET PARSEONLY + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + Установить параметр SET QUERY_GOVERNOR_COST_LIMIT + + + Enable SET QUOTED_IDENTIFIER + Установить параметр SET QUOTED_IDENTIFIER + + + Enable SET STATISTICS IO option + Установить параметр SET STATISTICS IO + + + Enable SET STATISTICS TIME option + Установить параметр SET STATISTICS TIME + + + Enable SET TRANSACTION ISOLATION LEVEL option + Установить параметр SET TRANSACTION ISOLATION LEVEL + + + Enable SET XACT_ABORT ON option + Установить параметр SET XACT_ABORT ON + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + Включить чередование цветов фона строк (чередование "зебра") в таблице результатов. Цвет определяется текущей темой VS Code. + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + Включить кнопки развертывания и свертывания в узлах таблиц конструктора схем, если таблицы содержат более 10 столбцов + + + Enabled + Включено + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + Включение объединения подключений в пулы для повышения общей производительности сетевых подключений. Этот параметр по умолчанию отключен. При изменении этого значения необходимо перезапустить Visual Studio Code. Чтобы очистить подключения, объединенные в пулы, выполните команду "MS SQL: Clear Pooled Connections". Примечание. Может поддерживать бессерверные базы данных в активном состоянии и предотвращать автоматическую приостановку. + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + Включает экспериментальные функции в расширении MSSQL. Компоненты не готовы к работе и могут содержать дефекты или проблемы. Перезапустите Visual Studio Code после изменения этого параметра. + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + Обеспечивает улучшенное управление состоянием сетки результатов предварительного просмотра запроса и расширенные возможности настройки столбцов, включая отображение, скрытие и закрепление столбцов. + + + Estimated Plan (MSSQL) + Оценочный план (MSSQL) + + + Execute Query (MSSQL) + Выполнить запрос (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + Выполнить выделенный фрагмент или текущий оператор (MSSQL) + + + Explain Query + Объясните запрос + + + Export BACPAC + Экспорт BACPAC + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + Дополнительная вертикальная отбивка в пикселях, добавляемая к каждой строке в таблице результатов, которая определяет плотность строк. Допустимый диапазон: 0-10. + + + Extract DACPAC + Извлечь DACPAC + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + Изучите другие функции расширения MSSQL, которые помогут вам работать более производительно. + + + Filter + Фильтр + + + Filter your Object Explorer Tree + Фильтрация дерева обозревателя объектов + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + Сгенерировать скрипт + + + Get Started with MSSQL for Visual Studio Code + Начать работу с MSSQL для Visual Studio Code + + + Getting Started Guide + Руководство по началу работы + + + Hide all grid lines + Скрыть все линии сетки + + + Import BACPAC + Импорт BACPAC + + + Import Data... + Импортировать данные... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + Запустить профилировщик запросов... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + Создайте новое подключение к базе данных SQL или измените существующие подключения в диалоговом окне подключения. +Подключиться к базе данных можно, введя информацию для подключения, используя строку подключения или просматривая подписки Azure. +[Открыть диалоговое окно подключения](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + Управление профилями подключения + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + Максимальное сохраняемое количество символов для каждого значения в столбцах XML после выполнения запроса. Значение по умолчанию: 2 097 152. Допустимый диапазон значений: от 1 до 2 147 483 647. + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + Максимальное сохраняемое количество символов/байт для каждого значения в символьных/двоичных столбцах после выполнения запроса. Значение по умолчанию: 65 535. Допустимый диапазон значений: от 1 до 2 147 483 647. + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + Максимальное количество событий, сохраняемых в памяти профилировщика. По достижении этого лимита старые события удаляются. Увеличьте значение, если нужно сохранять больше событий во время сеансов профилирования. + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + Максимальное число старых файлов, удаляемых при запуске, с истекшим сроком mssql.logRetentionMinutes. Файлы, которые не были очищены из-за этого ограничения, очищаются при следующем запуске Azure Data Studio. + + + Maximum number of rows to return before the server stops processing your query. + Максимальное число строк, которые будут возвращены перед тем, как сервер перестанет обрабатывать ваш запрос. + + + Maximum size of text and ntext data returned from a SELECT statement + Максимальный размер данных типа text и ntext, возвращаемых инструкцией SELECT + + + Migrate from Azure Data Studio + Миграция из Azure Data Studio + + + Modify Table Structure... + Изменить структуру таблицы... + + + New Database... + Новая база данных... + + + New Deployment + Новое развертывание + + + New Query + Создать запрос + + + New Query + Создать запрос + + + New SQL Notebook + Новая записная книжка SQL + + + New Table + Создать таблицу + + + Next Steps with MSSQL for Visual Studio Code + Дальнейшие действия с MSSQL для Visual Studio Code + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + Срок хранения файлов журналов (в минутах) для серверных служб. По умолчанию задана 1 неделя. + + + Number of query history entries to show in the Query History view + Число записей журнала запросов, показываемых в представлении "Журнал запросов" + + + Object Explorer filters + Фильтр обозревателя объектов + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + Чтобы видеть только самые важные объекты базы данных, примените фильтры к дереву обозревателя объектов. +Для начала нажмите кнопку фильтра, которая располагается рядом с большинством папок в представлении "Подключения". + + + Open Changelog + Открыть журнал изменений + + + Open Execution Plan File + Открыть файл плана выполнения + + + Open New Query and Connect + Открыть новый запрос и подключиться + + + Open Query + Открыть запрос + + + Open Query History in Command Palette + Открыть журнал запросов в палитре команд + + + Open Query Profiler (Preview) XEL File + Открыть XEL-файл профилировщика запросов (предварительный просмотр) + + + Open Shortcuts Configuration + Открыть настройку сочетания клавиш + + + Open Task Result + Открыть результат задачи + + + Open in GitHub Copilot Agent + Открыть в агенте GitHub Copilot + + + Open in GitHub Copilot Chat + Открыть в GitHub Copilot Chat + + + Open in MSSQL extension + Открыть в расширении MSSQL + + + Pause Query History Capture + Приостановить ведение журнала запросов + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + Запретить автоматическое выполнение скриптов (например, «Выбрать 1000 лучших»). Если этот параметр включен, скрипты не будут автоматически выполняться при генерации. + + + Prompts users to sign in using their browser. + Предлагает пользователям войти с помощью браузера. + + + Query History + Журнал запросов + + + Query Results + Результаты запроса + + + Query editor and query results pane + Редактор запросов и панель результатов запроса + + + Query plan visualization + Визуализация плана запроса + + + Refresh + Обновить + + + Refresh IntelliSense Cache + Обновить кэш IntelliSense + + + Remove Connection + Удалить подключение + + + Remove Microsoft Entra Account + Удалить учетную запись Microsoft Entra + + + Rename Database... + Переименовать базу данных... + + + Replication + Репликация + + + Restore Database... + Восстановить базу данных... + + + Reveal Query Result (MSSQL) + Показать результаты запроса (MSSQL) + + + Rewrite Query + Переписать запрос + + + Run Query + Запустить запрос + + + Run Quick Query 1 + Выполнить быстрый запрос 1 + + + Run Quick Query 10 + Выполнить быстрый запрос 10 + + + Run Quick Query 2 + Выполнить быстрый запрос 2 + + + Run Quick Query 3 + Выполнить быстрый запрос 3 + + + Run Quick Query 4 + Выполнить быстрый запрос 4 + + + Run Quick Query 5 + Выполнить быстрый запрос 5 + + + Run Quick Query 6 + Выполнить быстрый запрос 6 + + + Run Quick Query 7 + Выполнить быстрый запрос 7 + + + Run Quick Query 8 + Выполнить быстрый запрос 8 + + + Run Quick Query 9 + Выполнить быстрый запрос 9 + + + Run a SQL Query + Выполнить SQL-запрос + + + SQL Container Name + Имя контейнера SQL + + + SQL Container Version + Версия контейнера SQL + + + SQL Server Extended Events Log + Журнал расширенных событий SQL Server + + + SQL Tools (MSSQL) + Инструменты SQL (MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + Текст SQL для этого быстрого запроса. Используйте {arg} для вставки выделенного текста из редактора запросов. В противном случае он будет добавлен. + + + Script as Alter + Создать скрипт как ALTER + + + Script as Create + Создать скрипт как CREATE + + + Script as Drop + Создать скрипт как DROP + + + Script as Execute + Создать скрипт как EXECUTE + + + Search Database Objects... + Поиск объектов базы данных... + + + Select Top 1000 + Выбрать первые 1000 + + + Selected Azure subscriptions for browsing and managing servers and databases + Выбранные подписки Azure для просмотра серверов и баз данных, а также управления ими + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + Выбранные рабочие области Microsoft Fabric для просмотра баз данных SQL и управления ими + + + Send Feedback + Отправить отзыв + + + Set the font family for the results grid; set to blank to use the editor font + Задайте семейство шрифтов для сетки результатов; укажите пустое значение, чтобы использовать размер шрифта редактора + + + Set the font size for the results grid; set to blank to use the editor size + Задайте размер шрифта для таблицы результатов; задайте пустое значение, чтобы использовать размер шрифта редактора + + + Shortcuts handled inside MSSQL views + Обрабатываемые сочетания клавиш в представлениях MSSQL + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + Следует ли показывать столбцы BIT в виде чисел (1 или 0)? Если задать значение FALSE, значения в столбцах типа BIT будут видны как значения "TRUE" или "FALSE" + + + Should IntelliSense be enabled + Должен ли быть включен IntelliSense + + + Should IntelliSense error checking be enabled + Должна ли быть включена проверка ошибок IntelliSense + + + Should IntelliSense quick info be enabled + Должны ли быть включены краткие сведения IntelliSense + + + Should IntelliSense suggestions be enabled + Должны ли быть включены подсказки IntelliSense + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + Следует ли регистрировать идентифицирующие данные конечного пользователя (PII) в выходном канале журналов Azure и файле журнала выходного канала. + + + Should Query History feature be enabled + Следует ли включить функцию "Журнал запросов" + + + Should language service be auto-disabled when extension detects Non-MSSQL files + Следует ли автоматически отключить языковую службу, если расширение обнаруживает файлы, отличные от MSSQL + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + Должны ли сохраняться выбранные элементы результатов запросов и позиции прокрутки при переключении между вкладками (может повлиять на производительность) + + + Show both horizontal and vertical grid lines + Показывать как горизонтальные, так и вертикальные линии сетки + + + Show changelog after extension updates + Показывать журнал изменений после обновления расширения + + + Show only horizontal grid lines + Показывать только горизонтальные линии сетки + + + Show only vertical grid lines + Показывать только вертикальные линии сетки + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + Отображать сведения об активном подключении SQL в виде предложения CodeLens в верхней части редактора для быстрого просмотра. + + + Sort and Filter Query Results + Сортировка и фильтрация результатов запроса + + + Sort and filter options for query results + Варианты сортировки и фильтрации результатов запроса + + + Sort and filter your query results to find the data you need quickly. + Сортируйте и фильтруйте результаты запроса, чтобы быстро находить нужные данные. + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + Эквивалент национального облака для ".crm.dynamics.com" (включая начальную точку) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + Эквивалент национального облака для ".database.fabric.microsoft.com" (включая начальную точку) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + Эквивалент национального облака для ".database.windows.net" (включая начальную точку) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + Эквивалент национального облака для ".datawarehouse.fabric.microsoft.com" (включая начальную точку) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + Эквивалент национального облака для ".sql.azuresynapse.net" (включая начальную точку) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + Эквивалент национального облака для "https://analysis.windows.net/powerbi/api/" + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + Эквивалент национального облака для "https://api.fabric.microsoft.com/v1/" + + + Sovereign cloud equivalent for `https://database.windows.net/` + Эквивалент национального облака для "https://database.windows.net/" + + + Sovereign cloud equivalent for `https://vault.azure.net/` + Эквивалент национального облака для "https://vault.azure.net/" + + + Start Query History Capture + Начать ведение журнала запросов + + + Start SQL Container + Запустить контейнер SQL + + + Stop SQL Container + Остановить контейнер SQL + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + Конструктор таблиц + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + Временное хранение паролей для подключений с отключенным параметром "Сохраненные пароли" до перезапуска расширения. Это дает возможность исключить повторные запросы паролей при многократном использовании подключений в рамках одного и того же сеанса. + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + ИД (GUID) профиля подключения, используемого при установке значения "defaultConnection" для параметра "mssql.newEditorConnectionBehavior". Идентификатор подключения можно найти в файле settings.json в разделе "mssql.connections". + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + Дополнительная пользовательская конфигурация (конкретно для MSSQL) национального облака с целью использования с поставщиком проверки подлинности Microsoft Sovereign Cloud. Для использования этой функции с MSSQL необходимо настроить для "microsoft-sovereign-cloud.environment" значение "custom" и предоставить значения для "microsoft-sovereign-cloud.customEnvironment". + + + The color of the connection group. + Цвет группы подключений. + + + The description of the connection group. + Описание группы подключений. + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + Максимальное количество символов, отображаемое для информации о подключении в строке состояния. Установите значение -1, чтобы отменить ограничения. + + + The maximum number of recently used connections to store in the connection list. + Максимальное количество недавно использованных подключений для хранения в списке подключений. + + + The name of the connection group. + Имя группы подключений. + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + Время ожидания в секундах развертывания узла в обозревателе объектов. Значение по умолчанию — 45 секунд. + + + The unique identifier for the connection group this connection profile belongs to. + Уникальный идентификатор группы подключений, к которой относится этот профиль подключения. + + + The unique identifier for the connection group. + Уникальный идентификатор группы подключений. + + + The unique identifier for the parent connection group. + Уникальный идентификатор родительской группы подключений. + + + The unique identifier for this connection profile. + Уникальный идентификатор этого профиля подключения. + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + Этот параметр является нерекомендуемым. Используйте вместо этого "mssql.newEditorConnectionBehavior". Расширение автоматически перенесет эту настройку при запуске. + + + This setting will be removed in a future release. + Этот параметр будет удален в будущем выпуске. + + + Toggle Actual Plan + Переключить фактический план + + + Toggle Query Result Panel Visibility (MSSQL) + Переключить видимость панели результатов запроса (MSSQL) + + + Toggle SQLCMD Mode + Переключение режима SQLCMD + + + True for the messages pane to be open by default; false for closed + Если указать значение TRUE, панель сообщения по умолчанию будет открыта, если указать значение FALSE — закрыта. + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + Просмотрите план запроса, чтобы понять, что делает этот запрос. +Чтобы увидеть предполагаемый план без выполнения запроса или фактический план запроса после его выполнения, переключите кнопки в верхней части окна редактора запросов. + + + Use Database + Использовать базу данных + + + Use column headers and data to size columns automatically + Использовать заголовки столбцов и данные для автоматического определения размера столбцов + + + Use only column headers to size columns automatically + Использовать только заголовки столбцов для автоматического определения размера столбцов + + + Use only row data to size columns automatically + Использовать только строковые данные для автоматического определения размера столбцов + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + Использует учетные записи VS Code для многофакторной проверки подлинности Microsoft Entra ID в SQL. Перезапустите Visual Studio Code после изменения этого параметра. + + + View Task Logs + Просмотреть журналы задач + + + Visualize a Query Plan + Визуализировать план запроса + + + Visualize and Design Schema... + Визуализация и проектирование схем... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + Если этот параметр включен, команда "Копировать все" на панели сообщений результатов запроса включает метки времени сообщений. + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + Если эта настройка включена, активное подключение автоматически переносится в новые открытые файлы SQL. Если она отключена, для каждого файла SQL нужно явным образом подключаться к базе данных. + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + Если включено, элемент строки состояния подключения окрашивается в цвет группы подключений. Этот параметр по умолчанию отключен. Цвет папки группы подключений используется напрямую и не изменяется, чтобы обеспечить контрастность с текущей темой VS Code. Пользователям следует выбирать цвета группы подключений, которые хорошо сочетаются с их темой. + + + When enabled, connection groups will be collapsed instead of expanded at startup. + Если включено, группы подключений будут свернуты вместо развертывания при запуске. + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + Если включено, экспортированные результаты сохраненных запросов открываются сразу после экспорта. Экспортированные файлы Excel открываются системным обработчиком файлов, а текстовые — в VS Code. + + + When enabled, the database objects in Object Explorer will be categorized by schema. + Если этот параметр включен, объекты базы данных в обозревателе объектов будут классифицированы по схеме. + + + Windows Authentication + Проверка подлинности Windows + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + Напишите SQL-запрос и выполните его в своей базе данных. +Можно также нажать кнопку "Открыть в новой вкладке", чтобы просмотреть результаты запроса на отдельной вкладке и, при необходимости, задать это как поведение по умолчанию. + + + Your first steps for connecting to and developing with a SQL database + Первые шаги по подключению к базе данных SQL и ее использованию в разработке + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [Необязательно] Неотрицательное число, используемое для сортировки этой группы подключений на боковой панели обозревателя объектов. Группы со значением order отображаются первыми, по возрастанию; остальные группы следуют в алфавитном порядке. + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [Необязательно] Неотрицательное число, используемое для сортировки этого подключения на боковой панели обозревателя объектов. Подключения со значением order отображаются первыми, по возрастанию; остальные подключения следуют в алфавитном порядке. + + + [Optional] Character used for enclosing text fields when saving results as CSV + [Необязательно] Символы, используемые для обрамления текстовых полей при сохранении результатов в формате CSV + + + [Optional] Character(s) used for separating rows when saving results as CSV + [Необязательно] Символы, используемые для разделения строк при сохранении результатов в формате CSV + + + [Optional] Configuration options for copying multi-line results from the Results View + [Необязательно] Параметры конфигурации для копирования многострочных результатов из представления результатов + + + [Optional] Configuration options for copying results from the Results View + [Необязательно] Параметры конфигурации для копирования результатов из представления результатов + + + [Optional] Configuration options for which column new result panes should open in + [Необязательно] Параметры конфигурации, определяющие, для какого столбца должны открываться новые области результатов + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [Необязательно] Объявляет тип рабочей нагрузки приложения при подключении к серверу SQL Server, например ReadWrite или ReadOnly. Подробнее см. в SQL Server AlwaysOn. + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [Необязательно] Разделитель элементов данных при сохранении результатов в формате CSV. Выберите один из распространенных разделителей. Например, можно использовать запятую (,), табуляцию (\t), точку с запятой (;) или вертикальную черту (|) + + + [Optional] Do not show unsupported platform warnings + [Необязательно] Не показывать предупреждения для неподдерживаемых платформ + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [Необязательно] Кодировка файла, используемая при сохранении результатов в формате CSV. Можно выбрать UTF-8 (рекомендуется), UTF-16, ASCII или Latin-1 в зависимости от совместимости целевого приложения + + + [Optional] Indicates the SQL Server language settings. + [Необязательно] Указывает параметры языка сервера SQL Server. + + + [Optional] Indicates the name of local docker container the connection is on + [Необязательно] Указывает имя локального контейнера Docker, для которого установлено подключение + + + [Optional] Indicates whether this profile has an empty password explicitly set + [Необязательно] Указывает, задан ли явным образом пустой пароль для этого профиля + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [Необязательно] Указывает, к какому типу сервера поставщик предоставит доступ через DataReader. + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [Необязательно] Выводить выходные данные отладки в консоль VS Code (Справка -> Переключить средства разработчика) + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [Необязательно] Уровень ведения журнала для серверных служб. Azure Data Studio создает имя файла при каждом запуске, а если такой файл уже существует, записи журналов добавляются в него. Для очистки старых файлов журналов см. описание параметров logRetentionMinutes и logFilesRemovalLimit. По умолчанию параметр tracingLevel заносит в журнал не слишком много информации. Изменение детализации может привести к тому, что журналы будут занимать слишком много места. Ошибка включает критический уровень, предупреждение включает ошибку, информационный уровень включает предупреждение, а подробный уровень включает информационный уровень. + + + [Optional] Should execution time be shown for individual batches + [Необязательно] Нужно ли показывать время выполнения для отдельных пакетов + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [Необязательно] Укажите пользовательское имя для этого профиля подключения для простой навигации и поиска в палитре команд Visual Studio Code. + + + [Optional] Specify the SQL Server authentication type. + [Необязательно] Укажите тип проверки подлинности для сервера SQL Server. + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [Необязательно] Укажите имя базы данных, к которой необходимо подключиться. Если база данных не указана, будет использована база данных пользователя по умолчанию, обычно "master". + + + [Optional] Specify the delay between attempts to restore connection. + [Необязательно] Укажите задержку между попытками восстановления подключения. + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [Необязательно] Укажите длительность (в секундах) ожидания выполнения команды, после чего попытка прекращается и выводится ошибка. Значение по умолчанию — 30 секунд. + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [Необязательно] Укажите, сколько времени следует ждать подключения к серверу (в секундах), прежде чем попытки подключения прекратятся и будет выдана ошибка. Значение по умолчанию — 30 секунд. + + + [Optional] Specify the maximum number of connections allowed in the pool. + [Необязательно] Укажите максимальное количество подключений в пуле. + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [Необязательно] Укажите минимальное количество времени в секундах, в течении которого это подключение будет находиться в пуле, прежде чем оно будет удалено. + + + [Optional] Specify the minimum number of connections allowed in the pool. + [Необязательно] Укажите минимальное количество подключений, разрешенных в пуле. + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [Необязательно] Укажите имя приложения, используемого для ведения журнала сервера SQL Server (значение по умолчанию: "vscode-mssql"). + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [Необязательно] Укажите полный путь к первичному файлу присоединяемой базы данных. + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [Необязательно] Укажите имя рабочей станции, подключающейся к серверу SQL Server. + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [Необязательно] Укажите имя или сетевой адрес экземпляра SQL Server, который выполняет функцию партнера по обеспечению отработки отказа. + + + [Optional] Specify the number of attempts to restore connection. + [Необязательно] Укажите количество попыток восстановления соединения. + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [Необязательно] Укажите пароль для проверки подлинности на сервере SQL Server. Если пароль не указан или уже сохранен, при подключении будет снова выведен запрос. + + + [Optional] Specify the port number to connect to. + [Необязательно] Укажите номер порта для подключения. + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [Необязательно] Укажите размер в байтах сетевых пакетов, с помощью которых осуществляется связь с сервером SQL Server. + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [Необязательно] Укажите имя пользователя для проверки подлинности на сервере SQL Server. Если имя пользователя не указано, при подключении будет снова выведен запрос. + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [Необязательно] Строка подключения ADO.NET, используемая для подключения. Переопределяет любые другие параметры, заданные в этом подключении. + + + [Optional] Used by SQL Server in replication. + [Необязательно] Используется сервером SQL Server при репликации. + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [Необязательно] Когда задано значение "Mandatory" или "Strict", SQL Server использует SSL-шифрование для всех данных, отправляемых между клиентом и сервером, если на сервере установлен сертификат. Если установлено значение "Strict", SQL Server использует TDS 8.0 для передачи всех данных между клиентом и сервером. Значение "Strict" поддерживается в SQL Server начиная с версии 2022. + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [Необязательно] Когда установлено значение "TRUE", из подключение позволяет вернуть и прочитать несколько результирующих наборов. + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [Необязательно] Когда этот параметр имеет значение "TRUE", SSL-сертификат сервера SQL Server будет автоматически считаться доверенным, если слой связи зашифрован с использованием SSL. Установите значение "false", чтобы использовать подключение к базе данных SQL Azure. + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [Необязательно] Если задано значение "true", объект подключения берется из соответствующего пула, либо, если это необходимо, создается и добавляется в соответствующий пул. Примечание. Может поддерживать бессерверные базы данных в активном состоянии и предотвращать автоматическую приостановку. + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [Необязательно] Когда установлено значение "TRUE", обнаружение активного сервера и подключение к нему происходит быстрее, если группа доступности AlwaysOn настроена в других подсетях. + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [Необязательно] Когда установлено значение "TRUE", пароль для проверки подлинности на сервере SQL Server сохраняется в безопасном хранилище операционной системы, например KeyChain в macOS или Secure Store в Windows. + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [Необязательно] При установленном значении "FALSE" конфиденциальные данные (например пароль) не возвращаются в составе подключения, если подключение открыто или когда-либо находилось в открытом состоянии. + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [Необязательно] Если указано (и encrypt=Mandatory, и trustServerCertificate=false), SQL Server использует предоставленное имя хоста для проверки доверия с сертификатом сервера. + + + [Optional] When true, column headers are included when saving results as CSV + [Необязательно] Если указано значение TRUE, заголовки столбцов включаются при сохранении результатов в формате CSV + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [Обязательно] Укажите имя сервера, к которому необходимо подключиться. Используйте для базы данных SQL Azure формат "экземпляр имя_узла" или "<сервер>.database.windows.net". + + + auth + проверка подлинности + + + database + база данных + + + port + порт + + + server + сервер + + + user + пользователь + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.zh-Hans.xlf b/localization/xliff/vscode-mssql.zh-Hans.xlf index ce06dcbe9a..5642de27f7 100644 --- a/localization/xliff/vscode-mssql.zh-Hans.xlf +++ b/localization/xliff/vscode-mssql.zh-Hans.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - 是必需的。 - - - $(check) Copied messages - $(check)复制的消息 - - - $(plug) Connect to MSSQL - $(plug)连接到 MSSQL - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - 'mssql.newEditorConnectionBehavior' 已设置为 'defaultConnection',但未配置 'mssql.defaultConnectionId'。新编辑器将回退以传输活动连接。 - - - '{0}' started. - {0} is the service name - “{0}”已开始。 - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <Default> - - - <default> - <default> - - - (0 rows affected) - (0 行受影响) - - - (0 rows) - (0 行) - - - (1 row affected) - (1 行受影响) - - - (Command completed successfully) - (已成功完成命令) - - - (current) - (当前) - - - (empty) - (空) - - - ({0} row(s) affected) - {0} is the number of rows affected - ({0} 行受影响) - - - ({0} row) - {0} is the number of rows (singular) - ({0} 行) - - - ({0} rows affected) - {0} is the number of rows affected - ({0} 行受影响) - - - ({0} rows) - {0} is the number of rows (plural) - ({0} 行) - - - + Add Azure Account - + 添加 Azure 帐户 - - - + Add Fabric Account - + 添加 Fabric 帐户 - - - + Create Connection Group - + 创建连接组 - - - - - - - - - 0 rows - 0 行 - - - 0 rows returned - 返回了 0 行 - - - 1 - 1 - - - 1 row - 1 行 - - - 1 row returned - 返回了 1 行 - - - 100K vCore seconds - 10 万 vCore 秒 - - - 32 GB - 32 GB - - - 32 GB storage + 32 GB backup - 32 GB 存储 + 32 GB 备份 - - - 60 min - 60 分钟 - - - = - = - - - A SQL editor must have focus before executing this command - 在执行此命令前,必须聚焦在一个 SQL 编辑器 - - - A connection is already being established. Please wait for it to complete before running a query. - 已在建立连接。请等待它完成,然后再运行查询。 - - - A database with this name already exists on the server - 服务器上已存在具有此名称的数据库 - - - A firewall rule is required to access this server. - 需要防火墙规则才能访问此服务器。 - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - 高度集成且可供开发人员使用的事务性数据库,可自动缩放、自动优化,并将数据镜像到 OneLake,以便跨 Fabric 服务进行分析 - - - A predefined global default value for the column or binding. - 列或绑定的预定义全局默认值。 - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - 此编辑器会话的查询已在运行。请取消此查询或等待其完成。 - - - A required .NET runtime could not be found or installed. - 找不到或无法安装所需的 .NET 运行时。 - - - API Type - API 类型 - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - 通过自动生成 ORM 迁移或 T-SQL 更改脚本来加速架构演变 - - - Accept - 接受 - - - Accept All - 全部接受 - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - 接受 SQL Server EULA 以部署 SQL Server Docker 容器 - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - 访问被拒绝。请确保你具有使用此工具或模型所需的权限。 - - - Access to the XEL file was denied. - 对 XEL 文件的访问被拒绝。 - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - URI {1} 的连接 {0} 的访问令牌已过期 - - - Account - 帐户 - - - Account not found - 找不到帐户 - - - Action - 操作 - - - Action Type - 操作类型 - - - Actions - 操作 - - - Active filters: - 活动筛选器: - - - Actual Elapsed CPU Time - 实际占用的 CPU 时间 - - - Actual Elapsed Time - 实际占用的时间 - - - Actual Number of Rows For All Executions - 所有执行的实际行数 - - - Add - 添加 - - - Add Account - 添加帐户 - - - Add Column - 添加列 - - - Add Connection - 添加连接 - - - Add Firewall Rule - 添加防火墙规则 - - - Add Firewall Rule to {0} - {0} is the server name - 将防火墙规则添加到 {0} - - - Add MCP server to workspace configuration - 将 MCP 服务器添加到工作区配置 - - - Add Row - 添加行 - - - Add Server Connection - 添加服务器连接 - - - Add Table - 添加表 - - - Add a Microsoft Entra account... - 添加 Microsoft Entra 帐户... - - - Add account - 添加帐户 - - - Add filter - 添加筛选器 - - - Add filters to modify the SQL query - 添加筛选器以修改 SQL 查询 - - - Add my client IP ({0}) - {0} is the IP address of the client - 添加我的客户端 IP ({0}) - - - Add my subnet IP range - 添加我的子网 IP 范围 - - - Add new column - 添加新列 - - - Add new foreign key - 添加新外键 - - - Add tag - 添加标记 - - - Add to VS Code - 添加到 VS Code - - - Add to favorites - 添加到收藏夹 - - - Add to workspace - 添加到工作区 - - - Added - 已添加 - - - Added column '{0}' - {0} is the column name - 已添加列 ‘{0}’ - - - Added foreign key '{0}' - {0} is the foreign key name - 已添加外键 ‘{0}’ - - - Additional parameters - 其他参数 - - - Additional usage beyond the free amount will be charged at serverless rates. - 超出免费金额的其他使用量将按无服务器费率收费。 - - - Admin Password - 管理员密码 - - - Admin Username - 管理员用户名 - - - Advanced - 高级 - - - Advanced Backup Options - 高级备份选项 - - - Advanced Connection Settings - 高级连接设置 - - - Advanced Entity Configuration - 高级实体配置 - - - Advanced Options - 高级选项 - - - Advanced Publish Options - 高级发布选项 - - - Advanced restore options - 高级还原选项 - - - After - 晚于 - - - All - 全部 - - - All Files (*.*) - 所有文件(*.*) - - - All Schemas - 所有架构 - - - All files - 所有文件 - - - All permissions for extensions to access your connections have been cleared. - 已清除用于访问你的连接的扩展的所有权限。 - - - All selected - 全部选中 - - - All severities - 所有严重级别 - - - Allow Null - 允许为 NULL - - - Allow Nulls - 允许 Null - - - Allow null - 允许 null - - - Allow this extension to access your connections - 允许此扩展访问你的连接 - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - 允许 MCP 客户端使用此表的通用创建、读取、更新和删除工具。 - - - Alphabetical - 按字母顺序 - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - 已由 {0} 使用 - - - Alter - 更改 - - - Always Encrypted - Always Encrypted - - - Always show in new tab - 始终在新选项卡中显示 - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - 不明确的连接引用。请仅提供 connectionId 或 connectionName 之一。 - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - GitHub Copilot 需要一个活动连接才能了解数据库架构并继续。 -选择“{0}”以建立连接。 - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - 刷新节点时出错。有关详细信息,请参阅 MSSQL 输出通道。 - - - An error occurred while copying results: {0} - {0} is the error message - 复制结果时出错: {0} - - - An error occurred while loading data. - 加载数据时出错。 - - - An error occurred while processing your request. - 处理你的请求时出错。 - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - 移除 Microsoft Entra 帐户时出错: {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - 检索行时出错: {0} - - - An error occurred: {0} - {0} is the error message - 发生错误: {0} - - - An unexpected error occurred - 出现了意外错误 - - - An unexpected error occurred with the language model. Please try again. - 语言模型出现意外错误。请重试。 - - - An unknown error occurred. Please try again. - 发生未知错误。请重试。 - - - Analytics-ready by default - 默认情况下分析就绪 - - - Analyze static code with customizable rulesets in SQL Database Projects. - 使用 SQL 数据库项目中的可自定义规则集分析静态代码。 - - - And - - - - Anonymous - 匿名 - - - Append to the existing backup set - 追加到现有备份集 - - - Application (Client) ID - 应用程序(客户端) ID - - - Application (Client) ID is required. - 应用程序(客户端)ID 是必需的。 - - - Application Intent - 应用程序意向 - - - Application Name - 应用程序名称 - - - Application Version - 应用程序版本 - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - 应用程序版本的格式必须为 n.n.n 或 n.n.n.n,其中 n 是数字(例如 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - 应用程序版本必须采用 n.n.n.n 格式,其中 n 是数字(例如 1.0.0.0) - - - Apply - 应用 - - - Apply Changes - 应用更改 - - - Apply changes to target - 将更改应用到目标 - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - 对 SQL 语法、关系和约束应用上下文建议 - - - Apply failed. Fix the error and retry, or run Schema Compare again. - 应用失败。修复错误并重试,或再次运行架构比较。 - - - Applying changes, this might take a while... - 正在应用更改,这可能需要一些时间... - - - Approve - 审批 - - - Are you sure you want to cancel this background task? - 是否确实要取消此后台任务? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - 是否确定要关闭当前会话?所有捕获的事件都将丢失。在关闭之前,可以从工具栏将事件导出到 CSV。 - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - 是否确实要删除容器 {0}?此操作将从 VS Code 中移除容器及其连接。 - - - Are you sure you want to delete the selected items? - 确实要删除选定项目吗? - - - Are you sure you want to delete {0}? - {0} is the group name - 是否确定要删除 {0}? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - 是否确定要删除 {0}? 也可以删除其连接,或将其移动到根文件夹。 - - - Are you sure you want to disconnect? - 是否确定要断开连接? - - - Are you sure you want to remove {0}? - {0} is the node label - 是否确实要删除 {0}? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - 是否确定要撤消所有 Copilot 更改?这会将所有跟踪的更改还原为其原始状态。 - - - Are you sure you want to update the target? - 确定要更新目标吗? - - - Are you sure you want to {0}? - {0} is the action being confirmed - 确定要 {0}? - - - Are you sure? - 是否确定? - - - Ask GitHub Copilot to Fix - 要求 GitHub Copilot 修复 - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - 在聊天中提出问题或提出架构更改建议,GitHub Copilot 会在关系图中立即更新架构。 - - - At least one API type must be selected. - 必须至少选择一个 API 类型。 - - - Auth type - 身份验证类型 - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - 使用 Microsoft Entra 服务主体进行身份验证。输入应用程序(客户端)ID 作为用户名,客户端密码作为密码。单击信息图标以了解详细信息。 - - - Authenticated - 已经过身份验证 - - - Authentication - 身份验证 - - - Authentication Library has changed, please reload Visual Studio Code. - 身份验证库已更改,请重新加载 Visual Studio Code。 - - - Authentication Type - 身份验证类型 - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - 帐户“{0}”的身份验证错误(租户“{1}”)。解决此问题需要清除令牌缓存,这会让你注销所有连接的帐户。 - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - 帐户的身份验证错误。解决此问题需要清除令牌缓存,这会让你注销所有连接的帐户。 - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - 由于 nonce 不匹配,身份验证失败,请关闭 Azure Data Studio,然后重试。 - - - Authentication failed due to a state mismatch, please close ADS and try again. - 由于状态不匹配,身份验证失败,请关闭 ADS,然后重试。 - - - Authentication not supported - 不支持身份验证 - - - Auto Arrange - 自动排列 - - - Auto Arrange Confirmation - 自动排列确认 - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - 自动排列将根据最佳布局算法自动重新定位所有关系图元素。你创建的任何自定义位置都将丢失。是否继续自动排列架构关系图? - - - Auto-pause - 自动暂停 - - - Auto-pause the database until next month - 自动暂停数据库到下个月 - - - Auto-scroll - 自动滚动 - - - Auto-scroll disabled - 已禁用自动滚动 - - - Auto-scroll enabled - 已启用自动滚动 - - - Automatic tuning features like automatic index creation enabled by default. - 默认启用自动优化功能,例如自动创建索引。 - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - 从系统上安装的提供程序中自动选择可用的 Microsoft Entra ID 标识。单击信息图标了解详细信息。 - - - Available Servers - 可用服务器 - - - Average: {0} - {0} is the average - 平均值: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - 平均值: {0} 计数: {1} 总和: {2} - - - Avg - 平均值 - - - Azure (China) - Azure (中国) - - - Azure (Public) - Azure (公用) - - - Azure (US Government) - Azure (美国政府) - - - Azure Account - Azure 帐户 - - - Azure Account is required - Azure 帐户是必需的 - - - Azure Code Grant - Azure 代码授予 - - - Azure Data Studio Migration - Azure Data Studio 迁移 - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Azure Data Studio 迁移工具包 - 现已包含键映射! - - - Azure Data Studio settings file - Azure Data Studio 设置文件 - - - Azure Databases - Azure 数据库 - - - Azure Device Code - Azure 设备代码 - - - Azure MFA - Azure MFA - - - Azure SQL Database is not supported for backup. - 不支持备份 Azure SQL 数据库。 - - - Azure SQL Database is not supported for restore. - 不支持还原 Azure SQL 数据库。 - - - Azure SQL Managed Instance - Azure SQL 托管实例 - - - Azure SQL Server - Azure SQL Server - - - Azure SQL databases provisioning - Azure SQL 数据库预配 - - - Azure Subscriptions - Azure 订阅 - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - 找不到 Azure 帐户 '{0}'。请使用正确的帐户登录或选择其他帐户。 - - - Azure sign in failed. - Azure 登录失败。 - - - Azure subscription not found in cache. - 在缓存中找不到 Azure 订阅。 - - - Azure: Sign In - Azure: 登录 - - - Azure: Sign In to Azure Cloud - Azure: 登录到 Azure 云服务 - - - Azure: Sign In with Device Code - Azure: 使用设备代码登录 - - - BACPAC exported successfully - BACPAC 已成功导出 - - - BACPAC exported successfully to '{0}' - {0} is the file path - BACPAC 已成功导出到 "{0}" - - - BACPAC imported successfully - 已成功导入 BACPAC - - - BACPAC imported successfully to database '{0}' - {0} is the database name - BACPAC 已成功导入到数据库 "{0}" - - - Back - 后退 - - - Back to Schema - 返回到架构 - - - Back to preview - 返回预览 - - - Backup - 备份 - - - Backup Database - {0} - {0} is the database name - 备份数据库 - {0} - - - Backup File - 备份文件 - - - Backup Files - 备份文件 - - - Backup Files (*.bak, *.log, *.trn) - 备份文件(*.bak、*.log、*.trn) - - - Backup Location - 备份位置 - - - Backup Name - 备份名称 - - - Backup Storage Redundancy - 备份存储冗余 - - - Backup Type - 备份类型 - - - Backup sets to restore - 要还原的备份集 - - - Backup the tail of the log - 备份日志的末尾 - - - Backup to a new media set - 备份到新的媒体集 - - - Batch execution time: {0} - {0} is the batch time - 批处理执行时间: {0} - - - Before - 早于 - - - Behavior when free offer limit is reached - 达到免费套餐限制时的行为 - - - Between - 介于 - - - Blanks - 空白 - - - Blob - Blob - - - Blob Container - Blob 容器 - - - Blob Container is required - Blob 容器是必填项 - - - Blob does not contain a valid database backup - Blob 没有有效的数据库备份 - - - Blob is required - Blob 是必需的 - - - Block this extension from accessing your connections - 阻止此扩展访问你的连接 - - - Both - 两者 - - - Brightness - 亮度 - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - 将保存的连接、组和配置从 Azure Data Studio 引入 MSSQL 扩展并发现熟悉的体验。 - - - Browse - 浏览 - - - Browse Azure - 浏览 Azure - - - Browse Azure SQL Database tutorials and docs - 浏览 Azure SQL 数据库教程和文档 - - - Browse Fabric - 浏览 Fabric - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - 浏览 Fabric 工作区并在 Fabric 中预配 SQL 数据库,而无需离开 VS Code。 - - - Browse files - 浏览文件 - - - Browse forvpath - 浏览 forvpath - - - Browse to Azure Data Studio settings.json - 浏览到 Azure Data Studio settings.json - - - Browse... - 浏览... - - - Build APIs with GitHub Copilot - 使用 GitHub Copilot 生成 API - - - Build Data API - 生成数据 API - - - Build failed with exit code {0} - 生成失败,退出代码为 {0} - - - Build {0} - 生成 {0} - - - Building {0}... - 正在生成 {0}... - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - 内置用于保护数据的加密、防火墙规则和 Microsoft Entra ID 集成。 - - - Bulk Actions - 批量操作 - - - Bulk-logged - 大容量日志 - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - CSV/TXT 文件(*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - 正在使用 {1} 调用工具 {0}。 - - - Cancel - 取消 - - - Cancel Query - 取消查询 - - - Cancel Task - 取消任务 - - - Cancel failed: {0} - {0} is the error message - 取消失败: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - 取消架构比较失败:“{0}” - - - Cancel the query execution in progress - 取消正在进行的查询执行 - - - Canceled - 已取消 - - - Canceling - 正在取消 - - - Canceling query - 正在取消查询 - - - Canceling the query failed: {0} - {0} is the error message - 取消查询失败: {0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - 无法访问 Docker 套接字。你的用户可能不在'docker' 组中,或者 VS Code 已在组成员身份生效之前启动。运行 'sudo usermod -aG docker $USER',注销并重新登录(或重新启动),然后再重新启动 VS Code。 - - - Cannot cancel query as no query is running. - 无法取消查询,因为没有正在运行的查询。 - - - Cannot change session while active - 活动时无法更改会话 - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - 由于令牌过期,无法连接。请重新进行身份验证,然后重试。 - - - Cannot create foreign key - 无法创建外键 - - - Cannot delete column because it is part of foreign key relationships. - 无法删除列,因为它是外键关系的一部分。 - - - Cannot delete column because it is referenced by a foreign key. - 无法删除列,因为它由外键引用。 - - - Cannot delete column because it is used by a foreign key. - 无法删除列,因为它由外键使用。 - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - 无法排除 {0}。存在包括的依赖项 - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - 无法排除 {0}。存在包括的依赖项,例如 {1} - - - Cannot generate script without a restore plan - 没有还原计划,无法生成脚本 - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - 无法包括 {0}。存在排除的依赖项 - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - 无法包括 {0}。存在被排除的依赖项,如 {1} - - - Cannot revert: The column is part of a foreign key that references a deleted table - 无法还原: 该列是引用已删除表的外键的一部分 - - - Cannot revert: The referenced table or column has been deleted - 无法还原: 引用的表或列已被删除 - - - Cascade - 级联 - - - Category - 类别 - - - Change - 更改 - - - Change Connection - 更改连接 - - - Change Database - 更改数据库 - - - Change Password - 更改密码 - - - Change Setting - 更改设置 - - - Change column width - 更改列宽 - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - 将连接 ‘{0}’ (ID: {1})的数据库更改为 ‘{2}’? - - - Change the connection for the active SQL document - 更改活动 SQL 文档的连接 - - - Change the database for the active SQL document - 更改活动 SQL 文档的数据库 - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - 更改 {0}/{1} - - - Changed Tables - 已更改的表 - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - 已将文档“{1}”的数据库上下文更改为“{0}” - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - 对于文挡“{2}”,已将服务器“{1}”上的数据库上下文更改为“{0}”。 - - - Changes - 更改 - - - Changes ({0}) - {0} is the number of schema changes - 更改数({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - 已成功应用更改。再次运行架构比较以查看更新后的差异。 - - - Changes published successfully - 已成功发布更改 - - - Changes saved successfully. - 已成功保存更改。 - - - Changes view mode - 更改视图模式 - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - 对于文挡“{2}”,正在将服务器“{1}”上的数据库上下文更改为“{0}”。 - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - 正在将连接 ‘{0}’ (ID: {1})的数据库更改为 ‘{2}’ - - - Chat - 聊天 - - - Chat command not available in this VS Code version - 聊天命令在此 VS Code 版本中不可用 - - - Check Constraint - CHECK 约束 - - - Check Constraints - CHECK 约束 - - - Checking Docker Engine Configuration - 正在检查 Docker 引擎配置 - - - Checking Docker engine - 正在检查 Docker 引擎 - - - Checking Docker installation - 正在检查 Docker 安装情况 - - - Checking Docker prerequisites... - 正在检查 Docker 先决条件... - - - Checking container readiness - 正在检查容器就绪情况 - - - Checking if Docker is installed - 正在检查是否已安装 Docker - - - Checking if Docker is installed on your machine - 检查计算机上是否安装了 Docker - - - Checking if Docker is running on your machine. If not, we'll start it for you. - 正在检查 Docker 是否正在计算机上运行。如果为否,我们将为你启动它。 - - - Checking if Docker is started - 正在检查 Docker 是否已启动 - - - Checking if the Docker Engine is configured correctly on your machine. - 正在检查计算机上是否正确配置了 Docker 引擎。 - - - Checking pre-requisites - 正在检查先决条件 - - - Choose An Action - 选择一个操作 - - - Choose Existing - 从现有项中选择 - - - Choose Query History - 选择“查询历史记录” - - - Choose SQL Language - 选择 SQL 语言 - - - Choose a Microsoft Entra account - 选择 Microsoft Entra 帐户 - - - Choose a Microsoft Entra tenant - 选择 Microsoft Entra 租户 - - - Choose a connection profile from the list below - 从下面的列表中选择一个连接配置文件 - - - Choose a database - 选择数据库 - - - Choose a database from the list below - 从下面的列表中选择一个数据库 - - - Choose a hostname for the container - 选择容器的主机名 - - - Choose a name for the SQL Server Docker Container - 选择 SQL Server Docker 容器的名称 - - - Choose a port to host the SQL Server Docker Container - 选择端口以托管 SQL Server Docker 容器 - - - Choose an option to provision a database - 选择用于预配数据库的选项 - - - Choose color - 选择颜色 - - - Choose the Right Version - 选择正确的版本 - - - Choose the behavior for new editors - 选择新编辑器的行为 - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - 选择此存储过程是显示为 GraphQL 突变还是查询。DAB 默认为突变。 - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - 检测到循环引用:“{0}”→“{1}”创建了循环 - - - Clear - 清除 - - - Clear All - 全部清除 - - - Clear All Filters - 清除所有筛选器 - - - Clear Data - 清除数据 - - - Clear Filter - 清除筛选器 - - - Clear Filters - 清除筛选器 - - - Clear Quick Query - 清除快速查询 - - - Clear Recent Connections List - 清除最近连接列表 - - - Clear Selection - 清除选择 - - - Clear Sort - 清除排序 - - - Clear all - 全部清除 - - - Clear all events (keeps session running) - 清除所有事件(保持会话运行) - - - Clear all filters - 清除所有筛选器 - - - Clear all filters and show all events - 清除所有筛选器并显示所有事件 - - - Clear all grouping - 清除所有分组 - - - Clear all sorting - 清除所有排序 - - - Clear cache and refresh token - 清除缓存并刷新令牌 - - - Clear filters - 清除筛选器 - - - Clear from recent connections list - 从最近的连接列表中清除 - - - Clear permissions for all extensions to access your connections - 清除所有扩展访问你的连接的权限 - - - Clear quick filter and all column filters - 清除快速筛选器和所有列筛选器 - - - Clear this Quick Query - 清除此快速查询 - - - Clear token cache - 清除令牌缓存 - - - Click to cancel loading summary - 单击可取消摘要加载 - - - Click to change connection - 单击以更改连接 - - - Click to change database - 单击以更改数据库 - - - Click to connect to a database - 单击以连接到数据库 - - - Click to load summary - 单击以加载摘要 - - - Click to sign into an Azure account - 单击以登录到 Azure 帐户 - - - Client Secret - 客户端密码 - - - Client secret is required. - 客户端密码是必需的。 - - - Close - 关闭 - - - Close Designer - 关闭 Designer - - - Close Find - 关闭查找 - - - Close Script Pane - 关闭脚本窗格 - - - Close Without Export - 关闭而不导出 - - - Close details panel - 关闭详细信息面板 - - - Close existing connections to destination database - 关闭到目标数据库的现有连接 - - - Close properties pane - 关闭属性窗格 - - - Close the current connection - 关闭当前连接 - - - Cloud - - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis - {0} - - - Code analysis rules saved successfully - 已成功保存代码分析规则 - - - Collapse - 折叠 - - - Collapse All - 全部折叠 - - - Collapse Subscription Explorer - 折叠订阅资源管理器 - - - Collapse Workspace Explorer - 折叠工作区管理器 - - - Collapse all groups - 折叠所有组 - - - Collapse connection groups - 折叠连接组 - - - Collapse connections - 折叠连接 - - - Collapse settings - 折叠设置 - - - Collapse {0} - {0} is the category name, e.g. Design - 折叠 {0} - - - Collation - 排序规则 - - - Color - 颜色 - - - Column - - - - Column '{0}' already exists - {0} is the column name - 列“{0}”已存在 - - - Column '{0}' already has a foreign key - {0} is the column name - 列“{0}”已有外键 - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - 列“{0}”不能为 null,因为它是主键 - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - 列“{0}”是标识列,不能包含级联外键 - - - Column '{0}' must be a primary key - {0} is the referenced column - 列“{0}”必须是主键 - - - Column '{0}' not found - {0} is the column name - 找不到列“{0}” - - - Column Name - 列名 - - - Column max length cannot be empty - 列最大长度不能为空 - - - Column name cannot be empty - 列名称不能为空 - - - Column not found: {0} - {0} is the column reference - 找不到列: {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - 已将列引用解析为多个列: {0} - - - Column resize by content - 按内容重设列大小 - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - 列宽必须至少为 {0} 像素。 - - - Columns - - - - Columns in the primary key. - 主键中的列。 - - - Command Timeout - 命令超时 - - - Commands - 命令 - - - Compare - 比较 - - - Compare Azure SQL Database service tiers - 比较 Azure SQL 数据库服务层级 - - - Compare SQL Server editions - 比较 SQL Server 版本 - - - Comparison Details - 比较详细信息 - - - Compatibility Level - 兼容性级别 - - - Compress backup - 压缩备份 - - - Compression - 压缩 - - - Compute - 计算 - - - Compute + Storage - Compute + Storage - - - Config copied to clipboard - 配置已复制到剪贴板 - - - Configuration saved. - 已保存配置。 - - - Configuration sections - 配置节 - - - Configuration to Import - 要导入的配置 - - - Configure Linux containers - 配置 Linux 容器 - - - Configure Quick Query and Extension shortcuts. - 配置快速查询和扩展快捷方式。 - - - Configure Rosetta in Docker Desktop - 在 Docker Desktop 中配置 Rosetta - - - Configure and customize Azure SQL Databases - 配置和自定义 Azure SQL 数据库 - - - Configure and customize SQL Server containers - 配置和自定义 SQL Server 容器 - - - Configure keyboard shortcuts used by the MSSQL extension. - 配置 MSSQL 扩展使用的键盘快捷方式。 - - - Configure the full list of Query Editor shortcuts. - 配置查询编辑器快捷方式的完整列表。 - - - Confirm Password - 确认密码 - - - Confirm SQL Server admin password - 确认 SQL Server 管理员密码 - - - Confirm admin password - 确认管理员密码 - - - Confirm new password - 确认新密码 - - - Confirm to clear recent connections list - 确认要清除最近连接列表 - - - Confirm to remove this profile. - 确认要移除此配置文件。 - - - Conjunction - 连接 - - - Connect - 连接 - - - Connect and manage database connections - 连接和管理数据库连接 - - - Connect the active SQL document to a database - 将活动 SQL 文档连接到数据库 - - - Connect to Database - 连接到数据库 - - - Connect to MSSQL - 连接到 MSSQL - - - Connect to SQL Server - 连接到 SQL Server - - - Connect to Server - 连接到服务器 - - - Connect to a database - 连接到数据库 - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - 连接到服务器 {0} 和数据库 {1}? - - - Connect to server {0}? - {0} is the server name - 连接到服务器 {0}? - - - Connect to {0} - {0} is the name of the connection profile - 连接到 {0} - - - Connect using either Microsoft Entra ID or SQL Authentication. - 使用 Microsoft Entra ID 或 SQL 身份验证进行连接。 - - - Connect using profile {0}? - {0} is the profile ID - 是否使用配置文件 {0} 进行连接? - - - Connect with SQL tools and run your first query - 使用 SQL 工具连接并运行第一个查询 - - - Connect with the current settings and save the connection profile - 使用当前设置连接并保存连接配置文件 - - - Connected successfully - 已成功连接 - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - 对于文档“{1}”,已连接到服务器“{0}”。服务器信息: {2} - - - Connected to {0} - {0} is the connection label - 已连接到 {0} - - - Connected to: - 已连接到: - - - Connecting - 正在连接 - - - Connecting to Container - 正在连接到容器 - - - Connecting to Database - 正在连接到数据库 - - - Connecting to database - 正在连接到数据库 - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - 对于文档“{1}”,正在连接到服务器“{0}”。 - - - Connecting to server {0} - {0} is the server name - 正在连接到服务器 {0} - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - 正在连接到服务器 {0} 和数据库 {1} - - - Connecting to server... - 正在连接服务器... - - - Connecting to your SQL Server Docker container - 正在连接到 SQL Server Docker 容器 - - - Connecting to {0}... - {0} is the server name - 正在连接到 {0}... - - - Connecting to {0}... - {0} is the connection display name - 正在连接到 {0}... - - - Connecting to: - 正在连接至: - - - Connecting using profile {0} - {0} is the profile ID - 正在使用配置文件 {0} 进行连接 - - - Connecting... - 正在连接... - - - Connection - 连接 - - - Connection Authentication - 连接身份验证 - - - Connection Details - 连接详细信息 - - - Connection Dialog - “连接”对话框 - - - Connection Error - 连接错误 - - - Connection Failed - 连接失败 - - - Connection Group - 连接组 - - - Connection Import Warning - 连接导入警告 - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - 无法更新连接配置文件。请在 settings.json 中手动修改连接详细信息,然后重试。 - - - Connection String - 连接字符串 - - - Connection Timeout - 连接超时 - - - Connection Timeout (seconds) - 连接超时(秒) - - - Connection actions - 连接操作 - - - Connection error - 连接错误 - - - Connection error: {0} - {0} is the error message - 连接错误: {0} - - - Connection failed - 连接失败 - - - Connection failed: {0} - {0} is the error message from the connection attempt - 连接失败: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - 已导入具有相同 ID 的连接组: {0} (ID: {1}) - - - Connection groups to import - 要导入的连接组 - - - Connection is not active. Please establish a connection before performing this action. - 连接未处于活动状态。请先建立连接,然后再执行此操作。 - - - Connection not found for uri "{0}". - {0} is the uri - 找不到 URI“{0}”的连接。 - - - Connection profile '{0}' not found. - {0} is the profile ID - 找不到连接配置文件“{0}”。 - - - Connection profile not found. Please create a new connection using the Connection Dialog. - 找不到连接配置文件。请使用“连接”对话框创建新连接。 - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - 已拒绝扩展 ‘{0}’ 的连接共享权限。使用权限管理命令更改此项。 - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - 扩展 ‘{0}’ 需要连接共享权限 - - - Connection string copied to clipboard - 已将连接字符串复制到剪贴板 - - - Connection string is required - 连接字符串是必需的 - - - Connection test succeeded - 连接测试成功 - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - 找不到 ID 为 ‘{0}’ 的连接。请验证连接 ID 是否存在。 - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 已导入具有相同 ID 的连接: {0} (ID: {1}) - - - Connection: {0} - {0} is the task connection label - 连接: {0} - - - Connections in groups that are not selected will be moved under the root. - 未选择的组中的连接将移动到根目录下。 - - - Connections to import - 要导入的连接 - - - Consider adding a name for this foreign key - 请考虑为此外键添加名称 - - - Container Name - 容器名称 - - - Container Settings - 容器设置 - - - Container does not exist. Would you like to remove the connection? - 容器不存在。是否要移除连接? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - 容器无法在超时期限内启动。请稍等几分钟,然后重试。 - - - Container logs - 容器日志 - - - Container name and port are required to check container readiness. - 需要提供容器名称和端口才能检查容器就绪情况。 - - - Container name is invalid or already in use - 容器名称无效或已在使用中 - - - Container name is required - 容器名称为必填项 - - - Container name, port, and config content are required to start the container. - 需要提供容器名称、端口和配置内容才能启动容器。 - - - Containment Type - 包含类型 - - - Contains - 包含 - - - Continue - 继续 - - - Continue Editing - 继续编辑 - - - Continue on error - 出错时继续 - - - Continue using for additional charges - 继续使用将产生额外费用 - - - Control the results grid display - 控制结果网格显示 - - - Copied - 已复制 - - - Copied "{0}" to clipboard - {0} is the object name - 已将“{0}”复制到剪贴板 - - - Copied to clipboard - 已复制到剪贴板 - - - Copilot Changes - Copilot 更改 - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Copilot 更改({0}) - - - Copy - 复制 - - - Copy & Export - 复制和导出 - - - Copy All - 全部复制 - - - Copy As - 复制为 - - - Copy Column Name - 复制列名 - - - Copy Headers - 复制标头 - - - Copy Object Name - 复制对象名称 - - - Copy Script - 复制脚本 - - - Copy Script to Clipboard - 将脚本复制到剪贴板 - - - Copy all cells including column headers - 复制全部单元格(包括列标题) - - - Copy all query result content - 复制所有查询结果内容 - - - Copy all text output for this cell (messages, PRINT, errors) - 复制此单元格的所有文本输出(消息、PRINT、错误) - - - Copy all with headers - 全部复制(包括标头) - - - Copy as CSV - 复制为 csv - - - Copy as IN clause - 复制为 IN 子句 - - - Copy as INSERT - 复制为 INSERT - - - Copy as INSERT INTO - 复制为 INSERT INTO - - - Copy as JSON - 复制为 JSON - - - Copy code and open webpage - 复制代码并打开网页 - - - Copy command to clipboard - 将命令复制到剪贴板 - - - Copy connection string to clipboard - 将连接字符串复制到剪贴板 - - - Copy data and save results to files - 复制数据并将结果保存到文件 - - - Copy link - 复制链接 - - - Copy messages - 复制消息 - - - Copy script - 复制脚本 - - - Copy selected cells including column headers - 复制所选单元格(包括列标题) - - - Copy selected cells to the clipboard - 将所选单元格复制到剪贴板 - - - Copy selection - 复制选择 - - - Copy selection formatted as INSERT statements - 复制格式化为 INSERT 语句的选择 - - - Copy selection formatted as JSON - 复制格式为 JSON 的选择 - - - Copy selection formatted as a SQL IN clause - 复制格式化为 SQL IN 子句的选择 - - - Copy selection formatted as comma-separated values - 复制格式化为逗号分隔值的选择 - - - Copy text data to clipboard - 将文本数据复制到剪贴板 - - - Copy with Headers - 连同标题一起复制 - - - Copy with headers - 带标头复制 - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - 复制 {0} URL - - - Copy-only Backup - 仅复制备份 - - - Copying results... - 正在复制结果... - - - Cost - 成本 - - - Could not connect to database: {0} - {0} is the database name - 无法连接到数据库: {0} - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - 无法检测客户端 IP 地址。请在 Azure 门户中手动添加防火墙规则。 - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - 找不到 {0} ‘{1}’ 的脚本元数据。 - - - Could not load restore plan - 无法加载还原计划 - - - Count - 计数 - - - Count: {0} - {0} is the count - 计数: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - 计数: {0} 非重复计数: {1} Null 计数: {2} - - - Create - 创建 - - - Create Connection Group - 创建连接组 - - - Create Connection Profile - 创建连接配置文件 - - - Create Container - 创建容器 - - - Create Database - 创建数据库 - - - Create Firewall Rule - 创建防火墙规则 - - - Create Local SQL Container - 创建本地 SQL 容器 - - - Create New - 新建 - - - Create New Connection Group - 创建新连接组 - - - Create New Resource Group - 创建新资源组 - - - Create New Server - 创建新服务器 - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - 从 Visual Studio Code 中的可视界面为 SQL 数据库表创建 REST、GraphQL 和 MCP 终结点。配置实体、权限和部署设置 , 然后使用 Docker 在本地部署。 - - - Create a Local Docker SQL Server - 创建本地 Docker SQL Server - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - 在数秒内创建 SQL Server 容器 - 无需任何手动步骤。无需离开 VS Code 即可从 MSSQL 扩展轻松管理它。 - - - Create a SQL database in Fabric - 在 Fabric 中创建 SQL 数据库 - - - Create a new connection profile - 创建新的连接配置文件 - - - Create a new database on '{0}'. - {0} is the name of the server - 在 "{0}" 上创建新数据库。 - - - Create a new firewall rule - 创建新的防火墙策略 - - - Create a new profiling session - 创建新的分析会话 - - - Create an Azure SQL Database (Preview) - 创建 Azure SQL 数据库(预览版) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - 创建和管理常用查询以及查询编辑器和结果网格操作的键盘快捷方式,以发现可用命令并更高效地执行它们。 - - - Create as Script - 创建为脚本 - - - Create new - 新建 - - - Create new connection copied from {0} - {0} is the name of the connection profile - 创建从 {0} 复制的新连接 - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - 为 {0} 创建新的防火墙规则 - - - Created table {0} - {0} is the qualified table name - 已创建表 {0} - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - 创建适用于此存储过程的专用 MCP 工具。禁用后,如果启用了 MCP,则仍可通过泛型 MCP 执行工具使用该过程。 - - - Creating Container - 正在创建容器 - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - 正在为工作区 {0} 创建 SQL 数据库 - - - Creating SQL Server container... - 正在创建 SQL Server 容器... - - - Creating and starting the container - 正在创建并启动容器 - - - Creating and starting your SQL Server container - 正在创建和启动 SQL Server 容器 - - - Creating database - 正在创建数据库 - - - Creating resource group... - 正在创建资源组... - - - Creating server... - 正在创建服务器... - - - Creating session... - 正在创建会话... - - - Creating workspace with capacity {0} - {0} is the capacity ID - 正在创建具有容量 {0} 的工作区 - - - Creating... - 正在创建... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - 凭据错误: 尝试刷新帐户凭据时出错。请重新进行身份验证。 - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - 凭据错误: 尝试刷新帐户凭据时出错。请重新进行身份验证。错误: {0} - - - Current Schema: {0}, Select the new schema: - 当前架构: {0},选择新架构: - - - Currently signed in as: - 当前登录身份: - - - Custom GraphQL Plural Type - 自定义 GraphQL 复数类型 - - - Custom GraphQL Singular Type - 自定义 GraphQL 单数类型 - - - Custom GraphQL Type - 自定义 GraphQL 类型 - - - Custom REST Path - 自定义 REST 路径 - - - Custom Zoom - 自定义显示比例 - - - Customize keyboard shortcuts - 自定义键盘快捷方式 - - - DAB container failed to become ready within the timeout period. - DAB 容器未能在超时期限内准备就绪。 - - - DAB container is running! - DAB 容器正在运行! - - - DAB container logs - DAB 容器日志 - - - DACPAC deployed successfully - DACPAC 已成功部署 - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - DACPAC 已成功部署到数据库 "{0}" - - - DACPAC extracted successfully - DACPAC 已成功提取 - - - DACPAC extracted successfully to '{0}' - {0} is the file path - DACPAC 已成功提取到 "{0}" - - - DACPAC path not found. Please build the project first. - 找不到 DACPAC 路径。请先生成项目。 - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - DacFx 服务不可用。已加载配置文件,但未使用部署选项。无法执行发布和生成脚本操作。 - - - DacFx service is not available. Publish and generate script operations cannot be performed. - DacFx 服务不可用。无法执行发布和生成脚本操作。 - - - Data API builder - 数据 API 生成器 - - - Data API builder Configuration - 数据 API 生成器配置 - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - 数据 API 生成器已打开。继续 {0} 操作({1}/{2})。 - - - Data API builder with GitHub Copilot - 使用 GitHub Copilot 的数据 API生成器 - - - Data Source - 数据源 - - - Data Type - 数据类型 - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - 数据通过 SQL 分析终结点实时自动复制到 OneLake。 - - - Data file folder - 数据文件文件夹 - - - Data type - 数据类型 - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - 数据类型不匹配: 列“{1}”中的“{0}”与“{3}”中的“{2}”不兼容 - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - 数据层应用程序 (DACPAC/BACPAC) 导入和导出 - - - Data-tier Application - 数据层应用程序 - - - Data-tier Application File (.dacpac) - 数据层应用程序文件(.dacpac) - - - Database - 数据库 - - - Database - {0} - {0} is the database name - 数据库 - {0} - - - Database Description - 数据库说明 - - - Database Details - 数据库详细信息 - - - Database Name - 数据库名称 - - - Database Name is required - 数据库名称是必需的 - - - Database Project - 数据库项目 - - - Database changed successfully - 已成功更改数据库 - - - Database is required - 数据库是必需的 - - - Database list - 数据库列表 - - - Database name - 数据库名称 - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - 数据库名称包含无效字符。避免使用: < > * ?" / \ | - - - Database name is required - 数据库名是必填项 - - - Database name is too long. Maximum length is 128 characters - 数据库名称太长。最大长度为 128 个字符 - - - Database name must be 128 characters or fewer - 数据库名称不得超过 128 个字符 - - - Database not found on the server - 在服务器上找不到数据库 - - - Database pauses until the next billing cycle when free amount is renewed. - 续订免费金额后,数据库将暂停到下一个计费周期。 - - - Database the table is created in - 创建表的数据库 - - - Default - 默认 - - - Default Value - 默认值 - - - Define who can access this endpoint - 定义谁可以访问此终结点 - - - Define who can execute this stored procedure - 定义可以执行此存储过程的人员 - - - Definition - 定义 - - - Definition type - 定义类型 - - - DefinitionRequestCompleted - DefinitionRequestCompleted - - - DefinitionRequested - DefinitionRequested - - - Delete - 删除 - - - Delete 1 row - 删除 1 行 - - - Delete Confirmation - 删除确认 - - - Delete Contents - 删除内容 - - - Delete Row - 删除行 - - - Delete backup and restore history - 删除备份和还原历史记录 - - - Delete saved connection - 删除保存的连接 - - - Delete {0} rows - 删除 {0} 行 - - - Deleted - 已删除 - - - Deleted column '{0}' - {0} is the column name - 已删除列 ‘{0}’ - - - Deleted foreign key '{0}' - {0} is the foreign key name - 已删除外键 ‘{0}’ - - - Deleted table {0} - {0} is the qualified table name - 已删除表 {0} - - - Deleting Container... - 正在删除容器... - - - Deny - 拒绝 - - - Deploy - 部署 - - - Deploy DAB Container - 部署 DAB 容器 - - - Deploy a .dacpac file to a new or existing SQL database - 将 .dacpac 文件部署到新的或现有的 SQL 数据库 - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - 使用 MSSQL 扩展中的集成简化工作流,部署和提取 .dacpac 文件,或导入/导出 .bacpac 包。 - - - Deploy to Existing Database - 部署到现有数据库 - - - Deploy, extract, import, or export data-tier applications on the selected database - 在所选数据库上部署、提取、导入或导出数据层应用程序 - - - Deploying DACPAC... - 正在部署 DACPAC... - - - Deployment Complete - 部署完成 - - - Deployment Failed - 部署失败 - - - Deployment Name - 部署名称 - - - Deployment failed - 部署失败 - - - Deployment finished - 已完成部署 - - - Deployment in progress - 正在部署 - - - Description - 描述 - - - Description for the table. - 表的说明。 - - - Description: {0} - {0} is the task description - 描述: {0} - - - Deselect All - 取消全选 - - - Design API - 设计 API - - - Design Schemas with GitHub Copilot - 使用 GitHub Copilot 设计架构 - - - Details - 详细信息 - - - Details panel actions - 详细信息面板操作 - - - Details panel tabs - 详细信息面板选项卡 - - - Details tab - displays all event properties - “详细信息”选项卡 - 显示所有事件属性 - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - 使用 Azure SQL 数据库引擎的开发人员友好事务数据库 - 可免费用于原型制作和学习。 - - - Developer-friendly transactional database using the Azure SQL Database Engine. - 开发人员友好的事务性数据库,采用了 Azure SQL 数据库引擎。 - - - Differential - 差异 - - - Directory not found - 找不到目录 - - - Disable all entities - 禁用所有实体 - - - Disable intellisense and syntax error checking on current document - 在当前文档中禁用 Intellisense 和语法错误检查 - - - Disabled - 已禁用 - - - Disabled globally - 已全局禁用 - - - Discard - 放弃 - - - Disconnect - 断开连接 - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 是否与连接 ‘{0}’ (ID: {1})断开连接? - - - Disconnect the active SQL document from the database - 断开活动 SQL 文档与数据库的连接 - - - Disconnected on document "{0}" - {0} is the document name - 已断开文档“{0}”的连接 - - - Disconnected successfully - 已成功断开连接 - - - Disconnected. - 已断开连接。 - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在断开与连接 ‘{0}’ (ID: {1})的连接 - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - 了解 Fabric、Azure SQL 和 SQL Server 中的 SQL 数据库如何重新定义新式应用开发。与工程师和同行一起努力,突破性能、AI 集成和开发人员工作效率的极限。 - - - Dismiss - 关闭 - - - Displays the data type name for the column - 显示列的数据类型名称 - - - Displays the description of the column - 显示列的说明 - - - Displays the unified data type (including length, scale and precision) for the column - 显示列的统一数据类型(包括长度、小数位数和精准率) - - - Dissatisfied - 不满意 - - - Distinct - 非重复 - - - Distinct Count: {0} - {0} is the distinct count - 非重复计数: {0} - - - Do not compress backup - 不压缩备份 - - - Do not connect - 不连接 - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - 介意参加一份有关 VS Code MSSQL 扩展的快速反馈调查吗? - - - Do you want to always display query results in a new tab instead of the query pane? - 是否要始终在新选项卡而不是查询窗格中显示查询结果? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - 是否要在此连接上启用“信任服务器证书”并重试? - - - Docker Desktop must be installed and running on your machine. - 必须在计算机上安装并运行 Docker Desktop。 - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - Docker 未能在超时期限内启动。请手动启动 Docker,然后重试。 - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - 未安装 Docker 或 Docker 不在 PATH 中。请安装 Docker 桌面,然后重试。 - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Docker 需要根权限才能运行。请使用 sudo 运行 Docker,或使用 sudo usermod -aG docker $USER 将用户添加到 docker 组。然后重新启动计算机并重试。 - - - Don't Save - 不保存 - - - Don't Show Again - 不再显示 - - - Don't show this again - 不再显示此消息 - - - Download offline VSIX - 下载脱机 VSIX - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - 下载键位映射扩展,以自动从 Azure Data Studio 导入键位映射。这些更改会显示在你的键盘快捷方式偏好设置中。 - - - Downloading the Data API builder container image - 正在下载数据 API 生成器容器映像 - - - Drizzle - Drizzle - - - Drop - 删除 - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - 从 "{1}" 中删除 "{0}"。此操作无法撤消。 - - - Drop Database - 删除数据库 - - - Drop Database Options - 删除数据库选项 - - - Drop active connections - 删除活动连接 - - - Dropping database - 正在丢弃数据库 - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - 无需离开 VS Code 扩展,即可轻松设置本地 SQL Server。只需单击几下即可轻松安装、配置和管理服务器! - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - 借助 Azure SQL 数据库免费层轻松入手,可直接通过编辑器创建并连接到数据库,而无需任何费用。 - - - Edit Connection Group - {0} - {0} is the connection group name - 编辑连接组 - {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - 编辑连接组: {0} - - - Edit Data - 编辑数据 - - - Edit Database Connection - {0} - {0} is the name of the connection profile - 编辑数据库连接 - {0} - - - Edit Table - 编辑表 - - - Edit an existing connection profile - 编辑现有连接配置文件 - - - Edit connection profile - 编辑连接配置文件 - - - Edit your schema to see changes here. - 编辑架构以在此处查看更改。 - - - Edit {0} - {0} is the name of the connection profile - 编辑 {0} - - - Either profileId or serverName must be provided. - 必须提供 profileId 或 serverName。 - - - Elapsed time: {0} - {0} is the task elapsed time - 已用时间: {0} - - - Enable 'Trust Server Certificate' - 启用“信任服务器证书” - - - Enable Code Analysis on Build - 生成时启用 Code Analysis - - - Enable GraphQL in API Type to expose this entity through GraphQL. - 在 API 类型中启用 GraphQL 以通过 GraphQL 公开此实体。 - - - Enable MCP in API Type to use this DML tools setting. - 在 API 类型中启用 MCP 以使用此 DML 工具设置。 - - - Enable MCP in API Type to use this custom tool setting. - 在 API 类型中启用 MCP 以使用此自定义工具设置。 - - - Enable REST in API Type to expose this entity through REST. - 在 API 类型中启用 REST 以通过 REST 公开此实体。 - - - Enable Trust Server Certificate - 启用“信任服务器证书” - - - Enable all CRUD operations - 启用所有 CRUD 操作 - - - Enable all entities - 启用所有实体 - - - Enable all rules in {0} - {0} is the category name, e.g. Design - 启用 {0} 中的所有规则 - - - Enable or disable SQLCMD mode for the active SQL document - 为活动 SQL 文档启用或禁用 SQLCMD 模式 - - - Enable {0} - {0} is the entity name - 启用 {0} - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - 启用 {0} - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - 全局启用 {0} - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - 在 API 类型中启用 {0} 以公开此实体。 - - - Enabled - 已启用 - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - 遇到问题? 通过打开 GitHub 问题与我们共享详细信息,以便我们可以改进! - - - Encrypt - 加密 - - - Encryption - 加密 - - - Encryption Algorithm - 加密算法 - - - Encryption Type - 加密类型 - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - 已在此连接上启用加密;请查看目标 SQL Server 的 SSL 和证书配置,或在连接对话框中启用“信任服务器证书”。 - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - 已在此连接上启用加密; 请查看目标 SQL Server 的 SSL 和证书配置,或将“信任服务器证书”设置为 "true"。注意: 自签名证书仅提供有限的保护,不建议用于生产环境。 - - - End IP Address - 结束 IP 地址 - - - Ends With - 结尾为 - - - Ends with - 结尾为 - - - Engine: {0} - {0} is the engine type - 引擎:: {0} - - - Ensuring Docker Desktop is running - 确保 Docker Desktop 正在运行 - - - Enter Database Description - 输入数据库说明 - - - Enter Database Name - 输入数据库名称 - - - Enter a date... - 输入日期... - - - Enter a name for the new profiler session - 为新配置文件会话输入名称 - - - Enter a name for the new resource group - 请输入新资源组的名称 - - - Enter a name for the new server - 输入新服务器的名称 - - - Enter a number... - 输入数字... - - - Enter admin password - 输入管理员密码 - - - Enter admin username - 输入管理员用户名 - - - Enter application name - 输入应用程序名称 - - - Enter connection group name - 输入连接组名称 - - - Enter container name - 输入容器名称 - - - Enter database name - 输入数据库名称 - - - Enter description (optional) - 输入描述(可选) - - - Enter desired column width in pixels - 输入所需的列宽(像素) - - - Enter hostname - 输入主机名 - - - Enter new column width - 输入新列宽 - - - Enter new database name - 输入新数据库名 - - - Enter new password - 输入新密码 - - - Enter password - 输入密码 - - - Enter port - 输入端口 - - - Enter profile name - 输入配置文件名称 - - - Enter resource group name - 输入资源组名 - - - Enter server name - 输入服务器名称 - - - Enter text... - 输入文本... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - 输入用户“{0}”的 SQL 登录密码。 - - - Enter the path for the output file - 输入输出文件的路径 - - - Enter user name - 输入用户名 - - - Enter username - 输入用户名 - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - 数据 API生成器不支持实体“{0}”。{1} - - - Entity Endpoints - 实体终结点 - - - Entity Name - 实体名称 - - - Entity name used in API routes - API 路由中使用的实体名称 - - - Entity not found: {0} - {0} is the entity reference - 找不到实体: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - 已解析为多个实体的实体引用: {0} - - - Entra token cache cleared successfully. - 已成功清除 Entra 令牌缓存。 - - - Equal to - 等于 - - - Equals - 等于 - - - Error - 错误 - - - Error Message: - 错误消息: - - - Error code: - 错误代码: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - 连接到服务器“{0}”时出错。详细信息: {1} - - - Error connecting to: - 连接到此处时出错: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - 创建防火墙规则 {0} 时出错。 请检查 Azure 帐户设置,然后重试。 错误: {1} - - - Error fetching schemas for the selected database. - 提取所选数据库的架构时出错。 - - - Error fetching the table preview. - 提取表预览时出错。 - - - Error generating text view. Please try switching back to grid view. - 生成文本视图时出错。请尝试切换回网格视图。 - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - 加载租户 ID '{0}' 的 Azure 帐户信息时出错 - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - 为订阅 {0} ({1}) 加载 Azure 数据库时出错。确认您具有权限。 - - - Error loading Azure subscriptions. - 加载 Azure 订阅时出错。 - - - Error loading Schema Designer - 加载架构设计器时出错 - - - Error loading Table Designer - 加载表设计器时出错 - - - Error loading database objects - 加载数据库对象时出错 - - - Error loading databases - 加载数据库时出错 - - - Error loading preview - 加载预览时出错 - - - Error loading servers - 加载服务器时发生错误 - - - Error loading subscriptions - 加载订阅时出错 - - - Error loading summary - 加载摘要时出错 - - - Error loading summary: {0} - {0} is the error message - 加载摘要时出错: {0} - - - Error loading workspaces - 加载工作区时出错 - - - Error loading workspaces. Please try choosing a different account or tenant. - 加载工作区时出错。请尝试选择其他帐户或租户。 - - - Error loading; refresh to try again - 加载时出错;请刷新以重试 - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - 将连接 ID {0} 迁移到新格式时出错。 请重新创建此连接以使用它。 -错误: -{1} - - - Error occurred opening content in editor. - 在编辑器中打开內容时发生错误。 - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - 刷新令牌时出错;可能需要退出并重新登录: {0} - - - Error retrieving server list: {0} - {0} is the error message - 检索服务器列表时出错: {0} - - - Error running Docker commands. Please make sure Docker is running. - 运行 Docker 命令时出错。请确保 Docker 正在运行。 - - - Error signing into Azure: {0} - {0} is the error message - 登录到 Azure 时出错: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - 验证 Entra 身份验证令牌时出错;可能需要刷新令牌: {0} - - - Error when refreshing token - 刷新令牌时出错 - - - Error {0}: {1} - {0} is the error number -{1} is the error message - 错误 {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - 错误 {0}: {1} 请以其他用户身份登录并使用 ALTER LOGIN 更改密码。 - - - Error: - 错误: - - - Error: Failed to parse query result data. - 错误: 未能分析查询结果数据。 - - - Error: Login failed. Retry using different credentials? - 错误: 登录失败。使用不同的凭据再试一次? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - 错误: 无法使用所提供的连接信息进行连接。是否重试创建配置文件? - - - Error: Unrecognized query result data. - 错误: 无法识别查询结果数据。 - - - Error: {0} - {0} is the error message - 错误: {0} - - - Estimated Operator Cost - 估计运算符成本 - - - Estimated Subtree Cost - 估计子树成本 - - - Event details for {0} - {0} is the name of the profiler event - {0} 的事件详细信息 - - - Event properties list - 事件属性列表 - - - Example: Find queries with {0} > 100 - {0} is the column name - 示例: 查找 {0} > 100 的查询 - - - Excel - Excel - - - Exclude Object Types - 排除对象类型 - - - Execute - 执行 - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - 是否对数据 API 生成器执行“{0}”操作? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - 是否在架构设计器上执行 '{0}' 操作? - - - Execute Query - 执行查询 - - - Execute SQL against SQL Server / Azure SQL - 对 SQL Server / Azure SQL 执行 SQL - - - Execute Selection or Current Statement - 执行所选内容或当前语句 - - - Execute only the T-SQL statement under the cursor - 仅执行光标下的 T-SQL 语句 - - - Executing '{0}' operation on Data API builder - {0} is the operation name - 正在对数据 API 生成器执行“{0}”操作 - - - Executing '{0}' operation on schema designer - {0} is the operation name - 正在架构设计器上执行 '{0}' 操作 - - - Executing query... - 正在执行查询... - - - Execution Plan - 执行计划 - - - Execution cancelled - 已取消执行 - - - Execution time unavailable - 执行时间不可用 - - - Existing Database - 现有数据库 - - - Existing File - 现有文件 - - - Existing SQL Server - 现有 SQL Server - - - Expand - 展开 - - - Expand All - 全部展开 - - - Expand Subscription Explorer - 展开订阅资源管理器 - - - Expand Workspace Explorer - 展开工作区管理器 - - - Expand all groups - 展开所有组 - - - Expand connection groups - 展开连接组 - - - Expand connections - 展开连接 - - - Expand properties pane - 展开属性窗格 - - - Expand selection down - 向下扩展选择 - - - Expand selection left - 向左扩展选择 - - - Expand selection right - 向右扩展选择 - - - Expand selection up - 向上扩展选择 - - - Expand settings - 展开设置 - - - Expand the active grid to fill the panel - 展开活动网格以填充面板 - - - Expand {0} - {0} is the category name, e.g. Design - 展开 {0} - - - Expiration - 过期 - - - Explore tutorials, docs, and what's coming next. - 浏览教程、文档以及即将推出的功能。 - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - 使用智能、代码优先或数据优先指南探索、设计和改进数据库架构 - - - Explorer - 资源管理器 - - - Export - 导出 - - - Export & Close - 导出和关闭 - - - Export BACPAC - 导出 BACPAC - - - Export all captured events to a CSV file - 将所有捕获的事件导出到 CSV 文件 - - - Export all results as INSERT statements - 将所有结果导出为 INSERT 语句 - - - Export all results to a CSV file - 将所有结果导出到 CSV 文件 - - - Export all results to a JSON file - 将所有结果导出到 JSON 文件 - - - Export all results to an Excel file - 将所有结果导出到 Excel 文件 - - - Export the schema and data from a SQL database to a .bacpac file - 将架构和数据从 SQL 数据库导出到 .bacpac 文件 - - - Export to CSV - 导出到 CSV - - - Export to Excel - 导出到 Excel - - - Export to JSON - 导出到 JSON - - - Export to PDF - 导出为 PDF - - - Export to tab delimited - 导出为制表符分隔格式 - - - Export to text format - 导出为文本格式 - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - 结果集 {0} 的导出工具栏 - - - Exporting BACPAC... - 正在导出 BACPAC... - - - Expose as MCP DML tools - 公开为 MCP DML 工具 - - - Expose as MCP custom tool - 公开为 MCP 自定义工具 - - - Expose this entity through GraphQL - 通过 GraphQL 公开此实体 - - - Expose this entity through REST - 通过 REST 公开此实体 - - - Expose {0} - {0} is the backing database column name - 公开 {0} - - - Expression - 表达式 - - - Extend the current selection one cell down - 将当前选择向下扩展一个单元格 - - - Extend the current selection one cell left - 将当前选择向左扩展一个单元格 - - - Extend the current selection one cell right - 将当前选择向右扩展一个单元格 - - - Extend the current selection one cell up - 将当前选择向上扩展一个单元格 - - - Extended Events Log Files - 扩展事件日志文件 - - - Extension Shortcuts - 扩展快捷方式 - - - Extension and deployment actions - 扩展和部署操作 - - - Extract DACPAC - 提取 DACPAC - - - Extract the schema from a SQL database to a .dacpac file - 将架构从 SQL 数据库提取到 .dacpac 文件 - - - Extracting DACPAC... - 正在提取 DACPAC... - - - Extremely likely - 很有可能 - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - 出现 Fabric API 错误({0}): {1} - - - Fabric Account - Fabric 帐户 - - - Fabric Account is required - Fabric 帐户是必需的 - - - Fabric Databases - Fabric 数据库 - - - Fabric Workspaces - Fabric 工作区 - - - Fabric databases in Query Profiler - 查询探查器中的 Fabric 数据库 - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - 当前云({0})不支持 Fabric。 确保正确配置设置 ‘{1}’。 - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - 长期存在的 Fabric API 错误,错误代码为 {0}: {1} - - - Failed - 失败 - - - Failed disposing query: {0} - {0} is the error message - 未能释放查询: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - 未能获取帐户“{0}”和租户“{1}”的令牌 - - - Failed to add table to schema designer. - 未能将表添加到架构设计器。 - - - Failed to add table. - 未能添加表。 - - - Failed to add text to workspace: {0} - {0} is the error message - 未能将文本添加到工作区: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - 无法应用更改:“{0}” - - - Failed to apply schema. - 未能应用架构。 - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - 未能应用“移动到架构”更改。检查文件是否可写,然后重试。 - - - Failed to change database - 未能更改数据库 - - - Failed to connect - 未能建立连接 - - - Failed to connect to database: {0} - {0} is the database name - 未能连接到数据库: {0} - - - Failed to connect to server - 未能连接到服务器 - - - Failed to connect to server. - 无法连接到服务器。 - - - Failed to connect to the selected server. - 未能连接到所选服务器。 - - - Failed to connect: {0} - {0} is the error message - 连接失败: {0} - - - Failed to copy script: {0} - {0} is the error message - 未能复制脚本: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - 未能将文本复制到剪贴板: {0} - - - Failed to create a new row: {0} - {0} is the error message - 未能创建新行: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - 未能创建数据库 "{0}"。{1} - - - Failed to create firewall rule: {0} - {0} is the error message - 未能创建防火墙规则: {0} - - - Failed to create profiler session: {0} - {0} is the error message - 创建探查器会话失败: {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - 无法删除 ID 为 {0} 的凭据。{1} - - - Failed to delete table from schema designer. - 未能从架构设计器中删除表。 - - - Failed to delete table. - 未能删除表。 - - - Failed to delete {0}. - Failed to delete {0}. - 无法删除 {0}。 - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - 未能删除数据库 "{0}"。{1} - - - Failed to establish connection - 未能建立连接 - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - 未能建立 ID 为 ‘{0}’ 的连接。请检查连接详细信息和网络连接性。 - - - Failed to export profiler events: {0} - {0} is the error message - 未能导出探查器事件: {0} - - - Failed to export results: {0} - {0} is the error message - 无法导出结果: {0} - - - Failed to fetch Docker container tags: {0} - 未能提取 Docker 容器标记: {0} - - - Failed to fetch user tokens. - 无法提取用户令牌。 - - - Failed to generate SqlPackage command: {0} - 无法生成 SqlPackage 命令: {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - 无法生成发布脚本:“{0}” - - - Failed to generate script. Please check the logs for more details. - 无法生成脚本。有关更多详细信息,请查看日志。 - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - 无法生成脚本:“{0}” - - - Failed to generate script: {0} - {0} is the error message - 无法生成脚本: {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - 未能获取租户“{0}({1})”的 Fabric 工作区。 - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - 未能获取租户 ‘{0} ({1})’ 的 Fabric 工作区: {2} - - - Failed to get authentication method, please remove and re-add the account. - 无法获取身份验证方法,请移除帐户并重新添加。 - - - Failed to get connection string: {0} - 无法获取连接字符串: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - 无法获取帐户“{1}”的租户 {0}。 - - - Failed to import file. - 未能导入文件。 - - - Failed to launch profiler: {0} - {0} is the error message - 启动探查器失败: {0} - - - Failed to list databases - 未能列出数据库 - - - Failed to load code analysis rules - 未能加载代码分析规则 - - - Failed to load data: {0} - {0} is the error message - 未能加载数据: {0} - - - Failed to load databases - 未能加载数据库 - - - Failed to load publish profile - 未能加载发布配置文件 - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - 未能获取资源“{1}”的令牌。 错误: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - 未能打开“编辑数据”: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - 未能打开修改表: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - 未能打开架构设计器: {0} - - - Failed to open Table Designer: {0} - {0} is the error message - 未能打开表设计器: {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - 未能打开 URL。内置的简单浏览器可能被禁用。 - - - Failed to open XEL file: {0} - {0} is the error message - 未能打开 XEL 文件: {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - 无法打开 scmp 文件:“{0}” - - - Failed to open script in editor. - 无法在编辑器中打开脚本。 - - - Failed to open script: {0} - {0} is the error message - 无法打开脚本: {0} - - - Failed to open text in editor: {0} - {0} is the error message - 未能在编辑器中打开文本: {0} - - - Failed to pull DAB container image. Please check your network connection. - 未能拉取 DAB 容器映像。请检查网络连接。 - - - Failed to pull SQL Server image. Please check your network connection and try again. - 未能拉取 SQL Server 映像。请检查网络连接,然后重试。 - - - Failed to read saved rule overrides from project - 无法从项目中读取保存的规则替代项 - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - 无法刷新 URI {1} 的连接 ${0},无效的连接结果。 - - - Failed to remove row: {0} - {0} is the error message - 无法移除行: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - 未能将数据库 "{0}" 重命名为 "{1}"。{2} - - - Failed to resolve the refactor log for this file: {0} - 未能解析此文件的重构日志: {0} - - - Failed to revert cell: {0} - {0} is the error message - 无法还原单元格: {0} - - - Failed to revert row: {0} - {0} is the error message - 无法还原行: {0} - - - Failed to run table query. - 未能运行表查询。 - - - Failed to run table query: {0} - {0} is the error message - 未能运行表查询: {0} - - - Failed to save changes: {0} - {0} is the error message - 未能保存更改: {0} - - - Failed to save code analysis rules - 未能保存代码分析规则 - - - Failed to save publish profile - 未能保存发布配置文件 - - - Failed to save results. {0} - {0} is the error message - 未能保存结果。{0} - - - Failed to save results: {0} - {0} is the underlying error message - 未能保存结果: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - 未能保存 scmp 文件:“{0}” - - - Failed to script object: {0} - {0} is the error message - 未能为对象编写脚本: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - 未能启动“{0}”: {1} - - - Failed to start DAB container. - 未能启动 DAB 容器。 - - - Failed to start DAB container. Please check the Docker logs for details. - 未能启动 DAB 容器。有关详细信息,请查看 Docker 日志。 - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - 未能启动 SQL Server 容器。请查看错误消息以了解更多详细信息,然后重试。 - - - Failed to start profiler: {0} - {0} is the error message - 无法启动探查器: {0} - - - Failed to start query. - 无法启动查询。 - - - Failed to start {0}. - Failed to start {0}. - 未能启动 {0}。 - - - Failed to stop and remove DAB container. - 未能停止并移除 DAB 容器。 - - - Failed to stop {0}. - Failed to stop {0}. - 未能停止 {0}。 - - - Failed to update cell: {0} - {0} is the error message - 无法更新单元格: {0} - - - Failed to update schema designer. - 未能更新架构设计器。 - - - Failed to update table in schema designer. - 未能更新架构设计器中的表。 - - - Failed to update table. - 未能更新表。 - - - Feedback - 反馈 - - - Fetching {0} script... - {0} is the script type - 正在提取 {0} 脚本... - - - File - 文件 - - - File (Read-Only) - 文件(只读) - - - File Name - 文件名 - - - File already exists. It will be overwritten if you continue - 文件已存在。如果继续,它将被覆盖 - - - File imported successfully - 已成功导入文件 - - - File is required - 文件是必需的 - - - File name is required - 文件名是必需的 - - - File not found - 未找到文件 - - - File path - 文件路径 - - - File path is required - 必须提供文件路径 - - - File to be imported - 要导入的文件 - - - File type - 文件类型 - - - File: {0} - {0} is the file name - 文件: {0} - - - Files - 文件 - - - Files of Type - 类型文件 - - - Filter - 筛选器 - - - Filter ({0}) - {0} is the number of selected tables - 筛选器({0}) - - - Filter Azure subscriptions - 筛选 Azure 订阅 - - - Filter Changes - 筛选更改 - - - Filter Options - 筛选器选项 - - - Filter Settings - 筛选器设置 - - - Filter active - 筛选器处于活动状态 - - - Filter by keyword - 按关键字筛选 - - - Filter by name - 按名称筛选 - - - Filter by schema - 按架构筛选 - - - Filter by severity - 按严重性筛选 - - - Filter by type - 按类型筛选 - - - Filter changes - 筛选更改 - - - Filter entities - 筛选实体 - - - Filter entities... - 筛选实体... - - - Filter events by column values - 按列值筛选事件 - - - Filter for any field... - 筛选任何字段... - - - Filter operator - 筛选器运算符 - - - Filter shortcuts - 筛选器快捷方式 - - - Filter value - 筛选值 - - - Filter {0} - 筛选 {0} - - - Filter... - 筛选... - - - Filter: {0} - {0} is the column name - 筛选器: {0} - - - Filters - 筛选器 - - - Find - 查找 - - - Find Next - 查找下一个 - - - Find Node - 查找节点 - - - Find Nodes - 查找节点 - - - Find Previous - 查找上一个 - - - Finish - 完成 - - - Finished Deployment - 已完成部署 - - - Finished query execution for document "{0}" - {0} is the document name - 对文档“{0}”的查询已完成 - - - Firewall - 防火墙 - - - Firewall rule name - 防火墙规则名称 - - - Firewall rule successfully added. Retry profile creation? - 已成功添加防火墙规则。是否重试创建配置文件? - - - Firewall rule successfully created. - 已成功创建防火墙规则。 - - - First Page - 第一页 - - - Flat - 平面 - - - Focus the Messages tab - 聚焦“消息”选项卡 - - - Focus the Query Plan tab - 聚焦“查询计划”选项卡 - - - Focus the Results tab in the query results panel - 聚焦查询结果面板中的“结果”选项卡 - - - Folder Path - 文件夹路径 - - - Folder Structure - 文件夹结构 - - - Folder is required - 文件夹是必需的 - - - Folder path - 文件夹路径 - - - Folder path is required - 必须提供文件夹路径 - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - 对于数值数据,可以存储在此数据库对象中的小数点右侧的最大小数位数。 - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - 对于数值数据,可以存储在此数据库对象中的最大小数位数。 - - - Force fit columns - 强制调整列 - - - Foreign Column - 外列 - - - Foreign Key - 外键 - - - Foreign Key {0} - {0} is the index of the foreign key - 外键 {0} - - - Foreign Keys - 外键 - - - Foreign Table - 外表 - - - Foreign key '{0}' already exists - {0} is the foreign key name - 外键“{0}”已存在 - - - Foreign key column mappings are required. - 外键列映射是必需的。 - - - Foreign key column mappings must be the same length. - 外键列映射的长度必须相同。 - - - Foreign keys - 外键 - - - Formula - 公式 - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - 发现 URI {0} 的挂起的重新连接承诺,已失败。 - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - 找到 URI {0} 的挂起的重新连接承诺,正在等待。 - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - 找到 {0} 个已保存的连接配置文件。 - - - Free compute & storage - 免费计算 + 存储 - - - Free offer applied - 已应用免费套餐 - - - Freeze columns - 冻结列 - - - From - Label for the start IP address in the firewall rule IP range - - - - Full - 完整 - - - Function - 函数 - - - Functions - 函数 - - - General - 常规 - - - General Options - 常规选项 - - - General Purpose - 常规用途 - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - 通过 GitHub Copilot 聊天和代理工具使用自然语言生成数据 API生成器配置。描述 API 要求,并让 GitHub Copilot 为你搭建配置基架。 - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - 根据 SQL 数据库对象(表)生成 REST、GraphQL 和 MCP 终结点。可以手动或通过 GitHub Copilot 修改配置,以计划和生成更新,然后使用 Docker 在本地部署。 - - - Generate Script - 生成脚本 - - - Generate mock data and seed scripts to support testing and development environments - 生成模拟数据和种子脚本以支持测试和开发环境 - - - Generate script to deploy changes to target - 生成脚本以将更改部署到目标 - - - Generate sqlpackage command - 生成 sqlpackage 命令 - - - Generated file added to {0} - {0} is the generated file path - 生成的文件已添加到 {0} - - - Generating Report. This may take a while... - 正在生成报表。这可能需要一些时间... - - - Generating SAS key failed: {0} - {0} is the error message - 生成 SAS 密钥失败: {0} - - - Generating report, this might take a while... - 正在生成报表,这可能需要一段时间... - - - Generating script... - 正在生成脚本... - - - Geo-redundant backup storage - 异地冗余备份存储 - - - Get Connection Details - 获取连接详细信息 - - - Get Started - 开始使用 - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 获取连接 ‘{0}’ (ID: {1})的连接详细信息? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - 获取与安全相关的建议,例如避免 SQL 注入或权限过多 - - - Getting Docker Ready... - 正在准备 Docker... - - - Getting Fabric database '{0}' - {0} is the database ID - 正在获取 Fabric 数据库 {0} - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - 正在获取 Fabric 工作区 {0} - - - Getting Started - 开始使用 - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在获取连接 ‘{0}’ (ID: {1})的连接详细信息 - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - 正在获取工作区 {1} 中 SQL 终结点 {0} 的连接字符串 - - - Getting container ready for connections - 正在准备容器以进行连接 - - - Getting definition ... - 正在获取定义... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot - VS Code 演练 - - - GitHub Copilot integration in Data API builder - 数据 API 生成器中的 GitHub Copilot 集成 - - - GitHub Copilot survey - GitHub Copilot 调查 - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - 获取无效的工具使用参数:“{0}”。({1}) - - - GraphQL - GraphQL - - - Greater Than - 大于 - - - Greater Than or Equals - 大于或等于 - - - Greater than - 大于 - - - Greater than or equal to - 大于或等于 - - - Grid View - 网格视图 - - - Group by - 分组依据 - - - Group differences by - 差异分组依据 - - - Help - 帮助 - - - Help us improve by sharing your thoughts. - 分享你的想法,帮助我们改进。 - - - Hide Changes - 隐藏更改 - - - Hide Changes Highlight - 隐藏更改突出显示 - - - Hide Confirm Password - 隐藏确认密码 - - - Hide Definition - 隐藏定义 - - - Hide New Password - 隐藏新密码 - - - Hide SQL Pane - 隐藏 SQL 窗格 - - - Hide column - 隐藏列 - - - Hide full error message - 隐藏完整的错误消息 - - - Hide password - 隐藏密码 - - - Hide this panel - 隐藏此面板 - - - Highlight Changes - 突出显示更改 - - - Highlight Expensive Operation - 突出显示高开销操作 - - - Highlights - 亮点 - - - Hostname - 主机名 - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - 你向朋友或同事推荐 MSSQL 扩展的可能性有多大? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - 你向朋友或同事推荐 {0} 的可能性有多大? - - - How many tables are in this database? - 此数据库中有多少个表? - - - Hue - 色调 - - - I have read the summary and understand the potential risks. - 我已阅读摘要并了解潜在风险。 - - - I understand this action is permanent and irreversible - 我了解此操作是永久且不可逆的 - - - I'm sorry, I can only assist with SQL-related questions. - 很抱歉,我只能协助处理与 SQL 相关的问题。 - - - IP address range - IP 地址范围 - - - Identity - 标识 - - - Ignore Options - 忽略选项 - - - Ignore Tenant - 忽略租户 - - - Image tag - 映像标记 - - - Import BACPAC - 导入 BACPAC - - - Import Data - 导入数据 - - - Import File - 导入文件 - - - Import Flat File - 导入平面文件 - - - Import Information - 导入信息 - - - Import New File - 导入新文件 - - - Import Status - 导入状态 - - - Import a .bacpac file to a new or empty database - 将 .bacpac 文件导入到新的或空的数据库 - - - Import anyway - 仍要导入 - - - Import complete. You can close this dialog. - 导入完成。可以关闭此对话框。 - - - Import connection configuration settings from Azure Data Studio - 从 Azure Data Studio 导入连接配置设置 - - - Import failed: {0} - {0} is the error message returned from the import helper. - 导入失败: {0} - - - Import file is required - 需要导入文件 - - - Import from Azure Data Studio - 从 Azure Data Studio 迁移 - - - Import selected - 导入所选内容 - - - Importance - 重要性 - - - Importing BACPAC... - 正在导入 BACPAC... - - - Importing data... - 正在导入数据... - - - Importing selections - 正在导入所选内容 - - - In - 位于 - - - In case you missed it - 如果你错过了 - - - In progress - 正在进行 - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - 在数据 API 生成器体验中,本地容器部署仅适用于使用 SQL 身份验证的连接。不支持当前连接类型。 - - - Include - 包括 - - - Include Object Types - 包括对象类型 - - - Include all columns - 包含所有列 - - - Include all object types - 包括所有对象类型 - - - Incomplete or orphaned connections - 连接不完整或孤立 - - - Index - 索引 - - - Indexes - 索引 - - - Initializing DAB configuration... - 正在初始化 DAB 配置... - - - Initializing comparison, this might take a while... - 正在初始化比较,这可能需要一段时间... - - - Insert - 插入 - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - 使用 {arg} 插入所选查询编辑器文本。如果不使用占位符,则所选文本将自动追加到查询末尾。 - - - Install Docker - 安装 Docker - - - Install the MSSQL Database Management Keymap extension - 安装 MSSQL 数据库管理键映射扩展 - - - Instant Container Setup - 即时容器设置 - - - Insufficient Workspace Permissions - 工作区权限不足 - - - Integrated - 已集成 - - - Integrated & secure - 集成和安全 - - - Invalid Firewall rule name - 防火墙规则名称无效 - - - Invalid IP Address - 无效 IP 地址 - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - {0} 的 SQL Server 密码无效。密码长度必须为 8-128 个字符,并且符合复杂性要求。 有关详细信息,请参阅 https://docs.microsoft.com/sql/relational-databases/security/password-policy - - - Invalid column reference. Use either id OR name. - 列引用无效。使用 ID 或名称。 - - - Invalid column width - 列宽无效 - - - Invalid connection URI provided. - 提供的连接 URI 无效。 - - - Invalid connection string: {0} - 连接字符串无效: {0} - - - Invalid database - 无效数据库 - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - 无效的实体引用。使用 ID、schemaName+tableName 或 schemaName+sourceName+sourceType。 - - - Invalid file - 文件无效 - - - Invalid file extension. Expected .dacpac or .bacpac - 文件扩展名无效。应为 .dacpac 或 .bacpac - - - Invalid foreign key. - 外键无效。 - - - Invalid max length '{0}' - {0} is the max length - 最大长度 '{0}' 无效 - - - Invalid table payload. Expected table with columns array. - 表有效负载无效。包含列数组的预期表。 - - - Invalid table type - 表类型无效 - - - Is Computed - 是计算的 - - - Is Identity - 是标识 - - - Is Ledger Database - 是账本数据库 - - - Is Not Null - 不为 Null - - - Is Null - 为 Null - - - Is Persisted - 是持久化的 - - - Issues ({0}) - {0} is the number of issues - 问题({0}) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - 加入讨论 - - - Keep in query pane - 保留在查询窗格中 - - - Key - 密钥 - - - Keybinding - 键绑定 - - - Keyboard Shortcuts editor - 键盘快捷方式编辑器 - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - 无法在凭据存储中保存令牌缓存的密钥,这可能会导致 Microsoft Entra ID 访问令牌持久性问题和连接不稳定。SqlTools 可能已达到 Windows 上的凭据存储限制,请清除至少 2 个以 Windows 凭据管理器中的“Microsoft.SqlTools|”开头的凭据,然后重新加载。 - - - LRS - LRS - - - LRS backup (locally redundant) - LRS 备份(本地冗余) - - - Last Page - 最后一页 - - - Learn More - 了解详细信息 - - - Learn more - 了解详细信息 - - - Learn more about Azure SQL Database free tier - 了解有关 Azure SQL 数据库免费层的详细信息 - - - Learn more about SQL Server 2025 features - 详细了解 SQL Server 2025 功能 - - - Leave the source database in the restoring state - 使源数据库保持在还原状态 - - - Length - 长度 - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - 长度不匹配: 列“{0}”({1})与“{2}”({3})不兼容 - - - Less Than - 小于 - - - Less Than or Equals - 小于或等于 - - - Less than - 小于 - - - Less than or equal to - 小于或等于 - - - Line {0} - {0} is the line number - 行 {0} - - - Link copied to clipboard - 链接已复制到剪贴板 - - - List Connections - 列出连接 - - - List Databases - 列出数据库 - - - List Functions - 列出函数 - - - List Schemas - 列出架构 - - - List Tables - 列出表 - - - List Views - 列出视图 - - - List all connections registered with the mssql extension? - 是否列出已注册到 mssql 扩展的所有连接? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出连接 ‘{0}’ (ID: {1})的数据库? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出连接 ‘{0}’ (ID: {1})的函数? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出连接 ‘{0}’ (ID: {1})的架构? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出连接 ‘{0}’ (ID: {1})的表? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出连接 ‘{0}’ (ID: {1})的视图? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - 列出工作区 {0} 的 Fabric SQL 数据库 - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - 列出工作区 {0} 的 Fabric SQL 终结点 - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - 列出工作区“{0}”的 Fabric 仓库 - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - 列出租户 {0} 的 Fabric 容量 - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - 列出租户 {0} 的 Fabric 工作区 - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出连接 ‘{0}’ (ID: {1})的数据库 - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出连接 ‘{0}’ (ID: {1})的函数 - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - 列出工作区 ${workspaceId} 的角色分配 - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出连接 ‘{0}’ (ID: {1})的架构 - - - Listing server connections - 正在列出服务器连接 - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出连接 ‘{0}’ (ID: {1})的表 - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出连接 ‘{0}’ (ID: {1})的视图 - - - Load - 加载 - - - Load from Connection String - 从连接字符串加载 - - - Load profile... - 加载配置文件... - - - Load source, target, and options saved in an .scmp file - 加载保存在 .smp 文件中的源、目标和选项 - - - Loading - 正在加载 - - - Loading Azure Accounts - 正在加载 Azure 帐户 - - - Loading Azure SQL Database... - 正在加载 Azure SQL 数据库... - - - Loading Azure accounts - 正在加载 Azure 帐户 - - - Loading Fabric Accounts - 正在加载 Fabric 帐户 - - - Loading Fabric provisioning... - 正在加载 Fabric 预配... - - - Loading Report - 正在加载报表 - - - Loading Schema Designer - 正在加载架构设计器 - - - Loading Schema Designer Model... - 正在加载架构设计器模型... - - - Loading Table Designer - 正在加载表设计器 - - - Loading XEL file: {0} - {0} is the file name - 正在加载 XEL 文件: {0} - - - Loading backup database... - 正在加载备份数据库... - - - Loading code analysis rules... - 正在加载代码分析规则... - - - Loading collations... - 正在加载排序规则... - - - Loading database objects - 正在加载数据库对象 - - - Loading databases in '{0}'... - {0} is the name of the workspace - 正在加载“{0}”中的数据库... - - - Loading databases in selected workspace... - 正在加载所选工作区中的数据库... - - - Loading deployment - 正在加载部署 - - - Loading execution plan... - 正在加载执行计划... - - - Loading flat file import... - 正在加载平面文件导入... - - - Loading local containers... - 正在加载本地容器... - - - Loading locations - 正在加载位置 - - - Loading maintenance windows... - 正在加载维护时段... - - - Loading resource groups - 正在加载资源组 - - - Loading restore database... - 正在加载还原数据库... - - - Loading restore plan... - 正在加载还原计划... - - - Loading results... - 正在加载结果... - - - Loading schemas... - 正在加载架构... - - - Loading servers - 正在加载服务器 - - - Loading servers in '{0}'... - {0} is the name of the subscription - 正在“{0}”中加载服务器... - - - Loading servers in selected subscription... - 正在所选订阅中加载服务器... - - - Loading subscriptions - 正在加载订阅 - - - Loading subscriptions... - 正在加载订阅... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - 正在加载 {0} 行的摘要(单击可取消) - - - Loading table data... - 正在加载表数据... - - - Loading table preview... - 正在加载表预览... - - - Loading tenants - 正在加载租户 - - - Loading tenants... - 正在加载租户… - - - Loading text view... - 正在加载文本视图... - - - Loading workspaces - 正在加载工作区 - - - Loading workspaces... - 正在加载工作区... - - - Loading... - 正在加载... - - - Local Container Deployment - 本地容器部署 - - - Local SQL Server database container - 本地 SQL Server 数据库容器 - - - Local container deployment is currently only supported with SQL Authentication connections. - 当前仅 SQL 身份验证连接支持本地容器部署。 - - - Locally-redundant backup storage - 本地冗余备份存储 - - - Locate an Azure Data Studio settings.json file to import - 找到要导入的 Azure Data Studio settings.json 文件 - - - Location - 位置 - - - Location (Workspace) - 位置(工作区) - - - Location of the file to be imported - 要导入的文件的位置 - - - Log file folder - 日志文件文件夹 - - - Logical file name - 逻辑文件名称 - - - Logical operator - 逻辑运算符 - - - Logs - 日志 - - - Logs copied to clipboard - 复制到剪贴板的日志 - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - 在寻找 Azure Data Studio 键绑定(如 F5)以执行查询? - - - MCP - MCP - - - MCP custom tool - MCP 自定义工具 - - - MCP server added to {0} - {0} is the file path where the MCP server was added - MCP 服务器已添加到 {0} - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - 已在 {0} 中配置 MCP 服务器 - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL - Azure 身份验证日志 - - - MSSQL - VS Code walkthrough - MSSQL - VS Code 演练 - - - MSSQL Feedback - MSSQL 反馈 - - - MSSQL Notebook connected to {0} - {0} is the connection label - MSSQL 笔记本已连接到 {0} - - - MSSQL extension icon - MSSQL 扩展图标 - - - MSSQL: Click to change connection - MSSQL: 单击以更改连接 - - - MSSQL: Click to change database - MSSQL: 单击以更改数据库 - - - MSSQL: Welcome & What's New - MSSQL: 欢迎和新增功能 - - - MSSQL: What's new - MSSQL: 新增功能 - - - Maintenance Window - 维护时段 - - - Make everything read-only - 将所有内容设为只读 - - - Manage Connection Profiles - 管理连接配置文件 - - - Manage relationships - 管理关系 - - - Mandatory (Recommended) - 必需(推荐) - - - Mandatory (True) - 强制(True) - - - Max - 最大值 - - - Max 10 databases / subscription - 最多 10 个数据库/订阅 - - - Max Length - 最大长度 - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - 已超过筛选/排序的最大行计数。如果要更新它,请导航到“用户设置”并更改设置: mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - 最大 vCore 数 - - - Max: {0} - {0} is the max - 最大值: {0} - - - Maximize - 最大化 - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - 最大化({0}) - - - Maximize Panel Size - 最大化面板大小 - - - Maximize details panel - 最大化详细信息面板 - - - Maximize panel size - 最大化面板大小 - - - Maximize results grid - 最大化结果窗格 - - - Media - 媒体 - - - Media set description is required - 媒体集描述为必填项 - - - Media set name is required - 媒体集名称是必需的 - - - Message - 消息 - - - Messages - 消息 - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - 消息({0}) - - - Metric - 指标 - - - Microsoft Account - Microsoft 帐户 - - - Microsoft Account is required - Microsoft 帐户是必需的 - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Microsoft Entra 帐户 - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Microsoft Entra ID - 默认 - - - Microsoft Entra Id - Service Principal - Microsoft Entra ID - 服务主体 - - - Microsoft Entra Id - Universal w/ MFA Support - Microsoft Entra ID - 通用 w/ MFA 支持 - - - Microsoft Entra account {0} successfully added. - {0} is the account name - 已成功添加 Microsoft Entra 帐户 {0}。 - - - Microsoft Fabric integration - Microsoft Fabric 集成 - - - Microsoft SQL Server License Agreement - Microsoft SQL Server 许可协议 - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Microsoft 会查看你的反馈以改进产品,因此请勿共享任何个人数据或机密/专有内容。 - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Microsoft 将根据组织的说明处理你提交的反馈,以便改进你和你所在组织对此产品的体验。如对反馈数据的使用有任何疑问,请与租户管理员联系。反馈数据的处理受你所在组织与 Microsoft 之间的《Microsoft 产品和服务数据保护附录》约束,并且你所提交的反馈将被视为该附录下的个人数据。 - - - Microsoft would like your feedback - Microsoft 欢迎你提供反馈 - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - 将保存的连接、连接组和连接设置从 Azure Data Studio 迁移到 MSSQL 扩展。此外,还可以安装 MSSQL 数据管理键映射,添加 Azure Data Studio 中熟悉的快捷键。 - - - Min - 最小值 - - - Min: {0} - {0} is the min - 最小值: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - 缺少连接引用。请仅提供 connectionId 或 connectionName 之一。 - - - Missing schema payload for replace_schema operation. - 缺少 replace_schema 操作的架构负载。 - - - Missing table payload for update_table operation. - 缺少 update_table 操作的表有效负载。 - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - 缺少 delete_table 操作的表目标。提供 tableId 或 tableName+schemaName。 - - - Modified - 已修改 - - - Modified column '{0}' - {0} is the column name - 已修改列 ‘{0}’ - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - 已修改列 ‘{0}’: {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - 已修改外键 '{0}' - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - 已修改外键 ‘{0}’: {1} - - - Modified table {0} - {0} is the qualified table name - 已修改表 {0} - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - 已修改表 {0}: {1} - - - Modify Columns - 修改列 - - - Modify Table - 修改表 - - - Monitor usage and manage your free tier limits - 监视使用情况并管理免费层限制 - - - Monthly limits - 每月限制 - - - More Query Actions - 更多查询操作 - - - Move Down - 下移 - - - Move Up - 上移 - - - Move and expand the active grid selection - 移动和展开活动网格选择 - - - Move focus to the next result set grid - 将焦点移动到下一个结果集网格 - - - Move focus to the previous result set grid - 将焦点移动到上一个结果集网格 - - - Move selection to the first cell in the row - 将所选内容移动到行中的第一个单元格 - - - Move selection to the last cell in the row - 将选择移动到行中的最后一个单元格 - - - Move to Root - 移动到根 - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - 只有属于打开的 SQL 项目的 SQL 文件才支持“移动到架构”。首先在“数据库项目”面板中打开项目。 - - - Move to Schema request failed: {0} - “移动到架构”请求失败: {0} - - - Move to Schema... - 移动到架构... - - - Move to row end - 移动到行尾 - - - Move to row start - 移动到行开头 - - - Move to schema '{0}' - 移动到架构“{0}” - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - 找到多个 ID 为 '{0}' 的连接组。 请删除或重命名全部,用户/全局 settings.json 中的一个除外,然后重启扩展。 - - - Must be a valid number - 必须为有效数字 - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - 必须以字母数字字符开头,并且仅包含字母数字字符、下划线、句点或连字符 - - - Mutation - 突变 - - - MyProfilerSession - MyProfilerSession - - - NULL - NULL - - - Name - 名称 - - - Name for the Docker container running DAB - 运行 DAB 的 Docker 容器名称 - - - Name of the primary key. - 主键的名称。 - - - Navigate to this item in the diagram - 导航到关系图中的此项 - - - Navigation - 导航 - - - Needs attention - 需要注意 - - - New Azure SQL logical server (Preview) - 新的 Azure SQL 逻辑服务器(预览) - - - New Check Constraint - 新建 CHECK 约束 - - - New Column - 新建列 - - - New Column Mapping - 新建列映射 - - - New Database - 新建数据库 - - - New Database Name - 新的数据库名称 - - - New Deployment - 新部署 - - - New File - 新文件 - - - New Foreign Key - 新外键 - - - New Index - 新建索引 - - - New Local Docker SQL Server - 新的本地 Docker SQL Server - - - New Microsoft Entra account could not be added. - 无法添加新的 Microsoft Entra 帐户。 - - - New Password - 新密码 - - - New Query - 新查询 - - - New Query Profiler - Enter Name - 新建查询探查器 - 输入名称 - - - New Query Profiler - Select Template - 新建查询探查器 - 选择模板 - - - New SQL database - 新建 SQL 数据库 - - - New Session - 新建会话 - - - New Table Name - 新建表单名称 - - - New column mapping - 新建列映射 - - - New database name must be different from the current name - 新数据库名称必须与当前名称不同 - - - New media set description - 新建媒体集说明 - - - New media set name - 新建媒体集名称 - - - New to MSSQL extension? Check out our quick-start guide. - 不熟悉 MSSQL 扩展?查看我们的快速入门指南。 - - - New to the MSSQL extension? Check out our quick-start guide. - 不熟悉 MSSQL 扩展?查看我们的快速入门指南。 - - - Next - 下一步 - - - Next Page - 下一页 - - - Next result grid - 下一个结果网格 - - - No - - - - No Action - 无操作 - - - No Azure accounts found - 找不到 Azure 帐户 - - - No Microsoft Entra account can be found for removal. - 找不到要移除的 Microsoft Entra 帐户。 - - - No Queries Available - 没有可用的查询 - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - 找不到 connectionName {0} 的 SQL 工具 MCP 连接 - - - No account selected - 未选择任何帐户 - - - No active connection - 无活动连接 - - - No active connection for database change - 没有可用于实现数据库更改的活动连接 - - - No active connection for schema view - 架构视图没有活动连接 - - - No active connection. - 无活动连接。 - - - No active database connection in the current editor. Please establish a connection to continue. - 当前编辑器中没有活动的数据库连接。请建立连接以继续。 - - - No active notebook. - 无活动笔记本。 - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - 找不到活动架构设计器。请先使用带有 'show' 操作的 mssql_dab 或通过 UI 打开数据 API 生成器。 - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - 找不到活动架构设计器。请先使用带有 'show' 操作的 mssql_schema_designer 或通过 UI 打开一个。 - - - No active text editor found. Please open a file with an active database connection. - 找不到活动的文本编辑器。请打开带有活动数据库连接的文件。 - - - No authentication required - 无需进行身份验证 - - - No background tasks - 无后台任务 - - - No backup sets found in the restore plan - 在还原计划中找不到备份集 - - - No blob containers found - 找不到任何 blob 容器 - - - No blobs found - 找不到任何 blob - - - No changes detected - 未检测到更改 - - - No changes match your search. - 没有与搜索匹配的更改。 - - - No changes yet. - 尚无更改。 - - - No code analysis rules available. - 没有可用的代码分析规则。 - - - No connection credentials found - 未找到任何连接凭据 - - - No connection found for connectionId: {0} - {0} is the connection ID - 找不到 connectionId 为 {0} 的连接 - - - No connection groups were found in the file. - 在文件中找不到连接组。 - - - No connection information found - 未找到任何连接信息 - - - No connection profiles to edit. - 没有可编辑的连接配置文件。 - - - No connection profiles to remove. - 沒有可移除的连接配置文件。 - - - No connection selected. - 未选择连接。 - - - No connection was found. Please connect to a server first. - 找不到任何连接。请先连接到服务器。 - - - No connections available. Please create a connection first. - 没有可用的连接。请先创建连接。 - - - No connections were found in the file. - 在文件中找不到任何连接。 - - - No customized settings found - 未找到自定义设置 - - - No customized settings found in Azure Data Studio - 在 Azure Data Studio 中找不到自定义设置 - - - No data available - 无数据可用 - - - No data to display. - 没有要显示的数据。 - - - No database files found in the restore plan - 在还原计划中找不到数据库文件 - - - No database selected. - 未选择数据库。 - - - No databases found in the selected workspace. - 在所选工作区中未找到任何数据库。 - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - 在工作区“{0}”中未找到任何数据库。 - - - No databases found on the server. Please check your connection. - 在服务器上找不到任何数据库。请检查你的连接。 - - - No databases found to import into. - 找不到可导入的数据库。 - - - No databases with backups found - 找不到具有备份的数据库 - - - No elements found - 未找到元素 - - - No entities found - 找不到实体 - - - No event selected - 未选择任何事件 - - - No events to export - 没有可导出的事件 - - - No filter is currently active - 当前没有筛选器处于活动状态 - - - No items - 无项目 - - - No log entries yet. - 尚无日志条目。 - - - No matches found - 找不到匹配项 - - - No matching shortcuts - 没有匹配的快捷方式 - - - No model found. - 找不到模型。 - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - 无需刷新 URI {1} 的连接 {0} 的 Microsoft Entra 帐户令牌 - - - No object that can be moved to another schema was found at the cursor. - 在光标处找不到可移动到其他架构的对象。 - - - No objects found - 未找到对象 - - - No pending changes. Make edits to generate a script. - 没有挂起的更改。进行编辑以生成脚本。 - - - No profiler connection available - 没有可用的探查器连接 - - - No profiler templates available - 没有可用的探查器模板 - - - No property changes available. - 没有可用的属性更改。 - - - No query set - 无查询集 - - - No renameable symbol found at cursor. - 在光标出找不到可重命名的符号。 - - - No resource groups found - 未找到资源组 - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - 没有为当前云“{0}”配置类型为“{1}”的资源。请更新 Azure 帐户设置。 - - - No results - 无结果 - - - No results for the active editor - 没有找到活动编辑器的结果 - - - No results match the current filters - 没有与当前筛选器匹配的结果 - - - No results to display - 没有可显示的结果 - - - No rows affected - 没有受影响的行 - - - No rules match the current filter. - 没有符合当前筛选条件的规则。 - - - No saved connection profiles found. - 未找到任何已保存的连接配置文件。 - - - No saved connections found. Please create a connection first. - 未找到保存的连接。请先创建连接。 - - - No schema differences were found. - 未找到架构差异。 - - - No schemas found - 找不到架构 - - - No schemas were found in the project. - 在项目中找不到任何架构。 - - - No script available. Make changes to the table data and generate a script first. - 没有可用的脚本。对表数据进行更改,并首先生成脚本。 - - - No script generated. - 未生成脚本。 - - - No selection - 无选择 - - - No servers found - 找不到服务器 - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - 在订阅“{0}”中找不到服务器。 - - - No servers found in the selected subscription. - 在所选订阅中找不到服务器。 - - - No shortcut - 无快捷方式 - - - No storage accounts found - 找不到存储帐户 - - - No subscriptions found - 找不到任何订阅 - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - 找不到任何订阅。请更改 Azure 帐户或租户以查看可用订阅。 - - - No templates available - 没有可用模板 - - - No tenant selected - 未选择租户 - - - No tenants are currently signed in. - 当前未登录任何租户。 - - - No tenants found - 找不到租户 - - - No text data available - 没有可用的文本数据 - - - No tools to process. - 没有要处理的工具。 - - - No workspace folder is open. Open a folder to add the MCP server configuration. - 未打开任何工作区文件夹。打开文件夹以添加 MCP 服务器配置。 - - - No workspace folder is open. Open a folder to add the generated file. - 未打开任何工作区文件夹。打开文件夹以添加生成的文件。 - - - No workspaces found - 未找到任何工作区 - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - 未找到任何工作区。请更改 Fabric 帐户或租户以查看可用的工作区。 - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - 检测到非SQL Server SQL 文件。是否对此类文件禁用 IntelliSense? - - - None - - - - None (empty database) - 无(空数据库) - - - Not Between - 不介于 - - - Not Contains - 不包含 - - - Not Ends With - 结尾不是 - - - Not Equals - 不等于 - - - Not Started - 未开始 - - - Not Starts With - 开头不为 - - - Not available for read-only file sessions - 不适用于只读文件会话 - - - Not connected - 未连接 - - - Not contains - 不包含 - - - Not currently signed in. Select to sign in to tenant. - 当前未登录。选择以登录到租户。 - - - Not equal to - 不等于 - - - Not likely at all - 根本不可能 - - - Not running - 未运行 - - - Not signed in - 未登录 - - - Not signed into tenant {0} - {0} is the tenant display name - 未登录到租户 {0} - - - Not started - 未启动 - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - 注意: 自签名证书仅提供有限的保护,不建议用于生产环境。是否要在此连接上启用“信任服务器证书”并重试? - - - Null - Null - - - Null Count: {0} - {0} is the null count - Null 计数: {0} - - - Number of Rows Read - 读取的行数 - - - OK - 确定 - - - OLTP, built on Azure SQL - 基于 Azure SQL 构建的 OLTP - - - Object Explorer Filter - 对象资源管理器筛选器 - - - Object Type - 对象类型 - - - Object Types - 对象类型 - - - Object type - 对象类型 - - - Off - - - - On Delete - 删除时 - - - On Delete Action - 当删除操作发生时 - - - On Update - 更新时 - - - On Update Action - 当更新操作发生时 - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - 一个或多个连接组引用了不存在且已被忽略的父组: {0}。请更新设置文件以修复这些条目。 - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - 一个或多个连接引用了不存在且已被忽略的组: {0}。请更新连接设置以修复这些条目。 - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - 你的一个或多个实体包含当前不受数据 API 生成器支持的列类型。无法选择这些实体进行部署。 - - - Open - 打开 - - - Open .scmp file - 打开 .scmp 文件 - - - Open Containing Folder - 打开包含文件夹 - - - Open File - 打开文件 - - - Open GitHub Copilot Chat to help fix these errors - 打开 GitHub Copilot 对话助手,帮助修复这些错误 - - - Open Keyboard Shortcuts editor. - 打开键盘快捷方式编辑器。 - - - Open Nitro - 打开 Nitro - - - Open Publish Script - 打开发布脚本 - - - Open Query - 打开查询 - - - Open Query History - 打开“查询历史记录” - - - Open SQL editor and connect - 打开 SQL 编辑器并连接 - - - Open XML - 打开 XML - - - Open a new SQL query file - 打开新的 SQL 查询文件 - - - Open a new bug - 打开新 bug - - - Open column menu - 打开列菜单 - - - Open filter menu - 打开筛选器菜单 - - - Open in Editor - 在编辑器中打开 - - - Open in GitHub Copilot Chat - 在 GitHub Copilot 对话助手中打开 - - - Open in New Tab - 在新选项卡中打开 - - - Open in SQL Editor - 在 SQL 编辑器中打开 - - - Open in editor - 在编辑器中打开 - - - Open text data in a new editor - 在新编辑器中打开文本数据 - - - Open the active column filter menu - 打开活动列筛选器菜单 - - - Open the active column menu - 打开活动列菜单 - - - Open the generated SELECT statement in a new editor - 在新编辑器中打开生成的 SELECT 语句 - - - Opening Publish Script. This may take a while... - 正在打开发布脚本。这可能需要一些时间... - - - Opening schema designer... - 正在打开架构设计器... - - - Operation - 操作 - - - Operation failed - 操作失败 - - - Operator - 运算符 - - - Option Description - 选项说明 - - - Optional (False) - 可选(False) - - - Optional - Override default GraphQL plural type name - 可选 - 替代默认 GraphQL 复数类型名称 - - - Optional - Override default GraphQL singular type name - 可选 - 替代默认 GraphQL 单数类型名称 - - - Optional - Override default api/entityName path - 可选 - 替代默认 api/entityName 路径 - - - Options - 选项 - - - Options have changed. Recompare to see the comparison? - 选项已更改。是否重新比较以查看比较结果? - - - Original file name - 原始文件名 - - - Others - 其他 - - - Output file - 输出文件 - - - Overall, how satisfied are you with the MSSQL extension? - 总的来说,你对 MSSQL 扩展的满意度如何? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - 总的来说,你对 {0} 的满意度如何? - - - Overwrite all existing backup sets - 覆盖所有现有备份集 - - - Overwrite the existing database - 覆盖现有数据库 - - - Owner - 所有者 - - - PNG - PNG - - - Package file - 包文件 - - - Page - 页面 - - - Parameters - 参数 - - - Parent node was not TreeNodeInfo. - 父节点不是 TreeNodeInfo。 - - - Password - 密码 - - - Password (SQL Login) - 密码(SQL 登录名) - - - Password is required - 密码是必填项 - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - 必须更改 ‘{0}’ 的密码才能继续登录到 ‘{1}’ - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - 必须更改密码才能继续登录到 ‘{0}’ - - - Passwords do not match - 密码不匹配 - - - Paste - 粘贴 - - - Paste connection string from clipboard - 从剪贴板粘贴连接字符串 - - - Path: {0} - {0} is the path of the node in the object explorer - 路径: {0} - - - Pause - 暂停 - - - Pause event collection - 暂停事件收集 - - - Paused - 已暂停 - - - Paused - click to resume - 已暂停 - 单击以继续 - - - Perform checksum before writing to media - 在写入到媒体前执行校验和 - - - Permissions - 权限 - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - 从多个 SQL Server 版本中进行选择,包括具有内置 AI 功能(如矢量搜索和 JSON 增强功能)的 SQL Server 2025 (预览版)。 - - - Please Accept the SQL Server EULA - 请接受 SQL Server EULA - - - Please choose a backup file to load restore plan - 请选择备份文件以加载还原计划 - - - Please choose a blob to load restore plan - 请选择要加载还原计划的 blob - - - Please choose a unique backup file name - 请选择唯一的备份文件名 - - - Please choose a unique name for the container - 请为容器选择唯一名称 - - - Please choose a unique name for the profile - 请选择配置文件的唯一名称 - - - Please choose a valid media option - 请选择有效的媒体选项 - - - Please choose at least one backup file - 请至少选择一个备份文件 - - - Please choose at least one backup set to restore - 请至少选择一个备份集进行还原 - - - Please ensure the file is not open in another application before importing - 导入前,请确保未在其他应用程序中打开该文件 - - - Please make sure the port is a number, and choose a port that is not in use - 请确保端口为数字,然后选择未使用的端口 - - - Please make your password 8-128 characters long. - 请将密码长度设置为 8-128 个字符。 - - - Please select a database node in Object Explorer to drop. - 请在对象资源管理器中选择要删除的数据库节点。 - - - Please select a database node in Object Explorer to rename. - 请在对象资源管理器中选择要重命名的数据库节点。 - - - Please select a file, not a folder. - 请选择文件,而不是文件夹。 - - - Please select a node from Object Explorer to script. - 请从对象资源管理器中选择节点以编写脚本。 - - - Please select a server node in Object Explorer to create a database. - 请在对象资源管理器中选择服务器节点以创建数据库。 - - - Please select a valid symbol. - 请选择有效的符号。 - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - 请选择你具有足够权限的工作区(“参与者”或更高权限) - - - Please select only one node to script. Multiple node scripting is not supported. - 请仅选择一个节点以编写脚本。不支持多个节点脚本。 - - - Port - 端口 - - - Port must be a number between 1 and 65535 - 端口必须是介于 1 和 65535 之间的数字 - - - Port must be between 1 and 65535 - 端口必须介于 1 到 65535 之间 - - - Port to expose the API on (default: 5000) - 公开 API 的端口(默认: 5000) - - - Port {0} is already in use - {0} is the port number - 端口 {0} 已在使用中 - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - 端口 {0} 已在使用中。请选择其他端口。 - - - Possible Data Loss detected. Please review the changes. - 检测到可能的数据丢失。请查看更改。 - - - Precision - 精准率 - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - “{0}”和“{1}”之间的精度/小数位数不匹配 - - - Preserve the replication settings - 保留复制设置 - - - Press desired key combination and then press ENTER. - 先按所需的组合键,再按 Enter 键。 - - - Preview - 预览 - - - Preview Data - 预览数据 - - - Preview Database Updates - 预览数据库更新 - - - Previous - 上一步 - - - Previous Page - 上一页 - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - URI {0} 的先前挂起的重新连接承诺被拒绝,出现错误 {1},如有必要,将尝试重新连接。 - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - URI {0} 的先前挂起的重新连接已成功。 - - - Previous result grid - 上一个结果网格 - - - Previous step failed. Please check the error message and try again. - 上一步失败。请检查错误消息,然后重试。 - - - Previously released features you may not have explored yet. - 以前发布的功能你可能尚未浏览过。 - - - Primary Key - 主键 - - - Primary Key Columns - 主键列 - - - Primary key - 主键 - - - Prisma - Prisma - - - Privacy Statement - 隐私声明 - - - Privacy notice - 隐私声明 - - - Private - 专用 - - - Processing include or exclude all differences operation. - 处理包括或排除所有差异操作。 - - - Profile Name - 配置文件名称 - - - Profile created and connected - 已创建并连接配置文件 - - - Profile created successfully - 已成功创建配置文件 - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - 已加载配置文件,但无法自动建立连接。请创建与 {0} 的连接,然后重试。 - - - Profile name - 配置文件名称 - - - Profile removed successfully - 已成功移除配置文件 - - - Profiler events exported successfully to {0} - {0} is the file path - 探查器事件已成功导出到 {0} - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - 探查器处于 XEL 文件“{0}”的只读和断开连接模式,无法在没有数据库连接的情况下启动或创建实时会话 - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - 探查器处于 XEL 文件 "{0}" 的只读和断开连接模式,无法在没有数据库连接的情况下启动或创建实时会话。 - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - 探查器就绪。从下拉菜单中选择一个会话,然后单击“开始”以开始分析。 - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - 探查器会话“{0}”创建成功。正在启动分析... - - - Profiler session '{0}' started successfully. - {0} is the session name - 探查器会话“{0}”已成功启动。 - - - Properties - 属性 - - - Property - 属性 - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - 提供程序“{0}”未定义 Microsoft 资源终结点。 - - - Provisioning - 正在预配 - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - 找到代理设置,但在分析 URL 时遇到错误: '{0}'。使用 MSSQL 扩展时可能会遇到连接问题。 错误: {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - 找到了代理设置,但没有协议(例如 http://): '{0}'。使用 MSSQL 扩展时可能会遇到连接问题。 - - - Public - 公开 - - - Publish - 发布 - - - Publish DACPAC - 发布 DACPAC - - - Publish Profile - 发布配置文件 - - - Publish Project - 发布项目 - - - Publish Project - {0} - {0} is the name of the project being published - 发布项目 - {0} - - - Publish Settings File - 发布设置文件 - - - Publish Target - 发布目标 - - - Publish profile saved to: {0} - 发布配置文件已保存到: {0} - - - Publishing Changes - 正在发布更改 - - - Pulling DAB container image - 正在拉取 DAB 容器映像 - - - Pulling SQL Server Image - 正在拉取 SQL Server 映像 - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - 正在拉取 SQL Server 容器映像。这可能需要几分钟,具体取决于你的网络连接。 - - - Query - 查询 - - - Query Editor - 查询编辑器 - - - Query Editor shortcuts are managed by Visual Studio Code. - 查询编辑器快捷方式由 Visual Studio Code 管理。 - - - Query Execution - 查询执行 - - - Query Plan - 查询计划 - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - 查询计划({0}) - - - Query Plan ({0}) - {0} is the number of query plans - 查询计划 ({0}) - - - Query Profiler - 查询探查器 - - - Query Profiler Session Status - 查询探查器会话状态 - - - Query Profiler: No session - 查询探查器: 无会话 - - - Query Profiler: {0} - {0} is the file name or session name - 查询探查器: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - {0} 的查询编辑器 - - - Query executed - 已执行查询 - - - Query execution failed - 查询执行失败 - - - Query execution was canceled. - 查询执行已取消。 - - - Query failed - 查询失败 - - - Query succeeded - 查询已成功 - - - Query {0} - {0} is the Quick Query slot number - 查询 {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - 查询 {0}: 查询成本(相对于脚本): {1}% - - - Quick Queries - 快速查询 - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - 快速查询键盘快捷方式由 Visual Studio Code 管理。 - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - 快速查询槽必须介于 1 和 {0} 之间。 - - - Quick filter all columns... - 快速筛选所有列... - - - REST - REST - - - REST API - REST API - - - RESTORE WITH NORECOVERY - RESTORE WITH NORECOVERY - - - RESTORE WITH RECOVERY - RESTORE WITH RECOVERY - - - RESTORE WITH STANDBY - RESTORE WITH STANDBY - - - Read - 读取 - - - Read docs on Microsoft Learn - 在 Microsoft Learn 上阅读文档 - - - Read more - 了解详细信息 - - - Read-Only - 只读 - - - Read-only SQL text editor - 只读 SQL 文本编辑器 - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - “{0}”的只读断开连接模式。如果没有数据库连接,则无法创建或启动实时会话。 - - - Ready for import - 可以导入 - - - Readying container for connections. - 正在准备容器以进行连接。 - - - Readying container for connections... - 正在准备容器以进行连接... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - 接收自然语言说明,帮助不熟悉 T-SQL 的开发人员了解代码 - - - Recent Connections - 最近的连接 - - - Recent connections list cleared - 已清空最近连接列表 - - - Record shortcut - 录制快捷方式 - - - Recording shortcut - 录制快捷方式 - - - Recovery Model - 恢复模式 - - - Recovery state - 恢复状态 - - - Redo - 恢复 - - - Referenced column '{0}' not found - {0} is the column name - 找不到引用的列“{0}” - - - Referenced columns - 被引用的列 - - - Referenced schema - 被引用的架构 - - - Referenced table - 引用的表 - - - Referenced table '{0}' not found - {0} is the table name - 找不到引用的表“{0}” - - - Refresh - 刷新 - - - Refresh Credentials - 刷新凭据 - - - Refresh dataset - 刷新数据集 - - - Region - 区域 - - - Register - 注册 - - - Reject - 拒绝 - - - Reliability - 可靠性 - - - Reload Visual Studio Code - 重新加载 Visual Studio Code - - - Relocate all files - 重新定位所有文件 - - - Remind Me Later - 稍后提醒我 - - - Remove - 移除 - - - Remove Sort - 移除排序 - - - Remove a connection profile - 移除连接配置文件 - - - Remove file - 移除文件 - - - Remove filter - 移除筛选器 - - - Remove filter for {0} - {0} is the column name - 移除 {0} 的筛选器 - - - Remove from favorites - 从收藏夹移除 - - - Remove sort - 移除排序 - - - Remove tag - 移除标记 - - - Remove {0} - {0} is the object type - 移除 {0} - - - Rename - 重命名 - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - 在 '{1}' 上重命名 '{0}'。 - - - Rename Database - 重命名数据库 - - - Rename Options - 重命名选项 - - - Rename is not supported at this position. - 此位置不支持重命名。 - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - 只有属于打开的 SQL 项目的 SQL 文件才支持重命名。首先在“数据库项目”面板中打开项目。 - - - Rename request failed: {0} - 重命名请求失败: {0} - - - Renaming database - 正在重命名数据库 - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - 正在将数据库 '{0}' 重命名为 '{1}'... - - - Replication - 复制 - - - Request a new feature - 请求新功能 - - - Required - 必填 - - - Requirements: - 要求: - - - Requires user authentication - 需要进行用户身份验证 - - - Reset - 重置 - - - Reset to Defaults? - 重置为默认值? - - - Resize - 重设大小 - - - Resize column '{0}' - {0} is the name of the column - 重设列 "{0}" 的大小 - - - Resize the active result grid column - 重设活动结果网格列的大小 - - - Resource Group - 资源组 - - - Resource Group Name - 资源组名称 - - - Resource Group is required - 资源组为必需项 - - - Resource group name is required - 资源组名称是必填项 - - - Resources - 资源 - - - Restore - 还原 - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - 还原({0}) - - - Restore Database - 还原数据库 - - - Restore Panel Size - 还原面板大小 - - - Restore as - 还原为 - - - Restore panel size - 恢复面板大小 - - - Restore properties pane - 还原属性窗格 - - - Restrict access to the restored database - 限制访问还原的数据库 - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - 结果集批处理 {0} - 查询 {1} - - - Result View - 结果视图 - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - 结果视图快捷方式由 MSSQL 扩展管理。可以直接在此处配置其键绑定。 - - - Results - 结果 - - - Results ({0}) - {0} is the number of results - 结果({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - 结果({0}) - - - Results Preview - 结果预览 - - - Results Preview ({0}) - {0} is the number of preview results - 结果预览({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - 结果预览({0}) - - - Results exported successfully to {0} - {0} is the file path - 结果已成功导出到 {0} - - - Results toolbar - 结果工具栏 - - - Resume - 继续 - - - Resuming database - 正在恢复数据库 - - - Retry - 重试 - - - Reveal - 显示 - - - Reveal in Explorer - 在资源管理器中显示 - - - Reveal in Finder - 在访达中显示 - - - Reverse Alphabetical - 按反向字母顺序 - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - 通过解释 SQL 架构和关系对现有数据库进行反向工程 - - - Revert - 还原 - - - Revert Cell - 还原单元格 - - - Revert Row - 还原行 - - - Revert this change to its original state - 将此更改还原为其原始状态 - - - Revert values to project defaults - 将值还原为项目默认值 - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - 在聊天中查看或建议 API 配置更改,GitHub Copilot 会在数据 API 生成器中立即更新配置。 - - - Reviewing Copilot Change - 正在查看 Copilot 更改 - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - 需要 Rosetta 才能在 Apple Silicon 上运行 SQL Server 容器映像。在“Docker Desktop”>“设置”>“常规”中启用“在 Apple Silicon 上使用 Rosetta 进行x86_64/amd64 仿真”。 - - - Row created. - 已创建行。 - - - Row deleted. - 已删除行。 - - - Row marked for removal. - 行标记为待移除。 - - - Rows - - - - Rows per page - 行数/页 - - - Rule disabled - 已禁用规则 - - - Rule enabled - 已启用规则 - - - Rule name - 规则名称 - - - Rules - 规则 - - - Run Query - 运行查询 - - - Run Query History - 运行“查询历史记录” - - - Run a query for the current active SQL document - 对当前活动的 SQL 文档运行查询 - - - Run a query in the current editor, or switch to an editor that has results. - 在当前编辑器中运行查询,或切换到有结果的编辑器。 - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - 在连接 ‘{0}’ (ID: {1})上运行查询? - -查询: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - 使用自定义键盘快捷方式立即运行已保存的 SQL。使用 {arg} 插入所选查询编辑器文本;否则会将其追加它。 - - - Run, cancel, and create queries - 运行、取消和创建查询 - - - Running - 正在运行 - - - Running a custom query will discard all pending changes. Do you want to continue? - 运行自定义查询将放弃所有挂起的更改。是否要继续操作? - - - Running query is not supported when the editor is in multiple selection mode. - 当编辑器处于多重选择模式时,不支持运行查询。 - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在连接 ‘{0}’ (ID: {1})上运行查询 - - - Running: {0} - {0} is how long the query has been running - 正在运行: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - SQL 分析终结点 - - - SQL Authentication - SQL 身份验证 - - - SQL Container Name - SQL 容器名称 - - - SQL Container Version - SQL 容器版本 - - - SQL Database - SQL 数据库 - - - SQL Database Projects — Code Analysis - SQL 数据库项目 - Code Analysis - - - SQL Login - SQL 登录 - - - SQL Notebooks - SQL 笔记本 - - - SQL Plan Files - SQL 计划文件 - - - SQL Server Container SA Password - SQL Server 容器 SA 密码 - - - SQL Server admin password - 服务器管理员密码 - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server 不支持 Windows 容器。请在 Docker 桌面设置中切换到 Linux 容器。 - - - SQL Server is required - SQL Server是必需的 - - - SQL Server port number - SQL Server 端口号 - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} - 最新 - - - SQL Tools (MSSQL) - SQL 工具(MSSQL) - - - SQL database in Fabric - Fabric 中的 SQL 数据库 - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - SQLCMD 变量 - - - SVG - SVG - - - Satisfied - 满意 - - - Saturation - 饱和度 - - - Save - 保存 - - - Save .scmp file - 保存 .smp 文件 - - - Save As - 另存为 - - - Save As... - 另存为... - - - Save Changes - 保存更改 - - - Save Connection Group - 保存连接组 - - - Save Password - 保存密码 - - - Save Password? If 'No', password will be required each time you connect - 是否保存密码?如果选择“否”,每次连接时都需要输入密码 - - - Save Plan - 保存计划 - - - Save Secret - 保存机密 - - - Save as CSV - 另存为 CSV - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - 另存为 CSV ({0}) - - - Save as Excel - 另存为 Excel 文件 - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - 另存为 Excel 文件({0}) - - - Save as INSERT INTO - 另存为 INSERT INTO - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - 另存为 INSERT INTO ({0}) - - - Save as JSON - 另存为 JSON - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - 另存为 JSON ({0}) - - - Save backup to URL - 将备份保存到 URL - - - Save connection profile changes without establishing a connection - 不建立连接,仅保存连接配置文件更改 - - - Save password - 保存密码 - - - Save results as CSV - 将结果另存为 CSV - - - Save results as Excel - 将结果另存为 Excel - - - Save results as INSERT - 将结果另存为 INSERT - - - Save results as JSON - 将结果另存为 JSON - - - Save results command cannot be used with multiple selections. - 多选时不能使用“保存结果”命令。 - - - Save source and target, options, and excluded elements - 保存源、目标、选项和已排除的元素 - - - Save to Disk - 保存到磁盘 - - - Save to URL - 保存到 URL - - - Save without connecting - 保存但不连接 - - - Saved - 已保存 - - - Saved Connections - 保存的连接 - - - Saved results to {0} - {0} is the saved file path - 已将结果保存到 {0} - - - Saving... - 正在保存... - - - Scaffold backend components (e.g., data-access layers) based on your current database context - 基于当前数据库上下文的基架后端组件 (例如数据访问层) - - - Scale - 缩放 - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - “{0}”和“{1}”之间的规模不匹配 - - - Schema - 架构 - - - Schema '{0}' is not available. - {0} is the schema name - 架构 '{0}' 不可用。 - - - Schema Changes - 架构更改 - - - Schema Compare - 架构比较 - - - Schema Compare Options - 架构比较选项 - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - 架构比较失败:“{0}” - - - Schema Designer - 架构设计器 - - - Schema Designer Model is ready. Changes can now be published. - 架构设计器模型已准备就绪。现在可以发布更改。 - - - Schema Designer with GitHub Copilot - 使用 GitHub Copilot 的架构设计器 - - - Schema Diff - 架构差异 - - - Schema designer details are not available. - 架构设计器详细信息不可用。 - - - Schema designer is not initialized. - 架构设计器未初始化。 - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - 架构设计器已打开。对于架构变化,请继续 {0} 操作({1}/{2})。 - - - Schema designer state changed. Fetch the latest schema and retry the operation. - 架构设计器状态已更改。请获取最新架构后重试操作。 - - - Schema designer state retrieved successfully. - 已成功检索架构设计器状态。 - - - Schema designer updated successfully. - 架构设计器已成功更新。 - - - Schema is required - 必须提供架构 - - - Schema/Object Type - 架构/对象类型 - - - Schemas - 架构 - - - Script - 脚本 - - - Script as Alter - 撰写为 Alter 的脚本 - - - Script as Create - 撰写为 Create 的脚本 - - - Script as Drop - 撰写为 Drop 的脚本 - - - Script as Execute - 撰写为 Execute 的脚本 - - - Script copied to clipboard - 复制到剪贴板的脚本 - - - Script copied to clipboard. - 已将脚本复制到剪贴板。 - - - Search Database Objects - 搜索数据库对象 - - - Search Database Objects - {0} - {0} is the server name - 搜索数据库对象 - {0} - - - Search Workspaces - 搜索工作区 - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - 按对象名称或类型(例如 t:<name>, v:, f:, or sp:)搜索 - - - Search changes... - 搜索更改... - - - Search connection groups - 搜索连接组 - - - Search extension shortcut - 搜索扩展快捷方式 - - - Search options - 搜索选项 - - - Search options... - 搜索选项... - - - Search rules... - 搜索规则... - - - Search settings... - 搜索设置... - - - Search subscriptions... - 搜索订阅... - - - Search tables... - 搜索表... - - - Search values... - 搜索值... - - - Search within {0} text content - {0} is the column name - 在 {0} 文本内容中搜索 - - - Search workspaces... - 搜索工作区... - - - Search... - 搜索... - - - Searching... - 正在搜索... - - - Seed sample data or import an existing schema - 为示例数据设定种子或导入现有架构 - - - Select - 选择 - - - Select All - 全选 - - - Select Azure account with Key Vault access for column decryption - 选择具有列解密 Key Vault 访问权限的 Azure 帐户 - - - Select Connection - 选择连接 - - - Select Database - 选择数据库 - - - Select Max vCores - 选择最大 vCore 数 - - - Select Profile - 选择配置文件 - - - Select Source - 选择源 - - - Select Source Schema - 选择“源架构” - - - Select Target - 选择目标 - - - Select Target Schema - 选择“目标架构” - - - Select Top 1000 - 选择前 1000 项 - - - Select XEL File - 选择 XEL 文件 - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - 选择要用于此连接的 Microsoft Entra ID 帐户。 下面列出的是 Azure Data Studio 原始帐户信息,但你可以选择其他帐户。 - - - Select a Workspace - 选择工作区 - - - Select a blob - 选择 blob - - - Select a blob container - 选择 Blob 容器 - - - Select a collation - 选择排序规则 - - - Select a connection group - 选择连接组 - - - Select a connection to use as the default - 选择要用作默认值的连接 - - - Select a data source - 选择数据源 - - - Select a database - 选择数据库 - - - Select a database for profiling (Azure SQL requires a specific database) - 选择要分析的数据库(Azure SQL 需要特定数据库) - - - Select a file - 选择文件 - - - Select a folder - 选择一个文件夹 - - - Select a location for the resource group - 选择资源组的位置 - - - Select a maintenance window - 选择维护时段 - - - Select a profiler template - 选择配置文件模板 - - - Select a resource group - 选择资源组 - - - Select a server - 选择服务器 - - - Select a session first - 先选择一个会话 - - - Select a session... - 选择一个会话... - - - Select a storage account - 选择存储帐户 - - - Select a subscription - 选择订阅 - - - Select a subscription to view servers in it. - 选择订阅以查看其中的服务器。 - - - Select a tenant - 选择租户 - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - 从下拉列表中选择有效的 {0} - - - Select a workspace to view the databases in it. - 选择一个工作区以查看其中的数据库。 - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - 选择 {0} 以进行筛选 - - - Select account - 选择帐户 - - - Select all - 全选 - - - Select all cells in the active grid - 选择活动网格中的所有单元格 - - - Select all entities - 选择所有实体 - - - Select all options - 选择所有选项 - - - Select all {0} - {0} is the action name (Create, Read, etc.) - 全选 {0} - - - Select an account - 选择帐户 - - - Select an account for authentication - 选择用于身份验证的帐户 - - - Select an extension to manage connection sharing permissions - 选择用于管理连接共享权限的扩展 - - - Select an operation - 选择操作 - - - Select column - 选择列 - - - Select file to import - 选择要导入的文件 - - - Select image - 选择映像 - - - Select location - 选择位置 - - - Select new permission for extension: '{0}' - {0} is the extension name - 为扩展选择新权限:“{0}” - - - Select or clear all connection groups - 选择或清除所有连接组 - - - Select or clear all connections - 选择或清除所有连接 - - - Select package file - 选择包文件 - - - Select profile to edit - 选择要编辑的配置文件 - - - Select profile to remove - 选择要移除的配置文件 - - - Select row - 选择行 - - - Select session - 选择会话 - - - Select subscriptions - 选择订阅 - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - 选择要扫描连接组和连接的 Azure Data Studio settings.json 文件。 - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - 选择可以执行此存储过程的 HTTP 方法。DAB 默认为 POST。 - - - Select the SQL Server Container Image - 选择 SQL Server 容器映像 - - - Select the entire current column - 选择整个当前列 - - - Select the entire current row - 选择整个当前行 - - - Select the target schema - 选择目标架构 - - - Selected - 已选定 - - - Selected Microsoft Entra account removed successfully. - 已成功移除所选 Microsoft Entra 帐户。 - - - Selected Path - 所选路径 - - - Selected backup file does not contain a valid database backup - 所选备份文件没有有效的数据库备份 - - - Selected query-editor text - 所选查询编辑器文本 - - - Selection - 选择 - - - Sequelize - Sequelize - - - Serialization failed - 序列化失败 - - - Server - 服务器 - - - Server - {0} - {0} is the server name - 服务器 - {0} - - - Server Connections - 服务器连接 - - - Server Edition - 服务器版本 - - - Server Name - 服务器名称 - - - Server Version - 服务器版本 - - - Server connection in progress. Do you want to cancel? - 正在连接服务器。是否要取消? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - 无法启动服务器。这可能是由于权限错误或系统不兼容。可以尝试从设置启用设备代码身份验证。 - - - Server is required - 服务器是必需的 - - - Server name is required - 服务器名称是必填项 - - - Server name not set. - 未设置服务器名称。 - - - Server name or ADO.NET connection string - 服务器名称或 ADO.NET 连接字符串 - - - Server {0} not found. - {0} is the server name - 找不到服务器 {0}。 - - - Serverless - 无服务器 - - - Service installation failed. - 服务安装失败。 - - - Service tier - 服务层级 - - - Session - 会话 - - - Session creation timed out - 会话创建超时 - - - Session name can only contain letters, numbers, underscores, and hyphens - 会话名称只能包含字母、数字、下划线和连字符 - - - Session name cannot be empty - 会话名称不能为空 - - - Session name must be {0} characters or less - {0} is the maximum length - 会话名称不能超过 {0} 个字符 - - - Session not running - 会话未运行 - - - Set Default - 设置默认值 - - - Set Null - 设置 Null - - - Set backup Compression - 设置备份压缩 - - - Set backup Media Set - 设置备份媒体集 - - - Set backup retain days - 设置备份保留天数 - - - Setting - 设置 - - - Setting up - 正在设置 - - - Setting up container - 正在设置容器 - - - Settings - 设置 - - - Settings and Keybindings - 设置和键绑定 - - - Settings are fixed for free tier. - 免费层的设置是固定的。 - - - Settings for {0} - {0} is the entity name - {0} 的设置 - - - Severity - 严重性 - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - {0} 的严重性 - - - Shortcut - 快捷方式 - - - Shortcuts Configuration - 快捷方式配置 - - - Shortcuts Configuration (Preview) - 快捷方式配置(预览) - - - Shortcuts configuration page - 快捷方式配置页 - - - Show All - 全部显示 - - - Show Changes - 显示更改 - - - Show Confirm Password - 显示确认密码 - - - Show Definition - 显示定义 - - - Show Estimated Plan - 显示估计的计划 - - - Show MSSQL output - 显示 MSSQL 输出 - - - Show Menu - 显示菜单 - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - 显示菜单({0}) - - - Show New Password - 显示新密码 - - - Show SQL - 显示 SQL - - - Show SQL Pane - 显示 SQL 窗格 - - - Show Schema - 显示架构 - - - Show a random table definition - 显示随机表定义 - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - 显示 VS Code 键盘快捷方式中的所有快速查询快捷方式 - - - Show all columns - 显示所有列 - - - Show full error message - 显示完整的错误消息 - - - Show masked command (hides sensitive information) - 显示屏蔽命令(隐藏敏感信息) - - - Show or hide the query result panel - 显示或隐藏查询结果面板 - - - Show password - 显示密码 - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 显示连接 ‘{0}’ (ID: {1})的架构? - - - Show table relationships - 显示表关系 - - - Show unmasked command (reveals sensitive information) - 显示未屏蔽的命令(显示敏感信息) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在显示连接 ‘{0}’ (ID: {1})的架构 - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - 正在显示 {0}/{1} 个事件 - - - Showplan XML - 显示计划 XML - - - Sign In - 登录 - - - Sign in - 登录 - - - Sign in and retry - 登录并重试 - - - Sign in to a new account - 登录到新帐户 - - - Sign in to your Azure subscription - 登录到 Azure 订阅 - - - Sign in to your Azure subscription in one of the sovereign clouds. - 使用以下主权云之一登录到 Azure 订阅。 - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - 使用设备代码登录到 Azure 订阅。“登录”命令不起作用时使用此选项进行设置 - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - 使用 Entra ID“{0}”登录。 - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - 使用 Microsoft Entra ID 帐户登录,包括启用多重身份验证的帐户。单击信息图标了解详细信息。 - - - Sign into Azure - 登录到 Azure - - - Sign into Azure in order to add a firewall rule. - 登录到 Azure 以添加防火墙规则。 - - - Sign into Fabric - 登录到 Fabric - - - Sign into additional accounts - 登录到其他帐户 - - - Sign into tenant - 登录到租户 - - - Signing in to Azure as {0}... - {0} is the account name - 正在以 {0} 身份登录到 Azure... - - - Simple - 简单 - - - Simple Container Management - 简单容器管理 - - - Smart performance - 智能性能 - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - 某些连接或组的信息不完整。你可以继续,但稍后可能需要先编辑这些连接才能进行连接。 - - - Sort - 排序 - - - Sort Ascending - 升序排序 - - - Sort Descending - 降序排序 - - - Sort ascending - 升序排序 - - - Sort column - 对列进行排序 - - - Sort descending - 降序排序 - - - Source - - - - Source Column - 源列 - - - Source Database - 源数据库 - - - Source Name - 源名称 - - - Source: {0} - {0} is the fully qualified DAB source object name - 源: {0} - - - Source: {0} - {0} is the task source - 源: {0} - - - Specifies whether the column is included in the primary key for the table. - 指定该列是否包含在表的主键中。 - - - Specifies whether the column may have a NULL value. - 指定列是否可以具有 NULL 值。 - - - Specify Input File - 指定输入文件 - - - SqlPackage Command - SqlPackage 命令 - - - Standby file - 备用文件 - - - Start - 启动 - - - Start IP Address - 起始 IP 地址 - - - Start Time - 开始时间 - - - Start profiling session - 启动分析会话 - - - Start, stop, and remove containers directly from the extension. - 直接从扩展中启动、停止和移除容器。 - - - Started executing query at - 开始执行查询的位置 - - - Started query execution for document "{0}" - {0} is the document name - 已开始执行对于文档“{0}”的查询 - - - Started saving results to {0} - {0} is the file path - 已开始将结果保存至 {0} - - - Starting '{0}'... - {0} is the service name - 正在启动“{0}”... - - - Starting Container... - 正在启动容器... - - - Starting DAB container - 正在启动 DAB 容器 - - - Starting Docker Desktop - 正在启动 Docker Desktop - - - Starting Docker... - 正在启动 Docker... - - - Starting {0}... - {0} is the container name - 正在启动 {0}... - - - Starts With - 开头为 - - - Starts with - 开头为 - - - Status - 状态 - - - Status: {0} - {0} is the task status - 状态: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - 第 {0} 步(共 {1} 步) - - - Stop - 停止 - - - Stop session - 停止会话 - - - Stopped - 已停止 - - - Stopping Container... - 正在停止容器... - - - Stopping profiler session "{0}"... - {0} is the session name - 正在停止探查器会话“{0}”... - - - Storage - 存储 - - - Storage Account - 存储帐户 - - - Storage Account is required - 需要存储帐户 - - - Stored Procedure - 存储过程 - - - Stored Procedures - 存储过程 - - - Stored procedure GraphQL operation - 存储过程 GraphQL 操作 - - - Stored procedure REST methods - 存储过程 REST 方法 - - - Submit - 提交 - - - Submit an issue - 提交问题 - - - Subscription - 订阅 - - - Subscription is required - 订阅为必填项 - - - Subtree Cost - 子树成本 - - - Succeeded - 成功 - - - Succeeded with warning - 成功,但出现警告 - - - Successfully changed to database: {0} - {0} is the database name - 已成功更改为数据库: {0} - - - Successfully connected to server. - 已成功连接到服务器。 - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - URI {1} 的连接 {0} 的成功刷新的令牌,{2} - - - Successfully saved results to {0} - {0} is the file path - 已成功将结果保存到 {0} - - - Sum - 求和 - - - Sum: {0} - {0} is the sum - 总和: {0} - - - Summary - 摘要 - - - Summary loading canceled - 已取消摘要加载 - - - Summary loading was canceled by user - 用户已取消摘要加载 - - - Switch Direction - 切换方向 - - - Switch Source and Target - 切换源和目标 - - - Switch between result panes and tabs - 在结果窗格和选项卡之间切换 - - - Switch results view - 切换结果视图 - - - Switch to Grid View - 切换到网格视图 - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - 切换到网格视图({0}) - - - Switch to MSAL - 切换到 MSAL - - - Switch to Messages tab - 切换到“消息”选项卡 - - - Switch to Query Plan tab - 切换到“查询计划”选项卡 - - - Switch to Results tab - 切换到“结果”选项卡 - - - Switch to Text View - 切换到文本视图 - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - 切换到文本视图({0}) - - - Switched to {0} - {0} is the connection label - 已切换到 {0} - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - 已取消切换到 Linux 容器。SQL Server 仅支持 Linux 容器。 - - - Synchronous resize - 同步重设大小 - - - System databases - 系统数据库 - - - T-SQL - T-SQL - - - Table - - - - Table '{0}' already exists - {0} is the table name - 表“{0}”已存在 - - - Table '{0}' not found - {0} is the table name - 找不到表“{0}” - - - Table Diagram - 表图 - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - ‘{0}’ 的表资源管理器具有未保存的更改。要保存还是放弃它们? - - - Table Name - 表单名称 - - - Table Schema - 表架构 - - - Table added to schema designer successfully. - 已成功将表添加到架构设计器。 - - - Table deleted from schema designer successfully. - 已成功从架构设计器中删除表。 - - - Table id already exists. - 表 ID 已存在。 - - - Table must include at least one column. - 表必须至少包含一列。 - - - Table name - 表单名称 - - - Table name cannot be empty - 表名不能为空 - - - Table name is required - 必须提供表名称 - - - Table updated in schema designer successfully. - 已在架构设计器中成功更新表。 - - - Tables - - - - Tag keys must be unique. - 标记键必须是唯一的。 - - - Tags - 标记 - - - Tail-log backup - 结尾日志备份 - - - Tail-log backup file - 结尾日志备份文件 - - - Take Survey - 参加调查 - - - Take tail-log backup before restore - 还原前进行结尾日志备份 - - - Target - 目标 - - - Target Database - 目标数据库 - - - Target Name - 目标名称 - - - Target Table - 目标表 - - - Target: {0} - {0} is the task target location - 目标: {0} - - - Task log is unavailable. - 任务日志不可用。 - - - Task: {0} - {0} is the task name - 任务: {0} - - - Tenant - 租户 - - - Tenant ID - 租户 ID - - - Tenant ID is required - 租户 ID 为必填项 - - - Tenant is required - 需要租户 - - - Terms & Conditions - 条款和条件 - - - Test connecting with the current settings - 使用当前设置测试连接 - - - Test connection - 测试连接 - - - Testing connection profile... - 正在测试连接配置文件... - - - Testing... - 正在测试... - - - Text - 文本 - - - Text View - 文本视图 - - - Text tab - displays SQL text data - 文本选项卡 - 显示 SQL 文本数据 - - - The Application (Client) ID of your Microsoft Entra app registration. - Microsoft Entra 应用注册的应用程序(客户端) ID。 - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - 查询探查器现在支持 Microsoft Fabric 连接中的 SQL 数据库,新 Azure SQL 数据库模板包括用于轻型 T-SQL 分析的 {code-snippet-0}。 - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - SQL Server 扩展无法启动,因为其所需的后台服务启动失败。请为你的操作系统安装脱机 VSIX,或检查网络连接后重试。详细信息: {0} - - - The XEL file was not found. - 找不到 XEL 文件。 - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - 当用户尝试删除包含外键关系中所涉及数据的行时的行为。 - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - 当用户尝试更新包含外键关系中所涉及数据的行时的行为。 - - - The client secret for your Microsoft Entra app registration. - Microsoft Entra 应用注册的客户端密码。 - - - The columns of the index. - 索引的列。 - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - `mssql.defaultConnectionId` 中设置的连接 ID“{0}”与任何已知的连接配置文件均不匹配。新编辑器将回退以传输活动连接。 - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - ID 为“{0}”的连接未设置 ‘server’ 属性,并且将被忽略。 请在此连接上设置 ‘server’ 属性以使用它。 - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - 未配置自定义云选择。请配置设置 `{0}`。 - - - The description of the check constraint. - CHECK 约束的说明。 - - - The description of the foreign key. - 外键的说明。 - - - The description of the index. - 索引的说明。 - - - The description of the primary key. - 主键的说明。 - - - The expression defining the check constraint. - 定义 CHECK 约束的表达式。 - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - 扩展“{0}”正在请求访问你的 SQL Server 连接。这将允许它执行查询并访问你的数据库。 - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - 第一个值必须小于 {1} 筛选器中 {0} 运算符的第二个值 - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - 必须为 {1} 筛选器中的 {0} 运算符设置第一个值 - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - 以下工作区或工作区文件夹连接缺少 ‘id’ 属性,并且将被忽略。 请手动将 ‘id’ 属性添加到连接以使用它。 - - {0} - - - The language model did not return any output. - 语言模型未返回任何输出。 - - - The mapping between foreign key columns and primary key columns. - 外键列和主键列之间的映射。 - - - The maximum length (in characters) that can be stored in this database object. - 可在此数据库对象中存储的最大长度(以字符为单位)。 - - - The name of the check constraint. - CHECK 约束的名称。 - - - The name of the column object. - 列对象的名称。 - - - The name of the column. - 列的名称。 - - - The name of the foreign key. - 外键的名称。 - - - The name of the index. - 索引的名称。 - - - The query results panel failed to load. Please try running the query again. - 查询结果面板加载失败。请尝试重新运行查询。 - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - 已清除最近连接列表,但删除某些关联凭据时出错。查看 MSSQL 输出通道中的错误。 - - - The requested model could not be found. Please check model availability or try a different model. - 找不到请求的模型。请检查模型可用性或尝试其他模型。 - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - 必须为 {1} 筛选器中的 {0} 运算符设置第二个值 - - - The selected file is not a valid XEL file. - 所选文件不是有效的 XEL 文件。 - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - 所选配置文件使用 Entra ID“{0}”进行身份验证,但该帐户未登录到 MSSQL 扩展。编辑连接或使用该帐户登录 MSSQL 进行连接。 - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - 所选配置文件使用租户 ‘{1}’ 上的 Entra ID ‘{0}’ 进行身份验证,但该帐户无法通过 VS Code 登录使用。编辑连接或使用该帐户登录 VS Code 进行连接。 - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - 所选配置文件使用租户“{1}”上的 Entra ID“{0}”进行身份验证,但该帐户未登录到 MSSQL 扩展。编辑连接或使用该帐户登录 MSSQL 进行连接。 - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - 所选配置文件使用 Entra ID“{0}”进行身份验证,但该帐户无法通过 VS Code 登录使用。编辑连接或使用该帐户登录 VS Code 进行连接。 - - - The table which contains the primary or unique key column. - 包含主键列或唯一键列的表。 - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - {0} 服务已崩溃。详细信息: {1} - - - There was an error updating the project - 更新项目时出错 - - - This connection does not have a display name in Azure Data Studio. - 此连接在 Azure Data Studio 中没有显示名称。 - - - This connection's group has not been selected, so this connection will be imported to the root. - 尚未选择此连接的组,因此此连接将导入到根目录。 - - - This database name is already in use. Please choose a different name. - 此数据库名称已在使用中。请选择其他名称。 - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - 无法处理此消息。如果此问题仍然存在,请查看日志并在 GitHub 上打开问题。 - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - 此操作已分析输入文件结构来为最多前 50 行生成以下预览。 - - - This server only supports Microsoft Entra ID authentication. - 此服务器仅支持 Microsoft Entra ID 身份验证。 - - - This server only supports SQL Authentication. - 此服务器仅支持 SQL 身份验证。 - - - This server supports Microsoft Entra ID and SQL Authentication. - 此服务器支持 Microsoft Entra ID 和 SQL 身份验证。 - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - 此快捷方式要求将所选文本作为参数传递。在 SQL 编辑器中选择文本,然后再次运行快捷方式。 - - - This value was not provided in the Azure Data Studio settings file. - Azure Data Studio 设置文件中未提供此值。 - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - 这将使用 Docker 在本地部署数据 API 生成器容器。该容器将根据你的配置公开 {0} API。 - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - 此操作会将所有规则重置为其默认严重性,并禁用“在生成时启用 Code Analysis”。此操作无法撤消。是否要继续? - - - Time - 时间 - - - Timestamp - 时间戳 - - - To - Label for the end IP address in the firewall rule IP range - - - - To compare two schemas, first select a source schema and target schema, then press compare. - 要比较两个架构,请先选择源架构和目标架构,然后按“比较”。 - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - 若要使用此命令,请打开一个 .sql 文件,或者将编辑器语言更改为“SQL”,或者在运行中的 SQL 编辑器中选择 T-SQL 文本。 - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - 若要使用此命令,必须将语言设定为“SQL”。确认要更改语言模式。 - - - Toggle Actual Plan - 切换实际计划 - - - Toggle Query Result Panel - 切换查询结果面板 - - - Toggle SQLCMD Mode - 切换 SQLCMD 模式 - - - Toggle Sort - 切换排序 - - - Toggle Tooltips - 切换工具提示 - - - Toggle actual execution plan collection for SQL queries - 切换 SQL 查询的实际执行计划集合 - - - Toggle all entities in {0} - {0} is the schema name - 切换 {0} 中的所有实体 - - - Toggle between grid and text view - 在网格和文本视图之间切换 - - - Toggle columns for {0} - {0} is the entity name - 切换 {0} 的列 - - - Toggle dark mode - 切换深色模式 - - - Toggle filter row - 切换筛选器行 - - - Toggle pre-header row - 切换前置标题行 - - - Toggle selection for {0} - {0} is the connection display name - 切换 {0} 的所选内容 - - - Toggle selection for {0} - {0} is the connection group name - 切换 {0} 的所选内容 - - - Toggle sort - 切换排序 - - - Toggle sorting for the active column - 切换活动列的排序 - - - Token refreshed successfully. - 已成功刷新令牌。 - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - 针对以下项的工具查找: {0} - {1}。 - - - Total execution time: {0} - {0} is the elapsed time - 总执行时间: {0} - - - Total rows to fetch: - 要提取的总行数: - - - Transaction Log - 事务日志 - - - Transfer active connection (Default) - 传输活动连接(默认) - - - Truncate the transaction log - 截断事务日志 - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - 利用免费层套餐免费试用 Azure SQL 数据库!直接从 VS Code 预配完全托管的云数据库。 - - - Try adjusting your search or filters - 尝试调整搜索或筛选器 - - - Try it - 试用 - - - Try searching by command name, description, or keybinding. - 尝试按命令名称、描述或键绑定进行搜索。 - - - Type - 类型 - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - URL 已复制到剪贴板 - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - 无法从所选帐户的 VS Code 获取 Microsoft Entra 令牌: {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - 无法获取有效的令牌。(过期时间: {0},但当前为 {1}) - - - Unable to determine the server authentication type. - 无法确定服务器身份验证类型。 - - - Unable to execute the command while the extension is initializing. Please try again later. - 扩展组件正在初始化中,无法执行此命令。请稍后重试。 - - - Unable to expand. Please check logs for more information. - 无法展开。有关详细信息,请查看日志。 - - - Unable to load backup configuration. Please try again. - 无法加载备份配置。请重试。 - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - 无法从服务器加载数据库列表: {0}。可以直接输入数据库名称。 - - - Unable to open Table Explorer: No target node provided. - 无法打开表资源管理器: 未提供目标节点。 - - - Unable to read proxy agent options. - 无法读取代理智能体选项。 - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - 无法检索数据库列表。你可能没有权限列出此服务器上的数据库。 - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - 无法检索数据库列表。你可能没有权限列出此服务器上的数据库。如果连接指定了数据库,该数据库将被预先选中。 - - - Unavailable for backups to existing files - 不可用于备份到现有文件 - - - Understand and document business logic embedded in stored procedures, views, and functions - 了解并记录存储过程、视图和函数中嵌入的业务逻辑 - - - Undo - 撤消 - - - Undo All - 全部撤消 - - - Undo All Copilot Changes - 撤消所有 Copilot 更改 - - - Unfreeze columns - 取消冻结列 - - - Unfreeze columns/rows - 取消冻结列/行 - - - Unknown - 未知 - - - Unknown Connection - 未知的连接 - - - Unknown account - 未知帐户 - - - Unknown deployment step: {0} - {0} is the deployment step number - 未知部署步骤: {0} - - - Unknown error - 未知错误 - - - Unknown magic command: %%{0} - {0} is the magic command name - 未知 magic 命令: %%{0} - - - Unknown object management dialog. - 未知对象管理对话框。 - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - 未知操作: {0}。支持的操作: add_table、update_table、delete_table、replace_schema、get_schema - - - Unknown tenant ID - 未知租户 ID - - - Unnamed Profile - 未命名的配置文件 - - - Unsaved Changes - 未保存的更改 - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - Docker 的体系结构不受支持: {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - 连接字符串中的身份验证类型不受支持: {0}。仅支持 SQL 登录、集成、Azure MFA 和 Active Directory 默认身份验证。 - - - Unsupported by Data API builder. - 数据 API生成器不支持。 - - - Unsupported data types detected - 检测到不受支持的数据类型 - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - 不支持的 Docker 平台: {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - 每月最多续订 10 个数据库,包含 10 万 vCore 秒、32 GB 存储空间和备份。 - - - Update - 更新 - - - Update Database - 更新数据库 - - - Update Script - 更新脚本 - - - Updating IntelliSense... - 正在更新 IntelliSense... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - 已超出使用限制。请稍后再试,或考虑优化请求。 - - - Use Microsoft Entra ID authentication to provision and connect to this database. - 使用 Microsoft Entra ID 身份验证预配并连接到此数据库。 - - - Use SQL Authentication with a valid username and password. - 将 SQL 身份验证与有效的用户名和密码配合使用。 - - - Use T-SQL intellisense and syntax error checking on current document - 在当前文档中使用 T-SQL Intellisense 和语法错误检查 - - - Use discount code {0} to save €200 on registration. - 使用折扣代码 {0},可在注册时节省 200 欧元。 - - - Use encryption for this backup - 对此备份使用加密 - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - 使用格式: YYYY-MM-DD HH:mm:ss[.SSS] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - 使用自然语言直接在可视化架构设计器中设计数据库架构。从头开始创建架构,改进现有设计,通过差异视图查看更改,并导入外部项目 - 所有这些都反映在可视图和 T-SQL 脚本中。 - - - Use the default server setting - 使用默认服务器设置 - - - Use {0} to create a new connection. - {0} is the connect command - 使用 {0} 创建新连接。 - - - Used in API routes and responses - 在 API 路由和响应中使用 - - - User - 用户 - - - User ID - 用户 ID - - - User Name - 用户名 - - - User databases - 用户数据库 - - - User name - 用户名 - - - User name (SQL Login) - 用户名(SQL 登录名) - - - User name is required - 用户名是必需的 - - - Username - 用户名 - - - Username is required - 用户名为必填项 - - - Uses the WITH KEEP_REPLICATION option during restore - 还原期间使用 WITH KEEP_REPLICATION 选项 - - - Uses the WITH NORECOVERY option during restore - 还原期间使用 WITH NORECOVERY 选项 - - - Uses the WITH REPLACE option during restore - 还原期间使用 WITH REPLACE 选项 - - - Uses the WITH RESTRICTED_USER option during restore - 还原期间使用 WITH RESTRICTED_USER 选项 - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - 正在使用 {0} ({1})... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - 正在使用 {0} 处理你的请求... - - - Validation failed - 验证失败 - - - Validation failed. Please check your inputs - 验证失败。请检查输入 - - - Value - - - - Value is required - 必须提供值 - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - 矢量值在此编辑器中为只读状态。使用 T-SQL 修改值或重新生成嵌入。 - - - Verify a container image by using the Notation CLI - 使用 Notation CLI 验证容器映像 - - - Verify backup when finished - 完成后验证备份 - - - Verifying Docker engine is ready - 正在验证 Docker 引擎是否已准备就绪 - - - Verifying Docker is installed on your system - 正在验证是否已在系统上安装 Docker - - - Verifying the API is ready to accept requests - 正在验证 API 是否已准备好接受请求 - - - Very Dissatisfied - 非常不满意 - - - Very Satisfied - 非常满意 - - - View - 查看 - - - View Config - 查看配置 - - - View More - 查看更多 - - - View Swagger - 查看 Swagger - - - View Table Diagram - 查看表格关系图 - - - View known issues - 查看已知问题 - - - View mssql for Visual Studio Code release notes? - 是否查看 mssql 以获取 Visual Studio Code 发行说明? - - - View roadmap - 查看路线图 - - - View settings - 查看设置 - - - View the estimated query execution plan - 查看估计的查询执行计划 - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - 使用实时验证和实时 DML 脚本预览在交互式网格中查看、添加、编辑和删除表行。 - - - View/configure keybinding - 查看/配置键绑定 - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - 查看/配置 {0} 的键绑定 - - - View: - 视图: - - - Views - 视图 - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - 必须重新启动 Visual Studio Code 才能使此设置生效。请重新加载 Visual Studio Code。 - - - Visualize and Design Schema - 可视化和设计架构 - - - WHERE - WHERE - - - Warehouse - 仓库 - - - Warning - 警告 - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - 警告: 结果集不完整。正在显示 {0} 行(共 {1} 行)。无法加载完整的结果集。 - - - Warnings - 警告 - - - Warnings detected. Please review the changes. - 检测到警告。请查看更改。 - - - Watch demo - 观看演示 - - - Watch demos on YouTube - 在 YouTube 上观看演示 - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - 找不到 Docker 桌面在你的计算机上的位置。请手动启动 Docker 桌面,然后重试。 - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - 无法使用当前连接信息进行连接。是否要重试连接或编辑连接配置文件? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - 很高兴你喜欢 MSSQL for VS Code! 请考虑在 VS Code 商城留下简短评价。 - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - Web 视图“{0}”未在 {1} 毫秒内准备就绪 - - - Webview was disposed before it became ready - Web 视图在准备就绪前已被销毁 - - - What I can do for you: - 我可以为你执行的操作: - - - What can we do to improve? - 我们怎么做才可以进行改进? - - - What's next? - 接下来会发生什么? - - - Width cannot be 0 or negative - 宽度不能为 0 或负 - - - Windows Authentication - Windows 身份验证 - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - 适用于 VS Code/SSMS,并采用 Microsoft Entra 身份验证和 Fabric 访问控制。 - - - Workspace - 工作区 - - - Workspace is required - 工作区是必需的 - - - Write a review - 撰写评价 - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - 使用交互式结果、排序、筛选和 Markdown 文档在本机 Visual Studio Code Jupyter 笔记本中编写和运行 SQL 查询。 - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - 使用 AI 建议的改进编写、优化和排查 SQL 查询问题 - - - YYYY-MM-DD HH:mm:ss - YYYY-MM-DD HH:mm:ss - - - Yes - - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - 你即将部署到现有数据库。此操作将永久更改数据库架构,且可能导致数据丢失。是否要继续? - - - You are not connected to any database. - 你未连接到任何数据库。 - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - 你看到此消息是因为你已将 MSSQL 扩展更新为版本 {0}。 - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - 你已捕获尚未导出的探查器事件。如果立即关闭,将丢失所有捕获的事件。是否要将其导出到 CSV 文件? - - - You have unsaved changes. Do you want to save before closing? - 你有未保存的更改。是否要在关闭之前保存它们? - - - You must accept the license - 必须接受许可证 - - - You must be signed into Azure in order to browse SQL databases. - 必须登录到 Azure 才能浏览 SQL 数据库。 - - - You must be signed into Fabric in order to browse SQL databases. - 必须登录到 Fabric 才能浏览 SQL 数据库。 - - - You must review and accept the terms to proceed - 必须查看并接受条款才能继续操作 - - - Your API is available at: - 你的 API 可通过以下地址访问: - - - Your APIs are available at the following endpoints: - API 可在以下终结点使用: - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - Docker 引擎当前运行 Windows 容器。SQL Server 仅支持 Linux 容器。是否要切换到 Linux 容器? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - 你的帐户需要重新进行身份验证才能访问 {0} 资源。按“打开”以开始身份验证过程。 - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - 客户端 IP 地址“{0}”无权访问你尝试连接到的服务器“{1}”。是否要创建新的防火墙规则? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - 你的客户端 IP 地址没有访问服务器所需的权限。添加 Microsoft Entra 帐户并创建新的防火墙规则以启用访问权限。 - - - Your current IP {0} will be added automatically. - {0} is the current IP address - 将自动添加当前 IP {0}。 - - - Your database will continue running after the free offer limit and you will be charged for overages. - 达到免费套餐限制后,你的数据库将继续运行,并向你收取超额费用。 - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - 密码必须包含以下至少三个类别的字符: 大写字母、小写字母、数字(0-9)和特殊字符(!、$、#、% 等)。 - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - 你的租户“{0} ({1})”需要你重新进行身份验证才能访问 {2}资源。按“打开”以开始身份验证过程。 - - - Zone-redundant backup storage - 区域冗余备份存储 - - - Zoom In - 放大 - - - Zoom Out - 缩小 - - - Zoom to Fit - 缩放到合适大小 - - - [Optional] Database to connect (press Enter to connect to <default> database) - [可选] 要连接的数据库(按 Enter 连接到 <default> 数据库) - - - [Optional] Enter a display name for this connection profile - [可选] 输入此连接配置文件的显示名称 - - - [Read-only] Pre-filled from the server properties. - [只读] 已根据服务器属性预填充。 - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - - - - authenticationType - authenticationType - - - contains - 包含 - - - database - 数据库 - - - default - 默认 - - - delete the saved connection: {0}? - {0} is the connection name - 删除保存的连接: {0}? - - - does not contain - 不包含 - - - encrypt - 加密 - - - ends with - 结尾为 - - - equals - 等于 - - - greater than - 大于 - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - hostname\instance 或 <server>.database.windows.net 或 ADO.NET 连接字符串 - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - 不为 null - - - is null - 为 null - - - items - - - - items per page - 每页项数 - - - items selected - 已选择项 - - - less than - 小于 - - - location - 位置 - - - macOS Sierra or newer is required to use this feature. - 需要 macOS Sierra 或更高版本才能使用该功能。 - - - none selected - 未选择任何内容 - - - not equals - 不等于 - - - of - / - - - or - - - - profiler_events - profiler_events - - - resource group - 资源组 - - - server - 服务器 - - - starts with - 开头为 - - - subscription - 订阅 - - - test - 测试 - - - undefined - 未定义 - - - untitled - 无标题 - - - updatingIntelliSense - updatingIntelliSense - - - vCores - vCore - - - value - - - - x of y selected - 已选择 x 个(共 y 个) - - - {0} (Current Account) - {0} is the account display name - {0} (当前帐户) - - - {0} (filtered) - {0} (已筛选) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1}%) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1}%): {2} - - - {0} accounts - {0} is the number of accounts - {0} 个帐户 - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - {1} 的 {0} 操作 - - - {0} change(s) - {0} is the number of changes - {0} 个更改 - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - 已将 {0} 从 ‘{1}’ 更改为 ‘{2}’ - - - {0} changes - {0} is the number of property changes - {0} 项更改 - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - {0} 颜色样本 ({1}) - - - {0} column data - {0} is the number of columns - {0} 列数据 - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - 已导入 {0} 个连接组 - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - 已导入 {0} 个连接组 - - - {0} connection imported - {0} is the number of connections imported (singular) - 已导入 {0} 连接 - - - {0} connections imported - {0} is the number of connections imported (plural) - 已导入 {0} 个连接 - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {0} 包含数据 API 生成器不支持的列类型: {1} - - - {0} deleted successfully. - {0} deleted successfully. - 已成功删除 {0}。 - - - {0} errors - {0} is the number of errors - {0} 个错误 - - - {0} events - {0} is the number of events - {0} 个事件 - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} 已关闭。是否要还原它? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - {0} 已移除无效的 Entra 帐户;可能需要运行 `MS SQL: 清除 Microsoft Entra 帐户令牌缓存`,然后重新登录。 - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} 是主键列,不能禁用。 - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} 未全局启用 - - - {0} issue - {0} is the number of issues - {0} 个问题 - - - {0} issues - {0} is the number of issues - {0} 个问题 - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} 必须定义要与数据 API生成器一起使用的一个或多个关键字段 - - - {0} objects found - {0} is the number of objects found - 找到 {0} 个对象 - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0} 个活动(共 {1} 个) - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - 已选择 {0}/{1} 个连接组。 - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - 已选择{0}/{1}个连接 - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - 已启用 {0} 个(共 {1} 个) - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {0} 条规则,共 {1} 条 - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0} 个租户(共 {1} 个) - - - {0} password doesn't match the confirmation password - {0} 密码与确认密码不匹配 - - - {0} properties - {0} is the object type - {0} 属性 - - - {0} query - {0} is the Quick Query shortcut name - {0} 查询 - - - {0} rows - {0} is the number of rows - {0} 行 - - - {0} rows returned - {0} is the number of rows returned - 返回了 {0} 行 - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - 已选择 {0} 行,单击可加载摘要 - - - {0} rules - {0} is the number of code analysis rules - {0} 条规则 - - - {0} selected - {0} is the number of selected filter values - 已选择 {0} - - - {0} selected - {0} is the number of selected rows - 已选择 {0} 个 - - - {0} setting imported - {0} is the number of settings imported (singular) - 已导入 {0} 设置 - - - {0} settings imported - {0} is the number of settings imported (plural) - 已导入设置 {0} - - - {0} started successfully. - {0} started successfully. - 已成功启动 {0}。 - - - {0} stopped successfully. - {0} stopped successfully. - 已成功停止 {0}。 - - - {0} warnings - {0} is the number of warnings - {0} 个警告 - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0} {1} 个问题 - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0} {1} 个问题 - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0},+ 另外 {1} 个 - - - {0}. {1} - {0} is the status -{1} is the message - {0}。{1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - {0}/{1} 个事件 - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}。{2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0} 天 {1} 小时 - - - {0}h - {0} is the number of hours - {0} 小时 - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0} 小时 {1} 分 - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0} 小时 {1} 分 - - - {0}m - {0} is the number of minutes - {0} 分钟 - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0} 分钟 {1} 秒 - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0} 分钟 {1} 秒 - - - {0}ms - {0} is the number of milliseconds - {0} 毫秒 - - - {0}ms - {0} is the elapsed time in milliseconds - {0} 毫秒 - - - {0}s - {0} is the number of seconds - {0} 秒 - - - {0}s - {0} is the elapsed time in seconds - {0} 秒 - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ 授予访问权限 - - - ✅ Grant Access (Current) - ✅ 授予访问权限(当前) - - - ❌ Deny Access - ❌ 拒绝访问 - - - ❌ Deny Access (Current) - ❌ 拒绝访问(当前) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋我是适用于 MSSQL 扩展的 GitHub Copilot,是 Visual Studio Code 中的智能 SQL 开发助手。我直接从 VS Code 帮助你连接、探索、设计和改进 SQL 数据库。 - - - - - - - Add Connection - 添加连接 - - - Add Connection Group - 添加连接组 - - - Add Microsoft Entra Account - 添加 Microsoft Entra 帐户 - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - 允许用户登录到输入受限设备。 - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - 始终连接新编辑器,并将 SQL 文件打开到 `mssql.defaultConnectionId` 指定的连接。 - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - 如果执行超时为 0,则表示无限等待(不会超时) - - - Analyze Query Performance - 分析查询性能 - - - Application Intent - 应用程序意向 - - - Automatically display query results in a new tab instead of the query pane. - 在新选项卡而不是查询窗格中自动显示查询结果。 - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - 切换到包含查询结果的编辑器时自动显示结果面板。仅在启用“在选项卡中打开结果”时适用。 - - - Azure MFA - Azure MFA - - - Background Tasks - 后台任务 - - - Backup Database... - 备份数据库... - - - Build Data API... - 生成数据 API... - - - Cancel Connection (MSSQL) - 取消连接(MSSQL) - - - Cancel Query (MSSQL) - 取消查询(MSSQL) - - - Cancel Task - 取消任务 - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - 将活动编辑器的连接传递到新打开的查询编辑器选项卡和 SQL 文件。 - - - Change Connection (MSSQL) - 更改连接(MSSQL) - - - Change Database (MSSQL) - 更改数据库(MSSQL) - - - Change Notebook Connection - 更改笔记本连接 - - - Change Notebook Database - 更改笔记本数据库 - - - Choose SQL handler for this file - 为此文件选择 SQL 句柄 - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - 选择结果网格列的自动调整大小的方式(标题 + 数据、仅数据或禁用自动调整大小)。 - - - Chooses which Authentication method to use - 选择要使用的身份验证方法 - - - Clear All Connection Sharing Permissions - 清除所有连接共享权限 - - - Clear All Query History - 清除所有查询历史记录 - - - Clear Filters - 清除筛选器 - - - Clear Finished Tasks - 清除已完成的任务 - - - Clear Microsoft Entra account token cache - 清除 Microsoft Entra 帐户令牌缓存 - - - Clear Pooled Connections - 清除共用连接 - - - Command Timeout - 命令超时 - - - Compare Schemas... - 比较架构... - - - Configure up to 10 Quick Queries that execute from commands. - 最多配置 10 个通过命令执行的快速查询。 - - - Connect (MSSQL) - 连接(MSSQL) - - - Connect to a SQL Database - 连接到 SQL 数据库 - - - Connection Dialog - “连接”对话框 - - - Connection Timeout - 连接超时 - - - Connection groups - 连接组 - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - “用户设置”中定义的连接配置文件显示在命令面板的“MS SQL: 连接”命令下。 - - - Connections - 连接 - - - Control which grid lines are visible in the results grid. - 控制哪些网格线在结果网格中可见。 - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - 控制如何自动连接新的 SQL 编辑器窗口和打开的 SQL 文件。 - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - 控制允许在内存中进行筛选和排序的最大行数。如果超过最大行数,则将禁用排序和筛选。警告: 增加此值可能会影响性能。 - - - Copy All - 全部复制 - - - Copy Cell Messages - 复制单元格消息 - - - Copy Connection String - 复制连接字符串 - - - Copy Object Name - 复制对象名称 - - - Create Azure Function with SQL binding - 使用 SQL 绑定创建 Azure 函数 - - - Create a Table with Table Designer - 使用表设计器创建表 - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - 在数据库中创建新表,或使用表设计器编辑现有表。 -完成更改后,单击“发布”按钮以将更改发送到数据库。 - - - DACPAC/BACPAC Operations... - DACPAC/BACPAC 操作... - - - Default view mode for query results display. - 用于显示查询结果的默认视图模式。 - - - Delete - 删除 - - - Delete Connection Group - 删除连接组 - - - Delete SQL Container - 删除 SQL 容器 - - - Deploy DACPAC - 部署 DACPAC - - - Disable Actual Plan (MSSQL) - 禁用实际计划(MSSQL) - - - Disable Group By Schema - 禁用分组依据架构 - - - Disable automatic column sizing - 禁用自动列大小调整 - - - Disabled - 已禁用 - - - Disconnect (MSSQL) - 断开连接(MSSQL) - - - Display name for this Quick Query. - 此快速查询的显示名称。 - - - Display results in a formatted text format. - 以格式化文本格式显示结果。 - - - Display results in a tabular grid format (default) - 以表格网格格式显示结果(默认) - - - Do not auto-connect. You must connect each SQL file manually. - 不要自动连接。必须手动连接每个 SQL 文件。 - - - Do not show prompts to display query results in a new tab. - 不显示在新选项卡中显示查询结果的提示。 - - - Drop Database... - 删除数据库... - - - Edit Connection Group - 编辑连接组 - - - Edit Connection Sharing Permissions - 编辑连接共享权限 - - - Edit Connection... - 编辑连接... - - - Edit Table Data... - 编辑表数据... - - - Enable Actual Plan (MSSQL) - 启用实际计划(MSSQL) - - - Enable Group By Schema - 按架构启用分组 - - - Enable Parameterization for Always Encrypted - 启用 Always Encrypted 参数化 - - - Enable Query History Capture - 启用查询历史记录捕获 - - - Enable SET ANSI_DEFAULTS - 启用 SET ANSI_DEFAULTS - - - Enable SET ANSI_NULLS - 启用 SET ANSI_NULLS - - - Enable SET ANSI_NULL_DFLT_ON - 启用 SET ANSI_NULL_DFLT_ON - - - Enable SET ANSI_PADDING - 启用 SET ANSI_PADDING - - - Enable SET ANSI_WARNINGS - 启用 SET ANSI_WARNINGS - - - Enable SET ARITHABORT option - 启用 SET ARITHABORT 选项 - - - Enable SET CURSOR_CLOSE_ON_COMMIT - 启用 SET CURSOR_CLOSE_ON_COMMIT - - - Enable SET DEADLOCK_PRIORITY option - 启用 SET DEADLOCK_PRIORITY 选项 - - - Enable SET IMPLICIT_TRANSACTIONS - 启用 SET IMPLICIT_TRANSACTIONS - - - Enable SET LOCK TIMEOUT option (in milliseconds) - 启用 SET LOCK TIMEOUT 选项(以毫秒为单位) - - - Enable SET NOCOUNT option - 启用 SET NOCOUNT 选项 - - - Enable SET NOEXEC option - 启用 SET NOEXEC 选项 - - - Enable SET PARSEONLY option - 启用 SET PARSEONLY 选项 - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - 启用 SET QUERY_GOVERNOR_COST_LIMIT - - - Enable SET QUOTED_IDENTIFIER - 启用 SET QUOTED_IDENTIFIER - - - Enable SET STATISTICS IO option - 启用 SET STATISTICS IO 选项 - - - Enable SET STATISTICS TIME option - 启用 SET STATISTICS TIME 选项 - - - Enable SET TRANSACTION ISOLATION LEVEL option - 启用 SET TRANSACTION ISOLATION LEVEL 选项 - - - Enable SET XACT_ABORT ON option - 启用 SET XACT_ABORT ON 选项 - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - 在结果网格中启用交替行背景色(斑马纹)。颜色派生自当前 VS Code 主题。 - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - 当表超过 10 列时,在架构设计器表节点中启用“展开/折叠”按钮 - - - Enabled - 已启用 - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - 启用连接池以提高整体连接性能。默认情况下禁用此设置。更改该值时,需要重新启动 Visual Studio Code。要清除共用连接,请运行以下命令: 'MS SQL: Clear Pooled Connections'。注意: 可以保持无服务器数据库处于活动状态,并防止自动暂停。 - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - 在 MSSQL 扩展中启用实验性功能。这些功能未准备就绪,可能存在漏洞或问题。请在更改此设置后重启 Visual Studio Code。 - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - 通过改进的状态管理和更多列自定义选项(包括显示、隐藏和冻结列)启用预览查询结果网格体验。 - - - Estimated Plan (MSSQL) - 估计的计划(MSSQL) - - - Execute Query (MSSQL) - 执行查询(MSSQL) - - - Execute Selection or Current Statement (MSSQL) - 执行所选内容或当前语句(MSSQL) - - - Explain Query - 解释查询 - - - Export BACPAC - 导出 BACPAC - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - 额外垂直填充(以像素为单位)添加到结果网格中的每一行,控制行密度。有效范围: 0-10。 - - - Extract DACPAC - 提取 DACPAC - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - 熟悉 MSSQL 扩展的更多功能,以帮助提高工作效率。 - - - Filter - 筛选器 - - - Filter your Object Explorer Tree - 筛选对象资源管理器树 - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - 生成脚本 - - - Get Started with MSSQL for Visual Studio Code - MSSQL for Visual Studio Code 入门 - - - Getting Started Guide - 入门指南 - - - Hide all grid lines - 隐藏所有网格线 - - - Import BACPAC - 导入 BACPAC - - - Import Data... - 导入数据... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - 启动查询探查器... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - 与 SQL 数据库建立新连接,或使用连接对话框编辑现有连接。 -可以通过输入连接信息、使用连接字符串或浏览 Azure 订阅来连接到数据库。 -[打开连接对话框](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - 管理连接配置文件 - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - 运行查询后,XML 列中每个值可存储的最大字符数。默认值: 2,097,152。有效值范围: 1 到 2,147,483,647。 - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - 运行查询后,字符/二进制列中每个值可存储的最大字符/字节数。默认值: 65,535。有效值范围: 1 到 2,147,483,647。 - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - 探查器在内存中可保留的最大事件数。达到此限制时,较旧的事件将被丢弃。如果需要在分析会话中保留更多事件,请增大此值。 - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - 启动时要移除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。将在下次启动 Azure Data Studio 时清理由于此限制而未清理的文件。 - - - Maximum number of rows to return before the server stops processing your query. - 在服务器停止处理查询之前要返回的最大行数。 - - - Maximum size of text and ntext data returned from a SELECT statement - 从 SELECT 语句返回的 text 和 ntext 数据的大小上限 - - - Migrate from Azure Data Studio - 从 Azure Data Studio 迁移 - - - Modify Table Structure... - 修改表结构... - - - New Database... - 新建数据库... - - - New Deployment - 新部署 - - - New Query - 新建查询 - - - New Query - 新建查询 - - - New SQL Notebook - 新建 SQL 笔记本 - - - New Table - 新建表 - - - Next Steps with MSSQL for Visual Studio Code - 使用 MSSQL for Visual Studio Code 的后续步骤 - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - 将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。 - - - Number of query history entries to show in the Query History view - 要在“查询历史记录”视图中显示的查询历史记录条目数 - - - Object Explorer filters - 对象资源管理器筛选器 - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - 通过将筛选器应用于对象资源管理器树,仅查看对你最重要的数据库对象。 -首先单击“连接”视图中大多数文件夹旁边的筛选器按钮。 - - - Open Changelog - 打开更改日志 - - - Open Execution Plan File - 打开执行计划文件 - - - Open New Query and Connect - 打开新查询并连接 - - - Open Query - 打开查询 - - - Open Query History in Command Palette - 在命令面板中打开查询历史记录 - - - Open Query Profiler (Preview) XEL File - 打开查询探查器(预览版) XEL 文件 - - - Open Shortcuts Configuration - 打开快捷方式配置 - - - Open Task Result - 打开“任务结果” - - - Open in GitHub Copilot Agent - 在 GitHub Copilot 智能体中打开 - - - Open in GitHub Copilot Chat - 在 GitHub Copilot 对话助手中打开 - - - Open in MSSQL extension - 在 MSSQL 扩展中打开 - - - Pause Query History Capture - 暂停查询历史记录捕获 - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - 阻止自动执行脚本(例如,“选择前 1000 个”)。启用后,脚本不会在生成时自动执行。 - - - Prompts users to sign in using their browser. - 提示用户使用其浏览器登录。 - - - Query History - 查询历史记录 - - - Query Results - 查询结果 - - - Query editor and query results pane - 查询编辑器和查询结果窗格 - - - Query plan visualization - 查询计划可视化效果 - - - Refresh - 刷新 - - - Refresh IntelliSense Cache - 刷新 IntelliSense 缓存 - - - Remove Connection - 移除连接 - - - Remove Microsoft Entra Account - 移除 Microsoft Entra 帐户 - - - Rename Database... - 重命名数据库... - - - Replication - 复制 - - - Restore Database... - 还原数据库... - - - Reveal Query Result (MSSQL) - 显示查询结果(MSSQL) - - - Rewrite Query - 重写查询 - - - Run Query - 运行查询 - - - Run Quick Query 1 - 运行快速查询 1 - - - Run Quick Query 10 - 运行快速查询 10 - - - Run Quick Query 2 - 运行快速查询 2 - - - Run Quick Query 3 - 运行快速查询 3 - - - Run Quick Query 4 - 运行快速查询 4 - - - Run Quick Query 5 - 运行快速查询 5 - - - Run Quick Query 6 - 运行快速查询 6 - - - Run Quick Query 7 - 运行快速查询 7 - - - Run Quick Query 8 - 运行快速查询 8 - - - Run Quick Query 9 - 运行快速查询 9 - - - Run a SQL Query - 运行 SQL 查询 - - - SQL Container Name - SQL 容器名称 - - - SQL Container Version - SQL 容器版本 - - - SQL Server Extended Events Log - SQL Server 扩展事件日志 - - - SQL Tools (MSSQL) - SQL 工具(MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - 此快速查询的 SQL 文本。使用 {arg} 插入所选查询编辑器文本;否则将追加它。 - - - Script as Alter - 撰写为 Alter 的脚本 - - - Script as Create - 撰写为 Create 的脚本 - - - Script as Drop - 撰写为 Drop 的脚本 - - - Script as Execute - 撰写为 Execute 的脚本 - - - Search Database Objects... - 搜索数据库对象... - - - Select Top 1000 - 选择前 1000 项 - - - Selected Azure subscriptions for browsing and managing servers and databases - 用于浏览和管理服务器与数据库的所选 Azure 订阅 - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - 用于浏览和管理 SQL 数据库的所选 Microsoft Fabric 工作区 - - - Send Feedback - 发送反馈 - - - Set the font family for the results grid; set to blank to use the editor font - 设置结果网格的字体系列;留空时使用编辑器字体 - - - Set the font size for the results grid; set to blank to use the editor size - 设置结果网格的字号;留空时使用编辑器字体 - - - Shortcuts handled inside MSSQL views - 在 MSSQL 视图内处理的快捷方式 - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - 是否应将 BIT 列显示为数字(1 或 0)?若为“false”,BIT 列将显示为“true”或“false” - - - Should IntelliSense be enabled - 是否启用 IntelliSense - - - Should IntelliSense error checking be enabled - 是否启用 IntelliSense 错误检查 - - - Should IntelliSense quick info be enabled - 是否启用 IntelliSense 快速信息提示 - - - Should IntelliSense suggestions be enabled - 是否启用 IntelliSense 建议 - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - 是否应在 Azure 日志输出通道和输出通道日志文件中记录个人身份信息(PII)。 - - - Should Query History feature be enabled - 应启用查询历史记录功能 - - - Should language service be auto-disabled when extension detects Non-MSSQL files - 扩展检测到非 MSSQL 文件时是否自动禁用语言服务 - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - 切换选项卡时是否应保存查询结果选择项和滚动位置(可能影响性能) - - - Show both horizontal and vertical grid lines - 显示水平和垂直网格线 - - - Show changelog after extension updates - 在扩展更新后显示更改日志 - - - Show only horizontal grid lines - 仅显示水平网格线 - - - Show only vertical grid lines - 仅显示垂直网格线 - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - 将活动 SQL 连接详细信息显示为编辑器顶部的 CodeLens 建议,以便快速查看。 - - - Sort and Filter Query Results - 排序和筛选查询结果 - - - Sort and filter options for query results - 查询结果的排序和筛选选项 - - - Sort and filter your query results to find the data you need quickly. - 对查询结果进行排序和筛选,以快速查找所需的数据。 - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - `.crm.dynamics.com` 的主权云等效项(包括前导点) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - `.database.fabric.microsoft.com` (包括前导点)的主权云等效项 - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - `.database.windows.net` (包括前导点)的主权云等效项 - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - `.datawarehouse.fabric.microsoft.com` (包括前导点)的主权云等效项 - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - `.sql.azuresynapse.net` (包括前导点)的主权云等效项 - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - `https://analysis.windows.net/powerbi/api/` 的主权云等效项 - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - `https://api.fabric.microsoft.com/v1/` 的主权云等效项 - - - Sovereign cloud equivalent for `https://database.windows.net/` - `https://database.windows.net/` 的主权云等效项 - - - Sovereign cloud equivalent for `https://vault.azure.net/` - `https://vault.azure.net/` 的主权云等效项 - - - Start Query History Capture - 开始查询历史记录捕获 - - - Start SQL Container - 启动 SQL 容器 - - - Stop SQL Container - 停止 SQL 容器 - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - 表设计器 - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - 在禁用“已保存密码”的情况下,暂时存储连接的密码,直到扩展程序重新启动。这可以防止在同一会话中重复使用连接时出现多次密码提示。 - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - `mssql.newEditorConnectionBehavior` 设置为 `defaultConnection` 时要使用的连接配置文件的 ID (GUID)。可以在 `mssql.connections` 下的 settings.json 中找到连接 ID。 - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - 主权云的其他特定于 MSSQL 的自定义配置,与 Microsoft 主权云身份验证提供程序一起使用。将此功能与 MSSSQL 配合使用时,需要此项以及将 `microsoft-sovereign-cloud.environment` 设置为 `自定义`,并为 `microsoft-sovereign-cloud.customEnvironment` 提供值。 - - - The color of the connection group. - 连接组的颜色。 - - - The description of the connection group. - 连接组的说明。 - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - 为状态栏中的连接信息显示的最大字符数。设置为 -1 (无限制)。 - - - The maximum number of recently used connections to store in the connection list. - 连接列表中可保存的最近使用的最大连接数。 - - - The name of the connection group. - 连接组的名称。 - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - 在对象资源管理器中展开节点的超时(以秒为单位)。默认值为 45 秒。 - - - The unique identifier for the connection group this connection profile belongs to. - 此连接配置文件所属的连接组的唯一标识符。 - - - The unique identifier for the connection group. - 此连接配置文件的唯一标识符。 - - - The unique identifier for the parent connection group. - 父连接组的唯一标识符。 - - - The unique identifier for this connection profile. - 此连接配置文件的唯一标识符。 - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - 此设置已弃用。请改用 ‘mssql.newEditorConnectionBehavior’。该扩展将在启动时自动迁移此设置。 - - - This setting will be removed in a future release. - 将来的版本中将移除此设置。 - - - Toggle Actual Plan - 切换实际计划 - - - Toggle Query Result Panel Visibility (MSSQL) - 切换查询结果面板可见性(MSSQL) - - - Toggle SQLCMD Mode - 切换 SQLCMD 模式 - - - True for the messages pane to be open by default; false for closed - “true”时默认开启消息面板;“false”时默认关闭 - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - 通过查看查询计划来了解查询正在执行的操作。 -在未运行查询的情况下查看预估的计划,或通过切换查询编辑器窗口顶部的按钮来查看运行查询后的实际查询计划。 - - - Use Database - 使用数据库 - - - Use column headers and data to size columns automatically - 使用列标题和数据自动调整列大小 - - - Use only column headers to size columns automatically - 仅使用列标题自动调整列大小 - - - Use only row data to size columns automatically - 仅使用行数据自动调整列大小 - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - 使用 VS Code 登录帐户对 SQL 进行 Microsoft Entra ID MFA 身份验证。请在更改此设置后重启 Visual Studio Code。 - - - View Task Logs - 查看任务日志 - - - Visualize a Query Plan - 可视化查询计划 - - - Visualize and Design Schema... - 可视化和设计架构... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - 启用后,查询结果“消息”窗格中的“全部复制”包含消息时间戳。 - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - 启用后,会自动将活动连接转移到新打开的 SQL 文件。禁用时,必须为每个 SQL 文件手动连接数据库。 - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - 启用后,使用连接组的颜色对连接状态栏项进行着色。默认情况下禁用此设置。 此操作直接使用连接组文件夹的颜色,并且不会更改它,以确保与当前 VS Code 主题的对比度。用户应选择适合其主题的连接组颜色。 - - - When enabled, connection groups will be collapsed instead of expanded at startup. - 启用后,将在启动时折叠而不是展开连接组。 - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - 启用后,保存的查询结果导出会在导出后打开。Excel 导出会使用系统文件处理程序打开; 文本导出会在 VS Code 中打开。 - - - When enabled, the database objects in Object Explorer will be categorized by schema. - 启用后,对象资源管理器中的数据库对象将按架构进行分类。 - - - Windows Authentication - Windows 身份验证 - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - 编写 SQL 查询,并针对数据库运行它。 -还可以单击“在新选项卡中打开”按钮,以在其自己的选项卡中查看查询结果,并可选择将其设置为默认行为。 - - - Your first steps for connecting to and developing with a SQL database - 连接到 SQL 数据库和使用它进行开发的前几步 - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [可选] 用于在对象资源管理器边栏中对此连接组进行排序的非负数。首先显示具有 'order' 值的组(从最低到最高);然后按字母顺序对剩余组排序。 - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [可选] 用于在对象资源管理器边栏中对此连接进行排序的非负数。首先显示具有 'order' 值的连接(从最低到最高);然后按字母顺序对剩余连接排序。 - - - [Optional] Character used for enclosing text fields when saving results as CSV - [可选] 将结果保存为 CSV 时用于封闭文本字段的字符 - - - [Optional] Character(s) used for separating rows when saving results as CSV - [可选] 将结果保存为 CSV 时用于分隔行的字符 - - - [Optional] Configuration options for copying multi-line results from the Results View - [可选] 用于从结果视图复制多行结果的配置选项 - - - [Optional] Configuration options for copying results from the Results View - [可选] 用于从结果视图复制结果的配置选项 - - - [Optional] Configuration options for which column new result panes should open in - [可选] 用于指示新结果窗格应在哪一列打开的配置选项 - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [可选] 声明连接到 SQL Server 时的应用程序工作负载类型,例如 ReadWrite 或 ReadOnly。有关详细信息,请参阅 SQL Server AlwaysOn 可用性组。 - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [可选] 将结果保存为 CSV 时用于分隔数据项的分隔符。从常用分隔符中进行选择,例如逗号(,)、tab (\t)、分号(;)或竖线(|) - - - [Optional] Do not show unsupported platform warnings - [可选] 不显示不受支持的平台警告 - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [可选] 将结果保存为 CSV 时使用的文件编码。根据目标应用程序兼容性从 UTF-8 (推荐)、UTF-16、ASCII 或 Latin-1 中进行选择 - - - [Optional] Indicates the SQL Server language settings. - [可选] 指定 SQL Server 语言设置。 - - - [Optional] Indicates the name of local docker container the connection is on - [可选] 指示连接所在的本地 docker 容器的名称 - - - [Optional] Indicates whether this profile has an empty password explicitly set - [可选] 指示此配置文件显式设置为空密码 - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [可选] 指示提供程序通过 DataReader 公开的服务器类型。 - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [可选] 将调试输出记录到 VS Code 控制台(“帮助”->“切换开发人员工具”) - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息” - - - [Optional] Should execution time be shown for individual batches - [可选] 是否显示每个批处理的执行时间 - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [可选] 指定此连接配置文件的自定义名称,可使用它在 Visual Studio Code 的命令面板中轻松浏览和搜索。 - - - [Optional] Specify the SQL Server authentication type. - [可选] 指定 SQL Server 身份验证类型。 - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [可选] 指定要连接到的数据库名称。如果未指定数据库,则会使用默认的用户数据库设置,通常为“master”数据库。 - - - [Optional] Specify the delay between attempts to restore connection. - [可选] 指定恢复连接尝试之间的延迟。 - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [可选] 指定在终止尝试并生成错误之前等待命令执行的时间长度(秒)。默认值为 30 秒。 - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [可选] 指定在终止连接尝试并生成错误之前等待连接到服务器的时间长度(秒)。默认值为 30 秒。 - - - [Optional] Specify the maximum number of connections allowed in the pool. - [可选] 指定池中允许的最大连接数。 - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [可选] 指定此连接在池中保存直至被移除/删除的最短时间(以秒为单位)。 - - - [Optional] Specify the minimum number of connections allowed in the pool. - [可选] 指定池中允许的最小连接数。 - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [可选] 指定 SQL Server 记录日志使用的应用程序名称(默认为“vscode-mssql”)。 - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [可选] 指定可附加数据库的主文件名称,包含完整路径名。 - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [可选] 指定连接到 SQL Server 的工作站名称。 - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [可选] 指定充当故障转移伙伴的 SQL Server 实例的名称或网络地址。 - - - [Optional] Specify the number of attempts to restore connection. - [可选] 指定恢复连接的尝试次数。 - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [可选] 指定 SQL Server 身份验证的密码。如果未指定密码或保存,连接时会被再次询问。 - - - [Optional] Specify the port number to connect to. - [可选] 指定要连接到的端口号。 - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [可选] 指定与 SQL Server 通信的网络数据包大小(以字节为单位)。 - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [可选] 指定 SQL Server 身份验证的用户名。如果未指定用户名,连接时会被再次询问。 - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [可选] 连接使用的 ADO.NET 连接字符串。覆盖此连接中的其他任何选项。 - - - [Optional] Used by SQL Server in replication. - [可选] 在复制时由 SQL Server 使用。 - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [可选] 在值为“Mandatory”或“Strict”时,如果服务器安装了证书,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密。在设置为“Strict”时,SQL Server 使用 TDS 8.0 在客户端与服务器之间传输所有数据。SQL Server 2022 及之后的版本均支持“Strict”。 - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [可选] 当设置为“true”时,将能从连接返回并读取多个结果集。 - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [可选] 当设置为“true”时,如果通信层使用 SSL 进行加密,将自动信任 SQL Server SSL 证书。使用 Azure SQL 数据库连接时,请设置为“false”。 - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [可选] 当设置为 ‘true’ 时,将从合适的池中提取连接对象,或根据需要创建连接对象并将其添加到合适的池中。注意: 可以保持无服务器数据库处于活动状态,并防止自动暂停。 - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [可选] 当设置为“true”时,如果在不同子网上配置了 AlwaysOn 可用性组,对活动服务器的检测和连接将会更快。 - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [可选] 当设置为“true”时,SQL Server 身份验证的密码将被保存在操作系统的安全存储区中,例如,KeyChain 保存在 MacOS 中,Secure Store 保存在 Windows 中。 - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [可选] 当设置为“false”时,如果连接处于打开状态或曾经处于打开状态,则安全敏感信息(如密码等)将不会作为连接的一部分返回。 - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [可选] 指定时(encrypt=Mandatory 和 trustServerCertificate=false),SQL Server 使用提供的主机名验证与服务器证书的信任。 - - - [Optional] When true, column headers are included when saving results as CSV - [可选] 当为“true”时,将结果保存为 CSV 时包含列标题 - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [必需] 指定要连接到的服务器名称。对于 Azure SQL 数据库,请使用“主机名实例”或“<server>.database.windows.net”。 - - - auth - 身份验证 - - - database - 数据库 - - - port - 端口 - - - server - 服务器 - - - user - 用户 - - - + + + + + + is required. + 是必需的。 + + + $(check) Copied messages + $(check)复制的消息 + + + $(plug) Connect to MSSQL + $(plug)连接到 MSSQL + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + 'mssql.newEditorConnectionBehavior' 已设置为 'defaultConnection',但未配置 'mssql.defaultConnectionId'。新编辑器将回退以传输活动连接。 + + + '{0}' started. + {0} is the service name + “{0}”已开始。 + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <Default> + + + <default> + <default> + + + (0 rows affected) + (0 行受影响) + + + (0 rows) + (0 行) + + + (1 row affected) + (1 行受影响) + + + (Command completed successfully) + (已成功完成命令) + + + (current) + (当前) + + + (empty) + (空) + + + ({0} row(s) affected) + {0} is the number of rows affected + ({0} 行受影响) + + + ({0} row) + {0} is the number of rows (singular) + ({0} 行) + + + ({0} rows affected) + {0} is the number of rows affected + ({0} 行受影响) + + + ({0} rows) + {0} is the number of rows (plural) + ({0} 行) + + + + Add Azure Account + + 添加 Azure 帐户 + + + + Add Fabric Account + + 添加 Fabric 帐户 + + + + Create Connection Group + + 创建连接组 + + + - + - + + + 0 rows + 0 行 + + + 0 rows returned + 返回了 0 行 + + + 1 + 1 + + + 1 row + 1 行 + + + 1 row returned + 返回了 1 行 + + + 100K vCore seconds + 10 万 vCore 秒 + + + 32 GB + 32 GB + + + 32 GB storage + 32 GB backup + 32 GB 存储 + 32 GB 备份 + + + 60 min + 60 分钟 + + + = + = + + + A SQL editor must have focus before executing this command + 在执行此命令前,必须聚焦在一个 SQL 编辑器 + + + A connection is already being established. Please wait for it to complete before running a query. + 已在建立连接。请等待它完成,然后再运行查询。 + + + A database with this name already exists on the server + 服务器上已存在具有此名称的数据库 + + + A firewall rule is required to access this server. + 需要防火墙规则才能访问此服务器。 + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + 高度集成且可供开发人员使用的事务性数据库,可自动缩放、自动优化,并将数据镜像到 OneLake,以便跨 Fabric 服务进行分析 + + + A predefined global default value for the column or binding. + 列或绑定的预定义全局默认值。 + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + 此编辑器会话的查询已在运行。请取消此查询或等待其完成。 + + + A required .NET runtime could not be found or installed. + 找不到或无法安装所需的 .NET 运行时。 + + + API Type + API 类型 + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + 通过自动生成 ORM 迁移或 T-SQL 更改脚本来加速架构演变 + + + Accept + 接受 + + + Accept All + 全部接受 + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + 接受 SQL Server EULA 以部署 SQL Server Docker 容器 + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + 访问被拒绝。请确保你具有使用此工具或模型所需的权限。 + + + Access to the XEL file was denied. + 对 XEL 文件的访问被拒绝。 + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + URI {1} 的连接 {0} 的访问令牌已过期 + + + Account + 帐户 + + + Account not found + 找不到帐户 + + + Action + 操作 + + + Action Type + 操作类型 + + + Actions + 操作 + + + Active filters: + 活动筛选器: + + + Actual Elapsed CPU Time + 实际占用的 CPU 时间 + + + Actual Elapsed Time + 实际占用的时间 + + + Actual Number of Rows For All Executions + 所有执行的实际行数 + + + Add + 添加 + + + Add Account + 添加帐户 + + + Add Column + 添加列 + + + Add Connection + 添加连接 + + + Add Firewall Rule + 添加防火墙规则 + + + Add Firewall Rule to {0} + {0} is the server name + 将防火墙规则添加到 {0} + + + Add MCP server to workspace configuration + 将 MCP 服务器添加到工作区配置 + + + Add Row + 添加行 + + + Add Server Connection + 添加服务器连接 + + + Add Table + 添加表 + + + Add a Microsoft Entra account... + 添加 Microsoft Entra 帐户... + + + Add account + 添加帐户 + + + Add filter + 添加筛选器 + + + Add filters to modify the SQL query + 添加筛选器以修改 SQL 查询 + + + Add my client IP ({0}) + {0} is the IP address of the client + 添加我的客户端 IP ({0}) + + + Add my subnet IP range + 添加我的子网 IP 范围 + + + Add new column + 添加新列 + + + Add new foreign key + 添加新外键 + + + Add tag + 添加标记 + + + Add to VS Code + 添加到 VS Code + + + Add to favorites + 添加到收藏夹 + + + Add to workspace + 添加到工作区 + + + Added + 已添加 + + + Added column '{0}' + {0} is the column name + 已添加列 ‘{0}’ + + + Added foreign key '{0}' + {0} is the foreign key name + 已添加外键 ‘{0}’ + + + Additional parameters + 其他参数 + + + Additional usage beyond the free amount will be charged at serverless rates. + 超出免费金额的其他使用量将按无服务器费率收费。 + + + Admin Password + 管理员密码 + + + Admin Username + 管理员用户名 + + + Advanced + 高级 + + + Advanced Backup Options + 高级备份选项 + + + Advanced Connection Settings + 高级连接设置 + + + Advanced Entity Configuration + 高级实体配置 + + + Advanced Options + 高级选项 + + + Advanced Publish Options + 高级发布选项 + + + Advanced restore options + 高级还原选项 + + + After + 晚于 + + + All + 全部 + + + All Files (*.*) + 所有文件(*.*) + + + All Schemas + 所有架构 + + + All files + 所有文件 + + + All permissions for extensions to access your connections have been cleared. + 已清除用于访问你的连接的扩展的所有权限。 + + + All selected + 全部选中 + + + All severities + 所有严重级别 + + + Allow Null + 允许为 NULL + + + Allow Nulls + 允许 Null + + + Allow null + 允许 null + + + Allow this extension to access your connections + 允许此扩展访问你的连接 + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + 允许 MCP 客户端使用此表的通用创建、读取、更新和删除工具。 + + + Alphabetical + 按字母顺序 + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + 已由 {0} 使用 + + + Alter + 更改 + + + Always Encrypted + Always Encrypted + + + Always show in new tab + 始终在新选项卡中显示 + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + 不明确的连接引用。请仅提供 connectionId 或 connectionName 之一。 + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + GitHub Copilot 需要一个活动连接才能了解数据库架构并继续。 +选择“{0}”以建立连接。 + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + 刷新节点时出错。有关详细信息,请参阅 MSSQL 输出通道。 + + + An error occurred while copying results: {0} + {0} is the error message + 复制结果时出错: {0} + + + An error occurred while loading data. + 加载数据时出错。 + + + An error occurred while processing your request. + 处理你的请求时出错。 + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + 移除 Microsoft Entra 帐户时出错: {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + 检索行时出错: {0} + + + An error occurred: {0} + {0} is the error message + 发生错误: {0} + + + An unexpected error occurred + 出现了意外错误 + + + An unexpected error occurred with the language model. Please try again. + 语言模型出现意外错误。请重试。 + + + An unknown error occurred. Please try again. + 发生未知错误。请重试。 + + + Analytics-ready by default + 默认情况下分析就绪 + + + Analyze static code with customizable rulesets in SQL Database Projects. + 使用 SQL 数据库项目中的可自定义规则集分析静态代码。 + + + And + + + + Anonymous + 匿名 + + + Append to the existing backup set + 追加到现有备份集 + + + Application (Client) ID + 应用程序(客户端) ID + + + Application (Client) ID is required. + 应用程序(客户端)ID 是必需的。 + + + Application Intent + 应用程序意向 + + + Application Name + 应用程序名称 + + + Application Version + 应用程序版本 + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + 应用程序版本的格式必须为 n.n.n 或 n.n.n.n,其中 n 是数字(例如 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + 应用程序版本必须采用 n.n.n.n 格式,其中 n 是数字(例如 1.0.0.0) + + + Apply + 应用 + + + Apply Changes + 应用更改 + + + Apply changes to target + 将更改应用到目标 + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + 对 SQL 语法、关系和约束应用上下文建议 + + + Apply failed. Fix the error and retry, or run Schema Compare again. + 应用失败。修复错误并重试,或再次运行架构比较。 + + + Applying changes, this might take a while... + 正在应用更改,这可能需要一些时间... + + + Approve + 审批 + + + Are you sure you want to cancel this background task? + 是否确实要取消此后台任务? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + 是否确定要关闭当前会话?所有捕获的事件都将丢失。在关闭之前,可以从工具栏将事件导出到 CSV。 + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + 是否确实要删除容器 {0}?此操作将从 VS Code 中移除容器及其连接。 + + + Are you sure you want to delete the selected items? + 确实要删除选定项目吗? + + + Are you sure you want to delete {0}? + {0} is the group name + 是否确定要删除 {0}? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + 是否确定要删除 {0}? 也可以删除其连接,或将其移动到根文件夹。 + + + Are you sure you want to disconnect? + 是否确定要断开连接? + + + Are you sure you want to remove {0}? + {0} is the node label + 是否确实要删除 {0}? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + 是否确定要撤消所有 Copilot 更改?这会将所有跟踪的更改还原为其原始状态。 + + + Are you sure you want to update the target? + 确定要更新目标吗? + + + Are you sure you want to {0}? + {0} is the action being confirmed + 确定要 {0}? + + + Are you sure? + 是否确定? + + + Ask GitHub Copilot to Fix + 要求 GitHub Copilot 修复 + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + 在聊天中提出问题或提出架构更改建议,GitHub Copilot 会在关系图中立即更新架构。 + + + At least one API type must be selected. + 必须至少选择一个 API 类型。 + + + Auth type + 身份验证类型 + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + 使用 Microsoft Entra 服务主体进行身份验证。输入应用程序(客户端)ID 作为用户名,客户端密码作为密码。单击信息图标以了解详细信息。 + + + Authenticated + 已经过身份验证 + + + Authentication + 身份验证 + + + Authentication Library has changed, please reload Visual Studio Code. + 身份验证库已更改,请重新加载 Visual Studio Code。 + + + Authentication Type + 身份验证类型 + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + 帐户“{0}”的身份验证错误(租户“{1}”)。解决此问题需要清除令牌缓存,这会让你注销所有连接的帐户。 + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + 帐户的身份验证错误。解决此问题需要清除令牌缓存,这会让你注销所有连接的帐户。 + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + 由于 nonce 不匹配,身份验证失败,请关闭 Azure Data Studio,然后重试。 + + + Authentication failed due to a state mismatch, please close ADS and try again. + 由于状态不匹配,身份验证失败,请关闭 ADS,然后重试。 + + + Authentication not supported + 不支持身份验证 + + + Auto Arrange + 自动排列 + + + Auto Arrange Confirmation + 自动排列确认 + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + 自动排列将根据最佳布局算法自动重新定位所有关系图元素。你创建的任何自定义位置都将丢失。是否继续自动排列架构关系图? + + + Auto-pause + 自动暂停 + + + Auto-pause the database until next month + 自动暂停数据库到下个月 + + + Auto-scroll + 自动滚动 + + + Auto-scroll disabled + 已禁用自动滚动 + + + Auto-scroll enabled + 已启用自动滚动 + + + Automatic tuning features like automatic index creation enabled by default. + 默认启用自动优化功能,例如自动创建索引。 + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + 从系统上安装的提供程序中自动选择可用的 Microsoft Entra ID 标识。单击信息图标了解详细信息。 + + + Available Servers + 可用服务器 + + + Average: {0} + {0} is the average + 平均值: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + 平均值: {0} 计数: {1} 总和: {2} + + + Avg + 平均值 + + + Azure (China) + Azure (中国) + + + Azure (Public) + Azure (公用) + + + Azure (US Government) + Azure (美国政府) + + + Azure Account + Azure 帐户 + + + Azure Account is required + Azure 帐户是必需的 + + + Azure Code Grant + Azure 代码授予 + + + Azure Data Studio Migration + Azure Data Studio 迁移 + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Azure Data Studio 迁移工具包 - 现已包含键映射! + + + Azure Data Studio settings file + Azure Data Studio 设置文件 + + + Azure Databases + Azure 数据库 + + + Azure Device Code + Azure 设备代码 + + + Azure MFA + Azure MFA + + + Azure SQL Database is not supported for backup. + 不支持备份 Azure SQL 数据库。 + + + Azure SQL Database is not supported for restore. + 不支持还原 Azure SQL 数据库。 + + + Azure SQL Managed Instance + Azure SQL 托管实例 + + + Azure SQL Server + Azure SQL Server + + + Azure SQL databases provisioning + Azure SQL 数据库预配 + + + Azure Subscriptions + Azure 订阅 + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + 找不到 Azure 帐户 '{0}'。请使用正确的帐户登录或选择其他帐户。 + + + Azure sign in failed. + Azure 登录失败。 + + + Azure subscription not found in cache. + 在缓存中找不到 Azure 订阅。 + + + Azure: Sign In + Azure: 登录 + + + Azure: Sign In to Azure Cloud + Azure: 登录到 Azure 云服务 + + + Azure: Sign In with Device Code + Azure: 使用设备代码登录 + + + BACPAC exported successfully + BACPAC 已成功导出 + + + BACPAC exported successfully to '{0}' + {0} is the file path + BACPAC 已成功导出到 "{0}" + + + BACPAC imported successfully + 已成功导入 BACPAC + + + BACPAC imported successfully to database '{0}' + {0} is the database name + BACPAC 已成功导入到数据库 "{0}" + + + Back + 后退 + + + Back to Schema + 返回到架构 + + + Back to preview + 返回预览 + + + Backup + 备份 + + + Backup Database - {0} + {0} is the database name + 备份数据库 - {0} + + + Backup File + 备份文件 + + + Backup Files + 备份文件 + + + Backup Files (*.bak, *.log, *.trn) + 备份文件(*.bak、*.log、*.trn) + + + Backup Location + 备份位置 + + + Backup Name + 备份名称 + + + Backup Storage Redundancy + 备份存储冗余 + + + Backup Type + 备份类型 + + + Backup sets to restore + 要还原的备份集 + + + Backup the tail of the log + 备份日志的末尾 + + + Backup to a new media set + 备份到新的媒体集 + + + Batch execution time: {0} + {0} is the batch time + 批处理执行时间: {0} + + + Before + 早于 + + + Behavior when free offer limit is reached + 达到免费套餐限制时的行为 + + + Between + 介于 + + + Blanks + 空白 + + + Blob + Blob + + + Blob Container + Blob 容器 + + + Blob Container is required + Blob 容器是必填项 + + + Blob does not contain a valid database backup + Blob 没有有效的数据库备份 + + + Blob is required + Blob 是必需的 + + + Block this extension from accessing your connections + 阻止此扩展访问你的连接 + + + Both + 两者 + + + Brightness + 亮度 + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + 将保存的连接、组和配置从 Azure Data Studio 引入 MSSQL 扩展并发现熟悉的体验。 + + + Browse + 浏览 + + + Browse Azure + 浏览 Azure + + + Browse Azure SQL Database tutorials and docs + 浏览 Azure SQL 数据库教程和文档 + + + Browse Fabric + 浏览 Fabric + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + 浏览 Fabric 工作区并在 Fabric 中预配 SQL 数据库,而无需离开 VS Code。 + + + Browse files + 浏览文件 + + + Browse forvpath + 浏览 forvpath + + + Browse to Azure Data Studio settings.json + 浏览到 Azure Data Studio settings.json + + + Browse... + 浏览... + + + Build APIs with GitHub Copilot + 使用 GitHub Copilot 生成 API + + + Build Data API + 生成数据 API + + + Build failed with exit code {0} + 生成失败,退出代码为 {0} + + + Build {0} + 生成 {0} + + + Building {0}... + 正在生成 {0}... + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + 内置用于保护数据的加密、防火墙规则和 Microsoft Entra ID 集成。 + + + Bulk Actions + 批量操作 + + + Bulk-logged + 大容量日志 + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + CSV/TXT 文件(*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + 正在使用 {1} 调用工具 {0}。 + + + Cancel + 取消 + + + Cancel Query + 取消查询 + + + Cancel Task + 取消任务 + + + Cancel failed: {0} + {0} is the error message + 取消失败: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + 取消架构比较失败:“{0}” + + + Cancel the query execution in progress + 取消正在进行的查询执行 + + + Canceled + 已取消 + + + Canceling + 正在取消 + + + Canceling query + 正在取消查询 + + + Canceling the query failed: {0} + {0} is the error message + 取消查询失败: {0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + 无法访问 Docker 套接字。你的用户可能不在'docker' 组中,或者 VS Code 已在组成员身份生效之前启动。运行 'sudo usermod -aG docker $USER',注销并重新登录(或重新启动),然后再重新启动 VS Code。 + + + Cannot cancel query as no query is running. + 无法取消查询,因为没有正在运行的查询。 + + + Cannot change session while active + 活动时无法更改会话 + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + 由于令牌过期,无法连接。请重新进行身份验证,然后重试。 + + + Cannot create foreign key + 无法创建外键 + + + Cannot delete column because it is part of foreign key relationships. + 无法删除列,因为它是外键关系的一部分。 + + + Cannot delete column because it is referenced by a foreign key. + 无法删除列,因为它由外键引用。 + + + Cannot delete column because it is used by a foreign key. + 无法删除列,因为它由外键使用。 + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + 无法排除 {0}。存在包括的依赖项 + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + 无法排除 {0}。存在包括的依赖项,例如 {1} + + + Cannot generate script without a restore plan + 没有还原计划,无法生成脚本 + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + 无法包括 {0}。存在排除的依赖项 + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + 无法包括 {0}。存在被排除的依赖项,如 {1} + + + Cannot revert: The column is part of a foreign key that references a deleted table + 无法还原: 该列是引用已删除表的外键的一部分 + + + Cannot revert: The referenced table or column has been deleted + 无法还原: 引用的表或列已被删除 + + + Cascade + 级联 + + + Category + 类别 + + + Change + 更改 + + + Change Connection + 更改连接 + + + Change Database + 更改数据库 + + + Change Password + 更改密码 + + + Change Setting + 更改设置 + + + Change column width + 更改列宽 + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + 将连接 ‘{0}’ (ID: {1})的数据库更改为 ‘{2}’? + + + Change the connection for the active SQL document + 更改活动 SQL 文档的连接 + + + Change the database for the active SQL document + 更改活动 SQL 文档的数据库 + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + 更改 {0}/{1} + + + Changed Tables + 已更改的表 + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + 已将文档“{1}”的数据库上下文更改为“{0}” + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + 对于文挡“{2}”,已将服务器“{1}”上的数据库上下文更改为“{0}”。 + + + Changes + 更改 + + + Changes ({0}) + {0} is the number of schema changes + 更改数({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + 已成功应用更改。再次运行架构比较以查看更新后的差异。 + + + Changes published successfully + 已成功发布更改 + + + Changes saved successfully. + 已成功保存更改。 + + + Changes view mode + 更改视图模式 + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + 对于文挡“{2}”,正在将服务器“{1}”上的数据库上下文更改为“{0}”。 + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + 正在将连接 ‘{0}’ (ID: {1})的数据库更改为 ‘{2}’ + + + Chat + 聊天 + + + Chat command not available in this VS Code version + 聊天命令在此 VS Code 版本中不可用 + + + Check Constraint + CHECK 约束 + + + Check Constraints + CHECK 约束 + + + Checking Docker Engine Configuration + 正在检查 Docker 引擎配置 + + + Checking Docker engine + 正在检查 Docker 引擎 + + + Checking Docker installation + 正在检查 Docker 安装情况 + + + Checking Docker prerequisites... + 正在检查 Docker 先决条件... + + + Checking container readiness + 正在检查容器就绪情况 + + + Checking if Docker is installed + 正在检查是否已安装 Docker + + + Checking if Docker is installed on your machine + 检查计算机上是否安装了 Docker + + + Checking if Docker is running on your machine. If not, we'll start it for you. + 正在检查 Docker 是否正在计算机上运行。如果为否,我们将为你启动它。 + + + Checking if Docker is started + 正在检查 Docker 是否已启动 + + + Checking if the Docker Engine is configured correctly on your machine. + 正在检查计算机上是否正确配置了 Docker 引擎。 + + + Checking pre-requisites + 正在检查先决条件 + + + Choose An Action + 选择一个操作 + + + Choose Existing + 从现有项中选择 + + + Choose Query History + 选择“查询历史记录” + + + Choose SQL Language + 选择 SQL 语言 + + + Choose a Microsoft Entra account + 选择 Microsoft Entra 帐户 + + + Choose a Microsoft Entra tenant + 选择 Microsoft Entra 租户 + + + Choose a connection profile from the list below + 从下面的列表中选择一个连接配置文件 + + + Choose a database + 选择数据库 + + + Choose a database from the list below + 从下面的列表中选择一个数据库 + + + Choose a hostname for the container + 选择容器的主机名 + + + Choose a name for the SQL Server Docker Container + 选择 SQL Server Docker 容器的名称 + + + Choose a port to host the SQL Server Docker Container + 选择端口以托管 SQL Server Docker 容器 + + + Choose an option to provision a database + 选择用于预配数据库的选项 + + + Choose color + 选择颜色 + + + Choose the Right Version + 选择正确的版本 + + + Choose the behavior for new editors + 选择新编辑器的行为 + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + 选择此存储过程是显示为 GraphQL 突变还是查询。DAB 默认为突变。 + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + 检测到循环引用:“{0}”→“{1}”创建了循环 + + + Clear + 清除 + + + Clear All + 全部清除 + + + Clear All Filters + 清除所有筛选器 + + + Clear Data + 清除数据 + + + Clear Filter + 清除筛选器 + + + Clear Filters + 清除筛选器 + + + Clear Quick Query + 清除快速查询 + + + Clear Recent Connections List + 清除最近连接列表 + + + Clear Selection + 清除选择 + + + Clear Sort + 清除排序 + + + Clear all + 全部清除 + + + Clear all events (keeps session running) + 清除所有事件(保持会话运行) + + + Clear all filters + 清除所有筛选器 + + + Clear all filters and show all events + 清除所有筛选器并显示所有事件 + + + Clear all grouping + 清除所有分组 + + + Clear all sorting + 清除所有排序 + + + Clear cache and refresh token + 清除缓存并刷新令牌 + + + Clear filters + 清除筛选器 + + + Clear from recent connections list + 从最近的连接列表中清除 + + + Clear permissions for all extensions to access your connections + 清除所有扩展访问你的连接的权限 + + + Clear quick filter and all column filters + 清除快速筛选器和所有列筛选器 + + + Clear this Quick Query + 清除此快速查询 + + + Clear token cache + 清除令牌缓存 + + + Click to cancel loading summary + 单击可取消摘要加载 + + + Click to change connection + 单击以更改连接 + + + Click to change database + 单击以更改数据库 + + + Click to connect to a database + 单击以连接到数据库 + + + Click to load summary + 单击以加载摘要 + + + Click to sign into an Azure account + 单击以登录到 Azure 帐户 + + + Client Secret + 客户端密码 + + + Client secret is required. + 客户端密码是必需的。 + + + Close + 关闭 + + + Close Designer + 关闭 Designer + + + Close Find + 关闭查找 + + + Close Script Pane + 关闭脚本窗格 + + + Close Without Export + 关闭而不导出 + + + Close details panel + 关闭详细信息面板 + + + Close existing connections to destination database + 关闭到目标数据库的现有连接 + + + Close properties pane + 关闭属性窗格 + + + Close the current connection + 关闭当前连接 + + + Cloud + + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis - {0} + + + Code analysis rules saved successfully + 已成功保存代码分析规则 + + + Collapse + 折叠 + + + Collapse All + 全部折叠 + + + Collapse Subscription Explorer + 折叠订阅资源管理器 + + + Collapse Workspace Explorer + 折叠工作区管理器 + + + Collapse all groups + 折叠所有组 + + + Collapse connection groups + 折叠连接组 + + + Collapse connections + 折叠连接 + + + Collapse settings + 折叠设置 + + + Collapse {0} + {0} is the category name, e.g. Design + 折叠 {0} + + + Collation + 排序规则 + + + Color + 颜色 + + + Column + + + + Column '{0}' already exists + {0} is the column name + 列“{0}”已存在 + + + Column '{0}' already has a foreign key + {0} is the column name + 列“{0}”已有外键 + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + 列“{0}”不能为 null,因为它是主键 + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + 列“{0}”是标识列,不能包含级联外键 + + + Column '{0}' must be a primary key + {0} is the referenced column + 列“{0}”必须是主键 + + + Column '{0}' not found + {0} is the column name + 找不到列“{0}” + + + Column Name + 列名 + + + Column max length cannot be empty + 列最大长度不能为空 + + + Column name cannot be empty + 列名称不能为空 + + + Column not found: {0} + {0} is the column reference + 找不到列: {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + 已将列引用解析为多个列: {0} + + + Column resize by content + 按内容重设列大小 + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + 列宽必须至少为 {0} 像素。 + + + Columns + + + + Columns in the primary key. + 主键中的列。 + + + Command Timeout + 命令超时 + + + Commands + 命令 + + + Compare + 比较 + + + Compare Azure SQL Database service tiers + 比较 Azure SQL 数据库服务层级 + + + Compare SQL Server editions + 比较 SQL Server 版本 + + + Comparison Details + 比较详细信息 + + + Compatibility Level + 兼容性级别 + + + Compress backup + 压缩备份 + + + Compression + 压缩 + + + Compute + 计算 + + + Compute + Storage + Compute + Storage + + + Config copied to clipboard + 配置已复制到剪贴板 + + + Configuration saved. + 已保存配置。 + + + Configuration sections + 配置节 + + + Configuration to Import + 要导入的配置 + + + Configure Linux containers + 配置 Linux 容器 + + + Configure Quick Query and Extension shortcuts. + 配置快速查询和扩展快捷方式。 + + + Configure Rosetta in Docker Desktop + 在 Docker Desktop 中配置 Rosetta + + + Configure and customize Azure SQL Databases + 配置和自定义 Azure SQL 数据库 + + + Configure and customize SQL Server containers + 配置和自定义 SQL Server 容器 + + + Configure keyboard shortcuts used by the MSSQL extension. + 配置 MSSQL 扩展使用的键盘快捷方式。 + + + Configure the full list of Query Editor shortcuts. + 配置查询编辑器快捷方式的完整列表。 + + + Confirm Password + 确认密码 + + + Confirm SQL Server admin password + 确认 SQL Server 管理员密码 + + + Confirm admin password + 确认管理员密码 + + + Confirm new password + 确认新密码 + + + Confirm to clear recent connections list + 确认要清除最近连接列表 + + + Confirm to remove this profile. + 确认要移除此配置文件。 + + + Conjunction + 连接 + + + Connect + 连接 + + + Connect and manage database connections + 连接和管理数据库连接 + + + Connect the active SQL document to a database + 将活动 SQL 文档连接到数据库 + + + Connect to Database + 连接到数据库 + + + Connect to MSSQL + 连接到 MSSQL + + + Connect to SQL Server + 连接到 SQL Server + + + Connect to Server + 连接到服务器 + + + Connect to a database + 连接到数据库 + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + 连接到服务器 {0} 和数据库 {1}? + + + Connect to server {0}? + {0} is the server name + 连接到服务器 {0}? + + + Connect to {0} + {0} is the name of the connection profile + 连接到 {0} + + + Connect using either Microsoft Entra ID or SQL Authentication. + 使用 Microsoft Entra ID 或 SQL 身份验证进行连接。 + + + Connect using profile {0}? + {0} is the profile ID + 是否使用配置文件 {0} 进行连接? + + + Connect with SQL tools and run your first query + 使用 SQL 工具连接并运行第一个查询 + + + Connect with the current settings and save the connection profile + 使用当前设置连接并保存连接配置文件 + + + Connected successfully + 已成功连接 + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + 对于文档“{1}”,已连接到服务器“{0}”。服务器信息: {2} + + + Connected to {0} + {0} is the connection label + 已连接到 {0} + + + Connected to: + 已连接到: + + + Connecting + 正在连接 + + + Connecting to Container + 正在连接到容器 + + + Connecting to Database + 正在连接到数据库 + + + Connecting to database + 正在连接到数据库 + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + 对于文档“{1}”,正在连接到服务器“{0}”。 + + + Connecting to server {0} + {0} is the server name + 正在连接到服务器 {0} + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + 正在连接到服务器 {0} 和数据库 {1} + + + Connecting to server... + 正在连接服务器... + + + Connecting to your SQL Server Docker container + 正在连接到 SQL Server Docker 容器 + + + Connecting to {0}... + {0} is the server name + 正在连接到 {0}... + + + Connecting to {0}... + {0} is the connection display name + 正在连接到 {0}... + + + Connecting to: + 正在连接至: + + + Connecting using profile {0} + {0} is the profile ID + 正在使用配置文件 {0} 进行连接 + + + Connecting... + 正在连接... + + + Connection + 连接 + + + Connection Authentication + 连接身份验证 + + + Connection Details + 连接详细信息 + + + Connection Dialog + “连接”对话框 + + + Connection Error + 连接错误 + + + Connection Failed + 连接失败 + + + Connection Group + 连接组 + + + Connection Import Warning + 连接导入警告 + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + 无法更新连接配置文件。请在 settings.json 中手动修改连接详细信息,然后重试。 + + + Connection String + 连接字符串 + + + Connection Timeout + 连接超时 + + + Connection Timeout (seconds) + 连接超时(秒) + + + Connection actions + 连接操作 + + + Connection error + 连接错误 + + + Connection error: {0} + {0} is the error message + 连接错误: {0} + + + Connection failed + 连接失败 + + + Connection failed: {0} + {0} is the error message from the connection attempt + 连接失败: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + 已导入具有相同 ID 的连接组: {0} (ID: {1}) + + + Connection groups to import + 要导入的连接组 + + + Connection is not active. Please establish a connection before performing this action. + 连接未处于活动状态。请先建立连接,然后再执行此操作。 + + + Connection not found for uri "{0}". + {0} is the uri + 找不到 URI“{0}”的连接。 + + + Connection profile '{0}' not found. + {0} is the profile ID + 找不到连接配置文件“{0}”。 + + + Connection profile not found. Please create a new connection using the Connection Dialog. + 找不到连接配置文件。请使用“连接”对话框创建新连接。 + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + 已拒绝扩展 ‘{0}’ 的连接共享权限。使用权限管理命令更改此项。 + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + 扩展 ‘{0}’ 需要连接共享权限 + + + Connection string copied to clipboard + 已将连接字符串复制到剪贴板 + + + Connection string is required + 连接字符串是必需的 + + + Connection test succeeded + 连接测试成功 + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + 找不到 ID 为 ‘{0}’ 的连接。请验证连接 ID 是否存在。 + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 已导入具有相同 ID 的连接: {0} (ID: {1}) + + + Connection: {0} + {0} is the task connection label + 连接: {0} + + + Connections in groups that are not selected will be moved under the root. + 未选择的组中的连接将移动到根目录下。 + + + Connections to import + 要导入的连接 + + + Consider adding a name for this foreign key + 请考虑为此外键添加名称 + + + Container Name + 容器名称 + + + Container Settings + 容器设置 + + + Container does not exist. Would you like to remove the connection? + 容器不存在。是否要移除连接? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + 容器无法在超时期限内启动。请稍等几分钟,然后重试。 + + + Container logs + 容器日志 + + + Container name and port are required to check container readiness. + 需要提供容器名称和端口才能检查容器就绪情况。 + + + Container name is invalid or already in use + 容器名称无效或已在使用中 + + + Container name is required + 容器名称为必填项 + + + Container name, port, and config content are required to start the container. + 需要提供容器名称、端口和配置内容才能启动容器。 + + + Containment Type + 包含类型 + + + Contains + 包含 + + + Continue + 继续 + + + Continue Editing + 继续编辑 + + + Continue on error + 出错时继续 + + + Continue using for additional charges + 继续使用将产生额外费用 + + + Control the results grid display + 控制结果网格显示 + + + Copied + 已复制 + + + Copied "{0}" to clipboard + {0} is the object name + 已将“{0}”复制到剪贴板 + + + Copied to clipboard + 已复制到剪贴板 + + + Copilot Changes + Copilot 更改 + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Copilot 更改({0}) + + + Copy + 复制 + + + Copy & Export + 复制和导出 + + + Copy All + 全部复制 + + + Copy As + 复制为 + + + Copy Column Name + 复制列名 + + + Copy Headers + 复制标头 + + + Copy Object Name + 复制对象名称 + + + Copy Script + 复制脚本 + + + Copy Script to Clipboard + 将脚本复制到剪贴板 + + + Copy all cells including column headers + 复制全部单元格(包括列标题) + + + Copy all query result content + 复制所有查询结果内容 + + + Copy all text output for this cell (messages, PRINT, errors) + 复制此单元格的所有文本输出(消息、PRINT、错误) + + + Copy all with headers + 全部复制(包括标头) + + + Copy as CSV + 复制为 csv + + + Copy as IN clause + 复制为 IN 子句 + + + Copy as INSERT + 复制为 INSERT + + + Copy as INSERT INTO + 复制为 INSERT INTO + + + Copy as JSON + 复制为 JSON + + + Copy code and open webpage + 复制代码并打开网页 + + + Copy command to clipboard + 将命令复制到剪贴板 + + + Copy connection string to clipboard + 将连接字符串复制到剪贴板 + + + Copy data and save results to files + 复制数据并将结果保存到文件 + + + Copy link + 复制链接 + + + Copy messages + 复制消息 + + + Copy script + 复制脚本 + + + Copy selected cells including column headers + 复制所选单元格(包括列标题) + + + Copy selected cells to the clipboard + 将所选单元格复制到剪贴板 + + + Copy selection + 复制选择 + + + Copy selection formatted as INSERT statements + 复制格式化为 INSERT 语句的选择 + + + Copy selection formatted as JSON + 复制格式为 JSON 的选择 + + + Copy selection formatted as a SQL IN clause + 复制格式化为 SQL IN 子句的选择 + + + Copy selection formatted as comma-separated values + 复制格式化为逗号分隔值的选择 + + + Copy text data to clipboard + 将文本数据复制到剪贴板 + + + Copy with Headers + 连同标题一起复制 + + + Copy with headers + 带标头复制 + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + 复制 {0} URL + + + Copy-only Backup + 仅复制备份 + + + Copying results... + 正在复制结果... + + + Cost + 成本 + + + Could not connect to database: {0} + {0} is the database name + 无法连接到数据库: {0} + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + 无法检测客户端 IP 地址。请在 Azure 门户中手动添加防火墙规则。 + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + 找不到 {0} ‘{1}’ 的脚本元数据。 + + + Could not load restore plan + 无法加载还原计划 + + + Count + 计数 + + + Count: {0} + {0} is the count + 计数: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + 计数: {0} 非重复计数: {1} Null 计数: {2} + + + Create + 创建 + + + Create Connection Group + 创建连接组 + + + Create Connection Profile + 创建连接配置文件 + + + Create Container + 创建容器 + + + Create Database + 创建数据库 + + + Create Firewall Rule + 创建防火墙规则 + + + Create Local SQL Container + 创建本地 SQL 容器 + + + Create New + 新建 + + + Create New Connection Group + 创建新连接组 + + + Create New Resource Group + 创建新资源组 + + + Create New Server + 创建新服务器 + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + 从 Visual Studio Code 中的可视界面为 SQL 数据库表创建 REST、GraphQL 和 MCP 终结点。配置实体、权限和部署设置 , 然后使用 Docker 在本地部署。 + + + Create a Local Docker SQL Server + 创建本地 Docker SQL Server + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + 在数秒内创建 SQL Server 容器 - 无需任何手动步骤。无需离开 VS Code 即可从 MSSQL 扩展轻松管理它。 + + + Create a SQL database in Fabric + 在 Fabric 中创建 SQL 数据库 + + + Create a new connection profile + 创建新的连接配置文件 + + + Create a new database on '{0}'. + {0} is the name of the server + 在 "{0}" 上创建新数据库。 + + + Create a new firewall rule + 创建新的防火墙策略 + + + Create a new profiling session + 创建新的分析会话 + + + Create an Azure SQL Database (Preview) + 创建 Azure SQL 数据库(预览版) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + 创建和管理常用查询以及查询编辑器和结果网格操作的键盘快捷方式,以发现可用命令并更高效地执行它们。 + + + Create as Script + 创建为脚本 + + + Create new + 新建 + + + Create new connection copied from {0} + {0} is the name of the connection profile + 创建从 {0} 复制的新连接 + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + 为 {0} 创建新的防火墙规则 + + + Created table {0} + {0} is the qualified table name + 已创建表 {0} + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + 创建适用于此存储过程的专用 MCP 工具。禁用后,如果启用了 MCP,则仍可通过泛型 MCP 执行工具使用该过程。 + + + Creating Container + 正在创建容器 + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + 正在为工作区 {0} 创建 SQL 数据库 + + + Creating SQL Server container... + 正在创建 SQL Server 容器... + + + Creating and starting the container + 正在创建并启动容器 + + + Creating and starting your SQL Server container + 正在创建和启动 SQL Server 容器 + + + Creating database + 正在创建数据库 + + + Creating resource group... + 正在创建资源组... + + + Creating server... + 正在创建服务器... + + + Creating session... + 正在创建会话... + + + Creating workspace with capacity {0} + {0} is the capacity ID + 正在创建具有容量 {0} 的工作区 + + + Creating... + 正在创建... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + 凭据错误: 尝试刷新帐户凭据时出错。请重新进行身份验证。 + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + 凭据错误: 尝试刷新帐户凭据时出错。请重新进行身份验证。错误: {0} + + + Current Schema: {0}, Select the new schema: + 当前架构: {0},选择新架构: + + + Currently signed in as: + 当前登录身份: + + + Custom GraphQL Plural Type + 自定义 GraphQL 复数类型 + + + Custom GraphQL Singular Type + 自定义 GraphQL 单数类型 + + + Custom GraphQL Type + 自定义 GraphQL 类型 + + + Custom REST Path + 自定义 REST 路径 + + + Custom Zoom + 自定义显示比例 + + + Customize keyboard shortcuts + 自定义键盘快捷方式 + + + DAB container failed to become ready within the timeout period. + DAB 容器未能在超时期限内准备就绪。 + + + DAB container is running! + DAB 容器正在运行! + + + DAB container logs + DAB 容器日志 + + + DACPAC deployed successfully + DACPAC 已成功部署 + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + DACPAC 已成功部署到数据库 "{0}" + + + DACPAC extracted successfully + DACPAC 已成功提取 + + + DACPAC extracted successfully to '{0}' + {0} is the file path + DACPAC 已成功提取到 "{0}" + + + DACPAC path not found. Please build the project first. + 找不到 DACPAC 路径。请先生成项目。 + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + DacFx 服务不可用。已加载配置文件,但未使用部署选项。无法执行发布和生成脚本操作。 + + + DacFx service is not available. Publish and generate script operations cannot be performed. + DacFx 服务不可用。无法执行发布和生成脚本操作。 + + + Data API builder + 数据 API 生成器 + + + Data API builder Configuration + 数据 API 生成器配置 + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + 数据 API 生成器已打开。继续 {0} 操作({1}/{2})。 + + + Data API builder with GitHub Copilot + 使用 GitHub Copilot 的数据 API生成器 + + + Data Source + 数据源 + + + Data Type + 数据类型 + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + 数据通过 SQL 分析终结点实时自动复制到 OneLake。 + + + Data file folder + 数据文件文件夹 + + + Data type + 数据类型 + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + 数据类型不匹配: 列“{1}”中的“{0}”与“{3}”中的“{2}”不兼容 + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + 数据层应用程序 (DACPAC/BACPAC) 导入和导出 + + + Data-tier Application + 数据层应用程序 + + + Data-tier Application File (.dacpac) + 数据层应用程序文件(.dacpac) + + + Database + 数据库 + + + Database - {0} + {0} is the database name + 数据库 - {0} + + + Database Description + 数据库说明 + + + Database Details + 数据库详细信息 + + + Database Name + 数据库名称 + + + Database Name is required + 数据库名称是必需的 + + + Database Project + 数据库项目 + + + Database changed successfully + 已成功更改数据库 + + + Database is required + 数据库是必需的 + + + Database list + 数据库列表 + + + Database name + 数据库名称 + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + 数据库名称包含无效字符。避免使用: < > * ?" / \ | + + + Database name is required + 数据库名是必填项 + + + Database name is too long. Maximum length is 128 characters + 数据库名称太长。最大长度为 128 个字符 + + + Database name must be 128 characters or fewer + 数据库名称不得超过 128 个字符 + + + Database not found on the server + 在服务器上找不到数据库 + + + Database pauses until the next billing cycle when free amount is renewed. + 续订免费金额后,数据库将暂停到下一个计费周期。 + + + Database the table is created in + 创建表的数据库 + + + Default + 默认 + + + Default Value + 默认值 + + + Define who can access this endpoint + 定义谁可以访问此终结点 + + + Define who can execute this stored procedure + 定义可以执行此存储过程的人员 + + + Definition + 定义 + + + Definition type + 定义类型 + + + DefinitionRequestCompleted + DefinitionRequestCompleted + + + DefinitionRequested + DefinitionRequested + + + Delete + 删除 + + + Delete 1 row + 删除 1 行 + + + Delete Confirmation + 删除确认 + + + Delete Contents + 删除内容 + + + Delete Row + 删除行 + + + Delete backup and restore history + 删除备份和还原历史记录 + + + Delete saved connection + 删除保存的连接 + + + Delete {0} rows + 删除 {0} 行 + + + Deleted + 已删除 + + + Deleted column '{0}' + {0} is the column name + 已删除列 ‘{0}’ + + + Deleted foreign key '{0}' + {0} is the foreign key name + 已删除外键 ‘{0}’ + + + Deleted table {0} + {0} is the qualified table name + 已删除表 {0} + + + Deleting Container... + 正在删除容器... + + + Deny + 拒绝 + + + Deploy + 部署 + + + Deploy DAB Container + 部署 DAB 容器 + + + Deploy a .dacpac file to a new or existing SQL database + 将 .dacpac 文件部署到新的或现有的 SQL 数据库 + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + 使用 MSSQL 扩展中的集成简化工作流,部署和提取 .dacpac 文件,或导入/导出 .bacpac 包。 + + + Deploy to Existing Database + 部署到现有数据库 + + + Deploy, extract, import, or export data-tier applications on the selected database + 在所选数据库上部署、提取、导入或导出数据层应用程序 + + + Deploying DACPAC... + 正在部署 DACPAC... + + + Deployment Complete + 部署完成 + + + Deployment Failed + 部署失败 + + + Deployment Name + 部署名称 + + + Deployment failed + 部署失败 + + + Deployment finished + 已完成部署 + + + Deployment in progress + 正在部署 + + + Description + 描述 + + + Description for the table. + 表的说明。 + + + Description: {0} + {0} is the task description + 描述: {0} + + + Deselect All + 取消全选 + + + Design API + 设计 API + + + Design Schemas with GitHub Copilot + 使用 GitHub Copilot 设计架构 + + + Details + 详细信息 + + + Details panel actions + 详细信息面板操作 + + + Details panel tabs + 详细信息面板选项卡 + + + Details tab - displays all event properties + “详细信息”选项卡 - 显示所有事件属性 + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + 使用 Azure SQL 数据库引擎的开发人员友好事务数据库 - 可免费用于原型制作和学习。 + + + Developer-friendly transactional database using the Azure SQL Database Engine. + 开发人员友好的事务性数据库,采用了 Azure SQL 数据库引擎。 + + + Differential + 差异 + + + Directory not found + 找不到目录 + + + Disable all entities + 禁用所有实体 + + + Disable intellisense and syntax error checking on current document + 在当前文档中禁用 Intellisense 和语法错误检查 + + + Disabled + 已禁用 + + + Disabled globally + 已全局禁用 + + + Discard + 放弃 + + + Disconnect + 断开连接 + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 是否与连接 ‘{0}’ (ID: {1})断开连接? + + + Disconnect the active SQL document from the database + 断开活动 SQL 文档与数据库的连接 + + + Disconnected on document "{0}" + {0} is the document name + 已断开文档“{0}”的连接 + + + Disconnected successfully + 已成功断开连接 + + + Disconnected. + 已断开连接。 + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在断开与连接 ‘{0}’ (ID: {1})的连接 + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + 了解 Fabric、Azure SQL 和 SQL Server 中的 SQL 数据库如何重新定义新式应用开发。与工程师和同行一起努力,突破性能、AI 集成和开发人员工作效率的极限。 + + + Dismiss + 关闭 + + + Displays the data type name for the column + 显示列的数据类型名称 + + + Displays the description of the column + 显示列的说明 + + + Displays the unified data type (including length, scale and precision) for the column + 显示列的统一数据类型(包括长度、小数位数和精准率) + + + Dissatisfied + 不满意 + + + Distinct + 非重复 + + + Distinct Count: {0} + {0} is the distinct count + 非重复计数: {0} + + + Do not compress backup + 不压缩备份 + + + Do not connect + 不连接 + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + 介意参加一份有关 VS Code MSSQL 扩展的快速反馈调查吗? + + + Do you want to always display query results in a new tab instead of the query pane? + 是否要始终在新选项卡而不是查询窗格中显示查询结果? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + 是否要在此连接上启用“信任服务器证书”并重试? + + + Docker Desktop must be installed and running on your machine. + 必须在计算机上安装并运行 Docker Desktop。 + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + Docker 未能在超时期限内启动。请手动启动 Docker,然后重试。 + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + 未安装 Docker 或 Docker 不在 PATH 中。请安装 Docker 桌面,然后重试。 + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Docker 需要根权限才能运行。请使用 sudo 运行 Docker,或使用 sudo usermod -aG docker $USER 将用户添加到 docker 组。然后重新启动计算机并重试。 + + + Don't Save + 不保存 + + + Don't Show Again + 不再显示 + + + Don't show this again + 不再显示此消息 + + + Download offline VSIX + 下载脱机 VSIX + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + 下载键位映射扩展,以自动从 Azure Data Studio 导入键位映射。这些更改会显示在你的键盘快捷方式偏好设置中。 + + + Downloading the Data API builder container image + 正在下载数据 API 生成器容器映像 + + + Drizzle + Drizzle + + + Drop + 删除 + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + 从 "{1}" 中删除 "{0}"。此操作无法撤消。 + + + Drop Database + 删除数据库 + + + Drop Database Options + 删除数据库选项 + + + Drop active connections + 删除活动连接 + + + Dropping database + 正在丢弃数据库 + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + 无需离开 VS Code 扩展,即可轻松设置本地 SQL Server。只需单击几下即可轻松安装、配置和管理服务器! + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + 借助 Azure SQL 数据库免费层轻松入手,可直接通过编辑器创建并连接到数据库,而无需任何费用。 + + + Edit Connection Group - {0} + {0} is the connection group name + 编辑连接组 - {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + 编辑连接组: {0} + + + Edit Data + 编辑数据 + + + Edit Database Connection - {0} + {0} is the name of the connection profile + 编辑数据库连接 - {0} + + + Edit Table + 编辑表 + + + Edit an existing connection profile + 编辑现有连接配置文件 + + + Edit connection profile + 编辑连接配置文件 + + + Edit your schema to see changes here. + 编辑架构以在此处查看更改。 + + + Edit {0} + {0} is the name of the connection profile + 编辑 {0} + + + Either profileId or serverName must be provided. + 必须提供 profileId 或 serverName。 + + + Elapsed time: {0} + {0} is the task elapsed time + 已用时间: {0} + + + Enable 'Trust Server Certificate' + 启用“信任服务器证书” + + + Enable Code Analysis on Build + 生成时启用 Code Analysis + + + Enable GraphQL in API Type to expose this entity through GraphQL. + 在 API 类型中启用 GraphQL 以通过 GraphQL 公开此实体。 + + + Enable MCP in API Type to use this DML tools setting. + 在 API 类型中启用 MCP 以使用此 DML 工具设置。 + + + Enable MCP in API Type to use this custom tool setting. + 在 API 类型中启用 MCP 以使用此自定义工具设置。 + + + Enable REST in API Type to expose this entity through REST. + 在 API 类型中启用 REST 以通过 REST 公开此实体。 + + + Enable Trust Server Certificate + 启用“信任服务器证书” + + + Enable all CRUD operations + 启用所有 CRUD 操作 + + + Enable all entities + 启用所有实体 + + + Enable all rules in {0} + {0} is the category name, e.g. Design + 启用 {0} 中的所有规则 + + + Enable or disable SQLCMD mode for the active SQL document + 为活动 SQL 文档启用或禁用 SQLCMD 模式 + + + Enable {0} + {0} is the entity name + 启用 {0} + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + 启用 {0} + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + 全局启用 {0} + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + 在 API 类型中启用 {0} 以公开此实体。 + + + Enabled + 已启用 + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + 遇到问题? 通过打开 GitHub 问题与我们共享详细信息,以便我们可以改进! + + + Encrypt + 加密 + + + Encryption + 加密 + + + Encryption Algorithm + 加密算法 + + + Encryption Type + 加密类型 + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + 已在此连接上启用加密;请查看目标 SQL Server 的 SSL 和证书配置,或在连接对话框中启用“信任服务器证书”。 + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + 已在此连接上启用加密; 请查看目标 SQL Server 的 SSL 和证书配置,或将“信任服务器证书”设置为 "true"。注意: 自签名证书仅提供有限的保护,不建议用于生产环境。 + + + End IP Address + 结束 IP 地址 + + + Ends With + 结尾为 + + + Ends with + 结尾为 + + + Engine: {0} + {0} is the engine type + 引擎:: {0} + + + Ensuring Docker Desktop is running + 确保 Docker Desktop 正在运行 + + + Enter Database Description + 输入数据库说明 + + + Enter Database Name + 输入数据库名称 + + + Enter a date... + 输入日期... + + + Enter a name for the new profiler session + 为新配置文件会话输入名称 + + + Enter a name for the new resource group + 请输入新资源组的名称 + + + Enter a name for the new server + 输入新服务器的名称 + + + Enter a number... + 输入数字... + + + Enter admin password + 输入管理员密码 + + + Enter admin username + 输入管理员用户名 + + + Enter application name + 输入应用程序名称 + + + Enter connection group name + 输入连接组名称 + + + Enter container name + 输入容器名称 + + + Enter database name + 输入数据库名称 + + + Enter description (optional) + 输入描述(可选) + + + Enter desired column width in pixels + 输入所需的列宽(像素) + + + Enter hostname + 输入主机名 + + + Enter new column width + 输入新列宽 + + + Enter new database name + 输入新数据库名 + + + Enter new password + 输入新密码 + + + Enter password + 输入密码 + + + Enter port + 输入端口 + + + Enter profile name + 输入配置文件名称 + + + Enter resource group name + 输入资源组名 + + + Enter server name + 输入服务器名称 + + + Enter text... + 输入文本... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + 输入用户“{0}”的 SQL 登录密码。 + + + Enter the path for the output file + 输入输出文件的路径 + + + Enter user name + 输入用户名 + + + Enter username + 输入用户名 + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + 数据 API生成器不支持实体“{0}”。{1} + + + Entity Endpoints + 实体终结点 + + + Entity Name + 实体名称 + + + Entity name used in API routes + API 路由中使用的实体名称 + + + Entity not found: {0} + {0} is the entity reference + 找不到实体: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + 已解析为多个实体的实体引用: {0} + + + Entra token cache cleared successfully. + 已成功清除 Entra 令牌缓存。 + + + Equal to + 等于 + + + Equals + 等于 + + + Error + 错误 + + + Error Message: + 错误消息: + + + Error code: + 错误代码: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + 连接到服务器“{0}”时出错。详细信息: {1} + + + Error connecting to: + 连接到此处时出错: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + 创建防火墙规则 {0} 时出错。 请检查 Azure 帐户设置,然后重试。 错误: {1} + + + Error fetching schemas for the selected database. + 提取所选数据库的架构时出错。 + + + Error fetching the table preview. + 提取表预览时出错。 + + + Error generating text view. Please try switching back to grid view. + 生成文本视图时出错。请尝试切换回网格视图。 + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + 加载租户 ID '{0}' 的 Azure 帐户信息时出错 + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + 为订阅 {0} ({1}) 加载 Azure 数据库时出错。确认您具有权限。 + + + Error loading Azure subscriptions. + 加载 Azure 订阅时出错。 + + + Error loading Schema Designer + 加载架构设计器时出错 + + + Error loading Table Designer + 加载表设计器时出错 + + + Error loading database objects + 加载数据库对象时出错 + + + Error loading databases + 加载数据库时出错 + + + Error loading preview + 加载预览时出错 + + + Error loading servers + 加载服务器时发生错误 + + + Error loading subscriptions + 加载订阅时出错 + + + Error loading summary + 加载摘要时出错 + + + Error loading summary: {0} + {0} is the error message + 加载摘要时出错: {0} + + + Error loading workspaces + 加载工作区时出错 + + + Error loading workspaces. Please try choosing a different account or tenant. + 加载工作区时出错。请尝试选择其他帐户或租户。 + + + Error loading; refresh to try again + 加载时出错;请刷新以重试 + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + 将连接 ID {0} 迁移到新格式时出错。 请重新创建此连接以使用它。 +错误: +{1} + + + Error occurred opening content in editor. + 在编辑器中打开內容时发生错误。 + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + 刷新令牌时出错;可能需要退出并重新登录: {0} + + + Error retrieving server list: {0} + {0} is the error message + 检索服务器列表时出错: {0} + + + Error running Docker commands. Please make sure Docker is running. + 运行 Docker 命令时出错。请确保 Docker 正在运行。 + + + Error signing into Azure: {0} + {0} is the error message + 登录到 Azure 时出错: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + 验证 Entra 身份验证令牌时出错;可能需要刷新令牌: {0} + + + Error when refreshing token + 刷新令牌时出错 + + + Error {0}: {1} + {0} is the error number +{1} is the error message + 错误 {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + 错误 {0}: {1} 请以其他用户身份登录并使用 ALTER LOGIN 更改密码。 + + + Error: + 错误: + + + Error: Failed to parse query result data. + 错误: 未能分析查询结果数据。 + + + Error: Login failed. Retry using different credentials? + 错误: 登录失败。使用不同的凭据再试一次? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + 错误: 无法使用所提供的连接信息进行连接。是否重试创建配置文件? + + + Error: Unrecognized query result data. + 错误: 无法识别查询结果数据。 + + + Error: {0} + {0} is the error message + 错误: {0} + + + Estimated Operator Cost + 估计运算符成本 + + + Estimated Subtree Cost + 估计子树成本 + + + Event details for {0} + {0} is the name of the profiler event + {0} 的事件详细信息 + + + Event properties list + 事件属性列表 + + + Example: Find queries with {0} > 100 + {0} is the column name + 示例: 查找 {0} > 100 的查询 + + + Excel + Excel + + + Exclude Object Types + 排除对象类型 + + + Execute + 执行 + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + 是否对数据 API 生成器执行“{0}”操作? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + 是否在架构设计器上执行 '{0}' 操作? + + + Execute Query + 执行查询 + + + Execute SQL against SQL Server / Azure SQL + 对 SQL Server / Azure SQL 执行 SQL + + + Execute Selection or Current Statement + 执行所选内容或当前语句 + + + Execute only the T-SQL statement under the cursor + 仅执行光标下的 T-SQL 语句 + + + Executing '{0}' operation on Data API builder + {0} is the operation name + 正在对数据 API 生成器执行“{0}”操作 + + + Executing '{0}' operation on schema designer + {0} is the operation name + 正在架构设计器上执行 '{0}' 操作 + + + Executing query... + 正在执行查询... + + + Execution Plan + 执行计划 + + + Execution cancelled + 已取消执行 + + + Execution time unavailable + 执行时间不可用 + + + Existing Database + 现有数据库 + + + Existing File + 现有文件 + + + Existing SQL Server + 现有 SQL Server + + + Expand + 展开 + + + Expand All + 全部展开 + + + Expand Subscription Explorer + 展开订阅资源管理器 + + + Expand Workspace Explorer + 展开工作区管理器 + + + Expand all groups + 展开所有组 + + + Expand connection groups + 展开连接组 + + + Expand connections + 展开连接 + + + Expand properties pane + 展开属性窗格 + + + Expand selection down + 向下扩展选择 + + + Expand selection left + 向左扩展选择 + + + Expand selection right + 向右扩展选择 + + + Expand selection up + 向上扩展选择 + + + Expand settings + 展开设置 + + + Expand the active grid to fill the panel + 展开活动网格以填充面板 + + + Expand {0} + {0} is the category name, e.g. Design + 展开 {0} + + + Expiration + 过期 + + + Explore tutorials, docs, and what's coming next. + 浏览教程、文档以及即将推出的功能。 + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + 使用智能、代码优先或数据优先指南探索、设计和改进数据库架构 + + + Explorer + 资源管理器 + + + Export + 导出 + + + Export & Close + 导出和关闭 + + + Export BACPAC + 导出 BACPAC + + + Export all captured events to a CSV file + 将所有捕获的事件导出到 CSV 文件 + + + Export all results as INSERT statements + 将所有结果导出为 INSERT 语句 + + + Export all results to a CSV file + 将所有结果导出到 CSV 文件 + + + Export all results to a JSON file + 将所有结果导出到 JSON 文件 + + + Export all results to an Excel file + 将所有结果导出到 Excel 文件 + + + Export the schema and data from a SQL database to a .bacpac file + 将架构和数据从 SQL 数据库导出到 .bacpac 文件 + + + Export to CSV + 导出到 CSV + + + Export to Excel + 导出到 Excel + + + Export to JSON + 导出到 JSON + + + Export to PDF + 导出为 PDF + + + Export to tab delimited + 导出为制表符分隔格式 + + + Export to text format + 导出为文本格式 + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + 结果集 {0} 的导出工具栏 + + + Exporting BACPAC... + 正在导出 BACPAC... + + + Expose as MCP DML tools + 公开为 MCP DML 工具 + + + Expose as MCP custom tool + 公开为 MCP 自定义工具 + + + Expose this entity through GraphQL + 通过 GraphQL 公开此实体 + + + Expose this entity through REST + 通过 REST 公开此实体 + + + Expose {0} + {0} is the backing database column name + 公开 {0} + + + Expression + 表达式 + + + Extend the current selection one cell down + 将当前选择向下扩展一个单元格 + + + Extend the current selection one cell left + 将当前选择向左扩展一个单元格 + + + Extend the current selection one cell right + 将当前选择向右扩展一个单元格 + + + Extend the current selection one cell up + 将当前选择向上扩展一个单元格 + + + Extended Events Log Files + 扩展事件日志文件 + + + Extension Shortcuts + 扩展快捷方式 + + + Extension and deployment actions + 扩展和部署操作 + + + Extract DACPAC + 提取 DACPAC + + + Extract the schema from a SQL database to a .dacpac file + 将架构从 SQL 数据库提取到 .dacpac 文件 + + + Extracting DACPAC... + 正在提取 DACPAC... + + + Extremely likely + 很有可能 + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + 出现 Fabric API 错误({0}): {1} + + + Fabric Account + Fabric 帐户 + + + Fabric Account is required + Fabric 帐户是必需的 + + + Fabric Databases + Fabric 数据库 + + + Fabric Workspaces + Fabric 工作区 + + + Fabric databases in Query Profiler + 查询探查器中的 Fabric 数据库 + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + 当前云({0})不支持 Fabric。 确保正确配置设置 ‘{1}’。 + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + 长期存在的 Fabric API 错误,错误代码为 {0}: {1} + + + Failed + 失败 + + + Failed disposing query: {0} + {0} is the error message + 未能释放查询: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + 未能获取帐户“{0}”和租户“{1}”的令牌 + + + Failed to add table to schema designer. + 未能将表添加到架构设计器。 + + + Failed to add table. + 未能添加表。 + + + Failed to add text to workspace: {0} + {0} is the error message + 未能将文本添加到工作区: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + 无法应用更改:“{0}” + + + Failed to apply schema. + 未能应用架构。 + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + 未能应用“移动到架构”更改。检查文件是否可写,然后重试。 + + + Failed to change database + 未能更改数据库 + + + Failed to connect + 未能建立连接 + + + Failed to connect to database: {0} + {0} is the database name + 未能连接到数据库: {0} + + + Failed to connect to server + 未能连接到服务器 + + + Failed to connect to server. + 无法连接到服务器。 + + + Failed to connect to the selected server. + 未能连接到所选服务器。 + + + Failed to connect: {0} + {0} is the error message + 连接失败: {0} + + + Failed to copy script: {0} + {0} is the error message + 未能复制脚本: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + 未能将文本复制到剪贴板: {0} + + + Failed to create a new row: {0} + {0} is the error message + 未能创建新行: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + 未能创建数据库 "{0}"。{1} + + + Failed to create firewall rule: {0} + {0} is the error message + 未能创建防火墙规则: {0} + + + Failed to create profiler session: {0} + {0} is the error message + 创建探查器会话失败: {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + 无法删除 ID 为 {0} 的凭据。{1} + + + Failed to delete table from schema designer. + 未能从架构设计器中删除表。 + + + Failed to delete table. + 未能删除表。 + + + Failed to delete {0}. + Failed to delete {0}. + 无法删除 {0}。 + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + 未能删除数据库 "{0}"。{1} + + + Failed to establish connection + 未能建立连接 + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + 未能建立 ID 为 ‘{0}’ 的连接。请检查连接详细信息和网络连接性。 + + + Failed to export profiler events: {0} + {0} is the error message + 未能导出探查器事件: {0} + + + Failed to export results: {0} + {0} is the error message + 无法导出结果: {0} + + + Failed to fetch Docker container tags: {0} + 未能提取 Docker 容器标记: {0} + + + Failed to fetch user tokens. + 无法提取用户令牌。 + + + Failed to generate SqlPackage command: {0} + 无法生成 SqlPackage 命令: {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + 无法生成发布脚本:“{0}” + + + Failed to generate script. Please check the logs for more details. + 无法生成脚本。有关更多详细信息,请查看日志。 + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + 无法生成脚本:“{0}” + + + Failed to generate script: {0} + {0} is the error message + 无法生成脚本: {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + 未能获取租户“{0}({1})”的 Fabric 工作区。 + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + 未能获取租户 ‘{0} ({1})’ 的 Fabric 工作区: {2} + + + Failed to get authentication method, please remove and re-add the account. + 无法获取身份验证方法,请移除帐户并重新添加。 + + + Failed to get connection string: {0} + 无法获取连接字符串: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + 无法获取帐户“{1}”的租户 {0}。 + + + Failed to import file. + 未能导入文件。 + + + Failed to launch profiler: {0} + {0} is the error message + 启动探查器失败: {0} + + + Failed to list databases + 未能列出数据库 + + + Failed to load code analysis rules + 未能加载代码分析规则 + + + Failed to load data: {0} + {0} is the error message + 未能加载数据: {0} + + + Failed to load databases + 未能加载数据库 + + + Failed to load publish profile + 未能加载发布配置文件 + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + 未能获取资源“{1}”的令牌。 错误: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + 未能打开“编辑数据”: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + 未能打开修改表: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + 未能打开架构设计器: {0} + + + Failed to open Table Designer: {0} + {0} is the error message + 未能打开表设计器: {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + 未能打开 URL。内置的简单浏览器可能被禁用。 + + + Failed to open XEL file: {0} + {0} is the error message + 未能打开 XEL 文件: {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + 无法打开 scmp 文件:“{0}” + + + Failed to open script in editor. + 无法在编辑器中打开脚本。 + + + Failed to open script: {0} + {0} is the error message + 无法打开脚本: {0} + + + Failed to open text in editor: {0} + {0} is the error message + 未能在编辑器中打开文本: {0} + + + Failed to pull DAB container image. Please check your network connection. + 未能拉取 DAB 容器映像。请检查网络连接。 + + + Failed to pull SQL Server image. Please check your network connection and try again. + 未能拉取 SQL Server 映像。请检查网络连接,然后重试。 + + + Failed to read saved rule overrides from project + 无法从项目中读取保存的规则替代项 + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + 无法刷新 URI {1} 的连接 ${0},无效的连接结果。 + + + Failed to remove row: {0} + {0} is the error message + 无法移除行: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + 未能将数据库 "{0}" 重命名为 "{1}"。{2} + + + Failed to resolve the refactor log for this file: {0} + 未能解析此文件的重构日志: {0} + + + Failed to revert cell: {0} + {0} is the error message + 无法还原单元格: {0} + + + Failed to revert row: {0} + {0} is the error message + 无法还原行: {0} + + + Failed to run table query. + 未能运行表查询。 + + + Failed to run table query: {0} + {0} is the error message + 未能运行表查询: {0} + + + Failed to save changes: {0} + {0} is the error message + 未能保存更改: {0} + + + Failed to save code analysis rules + 未能保存代码分析规则 + + + Failed to save publish profile + 未能保存发布配置文件 + + + Failed to save results. {0} + {0} is the error message + 未能保存结果。{0} + + + Failed to save results: {0} + {0} is the underlying error message + 未能保存结果: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + 未能保存 scmp 文件:“{0}” + + + Failed to script object: {0} + {0} is the error message + 未能为对象编写脚本: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + 未能启动“{0}”: {1} + + + Failed to start DAB container. + 未能启动 DAB 容器。 + + + Failed to start DAB container. Please check the Docker logs for details. + 未能启动 DAB 容器。有关详细信息,请查看 Docker 日志。 + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + 未能启动 SQL Server 容器。请查看错误消息以了解更多详细信息,然后重试。 + + + Failed to start profiler: {0} + {0} is the error message + 无法启动探查器: {0} + + + Failed to start query. + 无法启动查询。 + + + Failed to start {0}. + Failed to start {0}. + 未能启动 {0}。 + + + Failed to stop and remove DAB container. + 未能停止并移除 DAB 容器。 + + + Failed to stop {0}. + Failed to stop {0}. + 未能停止 {0}。 + + + Failed to update cell: {0} + {0} is the error message + 无法更新单元格: {0} + + + Failed to update schema designer. + 未能更新架构设计器。 + + + Failed to update table in schema designer. + 未能更新架构设计器中的表。 + + + Failed to update table. + 未能更新表。 + + + Feedback + 反馈 + + + Fetching {0} script... + {0} is the script type + 正在提取 {0} 脚本... + + + File + 文件 + + + File (Read-Only) + 文件(只读) + + + File Name + 文件名 + + + File already exists. It will be overwritten if you continue + 文件已存在。如果继续,它将被覆盖 + + + File imported successfully + 已成功导入文件 + + + File is required + 文件是必需的 + + + File name is required + 文件名是必需的 + + + File not found + 未找到文件 + + + File path + 文件路径 + + + File path is required + 必须提供文件路径 + + + File to be imported + 要导入的文件 + + + File type + 文件类型 + + + File: {0} + {0} is the file name + 文件: {0} + + + Files + 文件 + + + Files of Type + 类型文件 + + + Filter + 筛选器 + + + Filter ({0}) + {0} is the number of selected tables + 筛选器({0}) + + + Filter Azure subscriptions + 筛选 Azure 订阅 + + + Filter Changes + 筛选更改 + + + Filter Options + 筛选器选项 + + + Filter Settings + 筛选器设置 + + + Filter active + 筛选器处于活动状态 + + + Filter by keyword + 按关键字筛选 + + + Filter by name + 按名称筛选 + + + Filter by schema + 按架构筛选 + + + Filter by severity + 按严重性筛选 + + + Filter by type + 按类型筛选 + + + Filter changes + 筛选更改 + + + Filter entities + 筛选实体 + + + Filter entities... + 筛选实体... + + + Filter events by column values + 按列值筛选事件 + + + Filter for any field... + 筛选任何字段... + + + Filter operator + 筛选器运算符 + + + Filter shortcuts + 筛选器快捷方式 + + + Filter value + 筛选值 + + + Filter {0} + 筛选 {0} + + + Filter... + 筛选... + + + Filter: {0} + {0} is the column name + 筛选器: {0} + + + Filters + 筛选器 + + + Find + 查找 + + + Find Next + 查找下一个 + + + Find Node + 查找节点 + + + Find Nodes + 查找节点 + + + Find Previous + 查找上一个 + + + Finish + 完成 + + + Finished Deployment + 已完成部署 + + + Finished query execution for document "{0}" + {0} is the document name + 对文档“{0}”的查询已完成 + + + Firewall + 防火墙 + + + Firewall rule name + 防火墙规则名称 + + + Firewall rule successfully added. Retry profile creation? + 已成功添加防火墙规则。是否重试创建配置文件? + + + Firewall rule successfully created. + 已成功创建防火墙规则。 + + + First Page + 第一页 + + + Flat + 平面 + + + Focus the Messages tab + 聚焦“消息”选项卡 + + + Focus the Query Plan tab + 聚焦“查询计划”选项卡 + + + Focus the Results tab in the query results panel + 聚焦查询结果面板中的“结果”选项卡 + + + Folder Path + 文件夹路径 + + + Folder Structure + 文件夹结构 + + + Folder is required + 文件夹是必需的 + + + Folder path + 文件夹路径 + + + Folder path is required + 必须提供文件夹路径 + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + 对于数值数据,可以存储在此数据库对象中的小数点右侧的最大小数位数。 + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + 对于数值数据,可以存储在此数据库对象中的最大小数位数。 + + + Force fit columns + 强制调整列 + + + Foreign Column + 外列 + + + Foreign Key + 外键 + + + Foreign Key {0} + {0} is the index of the foreign key + 外键 {0} + + + Foreign Keys + 外键 + + + Foreign Table + 外表 + + + Foreign key '{0}' already exists + {0} is the foreign key name + 外键“{0}”已存在 + + + Foreign key column mappings are required. + 外键列映射是必需的。 + + + Foreign key column mappings must be the same length. + 外键列映射的长度必须相同。 + + + Foreign keys + 外键 + + + Formula + 公式 + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + 发现 URI {0} 的挂起的重新连接承诺,已失败。 + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + 找到 URI {0} 的挂起的重新连接承诺,正在等待。 + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + 找到 {0} 个已保存的连接配置文件。 + + + Free compute & storage + 免费计算 + 存储 + + + Free offer applied + 已应用免费套餐 + + + Freeze columns + 冻结列 + + + From + Label for the start IP address in the firewall rule IP range + + + + Full + 完整 + + + Function + 函数 + + + Functions + 函数 + + + General + 常规 + + + General Options + 常规选项 + + + General Purpose + 常规用途 + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + 通过 GitHub Copilot 聊天和代理工具使用自然语言生成数据 API生成器配置。描述 API 要求,并让 GitHub Copilot 为你搭建配置基架。 + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + 根据 SQL 数据库对象(表)生成 REST、GraphQL 和 MCP 终结点。可以手动或通过 GitHub Copilot 修改配置,以计划和生成更新,然后使用 Docker 在本地部署。 + + + Generate Script + 生成脚本 + + + Generate mock data and seed scripts to support testing and development environments + 生成模拟数据和种子脚本以支持测试和开发环境 + + + Generate script to deploy changes to target + 生成脚本以将更改部署到目标 + + + Generate sqlpackage command + 生成 sqlpackage 命令 + + + Generated file added to {0} + {0} is the generated file path + 生成的文件已添加到 {0} + + + Generating Report. This may take a while... + 正在生成报表。这可能需要一些时间... + + + Generating SAS key failed: {0} + {0} is the error message + 生成 SAS 密钥失败: {0} + + + Generating report, this might take a while... + 正在生成报表,这可能需要一段时间... + + + Generating script... + 正在生成脚本... + + + Geo-redundant backup storage + 异地冗余备份存储 + + + Get Connection Details + 获取连接详细信息 + + + Get Started + 开始使用 + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 获取连接 ‘{0}’ (ID: {1})的连接详细信息? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + 获取与安全相关的建议,例如避免 SQL 注入或权限过多 + + + Getting Docker Ready... + 正在准备 Docker... + + + Getting Fabric database '{0}' + {0} is the database ID + 正在获取 Fabric 数据库 {0} + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + 正在获取 Fabric 工作区 {0} + + + Getting Started + 开始使用 + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在获取连接 ‘{0}’ (ID: {1})的连接详细信息 + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + 正在获取工作区 {1} 中 SQL 终结点 {0} 的连接字符串 + + + Getting container ready for connections + 正在准备容器以进行连接 + + + Getting definition ... + 正在获取定义... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot - VS Code 演练 + + + GitHub Copilot integration in Data API builder + 数据 API 生成器中的 GitHub Copilot 集成 + + + GitHub Copilot survey + GitHub Copilot 调查 + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + 获取无效的工具使用参数:“{0}”。({1}) + + + GraphQL + GraphQL + + + Greater Than + 大于 + + + Greater Than or Equals + 大于或等于 + + + Greater than + 大于 + + + Greater than or equal to + 大于或等于 + + + Grid View + 网格视图 + + + Group by + 分组依据 + + + Group differences by + 差异分组依据 + + + Help + 帮助 + + + Help us improve by sharing your thoughts. + 分享你的想法,帮助我们改进。 + + + Hide Changes + 隐藏更改 + + + Hide Changes Highlight + 隐藏更改突出显示 + + + Hide Confirm Password + 隐藏确认密码 + + + Hide Definition + 隐藏定义 + + + Hide New Password + 隐藏新密码 + + + Hide SQL Pane + 隐藏 SQL 窗格 + + + Hide column + 隐藏列 + + + Hide full error message + 隐藏完整的错误消息 + + + Hide password + 隐藏密码 + + + Hide this panel + 隐藏此面板 + + + Highlight Changes + 突出显示更改 + + + Highlight Expensive Operation + 突出显示高开销操作 + + + Highlights + 亮点 + + + Hostname + 主机名 + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + 你向朋友或同事推荐 MSSQL 扩展的可能性有多大? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + 你向朋友或同事推荐 {0} 的可能性有多大? + + + How many tables are in this database? + 此数据库中有多少个表? + + + Hue + 色调 + + + I have read the summary and understand the potential risks. + 我已阅读摘要并了解潜在风险。 + + + I understand this action is permanent and irreversible + 我了解此操作是永久且不可逆的 + + + I'm sorry, I can only assist with SQL-related questions. + 很抱歉,我只能协助处理与 SQL 相关的问题。 + + + IP address range + IP 地址范围 + + + Identity + 标识 + + + Ignore Options + 忽略选项 + + + Ignore Tenant + 忽略租户 + + + Image tag + 映像标记 + + + Import BACPAC + 导入 BACPAC + + + Import Data + 导入数据 + + + Import File + 导入文件 + + + Import Flat File + 导入平面文件 + + + Import Information + 导入信息 + + + Import New File + 导入新文件 + + + Import Status + 导入状态 + + + Import a .bacpac file to a new or empty database + 将 .bacpac 文件导入到新的或空的数据库 + + + Import anyway + 仍要导入 + + + Import complete. You can close this dialog. + 导入完成。可以关闭此对话框。 + + + Import connection configuration settings from Azure Data Studio + 从 Azure Data Studio 导入连接配置设置 + + + Import failed: {0} + {0} is the error message returned from the import helper. + 导入失败: {0} + + + Import file is required + 需要导入文件 + + + Import from Azure Data Studio + 从 Azure Data Studio 迁移 + + + Import selected + 导入所选内容 + + + Importance + 重要性 + + + Importing BACPAC... + 正在导入 BACPAC... + + + Importing data... + 正在导入数据... + + + Importing selections + 正在导入所选内容 + + + In + 位于 + + + In case you missed it + 如果你错过了 + + + In progress + 正在进行 + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + 在数据 API 生成器体验中,本地容器部署仅适用于使用 SQL 身份验证的连接。不支持当前连接类型。 + + + Include + 包括 + + + Include Object Types + 包括对象类型 + + + Include all columns + 包含所有列 + + + Include all object types + 包括所有对象类型 + + + Incomplete or orphaned connections + 连接不完整或孤立 + + + Index + 索引 + + + Indexes + 索引 + + + Initializing DAB configuration... + 正在初始化 DAB 配置... + + + Initializing comparison, this might take a while... + 正在初始化比较,这可能需要一段时间... + + + Insert + 插入 + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + 使用 {arg} 插入所选查询编辑器文本。如果不使用占位符,则所选文本将自动追加到查询末尾。 + + + Install Docker + 安装 Docker + + + Install the MSSQL Database Management Keymap extension + 安装 MSSQL 数据库管理键映射扩展 + + + Instant Container Setup + 即时容器设置 + + + Insufficient Workspace Permissions + 工作区权限不足 + + + Integrated + 已集成 + + + Integrated & secure + 集成和安全 + + + Invalid Firewall rule name + 防火墙规则名称无效 + + + Invalid IP Address + 无效 IP 地址 + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + {0} 的 SQL Server 密码无效。密码长度必须为 8-128 个字符,并且符合复杂性要求。 有关详细信息,请参阅 https://docs.microsoft.com/sql/relational-databases/security/password-policy + + + Invalid column reference. Use either id OR name. + 列引用无效。使用 ID 或名称。 + + + Invalid column width + 列宽无效 + + + Invalid connection URI provided. + 提供的连接 URI 无效。 + + + Invalid connection string: {0} + 连接字符串无效: {0} + + + Invalid database + 无效数据库 + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + 无效的实体引用。使用 ID、schemaName+tableName 或 schemaName+sourceName+sourceType。 + + + Invalid file + 文件无效 + + + Invalid file extension. Expected .dacpac or .bacpac + 文件扩展名无效。应为 .dacpac 或 .bacpac + + + Invalid foreign key. + 外键无效。 + + + Invalid max length '{0}' + {0} is the max length + 最大长度 '{0}' 无效 + + + Invalid table payload. Expected table with columns array. + 表有效负载无效。包含列数组的预期表。 + + + Invalid table type + 表类型无效 + + + Is Computed + 是计算的 + + + Is Identity + 是标识 + + + Is Ledger Database + 是账本数据库 + + + Is Not Null + 不为 Null + + + Is Null + 为 Null + + + Is Persisted + 是持久化的 + + + Issues ({0}) + {0} is the number of issues + 问题({0}) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + 加入讨论 + + + Keep in query pane + 保留在查询窗格中 + + + Key + 密钥 + + + Keybinding + 键绑定 + + + Keyboard Shortcuts editor + 键盘快捷方式编辑器 + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + 无法在凭据存储中保存令牌缓存的密钥,这可能会导致 Microsoft Entra ID 访问令牌持久性问题和连接不稳定。SqlTools 可能已达到 Windows 上的凭据存储限制,请清除至少 2 个以 Windows 凭据管理器中的“Microsoft.SqlTools|”开头的凭据,然后重新加载。 + + + LRS + LRS + + + LRS backup (locally redundant) + LRS 备份(本地冗余) + + + Last Page + 最后一页 + + + Learn More + 了解详细信息 + + + Learn more + 了解详细信息 + + + Learn more about Azure SQL Database free tier + 了解有关 Azure SQL 数据库免费层的详细信息 + + + Learn more about SQL Server 2025 features + 详细了解 SQL Server 2025 功能 + + + Leave the source database in the restoring state + 使源数据库保持在还原状态 + + + Length + 长度 + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + 长度不匹配: 列“{0}”({1})与“{2}”({3})不兼容 + + + Less Than + 小于 + + + Less Than or Equals + 小于或等于 + + + Less than + 小于 + + + Less than or equal to + 小于或等于 + + + Line {0} + {0} is the line number + 行 {0} + + + Link copied to clipboard + 链接已复制到剪贴板 + + + List Connections + 列出连接 + + + List Databases + 列出数据库 + + + List Functions + 列出函数 + + + List Schemas + 列出架构 + + + List Tables + 列出表 + + + List Views + 列出视图 + + + List all connections registered with the mssql extension? + 是否列出已注册到 mssql 扩展的所有连接? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出连接 ‘{0}’ (ID: {1})的数据库? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出连接 ‘{0}’ (ID: {1})的函数? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出连接 ‘{0}’ (ID: {1})的架构? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出连接 ‘{0}’ (ID: {1})的表? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出连接 ‘{0}’ (ID: {1})的视图? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + 列出工作区 {0} 的 Fabric SQL 数据库 + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + 列出工作区 {0} 的 Fabric SQL 终结点 + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + 列出工作区“{0}”的 Fabric 仓库 + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + 列出租户 {0} 的 Fabric 容量 + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + 列出租户 {0} 的 Fabric 工作区 + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出连接 ‘{0}’ (ID: {1})的数据库 + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出连接 ‘{0}’ (ID: {1})的函数 + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + 列出工作区 ${workspaceId} 的角色分配 + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出连接 ‘{0}’ (ID: {1})的架构 + + + Listing server connections + 正在列出服务器连接 + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出连接 ‘{0}’ (ID: {1})的表 + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出连接 ‘{0}’ (ID: {1})的视图 + + + Load + 加载 + + + Load from Connection String + 从连接字符串加载 + + + Load profile... + 加载配置文件... + + + Load source, target, and options saved in an .scmp file + 加载保存在 .smp 文件中的源、目标和选项 + + + Loading + 正在加载 + + + Loading Azure Accounts + 正在加载 Azure 帐户 + + + Loading Azure SQL Database... + 正在加载 Azure SQL 数据库... + + + Loading Azure accounts + 正在加载 Azure 帐户 + + + Loading Fabric Accounts + 正在加载 Fabric 帐户 + + + Loading Fabric provisioning... + 正在加载 Fabric 预配... + + + Loading Report + 正在加载报表 + + + Loading Schema Designer + 正在加载架构设计器 + + + Loading Schema Designer Model... + 正在加载架构设计器模型... + + + Loading Table Designer + 正在加载表设计器 + + + Loading XEL file: {0} + {0} is the file name + 正在加载 XEL 文件: {0} + + + Loading backup database... + 正在加载备份数据库... + + + Loading code analysis rules... + 正在加载代码分析规则... + + + Loading collations... + 正在加载排序规则... + + + Loading database objects + 正在加载数据库对象 + + + Loading databases in '{0}'... + {0} is the name of the workspace + 正在加载“{0}”中的数据库... + + + Loading databases in selected workspace... + 正在加载所选工作区中的数据库... + + + Loading deployment + 正在加载部署 + + + Loading execution plan... + 正在加载执行计划... + + + Loading flat file import... + 正在加载平面文件导入... + + + Loading local containers... + 正在加载本地容器... + + + Loading locations + 正在加载位置 + + + Loading maintenance windows... + 正在加载维护时段... + + + Loading resource groups + 正在加载资源组 + + + Loading restore database... + 正在加载还原数据库... + + + Loading restore plan... + 正在加载还原计划... + + + Loading results... + 正在加载结果... + + + Loading schemas... + 正在加载架构... + + + Loading servers + 正在加载服务器 + + + Loading servers in '{0}'... + {0} is the name of the subscription + 正在“{0}”中加载服务器... + + + Loading servers in selected subscription... + 正在所选订阅中加载服务器... + + + Loading subscriptions + 正在加载订阅 + + + Loading subscriptions... + 正在加载订阅... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + 正在加载 {0} 行的摘要(单击可取消) + + + Loading table data... + 正在加载表数据... + + + Loading table preview... + 正在加载表预览... + + + Loading tenants + 正在加载租户 + + + Loading tenants... + 正在加载租户… + + + Loading text view... + 正在加载文本视图... + + + Loading workspaces + 正在加载工作区 + + + Loading workspaces... + 正在加载工作区... + + + Loading... + 正在加载... + + + Local Container Deployment + 本地容器部署 + + + Local SQL Server database container + 本地 SQL Server 数据库容器 + + + Local container deployment is currently only supported with SQL Authentication connections. + 当前仅 SQL 身份验证连接支持本地容器部署。 + + + Locally-redundant backup storage + 本地冗余备份存储 + + + Locate an Azure Data Studio settings.json file to import + 找到要导入的 Azure Data Studio settings.json 文件 + + + Location + 位置 + + + Location (Workspace) + 位置(工作区) + + + Location of the file to be imported + 要导入的文件的位置 + + + Log file folder + 日志文件文件夹 + + + Logical file name + 逻辑文件名称 + + + Logical operator + 逻辑运算符 + + + Logs + 日志 + + + Logs copied to clipboard + 复制到剪贴板的日志 + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + 在寻找 Azure Data Studio 键绑定(如 F5)以执行查询? + + + MCP + MCP + + + MCP custom tool + MCP 自定义工具 + + + MCP server added to {0} + {0} is the file path where the MCP server was added + MCP 服务器已添加到 {0} + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + 已在 {0} 中配置 MCP 服务器 + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL - Azure 身份验证日志 + + + MSSQL - VS Code walkthrough + MSSQL - VS Code 演练 + + + MSSQL Feedback + MSSQL 反馈 + + + MSSQL Notebook connected to {0} + {0} is the connection label + MSSQL 笔记本已连接到 {0} + + + MSSQL extension icon + MSSQL 扩展图标 + + + MSSQL: Click to change connection + MSSQL: 单击以更改连接 + + + MSSQL: Click to change database + MSSQL: 单击以更改数据库 + + + MSSQL: Welcome & What's New + MSSQL: 欢迎和新增功能 + + + MSSQL: What's new + MSSQL: 新增功能 + + + Maintenance Window + 维护时段 + + + Make everything read-only + 将所有内容设为只读 + + + Manage Connection Profiles + 管理连接配置文件 + + + Manage relationships + 管理关系 + + + Mandatory (Recommended) + 必需(推荐) + + + Mandatory (True) + 强制(True) + + + Max + 最大值 + + + Max 10 databases / subscription + 最多 10 个数据库/订阅 + + + Max Length + 最大长度 + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + 已超过筛选/排序的最大行计数。如果要更新它,请导航到“用户设置”并更改设置: mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + 最大 vCore 数 + + + Max: {0} + {0} is the max + 最大值: {0} + + + Maximize + 最大化 + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + 最大化({0}) + + + Maximize Panel Size + 最大化面板大小 + + + Maximize details panel + 最大化详细信息面板 + + + Maximize panel size + 最大化面板大小 + + + Maximize results grid + 最大化结果窗格 + + + Media + 媒体 + + + Media set description is required + 媒体集描述为必填项 + + + Media set name is required + 媒体集名称是必需的 + + + Message + 消息 + + + Messages + 消息 + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + 消息({0}) + + + Metric + 指标 + + + Microsoft Account + Microsoft 帐户 + + + Microsoft Account is required + Microsoft 帐户是必需的 + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Microsoft Entra 帐户 + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Microsoft Entra ID - 默认 + + + Microsoft Entra Id - Service Principal + Microsoft Entra ID - 服务主体 + + + Microsoft Entra Id - Universal w/ MFA Support + Microsoft Entra ID - 通用 w/ MFA 支持 + + + Microsoft Entra account {0} successfully added. + {0} is the account name + 已成功添加 Microsoft Entra 帐户 {0}。 + + + Microsoft Fabric integration + Microsoft Fabric 集成 + + + Microsoft SQL Server License Agreement + Microsoft SQL Server 许可协议 + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Microsoft 会查看你的反馈以改进产品,因此请勿共享任何个人数据或机密/专有内容。 + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Microsoft 将根据组织的说明处理你提交的反馈,以便改进你和你所在组织对此产品的体验。如对反馈数据的使用有任何疑问,请与租户管理员联系。反馈数据的处理受你所在组织与 Microsoft 之间的《Microsoft 产品和服务数据保护附录》约束,并且你所提交的反馈将被视为该附录下的个人数据。 + + + Microsoft would like your feedback + Microsoft 欢迎你提供反馈 + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + 将保存的连接、连接组和连接设置从 Azure Data Studio 迁移到 MSSQL 扩展。此外,还可以安装 MSSQL 数据管理键映射,添加 Azure Data Studio 中熟悉的快捷键。 + + + Min + 最小值 + + + Min: {0} + {0} is the min + 最小值: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + 缺少连接引用。请仅提供 connectionId 或 connectionName 之一。 + + + Missing schema payload for replace_schema operation. + 缺少 replace_schema 操作的架构负载。 + + + Missing table payload for update_table operation. + 缺少 update_table 操作的表有效负载。 + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + 缺少 delete_table 操作的表目标。提供 tableId 或 tableName+schemaName。 + + + Modified + 已修改 + + + Modified column '{0}' + {0} is the column name + 已修改列 ‘{0}’ + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + 已修改列 ‘{0}’: {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + 已修改外键 '{0}' + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + 已修改外键 ‘{0}’: {1} + + + Modified table {0} + {0} is the qualified table name + 已修改表 {0} + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + 已修改表 {0}: {1} + + + Modify Columns + 修改列 + + + Modify Table + 修改表 + + + Monitor usage and manage your free tier limits + 监视使用情况并管理免费层限制 + + + Monthly limits + 每月限制 + + + More Query Actions + 更多查询操作 + + + Move Down + 下移 + + + Move Up + 上移 + + + Move and expand the active grid selection + 移动和展开活动网格选择 + + + Move focus to the next result set grid + 将焦点移动到下一个结果集网格 + + + Move focus to the previous result set grid + 将焦点移动到上一个结果集网格 + + + Move selection to the first cell in the row + 将所选内容移动到行中的第一个单元格 + + + Move selection to the last cell in the row + 将选择移动到行中的最后一个单元格 + + + Move to Root + 移动到根 + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + 只有属于打开的 SQL 项目的 SQL 文件才支持“移动到架构”。首先在“数据库项目”面板中打开项目。 + + + Move to Schema request failed: {0} + “移动到架构”请求失败: {0} + + + Move to Schema... + 移动到架构... + + + Move to row end + 移动到行尾 + + + Move to row start + 移动到行开头 + + + Move to schema '{0}' + 移动到架构“{0}” + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + 找到多个 ID 为 '{0}' 的连接组。 请删除或重命名全部,用户/全局 settings.json 中的一个除外,然后重启扩展。 + + + Must be a valid number + 必须为有效数字 + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + 必须以字母数字字符开头,并且仅包含字母数字字符、下划线、句点或连字符 + + + Mutation + 突变 + + + MyProfilerSession + MyProfilerSession + + + NULL + NULL + + + Name + 名称 + + + Name for the Docker container running DAB + 运行 DAB 的 Docker 容器名称 + + + Name of the primary key. + 主键的名称。 + + + Navigate to this item in the diagram + 导航到关系图中的此项 + + + Navigation + 导航 + + + Needs attention + 需要注意 + + + New Azure SQL logical server (Preview) + 新的 Azure SQL 逻辑服务器(预览) + + + New Check Constraint + 新建 CHECK 约束 + + + New Column + 新建列 + + + New Column Mapping + 新建列映射 + + + New Database + 新建数据库 + + + New Database Name + 新的数据库名称 + + + New Deployment + 新部署 + + + New File + 新文件 + + + New Foreign Key + 新外键 + + + New Index + 新建索引 + + + New Local Docker SQL Server + 新的本地 Docker SQL Server + + + New Microsoft Entra account could not be added. + 无法添加新的 Microsoft Entra 帐户。 + + + New Password + 新密码 + + + New Query + 新查询 + + + New Query Profiler - Enter Name + 新建查询探查器 - 输入名称 + + + New Query Profiler - Select Template + 新建查询探查器 - 选择模板 + + + New SQL database + 新建 SQL 数据库 + + + New Session + 新建会话 + + + New Table Name + 新建表单名称 + + + New column mapping + 新建列映射 + + + New database name must be different from the current name + 新数据库名称必须与当前名称不同 + + + New media set description + 新建媒体集说明 + + + New media set name + 新建媒体集名称 + + + New to MSSQL extension? Check out our quick-start guide. + 不熟悉 MSSQL 扩展?查看我们的快速入门指南。 + + + New to the MSSQL extension? Check out our quick-start guide. + 不熟悉 MSSQL 扩展?查看我们的快速入门指南。 + + + Next + 下一步 + + + Next Page + 下一页 + + + Next result grid + 下一个结果网格 + + + No + + + + No Action + 无操作 + + + No Azure accounts found + 找不到 Azure 帐户 + + + No Microsoft Entra account can be found for removal. + 找不到要移除的 Microsoft Entra 帐户。 + + + No Queries Available + 没有可用的查询 + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + 找不到 connectionName {0} 的 SQL 工具 MCP 连接 + + + No account selected + 未选择任何帐户 + + + No active connection + 无活动连接 + + + No active connection for database change + 没有可用于实现数据库更改的活动连接 + + + No active connection for schema view + 架构视图没有活动连接 + + + No active connection. + 无活动连接。 + + + No active database connection in the current editor. Please establish a connection to continue. + 当前编辑器中没有活动的数据库连接。请建立连接以继续。 + + + No active notebook. + 无活动笔记本。 + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + 找不到活动架构设计器。请先使用带有 'show' 操作的 mssql_dab 或通过 UI 打开数据 API 生成器。 + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + 找不到活动架构设计器。请先使用带有 'show' 操作的 mssql_schema_designer 或通过 UI 打开一个。 + + + No active text editor found. Please open a file with an active database connection. + 找不到活动的文本编辑器。请打开带有活动数据库连接的文件。 + + + No authentication required + 无需进行身份验证 + + + No background tasks + 无后台任务 + + + No backup sets found in the restore plan + 在还原计划中找不到备份集 + + + No blob containers found + 找不到任何 blob 容器 + + + No blobs found + 找不到任何 blob + + + No changes detected + 未检测到更改 + + + No changes match your search. + 没有与搜索匹配的更改。 + + + No changes yet. + 尚无更改。 + + + No code analysis rules available. + 没有可用的代码分析规则。 + + + No connection credentials found + 未找到任何连接凭据 + + + No connection found for connectionId: {0} + {0} is the connection ID + 找不到 connectionId 为 {0} 的连接 + + + No connection groups were found in the file. + 在文件中找不到连接组。 + + + No connection information found + 未找到任何连接信息 + + + No connection profiles to edit. + 没有可编辑的连接配置文件。 + + + No connection profiles to remove. + 沒有可移除的连接配置文件。 + + + No connection selected. + 未选择连接。 + + + No connection was found. Please connect to a server first. + 找不到任何连接。请先连接到服务器。 + + + No connections available. Please create a connection first. + 没有可用的连接。请先创建连接。 + + + No connections were found in the file. + 在文件中找不到任何连接。 + + + No customized settings found + 未找到自定义设置 + + + No customized settings found in Azure Data Studio + 在 Azure Data Studio 中找不到自定义设置 + + + No data available + 无数据可用 + + + No data to display. + 没有要显示的数据。 + + + No database files found in the restore plan + 在还原计划中找不到数据库文件 + + + No database selected. + 未选择数据库。 + + + No databases found in the selected workspace. + 在所选工作区中未找到任何数据库。 + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + 在工作区“{0}”中未找到任何数据库。 + + + No databases found on the server. Please check your connection. + 在服务器上找不到任何数据库。请检查你的连接。 + + + No databases found to import into. + 找不到可导入的数据库。 + + + No databases with backups found + 找不到具有备份的数据库 + + + No elements found + 未找到元素 + + + No entities found + 找不到实体 + + + No event selected + 未选择任何事件 + + + No events to export + 没有可导出的事件 + + + No filter is currently active + 当前没有筛选器处于活动状态 + + + No items + 无项目 + + + No log entries yet. + 尚无日志条目。 + + + No matches found + 找不到匹配项 + + + No matching shortcuts + 没有匹配的快捷方式 + + + No model found. + 找不到模型。 + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + 无需刷新 URI {1} 的连接 {0} 的 Microsoft Entra 帐户令牌 + + + No object that can be moved to another schema was found at the cursor. + 在光标处找不到可移动到其他架构的对象。 + + + No objects found + 未找到对象 + + + No pending changes. Make edits to generate a script. + 没有挂起的更改。进行编辑以生成脚本。 + + + No profiler connection available + 没有可用的探查器连接 + + + No profiler templates available + 没有可用的探查器模板 + + + No property changes available. + 没有可用的属性更改。 + + + No query set + 无查询集 + + + No renameable symbol found at cursor. + 在光标出找不到可重命名的符号。 + + + No resource groups found + 未找到资源组 + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + 没有为当前云“{0}”配置类型为“{1}”的资源。请更新 Azure 帐户设置。 + + + No results + 无结果 + + + No results for the active editor + 没有找到活动编辑器的结果 + + + No results match the current filters + 没有与当前筛选器匹配的结果 + + + No results to display + 没有可显示的结果 + + + No rows affected + 没有受影响的行 + + + No rules match the current filter. + 没有符合当前筛选条件的规则。 + + + No saved connection profiles found. + 未找到任何已保存的连接配置文件。 + + + No saved connections found. Please create a connection first. + 未找到保存的连接。请先创建连接。 + + + No schema differences were found. + 未找到架构差异。 + + + No schemas found + 找不到架构 + + + No schemas were found in the project. + 在项目中找不到任何架构。 + + + No script available. Make changes to the table data and generate a script first. + 没有可用的脚本。对表数据进行更改,并首先生成脚本。 + + + No script generated. + 未生成脚本。 + + + No selection + 无选择 + + + No servers found + 找不到服务器 + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + 在订阅“{0}”中找不到服务器。 + + + No servers found in the selected subscription. + 在所选订阅中找不到服务器。 + + + No shortcut + 无快捷方式 + + + No storage accounts found + 找不到存储帐户 + + + No subscriptions found + 找不到任何订阅 + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + 找不到任何订阅。请更改 Azure 帐户或租户以查看可用订阅。 + + + No templates available + 没有可用模板 + + + No tenant selected + 未选择租户 + + + No tenants are currently signed in. + 当前未登录任何租户。 + + + No tenants found + 找不到租户 + + + No text data available + 没有可用的文本数据 + + + No tools to process. + 没有要处理的工具。 + + + No workspace folder is open. Open a folder to add the MCP server configuration. + 未打开任何工作区文件夹。打开文件夹以添加 MCP 服务器配置。 + + + No workspace folder is open. Open a folder to add the generated file. + 未打开任何工作区文件夹。打开文件夹以添加生成的文件。 + + + No workspaces found + 未找到任何工作区 + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + 未找到任何工作区。请更改 Fabric 帐户或租户以查看可用的工作区。 + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + 检测到非SQL Server SQL 文件。是否对此类文件禁用 IntelliSense? + + + None + + + + None (empty database) + 无(空数据库) + + + Not Between + 不介于 + + + Not Contains + 不包含 + + + Not Ends With + 结尾不是 + + + Not Equals + 不等于 + + + Not Started + 未开始 + + + Not Starts With + 开头不为 + + + Not available for read-only file sessions + 不适用于只读文件会话 + + + Not connected + 未连接 + + + Not contains + 不包含 + + + Not currently signed in. Select to sign in to tenant. + 当前未登录。选择以登录到租户。 + + + Not equal to + 不等于 + + + Not likely at all + 根本不可能 + + + Not running + 未运行 + + + Not signed in + 未登录 + + + Not signed into tenant {0} + {0} is the tenant display name + 未登录到租户 {0} + + + Not started + 未启动 + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + 注意: 自签名证书仅提供有限的保护,不建议用于生产环境。是否要在此连接上启用“信任服务器证书”并重试? + + + Null + Null + + + Null Count: {0} + {0} is the null count + Null 计数: {0} + + + Number of Rows Read + 读取的行数 + + + OK + 确定 + + + OLTP, built on Azure SQL + 基于 Azure SQL 构建的 OLTP + + + Object Explorer Filter + 对象资源管理器筛选器 + + + Object Type + 对象类型 + + + Object Types + 对象类型 + + + Object type + 对象类型 + + + Off + + + + On Delete + 删除时 + + + On Delete Action + 当删除操作发生时 + + + On Update + 更新时 + + + On Update Action + 当更新操作发生时 + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + 一个或多个连接组引用了不存在且已被忽略的父组: {0}。请更新设置文件以修复这些条目。 + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + 一个或多个连接引用了不存在且已被忽略的组: {0}。请更新连接设置以修复这些条目。 + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + 你的一个或多个实体包含当前不受数据 API 生成器支持的列类型。无法选择这些实体进行部署。 + + + Open + 打开 + + + Open .scmp file + 打开 .scmp 文件 + + + Open Containing Folder + 打开包含文件夹 + + + Open File + 打开文件 + + + Open GitHub Copilot Chat to help fix these errors + 打开 GitHub Copilot 对话助手,帮助修复这些错误 + + + Open Keyboard Shortcuts editor. + 打开键盘快捷方式编辑器。 + + + Open Nitro + 打开 Nitro + + + Open Publish Script + 打开发布脚本 + + + Open Query + 打开查询 + + + Open Query History + 打开“查询历史记录” + + + Open SQL editor and connect + 打开 SQL 编辑器并连接 + + + Open XML + 打开 XML + + + Open a new SQL query file + 打开新的 SQL 查询文件 + + + Open a new bug + 打开新 bug + + + Open column menu + 打开列菜单 + + + Open filter menu + 打开筛选器菜单 + + + Open in Editor + 在编辑器中打开 + + + Open in GitHub Copilot Chat + 在 GitHub Copilot 对话助手中打开 + + + Open in New Tab + 在新选项卡中打开 + + + Open in SQL Editor + 在 SQL 编辑器中打开 + + + Open in editor + 在编辑器中打开 + + + Open text data in a new editor + 在新编辑器中打开文本数据 + + + Open the active column filter menu + 打开活动列筛选器菜单 + + + Open the active column menu + 打开活动列菜单 + + + Open the generated SELECT statement in a new editor + 在新编辑器中打开生成的 SELECT 语句 + + + Opening Publish Script. This may take a while... + 正在打开发布脚本。这可能需要一些时间... + + + Opening schema designer... + 正在打开架构设计器... + + + Operation + 操作 + + + Operation failed + 操作失败 + + + Operator + 运算符 + + + Option Description + 选项说明 + + + Optional (False) + 可选(False) + + + Optional - Override default GraphQL plural type name + 可选 - 替代默认 GraphQL 复数类型名称 + + + Optional - Override default GraphQL singular type name + 可选 - 替代默认 GraphQL 单数类型名称 + + + Optional - Override default api/entityName path + 可选 - 替代默认 api/entityName 路径 + + + Options + 选项 + + + Options have changed. Recompare to see the comparison? + 选项已更改。是否重新比较以查看比较结果? + + + Original file name + 原始文件名 + + + Others + 其他 + + + Output file + 输出文件 + + + Overall, how satisfied are you with the MSSQL extension? + 总的来说,你对 MSSQL 扩展的满意度如何? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + 总的来说,你对 {0} 的满意度如何? + + + Overwrite all existing backup sets + 覆盖所有现有备份集 + + + Overwrite the existing database + 覆盖现有数据库 + + + Owner + 所有者 + + + PNG + PNG + + + Package file + 包文件 + + + Page + 页面 + + + Parameters + 参数 + + + Parent node was not TreeNodeInfo. + 父节点不是 TreeNodeInfo。 + + + Password + 密码 + + + Password (SQL Login) + 密码(SQL 登录名) + + + Password is required + 密码是必填项 + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + 必须更改 ‘{0}’ 的密码才能继续登录到 ‘{1}’ + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + 必须更改密码才能继续登录到 ‘{0}’ + + + Passwords do not match + 密码不匹配 + + + Paste + 粘贴 + + + Paste connection string from clipboard + 从剪贴板粘贴连接字符串 + + + Path: {0} + {0} is the path of the node in the object explorer + 路径: {0} + + + Pause + 暂停 + + + Pause event collection + 暂停事件收集 + + + Paused + 已暂停 + + + Paused - click to resume + 已暂停 - 单击以继续 + + + Perform checksum before writing to media + 在写入到媒体前执行校验和 + + + Permissions + 权限 + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + 从多个 SQL Server 版本中进行选择,包括具有内置 AI 功能(如矢量搜索和 JSON 增强功能)的 SQL Server 2025 (预览版)。 + + + Please Accept the SQL Server EULA + 请接受 SQL Server EULA + + + Please choose a backup file to load restore plan + 请选择备份文件以加载还原计划 + + + Please choose a blob to load restore plan + 请选择要加载还原计划的 blob + + + Please choose a unique backup file name + 请选择唯一的备份文件名 + + + Please choose a unique name for the container + 请为容器选择唯一名称 + + + Please choose a unique name for the profile + 请选择配置文件的唯一名称 + + + Please choose a valid media option + 请选择有效的媒体选项 + + + Please choose at least one backup file + 请至少选择一个备份文件 + + + Please choose at least one backup set to restore + 请至少选择一个备份集进行还原 + + + Please ensure the file is not open in another application before importing + 导入前,请确保未在其他应用程序中打开该文件 + + + Please make sure the port is a number, and choose a port that is not in use + 请确保端口为数字,然后选择未使用的端口 + + + Please make your password 8-128 characters long. + 请将密码长度设置为 8-128 个字符。 + + + Please select a database node in Object Explorer to drop. + 请在对象资源管理器中选择要删除的数据库节点。 + + + Please select a database node in Object Explorer to rename. + 请在对象资源管理器中选择要重命名的数据库节点。 + + + Please select a file, not a folder. + 请选择文件,而不是文件夹。 + + + Please select a node from Object Explorer to script. + 请从对象资源管理器中选择节点以编写脚本。 + + + Please select a server node in Object Explorer to create a database. + 请在对象资源管理器中选择服务器节点以创建数据库。 + + + Please select a valid symbol. + 请选择有效的符号。 + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + 请选择你具有足够权限的工作区(“参与者”或更高权限) + + + Please select only one node to script. Multiple node scripting is not supported. + 请仅选择一个节点以编写脚本。不支持多个节点脚本。 + + + Port + 端口 + + + Port must be a number between 1 and 65535 + 端口必须是介于 1 和 65535 之间的数字 + + + Port must be between 1 and 65535 + 端口必须介于 1 到 65535 之间 + + + Port to expose the API on (default: 5000) + 公开 API 的端口(默认: 5000) + + + Port {0} is already in use + {0} is the port number + 端口 {0} 已在使用中 + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + 端口 {0} 已在使用中。请选择其他端口。 + + + Possible Data Loss detected. Please review the changes. + 检测到可能的数据丢失。请查看更改。 + + + Precision + 精准率 + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + “{0}”和“{1}”之间的精度/小数位数不匹配 + + + Preserve the replication settings + 保留复制设置 + + + Press desired key combination and then press ENTER. + 先按所需的组合键,再按 Enter 键。 + + + Preview + 预览 + + + Preview Data + 预览数据 + + + Preview Database Updates + 预览数据库更新 + + + Previous + 上一步 + + + Previous Page + 上一页 + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + URI {0} 的先前挂起的重新连接承诺被拒绝,出现错误 {1},如有必要,将尝试重新连接。 + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + URI {0} 的先前挂起的重新连接已成功。 + + + Previous result grid + 上一个结果网格 + + + Previous step failed. Please check the error message and try again. + 上一步失败。请检查错误消息,然后重试。 + + + Previously released features you may not have explored yet. + 以前发布的功能你可能尚未浏览过。 + + + Primary Key + 主键 + + + Primary Key Columns + 主键列 + + + Primary key + 主键 + + + Prisma + Prisma + + + Privacy Statement + 隐私声明 + + + Privacy notice + 隐私声明 + + + Private + 专用 + + + Processing include or exclude all differences operation. + 处理包括或排除所有差异操作。 + + + Profile Name + 配置文件名称 + + + Profile created and connected + 已创建并连接配置文件 + + + Profile created successfully + 已成功创建配置文件 + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + 已加载配置文件,但无法自动建立连接。请创建与 {0} 的连接,然后重试。 + + + Profile name + 配置文件名称 + + + Profile removed successfully + 已成功移除配置文件 + + + Profiler events exported successfully to {0} + {0} is the file path + 探查器事件已成功导出到 {0} + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + 探查器处于 XEL 文件“{0}”的只读和断开连接模式,无法在没有数据库连接的情况下启动或创建实时会话 + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + 探查器处于 XEL 文件 "{0}" 的只读和断开连接模式,无法在没有数据库连接的情况下启动或创建实时会话。 + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + 探查器就绪。从下拉菜单中选择一个会话,然后单击“开始”以开始分析。 + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + 探查器会话“{0}”创建成功。正在启动分析... + + + Profiler session '{0}' started successfully. + {0} is the session name + 探查器会话“{0}”已成功启动。 + + + Properties + 属性 + + + Property + 属性 + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + 提供程序“{0}”未定义 Microsoft 资源终结点。 + + + Provisioning + 正在预配 + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + 找到代理设置,但在分析 URL 时遇到错误: '{0}'。使用 MSSQL 扩展时可能会遇到连接问题。 错误: {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + 找到了代理设置,但没有协议(例如 http://): '{0}'。使用 MSSQL 扩展时可能会遇到连接问题。 + + + Public + 公开 + + + Publish + 发布 + + + Publish DACPAC + 发布 DACPAC + + + Publish Profile + 发布配置文件 + + + Publish Project + 发布项目 + + + Publish Project - {0} + {0} is the name of the project being published + 发布项目 - {0} + + + Publish Settings File + 发布设置文件 + + + Publish Target + 发布目标 + + + Publish profile saved to: {0} + 发布配置文件已保存到: {0} + + + Publishing Changes + 正在发布更改 + + + Pulling DAB container image + 正在拉取 DAB 容器映像 + + + Pulling SQL Server Image + 正在拉取 SQL Server 映像 + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + 正在拉取 SQL Server 容器映像。这可能需要几分钟,具体取决于你的网络连接。 + + + Query + 查询 + + + Query Editor + 查询编辑器 + + + Query Editor shortcuts are managed by Visual Studio Code. + 查询编辑器快捷方式由 Visual Studio Code 管理。 + + + Query Execution + 查询执行 + + + Query Plan + 查询计划 + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + 查询计划({0}) + + + Query Plan ({0}) + {0} is the number of query plans + 查询计划 ({0}) + + + Query Profiler + 查询探查器 + + + Query Profiler Session Status + 查询探查器会话状态 + + + Query Profiler: No session + 查询探查器: 无会话 + + + Query Profiler: {0} + {0} is the file name or session name + 查询探查器: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + {0} 的查询编辑器 + + + Query executed + 已执行查询 + + + Query execution failed + 查询执行失败 + + + Query execution was canceled. + 查询执行已取消。 + + + Query failed + 查询失败 + + + Query succeeded + 查询已成功 + + + Query {0} + {0} is the Quick Query slot number + 查询 {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + 查询 {0}: 查询成本(相对于脚本): {1}% + + + Quick Queries + 快速查询 + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + 快速查询键盘快捷方式由 Visual Studio Code 管理。 + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + 快速查询槽必须介于 1 和 {0} 之间。 + + + Quick filter all columns... + 快速筛选所有列... + + + REST + REST + + + REST API + REST API + + + RESTORE WITH NORECOVERY + RESTORE WITH NORECOVERY + + + RESTORE WITH RECOVERY + RESTORE WITH RECOVERY + + + RESTORE WITH STANDBY + RESTORE WITH STANDBY + + + Read + 读取 + + + Read docs on Microsoft Learn + 在 Microsoft Learn 上阅读文档 + + + Read more + 了解详细信息 + + + Read-Only + 只读 + + + Read-only SQL text editor + 只读 SQL 文本编辑器 + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + “{0}”的只读断开连接模式。如果没有数据库连接,则无法创建或启动实时会话。 + + + Ready for import + 可以导入 + + + Readying container for connections. + 正在准备容器以进行连接。 + + + Readying container for connections... + 正在准备容器以进行连接... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + 接收自然语言说明,帮助不熟悉 T-SQL 的开发人员了解代码 + + + Recent Connections + 最近的连接 + + + Recent connections list cleared + 已清空最近连接列表 + + + Record shortcut + 录制快捷方式 + + + Recording shortcut + 录制快捷方式 + + + Recovery Model + 恢复模式 + + + Recovery state + 恢复状态 + + + Redo + 恢复 + + + Referenced column '{0}' not found + {0} is the column name + 找不到引用的列“{0}” + + + Referenced columns + 被引用的列 + + + Referenced schema + 被引用的架构 + + + Referenced table + 引用的表 + + + Referenced table '{0}' not found + {0} is the table name + 找不到引用的表“{0}” + + + Refresh + 刷新 + + + Refresh Credentials + 刷新凭据 + + + Refresh dataset + 刷新数据集 + + + Region + 区域 + + + Register + 注册 + + + Reject + 拒绝 + + + Reliability + 可靠性 + + + Reload Visual Studio Code + 重新加载 Visual Studio Code + + + Relocate all files + 重新定位所有文件 + + + Remind Me Later + 稍后提醒我 + + + Remove + 移除 + + + Remove Sort + 移除排序 + + + Remove a connection profile + 移除连接配置文件 + + + Remove file + 移除文件 + + + Remove filter + 移除筛选器 + + + Remove filter for {0} + {0} is the column name + 移除 {0} 的筛选器 + + + Remove from favorites + 从收藏夹移除 + + + Remove sort + 移除排序 + + + Remove tag + 移除标记 + + + Remove {0} + {0} is the object type + 移除 {0} + + + Rename + 重命名 + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + 在 '{1}' 上重命名 '{0}'。 + + + Rename Database + 重命名数据库 + + + Rename Options + 重命名选项 + + + Rename is not supported at this position. + 此位置不支持重命名。 + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + 只有属于打开的 SQL 项目的 SQL 文件才支持重命名。首先在“数据库项目”面板中打开项目。 + + + Rename request failed: {0} + 重命名请求失败: {0} + + + Renaming database + 正在重命名数据库 + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + 正在将数据库 '{0}' 重命名为 '{1}'... + + + Replication + 复制 + + + Request a new feature + 请求新功能 + + + Required + 必填 + + + Requirements: + 要求: + + + Requires user authentication + 需要进行用户身份验证 + + + Reset + 重置 + + + Reset to Defaults? + 重置为默认值? + + + Resize + 重设大小 + + + Resize column '{0}' + {0} is the name of the column + 重设列 "{0}" 的大小 + + + Resize the active result grid column + 重设活动结果网格列的大小 + + + Resource Group + 资源组 + + + Resource Group Name + 资源组名称 + + + Resource Group is required + 资源组为必需项 + + + Resource group name is required + 资源组名称是必填项 + + + Resources + 资源 + + + Restore + 还原 + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + 还原({0}) + + + Restore Database + 还原数据库 + + + Restore Panel Size + 还原面板大小 + + + Restore as + 还原为 + + + Restore panel size + 恢复面板大小 + + + Restore properties pane + 还原属性窗格 + + + Restrict access to the restored database + 限制访问还原的数据库 + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + 结果集批处理 {0} - 查询 {1} + + + Result View + 结果视图 + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + 结果视图快捷方式由 MSSQL 扩展管理。可以直接在此处配置其键绑定。 + + + Results + 结果 + + + Results ({0}) + {0} is the number of results + 结果({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + 结果({0}) + + + Results Preview + 结果预览 + + + Results Preview ({0}) + {0} is the number of preview results + 结果预览({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + 结果预览({0}) + + + Results exported successfully to {0} + {0} is the file path + 结果已成功导出到 {0} + + + Results toolbar + 结果工具栏 + + + Resume + 继续 + + + Resuming database + 正在恢复数据库 + + + Retry + 重试 + + + Reveal + 显示 + + + Reveal in Explorer + 在资源管理器中显示 + + + Reveal in Finder + 在访达中显示 + + + Reverse Alphabetical + 按反向字母顺序 + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + 通过解释 SQL 架构和关系对现有数据库进行反向工程 + + + Revert + 还原 + + + Revert Cell + 还原单元格 + + + Revert Row + 还原行 + + + Revert this change to its original state + 将此更改还原为其原始状态 + + + Revert values to project defaults + 将值还原为项目默认值 + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + 在聊天中查看或建议 API 配置更改,GitHub Copilot 会在数据 API 生成器中立即更新配置。 + + + Reviewing Copilot Change + 正在查看 Copilot 更改 + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + 需要 Rosetta 才能在 Apple Silicon 上运行 SQL Server 容器映像。在“Docker Desktop”>“设置”>“常规”中启用“在 Apple Silicon 上使用 Rosetta 进行x86_64/amd64 仿真”。 + + + Row created. + 已创建行。 + + + Row deleted. + 已删除行。 + + + Row marked for removal. + 行标记为待移除。 + + + Rows + + + + Rows per page + 行数/页 + + + Rule disabled + 已禁用规则 + + + Rule enabled + 已启用规则 + + + Rule name + 规则名称 + + + Rules + 规则 + + + Run Query + 运行查询 + + + Run Query History + 运行“查询历史记录” + + + Run a query for the current active SQL document + 对当前活动的 SQL 文档运行查询 + + + Run a query in the current editor, or switch to an editor that has results. + 在当前编辑器中运行查询,或切换到有结果的编辑器。 + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + 在连接 ‘{0}’ (ID: {1})上运行查询? + +查询: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + 使用自定义键盘快捷方式立即运行已保存的 SQL。使用 {arg} 插入所选查询编辑器文本;否则会将其追加它。 + + + Run, cancel, and create queries + 运行、取消和创建查询 + + + Running + 正在运行 + + + Running a custom query will discard all pending changes. Do you want to continue? + 运行自定义查询将放弃所有挂起的更改。是否要继续操作? + + + Running query is not supported when the editor is in multiple selection mode. + 当编辑器处于多重选择模式时,不支持运行查询。 + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在连接 ‘{0}’ (ID: {1})上运行查询 + + + Running: {0} + {0} is how long the query has been running + 正在运行: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + SQL 分析终结点 + + + SQL Authentication + SQL 身份验证 + + + SQL Container Name + SQL 容器名称 + + + SQL Container Version + SQL 容器版本 + + + SQL Database + SQL 数据库 + + + SQL Database Projects — Code Analysis + SQL 数据库项目 - Code Analysis + + + SQL Login + SQL 登录 + + + SQL Notebooks + SQL 笔记本 + + + SQL Plan Files + SQL 计划文件 + + + SQL Server Container SA Password + SQL Server 容器 SA 密码 + + + SQL Server admin password + 服务器管理员密码 + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server 不支持 Windows 容器。请在 Docker 桌面设置中切换到 Linux 容器。 + + + SQL Server is required + SQL Server是必需的 + + + SQL Server port number + SQL Server 端口号 + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} - 最新 + + + SQL Tools (MSSQL) + SQL 工具(MSSQL) + + + SQL database in Fabric + Fabric 中的 SQL 数据库 + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + SQLCMD 变量 + + + SVG + SVG + + + Satisfied + 满意 + + + Saturation + 饱和度 + + + Save + 保存 + + + Save .scmp file + 保存 .smp 文件 + + + Save As + 另存为 + + + Save As... + 另存为... + + + Save Changes + 保存更改 + + + Save Connection Group + 保存连接组 + + + Save Password + 保存密码 + + + Save Password? If 'No', password will be required each time you connect + 是否保存密码?如果选择“否”,每次连接时都需要输入密码 + + + Save Plan + 保存计划 + + + Save Secret + 保存机密 + + + Save as CSV + 另存为 CSV + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + 另存为 CSV ({0}) + + + Save as Excel + 另存为 Excel 文件 + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + 另存为 Excel 文件({0}) + + + Save as INSERT INTO + 另存为 INSERT INTO + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + 另存为 INSERT INTO ({0}) + + + Save as JSON + 另存为 JSON + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + 另存为 JSON ({0}) + + + Save backup to URL + 将备份保存到 URL + + + Save connection profile changes without establishing a connection + 不建立连接,仅保存连接配置文件更改 + + + Save password + 保存密码 + + + Save results as CSV + 将结果另存为 CSV + + + Save results as Excel + 将结果另存为 Excel + + + Save results as INSERT + 将结果另存为 INSERT + + + Save results as JSON + 将结果另存为 JSON + + + Save results command cannot be used with multiple selections. + 多选时不能使用“保存结果”命令。 + + + Save source and target, options, and excluded elements + 保存源、目标、选项和已排除的元素 + + + Save to Disk + 保存到磁盘 + + + Save to URL + 保存到 URL + + + Save without connecting + 保存但不连接 + + + Saved + 已保存 + + + Saved Connections + 保存的连接 + + + Saved results to {0} + {0} is the saved file path + 已将结果保存到 {0} + + + Saving... + 正在保存... + + + Scaffold backend components (e.g., data-access layers) based on your current database context + 基于当前数据库上下文的基架后端组件 (例如数据访问层) + + + Scale + 缩放 + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + “{0}”和“{1}”之间的规模不匹配 + + + Schema + 架构 + + + Schema '{0}' is not available. + {0} is the schema name + 架构 '{0}' 不可用。 + + + Schema Changes + 架构更改 + + + Schema Compare + 架构比较 + + + Schema Compare Options + 架构比较选项 + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + 架构比较失败:“{0}” + + + Schema Designer + 架构设计器 + + + Schema Designer Model is ready. Changes can now be published. + 架构设计器模型已准备就绪。现在可以发布更改。 + + + Schema Designer with GitHub Copilot + 使用 GitHub Copilot 的架构设计器 + + + Schema Diff + 架构差异 + + + Schema designer details are not available. + 架构设计器详细信息不可用。 + + + Schema designer is not initialized. + 架构设计器未初始化。 + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + 架构设计器已打开。对于架构变化,请继续 {0} 操作({1}/{2})。 + + + Schema designer state changed. Fetch the latest schema and retry the operation. + 架构设计器状态已更改。请获取最新架构后重试操作。 + + + Schema designer state retrieved successfully. + 已成功检索架构设计器状态。 + + + Schema designer updated successfully. + 架构设计器已成功更新。 + + + Schema is required + 必须提供架构 + + + Schema/Object Type + 架构/对象类型 + + + Schemas + 架构 + + + Script + 脚本 + + + Script as Alter + 撰写为 Alter 的脚本 + + + Script as Create + 撰写为 Create 的脚本 + + + Script as Drop + 撰写为 Drop 的脚本 + + + Script as Execute + 撰写为 Execute 的脚本 + + + Script copied to clipboard + 复制到剪贴板的脚本 + + + Script copied to clipboard. + 已将脚本复制到剪贴板。 + + + Search Database Objects + 搜索数据库对象 + + + Search Database Objects - {0} + {0} is the server name + 搜索数据库对象 - {0} + + + Search Workspaces + 搜索工作区 + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + 按对象名称或类型(例如 t:<name>, v:, f:, or sp:)搜索 + + + Search changes... + 搜索更改... + + + Search connection groups + 搜索连接组 + + + Search extension shortcut + 搜索扩展快捷方式 + + + Search options + 搜索选项 + + + Search options... + 搜索选项... + + + Search rules... + 搜索规则... + + + Search settings... + 搜索设置... + + + Search subscriptions... + 搜索订阅... + + + Search tables... + 搜索表... + + + Search values... + 搜索值... + + + Search within {0} text content + {0} is the column name + 在 {0} 文本内容中搜索 + + + Search workspaces... + 搜索工作区... + + + Search... + 搜索... + + + Searching... + 正在搜索... + + + Seed sample data or import an existing schema + 为示例数据设定种子或导入现有架构 + + + Select + 选择 + + + Select All + 全选 + + + Select Azure account with Key Vault access for column decryption + 选择具有列解密 Key Vault 访问权限的 Azure 帐户 + + + Select Connection + 选择连接 + + + Select Database + 选择数据库 + + + Select Max vCores + 选择最大 vCore 数 + + + Select Profile + 选择配置文件 + + + Select Source + 选择源 + + + Select Source Schema + 选择“源架构” + + + Select Target + 选择目标 + + + Select Target Schema + 选择“目标架构” + + + Select Top 1000 + 选择前 1000 项 + + + Select XEL File + 选择 XEL 文件 + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + 选择要用于此连接的 Microsoft Entra ID 帐户。 下面列出的是 Azure Data Studio 原始帐户信息,但你可以选择其他帐户。 + + + Select a Workspace + 选择工作区 + + + Select a blob + 选择 blob + + + Select a blob container + 选择 Blob 容器 + + + Select a collation + 选择排序规则 + + + Select a connection group + 选择连接组 + + + Select a connection to use as the default + 选择要用作默认值的连接 + + + Select a data source + 选择数据源 + + + Select a database + 选择数据库 + + + Select a database for profiling (Azure SQL requires a specific database) + 选择要分析的数据库(Azure SQL 需要特定数据库) + + + Select a file + 选择文件 + + + Select a folder + 选择一个文件夹 + + + Select a location for the resource group + 选择资源组的位置 + + + Select a maintenance window + 选择维护时段 + + + Select a profiler template + 选择配置文件模板 + + + Select a resource group + 选择资源组 + + + Select a server + 选择服务器 + + + Select a session first + 先选择一个会话 + + + Select a session... + 选择一个会话... + + + Select a storage account + 选择存储帐户 + + + Select a subscription + 选择订阅 + + + Select a subscription to view servers in it. + 选择订阅以查看其中的服务器。 + + + Select a tenant + 选择租户 + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + 从下拉列表中选择有效的 {0} + + + Select a workspace to view the databases in it. + 选择一个工作区以查看其中的数据库。 + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + 选择 {0} 以进行筛选 + + + Select account + 选择帐户 + + + Select all + 全选 + + + Select all cells in the active grid + 选择活动网格中的所有单元格 + + + Select all entities + 选择所有实体 + + + Select all options + 选择所有选项 + + + Select all {0} + {0} is the action name (Create, Read, etc.) + 全选 {0} + + + Select an account + 选择帐户 + + + Select an account for authentication + 选择用于身份验证的帐户 + + + Select an extension to manage connection sharing permissions + 选择用于管理连接共享权限的扩展 + + + Select an operation + 选择操作 + + + Select column + 选择列 + + + Select file to import + 选择要导入的文件 + + + Select image + 选择映像 + + + Select location + 选择位置 + + + Select new permission for extension: '{0}' + {0} is the extension name + 为扩展选择新权限:“{0}” + + + Select or clear all connection groups + 选择或清除所有连接组 + + + Select or clear all connections + 选择或清除所有连接 + + + Select package file + 选择包文件 + + + Select profile to edit + 选择要编辑的配置文件 + + + Select profile to remove + 选择要移除的配置文件 + + + Select row + 选择行 + + + Select session + 选择会话 + + + Select subscriptions + 选择订阅 + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + 选择要扫描连接组和连接的 Azure Data Studio settings.json 文件。 + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + 选择可以执行此存储过程的 HTTP 方法。DAB 默认为 POST。 + + + Select the SQL Server Container Image + 选择 SQL Server 容器映像 + + + Select the entire current column + 选择整个当前列 + + + Select the entire current row + 选择整个当前行 + + + Select the target schema + 选择目标架构 + + + Selected + 已选定 + + + Selected Microsoft Entra account removed successfully. + 已成功移除所选 Microsoft Entra 帐户。 + + + Selected Path + 所选路径 + + + Selected backup file does not contain a valid database backup + 所选备份文件没有有效的数据库备份 + + + Selected query-editor text + 所选查询编辑器文本 + + + Selection + 选择 + + + Sequelize + Sequelize + + + Serialization failed + 序列化失败 + + + Server + 服务器 + + + Server - {0} + {0} is the server name + 服务器 - {0} + + + Server Connections + 服务器连接 + + + Server Edition + 服务器版本 + + + Server Name + 服务器名称 + + + Server Version + 服务器版本 + + + Server connection in progress. Do you want to cancel? + 正在连接服务器。是否要取消? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + 无法启动服务器。这可能是由于权限错误或系统不兼容。可以尝试从设置启用设备代码身份验证。 + + + Server is required + 服务器是必需的 + + + Server name is required + 服务器名称是必填项 + + + Server name not set. + 未设置服务器名称。 + + + Server name or ADO.NET connection string + 服务器名称或 ADO.NET 连接字符串 + + + Server {0} not found. + {0} is the server name + 找不到服务器 {0}。 + + + Serverless + 无服务器 + + + Service installation failed. + 服务安装失败。 + + + Service tier + 服务层级 + + + Session + 会话 + + + Session creation timed out + 会话创建超时 + + + Session name can only contain letters, numbers, underscores, and hyphens + 会话名称只能包含字母、数字、下划线和连字符 + + + Session name cannot be empty + 会话名称不能为空 + + + Session name must be {0} characters or less + {0} is the maximum length + 会话名称不能超过 {0} 个字符 + + + Session not running + 会话未运行 + + + Set Default + 设置默认值 + + + Set Null + 设置 Null + + + Set backup Compression + 设置备份压缩 + + + Set backup Media Set + 设置备份媒体集 + + + Set backup retain days + 设置备份保留天数 + + + Setting + 设置 + + + Setting up + 正在设置 + + + Setting up container + 正在设置容器 + + + Settings + 设置 + + + Settings and Keybindings + 设置和键绑定 + + + Settings are fixed for free tier. + 免费层的设置是固定的。 + + + Settings for {0} + {0} is the entity name + {0} 的设置 + + + Severity + 严重性 + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + {0} 的严重性 + + + Shortcut + 快捷方式 + + + Shortcuts Configuration + 快捷方式配置 + + + Shortcuts Configuration (Preview) + 快捷方式配置(预览) + + + Shortcuts configuration page + 快捷方式配置页 + + + Show All + 全部显示 + + + Show Changes + 显示更改 + + + Show Confirm Password + 显示确认密码 + + + Show Definition + 显示定义 + + + Show Estimated Plan + 显示估计的计划 + + + Show MSSQL output + 显示 MSSQL 输出 + + + Show Menu + 显示菜单 + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + 显示菜单({0}) + + + Show New Password + 显示新密码 + + + Show SQL + 显示 SQL + + + Show SQL Pane + 显示 SQL 窗格 + + + Show Schema + 显示架构 + + + Show a random table definition + 显示随机表定义 + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + 显示 VS Code 键盘快捷方式中的所有快速查询快捷方式 + + + Show all columns + 显示所有列 + + + Show full error message + 显示完整的错误消息 + + + Show masked command (hides sensitive information) + 显示屏蔽命令(隐藏敏感信息) + + + Show or hide the query result panel + 显示或隐藏查询结果面板 + + + Show password + 显示密码 + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 显示连接 ‘{0}’ (ID: {1})的架构? + + + Show table relationships + 显示表关系 + + + Show unmasked command (reveals sensitive information) + 显示未屏蔽的命令(显示敏感信息) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在显示连接 ‘{0}’ (ID: {1})的架构 + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + 正在显示 {0}/{1} 个事件 + + + Showplan XML + 显示计划 XML + + + Sign In + 登录 + + + Sign in + 登录 + + + Sign in and retry + 登录并重试 + + + Sign in to a new account + 登录到新帐户 + + + Sign in to your Azure subscription + 登录到 Azure 订阅 + + + Sign in to your Azure subscription in one of the sovereign clouds. + 使用以下主权云之一登录到 Azure 订阅。 + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + 使用设备代码登录到 Azure 订阅。“登录”命令不起作用时使用此选项进行设置 + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + 使用 Entra ID“{0}”登录。 + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + 使用 Microsoft Entra ID 帐户登录,包括启用多重身份验证的帐户。单击信息图标了解详细信息。 + + + Sign into Azure + 登录到 Azure + + + Sign into Azure in order to add a firewall rule. + 登录到 Azure 以添加防火墙规则。 + + + Sign into Fabric + 登录到 Fabric + + + Sign into additional accounts + 登录到其他帐户 + + + Sign into tenant + 登录到租户 + + + Signing in to Azure as {0}... + {0} is the account name + 正在以 {0} 身份登录到 Azure... + + + Simple + 简单 + + + Simple Container Management + 简单容器管理 + + + Smart performance + 智能性能 + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + 某些连接或组的信息不完整。你可以继续,但稍后可能需要先编辑这些连接才能进行连接。 + + + Sort + 排序 + + + Sort Ascending + 升序排序 + + + Sort Descending + 降序排序 + + + Sort ascending + 升序排序 + + + Sort column + 对列进行排序 + + + Sort descending + 降序排序 + + + Source + + + + Source Column + 源列 + + + Source Database + 源数据库 + + + Source Name + 源名称 + + + Source: {0} + {0} is the fully qualified DAB source object name + 源: {0} + + + Source: {0} + {0} is the task source + 源: {0} + + + Specifies whether the column is included in the primary key for the table. + 指定该列是否包含在表的主键中。 + + + Specifies whether the column may have a NULL value. + 指定列是否可以具有 NULL 值。 + + + Specify Input File + 指定输入文件 + + + SqlPackage Command + SqlPackage 命令 + + + Standby file + 备用文件 + + + Start + 启动 + + + Start IP Address + 起始 IP 地址 + + + Start Time + 开始时间 + + + Start profiling session + 启动分析会话 + + + Start, stop, and remove containers directly from the extension. + 直接从扩展中启动、停止和移除容器。 + + + Started executing query at + 开始执行查询的位置 + + + Started query execution for document "{0}" + {0} is the document name + 已开始执行对于文档“{0}”的查询 + + + Started saving results to {0} + {0} is the file path + 已开始将结果保存至 {0} + + + Starting '{0}'... + {0} is the service name + 正在启动“{0}”... + + + Starting Container... + 正在启动容器... + + + Starting DAB container + 正在启动 DAB 容器 + + + Starting Docker Desktop + 正在启动 Docker Desktop + + + Starting Docker... + 正在启动 Docker... + + + Starting {0}... + {0} is the container name + 正在启动 {0}... + + + Starts With + 开头为 + + + Starts with + 开头为 + + + Status + 状态 + + + Status: {0} + {0} is the task status + 状态: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + 第 {0} 步(共 {1} 步) + + + Stop + 停止 + + + Stop session + 停止会话 + + + Stopped + 已停止 + + + Stopping Container... + 正在停止容器... + + + Stopping profiler session "{0}"... + {0} is the session name + 正在停止探查器会话“{0}”... + + + Storage + 存储 + + + Storage Account + 存储帐户 + + + Storage Account is required + 需要存储帐户 + + + Stored Procedure + 存储过程 + + + Stored Procedures + 存储过程 + + + Stored procedure GraphQL operation + 存储过程 GraphQL 操作 + + + Stored procedure REST methods + 存储过程 REST 方法 + + + Submit + 提交 + + + Submit an issue + 提交问题 + + + Subscription + 订阅 + + + Subscription is required + 订阅为必填项 + + + Subtree Cost + 子树成本 + + + Succeeded + 成功 + + + Succeeded with warning + 成功,但出现警告 + + + Successfully changed to database: {0} + {0} is the database name + 已成功更改为数据库: {0} + + + Successfully connected to server. + 已成功连接到服务器。 + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + URI {1} 的连接 {0} 的成功刷新的令牌,{2} + + + Successfully saved results to {0} + {0} is the file path + 已成功将结果保存到 {0} + + + Sum + 求和 + + + Sum: {0} + {0} is the sum + 总和: {0} + + + Summary + 摘要 + + + Summary loading canceled + 已取消摘要加载 + + + Summary loading was canceled by user + 用户已取消摘要加载 + + + Switch Direction + 切换方向 + + + Switch Source and Target + 切换源和目标 + + + Switch between result panes and tabs + 在结果窗格和选项卡之间切换 + + + Switch results view + 切换结果视图 + + + Switch to Grid View + 切换到网格视图 + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + 切换到网格视图({0}) + + + Switch to MSAL + 切换到 MSAL + + + Switch to Messages tab + 切换到“消息”选项卡 + + + Switch to Query Plan tab + 切换到“查询计划”选项卡 + + + Switch to Results tab + 切换到“结果”选项卡 + + + Switch to Text View + 切换到文本视图 + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + 切换到文本视图({0}) + + + Switched to {0} + {0} is the connection label + 已切换到 {0} + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + 已取消切换到 Linux 容器。SQL Server 仅支持 Linux 容器。 + + + Synchronous resize + 同步重设大小 + + + System databases + 系统数据库 + + + T-SQL + T-SQL + + + Table + + + + Table '{0}' already exists + {0} is the table name + 表“{0}”已存在 + + + Table '{0}' not found + {0} is the table name + 找不到表“{0}” + + + Table Diagram + 表图 + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + ‘{0}’ 的表资源管理器具有未保存的更改。要保存还是放弃它们? + + + Table Name + 表单名称 + + + Table Schema + 表架构 + + + Table added to schema designer successfully. + 已成功将表添加到架构设计器。 + + + Table deleted from schema designer successfully. + 已成功从架构设计器中删除表。 + + + Table id already exists. + 表 ID 已存在。 + + + Table must include at least one column. + 表必须至少包含一列。 + + + Table name + 表单名称 + + + Table name cannot be empty + 表名不能为空 + + + Table name is required + 必须提供表名称 + + + Table updated in schema designer successfully. + 已在架构设计器中成功更新表。 + + + Tables + + + + Tag keys must be unique. + 标记键必须是唯一的。 + + + Tags + 标记 + + + Tail-log backup + 结尾日志备份 + + + Tail-log backup file + 结尾日志备份文件 + + + Take Survey + 参加调查 + + + Take tail-log backup before restore + 还原前进行结尾日志备份 + + + Target + 目标 + + + Target Database + 目标数据库 + + + Target Name + 目标名称 + + + Target Table + 目标表 + + + Target: {0} + {0} is the task target location + 目标: {0} + + + Task log is unavailable. + 任务日志不可用。 + + + Task: {0} + {0} is the task name + 任务: {0} + + + Tenant + 租户 + + + Tenant ID + 租户 ID + + + Tenant ID is required + 租户 ID 为必填项 + + + Tenant is required + 需要租户 + + + Terms & Conditions + 条款和条件 + + + Test connecting with the current settings + 使用当前设置测试连接 + + + Test connection + 测试连接 + + + Testing connection profile... + 正在测试连接配置文件... + + + Testing... + 正在测试... + + + Text + 文本 + + + Text View + 文本视图 + + + Text tab - displays SQL text data + 文本选项卡 - 显示 SQL 文本数据 + + + The Application (Client) ID of your Microsoft Entra app registration. + Microsoft Entra 应用注册的应用程序(客户端) ID。 + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + 查询探查器现在支持 Microsoft Fabric 连接中的 SQL 数据库,新 Azure SQL 数据库模板包括用于轻型 T-SQL 分析的 {code-snippet-0}。 + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + SQL Server 扩展无法启动,因为其所需的后台服务启动失败。请为你的操作系统安装脱机 VSIX,或检查网络连接后重试。详细信息: {0} + + + The XEL file was not found. + 找不到 XEL 文件。 + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + 当用户尝试删除包含外键关系中所涉及数据的行时的行为。 + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + 当用户尝试更新包含外键关系中所涉及数据的行时的行为。 + + + The client secret for your Microsoft Entra app registration. + Microsoft Entra 应用注册的客户端密码。 + + + The columns of the index. + 索引的列。 + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + `mssql.defaultConnectionId` 中设置的连接 ID“{0}”与任何已知的连接配置文件均不匹配。新编辑器将回退以传输活动连接。 + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + ID 为“{0}”的连接未设置 ‘server’ 属性,并且将被忽略。 请在此连接上设置 ‘server’ 属性以使用它。 + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + 未配置自定义云选择。请配置设置 `{0}`。 + + + The description of the check constraint. + CHECK 约束的说明。 + + + The description of the foreign key. + 外键的说明。 + + + The description of the index. + 索引的说明。 + + + The description of the primary key. + 主键的说明。 + + + The expression defining the check constraint. + 定义 CHECK 约束的表达式。 + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + 扩展“{0}”正在请求访问你的 SQL Server 连接。这将允许它执行查询并访问你的数据库。 + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + 第一个值必须小于 {1} 筛选器中 {0} 运算符的第二个值 + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + 必须为 {1} 筛选器中的 {0} 运算符设置第一个值 + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + 以下工作区或工作区文件夹连接缺少 ‘id’ 属性,并且将被忽略。 请手动将 ‘id’ 属性添加到连接以使用它。 + + {0} + + + The language model did not return any output. + 语言模型未返回任何输出。 + + + The mapping between foreign key columns and primary key columns. + 外键列和主键列之间的映射。 + + + The maximum length (in characters) that can be stored in this database object. + 可在此数据库对象中存储的最大长度(以字符为单位)。 + + + The name of the check constraint. + CHECK 约束的名称。 + + + The name of the column object. + 列对象的名称。 + + + The name of the column. + 列的名称。 + + + The name of the foreign key. + 外键的名称。 + + + The name of the index. + 索引的名称。 + + + The query results panel failed to load. Please try running the query again. + 查询结果面板加载失败。请尝试重新运行查询。 + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + 已清除最近连接列表,但删除某些关联凭据时出错。查看 MSSQL 输出通道中的错误。 + + + The requested model could not be found. Please check model availability or try a different model. + 找不到请求的模型。请检查模型可用性或尝试其他模型。 + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + 必须为 {1} 筛选器中的 {0} 运算符设置第二个值 + + + The selected file is not a valid XEL file. + 所选文件不是有效的 XEL 文件。 + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + 所选配置文件使用 Entra ID“{0}”进行身份验证,但该帐户未登录到 MSSQL 扩展。编辑连接或使用该帐户登录 MSSQL 进行连接。 + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + 所选配置文件使用租户 ‘{1}’ 上的 Entra ID ‘{0}’ 进行身份验证,但该帐户无法通过 VS Code 登录使用。编辑连接或使用该帐户登录 VS Code 进行连接。 + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + 所选配置文件使用租户“{1}”上的 Entra ID“{0}”进行身份验证,但该帐户未登录到 MSSQL 扩展。编辑连接或使用该帐户登录 MSSQL 进行连接。 + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + 所选配置文件使用 Entra ID“{0}”进行身份验证,但该帐户无法通过 VS Code 登录使用。编辑连接或使用该帐户登录 VS Code 进行连接。 + + + The table which contains the primary or unique key column. + 包含主键列或唯一键列的表。 + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + {0} 服务已崩溃。详细信息: {1} + + + There was an error updating the project + 更新项目时出错 + + + This connection does not have a display name in Azure Data Studio. + 此连接在 Azure Data Studio 中没有显示名称。 + + + This connection's group has not been selected, so this connection will be imported to the root. + 尚未选择此连接的组,因此此连接将导入到根目录。 + + + This database name is already in use. Please choose a different name. + 此数据库名称已在使用中。请选择其他名称。 + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + 无法处理此消息。如果此问题仍然存在,请查看日志并在 GitHub 上打开问题。 + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + 此操作已分析输入文件结构来为最多前 50 行生成以下预览。 + + + This server only supports Microsoft Entra ID authentication. + 此服务器仅支持 Microsoft Entra ID 身份验证。 + + + This server only supports SQL Authentication. + 此服务器仅支持 SQL 身份验证。 + + + This server supports Microsoft Entra ID and SQL Authentication. + 此服务器支持 Microsoft Entra ID 和 SQL 身份验证。 + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + 此快捷方式要求将所选文本作为参数传递。在 SQL 编辑器中选择文本,然后再次运行快捷方式。 + + + This value was not provided in the Azure Data Studio settings file. + Azure Data Studio 设置文件中未提供此值。 + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + 这将使用 Docker 在本地部署数据 API 生成器容器。该容器将根据你的配置公开 {0} API。 + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + 此操作会将所有规则重置为其默认严重性,并禁用“在生成时启用 Code Analysis”。此操作无法撤消。是否要继续? + + + Time + 时间 + + + Timestamp + 时间戳 + + + To + Label for the end IP address in the firewall rule IP range + + + + To compare two schemas, first select a source schema and target schema, then press compare. + 要比较两个架构,请先选择源架构和目标架构,然后按“比较”。 + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + 若要使用此命令,请打开一个 .sql 文件,或者将编辑器语言更改为“SQL”,或者在运行中的 SQL 编辑器中选择 T-SQL 文本。 + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + 若要使用此命令,必须将语言设定为“SQL”。确认要更改语言模式。 + + + Toggle Actual Plan + 切换实际计划 + + + Toggle Query Result Panel + 切换查询结果面板 + + + Toggle SQLCMD Mode + 切换 SQLCMD 模式 + + + Toggle Sort + 切换排序 + + + Toggle Tooltips + 切换工具提示 + + + Toggle actual execution plan collection for SQL queries + 切换 SQL 查询的实际执行计划集合 + + + Toggle all entities in {0} + {0} is the schema name + 切换 {0} 中的所有实体 + + + Toggle between grid and text view + 在网格和文本视图之间切换 + + + Toggle columns for {0} + {0} is the entity name + 切换 {0} 的列 + + + Toggle dark mode + 切换深色模式 + + + Toggle filter row + 切换筛选器行 + + + Toggle pre-header row + 切换前置标题行 + + + Toggle selection for {0} + {0} is the connection display name + 切换 {0} 的所选内容 + + + Toggle selection for {0} + {0} is the connection group name + 切换 {0} 的所选内容 + + + Toggle sort + 切换排序 + + + Toggle sorting for the active column + 切换活动列的排序 + + + Token refreshed successfully. + 已成功刷新令牌。 + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + 针对以下项的工具查找: {0} - {1}。 + + + Total execution time: {0} + {0} is the elapsed time + 总执行时间: {0} + + + Total rows to fetch: + 要提取的总行数: + + + Transaction Log + 事务日志 + + + Transfer active connection (Default) + 传输活动连接(默认) + + + Truncate the transaction log + 截断事务日志 + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + 利用免费层套餐免费试用 Azure SQL 数据库!直接从 VS Code 预配完全托管的云数据库。 + + + Try adjusting your search or filters + 尝试调整搜索或筛选器 + + + Try it + 试用 + + + Try searching by command name, description, or keybinding. + 尝试按命令名称、描述或键绑定进行搜索。 + + + Type + 类型 + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + URL 已复制到剪贴板 + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + 无法从所选帐户的 VS Code 获取 Microsoft Entra 令牌: {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + 无法获取有效的令牌。(过期时间: {0},但当前为 {1}) + + + Unable to determine the server authentication type. + 无法确定服务器身份验证类型。 + + + Unable to execute the command while the extension is initializing. Please try again later. + 扩展组件正在初始化中,无法执行此命令。请稍后重试。 + + + Unable to expand. Please check logs for more information. + 无法展开。有关详细信息,请查看日志。 + + + Unable to load backup configuration. Please try again. + 无法加载备份配置。请重试。 + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + 无法从服务器加载数据库列表: {0}。可以直接输入数据库名称。 + + + Unable to open Table Explorer: No target node provided. + 无法打开表资源管理器: 未提供目标节点。 + + + Unable to read proxy agent options. + 无法读取代理智能体选项。 + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + 无法检索数据库列表。你可能没有权限列出此服务器上的数据库。 + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + 无法检索数据库列表。你可能没有权限列出此服务器上的数据库。如果连接指定了数据库,该数据库将被预先选中。 + + + Unavailable for backups to existing files + 不可用于备份到现有文件 + + + Understand and document business logic embedded in stored procedures, views, and functions + 了解并记录存储过程、视图和函数中嵌入的业务逻辑 + + + Undo + 撤消 + + + Undo All + 全部撤消 + + + Undo All Copilot Changes + 撤消所有 Copilot 更改 + + + Unfreeze columns + 取消冻结列 + + + Unfreeze columns/rows + 取消冻结列/行 + + + Unknown + 未知 + + + Unknown Connection + 未知的连接 + + + Unknown account + 未知帐户 + + + Unknown deployment step: {0} + {0} is the deployment step number + 未知部署步骤: {0} + + + Unknown error + 未知错误 + + + Unknown magic command: %%{0} + {0} is the magic command name + 未知 magic 命令: %%{0} + + + Unknown object management dialog. + 未知对象管理对话框。 + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + 未知操作: {0}。支持的操作: add_table、update_table、delete_table、replace_schema、get_schema + + + Unknown tenant ID + 未知租户 ID + + + Unnamed Profile + 未命名的配置文件 + + + Unsaved Changes + 未保存的更改 + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + Docker 的体系结构不受支持: {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + 连接字符串中的身份验证类型不受支持: {0}。仅支持 SQL 登录、集成、Azure MFA 和 Active Directory 默认身份验证。 + + + Unsupported by Data API builder. + 数据 API生成器不支持。 + + + Unsupported data types detected + 检测到不受支持的数据类型 + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + 不支持的 Docker 平台: {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + 每月最多续订 10 个数据库,包含 10 万 vCore 秒、32 GB 存储空间和备份。 + + + Update + 更新 + + + Update Database + 更新数据库 + + + Update Script + 更新脚本 + + + Updating IntelliSense... + 正在更新 IntelliSense... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + 已超出使用限制。请稍后再试,或考虑优化请求。 + + + Use Microsoft Entra ID authentication to provision and connect to this database. + 使用 Microsoft Entra ID 身份验证预配并连接到此数据库。 + + + Use SQL Authentication with a valid username and password. + 将 SQL 身份验证与有效的用户名和密码配合使用。 + + + Use T-SQL intellisense and syntax error checking on current document + 在当前文档中使用 T-SQL Intellisense 和语法错误检查 + + + Use discount code {0} to save €200 on registration. + 使用折扣代码 {0},可在注册时节省 200 欧元。 + + + Use encryption for this backup + 对此备份使用加密 + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + 使用格式: YYYY-MM-DD HH:mm:ss[.SSS] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + 使用自然语言直接在可视化架构设计器中设计数据库架构。从头开始创建架构,改进现有设计,通过差异视图查看更改,并导入外部项目 - 所有这些都反映在可视图和 T-SQL 脚本中。 + + + Use the default server setting + 使用默认服务器设置 + + + Use {0} to create a new connection. + {0} is the connect command + 使用 {0} 创建新连接。 + + + Used in API routes and responses + 在 API 路由和响应中使用 + + + User + 用户 + + + User ID + 用户 ID + + + User Name + 用户名 + + + User databases + 用户数据库 + + + User name + 用户名 + + + User name (SQL Login) + 用户名(SQL 登录名) + + + User name is required + 用户名是必需的 + + + Username + 用户名 + + + Username is required + 用户名为必填项 + + + Uses the WITH KEEP_REPLICATION option during restore + 还原期间使用 WITH KEEP_REPLICATION 选项 + + + Uses the WITH NORECOVERY option during restore + 还原期间使用 WITH NORECOVERY 选项 + + + Uses the WITH REPLACE option during restore + 还原期间使用 WITH REPLACE 选项 + + + Uses the WITH RESTRICTED_USER option during restore + 还原期间使用 WITH RESTRICTED_USER 选项 + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + 正在使用 {0} ({1})... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + 正在使用 {0} 处理你的请求... + + + Validation failed + 验证失败 + + + Validation failed. Please check your inputs + 验证失败。请检查输入 + + + Value + + + + Value is required + 必须提供值 + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + 矢量值在此编辑器中为只读状态。使用 T-SQL 修改值或重新生成嵌入。 + + + Verify a container image by using the Notation CLI + 使用 Notation CLI 验证容器映像 + + + Verify backup when finished + 完成后验证备份 + + + Verifying Docker engine is ready + 正在验证 Docker 引擎是否已准备就绪 + + + Verifying Docker is installed on your system + 正在验证是否已在系统上安装 Docker + + + Verifying the API is ready to accept requests + 正在验证 API 是否已准备好接受请求 + + + Very Dissatisfied + 非常不满意 + + + Very Satisfied + 非常满意 + + + View + 查看 + + + View Config + 查看配置 + + + View More + 查看更多 + + + View Swagger + 查看 Swagger + + + View Table Diagram + 查看表格关系图 + + + View known issues + 查看已知问题 + + + View mssql for Visual Studio Code release notes? + 是否查看 mssql 以获取 Visual Studio Code 发行说明? + + + View roadmap + 查看路线图 + + + View settings + 查看设置 + + + View the estimated query execution plan + 查看估计的查询执行计划 + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + 使用实时验证和实时 DML 脚本预览在交互式网格中查看、添加、编辑和删除表行。 + + + View/configure keybinding + 查看/配置键绑定 + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + 查看/配置 {0} 的键绑定 + + + View: + 视图: + + + Views + 视图 + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + 必须重新启动 Visual Studio Code 才能使此设置生效。请重新加载 Visual Studio Code。 + + + Visualize and Design Schema + 可视化和设计架构 + + + WHERE + WHERE + + + Warehouse + 仓库 + + + Warning + 警告 + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + 警告: 结果集不完整。正在显示 {0} 行(共 {1} 行)。无法加载完整的结果集。 + + + Warnings + 警告 + + + Warnings detected. Please review the changes. + 检测到警告。请查看更改。 + + + Watch demo + 观看演示 + + + Watch demos on YouTube + 在 YouTube 上观看演示 + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + 找不到 Docker 桌面在你的计算机上的位置。请手动启动 Docker 桌面,然后重试。 + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + 无法使用当前连接信息进行连接。是否要重试连接或编辑连接配置文件? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + 很高兴你喜欢 MSSQL for VS Code! 请考虑在 VS Code 商城留下简短评价。 + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + Web 视图“{0}”未在 {1} 毫秒内准备就绪 + + + Webview was disposed before it became ready + Web 视图在准备就绪前已被销毁 + + + What I can do for you: + 我可以为你执行的操作: + + + What can we do to improve? + 我们怎么做才可以进行改进? + + + What's next? + 接下来会发生什么? + + + Width cannot be 0 or negative + 宽度不能为 0 或负 + + + Windows Authentication + Windows 身份验证 + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + 适用于 VS Code/SSMS,并采用 Microsoft Entra 身份验证和 Fabric 访问控制。 + + + Workspace + 工作区 + + + Workspace is required + 工作区是必需的 + + + Write a review + 撰写评价 + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + 使用交互式结果、排序、筛选和 Markdown 文档在本机 Visual Studio Code Jupyter 笔记本中编写和运行 SQL 查询。 + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + 使用 AI 建议的改进编写、优化和排查 SQL 查询问题 + + + YYYY-MM-DD HH:mm:ss + YYYY-MM-DD HH:mm:ss + + + Yes + + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + 你即将部署到现有数据库。此操作将永久更改数据库架构,且可能导致数据丢失。是否要继续? + + + You are not connected to any database. + 你未连接到任何数据库。 + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + 你看到此消息是因为你已将 MSSQL 扩展更新为版本 {0}。 + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + 你已捕获尚未导出的探查器事件。如果立即关闭,将丢失所有捕获的事件。是否要将其导出到 CSV 文件? + + + You have unsaved changes. Do you want to save before closing? + 你有未保存的更改。是否要在关闭之前保存它们? + + + You must accept the license + 必须接受许可证 + + + You must be signed into Azure in order to browse SQL databases. + 必须登录到 Azure 才能浏览 SQL 数据库。 + + + You must be signed into Fabric in order to browse SQL databases. + 必须登录到 Fabric 才能浏览 SQL 数据库。 + + + You must review and accept the terms to proceed + 必须查看并接受条款才能继续操作 + + + Your API is available at: + 你的 API 可通过以下地址访问: + + + Your APIs are available at the following endpoints: + API 可在以下终结点使用: + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + Docker 引擎当前运行 Windows 容器。SQL Server 仅支持 Linux 容器。是否要切换到 Linux 容器? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + 你的帐户需要重新进行身份验证才能访问 {0} 资源。按“打开”以开始身份验证过程。 + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + 客户端 IP 地址“{0}”无权访问你尝试连接到的服务器“{1}”。是否要创建新的防火墙规则? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + 你的客户端 IP 地址没有访问服务器所需的权限。添加 Microsoft Entra 帐户并创建新的防火墙规则以启用访问权限。 + + + Your current IP {0} will be added automatically. + {0} is the current IP address + 将自动添加当前 IP {0}。 + + + Your database will continue running after the free offer limit and you will be charged for overages. + 达到免费套餐限制后,你的数据库将继续运行,并向你收取超额费用。 + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + 密码必须包含以下至少三个类别的字符: 大写字母、小写字母、数字(0-9)和特殊字符(!、$、#、% 等)。 + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + 你的租户“{0} ({1})”需要你重新进行身份验证才能访问 {2}资源。按“打开”以开始身份验证过程。 + + + Zone-redundant backup storage + 区域冗余备份存储 + + + Zoom In + 放大 + + + Zoom Out + 缩小 + + + Zoom to Fit + 缩放到合适大小 + + + [Optional] Database to connect (press Enter to connect to <default> database) + [可选] 要连接的数据库(按 Enter 连接到 <default> 数据库) + + + [Optional] Enter a display name for this connection profile + [可选] 输入此连接配置文件的显示名称 + + + [Read-only] Pre-filled from the server properties. + [只读] 已根据服务器属性预填充。 + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + + + + authenticationType + authenticationType + + + contains + 包含 + + + database + 数据库 + + + default + 默认 + + + delete the saved connection: {0}? + {0} is the connection name + 删除保存的连接: {0}? + + + does not contain + 不包含 + + + encrypt + 加密 + + + ends with + 结尾为 + + + equals + 等于 + + + greater than + 大于 + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + hostname\instance 或 <server>.database.windows.net 或 ADO.NET 连接字符串 + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + 不为 null + + + is null + 为 null + + + items + + + + items per page + 每页项数 + + + items selected + 已选择项 + + + less than + 小于 + + + location + 位置 + + + macOS Sierra or newer is required to use this feature. + 需要 macOS Sierra 或更高版本才能使用该功能。 + + + none selected + 未选择任何内容 + + + not equals + 不等于 + + + of + / + + + or + + + + profiler_events + profiler_events + + + resource group + 资源组 + + + server + 服务器 + + + starts with + 开头为 + + + subscription + 订阅 + + + test + 测试 + + + undefined + 未定义 + + + untitled + 无标题 + + + updatingIntelliSense + updatingIntelliSense + + + vCores + vCore + + + value + + + + x of y selected + 已选择 x 个(共 y 个) + + + {0} (Current Account) + {0} is the account display name + {0} (当前帐户) + + + {0} (filtered) + {0} (已筛选) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1}%) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1}%): {2} + + + {0} accounts + {0} is the number of accounts + {0} 个帐户 + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + {1} 的 {0} 操作 + + + {0} change(s) + {0} is the number of changes + {0} 个更改 + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + 已将 {0} 从 ‘{1}’ 更改为 ‘{2}’ + + + {0} changes + {0} is the number of property changes + {0} 项更改 + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + {0} 颜色样本 ({1}) + + + {0} column data + {0} is the number of columns + {0} 列数据 + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + 已导入 {0} 个连接组 + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + 已导入 {0} 个连接组 + + + {0} connection imported + {0} is the number of connections imported (singular) + 已导入 {0} 连接 + + + {0} connections imported + {0} is the number of connections imported (plural) + 已导入 {0} 个连接 + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {0} 包含数据 API 生成器不支持的列类型: {1} + + + {0} deleted successfully. + {0} deleted successfully. + 已成功删除 {0}。 + + + {0} errors + {0} is the number of errors + {0} 个错误 + + + {0} events + {0} is the number of events + {0} 个事件 + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} 已关闭。是否要还原它? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + {0} 已移除无效的 Entra 帐户;可能需要运行 `MS SQL: 清除 Microsoft Entra 帐户令牌缓存`,然后重新登录。 + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} 是主键列,不能禁用。 + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} 未全局启用 + + + {0} issue + {0} is the number of issues + {0} 个问题 + + + {0} issues + {0} is the number of issues + {0} 个问题 + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} 必须定义要与数据 API生成器一起使用的一个或多个关键字段 + + + {0} objects found + {0} is the number of objects found + 找到 {0} 个对象 + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0} 个活动(共 {1} 个) + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + 已选择 {0}/{1} 个连接组。 + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + 已选择{0}/{1}个连接 + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + 已启用 {0} 个(共 {1} 个) + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {0} 条规则,共 {1} 条 + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0} 个租户(共 {1} 个) + + + {0} password doesn't match the confirmation password + {0} 密码与确认密码不匹配 + + + {0} properties + {0} is the object type + {0} 属性 + + + {0} query + {0} is the Quick Query shortcut name + {0} 查询 + + + {0} rows + {0} is the number of rows + {0} 行 + + + {0} rows returned + {0} is the number of rows returned + 返回了 {0} 行 + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + 已选择 {0} 行,单击可加载摘要 + + + {0} rules + {0} is the number of code analysis rules + {0} 条规则 + + + {0} selected + {0} is the number of selected filter values + 已选择 {0} + + + {0} selected + {0} is the number of selected rows + 已选择 {0} 个 + + + {0} setting imported + {0} is the number of settings imported (singular) + 已导入 {0} 设置 + + + {0} settings imported + {0} is the number of settings imported (plural) + 已导入设置 {0} + + + {0} started successfully. + {0} started successfully. + 已成功启动 {0}。 + + + {0} stopped successfully. + {0} stopped successfully. + 已成功停止 {0}。 + + + {0} warnings + {0} is the number of warnings + {0} 个警告 + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0} {1} 个问题 + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0} {1} 个问题 + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0},+ 另外 {1} 个 + + + {0}. {1} + {0} is the status +{1} is the message + {0}。{1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + {0}/{1} 个事件 + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}。{2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0} 天 {1} 小时 + + + {0}h + {0} is the number of hours + {0} 小时 + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0} 小时 {1} 分 + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0} 小时 {1} 分 + + + {0}m + {0} is the number of minutes + {0} 分钟 + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0} 分钟 {1} 秒 + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0} 分钟 {1} 秒 + + + {0}ms + {0} is the number of milliseconds + {0} 毫秒 + + + {0}ms + {0} is the elapsed time in milliseconds + {0} 毫秒 + + + {0}s + {0} is the number of seconds + {0} 秒 + + + {0}s + {0} is the elapsed time in seconds + {0} 秒 + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ 授予访问权限 + + + ✅ Grant Access (Current) + ✅ 授予访问权限(当前) + + + ❌ Deny Access + ❌ 拒绝访问 + + + ❌ Deny Access (Current) + ❌ 拒绝访问(当前) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋我是适用于 MSSQL 扩展的 GitHub Copilot,是 Visual Studio Code 中的智能 SQL 开发助手。我直接从 VS Code 帮助你连接、探索、设计和改进 SQL 数据库。 + + + + + + + Add Connection + 添加连接 + + + Add Connection Group + 添加连接组 + + + Add Microsoft Entra Account + 添加 Microsoft Entra 帐户 + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + 允许用户登录到输入受限设备。 + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + 始终连接新编辑器,并将 SQL 文件打开到 `mssql.defaultConnectionId` 指定的连接。 + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + 如果执行超时为 0,则表示无限等待(不会超时) + + + Analyze Query Performance + 分析查询性能 + + + Application Intent + 应用程序意向 + + + Automatically display query results in a new tab instead of the query pane. + 在新选项卡而不是查询窗格中自动显示查询结果。 + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + 切换到包含查询结果的编辑器时自动显示结果面板。仅在启用“在选项卡中打开结果”时适用。 + + + Azure MFA + Azure MFA + + + Background Tasks + 后台任务 + + + Backup Database... + 备份数据库... + + + Build Data API... + 生成数据 API... + + + Cancel Connection (MSSQL) + 取消连接(MSSQL) + + + Cancel Query (MSSQL) + 取消查询(MSSQL) + + + Cancel Task + 取消任务 + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + 将活动编辑器的连接传递到新打开的查询编辑器选项卡和 SQL 文件。 + + + Change Connection (MSSQL) + 更改连接(MSSQL) + + + Change Database (MSSQL) + 更改数据库(MSSQL) + + + Change Notebook Connection + 更改笔记本连接 + + + Change Notebook Database + 更改笔记本数据库 + + + Choose SQL handler for this file + 为此文件选择 SQL 句柄 + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + 选择结果网格列的自动调整大小的方式(标题 + 数据、仅数据或禁用自动调整大小)。 + + + Chooses which Authentication method to use + 选择要使用的身份验证方法 + + + Clear All Connection Sharing Permissions + 清除所有连接共享权限 + + + Clear All Query History + 清除所有查询历史记录 + + + Clear Filters + 清除筛选器 + + + Clear Finished Tasks + 清除已完成的任务 + + + Clear Microsoft Entra account token cache + 清除 Microsoft Entra 帐户令牌缓存 + + + Clear Pooled Connections + 清除共用连接 + + + Command Timeout + 命令超时 + + + Compare Schemas... + 比较架构... + + + Configure up to 10 Quick Queries that execute from commands. + 最多配置 10 个通过命令执行的快速查询。 + + + Connect (MSSQL) + 连接(MSSQL) + + + Connect to a SQL Database + 连接到 SQL 数据库 + + + Connection Dialog + “连接”对话框 + + + Connection Timeout + 连接超时 + + + Connection groups + 连接组 + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + “用户设置”中定义的连接配置文件显示在命令面板的“MS SQL: 连接”命令下。 + + + Connections + 连接 + + + Control which grid lines are visible in the results grid. + 控制哪些网格线在结果网格中可见。 + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + 控制如何自动连接新的 SQL 编辑器窗口和打开的 SQL 文件。 + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + 控制允许在内存中进行筛选和排序的最大行数。如果超过最大行数,则将禁用排序和筛选。警告: 增加此值可能会影响性能。 + + + Copy All + 全部复制 + + + Copy Cell Messages + 复制单元格消息 + + + Copy Connection String + 复制连接字符串 + + + Copy Object Name + 复制对象名称 + + + Create Azure Function with SQL binding + 使用 SQL 绑定创建 Azure 函数 + + + Create a Table with Table Designer + 使用表设计器创建表 + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + 在数据库中创建新表,或使用表设计器编辑现有表。 +完成更改后,单击“发布”按钮以将更改发送到数据库。 + + + DACPAC/BACPAC Operations... + DACPAC/BACPAC 操作... + + + Default view mode for query results display. + 用于显示查询结果的默认视图模式。 + + + Delete + 删除 + + + Delete Connection Group + 删除连接组 + + + Delete SQL Container + 删除 SQL 容器 + + + Deploy DACPAC + 部署 DACPAC + + + Disable Actual Plan (MSSQL) + 禁用实际计划(MSSQL) + + + Disable Group By Schema + 禁用分组依据架构 + + + Disable automatic column sizing + 禁用自动列大小调整 + + + Disabled + 已禁用 + + + Disconnect (MSSQL) + 断开连接(MSSQL) + + + Display name for this Quick Query. + 此快速查询的显示名称。 + + + Display results in a formatted text format. + 以格式化文本格式显示结果。 + + + Display results in a tabular grid format (default) + 以表格网格格式显示结果(默认) + + + Do not auto-connect. You must connect each SQL file manually. + 不要自动连接。必须手动连接每个 SQL 文件。 + + + Do not show prompts to display query results in a new tab. + 不显示在新选项卡中显示查询结果的提示。 + + + Drop Database... + 删除数据库... + + + Edit Connection Group + 编辑连接组 + + + Edit Connection Sharing Permissions + 编辑连接共享权限 + + + Edit Connection... + 编辑连接... + + + Edit Table Data... + 编辑表数据... + + + Enable Actual Plan (MSSQL) + 启用实际计划(MSSQL) + + + Enable Group By Schema + 按架构启用分组 + + + Enable Parameterization for Always Encrypted + 启用 Always Encrypted 参数化 + + + Enable Query History Capture + 启用查询历史记录捕获 + + + Enable SET ANSI_DEFAULTS + 启用 SET ANSI_DEFAULTS + + + Enable SET ANSI_NULLS + 启用 SET ANSI_NULLS + + + Enable SET ANSI_NULL_DFLT_ON + 启用 SET ANSI_NULL_DFLT_ON + + + Enable SET ANSI_PADDING + 启用 SET ANSI_PADDING + + + Enable SET ANSI_WARNINGS + 启用 SET ANSI_WARNINGS + + + Enable SET ARITHABORT option + 启用 SET ARITHABORT 选项 + + + Enable SET CURSOR_CLOSE_ON_COMMIT + 启用 SET CURSOR_CLOSE_ON_COMMIT + + + Enable SET DEADLOCK_PRIORITY option + 启用 SET DEADLOCK_PRIORITY 选项 + + + Enable SET IMPLICIT_TRANSACTIONS + 启用 SET IMPLICIT_TRANSACTIONS + + + Enable SET LOCK TIMEOUT option (in milliseconds) + 启用 SET LOCK TIMEOUT 选项(以毫秒为单位) + + + Enable SET NOCOUNT option + 启用 SET NOCOUNT 选项 + + + Enable SET NOEXEC option + 启用 SET NOEXEC 选项 + + + Enable SET PARSEONLY option + 启用 SET PARSEONLY 选项 + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + 启用 SET QUERY_GOVERNOR_COST_LIMIT + + + Enable SET QUOTED_IDENTIFIER + 启用 SET QUOTED_IDENTIFIER + + + Enable SET STATISTICS IO option + 启用 SET STATISTICS IO 选项 + + + Enable SET STATISTICS TIME option + 启用 SET STATISTICS TIME 选项 + + + Enable SET TRANSACTION ISOLATION LEVEL option + 启用 SET TRANSACTION ISOLATION LEVEL 选项 + + + Enable SET XACT_ABORT ON option + 启用 SET XACT_ABORT ON 选项 + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + 在结果网格中启用交替行背景色(斑马纹)。颜色派生自当前 VS Code 主题。 + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + 当表超过 10 列时,在架构设计器表节点中启用“展开/折叠”按钮 + + + Enabled + 已启用 + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + 启用连接池以提高整体连接性能。默认情况下禁用此设置。更改该值时,需要重新启动 Visual Studio Code。要清除共用连接,请运行以下命令: 'MS SQL: Clear Pooled Connections'。注意: 可以保持无服务器数据库处于活动状态,并防止自动暂停。 + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + 在 MSSQL 扩展中启用实验性功能。这些功能未准备就绪,可能存在漏洞或问题。请在更改此设置后重启 Visual Studio Code。 + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + 通过改进的状态管理和更多列自定义选项(包括显示、隐藏和冻结列)启用预览查询结果网格体验。 + + + Estimated Plan (MSSQL) + 估计的计划(MSSQL) + + + Execute Query (MSSQL) + 执行查询(MSSQL) + + + Execute Selection or Current Statement (MSSQL) + 执行所选内容或当前语句(MSSQL) + + + Explain Query + 解释查询 + + + Export BACPAC + 导出 BACPAC + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + 额外垂直填充(以像素为单位)添加到结果网格中的每一行,控制行密度。有效范围: 0-10。 + + + Extract DACPAC + 提取 DACPAC + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + 熟悉 MSSQL 扩展的更多功能,以帮助提高工作效率。 + + + Filter + 筛选器 + + + Filter your Object Explorer Tree + 筛选对象资源管理器树 + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + 生成脚本 + + + Get Started with MSSQL for Visual Studio Code + MSSQL for Visual Studio Code 入门 + + + Getting Started Guide + 入门指南 + + + Hide all grid lines + 隐藏所有网格线 + + + Import BACPAC + 导入 BACPAC + + + Import Data... + 导入数据... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + 启动查询探查器... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + 与 SQL 数据库建立新连接,或使用连接对话框编辑现有连接。 +可以通过输入连接信息、使用连接字符串或浏览 Azure 订阅来连接到数据库。 +[打开连接对话框](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + 管理连接配置文件 + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + 运行查询后,XML 列中每个值可存储的最大字符数。默认值: 2,097,152。有效值范围: 1 到 2,147,483,647。 + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + 运行查询后,字符/二进制列中每个值可存储的最大字符/字节数。默认值: 65,535。有效值范围: 1 到 2,147,483,647。 + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + 探查器在内存中可保留的最大事件数。达到此限制时,较旧的事件将被丢弃。如果需要在分析会话中保留更多事件,请增大此值。 + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + 启动时要移除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。将在下次启动 Azure Data Studio 时清理由于此限制而未清理的文件。 + + + Maximum number of rows to return before the server stops processing your query. + 在服务器停止处理查询之前要返回的最大行数。 + + + Maximum size of text and ntext data returned from a SELECT statement + 从 SELECT 语句返回的 text 和 ntext 数据的大小上限 + + + Migrate from Azure Data Studio + 从 Azure Data Studio 迁移 + + + Modify Table Structure... + 修改表结构... + + + New Database... + 新建数据库... + + + New Deployment + 新部署 + + + New Query + 新建查询 + + + New Query + 新建查询 + + + New SQL Notebook + 新建 SQL 笔记本 + + + New Table + 新建表 + + + Next Steps with MSSQL for Visual Studio Code + 使用 MSSQL for Visual Studio Code 的后续步骤 + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + 将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。 + + + Number of query history entries to show in the Query History view + 要在“查询历史记录”视图中显示的查询历史记录条目数 + + + Object Explorer filters + 对象资源管理器筛选器 + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + 通过将筛选器应用于对象资源管理器树,仅查看对你最重要的数据库对象。 +首先单击“连接”视图中大多数文件夹旁边的筛选器按钮。 + + + Open Changelog + 打开更改日志 + + + Open Execution Plan File + 打开执行计划文件 + + + Open New Query and Connect + 打开新查询并连接 + + + Open Query + 打开查询 + + + Open Query History in Command Palette + 在命令面板中打开查询历史记录 + + + Open Query Profiler (Preview) XEL File + 打开查询探查器(预览版) XEL 文件 + + + Open Shortcuts Configuration + 打开快捷方式配置 + + + Open Task Result + 打开“任务结果” + + + Open in GitHub Copilot Agent + 在 GitHub Copilot 智能体中打开 + + + Open in GitHub Copilot Chat + 在 GitHub Copilot 对话助手中打开 + + + Open in MSSQL extension + 在 MSSQL 扩展中打开 + + + Pause Query History Capture + 暂停查询历史记录捕获 + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + 阻止自动执行脚本(例如,“选择前 1000 个”)。启用后,脚本不会在生成时自动执行。 + + + Prompts users to sign in using their browser. + 提示用户使用其浏览器登录。 + + + Query History + 查询历史记录 + + + Query Results + 查询结果 + + + Query editor and query results pane + 查询编辑器和查询结果窗格 + + + Query plan visualization + 查询计划可视化效果 + + + Refresh + 刷新 + + + Refresh IntelliSense Cache + 刷新 IntelliSense 缓存 + + + Remove Connection + 移除连接 + + + Remove Microsoft Entra Account + 移除 Microsoft Entra 帐户 + + + Rename Database... + 重命名数据库... + + + Replication + 复制 + + + Restore Database... + 还原数据库... + + + Reveal Query Result (MSSQL) + 显示查询结果(MSSQL) + + + Rewrite Query + 重写查询 + + + Run Query + 运行查询 + + + Run Quick Query 1 + 运行快速查询 1 + + + Run Quick Query 10 + 运行快速查询 10 + + + Run Quick Query 2 + 运行快速查询 2 + + + Run Quick Query 3 + 运行快速查询 3 + + + Run Quick Query 4 + 运行快速查询 4 + + + Run Quick Query 5 + 运行快速查询 5 + + + Run Quick Query 6 + 运行快速查询 6 + + + Run Quick Query 7 + 运行快速查询 7 + + + Run Quick Query 8 + 运行快速查询 8 + + + Run Quick Query 9 + 运行快速查询 9 + + + Run a SQL Query + 运行 SQL 查询 + + + SQL Container Name + SQL 容器名称 + + + SQL Container Version + SQL 容器版本 + + + SQL Server Extended Events Log + SQL Server 扩展事件日志 + + + SQL Tools (MSSQL) + SQL 工具(MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + 此快速查询的 SQL 文本。使用 {arg} 插入所选查询编辑器文本;否则将追加它。 + + + Script as Alter + 撰写为 Alter 的脚本 + + + Script as Create + 撰写为 Create 的脚本 + + + Script as Drop + 撰写为 Drop 的脚本 + + + Script as Execute + 撰写为 Execute 的脚本 + + + Search Database Objects... + 搜索数据库对象... + + + Select Top 1000 + 选择前 1000 项 + + + Selected Azure subscriptions for browsing and managing servers and databases + 用于浏览和管理服务器与数据库的所选 Azure 订阅 + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + 用于浏览和管理 SQL 数据库的所选 Microsoft Fabric 工作区 + + + Send Feedback + 发送反馈 + + + Set the font family for the results grid; set to blank to use the editor font + 设置结果网格的字体系列;留空时使用编辑器字体 + + + Set the font size for the results grid; set to blank to use the editor size + 设置结果网格的字号;留空时使用编辑器字体 + + + Shortcuts handled inside MSSQL views + 在 MSSQL 视图内处理的快捷方式 + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + 是否应将 BIT 列显示为数字(1 或 0)?若为“false”,BIT 列将显示为“true”或“false” + + + Should IntelliSense be enabled + 是否启用 IntelliSense + + + Should IntelliSense error checking be enabled + 是否启用 IntelliSense 错误检查 + + + Should IntelliSense quick info be enabled + 是否启用 IntelliSense 快速信息提示 + + + Should IntelliSense suggestions be enabled + 是否启用 IntelliSense 建议 + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + 是否应在 Azure 日志输出通道和输出通道日志文件中记录个人身份信息(PII)。 + + + Should Query History feature be enabled + 应启用查询历史记录功能 + + + Should language service be auto-disabled when extension detects Non-MSSQL files + 扩展检测到非 MSSQL 文件时是否自动禁用语言服务 + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + 切换选项卡时是否应保存查询结果选择项和滚动位置(可能影响性能) + + + Show both horizontal and vertical grid lines + 显示水平和垂直网格线 + + + Show changelog after extension updates + 在扩展更新后显示更改日志 + + + Show only horizontal grid lines + 仅显示水平网格线 + + + Show only vertical grid lines + 仅显示垂直网格线 + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + 将活动 SQL 连接详细信息显示为编辑器顶部的 CodeLens 建议,以便快速查看。 + + + Sort and Filter Query Results + 排序和筛选查询结果 + + + Sort and filter options for query results + 查询结果的排序和筛选选项 + + + Sort and filter your query results to find the data you need quickly. + 对查询结果进行排序和筛选,以快速查找所需的数据。 + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + `.crm.dynamics.com` 的主权云等效项(包括前导点) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + `.database.fabric.microsoft.com` (包括前导点)的主权云等效项 + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + `.database.windows.net` (包括前导点)的主权云等效项 + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + `.datawarehouse.fabric.microsoft.com` (包括前导点)的主权云等效项 + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + `.sql.azuresynapse.net` (包括前导点)的主权云等效项 + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + `https://analysis.windows.net/powerbi/api/` 的主权云等效项 + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + `https://api.fabric.microsoft.com/v1/` 的主权云等效项 + + + Sovereign cloud equivalent for `https://database.windows.net/` + `https://database.windows.net/` 的主权云等效项 + + + Sovereign cloud equivalent for `https://vault.azure.net/` + `https://vault.azure.net/` 的主权云等效项 + + + Start Query History Capture + 开始查询历史记录捕获 + + + Start SQL Container + 启动 SQL 容器 + + + Stop SQL Container + 停止 SQL 容器 + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + 表设计器 + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + 在禁用“已保存密码”的情况下,暂时存储连接的密码,直到扩展程序重新启动。这可以防止在同一会话中重复使用连接时出现多次密码提示。 + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + `mssql.newEditorConnectionBehavior` 设置为 `defaultConnection` 时要使用的连接配置文件的 ID (GUID)。可以在 `mssql.connections` 下的 settings.json 中找到连接 ID。 + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + 主权云的其他特定于 MSSQL 的自定义配置,与 Microsoft 主权云身份验证提供程序一起使用。将此功能与 MSSSQL 配合使用时,需要此项以及将 `microsoft-sovereign-cloud.environment` 设置为 `自定义`,并为 `microsoft-sovereign-cloud.customEnvironment` 提供值。 + + + The color of the connection group. + 连接组的颜色。 + + + The description of the connection group. + 连接组的说明。 + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + 为状态栏中的连接信息显示的最大字符数。设置为 -1 (无限制)。 + + + The maximum number of recently used connections to store in the connection list. + 连接列表中可保存的最近使用的最大连接数。 + + + The name of the connection group. + 连接组的名称。 + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + 在对象资源管理器中展开节点的超时(以秒为单位)。默认值为 45 秒。 + + + The unique identifier for the connection group this connection profile belongs to. + 此连接配置文件所属的连接组的唯一标识符。 + + + The unique identifier for the connection group. + 此连接配置文件的唯一标识符。 + + + The unique identifier for the parent connection group. + 父连接组的唯一标识符。 + + + The unique identifier for this connection profile. + 此连接配置文件的唯一标识符。 + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + 此设置已弃用。请改用 ‘mssql.newEditorConnectionBehavior’。该扩展将在启动时自动迁移此设置。 + + + This setting will be removed in a future release. + 将来的版本中将移除此设置。 + + + Toggle Actual Plan + 切换实际计划 + + + Toggle Query Result Panel Visibility (MSSQL) + 切换查询结果面板可见性(MSSQL) + + + Toggle SQLCMD Mode + 切换 SQLCMD 模式 + + + True for the messages pane to be open by default; false for closed + “true”时默认开启消息面板;“false”时默认关闭 + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + 通过查看查询计划来了解查询正在执行的操作。 +在未运行查询的情况下查看预估的计划,或通过切换查询编辑器窗口顶部的按钮来查看运行查询后的实际查询计划。 + + + Use Database + 使用数据库 + + + Use column headers and data to size columns automatically + 使用列标题和数据自动调整列大小 + + + Use only column headers to size columns automatically + 仅使用列标题自动调整列大小 + + + Use only row data to size columns automatically + 仅使用行数据自动调整列大小 + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + 使用 VS Code 登录帐户对 SQL 进行 Microsoft Entra ID MFA 身份验证。请在更改此设置后重启 Visual Studio Code。 + + + View Task Logs + 查看任务日志 + + + Visualize a Query Plan + 可视化查询计划 + + + Visualize and Design Schema... + 可视化和设计架构... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + 启用后,查询结果“消息”窗格中的“全部复制”包含消息时间戳。 + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + 启用后,会自动将活动连接转移到新打开的 SQL 文件。禁用时,必须为每个 SQL 文件手动连接数据库。 + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + 启用后,使用连接组的颜色对连接状态栏项进行着色。默认情况下禁用此设置。 此操作直接使用连接组文件夹的颜色,并且不会更改它,以确保与当前 VS Code 主题的对比度。用户应选择适合其主题的连接组颜色。 + + + When enabled, connection groups will be collapsed instead of expanded at startup. + 启用后,将在启动时折叠而不是展开连接组。 + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + 启用后,保存的查询结果导出会在导出后打开。Excel 导出会使用系统文件处理程序打开; 文本导出会在 VS Code 中打开。 + + + When enabled, the database objects in Object Explorer will be categorized by schema. + 启用后,对象资源管理器中的数据库对象将按架构进行分类。 + + + Windows Authentication + Windows 身份验证 + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + 编写 SQL 查询,并针对数据库运行它。 +还可以单击“在新选项卡中打开”按钮,以在其自己的选项卡中查看查询结果,并可选择将其设置为默认行为。 + + + Your first steps for connecting to and developing with a SQL database + 连接到 SQL 数据库和使用它进行开发的前几步 + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [可选] 用于在对象资源管理器边栏中对此连接组进行排序的非负数。首先显示具有 'order' 值的组(从最低到最高);然后按字母顺序对剩余组排序。 + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [可选] 用于在对象资源管理器边栏中对此连接进行排序的非负数。首先显示具有 'order' 值的连接(从最低到最高);然后按字母顺序对剩余连接排序。 + + + [Optional] Character used for enclosing text fields when saving results as CSV + [可选] 将结果保存为 CSV 时用于封闭文本字段的字符 + + + [Optional] Character(s) used for separating rows when saving results as CSV + [可选] 将结果保存为 CSV 时用于分隔行的字符 + + + [Optional] Configuration options for copying multi-line results from the Results View + [可选] 用于从结果视图复制多行结果的配置选项 + + + [Optional] Configuration options for copying results from the Results View + [可选] 用于从结果视图复制结果的配置选项 + + + [Optional] Configuration options for which column new result panes should open in + [可选] 用于指示新结果窗格应在哪一列打开的配置选项 + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [可选] 声明连接到 SQL Server 时的应用程序工作负载类型,例如 ReadWrite 或 ReadOnly。有关详细信息,请参阅 SQL Server AlwaysOn 可用性组。 + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [可选] 将结果保存为 CSV 时用于分隔数据项的分隔符。从常用分隔符中进行选择,例如逗号(,)、tab (\t)、分号(;)或竖线(|) + + + [Optional] Do not show unsupported platform warnings + [可选] 不显示不受支持的平台警告 + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [可选] 将结果保存为 CSV 时使用的文件编码。根据目标应用程序兼容性从 UTF-8 (推荐)、UTF-16、ASCII 或 Latin-1 中进行选择 + + + [Optional] Indicates the SQL Server language settings. + [可选] 指定 SQL Server 语言设置。 + + + [Optional] Indicates the name of local docker container the connection is on + [可选] 指示连接所在的本地 docker 容器的名称 + + + [Optional] Indicates whether this profile has an empty password explicitly set + [可选] 指示此配置文件显式设置为空密码 + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [可选] 指示提供程序通过 DataReader 公开的服务器类型。 + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [可选] 将调试输出记录到 VS Code 控制台(“帮助”->“切换开发人员工具”) + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息” + + + [Optional] Should execution time be shown for individual batches + [可选] 是否显示每个批处理的执行时间 + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [可选] 指定此连接配置文件的自定义名称,可使用它在 Visual Studio Code 的命令面板中轻松浏览和搜索。 + + + [Optional] Specify the SQL Server authentication type. + [可选] 指定 SQL Server 身份验证类型。 + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [可选] 指定要连接到的数据库名称。如果未指定数据库,则会使用默认的用户数据库设置,通常为“master”数据库。 + + + [Optional] Specify the delay between attempts to restore connection. + [可选] 指定恢复连接尝试之间的延迟。 + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [可选] 指定在终止尝试并生成错误之前等待命令执行的时间长度(秒)。默认值为 30 秒。 + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [可选] 指定在终止连接尝试并生成错误之前等待连接到服务器的时间长度(秒)。默认值为 30 秒。 + + + [Optional] Specify the maximum number of connections allowed in the pool. + [可选] 指定池中允许的最大连接数。 + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [可选] 指定此连接在池中保存直至被移除/删除的最短时间(以秒为单位)。 + + + [Optional] Specify the minimum number of connections allowed in the pool. + [可选] 指定池中允许的最小连接数。 + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [可选] 指定 SQL Server 记录日志使用的应用程序名称(默认为“vscode-mssql”)。 + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [可选] 指定可附加数据库的主文件名称,包含完整路径名。 + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [可选] 指定连接到 SQL Server 的工作站名称。 + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [可选] 指定充当故障转移伙伴的 SQL Server 实例的名称或网络地址。 + + + [Optional] Specify the number of attempts to restore connection. + [可选] 指定恢复连接的尝试次数。 + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [可选] 指定 SQL Server 身份验证的密码。如果未指定密码或保存,连接时会被再次询问。 + + + [Optional] Specify the port number to connect to. + [可选] 指定要连接到的端口号。 + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [可选] 指定与 SQL Server 通信的网络数据包大小(以字节为单位)。 + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [可选] 指定 SQL Server 身份验证的用户名。如果未指定用户名,连接时会被再次询问。 + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [可选] 连接使用的 ADO.NET 连接字符串。覆盖此连接中的其他任何选项。 + + + [Optional] Used by SQL Server in replication. + [可选] 在复制时由 SQL Server 使用。 + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [可选] 在值为“Mandatory”或“Strict”时,如果服务器安装了证书,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密。在设置为“Strict”时,SQL Server 使用 TDS 8.0 在客户端与服务器之间传输所有数据。SQL Server 2022 及之后的版本均支持“Strict”。 + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [可选] 当设置为“true”时,将能从连接返回并读取多个结果集。 + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [可选] 当设置为“true”时,如果通信层使用 SSL 进行加密,将自动信任 SQL Server SSL 证书。使用 Azure SQL 数据库连接时,请设置为“false”。 + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [可选] 当设置为 ‘true’ 时,将从合适的池中提取连接对象,或根据需要创建连接对象并将其添加到合适的池中。注意: 可以保持无服务器数据库处于活动状态,并防止自动暂停。 + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [可选] 当设置为“true”时,如果在不同子网上配置了 AlwaysOn 可用性组,对活动服务器的检测和连接将会更快。 + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [可选] 当设置为“true”时,SQL Server 身份验证的密码将被保存在操作系统的安全存储区中,例如,KeyChain 保存在 MacOS 中,Secure Store 保存在 Windows 中。 + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [可选] 当设置为“false”时,如果连接处于打开状态或曾经处于打开状态,则安全敏感信息(如密码等)将不会作为连接的一部分返回。 + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [可选] 指定时(encrypt=Mandatory 和 trustServerCertificate=false),SQL Server 使用提供的主机名验证与服务器证书的信任。 + + + [Optional] When true, column headers are included when saving results as CSV + [可选] 当为“true”时,将结果保存为 CSV 时包含列标题 + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [必需] 指定要连接到的服务器名称。对于 Azure SQL 数据库,请使用“主机名实例”或“<server>.database.windows.net”。 + + + auth + 身份验证 + + + database + 数据库 + + + port + 端口 + + + server + 服务器 + + + user + 用户 + + + \ No newline at end of file diff --git a/localization/xliff/vscode-mssql.zh-Hant.xlf b/localization/xliff/vscode-mssql.zh-Hant.xlf index e037ada986..0e931eea7b 100644 --- a/localization/xliff/vscode-mssql.zh-Hant.xlf +++ b/localization/xliff/vscode-mssql.zh-Hant.xlf @@ -1,12762 +1,12762 @@ - - - - - - is required. - 是必要的。 - - - $(check) Copied messages - $(check) 訊息已複製 - - - $(plug) Connect to MSSQL - $(plug) 連線到 MSSQL - - - 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. - 'mssql.newEditorConnectionBehavior' 設定為 'defaultConnection',但未設定 'mssql.defaultConnectionId'。新的編輯器將改為沿用使用中的連線。 - - - '{0}' started. - {0} is the service name - '{0}' 已開始。 - - - > - > - - - >= - >= - - - < - < - - - <> - <> - - - <= - <= - - - <Default> - <Default> - - - <default> - <default> - - - (0 rows affected) - (0 個資料列受影響) - - - (0 rows) - (0 個資料列) - - - (1 row affected) - (1 個資料列受影響) - - - (Command completed successfully) - (命令已順利完成) - - - (current) - (目前) - - - (empty) - (空白) - - - ({0} row(s) affected) - {0} is the number of rows affected - ({0} 個資料列受影響) - - - ({0} row) - {0} is the number of rows (singular) - ({0} 個資料列) - - - ({0} rows affected) - {0} is the number of rows affected - ({0} 個資料列受到影響) - - - ({0} rows) - {0} is the number of rows (plural) - ({0} 個資料列) - - - + Add Azure Account - + 新增 Azure 帳戶 - - - + Add Fabric Account - + 新增 Fabric 帳戶 - - - + Create Connection Group - + 建立連線群組 - - - - - - - - - 0 rows - 0 列 - - - 0 rows returned - 傳回 0 列 - - - 1 - 1 - - - 1 row - 1 個資料列 - - - 1 row returned - 已傳回 1 列 - - - 100K vCore seconds - 100K V 核心秒 - - - 32 GB - 32 GB - - - 32 GB storage + 32 GB backup - 32 GB 儲存體 + 32 GB 備份 - - - 60 min - 60 分鐘 - - - = - = - - - A SQL editor must have focus before executing this command - 在執行此命令之前,SQL 編輯器必須聚焦 - - - A connection is already being established. Please wait for it to complete before running a query. - 連線正在建立中。請等候它完成,然後再執行查詢。 - - - A database with this name already exists on the server - 伺服器上已經存在具有此名稱的資料庫 - - - A firewall rule is required to access this server. - 需要防火牆規則才能存取此伺服器。 - - - A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services - 一個高度整合、開發人員就緒的交易資料庫,可自動調整、自動微調資料,以及將資料鏡像處理至 OneLake,以便進行跨 Fabric 服務分析 - - - A predefined global default value for the column or binding. - 資料行或繫結的預先定義全域預設值。 - - - A query is already running for this editor session. Please cancel this query or wait for its completion. - 此編輯器工作階段已經在執行查詢。請取消這項查詢,或等待查詢完成。 - - - A required .NET runtime could not be found or installed. - 找不到或無法安裝所需的 .NET 執行階段。 - - - API Type - API 類型 - - - Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts - 自動產生 ORM 移轉或 T-SQL 變更指令碼,加速結構描述演進 - - - Accept - 接受 - - - Accept All - 全部接受 - - - Accept the SQL Server EULA to deploy a SQL Server Docker container - 接受 SQL Server EULA 以部署 SQL Server Docker 容器 - - - Access denied. Please ensure you have the necessary permissions to use this tool or model. - 存取遭拒。請確保您擁有使用此工具或模型的必要權限。 - - - Access to the XEL file was denied. - 存取 XEL 檔案被拒絕。 - - - Access token expired for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - 具有 URI {0} 的 {1} 權杖已過期 - - - Account - 帳戶 - - - Account not found - 找不到帳戶 - - - Action - 動作 - - - Action Type - 動作類型 - - - Actions - 動作 - - - Active filters: - 使用中的篩選條件: - - - Actual Elapsed CPU Time - 實際經過的 CPU 時間 - - - Actual Elapsed Time - 實際經過時間 - - - Actual Number of Rows For All Executions - 所有執行的實際資料列數目 - - - Add - 新增 - - - Add Account - 新增帳戶 - - - Add Column - 新增資料行 - - - Add Connection - 加入連接 - - - Add Firewall Rule - 新增防火牆規則 - - - Add Firewall Rule to {0} - {0} is the server name - 新增防火牆規則至 {0} - - - Add MCP server to workspace configuration - 將 MCP 伺服器加入工作區設定 - - - Add Row - 新增資料列 - - - Add Server Connection - 新增伺服器連線 - - - Add Table - 新增資料表 - - - Add a Microsoft Entra account... - 新增 Microsoft Entra 帳戶... - - - Add account - 新增帳戶 - - - Add filter - 新增篩選 - - - Add filters to modify the SQL query - 新增篩選條件以修改 SQL 查詢 - - - Add my client IP ({0}) - {0} is the IP address of the client - 加入我的用戶端 IP ({0}) - - - Add my subnet IP range - 加入我的子網路 IP 範圍 - - - Add new column - 新增新資料行 - - - Add new foreign key - 新增新的外部索引鍵 - - - Add tag - 新增標記 - - - Add to VS Code - 新增到 VS Code - - - Add to favorites - 新增至我的最愛 - - - Add to workspace - 新增至工作區 - - - Added - 已加入 - - - Added column '{0}' - {0} is the column name - 已新增資料行 '{0}' - - - Added foreign key '{0}' - {0} is the foreign key name - 已新增外部索引鍵 '{0}' - - - Additional parameters - 其他參數 - - - Additional usage beyond the free amount will be charged at serverless rates. - 超出免費數量的額外使用量將以無伺服器費率計費。 - - - Admin Password - 系統管理員密碼 - - - Admin Username - 系統管理員使用者名稱 - - - Advanced - 進階 - - - Advanced Backup Options - 進階備份選項 - - - Advanced Connection Settings - 進階連線設定 - - - Advanced Entity Configuration - 進階實體設定 - - - Advanced Options - 進階選項 - - - Advanced Publish Options - 進階發佈選項 - - - Advanced restore options - 進階還原選項 - - - After - 之後 - - - All - 全部 - - - All Files (*.*) - 所有檔案 (*.*) - - - All Schemas - 所有結構描述 - - - All files - 所有檔案 - - - All permissions for extensions to access your connections have been cleared. - 已經清除所有延伸模組存取您連線的權限。 - - - All selected - 已全部選取 - - - All severities - 所有嚴重性 - - - Allow Null - 允許 Null - - - Allow Nulls - 允許 Null 值 - - - Allow null - 允許 null - - - Allow this extension to access your connections - 允許此延伸模組存取您的連線 - - - Allows MCP clients to use generic create, read, update, and delete tools for this table. - 允許 MCP 用戶端針對此資料表使用一般建立、讀取、更新和刪除工具。 - - - Alphabetical - 字母順序 - - - Already used by {0} - {0} is the name of the command that already uses this shortcut - 已經由 {0} 使用 - - - Alter - 改變 - - - Always Encrypted - Always Encrypted - - - Always show in new tab - 一律在新索引標籤中顯示 - - - Ambiguous connection reference. Please provide only one of connectionId or connectionName. - 不明確的連線參考。請只提供一個 connectionId 或 connectionName。 - - - An active connection is required for GitHub Copilot to understand your database schema and proceed. -Select "{0}" to establish a connection. - {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') - GitHub Copilot 需要使用中連線,才能理您的資料庫結構描述並繼續。 -選取 [{0}] 以建立連線。 - - - An error occurred refreshing nodes. See the MSSQL output channel for more details. - 重新整理節點時發生錯誤。如需詳細資料,請參閱 MSSQL 輸出通道。 - - - An error occurred while copying results: {0} - {0} is the error message - 複製結果時發生錯誤: {0} - - - An error occurred while loading data. - 載入資料時發生錯誤。 - - - An error occurred while processing your request. - 處理您的要求時發生錯誤。 - - - An error occurred while removing Microsoft Entra account: {0} - {0} is the error message - 移除 Microsoft Entra 帳戶時發生錯誤: {0} - - - An error occurred while retrieving rows: {0} - {0} is the error message - 擷取資料列時發生錯誤: {0} - - - An error occurred: {0} - {0} is the error message - 發生錯誤: {0} - - - An unexpected error occurred - 發生未預期的錯誤 - - - An unexpected error occurred with the language model. Please try again. - 語言模型發生未預期的錯誤。請再試一次。 - - - An unknown error occurred. Please try again. - 發生未知的錯誤。請再試一次。 - - - Analytics-ready by default - 預設為分析就緒 - - - Analyze static code with customizable rulesets in SQL Database Projects. - 使用 SQL Database 專案中可自訂的規則集分析靜態程式碼。 - - - And - - - - Anonymous - 匿名 - - - Append to the existing backup set - 附加至現有的備份組 - - - Application (Client) ID - 應用程式 (用戶端) 識別碼 - - - Application (Client) ID is required. - 需要應用程式 (用戶端) 識別碼。 - - - Application Intent - 應用程式意圖 - - - Application Name - 應用程式名稱 - - - Application Version - 應用程式版本 - - - Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) - 應用程式版本格式必須為 n.n.n 或 n.n.n.n,且 n 為數字 (例如 1.0.0.0) - - - Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) - 應用程式版本格式必須為 n.n.n.n,且 n 為數字 (例如 1.0.0.0) - - - Apply - 套用 - - - Apply Changes - 套用變更 - - - Apply changes to target - 將變更套用至目標 - - - Apply contextual suggestions for SQL syntax, relationships, and constraints - 為 SQL 語法、關聯性和條件約束套用關聯式建議 - - - Apply failed. Fix the error and retry, or run Schema Compare again. - 套用失敗。請修正錯誤後再試一次,或再次執行 [結構描述比較]。 - - - Applying changes, this might take a while... - 正在套用變更,這可能需要一段時間... - - - Approve - 核准 - - - Are you sure you want to cancel this background task? - 您確定要取消這個背景工作嗎? - - - Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. - 您確定要關閉目前的工作階段嗎?所有已擷取的活動將會遺失。您可以在關閉前,從工具列將活動匯出為 CSV 檔案。 - - - Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. - {0} is the container name - 確定要刪除容器 {0} 嗎?這將從 VS Code 中移除該容器及其連線。 - - - Are you sure you want to delete the selected items? - 您確定要刪除選取的項目嗎? - - - Are you sure you want to delete {0}? - {0} is the group name - 您確定要刪除 {0} 嗎? - - - Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. - {0} is the group name - 確定要刪除 {0} 嗎? 您也可以刪除其連線,或將它們移動到根資料夾。 - - - Are you sure you want to disconnect? - 確定要中斷連線嗎? - - - Are you sure you want to remove {0}? - {0} is the node label - 您確定要移除 {0} 嗎? - - - Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. - 您確定要復原所有 Copilot 變更嗎?這會將所有追蹤變更還原為原始狀態。 - - - Are you sure you want to update the target? - 確定要更新目標嗎? - - - Are you sure you want to {0}? - {0} is the action being confirmed - 確定要 {0} 嗎? - - - Are you sure? - 確定嗎? - - - Ask GitHub Copilot to Fix - 要求 GitHub Copilot 修正 - - - Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. - 在聊天中提問或提出結構描述變更建議,GitHub Copilot 會立即在圖表中更新結構描述。 - - - At least one API type must be selected. - 至少必須選取一個 API 類型。 - - - Auth type - 驗證類型 - - - Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. - 使用 Microsoft Entra 服務主體驗證。請輸入應用程式 (用戶端) 識別碼作為使用者名稱,並輸入用戶端密碼作為密碼。若要深入了解,請按一下圖示。 - - - Authenticated - 已驗證 - - - Authentication - 驗證 - - - Authentication Library has changed, please reload Visual Studio Code. - 驗證程式庫已變更,請重新載入 Visual Studio Code。 - - - Authentication Type - 驗證類型 - - - Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - {0} is the account display name -{1} is the tenant id - 帳戶 '{0}' (租用戶 '{1}') 的驗證錯誤。解決此問題需要清除權杖快取,這會讓您登出所有已連線的帳戶。 - - - Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. - 帳戶的驗證錯誤。解決此問題需要清除權杖快取,這會讓您登出所有已連線的帳戶。 - - - Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. - 因為 nonce 不相符,導致驗證失敗,請關閉 Azure Data Studio,然後再試一次。 - - - Authentication failed due to a state mismatch, please close ADS and try again. - 因為狀態不相符,導致驗證失敗,請關閉 ADS,然後再試一次。 - - - Authentication not supported - 不支援驗證 - - - Auto Arrange - 自動排列 - - - Auto Arrange Confirmation - 自動排列確認 - - - Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? - [自動排列] 將根據最佳版面配置演算法,自動重新排列所有圖表元素。您所建立的任何自訂位置將會遺失。您要繼續自動排列您的結構描述圖表嗎? - - - Auto-pause - 自動暫停 - - - Auto-pause the database until next month - 自動暫停資料庫,直到下個月 - - - Auto-scroll - 自動捲動 - - - Auto-scroll disabled - 已停用自動捲動 - - - Auto-scroll enabled - 已啟用自動捲動 - - - Automatic tuning features like automatic index creation enabled by default. - 預設已啟用自動微調功能 (例如自動建立索引)。 - - - Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. - 自動從系統中安裝的提供者選取可用的 Microsoft Entra ID 身分識別。若要深入了解,請按一下圖示。 - - - Available Servers - 可用的伺服器 - - - Average: {0} - {0} is the average - 平均值: {0} - - - Average: {0} Count: {1} Sum: {2} - {0} is the average, {1} is the count, {2} is the sum - 平均: {0} 計數: {1} 總和: {2} - - - Avg - 平均值 - - - Azure (China) - Azure (中國) - - - Azure (Public) - Azure (公用) - - - Azure (US Government) - Azure (美國政府) - - - Azure Account - Azure 帳戶 - - - Azure Account is required - 需要 Azure 帳戶 - - - Azure Code Grant - Azure 代碼授與 - - - Azure Data Studio Migration - Azure Data Studio 移轉 - - - Azure Data Studio Migration Toolkit - Now Including Keymap! - Azure Data Studio 移轉工具組 - 現在包含鍵盤快速鍵! - - - Azure Data Studio settings file - Azure Data Studio 設定檔案 - - - Azure Databases - Azure 資料庫 - - - Azure Device Code - Azure 裝置代碼 - - - Azure MFA - Azure MFA - - - Azure SQL Database is not supported for backup. - 不支援備份 Azure SQL 資料庫。 - - - Azure SQL Database is not supported for restore. - 不支援還原 Azure SQL 資料庫。 - - - Azure SQL Managed Instance - Azure SQL 受控執行個體 - - - Azure SQL Server - Azure SQL Server - - - Azure SQL databases provisioning - Azure SQL 資料庫佈建 - - - Azure Subscriptions - Azure 訂用帳戶 - - - Azure Synapse Analytics - Azure Synapse Analytics - - - Azure account '{0}' was not found. Sign in with the correct account or select a different one. - {0} is the display name or ID of the Azure account that was not found - 找不到 Azure 帳戶 '{0}'。請使用正確的帳戶登入,或選取其他帳戶。 - - - Azure sign in failed. - Azure 登入失敗。 - - - Azure subscription not found in cache. - 在快取中找不到 Azure 訂用帳戶。 - - - Azure: Sign In - Azure: 登入 - - - Azure: Sign In to Azure Cloud - Azure: 登入 Azure 雲端 - - - Azure: Sign In with Device Code - Azure: 使用裝置程式碼登入 - - - BACPAC exported successfully - 已成功匯出 BACPAC - - - BACPAC exported successfully to '{0}' - {0} is the file path - 已成功將 BACPAC 匯出至 '{0}' - - - BACPAC imported successfully - 已成功匯入 BACPAC - - - BACPAC imported successfully to database '{0}' - {0} is the database name - BACPAC 已成功匯入至資料庫 '{0}' - - - Back - 返回 - - - Back to Schema - 返回結構描述 - - - Back to preview - 返回預覽 - - - Backup - 備份 - - - Backup Database - {0} - {0} is the database name - 備份資料庫 - {0} - - - Backup File - 備份檔案 - - - Backup Files - 備份檔案 - - - Backup Files (*.bak, *.log, *.trn) - 備份檔案 (*.bak、*.log、*.trn) - - - Backup Location - 備份位置 - - - Backup Name - 備份名稱 - - - Backup Storage Redundancy - 備份儲存體備援 - - - Backup Type - 備份類型 - - - Backup sets to restore - 要還原的備份組 - - - Backup the tail of the log - 備份最後的記錄 - - - Backup to a new media set - 備份到新媒體集 - - - Batch execution time: {0} - {0} is the batch time - 批次執行時間: {0} - - - Before - 之前 - - - Behavior when free offer limit is reached - 達到免費供應項目限制時的行為 - - - Between - 介於 - - - Blanks - 空白 - - - Blob - Blob - - - Blob Container - Blob 容器 - - - Blob Container is required - 需要 Blob 容器 - - - Blob does not contain a valid database backup - Blob 未包含有效的資料庫備份 - - - Blob is required - 需要 Blob - - - Block this extension from accessing your connections - 禁止此延伸模組存取您的連線 - - - Both - 兩者皆可 - - - Brightness - 亮度 - - - Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. - 將您從 Azure Data Studio 儲存的連線、群組和設定帶入 MSSQL 延伸模組,並探索熟悉的體驗。 - - - Browse - 瀏覽 - - - Browse Azure - 瀏覽 Azure - - - Browse Azure SQL Database tutorials and docs - 瀏覽 Azure SQL Database 教學課程和文件 - - - Browse Fabric - 瀏覽 Fabric - - - Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. - 瀏覽 Fabric 工作區,以及在 Fabric 中佈建 SQL 資料庫,而不需要離開 VS Code。 - - - Browse files - 瀏覽檔案 - - - Browse forvpath - 瀏覽路徑 - - - Browse to Azure Data Studio settings.json - 瀏覽至 Azure Data Studio settings.json - - - Browse... - 瀏覽... - - - Build APIs with GitHub Copilot - 使用 GitHub Copilot 組建 API - - - Build Data API - 建立資料 API - - - Build failed with exit code {0} - 建置失敗,結束代碼為 {0}。 - - - Build {0} - 建置 {0} - - - Building {0}... - 正在建置 {0}... - - - Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. - 內建加密、防火牆規則和 Microsoft Entra ID 整合,用來保護您的資料。 - - - Bulk Actions - 大量動作 - - - Bulk-logged - 大量記錄 - - - CSV - CSV - - - CSV/TXT Files (*.csv;*.txt) - CSV/TXT 檔案 (*.csv;*.txt) - - - Calling tool: {0} with {1}. - {0} is the tool function name -{1} is the SQL tool parameters - 呼叫工具: {0},參數為 {1}。 - - - Cancel - 取消 - - - Cancel Query - 取消查詢 - - - Cancel Task - 取消工作 - - - Cancel failed: {0} - {0} is the error message - 取消失敗: {0} - - - Cancel schema compare failed: '{0}' - {0} is the error message returned from the cancel operation - 取消結構描述比較失敗: '{0}' - - - Cancel the query execution in progress - 取消目前進行中的查詢執行 - - - Canceled - 已取消 - - - Canceling - 正在取消 - - - Canceling query - 取消查詢 - - - Canceling the query failed: {0} - {0} is the error message - 取消查詢失敗︰{0} - - - Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. - 無法存取 Docker 通訊端。您的使用者可能不在 'docker' 群組中,或 VS Code 是在群組成員資格生效前啟動。請執行 'sudo usermod -aG docker $USER',然後登出再登入 (或重新啟動),再重新啟動 VS Code。 - - - Cannot cancel query as no query is running. - 在未執行查詢的情況下,無法取消查詢。 - - - Cannot change session while active - 啟動時無法變更工作階段 - - - Cannot connect due to expired tokens. Please re-authenticate and try again. - 無法連線,因為權杖已過期。請重新驗證,然後再試一次。 - - - Cannot create foreign key - 無法建立外部索引鍵 - - - Cannot delete column because it is part of foreign key relationships. - 無法刪除欄位,因為它是外部索引鍵關聯性的一部分。 - - - Cannot delete column because it is referenced by a foreign key. - 無法刪除欄位,因為外部索引鍵參考了該欄位。 - - - Cannot delete column because it is used by a foreign key. - 無法刪除欄位,因為外部索引鍵使用了該欄位。 - - - Cannot exclude {0}. Included dependents exist - {0} is the name of the entry - 無法排除 {0}。包含的相依性已存在 - - - Cannot exclude {0}. Included dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing exclusion. - 無法排除 {0}。包含的相依性已存在,例如 {1} - - - Cannot generate script without a restore plan - 沒有還原計劃,無法產生指令碼 - - - Cannot include {0}. Excluded dependents exist - {0} is the name of the entry - 無法包含 {0}。排除的相依性已存在 - - - Cannot include {0}. Excluded dependents exist, such as {1} - {0} is the name of the entry -{1} is the name of the blocking dependency preventing inclusion. - 不無法包含 {0}。排除的相依性已存在,例如 {1} - - - Cannot revert: The column is part of a foreign key that references a deleted table - 無法還原: 該資料行屬於參考已刪除資料表的外部索引鍵 - - - Cannot revert: The referenced table or column has been deleted - 無法還原: 所參考的資料表或資料行已遭刪除 - - - Cascade - 重疊顯示 - - - Category - 類別 - - - Change - 變更 - - - Change Connection - 變更連線 - - - Change Database - 變更資料庫 - - - Change Password - 變更密碼 - - - Change Setting - 變更設定 - - - Change column width - 變更資料行寬度 - - - Change database to '{2}' for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID -{2} is the database name - 將資料庫變更為連線 '{0}' (識別碼: {1}) 的 '{2}'? - - - Change the connection for the active SQL document - 變更使用中 SQL 文件的連線 - - - Change the database for the active SQL document - 變更使用中 SQL 文件的資料庫 - - - Change {0} of {1} - {0} is the current change number -{1} is the total number of changes - 變更 {0}/{1} - - - Changed Tables - 變更的資料表 - - - Changed database context to "{0}" for document "{1}" - {0} is the database name -{1} is the document name - 已針對文件 "{0}" 將資料庫內容變更為 "{1}" - - - Changed database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - 已將文件 "{0}" 上伺服器 "{1}" 的資料庫內容變更為 "{2}"。 - - - Changes - 變更 - - - Changes ({0}) - {0} is the number of schema changes - 變更 ({0}) - - - Changes applied successfully. Run Schema Compare again to see updated differences. - 變更已成功套用。請再次執行 [結構描述比較],以查看更新後的差異。 - - - Changes published successfully - 變更已成功發行 - - - Changes saved successfully. - 已成功儲存變更。 - - - Changes view mode - 變更檢視模式 - - - Changing database context to "{0}" on server "{1}" on document "{2}". - {0} is the database name -{1} is the server name -{2} is the document name - 正在將文件 "{0}" 上伺服器 "{1}" 的資料庫內容變更為 "{2}"。 - - - Changing database to '{2}' for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID -{2} is the database name - 正在將資料庫變更為連線 '{0}' (識別碼: {1}) 的 '{2}' - - - Chat - 聊天 - - - Chat command not available in this VS Code version - 聊天命令在此 VS Code 版本中無法使用 - - - Check Constraint - 檢查條件約束 - - - Check Constraints - 檢查條件約束 - - - Checking Docker Engine Configuration - 正在檢查 Docker 引擎設定 - - - Checking Docker engine - 正在檢查 Docker 引擎 - - - Checking Docker installation - 正在檢查 Docker 安裝 - - - Checking Docker prerequisites... - 正在檢查 Docker 必要條件... - - - Checking container readiness - 檢查容器整備程度 - - - Checking if Docker is installed - 正在檢查是否已安裝 Docker - - - Checking if Docker is installed on your machine - 正在檢查您的電腦上是否已安裝 Docker - - - Checking if Docker is running on your machine. If not, we'll start it for you. - 正在檢查 Docker 是否正在您的電腦上執行。如果沒有,我們將為您啟動。 - - - Checking if Docker is started - 正在檢查是否已啟動 Docker - - - Checking if the Docker Engine is configured correctly on your machine. - 正在檢查您電腦上的 Docker 引擎是否正確設定。 - - - Checking pre-requisites - 正在檢查必要條件 - - - Choose An Action - 選擇動作 - - - Choose Existing - 選擇現有項目 - - - Choose Query History - 選擇查詢歷史記錄 - - - Choose SQL Language - 選擇 SQL 語言 - - - Choose a Microsoft Entra account - 選擇 Microsoft Entra 帳戶 - - - Choose a Microsoft Entra tenant - 選擇 Microsoft Entra 租用戶 - - - Choose a connection profile from the list below - 從下列清單中選擇一個連線設定檔 - - - Choose a database - 選擇資料庫 - - - Choose a database from the list below - 請從下列清單選擇資料庫 - - - Choose a hostname for the container - 選擇容器的主機名稱 - - - Choose a name for the SQL Server Docker Container - 選擇 SQL Server Docker 容器的名稱 - - - Choose a port to host the SQL Server Docker Container - 選擇要裝載 SQL Server Docker 容器的連接埠 - - - Choose an option to provision a database - 選擇一個選項來佈建資料庫 - - - Choose color - 選擇色彩 - - - Choose the Right Version - 選擇正確的版本 - - - Choose the behavior for new editors - 選擇新編輯器的行為 - - - Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. - 選擇此預存程序是否顯示為 GraphQL 變動或查詢。DAB 預設為變動。 - - - Circular reference detected: '{0}' → '{1}' creates a cycle - {0} is source table -{1} is target table - 偵測到循環參考: '{0}' → '{1}' 建立循環 - - - Clear - 清除 - - - Clear All - 全部清除 - - - Clear All Filters - 清除所有篩選條件 - - - Clear Data - 清除資料 - - - Clear Filter - 清除篩選條件 - - - Clear Filters - 清除篩選條件 - - - Clear Quick Query - 清除快速查詢 - - - Clear Recent Connections List - 清除最近的連線清單 - - - Clear Selection - 清除選取項目 - - - Clear Sort - 清除排序 - - - Clear all - 全部清除 - - - Clear all events (keeps session running) - 清除所有事件 (保持工作階段持續執行) - - - Clear all filters - 清除所有篩選條件 - - - Clear all filters and show all events - 清除所有篩選條件並顯示所有活動 - - - Clear all grouping - 清除所有群組 - - - Clear all sorting - 清除所有排序 - - - Clear cache and refresh token - 清除快取和重新整理權杖 - - - Clear filters - 清除篩選 - - - Clear from recent connections list - 從最近的連線清單清除 - - - Clear permissions for all extensions to access your connections - 清除所有延伸模組存取您的連線之權限 - - - Clear quick filter and all column filters - 清除快速篩選及所有欄位篩選條件 - - - Clear this Quick Query - 清除此快速查詢 - - - Clear token cache - 清除權杖快取 - - - Click to cancel loading summary - 按一下以取消載入摘要 - - - Click to change connection - 按一下以變更連線 - - - Click to change database - 按一下以變更資料庫 - - - Click to connect to a database - 按一下以連線至資料庫 - - - Click to load summary - 按一下以載入摘要 - - - Click to sign into an Azure account - 按一下以登入 Azure 帳戶 - - - Client Secret - 用戶端密碼 - - - Client secret is required. - 需要用戶端密碼。 - - - Close - 關閉 - - - Close Designer - 關閉設計工具 - - - Close Find - 關閉尋找 - - - Close Script Pane - 關閉指令碼窗格 - - - Close Without Export - 關閉而不匯出 - - - Close details panel - 關閉詳細資料窗格 - - - Close existing connections to destination database - 關閉目的地資料庫的現有連接 - - - Close properties pane - 關閉屬性窗格 - - - Close the current connection - 關閉目前連線 - - - Cloud - 雲端 - - - Code Analysis - Code Analysis - - - Code Analysis - {0} - {0} is the name of the database project - Code Analysis - {0} - - - Code analysis rules saved successfully - 程式碼分析規則已成功儲存 - - - Collapse - 摺疊 - - - Collapse All - 全部摺疊 - - - Collapse Subscription Explorer - 摺疊訂用帳戶總管 - - - Collapse Workspace Explorer - 摺疊工作區總管 - - - Collapse all groups - 摺疊所有群組 - - - Collapse connection groups - 摺疊連線群組 - - - Collapse connections - 摺疊連線 - - - Collapse settings - 摺疊設定 - - - Collapse {0} - {0} is the category name, e.g. Design - 摺疊 {0} - - - Collation - 定序 - - - Color - 色彩 - - - Column - 資料行 - - - Column '{0}' already exists - {0} is the column name - 資料行 '{0}' 已經存在 - - - Column '{0}' already has a foreign key - {0} is the column name - 資料行 '{0}' 已經有外部索引鍵 - - - Column '{0}' cannot be null because it is a primary key - {0} is the column name - 資料行 '{0}' 不能為空,因為它是主索引鍵 - - - Column '{0}' is an identity column and cannot have a cascading foreign key - {0} is the column name - 欄位 '{0}' 是識別欄位,因此不能設為具備連鎖動作的外部索引鍵 - - - Column '{0}' must be a primary key - {0} is the referenced column - 欄位 '{0}' 必須是主索引鍵 - - - Column '{0}' not found - {0} is the column name - 找不到資料行 '{0}' - - - Column Name - 欄名稱 - - - Column max length cannot be empty - 資料行長度上限不可為空白 - - - Column name cannot be empty - 資料行名稱不可以是空的 - - - Column not found: {0} - {0} is the column reference - 找不到資料行: {0} - - - Column reference resolved to more than one column: {0} - {0} is the column reference - 資料行參考解析成一個以上的資料行: {0} - - - Column resize by content - 依據內容調整資料行大小 - - - Column width must be at least {0} pixels. - {0} is the minimum column width in pixels - 資料行寬度必須至少為 {0} 像素。 - - - Columns - 資料行 - - - Columns in the primary key. - 主鍵中的資料行。 - - - Command Timeout - 命令逾時 - - - Commands - 命令 - - - Compare - 比較 - - - Compare Azure SQL Database service tiers - 比較 Azure SQL Database 服務層級 - - - Compare SQL Server editions - 比較 SQL Server 版本 - - - Comparison Details - 比較詳細資料 - - - Compatibility Level - 相容性層級 - - - Compress backup - 壓縮備份 - - - Compression - 壓縮 - - - Compute - 計算 - - - Compute + Storage - 計算 + 儲存體 - - - Config copied to clipboard - 設定已複製到剪貼簿 - - - Configuration saved. - 已儲存設定。 - - - Configuration sections - 設定區段 - - - Configuration to Import - 設定以匯入 - - - Configure Linux containers - 設定 Linux 容器 - - - Configure Quick Query and Extension shortcuts. - 設定快速查詢與延伸模組快速鍵。 - - - Configure Rosetta in Docker Desktop - 在 Docker Desktop 中設定 Rosetta - - - Configure and customize Azure SQL Databases - 設定和自訂 Azure SQL Database - - - Configure and customize SQL Server containers - 設定及自訂 SQL Server 容器 - - - Configure keyboard shortcuts used by the MSSQL extension. - 設定 MSSQL 延伸模組使用的鍵盤快速鍵。 - - - Configure the full list of Query Editor shortcuts. - 設定查詢編輯器快速鍵的完整清單。 - - - Confirm Password - 確認密碼 - - - Confirm SQL Server admin password - 確認 SQL Server 管理員密碼 - - - Confirm admin password - 確認系統管理員密碼 - - - Confirm new password - 確認新密碼 - - - Confirm to clear recent connections list - 確認清除最近的連線清單 - - - Confirm to remove this profile. - 確認要移除此設定檔。 - - - Conjunction - 結合 - - - Connect - 連線 - - - Connect and manage database connections - 連線及管理資料庫連結 - - - Connect the active SQL document to a database - 將使用中的 SQL 文件連線至資料庫 - - - Connect to Database - 連接到資料庫 - - - Connect to MSSQL - 連線到 MSSQL - - - Connect to SQL Server - 連接到 SQL Server - - - Connect to Server - 連接至伺服器 - - - Connect to a database - 連接至資料庫 - - - Connect to server {0} and database {1}? - {0} is the server name -{1} is the database name - 連接到伺服器 {0} 和資料庫 {1}? - - - Connect to server {0}? - {0} is the server name - 連接至伺服器 {0}? - - - Connect to {0} - {0} is the name of the connection profile - 連線到 {0} - - - Connect using either Microsoft Entra ID or SQL Authentication. - 使用 Microsoft Entra ID 或 SQL 驗證連線。 - - - Connect using profile {0}? - {0} is the profile ID - 要使用設定檔 {0} 連接嗎? - - - Connect with SQL tools and run your first query - 使用 SQL 工具連線,然後執行您的第一個查詢 - - - Connect with the current settings and save the connection profile - 使用目前設定連線並儲存連線設定檔 - - - Connected successfully - 已連線成功 - - - Connected to server "{0}" on document "{1}". Server information: {2} - {0} is the server name -{1} is the document name -{2} is the server info - 已連線到文件 "{0}" 上的伺服器 "{1}"。伺服器資訊: {2} - - - Connected to {0} - {0} is the connection label - 已連線至 {0} - - - Connected to: - 已連接到: - - - Connecting - 正在連線 - - - Connecting to Container - 正在連接到容器 - - - Connecting to Database - 連線至資料庫 - - - Connecting to database - 正在連線至資料庫 - - - Connecting to server "{0}" on document "{1}". - {0} is the server name -{1} is the document name - 正在連線文件 "{0}" 上的伺服器 "{1}"。 - - - Connecting to server {0} - {0} is the server name - 正在連接到伺服器 {0} - - - Connecting to server {0} and database {1} - {0} is the server name -{1} is the database name - 正在連接到伺服器 {0} 和資料庫 {1} - - - Connecting to server... - 正在連線到伺服器... - - - Connecting to your SQL Server Docker container - 正在連結至您的 SQL Server Docker 容器 - - - Connecting to {0}... - {0} is the server name - 正在連線至 {0}... - - - Connecting to {0}... - {0} is the connection display name - 正在連線至 {0}... - - - Connecting to: - 正在連線到: - - - Connecting using profile {0} - {0} is the profile ID - 正在使用設定檔 {0} 連接 - - - Connecting... - 正在連線... - - - Connection - 連線 - - - Connection Authentication - 連線驗證 - - - Connection Details - 連線詳細資料 - - - Connection Dialog - 連線對話方塊 - - - Connection Error - 連線錯誤 - - - Connection Failed - 連線失敗 - - - Connection Group - 連線群組 - - - Connection Import Warning - 連線匯入警告 - - - Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. - 無法更新連線設定檔。請在 settings.json 中手動修改連線詳細資料,然後再試一次。 - - - Connection String - 連接字串 - - - Connection Timeout - 連線逾時 - - - Connection Timeout (seconds) - 連線逾時 (秒) - - - Connection actions - 連線動作 - - - Connection error - 連線錯誤 - - - Connection error: {0} - {0} is the error message - 連線錯誤: {0} - - - Connection failed - 連線失敗 - - - Connection failed: {0} - {0} is the error message from the connection attempt - 連線失敗: {0} - - - Connection group with the same ID is already imported: {0} (ID: {1}) - {0} is the group name -{1} is the group ID - 具有相同識別碼的連線群組已經匯入: {0} (識別碼: {1}) - - - Connection groups to import - 要匯入的連線群組 - - - Connection is not active. Please establish a connection before performing this action. - 連線未處於使用中。在執行此動作前,請先建立連線。 - - - Connection not found for uri "{0}". - {0} is the uri - 找不到 URI "{0}" 的連線。 - - - Connection profile '{0}' not found. - {0} is the profile ID - 找不到連線設定檔 '{0}'。 - - - Connection profile not found. Please create a new connection using the Connection Dialog. - 找不到連線設定檔。請使用連線對話方塊建立新的連線。 - - - Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. - {0} is the extension ID - 已拒絕延伸模組的連線共用權限: '{0}'。請使用權限管理命令進行變更。 - - - Connection sharing permission is required for extension: '{0}' - {0} is the extension ID - 延伸模組需要連線共用權限: '{0}' - - - Connection string copied to clipboard - 已將連接字串複製到剪貼簿 - - - Connection string is required - 需要有連接字串 - - - Connection test succeeded - 連線測試成功 - - - Connection with ID "{0}" not found. Please verify the connection ID exists. - {0} is the connection ID - 找不到識別碼為 "{0}" 的連線。請驗證連線識別碼存是否在。 - - - Connection with the same ID is already imported: {0} (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 具有相同識別碼的連線已經匯入: {0} (識別碼: {1}) - - - Connection: {0} - {0} is the task connection label - 連接: {0} - - - Connections in groups that are not selected will be moved under the root. - 未選取的群組中的連線會被移至根下方。 - - - Connections to import - 要匯入的連線 - - - Consider adding a name for this foreign key - 請考慮為此外部索引建新增名稱 - - - Container Name - 容器名稱 - - - Container Settings - 容器設定 - - - Container does not exist. Would you like to remove the connection? - 容器不存在。要移除連線嗎? - - - Container failed to start within the timeout period. Please wait a few minutes and try again. - 容器未能在逾時期間內啟動。請稍候幾分鐘,然後再試一次。 - - - Container logs - 容器記錄 - - - Container name and port are required to check container readiness. - 檢查容器整備程度需要提供容器名稱與連接埠。 - - - Container name is invalid or already in use - 容器名稱無效或已被使用 - - - Container name is required - 需要容器名稱 - - - Container name, port, and config content are required to start the container. - 啟動容器需要提供容器名稱、連接埠和設定內容。 - - - Containment Type - 內含項目類型 - - - Contains - 包含 - - - Continue - 繼續 - - - Continue Editing - 繼續編輯 - - - Continue on error - 發生錯誤時繼續 - - - Continue using for additional charges - 繼續使用以產生額外費用 - - - Control the results grid display - 控制結果方格顯示 - - - Copied - 已複製 - - - Copied "{0}" to clipboard - {0} is the object name - 已將「{0}」複製到剪貼簿 - - - Copied to clipboard - 已複製到剪貼簿 - - - Copilot Changes - Copilot 變更 - - - Copilot Changes ({0}) - {0} is the number of copilot changes - Copilot 變更 ({0}) - - - Copy - 複製 - - - Copy & Export - 複製及匯出 - - - Copy All - 全部複製 - - - Copy As - 複製為 - - - Copy Column Name - 複製資料行名稱 - - - Copy Headers - 複製標頭 - - - Copy Object Name - 複製物件名稱 - - - Copy Script - 複製指令碼 - - - Copy Script to Clipboard - 將指令碼複製到剪貼簿 - - - Copy all cells including column headers - 複製所有儲存格,包括資料行標題 - - - Copy all query result content - 複製所有查詢結果內容 - - - Copy all text output for this cell (messages, PRINT, errors) - 複製此儲存格的所有文字輸出 (訊息、PRINT、錯誤) - - - Copy all with headers - 全部複製 (包含標頭) - - - Copy as CSV - 複製為 CSV - - - Copy as IN clause - 複製為 IN 子句 - - - Copy as INSERT - 複製為 INSERT - - - Copy as INSERT INTO - 複製為 INSERT INTO - - - Copy as JSON - 複製為 JSON - - - Copy code and open webpage - 複製代碼並開啟網頁 - - - Copy command to clipboard - 將命令複製到剪貼簿 - - - Copy connection string to clipboard - 將連接字串複製到剪貼簿 - - - Copy data and save results to files - 複製資料並將結果儲存至檔案 - - - Copy link - 複製連結 - - - Copy messages - 複製訊息 - - - Copy script - 複製指令碼 - - - Copy selected cells including column headers - 複製所選的儲存格,包括資料行標題 - - - Copy selected cells to the clipboard - 將選取的儲存格複製到剪貼簿 - - - Copy selection - 複製選取項目 - - - Copy selection formatted as INSERT statements - 複製格式化為 INSERT 陳述式的選取範圍 - - - Copy selection formatted as JSON - 複製格式化為 JSON 的選取範圍 - - - Copy selection formatted as a SQL IN clause - 複製格式化為 SQL IN 子句的選取範圍 - - - Copy selection formatted as comma-separated values - 複製格式化為逗號分隔值的選取範圍 - - - Copy text data to clipboard - 將文字資料複製到剪貼簿 - - - Copy with Headers - 隨標題一同複製 - - - Copy with headers - 連標頭一起複製 - - - Copy {0} URL - {0} is the API type name, e.g. REST API or GraphQL - 複製 {0} URL - - - Copy-only Backup - 僅複製備份 - - - Copying results... - 正在複製結果... - - - Cost - 成本 - - - Could not connect to database: {0} - {0} is the database name - 無法連線到資料庫: {0} - - - Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. - 無法偵測您的用戶端 IP 位址。請在 Azure 入口網站中手動新增防火牆規則。 - - - Could not find scripting metadata for {0} '{1}'. - {0} is the node type -{1} is the node label - 找不到 {0}「{1}」的指令碼中繼資料。 - - - Could not load restore plan - 無法載入還原計劃 - - - Count - 計數 - - - Count: {0} - {0} is the count - 計數: {0} - - - Count: {0} Distinct Count: {1} Null Count: {2} - {0} is the count, {1} is the distinct count, and {2} is the null count - 計數: {0} 相異計數: {1} Null 計數: {2} - - - Create - 建立 - - - Create Connection Group - 建立連線群組 - - - Create Connection Profile - 建立連線設定檔 - - - Create Container - 建立容器應用程式 - - - Create Database - 建立資料庫 - - - Create Firewall Rule - 建立防火牆規則 - - - Create Local SQL Container - 建立本機 SQL 容器 - - - Create New - 新建 - - - Create New Connection Group - 建立新連線群組 - - - Create New Resource Group - 建立新的資源群組 - - - Create New Server - 建立新的伺服器 - - - Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. - 從 Visual Studio Code 內的視覺介面,為 SQL 資料庫表格建立 REST、GraphQL 和 MCP 端點。設定實體、權限和部署設定,然後使用 Docker 在本機部署。 - - - Create a Local Docker SQL Server - 建立本地 Docker SQL Server - - - Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. - 在幾秒鐘內建立 SQL Server 容器——無需手動步驟。您可以輕鬆地從 MSSQL 延伸模組中管理它,而無需離開 VS Code。 - - - Create a SQL database in Fabric - 在 Fabric 中建立 SQL 資料庫 - - - Create a new connection profile - 建立新的連線設定檔 - - - Create a new database on '{0}'. - {0} is the name of the server - 在 '{0}' 上建立新資料庫。 - - - Create a new firewall rule - 建立新的防火牆規則 - - - Create a new profiling session - 建立新的分析工作階段 - - - Create an Azure SQL Database (Preview) - 建立 Azure SQL Database (預覽) - - - Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. - 建立及管理常用查詢的鍵盤快速鍵,以及查詢編輯器和結果方格的動作,以探索可用的命令並更有效率地執行它們。 - - - Create as Script - 建立為指令碼 - - - Create new - 新建 - - - Create new connection copied from {0} - {0} is the name of the connection profile - 建立從 {0} 複製的新連線 - - - Create new firewall rule for {0} - {0} is the server name that the firewall rule will be created for - 建立 {0} 的新防火牆規則 - - - Created table {0} - {0} is the qualified table name - 已建立資料表 {0} - - - Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. - 為此預存程序建立專用的 MCP 工具。停用時,如果已啟用 MCP,程序仍可透過一般 MCP 執行工具使用。 - - - Creating Container - 正在建立容器 - - - Creating SQL Database for workspace {0} - {0} is the workspace ID - 為工作區 {0} 建立 SQL 資料庫 - - - Creating SQL Server container... - 正在建立 SQL Server 容器... - - - Creating and starting the container - 正在建立並啟動容器 - - - Creating and starting your SQL Server container - 正在建立並啟動您的 SQL Server 容器 - - - Creating database - 正在建立資料庫 - - - Creating resource group... - 正在建立資源群組... - - - Creating server... - 正在建立伺服器... - - - Creating session... - 正在建立工作階段... - - - Creating workspace with capacity {0} - {0} is the capacity ID - 建立具有容量 {0} 的工作區 - - - Creating... - 正在建立... - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. - 認證錯誤: 嘗試重新整理帳戶憑證時發生錯誤。請重新驗證。 - - - Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} - {0} is the error message - 認證錯誤: 嘗試重新整理帳戶憑證時發生錯誤。請重新驗證。錯誤: {0} - - - Current Schema: {0}, Select the new schema: - 目前結構描述: {0},選取新的結構描述: - - - Currently signed in as: - 目前登入身分: - - - Custom GraphQL Plural Type - 自訂 GraphQL 複數類型 - - - Custom GraphQL Singular Type - 自訂 GraphQL 單數類型 - - - Custom GraphQL Type - 自訂 GraphQL 類型 - - - Custom REST Path - 自訂 REST 路徑 - - - Custom Zoom - 自訂縮放 - - - Customize keyboard shortcuts - 自訂鍵盤快速鍵 - - - DAB container failed to become ready within the timeout period. - DAB 容器未能在逾時期限內完成準備。 - - - DAB container is running! - DAB 容器正在執行! - - - DAB container logs - DAB 容器記錄 - - - DACPAC deployed successfully - 已成功部署 DACPAC - - - DACPAC deployed successfully to database '{0}' - {0} is the database name - DACPAC 已成功部署至資料庫 '{0}' - - - DACPAC extracted successfully - 已成功擷取 DACPAC - - - DACPAC extracted successfully to '{0}' - {0} is the file path - 已成功將 DACPAC 擷取至 '{0}' - - - DACPAC path not found. Please build the project first. - 找不到 DACPAC 路徑。請先建置專案。 - - - DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. - DacFx 服務無法使用。設定檔已載入但未包含部署選項。無法執行發佈及產生指令碼作業。 - - - DacFx service is not available. Publish and generate script operations cannot be performed. - DacFx 服務無法使用。無法執行發佈及產生指令碼作業。 - - - Data API builder - 資料 API 建立器 - - - Data API builder Configuration - 資料 API 建立器設定 - - - Data API builder opened. Continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_dab' and must not be translated -{1} is the operation name 'get_state' and must not be translated -{2} is the operation name 'apply_changes' and must not be translated - 資料 API 建立器已開啟。繼續進行 {0} 作業 ({1}/{2})。 - - - Data API builder with GitHub Copilot - 使用 GitHub Copilot 的資料 API 建立器 - - - Data Source - 資料來源 - - - Data Type - 資料類型 - - - Data automatically replicated to OneLake in real time with a SQL analytics endpoint. - 資料已使用 SQL 分析端點即時自動複寫到 OneLake。 - - - Data file folder - 資料檔案資料夾 - - - Data type - 資料類型 - - - Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' - {0} is source data type -{1} is source column -{2} is target data type -{3} is target column - 資料類型不符: 資料行 '{1}' 中的 '{0}' 與 '{3}' 中的 '{2}' 不相容 - - - Data-Tier Application (DACPAC / BACPAC) Import & Export - 資料層應用程式 (DACPAC / BACPAC) 匯入和匯出 - - - Data-tier Application - 資料層應用程式 - - - Data-tier Application File (.dacpac) - 資料層應用程式檔案 (.dacpac) - - - Database - 資料庫 - - - Database - {0} - {0} is the database name - 資料庫 - {0} - - - Database Description - 資料庫描述 - - - Database Details - 資料庫詳細資料 - - - Database Name - 資料庫名稱 - - - Database Name is required - 需要資料庫名稱 - - - Database Project - 資料庫專案 - - - Database changed successfully - 已成功變更資料庫 - - - Database is required - 需要資料庫 - - - Database list - 資料庫清單 - - - Database name - 資料庫名稱 - - - Database name contains invalid characters. Avoid using: < > * ? " / \ | - 資料庫名稱包含無效的字元。請避免使用: < > * ? " / \ | - - - Database name is required - 需要資料庫名稱 - - - Database name is too long. Maximum length is 128 characters - 檔案名稱過長。長度上限為 128 個字元 - - - Database name must be 128 characters or fewer - 資料庫名稱必須少於 128 個字元 - - - Database not found on the server - 在伺服器上找不到資料庫 - - - Database pauses until the next billing cycle when free amount is renewed. - 資料庫會暫停,直到續訂免費數量時的下一個計費週期。 - - - Database the table is created in - 資料表建立所在的資料庫 - - - Default - 預設 - - - Default Value - 預設值 - - - Define who can access this endpoint - 定義可存取此端點的人員 - - - Define who can execute this stored procedure - 定義哪些使用者可以執行此預存程序 - - - Definition - 定義 - - - Definition type - 定義類型 - - - DefinitionRequestCompleted - DefinitionRequestCompleted - - - DefinitionRequested - DefinitionRequested - - - Delete - 刪除 - - - Delete 1 row - 刪除 1 個資料列 - - - Delete Confirmation - 刪除確認 - - - Delete Contents - 刪除內容 - - - Delete Row - 刪除資料列 - - - Delete backup and restore history - 刪除備份與還原歷程記錄 - - - Delete saved connection - 刪除已儲存的連線 - - - Delete {0} rows - 刪除 {0} 個資料列 - - - Deleted - 已刪除 - - - Deleted column '{0}' - {0} is the column name - 已刪除資料行 '{0}' - - - Deleted foreign key '{0}' - {0} is the foreign key name - 已刪除外部索引鍵 '{0}' - - - Deleted table {0} - {0} is the qualified table name - 已刪除表格 {0} - - - Deleting Container... - 正在刪除容器... - - - Deny - 拒絕 - - - Deploy - 部署 - - - Deploy DAB Container - 部署 DAB 容器 - - - Deploy a .dacpac file to a new or existing SQL database - 將 .dacpac 檔案部署到新的或現有的 SQL 資料庫 - - - Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. - 在 MSSQL 延伸模組中,透過整合且簡化的工作流程部署與解壓縮 .dacpac 檔案,或匯入/匯出 .bacpac 套件。 - - - Deploy to Existing Database - 部署至現有的資料庫 - - - Deploy, extract, import, or export data-tier applications on the selected database - 在選取的資料庫上部署、擷取、匯入或匯出資料層應用程式 - - - Deploying DACPAC... - 正在部署 DACPAC... - - - Deployment Complete - 部署完成 - - - Deployment Failed - 部署失敗 - - - Deployment Name - 部署名稱 - - - Deployment failed - 部署失敗 - - - Deployment finished - 部署已完成 - - - Deployment in progress - 部署進行中 - - - Description - 描述 - - - Description for the table. - 資料表的描述。 - - - Description: {0} - {0} is the task description - 描述: {0} - - - Deselect All - 取消全選 - - - Design API - 設計 API - - - Design Schemas with GitHub Copilot - 使用 GitHub Copilot 設計結構描述 - - - Details - 詳細資料 - - - Details panel actions - 詳細資料面板動作 - - - Details panel tabs - 詳細資料面板索引標籤 - - - Details tab - displays all event properties - 詳細資料索引標籤 - 顯示所有活動屬性 - - - Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. - 使用 Azure SQL Database 引擎的開發人員友善交易式資料庫 - 可免費用於原型設計和學習。 - - - Developer-friendly transactional database using the Azure SQL Database Engine. - 使用 Azure SQL 資料庫引擎的開發人員友善交易資料庫。 - - - Differential - 差異 - - - Directory not found - 找不到目錄 - - - Disable all entities - 停用所有實體 - - - Disable intellisense and syntax error checking on current document - 關閉對目前文件的 intellisense 與語法錯誤檢查 - - - Disabled - 已停用 - - - Disabled globally - 全域停用 - - - Discard - 捨棄 - - - Disconnect - 中斷連線 - - - Disconnect from connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 中斷與連線 '{0}' (識別碼: {1}) 的連線? - - - Disconnect the active SQL document from the database - 將使用中的 SQL 文件與資料庫中斷連線 - - - Disconnected on document "{0}" - {0} is the document name - 已中斷文件 "{0}" 的連線 - - - Disconnected successfully - 已中斷連線成功 - - - Disconnected. - 已中斷連線。 - - - Disconnecting from connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在中斷與連線 '{0}' (識別碼: {1}) 的連線 - - - Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. - 探索 Fabric、Azure SQL 和 SQL Server 中的 SQL Database 如何重新定義新式應用程式開發。加入工程師和同儕,一起突破效能、AI 整合和開發人員生產力的限制。 - - - Dismiss - 關閉 - - - Displays the data type name for the column - 顯示資料行的資料類型名稱 - - - Displays the description of the column - 顯示資料行的描述 - - - Displays the unified data type (including length, scale and precision) for the column - 顯示統一資料類型 (包括資料行的長度、比例與精確度) - - - Dissatisfied - 不滿意 - - - Distinct - 相異 - - - Distinct Count: {0} - {0} is the distinct count - 相異計數: {0} - - - Do not compress backup - 不要壓縮備份 - - - Do not connect - 不要連線 - - - Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? - 您願意針對 VS Code 的 MSSQL 延伸模組提供快速意見反應問卷嗎? - - - Do you want to always display query results in a new tab instead of the query pane? - 你是否要一律在新索引標籤中顯示查詢結果,而不是在查詢窗格中? - - - Do you want to enable 'Trust server certificate' on this connection and retry? - 是否要在此連線上啟用 [信任伺服器憑證] 並重試? - - - Docker Desktop must be installed and running on your machine. - 必須在您的電腦上安裝並執行 Docker Desktop。 - - - Docker failed to start within the timeout period. Please manually start Docker and try again. - Docker 未能在逾時期間內啟動。請手動啟動 Docker,然後再試一次。 - - - Docker is not installed or not in PATH. Please install Docker Desktop and try again. - Docker 未安裝或不在 PATH 中。請安裝 Docker Desktop,然後再試一次。 - - - Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. - Docker 需要根權限才能執行。請使用 sudo 執行 Docker,或使用 sudo usermod -aG docker $USER 將您的使用者新增至 docker 群組。然後,重新啟動您的電腦並重試。 - - - Don't Save - 不要儲存 - - - Don't Show Again - 不要再顯示 - - - Don't show this again - 不要再顯示 - - - Download offline VSIX - 離線下載 VSIX - - - Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. - 下載按鍵對應延伸模組,以自動匯入 Azure Data Studio 的按鍵對應。這些變更會顯示在您的鍵盤快速鍵喜好設定中。 - - - Downloading the Data API builder container image - 正在下載資料 API 建立器容器映像 - - - Drizzle - Drizzle - - - Drop - 卸除 - - - Drop '{0}' from '{1}'. This action cannot be undone. - {0} is the database name -{1} is the server name - 從 '{1}' 中卸除資料庫 '{0}'。此動作無法復原。 - - - Drop Database - 卸除資料庫 - - - Drop Database Options - 刪除資料庫選項 - - - Drop active connections - 卸除使用中連線 - - - Dropping database - 正在卸除資料庫 - - - EF Core - EF Core - - - Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! - 輕鬆設定本機 SQL Server,而不需離開 VS Code 延伸模組。只要按幾下滑鼠就能輕鬆安裝、設定及管理您的伺服器! - - - Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. - 輕鬆開始使用 Azure SQL 資料庫免費層,直接從您的編輯器免費建立並連線至資料庫。 - - - Edit Connection Group - {0} - {0} is the connection group name - 編輯連線群組 - {0} - - - Edit Connection Group: {0} - {0} is the name of the connection group being edited - 編輯連線群組: {0} - - - Edit Data - 編輯資料 - - - Edit Database Connection - {0} - {0} is the name of the connection profile - 測試資料庫連線 - {0} - - - Edit Table - 編輯資料表 - - - Edit an existing connection profile - 編輯現有的連線設定檔 - - - Edit connection profile - 編輯連線設定檔 - - - Edit your schema to see changes here. - 請編輯您的結構描述以在此查看變更。 - - - Edit {0} - {0} is the name of the connection profile - 編輯 {0} - - - Either profileId or serverName must be provided. - 必須提供 profileId 或 serverName。 - - - Elapsed time: {0} - {0} is the task elapsed time - 經過時間:{0} - - - Enable 'Trust Server Certificate' - 啟用 [信任伺服器憑證] - - - Enable Code Analysis on Build - 建置時啟用程式碼分析 - - - Enable GraphQL in API Type to expose this entity through GraphQL. - 啟用 API 類型的 GraphQL,以透過 GraphQL 公開此實體。 - - - Enable MCP in API Type to use this DML tools setting. - 啟用 API 類型中的 MCP 以使用此 DML 工具設定。 - - - Enable MCP in API Type to use this custom tool setting. - 啟用 API 類型的 MCP 以使用此自訂工具設定。 - - - Enable REST in API Type to expose this entity through REST. - 啟用 API 類型的 REST,以透過 REST 公開此實體。 - - - Enable Trust Server Certificate - 啟用信任伺服器憑證 - - - Enable all CRUD operations - 啟用所有 CRUD 作業 - - - Enable all entities - 啟用所有實體 - - - Enable all rules in {0} - {0} is the category name, e.g. Design - 啟用 {0} 中的所有規則 - - - Enable or disable SQLCMD mode for the active SQL document - 啟用或停用使用中 SQL 文件的 SQLCMD 模式 - - - Enable {0} - {0} is the entity name - 啟用 {0} - - - Enable {0} - {0} is the rule identifier, e.g. SR0001 - 啟用 {0} - - - Enable {0} globally - {0} is the API type, e.g. REST, GraphQL, or MCP - 全域啟用 {0} - - - Enable {0} in API Type to expose this entity. - {0} is the API type, e.g. REST, GraphQL, or MCP - 啟用 API 類型的 {0} 以公開此實體。 - - - Enabled - 已啟用 - - - Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! - 遇到問題? 開啟 GitHub 問題以與我們分享詳細數據,讓我們能夠改進! - - - Encrypt - 加密 - - - Encryption - 加密 - - - Encryption Algorithm - 加密演算法 - - - Encryption Type - 加密類型 - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. - 已在此連線上啟用加密、檢閱目標 SQL Server 的 SSL 與憑證設定,或在連線對話方塊中啟用 [信任伺服器憑證]。 - - - Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. - 已在此連線上啟用加密; 請檢閱目標 SQL Server 的 SSL 與憑證設定,或將 [信任伺服器憑證] 設定為 'true'。注意: 自我簽署憑證僅提供有限保護,並非實際執行環境的建議做法。 - - - End IP Address - 結束 IP 位址 - - - Ends With - 結束於 - - - Ends with - 結束值 - - - Engine: {0} - {0} is the engine type - 引擎: {0} - - - Ensuring Docker Desktop is running - 正在確保 Docker Desktop 正在執行 - - - Enter Database Description - 輸入資料庫描述 - - - Enter Database Name - 輸入資料庫名稱 - - - Enter a date... - 輸入日期... - - - Enter a name for the new profiler session - 輸入新分析工具工作階段的名稱 - - - Enter a name for the new resource group - 輸入新資源群組的名稱 - - - Enter a name for the new server - 輸入新伺服器的名稱 - - - Enter a number... - 輸入數字... - - - Enter admin password - 輸入系統管理員密碼 - - - Enter admin username - 輸入系統管理員使用者名稱 - - - Enter application name - 輸入應用程式名稱 - - - Enter connection group name - 輸入連線群組名稱 - - - Enter container name - 輸入容器名稱 - - - Enter database name - 輸入資料庫名稱 - - - Enter description (optional) - 輸入描述 (選用) - - - Enter desired column width in pixels - 輸入所需的資料行寬度 (以像素為單位) - - - Enter hostname - 輸入主機名稱 - - - Enter new column width - 輸入新的欄寬 - - - Enter new database name - 輸入新的資料庫名稱 - - - Enter new password - 輸入新密碼 - - - Enter password - 輸入密碼 - - - Enter port - 輸入連接埠 - - - Enter profile name - 新增設定檔名稱 - - - Enter resource group name - 請輸入資源群組名稱 - - - Enter server name - 輸入伺服器名稱 - - - Enter text... - 輸入文字... - - - Enter the SQL Login password for user '{0}'. - {0} is the SQL Login username - 請輸入使用者 '{0}' 的 SQL 登入密碼。 - - - Enter the path for the output file - 請輸入輸出檔案的路徑 - - - Enter user name - 輸入使用者名稱 - - - Enter username - 輸入使用者名稱 - - - Entity '{0}' is not supported by Data API builder. {1} - {0} is the entity name -{1} is why the entity is unsupported - 資料 API 建立器不支援實體 '{0}'。{1} - - - Entity Endpoints - 實體端點 - - - Entity Name - 實體名稱 - - - Entity name used in API routes - API 路由中使用的實體名稱 - - - Entity not found: {0} - {0} is the entity reference - 找不到實體: {0} - - - Entity reference resolved to more than one entity: {0} - {0} is the entity reference - 實體參考解析成一個以上的實體: {0} - - - Entra token cache cleared successfully. - 已成功清除 Entra 權杖快取。 - - - Equal to - 等於 - - - Equals - 等於 - - - Error - 錯誤 - - - Error Message: - 錯誤訊息: - - - Error code: - 錯誤碼: - - - Error connecting to server "{0}". Details: {1} - {0} is the server name -{1} is the error message - 連線到伺服器 "{0}" 時發生錯誤。詳細資料: {1} - - - Error connecting to: - 連線到此處時發生錯誤: - - - Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} - {0} is the rule info in format 'name (startIp - endIp)' -{1} is the error message - 建立防火牆規則 {0} 時發生錯誤。 請檢查您的 Azure 帳戶設定,然後再試一次。 錯誤: {1} - - - Error fetching schemas for the selected database. - 擷取所選資料庫結構描述時發生錯誤。 - - - Error fetching the table preview. - 擷取資料表預覽時發生錯誤。 - - - Error generating text view. Please try switching back to grid view. - 產生文字檢視時發生錯誤。請嘗試切換回方格檢視。 - - - Error loading Azure account information for tenant ID '{0}' - {0} is the tenant ID - 載入租使用者標識碼的 Azure 帳戶資訊 '{0}' 時發生錯誤 - - - Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. - {0} is the subscription name -{1} is the subscription id - 載入訂用帳戶 {0} ({1}) 的 Azure 資料庫時發生錯誤。確認您擁有權限。 - - - Error loading Azure subscriptions. - 載入 Azure 訂用帳戶時發生錯誤。 - - - Error loading Schema Designer - 載入結構描述設計工具時發生錯誤 - - - Error loading Table Designer - 載入資料表設計工具時發生錯誤 - - - Error loading database objects - 載入資料庫物件時發生錯誤 - - - Error loading databases - 載入資料庫時發生錯誤 - - - Error loading preview - 載入預覽時發生錯誤 - - - Error loading servers - 載入伺服器時發生錯誤 - - - Error loading subscriptions - 載入訂用帳戶時發生錯誤 - - - Error loading summary - 載入摘要時發生錯誤 - - - Error loading summary: {0} - {0} is the error message - 載入摘要時發生錯誤: {0} - - - Error loading workspaces - 載入工作區時發生錯誤 - - - Error loading workspaces. Please try choosing a different account or tenant. - 載入工作區時發生錯誤。請嘗試選擇不同的帳戶或租用戶。 - - - Error loading; refresh to try again - 載入時發生錯誤: 請重新整理以再試一次 - - - Error migrating connection ID {0} to new format. Please recreate this connection to use it. -Error: -{1} - {0} is the connection id -{1} is the error message - 將連線識別碼 {0} 移轉至新格式時發生錯誤。 請重新建立此連線加以使用。 -錯誤: -{1} - - - Error occurred opening content in editor. - 在編輯器中開啟內容時發生錯誤。 - - - Error refreshing token; you may need to sign out and sign back in: {0} - {0} is the error message - 重新整理權杖時發生錯誤; 您可能需要登出並重新登入: {0} - - - Error retrieving server list: {0} - {0} is the error message - 擷取伺服器清單時發生錯誤: {0} - - - Error running Docker commands. Please make sure Docker is running. - 執行 Docker 命令時發生錯誤。請確保 Docker 正在執行。 - - - Error signing into Azure: {0} - {0} is the error message - 登入 Azure 時發生錯誤: {0} - - - Error validating Entra authentication token; you may need to refresh your token: {0} - {0} is the error message - 驗證 Entra 驗證權杖時發生錯誤; 您可能需要重新整理權杖: {0} - - - Error when refreshing token - 重新整理組織權杖時發生錯誤 - - - Error {0}: {1} - {0} is the error number -{1} is the error message - 錯誤 {0}: {1} - - - Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. - {0} is the error number -{1} is the error message - 錯誤 {0}: {1} 請以不同的使用者登入,並使用 ALTER LOGIN 變更密碼。 - - - Error: - 錯誤: - - - Error: Failed to parse query result data. - 錯誤: 剖析查詢結果資料失敗。 - - - Error: Login failed. Retry using different credentials? - 錯誤: 登入失敗。要使用其他認證重試嗎? - - - Error: Unable to connect using the connection information provided. Retry profile creation? - 錯誤︰無法使用提供的連線資訊連線。要重試建立設定檔嗎? - - - Error: Unrecognized query result data. - 錯誤: 無法辨識的查詢結果資料。 - - - Error: {0} - {0} is the error message - 錯誤: {0} - - - Estimated Operator Cost - 估計的運算子成本 - - - Estimated Subtree Cost - 估計的子樹成本 - - - Event details for {0} - {0} is the name of the profiler event - {0} 的活動詳細資料 - - - Event properties list - 活動屬性清單 - - - Example: Find queries with {0} > 100 - {0} is the column name - 範例: 尋找 {0} > 100 的查詢 - - - Excel - Excel - - - Exclude Object Types - 排除物件類型 - - - Execute - 執行 - - - Execute '{0}' operation on Data API builder? - {0} is the operation name - 是否要在資料 API 建立器上執行「{0}」作業? - - - Execute '{0}' operation on the schema designer? - {0} is the operation name - 是否要在結構描述設計工具上執行 '{0}' 作業? - - - Execute Query - 執行查詢 - - - Execute SQL against SQL Server / Azure SQL - 對 SQL Server / Azure SQL 執行 SQL 查詢 - - - Execute Selection or Current Statement - 執行選取內容或目前陳述式 - - - Execute only the T-SQL statement under the cursor - 只執行游標下方的 T-SQL 陳述式 - - - Executing '{0}' operation on Data API builder - {0} is the operation name - 正在資料 API 建立器上執行「{0}」作業 - - - Executing '{0}' operation on schema designer - {0} is the operation name - 正在結構描述設計工具執行 '{0}' 作業 - - - Executing query... - 正在執行查詢... - - - Execution Plan - 執行計畫 - - - Execution cancelled - 執行已取消 - - - Execution time unavailable - 執行時間無法使用 - - - Existing Database - 現有資料庫 - - - Existing File - 現有檔案 - - - Existing SQL Server - 現有的 SQL Server - - - Expand - 展開 - - - Expand All - 全部展開 - - - Expand Subscription Explorer - 展開訂用帳戶總管 - - - Expand Workspace Explorer - 展開工作區總管 - - - Expand all groups - 展開所有群組 - - - Expand connection groups - 展開連線群組 - - - Expand connections - 展開連線 - - - Expand properties pane - 展開屬性窗格 - - - Expand selection down - 向下展開選取範圍 - - - Expand selection left - 向左延伸選取範圍 - - - Expand selection right - 向右延伸選取範圍 - - - Expand selection up - 向上展開選取範圍 - - - Expand settings - 展開設定 - - - Expand the active grid to fill the panel - 展開使用中的方格以填滿面板 - - - Expand {0} - {0} is the category name, e.g. Design - 展開 {0} - - - Expiration - 到期 - - - Explore tutorials, docs, and what's coming next. - 探索教學課程、文件及後續動作。 - - - Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance - 使用智慧型、程式碼優先或資料優先的指導來探索、設計和發展資料庫結構描述 - - - Explorer - Explorer - - - Export - 匯出 - - - Export & Close - 匯出並關閉 - - - Export BACPAC - 匯出 BACPAC - - - Export all captured events to a CSV file - 將所有擷取的活動匯出為 CSV 檔案 - - - Export all results as INSERT statements - 將所有結果匯出為 INSERT 陳述式 - - - Export all results to a CSV file - 將所有結果匯出至 CSV 檔案 - - - Export all results to a JSON file - 將所有結果匯出至 JSON 檔案 - - - Export all results to an Excel file - 將所有結果匯出至 Excel 檔案 - - - Export the schema and data from a SQL database to a .bacpac file - 將 SQL 資料庫的結構描述和資料匯出至 .bacpac 檔案 - - - Export to CSV - 匯出為 CSV - - - Export to Excel - 匯出至 Excel - - - Export to JSON - 匯出至 JSON - - - Export to PDF - 匯出為 PDF - - - Export to tab delimited - 匯出至定位字元分隔 - - - Export to text format - 匯出至文字格式 - - - Export toolbar for result set {0} - {0} is the result set number (1-based index) - 匯出結果集 {0} 的工具列 - - - Exporting BACPAC... - 正在匯出 BACPAC... - - - Expose as MCP DML tools - 公開為 MCP DML 工具 - - - Expose as MCP custom tool - 公開為 MCP 自訂工具 - - - Expose this entity through GraphQL - 透過 GraphQL 公開此實體 - - - Expose this entity through REST - 透過 REST 公開此實體 - - - Expose {0} - {0} is the backing database column name - 公開 {0} - - - Expression - 運算式 - - - Extend the current selection one cell down - 將目前的選取範圍向下延伸一個儲存格 - - - Extend the current selection one cell left - 將目前的選取範圍向左延伸一個儲存格 - - - Extend the current selection one cell right - 將目前的選取範圍向右延伸一個儲存格 - - - Extend the current selection one cell up - 將目前的選取範圍向上延伸一個儲存格 - - - Extended Events Log Files - 擴充的活動記錄檔案 - - - Extension Shortcuts - 延伸模組快速鍵 - - - Extension and deployment actions - 延伸模組與部署動作 - - - Extract DACPAC - 擷取 DACPAC - - - Extract the schema from a SQL database to a .dacpac file - 從 SQL 資料庫擷取結構描述並匯出至 .dacpac 檔案 - - - Extracting DACPAC... - 正在擷取 DACPAC... - - - Extremely likely - 非常有可能 - - - Fabric API error occurred ({0}): {1} - {0} is the error code -{1} is the error message - 發生 Fabric API 錯誤 ({0}): {1} - - - Fabric Account - Fabric 帳戶 - - - Fabric Account is required - 需要 Fabric 帳戶 - - - Fabric Databases - Fabric 資料庫 - - - Fabric Workspaces - Fabric 工作區 - - - Fabric databases in Query Profiler - Query Profiler 中的網狀架構資料庫 - - - Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. - {0} is the cloud name -{1} is the setting name - 目前的雲端 ({0}) 不支援 Fabric。 確定已正確設定 '{1}' 設定。 - - - Fabric long-running API error with error code '{0}': {1} - {0} is the error code -{1} is the error message - Fabric 長時間執行的 API 錯誤,錯誤碼為 '{0}': {1} - - - Failed - 失敗 - - - Failed disposing query: {0} - {0} is the error message - 無法處理查詢: {0} - - - Failed to acquire token for account '{0}' and tenant '{1}' - {0} is the account ID -{1} is the tenant ID - 無法為帳戶 '{0}' 和租用戶 '{1}' 取得權杖 - - - Failed to add table to schema designer. - 無法將資料表新增至結構描述設計工具。 - - - Failed to add table. - 無法新增資料寶。 - - - Failed to add text to workspace: {0} - {0} is the error message - 無法將文字新增至工作區: {0} - - - Failed to apply changes: '{0}' - {0} is the error message returned from the publish changes operation - 無法套用變更: '{0}' - - - Failed to apply schema. - 無法套用結構描述。 - - - Failed to apply the Move to Schema changes. Check that the files are writable and try again. - 無法套用 [移至結構描述] 變更。檢查檔案是否可寫入,然後再試一次。 - - - Failed to change database - 變更資料庫失敗 - - - Failed to connect - 無法連線 - - - Failed to connect to database: {0} - {0} is the database name - 無法連線至資料庫: {0} - - - Failed to connect to server - 無法連線到伺服器 - - - Failed to connect to server. - 無法連接到伺服器。 - - - Failed to connect to the selected server. - 無法連接到所選的伺服器。 - - - Failed to connect: {0} - {0} is the error message - 連線失敗︰{0} - - - Failed to copy script: {0} - {0} is the error message - 無法複製指令碼: {0} - - - Failed to copy text to clipboard: {0} - {0} is the error message - 無法將文字複製到剪貼簿: {0} - - - Failed to create a new row: {0} - {0} is the error message - 無法建立新資料列: {0} - - - Failed to create database '{0}'. {1} - {0} is the database name -{1} is the error message - 無法建立資料庫 '{0}'。{1} - - - Failed to create firewall rule: {0} - {0} is the error message - 無法建立防火牆規則: {0} - - - Failed to create profiler session: {0} - {0} is the error message - 無法建立分析工具工作階段: {0} - - - Failed to delete credential with id: {0}. {1} - {0} is the id -{1} is the error - 無法刪除識別碼為 {0} 的認證。{1} - - - Failed to delete table from schema designer. - 無法從結構描述設計工具刪除資料表。 - - - Failed to delete table. - 無法刪除資料表。 - - - Failed to delete {0}. - Failed to delete {0}. - 無法刪除 {0}。 - - - Failed to drop database '{0}'. {1} - {0} is the database name -{1} is the error message - 無法刪除資料庫 '{0}'。{1} - - - Failed to establish connection - 無法建立連線 - - - Failed to establish connection with ID "{0}". Please check connection details and network connectivity. - {0} is the connection ID - 無法建立識別碼為 "{0}" 的連線。請檢查連線詳細資料與網路連線能力。 - - - Failed to export profiler events: {0} - {0} is the error message - 無法匯出分析工具活動: {0} - - - Failed to export results: {0} - {0} is the error message - 無法匯出結果: {0} - - - Failed to fetch Docker container tags: {0} - 無法擷取 Docker 容器標籤: {0} - - - Failed to fetch user tokens. - 無法擷取使用者權杖。 - - - Failed to generate SqlPackage command: {0} - 無法產生 sqlpackage 命令: {0} - - - Failed to generate publish script: '{0}' - {0} is the error message returned from the generate script operation - 無法產生發佈指令碼: '{0}' - - - Failed to generate script. Please check the logs for more details. - 無法產生指令碼。如需詳細資料,請查看記錄。 - - - Failed to generate script: '{0}' - {0} is the error message returned from the generate script operation - 無法產生指令碼: '{0}' - - - Failed to generate script: {0} - {0} is the error message - 無法產生指令碼: {0} - - - Failed to get Fabric workspaces for tenant '{0} ({1})'. - {0} is the tenant name -{1} is the tenant id - 無法取得租用戶 '{0} ({1})' 的 Fabric 工作區。 - - - Failed to get Fabric workspaces for tenant '{0} ({1})': {2} - {0} is the tenant name -{1} is the tenant id -{2} is the error message - 無法取得租用戶 '{0} ({1})' 的 Fabric 工作區: {2} - - - Failed to get authentication method, please remove and re-add the account. - 無法取得驗證方法,請移除並重新新增帳戶。 - - - Failed to get connection string: {0} - 無法取得連接字串: {0} - - - Failed to get tenant '{0}' for account '{1}'. - {0} is the tenant id -{1} is the account name - 無法取得帳戶 '{1}' 的租用戶 '{0}'。 - - - Failed to import file. - 無法匯入檔案。 - - - Failed to launch profiler: {0} - {0} is the error message - 無法啟動分析工具: {0} - - - Failed to list databases - 無法列出資料庫 - - - Failed to load code analysis rules - 無法載入程式碼分析規則 - - - Failed to load data: {0} - {0} is the error message - 無法載入資料: {0} - - - Failed to load databases - 無法載入資料庫 - - - Failed to load publish profile - 無法載入發佈設定檔 - - - Failed to obtain token for resource '{1}'. Error: {0} - {0} is the error message -{1} is the resource - 無法取得資源 '{1}' 的權杖。 錯誤: {0} - - - Failed to open Edit Data: {0} - {0} is the error message - 無法開啟資料編輯: {0} - - - Failed to open Modify Table: {0} - {0} is the error message - 無法開啟修改資料表: {0} - - - Failed to open Schema Designer: {0} - {0} is the error message - 無法開啟 [結構描述設計工具]: {0} - - - Failed to open Table Designer: {0} - {0} is the error message - 無法開啟 [資料表設計工具]: {0} - - - Failed to open URL. The built-in Simple Browser may be disabled. - 無法開啟 URL。內建的簡易瀏覽器可能會停用。 - - - Failed to open XEL file: {0} - {0} is the error message - 無法開啟 XEL 檔案: {0} - - - Failed to open scmp file: '{0}' - {0} is the error message returned from the open scmp operation - 無法開啟 scmp 檔案: '{0}' - - - Failed to open script in editor. - 無法在編輯器中開啟指令碼。 - - - Failed to open script: {0} - {0} is the error message - 無法開啟指令碼: {0} - - - Failed to open text in editor: {0} - {0} is the error message - 無法在編輯器中開啟文字: {0} - - - Failed to pull DAB container image. Please check your network connection. - 無法提取 DAB 容器映像。請檢查您的網路連線。 - - - Failed to pull SQL Server image. Please check your network connection and try again. - 無法提取 SQL Server 映像。請檢查網路連線,然後再試一次。 - - - Failed to read saved rule overrides from project - 無法讀取專案中已儲存的規則覆寫 - - - Failed to refresh connection ${0} with uri {1}, invalid connection result. - {0} is the connection id -{1} is the uri - 無法重新整理 URI 為 {0} 的連線 ${1},連線結果無效。 - - - Failed to remove row: {0} - {0} is the error message - 無法移除資料列: {0} - - - Failed to rename database '{0}' to '{1}'. {2} - {0} is the current database name -{1} is the new database name -{2} is the error message - 無法將資料庫 '{0}' 重新命名為 '{1}'。{2} - - - Failed to resolve the refactor log for this file: {0} - 無法解析此檔案的重構記錄: {0} - - - Failed to revert cell: {0} - {0} is the error message - 無法還原資料列: {0} - - - Failed to revert row: {0} - {0} is the error message - 無法還原資料列: {0} - - - Failed to run table query. - 無法執行資料表查詢。 - - - Failed to run table query: {0} - {0} is the error message - 無法執行資料表查詢: {0} - - - Failed to save changes: {0} - {0} is the error message - 無法儲存變更: {0} - - - Failed to save code analysis rules - 無法儲存程式碼分析規則 - - - Failed to save publish profile - 無法儲存發佈設定檔 - - - Failed to save results. {0} - {0} is the error message - 無法儲存結果。{0} - - - Failed to save results: {0} - {0} is the underlying error message - 無法儲存結果: {0} - - - Failed to save scmp file: '{0}' - {0} is the error message returned from the save scmp operation - 無法儲存 scmp 檔案: '{0}' - - - Failed to script object: {0} - {0} is the error message - 無法產生指令碼物件: {0} - - - Failed to start '{0}': {1} - {0} is the service name -{1} is the error message - 無法啟動 '{0}': {1} - - - Failed to start DAB container. - 無法啟動 DAB 容器。 - - - Failed to start DAB container. Please check the Docker logs for details. - 無法啟動 DAB 容器。 請查看 Docker 記錄以取得詳細資料。 - - - Failed to start SQL Server container. Please check the error message for more details, and then try again. - 無法啟動 SQL Server 容器。請檢查錯誤訊息以獲取詳細資料,然後再試一次。 - - - Failed to start profiler: {0} - {0} is the error message - 無法啟動分析工具: {0} - - - Failed to start query. - 無法開始查詢。 - - - Failed to start {0}. - Failed to start {0}. - 無法啟動 {0}。 - - - Failed to stop and remove DAB container. - 無法停止並移除 DAB 容器。 - - - Failed to stop {0}. - Failed to stop {0}. - 無法停止 {0}。 - - - Failed to update cell: {0} - {0} is the error message - 無法更新儲存格: {0} - - - Failed to update schema designer. - 無法更新結構描述設計工具。 - - - Failed to update table in schema designer. - 無法更新結構描述設計工具中的資料表。 - - - Failed to update table. - 無法更新資料表。 - - - Feedback - 意見反應 - - - Fetching {0} script... - {0} is the script type - 正在擷取 {0} 指令碼... - - - File - 檔案 - - - File (Read-Only) - 檔案 (唯讀) - - - File Name - 檔案名稱 - - - File already exists. It will be overwritten if you continue - 檔案已存在。若繼續,將會被覆寫 - - - File imported successfully - 已成功匯入檔案 - - - File is required - 需要檔案 - - - File name is required - 檔案名稱是必要項 - - - File not found - 找不到檔案 - - - File path - 檔案路徑 - - - File path is required - 需要檔案路徑 - - - File to be imported - 要匯入的檔案 - - - File type - 檔案類型 - - - File: {0} - {0} is the file name - 檔案: {0} - - - Files - 檔案 - - - Files of Type - 檔案類型 - - - Filter - 篩選 - - - Filter ({0}) - {0} is the number of selected tables - 篩選 ({0}) - - - Filter Azure subscriptions - 篩選 Azure 訂用帳戶 - - - Filter Changes - 篩選條件變更 - - - Filter Options - 篩選選項 - - - Filter Settings - 篩選設定 - - - Filter active - 篩選作用中 - - - Filter by keyword - 依關鍵字篩選 - - - Filter by name - 依名稱篩選 - - - Filter by schema - 依結構描述篩選 - - - Filter by severity - 依嚴重性篩選 - - - Filter by type - 依類型篩選 - - - Filter changes - 篩選變更 - - - Filter entities - 篩選實體 - - - Filter entities... - 篩選實體... - - - Filter events by column values - 按欄位值篩選活動 - - - Filter for any field... - 篩選任何欄位... - - - Filter operator - 篩選運算子 - - - Filter shortcuts - 篩選捷徑 - - - Filter value - 篩選值 - - - Filter {0} - 篩選 {0} - - - Filter... - 篩選... - - - Filter: {0} - {0} is the column name - 篩選: {0} - - - Filters - 篩選 - - - Find - 尋找 - - - Find Next - 尋找下一個 - - - Find Node - 尋找節點 - - - Find Nodes - 尋找節點 - - - Find Previous - 尋找上一個 - - - Finish - 完成 - - - Finished Deployment - 已完成部署 - - - Finished query execution for document "{0}" - {0} is the document name - 已完成查詢文件 "{0}" - - - Firewall - 防火牆 - - - Firewall rule name - 防火牆規則名稱 - - - Firewall rule successfully added. Retry profile creation? - 已成功新增防火牆規則。要重試建立設定檔嗎? - - - Firewall rule successfully created. - 已成功建立防火牆規則。 - - - First Page - 第一頁 - - - Flat - 平面式 - - - Focus the Messages tab - 將焦點放在訊息索引標籤 - - - Focus the Query Plan tab - 將焦點放在查詢計劃索引標籤 - - - Focus the Results tab in the query results panel - 將焦點放在查詢結果面板中的結果索引標籤 - - - Folder Path - 資料夾路徑 - - - Folder Structure - 資料夾結構 - - - Folder is required - 需要資料夾 - - - Folder path - 資料夾路徑 - - - Folder path is required - 資料夾路徑為必填 - - - For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. - 針對數值資料,可儲存在此資料庫物件中小數點右邊的最大十進位數字。 - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - 針對數值資料,可儲存在此資料庫物件中的最大十進位數。 - - - Force fit columns - 強制調整資料行大小以符合內容 - - - Foreign Column - 外部資料行 - - - Foreign Key - 外部索引鍵 - - - Foreign Key {0} - {0} is the index of the foreign key - 外部索引鍵 {0} - - - Foreign Keys - 外部索引鍵 - - - Foreign Table - 外部資料表 - - - Foreign key '{0}' already exists - {0} is the foreign key name - 外部索引鍵 '{0}' 已經存在 - - - Foreign key column mappings are required. - 需要外部索引鍵資料行對應。 - - - Foreign key column mappings must be the same length. - 索引鍵資料行對應的長度必須相同。 - - - Foreign keys - 外部索引鍵 - - - Formula - 公式 - - - Found pending reconnect promise for uri {0}, failed. - {0} is the uri - 找到 URI {0} 的擱置重新連接承諾,失敗。 - - - Found pending reconnect promise for uri {0}, waiting. - {0} is the uri - 找到 URI {0} 的擱置重新連接承諾,正在等候。 - - - Found {0} saved connection profile(s). - {0} is the number of connection profiles - 找到 {0} 個已儲存的連線設定檔。 - - - Free compute & storage - 免費計算 + 儲存體 - - - Free offer applied - 免費供應項目已套用 - - - Freeze columns - 凍結資料行 - - - From - Label for the start IP address in the firewall rule IP range - - - - Full - 已滿 - - - Function - 函式 - - - Functions - 函式 - - - General - 一般 - - - General Options - 一般選項 - - - General Purpose - 一般用途 - - - Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. - 透過 GitHub Copilot 聊天和代理程式工具,使用自然語言產生資料 API 建立器設定。描述您的 API 需求,讓 GitHub Copilot 協助您進行設定。 - - - Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. - 從 SQL 資料庫物件 (資料表) 產生 REST、GraphQL 和 MCP 端點。您可以手動修改設定,或透過 GitHub Copilot 來規劃及產生更新,然後使用 Docker 在本機部署。 - - - Generate Script - 產生指令碼 - - - Generate mock data and seed scripts to support testing and development environments - 產生模擬資料和植入指令碼以支援測試和開發環境 - - - Generate script to deploy changes to target - 產生指令碼以將變更部署至目標 - - - Generate sqlpackage command - 產生 sqlpackage 命令 - - - Generated file added to {0} - {0} is the generated file path - 已將產生的檔案新增至 {0} - - - Generating Report. This may take a while... - 正在產生報告。這可能需要一點時間... - - - Generating SAS key failed: {0} - {0} is the error message - 產生 SAS 金鑰失敗: {0} - - - Generating report, this might take a while... - 正在產生報告,這可能需要一些時間... - - - Generating script... - 正在產生指令碼... - - - Geo-redundant backup storage - 異地備援備份儲存體 - - - Get Connection Details - 取得連線詳細資料 - - - Get Started - 開始使用 - - - Get connection details for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 取得連線 '{0}' (識別碼: {1}) 的連線詳細資料? - - - Get security-related recommendations, such as avoiding SQL injection or excessive permissions - 取得安全性相關建議,例如避免 SQL 插入或過度權限 - - - Getting Docker Ready... - 正在準備 Docker... - - - Getting Fabric database '{0}' - {0} is the database ID - 取得 Fabric 資料庫 '{0}' - - - Getting Fabric workspace '{0}' - {0} is the workspace ID - 取得 Fabric 工作區 '{0}' - - - Getting Started - 開始使用 - - - Getting connection details for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在取得連線 '{0}' (識別碼: {1}) 的連線詳細資料 - - - Getting connection string for SQL Endpoint '{0}' in workspace '{1}' - {0} is the SQL endpoint ID -{1} is the workspace ID - 工作區 '{1}' 中取得 SQL 端點 '{0}' 的連接字串 - - - Getting container ready for connections - 正在準備容器以進行連線 - - - Getting definition ... - 正在取得定義... - - - GitHub Copilot - VS Code walkthrough - GitHub Copilot - VS Code 逐步解說 - - - GitHub Copilot integration in Data API builder - 資料 API 建立器中的 GitHub Copilot 整合 - - - GitHub Copilot survey - GitHub Copilot 問卷 - - - Got invalid tool use parameters: "{0}". ({1}) - {0} is the part input -{1} is the error message - 取得無效的工具使用參數: "{0}"。({1}) - - - GraphQL - GraphQL - - - Greater Than - 大於 - - - Greater Than or Equals - 大於或等於 - - - Greater than - 大於 - - - Greater than or equal to - 大於或等於 - - - Grid View - 方格檢視 - - - Group by - 分組依據 - - - Group differences by - 分組差異,依據 - - - Help - 說明 - - - Help us improve by sharing your thoughts. - 分享您的想法,以協助我們改進。 - - - Hide Changes - 隱藏變更 - - - Hide Changes Highlight - 隱藏變更醒目提示 - - - Hide Confirm Password - 隱藏確認密碼 - - - Hide Definition - 隱藏定義 - - - Hide New Password - 隱藏新密碼 - - - Hide SQL Pane - 隱藏 SQL 窗格 - - - Hide column - 隱藏資料行 - - - Hide full error message - 隱藏完整錯誤訊息 - - - Hide password - 隱藏密碼 - - - Hide this panel - 隱藏此面板 - - - Highlight Changes - 醒目提示變更 - - - Highlight Expensive Operation - 醒目提示成本過高的作業 - - - Highlights - 重點項目 - - - Hostname - 主機名稱 - - - How likely it is that you would recommend the MSSQL extension to a friend or colleague? - 您向朋友或同事推薦 MSSQL 延伸模組的可能性有多高? - - - How likely it is that you would recommend {0} to a friend or colleague? - {0} is the feature name - 您願意向朋友或同事推薦 {0} 的意願有多高? - - - How many tables are in this database? - 此資料庫中有多少資料表? - - - Hue - 色調 - - - I have read the summary and understand the potential risks. - 我已閱讀摘要並瞭解潛在風險。 - - - I understand this action is permanent and irreversible - 我了解此動作是永久性且無法恢復的 - - - I'm sorry, I can only assist with SQL-related questions. - 很抱歉,我只能協助處理 SQL 相關問題。 - - - IP address range - IP 位址範圍 - - - Identity - 身分識別 - - - Ignore Options - 忽略選項 - - - Ignore Tenant - 忽略租用戶 - - - Image tag - 映像標籤 - - - Import BACPAC - 匯入 BACPAC - - - Import Data - 匯入資料 - - - Import File - 匯入檔案 - - - Import Flat File - 匯入一般檔案 - - - Import Information - 匯入資訊 - - - Import New File - 匯入新檔案 - - - Import Status - 匯入狀態 - - - Import a .bacpac file to a new or empty database - 將 .bacpac 檔案匯入至新的或空白資料庫 - - - Import anyway - 繼續仍入 - - - Import complete. You can close this dialog. - 匯入完成。您可以關閉此對話方塊。 - - - Import connection configuration settings from Azure Data Studio - 從 Azure Data Studio 匯入連線組態設定 - - - Import failed: {0} - {0} is the error message returned from the import helper. - 匯入失敗: {0} - - - Import file is required - 輸入檔案為必要項目 - - - Import from Azure Data Studio - 從 Azure Data Studio 匯入 - - - Import selected - 已選取匯入 - - - Importance - 重要性 - - - Importing BACPAC... - 正在匯入 BACPAC... - - - Importing data... - 正在匯入資料... - - - Importing selections - 正在匯入選取項目 - - - In - 位於 - - - In case you missed it - 如果您錯過了 - - - In progress - 進行中 - - - In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. - 在資料 API 建立器體驗中,只有使用 SQL 驗證的連線可以使用本機容器部署。不支援您目前的連線類型。 - - - Include - 包括 - - - Include Object Types - 包含物件類型 - - - Include all columns - 包含所有資料行 - - - Include all object types - 包含所有物件類型 - - - Incomplete or orphaned connections - 不完整或孤立的連線 - - - Index - 索引 - - - Indexes - 索引 - - - Initializing DAB configuration... - 正在初始化 DAB 設定... - - - Initializing comparison, this might take a while... - 正在將比較結果初始化。這可能需要一些時間... - - - Insert - 插入 - - - Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. - 使用 {arg} 插入選取的查詢編輯器文字。如果您不使用預留位置,系統會自動將選取的文字附加到查詢結尾。 - - - Install Docker - 安裝 Docker - - - Install the MSSQL Database Management Keymap extension - 安裝 MSSQL 資料庫管理鍵盤配置擴充功能 - - - Instant Container Setup - 即時容器設定 - - - Insufficient Workspace Permissions - 工作區權限不足 - - - Integrated - 已整合 - - - Integrated & secure - 整合式且安全 - - - Invalid Firewall rule name - 防火牆規則名稱無效 - - - Invalid IP Address - 無效的 IP 位址 - - - Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy - {0} 無效的 SQL Server 密碼。密碼長度必須介於 8 至 128 個字元,且符合複雜度要求。 如需詳細資訊,請參閱 https://docs.microsoft.com/sql/relational-databases/security/password-policy - - - Invalid column reference. Use either id OR name. - 無效的資料行參考。請使用識別碼或名稱。 - - - Invalid column width - 欄寬無效 - - - Invalid connection URI provided. - 提供的連線 URI 無效。 - - - Invalid connection string: {0} - 無效的連接字串: {0} - - - Invalid database - 無效的資料庫 - - - Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. - 無效的實體參考。請使用識別碼或 schemaName+tableName,或 schemaName+sourceName+sourceType。 - - - Invalid file - 無效的檔案 - - - Invalid file extension. Expected .dacpac or .bacpac - 副檔名無效。預期為 .dacpac 或 .bacpac - - - Invalid foreign key. - 外部索引鍵無效。 - - - Invalid max length '{0}' - {0} is the max length - 長度上限 '{0}' 無效 - - - Invalid table payload. Expected table with columns array. - 資料表承載無效。預期資料表包含資料行陣列。 - - - Invalid table type - 資料表類型無效 - - - Is Computed - 已計算 - - - Is Identity - 為識別值 - - - Is Ledger Database - 為總帳資料庫 - - - Is Not Null - 不是 Null - - - Is Null - 是 Null - - - Is Persisted - 為永續性 - - - Issues ({0}) - {0} is the number of issues - 問題 ({0}) - - - JPEG - JPEG - - - JSON - JSON - - - Join the discussions - 加入討論 - - - Keep in query pane - 保持在查詢窗格中 - - - Key - 索引鍵 - - - Keybinding - 按鍵繫結關係 - - - Keyboard Shortcuts editor - 鍵盤快速鍵編輯器 - - - Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. - 權杖快取的金鑰無法儲存在認證存放區中,這可能會導致 Microsoft Entra ID 存取權杖持續性問題和連線不穩定。SqlTools 可能已達到 Windows 的認證儲存限制,請清除 Windows 認證管理員中以 "Microsoft.SqlTools|" 開始的至少 2 個認證,然後重新載入。 - - - LRS - LRS - - - LRS backup (locally redundant) - LRS 備份 (本地備援) - - - Last Page - 最後一頁 - - - Learn More - 深入了解 - - - Learn more - 深入了解 - - - Learn more about Azure SQL Database free tier - 深入了解 Azure SQL Database 免費層 - - - Learn more about SQL Server 2025 features - 深入了解 SQL Server 2025 功能 - - - Leave the source database in the restoring state - 將來源資料庫保持在還原狀態 - - - Length - 長度 - - - Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) - {0} is source column -{1} is source length -{2} is target column -{3} is target length - 長度不符: 資料行 '{0}' ({1}) 與資料行 '{2}' ({3}) 不相容 - - - Less Than - 小於 - - - Less Than or Equals - 小於或等於 - - - Less than - 小於 - - - Less than or equal to - 小於或等於 - - - Line {0} - {0} is the line number - 線條 {0} - - - Link copied to clipboard - 已將連結複製到剪貼簿 - - - List Connections - 列出連線 - - - List Databases - 列出資料庫 - - - List Functions - 列出函數 - - - List Schemas - 列出結構描述 - - - List Tables - 列出資料表 - - - List Views - 列出檢視 - - - List all connections registered with the mssql extension? - 列出所有使用 mssql 延伸模組登錄的連線? - - - List databases for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出連線 '{0}' (識別碼: {1}) 的資料庫? - - - List functions for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出連線 '{0}' (識別碼: {1}) 的函數? - - - List schemas for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出連線 '{0}' (識別碼: {1}) 的結構描述? - - - List tables for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出連線 '{0}' (識別碼: {1}) 的資料表? - - - List views for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 列出連線 '{0}' (識別碼: {1}) 的檢視? - - - Listing Fabric SQL Databases for workspace '{0}' - {0} is the workspace ID - 列出工作區 '{0}' 的 Fabric SQL 資料庫 - - - Listing Fabric SQL Endpoints for workspace '{0}' - {0} is the workspace ID - 列出工作區 '{0}' 的 Fabric SQL 端點 - - - Listing Fabric Warehouses for workspace '{0}' - {0} is the workspace ID - 列出工作區 '{0}' 的 Fabric 倉儲 - - - Listing Fabric capacities for tenant '{0}' - {0} is the tenant ID - 列出租用戶 '{0}' 的 Fabric 容量 - - - Listing Fabric workspaces for tenant '{0}' - {0} is the tenant ID - 列出租用戶 '{0}' 的 Fabric 工作區 - - - Listing databases for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出連線 '{0}' (識別碼: {1}) 的資料庫 - - - Listing functions for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出連線 '{0}' (識別碼: {1}) 的函數 - - - Listing role assignments for workspace '${workspaceId}' - {0} is the workspace ID - 列出工作區 '${workspaceId}' 的角色指派 - - - Listing schemas for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出連線 '{0}' (識別碼: {1}) 的結構描述 - - - Listing server connections - 正在列出伺服器連線 - - - Listing tables for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出連線 '{0}' (識別碼: {1}) 的資料表 - - - Listing views for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在列出連線 '{0}' (識別碼: {1}) 的檢視 - - - Load - 載入 - - - Load from Connection String - 從連接字串載入 - - - Load profile... - 載入設定檔... - - - Load source, target, and options saved in an .scmp file - 載入儲存在 .scmp 檔案中的來源、目標和選項 - - - Loading - 正在載入 - - - Loading Azure Accounts - 載入 Azure 帳戶 - - - Loading Azure SQL Database... - 正在載入 Azure SQL Database... - - - Loading Azure accounts - 正在載入 Azure 帳戶 - - - Loading Fabric Accounts - 載入 Fabric 帳戶 - - - Loading Fabric provisioning... - 正在載入 Fabric 佈建... - - - Loading Report - 正在載入報告 - - - Loading Schema Designer - 正在載入結構描述設計工具 - - - Loading Schema Designer Model... - 正在載入結構描述設計工具模型... - - - Loading Table Designer - 正在載入資料表設計工具 - - - Loading XEL file: {0} - {0} is the file name - 正在載入 XEL 檔案: {0} - - - Loading backup database... - 正在載入備份資料庫... - - - Loading code analysis rules... - 正在載入程式碼分析規則... - - - Loading collations... - 正在載入定序... - - - Loading database objects - 正在載入資料庫物件 - - - Loading databases in '{0}'... - {0} is the name of the workspace - 正在 '{0}' 中載入資料庫... - - - Loading databases in selected workspace... - 正在載入所選工作區中的資料庫... - - - Loading deployment - 載入部署 - - - Loading execution plan... - 正在載入執行計畫... - - - Loading flat file import... - 正在載入一般檔案匯入... - - - Loading local containers... - 正在載入本機容器... - - - Loading locations - 正在載入位置 - - - Loading maintenance windows... - 正在載入維護時段... - - - Loading resource groups - 正在載入資源群組 - - - Loading restore database... - 正在載入還原資料庫... - - - Loading restore plan... - 正在載入還原計劃... - - - Loading results... - 正在載入結果... - - - Loading schemas... - 正在載入結構描述... - - - Loading servers - 正在載入伺服器 - - - Loading servers in '{0}'... - {0} is the name of the subscription - 正在載入 '{0}' 中的伺服器... - - - Loading servers in selected subscription... - 正在載入所選訂用帳戶中的伺服器... - - - Loading subscriptions - 正在載入訂用帳戶 - - - Loading subscriptions... - 正在載入訂用帳戶... - - - Loading summary for {0} rows (Click to cancel) - {0} is the total number of rows - 正在載入 {0} 資料列摘要 (按一下以取消) - - - Loading table data... - 正在載入資料表資料... - - - Loading table preview... - 正在載入資料表預覽... - - - Loading tenants - 正在載入租用戶 - - - Loading tenants... - 正在載入租用戶... - - - Loading text view... - 正在載入文字檢視... - - - Loading workspaces - 載入工作區 - - - Loading workspaces... - 正在載入工作區... - - - Loading... - 正在載入... - - - Local Container Deployment - 本機容器部署 - - - Local SQL Server database container - 本機 SQL Server 資料庫容器 - - - Local container deployment is currently only supported with SQL Authentication connections. - 目前只有 SQL 驗證連線才支援本機容器部署。 - - - Locally-redundant backup storage - 本地備援備份儲存體 - - - Locate an Azure Data Studio settings.json file to import - 尋找要匯入的 Azure Data Studio settings.json 檔案 - - - Location - 位置 - - - Location (Workspace) - 位置 (工作區) - - - Location of the file to be imported - 要匯入檔案的位置 - - - Log file folder - 記錄檔資料夾 - - - Logical file name - 邏輯檔案名稱 - - - Logical operator - 邏輯運算子 - - - Logs - 記錄 - - - Logs copied to clipboard - 記錄已複製到剪貼簿 - - - Looking for Azure Data Studio key bindings, like F5 to execute queries? - 在尋找 Azure Data Studio 的鍵盤快速鍵,例如 F5 執行查詢嗎? - - - MCP - MCP - - - MCP custom tool - MCP 自訂工具 - - - MCP server added to {0} - {0} is the file path where the MCP server was added - 已將 MCP 伺服器新增到 {0} - - - MCP server is already configured in {0} - {0} is the file path where the MCP server configuration exists - MCP 伺服器已在 {0} 中設定 - - - MSSQL - MSSQL - - - MSSQL - Azure Auth Logs - MSSQL - Azure 認證記錄 - - - MSSQL - VS Code walkthrough - MSSQL - VS Code 逐步解說 - - - MSSQL Feedback - MSSQL 意見反應 - - - MSSQL Notebook connected to {0} - {0} is the connection label - MSSQL 筆記本已連結到 {0} - - - MSSQL extension icon - MSSQL 延伸模組圖示 - - - MSSQL: Click to change connection - MSSQL: 按一下以變更連線 - - - MSSQL: Click to change database - MSSQL: 按一下以變更資料庫 - - - MSSQL: Welcome & What's New - MSSQL: 歡迎使用與新增功能 - - - MSSQL: What's new - MSSQL: 新增功能 - - - Maintenance Window - 維護時段 - - - Make everything read-only - 將所有項目設為唯讀 - - - Manage Connection Profiles - 管理連線設定檔 - - - Manage relationships - 管理關聯性 - - - Mandatory (Recommended) - 必要 (建議) - - - Mandatory (True) - 強制 (True) - - - Max - 最大值 - - - Max 10 databases / subscription - 最多 10 個資料庫/訂用帳戶 - - - Max Length - 長度上限 - - - Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold - 已超過篩選/排序的資料列計數上限。若要加以更新,請導覽至 [使用者設定] 並變更設定:mssql.resultsGrid.inMemoryDataProcessingThreshold - - - Max vCores - 最大 V 核心數 - - - Max: {0} - {0} is the max - 最大值: {0} - - - Maximize - 最大化 - - - Maximize ({0}) - {0} is the keyboard shortcut for maximizing the grid - 最大化 ({0}) - - - Maximize Panel Size - 最大化面板大小 - - - Maximize details panel - 最大化詳細資料面板 - - - Maximize panel size - 最大化面板大小 - - - Maximize results grid - 結果方格最大化 - - - Media - 媒體 - - - Media set description is required - 媒體集描述為必要項目 - - - Media set name is required - 需要媒體集名稱 - - - Message - 訊息 - - - Messages - 訊息 - - - Messages ({0}) - {0} is the keyboard shortcut for the messages tab - 訊息 ({0}) - - - Metric - 計量 - - - Microsoft Account - Microsoft 帳戶 - - - Microsoft Account is required - 需要 Microsoft 帳戶 - - - Microsoft Corp - Microsoft Corp - - - Microsoft Entra Account - Microsoft Entra 帳戶 - - - Microsoft Entra ID - Microsoft Entra ID - - - Microsoft Entra Id - Microsoft Entra ID - - - Microsoft Entra Id - Default - Microsoft Entra ID - 預設 - - - Microsoft Entra Id - Service Principal - Microsoft Entra ID - 服務主體 - - - Microsoft Entra Id - Universal w/ MFA Support - Microsoft Entra ID - 通用 (含 MFA 支援) - - - Microsoft Entra account {0} successfully added. - {0} is the account name - 已成功新增 Microsoft Entra 帳戶 {0}。 - - - Microsoft Fabric integration - Microsoft Fabric 整合 - - - Microsoft SQL Server License Agreement - Microsoft SQL Server 授權合約 - - - Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. - Microsoft 會檢閱您的意見反應以改進我們的產品,因此請勿分享任何個人資料或機密/專屬的內容。 - - - Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. - Microsoft 會根據您組織的指示處理您提交的意見反應,以改進您和您組織對此產品的體驗。如果您對於使用意見反應資料有任何疑問,請連絡您的租用戶系統管理員。意見反應資料的處理會受貴組織與 Microsoft 之間的 Microsoft 產品與服務資料保護增補合約的規範,而您提交的意見反應即會被視為適用於該增補合約的個人資料。 - - - Microsoft would like your feedback - Microsoft 歡迎您的意見反應 - - - Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. - 將 Azure Data Studio 的已儲存連線、連線群組和連線設定移轉到 MSSQL 延伸模組。此外,您也可以安裝 MSSQL 資料管理鍵盤快速鍵,已新增 Azure Data Studio 的熟悉捷徑。 - - - Min - 最小值 - - - Min: {0} - {0} is the min - 最小值: {0} - - - Missing connection reference. Please provide exactly one of connectionId or connectionName. - 遺漏連線參考請只提供一個 connectionId 或 connectionName。 - - - Missing schema payload for replace_schema operation. - replace_schema 作業缺少結構描述承載。 - - - Missing table payload for update_table operation. - 缺少 update_table 作業的資料表承載。 - - - Missing table target for delete_table operation. Provide tableId or tableName+schemaName. - delete_table 作業缺少目標資料表。請提供 tableId 或 tableName+schemaName。 - - - Modified - 已修改 - - - Modified column '{0}' - {0} is the column name - 已修改資料行 '{0}' - - - Modified column '{0}': {1} - {0} is the column name -{1} is a list of property changes - 已修改資料行 '{0}': {1} - - - Modified foreign key '{0}' - {0} is the foreign key name - 已修改外部索引鍵 '{0}' - - - Modified foreign key '{0}': {1} - {0} is the foreign key name -{1} is a list of property changes - 已修改外部索引鍵 '{0}': {1} - - - Modified table {0} - {0} is the qualified table name - 已修改資料表 {0} - - - Modified table {0}: {1} - {0} is the qualified table name -{1} is a list of property changes - 已修改資料表 {0}: {1} - - - Modify Columns - 修改資料行 - - - Modify Table - 修改資料表 - - - Monitor usage and manage your free tier limits - 監視使用量並管理您的免費層限制 - - - Monthly limits - 每月限制 - - - More Query Actions - 更多查詢動作 - - - Move Down - 下移 - - - Move Up - 上移 - - - Move and expand the active grid selection - 移動並展開使用中的方格選取範圍 - - - Move focus to the next result set grid - 將焦點移至下一個結果集方格 - - - Move focus to the previous result set grid - 將焦點移至前一個結果集方格 - - - Move selection to the first cell in the row - 將選取範圍移至資料列的第一個儲存格 - - - Move selection to the last cell in the row - 將選取範圍移至資料列的最後一個儲存格 - - - Move to Root - 移至根目錄 - - - Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - 只有屬於已開啟 SQL 專案的 SQL 檔案才支援 [移至結構描述]。先在資料庫專案面板中開啟專案。 - - - Move to Schema request failed: {0} - 移至結構描述要求失敗: {0} - - - Move to Schema... - 移至結構描述... - - - Move to row end - 移至資料列結尾 - - - Move to row start - 移至資料列開頭 - - - Move to schema '{0}' - 移至結構描述 '{0}' - - - Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. - {0} is the root id - 發現多個連線群組使用相同的識別碼 '{0}'。 請刪除或重新命名使用者/全域 settings.json 中的所有重複群組,只保留一個,然後重新啟動擴充功能。 - - - Must be a valid number - 必須為有效的數字 - - - Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens - 必須以英數字元開頭,而且只可包含英數字元、底線、句號或連字號 - - - Mutation - 變動 - - - MyProfilerSession - MyProfilerSession - - - NULL - NULL - - - Name - 名稱 - - - Name for the Docker container running DAB - 執行 DAB 的 Docker 容器名稱 - - - Name of the primary key. - 主鍵的名稱。 - - - Navigate to this item in the diagram - 瀏覽至圖表中的此項目 - - - Navigation - 瀏覽 - - - Needs attention - 需要注意 - - - New Azure SQL logical server (Preview) - 新的 Azure SQL 邏輯伺服器 (預覽) - - - New Check Constraint - 新增 CHECK 條件約束 - - - New Column - 新增資料行 - - - New Column Mapping - 資料行對應 - - - New Database - 新資料庫 - - - New Database Name - 新資料庫名稱 - - - New Deployment - 新增部署 - - - New File - 新檔案 - - - New Foreign Key - 新增外部索引鍵 - - - New Index - 新增索引 - - - New Local Docker SQL Server - 新增本機 Docker SQL Server - - - New Microsoft Entra account could not be added. - 無法新增 Microsoft Entra 帳戶。 - - - New Password - 新密碼 - - - New Query - 新增查詢 - - - New Query Profiler - Enter Name - 新增 Query Profiler - 輸入名稱 - - - New Query Profiler - Select Template - 新增 Query Profiler - 選取範本 - - - New SQL database - 新的 SQL 資料庫 - - - New Session - 新增工作階段 - - - New Table Name - 新增資料表名稱 - - - New column mapping - 新增資料行對應 - - - New database name must be different from the current name - 新資料庫名稱必須與目前的名稱不同 - - - New media set description - 新增媒體集描述 - - - New media set name - 新增媒體集名稱 - - - New to MSSQL extension? Check out our quick-start guide. - 初次使用 MSSQL 擴充功能嗎?請查看我們的快速入門指南。 - - - New to the MSSQL extension? Check out our quick-start guide. - 初次使用 MSSQL 延伸模組嗎?請查看我們的快速入門指南。 - - - Next - 下一步 - - - Next Page - 下一頁 - - - Next result grid - 下一個結果方格 - - - No - - - - No Action - 沒有動作 - - - No Azure accounts found - 找不到 Azure 帳戶 - - - No Microsoft Entra account can be found for removal. - 找不到要移除的 Microsoft Entra 帳戶。 - - - No Queries Available - 沒有任何可用的查詢 - - - No SQL Tools MCP connection found for connectionName: {0} - {0} is the SQL Tools MCP registered connection name - 找不到 connectionName 的 SQL Tools MCP 連線: {0} - - - No account selected - 未選取任何帳戶 - - - No active connection - 沒有作用中的連線 - - - No active connection for database change - 資料庫變更沒有作用中連線 - - - No active connection for schema view - 結構描述檢視沒有作用中連線 - - - No active connection. - 沒有使用中的連線。 - - - No active database connection in the current editor. Please establish a connection to continue. - 目前編輯器中沒有任何作用中的資料庫連線。請建立一個連線以繼續。 - - - No active notebook. - 沒有使用中的筆記本。 - - - No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. - 找不到使用中的結構描述設計工具。請先使用 mssql_dab 搭配作業 'show' 或從 UI 開啟資料 API 建立器。 - - - No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. - 找不到使用中的結構描述設計工具。請先使用作業 'show' 的 mssql_schema_designer 或從使用者介面開啟一個。 - - - No active text editor found. Please open a file with an active database connection. - 找不到使用中的文字編輯器。請開啟具有使用中資料庫連線的檔案。 - - - No authentication required - 無需驗證 - - - No background tasks - 沒有背景工作 - - - No backup sets found in the restore plan - 還原計劃中找不到備份組 - - - No blob containers found - 找不到任何 Blob 容器 - - - No blobs found - 找不到任何 Blob - - - No changes detected - 未偵測到變更 - - - No changes match your search. - 沒有符合您搜尋的變更。 - - - No changes yet. - 尚未有變更。 - - - No code analysis rules available. - 沒有可用的程式代碼分析規則。 - - - No connection credentials found - 找不到任何連線認證。 - - - No connection found for connectionId: {0} - {0} is the connection ID - 找不到下列 connectionId 的連線: {0} - - - No connection groups were found in the file. - 檔案中未找到任何連線群組。 - - - No connection information found - 找不到任何連線資訊。 - - - No connection profiles to edit. - 沒有可編輯的連線設定檔。 - - - No connection profiles to remove. - 沒有可移除的連線設定檔。 - - - No connection selected. - 未選取連線。 - - - No connection was found. Please connect to a server first. - 找不到連線。請先連線到伺服器。 - - - No connections available. Please create a connection first. - 沒有可用的連線。請先建立連線。 - - - No connections were found in the file. - 檔案中未找到任何連線。 - - - No customized settings found - 未找到自訂設定 - - - No customized settings found in Azure Data Studio - 在 Azure Data Studio 中找不到自訂設定 - - - No data available - 沒有可用的資料 - - - No data to display. - 沒有可顯示的資料。 - - - No database files found in the restore plan - 還原計劃中找不到資料庫檔案 - - - No database selected. - 未選取資料庫。 - - - No databases found in the selected workspace. - 在所選伺服器中找不到任何資料庫 - - - No databases found in workspace '{0}'. - {0} is the name of the workspace - 在工作區 '{0}' 中找不到任何資料庫。 - - - No databases found on the server. Please check your connection. - 伺服器上找不到資料庫。請檢查您的連線。 - - - No databases found to import into. - 找不到可匯入的資料庫。 - - - No databases with backups found - 找不到任何具有備份的資料庫 - - - No elements found - 找不到任何元素 - - - No entities found - 找不到任何實體 - - - No event selected - 未選取任何活動 - - - No events to export - 沒有可匯出的活動 - - - No filter is currently active - 目前沒有任何作用中的篩選條件 - - - No items - 無項目 - - - No log entries yet. - 尚無記錄項目。 - - - No matches found - 找不到任何相符項目 - - - No matching shortcuts - 找不到相符的快速鍵 - - - No model found. - 找不到模型。 - - - No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} - {0} is the connection id -{1} is the uri - 不需要為 URI 為 {1} 的連線 {0} 重新整理 Microsoft Entra 帳戶權杖 - - - No object that can be moved to another schema was found at the cursor. - 在游標處找不到可移至另一個結構描述的物件。 - - - No objects found - 找不到任何物件 - - - No pending changes. Make edits to generate a script. - 沒有擱置的變更。進行編輯以產生指令碼。 - - - No profiler connection available - 無可用的分析工具連線 - - - No profiler templates available - 沒有可用的分析工具範本 - - - No property changes available. - 沒有可用的屬性變更。 - - - No query set - 沒有查詢集 - - - No renameable symbol found at cursor. - 游標處找不到可重新命名的符號。 - - - No resource groups found - 找不到任何資源群組 - - - No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. - {0} is the resource type -{1} is the display name of the current cloud - 目前雲端 '{1}' 尚未設定類型為 '{0}' 的資源。請更新您的 Azure 帳戶設定。 - - - No results - 沒有任何結果 - - - No results for the active editor - 目前編輯器沒有結果 - - - No results match the current filters - 沒有任何結果符合目前的篩選條件 - - - No results to display - 沒有任何可顯示的結果 - - - No rows affected - 沒有資料列受影響。 - - - No rules match the current filter. - 沒有符合目前篩選條件的規則。 - - - No saved connection profiles found. - 找不到已儲存的連線設定檔。 - - - No saved connections found. Please create a connection first. - 找不到已儲存的連線。請先建立連線。 - - - No schema differences were found. - 找不到任何結構描述差異。 - - - No schemas found - 找不到任何結構描述 - - - No schemas were found in the project. - 專案中找不到任何結構描述。 - - - No script available. Make changes to the table data and generate a script first. - 沒有可用的指令碼。請先變更資料表資料並產生指令碼。 - - - No script generated. - 未產生任何指令碼。 - - - No selection - 沒有選取項目 - - - No servers found - 找不到伺服器 - - - No servers found in subscription '{0}'. - {0} is the name of the subscription - 在訂用帳戶 '{0}' 中找不到任何伺服器。 - - - No servers found in the selected subscription. - 選取的訂用帳戶中找不到任何伺服器。 - - - No shortcut - 沒有快速鍵 - - - No storage accounts found - 找不到任何儲存體帳戶 - - - No subscriptions found - 找不到訂用帳戶 - - - No subscriptions found. Please change Azure account or tenant to view available subscriptions. - 找不到任何訂用帳戶。請變更 Azure 帳戶或租用戶以檢視可用的訂用帳戶。 - - - No templates available - 沒有任何可用的範本 - - - No tenant selected - 未選取任何租用戶 - - - No tenants are currently signed in. - 目前沒有已登入的租用戶。 - - - No tenants found - 找不到任何租用戶 - - - No text data available - 沒有可用的文字資料 - - - No tools to process. - 沒有可處理的工具。 - - - No workspace folder is open. Open a folder to add the MCP server configuration. - 未開啟任何工作區資料夾。請開啟資料夾以新增 MCP 伺服器設定。 - - - No workspace folder is open. Open a folder to add the generated file. - 未開啟任何工作區資料夾。請開啟資料夾以新增產生的檔案。 - - - No workspaces found - 找不到任何工作區 - - - No workspaces found. Please change Fabric account or tenant to view available workspaces. - 找不到任何工作區。請變更 Fabric 帳戶或租用戶以檢視可用的工作區。 - - - Non-SQL Server SQL file detected. Disable IntelliSense for such files? - 偵測到非 SQL Server SQL 檔案。要停用這類檔案的 IntelliSense 嗎? - - - None - - - - None (empty database) - 無 (空白資料庫) - - - Not Between - 不介於 - - - Not Contains - 不包含 - - - Not Ends With - 結尾不是 - - - Not Equals - 不等於 - - - Not Started - 未開始 - - - Not Starts With - 開頭不是 - - - Not available for read-only file sessions - 不適用於唯讀檔案工作階段 - - - Not connected - 未連線 - - - Not contains - 不包含 - - - Not currently signed in. Select to sign in to tenant. - 目前未登入。選取以登入租用戶。 - - - Not equal to - 不等於 - - - Not likely at all - 完全不可能 - - - Not running - 未執行 - - - Not signed in - 未登入 - - - Not signed into tenant {0} - {0} is the tenant display name - 未登入租用戶 {0} - - - Not started - 未開始 - - - Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? - 注意: 自我簽署憑證僅提供有限保護,並非實際執行環境的建議做法。是否要在此連線上啟用 [信任伺服器憑證] 並重試? - - - Null - Null - - - Null Count: {0} - {0} is the null count - Null 計數: {0} - - - Number of Rows Read - 讀取的資料列數 - - - OK - 確定 - - - OLTP, built on Azure SQL - OLTP,建置於 Azure SQL - - - Object Explorer Filter - 物件總管篩選 - - - Object Type - 物件類型 - - - Object Types - 物件類型 - - - Object type - 物件類型 - - - Off - 關閉 - - - On Delete - 於刪除時 - - - On Delete Action - 刪除動作時 - - - On Update - 於更新時 - - - On Update Action - 更新動作時 - - - One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. - {0} is the comma separated list of connection group names - 一個或多個連線群組參考了不存在且已被忽略的上層群組: {0}。請更新您的設定檔以修正這些項目。 - - - One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. - {0} is the comma separated list of connection display names - 一個或多個連線參考了不存在且已被忽略的群組: {0}。請更新您的連線設定以修正這些項目。 - - - One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. - 您的一或多個實體包含資料 API 建立器目前不支援的資料行類型。無法選取這些實體進行部署。 - - - Open - 開啟 - - - Open .scmp file - 開啟 .scmp 檔案 - - - Open Containing Folder - 開啟內含資料夾 - - - Open File - 開啟檔案 - - - Open GitHub Copilot Chat to help fix these errors - 開啟 GitHub Copilot Chat 以協助修正這些錯誤 - - - Open Keyboard Shortcuts editor. - 開啟鍵盤快速鍵編輯器。 - - - Open Nitro - 開啟 Nitro - - - Open Publish Script - 開啟發佈指令碼 - - - Open Query - 開啟查詢 - - - Open Query History - 開啟查詢歷史記錄 - - - Open SQL editor and connect - 開啟 SQL 編輯器並連線 - - - Open XML - 開啟 XML - - - Open a new SQL query file - 開啟新的 SQL 查詢檔案 - - - Open a new bug - 開啟新錯誤 (bug) - - - Open column menu - 開啟資料行功能表 - - - Open filter menu - 開啟篩選功能表 - - - Open in Editor - 在編輯器中開啟 - - - Open in GitHub Copilot Chat - 在 GitHub Copilot Chat 中開啟 - - - Open in New Tab - 在新索引標籤中開啟 - - - Open in SQL Editor - 在 SQL 編輯器中開啟 - - - Open in editor - 在編輯器中開啟 - - - Open text data in a new editor - 在新編輯器中開啟文字資料 - - - Open the active column filter menu - 開啟使用中的資料行篩選功能表 - - - Open the active column menu - 開啟使用中的資料行功能表 - - - Open the generated SELECT statement in a new editor - 在新的編輯器中開啟產生的 SELECT 陳述式 - - - Opening Publish Script. This may take a while... - 正在開啟發佈指令碼。這可能需要一點時間... - - - Opening schema designer... - 正在開啟結構描述設計工具... - - - Operation - 作業 - - - Operation failed - 作業失敗 - - - Operator - 運算子 - - - Option Description - 選項描述 - - - Optional (False) - 選用 (False) - - - Optional - Override default GraphQL plural type name - 選用 - 覆寫預設的 GraphQL 複數類型名稱 - - - Optional - Override default GraphQL singular type name - 選用 - 覆寫預設的 GraphQL 單數類型名稱 - - - Optional - Override default api/entityName path - 選用 - 覆寫預設 api/entityName 路徑 - - - Options - 選項 - - - Options have changed. Recompare to see the comparison? - 選項已變更。要重新比較以查看比較嗎? - - - Original file name - 原始檔案名稱 - - - Others - 其他 - - - Output file - 輸出檔案 - - - Overall, how satisfied are you with the MSSQL extension? - 整體而言,您對 MSSQL 延伸模組的滿意度為何? - - - Overall, how satisfied are you with {0}? - {0} is the feature name - 整體而言,您對 {0} 的滿意程度如何? - - - Overwrite all existing backup sets - 覆寫所有現有的備份集 - - - Overwrite the existing database - 覆寫現有的資料庫 - - - Owner - 擁有者 - - - PNG - PNG - - - Package file - 套件檔案 - - - Page - 頁面 - - - Parameters - 參數 - - - Parent node was not TreeNodeInfo. - 父節點不是 TreeNodeInfo。 - - - Password - 密碼 - - - Password (SQL Login) - 密碼 (SQL 登入) - - - Password is required - 需要密碼 - - - Password must be changed for '{0}' to continue logging into '{1}' - {0} is the username -{1} is the name of the server - 必須變更 '{0}' 的密碼,才能繼續登入 '{1}' - - - Password must be changed to continue logging into '{0}' - {0} is the name of the server - 必須變更密碼,才能繼續登入 '{0}' - - - Passwords do not match - 密碼不符 - - - Paste - 貼上 - - - Paste connection string from clipboard - 從剪貼簿貼上連接字串 - - - Path: {0} - {0} is the path of the node in the object explorer - 路徑: {0} - - - Pause - 暫停 - - - Pause event collection - 暫停事件集合 - - - Paused - 已暫停 - - - Paused - click to resume - 已暫停 - 點擊以繼續 - - - Perform checksum before writing to media - 在寫入媒體前執行檢查碼 - - - Permissions - 權限 - - - Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. - 從多個 SQL Server 版本中選擇,包括 SQL Server 2025,其內建 AI 功能如向量搜尋和 JSON 增強功能。 - - - Please Accept the SQL Server EULA - 請接受 SQL Server EULA - - - Please choose a backup file to load restore plan - 請選擇備份檔案以載入還原計畫 - - - Please choose a blob to load restore plan - 請選擇一個 Blob 以載入還原計畫 - - - Please choose a unique backup file name - 請選擇唯一的備份檔案名稱 - - - Please choose a unique name for the container - 請為容器選擇唯一名稱 - - - Please choose a unique name for the profile - 請為設定檔選擇唯一名稱 - - - Please choose a valid media option - 請選擇有效的媒體選項 - - - Please choose at least one backup file - 請至少選擇一個備份檔案 - - - Please choose at least one backup set to restore - 請選擇至少一個要還原的備份組 - - - Please ensure the file is not open in another application before importing - 請確保在匯入前,該檔案未在其他應用程式中開啟 - - - Please make sure the port is a number, and choose a port that is not in use - 請確保連接埠是數字,並選擇一個未處於使用中的連接埠 - - - Please make your password 8-128 characters long. - 請將您的密碼設定為 8-128 個字元長。 - - - Please select a database node in Object Explorer to drop. - 請在物件總管中選取一個資料庫節點以卸除。 - - - Please select a database node in Object Explorer to rename. - 請在物件總管中選取一個資料庫節點以重新命名。 - - - Please select a file, not a folder. - 請選取檔案,而非資料夾。 - - - Please select a node from Object Explorer to script. - 請從物件總管中選取一個節點來產生指令碼。 - - - Please select a server node in Object Explorer to create a database. - 請在物件總管中選取伺服器節點以建立資料庫。 - - - Please select a valid symbol. - 請選取有效的符號。 - - - Please select a workspace where you have sufficient permissions (Contributor or higher) - 請選擇您有足夠權限 (參與者或更高權限) 的工作區 - - - Please select only one node to script. Multiple node scripting is not supported. - 請只選取一個節點來產生指令碼。不支援多節點指令碼。 - - - Port - 連接埠 - - - Port must be a number between 1 and 65535 - 連接埠必須是介於 1 到 65535 之間的數字 - - - Port must be between 1 and 65535 - 連接埠必須介於 1 到 65535 之間 - - - Port to expose the API on (default: 5000) - 用於暴露 API 的連接埠 (預設: 5000) - - - Port {0} is already in use - {0} is the port number - 連接埠 '{0}' 已在使用中 - - - Port {0} is already in use. Please choose a different port. - {0} is the port number - 連接埠 '{0}' 已在使用中。請選擇其他連接埠。 - - - Possible Data Loss detected. Please review the changes. - 偵測到可能的資料遺失。請檢閱變更。 - - - Precision - 精確度 - - - Precision/scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - 在 '{0}' 與 '{1}' 之間的精確度/刻度不相符 - - - Preserve the replication settings - 保留複寫設定 - - - Press desired key combination and then press ENTER. - 按下所需按鍵組合,然後按 ENTER。 - - - Preview - 預覽 - - - Preview Data - 預覽資料 - - - Preview Database Updates - 預覽資料庫更新 - - - Previous - 上一個 - - - Previous Page - 上一頁 - - - Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. - {0} is the uri -{1} is the error - 先前擱置的 URI {0} 重新連接承諾遭拒,錯誤為 {1},將在必要時嘗試重新連線。 - - - Previous pending reconnection for uri {0}, succeeded. - {0} is the uri - URI {0} 的先前擱置重新連接成功。 - - - Previous result grid - 先前結果方格 - - - Previous step failed. Please check the error message and try again. - 上一個步驟失敗。請檢查錯誤訊息,然後再試一次。 - - - Previously released features you may not have explored yet. - 您可能還未探索過的先前發行的功能。 - - - Primary Key - 主索引鍵 - - - Primary Key Columns - 主索引鍵資料行 - - - Primary key - 主索引鍵 - - - Prisma - Prisma - - - Privacy Statement - 隱私權聲明 - - - Privacy notice - 隱私權注意事項 - - - Private - 私人 - - - Processing include or exclude all differences operation. - 處理包含或排除所有差異作業。 - - - Profile Name - 設定檔名稱 - - - Profile created and connected - 已建立並連線了設定檔 - - - Profile created successfully - 設定檔已成功建立 - - - Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. - {0} is the server name - 設定檔已載入,但無法自動建立連線。請建立與 {0} 的連線,然後再試一次。 - - - Profile name - 設定檔名稱 - - - Profile removed successfully - 成功移除了設定檔 - - - Profiler events exported successfully to {0} - {0} is the file path - Profiler 活動已成功匯出到 {0} - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection - {0} is the file name - Profiler 在 XEL 檔案 '{0}' 中處於唯讀且離線模式,無法在沒有資料庫連結的情況下啟動或建立即時工作階段 - - - Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. - {0} is the file name - Profiler 在 XEL 檔案 '{0}' 中處於唯讀且離線模式,無法在沒有資料庫連結的情況下啟動或建立即時工作階段。 - - - Profiler ready. Select a session from the dropdown and click Start to begin profiling. - Profiler 已就緒。請從下拉式功能表選取工作階段,然後點擊 [開始] 以啟動分析。 - - - Profiler session '{0}' created successfully. Starting profiling... - {0} is the session name - 成功建立 Profiler 工作階段「{0}」。正在啟動分析... - - - Profiler session '{0}' started successfully. - {0} is the session name - 成功啟動 Profiler 工作階段「{0}」。 - - - Properties - 屬性 - - - Property - 屬性 - - - Provider '{0}' does not have a Microsoft resource endpoint defined. - {0} is the provider - 提供者 '{0}' 未定義 Microsoft 資源端點。 - - - Provisioning - 佈建 - - - Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} - {0} is the proxy URL -{1} is the error message - 找到 Proxy 設定,但解析 URL 時遇到錯誤: '{0}'。您在使用 MSSQL 延伸模組時可能會遇到連線問題。 錯誤: {1} - - - Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. - {0} is the proxy URL - 找到 Proxy 設定,但缺少通訊協定 (例如 http://): '{0}'。您在使用 MSSQL 延伸模組時可能會遇到連線問題。 - - - Public - 公用 - - - Publish - 發佈 - - - Publish DACPAC - 發佈 DACPAC - - - Publish Profile - 發佈設定檔 - - - Publish Project - 發佈專案 - - - Publish Project - {0} - {0} is the name of the project being published - 發佈專案 = {0} - - - Publish Settings File - 發佈設定檔案 - - - Publish Target - 發佈目標 - - - Publish profile saved to: {0} - 發佈設定檔已儲存至: {0} - - - Publishing Changes - 正在發佈變更 - - - Pulling DAB container image - 正在提取 DAB Docker 容器映像 - - - Pulling SQL Server Image - 正在提取 SQL Server 映像 - - - Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. - 正在提取 SQL Server 容器映像。取決於您的網路連線,這可能需要幾分鐘的時間。 - - - Query - 查詢 - - - Query Editor - 查詢編輯器 - - - Query Editor shortcuts are managed by Visual Studio Code. - 查詢編輯器的快速鍵由 Visual Studio Code 管理。 - - - Query Execution - 查詢執行 - - - Query Plan - 查詢計劃 - - - Query Plan ({0}) - {0} is the keyboard shortcut for the query plan tab - 查詢計劃 ({0}) - - - Query Plan ({0}) - {0} is the number of query plans - 查詢計劃 ({0}) - - - Query Profiler - 查詢分析器 - - - Query Profiler Session Status - 查詢 Profiler 工作階段狀態 - - - Query Profiler: No session - 查詢 Profiler: 沒有工作階段 - - - Query Profiler: {0} - {0} is the file name or session name - 查詢分析器: {0} - - - Query editor for {0} - {0} is the Quick Query shortcut name - {0} 的查詢編輯器 - - - Query executed - 查詢已執行 - - - Query execution failed - 查詢執行失敗 - - - Query execution was canceled. - 已取消執行查詢。 - - - Query failed - 查詢失敗 - - - Query succeeded - 查詢成功 - - - Query {0} - {0} is the Quick Query slot number - 查詢 {0} - - - Query {0}: Query cost (relative to the script): {1}% - {0} is the query number -{1} is the query cost - 查詢 {0}: 查詢成本 (相對於指令碼): {1}% - - - Quick Queries - 快速查詢 - - - Quick Queries keyboard shortcuts are managed by Visual Studio Code. - 快速查詢的鍵盤快速鍵由 Visual Studio Code 管理。 - - - Quick Query slot must be between 1 and {0}. - {0} is the maximum Quick Query slot number - 快速查詢插槽必須介於 1 到 {0}。 - - - Quick filter all columns... - 快速篩選所有欄位... - - - REST - REST - - - REST API - REST API - - - RESTORE WITH NORECOVERY - RESTORE WITH NORECOVERY - - - RESTORE WITH RECOVERY - RESTORE WITH RECOVERY - - - RESTORE WITH STANDBY - RESTORE WITH STANDBY - - - Read - 讀取 - - - Read docs on Microsoft Learn - 閱讀 Microsoft Learn 上的文件 - - - Read more - 深入閱讀 - - - Read-Only - 唯讀 - - - Read-only SQL text editor - 唯讀 SQL 文字編輯器 - - - Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. - {0} is the XEL file name - '{0}' 的唯讀離線模式。沒有資料庫連結,無法建立或啟動即時工作階段。 - - - Ready for import - 準備匯入 - - - Readying container for connections. - 正在準備用於連線的容器。 - - - Readying container for connections... - 正在準備用於連線的容器... - - - Receive natural language explanations to help developers unfamiliar with T-SQL understand code - 獲得自然語言說明,以協助不熟悉 T-SQL 的開發人員理解程式碼 - - - Recent Connections - 最近的連線 - - - Recent connections list cleared - 已清除最近的連線清單 - - - Record shortcut - 錄製快速鍵 - - - Recording shortcut - 錄製快速鍵 - - - Recovery Model - 復原模式 - - - Recovery state - 復原狀態 - - - Redo - 重做 - - - Referenced column '{0}' not found - {0} is the column name - 找不到參考的欄位 '{0}' - - - Referenced columns - 參考的資料行 - - - Referenced schema - 參考的結構描述 - - - Referenced table - 參考的資料表 - - - Referenced table '{0}' not found - {0} is the table name - 找不到參考的資料表 '{0}' - - - Refresh - 重新整理 - - - Refresh Credentials - 重新整理認證 - - - Refresh dataset - 重新整理資料集 - - - Region - 區域 - - - Register - 註冊 - - - Reject - 拒絕 - - - Reliability - 可靠性 - - - Reload Visual Studio Code - 重新載入 Visual Studio Code - - - Relocate all files - 重新放置所有檔案 - - - Remind Me Later - 稍後提醒我 - - - Remove - 移除 - - - Remove Sort - 移除排序 - - - Remove a connection profile - 移除連線設定檔 - - - Remove file - 移除檔案 - - - Remove filter - 移除篩選條件 - - - Remove filter for {0} - {0} is the column name - 移除 {0} 的篩選條件 - - - Remove from favorites - 從我的最愛移除 - - - Remove sort - 移除排序 - - - Remove tag - 移除標記 - - - Remove {0} - {0} is the object type - 移除 {0} - - - Rename - 重新命名 - - - Rename '{0}' on '{1}'. - {0} is the current database name -{1} is the server name - 重新命名 '{1}' 上的 '{0}'。 - - - Rename Database - 重新命名資料庫 - - - Rename Options - 重新命名選項 - - - Rename is not supported at this position. - 此位置不支援重新命名。 - - - Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. - 只有屬於已開啟 SQL 專案的 SQL 檔案才支援重新命名。先在資料庫專案面板中開啟專案。 - - - Rename request failed: {0} - 重新命名要求失敗: {0} - - - Renaming database - 正在重新命名資料庫 - - - Renaming database '{0}' to '{1}'... - {0} is the current database name -{1} is the new database name - 正在將資料庫 '{0}' 重新命名為 '{1}'... - - - Replication - 複寫 - - - Request a new feature - 要求新功能 - - - Required - 必要 - - - Requirements: - 需求: - - - Requires user authentication - 需要使用者驗證 - - - Reset - 重設 - - - Reset to Defaults? - 重設為預設值? - - - Resize - 調整大小 - - - Resize column '{0}' - {0} is the name of the column - 調整資料行大小 '{0}' - - - Resize the active result grid column - 調整使用中結果方格資料行的大小 - - - Resource Group - 資源群組 - - - Resource Group Name - 資源群組名稱 - - - Resource Group is required - 資源群組為必要項目 - - - Resource group name is required - 需要資源群組名稱 - - - Resources - 資源 - - - Restore - 還原 - - - Restore ({0}) - {0} is the keyboard shortcut for restoring the grid - 還原 ({0}) - - - Restore Database - 還原資料庫 - - - Restore Panel Size - 還原面板大小 - - - Restore as - 還原為 - - - Restore panel size - 還原面板大小 - - - Restore properties pane - 還原屬性窗格 - - - Restrict access to the restored database - 限制對還原資料庫的存取 - - - Result Set Batch {0} - Query {1} - {0} is the batch number -{1} is the query number - 結果集批次 {0} - 查詢 {1} - - - Result View - 結果檢視 - - - Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. - 結果檢視的快速鍵由 MSSQL 延伸模組管理。您可以直接在這裡設定其按鍵繫結。 - - - Results - 結果 - - - Results ({0}) - {0} is the number of results - 結果 ({0}) - - - Results ({0}) - {0} is the keyboard shortcut for the results tab - 結果 ({0}) - - - Results Preview - 結果預覽 - - - Results Preview ({0}) - {0} is the number of preview results - 結果預覽 ({0}) - - - Results Preview ({0}) - {0} is the keyboard shortcut for the preview results tab - 結果預覽 ({0}) - - - Results exported successfully to {0} - {0} is the file path - 已成功將結果匯出至 {0} - - - Results toolbar - 結果工具列 - - - Resume - 繼續 - - - Resuming database - 正在復原資料庫 - - - Retry - 重試 - - - Reveal - 顯示 - - - Reveal in Explorer - 在 Explorer 中顯示 - - - Reveal in Finder - 在 Finder 中顯示 - - - Reverse Alphabetical - 反向字母順序 - - - Reverse-engineer existing databases by explaining SQL schemas and relationships - 說明 SQL 結構描述和關聯性,對現有資料庫進行還原工程 - - - Revert - 還原 - - - Revert Cell - 還原資料格 - - - Revert Row - 還原資料列 - - - Revert this change to its original state - 將此變更還原為原始狀態 - - - Revert values to project defaults - 將值還原為專案預設值 - - - Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. - 在聊天中檢閲或提出 API 設定變更,GitHub Copilot 會立即在資料 API 建立器中更新您的設定。 - - - Reviewing Copilot Change - 正在檢閱 Copilot 變更 - - - Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. - 需要 Rosetta 才能在 Apple Silicon 上執行 SQL Server 容器映像。請在 Docker Desktop > [設定] > [一般] 中啟用 [在 Apple Silicon 上使用 Rosetta 模擬 x86_64/amd64]」。 - - - Row created. - 已建立資料列。 - - - Row deleted. - 已刪除資料列。 - - - Row marked for removal. - 列已標記為移除。 - - - Rows - 資料列 - - - Rows per page - 每頁的資料列數 - - - Rule disabled - 規則已停用 - - - Rule enabled - 規則已啟用 - - - Rule name - 規則名稱 - - - Rules - 規則 - - - Run Query - 執行查詢 - - - Run Query History - 執行查詢歷史記錄 - - - Run a query for the current active SQL document - 為目前使用中的 SQL 文件執行查詢 - - - Run a query in the current editor, or switch to an editor that has results. - 在目前編輯器中執行查詢,或切換到有結果的編輯器。 - - - Run query on connection '{0}' (ID: {1})? - -Query: {2} - {0} is the connection display name -{1} is the connection ID -{2} is the SQL query - 在連線 '{0}' (識別碼: {1}) 上執行查詢? - -查詢: {2} - - - Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. - 使用自訂鍵盤快速鍵立即執行已儲存的 SQL。使用 {arg} 插入選取的查詢編輯器文字;否則會將其附加至查詢。 - - - Run, cancel, and create queries - 執行、取消及建立查詢 - - - Running - 執行中 - - - Running a custom query will discard all pending changes. Do you want to continue? - 執行自訂查詢將會捨棄所有未儲存的變更。是否要繼續? - - - Running query is not supported when the editor is in multiple selection mode. - 當編輯器處於多重選取模式時,不支援執行查詢。 - - - Running query on connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在連線 '{0}' (識別碼: {1}) 上執行查詢 - - - Running: {0} - {0} is how long the query has been running - 正在執行: {0} - - - SQL - SQL - - - SQL Analytics Endpoint - SQL 分析端點 - - - SQL Authentication - SQL 驗證 - - - SQL Container Name - SQL 容器名稱 - - - SQL Container Version - SQL 容器版本 - - - SQL Database - Microsoft Azure SQL Database - - - SQL Database Projects — Code Analysis - SQL Database 專案 - Code Analysis - - - SQL Login - SQL 登入 - - - SQL Notebooks - SQL 筆記本 - - - SQL Plan Files - SQL 方案檔案 - - - SQL Server Container SA Password - SQL Server 容器 SA 密碼 - - - SQL Server admin password - SQL Server 系統管理員密碼 - - - SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. - SQL Server 不支援 Windows 容器。請在 Docker Desktop 設定中切換到 Linux 容器。 - - - SQL Server is required - 需要 SQL Server - - - SQL Server port number - SQL Server 連接埠號碼 - - - SQL Server {0} - latest - {0} is the SQL Server version - SQL Server {0} - 最新 - - - SQL Tools (MSSQL) - SQL 工具 (MSSQL) - - - SQL database in Fabric - Fabric 中的 SQL 資料庫 - - - SQLAlchemy - SQLAlchemy - - - SQLCMD Variables - SQLCMD 變數 - - - SVG - SVG - - - Satisfied - 滿意 - - - Saturation - 彩度 - - - Save - 儲存 - - - Save .scmp file - 儲存 .scmp 檔案 - - - Save As - 另存新檔 - - - Save As... - 另存新檔... - - - Save Changes - 儲存變更 - - - Save Connection Group - 儲存連線群組 - - - Save Password - 儲存密碼 - - - Save Password? If 'No', password will be required each time you connect - 是否儲存密碼?如果 [否],每次連線時都需要輸入密碼 - - - Save Plan - 儲存計劃 - - - Save Secret - 儲存祕密 - - - Save as CSV - 另存為 CSV - - - Save as CSV ({0}) - {0} is the keyboard shortcut for saving as CSV - 另存為 CSV ({0}) - - - Save as Excel - 另存為 Excel - - - Save as Excel ({0}) - {0} is the keyboard shortcut for saving as Excel - 另存為 Excel ({0}) - - - Save as INSERT INTO - 儲存為 INSERT INTO - - - Save as INSERT INTO ({0}) - {0} is the keyboard shortcut for saving as INSERT INTO - 另存為 INSERT INTO ({0}) - - - Save as JSON - 另存為 JSON - - - Save as JSON ({0}) - {0} is the keyboard shortcut for saving as JSON - 另存為 JSON ({0}) - - - Save backup to URL - 將備份儲存至 URL - - - Save connection profile changes without establishing a connection - 儲存連線設定檔變更,而不建立連線 - - - Save password - 儲存密碼 - - - Save results as CSV - 將結果儲存為 CSV - - - Save results as Excel - 將結果儲存為 Excel - - - Save results as INSERT - 將結果儲存為 INSERT - - - Save results as JSON - 將結果儲存為 JSON - - - Save results command cannot be used with multiple selections. - 多重選取項目無法使用儲存結果命令。 - - - Save source and target, options, and excluded elements - 儲存來源和目標、選項及排除的元素 - - - Save to Disk - 儲存至資料庫磁碟 - - - Save to URL - 儲存至 URL - - - Save without connecting - 無需連線即可儲存 - - - Saved - 已儲存 - - - Saved Connections - 已儲存的連線 - - - Saved results to {0} - {0} is the saved file path - 結果已儲存至 {0} - - - Saving... - 正在儲存... - - - Scaffold backend components (e.g., data-access layers) based on your current database context - 根據您的目前資料庫內容,建立後端元件 (例如資料存取層) - - - Scale - 調整 - - - Scale mismatch between '{0}' and '{1}' - {0} is source column -{1} is target column - '{0}' 和 '{1}' 之間的縮放比例不相符 - - - Schema - 結構描述 - - - Schema '{0}' is not available. - {0} is the schema name - 結構描述 '{0}' 無法使用。 - - - Schema Changes - 結構描述變更 - - - Schema Compare - 結構描述比較 - - - Schema Compare Options - 結構描述比較選項 - - - Schema Compare failed: '{0}' - {0} is the error message returned from the compare operation - 結構描述比較失敗: '{0}' - - - Schema Designer - 結構描述設計工具 - - - Schema Designer Model is ready. Changes can now be published. - 結構描述設計工具模型已就緒。現在可以發佈變更。 - - - Schema Designer with GitHub Copilot - 使用 GitHub Copilot 的結構描述設計工具 - - - Schema Diff - 結構描述差異 - - - Schema designer details are not available. - 結構描述設計工具詳細資料無法使用。 - - - Schema designer is not initialized. - 結構描述設計工具未初始化。 - - - Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). - {0} is the command identifier 'mssql_schema_designer' and must not be translated -{1} is the operation name 'get_overview' and must not be translated -{2} is the operation name 'apply_edits' and must not be translated - 結構描述設計工具已開啟。對於結構描述變更,請繼續執行 {0} 作業 ({1}/{2})。 - - - Schema designer state changed. Fetch the latest schema and retry the operation. - 結構描述設計工具狀態已變更。擷取最新的結構描述,然後重試作業。 - - - Schema designer state retrieved successfully. - 已成功擷取結構描述設計工具狀態。 - - - Schema designer updated successfully. - 結構描述設計工具已成功更新。 - - - Schema is required - 需要結構描述 - - - Schema/Object Type - 結構描述/物件類型 - - - Schemas - 結構描述 - - - Script - 指令碼 - - - Script as Alter - 修改指令碼 - - - Script as Create - 指令碼為建立 - - - Script as Drop - 將指令碼作為拖放項目 - - - Script as Execute - 執行指令碼 - - - Script copied to clipboard - 指令碼已複製到剪貼簿 - - - Script copied to clipboard. - 指令碼已複製到剪貼簿。 - - - Search Database Objects - 搜尋資料庫物件 - - - Search Database Objects - {0} - {0} is the server name - 搜尋資料庫物件 - {0} - - - Search Workspaces - 搜尋工作區 - - - Search by object name or type (e.g. t:<name>, v:, f:, or sp:) - 依物件名稱或類型搜尋 (例如,t:<name>、v:、f: 或 sp:) - - - Search changes... - 搜尋變更... - - - Search connection groups - 搜尋連線群組 - - - Search extension shortcut - 搜尋延伸模組快速鍵 - - - Search options - 搜尋選項 - - - Search options... - 搜尋選項... - - - Search rules... - 搜尋規則... - - - Search settings... - 搜尋設定... - - - Search subscriptions... - 搜尋訂用帳戶... - - - Search tables... - 搜尋資料表... - - - Search values... - 搜尋值... - - - Search within {0} text content - {0} is the column name - 在 {0} 文字內容中搜尋 - - - Search workspaces... - 搜尋工作區... - - - Search... - 搜尋... - - - Searching... - 正在搜尋... - - - Seed sample data or import an existing schema - 植入範例資料或匯入現有結構描述 - - - Select - 選取 - - - Select All - 全選 - - - Select Azure account with Key Vault access for column decryption - 選取具有金鑰保管庫存取權的 Azure 帳戶以進行資料行解密 - - - Select Connection - 選取連線 - - - Select Database - 選取資料庫 - - - Select Max vCores - 選取最大 V 核心數 - - - Select Profile - 選取設定檔 - - - Select Source - 選取來源 - - - Select Source Schema - 選取來源結構描述 - - - Select Target - 選取目標 - - - Select Target Schema - 選取目標結構描述 - - - Select Top 1000 - 選取前 1000 個 - - - Select XEL File - 選取 XEL 檔案 - - - Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. - 請選取 Microsoft Entra ID 帳號來搭配此連線使用。 以下列出 Azure Data Studio 的原始帳號資訊,但您也可以選擇其他帳號。 - - - Select a Workspace - 選取工作區 - - - Select a blob - 選取 Blob - - - Select a blob container - 選取 Blob 容器 - - - Select a collation - 選取定序 - - - Select a connection group - 選取連線群組 - - - Select a connection to use as the default - 選取要設為預設的連線 - - - Select a data source - 選取資料來源 - - - Select a database - 選取資料庫 - - - Select a database for profiling (Azure SQL requires a specific database) - 選取資料庫以進行分析 (Azure SQL 需要指定資料庫) - - - Select a file - 選取檔案 - - - Select a folder - 選取資料夾 - - - Select a location for the resource group - 選取資源群組的位置 - - - Select a maintenance window - 選取維護時段 - - - Select a profiler template - 選取分析工具範本 - - - Select a resource group - 選取資源群組 - - - Select a server - 選取伺服器 - - - Select a session first - 請先選取一個工作階段 - - - Select a session... - 選取一個工作階段... - - - Select a storage account - 選取儲存體帳戶 - - - Select a subscription - 選取訂用帳戶 - - - Select a subscription to view servers in it. - 選取訂用帳戶以檢視其中的伺服器。 - - - Select a tenant - 選取租用戶 - - - Select a valid {0} from the dropdown - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - 從下拉式清單中選取有效的 {0} - - - Select a workspace to view the databases in it. - 選取工作區以檢視其中的資料庫。 - - - Select a {0} for filtering - {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' - 選取要用於篩選的 {0} - - - Select account - 選取帳戶 - - - Select all - 全選 - - - Select all cells in the active grid - 選取使用中方格中的所有儲存格 - - - Select all entities - 選取所有實體 - - - Select all options - 選取所有選項 - - - Select all {0} - {0} is the action name (Create, Read, etc.) - 選取全部 {0} - - - Select an account - 選取帳戶 - - - Select an account for authentication - 選取一個帳號進行驗證 - - - Select an extension to manage connection sharing permissions - 選取延伸模組,以管理連線共用權限 - - - Select an operation - 選取作業 - - - Select column - 選取資料行 - - - Select file to import - 選取要匯入的檔案 - - - Select image - 選取影像 - - - Select location - 選取位置 - - - Select new permission for extension: '{0}' - {0} is the extension name - 選取延伸模組的新權限: '{0}' - - - Select or clear all connection groups - 選取或清除所有群組 - - - Select or clear all connections - 選取或清除所有連線 - - - Select package file - 選取套件檔案 - - - Select profile to edit - 選取要編輯的設定檔 - - - Select profile to remove - 選取要移除的設定檔 - - - Select row - 選取資料列 - - - Select session - 選取工作階段 - - - Select subscriptions - 選取訂用帳戶 - - - Select the Azure Data Studio settings.json file to scan for connection groups and connections. - 選取 Azure Data Studio settings.json 檔案以掃描連線群組與連線。 - - - Select the HTTP method that can execute this stored procedure. DAB defaults to POST. - 選取可執行此預存程序的 HTTP 方法。DAB 預設為 POST。 - - - Select the SQL Server Container Image - 選取 SQL Server 容器映像 - - - Select the entire current column - 選取目前整個資料行 - - - Select the entire current row - 選取目前整個資料列 - - - Select the target schema - 選取目標結構描述 - - - Selected - 已選取 - - - Selected Microsoft Entra account removed successfully. - 已成功移除選取的 Microsoft Entra 帳戶。 - - - Selected Path - 選取的路徑 - - - Selected backup file does not contain a valid database backup - 選取的備份檔案未包含有效的資料庫備份 - - - Selected query-editor text - 選取的查詢編輯器文字 - - - Selection - 選取範圍 - - - Sequelize - Sequelize - - - Serialization failed - 序列化失敗 - - - Server - 伺服器 - - - Server - {0} - {0} is the server name - 伺服器 - {0} - - - Server Connections - 伺服器連線 - - - Server Edition - 伺服器版本 - - - Server Name - 伺服器名稱 - - - Server Version - 伺服器版本 - - - Server connection in progress. Do you want to cancel? - 正在連線伺服器。您確定要取消嗎? - - - Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. - 無法啟動伺服器。這可能是系統的權限發生錯誤或系統不相容。可嘗試從設定啟用裝置代碼驗證。 - - - Server is required - 伺服器是必要項 - - - Server name is required - 需要伺服器名稱 - - - Server name not set. - 未設定伺服器名稱。 - - - Server name or ADO.NET connection string - 伺服器名稱或 ADO.NET 連接字串 - - - Server {0} not found. - {0} is the server name - 找不到伺服器 {0}。 - - - Serverless - 無伺服器 - - - Service installation failed. - 服務安裝失敗。 - - - Service tier - 服務層級 - - - Session - 工作階段 - - - Session creation timed out - 工作階段建立逾時 - - - Session name can only contain letters, numbers, underscores, and hyphens - 工作階段只能包含字母、數字、底線與連字號 - - - Session name cannot be empty - 工作階段名稱不可空白 - - - Session name must be {0} characters or less - {0} is the maximum length - 工作階段名稱必須少於 (含) {0} 個字元 - - - Session not running - 工作階段未執行 - - - Set Default - 設定預設 - - - Set Null - 設定 Null - - - Set backup Compression - 設定備份壓縮 - - - Set backup Media Set - 設定備份媒體集 - - - Set backup retain days - 設定備份保留天數 - - - Setting - 設定 - - - Setting up - 正在設定 - - - Setting up container - 正在設定容器 - - - Settings - 設定 - - - Settings and Keybindings - 設定及按鍵對應 - - - Settings are fixed for free tier. - 設定針對免費層為固定的。 - - - Settings for {0} - {0} is the entity name - {0} 的設定 - - - Severity - 嚴重性 - - - Severity for {0} - {0} is the rule identifier, e.g. SR0001 - {0} 的嚴重性 - - - Shortcut - 快速鍵 - - - Shortcuts Configuration - 快速鍵設定 - - - Shortcuts Configuration (Preview) - 快速鍵設定 (預覽) - - - Shortcuts configuration page - 快速鍵設定頁面 - - - Show All - 全部顯示 - - - Show Changes - 顯示變更 - - - Show Confirm Password - 顯示確認密碼 - - - Show Definition - 顯示定義 - - - Show Estimated Plan - 顯示預估方案 - - - Show MSSQL output - 顯示 MSSQL 輸出 - - - Show Menu - 顯示功能表 - - - Show Menu ({0}) - {0} is the keyboard shortcut for showing the menu - 顯示功能表 ({0}) - - - Show New Password - 顯示新密碼 - - - Show SQL - 顯示 SQL - - - Show SQL Pane - 顯示 SQL 窗格 - - - Show Schema - 顯示結構描述 - - - Show a random table definition - 顯示隨機資料表定義 - - - Show all Quick Query shortcuts in VS Code Keyboard Shortcuts - 在 VS Code 快速鍵中顯示所有快速查詢快速鍵 - - - Show all columns - 顯示所有資料行 - - - Show full error message - 顯示完整錯誤訊息 - - - Show masked command (hides sensitive information) - 顯示隱藏命令 (隱藏敏感性資訊) - - - Show or hide the query result panel - 顯示或隱藏查詢結果面板 - - - Show password - 顯示密碼 - - - Show schema for connection '{0}' (ID: {1})? - {0} is the connection display name -{1} is the connection ID - 顯示連線 '{0}' (識別碼: {1}) 的結構描述? - - - Show table relationships - 顯示資料表關聯圖 - - - Show unmasked command (reveals sensitive information) - 顯示未遮蔽的命令 (會揭露敏感性資訊) - - - Showing schema for connection '{0}' (ID: {1}) - {0} is the connection display name -{1} is the connection ID - 正在顯示連線 '{0}' (識別碼: {1}) 的結構描述 - - - Showing {0} of {1} events - {0} is filtered count, {1} is total count - 顯示 {0}/{1} 個活動 - - - Showplan XML - Showplan XML - - - Sign In - 登入 - - - Sign in - 登入 - - - Sign in and retry - 登入並重試 - - - Sign in to a new account - 登入新帳戶 - - - Sign in to your Azure subscription - 登入您的 Azure 訂用帳戶 - - - Sign in to your Azure subscription in one of the sovereign clouds. - 在其中一個主權雲端中登入您的 Azure 訂用帳戶。 - - - Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work - 使用裝置程式碼登入 Azure 訂用帳戶。若 Sign In 命令無法運作,請在設定中使用此方式 - - - Sign in with Entra ID '{0}'. - {0} is the Entra ID username - 請使用 Entra ID '{0}' 登入。 - - - Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. - 使用您的 Microsoft Entra ID 帳戶登入,包括啟用多重要素驗證的帳戶。若要深入了解,請按一下圖示。 - - - Sign into Azure - 登入 Azure - - - Sign into Azure in order to add a firewall rule. - 登入 Azure 以新增防火牆規則。 - - - Sign into Fabric - 登入 Fabric - - - Sign into additional accounts - 登入其他帳號 - - - Sign into tenant - 登入租用戶 - - - Signing in to Azure as {0}... - {0} is the account name - 正在以 {0} 的身分登入 Azure... - - - Simple - 簡易 - - - Simple Container Management - 簡單容器管理 - - - Smart performance - 智慧型效能 - - - Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. - 部分連線或群組的資訊不完整。您可以繼續,但可能需要在連線前先編輯這些連線。 - - - Sort - 排序 - - - Sort Ascending - 遞增排序 - - - Sort Descending - 遞減排序 - - - Sort ascending - 遞增排序 - - - Sort column - 排序欄位 - - - Sort descending - 遞減排序 - - - Source - 來源 - - - Source Column - 來源資料行 - - - Source Database - 來源資料庫 - - - Source Name - 來源名稱 - - - Source: {0} - {0} is the fully qualified DAB source object name - 來源: {0} - - - Source: {0} - {0} is the task source - 來源: {0} - - - Specifies whether the column is included in the primary key for the table. - 指定資料行是否包含在資料表的主索引鍵中。 - - - Specifies whether the column may have a NULL value. - 指定資料行能否含有 NULL 值。 - - - Specify Input File - 指定輸入檔 - - - SqlPackage Command - SqlPackage 命令 - - - Standby file - 待命資料庫檔案 - - - Start - 開始 - - - Start IP Address - 起始 IP 位址 - - - Start Time - 開始時間 - - - Start profiling session - 啟動分析工作階段 - - - Start, stop, and remove containers directly from the extension. - 直接從延伸模組中啟動、停止和移除容器。 - - - Started executing query at - 已在 - - - Started query execution for document "{0}" - {0} is the document name - 已開始查詢文件 "{0}" - - - Started saving results to {0} - {0} is the file path - 已開始將結果儲存至 {0} - - - Starting '{0}'... - {0} is the service name - 正在啟動 '{0}'... - - - Starting Container... - 正在啟動容器... - - - Starting DAB container - 正在啟動 DAB 容器 - - - Starting Docker Desktop - 正在啟動 Docker Desktop - - - Starting Docker... - 正在啟動 Docker... - - - Starting {0}... - {0} is the container name - 正在啟動 {0}... - - - Starts With - 開始於 - - - Starts with - 始於 - - - Status - 狀態 - - - Status: {0} - {0} is the task status - 狀態: {0} - - - Step {0} of {1} - {0} is the current step number -{1} is the total number of steps - 步驟 {0} / {1} - - - Stop - 停止 - - - Stop session - 停止工作階段 - - - Stopped - 已停止 - - - Stopping Container... - 正在停用容器... - - - Stopping profiler session "{0}"... - {0} is the session name - 正在停止 Profiler 工作階段「{0}」... - - - Storage - 儲存體 - - - Storage Account - 儲存體帳戶 - - - Storage Account is required - 需要儲存體帳戶 - - - Stored Procedure - 預存程序 - - - Stored Procedures - 儲存程序 - - - Stored procedure GraphQL operation - 預存程序 GraphQL 作業 - - - Stored procedure REST methods - 預存程序 REST 方法 - - - Submit - 提交 - - - Submit an issue - 提交問題 - - - Subscription - 訂用帳戶 - - - Subscription is required - 訂用帳戶為必要項 - - - Subtree Cost - 樹狀子目錄成本 - - - Succeeded - 已成功 - - - Succeeded with warning - 成功但有警告 - - - Successfully changed to database: {0} - {0} is the database name - 已成功變更為資料庫: {0} - - - Successfully connected to server. - 已成功連接到伺服器。 - - - Successfully refreshed token for connection {0} with uri {1}, {2} - {0} is the connection id -{1} is the uri -{2} is the message - 已成功重新整理 URI 為 {0} 的連線 {1} 權杖,{2} - - - Successfully saved results to {0} - {0} is the file path - 已成功將結果儲存至 {0} - - - Sum - Sum - - - Sum: {0} - {0} is the sum - 總和: {0} - - - Summary - 摘要 - - - Summary loading canceled - 摘要載入已取消 - - - Summary loading was canceled by user - 使用者已取消摘要載入 - - - Switch Direction - 切換方向 - - - Switch Source and Target - 切換來源和目標 - - - Switch between result panes and tabs - 在結果窗格和索引標籤之間切換 - - - Switch results view - 切換結果檢視 - - - Switch to Grid View - 切換到 [方格檢視] - - - Switch to Grid View ({0}) - {0} is the keyboard shortcut for switching to grid view - 切換至 [方格檢視] ({0}) - - - Switch to MSAL - 切換到 MSAL - - - Switch to Messages tab - 切換至訊息索引標籤 - - - Switch to Query Plan tab - 切換至查詢計劃索引標籤 - - - Switch to Results tab - 切換至結果索引標籤 - - - Switch to Text View - 切換至文字檢視 - - - Switch to Text View ({0}) - {0} is the keyboard shortcut for switching to text view - 切換至 [文字檢視] ({0}) - - - Switched to {0} - {0} is the connection label - 已切換至 {0} - - - Switching to Linux containers was canceled. SQL Server only supports Linux containers. - 已取消切換至 Linux 容器。SQL Server 只支援 Linux 容器。 - - - Synchronous resize - 同步調整大小 - - - System databases - 系統資料庫 - - - T-SQL - T-SQL - - - Table - 資料表 - - - Table '{0}' already exists - {0} is the table name - 資料表 '{0}' 已經存在 - - - Table '{0}' not found - {0} is the table name - 找不到資料表 '{0}' - - - Table Diagram - 資料表圖表 - - - Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? - {0} is the table name - '{0}' 的資料表總管有未儲存的變更。您要儲存還是捨棄這些變更? - - - Table Name - 資料表名稱 - - - Table Schema - 資料表結構描述 - - - Table added to schema designer successfully. - 已成功將資料表新增至結構描述設計工具。 - - - Table deleted from schema designer successfully. - 已成功從結構描述設計工具刪除資料表。 - - - Table id already exists. - 資料表識別碼已存在。 - - - Table must include at least one column. - 資料表必須包含至少一個資料行。 - - - Table name - 資料表名稱 - - - Table name cannot be empty - 資料表名稱不可為空白 - - - Table name is required - 需要資料表名稱 - - - Table updated in schema designer successfully. - 已成功在結構描述設計工具中更新資料表。 - - - Tables - 資料表 - - - Tag keys must be unique. - 標籤金鑰必須是唯一的。 - - - Tags - 標記 - - - Tail-log backup - 結尾記錄備份 - - - Tail-log backup file - 結尾記錄備份檔案 - - - Take Survey - 填寫問卷 - - - Take tail-log backup before restore - 還原前先進行結尾記錄備份 - - - Target - 目標 - - - Target Database - 目標資料庫 - - - Target Name - 目標名稱 - - - Target Table - 目標資料表 - - - Target: {0} - {0} is the task target location - 目標: {0} - - - Task log is unavailable. - 工作記錄無法使用。 - - - Task: {0} - {0} is the task name - 工作: {0} - - - Tenant - 租用戶 - - - Tenant ID - 租用戶識別碼 - - - Tenant ID is required - 需要租用戶識別碼 - - - Tenant is required - 需要租用戶 - - - Terms & Conditions - 條款及條件 - - - Test connecting with the current settings - 使用目前設定測試連線 - - - Test connection - 測試連線 - - - Testing connection profile... - 正在測試連線設定檔... - - - Testing... - 正在測試... - - - Text - 文字 - - - Text View - 文字檢視 - - - Text tab - displays SQL text data - 文字索引標籤 - 顯示 SQL 文字資料 - - - The Application (Client) ID of your Microsoft Entra app registration. - Microsoft Entra 應用程式註冊的應用程式 (用戶端) 識別碼。 - - - The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. - Query Profiler 現在支援 Microsoft Fabric 連線中的 SQL 資料庫,具有新的 Azure SQL Database 範本,包括適用於輕量型 T-SQL 分析的 {code-snippet-0}。 - - - The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} - {0} is the error message - SQL Server 延伸模組無法啟動,因為其所需的背景服務啟動失敗。請安裝適用於您作業系統的離線 VSIX,或檢查您的網路連線後再試一次。詳細資料: {0} - - - The XEL file was not found. - 找不到 XEL 檔案。 - - - The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. - 使用者嘗試刪除資料列時的行為,此資料列內含外部索引鍵關聯性中涉及的資料。 - - - The behavior when a user tries to update a row with data that is involved in a foreign key relationship. - 使用者嘗試更新資料列時的行為,此資料列內含外部索引鍵關聯性中涉及的資料。 - - - The client secret for your Microsoft Entra app registration. - Microsoft Entra 應用程式註冊的用戶端密碼。 - - - The columns of the index. - 索引的資料行。 - - - The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. - {0} is the connection ID that was not found - `mssql.defaultConnectionId` 中設定的連線識別碼 '{0}' 不符合任何已知的連線設定檔。新的編輯器將改為沿用使用中的連線。 - - - The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. - {0} is the connection ID for the connection that has been ignored - 識別碼為 '{0}' 的連線未設定 'server' 屬性,因此遭到忽略。 請在此連線上設定 'server' 屬性以便使用它。 - - - The custom cloud choice is not configured. Please configure the setting `{0}`. - 未設定自訂雲端選擇。請設定 `{0}` 設定。 - - - The description of the check constraint. - 檢查條件約束的描述。 - - - The description of the foreign key. - 外部索引鍵的描述。 - - - The description of the index. - 索引子的描述。 - - - The description of the primary key. - 主索引鍵的描述。 - - - The expression defining the check constraint. - 定義檢查條件約束的運算式。 - - - The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. - {0} is the extension name - 延伸模組 '{0}' 正在要求存取您的 SQL Server 連線。這將允許它執行查詢並存取您的資料庫。 - - - The first value must be less than the second value for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - 第一個值必須小於 {1} 篩選中 {0} 運算子的第二個值 - - - The first value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - 必須為 {1} 篩選中的 {0} 運算子設定第一個值 - - - The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. - - {0} - {0} is the list of display names for the connections that have been ignored - 下列工作區或工作區資料夾連線遺漏 'id' 屬性,因此遭到忽略。 請將 'id' 屬性手動新增到連線以便使用它。 - - {0} - - - The language model did not return any output. - 語言模型未傳回任何輸出。 - - - The mapping between foreign key columns and primary key columns. - 外部索引鍵資料行與主索引鍵資料行之間的對應。 - - - The maximum length (in characters) that can be stored in this database object. - 可儲存在此資料庫物件中的長度上限 (以字元為單位)。 - - - The name of the check constraint. - 檢查條件約束的名稱。 - - - The name of the column object. - 資料行物件的名稱。 - - - The name of the column. - 資料行的名稱。 - - - The name of the foreign key. - 外部索引鍵的名稱。 - - - The name of the index. - 索引的名稱。 - - - The query results panel failed to load. Please try running the query again. - 查詢結果面板無法載入。請嘗試再次執行査詢。 - - - The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. - 已清除最近的連線清單,但在刪除某些相關聯的認證時發生錯誤。檢視 MSSQL 輸出通道中的錯誤。 - - - The requested model could not be found. Please check model availability or try a different model. - 找不到要求的模型。請檢查模型的可用性,或嘗試其他模型。 - - - The second value must be set for the {0} operator in the {1} filter - {0} is the operator for the filter -{1} is the name of the filter - 必須為 {1} 篩選中的 {0} 運算子設定第二個值 - - - The selected file is not a valid XEL file. - 選取的檔案不是有效的 XEL 檔案。 - - - The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label - 所選設定檔使用 Entra ID '{0}' 進行驗證,但該帳號尚未登入 MSSQL 擴充功能。請編輯連線或使用該帳戶登入 MSSQL 以連線。 - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - 所選設定檔使用 Entra ID '{0}' 在租用戶 '{1}' 上進行驗證,但該帳號無法透過 VS Code 登入取得。請編輯連線或使用該帳戶登入 VS Code 以連線。 - - - The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. - {0} is the account ID or label -{1} is the tenant ID - 所選設定檔使用 Entra ID '{0}' 在租用戶 '{1}' 上進行驗證,但該帳號尚未登入 MSSQL 擴充功能。請編輯連線或使用該帳戶登入 MSSQL 以連線。 - - - The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. - {0} is the account ID or label - 所選設定檔使用 Entra ID '{0}' 進行驗證,但該帳號無法透過 VS Code 登入取得。請編輯連線或使用該帳戶登入 VS Code 以連線。 - - - The table which contains the primary or unique key column. - 包含主索引鍵或唯一索引鍵資料行的資料表。 - - - The {0} service has crashed. Details: {1} - {0} is the service name -{1} is the error message - {0} 服務當機了。詳細資料: {1} - - - There was an error updating the project - 更新專案時發生錯誤 - - - This connection does not have a display name in Azure Data Studio. - 此連線在 Azure Data Studio 中沒有顯示名稱。 - - - This connection's group has not been selected, so this connection will be imported to the root. - 尚未選取此連線群組,因此此連線將匯入至根目錄。 - - - This database name is already in use. Please choose a different name. - 此資料庫名稱已遭使用。請選擇其他名稱。 - - - This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. - 無法處理此訊息。如果此問題持續發生,請檢查記錄,並在 GitHub 上開啟問題。 - - - This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. - 此作業分析了輸入檔案結構,以在下方產生最多前 50 個資料列的預覽。 - - - This server only supports Microsoft Entra ID authentication. - 此伺服器僅支援 Microsoft Entra ID 驗證。 - - - This server only supports SQL Authentication. - 此伺服器僅支援 SQL 驗證。 - - - This server supports Microsoft Entra ID and SQL Authentication. - 此伺服器支援 Microsoft Entra ID 和 SQL 驗證。 - - - This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. - 此快速鍵需要將選取的文字作為參數傳遞。請先在 SQL 編輯器中選取文字,然後再次執行此快速鍵。 - - - This value was not provided in the Azure Data Studio settings file. - 此值未在 Azure Data Studio 設定檔中提供。 - - - This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. - {0} is a list of API types, e.g. 'REST and GraphQL' - 這將使用 Docker 在本機部署資料 API 建立器容器。容器會根據您的設定公開 {0} API。 - - - This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? - 這會將所有規則重設為預設嚴重性,並停用「在組建時啟用 Code Analysis」。此動作無法復原。是否要繼續? - - - Time - 時間 - - - Timestamp - 時間戳記 - - - To - Label for the end IP address in the firewall rule IP range - - - - To compare two schemas, first select a source schema and target schema, then press compare. - 若要比較兩個結構描述,請先選取來源結構描述,然後按下 [比較]。 - - - To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. - 若要使用這項命令,開啟 .sql 檔案並將編輯器語言變更為 "SQL",或在開啟中的 SQL 編輯器中選取 T-SQL 文字。 - - - To use this command, you must set the language to "SQL". Confirm to change language mode. - 若要使用這項命令,您必須將語言設定為 "SQL"。確認變更語言模式。 - - - Toggle Actual Plan - 切換實際計劃 - - - Toggle Query Result Panel - 切換查詢結果面板 - - - Toggle SQLCMD Mode - 切換 SQLCMD 模式 - - - Toggle Sort - 切換排序 - - - Toggle Tooltips - 切換工具提示 - - - Toggle actual execution plan collection for SQL queries - 切換 SQL 查詢的實際執行計畫收集 - - - Toggle all entities in {0} - {0} is the schema name - 切換 {0} 中所有實體 - - - Toggle between grid and text view - 在方格與文字檢視之間切換 - - - Toggle columns for {0} - {0} is the entity name - 切換 {0} 的欄位 - - - Toggle dark mode - 切換深色模式 - - - Toggle filter row - 切換篩選資料列 - - - Toggle pre-header row - 切換預標頭資料列 - - - Toggle selection for {0} - {0} is the connection display name - 切換 {0} 的選取項目 - - - Toggle selection for {0} - {0} is the connection group name - 切換 {0} 的選取項目 - - - Toggle sort - 切換排序 - - - Toggle sorting for the active column - 切換使用中資料行的排序 - - - Token refreshed successfully. - 已成功重新整理權杖。 - - - Tool lookup for: {0} - {1}. - {0} is the part name -{1} is the part input - 查閱下列項目的工具: {0} - {1}。 - - - Total execution time: {0} - {0} is the elapsed time - 總執行時間: {0} - - - Total rows to fetch: - 要擷取的資料列總計: - - - Transaction Log - 交易記錄 - - - Transfer active connection (Default) - 移轉作用中的連線 (預設) - - - Truncate the transaction log - 截斷交易記錄 - - - Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. - 使用我們的免費層供應項目免費試用 Azure SQL Database!直接從 VS Code 佈建完全受控的雲端資料庫。 - - - Try adjusting your search or filters - 嘗試調整您的搜尋或篩選條件 - - - Try it - 試用 - - - Try searching by command name, description, or keybinding. - 請嘗試依命令名稱、描述或按鍵繫結搜尋。 - - - Type - 類型 - - - TypeORM - TypeORM - - - URL - URL - - - URL copied to clipboard - URL 已複製到剪貼簿 - - - Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} - {0} is the account label or ID - 無法從 VS Code 取得所選帳戶的 Microsoft Entra 權杖: {0} - - - Unable to acquire a valid token. (expires: {0}, but is currently {1}) - {0} is the token expiration time -{1} is the current time - 無法取得有效的權杖。(到期時間: {0},但目前時間為 {1}) - - - Unable to determine the server authentication type. - 無法判斷伺服器驗證類型。 - - - Unable to execute the command while the extension is initializing. Please try again later. - 擴充功能正在初始化時無法執行命令。請稍後再試。 - - - Unable to expand. Please check logs for more information. - 無法展開。如需詳細資訊,請檢查記錄。 - - - Unable to load backup configuration. Please try again. - 無法載入備份設定。請再試一次。 - - - Unable to load database list from server: {0} You may enter the database name directly. - {0} is the connection error message - 無法從伺服器載入資料庫清單: {0} 您可以直接輸入資料庫名稱。 - - - Unable to open Table Explorer: No target node provided. - 無法開啟資料表總管: 未提供目標節點。 - - - Unable to read proxy agent options. - 無法讀取 Proxy 代理程式選項。 - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. - 無法擷取資料庫清單。您可能沒有權限在此伺服器上列出資料庫。 - - - Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. - 無法擷取資料庫清單。您可能沒有權限在此伺服器上列出資料庫。如果您的連線指定了資料庫,該資料庫將會預先選取。 - - - Unavailable for backups to existing files - 無法備份至現有檔案 - - - Understand and document business logic embedded in stored procedures, views, and functions - 理解並記錄內嵌在預存程序、檢視及函式中的商業規則 - - - Undo - 復原 - - - Undo All - 全部復原 - - - Undo All Copilot Changes - 復原所有 Copilot 變更 - - - Unfreeze columns - 取消凍結資料行 - - - Unfreeze columns/rows - 取消凍結資料行/資料列 - - - Unknown - 未知 - - - Unknown Connection - 未知的連線 - - - Unknown account - 未知的帳戶 - - - Unknown deployment step: {0} - {0} is the deployment step number - 未知部署步驟: {0} - - - Unknown error - 未知的錯誤 - - - Unknown magic command: %%{0} - {0} is the magic command name - 未知的技法命令: %%{0} - - - Unknown object management dialog. - 未知的物件管理對話方塊。 - - - Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema - {0} is the operation name - 未知的作業: {0}。支援的作業: add_table、update_table、delete_table、replace_schema、get_schema - - - Unknown tenant ID - 未知的租用戶識別碼 - - - Unnamed Profile - 未命名的設定檔 - - - Unsaved Changes - 未儲存的變更 - - - Unsupported architecture for Docker: {0} - {0} is the architecture name of the machine - 不支援 Docker 的結構: {0} - - - Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. - {0} is the authentication type - 連接字串中不支援的認證類型: {0}。僅支援 SQL 登入、整合式認證、Azure 多重驗證及 Active Directory 預設認證。 - - - Unsupported by Data API builder. - 資料 API 建立器不支援。 - - - Unsupported data types detected - 偵測到不支援的資料類型 - - - Unsupported platform for Docker: {0} - {0} is the platform name of the machine - 不支援 Docker 的平台: {0} - - - Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. - 最多 10 個資料庫,具有 100K V 核心秒數、32 GB 儲存體,以及每月更新備份。 - - - Update - 更新 - - - Update Database - 更新資料庫 - - - Update Script - 更新指令碼 - - - Updating IntelliSense... - 正在更新 IntelliSense... - - - Usage limits exceeded. Try again later, or consider optimizing your requests. - 超過使用量限制。請稍後再試,或考慮最佳化您的要求。 - - - Use Microsoft Entra ID authentication to provision and connect to this database. - 使用 Microsoft Entra ID 驗證來佈建並連線到此資料庫。 - - - Use SQL Authentication with a valid username and password. - 使用 SQL 驗證搭配有效的使用者名稱和密碼。 - - - Use T-SQL intellisense and syntax error checking on current document - 對目前文件使用 T-SQL intellisense 與語法錯誤檢查 - - - Use discount code {0} to save €200 on registration. - 使用折扣代碼 {0} 在註冊時節省 200 歐元。 - - - Use encryption for this backup - 備份時請使用加密功能 - - - Use format: YYYY-MM-DD HH:mm:ss[.SSS] - 格式使用: YYYY-MM-DD HH:mm:ss[.SSS] - - - Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. - 使用自然語言直接在視覺化結構描述設計工具內設計資料庫結構描述。從頭開始建立結構描述、發展現有設計、透過差異檢視來檢閱變更,以及匯出外部成品,這一切都會即時反映在視覺化圖表和 T-SQL 指令碼中。 - - - Use the default server setting - 使用預設伺服器設定 - - - Use {0} to create a new connection. - {0} is the connect command - 使用 {0} 來建立新的連線。 - - - Used in API routes and responses - 於 API 路由與回應中使用 - - - User - 使用者 - - - User ID - 使用者識別碼 - - - User Name - 使用者名稱 - - - User databases - 使用者資料庫 - - - User name - 使用者名稱 - - - User name (SQL Login) - 使用者名稱 (SQL 登入) - - - User name is required - 需要使用者名稱 - - - Username - 使用者名稱 - - - Username is required - 需要使用者名稱 - - - Uses the WITH KEEP_REPLICATION option during restore - 還原時使用 WITH KEEP_REPLICATION 選項 - - - Uses the WITH NORECOVERY option during restore - 還原時使用 WITH NORECOVERY 選項 - - - Uses the WITH REPLACE option during restore - 還原時使用 WITH REPLACE 選項 - - - Uses the WITH RESTRICTED_USER option during restore - 還原時使用 WITH RESTRICTED_USER 選項 - - - Using {0} ({1})... - {0} is the model name -{1} is whether the model can send requests - 正在使用 {0} ({1})... - - - Using {0} to process your request... - {0} is the model name that will be processing the request - 正在使用 {0} 處理您的要求... - - - Validation failed - 驗證失敗 - - - Validation failed. Please check your inputs - 驗證失敗。請檢查您的輸入 - - - Value - - - - Value is required - 值為必要項目 - - - Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. - 向量值在此編輯器中為唯讀。使用 T-SQL 來修改值或重新產生內嵌。 - - - Verify a container image by using the Notation CLI - 使用標記法 CLI 驗證容器映像 - - - Verify backup when finished - 完成後驗證備份 - - - Verifying Docker engine is ready - 正在驗證 Docker 引擎是否已就緒 - - - Verifying Docker is installed on your system - 正在驗證系統是否已安裝 Docker - - - Verifying the API is ready to accept requests - 正在驗證 API 是否已準備好接受要求 - - - Very Dissatisfied - 非常不滿意 - - - Very Satisfied - 非常滿意 - - - View - 檢視 - - - View Config - 檢視設定 - - - View More - 檢視更多 - - - View Swagger - 檢視 Swagger - - - View Table Diagram - 檢視 [資料表圖表] - - - View known issues - 檢視已知問題 - - - View mssql for Visual Studio Code release notes? - 要檢視 Visual Studio Code 的 MSSQL 版本資訊嗎? - - - View roadmap - 檢視藍圖 - - - View settings - 檢視設定 - - - View the estimated query execution plan - 檢視估計的查詢執行計畫 - - - View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. - 在互動式網格中檢視、新增、編輯及刪除表格資料列,並進行即時驗證及即時 DML 指令碼預覽。 - - - View/configure keybinding - 檢視/設定按鍵繫結關係 - - - View/configure keybinding for {0} - {0} is the command or shortcut display name - 檢視/設定 {0} 的按鍵繫結關係 - - - View: - 檢視: - - - Views - 檢視 - - - Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. - 必須重新啟動 Visual Studio Code,此設定才會生效。請重新載入 Visual Studio Code。 - - - Visualize and Design Schema - 視覺化與設計結構描述 - - - WHERE - WHERE - - - Warehouse - 倉儲 - - - Warning - 警告 - - - Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. - {0} is the number of rows actually returned -{1} is the total number of rows expected - 警告: 結果集不完整。正在顯示 {0} 個資料列 (共 {1} 個)。無法載入完整結果集。 - - - Warnings - 警告 - - - Warnings detected. Please review the changes. - 偵測到警告。請檢閱變更。 - - - Watch demo - 觀看示範 - - - Watch demos on YouTube - 在 YouTube 上觀看示範 - - - We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. - 找不到 Docker Desktop 在您電腦上的位置。請手動啟動 Docker Desktop,然後再試一次。 - - - We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? - 無法使用目前的連線資訊進行連接。您想要重試連線或編輯連線設定檔? - - - We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. - 我們很高興您喜歡適用於 VS Code 的 MSSQL! 請考慮在 VS Code Marketplace 上快速檢閱。 - - - Webview '{0}' did not become ready within {1}ms - {0} is the webview name -{1} is the timeout in milliseconds - Web 檢視 '{0}' 未能在 {1} 毫秒內準備就緒 - - - Webview was disposed before it became ready - Web 檢視在準備就緒前已處置 - - - What I can do for you: - 我可以為您做什麼: - - - What can we do to improve? - 我們可以如何提升您的體驗? - - - What's next? - 後續步驟? - - - Width cannot be 0 or negative - 寬度不能是 0 或負數 - - - Windows Authentication - Windows 驗證 - - - Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. - 搭配 VS Code/SSMS 運作並使用 Microsoft Entra 驗證和 Fabric 存取控制。 - - - Workspace - 工作區 - - - Workspace is required - 需要工作區 - - - Write a review - 撰寫評論 - - - Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. - 在原生 Visual Studio Code Jupyter 筆記本中撰寫及執行 SQL 查詢,並包含互動式結果、排序、篩選和 Markdown 文件。 - - - Write, optimize, and troubleshoot SQL queries with AI-recommended improvements - 使用 AI 建議的改進功能撰寫、最佳化及疑難排解 SQL 查詢 - - - YYYY-MM-DD HH:mm:ss - YYYY-MM-DD HH:mm:ss - - - Yes - - - - You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? - 您即將部署至現有資料庫。此作業將永久變更資料庫結構描述,並可能導致資料遺失。是否要繼續? - - - You are not connected to any database. - 您尚未連接到任何資料庫。 - - - You are seeing this message because you updated the MSSQL extension to version {0}. - {0} is the version number of the MSSQL extension - 您會看到這個訊息,是因為您已將 MSSQL 擴充功能更新到版本 {0}。 - - - You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? - 您有尚未匯出的已擷取 Profiler 活動。如果您現在關閉,將遺失所有已擷取的活動。您要將它們匯出至 CSV 檔案嗎? - - - You have unsaved changes. Do you want to save before closing? - 您有未儲存的變更。您要在關閉前儲存它們嗎? - - - You must accept the license - 您必須接受授權 - - - You must be signed into Azure in order to browse SQL databases. - 您必須登入 Azure 才能瀏覽 SQL 資料庫。 - - - You must be signed into Fabric in order to browse SQL databases. - 您必須登入 Fabric 才能瀏覽 SQL 資料庫。 - - - You must review and accept the terms to proceed - 您必須檢閱並接受條款才能繼續 - - - Your API is available at: - 您的 API 可於以下位置取得: - - - Your APIs are available at the following endpoints: - 您的 API 可在以下端點使用: - - - Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? - 您的 Docker 引擎目前執行 Windows 容器。SQL Server 只支援 Linux 容器。您要切換至 Linux 容器嗎? - - - Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. - {0} is the resource - 您的帳戶需要重新驗證才能存取 {0} 資源。按下 [開啟] 以開始驗證程序。 - - - Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? - {0} is the client IP address -{1} is the server name - 您的用戶端 IP 位址 '{0}' 無法存取您嘗試連接的伺服器 '{1}'。是否要建立新防火牆規則? - - - Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. - 您的用戶端 IP 位址無權存取伺服器。請新增 Microsoft Entra 帳戶並建立新的防火牆規則以啟用存取權。 - - - Your current IP {0} will be added automatically. - {0} is the current IP address - 將自動新增您目前的 IP {0}。 - - - Your database will continue running after the free offer limit and you will be charged for overages. - 在免費供應項目限制之後,您的資料庫將繼續執行,且將向您收取超額費用。 - - - Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). - 林的密碼至少必須包含下列三種類別中的字元: 大寫字母、小寫字母、數字 (0-9),以及特殊字元 (!、$、#、% 等)。 - - - Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. - {0} is the tenant name -{1} is the tenant id -{2} is the resource - 您的租用戶 '{0} ({1})' 需要再次重新驗證,才能存取 {2}資源。按下 [開啟] 以開始驗證程序。 - - - Zone-redundant backup storage - 區域備援備份儲存體 - - - Zoom In - 放大 - - - Zoom Out - 縮小 - - - Zoom to Fit - 縮放至適當比例 - - - [Optional] Database to connect (press Enter to connect to <default> database) - [選用] 要連線的資料庫 (按 Enter 以連線至 <default> 資料庫) - - - [Optional] Enter a display name for this connection profile - [選用] 輸入此連線設定檔的顯示名稱 - - - [Read-only] Pre-filled from the server properties. - [唯讀] 從伺服器屬性預先填入。 - - - [{0}] {1} - {0} is the timestamp -{1} is the log entry text - [{0}] {1} - - - and - - - - authenticationType - authenticationType - - - contains - 包含 - - - database - 資料庫 - - - default - 預設 - - - delete the saved connection: {0}? - {0} is the connection name - 要刪除已儲存的連線 {0} 嗎? - - - does not contain - 不包含 - - - encrypt - 加密 - - - ends with - 結尾為 - - - equals - 等於 - - - greater than - 大於 - - - hostname\instance or <server>.database.windows.net or ADO.NET connection string - hostname\instance 或 <server>.database.windows.net 或 ADO.NET 連接字串 - - - intelliSenseUpdated - intelliSenseUpdated - - - is not null - 不是 Null - - - is null - 是 Null - - - items - 項目 - - - items per page - 每頁的項目數 - - - items selected - 項目已選取 - - - less than - 小於 - - - location - 位置 - - - macOS Sierra or newer is required to use this feature. - 需要 macOS Sierra 或更新版本才能使用此功能。 - - - none selected - 未選取任何項目 - - - not equals - 不等於 - - - of - / - - - or - - - - profiler_events - profiler_events - - - resource group - 資源群組 - - - server - 伺服器 - - - starts with - 開頭為 - - - subscription - 訂閱 - - - test - 測試 - - - undefined - 未定義 - - - untitled - 未命名 - - - updatingIntelliSense - updatingIntelliSense - - - vCores - V 核心 - - - value - - - - x of y selected - 已選取 x/y 項 - - - {0} (Current Account) - {0} is the account display name - {0} (目前的帳戶) - - - {0} (filtered) - {0} (已篩選) - - - {0} ({1}%) - {0} is the task status -{1} is the completion percent - {0} ({1}%) - - - {0} ({1}%): {2} - {0} is the task status -{1} is the completion percent -{2} is the task message - {0} ({1}%): {2} - - - {0} accounts - {0} is the number of accounts - {0} 帳戶 - - - {0} action for {1} - {0} is the action name (Create, Read, etc.) -{1} is the entity name - {1} 的 {0} 動作 - - - {0} change(s) - {0} is the number of changes - {0} 項變更 - - - {0} changed from '{1}' to '{2}' - {0} is the display name of the property -{1} is the old value -{2} is the new value - {0} 已從 '{1}' 變更為 '{2}' - - - {0} changes - {0} is the number of property changes - {0} 個變更 - - - {0} color swatch ({1}) - {0} is the connection group name -{1} is the color value applied to the group - {0} 色彩樣本 ({1}) - - - {0} column data - {0} is the number of columns - {0} 資料行資料 - - - {0} connection group imported - {0} is the number of connection groups imported (singular) - 已匯入 {0} 個連線群組 - - - {0} connection groups imported - {0} is the number of connection groups imported (plural) - 已匯入 {0} 個連線群組 - - - {0} connection imported - {0} is the number of connections imported (singular) - {0} 連線已匯入 - - - {0} connections imported - {0} is the number of connections imported (plural) - {0} 個連線已匯入 - - - {0} contains column types not supported by Data API builder: {1} - {0} is the DAB source type, e.g. Table or View -{1} is a comma-separated list of column names and their data types - {0} 包含資料 API 建立器不支援的資料行類型: {1} - - - {0} deleted successfully. - {0} deleted successfully. - 已成功刪除 {0}。 - - - {0} errors - {0} is the number of errors - {0} 個錯誤 - - - {0} events - {0} is the number of events - {0} 個事件 - - - {0} has been closed. Would you like to restore it? - {0} is the webview name - {0} 已關閉。您要還原嗎? - - - {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. - {0} is the number of invalid accounts that have been removed - 已移除 {0} 無效的 Entra 帳戶;您可能需要執行 `MS SQL: 清除 Microsoft Entra 帳戶權杖快取`,然後重新登入。 - - - {0} is a primary key column and can't be disabled. - {0} is the backing database column name - {0} 是主索引鍵資料行,無法停用。 - - - {0} is not enabled globally - {0} is the API type, e.g. REST, GraphQL, or MCP - {0} 未全域啟用 - - - {0} issue - {0} is the number of issues - {0} 個問題 - - - {0} issues - {0} is the number of issues - {0} 個問題 - - - {0} must define one or more key fields to be used with Data API builder - {0} is the DAB source type, e.g. Table or View - {0} 必須定義一或多個索引鍵欄位,才能搭配資料 API 建立器使用 - - - {0} objects found - {0} is the number of objects found - 已找到 {0} 個物體 - - - {0} of {1} - {0} is the number of active elements -{1} is the total number of elements - {0}/{1} - - - {0} of {1} connection groups selected. - {0} is the number of groups selected for import -{1} is the total number of groups detected - 已選取 {0}/{1} 個連線群組。 - - - {0} of {1} connections selected - {0} is the number of connections selected for import -{1} is the total number of connections detected - 已選取 {0}/{1} 個連線 - - - {0} of {1} enabled - {0} is the number of enabled entities -{1} is the total number of entities - 已啟用 {0}/{1} - - - {0} of {1} rules - {0} is the filtered count, {1} is the total count - {0} / {1} 個規則 - - - {0} of {1} tenants - {0} is the number of tenants with active sessions -{1} is the total number of tenants - {0}/{1} 個租用戶 - - - {0} password doesn't match the confirmation password - {0} 密碼與確認密碼不相符 - - - {0} properties - {0} is the object type - {0} 屬性 - - - {0} query - {0} is the Quick Query shortcut name - {0} 個查詢 - - - {0} rows - {0} is the number of rows - {0} 列 - - - {0} rows returned - {0} is the number of rows returned - 傳回 {0} 列 - - - {0} rows selected, click to load summary - {0} is the number of rows to fetch summary statistics for - 已選取 {0} 列,按一下以載入摘要 - - - {0} rules - {0} is the number of code analysis rules - {0} 個規則 - - - {0} selected - {0} is the number of selected filter values - 已選取 {0} - - - {0} selected - {0} is the number of selected rows - 已選取 {0} - - - {0} setting imported - {0} is the number of settings imported (singular) - {0} 設定已匯入 - - - {0} settings imported - {0} is the number of settings imported (plural) - 已匯入 {0} 設定 - - - {0} started successfully. - {0} started successfully. - 已成功啟動 {0}。 - - - {0} stopped successfully. - {0} stopped successfully. - 已成功停止 {0}。 - - - {0} warnings - {0} is the number of warnings - {0} 個警告 - - - {0} {1} issue - {0} is the tab name -{1} is the number of issues - {0} {1} 問題 - - - {0} {1} issues - {0} is the tab name -{1} is the number of issues - {0} {1} 問題 - - - {0}, +{1} more - {0} is the first changed property label -{1} is the count of additional changed properties - {0} 及其他 {1} 個 - - - {0}. {1} - {0} is the status -{1} is the message - {0}。{1} - - - {0}/{1} - {0} is selected count -{1} is total count - {0}/{1} - - - {0}/{1} events - {0} is the filtered count, {1} is the total count - {0}/{1} 個活動 - - - {0}: {1} - {0} is the column name -{1} is the filter description - {0}: {1} - - - {0}: {1} - {0} is the qualified table name -{1} is the change description - {0}: {1} - - - {0}: {1} - {0} is the task name -{1} is the status - {0}: {1} - - - {0}: {1} - {0} is the task status -{1} is the task message - {0}: {1} - - - {0}: {1}. {2} - {0} is the task name -{1} is the status -{2} is the message - {0}: {1}. {2} - - - {0}d {1}h - {0} is the elapsed time in days -{1} is the remaining elapsed time in hours - {0} 天 {1} 小時 - - - {0}h - {0} is the number of hours - {0} 小時 - - - {0}h {1}m - {0} is the number of hours -{1} is the number of minutes - {0} 小時 {1} 分鐘 - - - {0}h {1}m - {0} is the elapsed time in hours -{1} is the remaining elapsed time in minutes - {0} 小時 {1} 分鐘 - - - {0}m - {0} is the number of minutes - {0} 分鐘 - - - {0}m {1}s - {0} is the number of minutes -{1} is the number of seconds - {0} 分鐘 {1} 秒 - - - {0}m {1}s - {0} is the elapsed time in minutes -{1} is the remaining elapsed time in seconds - {0} 分鐘 {1} 秒 - - - {0}ms - {0} is the number of milliseconds - {0} 毫秒 - - - {0}ms - {0} is the elapsed time in milliseconds - {0} 毫秒 - - - {0}s - {0} is the number of seconds - {0} 秒 - - - {0}s - {0} is the elapsed time in seconds - {0} 秒 - - - {{put-server-name-here}} - {{put-server-name-here}} - - - ✅ Grant Access - ✅ 授予存取權 - - - ✅ Grant Access (Current) - ✅ 授予存取權 (目前) - - - ❌ Deny Access - ❌ 拒絕存取 - - - ❌ Deny Access (Current) - ❌ 拒絕存取 (目前) - - - 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. - 👋 我是 GitHub Copilot for MSSQL 延伸模組,您在 Visual Studio Code 中的智慧型 SQL 開發助理。我可協助您直接從 VS Code 連線、探索、設計和發展 SQL 資料庫。 - - - - - - - Add Connection - 加入連接 - - - Add Connection Group - 新增連線群組 - - - Add Microsoft Entra Account - 新增 Microsoft Entra 帳戶 - - - Align SET clause items in UPDATE statements. - Align SET clause items in UPDATE statements. - - - Align column-definition fields, such as names, data types, and constraints. - Align column-definition fields, such as names, data types, and constraints. - - - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. - - - Allow external language content to use file paths. - Allow external language content to use file paths. - - - Allow external library content to use file paths. - Allow external library content to use file paths. - - - Allows users to sign in to input-constrained devices. - 允許使用者登入輸入限制的裝置。 - - - Always Encrypted - Always Encrypted - - - Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. - 一律將新的編輯器和開啟的 SQL 檔案連線到 `mssql.defaultConnectionId` 指定的連線。 - - - An execution time-out of 0 indicates an unlimited wait (no time-out) - 執行逾時為 0 表示無限等候 (不逾時) - - - Analyze Query Performance - 分析查詢效能 - - - Application Intent - 應用程式意圖 - - - Automatically display query results in a new tab instead of the query pane. - 在新索引標籤中自動顯示查詢結果,而不是在查詢窗格中。 - - - Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. - 切換至包含查詢結果的編輯器時,自動顯示結果面板。此功能僅在啟用「在索引標籤中開啟結果」時生效。 - - - Azure MFA - Azure MFA - - - Background Tasks - 背景工作 - - - Backup Database... - 備份資料庫... - - - Build Data API... - 建立資料 API... - - - Cancel Connection (MSSQL) - 取消連線 (MSSQL) - - - Cancel Query (MSSQL) - 取消查詢 (MSSQL) - - - Cancel Task - 取消工作 - - - Carry the active editor's connection to newly opened query editor tabs and SQL files. - 將使用中編輯器的連線套用到新開啟的查詢編輯器索引標籤和 SQL 檔案。 - - - Change Connection (MSSQL) - 變更連線 (MSSQL) - - - Change Database (MSSQL) - 變更資料庫 (MSSQL) - - - Change Notebook Connection - 變更筆記本連線 - - - Change Notebook Database - 變更筆記本資料庫 - - - Choose SQL handler for this file - 選擇此檔案的 SQL 處理常式 - - - Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). - 選擇結果方格欄位的自動調整大小方式 (標題與資料、僅資料,或停用自動調整大小)。 - - - Chooses which Authentication method to use - 選擇要使用的驗證方法 - - - Clear All Connection Sharing Permissions - 清除所有連線共用權限 - - - Clear All Query History - 清除所有查詢歷史記錄 - - - Clear Filters - 清除篩選 - - - Clear Finished Tasks - 清除已完成的工作 - - - Clear Microsoft Entra account token cache - 清除 Microsoft Entra 帳戶權杖快取 - - - Clear Pooled Connections - 清除集區連線 - - - Command Timeout - 命令逾時 - - - Compare Schemas... - 比較結構描述... - - - Configure up to 10 Quick Queries that execute from commands. - 設定最多 10 個可從命令執行的快速查詢。 - - - Connect (MSSQL) - 連接 (MSSQL) - - - Connect to a SQL Database - 連線到 SQL 資料庫 - - - Connection Dialog - 連線對話方塊 - - - Connection Timeout - 連線逾時 - - - Connection groups - 連線群組 - - - Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. - 在「使用者設定」中定義的連線設定檔會位於命令選擇區的「MS SQL: Connect」 命令之下。 - - - Connections - 連線 - - - Control which grid lines are visible in the results grid. - 控制結果網格中可見的格線。 - - - Controls how new SQL editor windows and opened SQL files are automatically connected. - 控制新的 SQL 編輯器視窗和開啟的 SQL 檔案要如何自動連線。 - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - 控制允許在記憶體中篩選及排序的資料列數目上限。如果超過此數目,就會停用排序和篩選。警告: 增加此數目可能會影響效能。 - - - Copy All - 複製全部 - - - Copy Cell Messages - 複製儲存格訊息 - - - Copy Connection String - 複製連線字串 - - - Copy Object Name - 複製物件名稱 - - - Create Azure Function with SQL binding - 使用 SQL 繫結建立 Azure 函數 - - - Create a Table with Table Designer - 使用資料表設計工具建立資料表 - - - Create a new table in your database, or edit existing tables with the table designer. -Once you're done making your changes, click the 'Publish' button to send the changes to your database. - 在您的資料庫中建立新資料表,或使用資料表設計工具編輯現有的資料表。 -完成變更後,請按一下「發佈」按鈕,將變更傳送到您的資料庫。 - - - DACPAC/BACPAC Operations... - DACPAC/BACPAC 作業... - - - Default view mode for query results display. - 查詢結果顯示的預設檢視模式。 - - - Delete - 刪除 - - - Delete Connection Group - 刪除連線群組 - - - Delete SQL Container - 刪除 SQL 容器 - - - Deploy DACPAC - 部署 DACPAC - - - Disable Actual Plan (MSSQL) - 停用實際計劃 (MSSQL) - - - Disable Group By Schema - 依架構停用群組 - - - Disable automatic column sizing - 停用自動欄位調整大小 - - - Disabled - 已停用 - - - Disconnect (MSSQL) - 中斷連線 (MSSQL) - - - Display name for this Quick Query. - 此快速查詢的顯示名稱。 - - - Display results in a formatted text format. - 以格式化文字格式顯示結果。 - - - Display results in a tabular grid format (default) - 以表格式格線格式顯示結果 (預設) - - - Do not auto-connect. You must connect each SQL file manually. - 不要自動連線。您必須手動連線每個 SQL 檔案。 - - - Do not show prompts to display query results in a new tab. - 不要顯示在新索引標籤中顯示查詢結果的提示。 - - - Drop Database... - 卸除資料庫... - - - Edit Connection Group - 編輯連線群組 - - - Edit Connection Sharing Permissions - 編輯連線共用權限 - - - Edit Connection... - 編輯連線... - - - Edit Table Data... - 編輯表格資料... - - - Enable Actual Plan (MSSQL) - 啟用實際計劃 (MSSQL) - - - Enable Group By Schema - 依架構啟用群組 - - - Enable Parameterization for Always Encrypted - 啟用 Always Encrypted 的參數化 - - - Enable Query History Capture - 啟用查詢記錄擷取 - - - Enable SET ANSI_DEFAULTS - 啟用 SET ANSI_DEFAULTS - - - Enable SET ANSI_NULLS - 啟用 SET ANSI_NULLS - - - Enable SET ANSI_NULL_DFLT_ON - 啟用 SET ANSI_NULL_DFLT_ON - - - Enable SET ANSI_PADDING - 啟用 SET ANSI_PADDING - - - Enable SET ANSI_WARNINGS - 啟用 SET ANSI_WARNINGS - - - Enable SET ARITHABORT option - 啟用 SET ARITHABORT 選項 - - - Enable SET CURSOR_CLOSE_ON_COMMIT - 啟用 SET CURSOR_CLOSE_ON_COMMIT - - - Enable SET DEADLOCK_PRIORITY option - 啟用 SET DEADLOCK_PRIORITY 選項 - - - Enable SET IMPLICIT_TRANSACTIONS - 啟用 SET IMPLICIT_TRANSACTIONS - - - Enable SET LOCK TIMEOUT option (in milliseconds) - 啟用 SET LOCK TIMEOUT 選項 (毫秒) - - - Enable SET NOCOUNT option - 啟用 SET NOCOUNT 選項 - - - Enable SET NOEXEC option - 啟用 SET NOEXEC 選項 - - - Enable SET PARSEONLY option - 啟用 SET PARSEONLY 選項 - - - Enable SET QUERY_GOVERNOR_COST_LIMIT - 啟用 SET QUERY_GOVERNOR_COST_LIMIT - - - Enable SET QUOTED_IDENTIFIER - 啟用 SET QUOTED_IDENTIFIER - - - Enable SET STATISTICS IO option - 啟用 SET STATISTICS IO 選項 - - - Enable SET STATISTICS TIME option - 啟用 SET STATISTICS TIME 選項 - - - Enable SET TRANSACTION ISOLATION LEVEL option - 啟用 SET TRANSACTION ISOLATION LEVEL 選項 - - - Enable SET XACT_ABORT ON option - 啟用 SET XACT_ABORT ON 選項 - - - Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. - 在結果網格中啟用交替行背景色 (斑馬線條)。顏色取自目前的 VS Code 主題。 - - - Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns - 當資料表有超過 10 個欄位時,在結構描述設計供具的資料表節點中啟用展開/折疊按鈕 - - - Enabled - 已啟用 - - - Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. - 啟用連線共用以改善整體連線效能。預設會停用此設定。值變更時,需要重新啟動 Visual Studio Code。若要清除集區連線,請執行命令: 'MS SQL: 清除集區連線'。注意: 可能會保持無伺服器資料庫處於活躍狀態並防止自動暫停。 - - - Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. - 在 MSSQL 延伸模組中啟用實驗性功能。功能尚未就緒,可能會發生錯誤或問題。變更此設定後重新啟動 Visual Studio Code。 - - - Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. - 使用改善的狀態管理及更多資料行自訂選項 (包括顯示、隱藏和凍結資料行),增強預覽查詢結果方格體驗。 - - - Estimated Plan (MSSQL) - 預估計劃 (MSSQL) - - - Execute Query (MSSQL) - 執行查詢 (MSSQL) - - - Execute Selection or Current Statement (MSSQL) - 執行選取內容或目前陳述式 (MSSQL) - - - Explain Query - 說明查詢 - - - Export BACPAC - 匯出 BACPAC - - - Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. - 為結果網格中的每一列額外增加的垂直內距 (以像素為單位),用於控制列的密度。有效範圍: 0-10。 - - - Extract DACPAC - 擷取 DACPAC - - - Familiarize yourself with more features of the MSSQL extension that can help you be more productive. - 熟悉 MSSQL 擴充功能的更多功能,其可協助您提高生產力。 - - - Filter - 篩選 - - - Filter your Object Explorer Tree - 篩選您的物件總管樹 - - - Format INSERT columns as multiline lists. - Format INSERT columns as multiline lists. - - - Format INSERT sources as multiline lists. - Format INSERT sources as multiline lists. - - - Format SELECT columns as multiline lists. - Format SELECT columns as multiline lists. - - - Format SET clause items as multiline lists. - Format SET clause items as multiline lists. - - - Format VIEW columns as multiline lists. - Format VIEW columns as multiline lists. - - - Format WHERE predicates as multiline lists. - Format WHERE predicates as multiline lists. - - - Generate Script - 產生指令碼 - - - Get Started with MSSQL for Visual Studio Code - 開始使用 Visual Studio Code 的 MSSQL - - - Getting Started Guide - 使用者入門指南 - - - Hide all grid lines - 隱藏所有格線 - - - Import BACPAC - 匯入 BACPAC - - - Import Data... - 匯入資料... - - - Indent SET clauses in UPDATE statements. - Indent SET clauses in UPDATE statements. - - - Indent VIEW bodies. - Indent VIEW bodies. - - - Insert a space between a data type and its parentheses, for example VARCHAR (255). - Insert a space between a data type and its parentheses, for example VARCHAR (255). - - - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - Insert spaces between parameters in a data type, for example DECIMAL (10, 2). - - - Keyword casing style. - Keyword casing style. - - - Launch Query Profiler... - 啟動 Query Profiler... - - - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. - - - MSSQL - MSSQL - - - MSSQL Copilot - MSSQL Copilot - - - Make a new connection to a SQL database, or edit existing connections with the connection dialog. -You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. -[Open Connection Dialog](command:mssql.addObjectExplorer) - 建立新的 SQL 資料庫連線,或使用連線對話方塊編輯現有的連線。 -您可以透過輸入連線資訊、使用連線字串,或瀏覽您的 Azure 訂閱,來連結到資料庫。 -[開啟連線對話方塊](command:mssql.addObjectExplorer) - - - Manage Connection Profiles - 管理連線設定檔 - - - Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. - 執行查詢後,XML 資料行中每個值要儲存的字元數上限。預設: 2,097,152。有效值範圍: 1 到 2,147,483,647。 - - - Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. - 執行查詢之後,字元/二進位資料行中每個值儲存的字元/位元組數目上限。預設: 65,535。有效值範圍: 1 到 2,147,483,647。 - - - Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. - Profiler 記憶體中可保留的最大事件數量。達到此限制時,會刪除較舊的事件。若您需要在分析工作階段期間保留更多事件,請提高此數值。 - - - Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. - 具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。 - - - Maximum number of rows to return before the server stops processing your query. - 要在伺服器停止處理查詢前傳回的資料列數上限。 - - - Maximum size of text and ntext data returned from a SELECT statement - SELECT 陳述式所傳回 text 與 Ntext 資料的大小上限 - - - Migrate from Azure Data Studio - 從 Azure Data Studio 移轉 - - - Modify Table Structure... - 修改資料表結構... - - - New Database... - 新增資料庫... - - - New Deployment - 新增部署 - - - New Query - 新增查詢 - - - New Query - 新增查詢 - - - New SQL Notebook - 新增 SQL Notebook - - - New Table - 新增資料表 - - - Next Steps with MSSQL for Visual Studio Code - Visual Studio Code 的 MSSQL 後續步驟 - - - Number of line breaks after each statement, from 0 through 5. - Number of line breaks after each statement, from 0 through 5. - - - Number of minutes to retain log files for backend services. Default is 1 week. - 為後端服務保留記錄檔的分鐘數。預設為 1 週。 - - - Number of query history entries to show in the Query History view - 要在查詢歷史記錄檢視中顯示的查詢歷史記錄項目的數目 - - - Object Explorer filters - 物件總管篩選條件 - - - Only see the database objects that matter most to you by applying filters to the Object Explorer tree. -Start by clicking the filter button next to most folders in the Connections view. - 只透過將篩選條件套用到物件總管樹,來查看對您最重要的資料庫物件。 -按一下 [連線] 檢視中大部分資料夾旁的篩選按鈕,即可開始。 - - - Open Changelog - 開啟變更記錄 - - - Open Execution Plan File - 開啟執行計畫檔案 - - - Open New Query and Connect - 開啟新查詢並連線 - - - Open Query - 開啟查詢 - - - Open Query History in Command Palette - 在命令選擇區中開啟查詢歷史記錄 - - - Open Query Profiler (Preview) XEL File - 開啟 Query Profiler (預覽) XEL 檔案 - - - Open Shortcuts Configuration - 開啟快速鍵設定 - - - Open Task Result - 開啟工作結果 - - - Open in GitHub Copilot Agent - 在 GitHub Copilot Agent 中開啟 - - - Open in GitHub Copilot Chat - 在 GitHub Copilot Chat 中開啟 - - - Open in MSSQL extension - 在 MSSQL 延伸模組中開啟 - - - Pause Query History Capture - 暫停查詢記錄擷取 - - - Place AS on its own line. - Place AS on its own line. - - - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. - - - Place a newline before JOIN clauses. - Place a newline before JOIN clauses. - - - Place a newline before the FROM clause. - Place a newline before the FROM clause. - - - Place a newline before the GROUP BY clause. - Place a newline before the GROUP BY clause. - - - Place a newline before the HAVING clause. - Place a newline before the HAVING clause. - - - Place a newline before the OFFSET clause. - Place a newline before the OFFSET clause. - - - Place a newline before the ORDER BY clause. - Place a newline before the ORDER BY clause. - - - Place a newline before the OUTPUT clause. - Place a newline before the OUTPUT clause. - - - Place a newline before the WHERE clause. - Place a newline before the WHERE clause. - - - Place a newline before the WINDOW clause. - Place a newline before the WINDOW clause. - - - Place a newline before the closing parenthesis of a multiline list. - Place a newline before the closing parenthesis of a multiline list. - - - Place a newline before the opening parenthesis of a multiline list. - Place a newline before the opening parenthesis of a multiline list. - - - Place the CHECK clause of a constraint on its own line. - Place the CHECK clause of a constraint on its own line. - - - Preserve comments during formatting. - Preserve comments during formatting. - - - Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. - 防止指令碼自動執行 (例如「選取前 1000 筆」)。啟用後,指令碼不會在產生時自動執行。 - - - Prompts users to sign in using their browser. - 提示使用者使用瀏覽器登入。 - - - Query History - 查詢歷史記錄 - - - Query Results - 查詢結果 - - - Query editor and query results pane - 查詢編輯器和查詢結果窗格 - - - Query plan visualization - 查詢計劃視覺效果 - - - Refresh - 重新整理 - - - Refresh IntelliSense Cache - 重新整理 IntelliSense 快取 - - - Remove Connection - 移除連線 - - - Remove Microsoft Entra Account - 移除 Microsoft Entra 帳戶 - - - Rename Database... - 重新命名資料庫... - - - Replication - 複寫 - - - Restore Database... - 還原資料庫... - - - Reveal Query Result (MSSQL) - 顯示查詢結果 (MSSQL) - - - Rewrite Query - 改寫查詢 - - - Run Query - 執行查詢 - - - Run Quick Query 1 - 執行快速查詢 1 - - - Run Quick Query 10 - 執行快速查詢 10 - - - Run Quick Query 2 - 執行快速查詢 2 - - - Run Quick Query 3 - 執行快速查詢 3 - - - Run Quick Query 4 - 執行快速查詢 4 - - - Run Quick Query 5 - 執行快速查詢 5 - - - Run Quick Query 6 - 執行快速查詢 6 - - - Run Quick Query 7 - 執行快速查詢 7 - - - Run Quick Query 8 - 執行快速查詢 8 - - - Run Quick Query 9 - 執行快速查詢 9 - - - Run a SQL Query - 執行 SQL 查詢 - - - SQL Container Name - SQL 容器名稱 - - - SQL Container Version - SQL 容器版本 - - - SQL Server Extended Events Log - SQL Server 擴充活動記錄 - - - SQL Tools (MSSQL) - SQL 工具 (MSSQL) - - - SQL engine type used to parse and generate formatted scripts. - SQL engine type used to parse and generate formatted scripts. - - - SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. - 此快速查詢的 SQL 文字。使用 {arg} 插入選取的查詢編輯器文字;否則會將其附加。 - - - Script as Alter - 修改指令碼 - - - Script as Create - 建立指令碼 - - - Script as Drop - 卸除指令碼 - - - Script as Execute - 執行指令碼 - - - Search Database Objects... - 搜尋資料庫物件... - - - Select Top 1000 - 選取前 1000 - - - Selected Azure subscriptions for browsing and managing servers and databases - 選取用於流覽及管理伺服器和資料庫的 Azure 訂用帳戶 - - - Selected Microsoft Fabric workspaces for browsing and managing SQL databases - 選取的 Microsoft Fabric 工作區用於瀏覽及管理 SQL 資料庫 - - - Send Feedback - 傳送意見反應 - - - Set the font family for the results grid; set to blank to use the editor font - 設定結果網格的字體大小,設定為空值以使用編輯器字體 - - - Set the font size for the results grid; set to blank to use the editor size - 設定結果網格的字體大小,設定為空值以使用編輯器大小 - - - Shortcuts handled inside MSSQL views - 在 MSSQL 檢視內處理的快速鍵 - - - Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' - BIT 資料行是否顯示為數字 (1 或 0)?若為 false, BIT 資料行將會顯示為 'true' 或 'false' - - - Should IntelliSense be enabled - 是否啟用 IntelliSense - - - Should IntelliSense error checking be enabled - 是否啟用 IntelliSense 錯誤檢查 - - - Should IntelliSense quick info be enabled - 是否啟用 IntelliSense 快速諮詢 - - - Should IntelliSense suggestions be enabled - 是否啟用 IntelliSense 建議 - - - Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. - 是否要將個人識別資訊 (PII) 記錄在 Azure 記錄輸出通道與輸出通道記錄檔中。 - - - Should Query History feature be enabled - 是否要啟用查詢歷史記錄功能 - - - Should language service be auto-disabled when extension detects Non-MSSQL files - 當延伸模組偵測到非 MSSQL 檔案時,是否應自動停用語言服務 - - - Should query result selections and scroll positions be saved when switching tabs (may impact performance) - 是否要在切換索引標籤時儲存查詢結果選項和捲動位置 (可能影響效能) - - - Show both horizontal and vertical grid lines - 同時顯示水平與垂直格線 - - - Show changelog after extension updates - 擴充功能更新後顯示變更記錄 - - - Show only horizontal grid lines - 僅顯示水平格線 - - - Show only vertical grid lines - 僅顯示垂直格線 - - - Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. - 在編輯器頂部以 CodeLens 建議顯示使用中 SQL 連線詳細資料,以便快速查看。 - - - Sort and Filter Query Results - 對查詢結果進行排序和篩選 - - - Sort and filter options for query results - 對查詢結果的選項進行排序和篩選 - - - Sort and filter your query results to find the data you need quickly. - 對查詢結果進行排序和篩選,以快速找到您需要的資料。 - - - Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) - `.crm.dynamics.com` 的主權雲端對等項目 (包括前置點) - - - Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) - `.database.fabric.microsoft.com` 的主權雲端對等項目 (包括前置點) - - - Sovereign cloud equivalent for `.database.windows.net` (including leading dot) - `.database.windows.net` 的主權雲端對等項目 (包括前置點) - - - Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) - `.datawarehouse.fabric.microsoft.com` 的主權雲端對等項目 (包括前置點) - - - Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) - `.sql.azuresynapse.net` 的主權雲端對等項目 (包括前置點) - - - Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` - `https://analysis.windows.net/powerbi/api/` 的主權雲端對等項目 - - - Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` - `https://api.fabric.microsoft.com/v1/` 的主權雲端對等項目 - - - Sovereign cloud equivalent for `https://database.windows.net/` - `https://database.windows.net/` 的主權雲端對等項目 - - - Sovereign cloud equivalent for `https://vault.azure.net/` - `https://vault.azure.net/` 的主權雲端對等項目 - - - Start Query History Capture - 開始查詢記錄擷取 - - - Start SQL Container - 啟動 SQL 容器 - - - Stop SQL Container - 停止 SQL 容器 - - - T-SQL version used to parse and generate formatted scripts. - T-SQL version used to parse and generate formatted scripts. - - - Table Designer - 資料表設計工具 - - - Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. - 暫時儲存停用「已儲存密碼」的連線密碼,直到延伸模組重新啟動。這樣可以防止在同一工作階段中重複使用連線時出現多次密碼提示。 - - - The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. - 當 `mssql.newEditorConnectionBehavior` 設定為 `defaultConnection` 時,要使用的連線設定檔識別碼 (GUID)。您可以在 `settings.json` 的 `mssql.connections` 底下找到連線識別碼。 - - - The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. - 要與 Microsoft 主權雲端驗證提供者搭配使用的主權雲端的其他 MSSQL 特定自訂設定。這項功能必須搭配將 'microsoft-sovereign-cloud.environment' 設定為 'custom' 並提供 'microsoft-sovereign-cloud.customEnvironment' 的值,才能使用此功能搭配 MSSQL。 - - - The color of the connection group. - 連線群組的色彩。 - - - The description of the connection group. - 連線群組的描述。 - - - The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. - 在狀態列中顯示連線資訊的最大字元數。設為 -1 以表示無限制。 - - - The maximum number of recently used connections to store in the connection list. - 儲存在連線清單中最近使用的連線數上限。 - - - The name of the connection group. - 連線群組的名稱。 - - - The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. - 在物件總管中展開節點的逾時秒數。預設值為 45 秒。 - - - The unique identifier for the connection group this connection profile belongs to. - 此連線設定檔所屬的連線群組的唯一識別碼。 - - - The unique identifier for the connection group. - 此連線群組的唯一識別碼。 - - - The unique identifier for the parent connection group. - 此父連線群組的唯一識別碼。 - - - The unique identifier for this connection profile. - 此連線設定檔的唯一識別碼。 - - - This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. - 此設定已棄用。請改用 `mssql.newEditorConnectionBehavior`。擴充功能會在啟動時自動移轉此設定。 - - - This setting will be removed in a future release. - 此設定將會在未來版本中移除。 - - - Toggle Actual Plan - 切換實際計劃 - - - Toggle Query Result Panel Visibility (MSSQL) - 切換查詢結果面板可見度 (MSSQL) - - - Toggle SQLCMD Mode - 切換 SQLCMD 模式 - - - True for the messages pane to be open by default; false for closed - true 表示訊息窗格會依預設開啟;false 表示已關閉 - - - Understand what your query is doing by viewing the query plan. -See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. - 檢視查詢計劃以了解您的查詢正在執行的動作。 -查看預估計劃而不執行查詢,或在執行查詢後透過切換查詢編輯器視窗頂端的按鈕,來檢視實際的查詢計劃。 - - - Use Database - 使用資料庫 - - - Use column headers and data to size columns automatically - 使用欄位標題與資料自動調整欄位大小 - - - Use only column headers to size columns automatically - 僅使用欄位標題自動調整欄位大小 - - - Use only row data to size columns automatically - 僅使用列資料自動調整欄位大小 - - - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. - - - Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. - 使用 VS Code 登入帳號進行 Microsoft Entra ID MFA 驗證以連接 SQL。變更此設定後重新啟動 Visual Studio Code。 - - - View Task Logs - 檢視工作記錄 - - - Visualize a Query Plan - 將查詢計劃視覺化 - - - Visualize and Design Schema... - 視覺化與設計結構描述... - - - When enabled, Copy All in the query result Messages pane includes message timestamps. - 啟用後,查詢結果 [訊息] 窗格中的 [複製全部] 會包含訊息時間戳記。 - - - When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. - 啟用後,會自動將目前連線轉移到新開啟的 SQL 檔案。停用時,您必須針對每個 SQL 檔案明確連接資料庫。 - - - When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. - 啟用後,系統會將連線狀態列項目以連線群組的顏色進行著色。預設會停用此設定。 這會直接使用連線群組資料夾的顏色,且不會進行調整,以確保與目前的 VS Code 主題具有足夠的對比度。使用者應選擇適合其主題的連線群組顏色。 - - - When enabled, connection groups will be collapsed instead of expanded at startup. - 啟用時,連線群組會於啟動時摺疊而非展開。 - - - When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. - 啟用時,儲存的查詢結果匯出會在匯出後開啟。Excel 匯出可使用系統檔案處理常式開啟; 文字匯出可在 VS Code 中開啟。 - - - When enabled, the database objects in Object Explorer will be categorized by schema. - 啟用時,物件總管中的資料庫物件會依架構分類。 - - - Windows Authentication - Windows 驗證 - - - Write a SQL query, and run it against your database. -You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. - 撰寫 SQL 查詢,並根據您的資料庫執行。 -您也可以按一下「在新索引標籤中開啟」按鈕,以在其自己的索引標籤中檢視查詢結果,並選擇性地將其設定為預設行為。 - - - Your first steps for connecting to and developing with a SQL database - 您使用 SQL 資料庫進行連線及開發的第一步 - - - [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. - [選用] 用於在物件總管側邊欄中排序此連線群組的非負數。具有 'order' 值的群組會先顯示,從最低到最高;其餘群組則依字母順序排列。 - - - [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. - [選用] 用於在物件總管側邊欄中排序此連線的非負數。具有 'order' 值的連線會先顯示,從最低到最高;其餘連線則依字母順序排列。 - - - [Optional] Character used for enclosing text fields when saving results as CSV - [選用] 將結果另存為 CSV 時封閉文字欄位的字元 - - - [Optional] Character(s) used for separating rows when saving results as CSV - [選用] 將結果另存為 CSV 時分隔資料行的字元 - - - [Optional] Configuration options for copying multi-line results from the Results View - [選用] 從結果檢視內複製多行結果的組態選項 - - - [Optional] Configuration options for copying results from the Results View - [選用] 從結果檢視內複製結果的組態選項 - - - [Optional] Configuration options for which column new result panes should open in - [選用] 哪一個資料行應該開啟新結果窗格的組態選項 - - - [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. - [選用] 連線至 SQL Server 時宣告其應用程式工作附載類型,例如 ReadWrite 或 ReadOnly。更多詳細資訊請參閱 SQL Server AlwaysOn。 - - - [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) - [選用] 將結果另存為 CSV 時分隔資料項目的分隔符號。從常用的分隔符號中選擇,例如逗號 (,)、定位字元 (\t)、分號 (;) 或直立分隔號 (|) - - - [Optional] Do not show unsupported platform warnings - [選用] 不要顯示不支援的平台警告 - - - [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility - [選用] 將結果另存為 CSV 時使用的檔案編碼。根據您的目標應用程式相容性,從 UTF-8 (建議)、UTF-16、ASCII 或 Latin-1 中進行選擇 - - - [Optional] Indicates the SQL Server language settings. - [選用] 指定 SQL Server 語言設定。 - - - [Optional] Indicates the name of local docker container the connection is on - [選用] 指出連接所使用的的本機 Docker 容器名稱 - - - [Optional] Indicates whether this profile has an empty password explicitly set - [選用] 指示此設定檔是否明確地設定了空密碼 - - - [Optional] Indicates which server type the provider will expose through the DataReader. - [選用] 指定提供者將透過 DataReader 公開的伺服器類型。 - - - [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) - [Optional] 在 VS Code 主控台中記錄偵錯輸出 (說明 -> 切換開發人員工具) - - - [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information - [選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊 - - - [Optional] Should execution time be shown for individual batches - [選用] 是否顯示個別批次的執行時間 - - - [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. - [選用] 指定連線設定檔自訂名稱,以便在 Visual Studio Code 命令選擇區中輕鬆地瀏覽與搜尋。 - - - [Optional] Specify the SQL Server authentication type. - [選用] 指定 SQL Server 驗證類型。 - - - [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. - [選用] 指定要連線的伺服器名稱。如果未指定資料庫,系統會使用預設的使用者資料庫設定,通常為 'master'。 - - - [Optional] Specify the delay between attempts to restore connection. - [選用] 指定嘗試恢復連線的延遲時間。 - - - [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. - [選用] 指定在終止嘗試並產生錯誤之前,要等待命令執行的時間長度 (以秒為單位)。預設值為 30 秒。 - - - [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. - [選用] 指定在終止嘗試連線並產生錯誤之前,要等待伺服器連線的時間長度 (以秒為單位)。預設值為 30 秒。 - - - [Optional] Specify the maximum number of connections allowed in the pool. - [選用] 指定集區中允許的最大連線數。 - - - [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. - [選用] 指定連線移除/刪除前在集區中的最短留存時間 (秒)。 - - - [Optional] Specify the minimum number of connections allowed in the pool. - [選用] 指定集區中允許的最小連線數。 - - - [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). - [選用] 指定 SQL Server 用來記錄的應用程式名稱 (預設: 'vscode-mssql')。 - - - [Optional] Specify the name of the primary file, including the full path name, of an attachable database. - [選用] 指定主要檔案名稱,包含可附加資料庫的完整路徑名稱。 - - - [Optional] Specify the name of the workstation connecting to SQL Server. - [選用] 指定連線至 SQL Server 的工作站名稱。 - - - [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. - [選用] 指定作為容錯轉移夥伴的 SQL Server 執行個體名稱或網路位址。 - - - [Optional] Specify the number of attempts to restore connection. - [選用] 指定嘗試恢復連線的次數。 - - - [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. - [選用] 指定密碼以進行 SQL Server 驗證。如果未指定或已儲存密碼,連線時系統將再次提醒您。 - - - [Optional] Specify the port number to connect to. - [選用] 指定要連線的連接埠號碼。 - - - [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. - [選用] 指定與 SQL Server 通訊的網路封包大小 (位元組)。 - - - [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. - [選用] 指定使用者名稱以進行 SQL Server 驗證。如果未指定使用者名稱,連線時系統將再次提醒您。 - - - [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. - [選用] 連線使用的 ADO.NET 的連線字串。覆寫連線中任何其他的給定選項。 - - - [Optional] Used by SQL Server in replication. - [選用] 供 SQL Server 在複寫機制內使用。 - - - [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. - [選用] 當 [強制] 或 [嚴格] 時,若伺服器已安裝憑證,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密。當設定為 [嚴格] 時,SQL Server 會為所有在用戶端和伺服器之間的資料傳輸使用 TDS 8.0。SQL Server 2022 與更新版本支援 [嚴格]。 - - - [Optional] When set to 'true', multiple result sets can be returned and read from on connection. - [選用] 設定為 'true' 時,可從連線回傳與讀取多個結果集。 - - - [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. - [選用] 設定為 'true' 時,當通訊層使用 SSL 加密時,系統會自動信任 SQL Server SSL 憑證。將 Azure SQL Database 連線設定為 'false'。 - - - [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. - [選項] 設定為 'true' 時,系統會從適當的集區中繪製連線物件;如果需要,也會建立該物件並新增到適當的集區中。注意: 可能會保持無伺服器資料庫處於活躍狀態並防止自動暫停。 - - - [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. - [選項] 設定為 'true' 時,如果是在不同的子網路上設定 Always On 可用性群組,則對作用中的伺服器的偵測和連線速度會更快。 - - - [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. - [選用] 設定為 'true' 時,SQL Server 驗證密碼將儲存在作業系統的安全儲存區,例如 MacOS 的 KeyChain 或 Windows 的安全存放區。 - - - [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. - [選用] 設定為 false 時,若已開啟連線或處於已經連線狀態,則系統不會將密碼等安全敏感資訊包含在連線訊息中回傳。 - - - [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. - [選用] 指定 (和 encrypt=Mandatory 和 trustServerCertificate=false) 時,SQL Server 使用提供的主機名稱來驗證與伺服器憑證的信任。 - - - [Optional] When true, column headers are included when saving results as CSV - [選用] 設定為 true 時,另存結果為 CSV 時會包含資料行標題 - - - [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. - [必要] 指定要連線的伺服器名稱。Azure SQL Database 請使用 'hostname instance' 或 '<server>.database.windows.net'。 - - - auth - 驗證 - - - database - 資料庫 - - - port - 連接埠 - - - server - 伺服器 - - - user - 使用者 - - - + + + + + + is required. + 是必要的。 + + + $(check) Copied messages + $(check) 訊息已複製 + + + $(plug) Connect to MSSQL + $(plug) 連線到 MSSQL + + + 'mssql.newEditorConnectionBehavior' is set to 'defaultConnection', but 'mssql.defaultConnectionId' is not configured. New editors will fall back to transferring the active connection. + 'mssql.newEditorConnectionBehavior' 設定為 'defaultConnection',但未設定 'mssql.defaultConnectionId'。新的編輯器將改為沿用使用中的連線。 + + + '{0}' started. + {0} is the service name + '{0}' 已開始。 + + + > + > + + + >= + >= + + + < + < + + + <> + <> + + + <= + <= + + + <Default> + <Default> + + + <default> + <default> + + + (0 rows affected) + (0 個資料列受影響) + + + (0 rows) + (0 個資料列) + + + (1 row affected) + (1 個資料列受影響) + + + (Command completed successfully) + (命令已順利完成) + + + (current) + (目前) + + + (empty) + (空白) + + + ({0} row(s) affected) + {0} is the number of rows affected + ({0} 個資料列受影響) + + + ({0} row) + {0} is the number of rows (singular) + ({0} 個資料列) + + + ({0} rows affected) + {0} is the number of rows affected + ({0} 個資料列受到影響) + + + ({0} rows) + {0} is the number of rows (plural) + ({0} 個資料列) + + + + Add Azure Account + + 新增 Azure 帳戶 + + + + Add Fabric Account + + 新增 Fabric 帳戶 + + + + Create Connection Group + + 建立連線群組 + + + - + - + + + 0 rows + 0 列 + + + 0 rows returned + 傳回 0 列 + + + 1 + 1 + + + 1 row + 1 個資料列 + + + 1 row returned + 已傳回 1 列 + + + 100K vCore seconds + 100K V 核心秒 + + + 32 GB + 32 GB + + + 32 GB storage + 32 GB backup + 32 GB 儲存體 + 32 GB 備份 + + + 60 min + 60 分鐘 + + + = + = + + + A SQL editor must have focus before executing this command + 在執行此命令之前,SQL 編輯器必須聚焦 + + + A connection is already being established. Please wait for it to complete before running a query. + 連線正在建立中。請等候它完成,然後再執行查詢。 + + + A database with this name already exists on the server + 伺服器上已經存在具有此名稱的資料庫 + + + A firewall rule is required to access this server. + 需要防火牆規則才能存取此伺服器。 + + + A highly integrated, developer-ready transactional database that auto-scales, auto-tunes, and mirrors data to OneLake for analytics across Fabric services + 一個高度整合、開發人員就緒的交易資料庫,可自動調整、自動微調資料,以及將資料鏡像處理至 OneLake,以便進行跨 Fabric 服務分析 + + + A predefined global default value for the column or binding. + 資料行或繫結的預先定義全域預設值。 + + + A query is already running for this editor session. Please cancel this query or wait for its completion. + 此編輯器工作階段已經在執行查詢。請取消這項查詢,或等待查詢完成。 + + + A required .NET runtime could not be found or installed. + 找不到或無法安裝所需的 .NET 執行階段。 + + + API Type + API 類型 + + + Accelerate schema evolution by autogenerating ORM migrations or T-SQL change scripts + 自動產生 ORM 移轉或 T-SQL 變更指令碼,加速結構描述演進 + + + Accept + 接受 + + + Accept All + 全部接受 + + + Accept the SQL Server EULA to deploy a SQL Server Docker container + 接受 SQL Server EULA 以部署 SQL Server Docker 容器 + + + Access denied. Please ensure you have the necessary permissions to use this tool or model. + 存取遭拒。請確保您擁有使用此工具或模型的必要權限。 + + + Access to the XEL file was denied. + 存取 XEL 檔案被拒絕。 + + + Access token expired for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + 具有 URI {0} 的 {1} 權杖已過期 + + + Account + 帳戶 + + + Account not found + 找不到帳戶 + + + Action + 動作 + + + Action Type + 動作類型 + + + Actions + 動作 + + + Active filters: + 使用中的篩選條件: + + + Actual Elapsed CPU Time + 實際經過的 CPU 時間 + + + Actual Elapsed Time + 實際經過時間 + + + Actual Number of Rows For All Executions + 所有執行的實際資料列數目 + + + Add + 新增 + + + Add Account + 新增帳戶 + + + Add Column + 新增資料行 + + + Add Connection + 加入連接 + + + Add Firewall Rule + 新增防火牆規則 + + + Add Firewall Rule to {0} + {0} is the server name + 新增防火牆規則至 {0} + + + Add MCP server to workspace configuration + 將 MCP 伺服器加入工作區設定 + + + Add Row + 新增資料列 + + + Add Server Connection + 新增伺服器連線 + + + Add Table + 新增資料表 + + + Add a Microsoft Entra account... + 新增 Microsoft Entra 帳戶... + + + Add account + 新增帳戶 + + + Add filter + 新增篩選 + + + Add filters to modify the SQL query + 新增篩選條件以修改 SQL 查詢 + + + Add my client IP ({0}) + {0} is the IP address of the client + 加入我的用戶端 IP ({0}) + + + Add my subnet IP range + 加入我的子網路 IP 範圍 + + + Add new column + 新增新資料行 + + + Add new foreign key + 新增新的外部索引鍵 + + + Add tag + 新增標記 + + + Add to VS Code + 新增到 VS Code + + + Add to favorites + 新增至我的最愛 + + + Add to workspace + 新增至工作區 + + + Added + 已加入 + + + Added column '{0}' + {0} is the column name + 已新增資料行 '{0}' + + + Added foreign key '{0}' + {0} is the foreign key name + 已新增外部索引鍵 '{0}' + + + Additional parameters + 其他參數 + + + Additional usage beyond the free amount will be charged at serverless rates. + 超出免費數量的額外使用量將以無伺服器費率計費。 + + + Admin Password + 系統管理員密碼 + + + Admin Username + 系統管理員使用者名稱 + + + Advanced + 進階 + + + Advanced Backup Options + 進階備份選項 + + + Advanced Connection Settings + 進階連線設定 + + + Advanced Entity Configuration + 進階實體設定 + + + Advanced Options + 進階選項 + + + Advanced Publish Options + 進階發佈選項 + + + Advanced restore options + 進階還原選項 + + + After + 之後 + + + All + 全部 + + + All Files (*.*) + 所有檔案 (*.*) + + + All Schemas + 所有結構描述 + + + All files + 所有檔案 + + + All permissions for extensions to access your connections have been cleared. + 已經清除所有延伸模組存取您連線的權限。 + + + All selected + 已全部選取 + + + All severities + 所有嚴重性 + + + Allow Null + 允許 Null + + + Allow Nulls + 允許 Null 值 + + + Allow null + 允許 null + + + Allow this extension to access your connections + 允許此延伸模組存取您的連線 + + + Allows MCP clients to use generic create, read, update, and delete tools for this table. + 允許 MCP 用戶端針對此資料表使用一般建立、讀取、更新和刪除工具。 + + + Alphabetical + 字母順序 + + + Already used by {0} + {0} is the name of the command that already uses this shortcut + 已經由 {0} 使用 + + + Alter + 改變 + + + Always Encrypted + Always Encrypted + + + Always show in new tab + 一律在新索引標籤中顯示 + + + Ambiguous connection reference. Please provide only one of connectionId or connectionName. + 不明確的連線參考。請只提供一個 connectionId 或 connectionName。 + + + An active connection is required for GitHub Copilot to understand your database schema and proceed. +Select "{0}" to establish a connection. + {0} is the button text (e.g., 'Connect' or 'Open SQL editor and connect') + GitHub Copilot 需要使用中連線,才能理您的資料庫結構描述並繼續。 +選取 [{0}] 以建立連線。 + + + An error occurred refreshing nodes. See the MSSQL output channel for more details. + 重新整理節點時發生錯誤。如需詳細資料,請參閱 MSSQL 輸出通道。 + + + An error occurred while copying results: {0} + {0} is the error message + 複製結果時發生錯誤: {0} + + + An error occurred while loading data. + 載入資料時發生錯誤。 + + + An error occurred while processing your request. + 處理您的要求時發生錯誤。 + + + An error occurred while removing Microsoft Entra account: {0} + {0} is the error message + 移除 Microsoft Entra 帳戶時發生錯誤: {0} + + + An error occurred while retrieving rows: {0} + {0} is the error message + 擷取資料列時發生錯誤: {0} + + + An error occurred: {0} + {0} is the error message + 發生錯誤: {0} + + + An unexpected error occurred + 發生未預期的錯誤 + + + An unexpected error occurred with the language model. Please try again. + 語言模型發生未預期的錯誤。請再試一次。 + + + An unknown error occurred. Please try again. + 發生未知的錯誤。請再試一次。 + + + Analytics-ready by default + 預設為分析就緒 + + + Analyze static code with customizable rulesets in SQL Database Projects. + 使用 SQL Database 專案中可自訂的規則集分析靜態程式碼。 + + + And + + + + Anonymous + 匿名 + + + Append to the existing backup set + 附加至現有的備份組 + + + Application (Client) ID + 應用程式 (用戶端) 識別碼 + + + Application (Client) ID is required. + 需要應用程式 (用戶端) 識別碼。 + + + Application Intent + 應用程式意圖 + + + Application Name + 應用程式名稱 + + + Application Version + 應用程式版本 + + + Application version must be in format n.n.n or n.n.n.n where n is a number (e.g., 1.0.0.0) + 應用程式版本格式必須為 n.n.n 或 n.n.n.n,且 n 為數字 (例如 1.0.0.0) + + + Application version must be in format n.n.n.n where n is a number (e.g., 1.0.0.0) + 應用程式版本格式必須為 n.n.n.n,且 n 為數字 (例如 1.0.0.0) + + + Apply + 套用 + + + Apply Changes + 套用變更 + + + Apply changes to target + 將變更套用至目標 + + + Apply contextual suggestions for SQL syntax, relationships, and constraints + 為 SQL 語法、關聯性和條件約束套用關聯式建議 + + + Apply failed. Fix the error and retry, or run Schema Compare again. + 套用失敗。請修正錯誤後再試一次,或再次執行 [結構描述比較]。 + + + Applying changes, this might take a while... + 正在套用變更,這可能需要一段時間... + + + Approve + 核准 + + + Are you sure you want to cancel this background task? + 您確定要取消這個背景工作嗎? + + + Are you sure you want to close the current session? All captured events will be lost. You can export events to CSV from the toolbar before closing. + 您確定要關閉目前的工作階段嗎?所有已擷取的活動將會遺失。您可以在關閉前,從工具列將活動匯出為 CSV 檔案。 + + + Are you sure you want to delete the container {0}? This will remove both the container and its connection from VS Code. + {0} is the container name + 確定要刪除容器 {0} 嗎?這將從 VS Code 中移除該容器及其連線。 + + + Are you sure you want to delete the selected items? + 您確定要刪除選取的項目嗎? + + + Are you sure you want to delete {0}? + {0} is the group name + 您確定要刪除 {0} 嗎? + + + Are you sure you want to delete {0}? You can delete its connections as well, or move them to the root folder. + {0} is the group name + 確定要刪除 {0} 嗎? 您也可以刪除其連線,或將它們移動到根資料夾。 + + + Are you sure you want to disconnect? + 確定要中斷連線嗎? + + + Are you sure you want to remove {0}? + {0} is the node label + 您確定要移除 {0} 嗎? + + + Are you sure you want to undo all copilot changes? This will revert all tracked changes to their original state. + 您確定要復原所有 Copilot 變更嗎?這會將所有追蹤變更還原為原始狀態。 + + + Are you sure you want to update the target? + 確定要更新目標嗎? + + + Are you sure you want to {0}? + {0} is the action being confirmed + 確定要 {0} 嗎? + + + Are you sure? + 確定嗎? + + + Ask GitHub Copilot to Fix + 要求 GitHub Copilot 修正 + + + Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram. + 在聊天中提問或提出結構描述變更建議,GitHub Copilot 會立即在圖表中更新結構描述。 + + + At least one API type must be selected. + 至少必須選取一個 API 類型。 + + + Auth type + 驗證類型 + + + Authenticate using a Microsoft Entra service principal. Enter the Application (client) ID as the user name and the client secret as the password. Click the info icon to learn more. + 使用 Microsoft Entra 服務主體驗證。請輸入應用程式 (用戶端) 識別碼作為使用者名稱,並輸入用戶端密碼作為密碼。若要深入了解,請按一下圖示。 + + + Authenticated + 已驗證 + + + Authentication + 驗證 + + + Authentication Library has changed, please reload Visual Studio Code. + 驗證程式庫已變更,請重新載入 Visual Studio Code。 + + + Authentication Type + 驗證類型 + + + Authentication error for account '{0}' (tenant '{1}'). Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + {0} is the account display name +{1} is the tenant id + 帳戶 '{0}' (租用戶 '{1}') 的驗證錯誤。解決此問題需要清除權杖快取,這會讓您登出所有已連線的帳戶。 + + + Authentication error for account. Resolving this requires clearing your token cache, which will sign you out of all connected accounts. + 帳戶的驗證錯誤。解決此問題需要清除權杖快取,這會讓您登出所有已連線的帳戶。 + + + Authentication failed due to a nonce mismatch, please close Azure Data Studio and try again. + 因為 nonce 不相符,導致驗證失敗,請關閉 Azure Data Studio,然後再試一次。 + + + Authentication failed due to a state mismatch, please close ADS and try again. + 因為狀態不相符,導致驗證失敗,請關閉 ADS,然後再試一次。 + + + Authentication not supported + 不支援驗證 + + + Auto Arrange + 自動排列 + + + Auto Arrange Confirmation + 自動排列確認 + + + Auto Arrange will automatically reposition all diagram elements based on optimal layout algorithms. Any custom positioning you've created will be lost. Do you want to proceed with auto-arranging your schema diagram? + [自動排列] 將根據最佳版面配置演算法,自動重新排列所有圖表元素。您所建立的任何自訂位置將會遺失。您要繼續自動排列您的結構描述圖表嗎? + + + Auto-pause + 自動暫停 + + + Auto-pause the database until next month + 自動暫停資料庫,直到下個月 + + + Auto-scroll + 自動捲動 + + + Auto-scroll disabled + 已停用自動捲動 + + + Auto-scroll enabled + 已啟用自動捲動 + + + Automatic tuning features like automatic index creation enabled by default. + 預設已啟用自動微調功能 (例如自動建立索引)。 + + + Automatically selects an available Microsoft Entra ID identity from providers installed on your system. Click the info icon to learn more. + 自動從系統中安裝的提供者選取可用的 Microsoft Entra ID 身分識別。若要深入了解,請按一下圖示。 + + + Available Servers + 可用的伺服器 + + + Average: {0} + {0} is the average + 平均值: {0} + + + Average: {0} Count: {1} Sum: {2} + {0} is the average, {1} is the count, {2} is the sum + 平均: {0} 計數: {1} 總和: {2} + + + Avg + 平均值 + + + Azure (China) + Azure (中國) + + + Azure (Public) + Azure (公用) + + + Azure (US Government) + Azure (美國政府) + + + Azure Account + Azure 帳戶 + + + Azure Account is required + 需要 Azure 帳戶 + + + Azure Code Grant + Azure 代碼授與 + + + Azure Data Studio Migration + Azure Data Studio 移轉 + + + Azure Data Studio Migration Toolkit - Now Including Keymap! + Azure Data Studio 移轉工具組 - 現在包含鍵盤快速鍵! + + + Azure Data Studio settings file + Azure Data Studio 設定檔案 + + + Azure Databases + Azure 資料庫 + + + Azure Device Code + Azure 裝置代碼 + + + Azure MFA + Azure MFA + + + Azure SQL Database is not supported for backup. + 不支援備份 Azure SQL 資料庫。 + + + Azure SQL Database is not supported for restore. + 不支援還原 Azure SQL 資料庫。 + + + Azure SQL Managed Instance + Azure SQL 受控執行個體 + + + Azure SQL Server + Azure SQL Server + + + Azure SQL databases provisioning + Azure SQL 資料庫佈建 + + + Azure Subscriptions + Azure 訂用帳戶 + + + Azure Synapse Analytics + Azure Synapse Analytics + + + Azure account '{0}' was not found. Sign in with the correct account or select a different one. + {0} is the display name or ID of the Azure account that was not found + 找不到 Azure 帳戶 '{0}'。請使用正確的帳戶登入,或選取其他帳戶。 + + + Azure sign in failed. + Azure 登入失敗。 + + + Azure subscription not found in cache. + 在快取中找不到 Azure 訂用帳戶。 + + + Azure: Sign In + Azure: 登入 + + + Azure: Sign In to Azure Cloud + Azure: 登入 Azure 雲端 + + + Azure: Sign In with Device Code + Azure: 使用裝置程式碼登入 + + + BACPAC exported successfully + 已成功匯出 BACPAC + + + BACPAC exported successfully to '{0}' + {0} is the file path + 已成功將 BACPAC 匯出至 '{0}' + + + BACPAC imported successfully + 已成功匯入 BACPAC + + + BACPAC imported successfully to database '{0}' + {0} is the database name + BACPAC 已成功匯入至資料庫 '{0}' + + + Back + 返回 + + + Back to Schema + 返回結構描述 + + + Back to preview + 返回預覽 + + + Backup + 備份 + + + Backup Database - {0} + {0} is the database name + 備份資料庫 - {0} + + + Backup File + 備份檔案 + + + Backup Files + 備份檔案 + + + Backup Files (*.bak, *.log, *.trn) + 備份檔案 (*.bak、*.log、*.trn) + + + Backup Location + 備份位置 + + + Backup Name + 備份名稱 + + + Backup Storage Redundancy + 備份儲存體備援 + + + Backup Type + 備份類型 + + + Backup sets to restore + 要還原的備份組 + + + Backup the tail of the log + 備份最後的記錄 + + + Backup to a new media set + 備份到新媒體集 + + + Batch execution time: {0} + {0} is the batch time + 批次執行時間: {0} + + + Before + 之前 + + + Behavior when free offer limit is reached + 達到免費供應項目限制時的行為 + + + Between + 介於 + + + Blanks + 空白 + + + Blob + Blob + + + Blob Container + Blob 容器 + + + Blob Container is required + 需要 Blob 容器 + + + Blob does not contain a valid database backup + Blob 未包含有效的資料庫備份 + + + Blob is required + 需要 Blob + + + Block this extension from accessing your connections + 禁止此延伸模組存取您的連線 + + + Both + 兩者皆可 + + + Brightness + 亮度 + + + Bring your saved connections, groups, and configuration from Azure Data Studio into the MSSQL extension and discover familiar experiences. + 將您從 Azure Data Studio 儲存的連線、群組和設定帶入 MSSQL 延伸模組,並探索熟悉的體驗。 + + + Browse + 瀏覽 + + + Browse Azure + 瀏覽 Azure + + + Browse Azure SQL Database tutorials and docs + 瀏覽 Azure SQL Database 教學課程和文件 + + + Browse Fabric + 瀏覽 Fabric + + + Browse Fabric workspaces and provision SQL databases in Fabric without leaving VS Code. + 瀏覽 Fabric 工作區,以及在 Fabric 中佈建 SQL 資料庫,而不需要離開 VS Code。 + + + Browse files + 瀏覽檔案 + + + Browse forvpath + 瀏覽路徑 + + + Browse to Azure Data Studio settings.json + 瀏覽至 Azure Data Studio settings.json + + + Browse... + 瀏覽... + + + Build APIs with GitHub Copilot + 使用 GitHub Copilot 組建 API + + + Build Data API + 建立資料 API + + + Build failed with exit code {0} + 建置失敗,結束代碼為 {0}。 + + + Build {0} + 建置 {0} + + + Building {0}... + 正在建置 {0}... + + + Built-in encryption, firewall rules, and Microsoft Entra ID integration to protect your data. + 內建加密、防火牆規則和 Microsoft Entra ID 整合,用來保護您的資料。 + + + Bulk Actions + 大量動作 + + + Bulk-logged + 大量記錄 + + + CSV + CSV + + + CSV/TXT Files (*.csv;*.txt) + CSV/TXT 檔案 (*.csv;*.txt) + + + Calling tool: {0} with {1}. + {0} is the tool function name +{1} is the SQL tool parameters + 呼叫工具: {0},參數為 {1}。 + + + Cancel + 取消 + + + Cancel Query + 取消查詢 + + + Cancel Task + 取消工作 + + + Cancel failed: {0} + {0} is the error message + 取消失敗: {0} + + + Cancel schema compare failed: '{0}' + {0} is the error message returned from the cancel operation + 取消結構描述比較失敗: '{0}' + + + Cancel the query execution in progress + 取消目前進行中的查詢執行 + + + Canceled + 已取消 + + + Canceling + 正在取消 + + + Canceling query + 取消查詢 + + + Canceling the query failed: {0} + {0} is the error message + 取消查詢失敗︰{0} + + + Cannot access the Docker socket. Your user may not be in the 'docker' group, or VS Code was started before group membership took effect. Run 'sudo usermod -aG docker $USER' and then log out and back in (or reboot) before relaunching VS Code. + 無法存取 Docker 通訊端。您的使用者可能不在 'docker' 群組中,或 VS Code 是在群組成員資格生效前啟動。請執行 'sudo usermod -aG docker $USER',然後登出再登入 (或重新啟動),再重新啟動 VS Code。 + + + Cannot cancel query as no query is running. + 在未執行查詢的情況下,無法取消查詢。 + + + Cannot change session while active + 啟動時無法變更工作階段 + + + Cannot connect due to expired tokens. Please re-authenticate and try again. + 無法連線,因為權杖已過期。請重新驗證,然後再試一次。 + + + Cannot create foreign key + 無法建立外部索引鍵 + + + Cannot delete column because it is part of foreign key relationships. + 無法刪除欄位,因為它是外部索引鍵關聯性的一部分。 + + + Cannot delete column because it is referenced by a foreign key. + 無法刪除欄位,因為外部索引鍵參考了該欄位。 + + + Cannot delete column because it is used by a foreign key. + 無法刪除欄位,因為外部索引鍵使用了該欄位。 + + + Cannot exclude {0}. Included dependents exist + {0} is the name of the entry + 無法排除 {0}。包含的相依性已存在 + + + Cannot exclude {0}. Included dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing exclusion. + 無法排除 {0}。包含的相依性已存在,例如 {1} + + + Cannot generate script without a restore plan + 沒有還原計劃,無法產生指令碼 + + + Cannot include {0}. Excluded dependents exist + {0} is the name of the entry + 無法包含 {0}。排除的相依性已存在 + + + Cannot include {0}. Excluded dependents exist, such as {1} + {0} is the name of the entry +{1} is the name of the blocking dependency preventing inclusion. + 不無法包含 {0}。排除的相依性已存在,例如 {1} + + + Cannot revert: The column is part of a foreign key that references a deleted table + 無法還原: 該資料行屬於參考已刪除資料表的外部索引鍵 + + + Cannot revert: The referenced table or column has been deleted + 無法還原: 所參考的資料表或資料行已遭刪除 + + + Cascade + 重疊顯示 + + + Category + 類別 + + + Change + 變更 + + + Change Connection + 變更連線 + + + Change Database + 變更資料庫 + + + Change Password + 變更密碼 + + + Change Setting + 變更設定 + + + Change column width + 變更資料行寬度 + + + Change database to '{2}' for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID +{2} is the database name + 將資料庫變更為連線 '{0}' (識別碼: {1}) 的 '{2}'? + + + Change the connection for the active SQL document + 變更使用中 SQL 文件的連線 + + + Change the database for the active SQL document + 變更使用中 SQL 文件的資料庫 + + + Change {0} of {1} + {0} is the current change number +{1} is the total number of changes + 變更 {0}/{1} + + + Changed Tables + 變更的資料表 + + + Changed database context to "{0}" for document "{1}" + {0} is the database name +{1} is the document name + 已針對文件 "{0}" 將資料庫內容變更為 "{1}" + + + Changed database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + 已將文件 "{0}" 上伺服器 "{1}" 的資料庫內容變更為 "{2}"。 + + + Changes + 變更 + + + Changes ({0}) + {0} is the number of schema changes + 變更 ({0}) + + + Changes applied successfully. Run Schema Compare again to see updated differences. + 變更已成功套用。請再次執行 [結構描述比較],以查看更新後的差異。 + + + Changes published successfully + 變更已成功發行 + + + Changes saved successfully. + 已成功儲存變更。 + + + Changes view mode + 變更檢視模式 + + + Changing database context to "{0}" on server "{1}" on document "{2}". + {0} is the database name +{1} is the server name +{2} is the document name + 正在將文件 "{0}" 上伺服器 "{1}" 的資料庫內容變更為 "{2}"。 + + + Changing database to '{2}' for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID +{2} is the database name + 正在將資料庫變更為連線 '{0}' (識別碼: {1}) 的 '{2}' + + + Chat + 聊天 + + + Chat command not available in this VS Code version + 聊天命令在此 VS Code 版本中無法使用 + + + Check Constraint + 檢查條件約束 + + + Check Constraints + 檢查條件約束 + + + Checking Docker Engine Configuration + 正在檢查 Docker 引擎設定 + + + Checking Docker engine + 正在檢查 Docker 引擎 + + + Checking Docker installation + 正在檢查 Docker 安裝 + + + Checking Docker prerequisites... + 正在檢查 Docker 必要條件... + + + Checking container readiness + 檢查容器整備程度 + + + Checking if Docker is installed + 正在檢查是否已安裝 Docker + + + Checking if Docker is installed on your machine + 正在檢查您的電腦上是否已安裝 Docker + + + Checking if Docker is running on your machine. If not, we'll start it for you. + 正在檢查 Docker 是否正在您的電腦上執行。如果沒有,我們將為您啟動。 + + + Checking if Docker is started + 正在檢查是否已啟動 Docker + + + Checking if the Docker Engine is configured correctly on your machine. + 正在檢查您電腦上的 Docker 引擎是否正確設定。 + + + Checking pre-requisites + 正在檢查必要條件 + + + Choose An Action + 選擇動作 + + + Choose Existing + 選擇現有項目 + + + Choose Query History + 選擇查詢歷史記錄 + + + Choose SQL Language + 選擇 SQL 語言 + + + Choose a Microsoft Entra account + 選擇 Microsoft Entra 帳戶 + + + Choose a Microsoft Entra tenant + 選擇 Microsoft Entra 租用戶 + + + Choose a connection profile from the list below + 從下列清單中選擇一個連線設定檔 + + + Choose a database + 選擇資料庫 + + + Choose a database from the list below + 請從下列清單選擇資料庫 + + + Choose a hostname for the container + 選擇容器的主機名稱 + + + Choose a name for the SQL Server Docker Container + 選擇 SQL Server Docker 容器的名稱 + + + Choose a port to host the SQL Server Docker Container + 選擇要裝載 SQL Server Docker 容器的連接埠 + + + Choose an option to provision a database + 選擇一個選項來佈建資料庫 + + + Choose color + 選擇色彩 + + + Choose the Right Version + 選擇正確的版本 + + + Choose the behavior for new editors + 選擇新編輯器的行為 + + + Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation. + 選擇此預存程序是否顯示為 GraphQL 變動或查詢。DAB 預設為變動。 + + + Circular reference detected: '{0}' → '{1}' creates a cycle + {0} is source table +{1} is target table + 偵測到循環參考: '{0}' → '{1}' 建立循環 + + + Clear + 清除 + + + Clear All + 全部清除 + + + Clear All Filters + 清除所有篩選條件 + + + Clear Data + 清除資料 + + + Clear Filter + 清除篩選條件 + + + Clear Filters + 清除篩選條件 + + + Clear Quick Query + 清除快速查詢 + + + Clear Recent Connections List + 清除最近的連線清單 + + + Clear Selection + 清除選取項目 + + + Clear Sort + 清除排序 + + + Clear all + 全部清除 + + + Clear all events (keeps session running) + 清除所有事件 (保持工作階段持續執行) + + + Clear all filters + 清除所有篩選條件 + + + Clear all filters and show all events + 清除所有篩選條件並顯示所有活動 + + + Clear all grouping + 清除所有群組 + + + Clear all sorting + 清除所有排序 + + + Clear cache and refresh token + 清除快取和重新整理權杖 + + + Clear filters + 清除篩選 + + + Clear from recent connections list + 從最近的連線清單清除 + + + Clear permissions for all extensions to access your connections + 清除所有延伸模組存取您的連線之權限 + + + Clear quick filter and all column filters + 清除快速篩選及所有欄位篩選條件 + + + Clear this Quick Query + 清除此快速查詢 + + + Clear token cache + 清除權杖快取 + + + Click to cancel loading summary + 按一下以取消載入摘要 + + + Click to change connection + 按一下以變更連線 + + + Click to change database + 按一下以變更資料庫 + + + Click to connect to a database + 按一下以連線至資料庫 + + + Click to load summary + 按一下以載入摘要 + + + Click to sign into an Azure account + 按一下以登入 Azure 帳戶 + + + Client Secret + 用戶端密碼 + + + Client secret is required. + 需要用戶端密碼。 + + + Close + 關閉 + + + Close Designer + 關閉設計工具 + + + Close Find + 關閉尋找 + + + Close Script Pane + 關閉指令碼窗格 + + + Close Without Export + 關閉而不匯出 + + + Close details panel + 關閉詳細資料窗格 + + + Close existing connections to destination database + 關閉目的地資料庫的現有連接 + + + Close properties pane + 關閉屬性窗格 + + + Close the current connection + 關閉目前連線 + + + Cloud + 雲端 + + + Code Analysis + Code Analysis + + + Code Analysis - {0} + {0} is the name of the database project + Code Analysis - {0} + + + Code analysis rules saved successfully + 程式碼分析規則已成功儲存 + + + Collapse + 摺疊 + + + Collapse All + 全部摺疊 + + + Collapse Subscription Explorer + 摺疊訂用帳戶總管 + + + Collapse Workspace Explorer + 摺疊工作區總管 + + + Collapse all groups + 摺疊所有群組 + + + Collapse connection groups + 摺疊連線群組 + + + Collapse connections + 摺疊連線 + + + Collapse settings + 摺疊設定 + + + Collapse {0} + {0} is the category name, e.g. Design + 摺疊 {0} + + + Collation + 定序 + + + Color + 色彩 + + + Column + 資料行 + + + Column '{0}' already exists + {0} is the column name + 資料行 '{0}' 已經存在 + + + Column '{0}' already has a foreign key + {0} is the column name + 資料行 '{0}' 已經有外部索引鍵 + + + Column '{0}' cannot be null because it is a primary key + {0} is the column name + 資料行 '{0}' 不能為空,因為它是主索引鍵 + + + Column '{0}' is an identity column and cannot have a cascading foreign key + {0} is the column name + 欄位 '{0}' 是識別欄位,因此不能設為具備連鎖動作的外部索引鍵 + + + Column '{0}' must be a primary key + {0} is the referenced column + 欄位 '{0}' 必須是主索引鍵 + + + Column '{0}' not found + {0} is the column name + 找不到資料行 '{0}' + + + Column Name + 欄名稱 + + + Column max length cannot be empty + 資料行長度上限不可為空白 + + + Column name cannot be empty + 資料行名稱不可以是空的 + + + Column not found: {0} + {0} is the column reference + 找不到資料行: {0} + + + Column reference resolved to more than one column: {0} + {0} is the column reference + 資料行參考解析成一個以上的資料行: {0} + + + Column resize by content + 依據內容調整資料行大小 + + + Column width must be at least {0} pixels. + {0} is the minimum column width in pixels + 資料行寬度必須至少為 {0} 像素。 + + + Columns + 資料行 + + + Columns in the primary key. + 主鍵中的資料行。 + + + Command Timeout + 命令逾時 + + + Commands + 命令 + + + Compare + 比較 + + + Compare Azure SQL Database service tiers + 比較 Azure SQL Database 服務層級 + + + Compare SQL Server editions + 比較 SQL Server 版本 + + + Comparison Details + 比較詳細資料 + + + Compatibility Level + 相容性層級 + + + Compress backup + 壓縮備份 + + + Compression + 壓縮 + + + Compute + 計算 + + + Compute + Storage + 計算 + 儲存體 + + + Config copied to clipboard + 設定已複製到剪貼簿 + + + Configuration saved. + 已儲存設定。 + + + Configuration sections + 設定區段 + + + Configuration to Import + 設定以匯入 + + + Configure Linux containers + 設定 Linux 容器 + + + Configure Quick Query and Extension shortcuts. + 設定快速查詢與延伸模組快速鍵。 + + + Configure Rosetta in Docker Desktop + 在 Docker Desktop 中設定 Rosetta + + + Configure and customize Azure SQL Databases + 設定和自訂 Azure SQL Database + + + Configure and customize SQL Server containers + 設定及自訂 SQL Server 容器 + + + Configure keyboard shortcuts used by the MSSQL extension. + 設定 MSSQL 延伸模組使用的鍵盤快速鍵。 + + + Configure the full list of Query Editor shortcuts. + 設定查詢編輯器快速鍵的完整清單。 + + + Confirm Password + 確認密碼 + + + Confirm SQL Server admin password + 確認 SQL Server 管理員密碼 + + + Confirm admin password + 確認系統管理員密碼 + + + Confirm new password + 確認新密碼 + + + Confirm to clear recent connections list + 確認清除最近的連線清單 + + + Confirm to remove this profile. + 確認要移除此設定檔。 + + + Conjunction + 結合 + + + Connect + 連線 + + + Connect and manage database connections + 連線及管理資料庫連結 + + + Connect the active SQL document to a database + 將使用中的 SQL 文件連線至資料庫 + + + Connect to Database + 連接到資料庫 + + + Connect to MSSQL + 連線到 MSSQL + + + Connect to SQL Server + 連接到 SQL Server + + + Connect to Server + 連接至伺服器 + + + Connect to a database + 連接至資料庫 + + + Connect to server {0} and database {1}? + {0} is the server name +{1} is the database name + 連接到伺服器 {0} 和資料庫 {1}? + + + Connect to server {0}? + {0} is the server name + 連接至伺服器 {0}? + + + Connect to {0} + {0} is the name of the connection profile + 連線到 {0} + + + Connect using either Microsoft Entra ID or SQL Authentication. + 使用 Microsoft Entra ID 或 SQL 驗證連線。 + + + Connect using profile {0}? + {0} is the profile ID + 要使用設定檔 {0} 連接嗎? + + + Connect with SQL tools and run your first query + 使用 SQL 工具連線,然後執行您的第一個查詢 + + + Connect with the current settings and save the connection profile + 使用目前設定連線並儲存連線設定檔 + + + Connected successfully + 已連線成功 + + + Connected to server "{0}" on document "{1}". Server information: {2} + {0} is the server name +{1} is the document name +{2} is the server info + 已連線到文件 "{0}" 上的伺服器 "{1}"。伺服器資訊: {2} + + + Connected to {0} + {0} is the connection label + 已連線至 {0} + + + Connected to: + 已連接到: + + + Connecting + 正在連線 + + + Connecting to Container + 正在連接到容器 + + + Connecting to Database + 連線至資料庫 + + + Connecting to database + 正在連線至資料庫 + + + Connecting to server "{0}" on document "{1}". + {0} is the server name +{1} is the document name + 正在連線文件 "{0}" 上的伺服器 "{1}"。 + + + Connecting to server {0} + {0} is the server name + 正在連接到伺服器 {0} + + + Connecting to server {0} and database {1} + {0} is the server name +{1} is the database name + 正在連接到伺服器 {0} 和資料庫 {1} + + + Connecting to server... + 正在連線到伺服器... + + + Connecting to your SQL Server Docker container + 正在連結至您的 SQL Server Docker 容器 + + + Connecting to {0}... + {0} is the server name + 正在連線至 {0}... + + + Connecting to {0}... + {0} is the connection display name + 正在連線至 {0}... + + + Connecting to: + 正在連線到: + + + Connecting using profile {0} + {0} is the profile ID + 正在使用設定檔 {0} 連接 + + + Connecting... + 正在連線... + + + Connection + 連線 + + + Connection Authentication + 連線驗證 + + + Connection Details + 連線詳細資料 + + + Connection Dialog + 連線對話方塊 + + + Connection Error + 連線錯誤 + + + Connection Failed + 連線失敗 + + + Connection Group + 連線群組 + + + Connection Import Warning + 連線匯入警告 + + + Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again. + 無法更新連線設定檔。請在 settings.json 中手動修改連線詳細資料,然後再試一次。 + + + Connection String + 連接字串 + + + Connection Timeout + 連線逾時 + + + Connection Timeout (seconds) + 連線逾時 (秒) + + + Connection actions + 連線動作 + + + Connection error + 連線錯誤 + + + Connection error: {0} + {0} is the error message + 連線錯誤: {0} + + + Connection failed + 連線失敗 + + + Connection failed: {0} + {0} is the error message from the connection attempt + 連線失敗: {0} + + + Connection group with the same ID is already imported: {0} (ID: {1}) + {0} is the group name +{1} is the group ID + 具有相同識別碼的連線群組已經匯入: {0} (識別碼: {1}) + + + Connection groups to import + 要匯入的連線群組 + + + Connection is not active. Please establish a connection before performing this action. + 連線未處於使用中。在執行此動作前,請先建立連線。 + + + Connection not found for uri "{0}". + {0} is the uri + 找不到 URI "{0}" 的連線。 + + + Connection profile '{0}' not found. + {0} is the profile ID + 找不到連線設定檔 '{0}'。 + + + Connection profile not found. Please create a new connection using the Connection Dialog. + 找不到連線設定檔。請使用連線對話方塊建立新的連線。 + + + Connection sharing permission denied for extension: '{0}'. Use the permission management commands to change this. + {0} is the extension ID + 已拒絕延伸模組的連線共用權限: '{0}'。請使用權限管理命令進行變更。 + + + Connection sharing permission is required for extension: '{0}' + {0} is the extension ID + 延伸模組需要連線共用權限: '{0}' + + + Connection string copied to clipboard + 已將連接字串複製到剪貼簿 + + + Connection string is required + 需要有連接字串 + + + Connection test succeeded + 連線測試成功 + + + Connection with ID "{0}" not found. Please verify the connection ID exists. + {0} is the connection ID + 找不到識別碼為 "{0}" 的連線。請驗證連線識別碼存是否在。 + + + Connection with the same ID is already imported: {0} (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 具有相同識別碼的連線已經匯入: {0} (識別碼: {1}) + + + Connection: {0} + {0} is the task connection label + 連接: {0} + + + Connections in groups that are not selected will be moved under the root. + 未選取的群組中的連線會被移至根下方。 + + + Connections to import + 要匯入的連線 + + + Consider adding a name for this foreign key + 請考慮為此外部索引建新增名稱 + + + Container Name + 容器名稱 + + + Container Settings + 容器設定 + + + Container does not exist. Would you like to remove the connection? + 容器不存在。要移除連線嗎? + + + Container failed to start within the timeout period. Please wait a few minutes and try again. + 容器未能在逾時期間內啟動。請稍候幾分鐘,然後再試一次。 + + + Container logs + 容器記錄 + + + Container name and port are required to check container readiness. + 檢查容器整備程度需要提供容器名稱與連接埠。 + + + Container name is invalid or already in use + 容器名稱無效或已被使用 + + + Container name is required + 需要容器名稱 + + + Container name, port, and config content are required to start the container. + 啟動容器需要提供容器名稱、連接埠和設定內容。 + + + Containment Type + 內含項目類型 + + + Contains + 包含 + + + Continue + 繼續 + + + Continue Editing + 繼續編輯 + + + Continue on error + 發生錯誤時繼續 + + + Continue using for additional charges + 繼續使用以產生額外費用 + + + Control the results grid display + 控制結果方格顯示 + + + Copied + 已複製 + + + Copied "{0}" to clipboard + {0} is the object name + 已將「{0}」複製到剪貼簿 + + + Copied to clipboard + 已複製到剪貼簿 + + + Copilot Changes + Copilot 變更 + + + Copilot Changes ({0}) + {0} is the number of copilot changes + Copilot 變更 ({0}) + + + Copy + 複製 + + + Copy & Export + 複製及匯出 + + + Copy All + 全部複製 + + + Copy As + 複製為 + + + Copy Column Name + 複製資料行名稱 + + + Copy Headers + 複製標頭 + + + Copy Object Name + 複製物件名稱 + + + Copy Script + 複製指令碼 + + + Copy Script to Clipboard + 將指令碼複製到剪貼簿 + + + Copy all cells including column headers + 複製所有儲存格,包括資料行標題 + + + Copy all query result content + 複製所有查詢結果內容 + + + Copy all text output for this cell (messages, PRINT, errors) + 複製此儲存格的所有文字輸出 (訊息、PRINT、錯誤) + + + Copy all with headers + 全部複製 (包含標頭) + + + Copy as CSV + 複製為 CSV + + + Copy as IN clause + 複製為 IN 子句 + + + Copy as INSERT + 複製為 INSERT + + + Copy as INSERT INTO + 複製為 INSERT INTO + + + Copy as JSON + 複製為 JSON + + + Copy code and open webpage + 複製代碼並開啟網頁 + + + Copy command to clipboard + 將命令複製到剪貼簿 + + + Copy connection string to clipboard + 將連接字串複製到剪貼簿 + + + Copy data and save results to files + 複製資料並將結果儲存至檔案 + + + Copy link + 複製連結 + + + Copy messages + 複製訊息 + + + Copy script + 複製指令碼 + + + Copy selected cells including column headers + 複製所選的儲存格,包括資料行標題 + + + Copy selected cells to the clipboard + 將選取的儲存格複製到剪貼簿 + + + Copy selection + 複製選取項目 + + + Copy selection formatted as INSERT statements + 複製格式化為 INSERT 陳述式的選取範圍 + + + Copy selection formatted as JSON + 複製格式化為 JSON 的選取範圍 + + + Copy selection formatted as a SQL IN clause + 複製格式化為 SQL IN 子句的選取範圍 + + + Copy selection formatted as comma-separated values + 複製格式化為逗號分隔值的選取範圍 + + + Copy text data to clipboard + 將文字資料複製到剪貼簿 + + + Copy with Headers + 隨標題一同複製 + + + Copy with headers + 連標頭一起複製 + + + Copy {0} URL + {0} is the API type name, e.g. REST API or GraphQL + 複製 {0} URL + + + Copy-only Backup + 僅複製備份 + + + Copying results... + 正在複製結果... + + + Cost + 成本 + + + Could not connect to database: {0} + {0} is the database name + 無法連線到資料庫: {0} + + + Could not detect your client IP address. Please add a firewall rule manually in the Azure portal. + 無法偵測您的用戶端 IP 位址。請在 Azure 入口網站中手動新增防火牆規則。 + + + Could not find scripting metadata for {0} '{1}'. + {0} is the node type +{1} is the node label + 找不到 {0}「{1}」的指令碼中繼資料。 + + + Could not load restore plan + 無法載入還原計劃 + + + Count + 計數 + + + Count: {0} + {0} is the count + 計數: {0} + + + Count: {0} Distinct Count: {1} Null Count: {2} + {0} is the count, {1} is the distinct count, and {2} is the null count + 計數: {0} 相異計數: {1} Null 計數: {2} + + + Create + 建立 + + + Create Connection Group + 建立連線群組 + + + Create Connection Profile + 建立連線設定檔 + + + Create Container + 建立容器應用程式 + + + Create Database + 建立資料庫 + + + Create Firewall Rule + 建立防火牆規則 + + + Create Local SQL Container + 建立本機 SQL 容器 + + + Create New + 新建 + + + Create New Connection Group + 建立新連線群組 + + + Create New Resource Group + 建立新的資源群組 + + + Create New Server + 建立新的伺服器 + + + Create REST, GraphQL, and MCP endpoints for your SQL database tables from a visual interface within Visual Studio Code. Configure entities, permissions, and deployment settings — then deploy locally with Docker. + 從 Visual Studio Code 內的視覺介面,為 SQL 資料庫表格建立 REST、GraphQL 和 MCP 端點。設定實體、權限和部署設定,然後使用 Docker 在本機部署。 + + + Create a Local Docker SQL Server + 建立本地 Docker SQL Server + + + Create a SQL Server container in seconds—no manual steps required. Manage it easily from the MSSQL extension without leaving VS Code. + 在幾秒鐘內建立 SQL Server 容器——無需手動步驟。您可以輕鬆地從 MSSQL 延伸模組中管理它,而無需離開 VS Code。 + + + Create a SQL database in Fabric + 在 Fabric 中建立 SQL 資料庫 + + + Create a new connection profile + 建立新的連線設定檔 + + + Create a new database on '{0}'. + {0} is the name of the server + 在 '{0}' 上建立新資料庫。 + + + Create a new firewall rule + 建立新的防火牆規則 + + + Create a new profiling session + 建立新的分析工作階段 + + + Create an Azure SQL Database (Preview) + 建立 Azure SQL Database (預覽) + + + Create and manage keyboard shortcuts for frequently used queries, as well as query editor and results grid actions, to discover available commands and execute them more efficiently. + 建立及管理常用查詢的鍵盤快速鍵,以及查詢編輯器和結果方格的動作,以探索可用的命令並更有效率地執行它們。 + + + Create as Script + 建立為指令碼 + + + Create new + 新建 + + + Create new connection copied from {0} + {0} is the name of the connection profile + 建立從 {0} 複製的新連線 + + + Create new firewall rule for {0} + {0} is the server name that the firewall rule will be created for + 建立 {0} 的新防火牆規則 + + + Created table {0} + {0} is the qualified table name + 已建立資料表 {0} + + + Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled. + 為此預存程序建立專用的 MCP 工具。停用時,如果已啟用 MCP,程序仍可透過一般 MCP 執行工具使用。 + + + Creating Container + 正在建立容器 + + + Creating SQL Database for workspace {0} + {0} is the workspace ID + 為工作區 {0} 建立 SQL 資料庫 + + + Creating SQL Server container... + 正在建立 SQL Server 容器... + + + Creating and starting the container + 正在建立並啟動容器 + + + Creating and starting your SQL Server container + 正在建立並啟動您的 SQL Server 容器 + + + Creating database + 正在建立資料庫 + + + Creating resource group... + 正在建立資源群組... + + + Creating server... + 正在建立伺服器... + + + Creating session... + 正在建立工作階段... + + + Creating workspace with capacity {0} + {0} is the capacity ID + 建立具有容量 {0} 的工作區 + + + Creating... + 正在建立... + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. + 認證錯誤: 嘗試重新整理帳戶憑證時發生錯誤。請重新驗證。 + + + Credential Error: An error occurred while attempting to refresh account credentials. Please re-authenticate. Error: {0} + {0} is the error message + 認證錯誤: 嘗試重新整理帳戶憑證時發生錯誤。請重新驗證。錯誤: {0} + + + Current Schema: {0}, Select the new schema: + 目前結構描述: {0},選取新的結構描述: + + + Currently signed in as: + 目前登入身分: + + + Custom GraphQL Plural Type + 自訂 GraphQL 複數類型 + + + Custom GraphQL Singular Type + 自訂 GraphQL 單數類型 + + + Custom GraphQL Type + 自訂 GraphQL 類型 + + + Custom REST Path + 自訂 REST 路徑 + + + Custom Zoom + 自訂縮放 + + + Customize keyboard shortcuts + 自訂鍵盤快速鍵 + + + DAB container failed to become ready within the timeout period. + DAB 容器未能在逾時期限內完成準備。 + + + DAB container is running! + DAB 容器正在執行! + + + DAB container logs + DAB 容器記錄 + + + DACPAC deployed successfully + 已成功部署 DACPAC + + + DACPAC deployed successfully to database '{0}' + {0} is the database name + DACPAC 已成功部署至資料庫 '{0}' + + + DACPAC extracted successfully + 已成功擷取 DACPAC + + + DACPAC extracted successfully to '{0}' + {0} is the file path + 已成功將 DACPAC 擷取至 '{0}' + + + DACPAC path not found. Please build the project first. + 找不到 DACPAC 路徑。請先建置專案。 + + + DacFx service is not available. Profile loaded without deployment options. Publish and generate script operations cannot be performed. + DacFx 服務無法使用。設定檔已載入但未包含部署選項。無法執行發佈及產生指令碼作業。 + + + DacFx service is not available. Publish and generate script operations cannot be performed. + DacFx 服務無法使用。無法執行發佈及產生指令碼作業。 + + + Data API builder + 資料 API 建立器 + + + Data API builder Configuration + 資料 API 建立器設定 + + + Data API builder opened. Continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_dab' and must not be translated +{1} is the operation name 'get_state' and must not be translated +{2} is the operation name 'apply_changes' and must not be translated + 資料 API 建立器已開啟。繼續進行 {0} 作業 ({1}/{2})。 + + + Data API builder with GitHub Copilot + 使用 GitHub Copilot 的資料 API 建立器 + + + Data Source + 資料來源 + + + Data Type + 資料類型 + + + Data automatically replicated to OneLake in real time with a SQL analytics endpoint. + 資料已使用 SQL 分析端點即時自動複寫到 OneLake。 + + + Data file folder + 資料檔案資料夾 + + + Data type + 資料類型 + + + Data type mismatch: '{0}' in column '{1}' incompatible with '{2}' in '{3}' + {0} is source data type +{1} is source column +{2} is target data type +{3} is target column + 資料類型不符: 資料行 '{1}' 中的 '{0}' 與 '{3}' 中的 '{2}' 不相容 + + + Data-Tier Application (DACPAC / BACPAC) Import & Export + 資料層應用程式 (DACPAC / BACPAC) 匯入和匯出 + + + Data-tier Application + 資料層應用程式 + + + Data-tier Application File (.dacpac) + 資料層應用程式檔案 (.dacpac) + + + Database + 資料庫 + + + Database - {0} + {0} is the database name + 資料庫 - {0} + + + Database Description + 資料庫描述 + + + Database Details + 資料庫詳細資料 + + + Database Name + 資料庫名稱 + + + Database Name is required + 需要資料庫名稱 + + + Database Project + 資料庫專案 + + + Database changed successfully + 已成功變更資料庫 + + + Database is required + 需要資料庫 + + + Database list + 資料庫清單 + + + Database name + 資料庫名稱 + + + Database name contains invalid characters. Avoid using: < > * ? " / \ | + 資料庫名稱包含無效的字元。請避免使用: < > * ? " / \ | + + + Database name is required + 需要資料庫名稱 + + + Database name is too long. Maximum length is 128 characters + 檔案名稱過長。長度上限為 128 個字元 + + + Database name must be 128 characters or fewer + 資料庫名稱必須少於 128 個字元 + + + Database not found on the server + 在伺服器上找不到資料庫 + + + Database pauses until the next billing cycle when free amount is renewed. + 資料庫會暫停,直到續訂免費數量時的下一個計費週期。 + + + Database the table is created in + 資料表建立所在的資料庫 + + + Default + 預設 + + + Default Value + 預設值 + + + Define who can access this endpoint + 定義可存取此端點的人員 + + + Define who can execute this stored procedure + 定義哪些使用者可以執行此預存程序 + + + Definition + 定義 + + + Definition type + 定義類型 + + + DefinitionRequestCompleted + DefinitionRequestCompleted + + + DefinitionRequested + DefinitionRequested + + + Delete + 刪除 + + + Delete 1 row + 刪除 1 個資料列 + + + Delete Confirmation + 刪除確認 + + + Delete Contents + 刪除內容 + + + Delete Row + 刪除資料列 + + + Delete backup and restore history + 刪除備份與還原歷程記錄 + + + Delete saved connection + 刪除已儲存的連線 + + + Delete {0} rows + 刪除 {0} 個資料列 + + + Deleted + 已刪除 + + + Deleted column '{0}' + {0} is the column name + 已刪除資料行 '{0}' + + + Deleted foreign key '{0}' + {0} is the foreign key name + 已刪除外部索引鍵 '{0}' + + + Deleted table {0} + {0} is the qualified table name + 已刪除表格 {0} + + + Deleting Container... + 正在刪除容器... + + + Deny + 拒絕 + + + Deploy + 部署 + + + Deploy DAB Container + 部署 DAB 容器 + + + Deploy a .dacpac file to a new or existing SQL database + 將 .dacpac 檔案部署到新的或現有的 SQL 資料庫 + + + Deploy and extract .dacpac files or import/export .bacpac packages using an integrated, streamlined workflow in the MSSQL extension. + 在 MSSQL 延伸模組中,透過整合且簡化的工作流程部署與解壓縮 .dacpac 檔案,或匯入/匯出 .bacpac 套件。 + + + Deploy to Existing Database + 部署至現有的資料庫 + + + Deploy, extract, import, or export data-tier applications on the selected database + 在選取的資料庫上部署、擷取、匯入或匯出資料層應用程式 + + + Deploying DACPAC... + 正在部署 DACPAC... + + + Deployment Complete + 部署完成 + + + Deployment Failed + 部署失敗 + + + Deployment Name + 部署名稱 + + + Deployment failed + 部署失敗 + + + Deployment finished + 部署已完成 + + + Deployment in progress + 部署進行中 + + + Description + 描述 + + + Description for the table. + 資料表的描述。 + + + Description: {0} + {0} is the task description + 描述: {0} + + + Deselect All + 取消全選 + + + Design API + 設計 API + + + Design Schemas with GitHub Copilot + 使用 GitHub Copilot 設計結構描述 + + + Details + 詳細資料 + + + Details panel actions + 詳細資料面板動作 + + + Details panel tabs + 詳細資料面板索引標籤 + + + Details tab - displays all event properties + 詳細資料索引標籤 - 顯示所有活動屬性 + + + Developer-friendly transactional database using the Azure SQL Database Engine — at no cost for prototyping and learning. + 使用 Azure SQL Database 引擎的開發人員友善交易式資料庫 - 可免費用於原型設計和學習。 + + + Developer-friendly transactional database using the Azure SQL Database Engine. + 使用 Azure SQL 資料庫引擎的開發人員友善交易資料庫。 + + + Differential + 差異 + + + Directory not found + 找不到目錄 + + + Disable all entities + 停用所有實體 + + + Disable intellisense and syntax error checking on current document + 關閉對目前文件的 intellisense 與語法錯誤檢查 + + + Disabled + 已停用 + + + Disabled globally + 全域停用 + + + Discard + 捨棄 + + + Disconnect + 中斷連線 + + + Disconnect from connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 中斷與連線 '{0}' (識別碼: {1}) 的連線? + + + Disconnect the active SQL document from the database + 將使用中的 SQL 文件與資料庫中斷連線 + + + Disconnected on document "{0}" + {0} is the document name + 已中斷文件 "{0}" 的連線 + + + Disconnected successfully + 已中斷連線成功 + + + Disconnected. + 已中斷連線。 + + + Disconnecting from connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在中斷與連線 '{0}' (識別碼: {1}) 的連線 + + + Discover how SQL Database in Fabric, Azure SQL, and SQL Server are redefining modern app development. Join engineers and peers pushing the limits of performance, AI integration, and developer productivity. + 探索 Fabric、Azure SQL 和 SQL Server 中的 SQL Database 如何重新定義新式應用程式開發。加入工程師和同儕,一起突破效能、AI 整合和開發人員生產力的限制。 + + + Dismiss + 關閉 + + + Displays the data type name for the column + 顯示資料行的資料類型名稱 + + + Displays the description of the column + 顯示資料行的描述 + + + Displays the unified data type (including length, scale and precision) for the column + 顯示統一資料類型 (包括資料行的長度、比例與精確度) + + + Dissatisfied + 不滿意 + + + Distinct + 相異 + + + Distinct Count: {0} + {0} is the distinct count + 相異計數: {0} + + + Do not compress backup + 不要壓縮備份 + + + Do not connect + 不要連線 + + + Do you mind taking a quick feedback survey about the MSSQL Extension for VS Code? + 您願意針對 VS Code 的 MSSQL 延伸模組提供快速意見反應問卷嗎? + + + Do you want to always display query results in a new tab instead of the query pane? + 你是否要一律在新索引標籤中顯示查詢結果,而不是在查詢窗格中? + + + Do you want to enable 'Trust server certificate' on this connection and retry? + 是否要在此連線上啟用 [信任伺服器憑證] 並重試? + + + Docker Desktop must be installed and running on your machine. + 必須在您的電腦上安裝並執行 Docker Desktop。 + + + Docker failed to start within the timeout period. Please manually start Docker and try again. + Docker 未能在逾時期間內啟動。請手動啟動 Docker,然後再試一次。 + + + Docker is not installed or not in PATH. Please install Docker Desktop and try again. + Docker 未安裝或不在 PATH 中。請安裝 Docker Desktop,然後再試一次。 + + + Docker requires root permissions to run. Please run Docker with sudo or add your user to the docker group using sudo usermod -aG docker $USER. Then, reboot your machine and retry. + Docker 需要根權限才能執行。請使用 sudo 執行 Docker,或使用 sudo usermod -aG docker $USER 將您的使用者新增至 docker 群組。然後,重新啟動您的電腦並重試。 + + + Don't Save + 不要儲存 + + + Don't Show Again + 不要再顯示 + + + Don't show this again + 不要再顯示 + + + Download offline VSIX + 離線下載 VSIX + + + Download the keymap extension to automatically import key mappings from Azure Data Studio. These changes will show in your keyboard shortcut preferences. + 下載按鍵對應延伸模組,以自動匯入 Azure Data Studio 的按鍵對應。這些變更會顯示在您的鍵盤快速鍵喜好設定中。 + + + Downloading the Data API builder container image + 正在下載資料 API 建立器容器映像 + + + Drizzle + Drizzle + + + Drop + 卸除 + + + Drop '{0}' from '{1}'. This action cannot be undone. + {0} is the database name +{1} is the server name + 從 '{1}' 中卸除資料庫 '{0}'。此動作無法復原。 + + + Drop Database + 卸除資料庫 + + + Drop Database Options + 刪除資料庫選項 + + + Drop active connections + 卸除使用中連線 + + + Dropping database + 正在卸除資料庫 + + + EF Core + EF Core + + + Easily set up a local SQL Server without leaving VS Code extension. Just a few clicks to install, configure, and manage your server effortlessly! + 輕鬆設定本機 SQL Server,而不需離開 VS Code 延伸模組。只要按幾下滑鼠就能輕鬆安裝、設定及管理您的伺服器! + + + Easily start with the Azure SQL database free tier to create and connect to a database directly from your editor at no cost. + 輕鬆開始使用 Azure SQL 資料庫免費層,直接從您的編輯器免費建立並連線至資料庫。 + + + Edit Connection Group - {0} + {0} is the connection group name + 編輯連線群組 - {0} + + + Edit Connection Group: {0} + {0} is the name of the connection group being edited + 編輯連線群組: {0} + + + Edit Data + 編輯資料 + + + Edit Database Connection - {0} + {0} is the name of the connection profile + 測試資料庫連線 - {0} + + + Edit Table + 編輯資料表 + + + Edit an existing connection profile + 編輯現有的連線設定檔 + + + Edit connection profile + 編輯連線設定檔 + + + Edit your schema to see changes here. + 請編輯您的結構描述以在此查看變更。 + + + Edit {0} + {0} is the name of the connection profile + 編輯 {0} + + + Either profileId or serverName must be provided. + 必須提供 profileId 或 serverName。 + + + Elapsed time: {0} + {0} is the task elapsed time + 經過時間:{0} + + + Enable 'Trust Server Certificate' + 啟用 [信任伺服器憑證] + + + Enable Code Analysis on Build + 建置時啟用程式碼分析 + + + Enable GraphQL in API Type to expose this entity through GraphQL. + 啟用 API 類型的 GraphQL,以透過 GraphQL 公開此實體。 + + + Enable MCP in API Type to use this DML tools setting. + 啟用 API 類型中的 MCP 以使用此 DML 工具設定。 + + + Enable MCP in API Type to use this custom tool setting. + 啟用 API 類型的 MCP 以使用此自訂工具設定。 + + + Enable REST in API Type to expose this entity through REST. + 啟用 API 類型的 REST,以透過 REST 公開此實體。 + + + Enable Trust Server Certificate + 啟用信任伺服器憑證 + + + Enable all CRUD operations + 啟用所有 CRUD 作業 + + + Enable all entities + 啟用所有實體 + + + Enable all rules in {0} + {0} is the category name, e.g. Design + 啟用 {0} 中的所有規則 + + + Enable or disable SQLCMD mode for the active SQL document + 啟用或停用使用中 SQL 文件的 SQLCMD 模式 + + + Enable {0} + {0} is the entity name + 啟用 {0} + + + Enable {0} + {0} is the rule identifier, e.g. SR0001 + 啟用 {0} + + + Enable {0} globally + {0} is the API type, e.g. REST, GraphQL, or MCP + 全域啟用 {0} + + + Enable {0} in API Type to expose this entity. + {0} is the API type, e.g. REST, GraphQL, or MCP + 啟用 API 類型的 {0} 以公開此實體。 + + + Enabled + 已啟用 + + + Encountering a problem? Share the details with us by opening a GitHub issue so we can improve! + 遇到問題? 開啟 GitHub 問題以與我們分享詳細數據,讓我們能夠改進! + + + Encrypt + 加密 + + + Encryption + 加密 + + + Encryption Algorithm + 加密演算法 + + + Encryption Type + 加密類型 + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog. + 已在此連線上啟用加密、檢閱目標 SQL Server 的 SSL 與憑證設定,或在連線對話方塊中啟用 [信任伺服器憑證]。 + + + Encryption was enabled on this connection; review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true'. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. + 已在此連線上啟用加密; 請檢閱目標 SQL Server 的 SSL 與憑證設定,或將 [信任伺服器憑證] 設定為 'true'。注意: 自我簽署憑證僅提供有限保護,並非實際執行環境的建議做法。 + + + End IP Address + 結束 IP 位址 + + + Ends With + 結束於 + + + Ends with + 結束值 + + + Engine: {0} + {0} is the engine type + 引擎: {0} + + + Ensuring Docker Desktop is running + 正在確保 Docker Desktop 正在執行 + + + Enter Database Description + 輸入資料庫描述 + + + Enter Database Name + 輸入資料庫名稱 + + + Enter a date... + 輸入日期... + + + Enter a name for the new profiler session + 輸入新分析工具工作階段的名稱 + + + Enter a name for the new resource group + 輸入新資源群組的名稱 + + + Enter a name for the new server + 輸入新伺服器的名稱 + + + Enter a number... + 輸入數字... + + + Enter admin password + 輸入系統管理員密碼 + + + Enter admin username + 輸入系統管理員使用者名稱 + + + Enter application name + 輸入應用程式名稱 + + + Enter connection group name + 輸入連線群組名稱 + + + Enter container name + 輸入容器名稱 + + + Enter database name + 輸入資料庫名稱 + + + Enter description (optional) + 輸入描述 (選用) + + + Enter desired column width in pixels + 輸入所需的資料行寬度 (以像素為單位) + + + Enter hostname + 輸入主機名稱 + + + Enter new column width + 輸入新的欄寬 + + + Enter new database name + 輸入新的資料庫名稱 + + + Enter new password + 輸入新密碼 + + + Enter password + 輸入密碼 + + + Enter port + 輸入連接埠 + + + Enter profile name + 新增設定檔名稱 + + + Enter resource group name + 請輸入資源群組名稱 + + + Enter server name + 輸入伺服器名稱 + + + Enter text... + 輸入文字... + + + Enter the SQL Login password for user '{0}'. + {0} is the SQL Login username + 請輸入使用者 '{0}' 的 SQL 登入密碼。 + + + Enter the path for the output file + 請輸入輸出檔案的路徑 + + + Enter user name + 輸入使用者名稱 + + + Enter username + 輸入使用者名稱 + + + Entity '{0}' is not supported by Data API builder. {1} + {0} is the entity name +{1} is why the entity is unsupported + 資料 API 建立器不支援實體 '{0}'。{1} + + + Entity Endpoints + 實體端點 + + + Entity Name + 實體名稱 + + + Entity name used in API routes + API 路由中使用的實體名稱 + + + Entity not found: {0} + {0} is the entity reference + 找不到實體: {0} + + + Entity reference resolved to more than one entity: {0} + {0} is the entity reference + 實體參考解析成一個以上的實體: {0} + + + Entra token cache cleared successfully. + 已成功清除 Entra 權杖快取。 + + + Equal to + 等於 + + + Equals + 等於 + + + Error + 錯誤 + + + Error Message: + 錯誤訊息: + + + Error code: + 錯誤碼: + + + Error connecting to server "{0}". Details: {1} + {0} is the server name +{1} is the error message + 連線到伺服器 "{0}" 時發生錯誤。詳細資料: {1} + + + Error connecting to: + 連線到此處時發生錯誤: + + + Error creating firewall rule {0}. Check your Azure account settings and try again. Error: {1} + {0} is the rule info in format 'name (startIp - endIp)' +{1} is the error message + 建立防火牆規則 {0} 時發生錯誤。 請檢查您的 Azure 帳戶設定,然後再試一次。 錯誤: {1} + + + Error fetching schemas for the selected database. + 擷取所選資料庫結構描述時發生錯誤。 + + + Error fetching the table preview. + 擷取資料表預覽時發生錯誤。 + + + Error generating text view. Please try switching back to grid view. + 產生文字檢視時發生錯誤。請嘗試切換回方格檢視。 + + + Error loading Azure account information for tenant ID '{0}' + {0} is the tenant ID + 載入租使用者標識碼的 Azure 帳戶資訊 '{0}' 時發生錯誤 + + + Error loading Azure databases for subscription {0} ({1}). Confirm that you have permission. + {0} is the subscription name +{1} is the subscription id + 載入訂用帳戶 {0} ({1}) 的 Azure 資料庫時發生錯誤。確認您擁有權限。 + + + Error loading Azure subscriptions. + 載入 Azure 訂用帳戶時發生錯誤。 + + + Error loading Schema Designer + 載入結構描述設計工具時發生錯誤 + + + Error loading Table Designer + 載入資料表設計工具時發生錯誤 + + + Error loading database objects + 載入資料庫物件時發生錯誤 + + + Error loading databases + 載入資料庫時發生錯誤 + + + Error loading preview + 載入預覽時發生錯誤 + + + Error loading servers + 載入伺服器時發生錯誤 + + + Error loading subscriptions + 載入訂用帳戶時發生錯誤 + + + Error loading summary + 載入摘要時發生錯誤 + + + Error loading summary: {0} + {0} is the error message + 載入摘要時發生錯誤: {0} + + + Error loading workspaces + 載入工作區時發生錯誤 + + + Error loading workspaces. Please try choosing a different account or tenant. + 載入工作區時發生錯誤。請嘗試選擇不同的帳戶或租用戶。 + + + Error loading; refresh to try again + 載入時發生錯誤: 請重新整理以再試一次 + + + Error migrating connection ID {0} to new format. Please recreate this connection to use it. +Error: +{1} + {0} is the connection id +{1} is the error message + 將連線識別碼 {0} 移轉至新格式時發生錯誤。 請重新建立此連線加以使用。 +錯誤: +{1} + + + Error occurred opening content in editor. + 在編輯器中開啟內容時發生錯誤。 + + + Error refreshing token; you may need to sign out and sign back in: {0} + {0} is the error message + 重新整理權杖時發生錯誤; 您可能需要登出並重新登入: {0} + + + Error retrieving server list: {0} + {0} is the error message + 擷取伺服器清單時發生錯誤: {0} + + + Error running Docker commands. Please make sure Docker is running. + 執行 Docker 命令時發生錯誤。請確保 Docker 正在執行。 + + + Error signing into Azure: {0} + {0} is the error message + 登入 Azure 時發生錯誤: {0} + + + Error validating Entra authentication token; you may need to refresh your token: {0} + {0} is the error message + 驗證 Entra 驗證權杖時發生錯誤; 您可能需要重新整理權杖: {0} + + + Error when refreshing token + 重新整理組織權杖時發生錯誤 + + + Error {0}: {1} + {0} is the error number +{1} is the error message + 錯誤 {0}: {1} + + + Error {0}: {1} Please login as a different user and change the password using ALTER LOGIN. + {0} is the error number +{1} is the error message + 錯誤 {0}: {1} 請以不同的使用者登入,並使用 ALTER LOGIN 變更密碼。 + + + Error: + 錯誤: + + + Error: Failed to parse query result data. + 錯誤: 剖析查詢結果資料失敗。 + + + Error: Login failed. Retry using different credentials? + 錯誤: 登入失敗。要使用其他認證重試嗎? + + + Error: Unable to connect using the connection information provided. Retry profile creation? + 錯誤︰無法使用提供的連線資訊連線。要重試建立設定檔嗎? + + + Error: Unrecognized query result data. + 錯誤: 無法辨識的查詢結果資料。 + + + Error: {0} + {0} is the error message + 錯誤: {0} + + + Estimated Operator Cost + 估計的運算子成本 + + + Estimated Subtree Cost + 估計的子樹成本 + + + Event details for {0} + {0} is the name of the profiler event + {0} 的活動詳細資料 + + + Event properties list + 活動屬性清單 + + + Example: Find queries with {0} > 100 + {0} is the column name + 範例: 尋找 {0} > 100 的查詢 + + + Excel + Excel + + + Exclude Object Types + 排除物件類型 + + + Execute + 執行 + + + Execute '{0}' operation on Data API builder? + {0} is the operation name + 是否要在資料 API 建立器上執行「{0}」作業? + + + Execute '{0}' operation on the schema designer? + {0} is the operation name + 是否要在結構描述設計工具上執行 '{0}' 作業? + + + Execute Query + 執行查詢 + + + Execute SQL against SQL Server / Azure SQL + 對 SQL Server / Azure SQL 執行 SQL 查詢 + + + Execute Selection or Current Statement + 執行選取內容或目前陳述式 + + + Execute only the T-SQL statement under the cursor + 只執行游標下方的 T-SQL 陳述式 + + + Executing '{0}' operation on Data API builder + {0} is the operation name + 正在資料 API 建立器上執行「{0}」作業 + + + Executing '{0}' operation on schema designer + {0} is the operation name + 正在結構描述設計工具執行 '{0}' 作業 + + + Executing query... + 正在執行查詢... + + + Execution Plan + 執行計畫 + + + Execution cancelled + 執行已取消 + + + Execution time unavailable + 執行時間無法使用 + + + Existing Database + 現有資料庫 + + + Existing File + 現有檔案 + + + Existing SQL Server + 現有的 SQL Server + + + Expand + 展開 + + + Expand All + 全部展開 + + + Expand Subscription Explorer + 展開訂用帳戶總管 + + + Expand Workspace Explorer + 展開工作區總管 + + + Expand all groups + 展開所有群組 + + + Expand connection groups + 展開連線群組 + + + Expand connections + 展開連線 + + + Expand properties pane + 展開屬性窗格 + + + Expand selection down + 向下展開選取範圍 + + + Expand selection left + 向左延伸選取範圍 + + + Expand selection right + 向右延伸選取範圍 + + + Expand selection up + 向上展開選取範圍 + + + Expand settings + 展開設定 + + + Expand the active grid to fill the panel + 展開使用中的方格以填滿面板 + + + Expand {0} + {0} is the category name, e.g. Design + 展開 {0} + + + Expiration + 到期 + + + Explore tutorials, docs, and what's coming next. + 探索教學課程、文件及後續動作。 + + + Explore, design, and evolve database schemas using intelligent, code-first or data-first guidance + 使用智慧型、程式碼優先或資料優先的指導來探索、設計和發展資料庫結構描述 + + + Explorer + Explorer + + + Export + 匯出 + + + Export & Close + 匯出並關閉 + + + Export BACPAC + 匯出 BACPAC + + + Export all captured events to a CSV file + 將所有擷取的活動匯出為 CSV 檔案 + + + Export all results as INSERT statements + 將所有結果匯出為 INSERT 陳述式 + + + Export all results to a CSV file + 將所有結果匯出至 CSV 檔案 + + + Export all results to a JSON file + 將所有結果匯出至 JSON 檔案 + + + Export all results to an Excel file + 將所有結果匯出至 Excel 檔案 + + + Export the schema and data from a SQL database to a .bacpac file + 將 SQL 資料庫的結構描述和資料匯出至 .bacpac 檔案 + + + Export to CSV + 匯出為 CSV + + + Export to Excel + 匯出至 Excel + + + Export to JSON + 匯出至 JSON + + + Export to PDF + 匯出為 PDF + + + Export to tab delimited + 匯出至定位字元分隔 + + + Export to text format + 匯出至文字格式 + + + Export toolbar for result set {0} + {0} is the result set number (1-based index) + 匯出結果集 {0} 的工具列 + + + Exporting BACPAC... + 正在匯出 BACPAC... + + + Expose as MCP DML tools + 公開為 MCP DML 工具 + + + Expose as MCP custom tool + 公開為 MCP 自訂工具 + + + Expose this entity through GraphQL + 透過 GraphQL 公開此實體 + + + Expose this entity through REST + 透過 REST 公開此實體 + + + Expose {0} + {0} is the backing database column name + 公開 {0} + + + Expression + 運算式 + + + Extend the current selection one cell down + 將目前的選取範圍向下延伸一個儲存格 + + + Extend the current selection one cell left + 將目前的選取範圍向左延伸一個儲存格 + + + Extend the current selection one cell right + 將目前的選取範圍向右延伸一個儲存格 + + + Extend the current selection one cell up + 將目前的選取範圍向上延伸一個儲存格 + + + Extended Events Log Files + 擴充的活動記錄檔案 + + + Extension Shortcuts + 延伸模組快速鍵 + + + Extension and deployment actions + 延伸模組與部署動作 + + + Extract DACPAC + 擷取 DACPAC + + + Extract the schema from a SQL database to a .dacpac file + 從 SQL 資料庫擷取結構描述並匯出至 .dacpac 檔案 + + + Extracting DACPAC... + 正在擷取 DACPAC... + + + Extremely likely + 非常有可能 + + + Fabric API error occurred ({0}): {1} + {0} is the error code +{1} is the error message + 發生 Fabric API 錯誤 ({0}): {1} + + + Fabric Account + Fabric 帳戶 + + + Fabric Account is required + 需要 Fabric 帳戶 + + + Fabric Databases + Fabric 資料庫 + + + Fabric Workspaces + Fabric 工作區 + + + Fabric databases in Query Profiler + Query Profiler 中的網狀架構資料庫 + + + Fabric is not supported in the current cloud ({0}). Ensure setting '{1}' is configured correctly. + {0} is the cloud name +{1} is the setting name + 目前的雲端 ({0}) 不支援 Fabric。 確定已正確設定 '{1}' 設定。 + + + Fabric long-running API error with error code '{0}': {1} + {0} is the error code +{1} is the error message + Fabric 長時間執行的 API 錯誤,錯誤碼為 '{0}': {1} + + + Failed + 失敗 + + + Failed disposing query: {0} + {0} is the error message + 無法處理查詢: {0} + + + Failed to acquire token for account '{0}' and tenant '{1}' + {0} is the account ID +{1} is the tenant ID + 無法為帳戶 '{0}' 和租用戶 '{1}' 取得權杖 + + + Failed to add table to schema designer. + 無法將資料表新增至結構描述設計工具。 + + + Failed to add table. + 無法新增資料寶。 + + + Failed to add text to workspace: {0} + {0} is the error message + 無法將文字新增至工作區: {0} + + + Failed to apply changes: '{0}' + {0} is the error message returned from the publish changes operation + 無法套用變更: '{0}' + + + Failed to apply schema. + 無法套用結構描述。 + + + Failed to apply the Move to Schema changes. Check that the files are writable and try again. + 無法套用 [移至結構描述] 變更。檢查檔案是否可寫入,然後再試一次。 + + + Failed to change database + 變更資料庫失敗 + + + Failed to connect + 無法連線 + + + Failed to connect to database: {0} + {0} is the database name + 無法連線至資料庫: {0} + + + Failed to connect to server + 無法連線到伺服器 + + + Failed to connect to server. + 無法連接到伺服器。 + + + Failed to connect to the selected server. + 無法連接到所選的伺服器。 + + + Failed to connect: {0} + {0} is the error message + 連線失敗︰{0} + + + Failed to copy script: {0} + {0} is the error message + 無法複製指令碼: {0} + + + Failed to copy text to clipboard: {0} + {0} is the error message + 無法將文字複製到剪貼簿: {0} + + + Failed to create a new row: {0} + {0} is the error message + 無法建立新資料列: {0} + + + Failed to create database '{0}'. {1} + {0} is the database name +{1} is the error message + 無法建立資料庫 '{0}'。{1} + + + Failed to create firewall rule: {0} + {0} is the error message + 無法建立防火牆規則: {0} + + + Failed to create profiler session: {0} + {0} is the error message + 無法建立分析工具工作階段: {0} + + + Failed to delete credential with id: {0}. {1} + {0} is the id +{1} is the error + 無法刪除識別碼為 {0} 的認證。{1} + + + Failed to delete table from schema designer. + 無法從結構描述設計工具刪除資料表。 + + + Failed to delete table. + 無法刪除資料表。 + + + Failed to delete {0}. + Failed to delete {0}. + 無法刪除 {0}。 + + + Failed to drop database '{0}'. {1} + {0} is the database name +{1} is the error message + 無法刪除資料庫 '{0}'。{1} + + + Failed to establish connection + 無法建立連線 + + + Failed to establish connection with ID "{0}". Please check connection details and network connectivity. + {0} is the connection ID + 無法建立識別碼為 "{0}" 的連線。請檢查連線詳細資料與網路連線能力。 + + + Failed to export profiler events: {0} + {0} is the error message + 無法匯出分析工具活動: {0} + + + Failed to export results: {0} + {0} is the error message + 無法匯出結果: {0} + + + Failed to fetch Docker container tags: {0} + 無法擷取 Docker 容器標籤: {0} + + + Failed to fetch user tokens. + 無法擷取使用者權杖。 + + + Failed to generate SqlPackage command: {0} + 無法產生 sqlpackage 命令: {0} + + + Failed to generate publish script: '{0}' + {0} is the error message returned from the generate script operation + 無法產生發佈指令碼: '{0}' + + + Failed to generate script. Please check the logs for more details. + 無法產生指令碼。如需詳細資料,請查看記錄。 + + + Failed to generate script: '{0}' + {0} is the error message returned from the generate script operation + 無法產生指令碼: '{0}' + + + Failed to generate script: {0} + {0} is the error message + 無法產生指令碼: {0} + + + Failed to get Fabric workspaces for tenant '{0} ({1})'. + {0} is the tenant name +{1} is the tenant id + 無法取得租用戶 '{0} ({1})' 的 Fabric 工作區。 + + + Failed to get Fabric workspaces for tenant '{0} ({1})': {2} + {0} is the tenant name +{1} is the tenant id +{2} is the error message + 無法取得租用戶 '{0} ({1})' 的 Fabric 工作區: {2} + + + Failed to get authentication method, please remove and re-add the account. + 無法取得驗證方法,請移除並重新新增帳戶。 + + + Failed to get connection string: {0} + 無法取得連接字串: {0} + + + Failed to get tenant '{0}' for account '{1}'. + {0} is the tenant id +{1} is the account name + 無法取得帳戶 '{1}' 的租用戶 '{0}'。 + + + Failed to import file. + 無法匯入檔案。 + + + Failed to launch profiler: {0} + {0} is the error message + 無法啟動分析工具: {0} + + + Failed to list databases + 無法列出資料庫 + + + Failed to load code analysis rules + 無法載入程式碼分析規則 + + + Failed to load data: {0} + {0} is the error message + 無法載入資料: {0} + + + Failed to load databases + 無法載入資料庫 + + + Failed to load publish profile + 無法載入發佈設定檔 + + + Failed to obtain token for resource '{1}'. Error: {0} + {0} is the error message +{1} is the resource + 無法取得資源 '{1}' 的權杖。 錯誤: {0} + + + Failed to open Edit Data: {0} + {0} is the error message + 無法開啟資料編輯: {0} + + + Failed to open Modify Table: {0} + {0} is the error message + 無法開啟修改資料表: {0} + + + Failed to open Schema Designer: {0} + {0} is the error message + 無法開啟 [結構描述設計工具]: {0} + + + Failed to open Table Designer: {0} + {0} is the error message + 無法開啟 [資料表設計工具]: {0} + + + Failed to open URL. The built-in Simple Browser may be disabled. + 無法開啟 URL。內建的簡易瀏覽器可能會停用。 + + + Failed to open XEL file: {0} + {0} is the error message + 無法開啟 XEL 檔案: {0} + + + Failed to open scmp file: '{0}' + {0} is the error message returned from the open scmp operation + 無法開啟 scmp 檔案: '{0}' + + + Failed to open script in editor. + 無法在編輯器中開啟指令碼。 + + + Failed to open script: {0} + {0} is the error message + 無法開啟指令碼: {0} + + + Failed to open text in editor: {0} + {0} is the error message + 無法在編輯器中開啟文字: {0} + + + Failed to pull DAB container image. Please check your network connection. + 無法提取 DAB 容器映像。請檢查您的網路連線。 + + + Failed to pull SQL Server image. Please check your network connection and try again. + 無法提取 SQL Server 映像。請檢查網路連線,然後再試一次。 + + + Failed to read saved rule overrides from project + 無法讀取專案中已儲存的規則覆寫 + + + Failed to refresh connection ${0} with uri {1}, invalid connection result. + {0} is the connection id +{1} is the uri + 無法重新整理 URI 為 {0} 的連線 ${1},連線結果無效。 + + + Failed to remove row: {0} + {0} is the error message + 無法移除資料列: {0} + + + Failed to rename database '{0}' to '{1}'. {2} + {0} is the current database name +{1} is the new database name +{2} is the error message + 無法將資料庫 '{0}' 重新命名為 '{1}'。{2} + + + Failed to resolve the refactor log for this file: {0} + 無法解析此檔案的重構記錄: {0} + + + Failed to revert cell: {0} + {0} is the error message + 無法還原資料列: {0} + + + Failed to revert row: {0} + {0} is the error message + 無法還原資料列: {0} + + + Failed to run table query. + 無法執行資料表查詢。 + + + Failed to run table query: {0} + {0} is the error message + 無法執行資料表查詢: {0} + + + Failed to save changes: {0} + {0} is the error message + 無法儲存變更: {0} + + + Failed to save code analysis rules + 無法儲存程式碼分析規則 + + + Failed to save publish profile + 無法儲存發佈設定檔 + + + Failed to save results. {0} + {0} is the error message + 無法儲存結果。{0} + + + Failed to save results: {0} + {0} is the underlying error message + 無法儲存結果: {0} + + + Failed to save scmp file: '{0}' + {0} is the error message returned from the save scmp operation + 無法儲存 scmp 檔案: '{0}' + + + Failed to script object: {0} + {0} is the error message + 無法產生指令碼物件: {0} + + + Failed to start '{0}': {1} + {0} is the service name +{1} is the error message + 無法啟動 '{0}': {1} + + + Failed to start DAB container. + 無法啟動 DAB 容器。 + + + Failed to start DAB container. Please check the Docker logs for details. + 無法啟動 DAB 容器。 請查看 Docker 記錄以取得詳細資料。 + + + Failed to start SQL Server container. Please check the error message for more details, and then try again. + 無法啟動 SQL Server 容器。請檢查錯誤訊息以獲取詳細資料,然後再試一次。 + + + Failed to start profiler: {0} + {0} is the error message + 無法啟動分析工具: {0} + + + Failed to start query. + 無法開始查詢。 + + + Failed to start {0}. + Failed to start {0}. + 無法啟動 {0}。 + + + Failed to stop and remove DAB container. + 無法停止並移除 DAB 容器。 + + + Failed to stop {0}. + Failed to stop {0}. + 無法停止 {0}。 + + + Failed to update cell: {0} + {0} is the error message + 無法更新儲存格: {0} + + + Failed to update schema designer. + 無法更新結構描述設計工具。 + + + Failed to update table in schema designer. + 無法更新結構描述設計工具中的資料表。 + + + Failed to update table. + 無法更新資料表。 + + + Feedback + 意見反應 + + + Fetching {0} script... + {0} is the script type + 正在擷取 {0} 指令碼... + + + File + 檔案 + + + File (Read-Only) + 檔案 (唯讀) + + + File Name + 檔案名稱 + + + File already exists. It will be overwritten if you continue + 檔案已存在。若繼續,將會被覆寫 + + + File imported successfully + 已成功匯入檔案 + + + File is required + 需要檔案 + + + File name is required + 檔案名稱是必要項 + + + File not found + 找不到檔案 + + + File path + 檔案路徑 + + + File path is required + 需要檔案路徑 + + + File to be imported + 要匯入的檔案 + + + File type + 檔案類型 + + + File: {0} + {0} is the file name + 檔案: {0} + + + Files + 檔案 + + + Files of Type + 檔案類型 + + + Filter + 篩選 + + + Filter ({0}) + {0} is the number of selected tables + 篩選 ({0}) + + + Filter Azure subscriptions + 篩選 Azure 訂用帳戶 + + + Filter Changes + 篩選條件變更 + + + Filter Options + 篩選選項 + + + Filter Settings + 篩選設定 + + + Filter active + 篩選作用中 + + + Filter by keyword + 依關鍵字篩選 + + + Filter by name + 依名稱篩選 + + + Filter by schema + 依結構描述篩選 + + + Filter by severity + 依嚴重性篩選 + + + Filter by type + 依類型篩選 + + + Filter changes + 篩選變更 + + + Filter entities + 篩選實體 + + + Filter entities... + 篩選實體... + + + Filter events by column values + 按欄位值篩選活動 + + + Filter for any field... + 篩選任何欄位... + + + Filter operator + 篩選運算子 + + + Filter shortcuts + 篩選捷徑 + + + Filter value + 篩選值 + + + Filter {0} + 篩選 {0} + + + Filter... + 篩選... + + + Filter: {0} + {0} is the column name + 篩選: {0} + + + Filters + 篩選 + + + Find + 尋找 + + + Find Next + 尋找下一個 + + + Find Node + 尋找節點 + + + Find Nodes + 尋找節點 + + + Find Previous + 尋找上一個 + + + Finish + 完成 + + + Finished Deployment + 已完成部署 + + + Finished query execution for document "{0}" + {0} is the document name + 已完成查詢文件 "{0}" + + + Firewall + 防火牆 + + + Firewall rule name + 防火牆規則名稱 + + + Firewall rule successfully added. Retry profile creation? + 已成功新增防火牆規則。要重試建立設定檔嗎? + + + Firewall rule successfully created. + 已成功建立防火牆規則。 + + + First Page + 第一頁 + + + Flat + 平面式 + + + Focus the Messages tab + 將焦點放在訊息索引標籤 + + + Focus the Query Plan tab + 將焦點放在查詢計劃索引標籤 + + + Focus the Results tab in the query results panel + 將焦點放在查詢結果面板中的結果索引標籤 + + + Folder Path + 資料夾路徑 + + + Folder Structure + 資料夾結構 + + + Folder is required + 需要資料夾 + + + Folder path + 資料夾路徑 + + + Folder path is required + 資料夾路徑為必填 + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + 針對數值資料,可儲存在此資料庫物件中小數點右邊的最大十進位數字。 + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + 針對數值資料,可儲存在此資料庫物件中的最大十進位數。 + + + Force fit columns + 強制調整資料行大小以符合內容 + + + Foreign Column + 外部資料行 + + + Foreign Key + 外部索引鍵 + + + Foreign Key {0} + {0} is the index of the foreign key + 外部索引鍵 {0} + + + Foreign Keys + 外部索引鍵 + + + Foreign Table + 外部資料表 + + + Foreign key '{0}' already exists + {0} is the foreign key name + 外部索引鍵 '{0}' 已經存在 + + + Foreign key column mappings are required. + 需要外部索引鍵資料行對應。 + + + Foreign key column mappings must be the same length. + 索引鍵資料行對應的長度必須相同。 + + + Foreign keys + 外部索引鍵 + + + Formula + 公式 + + + Found pending reconnect promise for uri {0}, failed. + {0} is the uri + 找到 URI {0} 的擱置重新連接承諾,失敗。 + + + Found pending reconnect promise for uri {0}, waiting. + {0} is the uri + 找到 URI {0} 的擱置重新連接承諾,正在等候。 + + + Found {0} saved connection profile(s). + {0} is the number of connection profiles + 找到 {0} 個已儲存的連線設定檔。 + + + Free compute & storage + 免費計算 + 儲存體 + + + Free offer applied + 免費供應項目已套用 + + + Freeze columns + 凍結資料行 + + + From + Label for the start IP address in the firewall rule IP range + + + + Full + 已滿 + + + Function + 函式 + + + Functions + 函式 + + + General + 一般 + + + General Options + 一般選項 + + + General Purpose + 一般用途 + + + Generate Data API builder configurations using natural language through GitHub Copilot chat and agent tools. Describe your API requirements and let GitHub Copilot scaffold the configuration for you. + 透過 GitHub Copilot 聊天和代理程式工具,使用自然語言產生資料 API 建立器設定。描述您的 API 需求,讓 GitHub Copilot 協助您進行設定。 + + + Generate REST, GraphQL, and MCP endpoints from your SQL database objects (tables). You can modify the configuration manually or through GitHub Copilot to plan and generate updates - then deploy locally with Docker. + 從 SQL 資料庫物件 (資料表) 產生 REST、GraphQL 和 MCP 端點。您可以手動修改設定,或透過 GitHub Copilot 來規劃及產生更新,然後使用 Docker 在本機部署。 + + + Generate Script + 產生指令碼 + + + Generate mock data and seed scripts to support testing and development environments + 產生模擬資料和植入指令碼以支援測試和開發環境 + + + Generate script to deploy changes to target + 產生指令碼以將變更部署至目標 + + + Generate sqlpackage command + 產生 sqlpackage 命令 + + + Generated file added to {0} + {0} is the generated file path + 已將產生的檔案新增至 {0} + + + Generating Report. This may take a while... + 正在產生報告。這可能需要一點時間... + + + Generating SAS key failed: {0} + {0} is the error message + 產生 SAS 金鑰失敗: {0} + + + Generating report, this might take a while... + 正在產生報告,這可能需要一些時間... + + + Generating script... + 正在產生指令碼... + + + Geo-redundant backup storage + 異地備援備份儲存體 + + + Get Connection Details + 取得連線詳細資料 + + + Get Started + 開始使用 + + + Get connection details for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 取得連線 '{0}' (識別碼: {1}) 的連線詳細資料? + + + Get security-related recommendations, such as avoiding SQL injection or excessive permissions + 取得安全性相關建議,例如避免 SQL 插入或過度權限 + + + Getting Docker Ready... + 正在準備 Docker... + + + Getting Fabric database '{0}' + {0} is the database ID + 取得 Fabric 資料庫 '{0}' + + + Getting Fabric workspace '{0}' + {0} is the workspace ID + 取得 Fabric 工作區 '{0}' + + + Getting Started + 開始使用 + + + Getting connection details for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在取得連線 '{0}' (識別碼: {1}) 的連線詳細資料 + + + Getting connection string for SQL Endpoint '{0}' in workspace '{1}' + {0} is the SQL endpoint ID +{1} is the workspace ID + 工作區 '{1}' 中取得 SQL 端點 '{0}' 的連接字串 + + + Getting container ready for connections + 正在準備容器以進行連線 + + + Getting definition ... + 正在取得定義... + + + GitHub Copilot - VS Code walkthrough + GitHub Copilot - VS Code 逐步解說 + + + GitHub Copilot integration in Data API builder + 資料 API 建立器中的 GitHub Copilot 整合 + + + GitHub Copilot survey + GitHub Copilot 問卷 + + + Got invalid tool use parameters: "{0}". ({1}) + {0} is the part input +{1} is the error message + 取得無效的工具使用參數: "{0}"。({1}) + + + GraphQL + GraphQL + + + Greater Than + 大於 + + + Greater Than or Equals + 大於或等於 + + + Greater than + 大於 + + + Greater than or equal to + 大於或等於 + + + Grid View + 方格檢視 + + + Group by + 分組依據 + + + Group differences by + 分組差異,依據 + + + Help + 說明 + + + Help us improve by sharing your thoughts. + 分享您的想法,以協助我們改進。 + + + Hide Changes + 隱藏變更 + + + Hide Changes Highlight + 隱藏變更醒目提示 + + + Hide Confirm Password + 隱藏確認密碼 + + + Hide Definition + 隱藏定義 + + + Hide New Password + 隱藏新密碼 + + + Hide SQL Pane + 隱藏 SQL 窗格 + + + Hide column + 隱藏資料行 + + + Hide full error message + 隱藏完整錯誤訊息 + + + Hide password + 隱藏密碼 + + + Hide this panel + 隱藏此面板 + + + Highlight Changes + 醒目提示變更 + + + Highlight Expensive Operation + 醒目提示成本過高的作業 + + + Highlights + 重點項目 + + + Hostname + 主機名稱 + + + How likely it is that you would recommend the MSSQL extension to a friend or colleague? + 您向朋友或同事推薦 MSSQL 延伸模組的可能性有多高? + + + How likely it is that you would recommend {0} to a friend or colleague? + {0} is the feature name + 您願意向朋友或同事推薦 {0} 的意願有多高? + + + How many tables are in this database? + 此資料庫中有多少資料表? + + + Hue + 色調 + + + I have read the summary and understand the potential risks. + 我已閱讀摘要並瞭解潛在風險。 + + + I understand this action is permanent and irreversible + 我了解此動作是永久性且無法恢復的 + + + I'm sorry, I can only assist with SQL-related questions. + 很抱歉,我只能協助處理 SQL 相關問題。 + + + IP address range + IP 位址範圍 + + + Identity + 身分識別 + + + Ignore Options + 忽略選項 + + + Ignore Tenant + 忽略租用戶 + + + Image tag + 映像標籤 + + + Import BACPAC + 匯入 BACPAC + + + Import Data + 匯入資料 + + + Import File + 匯入檔案 + + + Import Flat File + 匯入一般檔案 + + + Import Information + 匯入資訊 + + + Import New File + 匯入新檔案 + + + Import Status + 匯入狀態 + + + Import a .bacpac file to a new or empty database + 將 .bacpac 檔案匯入至新的或空白資料庫 + + + Import anyway + 繼續仍入 + + + Import complete. You can close this dialog. + 匯入完成。您可以關閉此對話方塊。 + + + Import connection configuration settings from Azure Data Studio + 從 Azure Data Studio 匯入連線組態設定 + + + Import failed: {0} + {0} is the error message returned from the import helper. + 匯入失敗: {0} + + + Import file is required + 輸入檔案為必要項目 + + + Import from Azure Data Studio + 從 Azure Data Studio 匯入 + + + Import selected + 已選取匯入 + + + Importance + 重要性 + + + Importing BACPAC... + 正在匯入 BACPAC... + + + Importing data... + 正在匯入資料... + + + Importing selections + 正在匯入選取項目 + + + In + 位於 + + + In case you missed it + 如果您錯過了 + + + In progress + 進行中 + + + In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported. + 在資料 API 建立器體驗中,只有使用 SQL 驗證的連線可以使用本機容器部署。不支援您目前的連線類型。 + + + Include + 包括 + + + Include Object Types + 包含物件類型 + + + Include all columns + 包含所有資料行 + + + Include all object types + 包含所有物件類型 + + + Incomplete or orphaned connections + 不完整或孤立的連線 + + + Index + 索引 + + + Indexes + 索引 + + + Initializing DAB configuration... + 正在初始化 DAB 設定... + + + Initializing comparison, this might take a while... + 正在將比較結果初始化。這可能需要一些時間... + + + Insert + 插入 + + + Insert selected query-editor text using {arg}. If you don't use the placeholder, selected text is automatically appended to the end of the query. + 使用 {arg} 插入選取的查詢編輯器文字。如果您不使用預留位置,系統會自動將選取的文字附加到查詢結尾。 + + + Install Docker + 安裝 Docker + + + Install the MSSQL Database Management Keymap extension + 安裝 MSSQL 資料庫管理鍵盤配置擴充功能 + + + Instant Container Setup + 即時容器設定 + + + Insufficient Workspace Permissions + 工作區權限不足 + + + Integrated + 已整合 + + + Integrated & secure + 整合式且安全 + + + Invalid Firewall rule name + 防火牆規則名稱無效 + + + Invalid IP Address + 無效的 IP 位址 + + + Invalid SQL Server password for {0}. Password must be 8–128 characters long and meet the complexity requirements. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy + {0} 無效的 SQL Server 密碼。密碼長度必須介於 8 至 128 個字元,且符合複雜度要求。 如需詳細資訊,請參閱 https://docs.microsoft.com/sql/relational-databases/security/password-policy + + + Invalid column reference. Use either id OR name. + 無效的資料行參考。請使用識別碼或名稱。 + + + Invalid column width + 欄寬無效 + + + Invalid connection URI provided. + 提供的連線 URI 無效。 + + + Invalid connection string: {0} + 無效的連接字串: {0} + + + Invalid database + 無效的資料庫 + + + Invalid entity reference. Use either id OR schemaName+tableName OR schemaName+sourceName+sourceType. + 無效的實體參考。請使用識別碼或 schemaName+tableName,或 schemaName+sourceName+sourceType。 + + + Invalid file + 無效的檔案 + + + Invalid file extension. Expected .dacpac or .bacpac + 副檔名無效。預期為 .dacpac 或 .bacpac + + + Invalid foreign key. + 外部索引鍵無效。 + + + Invalid max length '{0}' + {0} is the max length + 長度上限 '{0}' 無效 + + + Invalid table payload. Expected table with columns array. + 資料表承載無效。預期資料表包含資料行陣列。 + + + Invalid table type + 資料表類型無效 + + + Is Computed + 已計算 + + + Is Identity + 為識別值 + + + Is Ledger Database + 為總帳資料庫 + + + Is Not Null + 不是 Null + + + Is Null + 是 Null + + + Is Persisted + 為永續性 + + + Issues ({0}) + {0} is the number of issues + 問題 ({0}) + + + JPEG + JPEG + + + JSON + JSON + + + Join the discussions + 加入討論 + + + Keep in query pane + 保持在查詢窗格中 + + + Key + 索引鍵 + + + Keybinding + 按鍵繫結關係 + + + Keyboard Shortcuts editor + 鍵盤快速鍵編輯器 + + + Keys for token cache could not be saved in credential store, this may cause Microsoft Entra Id access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + 權杖快取的金鑰無法儲存在認證存放區中,這可能會導致 Microsoft Entra ID 存取權杖持續性問題和連線不穩定。SqlTools 可能已達到 Windows 的認證儲存限制,請清除 Windows 認證管理員中以 "Microsoft.SqlTools|" 開始的至少 2 個認證,然後重新載入。 + + + LRS + LRS + + + LRS backup (locally redundant) + LRS 備份 (本地備援) + + + Last Page + 最後一頁 + + + Learn More + 深入了解 + + + Learn more + 深入了解 + + + Learn more about Azure SQL Database free tier + 深入了解 Azure SQL Database 免費層 + + + Learn more about SQL Server 2025 features + 深入了解 SQL Server 2025 功能 + + + Leave the source database in the restoring state + 將來源資料庫保持在還原狀態 + + + Length + 長度 + + + Length mismatch: Column '{0}' ({1}) incompatible with '{2}' ({3}) + {0} is source column +{1} is source length +{2} is target column +{3} is target length + 長度不符: 資料行 '{0}' ({1}) 與資料行 '{2}' ({3}) 不相容 + + + Less Than + 小於 + + + Less Than or Equals + 小於或等於 + + + Less than + 小於 + + + Less than or equal to + 小於或等於 + + + Line {0} + {0} is the line number + 線條 {0} + + + Link copied to clipboard + 已將連結複製到剪貼簿 + + + List Connections + 列出連線 + + + List Databases + 列出資料庫 + + + List Functions + 列出函數 + + + List Schemas + 列出結構描述 + + + List Tables + 列出資料表 + + + List Views + 列出檢視 + + + List all connections registered with the mssql extension? + 列出所有使用 mssql 延伸模組登錄的連線? + + + List databases for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出連線 '{0}' (識別碼: {1}) 的資料庫? + + + List functions for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出連線 '{0}' (識別碼: {1}) 的函數? + + + List schemas for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出連線 '{0}' (識別碼: {1}) 的結構描述? + + + List tables for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出連線 '{0}' (識別碼: {1}) 的資料表? + + + List views for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 列出連線 '{0}' (識別碼: {1}) 的檢視? + + + Listing Fabric SQL Databases for workspace '{0}' + {0} is the workspace ID + 列出工作區 '{0}' 的 Fabric SQL 資料庫 + + + Listing Fabric SQL Endpoints for workspace '{0}' + {0} is the workspace ID + 列出工作區 '{0}' 的 Fabric SQL 端點 + + + Listing Fabric Warehouses for workspace '{0}' + {0} is the workspace ID + 列出工作區 '{0}' 的 Fabric 倉儲 + + + Listing Fabric capacities for tenant '{0}' + {0} is the tenant ID + 列出租用戶 '{0}' 的 Fabric 容量 + + + Listing Fabric workspaces for tenant '{0}' + {0} is the tenant ID + 列出租用戶 '{0}' 的 Fabric 工作區 + + + Listing databases for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出連線 '{0}' (識別碼: {1}) 的資料庫 + + + Listing functions for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出連線 '{0}' (識別碼: {1}) 的函數 + + + Listing role assignments for workspace '${workspaceId}' + {0} is the workspace ID + 列出工作區 '${workspaceId}' 的角色指派 + + + Listing schemas for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出連線 '{0}' (識別碼: {1}) 的結構描述 + + + Listing server connections + 正在列出伺服器連線 + + + Listing tables for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出連線 '{0}' (識別碼: {1}) 的資料表 + + + Listing views for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在列出連線 '{0}' (識別碼: {1}) 的檢視 + + + Load + 載入 + + + Load from Connection String + 從連接字串載入 + + + Load profile... + 載入設定檔... + + + Load source, target, and options saved in an .scmp file + 載入儲存在 .scmp 檔案中的來源、目標和選項 + + + Loading + 正在載入 + + + Loading Azure Accounts + 載入 Azure 帳戶 + + + Loading Azure SQL Database... + 正在載入 Azure SQL Database... + + + Loading Azure accounts + 正在載入 Azure 帳戶 + + + Loading Fabric Accounts + 載入 Fabric 帳戶 + + + Loading Fabric provisioning... + 正在載入 Fabric 佈建... + + + Loading Report + 正在載入報告 + + + Loading Schema Designer + 正在載入結構描述設計工具 + + + Loading Schema Designer Model... + 正在載入結構描述設計工具模型... + + + Loading Table Designer + 正在載入資料表設計工具 + + + Loading XEL file: {0} + {0} is the file name + 正在載入 XEL 檔案: {0} + + + Loading backup database... + 正在載入備份資料庫... + + + Loading code analysis rules... + 正在載入程式碼分析規則... + + + Loading collations... + 正在載入定序... + + + Loading database objects + 正在載入資料庫物件 + + + Loading databases in '{0}'... + {0} is the name of the workspace + 正在 '{0}' 中載入資料庫... + + + Loading databases in selected workspace... + 正在載入所選工作區中的資料庫... + + + Loading deployment + 載入部署 + + + Loading execution plan... + 正在載入執行計畫... + + + Loading flat file import... + 正在載入一般檔案匯入... + + + Loading local containers... + 正在載入本機容器... + + + Loading locations + 正在載入位置 + + + Loading maintenance windows... + 正在載入維護時段... + + + Loading resource groups + 正在載入資源群組 + + + Loading restore database... + 正在載入還原資料庫... + + + Loading restore plan... + 正在載入還原計劃... + + + Loading results... + 正在載入結果... + + + Loading schemas... + 正在載入結構描述... + + + Loading servers + 正在載入伺服器 + + + Loading servers in '{0}'... + {0} is the name of the subscription + 正在載入 '{0}' 中的伺服器... + + + Loading servers in selected subscription... + 正在載入所選訂用帳戶中的伺服器... + + + Loading subscriptions + 正在載入訂用帳戶 + + + Loading subscriptions... + 正在載入訂用帳戶... + + + Loading summary for {0} rows (Click to cancel) + {0} is the total number of rows + 正在載入 {0} 資料列摘要 (按一下以取消) + + + Loading table data... + 正在載入資料表資料... + + + Loading table preview... + 正在載入資料表預覽... + + + Loading tenants + 正在載入租用戶 + + + Loading tenants... + 正在載入租用戶... + + + Loading text view... + 正在載入文字檢視... + + + Loading workspaces + 載入工作區 + + + Loading workspaces... + 正在載入工作區... + + + Loading... + 正在載入... + + + Local Container Deployment + 本機容器部署 + + + Local SQL Server database container + 本機 SQL Server 資料庫容器 + + + Local container deployment is currently only supported with SQL Authentication connections. + 目前只有 SQL 驗證連線才支援本機容器部署。 + + + Locally-redundant backup storage + 本地備援備份儲存體 + + + Locate an Azure Data Studio settings.json file to import + 尋找要匯入的 Azure Data Studio settings.json 檔案 + + + Location + 位置 + + + Location (Workspace) + 位置 (工作區) + + + Location of the file to be imported + 要匯入檔案的位置 + + + Log file folder + 記錄檔資料夾 + + + Logical file name + 邏輯檔案名稱 + + + Logical operator + 邏輯運算子 + + + Logs + 記錄 + + + Logs copied to clipboard + 記錄已複製到剪貼簿 + + + Looking for Azure Data Studio key bindings, like F5 to execute queries? + 在尋找 Azure Data Studio 的鍵盤快速鍵,例如 F5 執行查詢嗎? + + + MCP + MCP + + + MCP custom tool + MCP 自訂工具 + + + MCP server added to {0} + {0} is the file path where the MCP server was added + 已將 MCP 伺服器新增到 {0} + + + MCP server is already configured in {0} + {0} is the file path where the MCP server configuration exists + MCP 伺服器已在 {0} 中設定 + + + MSSQL + MSSQL + + + MSSQL - Azure Auth Logs + MSSQL - Azure 認證記錄 + + + MSSQL - VS Code walkthrough + MSSQL - VS Code 逐步解說 + + + MSSQL Feedback + MSSQL 意見反應 + + + MSSQL Notebook connected to {0} + {0} is the connection label + MSSQL 筆記本已連結到 {0} + + + MSSQL extension icon + MSSQL 延伸模組圖示 + + + MSSQL: Click to change connection + MSSQL: 按一下以變更連線 + + + MSSQL: Click to change database + MSSQL: 按一下以變更資料庫 + + + MSSQL: Welcome & What's New + MSSQL: 歡迎使用與新增功能 + + + MSSQL: What's new + MSSQL: 新增功能 + + + Maintenance Window + 維護時段 + + + Make everything read-only + 將所有項目設為唯讀 + + + Manage Connection Profiles + 管理連線設定檔 + + + Manage relationships + 管理關聯性 + + + Mandatory (Recommended) + 必要 (建議) + + + Mandatory (True) + 強制 (True) + + + Max + 最大值 + + + Max 10 databases / subscription + 最多 10 個資料庫/訂用帳戶 + + + Max Length + 長度上限 + + + Max row count for filtering/sorting has been exceeded. To update it, navigate to User Settings and change the setting: mssql.resultsGrid.inMemoryDataProcessingThreshold + 已超過篩選/排序的資料列計數上限。若要加以更新,請導覽至 [使用者設定] 並變更設定:mssql.resultsGrid.inMemoryDataProcessingThreshold + + + Max vCores + 最大 V 核心數 + + + Max: {0} + {0} is the max + 最大值: {0} + + + Maximize + 最大化 + + + Maximize ({0}) + {0} is the keyboard shortcut for maximizing the grid + 最大化 ({0}) + + + Maximize Panel Size + 最大化面板大小 + + + Maximize details panel + 最大化詳細資料面板 + + + Maximize panel size + 最大化面板大小 + + + Maximize results grid + 結果方格最大化 + + + Media + 媒體 + + + Media set description is required + 媒體集描述為必要項目 + + + Media set name is required + 需要媒體集名稱 + + + Message + 訊息 + + + Messages + 訊息 + + + Messages ({0}) + {0} is the keyboard shortcut for the messages tab + 訊息 ({0}) + + + Metric + 計量 + + + Microsoft Account + Microsoft 帳戶 + + + Microsoft Account is required + 需要 Microsoft 帳戶 + + + Microsoft Corp + Microsoft Corp + + + Microsoft Entra Account + Microsoft Entra 帳戶 + + + Microsoft Entra ID + Microsoft Entra ID + + + Microsoft Entra Id + Microsoft Entra ID + + + Microsoft Entra Id - Default + Microsoft Entra ID - 預設 + + + Microsoft Entra Id - Service Principal + Microsoft Entra ID - 服務主體 + + + Microsoft Entra Id - Universal w/ MFA Support + Microsoft Entra ID - 通用 (含 MFA 支援) + + + Microsoft Entra account {0} successfully added. + {0} is the account name + 已成功新增 Microsoft Entra 帳戶 {0}。 + + + Microsoft Fabric integration + Microsoft Fabric 整合 + + + Microsoft SQL Server License Agreement + Microsoft SQL Server 授權合約 + + + Microsoft reviews your feedback to improve our products, so don't share any personal data or confidential/proprietary content. + Microsoft 會檢閱您的意見反應以改進我們的產品,因此請勿分享任何個人資料或機密/專屬的內容。 + + + Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum. + Microsoft 會根據您組織的指示處理您提交的意見反應,以改進您和您組織對此產品的體驗。如果您對於使用意見反應資料有任何疑問,請連絡您的租用戶系統管理員。意見反應資料的處理會受貴組織與 Microsoft 之間的 Microsoft 產品與服務資料保護增補合約的規範,而您提交的意見反應即會被視為適用於該增補合約的個人資料。 + + + Microsoft would like your feedback + Microsoft 歡迎您的意見反應 + + + Migrate saved connections, connection groups, and connection settings from Azure Data Studio into the MSSQL extension. Additionally, the MSSQL Data Management Keymap can be installed to add familiar shortcuts from Azure Data Studio. + 將 Azure Data Studio 的已儲存連線、連線群組和連線設定移轉到 MSSQL 延伸模組。此外,您也可以安裝 MSSQL 資料管理鍵盤快速鍵,已新增 Azure Data Studio 的熟悉捷徑。 + + + Min + 最小值 + + + Min: {0} + {0} is the min + 最小值: {0} + + + Missing connection reference. Please provide exactly one of connectionId or connectionName. + 遺漏連線參考請只提供一個 connectionId 或 connectionName。 + + + Missing schema payload for replace_schema operation. + replace_schema 作業缺少結構描述承載。 + + + Missing table payload for update_table operation. + 缺少 update_table 作業的資料表承載。 + + + Missing table target for delete_table operation. Provide tableId or tableName+schemaName. + delete_table 作業缺少目標資料表。請提供 tableId 或 tableName+schemaName。 + + + Modified + 已修改 + + + Modified column '{0}' + {0} is the column name + 已修改資料行 '{0}' + + + Modified column '{0}': {1} + {0} is the column name +{1} is a list of property changes + 已修改資料行 '{0}': {1} + + + Modified foreign key '{0}' + {0} is the foreign key name + 已修改外部索引鍵 '{0}' + + + Modified foreign key '{0}': {1} + {0} is the foreign key name +{1} is a list of property changes + 已修改外部索引鍵 '{0}': {1} + + + Modified table {0} + {0} is the qualified table name + 已修改資料表 {0} + + + Modified table {0}: {1} + {0} is the qualified table name +{1} is a list of property changes + 已修改資料表 {0}: {1} + + + Modify Columns + 修改資料行 + + + Modify Table + 修改資料表 + + + Monitor usage and manage your free tier limits + 監視使用量並管理您的免費層限制 + + + Monthly limits + 每月限制 + + + More Query Actions + 更多查詢動作 + + + Move Down + 下移 + + + Move Up + 上移 + + + Move and expand the active grid selection + 移動並展開使用中的方格選取範圍 + + + Move focus to the next result set grid + 將焦點移至下一個結果集方格 + + + Move focus to the previous result set grid + 將焦點移至前一個結果集方格 + + + Move selection to the first cell in the row + 將選取範圍移至資料列的第一個儲存格 + + + Move selection to the last cell in the row + 將選取範圍移至資料列的最後一個儲存格 + + + Move to Root + 移至根目錄 + + + Move to Schema is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + 只有屬於已開啟 SQL 專案的 SQL 檔案才支援 [移至結構描述]。先在資料庫專案面板中開啟專案。 + + + Move to Schema request failed: {0} + 移至結構描述要求失敗: {0} + + + Move to Schema... + 移至結構描述... + + + Move to row end + 移至資料列結尾 + + + Move to row start + 移至資料列開頭 + + + Move to schema '{0}' + 移至結構描述 '{0}' + + + Multiple connection groups with ID '{0}' found. Delete or rename all of them, except one in User/Global settings.json, then restart the extension. + {0} is the root id + 發現多個連線群組使用相同的識別碼 '{0}'。 請刪除或重新命名使用者/全域 settings.json 中的所有重複群組,只保留一個,然後重新啟動擴充功能。 + + + Must be a valid number + 必須為有效的數字 + + + Must start with an alphanumeric character and contain only alphanumeric characters, underscores, periods, or hyphens + 必須以英數字元開頭,而且只可包含英數字元、底線、句號或連字號 + + + Mutation + 變動 + + + MyProfilerSession + MyProfilerSession + + + NULL + NULL + + + Name + 名稱 + + + Name for the Docker container running DAB + 執行 DAB 的 Docker 容器名稱 + + + Name of the primary key. + 主鍵的名稱。 + + + Navigate to this item in the diagram + 瀏覽至圖表中的此項目 + + + Navigation + 瀏覽 + + + Needs attention + 需要注意 + + + New Azure SQL logical server (Preview) + 新的 Azure SQL 邏輯伺服器 (預覽) + + + New Check Constraint + 新增 CHECK 條件約束 + + + New Column + 新增資料行 + + + New Column Mapping + 資料行對應 + + + New Database + 新資料庫 + + + New Database Name + 新資料庫名稱 + + + New Deployment + 新增部署 + + + New File + 新檔案 + + + New Foreign Key + 新增外部索引鍵 + + + New Index + 新增索引 + + + New Local Docker SQL Server + 新增本機 Docker SQL Server + + + New Microsoft Entra account could not be added. + 無法新增 Microsoft Entra 帳戶。 + + + New Password + 新密碼 + + + New Query + 新增查詢 + + + New Query Profiler - Enter Name + 新增 Query Profiler - 輸入名稱 + + + New Query Profiler - Select Template + 新增 Query Profiler - 選取範本 + + + New SQL database + 新的 SQL 資料庫 + + + New Session + 新增工作階段 + + + New Table Name + 新增資料表名稱 + + + New column mapping + 新增資料行對應 + + + New database name must be different from the current name + 新資料庫名稱必須與目前的名稱不同 + + + New media set description + 新增媒體集描述 + + + New media set name + 新增媒體集名稱 + + + New to MSSQL extension? Check out our quick-start guide. + 初次使用 MSSQL 擴充功能嗎?請查看我們的快速入門指南。 + + + New to the MSSQL extension? Check out our quick-start guide. + 初次使用 MSSQL 延伸模組嗎?請查看我們的快速入門指南。 + + + Next + 下一步 + + + Next Page + 下一頁 + + + Next result grid + 下一個結果方格 + + + No + + + + No Action + 沒有動作 + + + No Azure accounts found + 找不到 Azure 帳戶 + + + No Microsoft Entra account can be found for removal. + 找不到要移除的 Microsoft Entra 帳戶。 + + + No Queries Available + 沒有任何可用的查詢 + + + No SQL Tools MCP connection found for connectionName: {0} + {0} is the SQL Tools MCP registered connection name + 找不到 connectionName 的 SQL Tools MCP 連線: {0} + + + No account selected + 未選取任何帳戶 + + + No active connection + 沒有作用中的連線 + + + No active connection for database change + 資料庫變更沒有作用中連線 + + + No active connection for schema view + 結構描述檢視沒有作用中連線 + + + No active connection. + 沒有使用中的連線。 + + + No active database connection in the current editor. Please establish a connection to continue. + 目前編輯器中沒有任何作用中的資料庫連線。請建立一個連線以繼續。 + + + No active notebook. + 沒有使用中的筆記本。 + + + No active schema designer found. Please open Data API builder first using mssql_dab with operation 'show' or from the UI. + 找不到使用中的結構描述設計工具。請先使用 mssql_dab 搭配作業 'show' 或從 UI 開啟資料 API 建立器。 + + + No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI. + 找不到使用中的結構描述設計工具。請先使用作業 'show' 的 mssql_schema_designer 或從使用者介面開啟一個。 + + + No active text editor found. Please open a file with an active database connection. + 找不到使用中的文字編輯器。請開啟具有使用中資料庫連線的檔案。 + + + No authentication required + 無需驗證 + + + No background tasks + 沒有背景工作 + + + No backup sets found in the restore plan + 還原計劃中找不到備份組 + + + No blob containers found + 找不到任何 Blob 容器 + + + No blobs found + 找不到任何 Blob + + + No changes detected + 未偵測到變更 + + + No changes match your search. + 沒有符合您搜尋的變更。 + + + No changes yet. + 尚未有變更。 + + + No code analysis rules available. + 沒有可用的程式代碼分析規則。 + + + No connection credentials found + 找不到任何連線認證。 + + + No connection found for connectionId: {0} + {0} is the connection ID + 找不到下列 connectionId 的連線: {0} + + + No connection groups were found in the file. + 檔案中未找到任何連線群組。 + + + No connection information found + 找不到任何連線資訊。 + + + No connection profiles to edit. + 沒有可編輯的連線設定檔。 + + + No connection profiles to remove. + 沒有可移除的連線設定檔。 + + + No connection selected. + 未選取連線。 + + + No connection was found. Please connect to a server first. + 找不到連線。請先連線到伺服器。 + + + No connections available. Please create a connection first. + 沒有可用的連線。請先建立連線。 + + + No connections were found in the file. + 檔案中未找到任何連線。 + + + No customized settings found + 未找到自訂設定 + + + No customized settings found in Azure Data Studio + 在 Azure Data Studio 中找不到自訂設定 + + + No data available + 沒有可用的資料 + + + No data to display. + 沒有可顯示的資料。 + + + No database files found in the restore plan + 還原計劃中找不到資料庫檔案 + + + No database selected. + 未選取資料庫。 + + + No databases found in the selected workspace. + 在所選伺服器中找不到任何資料庫 + + + No databases found in workspace '{0}'. + {0} is the name of the workspace + 在工作區 '{0}' 中找不到任何資料庫。 + + + No databases found on the server. Please check your connection. + 伺服器上找不到資料庫。請檢查您的連線。 + + + No databases found to import into. + 找不到可匯入的資料庫。 + + + No databases with backups found + 找不到任何具有備份的資料庫 + + + No elements found + 找不到任何元素 + + + No entities found + 找不到任何實體 + + + No event selected + 未選取任何活動 + + + No events to export + 沒有可匯出的活動 + + + No filter is currently active + 目前沒有任何作用中的篩選條件 + + + No items + 無項目 + + + No log entries yet. + 尚無記錄項目。 + + + No matches found + 找不到任何相符項目 + + + No matching shortcuts + 找不到相符的快速鍵 + + + No model found. + 找不到模型。 + + + No need to refresh Microsoft Entra acccount token for connection {0} with uri {1} + {0} is the connection id +{1} is the uri + 不需要為 URI 為 {1} 的連線 {0} 重新整理 Microsoft Entra 帳戶權杖 + + + No object that can be moved to another schema was found at the cursor. + 在游標處找不到可移至另一個結構描述的物件。 + + + No objects found + 找不到任何物件 + + + No pending changes. Make edits to generate a script. + 沒有擱置的變更。進行編輯以產生指令碼。 + + + No profiler connection available + 無可用的分析工具連線 + + + No profiler templates available + 沒有可用的分析工具範本 + + + No property changes available. + 沒有可用的屬性變更。 + + + No query set + 沒有查詢集 + + + No renameable symbol found at cursor. + 游標處找不到可重新命名的符號。 + + + No resource groups found + 找不到任何資源群組 + + + No resource of type '{0}' is configured for the current cloud '{1}'. Please update your Azure account settings. + {0} is the resource type +{1} is the display name of the current cloud + 目前雲端 '{1}' 尚未設定類型為 '{0}' 的資源。請更新您的 Azure 帳戶設定。 + + + No results + 沒有任何結果 + + + No results for the active editor + 目前編輯器沒有結果 + + + No results match the current filters + 沒有任何結果符合目前的篩選條件 + + + No results to display + 沒有任何可顯示的結果 + + + No rows affected + 沒有資料列受影響。 + + + No rules match the current filter. + 沒有符合目前篩選條件的規則。 + + + No saved connection profiles found. + 找不到已儲存的連線設定檔。 + + + No saved connections found. Please create a connection first. + 找不到已儲存的連線。請先建立連線。 + + + No schema differences were found. + 找不到任何結構描述差異。 + + + No schemas found + 找不到任何結構描述 + + + No schemas were found in the project. + 專案中找不到任何結構描述。 + + + No script available. Make changes to the table data and generate a script first. + 沒有可用的指令碼。請先變更資料表資料並產生指令碼。 + + + No script generated. + 未產生任何指令碼。 + + + No selection + 沒有選取項目 + + + No servers found + 找不到伺服器 + + + No servers found in subscription '{0}'. + {0} is the name of the subscription + 在訂用帳戶 '{0}' 中找不到任何伺服器。 + + + No servers found in the selected subscription. + 選取的訂用帳戶中找不到任何伺服器。 + + + No shortcut + 沒有快速鍵 + + + No storage accounts found + 找不到任何儲存體帳戶 + + + No subscriptions found + 找不到訂用帳戶 + + + No subscriptions found. Please change Azure account or tenant to view available subscriptions. + 找不到任何訂用帳戶。請變更 Azure 帳戶或租用戶以檢視可用的訂用帳戶。 + + + No templates available + 沒有任何可用的範本 + + + No tenant selected + 未選取任何租用戶 + + + No tenants are currently signed in. + 目前沒有已登入的租用戶。 + + + No tenants found + 找不到任何租用戶 + + + No text data available + 沒有可用的文字資料 + + + No tools to process. + 沒有可處理的工具。 + + + No workspace folder is open. Open a folder to add the MCP server configuration. + 未開啟任何工作區資料夾。請開啟資料夾以新增 MCP 伺服器設定。 + + + No workspace folder is open. Open a folder to add the generated file. + 未開啟任何工作區資料夾。請開啟資料夾以新增產生的檔案。 + + + No workspaces found + 找不到任何工作區 + + + No workspaces found. Please change Fabric account or tenant to view available workspaces. + 找不到任何工作區。請變更 Fabric 帳戶或租用戶以檢視可用的工作區。 + + + Non-SQL Server SQL file detected. Disable IntelliSense for such files? + 偵測到非 SQL Server SQL 檔案。要停用這類檔案的 IntelliSense 嗎? + + + None + + + + None (empty database) + 無 (空白資料庫) + + + Not Between + 不介於 + + + Not Contains + 不包含 + + + Not Ends With + 結尾不是 + + + Not Equals + 不等於 + + + Not Started + 未開始 + + + Not Starts With + 開頭不是 + + + Not available for read-only file sessions + 不適用於唯讀檔案工作階段 + + + Not connected + 未連線 + + + Not contains + 不包含 + + + Not currently signed in. Select to sign in to tenant. + 目前未登入。選取以登入租用戶。 + + + Not equal to + 不等於 + + + Not likely at all + 完全不可能 + + + Not running + 未執行 + + + Not signed in + 未登入 + + + Not signed into tenant {0} + {0} is the tenant display name + 未登入租用戶 {0} + + + Not started + 未開始 + + + Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? + 注意: 自我簽署憑證僅提供有限保護,並非實際執行環境的建議做法。是否要在此連線上啟用 [信任伺服器憑證] 並重試? + + + Null + Null + + + Null Count: {0} + {0} is the null count + Null 計數: {0} + + + Number of Rows Read + 讀取的資料列數 + + + OK + 確定 + + + OLTP, built on Azure SQL + OLTP,建置於 Azure SQL + + + Object Explorer Filter + 物件總管篩選 + + + Object Type + 物件類型 + + + Object Types + 物件類型 + + + Object type + 物件類型 + + + Off + 關閉 + + + On Delete + 於刪除時 + + + On Delete Action + 刪除動作時 + + + On Update + 於更新時 + + + On Update Action + 更新動作時 + + + One or more connection groups reference parent groups that do not exist and have been ignored: {0}. Update your settings file to fix these entries. + {0} is the comma separated list of connection group names + 一個或多個連線群組參考了不存在且已被忽略的上層群組: {0}。請更新您的設定檔以修正這些項目。 + + + One or more connections reference groups that do not exist and have been ignored: {0}. Update your connection settings to fix these entries. + {0} is the comma separated list of connection display names + 一個或多個連線參考了不存在且已被忽略的群組: {0}。請更新您的連線設定以修正這些項目。 + + + One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment. + 您的一或多個實體包含資料 API 建立器目前不支援的資料行類型。無法選取這些實體進行部署。 + + + Open + 開啟 + + + Open .scmp file + 開啟 .scmp 檔案 + + + Open Containing Folder + 開啟內含資料夾 + + + Open File + 開啟檔案 + + + Open GitHub Copilot Chat to help fix these errors + 開啟 GitHub Copilot Chat 以協助修正這些錯誤 + + + Open Keyboard Shortcuts editor. + 開啟鍵盤快速鍵編輯器。 + + + Open Nitro + 開啟 Nitro + + + Open Publish Script + 開啟發佈指令碼 + + + Open Query + 開啟查詢 + + + Open Query History + 開啟查詢歷史記錄 + + + Open SQL editor and connect + 開啟 SQL 編輯器並連線 + + + Open XML + 開啟 XML + + + Open a new SQL query file + 開啟新的 SQL 查詢檔案 + + + Open a new bug + 開啟新錯誤 (bug) + + + Open column menu + 開啟資料行功能表 + + + Open filter menu + 開啟篩選功能表 + + + Open in Editor + 在編輯器中開啟 + + + Open in GitHub Copilot Chat + 在 GitHub Copilot Chat 中開啟 + + + Open in New Tab + 在新索引標籤中開啟 + + + Open in SQL Editor + 在 SQL 編輯器中開啟 + + + Open in editor + 在編輯器中開啟 + + + Open text data in a new editor + 在新編輯器中開啟文字資料 + + + Open the active column filter menu + 開啟使用中的資料行篩選功能表 + + + Open the active column menu + 開啟使用中的資料行功能表 + + + Open the generated SELECT statement in a new editor + 在新的編輯器中開啟產生的 SELECT 陳述式 + + + Opening Publish Script. This may take a while... + 正在開啟發佈指令碼。這可能需要一點時間... + + + Opening schema designer... + 正在開啟結構描述設計工具... + + + Operation + 作業 + + + Operation failed + 作業失敗 + + + Operator + 運算子 + + + Option Description + 選項描述 + + + Optional (False) + 選用 (False) + + + Optional - Override default GraphQL plural type name + 選用 - 覆寫預設的 GraphQL 複數類型名稱 + + + Optional - Override default GraphQL singular type name + 選用 - 覆寫預設的 GraphQL 單數類型名稱 + + + Optional - Override default api/entityName path + 選用 - 覆寫預設 api/entityName 路徑 + + + Options + 選項 + + + Options have changed. Recompare to see the comparison? + 選項已變更。要重新比較以查看比較嗎? + + + Original file name + 原始檔案名稱 + + + Others + 其他 + + + Output file + 輸出檔案 + + + Overall, how satisfied are you with the MSSQL extension? + 整體而言,您對 MSSQL 延伸模組的滿意度為何? + + + Overall, how satisfied are you with {0}? + {0} is the feature name + 整體而言,您對 {0} 的滿意程度如何? + + + Overwrite all existing backup sets + 覆寫所有現有的備份集 + + + Overwrite the existing database + 覆寫現有的資料庫 + + + Owner + 擁有者 + + + PNG + PNG + + + Package file + 套件檔案 + + + Page + 頁面 + + + Parameters + 參數 + + + Parent node was not TreeNodeInfo. + 父節點不是 TreeNodeInfo。 + + + Password + 密碼 + + + Password (SQL Login) + 密碼 (SQL 登入) + + + Password is required + 需要密碼 + + + Password must be changed for '{0}' to continue logging into '{1}' + {0} is the username +{1} is the name of the server + 必須變更 '{0}' 的密碼,才能繼續登入 '{1}' + + + Password must be changed to continue logging into '{0}' + {0} is the name of the server + 必須變更密碼,才能繼續登入 '{0}' + + + Passwords do not match + 密碼不符 + + + Paste + 貼上 + + + Paste connection string from clipboard + 從剪貼簿貼上連接字串 + + + Path: {0} + {0} is the path of the node in the object explorer + 路徑: {0} + + + Pause + 暫停 + + + Pause event collection + 暫停事件集合 + + + Paused + 已暫停 + + + Paused - click to resume + 已暫停 - 點擊以繼續 + + + Perform checksum before writing to media + 在寫入媒體前執行檢查碼 + + + Permissions + 權限 + + + Pick from multiple SQL Server versions, including SQL Server 2025 with built-in AI capabilities like vector search and JSON enhancements. + 從多個 SQL Server 版本中選擇,包括 SQL Server 2025,其內建 AI 功能如向量搜尋和 JSON 增強功能。 + + + Please Accept the SQL Server EULA + 請接受 SQL Server EULA + + + Please choose a backup file to load restore plan + 請選擇備份檔案以載入還原計畫 + + + Please choose a blob to load restore plan + 請選擇一個 Blob 以載入還原計畫 + + + Please choose a unique backup file name + 請選擇唯一的備份檔案名稱 + + + Please choose a unique name for the container + 請為容器選擇唯一名稱 + + + Please choose a unique name for the profile + 請為設定檔選擇唯一名稱 + + + Please choose a valid media option + 請選擇有效的媒體選項 + + + Please choose at least one backup file + 請至少選擇一個備份檔案 + + + Please choose at least one backup set to restore + 請選擇至少一個要還原的備份組 + + + Please ensure the file is not open in another application before importing + 請確保在匯入前,該檔案未在其他應用程式中開啟 + + + Please make sure the port is a number, and choose a port that is not in use + 請確保連接埠是數字,並選擇一個未處於使用中的連接埠 + + + Please make your password 8-128 characters long. + 請將您的密碼設定為 8-128 個字元長。 + + + Please select a database node in Object Explorer to drop. + 請在物件總管中選取一個資料庫節點以卸除。 + + + Please select a database node in Object Explorer to rename. + 請在物件總管中選取一個資料庫節點以重新命名。 + + + Please select a file, not a folder. + 請選取檔案,而非資料夾。 + + + Please select a node from Object Explorer to script. + 請從物件總管中選取一個節點來產生指令碼。 + + + Please select a server node in Object Explorer to create a database. + 請在物件總管中選取伺服器節點以建立資料庫。 + + + Please select a valid symbol. + 請選取有效的符號。 + + + Please select a workspace where you have sufficient permissions (Contributor or higher) + 請選擇您有足夠權限 (參與者或更高權限) 的工作區 + + + Please select only one node to script. Multiple node scripting is not supported. + 請只選取一個節點來產生指令碼。不支援多節點指令碼。 + + + Port + 連接埠 + + + Port must be a number between 1 and 65535 + 連接埠必須是介於 1 到 65535 之間的數字 + + + Port must be between 1 and 65535 + 連接埠必須介於 1 到 65535 之間 + + + Port to expose the API on (default: 5000) + 用於暴露 API 的連接埠 (預設: 5000) + + + Port {0} is already in use + {0} is the port number + 連接埠 '{0}' 已在使用中 + + + Port {0} is already in use. Please choose a different port. + {0} is the port number + 連接埠 '{0}' 已在使用中。請選擇其他連接埠。 + + + Possible Data Loss detected. Please review the changes. + 偵測到可能的資料遺失。請檢閱變更。 + + + Precision + 精確度 + + + Precision/scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + 在 '{0}' 與 '{1}' 之間的精確度/刻度不相符 + + + Preserve the replication settings + 保留複寫設定 + + + Press desired key combination and then press ENTER. + 按下所需按鍵組合,然後按 ENTER。 + + + Preview + 預覽 + + + Preview Data + 預覽資料 + + + Preview Database Updates + 預覽資料庫更新 + + + Previous + 上一個 + + + Previous Page + 上一頁 + + + Previous pending reconnect promise for uri {0} is rejected with error {1}, will attempt to reconnect if necessary. + {0} is the uri +{1} is the error + 先前擱置的 URI {0} 重新連接承諾遭拒,錯誤為 {1},將在必要時嘗試重新連線。 + + + Previous pending reconnection for uri {0}, succeeded. + {0} is the uri + URI {0} 的先前擱置重新連接成功。 + + + Previous result grid + 先前結果方格 + + + Previous step failed. Please check the error message and try again. + 上一個步驟失敗。請檢查錯誤訊息,然後再試一次。 + + + Previously released features you may not have explored yet. + 您可能還未探索過的先前發行的功能。 + + + Primary Key + 主索引鍵 + + + Primary Key Columns + 主索引鍵資料行 + + + Primary key + 主索引鍵 + + + Prisma + Prisma + + + Privacy Statement + 隱私權聲明 + + + Privacy notice + 隱私權注意事項 + + + Private + 私人 + + + Processing include or exclude all differences operation. + 處理包含或排除所有差異作業。 + + + Profile Name + 設定檔名稱 + + + Profile created and connected + 已建立並連線了設定檔 + + + Profile created successfully + 設定檔已成功建立 + + + Profile loaded, but the connection could not be automatically established. Please create a connection to {0} then try again. + {0} is the server name + 設定檔已載入,但無法自動建立連線。請建立與 {0} 的連線,然後再試一次。 + + + Profile name + 設定檔名稱 + + + Profile removed successfully + 成功移除了設定檔 + + + Profiler events exported successfully to {0} + {0} is the file path + Profiler 活動已成功匯出到 {0} + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection + {0} is the file name + Profiler 在 XEL 檔案 '{0}' 中處於唯讀且離線模式,無法在沒有資料庫連結的情況下啟動或建立即時工作階段 + + + Profiler is in read-only and disconnected mode for XEL file '{0}' and cannot start or create live sessions without a database connection. + {0} is the file name + Profiler 在 XEL 檔案 '{0}' 中處於唯讀且離線模式,無法在沒有資料庫連結的情況下啟動或建立即時工作階段。 + + + Profiler ready. Select a session from the dropdown and click Start to begin profiling. + Profiler 已就緒。請從下拉式功能表選取工作階段,然後點擊 [開始] 以啟動分析。 + + + Profiler session '{0}' created successfully. Starting profiling... + {0} is the session name + 成功建立 Profiler 工作階段「{0}」。正在啟動分析... + + + Profiler session '{0}' started successfully. + {0} is the session name + 成功啟動 Profiler 工作階段「{0}」。 + + + Properties + 屬性 + + + Property + 屬性 + + + Provider '{0}' does not have a Microsoft resource endpoint defined. + {0} is the provider + 提供者 '{0}' 未定義 Microsoft 資源端點。 + + + Provisioning + 佈建 + + + Proxy settings found, but encountered an error while parsing the URL: '{0}'. You may encounter connection issues while using the MSSQL extension. Error: {1} + {0} is the proxy URL +{1} is the error message + 找到 Proxy 設定,但解析 URL 時遇到錯誤: '{0}'。您在使用 MSSQL 延伸模組時可能會遇到連線問題。 錯誤: {1} + + + Proxy settings found, but without a protocol (e.g. http://): '{0}'. You may encounter connection issues while using the MSSQL extension. + {0} is the proxy URL + 找到 Proxy 設定,但缺少通訊協定 (例如 http://): '{0}'。您在使用 MSSQL 延伸模組時可能會遇到連線問題。 + + + Public + 公用 + + + Publish + 發佈 + + + Publish DACPAC + 發佈 DACPAC + + + Publish Profile + 發佈設定檔 + + + Publish Project + 發佈專案 + + + Publish Project - {0} + {0} is the name of the project being published + 發佈專案 = {0} + + + Publish Settings File + 發佈設定檔案 + + + Publish Target + 發佈目標 + + + Publish profile saved to: {0} + 發佈設定檔已儲存至: {0} + + + Publishing Changes + 正在發佈變更 + + + Pulling DAB container image + 正在提取 DAB Docker 容器映像 + + + Pulling SQL Server Image + 正在提取 SQL Server 映像 + + + Pulling the SQL Server container image. This might take a few minutes depending on your internet connection. + 正在提取 SQL Server 容器映像。取決於您的網路連線,這可能需要幾分鐘的時間。 + + + Query + 查詢 + + + Query Editor + 查詢編輯器 + + + Query Editor shortcuts are managed by Visual Studio Code. + 查詢編輯器的快速鍵由 Visual Studio Code 管理。 + + + Query Execution + 查詢執行 + + + Query Plan + 查詢計劃 + + + Query Plan ({0}) + {0} is the keyboard shortcut for the query plan tab + 查詢計劃 ({0}) + + + Query Plan ({0}) + {0} is the number of query plans + 查詢計劃 ({0}) + + + Query Profiler + 查詢分析器 + + + Query Profiler Session Status + 查詢 Profiler 工作階段狀態 + + + Query Profiler: No session + 查詢 Profiler: 沒有工作階段 + + + Query Profiler: {0} + {0} is the file name or session name + 查詢分析器: {0} + + + Query editor for {0} + {0} is the Quick Query shortcut name + {0} 的查詢編輯器 + + + Query executed + 查詢已執行 + + + Query execution failed + 查詢執行失敗 + + + Query execution was canceled. + 已取消執行查詢。 + + + Query failed + 查詢失敗 + + + Query succeeded + 查詢成功 + + + Query {0} + {0} is the Quick Query slot number + 查詢 {0} + + + Query {0}: Query cost (relative to the script): {1}% + {0} is the query number +{1} is the query cost + 查詢 {0}: 查詢成本 (相對於指令碼): {1}% + + + Quick Queries + 快速查詢 + + + Quick Queries keyboard shortcuts are managed by Visual Studio Code. + 快速查詢的鍵盤快速鍵由 Visual Studio Code 管理。 + + + Quick Query slot must be between 1 and {0}. + {0} is the maximum Quick Query slot number + 快速查詢插槽必須介於 1 到 {0}。 + + + Quick filter all columns... + 快速篩選所有欄位... + + + REST + REST + + + REST API + REST API + + + RESTORE WITH NORECOVERY + RESTORE WITH NORECOVERY + + + RESTORE WITH RECOVERY + RESTORE WITH RECOVERY + + + RESTORE WITH STANDBY + RESTORE WITH STANDBY + + + Read + 讀取 + + + Read docs on Microsoft Learn + 閱讀 Microsoft Learn 上的文件 + + + Read more + 深入閱讀 + + + Read-Only + 唯讀 + + + Read-only SQL text editor + 唯讀 SQL 文字編輯器 + + + Read-only disconnected mode for '{0}'. Cannot create or start live sessions without a database connection. + {0} is the XEL file name + '{0}' 的唯讀離線模式。沒有資料庫連結,無法建立或啟動即時工作階段。 + + + Ready for import + 準備匯入 + + + Readying container for connections. + 正在準備用於連線的容器。 + + + Readying container for connections... + 正在準備用於連線的容器... + + + Receive natural language explanations to help developers unfamiliar with T-SQL understand code + 獲得自然語言說明,以協助不熟悉 T-SQL 的開發人員理解程式碼 + + + Recent Connections + 最近的連線 + + + Recent connections list cleared + 已清除最近的連線清單 + + + Record shortcut + 錄製快速鍵 + + + Recording shortcut + 錄製快速鍵 + + + Recovery Model + 復原模式 + + + Recovery state + 復原狀態 + + + Redo + 重做 + + + Referenced column '{0}' not found + {0} is the column name + 找不到參考的欄位 '{0}' + + + Referenced columns + 參考的資料行 + + + Referenced schema + 參考的結構描述 + + + Referenced table + 參考的資料表 + + + Referenced table '{0}' not found + {0} is the table name + 找不到參考的資料表 '{0}' + + + Refresh + 重新整理 + + + Refresh Credentials + 重新整理認證 + + + Refresh dataset + 重新整理資料集 + + + Region + 區域 + + + Register + 註冊 + + + Reject + 拒絕 + + + Reliability + 可靠性 + + + Reload Visual Studio Code + 重新載入 Visual Studio Code + + + Relocate all files + 重新放置所有檔案 + + + Remind Me Later + 稍後提醒我 + + + Remove + 移除 + + + Remove Sort + 移除排序 + + + Remove a connection profile + 移除連線設定檔 + + + Remove file + 移除檔案 + + + Remove filter + 移除篩選條件 + + + Remove filter for {0} + {0} is the column name + 移除 {0} 的篩選條件 + + + Remove from favorites + 從我的最愛移除 + + + Remove sort + 移除排序 + + + Remove tag + 移除標記 + + + Remove {0} + {0} is the object type + 移除 {0} + + + Rename + 重新命名 + + + Rename '{0}' on '{1}'. + {0} is the current database name +{1} is the server name + 重新命名 '{1}' 上的 '{0}'。 + + + Rename Database + 重新命名資料庫 + + + Rename Options + 重新命名選項 + + + Rename is not supported at this position. + 此位置不支援重新命名。 + + + Rename is only supported for SQL files that are part of an open SQL project. Open the project in the Database Projects panel first. + 只有屬於已開啟 SQL 專案的 SQL 檔案才支援重新命名。先在資料庫專案面板中開啟專案。 + + + Rename request failed: {0} + 重新命名要求失敗: {0} + + + Renaming database + 正在重新命名資料庫 + + + Renaming database '{0}' to '{1}'... + {0} is the current database name +{1} is the new database name + 正在將資料庫 '{0}' 重新命名為 '{1}'... + + + Replication + 複寫 + + + Request a new feature + 要求新功能 + + + Required + 必要 + + + Requirements: + 需求: + + + Requires user authentication + 需要使用者驗證 + + + Reset + 重設 + + + Reset to Defaults? + 重設為預設值? + + + Resize + 調整大小 + + + Resize column '{0}' + {0} is the name of the column + 調整資料行大小 '{0}' + + + Resize the active result grid column + 調整使用中結果方格資料行的大小 + + + Resource Group + 資源群組 + + + Resource Group Name + 資源群組名稱 + + + Resource Group is required + 資源群組為必要項目 + + + Resource group name is required + 需要資源群組名稱 + + + Resources + 資源 + + + Restore + 還原 + + + Restore ({0}) + {0} is the keyboard shortcut for restoring the grid + 還原 ({0}) + + + Restore Database + 還原資料庫 + + + Restore Panel Size + 還原面板大小 + + + Restore as + 還原為 + + + Restore panel size + 還原面板大小 + + + Restore properties pane + 還原屬性窗格 + + + Restrict access to the restored database + 限制對還原資料庫的存取 + + + Result Set Batch {0} - Query {1} + {0} is the batch number +{1} is the query number + 結果集批次 {0} - 查詢 {1} + + + Result View + 結果檢視 + + + Result View shortcuts are managed by the MSSQL extension. You can configure their keybindings directly here. + 結果檢視的快速鍵由 MSSQL 延伸模組管理。您可以直接在這裡設定其按鍵繫結。 + + + Results + 結果 + + + Results ({0}) + {0} is the number of results + 結果 ({0}) + + + Results ({0}) + {0} is the keyboard shortcut for the results tab + 結果 ({0}) + + + Results Preview + 結果預覽 + + + Results Preview ({0}) + {0} is the number of preview results + 結果預覽 ({0}) + + + Results Preview ({0}) + {0} is the keyboard shortcut for the preview results tab + 結果預覽 ({0}) + + + Results exported successfully to {0} + {0} is the file path + 已成功將結果匯出至 {0} + + + Results toolbar + 結果工具列 + + + Resume + 繼續 + + + Resuming database + 正在復原資料庫 + + + Retry + 重試 + + + Reveal + 顯示 + + + Reveal in Explorer + 在 Explorer 中顯示 + + + Reveal in Finder + 在 Finder 中顯示 + + + Reverse Alphabetical + 反向字母順序 + + + Reverse-engineer existing databases by explaining SQL schemas and relationships + 說明 SQL 結構描述和關聯性,對現有資料庫進行還原工程 + + + Revert + 還原 + + + Revert Cell + 還原資料格 + + + Revert Row + 還原資料列 + + + Revert this change to its original state + 將此變更還原為原始狀態 + + + Revert values to project defaults + 將值還原為專案預設值 + + + Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder. + 在聊天中檢閲或提出 API 設定變更,GitHub Copilot 會立即在資料 API 建立器中更新您的設定。 + + + Reviewing Copilot Change + 正在檢閱 Copilot 變更 + + + Rosetta is required to run SQL Server container images on Apple Silicon. Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop > Settings > General. + 需要 Rosetta 才能在 Apple Silicon 上執行 SQL Server 容器映像。請在 Docker Desktop > [設定] > [一般] 中啟用 [在 Apple Silicon 上使用 Rosetta 模擬 x86_64/amd64]」。 + + + Row created. + 已建立資料列。 + + + Row deleted. + 已刪除資料列。 + + + Row marked for removal. + 列已標記為移除。 + + + Rows + 資料列 + + + Rows per page + 每頁的資料列數 + + + Rule disabled + 規則已停用 + + + Rule enabled + 規則已啟用 + + + Rule name + 規則名稱 + + + Rules + 規則 + + + Run Query + 執行查詢 + + + Run Query History + 執行查詢歷史記錄 + + + Run a query for the current active SQL document + 為目前使用中的 SQL 文件執行查詢 + + + Run a query in the current editor, or switch to an editor that has results. + 在目前編輯器中執行查詢,或切換到有結果的編輯器。 + + + Run query on connection '{0}' (ID: {1})? + +Query: {2} + {0} is the connection display name +{1} is the connection ID +{2} is the SQL query + 在連線 '{0}' (識別碼: {1}) 上執行查詢? + +查詢: {2} + + + Run saved SQL instantly with custom keyboard shortcuts. Use {arg} to insert selected query-editor text; otherwise, it is appended to the query. + 使用自訂鍵盤快速鍵立即執行已儲存的 SQL。使用 {arg} 插入選取的查詢編輯器文字;否則會將其附加至查詢。 + + + Run, cancel, and create queries + 執行、取消及建立查詢 + + + Running + 執行中 + + + Running a custom query will discard all pending changes. Do you want to continue? + 執行自訂查詢將會捨棄所有未儲存的變更。是否要繼續? + + + Running query is not supported when the editor is in multiple selection mode. + 當編輯器處於多重選取模式時,不支援執行查詢。 + + + Running query on connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在連線 '{0}' (識別碼: {1}) 上執行查詢 + + + Running: {0} + {0} is how long the query has been running + 正在執行: {0} + + + SQL + SQL + + + SQL Analytics Endpoint + SQL 分析端點 + + + SQL Authentication + SQL 驗證 + + + SQL Container Name + SQL 容器名稱 + + + SQL Container Version + SQL 容器版本 + + + SQL Database + Microsoft Azure SQL Database + + + SQL Database Projects — Code Analysis + SQL Database 專案 - Code Analysis + + + SQL Login + SQL 登入 + + + SQL Notebooks + SQL 筆記本 + + + SQL Plan Files + SQL 方案檔案 + + + SQL Server Container SA Password + SQL Server 容器 SA 密碼 + + + SQL Server admin password + SQL Server 系統管理員密碼 + + + SQL Server does not support Windows containers. Please switch to Linux containers in Docker Desktop settings. + SQL Server 不支援 Windows 容器。請在 Docker Desktop 設定中切換到 Linux 容器。 + + + SQL Server is required + 需要 SQL Server + + + SQL Server port number + SQL Server 連接埠號碼 + + + SQL Server {0} - latest + {0} is the SQL Server version + SQL Server {0} - 最新 + + + SQL Tools (MSSQL) + SQL 工具 (MSSQL) + + + SQL database in Fabric + Fabric 中的 SQL 資料庫 + + + SQLAlchemy + SQLAlchemy + + + SQLCMD Variables + SQLCMD 變數 + + + SVG + SVG + + + Satisfied + 滿意 + + + Saturation + 彩度 + + + Save + 儲存 + + + Save .scmp file + 儲存 .scmp 檔案 + + + Save As + 另存新檔 + + + Save As... + 另存新檔... + + + Save Changes + 儲存變更 + + + Save Connection Group + 儲存連線群組 + + + Save Password + 儲存密碼 + + + Save Password? If 'No', password will be required each time you connect + 是否儲存密碼?如果 [否],每次連線時都需要輸入密碼 + + + Save Plan + 儲存計劃 + + + Save Secret + 儲存祕密 + + + Save as CSV + 另存為 CSV + + + Save as CSV ({0}) + {0} is the keyboard shortcut for saving as CSV + 另存為 CSV ({0}) + + + Save as Excel + 另存為 Excel + + + Save as Excel ({0}) + {0} is the keyboard shortcut for saving as Excel + 另存為 Excel ({0}) + + + Save as INSERT INTO + 儲存為 INSERT INTO + + + Save as INSERT INTO ({0}) + {0} is the keyboard shortcut for saving as INSERT INTO + 另存為 INSERT INTO ({0}) + + + Save as JSON + 另存為 JSON + + + Save as JSON ({0}) + {0} is the keyboard shortcut for saving as JSON + 另存為 JSON ({0}) + + + Save backup to URL + 將備份儲存至 URL + + + Save connection profile changes without establishing a connection + 儲存連線設定檔變更,而不建立連線 + + + Save password + 儲存密碼 + + + Save results as CSV + 將結果儲存為 CSV + + + Save results as Excel + 將結果儲存為 Excel + + + Save results as INSERT + 將結果儲存為 INSERT + + + Save results as JSON + 將結果儲存為 JSON + + + Save results command cannot be used with multiple selections. + 多重選取項目無法使用儲存結果命令。 + + + Save source and target, options, and excluded elements + 儲存來源和目標、選項及排除的元素 + + + Save to Disk + 儲存至資料庫磁碟 + + + Save to URL + 儲存至 URL + + + Save without connecting + 無需連線即可儲存 + + + Saved + 已儲存 + + + Saved Connections + 已儲存的連線 + + + Saved results to {0} + {0} is the saved file path + 結果已儲存至 {0} + + + Saving... + 正在儲存... + + + Scaffold backend components (e.g., data-access layers) based on your current database context + 根據您的目前資料庫內容,建立後端元件 (例如資料存取層) + + + Scale + 調整 + + + Scale mismatch between '{0}' and '{1}' + {0} is source column +{1} is target column + '{0}' 和 '{1}' 之間的縮放比例不相符 + + + Schema + 結構描述 + + + Schema '{0}' is not available. + {0} is the schema name + 結構描述 '{0}' 無法使用。 + + + Schema Changes + 結構描述變更 + + + Schema Compare + 結構描述比較 + + + Schema Compare Options + 結構描述比較選項 + + + Schema Compare failed: '{0}' + {0} is the error message returned from the compare operation + 結構描述比較失敗: '{0}' + + + Schema Designer + 結構描述設計工具 + + + Schema Designer Model is ready. Changes can now be published. + 結構描述設計工具模型已就緒。現在可以發佈變更。 + + + Schema Designer with GitHub Copilot + 使用 GitHub Copilot 的結構描述設計工具 + + + Schema Diff + 結構描述差異 + + + Schema designer details are not available. + 結構描述設計工具詳細資料無法使用。 + + + Schema designer is not initialized. + 結構描述設計工具未初始化。 + + + Schema designer opened. For schema mutations, continue with {0} operations ({1}/{2}). + {0} is the command identifier 'mssql_schema_designer' and must not be translated +{1} is the operation name 'get_overview' and must not be translated +{2} is the operation name 'apply_edits' and must not be translated + 結構描述設計工具已開啟。對於結構描述變更,請繼續執行 {0} 作業 ({1}/{2})。 + + + Schema designer state changed. Fetch the latest schema and retry the operation. + 結構描述設計工具狀態已變更。擷取最新的結構描述,然後重試作業。 + + + Schema designer state retrieved successfully. + 已成功擷取結構描述設計工具狀態。 + + + Schema designer updated successfully. + 結構描述設計工具已成功更新。 + + + Schema is required + 需要結構描述 + + + Schema/Object Type + 結構描述/物件類型 + + + Schemas + 結構描述 + + + Script + 指令碼 + + + Script as Alter + 修改指令碼 + + + Script as Create + 指令碼為建立 + + + Script as Drop + 將指令碼作為拖放項目 + + + Script as Execute + 執行指令碼 + + + Script copied to clipboard + 指令碼已複製到剪貼簿 + + + Script copied to clipboard. + 指令碼已複製到剪貼簿。 + + + Search Database Objects + 搜尋資料庫物件 + + + Search Database Objects - {0} + {0} is the server name + 搜尋資料庫物件 - {0} + + + Search Workspaces + 搜尋工作區 + + + Search by object name or type (e.g. t:<name>, v:, f:, or sp:) + 依物件名稱或類型搜尋 (例如,t:<name>、v:、f: 或 sp:) + + + Search changes... + 搜尋變更... + + + Search connection groups + 搜尋連線群組 + + + Search extension shortcut + 搜尋延伸模組快速鍵 + + + Search options + 搜尋選項 + + + Search options... + 搜尋選項... + + + Search rules... + 搜尋規則... + + + Search settings... + 搜尋設定... + + + Search subscriptions... + 搜尋訂用帳戶... + + + Search tables... + 搜尋資料表... + + + Search values... + 搜尋值... + + + Search within {0} text content + {0} is the column name + 在 {0} 文字內容中搜尋 + + + Search workspaces... + 搜尋工作區... + + + Search... + 搜尋... + + + Searching... + 正在搜尋... + + + Seed sample data or import an existing schema + 植入範例資料或匯入現有結構描述 + + + Select + 選取 + + + Select All + 全選 + + + Select Azure account with Key Vault access for column decryption + 選取具有金鑰保管庫存取權的 Azure 帳戶以進行資料行解密 + + + Select Connection + 選取連線 + + + Select Database + 選取資料庫 + + + Select Max vCores + 選取最大 V 核心數 + + + Select Profile + 選取設定檔 + + + Select Source + 選取來源 + + + Select Source Schema + 選取來源結構描述 + + + Select Target + 選取目標 + + + Select Target Schema + 選取目標結構描述 + + + Select Top 1000 + 選取前 1000 個 + + + Select XEL File + 選取 XEL 檔案 + + + Select a Microsoft Entra ID account to use with this connection. The original account information from Azure Data Studio is listed below, but you can choose a different account. + 請選取 Microsoft Entra ID 帳號來搭配此連線使用。 以下列出 Azure Data Studio 的原始帳號資訊,但您也可以選擇其他帳號。 + + + Select a Workspace + 選取工作區 + + + Select a blob + 選取 Blob + + + Select a blob container + 選取 Blob 容器 + + + Select a collation + 選取定序 + + + Select a connection group + 選取連線群組 + + + Select a connection to use as the default + 選取要設為預設的連線 + + + Select a data source + 選取資料來源 + + + Select a database + 選取資料庫 + + + Select a database for profiling (Azure SQL requires a specific database) + 選取資料庫以進行分析 (Azure SQL 需要指定資料庫) + + + Select a file + 選取檔案 + + + Select a folder + 選取資料夾 + + + Select a location for the resource group + 選取資源群組的位置 + + + Select a maintenance window + 選取維護時段 + + + Select a profiler template + 選取分析工具範本 + + + Select a resource group + 選取資源群組 + + + Select a server + 選取伺服器 + + + Select a session first + 請先選取一個工作階段 + + + Select a session... + 選取一個工作階段... + + + Select a storage account + 選取儲存體帳戶 + + + Select a subscription + 選取訂用帳戶 + + + Select a subscription to view servers in it. + 選取訂用帳戶以檢視其中的伺服器。 + + + Select a tenant + 選取租用戶 + + + Select a valid {0} from the dropdown + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + 從下拉式清單中選取有效的 {0} + + + Select a workspace to view the databases in it. + 選取工作區以檢視其中的資料庫。 + + + Select a {0} for filtering + {0} is the type of the dropdown's contents, e.g 'resource group' or 'server' + 選取要用於篩選的 {0} + + + Select account + 選取帳戶 + + + Select all + 全選 + + + Select all cells in the active grid + 選取使用中方格中的所有儲存格 + + + Select all entities + 選取所有實體 + + + Select all options + 選取所有選項 + + + Select all {0} + {0} is the action name (Create, Read, etc.) + 選取全部 {0} + + + Select an account + 選取帳戶 + + + Select an account for authentication + 選取一個帳號進行驗證 + + + Select an extension to manage connection sharing permissions + 選取延伸模組,以管理連線共用權限 + + + Select an operation + 選取作業 + + + Select column + 選取資料行 + + + Select file to import + 選取要匯入的檔案 + + + Select image + 選取影像 + + + Select location + 選取位置 + + + Select new permission for extension: '{0}' + {0} is the extension name + 選取延伸模組的新權限: '{0}' + + + Select or clear all connection groups + 選取或清除所有群組 + + + Select or clear all connections + 選取或清除所有連線 + + + Select package file + 選取套件檔案 + + + Select profile to edit + 選取要編輯的設定檔 + + + Select profile to remove + 選取要移除的設定檔 + + + Select row + 選取資料列 + + + Select session + 選取工作階段 + + + Select subscriptions + 選取訂用帳戶 + + + Select the Azure Data Studio settings.json file to scan for connection groups and connections. + 選取 Azure Data Studio settings.json 檔案以掃描連線群組與連線。 + + + Select the HTTP method that can execute this stored procedure. DAB defaults to POST. + 選取可執行此預存程序的 HTTP 方法。DAB 預設為 POST。 + + + Select the SQL Server Container Image + 選取 SQL Server 容器映像 + + + Select the entire current column + 選取目前整個資料行 + + + Select the entire current row + 選取目前整個資料列 + + + Select the target schema + 選取目標結構描述 + + + Selected + 已選取 + + + Selected Microsoft Entra account removed successfully. + 已成功移除選取的 Microsoft Entra 帳戶。 + + + Selected Path + 選取的路徑 + + + Selected backup file does not contain a valid database backup + 選取的備份檔案未包含有效的資料庫備份 + + + Selected query-editor text + 選取的查詢編輯器文字 + + + Selection + 選取範圍 + + + Sequelize + Sequelize + + + Serialization failed + 序列化失敗 + + + Server + 伺服器 + + + Server - {0} + {0} is the server name + 伺服器 - {0} + + + Server Connections + 伺服器連線 + + + Server Edition + 伺服器版本 + + + Server Name + 伺服器名稱 + + + Server Version + 伺服器版本 + + + Server connection in progress. Do you want to cancel? + 正在連線伺服器。您確定要取消嗎? + + + Server could not start. This could be a permissions error or an incompatibility on your system. You can try enabling device code authentication from settings. + 無法啟動伺服器。這可能是系統的權限發生錯誤或系統不相容。可嘗試從設定啟用裝置代碼驗證。 + + + Server is required + 伺服器是必要項 + + + Server name is required + 需要伺服器名稱 + + + Server name not set. + 未設定伺服器名稱。 + + + Server name or ADO.NET connection string + 伺服器名稱或 ADO.NET 連接字串 + + + Server {0} not found. + {0} is the server name + 找不到伺服器 {0}。 + + + Serverless + 無伺服器 + + + Service installation failed. + 服務安裝失敗。 + + + Service tier + 服務層級 + + + Session + 工作階段 + + + Session creation timed out + 工作階段建立逾時 + + + Session name can only contain letters, numbers, underscores, and hyphens + 工作階段只能包含字母、數字、底線與連字號 + + + Session name cannot be empty + 工作階段名稱不可空白 + + + Session name must be {0} characters or less + {0} is the maximum length + 工作階段名稱必須少於 (含) {0} 個字元 + + + Session not running + 工作階段未執行 + + + Set Default + 設定預設 + + + Set Null + 設定 Null + + + Set backup Compression + 設定備份壓縮 + + + Set backup Media Set + 設定備份媒體集 + + + Set backup retain days + 設定備份保留天數 + + + Setting + 設定 + + + Setting up + 正在設定 + + + Setting up container + 正在設定容器 + + + Settings + 設定 + + + Settings and Keybindings + 設定及按鍵對應 + + + Settings are fixed for free tier. + 設定針對免費層為固定的。 + + + Settings for {0} + {0} is the entity name + {0} 的設定 + + + Severity + 嚴重性 + + + Severity for {0} + {0} is the rule identifier, e.g. SR0001 + {0} 的嚴重性 + + + Shortcut + 快速鍵 + + + Shortcuts Configuration + 快速鍵設定 + + + Shortcuts Configuration (Preview) + 快速鍵設定 (預覽) + + + Shortcuts configuration page + 快速鍵設定頁面 + + + Show All + 全部顯示 + + + Show Changes + 顯示變更 + + + Show Confirm Password + 顯示確認密碼 + + + Show Definition + 顯示定義 + + + Show Estimated Plan + 顯示預估方案 + + + Show MSSQL output + 顯示 MSSQL 輸出 + + + Show Menu + 顯示功能表 + + + Show Menu ({0}) + {0} is the keyboard shortcut for showing the menu + 顯示功能表 ({0}) + + + Show New Password + 顯示新密碼 + + + Show SQL + 顯示 SQL + + + Show SQL Pane + 顯示 SQL 窗格 + + + Show Schema + 顯示結構描述 + + + Show a random table definition + 顯示隨機資料表定義 + + + Show all Quick Query shortcuts in VS Code Keyboard Shortcuts + 在 VS Code 快速鍵中顯示所有快速查詢快速鍵 + + + Show all columns + 顯示所有資料行 + + + Show full error message + 顯示完整錯誤訊息 + + + Show masked command (hides sensitive information) + 顯示隱藏命令 (隱藏敏感性資訊) + + + Show or hide the query result panel + 顯示或隱藏查詢結果面板 + + + Show password + 顯示密碼 + + + Show schema for connection '{0}' (ID: {1})? + {0} is the connection display name +{1} is the connection ID + 顯示連線 '{0}' (識別碼: {1}) 的結構描述? + + + Show table relationships + 顯示資料表關聯圖 + + + Show unmasked command (reveals sensitive information) + 顯示未遮蔽的命令 (會揭露敏感性資訊) + + + Showing schema for connection '{0}' (ID: {1}) + {0} is the connection display name +{1} is the connection ID + 正在顯示連線 '{0}' (識別碼: {1}) 的結構描述 + + + Showing {0} of {1} events + {0} is filtered count, {1} is total count + 顯示 {0}/{1} 個活動 + + + Showplan XML + Showplan XML + + + Sign In + 登入 + + + Sign in + 登入 + + + Sign in and retry + 登入並重試 + + + Sign in to a new account + 登入新帳戶 + + + Sign in to your Azure subscription + 登入您的 Azure 訂用帳戶 + + + Sign in to your Azure subscription in one of the sovereign clouds. + 在其中一個主權雲端中登入您的 Azure 訂用帳戶。 + + + Sign in to your Azure subscription with a device code. Use this in setups where the Sign In command does not work + 使用裝置程式碼登入 Azure 訂用帳戶。若 Sign In 命令無法運作,請在設定中使用此方式 + + + Sign in with Entra ID '{0}'. + {0} is the Entra ID username + 請使用 Entra ID '{0}' 登入。 + + + Sign in with your Microsoft Entra ID account, including accounts with multi-factor authentication. Click the info icon to learn more. + 使用您的 Microsoft Entra ID 帳戶登入,包括啟用多重要素驗證的帳戶。若要深入了解,請按一下圖示。 + + + Sign into Azure + 登入 Azure + + + Sign into Azure in order to add a firewall rule. + 登入 Azure 以新增防火牆規則。 + + + Sign into Fabric + 登入 Fabric + + + Sign into additional accounts + 登入其他帳號 + + + Sign into tenant + 登入租用戶 + + + Signing in to Azure as {0}... + {0} is the account name + 正在以 {0} 的身分登入 Azure... + + + Simple + 簡易 + + + Simple Container Management + 簡單容器管理 + + + Smart performance + 智慧型效能 + + + Some connections or groups have incomplete information. You can continue, but you may need to edit these connections later before connecting. + 部分連線或群組的資訊不完整。您可以繼續,但可能需要在連線前先編輯這些連線。 + + + Sort + 排序 + + + Sort Ascending + 遞增排序 + + + Sort Descending + 遞減排序 + + + Sort ascending + 遞增排序 + + + Sort column + 排序欄位 + + + Sort descending + 遞減排序 + + + Source + 來源 + + + Source Column + 來源資料行 + + + Source Database + 來源資料庫 + + + Source Name + 來源名稱 + + + Source: {0} + {0} is the fully qualified DAB source object name + 來源: {0} + + + Source: {0} + {0} is the task source + 來源: {0} + + + Specifies whether the column is included in the primary key for the table. + 指定資料行是否包含在資料表的主索引鍵中。 + + + Specifies whether the column may have a NULL value. + 指定資料行能否含有 NULL 值。 + + + Specify Input File + 指定輸入檔 + + + SqlPackage Command + SqlPackage 命令 + + + Standby file + 待命資料庫檔案 + + + Start + 開始 + + + Start IP Address + 起始 IP 位址 + + + Start Time + 開始時間 + + + Start profiling session + 啟動分析工作階段 + + + Start, stop, and remove containers directly from the extension. + 直接從延伸模組中啟動、停止和移除容器。 + + + Started executing query at + 已在 + + + Started query execution for document "{0}" + {0} is the document name + 已開始查詢文件 "{0}" + + + Started saving results to {0} + {0} is the file path + 已開始將結果儲存至 {0} + + + Starting '{0}'... + {0} is the service name + 正在啟動 '{0}'... + + + Starting Container... + 正在啟動容器... + + + Starting DAB container + 正在啟動 DAB 容器 + + + Starting Docker Desktop + 正在啟動 Docker Desktop + + + Starting Docker... + 正在啟動 Docker... + + + Starting {0}... + {0} is the container name + 正在啟動 {0}... + + + Starts With + 開始於 + + + Starts with + 始於 + + + Status + 狀態 + + + Status: {0} + {0} is the task status + 狀態: {0} + + + Step {0} of {1} + {0} is the current step number +{1} is the total number of steps + 步驟 {0} / {1} + + + Stop + 停止 + + + Stop session + 停止工作階段 + + + Stopped + 已停止 + + + Stopping Container... + 正在停用容器... + + + Stopping profiler session "{0}"... + {0} is the session name + 正在停止 Profiler 工作階段「{0}」... + + + Storage + 儲存體 + + + Storage Account + 儲存體帳戶 + + + Storage Account is required + 需要儲存體帳戶 + + + Stored Procedure + 預存程序 + + + Stored Procedures + 儲存程序 + + + Stored procedure GraphQL operation + 預存程序 GraphQL 作業 + + + Stored procedure REST methods + 預存程序 REST 方法 + + + Submit + 提交 + + + Submit an issue + 提交問題 + + + Subscription + 訂用帳戶 + + + Subscription is required + 訂用帳戶為必要項 + + + Subtree Cost + 樹狀子目錄成本 + + + Succeeded + 已成功 + + + Succeeded with warning + 成功但有警告 + + + Successfully changed to database: {0} + {0} is the database name + 已成功變更為資料庫: {0} + + + Successfully connected to server. + 已成功連接到伺服器。 + + + Successfully refreshed token for connection {0} with uri {1}, {2} + {0} is the connection id +{1} is the uri +{2} is the message + 已成功重新整理 URI 為 {0} 的連線 {1} 權杖,{2} + + + Successfully saved results to {0} + {0} is the file path + 已成功將結果儲存至 {0} + + + Sum + Sum + + + Sum: {0} + {0} is the sum + 總和: {0} + + + Summary + 摘要 + + + Summary loading canceled + 摘要載入已取消 + + + Summary loading was canceled by user + 使用者已取消摘要載入 + + + Switch Direction + 切換方向 + + + Switch Source and Target + 切換來源和目標 + + + Switch between result panes and tabs + 在結果窗格和索引標籤之間切換 + + + Switch results view + 切換結果檢視 + + + Switch to Grid View + 切換到 [方格檢視] + + + Switch to Grid View ({0}) + {0} is the keyboard shortcut for switching to grid view + 切換至 [方格檢視] ({0}) + + + Switch to MSAL + 切換到 MSAL + + + Switch to Messages tab + 切換至訊息索引標籤 + + + Switch to Query Plan tab + 切換至查詢計劃索引標籤 + + + Switch to Results tab + 切換至結果索引標籤 + + + Switch to Text View + 切換至文字檢視 + + + Switch to Text View ({0}) + {0} is the keyboard shortcut for switching to text view + 切換至 [文字檢視] ({0}) + + + Switched to {0} + {0} is the connection label + 已切換至 {0} + + + Switching to Linux containers was canceled. SQL Server only supports Linux containers. + 已取消切換至 Linux 容器。SQL Server 只支援 Linux 容器。 + + + Synchronous resize + 同步調整大小 + + + System databases + 系統資料庫 + + + T-SQL + T-SQL + + + Table + 資料表 + + + Table '{0}' already exists + {0} is the table name + 資料表 '{0}' 已經存在 + + + Table '{0}' not found + {0} is the table name + 找不到資料表 '{0}' + + + Table Diagram + 資料表圖表 + + + Table Explorer for '{0}' has unsaved changes. Do you want to save or discard them? + {0} is the table name + '{0}' 的資料表總管有未儲存的變更。您要儲存還是捨棄這些變更? + + + Table Name + 資料表名稱 + + + Table Schema + 資料表結構描述 + + + Table added to schema designer successfully. + 已成功將資料表新增至結構描述設計工具。 + + + Table deleted from schema designer successfully. + 已成功從結構描述設計工具刪除資料表。 + + + Table id already exists. + 資料表識別碼已存在。 + + + Table must include at least one column. + 資料表必須包含至少一個資料行。 + + + Table name + 資料表名稱 + + + Table name cannot be empty + 資料表名稱不可為空白 + + + Table name is required + 需要資料表名稱 + + + Table updated in schema designer successfully. + 已成功在結構描述設計工具中更新資料表。 + + + Tables + 資料表 + + + Tag keys must be unique. + 標籤金鑰必須是唯一的。 + + + Tags + 標記 + + + Tail-log backup + 結尾記錄備份 + + + Tail-log backup file + 結尾記錄備份檔案 + + + Take Survey + 填寫問卷 + + + Take tail-log backup before restore + 還原前先進行結尾記錄備份 + + + Target + 目標 + + + Target Database + 目標資料庫 + + + Target Name + 目標名稱 + + + Target Table + 目標資料表 + + + Target: {0} + {0} is the task target location + 目標: {0} + + + Task log is unavailable. + 工作記錄無法使用。 + + + Task: {0} + {0} is the task name + 工作: {0} + + + Tenant + 租用戶 + + + Tenant ID + 租用戶識別碼 + + + Tenant ID is required + 需要租用戶識別碼 + + + Tenant is required + 需要租用戶 + + + Terms & Conditions + 條款及條件 + + + Test connecting with the current settings + 使用目前設定測試連線 + + + Test connection + 測試連線 + + + Testing connection profile... + 正在測試連線設定檔... + + + Testing... + 正在測試... + + + Text + 文字 + + + Text View + 文字檢視 + + + Text tab - displays SQL text data + 文字索引標籤 - 顯示 SQL 文字資料 + + + The Application (Client) ID of your Microsoft Entra app registration. + Microsoft Entra 應用程式註冊的應用程式 (用戶端) 識別碼。 + + + The Query Profiler now supports SQL database in Microsoft Fabric connections, with new Azure SQL Database templates including {code-snippet-0} for lightweight T-SQL profiling. + Query Profiler 現在支援 Microsoft Fabric 連線中的 SQL 資料庫,具有新的 Azure SQL Database 範本,包括適用於輕量型 T-SQL 分析的 {code-snippet-0}。 + + + The SQL Server extension couldn't start because its required background service failed to launch. Install the offline VSIX for your operating system, or check your network connection and try again. Details: {0} + {0} is the error message + SQL Server 延伸模組無法啟動,因為其所需的背景服務啟動失敗。請安裝適用於您作業系統的離線 VSIX,或檢查您的網路連線後再試一次。詳細資料: {0} + + + The XEL file was not found. + 找不到 XEL 檔案。 + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + 使用者嘗試刪除資料列時的行為,此資料列內含外部索引鍵關聯性中涉及的資料。 + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + 使用者嘗試更新資料列時的行為,此資料列內含外部索引鍵關聯性中涉及的資料。 + + + The client secret for your Microsoft Entra app registration. + Microsoft Entra 應用程式註冊的用戶端密碼。 + + + The columns of the index. + 索引的資料行。 + + + The connection ID '{0}' set in 'mssql.defaultConnectionId' does not match any known connection profile. New editors will fall back to transferring the active connection. + {0} is the connection ID that was not found + `mssql.defaultConnectionId` 中設定的連線識別碼 '{0}' 不符合任何已知的連線設定檔。新的編輯器將改為沿用使用中的連線。 + + + The connection with ID '{0}' does not have the 'server' property set and is being ignored. Please set the 'server' property on this connection in order to use it. + {0} is the connection ID for the connection that has been ignored + 識別碼為 '{0}' 的連線未設定 'server' 屬性,因此遭到忽略。 請在此連線上設定 'server' 屬性以便使用它。 + + + The custom cloud choice is not configured. Please configure the setting `{0}`. + 未設定自訂雲端選擇。請設定 `{0}` 設定。 + + + The description of the check constraint. + 檢查條件約束的描述。 + + + The description of the foreign key. + 外部索引鍵的描述。 + + + The description of the index. + 索引子的描述。 + + + The description of the primary key. + 主索引鍵的描述。 + + + The expression defining the check constraint. + 定義檢查條件約束的運算式。 + + + The extension '{0}' is requesting access to your SQL Server connections. This will allow it to execute queries and access your database. + {0} is the extension name + 延伸模組 '{0}' 正在要求存取您的 SQL Server 連線。這將允許它執行查詢並存取您的資料庫。 + + + The first value must be less than the second value for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + 第一個值必須小於 {1} 篩選中 {0} 運算子的第二個值 + + + The first value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + 必須為 {1} 篩選中的 {0} 運算子設定第一個值 + + + The following workspace or workspace folder connections are missing the 'id' property and are being ignored. Please manually add the 'id' property to the connection in order to use it. + + {0} + {0} is the list of display names for the connections that have been ignored + 下列工作區或工作區資料夾連線遺漏 'id' 屬性,因此遭到忽略。 請將 'id' 屬性手動新增到連線以便使用它。 + + {0} + + + The language model did not return any output. + 語言模型未傳回任何輸出。 + + + The mapping between foreign key columns and primary key columns. + 外部索引鍵資料行與主索引鍵資料行之間的對應。 + + + The maximum length (in characters) that can be stored in this database object. + 可儲存在此資料庫物件中的長度上限 (以字元為單位)。 + + + The name of the check constraint. + 檢查條件約束的名稱。 + + + The name of the column object. + 資料行物件的名稱。 + + + The name of the column. + 資料行的名稱。 + + + The name of the foreign key. + 外部索引鍵的名稱。 + + + The name of the index. + 索引的名稱。 + + + The query results panel failed to load. Please try running the query again. + 查詢結果面板無法載入。請嘗試再次執行査詢。 + + + The recent connections list has been cleared but there were errors while deleting some associated credentials. View the errors in the MSSQL output channel. + 已清除最近的連線清單,但在刪除某些相關聯的認證時發生錯誤。檢視 MSSQL 輸出通道中的錯誤。 + + + The requested model could not be found. Please check model availability or try a different model. + 找不到要求的模型。請檢查模型的可用性,或嘗試其他模型。 + + + The second value must be set for the {0} operator in the {1} filter + {0} is the operator for the filter +{1} is the name of the filter + 必須為 {1} 篩選中的 {0} 運算子設定第二個值 + + + The selected file is not a valid XEL file. + 選取的檔案不是有效的 XEL 檔案。 + + + The selected profile authenticates using Entra ID '{0}' but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label + 所選設定檔使用 Entra ID '{0}' 進行驗證,但該帳號尚未登入 MSSQL 擴充功能。請編輯連線或使用該帳戶登入 MSSQL 以連線。 + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + 所選設定檔使用 Entra ID '{0}' 在租用戶 '{1}' 上進行驗證,但該帳號無法透過 VS Code 登入取得。請編輯連線或使用該帳戶登入 VS Code 以連線。 + + + The selected profile authenticates using Entra ID '{0}' on tenant '{1}', but that account is not signed into the MSSQL extension. Edit the connection or sign into MSSQL with that account to connect. + {0} is the account ID or label +{1} is the tenant ID + 所選設定檔使用 Entra ID '{0}' 在租用戶 '{1}' 上進行驗證,但該帳號尚未登入 MSSQL 擴充功能。請編輯連線或使用該帳戶登入 MSSQL 以連線。 + + + The selected profile authenticates using Entra ID '{0}', but that account is not available through VS Code sign-in. Edit the connection or sign into VS Code with that account to connect. + {0} is the account ID or label + 所選設定檔使用 Entra ID '{0}' 進行驗證,但該帳號無法透過 VS Code 登入取得。請編輯連線或使用該帳戶登入 VS Code 以連線。 + + + The table which contains the primary or unique key column. + 包含主索引鍵或唯一索引鍵資料行的資料表。 + + + The {0} service has crashed. Details: {1} + {0} is the service name +{1} is the error message + {0} 服務當機了。詳細資料: {1} + + + There was an error updating the project + 更新專案時發生錯誤 + + + This connection does not have a display name in Azure Data Studio. + 此連線在 Azure Data Studio 中沒有顯示名稱。 + + + This connection's group has not been selected, so this connection will be imported to the root. + 尚未選取此連線群組,因此此連線將匯入至根目錄。 + + + This database name is already in use. Please choose a different name. + 此資料庫名稱已遭使用。請選擇其他名稱。 + + + This message couldn't be processed. If this issue persists, please check the logs and open an issue on GitHub. + 無法處理此訊息。如果此問題持續發生,請檢查記錄,並在 GitHub 上開啟問題。 + + + This operation analyzed the input file structure to generate the preview below for up to the first 50 rows. + 此作業分析了輸入檔案結構,以在下方產生最多前 50 個資料列的預覽。 + + + This server only supports Microsoft Entra ID authentication. + 此伺服器僅支援 Microsoft Entra ID 驗證。 + + + This server only supports SQL Authentication. + 此伺服器僅支援 SQL 驗證。 + + + This server supports Microsoft Entra ID and SQL Authentication. + 此伺服器支援 Microsoft Entra ID 和 SQL 驗證。 + + + This shortcut requires selected text to be passed as a parameter. Select text in the SQL editor, then run the shortcut again. + 此快速鍵需要將選取的文字作為參數傳遞。請先在 SQL 編輯器中選取文字,然後再次執行此快速鍵。 + + + This value was not provided in the Azure Data Studio settings file. + 此值未在 Azure Data Studio 設定檔中提供。 + + + This will deploy a Data API builder container locally using Docker. The container will expose {0} APIs based on your configuration. + {0} is a list of API types, e.g. 'REST and GraphQL' + 這將使用 Docker 在本機部署資料 API 建立器容器。容器會根據您的設定公開 {0} API。 + + + This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue? + 這會將所有規則重設為預設嚴重性,並停用「在組建時啟用 Code Analysis」。此動作無法復原。是否要繼續? + + + Time + 時間 + + + Timestamp + 時間戳記 + + + To + Label for the end IP address in the firewall rule IP range + + + + To compare two schemas, first select a source schema and target schema, then press compare. + 若要比較兩個結構描述,請先選取來源結構描述,然後按下 [比較]。 + + + To use this command, Open a .sql file -or- Change editor language to "SQL" -or- Select T-SQL text in the active SQL editor. + 若要使用這項命令,開啟 .sql 檔案並將編輯器語言變更為 "SQL",或在開啟中的 SQL 編輯器中選取 T-SQL 文字。 + + + To use this command, you must set the language to "SQL". Confirm to change language mode. + 若要使用這項命令,您必須將語言設定為 "SQL"。確認變更語言模式。 + + + Toggle Actual Plan + 切換實際計劃 + + + Toggle Query Result Panel + 切換查詢結果面板 + + + Toggle SQLCMD Mode + 切換 SQLCMD 模式 + + + Toggle Sort + 切換排序 + + + Toggle Tooltips + 切換工具提示 + + + Toggle actual execution plan collection for SQL queries + 切換 SQL 查詢的實際執行計畫收集 + + + Toggle all entities in {0} + {0} is the schema name + 切換 {0} 中所有實體 + + + Toggle between grid and text view + 在方格與文字檢視之間切換 + + + Toggle columns for {0} + {0} is the entity name + 切換 {0} 的欄位 + + + Toggle dark mode + 切換深色模式 + + + Toggle filter row + 切換篩選資料列 + + + Toggle pre-header row + 切換預標頭資料列 + + + Toggle selection for {0} + {0} is the connection display name + 切換 {0} 的選取項目 + + + Toggle selection for {0} + {0} is the connection group name + 切換 {0} 的選取項目 + + + Toggle sort + 切換排序 + + + Toggle sorting for the active column + 切換使用中資料行的排序 + + + Token refreshed successfully. + 已成功重新整理權杖。 + + + Tool lookup for: {0} - {1}. + {0} is the part name +{1} is the part input + 查閱下列項目的工具: {0} - {1}。 + + + Total execution time: {0} + {0} is the elapsed time + 總執行時間: {0} + + + Total rows to fetch: + 要擷取的資料列總計: + + + Transaction Log + 交易記錄 + + + Transfer active connection (Default) + 移轉作用中的連線 (預設) + + + Truncate the transaction log + 截斷交易記錄 + + + Try Azure SQL Database at no cost with our free tier offer! Provision a fully managed cloud database directly from VS Code. + 使用我們的免費層供應項目免費試用 Azure SQL Database!直接從 VS Code 佈建完全受控的雲端資料庫。 + + + Try adjusting your search or filters + 嘗試調整您的搜尋或篩選條件 + + + Try it + 試用 + + + Try searching by command name, description, or keybinding. + 請嘗試依命令名稱、描述或按鍵繫結搜尋。 + + + Type + 類型 + + + TypeORM + TypeORM + + + URL + URL + + + URL copied to clipboard + URL 已複製到剪貼簿 + + + Unable to acquire a Microsoft Entra token from VS Code for the selected account: {0} + {0} is the account label or ID + 無法從 VS Code 取得所選帳戶的 Microsoft Entra 權杖: {0} + + + Unable to acquire a valid token. (expires: {0}, but is currently {1}) + {0} is the token expiration time +{1} is the current time + 無法取得有效的權杖。(到期時間: {0},但目前時間為 {1}) + + + Unable to determine the server authentication type. + 無法判斷伺服器驗證類型。 + + + Unable to execute the command while the extension is initializing. Please try again later. + 擴充功能正在初始化時無法執行命令。請稍後再試。 + + + Unable to expand. Please check logs for more information. + 無法展開。如需詳細資訊,請檢查記錄。 + + + Unable to load backup configuration. Please try again. + 無法載入備份設定。請再試一次。 + + + Unable to load database list from server: {0} You may enter the database name directly. + {0} is the connection error message + 無法從伺服器載入資料庫清單: {0} 您可以直接輸入資料庫名稱。 + + + Unable to open Table Explorer: No target node provided. + 無法開啟資料表總管: 未提供目標節點。 + + + Unable to read proxy agent options. + 無法讀取 Proxy 代理程式選項。 + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. + 無法擷取資料庫清單。您可能沒有權限在此伺服器上列出資料庫。 + + + Unable to retrieve the list of databases. You may not have permission to list databases on this server. If your connection specifies a database, it will be preselected. + 無法擷取資料庫清單。您可能沒有權限在此伺服器上列出資料庫。如果您的連線指定了資料庫,該資料庫將會預先選取。 + + + Unavailable for backups to existing files + 無法備份至現有檔案 + + + Understand and document business logic embedded in stored procedures, views, and functions + 理解並記錄內嵌在預存程序、檢視及函式中的商業規則 + + + Undo + 復原 + + + Undo All + 全部復原 + + + Undo All Copilot Changes + 復原所有 Copilot 變更 + + + Unfreeze columns + 取消凍結資料行 + + + Unfreeze columns/rows + 取消凍結資料行/資料列 + + + Unknown + 未知 + + + Unknown Connection + 未知的連線 + + + Unknown account + 未知的帳戶 + + + Unknown deployment step: {0} + {0} is the deployment step number + 未知部署步驟: {0} + + + Unknown error + 未知的錯誤 + + + Unknown magic command: %%{0} + {0} is the magic command name + 未知的技法命令: %%{0} + + + Unknown object management dialog. + 未知的物件管理對話方塊。 + + + Unknown operation: {0}. Supported operations: add_table, update_table, delete_table, replace_schema, get_schema + {0} is the operation name + 未知的作業: {0}。支援的作業: add_table、update_table、delete_table、replace_schema、get_schema + + + Unknown tenant ID + 未知的租用戶識別碼 + + + Unnamed Profile + 未命名的設定檔 + + + Unsaved Changes + 未儲存的變更 + + + Unsupported architecture for Docker: {0} + {0} is the architecture name of the machine + 不支援 Docker 的結構: {0} + + + Unsupported authentication type in connection string: {0}. Only SQL Login, Integrated, Azure MFA, and Active Directory Default authentication are supported. + {0} is the authentication type + 連接字串中不支援的認證類型: {0}。僅支援 SQL 登入、整合式認證、Azure 多重驗證及 Active Directory 預設認證。 + + + Unsupported by Data API builder. + 資料 API 建立器不支援。 + + + Unsupported data types detected + 偵測到不支援的資料類型 + + + Unsupported platform for Docker: {0} + {0} is the platform name of the machine + 不支援 Docker 的平台: {0} + + + Up to 10 databases with 100K vCore seconds, 32 GB storage, and backups renewed monthly. + 最多 10 個資料庫,具有 100K V 核心秒數、32 GB 儲存體,以及每月更新備份。 + + + Update + 更新 + + + Update Database + 更新資料庫 + + + Update Script + 更新指令碼 + + + Updating IntelliSense... + 正在更新 IntelliSense... + + + Usage limits exceeded. Try again later, or consider optimizing your requests. + 超過使用量限制。請稍後再試,或考慮最佳化您的要求。 + + + Use Microsoft Entra ID authentication to provision and connect to this database. + 使用 Microsoft Entra ID 驗證來佈建並連線到此資料庫。 + + + Use SQL Authentication with a valid username and password. + 使用 SQL 驗證搭配有效的使用者名稱和密碼。 + + + Use T-SQL intellisense and syntax error checking on current document + 對目前文件使用 T-SQL intellisense 與語法錯誤檢查 + + + Use discount code {0} to save €200 on registration. + 使用折扣代碼 {0} 在註冊時節省 200 歐元。 + + + Use encryption for this backup + 備份時請使用加密功能 + + + Use format: YYYY-MM-DD HH:mm:ss[.SSS] + 格式使用: YYYY-MM-DD HH:mm:ss[.SSS] + + + Use natural language to design database schemas directly within the visual Schema Designer. Create schemas from scratch, evolve existing designs, review changes through a diff view, and import external artifacts - all reflected live in the visual diagram and T-SQL script. + 使用自然語言直接在視覺化結構描述設計工具內設計資料庫結構描述。從頭開始建立結構描述、發展現有設計、透過差異檢視來檢閱變更,以及匯出外部成品,這一切都會即時反映在視覺化圖表和 T-SQL 指令碼中。 + + + Use the default server setting + 使用預設伺服器設定 + + + Use {0} to create a new connection. + {0} is the connect command + 使用 {0} 來建立新的連線。 + + + Used in API routes and responses + 於 API 路由與回應中使用 + + + User + 使用者 + + + User ID + 使用者識別碼 + + + User Name + 使用者名稱 + + + User databases + 使用者資料庫 + + + User name + 使用者名稱 + + + User name (SQL Login) + 使用者名稱 (SQL 登入) + + + User name is required + 需要使用者名稱 + + + Username + 使用者名稱 + + + Username is required + 需要使用者名稱 + + + Uses the WITH KEEP_REPLICATION option during restore + 還原時使用 WITH KEEP_REPLICATION 選項 + + + Uses the WITH NORECOVERY option during restore + 還原時使用 WITH NORECOVERY 選項 + + + Uses the WITH REPLACE option during restore + 還原時使用 WITH REPLACE 選項 + + + Uses the WITH RESTRICTED_USER option during restore + 還原時使用 WITH RESTRICTED_USER 選項 + + + Using {0} ({1})... + {0} is the model name +{1} is whether the model can send requests + 正在使用 {0} ({1})... + + + Using {0} to process your request... + {0} is the model name that will be processing the request + 正在使用 {0} 處理您的要求... + + + Validation failed + 驗證失敗 + + + Validation failed. Please check your inputs + 驗證失敗。請檢查您的輸入 + + + Value + + + + Value is required + 值為必要項目 + + + Vector values are read-only in this editor. Use T-SQL to modify the value or regenerate the embedding. + 向量值在此編輯器中為唯讀。使用 T-SQL 來修改值或重新產生內嵌。 + + + Verify a container image by using the Notation CLI + 使用標記法 CLI 驗證容器映像 + + + Verify backup when finished + 完成後驗證備份 + + + Verifying Docker engine is ready + 正在驗證 Docker 引擎是否已就緒 + + + Verifying Docker is installed on your system + 正在驗證系統是否已安裝 Docker + + + Verifying the API is ready to accept requests + 正在驗證 API 是否已準備好接受要求 + + + Very Dissatisfied + 非常不滿意 + + + Very Satisfied + 非常滿意 + + + View + 檢視 + + + View Config + 檢視設定 + + + View More + 檢視更多 + + + View Swagger + 檢視 Swagger + + + View Table Diagram + 檢視 [資料表圖表] + + + View known issues + 檢視已知問題 + + + View mssql for Visual Studio Code release notes? + 要檢視 Visual Studio Code 的 MSSQL 版本資訊嗎? + + + View roadmap + 檢視藍圖 + + + View settings + 檢視設定 + + + View the estimated query execution plan + 檢視估計的查詢執行計畫 + + + View, add, edit, and delete table rows in an interactive grid with real-time validation and live DML script previews. + 在互動式網格中檢視、新增、編輯及刪除表格資料列,並進行即時驗證及即時 DML 指令碼預覽。 + + + View/configure keybinding + 檢視/設定按鍵繫結關係 + + + View/configure keybinding for {0} + {0} is the command or shortcut display name + 檢視/設定 {0} 的按鍵繫結關係 + + + View: + 檢視: + + + Views + 檢視 + + + Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code. + 必須重新啟動 Visual Studio Code,此設定才會生效。請重新載入 Visual Studio Code。 + + + Visualize and Design Schema + 視覺化與設計結構描述 + + + WHERE + WHERE + + + Warehouse + 倉儲 + + + Warning + 警告 + + + Warning: Result set is incomplete. Showing {0} of {1} rows. The full result set could not be loaded. + {0} is the number of rows actually returned +{1} is the total number of rows expected + 警告: 結果集不完整。正在顯示 {0} 個資料列 (共 {1} 個)。無法載入完整結果集。 + + + Warnings + 警告 + + + Warnings detected. Please review the changes. + 偵測到警告。請檢閱變更。 + + + Watch demo + 觀看示範 + + + Watch demos on YouTube + 在 YouTube 上觀看示範 + + + We can't find where Docker Desktop is located on your machine. Please manually start Docker Desktop and try again. + 找不到 Docker Desktop 在您電腦上的位置。請手動啟動 Docker Desktop,然後再試一次。 + + + We couldn't connect using the current connection information. Would you like to retry the connection or edit the connection profile? + 無法使用目前的連線資訊進行連接。您想要重試連線或編輯連線設定檔? + + + We're glad you're enjoying MSSQL for VS Code! Please consider leaving a quick review on the VS Code Marketplace. + 我們很高興您喜歡適用於 VS Code 的 MSSQL! 請考慮在 VS Code Marketplace 上快速檢閱。 + + + Webview '{0}' did not become ready within {1}ms + {0} is the webview name +{1} is the timeout in milliseconds + Web 檢視 '{0}' 未能在 {1} 毫秒內準備就緒 + + + Webview was disposed before it became ready + Web 檢視在準備就緒前已處置 + + + What I can do for you: + 我可以為您做什麼: + + + What can we do to improve? + 我們可以如何提升您的體驗? + + + What's next? + 後續步驟? + + + Width cannot be 0 or negative + 寬度不能是 0 或負數 + + + Windows Authentication + Windows 驗證 + + + Works with VS Code/SSMS and uses Microsoft Entra authentication and Fabric access controls. + 搭配 VS Code/SSMS 運作並使用 Microsoft Entra 驗證和 Fabric 存取控制。 + + + Workspace + 工作區 + + + Workspace is required + 需要工作區 + + + Write a review + 撰寫評論 + + + Write and run SQL queries in native Visual Studio Code Jupyter notebooks with interactive results, sorting, filtering, and Markdown documentation. + 在原生 Visual Studio Code Jupyter 筆記本中撰寫及執行 SQL 查詢,並包含互動式結果、排序、篩選和 Markdown 文件。 + + + Write, optimize, and troubleshoot SQL queries with AI-recommended improvements + 使用 AI 建議的改進功能撰寫、最佳化及疑難排解 SQL 查詢 + + + YYYY-MM-DD HH:mm:ss + YYYY-MM-DD HH:mm:ss + + + Yes + + + + You are about to deploy to an existing database. This operation will make permanent changes to the database schema and may result in data loss. Do you want to continue? + 您即將部署至現有資料庫。此作業將永久變更資料庫結構描述,並可能導致資料遺失。是否要繼續? + + + You are not connected to any database. + 您尚未連接到任何資料庫。 + + + You are seeing this message because you updated the MSSQL extension to version {0}. + {0} is the version number of the MSSQL extension + 您會看到這個訊息,是因為您已將 MSSQL 擴充功能更新到版本 {0}。 + + + You have captured Profiler events that have not been exported. If you close now, you will lose all captured events. Do you want to export them to a CSV file? + 您有尚未匯出的已擷取 Profiler 活動。如果您現在關閉,將遺失所有已擷取的活動。您要將它們匯出至 CSV 檔案嗎? + + + You have unsaved changes. Do you want to save before closing? + 您有未儲存的變更。您要在關閉前儲存它們嗎? + + + You must accept the license + 您必須接受授權 + + + You must be signed into Azure in order to browse SQL databases. + 您必須登入 Azure 才能瀏覽 SQL 資料庫。 + + + You must be signed into Fabric in order to browse SQL databases. + 您必須登入 Fabric 才能瀏覽 SQL 資料庫。 + + + You must review and accept the terms to proceed + 您必須檢閱並接受條款才能繼續 + + + Your API is available at: + 您的 API 可於以下位置取得: + + + Your APIs are available at the following endpoints: + 您的 API 可在以下端點使用: + + + Your Docker Engine currently runs Windows containers. SQL Server only supports Linux containers. Would you like to switch to Linux containers? + 您的 Docker 引擎目前執行 Windows 容器。SQL Server 只支援 Linux 容器。您要切換至 Linux 容器嗎? + + + Your account needs re-authentication to access {0} resources. Press Open to start the authentication process. + {0} is the resource + 您的帳戶需要重新驗證才能存取 {0} 資源。按下 [開啟] 以開始驗證程序。 + + + Your client IP Address '{0}' does not have access to the server '{1}' you're attempting to connect to. Would you like to create new firewall rule? + {0} is the client IP address +{1} is the server name + 您的用戶端 IP 位址 '{0}' 無法存取您嘗試連接的伺服器 '{1}'。是否要建立新防火牆規則? + + + Your client IP address does not have access to the server. Add a Microsoft Entra account and create a new firewall rule to enable access. + 您的用戶端 IP 位址無權存取伺服器。請新增 Microsoft Entra 帳戶並建立新的防火牆規則以啟用存取權。 + + + Your current IP {0} will be added automatically. + {0} is the current IP address + 將自動新增您目前的 IP {0}。 + + + Your database will continue running after the free offer limit and you will be charged for overages. + 在免費供應項目限制之後,您的資料庫將繼續執行,且將向您收取超額費用。 + + + Your password must contain characters from at least three of the following categories: uppercase letters, lowercase letters, numbers (0-9), and special characters (!, $, #, %, etc.). + 林的密碼至少必須包含下列三種類別中的字元: 大寫字母、小寫字母、數字 (0-9),以及特殊字元 (!、$、#、% 等)。 + + + Your tenant '{0} ({1})' requires you to re-authenticate again to access {2} resources. Press Open to start the authentication process. + {0} is the tenant name +{1} is the tenant id +{2} is the resource + 您的租用戶 '{0} ({1})' 需要再次重新驗證,才能存取 {2}資源。按下 [開啟] 以開始驗證程序。 + + + Zone-redundant backup storage + 區域備援備份儲存體 + + + Zoom In + 放大 + + + Zoom Out + 縮小 + + + Zoom to Fit + 縮放至適當比例 + + + [Optional] Database to connect (press Enter to connect to <default> database) + [選用] 要連線的資料庫 (按 Enter 以連線至 <default> 資料庫) + + + [Optional] Enter a display name for this connection profile + [選用] 輸入此連線設定檔的顯示名稱 + + + [Read-only] Pre-filled from the server properties. + [唯讀] 從伺服器屬性預先填入。 + + + [{0}] {1} + {0} is the timestamp +{1} is the log entry text + [{0}] {1} + + + and + + + + authenticationType + authenticationType + + + contains + 包含 + + + database + 資料庫 + + + default + 預設 + + + delete the saved connection: {0}? + {0} is the connection name + 要刪除已儲存的連線 {0} 嗎? + + + does not contain + 不包含 + + + encrypt + 加密 + + + ends with + 結尾為 + + + equals + 等於 + + + greater than + 大於 + + + hostname\instance or <server>.database.windows.net or ADO.NET connection string + hostname\instance 或 <server>.database.windows.net 或 ADO.NET 連接字串 + + + intelliSenseUpdated + intelliSenseUpdated + + + is not null + 不是 Null + + + is null + 是 Null + + + items + 項目 + + + items per page + 每頁的項目數 + + + items selected + 項目已選取 + + + less than + 小於 + + + location + 位置 + + + macOS Sierra or newer is required to use this feature. + 需要 macOS Sierra 或更新版本才能使用此功能。 + + + none selected + 未選取任何項目 + + + not equals + 不等於 + + + of + / + + + or + + + + profiler_events + profiler_events + + + resource group + 資源群組 + + + server + 伺服器 + + + starts with + 開頭為 + + + subscription + 訂閱 + + + test + 測試 + + + undefined + 未定義 + + + untitled + 未命名 + + + updatingIntelliSense + updatingIntelliSense + + + vCores + V 核心 + + + value + + + + x of y selected + 已選取 x/y 項 + + + {0} (Current Account) + {0} is the account display name + {0} (目前的帳戶) + + + {0} (filtered) + {0} (已篩選) + + + {0} ({1}%) + {0} is the task status +{1} is the completion percent + {0} ({1}%) + + + {0} ({1}%): {2} + {0} is the task status +{1} is the completion percent +{2} is the task message + {0} ({1}%): {2} + + + {0} accounts + {0} is the number of accounts + {0} 帳戶 + + + {0} action for {1} + {0} is the action name (Create, Read, etc.) +{1} is the entity name + {1} 的 {0} 動作 + + + {0} change(s) + {0} is the number of changes + {0} 項變更 + + + {0} changed from '{1}' to '{2}' + {0} is the display name of the property +{1} is the old value +{2} is the new value + {0} 已從 '{1}' 變更為 '{2}' + + + {0} changes + {0} is the number of property changes + {0} 個變更 + + + {0} color swatch ({1}) + {0} is the connection group name +{1} is the color value applied to the group + {0} 色彩樣本 ({1}) + + + {0} column data + {0} is the number of columns + {0} 資料行資料 + + + {0} connection group imported + {0} is the number of connection groups imported (singular) + 已匯入 {0} 個連線群組 + + + {0} connection groups imported + {0} is the number of connection groups imported (plural) + 已匯入 {0} 個連線群組 + + + {0} connection imported + {0} is the number of connections imported (singular) + {0} 連線已匯入 + + + {0} connections imported + {0} is the number of connections imported (plural) + {0} 個連線已匯入 + + + {0} contains column types not supported by Data API builder: {1} + {0} is the DAB source type, e.g. Table or View +{1} is a comma-separated list of column names and their data types + {0} 包含資料 API 建立器不支援的資料行類型: {1} + + + {0} deleted successfully. + {0} deleted successfully. + 已成功刪除 {0}。 + + + {0} errors + {0} is the number of errors + {0} 個錯誤 + + + {0} events + {0} is the number of events + {0} 個事件 + + + {0} has been closed. Would you like to restore it? + {0} is the webview name + {0} 已關閉。您要還原嗎? + + + {0} invalid Entra accounts have been removed; you may need to run `MS SQL: Clear Microsoft Entra account token cache` and log in again. + {0} is the number of invalid accounts that have been removed + 已移除 {0} 無效的 Entra 帳戶;您可能需要執行 `MS SQL: 清除 Microsoft Entra 帳戶權杖快取`,然後重新登入。 + + + {0} is a primary key column and can't be disabled. + {0} is the backing database column name + {0} 是主索引鍵資料行,無法停用。 + + + {0} is not enabled globally + {0} is the API type, e.g. REST, GraphQL, or MCP + {0} 未全域啟用 + + + {0} issue + {0} is the number of issues + {0} 個問題 + + + {0} issues + {0} is the number of issues + {0} 個問題 + + + {0} must define one or more key fields to be used with Data API builder + {0} is the DAB source type, e.g. Table or View + {0} 必須定義一或多個索引鍵欄位,才能搭配資料 API 建立器使用 + + + {0} objects found + {0} is the number of objects found + 已找到 {0} 個物體 + + + {0} of {1} + {0} is the number of active elements +{1} is the total number of elements + {0}/{1} + + + {0} of {1} connection groups selected. + {0} is the number of groups selected for import +{1} is the total number of groups detected + 已選取 {0}/{1} 個連線群組。 + + + {0} of {1} connections selected + {0} is the number of connections selected for import +{1} is the total number of connections detected + 已選取 {0}/{1} 個連線 + + + {0} of {1} enabled + {0} is the number of enabled entities +{1} is the total number of entities + 已啟用 {0}/{1} + + + {0} of {1} rules + {0} is the filtered count, {1} is the total count + {0} / {1} 個規則 + + + {0} of {1} tenants + {0} is the number of tenants with active sessions +{1} is the total number of tenants + {0}/{1} 個租用戶 + + + {0} password doesn't match the confirmation password + {0} 密碼與確認密碼不相符 + + + {0} properties + {0} is the object type + {0} 屬性 + + + {0} query + {0} is the Quick Query shortcut name + {0} 個查詢 + + + {0} rows + {0} is the number of rows + {0} 列 + + + {0} rows returned + {0} is the number of rows returned + 傳回 {0} 列 + + + {0} rows selected, click to load summary + {0} is the number of rows to fetch summary statistics for + 已選取 {0} 列,按一下以載入摘要 + + + {0} rules + {0} is the number of code analysis rules + {0} 個規則 + + + {0} selected + {0} is the number of selected filter values + 已選取 {0} + + + {0} selected + {0} is the number of selected rows + 已選取 {0} + + + {0} setting imported + {0} is the number of settings imported (singular) + {0} 設定已匯入 + + + {0} settings imported + {0} is the number of settings imported (plural) + 已匯入 {0} 設定 + + + {0} started successfully. + {0} started successfully. + 已成功啟動 {0}。 + + + {0} stopped successfully. + {0} stopped successfully. + 已成功停止 {0}。 + + + {0} warnings + {0} is the number of warnings + {0} 個警告 + + + {0} {1} issue + {0} is the tab name +{1} is the number of issues + {0} {1} 問題 + + + {0} {1} issues + {0} is the tab name +{1} is the number of issues + {0} {1} 問題 + + + {0}, +{1} more + {0} is the first changed property label +{1} is the count of additional changed properties + {0} 及其他 {1} 個 + + + {0}. {1} + {0} is the status +{1} is the message + {0}。{1} + + + {0}/{1} + {0} is selected count +{1} is total count + {0}/{1} + + + {0}/{1} events + {0} is the filtered count, {1} is the total count + {0}/{1} 個活動 + + + {0}: {1} + {0} is the column name +{1} is the filter description + {0}: {1} + + + {0}: {1} + {0} is the qualified table name +{1} is the change description + {0}: {1} + + + {0}: {1} + {0} is the task name +{1} is the status + {0}: {1} + + + {0}: {1} + {0} is the task status +{1} is the task message + {0}: {1} + + + {0}: {1}. {2} + {0} is the task name +{1} is the status +{2} is the message + {0}: {1}. {2} + + + {0}d {1}h + {0} is the elapsed time in days +{1} is the remaining elapsed time in hours + {0} 天 {1} 小時 + + + {0}h + {0} is the number of hours + {0} 小時 + + + {0}h {1}m + {0} is the number of hours +{1} is the number of minutes + {0} 小時 {1} 分鐘 + + + {0}h {1}m + {0} is the elapsed time in hours +{1} is the remaining elapsed time in minutes + {0} 小時 {1} 分鐘 + + + {0}m + {0} is the number of minutes + {0} 分鐘 + + + {0}m {1}s + {0} is the number of minutes +{1} is the number of seconds + {0} 分鐘 {1} 秒 + + + {0}m {1}s + {0} is the elapsed time in minutes +{1} is the remaining elapsed time in seconds + {0} 分鐘 {1} 秒 + + + {0}ms + {0} is the number of milliseconds + {0} 毫秒 + + + {0}ms + {0} is the elapsed time in milliseconds + {0} 毫秒 + + + {0}s + {0} is the number of seconds + {0} 秒 + + + {0}s + {0} is the elapsed time in seconds + {0} 秒 + + + {{put-server-name-here}} + {{put-server-name-here}} + + + ✅ Grant Access + ✅ 授予存取權 + + + ✅ Grant Access (Current) + ✅ 授予存取權 (目前) + + + ❌ Deny Access + ❌ 拒絕存取 + + + ❌ Deny Access (Current) + ❌ 拒絕存取 (目前) + + + 👋 I'm GitHub Copilot for MSSQL extension, your intelligent SQL development assistant in Visual Studio Code. I help you connect, explore, design, and evolve your SQL databases directly from VS Code. + 👋 我是 GitHub Copilot for MSSQL 延伸模組,您在 Visual Studio Code 中的智慧型 SQL 開發助理。我可協助您直接從 VS Code 連線、探索、設計和發展 SQL 資料庫。 + + + + + + + Add Connection + 加入連接 + + + Add Connection Group + 新增連線群組 + + + Add Microsoft Entra Account + 新增 Microsoft Entra 帳戶 + + + Align SET clause items in UPDATE statements. + Align SET clause items in UPDATE statements. + + + Align column-definition fields, such as names, data types, and constraints. + Align column-definition fields, such as names, data types, and constraints. + + + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + Align the bodies of FROM, WHERE, GROUP BY, and similar clauses. + + + Allow external language content to use file paths. + Allow external language content to use file paths. + + + Allow external library content to use file paths. + Allow external library content to use file paths. + + + Allows users to sign in to input-constrained devices. + 允許使用者登入輸入限制的裝置。 + + + Always Encrypted + Always Encrypted + + + Always connect new editors and opened SQL files to the connection specified by `mssql.defaultConnectionId`. + 一律將新的編輯器和開啟的 SQL 檔案連線到 `mssql.defaultConnectionId` 指定的連線。 + + + An execution time-out of 0 indicates an unlimited wait (no time-out) + 執行逾時為 0 表示無限等候 (不逾時) + + + Analyze Query Performance + 分析查詢效能 + + + Application Intent + 應用程式意圖 + + + Automatically display query results in a new tab instead of the query pane. + 在新索引標籤中自動顯示查詢結果,而不是在查詢窗格中。 + + + Automatically reveal the results panel when switching to an editor with query results. Only applies when 'Open Results in Tab' is enabled. + 切換至包含查詢結果的編輯器時,自動顯示結果面板。此功能僅在啟用「在索引標籤中開啟結果」時生效。 + + + Azure MFA + Azure MFA + + + Background Tasks + 背景工作 + + + Backup Database... + 備份資料庫... + + + Build Data API... + 建立資料 API... + + + Cancel Connection (MSSQL) + 取消連線 (MSSQL) + + + Cancel Query (MSSQL) + 取消查詢 (MSSQL) + + + Cancel Task + 取消工作 + + + Carry the active editor's connection to newly opened query editor tabs and SQL files. + 將使用中編輯器的連線套用到新開啟的查詢編輯器索引標籤和 SQL 檔案。 + + + Change Connection (MSSQL) + 變更連線 (MSSQL) + + + Change Database (MSSQL) + 變更資料庫 (MSSQL) + + + Change Notebook Connection + 變更筆記本連線 + + + Change Notebook Database + 變更筆記本資料庫 + + + Choose SQL handler for this file + 選擇此檔案的 SQL 處理常式 + + + Choose how result grid columns are automatically sized (headers + data, data only, or disable auto sizing). + 選擇結果方格欄位的自動調整大小方式 (標題與資料、僅資料,或停用自動調整大小)。 + + + Chooses which Authentication method to use + 選擇要使用的驗證方法 + + + Clear All Connection Sharing Permissions + 清除所有連線共用權限 + + + Clear All Query History + 清除所有查詢歷史記錄 + + + Clear Filters + 清除篩選 + + + Clear Finished Tasks + 清除已完成的工作 + + + Clear Microsoft Entra account token cache + 清除 Microsoft Entra 帳戶權杖快取 + + + Clear Pooled Connections + 清除集區連線 + + + Command Timeout + 命令逾時 + + + Compare Schemas... + 比較結構描述... + + + Configure up to 10 Quick Queries that execute from commands. + 設定最多 10 個可從命令執行的快速查詢。 + + + Connect (MSSQL) + 連接 (MSSQL) + + + Connect to a SQL Database + 連線到 SQL 資料庫 + + + Connection Dialog + 連線對話方塊 + + + Connection Timeout + 連線逾時 + + + Connection groups + 連線群組 + + + Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette. + 在「使用者設定」中定義的連線設定檔會位於命令選擇區的「MS SQL: Connect」 命令之下。 + + + Connections + 連線 + + + Control which grid lines are visible in the results grid. + 控制結果網格中可見的格線。 + + + Controls how new SQL editor windows and opened SQL files are automatically connected. + 控制新的 SQL 編輯器視窗和開啟的 SQL 檔案要如何自動連線。 + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + 控制允許在記憶體中篩選及排序的資料列數目上限。如果超過此數目,就會停用排序和篩選。警告: 增加此數目可能會影響效能。 + + + Copy All + 複製全部 + + + Copy Cell Messages + 複製儲存格訊息 + + + Copy Connection String + 複製連線字串 + + + Copy Object Name + 複製物件名稱 + + + Create Azure Function with SQL binding + 使用 SQL 繫結建立 Azure 函數 + + + Create a Table with Table Designer + 使用資料表設計工具建立資料表 + + + Create a new table in your database, or edit existing tables with the table designer. +Once you're done making your changes, click the 'Publish' button to send the changes to your database. + 在您的資料庫中建立新資料表,或使用資料表設計工具編輯現有的資料表。 +完成變更後,請按一下「發佈」按鈕,將變更傳送到您的資料庫。 + + + DACPAC/BACPAC Operations... + DACPAC/BACPAC 作業... + + + Default view mode for query results display. + 查詢結果顯示的預設檢視模式。 + + + Delete + 刪除 + + + Delete Connection Group + 刪除連線群組 + + + Delete SQL Container + 刪除 SQL 容器 + + + Deploy DACPAC + 部署 DACPAC + + + Disable Actual Plan (MSSQL) + 停用實際計劃 (MSSQL) + + + Disable Group By Schema + 依架構停用群組 + + + Disable automatic column sizing + 停用自動欄位調整大小 + + + Disabled + 已停用 + + + Disconnect (MSSQL) + 中斷連線 (MSSQL) + + + Display name for this Quick Query. + 此快速查詢的顯示名稱。 + + + Display results in a formatted text format. + 以格式化文字格式顯示結果。 + + + Display results in a tabular grid format (default) + 以表格式格線格式顯示結果 (預設) + + + Do not auto-connect. You must connect each SQL file manually. + 不要自動連線。您必須手動連線每個 SQL 檔案。 + + + Do not show prompts to display query results in a new tab. + 不要顯示在新索引標籤中顯示查詢結果的提示。 + + + Drop Database... + 卸除資料庫... + + + Edit Connection Group + 編輯連線群組 + + + Edit Connection Sharing Permissions + 編輯連線共用權限 + + + Edit Connection... + 編輯連線... + + + Edit Table Data... + 編輯表格資料... + + + Enable Actual Plan (MSSQL) + 啟用實際計劃 (MSSQL) + + + Enable Group By Schema + 依架構啟用群組 + + + Enable Parameterization for Always Encrypted + 啟用 Always Encrypted 的參數化 + + + Enable Query History Capture + 啟用查詢記錄擷取 + + + Enable SET ANSI_DEFAULTS + 啟用 SET ANSI_DEFAULTS + + + Enable SET ANSI_NULLS + 啟用 SET ANSI_NULLS + + + Enable SET ANSI_NULL_DFLT_ON + 啟用 SET ANSI_NULL_DFLT_ON + + + Enable SET ANSI_PADDING + 啟用 SET ANSI_PADDING + + + Enable SET ANSI_WARNINGS + 啟用 SET ANSI_WARNINGS + + + Enable SET ARITHABORT option + 啟用 SET ARITHABORT 選項 + + + Enable SET CURSOR_CLOSE_ON_COMMIT + 啟用 SET CURSOR_CLOSE_ON_COMMIT + + + Enable SET DEADLOCK_PRIORITY option + 啟用 SET DEADLOCK_PRIORITY 選項 + + + Enable SET IMPLICIT_TRANSACTIONS + 啟用 SET IMPLICIT_TRANSACTIONS + + + Enable SET LOCK TIMEOUT option (in milliseconds) + 啟用 SET LOCK TIMEOUT 選項 (毫秒) + + + Enable SET NOCOUNT option + 啟用 SET NOCOUNT 選項 + + + Enable SET NOEXEC option + 啟用 SET NOEXEC 選項 + + + Enable SET PARSEONLY option + 啟用 SET PARSEONLY 選項 + + + Enable SET QUERY_GOVERNOR_COST_LIMIT + 啟用 SET QUERY_GOVERNOR_COST_LIMIT + + + Enable SET QUOTED_IDENTIFIER + 啟用 SET QUOTED_IDENTIFIER + + + Enable SET STATISTICS IO option + 啟用 SET STATISTICS IO 選項 + + + Enable SET STATISTICS TIME option + 啟用 SET STATISTICS TIME 選項 + + + Enable SET TRANSACTION ISOLATION LEVEL option + 啟用 SET TRANSACTION ISOLATION LEVEL 選項 + + + Enable SET XACT_ABORT ON option + 啟用 SET XACT_ABORT ON 選項 + + + Enable alternating row background colors (zebra striping) in the results grid. The color is derived from the current VS Code theme. + 在結果網格中啟用交替行背景色 (斑馬線條)。顏色取自目前的 VS Code 主題。 + + + Enable expand/collapse buttons in Schema Designer table nodes when tables have more than 10 columns + 當資料表有超過 10 個欄位時,在結構描述設計供具的資料表節點中啟用展開/折疊按鈕 + + + Enabled + 已啟用 + + + Enables connection pooling to improve overall connectivity performance. This setting is disabled by default. Visual Studio Code is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MS SQL: Clear Pooled Connections'. Note: May keep serverless databases active and prevent auto-pausing. + 啟用連線共用以改善整體連線效能。預設會停用此設定。值變更時,需要重新啟動 Visual Studio Code。若要清除集區連線,請執行命令: 'MS SQL: 清除集區連線'。注意: 可能會保持無伺服器資料庫處於活躍狀態並防止自動暫停。 + + + Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting. + 在 MSSQL 延伸模組中啟用實驗性功能。功能尚未就緒,可能會發生錯誤或問題。變更此設定後重新啟動 Visual Studio Code。 + + + Enables the preview query results grid experience with improved state management and more column customization options, including showing, hiding, and freezing columns. + 使用改善的狀態管理及更多資料行自訂選項 (包括顯示、隱藏和凍結資料行),增強預覽查詢結果方格體驗。 + + + Estimated Plan (MSSQL) + 預估計劃 (MSSQL) + + + Execute Query (MSSQL) + 執行查詢 (MSSQL) + + + Execute Selection or Current Statement (MSSQL) + 執行選取內容或目前陳述式 (MSSQL) + + + Explain Query + 說明查詢 + + + Export BACPAC + 匯出 BACPAC + + + Extra vertical padding in pixels added to each row in the results grid, controlling row density. Valid range: 0-10. + 為結果網格中的每一列額外增加的垂直內距 (以像素為單位),用於控制列的密度。有效範圍: 0-10。 + + + Extract DACPAC + 擷取 DACPAC + + + Familiarize yourself with more features of the MSSQL extension that can help you be more productive. + 熟悉 MSSQL 擴充功能的更多功能,其可協助您提高生產力。 + + + Filter + 篩選 + + + Filter your Object Explorer Tree + 篩選您的物件總管樹 + + + Format INSERT columns as multiline lists. + Format INSERT columns as multiline lists. + + + Format INSERT sources as multiline lists. + Format INSERT sources as multiline lists. + + + Format SELECT columns as multiline lists. + Format SELECT columns as multiline lists. + + + Format SET clause items as multiline lists. + Format SET clause items as multiline lists. + + + Format VIEW columns as multiline lists. + Format VIEW columns as multiline lists. + + + Format WHERE predicates as multiline lists. + Format WHERE predicates as multiline lists. + + + Generate Script + 產生指令碼 + + + Get Started with MSSQL for Visual Studio Code + 開始使用 Visual Studio Code 的 MSSQL + + + Getting Started Guide + 使用者入門指南 + + + Hide all grid lines + 隱藏所有格線 + + + Import BACPAC + 匯入 BACPAC + + + Import Data... + 匯入資料... + + + Indent SET clauses in UPDATE statements. + Indent SET clauses in UPDATE statements. + + + Indent VIEW bodies. + Indent VIEW bodies. + + + Insert a space between a data type and its parentheses, for example VARCHAR (255). + Insert a space between a data type and its parentheses, for example VARCHAR (255). + + + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + Insert spaces between parameters in a data type, for example DECIMAL (10, 2). + + + Keyword casing style. + Keyword casing style. + + + Launch Query Profiler... + 啟動 Query Profiler... + + + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Align column definitions. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control data type casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Control keyword and IntelliSense casing. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place SELECT statement object references on separate lines. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + Legacy formatter only: Place commas at the beginning instead of the end of list items. Set `mssql.format.enablePreviewFormatter` to `false` to use this setting. + + + MSSQL + MSSQL + + + MSSQL Copilot + MSSQL Copilot + + + Make a new connection to a SQL database, or edit existing connections with the connection dialog. +You can connect to a database by entering your connection information, using a connection string, or browsing your Azure subscriptions. +[Open Connection Dialog](command:mssql.addObjectExplorer) + 建立新的 SQL 資料庫連線,或使用連線對話方塊編輯現有的連線。 +您可以透過輸入連線資訊、使用連線字串,或瀏覽您的 Azure 訂閱,來連結到資料庫。 +[開啟連線對話方塊](command:mssql.addObjectExplorer) + + + Manage Connection Profiles + 管理連線設定檔 + + + Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647. + 執行查詢後,XML 資料行中每個值要儲存的字元數上限。預設: 2,097,152。有效值範圍: 1 到 2,147,483,647。 + + + Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647. + 執行查詢之後,字元/二進位資料行中每個值儲存的字元/位元組數目上限。預設: 65,535。有效值範圍: 1 到 2,147,483,647。 + + + Maximum number of events to keep in memory for the Profiler. When this limit is reached, older events are dropped. Increase this value if you need to retain more events during profiling sessions. + Profiler 記憶體中可保留的最大事件數量。達到此限制時,會刪除較舊的事件。若您需要在分析工作階段期間保留更多事件,請提高此數值。 + + + Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up. + 具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。 + + + Maximum number of rows to return before the server stops processing your query. + 要在伺服器停止處理查詢前傳回的資料列數上限。 + + + Maximum size of text and ntext data returned from a SELECT statement + SELECT 陳述式所傳回 text 與 Ntext 資料的大小上限 + + + Migrate from Azure Data Studio + 從 Azure Data Studio 移轉 + + + Modify Table Structure... + 修改資料表結構... + + + New Database... + 新增資料庫... + + + New Deployment + 新增部署 + + + New Query + 新增查詢 + + + New Query + 新增查詢 + + + New SQL Notebook + 新增 SQL Notebook + + + New Table + 新增資料表 + + + Next Steps with MSSQL for Visual Studio Code + Visual Studio Code 的 MSSQL 後續步驟 + + + Number of line breaks after each statement, from 0 through 5. + Number of line breaks after each statement, from 0 through 5. + + + Number of minutes to retain log files for backend services. Default is 1 week. + 為後端服務保留記錄檔的分鐘數。預設為 1 週。 + + + Number of query history entries to show in the Query History view + 要在查詢歷史記錄檢視中顯示的查詢歷史記錄項目的數目 + + + Object Explorer filters + 物件總管篩選條件 + + + Only see the database objects that matter most to you by applying filters to the Object Explorer tree. +Start by clicking the filter button next to most folders in the Connections view. + 只透過將篩選條件套用到物件總管樹,來查看對您最重要的資料庫物件。 +按一下 [連線] 檢視中大部分資料夾旁的篩選按鈕,即可開始。 + + + Open Changelog + 開啟變更記錄 + + + Open Execution Plan File + 開啟執行計畫檔案 + + + Open New Query and Connect + 開啟新查詢並連線 + + + Open Query + 開啟查詢 + + + Open Query History in Command Palette + 在命令選擇區中開啟查詢歷史記錄 + + + Open Query Profiler (Preview) XEL File + 開啟 Query Profiler (預覽) XEL 檔案 + + + Open Shortcuts Configuration + 開啟快速鍵設定 + + + Open Task Result + 開啟工作結果 + + + Open in GitHub Copilot Agent + 在 GitHub Copilot Agent 中開啟 + + + Open in GitHub Copilot Chat + 在 GitHub Copilot Chat 中開啟 + + + Open in MSSQL extension + 在 MSSQL 延伸模組中開啟 + + + Pause Query History Capture + 暫停查詢記錄擷取 + + + Place AS on its own line. + Place AS on its own line. + + + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + Place UNIQUE, INCLUDE, and WHERE portions of inline index definitions on separate lines. + + + Place a newline before JOIN clauses. + Place a newline before JOIN clauses. + + + Place a newline before the FROM clause. + Place a newline before the FROM clause. + + + Place a newline before the GROUP BY clause. + Place a newline before the GROUP BY clause. + + + Place a newline before the HAVING clause. + Place a newline before the HAVING clause. + + + Place a newline before the OFFSET clause. + Place a newline before the OFFSET clause. + + + Place a newline before the ORDER BY clause. + Place a newline before the ORDER BY clause. + + + Place a newline before the OUTPUT clause. + Place a newline before the OUTPUT clause. + + + Place a newline before the WHERE clause. + Place a newline before the WHERE clause. + + + Place a newline before the WINDOW clause. + Place a newline before the WINDOW clause. + + + Place a newline before the closing parenthesis of a multiline list. + Place a newline before the closing parenthesis of a multiline list. + + + Place a newline before the opening parenthesis of a multiline list. + Place a newline before the opening parenthesis of a multiline list. + + + Place the CHECK clause of a constraint on its own line. + Place the CHECK clause of a constraint on its own line. + + + Preserve comments during formatting. + Preserve comments during formatting. + + + Prevent automatic execution of scripts (e.g., 'Select Top 1000'). When enabled, scripts will not be automatically executed upon generation. + 防止指令碼自動執行 (例如「選取前 1000 筆」)。啟用後,指令碼不會在產生時自動執行。 + + + Prompts users to sign in using their browser. + 提示使用者使用瀏覽器登入。 + + + Query History + 查詢歷史記錄 + + + Query Results + 查詢結果 + + + Query editor and query results pane + 查詢編輯器和查詢結果窗格 + + + Query plan visualization + 查詢計劃視覺效果 + + + Refresh + 重新整理 + + + Refresh IntelliSense Cache + 重新整理 IntelliSense 快取 + + + Remove Connection + 移除連線 + + + Remove Microsoft Entra Account + 移除 Microsoft Entra 帳戶 + + + Rename Database... + 重新命名資料庫... + + + Replication + 複寫 + + + Restore Database... + 還原資料庫... + + + Reveal Query Result (MSSQL) + 顯示查詢結果 (MSSQL) + + + Rewrite Query + 改寫查詢 + + + Run Query + 執行查詢 + + + Run Quick Query 1 + 執行快速查詢 1 + + + Run Quick Query 10 + 執行快速查詢 10 + + + Run Quick Query 2 + 執行快速查詢 2 + + + Run Quick Query 3 + 執行快速查詢 3 + + + Run Quick Query 4 + 執行快速查詢 4 + + + Run Quick Query 5 + 執行快速查詢 5 + + + Run Quick Query 6 + 執行快速查詢 6 + + + Run Quick Query 7 + 執行快速查詢 7 + + + Run Quick Query 8 + 執行快速查詢 8 + + + Run Quick Query 9 + 執行快速查詢 9 + + + Run a SQL Query + 執行 SQL 查詢 + + + SQL Container Name + SQL 容器名稱 + + + SQL Container Version + SQL 容器版本 + + + SQL Server Extended Events Log + SQL Server 擴充活動記錄 + + + SQL Tools (MSSQL) + SQL 工具 (MSSQL) + + + SQL engine type used to parse and generate formatted scripts. + SQL engine type used to parse and generate formatted scripts. + + + SQL text for this Quick Query. Use {arg} to insert selected query-editor text; otherwise, it is appended. + 此快速查詢的 SQL 文字。使用 {arg} 插入選取的查詢編輯器文字;否則會將其附加。 + + + Script as Alter + 修改指令碼 + + + Script as Create + 建立指令碼 + + + Script as Drop + 卸除指令碼 + + + Script as Execute + 執行指令碼 + + + Search Database Objects... + 搜尋資料庫物件... + + + Select Top 1000 + 選取前 1000 + + + Selected Azure subscriptions for browsing and managing servers and databases + 選取用於流覽及管理伺服器和資料庫的 Azure 訂用帳戶 + + + Selected Microsoft Fabric workspaces for browsing and managing SQL databases + 選取的 Microsoft Fabric 工作區用於瀏覽及管理 SQL 資料庫 + + + Send Feedback + 傳送意見反應 + + + Set the font family for the results grid; set to blank to use the editor font + 設定結果網格的字體大小,設定為空值以使用編輯器字體 + + + Set the font size for the results grid; set to blank to use the editor size + 設定結果網格的字體大小,設定為空值以使用編輯器大小 + + + Shortcuts handled inside MSSQL views + 在 MSSQL 檢視內處理的快速鍵 + + + Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false' + BIT 資料行是否顯示為數字 (1 或 0)?若為 false, BIT 資料行將會顯示為 'true' 或 'false' + + + Should IntelliSense be enabled + 是否啟用 IntelliSense + + + Should IntelliSense error checking be enabled + 是否啟用 IntelliSense 錯誤檢查 + + + Should IntelliSense quick info be enabled + 是否啟用 IntelliSense 快速諮詢 + + + Should IntelliSense suggestions be enabled + 是否啟用 IntelliSense 建議 + + + Should Personally Identifiable Information (PII) be logged in the Azure Logs output channel and the output channel log file. + 是否要將個人識別資訊 (PII) 記錄在 Azure 記錄輸出通道與輸出通道記錄檔中。 + + + Should Query History feature be enabled + 是否要啟用查詢歷史記錄功能 + + + Should language service be auto-disabled when extension detects Non-MSSQL files + 當延伸模組偵測到非 MSSQL 檔案時,是否應自動停用語言服務 + + + Should query result selections and scroll positions be saved when switching tabs (may impact performance) + 是否要在切換索引標籤時儲存查詢結果選項和捲動位置 (可能影響效能) + + + Show both horizontal and vertical grid lines + 同時顯示水平與垂直格線 + + + Show changelog after extension updates + 擴充功能更新後顯示變更記錄 + + + Show only horizontal grid lines + 僅顯示水平格線 + + + Show only vertical grid lines + 僅顯示垂直格線 + + + Show the active SQL connection details as a CodeLens suggestion at the top of the editor for quick visibility. + 在編輯器頂部以 CodeLens 建議顯示使用中 SQL 連線詳細資料,以便快速查看。 + + + Sort and Filter Query Results + 對查詢結果進行排序和篩選 + + + Sort and filter options for query results + 對查詢結果的選項進行排序和篩選 + + + Sort and filter your query results to find the data you need quickly. + 對查詢結果進行排序和篩選,以快速找到您需要的資料。 + + + Sovereign cloud equivalent for `.crm.dynamics.com` (including leading dot) + `.crm.dynamics.com` 的主權雲端對等項目 (包括前置點) + + + Sovereign cloud equivalent for `.database.fabric.microsoft.com` (including leading dot) + `.database.fabric.microsoft.com` 的主權雲端對等項目 (包括前置點) + + + Sovereign cloud equivalent for `.database.windows.net` (including leading dot) + `.database.windows.net` 的主權雲端對等項目 (包括前置點) + + + Sovereign cloud equivalent for `.datawarehouse.fabric.microsoft.com` (including leading dot) + `.datawarehouse.fabric.microsoft.com` 的主權雲端對等項目 (包括前置點) + + + Sovereign cloud equivalent for `.sql.azuresynapse.net` (including leading dot) + `.sql.azuresynapse.net` 的主權雲端對等項目 (包括前置點) + + + Sovereign cloud equivalent for `https://analysis.windows.net/powerbi/api/` + `https://analysis.windows.net/powerbi/api/` 的主權雲端對等項目 + + + Sovereign cloud equivalent for `https://api.fabric.microsoft.com/v1/` + `https://api.fabric.microsoft.com/v1/` 的主權雲端對等項目 + + + Sovereign cloud equivalent for `https://database.windows.net/` + `https://database.windows.net/` 的主權雲端對等項目 + + + Sovereign cloud equivalent for `https://vault.azure.net/` + `https://vault.azure.net/` 的主權雲端對等項目 + + + Start Query History Capture + 開始查詢記錄擷取 + + + Start SQL Container + 啟動 SQL 容器 + + + Stop SQL Container + 停止 SQL 容器 + + + T-SQL version used to parse and generate formatted scripts. + T-SQL version used to parse and generate formatted scripts. + + + Table Designer + 資料表設計工具 + + + Temporarily store passwords for connections with 'Saved Passwords' disabled, until the extension is restarted. This prevents repeated password prompts when reusing connections within the same session. + 暫時儲存停用「已儲存密碼」的連線密碼,直到延伸模組重新啟動。這樣可以防止在同一工作階段中重複使用連線時出現多次密碼提示。 + + + The ID (GUID) of the connection profile to use when `mssql.newEditorConnectionBehavior` is set to `defaultConnection`. The connection ID can be found in your settings.json under `mssql.connections`. + 當 `mssql.newEditorConnectionBehavior` 設定為 `defaultConnection` 時,要使用的連線設定檔識別碼 (GUID)。您可以在 `settings.json` 的 `mssql.connections` 底下找到連線識別碼。 + + + The additional, MSSQL-specific custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `microsoft-sovereign-cloud.environment` to `custom` and providing values for `microsoft-sovereign-cloud.customEnvironment` is required to use this feature with MSSQL. + 要與 Microsoft 主權雲端驗證提供者搭配使用的主權雲端的其他 MSSQL 特定自訂設定。這項功能必須搭配將 'microsoft-sovereign-cloud.environment' 設定為 'custom' 並提供 'microsoft-sovereign-cloud.customEnvironment' 的值,才能使用此功能搭配 MSSQL。 + + + The color of the connection group. + 連線群組的色彩。 + + + The description of the connection group. + 連線群組的描述。 + + + The maximum number of characters to display for the connection info in the status bar. Set to -1 for no limit. + 在狀態列中顯示連線資訊的最大字元數。設為 -1 以表示無限制。 + + + The maximum number of recently used connections to store in the connection list. + 儲存在連線清單中最近使用的連線數上限。 + + + The name of the connection group. + 連線群組的名稱。 + + + The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds. + 在物件總管中展開節點的逾時秒數。預設值為 45 秒。 + + + The unique identifier for the connection group this connection profile belongs to. + 此連線設定檔所屬的連線群組的唯一識別碼。 + + + The unique identifier for the connection group. + 此連線群組的唯一識別碼。 + + + The unique identifier for the parent connection group. + 此父連線群組的唯一識別碼。 + + + The unique identifier for this connection profile. + 此連線設定檔的唯一識別碼。 + + + This setting is deprecated. Use `mssql.newEditorConnectionBehavior` instead. The extension will automatically migrate this setting on startup. + 此設定已棄用。請改用 `mssql.newEditorConnectionBehavior`。擴充功能會在啟動時自動移轉此設定。 + + + This setting will be removed in a future release. + 此設定將會在未來版本中移除。 + + + Toggle Actual Plan + 切換實際計劃 + + + Toggle Query Result Panel Visibility (MSSQL) + 切換查詢結果面板可見度 (MSSQL) + + + Toggle SQLCMD Mode + 切換 SQLCMD 模式 + + + True for the messages pane to be open by default; false for closed + true 表示訊息窗格會依預設開啟;false 表示已關閉 + + + Understand what your query is doing by viewing the query plan. +See the estimated plan without running the query, or view the actual query plan after running the query by toggling the buttons at the top of a query editor window. + 檢視查詢計劃以了解您的查詢正在執行的動作。 +查看預估計劃而不執行查詢,或在執行查詢後透過切換查詢編輯器視窗頂端的按鈕,來檢視實際的查詢計劃。 + + + Use Database + 使用資料庫 + + + Use column headers and data to size columns automatically + 使用欄位標題與資料自動調整欄位大小 + + + Use only column headers to size columns automatically + 僅使用欄位標題自動調整欄位大小 + + + Use only row data to size columns automatically + 僅使用列資料自動調整欄位大小 + + + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + Use the new SQL formatter. Disable this setting to temporarily use the legacy formatter. + + + Uses VS Code signed-in accounts for Microsoft Entra ID MFA authentication to SQL. Restart Visual Studio Code after changing this setting. + 使用 VS Code 登入帳號進行 Microsoft Entra ID MFA 驗證以連接 SQL。變更此設定後重新啟動 Visual Studio Code。 + + + View Task Logs + 檢視工作記錄 + + + Visualize a Query Plan + 將查詢計劃視覺化 + + + Visualize and Design Schema... + 視覺化與設計結構描述... + + + When enabled, Copy All in the query result Messages pane includes message timestamps. + 啟用後,查詢結果 [訊息] 窗格中的 [複製全部] 會包含訊息時間戳記。 + + + When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file. + 啟用後,會自動將目前連線轉移到新開啟的 SQL 檔案。停用時,您必須針對每個 SQL 檔案明確連接資料庫。 + + + When enabled, colorizes the connection status bar item with the color of the connection group. This setting is disabled by default. This uses the connection group folder's color directly, and does not alter it in order to ensure contrast with the current VS Code theme. Users should choose connection group colors that work well with their theme. + 啟用後,系統會將連線狀態列項目以連線群組的顏色進行著色。預設會停用此設定。 這會直接使用連線群組資料夾的顏色,且不會進行調整,以確保與目前的 VS Code 主題具有足夠的對比度。使用者應選擇適合其主題的連線群組顏色。 + + + When enabled, connection groups will be collapsed instead of expanded at startup. + 啟用時,連線群組會於啟動時摺疊而非展開。 + + + When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code. + 啟用時,儲存的查詢結果匯出會在匯出後開啟。Excel 匯出可使用系統檔案處理常式開啟; 文字匯出可在 VS Code 中開啟。 + + + When enabled, the database objects in Object Explorer will be categorized by schema. + 啟用時,物件總管中的資料庫物件會依架構分類。 + + + Windows Authentication + Windows 驗證 + + + Write a SQL query, and run it against your database. +You can also click the 'Open in New Tab' button to view your query results in their own tab, and optionally set that as the default behavior. + 撰寫 SQL 查詢,並根據您的資料庫執行。 +您也可以按一下「在新索引標籤中開啟」按鈕,以在其自己的索引標籤中檢視查詢結果,並選擇性地將其設定為預設行為。 + + + Your first steps for connecting to and developing with a SQL database + 您使用 SQL 資料庫進行連線及開發的第一步 + + + [Optional] A non-negative number used to sort this connection group in the Object Explorer sidebar. Groups with an 'order' value are displayed first, lowest to highest; remaining groups follow in alphabetical order. + [選用] 用於在物件總管側邊欄中排序此連線群組的非負數。具有 'order' 值的群組會先顯示,從最低到最高;其餘群組則依字母順序排列。 + + + [Optional] A non-negative number used to sort this connection in the Object Explorer sidebar. Connections with an 'order' value are displayed first, lowest to highest; remaining connections follow in alphabetical order. + [選用] 用於在物件總管側邊欄中排序此連線的非負數。具有 'order' 值的連線會先顯示,從最低到最高;其餘連線則依字母順序排列。 + + + [Optional] Character used for enclosing text fields when saving results as CSV + [選用] 將結果另存為 CSV 時封閉文字欄位的字元 + + + [Optional] Character(s) used for separating rows when saving results as CSV + [選用] 將結果另存為 CSV 時分隔資料行的字元 + + + [Optional] Configuration options for copying multi-line results from the Results View + [選用] 從結果檢視內複製多行結果的組態選項 + + + [Optional] Configuration options for copying results from the Results View + [選用] 從結果檢視內複製結果的組態選項 + + + [Optional] Configuration options for which column new result panes should open in + [選用] 哪一個資料行應該開啟新結果窗格的組態選項 + + + [Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail. + [選用] 連線至 SQL Server 時宣告其應用程式工作附載類型,例如 ReadWrite 或 ReadOnly。更多詳細資訊請參閱 SQL Server AlwaysOn。 + + + [Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\t), semicolon (;), or pipe (|) + [選用] 將結果另存為 CSV 時分隔資料項目的分隔符號。從常用的分隔符號中選擇,例如逗號 (,)、定位字元 (\t)、分號 (;) 或直立分隔號 (|) + + + [Optional] Do not show unsupported platform warnings + [選用] 不要顯示不支援的平台警告 + + + [Optional] File encoding used when saving results as CSV. Choose from UTF-8 (recommended), UTF-16, ASCII, or Latin-1 based on your target application compatibility + [選用] 將結果另存為 CSV 時使用的檔案編碼。根據您的目標應用程式相容性,從 UTF-8 (建議)、UTF-16、ASCII 或 Latin-1 中進行選擇 + + + [Optional] Indicates the SQL Server language settings. + [選用] 指定 SQL Server 語言設定。 + + + [Optional] Indicates the name of local docker container the connection is on + [選用] 指出連接所使用的的本機 Docker 容器名稱 + + + [Optional] Indicates whether this profile has an empty password explicitly set + [選用] 指示此設定檔是否明確地設定了空密碼 + + + [Optional] Indicates which server type the provider will expose through the DataReader. + [選用] 指定提供者將透過 DataReader 公開的伺服器類型。 + + + [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools) + [Optional] 在 VS Code 主控台中記錄偵錯輸出 (說明 -> 切換開發人員工具) + + + [Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information + [選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊 + + + [Optional] Should execution time be shown for individual batches + [選用] 是否顯示個別批次的執行時間 + + + [Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code. + [選用] 指定連線設定檔自訂名稱,以便在 Visual Studio Code 命令選擇區中輕鬆地瀏覽與搜尋。 + + + [Optional] Specify the SQL Server authentication type. + [選用] 指定 SQL Server 驗證類型。 + + + [Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'. + [選用] 指定要連線的伺服器名稱。如果未指定資料庫,系統會使用預設的使用者資料庫設定,通常為 'master'。 + + + [Optional] Specify the delay between attempts to restore connection. + [選用] 指定嘗試恢復連線的延遲時間。 + + + [Optional] Specify the length of time in seconds to wait for a command to execute before terminating the attempt and generating an error. The default value is 30 seconds. + [選用] 指定在終止嘗試並產生錯誤之前,要等待命令執行的時間長度 (以秒為單位)。預設值為 30 秒。 + + + [Optional] Specify the length of time in seconds to wait for a connection to the server before terminating connection attempt and generating an error. The default value is 30 seconds. + [選用] 指定在終止嘗試連線並產生錯誤之前,要等待伺服器連線的時間長度 (以秒為單位)。預設值為 30 秒。 + + + [Optional] Specify the maximum number of connections allowed in the pool. + [選用] 指定集區中允許的最大連線數。 + + + [Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted. + [選用] 指定連線移除/刪除前在集區中的最短留存時間 (秒)。 + + + [Optional] Specify the minimum number of connections allowed in the pool. + [選用] 指定集區中允許的最小連線數。 + + + [Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql'). + [選用] 指定 SQL Server 用來記錄的應用程式名稱 (預設: 'vscode-mssql')。 + + + [Optional] Specify the name of the primary file, including the full path name, of an attachable database. + [選用] 指定主要檔案名稱,包含可附加資料庫的完整路徑名稱。 + + + [Optional] Specify the name of the workstation connecting to SQL Server. + [選用] 指定連線至 SQL Server 的工作站名稱。 + + + [Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner. + [選用] 指定作為容錯轉移夥伴的 SQL Server 執行個體名稱或網路位址。 + + + [Optional] Specify the number of attempts to restore connection. + [選用] 指定嘗試恢復連線的次數。 + + + [Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again. + [選用] 指定密碼以進行 SQL Server 驗證。如果未指定或已儲存密碼,連線時系統將再次提醒您。 + + + [Optional] Specify the port number to connect to. + [選用] 指定要連線的連接埠號碼。 + + + [Optional] Specify the size in bytes of the network packets to communicate with SQL Server. + [選用] 指定與 SQL Server 通訊的網路封包大小 (位元組)。 + + + [Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again. + [選用] 指定使用者名稱以進行 SQL Server 驗證。如果未指定使用者名稱,連線時系統將再次提醒您。 + + + [Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection. + [選用] 連線使用的 ADO.NET 的連線字串。覆寫連線中任何其他的給定選項。 + + + [Optional] Used by SQL Server in replication. + [選用] 供 SQL Server 在複寫機制內使用。 + + + [Optional] When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards. + [選用] 當 [強制] 或 [嚴格] 時,若伺服器已安裝憑證,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密。當設定為 [嚴格] 時,SQL Server 會為所有在用戶端和伺服器之間的資料傳輸使用 TDS 8.0。SQL Server 2022 與更新版本支援 [嚴格]。 + + + [Optional] When set to 'true', multiple result sets can be returned and read from on connection. + [選用] 設定為 'true' 時,可從連線回傳與讀取多個結果集。 + + + [Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection. + [選用] 設定為 'true' 時,當通訊層使用 SSL 加密時,系統會自動信任 SQL Server SSL 憑證。將 Azure SQL Database 連線設定為 'false'。 + + + [Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Note: May keep serverless databases active and prevent auto-pausing. + [選項] 設定為 'true' 時,系統會從適當的集區中繪製連線物件;如果需要,也會建立該物件並新增到適當的集區中。注意: 可能會保持無伺服器資料庫處於活躍狀態並防止自動暫停。 + + + [Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets. + [選項] 設定為 'true' 時,如果是在不同的子網路上設定 Always On 可用性群組,則對作用中的伺服器的偵測和連線速度會更快。 + + + [Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows. + [選用] 設定為 'true' 時,SQL Server 驗證密碼將儲存在作業系統的安全儲存區,例如 MacOS 的 KeyChain 或 Windows 的安全存放區。 + + + [Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. + [選用] 設定為 false 時,若已開啟連線或處於已經連線狀態,則系統不會將密碼等安全敏感資訊包含在連線訊息中回傳。 + + + [Optional] When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate. + [選用] 指定 (和 encrypt=Mandatory 和 trustServerCertificate=false) 時,SQL Server 使用提供的主機名稱來驗證與伺服器憑證的信任。 + + + [Optional] When true, column headers are included when saving results as CSV + [選用] 設定為 true 時,另存結果為 CSV 時會包含資料行標題 + + + [Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database. + [必要] 指定要連線的伺服器名稱。Azure SQL Database 請使用 'hostname instance' 或 '<server>.database.windows.net'。 + + + auth + 驗證 + + + database + 資料庫 + + + port + 連接埠 + + + server + 伺服器 + + + user + 使用者 + + + \ No newline at end of file