mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] update to langpack source files (new format), and fix for vscode filter (#23698)
* [Loc] update to langpack source files (new format), and fix for vscode filter * added markdown * added in yarn lock
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -183,7 +183,7 @@ const textFields = {
|
||||
//list of extensions from vscode that are to be included with ADS.
|
||||
const VSCODEExtensions = [
|
||||
"bat",
|
||||
"builtin-notebook-renderer",
|
||||
"builtin-notebook-renderers", // notebook renderers
|
||||
"configuration-editing",
|
||||
"docker",
|
||||
"git",
|
||||
@@ -194,7 +194,7 @@ const VSCODEExtensions = [
|
||||
"ipynb",
|
||||
"json",
|
||||
"json-language-features",
|
||||
"markdown-basics",
|
||||
"markdown", // markdown-basics
|
||||
"markdown-language-features",
|
||||
"markdown-math",
|
||||
"media-preview",
|
||||
@@ -213,7 +213,7 @@ const VSCODEExtensions = [
|
||||
"theme-monokai-dimmed",
|
||||
"theme-quietlight",
|
||||
"theme-red",
|
||||
"vscode-theme-seti",
|
||||
"vscode-theme-seti", // theme-seti
|
||||
"theme-solarized-dark",
|
||||
"theme-solarized-light",
|
||||
"theme-tomorrow-night-blue",
|
||||
@@ -406,10 +406,18 @@ export function renameVscodeLangpacks(): Promise<void> {
|
||||
//Get list of md files in ADS langpack, to copy to vscode langpack prior to renaming.
|
||||
let globMDArray = glob.sync(path.join(locADSFolder, '*.md'));
|
||||
|
||||
//Copy files to vscode langpack, then remove the ADS langpack, and finally rename the vscode langpack to match the ADS one.
|
||||
//Copy MD files to vscode langpack.
|
||||
globMDArray.forEach(element => {
|
||||
fs.copyFileSync(element, path.join(locVSCODEFolder, path.parse(element).base));
|
||||
});
|
||||
|
||||
//Copy yarn.lock (required for packaging task)
|
||||
let yarnLockPath = path.join(locADSFolder, 'yarn.lock');
|
||||
if (fs.existsSync(yarnLockPath)) {
|
||||
fs.copyFileSync(yarnLockPath, path.join(locVSCODEFolder, 'yarn.lock'));
|
||||
}
|
||||
|
||||
//remove the ADS langpack, and finally rename the vscode langpack to match the ADS one.
|
||||
rimraf.sync(locADSFolder);
|
||||
fs.renameSync(locVSCODEFolder, locADSFolder);
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-de" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* July 10, 2023 - Release for Azure Data Studio 1.45
|
||||
* May 8, 2023 - Release for Azure Data Studio 1.44
|
||||
* March 30, 2023 - Release for Azure Data Studio 1.43
|
||||
* March 6, 2023 - Release for Azure Data Studio 1.42
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-de",
|
||||
"displayName": "German Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for German",
|
||||
"version": "1.44.0",
|
||||
"version": "1.45.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,12 +11,15 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.44.0"
|
||||
"azdata": "^1.45.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
"Language Packs"
|
||||
],
|
||||
"keywords": [
|
||||
"Deutsch"
|
||||
],
|
||||
"contributes": {
|
||||
"localizations": [
|
||||
{
|
||||
@@ -30,171 +33,147 @@
|
||||
},
|
||||
{
|
||||
"id": "vscode.bat",
|
||||
"path": "./translations/extensions/bat.i18n.json"
|
||||
"path": "./translations/extensions/vscode.bat.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.builtin-notebook-renderers",
|
||||
"path": "./translations/extensions/vscode.builtin-notebook-renderers.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.configuration-editing",
|
||||
"path": "./translations/extensions/configuration-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.csharp",
|
||||
"path": "./translations/extensions/csharp.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.dart",
|
||||
"path": "./translations/extensions/dart.i18n.json"
|
||||
"path": "./translations/extensions/vscode.configuration-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.docker",
|
||||
"path": "./translations/extensions/docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.fsharp",
|
||||
"path": "./translations/extensions/fsharp.i18n.json"
|
||||
"path": "./translations/extensions/vscode.docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git-base",
|
||||
"path": "./translations/extensions/git-base.i18n.json"
|
||||
"path": "./translations/extensions/vscode.git-base.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git",
|
||||
"path": "./translations/extensions/git.i18n.json"
|
||||
"path": "./translations/extensions/vscode.git.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.github-authentication",
|
||||
"path": "./translations/extensions/github-authentication.i18n.json"
|
||||
"path": "./translations/extensions/vscode.github-authentication.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.github",
|
||||
"path": "./translations/extensions/github.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.html",
|
||||
"path": "./translations/extensions/html.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.image-preview",
|
||||
"path": "./translations/extensions/image-preview.i18n.json"
|
||||
"path": "./translations/extensions/vscode.github.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.ipynb",
|
||||
"path": "./translations/extensions/ipynb.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.javascript",
|
||||
"path": "./translations/extensions/javascript.i18n.json"
|
||||
"path": "./translations/extensions/vscode.ipynb.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.json-language-features",
|
||||
"path": "./translations/extensions/json-language-features.i18n.json"
|
||||
"path": "./translations/extensions/vscode.json-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.json",
|
||||
"path": "./translations/extensions/json.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.julia",
|
||||
"path": "./translations/extensions/julia.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-basics",
|
||||
"path": "./translations/extensions/markdown-basics.i18n.json"
|
||||
"path": "./translations/extensions/vscode.json.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-language-features",
|
||||
"path": "./translations/extensions/markdown-language-features.i18n.json"
|
||||
"path": "./translations/extensions/vscode.markdown-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-math",
|
||||
"path": "./translations/extensions/markdown-math.i18n.json"
|
||||
"path": "./translations/extensions/vscode.markdown-math.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown",
|
||||
"path": "./translations/extensions/vscode.markdown.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.media-preview",
|
||||
"path": "./translations/extensions/vscode.media-preview.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.merge-conflict",
|
||||
"path": "./translations/extensions/merge-conflict.i18n.json"
|
||||
"path": "./translations/extensions/vscode.merge-conflict.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.microsoft-authentication",
|
||||
"path": "./translations/extensions/microsoft-authentication.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.notebook-renderers",
|
||||
"path": "./translations/extensions/notebook-renderers.i18n.json"
|
||||
"path": "./translations/extensions/vscode.microsoft-authentication.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.powershell",
|
||||
"path": "./translations/extensions/powershell.i18n.json"
|
||||
"path": "./translations/extensions/vscode.powershell.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.python",
|
||||
"path": "./translations/extensions/python.i18n.json"
|
||||
"path": "./translations/extensions/vscode.python.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.r",
|
||||
"path": "./translations/extensions/r.i18n.json"
|
||||
"path": "./translations/extensions/vscode.r.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.search-result",
|
||||
"path": "./translations/extensions/search-result.i18n.json"
|
||||
"path": "./translations/extensions/vscode.search-result.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.simple-browser",
|
||||
"path": "./translations/extensions/simple-browser.i18n.json"
|
||||
"path": "./translations/extensions/vscode.simple-browser.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.sql",
|
||||
"path": "./translations/extensions/sql.i18n.json"
|
||||
"path": "./translations/extensions/vscode.sql.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-abyss",
|
||||
"path": "./translations/extensions/theme-abyss.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-abyss.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-defaults",
|
||||
"path": "./translations/extensions/theme-defaults.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-defaults.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-kimbie-dark",
|
||||
"path": "./translations/extensions/theme-kimbie-dark.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-kimbie-dark.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-monokai-dimmed",
|
||||
"path": "./translations/extensions/theme-monokai-dimmed.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-monokai-dimmed.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-monokai",
|
||||
"path": "./translations/extensions/theme-monokai.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-monokai.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-quietlight",
|
||||
"path": "./translations/extensions/theme-quietlight.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-quietlight.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-red",
|
||||
"path": "./translations/extensions/theme-red.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.vscode-theme-seti",
|
||||
"path": "./translations/extensions/theme-seti.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-red.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-solarized-dark",
|
||||
"path": "./translations/extensions/theme-solarized-dark.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-solarized-dark.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-solarized-light",
|
||||
"path": "./translations/extensions/theme-solarized-light.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-solarized-light.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-tomorrow-night-blue",
|
||||
"path": "./translations/extensions/theme-tomorrow-night-blue.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-tomorrow-night-blue.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.vscode-theme-seti",
|
||||
"path": "./translations/extensions/vscode.vscode-theme-seti.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.xml",
|
||||
"path": "./translations/extensions/xml.i18n.json"
|
||||
"path": "./translations/extensions/vscode.xml.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.yaml",
|
||||
"path": "./translations/extensions/yaml.i18n.json"
|
||||
"path": "./translations/extensions/vscode.yaml.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.admin-tool-ext-win",
|
||||
@@ -220,10 +199,6 @@
|
||||
"id": "Microsoft.azurecore",
|
||||
"path": "./translations/extensions/azurecore.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azurehybridtoolkit",
|
||||
"path": "./translations/extensions/azurehybridtoolkit.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.cms",
|
||||
"path": "./translations/extensions/cms.i18n.json"
|
||||
@@ -248,10 +223,6 @@
|
||||
"id": "Microsoft.machine-learning",
|
||||
"path": "./translations/extensions/machine-learning.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.sqlservernotebook",
|
||||
"path": "./translations/extensions/Microsoft.sqlservernotebook.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.mssql",
|
||||
"path": "./translations/extensions/mssql.i18n.json"
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description.sqlserverNotebooks": "Notebooks erleichtern Ihnen den Einstieg in SQL Server sowie in die Fehlerbehebung.",
|
||||
"title.sqlServer2019Book": "Leitfaden zu SQL Server 2019",
|
||||
"title.sqlServerNotebooks": "SQL Server-Notebooks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -74,34 +74,37 @@
|
||||
"azure.subscriptionError": "Fehler beim Abrufen von Abonnements für das Konto {0}. Aktualisieren Sie das Konto."
|
||||
},
|
||||
"dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": {
|
||||
"azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics-Arbeitsbereich"
|
||||
"azure.resource.providers.AzureMonitorContainerLabel": "Log Analytics-Arbeitsbereiche"
|
||||
},
|
||||
"dist/azureResource/providers/cosmosdb/mongo/cosmosDbMongoTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.cosmosDbMongoContainerLabel": "CosmosDB für Mongo"
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.cosmosDbMongoContainerLabel": "Azure CosmosDB for MongoDB"
|
||||
},
|
||||
"dist/azureResource/providers/database/databaseTreeDataProvider": {
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "SQL-Datenbank"
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "SQL-Datenbanken"
|
||||
},
|
||||
"dist/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "SQL Server"
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "SQL Server-Instanzen"
|
||||
},
|
||||
"dist/azureResource/providers/kusto/kustoTreeDataProvider": {
|
||||
"azure.resource.providers.KustoContainerLabel": "Azure Data Explorer-Cluster"
|
||||
},
|
||||
"dist/azureResource/providers/mysqlFlexibleServer/mysqlFlexibleServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.mysqlFlexibleServerContainerLabel": "Azure Database for MySQL – Flexibler Server"
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.mysqlFlexibleServerContainerLabel": "Flexible Server für Azure Database for MySQL"
|
||||
},
|
||||
"dist/azureResource/providers/postgresArcServer/postgresServerTreeDataProvider": {
|
||||
"azure.resource.providers.postgresArcServer.treeDataProvider.postgresServerContainerLabel": "PostgreSQL Hyperscale – Azure Arc"
|
||||
"dist/azureResource/providers/postgresArcServer/postgresArcServerTreeDataProvider": {
|
||||
"azure.resource.providers.postgresArcServer.treeDataProvider.postgresServerContainerLabel": "PostgreSQL-Server – Azure Arc"
|
||||
},
|
||||
"dist/azureResource/providers/postgresFlexibleServer/postgresFlexibleServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresFlexibleServerContainerLabel": "Flexible Server für Azure Database for PostgreSQL"
|
||||
},
|
||||
"dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Azure Database for PostgreSQL-Server"
|
||||
},
|
||||
"dist/azureResource/providers/sqlinstance/sqlInstanceTreeDataProvider": {
|
||||
"azure.resource.providers.sqlInstanceContainerLabel": "Verwaltete Azure SQL-Datenbank-Instanz"
|
||||
"azure.resource.providers.sqlInstanceContainerLabel": "Verwaltete SQL-Instanzen"
|
||||
},
|
||||
"dist/azureResource/providers/sqlinstanceArc/sqlInstanceArcTreeDataProvider": {
|
||||
"azure.resource.providers.sqlInstanceArcContainerLabel": "SQL Managed Instance – Azure Arc"
|
||||
"azure.resource.providers.sqlInstanceArcContainerLabel": "Verwaltete SQL-Instanzen – Azure Arc"
|
||||
},
|
||||
"dist/azureResource/providers/synapseSqlPool/synapseSqlPoolTreeDataProvider": {
|
||||
"azure.resource.providers.synapseSqlPool.treeDataProvider.synapseSqlPoolContainerLabel": "Dedizierte SQL-Pools"
|
||||
@@ -109,6 +112,10 @@
|
||||
"dist/azureResource/providers/synapseWorkspace/synapseWorkspaceTreeDataProvider": {
|
||||
"azure.resource.providers.synapseWorkspace.treeDataProvider.synapseWorkspaceContainerLabel": "Azure Synapse Analytics"
|
||||
},
|
||||
"dist/azureResource/providers/universal/universalService": {
|
||||
"azurecore.unregisteredProvider": "Unbekannte Anbieterressource: {0}",
|
||||
"azurecore.unregisteredProviderType": "Unbekannter Anbieterressourcentyp: {0}"
|
||||
},
|
||||
"dist/azureResource/resourceTreeNode": {
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "Keine Ressourcen gefunden."
|
||||
},
|
||||
@@ -129,8 +136,7 @@
|
||||
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Bei Azure anmelden..."
|
||||
},
|
||||
"dist/azureResource/tree/accountTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "Keine Abonnements gefunden.",
|
||||
"azure.unableToAccessSubscription": "Auf abonnement {0} ({1}) kann nicht zugegriffen werden. [Aktualisieren Sie das Konto](command:azure.resource.signin), um es noch mal zu versuchen. {2}"
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "Keine Mandanten gefunden."
|
||||
},
|
||||
"dist/azureResource/tree/connectionDialogTreeProvider": {
|
||||
"azure.resource.tree.treeProvider.accountLoadError": "Fehler beim Laden einiger Azure-Konten. {0}",
|
||||
@@ -138,15 +144,17 @@
|
||||
"azure.resource.tree.treeProvider.openAccountsDialog": "Azure-Konten anzeigen"
|
||||
},
|
||||
"dist/azureResource/tree/flatAccountTreeNode": {
|
||||
"azure.resource.flatAccountTreeNode.noResourcesLabel": "Keine Ressourcen gefunden.",
|
||||
"azure.resource.throttleerror": "Anforderungen von diesem Konto wurden gedrosselt. Wählen Sie eine geringere Anzahl von Abonnements aus, um den Vorgang zu wiederholen.",
|
||||
"azure.resource.tree.accountTreeNode.title": "{0} ({1}/{2} Abonnements)",
|
||||
"azure.resource.tree.accountTreeNode.titleLoading": "{0}: Wird geladen...",
|
||||
"azure.resource.tree.loadresourceerror": "Fehler beim Laden von Azure-Ressourcen: {0}"
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "Keine Mandanten gefunden."
|
||||
},
|
||||
"dist/azureResource/tree/flatTenantTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "Keine Abonnements gefunden."
|
||||
},
|
||||
"dist/azureResource/tree/subscriptionTreeNode": {
|
||||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "Keine Ressourcen gefunden."
|
||||
},
|
||||
"dist/azureResource/tree/tenantTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "Keine Abonnements gefunden."
|
||||
},
|
||||
"dist/azureResource/tree/treeProvider": {
|
||||
"azure.resource.tree.treeProvider.loadingLabel": "Wird geladen..."
|
||||
},
|
||||
@@ -201,6 +209,7 @@
|
||||
"azurecore.norwayeast": "Norwegen, Osten",
|
||||
"azurecore.norwaywest": "Norwegen, Westen",
|
||||
"azurecore.piiLogging.warning": "Warnung: Die Azure-PII-Protokollierung ist aktiviert. Wenn Sie diese Option aktivieren, können personenbezogene Informationen protokolliert werden. Sie dürfen nur zu Debugzwecken verwendet werden.",
|
||||
"azurecore.postgresFlexibleServer": "Flexible Server für Azure Database for PostgreSQL",
|
||||
"azurecore.postgresServer": "Azure Database for PostgreSQL-Server",
|
||||
"azurecore.reload": "Neu laden",
|
||||
"azurecore.reloadChoice": "Azure Data Studio neu laden",
|
||||
@@ -245,6 +254,7 @@
|
||||
"azure.resource.refresh.title": "Aktualisieren",
|
||||
"azure.resource.refreshall.title": "Azure: Alle Konten aktualisieren",
|
||||
"azure.resource.selectsubscriptions.title": "Abonnements auswählen",
|
||||
"azure.resource.selecttenants.title": "Mandanten auswählen",
|
||||
"azure.resource.signin.title": "Azure: Anmelden",
|
||||
"azure.resource.startterminal.title": "Cloud Shell starten",
|
||||
"azure.resource.view.title": "Azure (Vorschau)",
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"books-preview-category": "Jupyter Books",
|
||||
"description": "Öffnet das Jupyter Book für Azure SQL Hybrid Cloud Toolkit.",
|
||||
"displayName": "Azure SQL Hybrid Cloud Toolkit",
|
||||
"title.cloudHybridBooks": "Azure SQL Hybrid Cloud Toolkit",
|
||||
"title.openJupyterBook": "Jupyter Book für Azure SQL Hybrid Cloud Toolkit öffnen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,70 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/configurationEditingMain": {
|
||||
"cwd": "Das aktuelle Arbeitsverzeichnis der Aufgabenausführung beim Start",
|
||||
"defaultBuildTask": "Der Name des Standardbuildtasks. Wenn es keinen Standardbuildtask gibt, wird eine Schnellauswahl angezeigt, um den Buildtask auszuwählen.",
|
||||
"extensionInstallFolder": "Der Pfad, in dem eine Erweiterung installiert ist.",
|
||||
"file": "Die aktuell geöffnete Datei",
|
||||
"fileBasename": "Der Basisname der aktuellen geöffneten Datei",
|
||||
"fileBasenameNoExtension": "Der Basisname der aktuellen geöffneten Datei ohne Erweiterung",
|
||||
"fileDirname": "Der Verzeichnisname der aktuellen geöffneten Datei",
|
||||
"fileExtname": "Die Erweiterung der aktuellen geöffneten Datei",
|
||||
"lineNumber": "Die aktuelle ausgewählte Zeilennummer in der aktiven Datei",
|
||||
"pathSeparator": "Das Zeichen, das vom Betriebssystem verwendet wird, um Komponenten in Dateipfaden zu trennen.",
|
||||
"relativeFile": "Die aktuelle geöffnete Datei bezogen auf ${WorkspaceFolder}",
|
||||
"relativeFileDirname": "Der DirName-Wert der aktuell geöffneten Datei relativ zu \"${workspaceFolder}\"",
|
||||
"selectedText": "Der aktuelle ausgewählte Text in der aktiven Datei",
|
||||
"workspaceFolder": "Pfad des in VS Code geöffneten Ordners",
|
||||
"workspaceFolderBasename": "Name des in VS Code geöffneten Ordners ohne Schrägstriche (/)"
|
||||
},
|
||||
"dist/extensionsProposals": {
|
||||
"exampleExtension": "Beispiel"
|
||||
},
|
||||
"dist/settingsDocumentHelper": {
|
||||
"activeEditor": "Falls möglich, verwenden Sie die Sprache des aktuell aktiven Text-Editors.",
|
||||
"activeEditorLong": "der vollständige Pfad der Datei (z.B. /Benutzer/Development/myFolder/myFileFolder/myFile.txt)",
|
||||
"activeEditorMedium": "der Pfad der Datei relativ zum Arbeitsbereichsordner (z.B. myFolder/myFileFolder/myFile.txt)",
|
||||
"activeEditorShort": "Der Dateiname (z.B. meineDatei.txt)",
|
||||
"activeFolderLong": "der vollständige Pfad des Ordners, der die Datei enthält (z.B. /Benutzer/Development/myFolder/myFileFolder)",
|
||||
"activeFolderMedium": "der Pfad des Ordners, der die Datei enthält, relativ zum Arbeitsbereichsordner (z.B. myfolder/MyFileFolder)",
|
||||
"activeFolderShort": "der Name des Ordners, der die Datei enthält (z.B. MyFileFolder)",
|
||||
"appName": "z. B. VS Code",
|
||||
"assocDescriptionFile": "Ordnet alle Dateien, deren Dateinamen mit dem Globmuster übereinstimmen, der Sprache mit dem angegebenen Bezeichner zu.",
|
||||
"assocDescriptionPath": "Ordnet alle Dateien, die mit dem absoluten Pfad des Globmusters in ihrem Pfad übereinstimmen, der Sprache mit dem angegebenen Bezeichner zu.",
|
||||
"assocLabelFile": "Dateien mit Erweiterung",
|
||||
"assocLabelPath": "Dateien mit Pfad",
|
||||
"derivedDescription": "Ordnet Dateien zu, die gleichgeordnete Elemente mit dem gleichen Namen und einer anderen Erweiterung besitzen.",
|
||||
"derivedLabel": "Dateien mit gleichgeordneten Elementen nach Name",
|
||||
"dirty": "ein Indikator für den Fall, dass der aktive Editor nicht gespeicherte Änderungen aufweist",
|
||||
"fileDescription": "Ordnet alle Dateien mit einer bestimmten Erweiterung zu.",
|
||||
"fileLabel": "Dateien nach Erweiterung",
|
||||
"filesDescription": "Ordnet alle Dateien mit einer der Dateierweiterungen zu.",
|
||||
"filesLabel": "Dateien mit mehreren Erweiterungen",
|
||||
"folderDescription": "Zuordnen eines Ordners mit einem bestimmten Namen an einem beliebigen Speicherort.",
|
||||
"folderLabel": "Ordner nach Name (beliebiger Speicherort)",
|
||||
"folderName": "Name des Arbeitsbereichsordners, der die Datei enthält (z.B. MeinOrdner)",
|
||||
"folderPath": "Dateipfad des Arbeitsbereichsordners, der die Datei enthält (z.B. /Benutzer/Entwicklung/MeinOrdner)",
|
||||
"remoteName": "z.B. SSH",
|
||||
"rootName": "Name des Arbeitsbereichs (z.B. meinOrdner oder meinArbeitsberech)",
|
||||
"rootPath": "Dateipfad des Arbeitsbereichs (z.B. /Benutzer/Entwicklung/meinArbeitsbereich)",
|
||||
"separator": "Ein bedingtes Trennzeichen (' - '), das nur in der Umgebung von Variablen mit Werten angezeigt wird",
|
||||
"siblingsDescription": "Ordnet Dateien zu, die gleichgeordnete Elemente mit dem gleichen Namen und einer anderen Erweiterung besitzen.",
|
||||
"topFolderDescription": "Ordnet einen Ordner auf oberster Ebene einem bestimmten Namen zu.",
|
||||
"topFolderLabel": "Ordner nach Name (oberste Ebene)",
|
||||
"topFoldersDescription": "Ordnet mehrere Ordner auf oberster Ebene zu.",
|
||||
"topFoldersLabel": "Ordner mit mehreren Namen (oberste Ebene)"
|
||||
},
|
||||
"package": {
|
||||
"description": "Stellt Funktionen (erweitertes IntelliSense, automatische Korrektur) in Konfigurationsdateien wie Einstellungs-, Start- und Erweiterungsempfehlungsdateien bereit.",
|
||||
"displayName": "Konfigurationsänderung"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Bietet Schnipsel, Syntaxhervorhebung, Klammernabgleich und Falten in C#-Dateien.",
|
||||
"displayName": "C# Sprachgrundlagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Bietet Syntaxhervorhebung und Klammernabgleich in DART-Dateien.",
|
||||
"displayName": "DART-Sprachgrundlagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Bietet Schnipsel, Syntaxhervorhebung, Klammernabgleich und Falten in F#-Dateien.",
|
||||
"displayName": "F#-Sprachgrundlagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/githubServer": {
|
||||
"code.detail": "Um die Authentifizierung abzuschließen, navigieren Sie zu GitHub, und fügen Sie den obigen Einmalcode ein.",
|
||||
"code.title": "Ihr Code: {0}",
|
||||
"no": "Nein",
|
||||
"otherReasonMessage": "Sie haben die Autorisierung dieser Erweiterung für die Verwendung von GitHub noch nicht abgeschlossen. Möchten Sie es weiter versuchen?",
|
||||
"progress": "Öffnen Sie [{0}]({0}) auf einer neuen Registerkarte, und fügen Sie Ihren einmaligen Code ein: {1}",
|
||||
"signingIn": "Bei github.com anmelden...",
|
||||
"signingInAnotherWay": "Bei github.com anmelden...",
|
||||
"userCancelledMessage": "Haben Sie Probleme bei der Anmeldung? Möchten Sie eine andere Methode ausprobieren?",
|
||||
"yes": "Ja"
|
||||
},
|
||||
"package": {
|
||||
"description": "GitHub-Authentifizierungsanbieter",
|
||||
"displayName": "GitHub-Authentifizierung"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/publish": {
|
||||
"ignore": "Wählen Sie aus, welche Dateien in das Repository eingeschlossen werden sollen.",
|
||||
"openingithub": "In GitHub öffnen",
|
||||
"pick folder": "Wählen Sie einen Ordner für die Veröffentlichung in GitHub aus.",
|
||||
"publishing_done": "Das Repository \"{0}\" wurde erfolgreich in GitHub veröffentlicht.",
|
||||
"publishing_firstcommit": "Erster Commit wird erstellt.",
|
||||
"publishing_private": "Veröffentlichung in privatem GitHub-Repository",
|
||||
"publishing_public": "Veröffentlichung in öffentlichem GitHub-Repository",
|
||||
"publishing_uploading": "Dateien werden hochgeladen."
|
||||
},
|
||||
"dist/pushErrorHandler": {
|
||||
"create a fork": "Verzweigung erstellen",
|
||||
"create fork": "GitHub-Verzweigung erstellen",
|
||||
"createghpr": "GitHub-Pull Request wird erstellt...",
|
||||
"createpr": "PR erstellen",
|
||||
"donepr": "Der Pull Request \"{0}/{1}#{2}\" wurde erfolgreich in GitHub erstellt.",
|
||||
"fork": "Sie besitzen keine Berechtigungen zum Pushen von \"{0}/{1}\" nach GitHub. Möchten Sie eine Verzweigung erstellen und den Pushvorgang stattdessen dorthin ausführen?",
|
||||
"forking": "Verzweigung für \"{0}/{1}\" wird erstellt...",
|
||||
"forking_done": "Die Verzweigung \"{0}\" wurde erfolgreich in GitHub erstellt.",
|
||||
"forking_pushing": "Änderungen pushen...",
|
||||
"no": "Nein",
|
||||
"no pr template": "Keine Vorlage",
|
||||
"openingithub": "In GitHub öffnen",
|
||||
"openpr": "PR öffnen",
|
||||
"select pr template": "Pull Requestvorlage auswählen"
|
||||
},
|
||||
"package": {
|
||||
"config.gitAuthentication": "Steuert, ob die automatische GitHub-Authentifizierung für Git-Befehle innerhalb von VS Code aktiviert werden soll.",
|
||||
"config.gitProtocol": "Steuert, welches Protokoll zum Klonen eines GitHub-Repositorys verwendet wird",
|
||||
"description": "GitHub-Features für VS Code",
|
||||
"displayName": "GitHub",
|
||||
"welcome.publishFolder": "Sie können diesen Ordner auch direkt in einem GitHub-Repository veröffentlichen. Nach der Veröffentlichung haben Sie Zugriff auf die Funktionen zur Quellcodeverwaltung von Git und GitHub.\r\n[$(github): Veröffentlichung in GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "Sie können einen Arbeitsbereichsordner auch direkt in einem GitHub-Repository veröffentlichen. Nach der Veröffentlichung haben Sie Zugriff auf die Funktionen zur Quellcodeverwaltung von Git und GitHub.\r\n[$(github): Veröffentlichung in GitHub](command:github.publish)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Bietet Syntaxhervorhebung, Klammerabgleich und Schnipsel in HTML-Dateien.",
|
||||
"displayName": "HTML-Sprachgrundlagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/binarySizeStatusBarEntry": {
|
||||
"sizeB": "{0} B",
|
||||
"sizeGB": "{0} GB",
|
||||
"sizeKB": "{0} KB",
|
||||
"sizeMB": "{0} MB",
|
||||
"sizeStatusBar.name": "Größe der Imagebinärdatei",
|
||||
"sizeTB": "{0} TB"
|
||||
},
|
||||
"dist/preview": {
|
||||
"preview.imageLoadError": "Beim Laden des Bildes ist ein Fehler aufgetreten.",
|
||||
"preview.imageLoadErrorLink": "Datei mit dem standardmäßigen Text-/Binär-Editor von Visual Studio Code öffnen?"
|
||||
},
|
||||
"dist/sizeStatusBarEntry": {
|
||||
"sizeStatusBar.name": "Imagegröße"
|
||||
},
|
||||
"dist/zoomStatusBarEntry": {
|
||||
"zoomStatusBar.name": "Bildzoom",
|
||||
"zoomStatusBar.placeholder": "Zoomfaktor auswählen",
|
||||
"zoomStatusBar.wholeImageLabel": "Ganzes Bild"
|
||||
},
|
||||
"package": {
|
||||
"command.zoomIn": "Vergrößern",
|
||||
"command.zoomOut": "Verkleinern",
|
||||
"customEditors.displayName": "Bildvorschau",
|
||||
"description": "Stellt die integrierte Bildvorschau von Visual Studio Code bereit",
|
||||
"displayName": "Bildvorschau"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Bietet grundlegende Unterstützung für das Öffnen und Lesen von Jupyters .ipynb-Notizbuchdateien",
|
||||
"displayName": ".ipynb-Unterstützung"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Bietet Schnipsel, Syntaxhervorhebung, Klammernabgleich und Falten in JavaScript-Dateien.",
|
||||
"displayName": "JavaScript-Sprachgrundlagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"client\\dist\\node/jsonClient": {
|
||||
"json.clearCache.completed": "Der JSON-Schemacache wurde gelöscht.",
|
||||
"json.resolveError": "JSON: Schemaauflösungsfehler",
|
||||
"json.schemaResolutionDisabledMessage": "Das Herunterladen von Schemas ist deaktiviert. Klicken Sie, um eine Konfiguration durchzuführen.",
|
||||
"json.schemaResolutionErrorMessage": "Das Schema kann nicht aufgelöst werden. Klicken Sie, um es noch mal zu versuchen.",
|
||||
"jsonserver.name": "JSON-Sprachserver",
|
||||
"schemaDownloadDisabled": "Das Herunterladen von Schemas wird über die Einstellung \"{0}\" deaktiviert.",
|
||||
"untitled.schema": "\"{0}\" kann nicht geladen werden."
|
||||
},
|
||||
"client\\dist\\node/languageStatus": {
|
||||
"documentColorsStatusItem.name": "JSON-Farbsymbolstatus",
|
||||
"documentSymbolsStatusItem.name": "JSON-Gliederungsstatus",
|
||||
"foldingRangesStatusItem.name": "JSON-Faltstatus",
|
||||
"openExtension": "Erweiterung öffnen",
|
||||
"openSettings": "Einstellungen öffnen",
|
||||
"pending.detail": "JSON-Informationen werden geladen.",
|
||||
"schema.noSchema": "Für diese Datei ist kein Schema konfiguriert",
|
||||
"schema.showdocs": "Weitere Informationen zur JSON-Schemakonfiguration...",
|
||||
"schemaFromFolderSettings": "In Arbeitsbereichseinstellungen konfiguriert",
|
||||
"schemaFromUserSettings": "In Benutzereinstellungen konfiguriert",
|
||||
"schemaFromextension": "Konfiguriert durch Erweiterung: {0}",
|
||||
"schemaPicker.title": "JSON-Schemas, die für „{0}“ verwendet werden",
|
||||
"status.button.configure": "Konfigurieren",
|
||||
"status.error": "Die verwendeten Schemata können nicht berechnet werden.",
|
||||
"status.limitedDocumentColors.details": "nur {0} angezeigte Farbdecorators",
|
||||
"status.limitedDocumentColors.short": "Eingeschränkte Farbsymbole",
|
||||
"status.limitedDocumentSymbols.details": "nur {0} angezeigte Dokumentsymbole",
|
||||
"status.limitedDocumentSymbols.short": "Eingeschränkte Gliederung",
|
||||
"status.limitedFoldingRanges.details": "nur {0} angezeigte Faltbereiche",
|
||||
"status.limitedFoldingRanges.short": "Eingeschränkte Faltbereiche",
|
||||
"status.multipleSchema": "Mehrere JSON-Schemas konfiguriert",
|
||||
"status.noSchema": "Kein JSON-Schema konfiguriert",
|
||||
"status.noSchema.short": "Schemaüberprüfung",
|
||||
"status.notJSON": "Kein JSON-Editor",
|
||||
"status.openSchemasLink": "Schemata anzeigen",
|
||||
"status.singleSchema": "JSON-Schema konfiguriert",
|
||||
"status.withSchema.short": "Schema überprüft",
|
||||
"status.withSchemas.short": "Schema überprüft",
|
||||
"statusItem.name": "JSON-Validierungsstatus"
|
||||
},
|
||||
"package": {
|
||||
"description": "Bietet umfangreiche Sprachunterstützung für JSON-Dateien.",
|
||||
"displayName": "JSON-Sprachfeatures",
|
||||
"json.clickToRetry": "Klicken Sie, um es noch mal zu versuchen.",
|
||||
"json.colorDecorators.enable.deprecationMessage": "Die Einstellung \"json.colorDecorators.enable\" ist veraltet und wurde durch \"editor.colorDecorators\" ersetzt.",
|
||||
"json.colorDecorators.enable.desc": "Aktiviert oder deaktiviert Farb-Decorators",
|
||||
"json.command.clearCache": "Löschen des Schemacaches",
|
||||
"json.enableSchemaDownload.desc": "Sofern aktiviert, können JSON-Schemas aus HTTP- und HTTPS-Speicherorten abgerufen werden.",
|
||||
"json.format.enable.desc": "JSON-Standardformatierer aktivieren/deaktivieren",
|
||||
"json.format.keepLines.desc": "Behalten Sie bei der Formatierung alle vorhandenen neuen Zeilen bei.",
|
||||
"json.maxItemsComputed.desc": "Die maximale Anzahl der berechneten Umrisssymbole und Faltbereiche (aus Leistungsgründen begrenzt).",
|
||||
"json.maxItemsExceededInformation.desc": "Hiermit wird eine Benachrichtigung angezeigt, wenn die maximale Anzahl von Gliederungssymbolen und Faltregionen überschritten wird.",
|
||||
"json.schemaResolutionErrorMessage": "Das Schema kann nicht aufgelöst werden.",
|
||||
"json.schemas.desc": "Hiermit werden Schemas JSON-Dateien im aktuellen Projekt zugeordnet.",
|
||||
"json.schemas.fileMatch.desc": "Ein Array von Dateimustern für den Abgleich, wenn JSON-Dateien in Schemas aufgelöst werden. * kann als Platzhalterzeichen verwendet werden. Zudem können Ausschlussmuster definiert werden (mit ! beginnend). Eine Datei gilt als Übereinstimmung, wenn mindestens ein übereinstimmendes Muster vorhanden ist und das letzte übereinstimmende Muster kein Ausschlussmuster ist.",
|
||||
"json.schemas.fileMatch.item.desc": "Ein Dateimuster, das \"*\" enthalten kann, zum Abgleich beim Auflösen von JSON-Dateien in Schemas",
|
||||
"json.schemas.schema.desc": "Die Schemadefinition für die angegebene URL. Das Schema muss nur angegeben werden, um Zugriffe auf die Schema-URL zu vermeiden.",
|
||||
"json.schemas.url.desc": "Eine URL zu einem Schema oder ein relativer Pfad zu einem Schema im aktuellen Verzeichnis",
|
||||
"json.tracing.desc": "Verfolgt die Kommunikation zwischen VS Code und JSON-Sprachserver nach.",
|
||||
"json.validate.enable.desc": "Aktiviert/deaktiviert die JSON-Überprüfung."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Bietet Syntaxhervorhebung und Klammernabgleich in Julia-Dateien.",
|
||||
"displayName": "Julia-Sprachgrundlagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,90 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/client": {
|
||||
"markdownServer.name": "Markdown Sprachserver"
|
||||
},
|
||||
"dist/languageFeatures/diagnostics": {
|
||||
"ignoreLinksQuickFix.title": "Schließen Sie '{0}' von der Linkvalidierung aus."
|
||||
},
|
||||
"dist/languageFeatures/fileReferences": {
|
||||
"error.noResource": "Fehler beim Suchen nach Dateiverweisen. Es wurde keine Ressource angegeben.",
|
||||
"progress.title": "Dateiverweise werden gesucht"
|
||||
},
|
||||
"dist/preview/documentRenderer": {
|
||||
"preview.notFound": "{0} kann nicht gefunden werden.",
|
||||
"preview.securityMessage.label": "Sicherheitswarnung – Inhalt deaktiviert",
|
||||
"preview.securityMessage.text": "In diesem Dokument wurden einige Inhalte deaktiviert.",
|
||||
"preview.securityMessage.title": "Potenziell unsichere Inhalte wurden in der Markdown-Vorschau deaktiviert. Ändern Sie die Sicherheitseinstellung der Markdown-Vorschau, um unsichere Inhalte zuzulassen oder Skripts zu aktivieren."
|
||||
},
|
||||
"dist/preview/preview": {
|
||||
"lockedPreviewTitle": "[Vorschau] {0}",
|
||||
"onPreviewStyleLoadError": "'markdown.styles' konnte nicht geladen werden: {0}",
|
||||
"preview.clickOpenFailed": "{0} konnte nicht geöffnet werden.",
|
||||
"previewTitle": "Vorschau von {0}"
|
||||
},
|
||||
"dist/preview/security": {
|
||||
"disable.description": "Alle Inhalte und Skriptausführung zulassen. Nicht empfohlen.",
|
||||
"disable.title": "Deaktivieren",
|
||||
"disableSecurityWarning.title": "Vorschau von Sicherheitswarnungen in diesem Arbeitsbereich deaktivieren",
|
||||
"enableSecurityWarning.title": "Vorschau von Sicherheitswarnungen in diesem Arbeitsbereich aktivieren",
|
||||
"insecureContent.description": "Laden von Inhalten über HTTP aktivieren",
|
||||
"insecureContent.title": "Unsicheren Inhalt zulassen",
|
||||
"insecureLocalContent.description": "Laden von Inhalten über HTTP von localhost aktivieren",
|
||||
"insecureLocalContent.title": "Unsichere lokale Inhalte zulassen",
|
||||
"moreInfo.title": "Weitere Informationen",
|
||||
"preview.showPreviewSecuritySelector.title": "Sicherheitseinstellungen für die Markdown-Vorschau in diesem Arbeitsbereich auswählen",
|
||||
"strict.description": "Nur sicheren Inhalt laden",
|
||||
"strict.title": "Strict",
|
||||
"toggleSecurityWarning.description": "Hat keinen Einfluss auf die Inhaltssicherheitsebene"
|
||||
},
|
||||
"package": {
|
||||
"configuration.markdown.editor.drop.enabled": "Aktivieren/deaktivieren Sie das Ablegen in den Markdown-Editor, um eine Verschiebung einzufügen. Erfordert die Aktivierung von `#editor.dropIntoEditor.enabled#`.",
|
||||
"configuration.markdown.editor.pasteLinks.enabled": "Aktivieren/Deaktivieren des Einfügens von Dateien in einen Markdown-Editor fügt Markdown-Links ein. Erfordert die Aktivierung von `#editor.experimental.pasteActions.enabled#`.",
|
||||
"configuration.markdown.experimental.validate.enabled.description": "Aktiviert/deaktiviert alle Fehlerberichte in Markdown-Dateien.",
|
||||
"configuration.markdown.experimental.validate.fileLinks.enabled.description": "Überprüfen Sie Links zu anderen Dateien in Markdown-Dateien, z. B. „[link](/path/to/file.md)“. Hiermit wird überprüft, ob die Zieldateien vorhanden sind. Erfordert die Aktivierung von „#markdown.experimental.validate.enabled#“.",
|
||||
"configuration.markdown.experimental.validate.fileLinks.markdownFragmentLinks.description": "Überprüfen Sie den Fragmentteil von Links zu Headern in anderen Dateien in Markdowndateien, z. B. \"[link](/path/to/file.md#header)\". Erbt standardmäßig den Einstellungswert von \"#markdown.experimental.validate.fragmentLinks.enabled#\".",
|
||||
"configuration.markdown.experimental.validate.fragmentLinks.enabled.description": "Überprüfen Sie Fragmentlinks zu Headern in der aktuellen Markdowndatei, z. B. \"[link](#header)\". Erfordert die Aktivierung von \"#markdown.experimental.validate.enabled#\".",
|
||||
"configuration.markdown.experimental.validate.ignoreLinks.description": "Konfigurieren Sie Links, die nicht validiert werden sollen. Zum Beispiel würde „/about“ den Link „[about](/about)“ nicht validieren, während der Glob „/assets/**/*.svg“ es Ihnen ermöglichen würde, die Validierung für jeden Link zu „.svg“-Dateien darunter zu überspringen das `assets`-Verzeichnis.",
|
||||
"configuration.markdown.experimental.validate.referenceLinks.enabled.description": "Überprüfen Sie verweisende Links in Markdown-Dateien, z. B. „[link][ref]“. Erfordert die Aktivierung von „#markdown.experimental.validate.enabled#“.",
|
||||
"configuration.markdown.links.openLocation.beside": "Öffnen Sie die Links neben dem aktiven Editor.",
|
||||
"configuration.markdown.links.openLocation.currentGroup": "Öffnen Sie Links in der aktiven Editor-Gruppe.",
|
||||
"configuration.markdown.links.openLocation.description": "Steuert, wo Links in Markdowndateien geöffnet werden sollen.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.description": "Steuert, wie Links zu anderen Markdowndateien in der Markdown-Vorschau geöffnet werden sollen.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Links im Editor öffnen",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Links in der Markdown-Vorschau öffnen",
|
||||
"configuration.markdown.suggest.paths.enabled.description": "Aktivieren/Deaktivieren von Pfadvorschlägen für Markdownlinks",
|
||||
"description": "Bietet umfangreiche Sprachunterstützung für Markdown.",
|
||||
"displayName": "Markdown-Sprachfeatures",
|
||||
"markdown.findAllFileReferences": "Dateiverweise suchen",
|
||||
"markdown.preview.breaks.desc": "Legt fest, wie Zeilenumbrüche in der Markdown-Vorschau gerendert werden. Durch eine Festlegung auf TRUE wird \"<br>\" für Zeilenumbrüche innerhalb von Absätzen erstellt.",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "Doppelklicken Sie in die Markdown-Vorschau, um zum Editor zu wechseln.",
|
||||
"markdown.preview.fontFamily.desc": "Steuert die Schriftfamilie, die in der Markdown-Vorschau verwendet wird.",
|
||||
"markdown.preview.fontSize.desc": "Steuert den Schriftgrad in Pixeln, der in der Markdown-Vorschau verwendet wird.",
|
||||
"markdown.preview.lineHeight.desc": "Steuert die Zeilenhöhe, die in der Markdown-Vorschau verwendet wird. Diese Zahl ist relativ zum Schriftgrad.",
|
||||
"markdown.preview.linkify": "Aktiviert oder deaktiviert die Konvertierung von URL-ähnlichem Text in Links in der Markdown-Vorschau.",
|
||||
"markdown.preview.markEditorSelection.desc": "Hiermit wird die aktuelle Editor-Auswahl in der Markdown-Vorschau markiert.",
|
||||
"markdown.preview.refresh.title": "Vorschau aktualisieren",
|
||||
"markdown.preview.scrollEditorWithPreview.desc": "Hiermit wird die Ansicht des Editors beim Scrollen in einer Markdown-Vorschau aktualisiert.",
|
||||
"markdown.preview.scrollPreviewWithEditor.desc": "Hiermit wird die Ansicht der Vorschau beim Scrollen in einem Markdown-Editor aktualisiert.",
|
||||
"markdown.preview.title": "Vorschau öffnen",
|
||||
"markdown.preview.toggleLock.title": "Vorschausperre umschalten",
|
||||
"markdown.preview.typographer": "Hiermit aktivieren oder deaktivieren Sie sprachneutrale Ersetzungen und die Anpassung von Anführungszeichen in der Markdown-Vorschau.",
|
||||
"markdown.previewSide.title": "Vorschau an der Seite öffnen",
|
||||
"markdown.showLockedPreviewToSide.title": "Gesperrte Vorschau an der Seite öffnen",
|
||||
"markdown.showPreviewSecuritySelector.title": "Sicherheitseinstellungen für Vorschau ändern",
|
||||
"markdown.showSource.title": "Quelle anzeigen",
|
||||
"markdown.styles.dec": "Eine Liste von URLs oder lokalen Pfaden zu CSS-Stylesheets, die aus der Markdownvorschau verwendet werden sollen. Relative Pfade werden relativ zum im Explorer geöffneten Ordner interpretiert. Wenn kein geöffneter Ordner vorhanden ist, werden sie relativ zum Speicherort der Markdowndatei interpretiert. Alle '\\ müssen als '\\\\' geschrieben werden.",
|
||||
"markdown.trace.extension.desc": "Aktiviert die Debugprotokollierung für die Markdownerweiterung.",
|
||||
"markdown.trace.server.desc": "Verfolgt die Kommunikation zwischen VS Code und Markdown-Sprachserver nach.",
|
||||
"workspaceTrust": "Erforderlich, um Formatvorlagen zu laden, die im Arbeitsbereich konfiguriert sind."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/AADHelper": {
|
||||
"pasteCodePlaceholder": "Autorisierungscode hier einfügen...",
|
||||
"pasteCodePrompt": "Geben Sie den Autorisierungscode an, um den Anmeldefluss abzuschließen.",
|
||||
"pasteCodeTitle": "Microsoft Authentication",
|
||||
"signOut": "Sie wurden abgemeldet, weil beim Lesen der gespeicherten Authentifizierungsinformationen ein Fehler aufgetreten ist."
|
||||
},
|
||||
"package": {
|
||||
"description": "Microsoft-Authentifizierungsanbieter",
|
||||
"displayName": "Microsoft-Konto",
|
||||
"signIn": "Anmelden",
|
||||
"signOut": "Abmelden"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,38 +38,79 @@
|
||||
"objectManagement.ApplicationRoleTypeDisplayNameInTitle": "Anwendungsrolle",
|
||||
"objectManagement.ColumnDisplayName": "Spalte",
|
||||
"objectManagement.DatabaseDisplayName": "Datenbank",
|
||||
"objectManagement.DatabaseDisplayNameInTitle": "Datenbank",
|
||||
"objectManagement.DatabaseRoleTypeDisplayName": "Datenbankrolle",
|
||||
"objectManagement.DatabaseRoleTypeDisplayNameInTitle": "Datenbankrolle",
|
||||
"objectManagement.LoginTypeDisplayName": "Anmeldename",
|
||||
"objectManagement.LoginTypeDisplayNameInTitle": "Anmelden",
|
||||
"objectManagement.OkText": "OK",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfSchema": "Alle Objekte, die einem Schema angehören",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfTypes": "Alle Objekte bestimmter Typen",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SelectSchemaDropdownLabel": "Schema",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SpecificObjects": "Bestimmte Objekte...",
|
||||
"objectManagement.ObjectSelectionMethodDialog_TypeLabel": "Wie möchten Sie Objekte hinzufügen?",
|
||||
"objectManagement.SearchTextLabel": "Suchtext",
|
||||
"objectManagement.ServerDisplayName": "Server",
|
||||
"objectManagement.ServerRoleTypeDisplayName": "Serverrolle",
|
||||
"objectManagement.ServerRoleTypeDisplayNameInTitle": "Serverrolle",
|
||||
"objectManagement.TableDisplayName": "Tabelle",
|
||||
"objectManagement.UserDisplayName": "Benutzer",
|
||||
"objectManagement.UserTypeDisplayNameInTitle": "Benutzer",
|
||||
"objectManagement.ViewDisplayName": "Ansicht",
|
||||
"objectManagement.addMemberText": "Mitglied hinzufügen",
|
||||
"objectManagement.addText": "Hinzufügen...",
|
||||
"objectManagement.addMembersText": "Mitglieder hinzufügen",
|
||||
"objectManagement.addSecurablesText": "Sicherungsfähige Elemente hinzufügen",
|
||||
"objectManagement.advancedSectionHeader": "Erweitert",
|
||||
"objectManagement.azurePricingLink": "Preisrechner für Azure SQL-Datenbank",
|
||||
"objectManagement.backupRedundancyLabel": "Redundanz für Sicherungsspeicher",
|
||||
"objectManagement.blankPasswordConfirmation": "Das Erstellen eines Anmeldenamens mit leerem Kennwort stellt ein Sicherheitsrisiko dar. Möchten Sie den Vorgang wirklich fortsetzen?",
|
||||
"objectManagement.browseForOwnerText": "Nach einem Besitzer suchen",
|
||||
"objectManagement.browseText": "Durchsuchen...",
|
||||
"objectManagement.collationLabel": "Sortierung",
|
||||
"objectManagement.compatibilityLevelLabel": "Kompatibilitätsgrad",
|
||||
"objectManagement.configureSLOSectionHeader": "SLO konfigurieren",
|
||||
"objectManagement.confirmPasswordLabel": "Kennwort bestätigen",
|
||||
"objectManagement.containmentTypeLabel": "Eigenständigkeitstyp",
|
||||
"objectManagement.createObjectOperationName": "{0} erstellen",
|
||||
"objectManagement.currentSLOLabel": "Aktuelles SLO",
|
||||
"objectManagement.databaseExistsError": "Datenbank „{0}“ existiert bereits. Wählen Sie einen anderen Datenbanknamen.",
|
||||
"objectManagement.databaseProperties.backupSectionHeader": "Sicherung",
|
||||
"objectManagement.databaseProperties.databaseSectionHeader": "Datenbank",
|
||||
"objectManagement.databaseProperties.dateCreated": "Erstellungsdatum",
|
||||
"objectManagement.databaseProperties.mbUnitText": "{0} MB",
|
||||
"objectManagement.databaseProperties.memoryAllocated": "Für speicheroptimierte Objekte reservierter Arbeitsspeicher",
|
||||
"objectManagement.databaseProperties.memoryUsed": "Von speicheroptimierten Objekten genutzter Arbeitsspeicher",
|
||||
"objectManagement.databaseProperties.name": "Name",
|
||||
"objectManagement.databaseProperties.numberOfUsers": "Anzahl von Benutzern",
|
||||
"objectManagement.databaseProperties.owner": "Besitzer",
|
||||
"objectManagement.databaseProperties.size": "Größe",
|
||||
"objectManagement.databaseProperties.spaceAvailable": "Verfügbarer Speicherplatz",
|
||||
"objectManagement.databaseProperties.status": "Status",
|
||||
"objectManagement.databaseRole.SelectMemberDialogTitle": "Datenbankrollenmitglieder auswählen",
|
||||
"objectManagement.databaseRole.SelectOwnerDialogTitle": "Datenbankrollenbesitzer auswählen",
|
||||
"objectManagement.deleteLoginConfirmation": "Durch das Löschen von Serveranmeldenamen werden nicht zugleich die den Anmeldenamen zugeordneten Datenbankbenutzer gelöscht. Löschen Sie die Benutzer in jeder Datenbank einzeln, um den Vorgang abzuschließen. Möglicherweise müssen Sie zuerst Schemabesitzrechte auf neue Benutzer übertragen.",
|
||||
"objectManagement.deleteObjectConfirmation": "Möchten Sie {0}: {1} wirklich löschen?",
|
||||
"objectManagement.deleteObjectError": "Fehler beim Löschen von {0} „{1}“. {2}",
|
||||
"objectManagement.deleteObjectOperationName": "{0} „{1}“ löschen",
|
||||
"objectManagement.denyColumnHeader": "Verweigern",
|
||||
"objectManagement.editionLabel": "Edition",
|
||||
"objectManagement.effectivePermissionsTableLabel": "Effektive Berechtigungen für ausgewählte sicherungsfähige Elemente",
|
||||
"objectManagement.effectivePermissionsTableLabelSelected": "Effektive Berechtigungen für: {0}",
|
||||
"objectManagement.enabledLabel": "Aktiviert",
|
||||
"objectManagement.filterText": "Filter",
|
||||
"objectManagement.explicitPermissionsTableLabel": "Explizite Berechtigungen für ausgewählte sicherungsfähige Elemente",
|
||||
"objectManagement.explicitPermissionsTableLabelSelected": "Explizite Berechtigungen für: {0}",
|
||||
"objectManagement.filterSectionTitle": "Filter",
|
||||
"objectManagement.findText": "Suchen",
|
||||
"objectManagement.generalSectionHeader": "Allgemein",
|
||||
"objectManagement.helpText": "Hilfe",
|
||||
"objectManagement.grantColumnHeader": "Zuweisung",
|
||||
"objectManagement.grantorColumnHeader": "Berechtigender",
|
||||
"objectManagement.hardwareGeneration": "Hardwaregeneration",
|
||||
"objectManagement.invalidPasswordError": "Das Kennwort entspricht nicht den Anforderungen an die Kennwortkomplexität. Weitere Informationen: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"objectManagement.loadingDialog": "Dialogfeld wird geladen...",
|
||||
"objectManagement.isClustered": "Ist gruppiert",
|
||||
"objectManagement.isHadrEnabled": "Ist HADR-fähig",
|
||||
"objectManagement.isPolyBaseInstalled": "Mit PolyBase-Installation",
|
||||
"objectManagement.isXTPSupported": "Mit XTP-Unterstützung",
|
||||
"objectManagement.language": "Sprache",
|
||||
"objectManagement.lastDatabaseBackup": "Letzte Datenbanksicherung",
|
||||
"objectManagement.lastDatabaseLogBackup": "Letzte Datenbankprotokoll-Sicherung",
|
||||
"objectManagement.loadingObjectsCompletedLabel": "Laden von Objekten abgeschlossen, {0} Objekte gefunden",
|
||||
"objectManagement.loadingObjectsLabel": "Objekte werden geladen...",
|
||||
"objectManagement.login.aadAuthenticationType": "Azure Active Directory-Authentifizierung",
|
||||
@@ -89,36 +130,52 @@
|
||||
"objectManagement.login.sqlAuthenticationType": "SQL-Authentifizierung",
|
||||
"objectManagement.login.windowsAuthenticationType": "Windows-Authentifizierung",
|
||||
"objectManagement.loginNotSelectedError": "Die Anmeldung ist nicht ausgewählt.",
|
||||
"objectManagement.maxServerMemoryText": "Maximaler Serverarbeitsspeicher (MB)",
|
||||
"objectManagement.maxSizeLabel": "Max. Größe",
|
||||
"objectManagement.membersLabel": "Mitglieder",
|
||||
"objectManagement.membershipLabel": "Mitgliedschaft",
|
||||
"objectManagement.memory": "Arbeitsspeicher",
|
||||
"objectManagement.minServerMemoryText": "Minimaler Serverarbeitsspeicher (MB)",
|
||||
"objectManagement.nameCannotBeEmptyError": "Das Namensfeld darf nicht leer bleiben.",
|
||||
"objectManagement.nameLabel": "Name",
|
||||
"objectManagement.newObjectDialogTitle": "{0} – Neu (Vorschau)",
|
||||
"objectManagement.noActionScriptedMessage": "Es ist keine Aktion für das Skript vorhanden.",
|
||||
"objectManagement.noConnectionUriError": "Fehler beim Abrufen der Verbindungsinformationen. Stellen Sie die Verbindung wieder her, und versuchen Sie es noch einmal.",
|
||||
"objectManagement.objectPropertiesDialogTitle": "{0} – {1} (Vorschau)",
|
||||
"objectManagement.objectSelectionMethodDialogTitle": "Objekte hinzufügen",
|
||||
"objectManagement.objectTypeLabel": "Objekttyp",
|
||||
"objectManagement.objectTypesLabel": "Objekttypen",
|
||||
"objectManagement.objectsLabel": "Objekte",
|
||||
"objectManagement.openNewObjectDialogError": "Fehler beim Öffnen des neuen {0}-Dialogfelds. {1}",
|
||||
"objectManagement.openObjectPropertiesDialogError": "Fehler beim Öffnen des Eigenschaftendialogfelds für {0}: {1}. {2}",
|
||||
"objectManagement.operatingSystem": "Betriebssystem",
|
||||
"objectManagement.optionsSectionHeader": "Optionen",
|
||||
"objectManagement.ownerText": "Besitzer",
|
||||
"objectManagement.passwordCannotBeEmptyError": "Das Kennwort darf nicht leer sein.",
|
||||
"objectManagement.passwordLabel": "Kennwort",
|
||||
"objectManagement.passwordsNotMatchError": "Das Kennwort muss mit dem Bestätigungskennwort übereinstimmen.",
|
||||
"objectManagement.permissionColumnHeader": "Berechtigung",
|
||||
"objectManagement.platform": "Plattform",
|
||||
"objectManagement.processors": "Prozessoren",
|
||||
"objectManagement.product": "Produkt",
|
||||
"objectManagement.properties": "Eigenschaften",
|
||||
"objectManagement.recoveryModelLabel": "Wiederherstellungsmodell",
|
||||
"objectManagement.refreshOEError": "Fehler beim Aktualisieren des Objekt-Explorers. {0}",
|
||||
"objectManagement.removeMemberText": "Ausgewähltes Mitglied entfernen",
|
||||
"objectManagement.removeText": "Entfernen",
|
||||
"objectManagement.removeSecurablesText": "Ausgewählte sicherungsfähige Elemente entfernen",
|
||||
"objectManagement.renameObjectDialogTitle": "Neuen Namen eingeben",
|
||||
"objectManagement.renameObjectError": "Beim Umbenennen von {0} \"{1}\" in \"{2}\" ist ein Fehler aufgetreten. {3}",
|
||||
"objectManagement.renameObjectOperationName": "{0} \"{1}\" in \"{2}\" umbenennen",
|
||||
"objectManagement.reservedStorageSizeInMB": "Reservierte Speichergröße",
|
||||
"objectManagement.rootDirectory": "Stammverzeichnis",
|
||||
"objectManagement.schemaLabel": "Schema",
|
||||
"objectManagement.scriptError": "Fehler beim Generieren des Modells. {0}",
|
||||
"objectManagement.scriptGenerated": "Das Skript wurde erfolgreich generiert. Sie können das Dialogfeld schließen, um es im neu geöffneten Editor anzuzeigen.",
|
||||
"objectManagement.scriptText": "Skript",
|
||||
"objectManagement.securablesText": "Sicherungsfähige Elemente",
|
||||
"objectManagement.selectSecurablesDialogTitle": "Sicherungsfähige Elemente auswählen",
|
||||
"objectManagement.selectText": "Auswählen",
|
||||
"objectManagement.selectedLabel": "Ausgewählt",
|
||||
"objectManagement.serverCollation": "Serversortierung",
|
||||
"objectManagement.serverRole.SelectMemberDialogTitle": "Serverrollenmitglieder auswählen",
|
||||
"objectManagement.serverRole.SelectOwnerDialogTitle": "Serverrollenbesitzer auswählen",
|
||||
"objectManagement.serviceTier": "Dienstebene",
|
||||
"objectManagement.storageSpaceUsageInGB": "Verwendeter Speicherplatz",
|
||||
"objectManagement.updateObjectOperationName": "{0} „{1}“ aktualisieren",
|
||||
"objectManagement.user.aadAuth": "Authentifizieren mit Azure Active Directory",
|
||||
"objectManagement.user.defaultSchemaLabel": "Standardschema",
|
||||
@@ -129,7 +186,8 @@
|
||||
"objectManagement.user.sqlAuth": "Mit Kennwort authentifizieren",
|
||||
"objectManagement.user.type": "Typ",
|
||||
"objectManagement.user.windowsUser": "Einem Windows-Benutzer/einer Windows-Gruppe zugeordnet",
|
||||
"objectManagement.yesText": "Ja"
|
||||
"objectManagement.versionText": "Version",
|
||||
"objectManagement.withGrantColumnHeader": "Mit Zuweisung"
|
||||
},
|
||||
"dist/sqlToolsServer": {
|
||||
"downloadServiceDoneChannelMsg": "{0} wurde heruntergeladen",
|
||||
@@ -155,6 +213,21 @@
|
||||
"serviceCrashMessage": "Die Komponente \"{0}\" wurde unerwartet beendet. Starten Sie Azure Data Studio neu.",
|
||||
"viewKnownIssuesText": "Bekannte Probleme anzeigen"
|
||||
},
|
||||
"dist/ui/localizedConstants": {
|
||||
"mssql.ui.OkText": "OK",
|
||||
"mssql.ui.generatingScript": "Skript wird generiert...",
|
||||
"mssql.ui.generatingScriptCompleted": "Das Skript wurde generiert.",
|
||||
"mssql.ui.helpText": "Hilfe",
|
||||
"mssql.ui.loadingDialog": "Dialogfeld wird geladen...",
|
||||
"mssql.ui.noActionScriptedMessage": "Es ist keine Aktion für das Skript vorhanden.",
|
||||
"mssql.ui.scriptError": "Fehler beim Generieren des Skripts. {0}",
|
||||
"mssql.ui.scriptGenerated": "Das Skript wurde erfolgreich generiert. Sie können das Dialogfeld schließen, um es im neu geöffneten Editor anzuzeigen.",
|
||||
"mssql.ui.scriptText": "Skript",
|
||||
"mssql.ui.yesText": "Ja",
|
||||
"objectManagement.addText": "Hinzufügen...",
|
||||
"objectManagement.removeText": "Entfernen",
|
||||
"objectManagement.selectLabel": "Auswählen"
|
||||
},
|
||||
"package": {
|
||||
"cloud.databaseProperties.azureEdition": "Edition",
|
||||
"cloud.databaseProperties.compatibilityLevel": "Kompatibilitätsgrad",
|
||||
@@ -321,6 +394,7 @@
|
||||
"mssql.query.textSize": "Maximale Größe von text- und ntext-Daten, die von einer SELECT-Anweisung zurückgegeben werden",
|
||||
"mssql.query.transactionIsolationLevel": "SET TRANSACTION ISOLATION LEVEL-Option aktivieren",
|
||||
"mssql.query.xactAbortOn": "SET XACT_ABORT ON-Option aktivieren",
|
||||
"mssql.tableDesigner.allowDisableAndReenableDdlTriggers": "Gibt an, ob der Tabellen-Designer DDL-Trigger während der Veröffentlichung deaktivieren und erneut aktivieren darf.",
|
||||
"mssql.tableDesigner.preloadDatabaseModel": "Gibt an, ob das Datenbankmodell vorab geladen werden soll, wenn der Datenbankknoten im Objekt-Explorer erweitert wird. Wenn diese Option aktiviert ist, kann die Ladezeit des Tabellen-Designers reduziert werden. Hinweis: Wenn Sie viele Datenbankknoten erweitern müssen, wird möglicherweise eine höhere Speicherauslastung als normal angezeigt.",
|
||||
"mssql.tracing.desc": "Überwacht die Kommunikation zwischen Azure Data Studio und dem SQL-Tools-Dienst zum SQL-Tools-Ausgabekanal. WARNUNG: Dies kann vertrauliche Informationen enthalten, wenn die ausführliche Protokollierung aktiviert ist.",
|
||||
"mssql.tracingLevel": "[Optional] Protokolliergrad für Back-End-Dienste. Azure Data Studio generiert bei jedem Start einen Dateinamen, und falls die Datei bereits vorhanden ist, werden die Protokolleinträge an diese Datei angehängt. Zur Bereinigung alter Protokolldateien können die Einstellungen \"logRetentionMinutes\" und \"logFilesRemovalLimit\" 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\" umfasst kritische Meldungen, \"Warning\" umfasst alle Daten aus \"Error\" sowie Warnmeldungen, \"Information\" umfasst alle Daten aus \"Warning\" sowie Informationsmeldungen, \"Verbose\" umfasst ausführliche Informationen.",
|
||||
|
||||
@@ -25,12 +25,14 @@
|
||||
"addDatabaseReferenceOkButtonText": "Verweis hinzufügen",
|
||||
"addDatabaseReferencedialogName": "Datenbankverweis hinzufügen",
|
||||
"addItemAction": "Element hinzufügen",
|
||||
"addSqlCmdVariableWithoutDefaultValue": "SQLCMD-Variable \"{0}\" ohne Standardwert zum Projekt hinzufügen?",
|
||||
"advancedOptionsButton": "Erweitert...",
|
||||
"advancedPublishOptions": "Erweiterte Veröffentlichungsoptionen",
|
||||
"appSettingPrompt": "Möchten Sie die Datei \"local.settings.json\" der Azure-Funktion mit der neuen Verbindungszeichenfolge aktualisieren?",
|
||||
"applyConfirmation": "Möchten Sie das Zielprojekt aktualisieren?",
|
||||
"applyError": "Beim Aktualisieren des Projekts: {0} ist ein Fehler aufgetreten",
|
||||
"applySuccess": "Das Projekt wurde erfolgreich aktualisiert.",
|
||||
"artifactReference": "Artefaktverweis",
|
||||
"at": "bei",
|
||||
"autorestProjectName": "Name des neuen SQL-Projekts",
|
||||
"azureAccounts": "Azure-Konten",
|
||||
@@ -119,8 +121,8 @@
|
||||
"downloadError": "Downloadfehler",
|
||||
"downloadProgress": "Downloadstatus",
|
||||
"downloading": "Wird heruntergeladen",
|
||||
"downloadingDacFxDlls": "Herunterladen von Microsoft.Build.Sql-NuGet zum Abrufen von Build-DLLs",
|
||||
"downloadingFromTo": "Herunterladen von {0} zu {1}",
|
||||
"downloadingNuget": "Herunterladen von {0} NuGet zum Abrufen von Build-DLLs ",
|
||||
"edgeEulaAgreementTitle": "Microsoft Azure SQL Edge-Lizenzvertrag",
|
||||
"edgeProjectTypeDescription": "Beginnen Sie mit den Kernelementen, um Schemas für Azure SQL Edge-Datenbank zu entwickeln und zu veröffentlichen",
|
||||
"edgeProjectTypeDisplayName": "Azure SQL Edge-Datenbank",
|
||||
@@ -234,6 +236,7 @@
|
||||
"optionName": "Optionsname",
|
||||
"optionNotFoundWarningMessage": "Bezeichnung: {0} existiert nicht in der Option value name lookup",
|
||||
"outsideFolderPath": "Elemente mit absolutem Pfad außerhalb des Projektordners werden nicht unterstützt. Stellen Sie sicher, dass die Pfade in der Projektdatei relativ zum Projektordner sind.",
|
||||
"packageReference": "Paketverweis",
|
||||
"parentTreeItemUnknown": "Auf das übergeordnete Element des bereitgestellten Strukturelements kann nicht zugegriffen werden.",
|
||||
"passwordNotMatch": "{0} Kennwort stimmt nicht mit dem Bestätigungskennwort überein",
|
||||
"portMustNotBeNumber": "Der Port muss eine Zahl sein.",
|
||||
@@ -262,6 +265,7 @@
|
||||
"publishDialogName": "Projekt veröffentlichen",
|
||||
"publishOptions": "Veröffentlichung Optionen",
|
||||
"publishProfileElements": "Veröffentlichen von Profilelementen",
|
||||
"publishProfileFriendlyName": "Veröffentlichungsprofil",
|
||||
"publishProjectSucceed": "Das Datenbankprojekt wurde erfolgreich veröffentlicht",
|
||||
"publishSettingsFiles": "Einstellungsdatei veröffentlichen",
|
||||
"publishTo": "Ziel veröffentlichen",
|
||||
@@ -273,8 +277,9 @@
|
||||
"publishToNewAzureServer": "Auf neuem Azure SQL logischen Server veröffentlichen (Vorschau)",
|
||||
"publishToNewAzureServerFailed": "Fehler beim Veröffentlichen auf dem neuen Azure SQL Server. {0}",
|
||||
"publishingProjectMessage": "Veröffentlicht das Projekt in einem Container...",
|
||||
"referenceRadioButtonsGroupTitle": "Typ",
|
||||
"referenceType": "Referenztyp",
|
||||
"referenceRadioButtonsGroupTitle": "Typ der referenzierten Datenbank",
|
||||
"referenceTypeRadioButtonsGroupTitle": "Verweistyp",
|
||||
"referencedDatabaseType": "Typ der referenzierten Datenbank",
|
||||
"reloadProject": "Möchten Sie Ihr Datenbankprojekt neu laden?",
|
||||
"reset": "Zurücksetzen",
|
||||
"resetAllVars": "Alle Variablen zurücksetzen",
|
||||
@@ -289,6 +294,7 @@
|
||||
"runningDockerMessage": "Dockercontainer wird ausgeführt ...",
|
||||
"sameDatabase": "Dieselbe Datenbank",
|
||||
"save": "Speichern",
|
||||
"saveProfile": "Möchten Sie die Einstellungen in einem Profil speichern (.publish.xml)?",
|
||||
"saveProfileAsButtonText": "Speichern unter...",
|
||||
"schema": "Schema",
|
||||
"schemaCompare.compareErrorMessage": "Fehler beim Schemavergleich: {0}",
|
||||
@@ -347,7 +353,7 @@
|
||||
"unableToFindFile": "{1} mit Pfad \"{0}\" wurde nicht gefunden.",
|
||||
"unableToFindReference": "Der Datenbankverweis {0} konnte nicht gefunden werden",
|
||||
"unableToFindSqlCmdVariable": "Die SQLCMD-Variable \"{0}\" konnte nicht gefunden werden.",
|
||||
"unableToPerformAction": "Das Ziel von \"{0}\" wurde nicht gefunden: \"{1}\"",
|
||||
"unableToPerformAction": "Das Ziel von \"{0}\" wurde nicht gefunden: \"{1}\". {2}",
|
||||
"unexpectedProjectContext": "Der Projektkontext kann nicht eingerichtet werden. Der Befehl wurde von einem unerwarteten Speicherort aufgerufen: {0}",
|
||||
"unhandledDeleteType": "Nicht behandelter Elementtyp beim Löschen: „{0}",
|
||||
"unhandledMoveNode": "Unbehandelter Knotentyp für Verschiebung",
|
||||
@@ -411,6 +417,7 @@
|
||||
"sqlDatabaseProjects.newItem": "Element hinzufügen...",
|
||||
"sqlDatabaseProjects.newPostDeploymentScript": "Skript nach der Bereitstellung hinzufügen",
|
||||
"sqlDatabaseProjects.newPreDeploymentScript": "Skript vor der Bereitstellung hinzufügen",
|
||||
"sqlDatabaseProjects.newPublishProfile": "Veröffentlichungsprofil hinzufügen",
|
||||
"sqlDatabaseProjects.newScript": "Skript hinzufügen",
|
||||
"sqlDatabaseProjects.newStoredProcedure": "Gespeicherte Prozedur hinzufügen",
|
||||
"sqlDatabaseProjects.newTable": "Tabelle hinzufügen",
|
||||
@@ -419,6 +426,7 @@
|
||||
"sqlDatabaseProjects.open": "Datenbankprojekt öffnen",
|
||||
"sqlDatabaseProjects.openContainingFolder": "Enthaltenden Ordner öffnen",
|
||||
"sqlDatabaseProjects.openInDesigner": "Im Designer öffnen",
|
||||
"sqlDatabaseProjects.openReferencedSqlProject": "Projekt öffnen",
|
||||
"sqlDatabaseProjects.properties": "Eigenschaften",
|
||||
"sqlDatabaseProjects.publish": "Veröffentlichen",
|
||||
"sqlDatabaseProjects.rename": "Umbenennen",
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/constants/strings": {
|
||||
"azure.accounts.accountAccessError": "Fehler beim Zugriff auf das ausgewählte Konto „{0}“ und den Mandanten „{1}“. Wählen Sie „Konto verknüpfen“ aus, und aktualisieren Sie das Konto, oder wählen Sie ein anderes Konto aus. Fehler „{2}“",
|
||||
"azure.accounts.accountStaleError": "Das Zugriffstoken für das ausgewählte Konto „{0}“ und den Mandanten „{1}“ ist nicht mehr gültig. Wählen Sie „Konto verknüpfen“ aus, und aktualisieren Sie das Konto, oder wählen Sie ein anderes Konto aus.",
|
||||
"serviceCrashMessage": "Die Migrationsdienstkomponente konnte nicht gestartet werden. {0}",
|
||||
"serviceCrashed": "Die Dienstkomponente ist abgestürzt.",
|
||||
"serviceProviderIntializationError": "Der Dienstanbieter konnte nicht initialisiert werden.",
|
||||
@@ -338,9 +336,9 @@
|
||||
"sql.migration.ir.page.sql.migration.service.not.found": "Es wurde kein Database Migration Service gefunden. Erstellen Sie einen neuen.",
|
||||
"sql.migration.ir.page.title": "Azure-Dienst zur Datenbankmigration",
|
||||
"sql.migration.ir.setup.step1": "Schritt 1: {0}",
|
||||
"sql.migration.ir.setup.step2": "Step 2: Use the keys below to register your integration runtime",
|
||||
"sql.migration.ir.setup.step3": "Step 3: Click on the 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime",
|
||||
"sql.migration.ir.setup.step3.alternate": "Step 3: Click on the Refresh button above to check the connection between Azure Database Migration Service and integration runtime",
|
||||
"sql.migration.ir.setup.step2": "Schritt 2: Verwenden Sie die Schlüssel unten zum Registrieren Ihrer Integration Runtime.",
|
||||
"sql.migration.ir.setup.step3": "Schritt 3: Klicken Sie auf die Schaltfläche \"Verbindung testen\", um die Verbindung zwischen Azure Database Migration Service und Integration Runtime zu überprüfen",
|
||||
"sql.migration.ir.setup.step3.alternate": "Schritt 3: Klicken Sie oben auf die Schaltfläche \"Aktualisieren\", um die Verbindung zwischen Azure Database Migration Service und Integration Runtime zu überprüfen",
|
||||
"sql.migration.issue.aria.label": "Blockierproblem: {0}",
|
||||
"sql.migration.issues": "Probleme",
|
||||
"sql.migration.issues.count": "Probleme ({0})",
|
||||
@@ -536,9 +534,9 @@
|
||||
"sql.migration.select.target.to.continue": "Wählen Sie ein Ziel aus, um fortzufahren.",
|
||||
"sql.migration.server": "Server",
|
||||
"sql.migration.service.account.info.text": "Stellen Sie sicher, dass das Dienstkonto, in dem die SQL Server-Quellinstanz ausgeführt wird, in der Netzwerkfreigabe über Schreibberechtigungen verfügt.",
|
||||
"sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to handle connectivity between source and target and upload backups from an on-premises network file share to Azure (if applicable).",
|
||||
"sql.migration.service.container.container.description2": "Follow the instructions below to set up self-hosted integration runtime.",
|
||||
"sql.migration.service.container.heading": "Set up integration runtime",
|
||||
"sql.migration.service.container.container.description1": "Azure Database Migration Service nutzt die selbstgehostete Integration Runtime von Azure Data Factory, um die Konnektivität zwischen Quelle und Ziel zu verarbeiten und Sicherungen von einer lokalen Netzwerkdateifreigabe in Azure hochzuladen (falls zutreffend).",
|
||||
"sql.migration.service.container.container.description2": "Befolgen Sie die nachstehenden Anweisungen, um selbst gehostete Integration Runtime einzurichten.",
|
||||
"sql.migration.service.container.heading": "Integration Runtime einrichten",
|
||||
"sql.migration.service.container.loading.help": "Migrationsdienste werden geladen",
|
||||
"sql.migration.service.details.authKeys.label": "Authentifizierungsschlüssel",
|
||||
"sql.migration.service.details.authKeys.title": "Authentifizierungsschlüssel, die zum Herstellen einer Verbindung mit dem selbstgehosteten Integration Runtime-Knoten verwendet werden",
|
||||
@@ -550,14 +548,14 @@
|
||||
"sql.migration.service.header": "Details zum Azure Database Migration Service \"{0}\":",
|
||||
"sql.migration.service.not.found": "Es wurden keine Migrationsdienste gefunden. Um fortzufahren, erstellen Sie einen Neuen.",
|
||||
"sql.migration.service.not.ready": "Azure Database Migration Service ist nicht registriert. Azure Database Migration Service \"{0}\" muss bei selbstgehosteten Integration Runtime auf jedem Knoten registriert werden.",
|
||||
"sql.migration.service.not.ready.below": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.\r\n\r\nSee below for registration instructions.",
|
||||
"sql.migration.service.not.ready.below": "Azure Database Migration Service ist nicht registriert. Azure Database Migration Service \"{0}\" muss bei selbstgehosteten Integration Runtime auf jedem Knoten registriert werden.\r\n\r\nRegistrierungsanweisungen finden Sie unten.",
|
||||
"sql.migration.service.prompt": "{0} (Änderung)",
|
||||
"sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on node(s) - {1}\r\n\r\nFor improved performance and high availability, you can register additional nodes.",
|
||||
"sql.migration.service.ready.below": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on node(s) - {1}\r\n\r\nFor improved performance and high availability, you can register additional nodes. See below for registration instructions.",
|
||||
"sql.migration.service.ready": "Azure Database Migration Service \"{0}\" ist mit einer selbstgehosteten Integration Runtime verbunden, die auf Knoten ausgeführt wird – {1}\r\n\r\nUm die Leistung und Hochverfügbarkeit zu verbessern, können Sie zusätzliche Knoten registrieren.",
|
||||
"sql.migration.service.ready.below": "Azure Database Migration Service \"{0}\" ist mit einer selbstgehosteten Integration Runtime verbunden, die auf Knoten ausgeführt wird – {1}\r\n\r\nUm die Leistung und Hochverfügbarkeit zu verbessern, können Sie zusätzliche Knoten registrieren. Registrierungsanweisungen finden Sie unten.",
|
||||
"sql.migration.service.selection.location.msg": "Bitte wählen Sie den Speicherort Ihrer Datenbanksicherungsdateien aus, bevor Sie fortfahren.",
|
||||
"sql.migration.service.status.refresh.error": "Es ist ein Fehler beim Aktualisieren des Migrationsdienst-Erstellungsstatus aufgetreten.",
|
||||
"sql.migration.services.container.description": "Geben Sie die folgenden Informationen ein, um einen neuen Azure Database Migration Service hinzuzufügen.",
|
||||
"sql.migration.services.container.description.network": "Enter the information below to add a new Azure Database Migration Service. To register self-hosted integration runtime, select 'My database backups are on a network share' on the previous page.",
|
||||
"sql.migration.services.container.description.network": "Geben Sie die folgenden Informationen ein, um eine neue Azure Database Migration Service hinzuzufügen. Um die selbstgehostete Integration Runtime zu registrieren, wählen Sie auf der vorherigen Seite \"Meine Datenbanksicherungen befinden sich auf einer Netzwerkfreigabe\" aus.",
|
||||
"sql.migration.services.dialog.title": "Einen Azure Database Migration Service erstellen",
|
||||
"sql.migration.services.location": "Azure-Region für Ihren Azure Database Migration Service. Dies sollte die gleiche Region sein wie Ihre Ziel-Azure SQL.",
|
||||
"sql.migration.services.name": "Name des Azure Database Migration Service.",
|
||||
@@ -758,6 +756,8 @@
|
||||
"sql.migration.storage.account": "Speicherkonto",
|
||||
"sql.migration.storageAccount.warning.many": "Die Zielinstanz „{0}“ kann möglicherweise nicht auf das Speicherkonto „{1}“ zugreifen. Stellen Sie sicher, dass das Subnetz der Zielinstanz auf der Whitelist des Speicherkontos steht und dass sich der private Endpunkt im selben virtuellen Netzwerk wie der Zielserver befindet.",
|
||||
"sql.migration.storageAccount.warning.one": "Die Zielinstanz „{0}“ kann möglicherweise nicht auf die Speicherkonten „{1}“ zugreifen. Stellen Sie sicher, dass das Subnetz der Zielinstanz auf den Speicherkonten auf der Whitelist steht und dass sich die privaten Endpunkte im selben virtuellen Netzwerk wie der Zielserver befinden.",
|
||||
"sql.migration.storageAccount.warning.vm.many": "Der Zielserver \"{0}\" kann möglicherweise nicht auf das Speicherkonto \"{1}\" zugreifen. Stellen Sie sicher, dass das Subnetz des Zielservers in das Speicherkonto in der Whitelist enthalten ist.",
|
||||
"sql.migration.storageAccount.warning.vm.one": "Der Zielserver \"{0}\" kann möglicherweise nicht auf Speicherkonten \"{1}\" zugreifen. Stellen Sie sicher, dass das Subnetz des Zielservers in den Speicherkonten in der Whitelist enthalten ist.",
|
||||
"sql.migration.subscription": "Abonnement",
|
||||
"sql.migration.summary.azure.storage": "Azure-Speicher",
|
||||
"sql.migration.summary.azure.storage.subscription": "Azure-Speicherabonnement",
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Example": "Beispiel",
|
||||
"Files by Extension": "Dateien nach Erweiterung",
|
||||
"Files with Extension": "Dateien mit Erweiterung",
|
||||
"Files with Multiple Extensions": "Dateien mit mehreren Erweiterungen",
|
||||
"Files with Path": "Dateien mit Pfad",
|
||||
"Files with Siblings by Name": "Dateien mit gleichgeordneten Elementen nach Name",
|
||||
"Folder by Name (Any Location)": "Ordner nach Name (beliebiger Speicherort)",
|
||||
"Folder by Name (Top Level)": "Ordner nach Name (oberste Ebene)",
|
||||
"Folders with Multiple Names (Top Level)": "Ordner mit mehreren Namen (oberste Ebene)",
|
||||
"GitHub": "GitHub",
|
||||
"Map all files matching the absolute path glob pattern in their path to the language with the given identifier.": "Ordnet alle Dateien, die mit dem absoluten Pfad des Globmusters in ihrem Pfad übereinstimmen, der Sprache mit dem angegebenen Bezeichner zu.",
|
||||
"Map all files matching the glob pattern in their filename to the language with the given identifier.": "Ordnet alle Dateien, deren Dateinamen mit dem Globmuster übereinstimmen, der Sprache mit dem angegebenen Bezeichner zu.",
|
||||
"Match a folder with a specific name in any location.": "Zuordnen eines Ordners mit einem bestimmten Namen an einem beliebigen Speicherort.",
|
||||
"Match a top level folder with a specific name.": "Ordnet einen Ordner auf oberster Ebene einem bestimmten Namen zu.",
|
||||
"Match all files of a specific file extension.": "Ordnet alle Dateien mit einer bestimmten Erweiterung zu.",
|
||||
"Match all files with any of the file extensions.": "Ordnet alle Dateien mit einer der Dateierweiterungen zu.",
|
||||
"Match files that have siblings with the same name but a different extension.": "Ordnet Dateien zu, die gleichgeordnete Elemente mit dem gleichen Namen und einer anderen Erweiterung besitzen.",
|
||||
"Match multiple top level folders.": "Ordnet mehrere Ordner auf oberster Ebene zu.",
|
||||
"The character used by the operating system to separate components in file paths": "Das Zeichen, das vom Betriebssystem verwendet wird, um Komponenten in Dateipfaden zu trennen.",
|
||||
"The current opened file": "Die aktuell geöffnete Datei",
|
||||
"The current opened file relative to ${workspaceFolder}": "Die aktuelle geöffnete Datei bezogen auf ${WorkspaceFolder}",
|
||||
"The current opened file's basename": "Der Basisname der aktuellen geöffneten Datei",
|
||||
"The current opened file's basename with no file extension": "Der Basisname der aktuellen geöffneten Datei ohne Erweiterung",
|
||||
"The current opened file's dirname": "Der Verzeichnisname der aktuellen geöffneten Datei",
|
||||
"The current opened file's dirname relative to ${workspaceFolder}": "Der DirName-Wert der aktuell geöffneten Datei relativ zu \"${workspaceFolder}\"",
|
||||
"The current opened file's extension": "Die Erweiterung der aktuellen geöffneten Datei",
|
||||
"The current selected line number in the active file": "Die aktuelle ausgewählte Zeilennummer in der aktiven Datei",
|
||||
"The current selected text in the active file": "Der aktuelle ausgewählte Text in der aktiven Datei",
|
||||
"The name of the default build task. If there is not a single default build task then a quick pick is shown to choose the build task.": "Der Name des Standardbuildtasks. Wenn es keinen Standardbuildtask gibt, wird eine Schnellauswahl angezeigt, um den Buildtask auszuwählen.",
|
||||
"The name of the folder opened in VS Code without any slashes (/)": "Name des in VS Code geöffneten Ordners ohne Schrägstriche (/)",
|
||||
"The path of the folder opened in VS Code": "Pfad des in VS Code geöffneten Ordners",
|
||||
"The path where an an extension is installed.": "Der Pfad, in dem eine Erweiterung installiert ist.",
|
||||
"The task runner's current working directory on startup": "Das aktuelle Arbeitsverzeichnis der Aufgabenausführung beim Start",
|
||||
"Use the language of the currently active text editor if any": "Falls möglich, verwenden Sie die Sprache des aktuell aktiven Text-Editors.",
|
||||
"a conditional separator (' - ') that only shows when surrounded by variables with values": "Ein bedingtes Trennzeichen (' - '), das nur in der Umgebung von Variablen mit Werten angezeigt wird",
|
||||
"an indicator for when the active editor has unsaved changes": "ein Indikator für den Fall, dass der aktive Editor nicht gespeicherte Änderungen aufweist",
|
||||
"e.g. SSH": "z.B. SSH",
|
||||
"e.g. VS Code": "z. B. VS Code",
|
||||
"file path of the workspace (e.g. /Users/Development/myWorkspace)": "Dateipfad des Arbeitsbereichs (z.B. /Benutzer/Entwicklung/meinArbeitsbereich)",
|
||||
"file path of the workspace folder the file is contained in (e.g. /Users/Development/myFolder)": "Dateipfad des Arbeitsbereichsordners, der die Datei enthält (z.B. /Benutzer/Entwicklung/MeinOrdner)",
|
||||
"gist": "Gist",
|
||||
"name of the workspace folder the file is contained in (e.g. myFolder)": "Name des Arbeitsbereichsordners, der die Datei enthält (z.B. MeinOrdner)",
|
||||
"name of the workspace with optional remote name and workspace indicator if applicable (e.g. myFolder, myRemoteFolder [SSH] or myWorkspace (Workspace))": "Name des Arbeitsbereichs mit optionalem Remote-Namen und Arbeitsbereichs-Indikator, falls vorhanden, (z. B. „myFolder“, „myRemoteFolder“ [SSH] oder „myWorkspace“ [Workspace]).",
|
||||
"shortened name of the workspace without suffixes (e.g. myFolder or myWorkspace)": "Gekürzter Name des Arbeitsbereichs ohne Suffixe (z. B. „myFolder“ oder „myWorkspace“)",
|
||||
"the file name (e.g. myFile.txt)": "Der Dateiname (z.B. meineDatei.txt)",
|
||||
"the full path of the file (e.g. /Users/Development/myFolder/myFileFolder/myFile.txt)": "der vollständige Pfad der Datei (z.B. /Benutzer/Development/myFolder/myFileFolder/myFile.txt)",
|
||||
"the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder)": "der vollständige Pfad des Ordners, der die Datei enthält (z.B. /Benutzer/Development/myFolder/myFileFolder)",
|
||||
"the name of the folder the file is contained in (e.g. myFileFolder)": "der Name des Ordners, der die Datei enthält (z.B. MyFileFolder)",
|
||||
"the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)": "der Pfad der Datei relativ zum Arbeitsbereichsordner (z.B. myFolder/myFileFolder/myFile.txt)",
|
||||
"the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "der Pfad des Ordners, der die Datei enthält, relativ zum Arbeitsbereichsordner (z.B. myfolder/MyFileFolder)"
|
||||
},
|
||||
"package": {
|
||||
"description": "Stellt Funktionen (erweitertes IntelliSense, automatische Korrektur) in Konfigurationsdateien wie Einstellungs-, Start- und Erweiterungsempfehlungsdateien bereit.",
|
||||
"displayName": "Konfigurationsänderung"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,18 +8,18 @@
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/remoteSource": {
|
||||
"branch name": "Branchname",
|
||||
"error": "{0}-Fehler: {1}",
|
||||
"none found": "Keine Remoterepositorys gefunden.",
|
||||
"pick url": "Wählen Sie eine URL für den Klonvorgang aus.",
|
||||
"provide url": "Repository-URL angeben",
|
||||
"provide url or pick": "Geben Sie die Repository-URL an, oder wählen Sie eine Repositoryquelle aus.",
|
||||
"bundle": {
|
||||
"Branch name": "Branchname",
|
||||
"Choose a URL to clone from.": "Wählen Sie eine URL für den Klonvorgang aus.",
|
||||
"No remote repositories found.": "Keine Remoterepositorys gefunden.",
|
||||
"Provide repository URL": "Repository-URL angeben",
|
||||
"Provide repository URL or pick a repository source.": "Geben Sie die Repository-URL an, oder wählen Sie eine Repositoryquelle aus.",
|
||||
"Repository name": "Repositoryname",
|
||||
"Repository name (type to search)": "Repositoryname (zur Suche eingeben)",
|
||||
"URL": "URL",
|
||||
"recently opened": "zuletzt geöffnet",
|
||||
"remote sources": "remotequellen",
|
||||
"type to filter": "Repositoryname",
|
||||
"type to search": "Repositoryname (zur Suche eingeben)",
|
||||
"url": "URL"
|
||||
"{0} Error: {1}": "{0}-Fehler: {1}"
|
||||
},
|
||||
"package": {
|
||||
"command.api.getRemoteSources": "Remotequellen abrufen",
|
||||
@@ -0,0 +1,599 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\" hat Fingerabdruck \"{1}\"",
|
||||
"$(info) Remote \"{0}\" has no tags.": "$(info) Remote \"{0}\" hat keine Tags.",
|
||||
"$(info) This repository has no tags.": "$(info) Dieses Repository hat keine Tags.",
|
||||
"A branch named \"{0}\" already exists": "Ein Branch mit dem Namen \"{0}\" ist bereits vorhanden.",
|
||||
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "Ein Git-Repository wurde in den übergeordneten Ordnern des Arbeitsbereichs oder in den geöffneten Dateien gefunden. Möchten Sie das Repository öffnen?",
|
||||
"Absolute paths not supported in \"git.scanRepositories\" setting.": "Absolute Pfade werden in der Einstellung \"git.scanRepositories\" nicht unterstützt.",
|
||||
"Add Remote": "Remoterepository hinzufügen",
|
||||
"Add a new remote...": "Neues Remoterepository hinzufügen...",
|
||||
"Add remote from URL": "Remoterepository aus URL hinzufügen",
|
||||
"Add remote from {0}": "Remoterepository aus {0} hinzufügen",
|
||||
"Add to Workspace": "Zum Arbeitsbereich hinzufügen",
|
||||
"All Repositories": "Alle Repositorys",
|
||||
"Always": "Immer",
|
||||
"Always Pull": "Immer pullen",
|
||||
"Are you sure you want to DELETE {0} files?\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST if you proceed.": "Möchten Sie {0} Dateien LÖSCHEN?\\nDieser Vorgang ist UNUMKEHRBAR!\\nWenn Sie fortfahren, gehen diese Dateien DAUERHAFT VERLOREN.",
|
||||
"Are you sure you want to DELETE {0}?\\nThis is IRREVERSIBLE!\\nThis file will be FOREVER LOST if you proceed.": "Möchten Sie {0} LÖSCHEN?\\nDieser Vorgang ist UNUMKEHRBAR!\\nWenn Sie fortfahren, geht die Datei DAUERHAFT VERLOREN.",
|
||||
"Are you sure you want to continue connecting?": "Möchten Sie die Verbindungsherstellung fortsetzen?",
|
||||
"Are you sure you want to create an empty commit?": "Möchten Sie wirklich einen leeren Commit erstellen?",
|
||||
"Are you sure you want to discard ALL changes in {0} files?\\nThis is IRREVERSIBLE!\\nYour current working set will be FOREVER LOST if you proceed.": "Möchten Sie ALLE Änderungen in {0} Dateien verwerfen?\\nDieser Vorgang ist UNUMKEHRBAR!\\nWenn Sie fortfahren, geht Ihr aktueller Arbeitssatz DAUERHAFT VERLOREN.",
|
||||
"Are you sure you want to discard changes in {0} files?": "Möchten Sie wirklich Änderungen in {0} Dateien verwerfen?",
|
||||
"Are you sure you want to discard changes in {0}?": "Möchten Sie die Änderungen in {0} wirklich verwerfen?",
|
||||
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "Sind Sie sich sicher, dass Sie ALLE Stashes löschen möchten? Es sind {0} Stashes vorhanden, die gelöscht werden müssen und MÖGLICHERWEISE NICHT WIEDERHERGESTELLT werden können.",
|
||||
"Are you sure you want to drop ALL stashes? There is 1 stash that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "Sind Sie sich sicher, dass Sie ALLE Stashes löschen möchten? Es ist 1 Stash vorhanden, der gelöscht werden muss und MÖGLICHERWEISE NICHT WIEDERHERGESTELLT werden kann.",
|
||||
"Are you sure you want to drop the stash: {0}?": "Möchten Sie den folgenden Stash löschen: {0}?",
|
||||
"Are you sure you want to restore {0} files?": "Möchten Sie {0} Dateien wirklich wiederherstellen?",
|
||||
"Are you sure you want to restore {0}?": "Möchten Sie {0} wirklich wiederherstellen?",
|
||||
"Are you sure you want to stage {0} files with merge conflicts?": "Möchten Sie {0} Dateien mit Mergingkonflikten bereitstellen?",
|
||||
"Are you sure you want to stage {0} with merge conflicts?": "Möchten Sie {0} mit Mergingkonflikten bereitstellen?",
|
||||
"Ask Me Later": "Erneut nachfragen",
|
||||
"Branch name": "Branchname",
|
||||
"Branch name needs to match regex: {0}": "Der Name des Branches muss mit RegEx übereinstimmen: {0}",
|
||||
"Can\\'t push refs to remote. Try running \"Pull\" first to integrate your changes.": "Verweise können nicht per Push an remote übertragen werden. Führen Sie zunächst „Pull“ aus, um Ihre Änderungen zu integrieren.",
|
||||
"Can\\'t undo because HEAD doesn\\'t point to any commit.": "Die Aktion kann nicht rückgängig gemacht werden, da HEAD nicht auf einen Commit verweist.",
|
||||
"Changes": "Änderungen",
|
||||
"Checking Out Branch/Tag...": "Verzweigung/Tag wird ausgecheckt ...",
|
||||
"Checking Out Changes...": "Änderungen werden ausgecheckt ...",
|
||||
"Checkout Branch/Tag...": "Verzweigung/Tag auschecken ...",
|
||||
"Checkout detached...": "Getrennte auschecken...",
|
||||
"Choose Folder...": "Ordner auswählen...",
|
||||
"Choose a folder to clone {0} into": "Wählen Sie einen Ordner aus, in den {0} geklont werden soll.",
|
||||
"Choose a repository": "Repository auswählen",
|
||||
"Choose which repository to clone": "Wählen Sie aus, welches Repository geklont werden soll.",
|
||||
"Clone from URL": "Repository-URL",
|
||||
"Clone from {0}": "Aus \"{0}\" klonen",
|
||||
"Cloning git repository \"{0}\"...": "Git-Repository \"{0}\" wird geklont...",
|
||||
"Commit": "Commit",
|
||||
"Commit & Push Changes": "Committen und Änderungen pushen",
|
||||
"Commit & Sync Changes": "Committen und Änderungen synchronisieren",
|
||||
"Commit Anyway": "Commit dennoch ausführen",
|
||||
"Commit Changes": "Änderungen committen",
|
||||
"Commit Changes on \"{0}\"": "Änderungen an \"{0}\" committen",
|
||||
"Commit Changes to New Branch": "Commit der Änderungen für neue Verzweigung ausführen",
|
||||
"Commit Hash": "Commithash",
|
||||
"Commit Staged Changes": "Gestagete Änderungen committen",
|
||||
"Commit message": "Commit-Nachricht",
|
||||
"Commit operation was cancelled due to empty commit message.": "Der Commitvorgang wurde aufgrund einer leeren Commitnachricht abgebrochen.",
|
||||
"Commit to New Branch & Push Changes": "Commit an neuer Verzweigung ausführen und Änderungen mit Push übertragen",
|
||||
"Commit to New Branch & Synchronize Changes": "Commit an neuer Verzweigung ausführen und Änderungen synchronisieren",
|
||||
"Commit to a New Branch": "Commit für eine neue Verzweigung ausführen",
|
||||
"Commits without verification are not allowed, please enable them with the \"git.allowNoVerifyCommit\" setting.": "Commits ohne Überprüfung sind nicht zulässig. Aktivieren Sie sie mit der Einstellung \"git.allowNoVerifyCommit\".",
|
||||
"Committing & Pushing Changes...": "Commit wird ausgeführt und Änderungen werden per Push übertragen...",
|
||||
"Committing & Synchronizing Changes...": "Commit wird ausgeführt und Änderungen werden synchronisiert...",
|
||||
"Committing Changes to New Branch...": "Committen von Änderungen an neuer Verzweigung wird ausgeführt...",
|
||||
"Committing Changes...": "Änderungen werden committet...",
|
||||
"Committing to New Branch & Pushing Changes...": "Committen an neuer Verzweigung wird ausgeführt und Änderungen werden mit Push übertragen...",
|
||||
"Committing to New Branch & Synchronizing Changes...": "Commit an neuer Verzweigung wird ausgeführt und Änderungen werden synchronisiert...",
|
||||
"Conflict: Added By Them": "Konflikt: von Anderen hinzugefügt",
|
||||
"Conflict: Added By Us": "Konflikt: von uns hinzugefügt",
|
||||
"Conflict: Both Added": "Konflikt: beide hinzugefügt",
|
||||
"Conflict: Both Deleted": "Konflikt: beide gelöscht",
|
||||
"Conflict: Both Modified": "Konflikt: beide geändert",
|
||||
"Conflict: Deleted By Them": "Konflikt: von Anderen gelöscht",
|
||||
"Conflict: Deleted By Us": "Konflikt: von uns gelöscht",
|
||||
"Continue Rebase": "Rebase fortsetzen",
|
||||
"Continuing Rebase...": "Rebase wird fortgesetzt...",
|
||||
"Could not clone your repository as Git is not installed.": "Ihr Repository konnte nicht geklont werden, da Git nicht installiert ist.",
|
||||
"Create Empty Commit": "Leeren Commit erstellen",
|
||||
"Create new branch from...": "Neuen Branch erstellen aus...",
|
||||
"Create new branch...": "Neuen Branch erstellen...",
|
||||
"Current": "Aktuell",
|
||||
"Current commit message only contains whitespace characters": "Die aktuelle Commitnachricht enthält nur Leerzeichen.",
|
||||
"Delete Branch": "Branch löschen",
|
||||
"Delete File": "Datei löschen",
|
||||
"Delete Files": "Dateien löschen",
|
||||
"Delete file": "Datei löschen",
|
||||
"Deleted": "Gelöscht",
|
||||
"Discard 1 File": "Eine Datei verwerfen",
|
||||
"Discard 1 Tracked File": "1 verfolgte Datei verwerfen",
|
||||
"Discard All {0} Files": "Alle {0} Dateien verwerfen",
|
||||
"Discard Changes": "Änderungen verwerfen",
|
||||
"Discard {0} Tracked Files": "{0} verfolgte Dateien verwerfen",
|
||||
"Don\\'t Pull": "Nicht pullen",
|
||||
"Don\\'t Show Again": "Nicht mehr anzeigen",
|
||||
"Download Git": "Git herunterladen",
|
||||
"Email": "E-Mail",
|
||||
"Enables the following features: {0}": "Enables the following features: {0}",
|
||||
"Failed to authenticate to git remote.": "Fehler bei der Authentifizierung beim Git-Remoterepository.",
|
||||
"Failed to authenticate to git remote:\\n\\n{0}": "Fehler bei der Authentifizierung beim Git-Remoterepository:\\n\\n{0}",
|
||||
"File \"{0}\" was deleted by them and modified by us.\\n\\nWhat would you like to do?": "Die Datei „{0}“ wurde von ihnen gelöscht und von uns geändert.\\n\\nWas möchten Sie tun?",
|
||||
"File \"{0}\" was deleted by us and modified by them.\\n\\nWhat would you like to do?": "Die Datei „{0}“ wurde von uns gelöscht und von ihnen geändert.\\n\\nWas möchten Sie tun?",
|
||||
"Force Checkout": "Auschecken erzwingen",
|
||||
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "Push erzwingen ist nicht zulässig. Aktivieren Sie es mit der Einstellung \"git.allowForcePush\".",
|
||||
"Git History": "Git-Verlauf",
|
||||
"Git error": "Git-Fehler",
|
||||
"Git local working changes": "Lokale Git-Arbeitsänderungen",
|
||||
"Git not found. Install it or configure it using the \"git.path\" setting.": "Git wurde nicht gefunden. Installieren Sie es, oder konfigurieren Sie es mithilfe der Einstellung \"git.path\".",
|
||||
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "Git-Repositorys wurden in den übergeordneten Ordnern des Arbeitsbereichs oder in den geöffneten Dateien gefunden. Möchten Sie die Repositorys öffnen?",
|
||||
"Git: {0}": "Git: {0}",
|
||||
"HEAD version of \"{0}\" is not available.": "Es ist keine HEAD-Version von \"{0}\" verfügbar.",
|
||||
"Ignored": "Ignoriert",
|
||||
"Incoming": "Eingehend",
|
||||
"Index Added": "Index hinzugefügt",
|
||||
"Index Copied": "Index kopiert",
|
||||
"Index Deleted": "Index gelöscht",
|
||||
"Index Modified": "Index geändert",
|
||||
"Index Renamed": "Index umbenannt",
|
||||
"Initialize Repository": "Repository initialisieren",
|
||||
"Intent to Add": "Hinzuzufügende Absicht",
|
||||
"Intent to Rename": "Absicht zum Umbenennen",
|
||||
"Invalid branch name": "Ungültiger Branchname",
|
||||
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "Es sieht so aus, als wäre der aktuelle Branch \"{0}\" möglicherweise rebasiert worden. Möchten Sie den Pullvorgang wirklich fortsetzen?",
|
||||
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "Offenbar wurde für den aktuellen Branch ein Rebase ausgeführt. Möchten Sie ihn dennoch als Ziel für den Pullvorgang verwenden?",
|
||||
"It\\'s not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "Die Commit-Nachricht kann während der Rebase-Ausführung nicht geändert werden. Verwenden Sie stattdessen den interaktiven Rebase-Vorgang und schließen Sie die Rebase-Ausführung ab.",
|
||||
"Keep Our Version": "Unsere Version beibehalten",
|
||||
"Keep Their Version": "Deren Version beibehalten",
|
||||
"Learn More": "Weitere Informationen",
|
||||
"Log level: {0}": "Protokolliergrad: {0}",
|
||||
"Make sure you configure your \"user.name\" and \"user.email\" in git.": "Stellen Sie sicher, dass Sie Ihre \"user.name\" und \"user.email\" in Git konfigurieren.",
|
||||
"Manage Unsafe Repositories": "Unsichere Repositorys verwalten",
|
||||
"Merge Changes": "Änderungen zusammenführen",
|
||||
"Message": "Nachricht",
|
||||
"Message (commit on \"{0}\")": "Nachricht (Commit auf \"{0}\")",
|
||||
"Message ({0} to commit on \"{1}\")": "Nachricht ({0} für \"{1}\" committen)",
|
||||
"Message ({0} to commit)": "Nachricht ({0} für Commit)",
|
||||
"Migrate Changes": "Änderungen migrieren",
|
||||
"Modified": "Geändert",
|
||||
"Never": "Nie",
|
||||
"No": "Nein",
|
||||
"No rebase in progress.": "Es wird kein Rebase ausgeführt.",
|
||||
"OK": "OK",
|
||||
"OK, Don\\'t Ask Again": "OK, nicht mehr fragen",
|
||||
"OK, Don\\'t Show Again": "OK, nicht mehr anzeigen",
|
||||
"Open": "Öffnen",
|
||||
"Open Comparison": "Vergleich öffnen",
|
||||
"Open Git Log": "Git-Protokoll öffnen",
|
||||
"Open Merge": "Merge öffnen",
|
||||
"Open Repositories In Parent Folders": "Repositorys in übergeordneten Ordnern öffnen",
|
||||
"Open Repository": "Repository öffnen",
|
||||
"Open in New Window": "In neuem Fenster öffnen",
|
||||
"Optionally provide a stash message": "Geben Sie optional eine Stash-Nachricht ein.",
|
||||
"Passphrase": "Passphrase",
|
||||
"Pick a branch to pull from": "Branch für Pull auswählen",
|
||||
"Pick a provider to publish the branch \"{0}\" to:": "Wählen Sie einen Anbieter aus, um den Branch \"{0}\" hier zu veröffentlichen:",
|
||||
"Pick a remote to publish the branch \"{0}\" to:": "Wählen Sie ein Remote-Objekt aus, in dem der Branch \"{0}\" veröffentlicht werden soll:",
|
||||
"Pick a remote to pull the branch from": "Remoteelement zum Pullen des Branch auswählen",
|
||||
"Pick a remote to remove": "Remote zum Entfernen auswählen",
|
||||
"Pick a repository to mark as safe and open": "Wählen Sie ein Repository aus, das als sicher markiert werden soll und öffnen Sie es",
|
||||
"Pick a repository to open": "Zu öffnendes Repository auswählen",
|
||||
"Pick a repository to reopen": "Pick a repository to reopen",
|
||||
"Pick a stash to apply": "Stash zum Anwenden auswählen",
|
||||
"Pick a stash to drop": "Zu löschenden Stash auswählen",
|
||||
"Pick a stash to pop": "Wählen Sie einen Stash aus, für den ein Pop ausgeführt werden soll.",
|
||||
"Pick workspace folder to initialize git repo in": "Arbeitsbereichsordner auswählen, in dem das Git-Repository initialisiert wird",
|
||||
"Please check out a branch to push to a remote.": "Wählen Sie ein Branch für den Push zu einem Remoteelement aus.",
|
||||
"Please clean your repository working tree before checkout.": "Bereinigen Sie Ihre Repository-Arbeitsstruktur vor Auftragsabschluss.",
|
||||
"Please provide a commit message": "Geben Sie eine Commit-Nachrichte ein.",
|
||||
"Please provide a message to annotate the tag": "Geben Sie eine Meldung ein, um das Tag mit einer Anmerkung zu versehen.",
|
||||
"Please provide a new branch name": "Bitte geben Sie einen neuen Branchnamen an.",
|
||||
"Please provide a remote name": "Remotenamen angeben",
|
||||
"Please provide a tag name": "Geben Sie einen Tagnamen an.",
|
||||
"Please provide the commit hash": "Geben Sie den Commithash an.",
|
||||
"Publish Branch": "Verzweigung veröffentlichen",
|
||||
"Publish Branch \"{0}\"/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Branch \"{0}\" veröffentlichen",
|
||||
"Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Branch veröffentlichen",
|
||||
"Publish to {0}": "In \"{0}\" veröffentlichen",
|
||||
"Publish to...": "Veröffentlichen in...",
|
||||
"Publishing Branch \"{0}\".../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Branch \"{0}\" wird veröffentlicht...",
|
||||
"Publishing Branch.../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Branch wird veröffentlicht...",
|
||||
"Pull": "Pull",
|
||||
"Pull {0} and push {1} commits between {2}/{3}": "{0} Commits per Pull und {1} Commits per Push zwischen {2}/{3} übertragen",
|
||||
"Pull {0} commits from {1}/{2}": "{0} Commits aus {1}/{2} per Pull übertragen",
|
||||
"Push {0} commits to {1}/{2}": "{0} Commits per Push nach {1}/{2} übertragen",
|
||||
"Rebasing": "Rebase wird ausgeführt",
|
||||
"Remote \"{0}\" already exists.": "Remote \"{0}\" ist bereits vorhanden.",
|
||||
"Remote branch at {0}": "Remotebranch unter {0}",
|
||||
"Remote name": "Remotename",
|
||||
"Remote name format invalid": "Ungültiges Format des Remotenamens",
|
||||
"Reopen Closed Repositories": "Reopen Closed Repositories",
|
||||
"Replace Local Tag(s)": "Lokale Tags ersetzen",
|
||||
"Restore file": "Datei wiederherstellen",
|
||||
"Restore files": "Dateien wiederherstellen",
|
||||
"Save All & Commit": "Alle speichern & committen",
|
||||
"Save All & Stash": "Alle speichern und stashen",
|
||||
"Select a branch or tag to checkout": "Wählen Sie einen Branch oder ein Tag zum Auschecken aus.",
|
||||
"Select a branch to checkout in detached mode": "Wählen Sie einen Branch zum Auschecken im getrennten Modus aus.",
|
||||
"Select a branch to delete": "Wählen Sie einen Branch zum Löschen aus",
|
||||
"Select a branch to merge from": "Branch für die Zusammenführung auswählen",
|
||||
"Select a branch to rebase onto": "Branch für Rebase auswählen",
|
||||
"Select a ref to create the branch from": "Wählen Sie einen Verweis aus, aus dem der Branch erstellt werden soll.",
|
||||
"Select a remote to delete a tag from": "Wählen Sie ein Remoteelement aus, aus dem ein Tag gelöscht werden soll.",
|
||||
"Select a remote to fetch": "Remote zum Abrufen auswählen",
|
||||
"Select a tag to delete": "Zu löschendes Tag auswählen",
|
||||
"Select as Repository Destination": "Als Repositoryziel auswählen",
|
||||
"Show Changes": "Änderungen anzeigen",
|
||||
"Show Command Output": "Befehlsausgabe anzeigen",
|
||||
"Skipped found git in: \"{0}\"": "Gefundenes Git wurde übersprungen in: \"{0}\"",
|
||||
"Staged Changes": "Gestagete Änderungen",
|
||||
"Stash & Checkout": "Stashen und auschecken",
|
||||
"Stash Anyway": "Dennoch stashen",
|
||||
"Stash message": "Stash-Nachricht",
|
||||
"Stashed Changes": "Gestashte Änderungen",
|
||||
"Successfully pushed.": "Push wurde erfolgreich ausgeführt.",
|
||||
"Synchronize Changes": "Änderungen synchronisieren",
|
||||
"Synchronizing Changes...": "Änderungen werden synchronisiert...",
|
||||
"Syncing. Cancelling may cause serious damages to the repository": "Synchronisierung wird durchgeführt. Das Abbrechen des Vorgangs kann zu schweren Schäden am Repository führen.",
|
||||
"Tag at {0}": "Tag bei {0}",
|
||||
"Tag name": "Tag-Name",
|
||||
"The \"{0}\" repository has {1} submodules which won\\'t be opened automatically. You can still open each one individually by opening a file within.": "Das Repository „{0}“ enthält {1} Submodule, die nicht automatisch geöffnet werden. Sie können jede Datei dennoch einzeln öffnen, indem Sie darin eine Datei öffnen.",
|
||||
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "Der Branch \"{0}\" weist keinen Remotebranch auf. Möchten Sie diesen Branch veröffentlichen?",
|
||||
"The branch \"{0}\" is not fully merged. Delete anyway?": "Der Branch \"{0}\" ist nicht vollständig zusammengeführt. Trotzdem löschen?",
|
||||
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "Der aktuelle Branch wird nicht auf dem Remotecomputer veröffentlicht. Möchten Sie ihn veröffentlichen, um an anderer Stelle auf Ihre Änderungen zuzugreifen?",
|
||||
"The following file has unsaved changes which won\\'t be included in the commit if you proceed: {0}.\\n\\nWould you like to save it before committing?": "Die folgende Datei umfasst noch nicht gespeicherte Änderungen, die beim Fortsetzen des Vorgangs nicht in den Commit einbezogen werden: {0}.\\n\\nMöchten Sie vor dem Commit speichern?",
|
||||
"The following file has unsaved changes which won\\'t be included in the stash if you proceed: {0}.\\n\\nWould you like to save it before stashing?": "Die folgende Datei umfasst nicht gespeicherte Änderungen, die beim Fortsetzen des Vorgangs nicht in den Stash einbezogen werden: {0}.\\n\\nMöchten Sie sie vor dem Stashen speichern?",
|
||||
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "Die folgende nicht verfolgte Datei wird VOM DATENTRÄGER GELÖSCHT, wenn sie verworfen wird: {0}.",
|
||||
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "Die Git-Repositorys im aktuellen Ordner sind potenziell unsicher, weil sich die Ordner im Besitz einer anderen Person als dem aktuellen Benutzer befinden.",
|
||||
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "Das Git-Repository unter \"{0}\" weist zu viele aktive Änderungen auf. Es wird nur eine Teilmenge der Git-Features aktiviert.",
|
||||
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "Das Git-Repository im aktuellen Ordner ist potenziell unsicher, weil sich der Ordner im Besitz einer anderen Person als dem aktuellen Benutzer befindet.",
|
||||
"The last commit was a merge commit. Are you sure you want to undo it?": "Der letzte Commit war ein Mergecommit. Möchten Sie den Vorgang wirklich rückgängig machen?",
|
||||
"The new branch will be \"{0}\"": "Der neue Branch lautet \"{0}\".",
|
||||
"The repository does not have any commits. Please make an initial commit before creating a stash.": "Das Repository weist keine Commits auf. Führen Sie einen ersten Commit aus, bevor Sie einen Stash erstellen.",
|
||||
"The selection range does not contain any changes.": "Der Auswahlbereich enthält keine Änderungen.",
|
||||
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "Es gibt bekannte Probleme mit der installierten Git \"{0}\". Aktualisieren Sie auf Git >= 2.27, damit die Git-Features ordnungsgemäß funktionieren.",
|
||||
"There are merge conflicts. Resolve them before committing.": "Es liegen Zusammenführungskonflikte vor. Beheben Sie die Konflikte vor dem Committen.",
|
||||
"There are no available repositories": "Es sind keine verfügbaren Repositorys vorhanden.",
|
||||
"There are no changes to commit.": "Keine Änderungen zum Speichern vorhanden.",
|
||||
"There are no changes to stash.": "Es sind keine Änderungen vorhanden, für die ein Stash ausgeführt werden kann.",
|
||||
"There are no staged changes to commit.\\n\\nWould you like to stage all your changes and commit them directly?": "Es sind keine gestageten Änderungen vorhanden, für die ein Commit durchgeführt werden kann.\\n\\nMöchten Sie all Ihre Änderungen stagen und direkt committen?",
|
||||
"There are no staged changes to stash.": "Es sind keine gestagete Änderungen vorhanden, um einen Stash auszuführen.",
|
||||
"There are no stashes in the repository.": "Das Repository enthält keine Stashes.",
|
||||
"There are {0} unsaved files.\\n\\nWould you like to save them before committing?": "{0} Dateien wurden nicht gespeichert.\\n\\nMöchten Sie diese vor dem Ausführen des Commits speichern?",
|
||||
"There are {0} unsaved files.\\n\\nWould you like to save them before stashing?": "{0} Dateien wurden nicht gespeichert.\\n\\nMöchten Sie diese vor dem Stashen speichern?",
|
||||
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "Es sind {0} nicht verfolgte Dateien vorhanden, die VOM DATENTRÄGER GELÖSCHT werden, wenn sie verworfen werden.",
|
||||
"There were merge conflicts while applying the stash.": "Beim Anwenden des Stashes sind Merge-Konflikte aufgetreten.",
|
||||
"This action will pull and push commits from and to \"{0}/{1}\".": "Durch diese Aktion werden Commits von und an \"{0}/{1}\" gepullt und gepusht.",
|
||||
"This repository has no remotes configured to fetch from.": "In diesem Repository wurden keine Remoteelemente konfiguriert, aus denen ein Abrufen erfolgt.",
|
||||
"This will DELETE {0} untracked files!\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST.": "Hierdurch werden {0} nicht nachverfolgte Dateien GELÖSCHT!\\nDieser Vorgang ist UNUMKEHRBAR.\\nDie Dateien gehen DAUERHAFT VERLOREN.",
|
||||
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "Dadurch wird ein Git-Repository in \"{0}\" erstellt. Möchten Sie den Vorgang wirklich fortsetzen?",
|
||||
"Too many changes were detected. Only the first {0} changes will be shown below.": "Es wurden zu viele Änderungen erkannt. Im Folgenden werden nur die ersten {0} Änderungen angezeigt.",
|
||||
"Unable to pull from remote repository due to conflicting tag(s): {0}. Would you like to resolve the conflict by replacing the local tag(s)?": "Aus dem Remote Repository kann aufgrund von in Konflikt stehenden Tags nicht zugegriffen werden: {0}. Möchten Sie den Konflikt lösen, indem Sie die lokalen Tags ersetzen?",
|
||||
"Uncommitted Changes": "Ausgecheckte Änderungen",
|
||||
"Undo merge commit": "Mergecommit rückgängig machen",
|
||||
"Untracked": "Nicht verfolgt",
|
||||
"Untracked Changes": "Nicht nachverfolgte Änderungen",
|
||||
"Update Git": "Git aktualisieren",
|
||||
"Using git \"{0}\" from \"{1}\"": "Git \"{0}\" von \"{1}\" verwenden",
|
||||
"Validating found git in: \"{0}\"": "Gefundenes Git wird überprüft in: \"{0}\"",
|
||||
"Would you like to add \"{0}\" to .gitignore?": "Möchten Sie \"{0}\" zu \".gitignore\" hinzufügen?",
|
||||
"Would you like to open the cloned repository, or add it to the current workspace?": "Möchten Sie das geklonte Repository öffnen oder es zum aktuellen Arbeitsbereich hinzufügen?",
|
||||
"Would you like to open the cloned repository?": "Möchten Sie das geklonte Repository öffnen?",
|
||||
"Would you like to open the initialized repository, or add it to the current workspace?": "Möchten Sie das initialisierte Repository öffnen oder es zum aktuellen Arbeitsbereich hinzufügen?",
|
||||
"Would you like to open the initialized repository?": "Möchten Sie das initialisierte Repository öffnen?",
|
||||
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "Soll {0} [in regelmäßigen Abständen \"git fetch\" ausführen]({1})?",
|
||||
"Yes": "Ja",
|
||||
"Yes, Don\\'t Show Again": "Ja, nicht mehr anzeigen",
|
||||
"You": "Sie",
|
||||
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\\n\\nAre you sure to continue?": "Sie sind im Begriff, Ihre Änderungen ohne Überprüfung zu committen. Hierdurch werden Pre-commit-Hooks übersprungen, was möglicherweise nicht erwünscht ist.\\n\\nMöchten Sie den Vorgang fortsetzen?",
|
||||
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\\n\\nAre you sure to continue?": "Sie sind dabei, einen erzwungenen Push für Ihre Änderungen durchzuführen. Dieser Vorgang kann negative Auswirkungen haben und die Änderungen anderer Benutzer überschreiben.\\n\\nMöchten Sie fortfahren?",
|
||||
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\\n\\nHow would you like to proceed?": "Sie versuchen, einen Commit für eine geschützte Verzweigung auszuführen, und sind möglicherweise nicht berechtigt, Ihre Commits per Push auf die Remote-Verzweigung zu übertragen.\\n\\nWie möchten Sie fortfahren?",
|
||||
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "Git \"{0}\" scheint installiert zu sein. Code funktioniert am besten mit Git >= 2",
|
||||
"Your local changes would be overwritten by checkout.": "Ihre lokalen Änderungen werden durch Auschecken überschrieben.",
|
||||
"Your repository has no remotes configured to publish to.": "In Ihrem Repository wurden keine Remoteelemente für die Veröffentlichung konfiguriert.",
|
||||
"Your repository has no remotes configured to pull from.": "In Ihrem Repository wurden keine Remoteelemente für den Pull konfiguriert.",
|
||||
"Your repository has no remotes configured to push to.": "In Ihrem Repository wurden keine Remoteelemente für den Push konfiguriert.",
|
||||
"Your repository has no remotes.": "In Ihrem Repository liegen keine Remoteelemente vor.",
|
||||
"no": "Nein",
|
||||
"yes": "Ja",
|
||||
"{0} (Deleted)": "{0} (gelöscht)",
|
||||
"{0} (Index)": "{0} (Index)",
|
||||
"{0} (Intent to add)": "{0} (Hinzuzufügende Absicht)",
|
||||
"{0} (Ours)": "{0} (unseres)",
|
||||
"{0} (Theirs)": "{0} (ihres)",
|
||||
"{0} (Untracked)": "{0} (keine Nachverfolgung)",
|
||||
"{0} (Working Tree)": "{0} (Arbeitsstruktur)",
|
||||
"{0} ({1})": "{0} ({1})",
|
||||
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔ {0} ({2})",
|
||||
"{0} Commit": "{0} Commit",
|
||||
"{0} Commit & Push": "{0} Commit und Push",
|
||||
"{0} Commit & Sync": "{0} Commit und Synchronisieren",
|
||||
"{0} Continue": "{0} Weiterfahren",
|
||||
"{0} Fetch all remotes": "{0} Abrufen aller Remotes",
|
||||
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Branch veröffentlichen",
|
||||
"{0} Sync Changes{1}{2}": "{0} Änderungen synchronisieren{1}{2}",
|
||||
"{0} characters left in current line": "{0} Zeichen in der aktuellen Zeile verbleibend",
|
||||
"{0} characters over {1} in current line": "{0} Zeichen über {1} in der aktuellen Zeile",
|
||||
"{0} ↔ {1}": "{0} ↔ {1}",
|
||||
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\n\\nDies kann NICHT rückgängig gemacht werden, und Ihr aktueller Arbeitssatz geht DAUERHAFT verloren."
|
||||
},
|
||||
"package": {
|
||||
"colors.added": "Farbe für hinzugefügte Ressourcen.",
|
||||
"colors.conflict": "Farbe für Ressourcen mit Konflikten.",
|
||||
"colors.deleted": "Farbe für gelöschte Ressourcen.",
|
||||
"colors.ignored": "Farbe für ignorierte Ressourcen.",
|
||||
"colors.modified": "Farbe für geänderte Ressourcen.",
|
||||
"colors.renamed": "Farbe für umbenannte oder kopierte Ressourcen.",
|
||||
"colors.stageDeleted": "Farbe für gelöschte Ressourcen, die gestaget wurden.",
|
||||
"colors.stageModified": "Farbe für geänderte Ressourcen, die gestaget wurden.",
|
||||
"colors.submodule": "Farbe für Submodul-Ressourcen.",
|
||||
"colors.untracked": "Farbe für nicht verfolgte Ressourcen.",
|
||||
"command.addRemote": "Remoterepository hinzufügen...",
|
||||
"command.api.getRemoteSources": "Remotequellen abrufen",
|
||||
"command.api.getRepositories": "Repositorys abrufen",
|
||||
"command.api.getRepositoryState": "Repositorystatus abrufen",
|
||||
"command.branch": "Branch wird erstellt...",
|
||||
"command.branchFrom": "Branch erstellen aus...",
|
||||
"command.checkout": "Check-Out nach...",
|
||||
"command.checkoutDetached": "Auschecken an (getrennt)...",
|
||||
"command.cherryPick": "Cherry-Pick...",
|
||||
"command.clean": "Änderungen verwerfen",
|
||||
"command.cleanAll": "Alle Änderungen verwerfen",
|
||||
"command.cleanAllTracked": "Alle nachverfolgten Änderungen verwerfen",
|
||||
"command.cleanAllUntracked": "Alle nicht nachverfolgten Änderungen verwerfen",
|
||||
"command.clone": "Klonen",
|
||||
"command.cloneRecursive": "Klonen (rekursiv)",
|
||||
"command.close": "Repository schließen",
|
||||
"command.closeAllDiffEditors": "Alle Diff-Editoren schließen",
|
||||
"command.commit": "Commit",
|
||||
"command.commitAll": "Commit für alle ausführen",
|
||||
"command.commitAllAmend": "Alle committen (Bearbeiten)",
|
||||
"command.commitAllAmendNoVerify": "Alle committen (Bearbeiten, keine Überprüfung)",
|
||||
"command.commitAllNoVerify": "Alle committen (keine Überprüfung)",
|
||||
"command.commitAllSigned": "Alle committen (unterzeichnet)",
|
||||
"command.commitAllSignedNoVerify": "Alle committen (abgemeldet, keine Überprüfung)",
|
||||
"command.commitEmpty": "Leer committen",
|
||||
"command.commitEmptyNoVerify": "Commit leer (keine Überprüfung)",
|
||||
"command.commitMessageAccept": "Commit-Nachricht akzeptieren",
|
||||
"command.commitMessageDiscard": "Commit-Nachricht verwerfen",
|
||||
"command.commitNoVerify": "Commit ausführen (keine Überprüfung)",
|
||||
"command.commitStaged": "Gestagetes committen",
|
||||
"command.commitStagedAmend": "Gestagete committen (Bearbeiten)",
|
||||
"command.commitStagedAmendNoVerify": "Gestagete commiten (Bearbeiten, keine Überprüfung)",
|
||||
"command.commitStagedNoVerify": "Commit gestaget (keine Überprüfung)",
|
||||
"command.commitStagedSigned": "Gestagetes committen (signiert)",
|
||||
"command.commitStagedSignedNoVerify": "Commit gestaget (abgemeldet, keine Überprüfung)",
|
||||
"command.continueInLocalClone": "Repository lokal klonen und auf Desktop öffnen...",
|
||||
"command.continueInLocalClone.qualifiedName": "Weiterarbeiten im neuen lokalen Klon",
|
||||
"command.createTag": "Tag erstellen",
|
||||
"command.deleteBranch": "Branch löschen...",
|
||||
"command.deleteRemoteTag": "Remotetag löschen",
|
||||
"command.deleteTag": "Tag löschen",
|
||||
"command.fetch": "Fetchen",
|
||||
"command.fetchAll": "Von allen Remotes holen",
|
||||
"command.fetchPrune": "Abrufen (Prune)",
|
||||
"command.git.acceptMerge": "Zusammenführen abschließen",
|
||||
"command.git.openMergeEditor": "Im Merge-Editor auflösen",
|
||||
"command.git.runGitMerge": "Computekonflikte mit Git",
|
||||
"command.git.runGitMergeDiff3": "Computekonflikte mit Git (Diff3)",
|
||||
"command.ignore": "Zu .gitignore hinzufügen",
|
||||
"command.init": "Repository initialisieren",
|
||||
"command.manageUnsafeRepositories": "Unsichere Repositorys verwalten",
|
||||
"command.merge": "Branch zusammenführen...",
|
||||
"command.mergeAbort": "Merge abbrechen",
|
||||
"command.openAllChanges": "Alle Änderungen öffnen",
|
||||
"command.openChange": "Offene Änderungen",
|
||||
"command.openFile": "Datei öffnen",
|
||||
"command.openHEADFile": "Datei öffnen (HEAD)",
|
||||
"command.openRepositoriesInParentFolders": "Repositorys in übergeordneten Ordnern öffnen",
|
||||
"command.openRepository": "Repository öffnen",
|
||||
"command.publish": "Branch veröffentlichen...",
|
||||
"command.pull": "Pull",
|
||||
"command.pullFrom": "Pullen von...",
|
||||
"command.pullRebase": "Pull (Rebase)",
|
||||
"command.push": "Push",
|
||||
"command.pushFollowTags": "Push (Tags folgen)",
|
||||
"command.pushFollowTagsForce": "Push (Tags folgen, Erzwingen)",
|
||||
"command.pushForce": "Push (Erzwingen)",
|
||||
"command.pushTags": "Tags pushen",
|
||||
"command.pushTo": "Push zu...",
|
||||
"command.pushToForce": "Push zu... (Erzwingen)",
|
||||
"command.rebase": "Rebase für Branch ausführen...",
|
||||
"command.rebaseAbort": "Rebase abbrechen",
|
||||
"command.refresh": "Aktualisieren",
|
||||
"command.removeRemote": "Remote entfernen",
|
||||
"command.rename": "Umbenennen",
|
||||
"command.renameBranch": "Branch umbenennen...",
|
||||
"command.reopenClosedRepositories": "Reopen Closed Repositories...",
|
||||
"command.restoreCommitTemplate": "Commitvorlage wiederherstellen",
|
||||
"command.revealFileInOS.linux": "Übergeordneten Ordner öffnen",
|
||||
"command.revealFileInOS.mac": "Im Finder anzeigen",
|
||||
"command.revealFileInOS.windows": "Im Datei-Explorer anzeigen",
|
||||
"command.revealInExplorer": "In Explorer-Ansicht anzeigen",
|
||||
"command.revertChange": "Änderung zurücksetzen",
|
||||
"command.revertSelectedRanges": "Ausgewählte Bereiche zurücksetzen",
|
||||
"command.showOutput": "Git-Ausgabe anzeigen",
|
||||
"command.stage": "Änderungen bereitstellen",
|
||||
"command.stageAll": "Alle Änderungen bereitstellen",
|
||||
"command.stageAllMerge": "Alle zusammengeführten Änderungen stagen",
|
||||
"command.stageAllTracked": "Alle nachverfolgten Änderungen bereitstellen",
|
||||
"command.stageAllUntracked": "Alle nicht nachverfolgten Änderungen bereitstellen",
|
||||
"command.stageChange": "Änderung bereitstellen",
|
||||
"command.stageSelectedRanges": "Gewählte Bereiche bereitstellen",
|
||||
"command.stash": "Stash ausführen",
|
||||
"command.stashApply": "Stash anwenden...",
|
||||
"command.stashApplyLatest": "Neuesten Stash anwenden",
|
||||
"command.stashDrop": "Stash löschen...",
|
||||
"command.stashDropAll": "Alle Stashes löschen...",
|
||||
"command.stashIncludeUntracked": "Stash (einschließlich nicht verfolgt)",
|
||||
"command.stashPop": "Pop für Stash ausführen...",
|
||||
"command.stashPopLatest": "Pop für letzten Stash ausführen",
|
||||
"command.stashStaged": "Stash (gestaget)",
|
||||
"command.sync": "Synchronisierung",
|
||||
"command.syncRebase": "Sync (Rebase)",
|
||||
"command.timelineCompareWithSelected": "Mit Auswahl vergleichen",
|
||||
"command.timelineCopyCommitId": "Commit-ID kopieren",
|
||||
"command.timelineCopyCommitMessage": "Commitnachricht kopieren",
|
||||
"command.timelineOpenDiff": "Offene Änderungen",
|
||||
"command.timelineSelectForCompare": "Für Vergleich auswählen",
|
||||
"command.undoCommit": "Letzten Commit rückgängig machen",
|
||||
"command.unstage": "Bereitstellung der Änderungen aufheben",
|
||||
"command.unstageAll": "Bereitstellung aller Änderungen aufheben",
|
||||
"command.unstageSelectedRanges": "Bereitstellung gewählter Bereiche aufheben",
|
||||
"config.allowForcePush": "Steuert, ob erzwungene Pushes (mit oder ohne Lease) aktiviert sind.",
|
||||
"config.allowNoVerifyCommit": "Hiermit wird gesteuert, ob Commits ohne Ausführung von pre-commit- und commit-msg-Hooks zulässig sind.",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "Ressourcengruppe für gestagete Änderungen immer anzeigen.",
|
||||
"config.alwaysSignOff": "Legt das signoff-Flag für alle Commits fest.",
|
||||
"config.autoRepositoryDetection": "Legt fest, in welchen Fällen Repositorys automatisch erkannt werden sollen.",
|
||||
"config.autoRepositoryDetection.false": "Automatisches Durchsuchen von Repositorys deaktiveren.",
|
||||
"config.autoRepositoryDetection.openEditors": "Nach übergeordneten Ordnern von geöffneten Dateien suchen.",
|
||||
"config.autoRepositoryDetection.subFolders": "Nach Unterordnern des aktuell geöffneten Ordners suchen.",
|
||||
"config.autoRepositoryDetection.true": "Sowohl nach Unterordnern des aktuell geöffneten Ordners als auch nach übergeordneten Ordnern von geöffneten Dateien suchen.",
|
||||
"config.autoStash": "Führen Sie für Änderungen einen Stash aus, bevor Sie sie pullen, und stellen Sie sie nach einem erfolgreichen Pull wieder her.",
|
||||
"config.autofetch": "Bei Festlegung auf TRUE werden Commits automatisch aus dem Standardremoteverzeichnis des aktuellen Git-Repositorys abgerufen. Bei Festlegung auf \"Alle\" erfolgt der Abruf aus allen Remoteverzeichnissen.",
|
||||
"config.autofetchPeriod": "Dauer in Sekunden zwischen jeder automatischen Git-Abrufung, wenn \"#git.autofetch#\" aktiviert ist.",
|
||||
"config.autorefresh": "Gibt an, ob die automatische Aktualisierung aktiviert ist.",
|
||||
"config.branchPrefix": "Präfix, das beim Erstellen einer neuen Verzweigung verwendet wird.",
|
||||
"config.branchProtection": "Liste der geschützten Verzweigungen. Standardmäßig wird eine Eingabeaufforderung angezeigt, bevor ein Commit für Änderungen für eine geschützte Verzweigung ausgeführt wird. Die Eingabeaufforderung kann mithilfe der Einstellung „#git.branchProtectionPrompt#“ gesteuert werden.",
|
||||
"config.branchProtectionPrompt": "Steuert, ob eine Eingabeaufforderung angezeigt wird, bevor ein Commit für Änderungen an einen geschützten Branch ausgeführt wird.",
|
||||
"config.branchProtectionPrompt.alwaysCommit": "Der Commit für Änderungen muss immer für die geschützte Verzweigung ausgeführt werden.",
|
||||
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "Der Commit für Änderungen muss immer für eine neue Verzweigung ausgeführt werden.",
|
||||
"config.branchProtectionPrompt.alwaysPrompt": "Immer fragen, bevor für Änderungen ein Commit für eine geschützte Verzweigung ausgeführt wird.",
|
||||
"config.branchRandomNameDictionary": "Liste der Wörterbücher, die für den zufällig generierten Zweignamen verwendet werden. Jeder Wert stellt das Wörterbuch dar, das zum Generieren des Segments des Zweignamens verwendet wird. Unterstützte Wörterbücher: „Adjektive“, „Tiere“, „Farben“ und „Zahlen“.",
|
||||
"config.branchRandomNameDictionary.adjectives": "Ein zufälliges Adjektiv",
|
||||
"config.branchRandomNameDictionary.animals": "Ein zufälliger Tiername",
|
||||
"config.branchRandomNameDictionary.colors": "Ein zufälliger Farbname",
|
||||
"config.branchRandomNameDictionary.numbers": "Eine Zufallszahl zwischen 100 und 999",
|
||||
"config.branchRandomNameEnable": "Steuert, ob beim Erstellen einer neuen Verzweigung ein zufälliger Name generiert wird.",
|
||||
"config.branchSortOrder": "Steuert die Sortierreihenfolge für Branches.",
|
||||
"config.branchValidationRegex": "Regulärer Ausdruck zum Validieren neuer Branch-Namen.",
|
||||
"config.branchWhitespaceChar": "Das Zeichen, das Leerzeichen in neuen Verzweigungsnamen ersetzen und Segmente eines zufällig generierten Verzweigungsnamens trennen soll.",
|
||||
"config.checkoutType": "Legt fest, welche Git-Referenzen aufgelistet werden, wenn \"Auschecken an...\" ausgeführt wird.",
|
||||
"config.checkoutType.local": "Lokale Branches",
|
||||
"config.checkoutType.remote": "Remotebranches",
|
||||
"config.checkoutType.tags": "Tags",
|
||||
"config.closeDiffOnOperation": "Steuert, ob der Diff-Editor automatisch geschlossen werden soll, wenn Änderungen gestasht, zugesagt, verworfen, bereitgestellt oder nicht bereitgestellt werden.",
|
||||
"config.commandsToLog": "Liste der Git-Befehle (z. B. Commit, Push), deren „stdout“ in der [Git-Ausgabe](command:git.showOutput) protokolliert werden würde. Wenn für den Git-Befehl ein clientseitiger Hook konfiguriert ist, wird „stdout“ des clientseitigen Hooks auch in der [Git-Ausgabe](command:git.showOutput) protokolliert.",
|
||||
"config.confirmEmptyCommits": "Bestätigen Sie die Erstellung leerer Commits für den Befehl \"Git: Commit Empty\" immer.",
|
||||
"config.confirmForcePush": "Steuert, ob der Benutzer vor einem erzwungenen Push zur Bestätigung aufgefordert wird.",
|
||||
"config.confirmNoVerifyCommit": "Steuert, ob vor dem Committen eine Bestätigung ohne Überprüfung angefragt werden soll.",
|
||||
"config.confirmSync": "Vor dem Synchronisieren von Git-Repositorys bestätigen.",
|
||||
"config.countBadge": "Steuert den Git-Anzahlbadge.",
|
||||
"config.countBadge.all": "Alle Änderungen zählen.",
|
||||
"config.countBadge.off": "Zähler deaktivieren.",
|
||||
"config.countBadge.tracked": "Nur nachverfolgte Änderungen zählen.",
|
||||
"config.decorations.enabled": "Legt fest, ob Git Farben und Badges für die Explorer-Ansicht und die Ansicht \"Geöffnete Editoren\" bereitstellt.",
|
||||
"config.defaultBranchName": "Der Name des Standardbranchs (z. B. main, trunk, development), wenn ein neues Git-Repository initialisiert wird. Bei Festlegung auf \"empty\" wird der in Git konfigurierte Standardbranchname verwendet.",
|
||||
"config.defaultCloneDirectory": "Das Standardspeicherort für einen Klon eines Git-Repositorys.",
|
||||
"config.detectSubmodules": "Steuert, ob Git-Submodule automatisch erkannt werden.",
|
||||
"config.detectSubmodulesLimit": "Steuert die Begrenzung der Git-Submodule.",
|
||||
"config.discardAllScope": "Legt fest, welche Änderungen vom Befehl \"Alle Änderungen verwerfen\" verworfen werden. \"all\" verwirft alle Änderungen. \"tracked\" verwirft nur verfolgte Dateien. \"prompt\" zeigt immer eine Eingabeaufforderung an, wenn die Aktion ausgeführt wird.",
|
||||
"config.enableCommitSigning": "Aktiviert die Commitsignierung mit GPG oder X.509.",
|
||||
"config.enableSmartCommit": "Alle Änderungen committen, wenn keine gestageten Änderungen vorhanden sind.",
|
||||
"config.enableStatusBarSync": "Steuert, ob der Git Sync-Befehl in der Statusleiste angezeigt wird.",
|
||||
"config.enabled": "Legt fest, ob Git aktiviert ist.",
|
||||
"config.experimental.installGuide": "Experimentelle Verbesserungen für den Git-Setupfluss.",
|
||||
"config.fetchOnPull": "Wenn aktiviert, beim Pullen alle Branches abrufen. Andernfalls nur den aktuellen abrufen.",
|
||||
"config.followTagsWhenSync": "Übertragen Sie alle annotierten Tags per Push, wenn der Synchronisierungsbefehl ausgeführt wird.",
|
||||
"config.ignoreLegacyWarning": "Ignoriert die Legacy-Git-Warnung.",
|
||||
"config.ignoreLimitWarning": "Ignoriert die Warnung bei zu hoher Anzahl von Änderungen in einem Repository.",
|
||||
"config.ignoreMissingGitWarning": "Ignoriert die Warnung, wenn Git nicht vorhanden ist.",
|
||||
"config.ignoreRebaseWarning": "Ignoriert die Warnung beim Pullvorgang, wenn für den Branch möglicherweise ein Rebase ausgeführt wurde.",
|
||||
"config.ignoreSubmodules": "Ignoriert Änderungen an Untermodulen in der Dateistruktur.",
|
||||
"config.ignoreWindowsGit27Warning": "Ignoriert die Warnung, wenn Git 2.25–2.26 unter Windows installiert ist.",
|
||||
"config.ignoredRepositories": "Liste der zu ignorierenden Git-Repositorys.",
|
||||
"config.inputValidation": "Steuert, wann die Commit-Meldung der Eingabevalidierung angezeigt wird.",
|
||||
"config.inputValidationLength": "Steuert, ab welcher Länge für Commit-Nachrichten eine Warnung eingeblendet werden soll.",
|
||||
"config.inputValidationSubjectLength": "Legt den Grenzwert der Länge des Betreffs der Commitmeldung beim Anzeigen einer Warnung fest. Heben Sie die Festlegung auf, um den Wert von \"config.inputValidationLength\" zu erben.",
|
||||
"config.mergeEditor": "Den Zusammenführungseditor für Dateien öffnen, die derzeit in Konflikt stehen.",
|
||||
"config.openAfterClone": "Steuert, ob ein Repository nach dem Klonen automatisch geöffnet wird.",
|
||||
"config.openAfterClone.always": "Öffnet Elemente immer im aktuellen Fenster.",
|
||||
"config.openAfterClone.alwaysNewWindow": "Öffnet Elemente immer in einem neuen Fenster.",
|
||||
"config.openAfterClone.prompt": "Fordert immer eine Aktion an.",
|
||||
"config.openAfterClone.whenNoFolderOpen": "Öffnet Elemente nur dann im aktuellen Fenster, wenn kein Ordner geöffnet ist.",
|
||||
"config.openDiffOnClick": "Steuert, ob der Diff-Editor geöffnet werden soll, wenn Sie auf eine Änderung klicken. Ansonsten wird der normale Editor geöffnet.",
|
||||
"config.openRepositoryInParentFolders": "Steuern Sie, ob ein Repository in übergeordneten Ordnern von Arbeitsbereichen oder geöffneten Dateien geöffnet werden soll.",
|
||||
"config.openRepositoryInParentFolders.always": "Öffnen Sie immer ein Repository in übergeordneten Ordnern von Arbeitsbereichen, oder öffnen Sie Dateien.",
|
||||
"config.openRepositoryInParentFolders.never": "Öffnen Sie niemals ein Repository in übergeordneten Ordnern von Arbeitsbereichen, oder öffnen Sie Dateien.",
|
||||
"config.openRepositoryInParentFolders.prompt": "Fordern Sie vor dem Öffnen eines Repositorys die übergeordneten Ordner von Arbeitsbereichen an, oder öffnen Sie Dateien.",
|
||||
"config.optimisticUpdate": "Steuert, ob der Status der Quellcodeverwaltungsansicht nach dem Ausführen von Git-Befehlen optimistisch aktualisiert werden soll.",
|
||||
"config.path": "Der Pfad und der Dateiname der ausführbaren Git-Datei, beispielsweise \"C:\\Programme\\Git\\bin\\git.exe\" (Windows). Hierbei kann es sich auch um Array mit Zeichenfolgenwerten handeln, die mehrere Pfade für die Suche enthalten.",
|
||||
"config.postCommitCommand": "Git-Befehl nach erfolgreichem Commit ausführen.",
|
||||
"config.postCommitCommand.none": "Führen Sie keinen Befehl nach einem Commit aus.",
|
||||
"config.postCommitCommand.push": "\"Git push\" nach einem erfolgreichen Commit ausführen.",
|
||||
"config.postCommitCommand.sync": "\"Git pull\" und \"git push\" nach einem erfolgreichen Commit ausführen.",
|
||||
"config.promptToSaveFilesBeforeCommit": "Legt fest, ob Git vor dem einchecken nach nicht gespeicherten Dateien suchen soll.",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "Hiermit prüfen Sie auf nicht gespeicherte Dateien.",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "Deaktiviert diese Prüfung.",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "Hiermit prüfen Sie nur auf nicht gespeicherte gestagete Dateien.",
|
||||
"config.promptToSaveFilesBeforeStash": "Legt fest, ob Git vor dem Stashen von Änderungen nach nicht gespeicherten Dateien suchen soll.",
|
||||
"config.promptToSaveFilesBeforeStash.always": "Hiermit prüfen Sie auf nicht gespeicherte Dateien.",
|
||||
"config.promptToSaveFilesBeforeStash.never": "Hiermit wird diese Prüfung deaktiviert.",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "Hiermit prüfen Sie nur auf nicht gespeicherte gestagete Dateien.",
|
||||
"config.pruneOnFetch": "Löscht Elemente beim Abrufen.",
|
||||
"config.publishBeforeContinueOn": "Steuert, ob der unveröffentlichte Git-Status veröffentlicht werden soll, wenn \"Weiterarbeiten an\" aus einem Git-Repository verwendet wird.",
|
||||
"config.publishBeforeContinueOn.always": "Unveröffentlichten Git-Status immer veröffentlichen, wenn Sie \"Weiterarbeiten an\" aus einem Git-Repository verwenden",
|
||||
"config.publishBeforeContinueOn.never": "Veröffentlichen Sie niemals den nicht veröffentlichten Git-Status, wenn Sie \"Weiterarbeiten an\" aus einem Git-Repository verwenden.",
|
||||
"config.publishBeforeContinueOn.prompt": "Eingabeaufforderung zum Veröffentlichen des nicht veröffentlichten Git-Status bei Verwendung von \"Weiterarbeiten an\" aus einem Git-Repository",
|
||||
"config.pullBeforeCheckout": "Steuert, ob ein Branch ohne ausgehende Commits vor dem Auschecken schnell weitergeleitet wird.",
|
||||
"config.pullTags": "Hiermit werden alle Tags beim Pullvorgang abgerufen.",
|
||||
"config.rebaseWhenSync": "Erzwingen, dass Git \"rebase\" verwendet, wenn der Synchronisierungsbefehl ausgeführt wird.",
|
||||
"config.rememberPostCommitCommand": "Den letzten Git-Befehl speichern, der nach einem Commit ausgeführt wurde.",
|
||||
"config.repositoryScanIgnoredFolders": "Liste der Ordner, die beim Scannen nach Git-Repositorys ignoriert werden, wenn „#git.autoRepositoryDetection#“ auf „TRUE“ oder „subFolders“ festgelegt ist.",
|
||||
"config.repositoryScanMaxDepth": "Steuert die Tiefe, die beim Überprüfen von Arbeitsbereichsordnern für Git-Repositorys verwendet wird, wenn „#git.autoRepositoryDetection#“ auf „TRUE“ oder „subFolders“ festgelegt ist. Kann auf „-1“ festgelegt werden, wenn kein Limit gelten soll.",
|
||||
"config.requireGitUserConfig": "Steuert, ob eine explizite Git-Benutzerkonfiguration erforderlich ist oder ob Git Annahmen treffen soll, falls die Konfiguration fehlt.",
|
||||
"config.scanRepositories": "Liste mit Pfaden, an denen nach Git-Repositorys gesucht wird.",
|
||||
"config.showActionButton": "Steuert, ob eine Aktionsschaltfläche in der Quellensteuerungsansicht angezeigt wird.",
|
||||
"config.showActionButton.commit": "Zeigen Sie eine Aktionsschaltfläche zum Übertragen von Änderungen an, wenn der lokale Zweig geänderte Dateien enthält, die zum Übertragen bereit sind.",
|
||||
"config.showActionButton.publish": "Zeigen Sie eine Aktionsschaltfläche an, um den lokalen Branch zu veröffentlichen, wenn er keinen verfolgenden Remote Branch hat.",
|
||||
"config.showActionButton.sync": "Zeigen Sie eine Aktionsschaltfläche zum Synchronisieren von Änderungen an, wenn der lokale Zweig entweder vor oder hinter dem entfernten Zweig liegt.",
|
||||
"config.showCommitInput": "Steuert, ob die Commiteingabe im Panel für die Git-Quellcodeverwaltung angezeigt wird.",
|
||||
"config.showInlineOpenFileAction": "Steuert, ob eine Inlineaktion zum Öffnen der Datei in der Ansicht \"Git-Änderungen\" angezeigt wird.",
|
||||
"config.showProgress": "Steuert, ob für Git-Aktionen der Fortschritt zu sehen ist.",
|
||||
"config.showPushSuccessNotification": "Legt fest, ob bei einem erfolgreichen Push eine Benachrichtigung angezeigt werden soll.",
|
||||
"config.similarityThreshold": "Steuert den Schwellenwert des Ähnlichkeitsindexes (d. h. die Anzahl der Hinzufügungen/Löschungen im Vergleich zur Dateigröße) für Änderungen in einem Paar hinzugefügter/gelöschter Dateien, die als Umbenennung betrachtet werden sollen.",
|
||||
"config.smartCommitChanges": "Hiermit steuern Sie, welche Änderungen beim intelligenten Commit automatisch gestaget werden.",
|
||||
"config.smartCommitChanges.all": "Hiermit werden alle Änderungen automatisch gestaget.",
|
||||
"config.smartCommitChanges.tracked": "Es wurden nur nachverfolgte Änderungen automatisch gestaget.",
|
||||
"config.statusLimit": "Steuert, wie die Anzahl der Änderungen begrenzt wird, die über den Git-Statusbefehl analysiert werden können. Kann auf 0 (Null) festgelegt werden, um keinen Grenzwert zu setzen.",
|
||||
"config.suggestSmartCommit": "Schlägt das Aktivieren intelligenter Commits vor. Dabei werden alle Änderungen committet, wenn keine gestageten Änderungen vorliegen.",
|
||||
"config.supportCancellation": "Steuert, ob bei Ausführung der Synchronisierungsaktion eine Benachrichtigung angezeigt wird, sodass der Benutzer den Vorgang abbrechen kann.",
|
||||
"config.terminalAuthentication": "Steuert, ob VS Code als Authentifizierungshandler für Git-Prozesse aktiviert werden soll, die im integrierten Terminal erzeugt werden. Hinweis: Terminals müssen neu gestartet werden, damit eine Änderung dieser Einstellung wirksam wird.",
|
||||
"config.terminalGitEditor": "Steuert, ob VS Code als Git-Editor für Git-Prozesse aktiviert werden soll, die im integrierten Terminal erzeugt werden. Hinweis: Terminals müssen neu gestartet werden, um eine Änderung in dieser Einstellung zu übernehmen.",
|
||||
"config.timeline.date": "Steuert, welches Datum für Elemente in der Zeitachsenansicht verwendet werden soll.",
|
||||
"config.timeline.date.authored": "Erstellungsdatum verwenden",
|
||||
"config.timeline.date.committed": "Commitdatum verwenden",
|
||||
"config.timeline.showAuthor": "Steuert, ob der Commitautor in der Zeitachsenansicht angezeigt wird.",
|
||||
"config.timeline.showUncommitted": "Steuert, ob der Commitautor in der Zeitachsenansicht angezeigt wird.",
|
||||
"config.untrackedChanges": "Legt fest, wie sich nicht nachverfolgte Änderungen verhalten.",
|
||||
"config.untrackedChanges.hidden": "Nicht nachverfolgte Änderungen werden ausgeblendet und von mehreren Aktionen ausgeschlossen.",
|
||||
"config.untrackedChanges.mixed": "Alle Änderungen (nachverfolgte und nicht nachverfolgte) werden zusammen angezeigt und verhalten sich identisch.",
|
||||
"config.untrackedChanges.separate": "Nicht nachverfolgte Änderungen werden separat in der Quellcodeverwaltung angezeigt. Sie sind zudem von mehreren Aktionen ausgeschlossen.",
|
||||
"config.useCommitInputAsStashMessage": "Steuert, ob die Nachricht aus dem Commiteingabefeld als Standardstashnachricht verwendet wird.",
|
||||
"config.useEditorAsCommitInput": "Steuert, ob ein Volltext-Editor zum Erstellen von Commitnachrichten verwendet wird, wenn im Eingabefeld für den Commit keine Nachricht bereitgestellt wird.",
|
||||
"config.useForcePushWithLease": "Steuert, ob erzwungene Pushes die sicherere Variante mit Leases verwenden.",
|
||||
"config.useIntegratedAskPass": "Steuert, ob GIT_ASKPASS überschrieben werden soll, um die integrierte Version zu verwenden.",
|
||||
"config.verboseCommit": "Aktivieren Sie die ausführliche Ausgabe, wenn \"#git.useEditorAsCommitInput#\" aktiviert ist.",
|
||||
"description": "Git SCM-Integration",
|
||||
"displayName": "Git",
|
||||
"submenu.branch": "Branch",
|
||||
"submenu.changes": "Änderungen",
|
||||
"submenu.commit": "Commit",
|
||||
"submenu.commit.amend": "Korrigieren",
|
||||
"submenu.commit.signoff": "Abmelden",
|
||||
"submenu.explorer": "Git",
|
||||
"submenu.pullpush": "Pull, Push",
|
||||
"submenu.remotes": "Remote",
|
||||
"submenu.stash": "Stash ausführen",
|
||||
"submenu.tags": "Tags",
|
||||
"view.workbench.cloneRepository": "Sie können ein Repository lokal klonen.\r\n[Repository klonen](command:git.clone 'Clone a repository once the git extension has activated')",
|
||||
"view.workbench.learnMore": "Weitere Informationen zur Verwendung von Git und Quellcodeverwaltung in VS Code [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.closedRepositories": "Git repositories were found that were previously closed.\r\n[Reopen Closed Repositories](command:git.reopenClosedRepositories)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.closedRepository": "A git repository was found that was previously closed.\r\n[Reopen Closed Repository](command:git.reopenClosedRepositories)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.disabled": "Wenn Sie Git-Features verwenden möchten, müssen Sie Git in Ihren [Einstellungen](command:workbench.action.openSettings?%5B%22git.enabled%22%5D) aktivieren.\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.empty": "Zum Verwenden von Git-Features können Sie einen Ordner mit einem Git-Repository öffnen oder das Repository von einer URL klonen.\r\n[Ordner öffnen](command:vscode.openFolder)\r\n[Repository klonen](command:git.clone)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.emptyWorkspace": "Der derzeit geöffnete Arbeitsbereich verfügt über keine Ordner, die Git-Repositorys enthalten.\r\n[Ordner zum Arbeitsbereich hinzufügen](command:workbench.action.addRootFolder)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.folder": "Der aktuell geöffnete Ordner enthält kein Git-Repository. Sie können ein Repository initialisieren, wodurch die Git-Features zur Quellcodeverwaltung aktiviert werden.\r\n[Repository initialisieren](command:git.init?%5Btrue%5D)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code finden Sie in unserer [Dokumentation](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.missing": "Installieren Sie Git, ein beliebtes Quellcodeverwaltungssystem, um Codeänderungen nachzuverfolgen und mit anderen zusammenzuarbeiten. Weitere Informationen finden Sie in unseren [Git-Leitfäden](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.missing.linux": "Die Quellcodeverwaltung hängt davon ab, ob Git installiert wird.\r\n[Git für Linux herunterladen](https://git-scm.com/download/linux)\r\nNach der Installation bitte [neu laden](command:workbench.action.reloadWindow) (oder [troubleshoot](command:git.showOutput)). Zusätzliche Quellcodeanbieter können [aus dem Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) installiert werden.",
|
||||
"view.workbench.scm.missing.mac": "[Git für macOS herunterladen](https://git-scm.com/download/mac)\r\nNach der Installation bitte [neu laden](command:workbench.action.reloadWindow) (oder [Fehlerbehebung](command:git.showOutput)). Zusätzliche Quellcodeverwaltungsanbieter können [aus dem Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) installiert werden.",
|
||||
"view.workbench.scm.missing.windows": "[Git für Windows herunterladen](https://git-scm.com/download/win)\r\nNach der Installation bitte [neu laden](command:workbench.action.reloadWindow) (oder [Fehlerbehebung](command:git.showOutput)). Zusätzliche Quellcodeverwaltungsanbieter können [aus dem Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) installiert werden.",
|
||||
"view.workbench.scm.repositoriesInParentFolders": "Git-Repositorys wurden in den übergeordneten Ordnern des Arbeitsbereichs oder der geöffneten Datei(en) gefunden.\r\n[Repository öffnen](command:git.openRepositoriesInParentFolders)\r\nVerwenden Sie die Einstellung [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D), um zu steuern, ob Git-Repositorys in übergeordneten Ordnern von Arbeitsbereichen oder offenen Dateien geöffnet werden. Weitere Informationen finden Sie [in unserer Dokumentation](https://aka.ms/vscode-git-repository-in-parent-folders).",
|
||||
"view.workbench.scm.repositoryInParentFolders": "Ein Git-Repository wurde in den übergeordneten Ordnern des Arbeitsbereichs oder der geöffneten Datei(en) gefunden.\r\n[Repository öffnen](command:git.openRepositoriesInParentFolders)\r\nVerwenden Sie die Einstellung [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D), um zu steuern, ob Git-Repositorys in übergeordneten Ordnern von Arbeitsbereichen oder offenen Dateien geöffnet werden. Weitere Informationen finden Sie [in unserer Dokumentation](https://aka.ms/vscode-git-repository-in-parent-folders).",
|
||||
"view.workbench.scm.scanFolderForRepositories": "Der Ordner wird auf Git-Repositorys überprüft...",
|
||||
"view.workbench.scm.scanWorkspaceForRepositories": "Arbeitsbereich wird auf Git-Repositorys überprüft...",
|
||||
"view.workbench.scm.unsafeRepositories": "Die erkannten Git-Repositorys sind potenziell unsicher, weil sich die Ordner im Besitz einer anderen Person als dem aktuellen Benutzer befinden.\r\n[Unsichere Repositorys verwalten](command:git.manageUnsafeRepositories)\r\nWeitere Informationen zu unsicheren Repositorys [Unsere Dokumente lesen](https://aka.ms/vscode-git-unsafe-repository).",
|
||||
"view.workbench.scm.unsafeRepository": "Das erkannte Git-Repository ist potenziell unsicher, weil sich der Ordner im Besitz einer anderen Person als dem aktuellen Benutzer befindet.\r\n[Unsichere Repositorys verwalten](command:git.manageUnsafeRepositories)\r\nWeitere Informationen zu unsicheren Repositorys [Unsere Dokumente lesen](https://aka.ms/vscode-git-unsafe-repository).",
|
||||
"view.workbench.scm.workspace": "Der aktuell geöffnete Arbeitsbereich enthält keine Ordner mit Git-Repositorys. Sie können ein Repository für einen Ordner initialisieren, wodurch die Git-Features zur Quellcodeverwaltung aktiviert werden.\r\n[Repository initialisieren](command:git.init)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code finden Sie in unserer [Dokumentation](https://aka.ms/vscode-scm)."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Continue to GitHub": "Weiter zu GitHub",
|
||||
"Continue to GitHub to create a Personal Access Token (PAT)": "Weiter zu GitHub, um ein persönliches Zugriffstoken (Personal Access Token, PAT) zu erstellen.",
|
||||
"Copy & Continue to GitHub": "Kopieren und Weiter zu GitHub",
|
||||
"GitHub Enterprise Server URI is not a valid URI: {0}": "GitHub Enterprise Server-URI ist kein gültiger URI: {0}",
|
||||
"Having trouble logging in? Would you like to try a different way? ({0})": "Haben Sie Probleme bei der Anmeldung? Möchten Sie eine andere Methode ausprobieren? ({0})",
|
||||
"No": "Nein",
|
||||
"Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "Öffnen Sie [{0}]({0}) auf einer neuen Registerkarte, und fügen Sie Ihren einmaligen Code ein: {1}",
|
||||
"Sign in failed: {0}": "Fehler bei der Anmeldung: {0}",
|
||||
"Sign out failed: {0}": "Fehler bei der Abmeldung: {0}",
|
||||
"Signing in to {0}.../The {0} will be a url, e.g. github.com": "Anmelden bei {0}...",
|
||||
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "Um die Authentifizierung abzuschließen, navigieren Sie zu GitHub, und fügen Sie den obigen Einmalcode ein.",
|
||||
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "Um die Authentifizierung abzuschließen, navigieren Sie zu GitHub, um eine PAT zu erstellen, und fügen Sie dann die PAT in das Eingabefeld ein.",
|
||||
"Yes": "Ja",
|
||||
"You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "Sie haben die Autorisierung dieser Erweiterung für die Verwendung von GitHub noch nicht abgeschlossen. Möchten Sie eine andere Methode ausprobieren? ({0})",
|
||||
"Your Code: {0}/The {0} will be a code, e.g. 123-456": "Ihr Code: {0}",
|
||||
"device code": "Gerätecode",
|
||||
"local server": "lokaler Server",
|
||||
"personal access token": "Persönliches Zugriffstoken"
|
||||
},
|
||||
"package": {
|
||||
"description": "GitHub-Authentifizierungsanbieter",
|
||||
"displayName": "GitHub-Authentifizierung"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Checkout on vscode.dev": "Auf vscode.dev auschecken",
|
||||
"Copy vscode.dev Link": "Vscode.dev-Link kopieren",
|
||||
"Create Fork": "Verzweigung erstellen",
|
||||
"Create GitHub fork": "GitHub-Verzweigung erstellen",
|
||||
"Create PR": "PR erstellen",
|
||||
"Creating GitHub Pull Request...": "GitHub-Pull Request wird erstellt...",
|
||||
"Creating first commit": "Erster Commit wird erstellt.",
|
||||
"Forking \"{0}/{1}\"...": "Verzweigung für \"{0}/{1}\" wird erstellt...",
|
||||
"Learn More": "Learn More",
|
||||
"Log level: {0}": "Protokollebene: {0}",
|
||||
"No": "Nein",
|
||||
"No template": "Keine Vorlage",
|
||||
"Open PR": "PR öffnen",
|
||||
"Open on GitHub": "In GitHub öffnen",
|
||||
"Pick a folder to publish to GitHub": "Wählen Sie einen Ordner für die Veröffentlichung in GitHub aus.",
|
||||
"Publishing to a private GitHub repository": "Veröffentlichung in privatem GitHub-Repository",
|
||||
"Publishing to a public GitHub repository": "Veröffentlichung in öffentlichem GitHub-Repository",
|
||||
"Pushing changes...": "Änderungen pushen...",
|
||||
"Select the Pull Request template": "Pull Requestvorlage auswählen",
|
||||
"Select which files should be included in the repository.": "Wählen Sie aus, welche Dateien in das Repository eingeschlossen werden sollen.",
|
||||
"Successfully published the \"{0}\" repository to GitHub.": "Das Repository \"{0}\" wurde erfolgreich in GitHub veröffentlicht.",
|
||||
"The PR \"{0}/{1}#{2}\" was successfully created on GitHub.": "Der Pull Request \"{0}/{1}#{2}\" wurde erfolgreich in GitHub erstellt.",
|
||||
"The fork \"{0}\" was successfully created on GitHub.": "Die Verzweigung \"{0}\" wurde erfolgreich in GitHub erstellt.",
|
||||
"Uploading files": "Dateien werden hochgeladen.",
|
||||
"You don\\'t have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "Sie sind nicht berechtigt, bei GitHub auf „{0}/{1}“ zu pushen. Möchten Sie eine Kopie erstellen und stattdessen dorthin pushen?",
|
||||
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected."
|
||||
},
|
||||
"package": {
|
||||
"config.branchProtection": "Steuert, ob Repositoryregeln für GitHub-Repositorys abgefragt werden",
|
||||
"config.gitAuthentication": "Steuert, ob die automatische GitHub-Authentifizierung für Git-Befehle innerhalb von VS Code aktiviert werden soll.",
|
||||
"config.gitProtocol": "Steuert, welches Protokoll zum Klonen eines GitHub-Repositorys verwendet wird",
|
||||
"description": "GitHub-Features für VS Code",
|
||||
"displayName": "GitHub",
|
||||
"welcome.publishFolder": "Sie können diesen Ordner direkt in einem GitHub-Repository veröffentlichen. Nach der Veröffentlichung haben Sie Zugriff auf die Funktionen zur Quellcodeverwaltung von Git und GitHub.\r\n[$(github): Veröffentlichung in GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "Sie können einen Arbeitsbereichsordner direkt in einem GitHub-Repository veröffentlichen. Nach der Veröffentlichung haben Sie Zugriff auf die Funktionen zur Quellcodeverwaltung von Git und GitHub.\r\n[$(github): Veröffentlichung in GitHub](command:github.publish)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Insert Image as Attachment": "Bild als Anlage einfügen"
|
||||
},
|
||||
"package": {
|
||||
"cleanInvalidImageAttachment.title": "Ungültigen Bildanlagenverweis bereinigen",
|
||||
"description": "Bietet grundlegende Unterstützung für das Öffnen und Lesen von Jupyters .ipynb-Notizbuchdateien",
|
||||
"displayName": "IPYNB-Unterstützung",
|
||||
"ipynb.pasteImagesAsAttachments.enabled": "Aktivieren/Deaktivieren des Einfügens von Bildern in Markdownzellen in IPYNB-Notebook-Dateien. Eingefügte Bilder werden als Anlagen in die Zelle eingefügt.",
|
||||
"markdownAttachmentRenderer.displayName": "Zellenanlage-Renderer „Markdown-It-IPYNB“",
|
||||
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
|
||||
"newUntitledIpynb.title": "Neues Jupyter Notebook",
|
||||
"openIpynbInNotebookEditor.title": "IPYNB-Datei im Notebook-Editor öffnen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,184 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"$ref \\'{0}\\' in \\'{1}\\' can not be resolved.": "$ref \\'{0}\\' in \\'{1}\\' kann nicht aufgelöst werden.",
|
||||
"<empty>": "<empty>",
|
||||
"A default value. Used by suggestions.": "Ein Standardwert. Wird von Vorschlägen verwendet.",
|
||||
"A descriptive title of the element.": "Ein beschreibender Titel des Elements.",
|
||||
"A long description of the element. Used in hover menus and suggestions.": "Eine lange Beschreibung des Elements. Wird in Hovermenüs und Vorschlägen verwendet.",
|
||||
"A map of property names to either an array of property names or a schema. An array of property names means the property named in the key depends on the properties in the array being present in the object in order to be valid. If the value is a schema, then the schema is only applied to the object if the property in the key exists on the object.": "Eine Zuordnung von Eigenschaftsnamen zu entweder einem Array von Eigenschaftsnamen oder einem Schema. Ein Array von Eigenschaftsnamen bedeutet, dass die im Schlüssel genannte Eigenschaft davon abhängt, dass die Eigenschaften im Array im Objekt vorhanden sind, um gültig zu sein. Wenn der Wert ein Schema ist, wird das Schema nur dann auf das Objekt angewendet, wenn die Eigenschaft im Schlüssel im Objekt vorhanden ist.",
|
||||
"A map of property names to schemas for each property.": "Eine Zuordnung von Eigenschaftennamen zu Schemas für jede Eigenschaft.",
|
||||
"A map of regular expressions on property names to schemas for matching properties.": "Eine Zuordnung von regulären Ausdrücken für Eigenschaftsnamen zu Schemata für passende Eigenschaften.",
|
||||
"A number that should cleanly divide the current value (i.e. have no remainder).": "Eine Zahl, die den aktuellen Wert sauber dividieren soll (d. h. keinen Rest haben).",
|
||||
"A regular expression to match the string against. It is not implicitly anchored.": "Ein regulärer Ausdruck, mit dem die Zeichenfolge verglichen werden soll. Sie ist nicht implizit verankert.",
|
||||
"A schema which must not match.": "Ein Schema, das nicht übereinstimmen darf.",
|
||||
"A unique identifier for the schema.": "Ein eindeutiger Bezeichner für das Schema.",
|
||||
"An array instance is valid against \\\"contains\\\" if at least one of its elements is valid against the given schema.": "Eine Arrayinstanz ist für \\\"contains\\\" gültig, wenn mindestens eines seiner Elemente für das angegebene Schema gültig ist.",
|
||||
"An array of schemas, all of which must match.": "Ein Array von Schemas, die alle übereinstimmen müssen.",
|
||||
"An array of schemas, exactly one of which must match.": "Ein Array von Schemas, von denen genau eines übereinstimmen muss.",
|
||||
"An array of schemas, where at least one must match.": "Ein Array von Schemas, wobei mindestens ein Schema übereinstimmen muss.",
|
||||
"An array of strings that lists the names of all properties required on this object.": "Ein Array von Zeichenfolgen, das die Namen aller Eigenschaften auflistet, die für dieses Objekt erforderlich sind.",
|
||||
"An instance validates successfully against this keyword if its value is equal to the value of the keyword.": "Eine Instanz überprüft dieses Schlüsselwort erfolgreich, wenn ihr Wert mit dem Wert des Schlüsselworts übereinstimmt.",
|
||||
"Array does not contain required item.": "Das Array enthält kein erforderliches Element.",
|
||||
"Array has duplicate items.": "Das Array weist doppelte Elemente auf.",
|
||||
"Array has too few items that match the contains contraint. Expected {0} or more.": "Array hat zu wenige Elemente, die der „contains“-Beschränkung entsprechen. Es wurde {0} oder mehr erwartet.",
|
||||
"Array has too few items. Expected {0} or more.": "Das Array enthält zu wenige Elemente. Es wurde {0} oder mehr erwartet.",
|
||||
"Array has too many items according to schema. Expected {0} or fewer.": "Das Array weist gemäß Schema zu viele Elemente auf. Es wurde {0} oder weniger erwartet.",
|
||||
"Array has too many items that match the contains contraint. Expected {0} or less.": "Array hat zu viele Elemente, die der „contains“-Beschränkung entsprechen. Es wurde {0} oder weniger erwartet.",
|
||||
"Array has too many items. Expected {0} or fewer.": "Das Array enthält zu viele Elemente. Es wurde {0} oder weniger erwartet.",
|
||||
"Colon expected": "Ein Doppelpunkt wurde erwartet.",
|
||||
"Comments are not permitted in JSON.": "Kommentare sind in JSON nicht zulässig.",
|
||||
"Comments from schema authors to readers or maintainers of the schema.": "Kommentare von Schema-Autoren an Leser oder Pfleger des Schemas.",
|
||||
"Configure": "Konfigurieren",
|
||||
"Configured by extension: {0}": "Konfiguriert durch Erweiterung: {0}",
|
||||
"Configured in user settings": "In Benutzereinstellungen konfiguriert",
|
||||
"Configured in workspace settings": "In Arbeitsbereichseinstellungen konfiguriert",
|
||||
"Default value": "Standardwert",
|
||||
"Describes the content encoding of a string property.": "Beschreibt die Inhaltscodierung einer Zeichenfolgeneigenschaft.",
|
||||
"Describes the format expected for the value.": "Beschreibt das für den Wert erwartete Format.",
|
||||
"Describes the media type of a string property.": "Beschreibt den Medientyp einer Zeichenfolgeneigenschaft.",
|
||||
"Downloading schemas is disabled through setting \\'{0}\\'": "Das Herunterladen von Schemas wird über die Einstellung \\'{0}\\' deaktiviert.",
|
||||
"Downloading schemas is disabled. Click to configure.": "Das Herunterladen von Schemas ist deaktiviert. Klicken Sie, um eine Konfiguration durchzuführen.",
|
||||
"Draft-03 schemas are not supported.": "Draft-03-Schemas werden nicht unterstützt.",
|
||||
"Duplicate anchor declaration: \\'{0}\\'": "Doppelte Ankerdeklaration: \\'{0}\\\"",
|
||||
"Duplicate object key": "Doppelter Objektschlüssel",
|
||||
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "Entweder ein Schema oder ein Boolescher Wert. Wenn es sich um ein Schema handelt, werden alle Eigenschaften überprüft, die nicht mit „properties“ oder „patternProperties“ übereinstimmen. FALSE bedeutet, dass alle Eigenschaften, die nicht mit einem der beiden Schemata übereinstimmen, zum Scheitern dieses Schemas führen.",
|
||||
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "Entweder eine Zeichenfolge eines der grundlegenden Schematypen (Zahl, Ganzzahl, Null, Array, Objekt, Boolescher Wert, Zeichenfolge) oder eine Reihe von Zeichenfolgen, die eine Untermenge dieser Typen angeben.",
|
||||
"End of file expected.": "Ende der Datei erwartet.",
|
||||
"Expected a JSON object, array or literal.": "Es wurde ein JSON-Objekt, ein Array oder ein Literal erwartet.",
|
||||
"Expected comma": "Komma erwartet",
|
||||
"Expected comma or closing brace": "Komma oder schließende geschweifte Klammer erwartet",
|
||||
"Expected comma or closing bracket": "Komma oder schließende Klammer erwartet",
|
||||
"Failed to sort the JSONC document, please consider opening an issue.": "Fehler beim Sortieren des JSONC-Dokuments. Erwägen Sie, ein Problem zu öffnen.",
|
||||
"For arrays, only when items is set as an array. If it is a schema, then this schema validates items after the ones specified by the items array. If it is false, then additional items will cause validation to fail.": "Für Arrays, nur wenn items als Array festgelegt ist. Wenn es sich um ein Schema handelt, dann validiert dieses Schema Elemente nach den durch das Array items angegebenen. Ist es FALSE, dann führen zusätzliche Elemente zu einem Fehlschlag der Validierung.",
|
||||
"For arrays. Can either be a schema to validate every element against or an array of schemas to validate each item against in order (the first schema will validate the first element, the second schema will validate the second element, and so on.": "Für Arrays. Kann entweder ein Schema sein, gegen das jedes Element validiert wird, oder ein Array von Schemata, gegen die jedes Element der Reihe nach validiert wird (das erste Schema validiert das erste Element, das zweite Schema validiert das zweite Element usw.).",
|
||||
"If all of the items in the array must be unique. Defaults to false.": "Wenn alle Elemente im Array eindeutig sein müssen. Der Standardwert ist „FALSE“.",
|
||||
"If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema.": "Wenn es sich bei der Instanz um ein Objekt handelt, prüft dieses Schlüsselwort, ob jeder Eigenschaftsname in der Instanz anhand des angegebenen Schemas validiert wird.",
|
||||
"Incorrect type. Expected \"{0}\".": "Falscher Typ. „{0}“ erwartet.",
|
||||
"Incorrect type. Expected one of {0}.": "Falscher Typ. Es wurde einer von {0} erwartet.",
|
||||
"Indicates that the value of the instance is managed exclusively by the owning authority.": "Gibt an, dass der Wert der Instanz ausschließlich von der besitzenden Autorität verwaltet wird.",
|
||||
"Invalid characters in string. Control characters must be escaped.": "Ungültige Zeichen in der Zeichenfolge. Steuerzeichen müssen mit Escapezeichen versehen werden.",
|
||||
"Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.": "Ungültiges Farbformat. Verwenden Sie #RGB, #RGBA, #RRGGBB oder #RRGGBBAA.",
|
||||
"Invalid escape character in string.": "Ungültiges Escapezeichen in Zeichenfolge.",
|
||||
"Invalid number format.": "Ungültiges Zahlenformat.",
|
||||
"Invalid unicode sequence in string.": "Ungültige Unicode-Sequenz in Zeichenfolge.",
|
||||
"Item does not match any validation rule from the array.": "Das Element stimmt mit keiner Validierungsregel aus dem Array überein.",
|
||||
"JSON Language Server": "JSON-Sprachserver",
|
||||
"JSON Outline Status": "JSON-Gliederungsstatus",
|
||||
"JSON Validation Status": "JSON-Validierungsstatus",
|
||||
"JSON schema cache cleared.": "Der JSON-Schemacache wurde gelöscht.",
|
||||
"JSON schema configured": "JSON-Schema konfiguriert",
|
||||
"JSON: Schema Resolution Error": "JSON: Schemaauflösungsfehler",
|
||||
"Learn more about JSON schema configuration...": "Weitere Informationen zur JSON-Schemakonfiguration...",
|
||||
"Loading JSON info": "JSON-Informationen werden geladen.",
|
||||
"Makes the maximum property exclusive.": "Macht die maximale Eigenschaft exklusiv.",
|
||||
"Makes the minimum property exclusive.": "Macht die minimale Eigenschaft exklusiv.",
|
||||
"Matches a schema that is not allowed.": "Entspricht einem unzulässigen Schema.",
|
||||
"Matches multiple schemas when only one must validate.": "Gleicht mehrere Schemas ab, wenn nur ein Schema überprüft werden muss.",
|
||||
"Missing property \"{0}\".": "Fehlende Eigenschaft: „{0}“.",
|
||||
"New array": "Neues Array",
|
||||
"New object": "Neues Objekt",
|
||||
"No Schema Validation": "Schemaüberprüfung",
|
||||
"No schema configured for this file": "Für diese Datei ist kein Schema konfiguriert",
|
||||
"Not used for validation. Place subschemas here that you wish to reference inline with $ref.": "Wird nicht für die Überprüfung verwendet. Platzieren Sie hier Unterschemas, auf die Sie inline mit $ref verweisen möchten.",
|
||||
"Object has fewer properties than the required number of {0}": "Das Objekt hat weniger Eigenschaften als die erforderliche Anzahl von {0}",
|
||||
"Object has more properties than limit of {0}.": "Das Objekt hat mehr Eigenschaften als das Limit von {0}.",
|
||||
"Object is missing property {0} required by property {1}.": "Dem Objekt fehlt die Eigenschaft {0}, die für die Eigenschaft {1} erforderlich ist.",
|
||||
"Open Extension": "Erweiterung öffnen",
|
||||
"Open Settings": "Einstellungen öffnen",
|
||||
"Outline": "Gliederung",
|
||||
"Problem reading content from \\'{0}\\': UTF-8 with BOM detected, only UTF 8 is allowed.": "Problem beim Lesen von Inhalt aus \\'{0}\\': UTF-8 mit BOM erkannt, nur UTF 8 ist zulässig.",
|
||||
"Problems loading reference \\'{0}\\': {1}": "Probleme beim Laden des Verweises \\'{0}\\': {1}",
|
||||
"Property expected": "Eigenschaft erwartet",
|
||||
"Property keys must be doublequoted": "Eigenschaftsschlüssel müssen mit doppelter Anführungszeichen angegeben werden.",
|
||||
"Property {0} is not allowed.": "Eigenschaft {0} ist nicht zulässig.",
|
||||
"Reference a definition hosted on any location.": "Verweisen Sie auf eine Definition, die an einem beliebigen Speicherort gehostet wird.",
|
||||
"Sample JSON values associated with a particular schema, for the purpose of illustrating usage.": "Json-Beispielwerte, die einem bestimmten Schema zugeordnet sind, zur Veranschaulichung der Verwendung.",
|
||||
"Schema Validated": "Schema überprüft",
|
||||
"Select the schema to use for {0}": "Wählen Sie das Schema aus, das für {0} verwendet werden soll",
|
||||
"Show Schemas": "Schemata anzeigen",
|
||||
"String does not match the pattern of \"{0}\".": "Die Zeichenfolge entspricht nicht dem Muster von „{0}“.",
|
||||
"String is longer than the maximum length of {0}.": "Die Zeichenfolge ist länger als die maximale Länge von {0}.",
|
||||
"String is not a RFC3339 date-time.": "Die Zeichenfolge ist kein RFC3339-Datums-/Uhrzeitwert.",
|
||||
"String is not a RFC3339 date.": "Die Zeichenfolge ist kein RFC3339-Datum.",
|
||||
"String is not a RFC3339 time.": "Die Zeichenfolge ist keine RFC3339-Zeit.",
|
||||
"String is not a URI: {0}": "Die Zeichenfolge ist kein URI: {0}",
|
||||
"String is not a hostname.": "Die Zeichenfolge ist kein Hostname.",
|
||||
"String is not an IPv4 address.": "Die Zeichenfolge ist keine IPv4-Adresse.",
|
||||
"String is not an IPv6 address.": "Die Zeichenfolge ist keine IPv6-Adresse.",
|
||||
"String is not an e-mail address.": "Die Zeichenfolge ist keine E-Mail-Adresse.",
|
||||
"String is shorter than the minimum length of {0}.": "Die Zeichenfolge ist kürzer als die Mindestlänge von {0}.",
|
||||
"The \\\"else\\\" subschema is used for validation when the \\\"if\\\" subschema fails.": "Das \\\"else\\\" -Unterschema wird für die Überprüfung verwendet, wenn die Unterschema \\\"if\\\" fehlschlägt.",
|
||||
"The \\\"if\\\" subschema is used for validation when the \\\"if\\\" subschema succeeds.": "Das Unterschema \\\"if\\\" wird für die Überprüfung verwendet, wenn das Unterschema \\\"if\\\" erfolgreich durchgeführt wurde.",
|
||||
"The maximum length of a string.": "Die maximale Länge einer Zeichenfolge.",
|
||||
"The maximum number of items that can be inside an array. Inclusive.": "Die maximale Anzahl von Elementen, die sich innerhalb eines Arrays befinden können. Inklusive.",
|
||||
"The maximum number of properties an object can have. Inclusive.": "Die maximale Anzahl von Eigenschaften, die ein Objekt aufweisen kann. Inklusive.",
|
||||
"The maximum numerical value, inclusive by default.": "Der maximale numerische Wert, standardmäßig inklusive.",
|
||||
"The minimum length of a string.": "Die Mindestlänge einer Zeichenfolge.",
|
||||
"The minimum number of items that can be inside an array. Inclusive.": "Die Mindestanzahl von Elementen, die sich innerhalb eines Arrays befinden können. Inklusive.",
|
||||
"The minimum number of properties an object can have. Inclusive.": "Die Mindestanzahl von Eigenschaften, die ein Objekt aufweisen kann. Inklusive.",
|
||||
"The minimum numerical value, inclusive by default.": "Der numerische Mindestwert (standardmäßig einschließlich).",
|
||||
"The schema to verify this document against.": "Das Schema, mit dem dieses Dokument überprüft werden soll.",
|
||||
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "Das Schema verwendet Metaschemafunktionen ({0}), die noch nicht vom Validierungssteuerelement unterstützt werden.",
|
||||
"The set of literal values that are valid.": "Der Satz gültiger Literalwerte.",
|
||||
"The validation outcome of the \\\"if\\\" subschema controls which of the \\\"then\\\" or \\\"else\\\" keywords are evaluated.": "Das Validierungsergebnis von Unterschema \\\"if\\\" steuert, welcher der \\\"then\\\"- oder \\\"else\\\" -Schlüsselwörter ausgewertet werden.",
|
||||
"Trailing comma": "Nachgestelltes Komma",
|
||||
"URI expected.": "URI erwartet.",
|
||||
"URI is expected.": "Es wird ein URI erwartet.",
|
||||
"URI with a scheme is expected.": "Ein URI mit einem Schema wird erwartet.",
|
||||
"Unable to compute used schemas: No document": "Die verwendeten Schemas können nicht berechnet werden: Kein Dokument",
|
||||
"Unable to compute used schemas: {0}": "Die verwendeten Schemas können nicht berechnet werden: {0}",
|
||||
"Unable to load schema from \\'{0}\\'. No schema request service available": "Das Schema kann nicht aus \\'{0}\\' geladen werden. Kein Schemaanforderungsdienst verfügbar",
|
||||
"Unable to load schema from \\'{0}\\': No content.": "Das Schema kann nicht aus \\'{0}\\' geladen werden: Kein Inhalt.",
|
||||
"Unable to load schema from \\'{0}\\': {1}.": "Das Schema kann nicht aus \\'{0}\\' geladen werden: {1}.",
|
||||
"Unable to load {0}": "\"{0}\" kann nicht geladen werden.",
|
||||
"Unable to parse content from \\'{0}\\': Parse error at offset {1}.": "Inhalt von \\'{0}\\' kann nicht analysiert werden: Analysefehler bei Offset {1}.",
|
||||
"Unable to resolve schema. Click to retry.": "Das Schema kann nicht aufgelöst werden. Klicken Sie, um es noch mal zu versuchen.",
|
||||
"Unexpected end of comment.": "Unerwartetes Ende des Kommentars.",
|
||||
"Unexpected end of number.": "Unerwartetes Ende der Zahl.",
|
||||
"Unexpected end of string.": "Unerwartetes Ende der Zeichenfolge.",
|
||||
"Value expected": "Ein Wert wurde erwartet.",
|
||||
"Value is above the exclusive maximum of {0}.": "Der Wert liegt über dem exklusiven Maximum von {0}.",
|
||||
"Value is above the maximum of {0}.": "Der Wert liegt über dem Maximum von {0}.",
|
||||
"Value is below the exclusive minimum of {0}.": "Der Wert liegt unter dem exklusiven Minimum von {0}.",
|
||||
"Value is below the minimum of {0}.": "Der Wert liegt unter dem Minimum von {0}.",
|
||||
"Value is deprecated": "Der Wert ist veraltet.",
|
||||
"Value is not accepted. Valid values: {0}.": "Der Wert wird nicht akzeptiert. Gültige Werte: {0}.",
|
||||
"Value is not divisible by {0}.": "Der Wert ist durch {0} nicht teilbar.",
|
||||
"Value must be {0}.": "Wert muss {0} sein",
|
||||
"multiple JSON schemas configured": "Mehrere JSON-Schemas konfiguriert",
|
||||
"no JSON schema configured": "Kein JSON-Schema konfiguriert",
|
||||
"only {0} document symbols shown for performance reasons": "aus Leistungsgründen werden nur {0} Dokumentsymbole angezeigt"
|
||||
},
|
||||
"package": {
|
||||
"description": "Bietet umfangreiche Sprachunterstützung für JSON-Dateien.",
|
||||
"displayName": "JSON-Sprachfeatures",
|
||||
"json.clickToRetry": "Klicken Sie, um es noch mal zu versuchen.",
|
||||
"json.colorDecorators.enable.deprecationMessage": "Die Einstellung \"json.colorDecorators.enable\" ist veraltet und wurde durch \"editor.colorDecorators\" ersetzt.",
|
||||
"json.colorDecorators.enable.desc": "Aktiviert oder deaktiviert Farb-Decorators",
|
||||
"json.command.clearCache": "Löschen des Schemacaches",
|
||||
"json.command.sort": "Dokument sortieren",
|
||||
"json.enableSchemaDownload.desc": "Sofern aktiviert, können JSON-Schemas aus HTTP- und HTTPS-Speicherorten abgerufen werden.",
|
||||
"json.format.enable.desc": "JSON-Standardformatierer aktivieren/deaktivieren",
|
||||
"json.format.keepLines.desc": "Behalten Sie bei der Formatierung alle vorhandenen neuen Zeilen bei.",
|
||||
"json.maxItemsComputed.desc": "Die maximale Anzahl der berechneten Umrisssymbole und Faltbereiche (aus Leistungsgründen begrenzt).",
|
||||
"json.maxItemsExceededInformation.desc": "Hiermit wird eine Benachrichtigung angezeigt, wenn die maximale Anzahl von Gliederungssymbolen und Faltregionen überschritten wird.",
|
||||
"json.schemaResolutionErrorMessage": "Das Schema kann nicht aufgelöst werden.",
|
||||
"json.schemas.desc": "Hiermit werden Schemas JSON-Dateien im aktuellen Projekt zugeordnet.",
|
||||
"json.schemas.fileMatch.desc": "Ein Array von Dateimustern für den Abgleich, wenn JSON-Dateien in Schemas aufgelöst werden. * kann als Platzhalterzeichen verwendet werden. Zudem können Ausschlussmuster definiert werden (mit ! beginnend). Eine Datei gilt als Übereinstimmung, wenn mindestens ein übereinstimmendes Muster vorhanden ist und das letzte übereinstimmende Muster kein Ausschlussmuster ist.",
|
||||
"json.schemas.fileMatch.item.desc": "Ein Dateimuster, das \"*\" enthalten kann, zum Abgleich beim Auflösen von JSON-Dateien in Schemas",
|
||||
"json.schemas.schema.desc": "Die Schemadefinition für die angegebene URL. Das Schema muss nur angegeben werden, um Zugriffe auf die Schema-URL zu vermeiden.",
|
||||
"json.schemas.url.desc": "Eine URL zu einem Schema oder ein relativer Pfad zu einem Schema im aktuellen Verzeichnis",
|
||||
"json.tracing.desc": "Verfolgt die Kommunikation zwischen VS Code und JSON-Sprachserver nach.",
|
||||
"json.validate.enable.desc": "Aktiviert/deaktiviert die JSON-Überprüfung."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"...1 additional file not shown": "...1 weitere Datei wird nicht angezeigt",
|
||||
"...{0} additional files not shown": "...{0} weitere Dateien werden nicht angezeigt",
|
||||
"Allow all content and script execution. Not recommended": "Alle Inhalte und Skriptausführung zulassen. Nicht empfohlen.",
|
||||
"Allow insecure content": "Unsicheren Inhalt zulassen",
|
||||
"Allow insecure local content": "Unsichere lokale Inhalte zulassen",
|
||||
"Always": "Immer",
|
||||
"An unexpected error occurred while restoring the Markdown preview.": "Unerwarteter Fehler beim Wiederherstellen der Markdownvorschau.",
|
||||
"Checking for Markdown links to update": "Es wird nach zu aktualisierenden Markdownlinks gesucht.",
|
||||
"Content Disabled Security Warning": "Sicherheitswarnung – Inhalt deaktiviert",
|
||||
"Could not load 'markdown.styles': {0}": "'markdown.styles' konnte nicht geladen werden: {0}",
|
||||
"Could not open {0}": "{0} konnte nicht geöffnet werden.",
|
||||
"Disable": "Deaktivieren",
|
||||
"Disable preview security warning in this workspace": "Vorschau von Sicherheitswarnungen in diesem Arbeitsbereich deaktivieren",
|
||||
"Does not affect the content security level": "Hat keinen Einfluss auf die Inhaltssicherheitsebene",
|
||||
"Enable loading content over http": "Laden von Inhalten über HTTP aktivieren",
|
||||
"Enable loading content over http served from localhost": "Laden von Inhalten über HTTP von localhost aktivieren",
|
||||
"Enable preview security warnings in this workspace": "Vorschau von Sicherheitswarnungen in diesem Arbeitsbereich aktivieren",
|
||||
"Exclude '{0}' from link validation.": "Schließen Sie '{0}' von der Linkvalidierung aus.",
|
||||
"Extract to link definition": "In Verknüpfungsdefinition extrahieren",
|
||||
"File does not exist at path: {0}": "Die Datei ist unter dem Pfad nicht vorhanden: {0}",
|
||||
"Find file references failed. No resource provided.": "Fehler beim Suchen nach Dateiverweisen. Es wurde keine Ressource angegeben.",
|
||||
"Finding file references": "Dateiverweise werden gesucht",
|
||||
"Follow link": "Verknüpfung folgen",
|
||||
"Go to link definition": "Zur Linkdefinition gehen",
|
||||
"Header does not exist in file: {0}": "Der Header ist in der Datei nicht vorhanden: {0}",
|
||||
"Insert Markdown Image": "Markdownbild einfügen",
|
||||
"Insert Markdown Images": "Markdownbilder einfügen",
|
||||
"Insert Markdown Images and Links": "Markdownbilder und -links einfügen",
|
||||
"Insert Markdown Link": "Markdownlink einfügen",
|
||||
"Insert Markdown Links": "Markdownlinks einfügen",
|
||||
"Insert Markdown Media": "Markdownmedien einfügen",
|
||||
"Insert Markdown Media and Links": "Markdownmedien und -links einfügen",
|
||||
"Insert image": "Bild einfügen",
|
||||
"Insert link": "Link einfügen",
|
||||
"Link definition for \\'{0}\\' already exists": "Die Verknüpfungsdefinition für \\'{0}\\' ist bereits vorhanden",
|
||||
"Link definition is unused": "Die Verknüpfungsdefinition wird nicht verwendet",
|
||||
"Link is already a reference": "Die Verknüpfung ist bereits ein Verweis",
|
||||
"Link is also defined here": "Die Verknüpfung ist hier ebenfalls definiert",
|
||||
"Markdown Language Server": "Markdown Sprachserver",
|
||||
"Media": "Medien",
|
||||
"More Information": "Weitere Informationen",
|
||||
"Never": "Nie",
|
||||
"No": "Nein",
|
||||
"No header found: \\'{0}\\'": "Kein Header gefunden: \\'{0}\\'",
|
||||
"No link definition found: \\'{0}\\'": "Keine Linkdefinition gefunden: \\'{0}\\'",
|
||||
"Not on link": "Nicht auf Verknüpfung",
|
||||
"Only load secure content": "Nur sicheren Inhalt laden",
|
||||
"Organize link definitions": "Linkdefinitionen organisieren",
|
||||
"Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "Potenziell unsichere Inhalte wurden in der Markdown-Vorschau deaktiviert. Ändern Sie die Sicherheitseinstellung der Markdown-Vorschau, um unsichere Inhalte zuzulassen oder Skripts zu aktivieren.",
|
||||
"Preview {0}": "Vorschau von {0}",
|
||||
"Remove duplicate link definition": "Doppelte Verknüpfungsdefinition entfernen",
|
||||
"Remove unused link definition": "Nicht verwendete Verknüpfungsdefinition entfernen",
|
||||
"Renaming is not supported here. Try renaming a header or link.": "Das Umbenennen wird hier nicht unterstützt. Versuchen Sie, eine Kopfzeile oder eine Verknüpfung umzubenennen.",
|
||||
"Select security settings for Markdown previews in this workspace": "Sicherheitseinstellungen für die Markdown-Vorschau in diesem Arbeitsbereich auswählen",
|
||||
"Some content has been disabled in this document": "In diesem Dokument wurden einige Inhalte deaktiviert.",
|
||||
"Strict": "Strict",
|
||||
"Update Markdown links for '{0}'?": "Markdownlinks für „{0}“ aktualisieren?",
|
||||
"Update Markdown links for the following {0} files?": "Markdownlinks für die folgenden {0}-Dateien aktualisieren?",
|
||||
"Yes": "Ja",
|
||||
"[Preview] {0}": "[Vorschau] {0}",
|
||||
"{0} cannot be found": "{0} kann nicht gefunden werden."
|
||||
},
|
||||
"package": {
|
||||
"configuration.copyIntoWorkspace.mediaFiles": "Versuchen Sie, externe Bild- und Videodateien in den Arbeitsbereich zu kopieren.",
|
||||
"configuration.copyIntoWorkspace.never": "Kopieren Sie keine externen Dateien in den Arbeitsbereich.",
|
||||
"configuration.markdown.copyFiles.destination": "Definiert, wo dateien, die per Drop oder Paste erstellt wurden, erstellt werden sollen. Dies ist eine Zuordnung von Globs, die im Markdowndokument mit Zielen übereinstimmen.\r\n\r\nDie Ziele können die folgenden Variablen verwenden:\r\n\r\n– „${documentFileName}“ – Der vollständige Dateiname des Markdowndokuments, z. B. „readme.md“.\r\n– „${documentBaseName}“ – Der Basisname des Markdowndokuments, z. B. „readme“.\r\n– „${documentExtName}“ – Die Erweiterung des Markdowndokuments, z. B. „md2.\r\n– „${documentDirName}“ – Der Name des übergeordneten Verzeichnisses des Markdowndokuments.\r\n– „${documentWorkspaceFolder}“ – Der Arbeitsbereichsordner für das Markdown-Dokument, z. B. „/Users/me/myProject“. Dies ist identisch mit „${documentDirName}“, wenn die Datei nicht Teil eines Arbeitsbereichs ist.\r\n– „${fileName}“ – Der Dateiname der gelöschten Datei, z. B. „image.png“.",
|
||||
"configuration.markdown.copyFiles.overwriteBehavior": "Steuert, ob Dateien, die durch Ablegen oder Einfügen erstellt werden, vorhandene Dateien überschreiben sollen.",
|
||||
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Wenn bereits eine Datei mit demselben Namen vorhanden ist, fügen Sie eine Zahl an den Dateinamen an, z. B.: \"image.png\" wird zu \"image-1.png\".",
|
||||
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Wenn bereits eine Datei mit dem gleichen Namen vorhanden ist, überschreiben Sie sie.",
|
||||
"configuration.markdown.editor.drop.copyIntoWorkspace": "Steuert, ob Dateien außerhalb des Arbeitsbereichs, die in einen Markdown-Editor abgelegt werden, in den Arbeitsbereich kopiert werden sollen.\r\n\r\nVerwenden Sie \"#markdown.copyFiles.destination#\", um zu konfigurieren, wo kopierte, abgelegte Dateien erstellt werden sollen.",
|
||||
"configuration.markdown.editor.drop.enabled": "Das Ablegen von Dateien in einem Markdown-Editor aktivieren, während Sie die UMSCHALTTASTE gedrückt halten. Erfordert die Aktivierung von \"#editor.dropIntoEditor.enabled#\".",
|
||||
"configuration.markdown.editor.filePaste.copyIntoWorkspace": "Steuert, ob Dateien außerhalb des Arbeitsbereichs, die in einen Markdown-Editor eingefügt werden, in den Arbeitsbereich kopiert werden sollen.\r\n\r\nVerwenden Sie \"#markdown.copyFiles.destination#\", um zu konfigurieren, wo kopierte Dateien erstellt werden sollen.",
|
||||
"configuration.markdown.editor.filePaste.enabled": "Aktivieren Sie das Einfügen von Dateien in einen Markdown-Editor, um Markdownlinks zu erstellen. Erfordert die Aktivierung von \"#editor.pasteAs.enabled#\".",
|
||||
"configuration.markdown.links.openLocation.beside": "Öffnen Sie die Links neben dem aktiven Editor.",
|
||||
"configuration.markdown.links.openLocation.currentGroup": "Öffnen Sie Links in der aktiven Editor-Gruppe.",
|
||||
"configuration.markdown.links.openLocation.description": "Steuert, wo Links in Markdowndateien geöffnet werden sollen.",
|
||||
"configuration.markdown.occurrencesHighlight.enabled": "Das Hervorheben von Verknüpfungsvorkommnissen im aktuellen Dokument aktivieren.",
|
||||
"configuration.markdown.preferredMdPathExtensionStyle": "Steuert, ob Dateierweiterungen (z. B. \".md\") für Links zu Markdowndateien hinzugefügt werden oder nicht. Diese Einstellung wird verwendet, wenn Dateipfade durch Tools wie Pfadvervollständigungen oder Dateiumbenennungen hinzugefügt werden.",
|
||||
"configuration.markdown.preferredMdPathExtensionStyle.auto": "Versuchen Sie bei vorhandenen Pfaden, den Dateierweiterungsstil beizubehalten. Fügen Sie für neue Pfade Dateierweiterungen hinzu.",
|
||||
"configuration.markdown.preferredMdPathExtensionStyle.includeExtension": "Schließen Sie die Dateierweiterung lieber ein. Beispielsweise fügen Pfadvervollständigungen zu einer Datei mit dem Namen \"file.md\" eine Datei namens \"file\" ohne das zugehörige \".md\" ein.",
|
||||
"configuration.markdown.preferredMdPathExtensionStyle.removeExtension": "Entfernen Sie lieber die Dateierweiterung. Beispielsweise fügen Pfadvervollständigungen zu einer Datei mit dem Namen \"file.md\" eine Datei namens \"file\" ohne das zugehörige \".md\" ein.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.description": "Steuert, wie Links zu anderen Markdowndateien in der Markdown-Vorschau geöffnet werden sollen.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Links im Editor öffnen",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Links in der Markdown-Vorschau öffnen",
|
||||
"configuration.markdown.suggest.paths.enabled.description": "Pfadvorschläge aktivieren, während Sie Links in Markdowndateien schreiben.",
|
||||
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions": "Vorschläge für Header in anderen Markdowndateien im aktuellen Arbeitsbereich aktivieren. Wenn Sie einen dieser Vorschläge akzeptieren, wird der vollständige Pfad zum Header in dieser Datei eingefügt, z. B. \"[Linktext](/path/to/file.md#header)\".",
|
||||
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.never": "Arbeitsbereichsheadervorschläge deaktivieren.",
|
||||
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.onDoubleHash": "Aktivieren Sie Vorschläge für Arbeitsbereichsheader, nachdem Sie \"##\" in einen Pfad eingeben, z. B. \"[Linktext](##).\"",
|
||||
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.onSingleOrDoubleHash": "Aktivieren Sie Vorschläge für Arbeitsbereichsheader, nachdem Sie entweder \"##\" oder \"#\" in einen Pfad eingeben, z. B. \"[Linktext](#) oder \"[Linktext](##).\"",
|
||||
"configuration.markdown.updateLinksOnFileMove.enableForDirectories": "Aktualisieren von Links aktivieren, wenn ein Verzeichnis im Arbeitsbereich verschoben oder umbenannt wird.",
|
||||
"configuration.markdown.updateLinksOnFileMove.enabled": "Versuchen Sie, Links in Markdowndateien zu aktualisieren, wenn eine Datei im Arbeitsbereich umbenannt/verschoben wird. Verwenden Sie \"#markdown.updateLinksOnFileMove.include#\", um zu konfigurieren, welche Dateien Linkupdates auslösen.",
|
||||
"configuration.markdown.updateLinksOnFileMove.enabled.always": "Links immer automatisch aktualisieren.",
|
||||
"configuration.markdown.updateLinksOnFileMove.enabled.never": "Link nie aktualisieren und keine Eingabeaufforderung eingeben.",
|
||||
"configuration.markdown.updateLinksOnFileMove.enabled.prompt": "Bei jeder Dateibewegung auffordern.",
|
||||
"configuration.markdown.updateLinksOnFileMove.include": "Globmuster, das Dateien angibt, welche automatische Linkaktualisierungen auslösen. Ausführliche Informationen zu diesem Feature finden Sie unter „#markdown.updateLinksOnFileMove.enabled#“.",
|
||||
"configuration.markdown.updateLinksOnFileMove.include.property": "Das Globmuster, mit dem Dateipfade verglichen werden sollen. Legen Sie diesen Wert auf \"true\" fest, um das Muster zu aktivieren.",
|
||||
"configuration.markdown.validate.duplicateLinkDefinitions.description": "Überprüfen Sie doppelte Definitionen in der aktuellen Datei.",
|
||||
"configuration.markdown.validate.enabled.description": "Alle Fehlerberichte in Markdown-Dateien aktivieren.",
|
||||
"configuration.markdown.validate.fileLinks.enabled.description": "Überprüfen Sie Links zu anderen Dateien in Markdowndateien, z. B. „[link](/path/to/file.md)“. Dadurch wird überprüft, ob die Zieldateien vorhanden sind. Erfordert die Aktivierung von „#markdown.validate.enabled#“.",
|
||||
"configuration.markdown.validate.fileLinks.markdownFragmentLinks.description": "Überprüfen Sie den Fragmentteil von Links zu Headern in anderen Dateien in Markdown-Dateien, z. B. „[link](/path/to/file.md#header)“. Übernimmt standardmäßig den Einstellungswert von „#markdown.validate.fragmentLinks.enabled#“.",
|
||||
"configuration.markdown.validate.fragmentLinks.enabled.description": "Überprüfen Sie Fragmentlinks zu Headern in der aktuellen Markdowndatei, z. B. „[link](#header)“. Erfordert die Aktivierung von „#markdown.validate.enabled#“.",
|
||||
"configuration.markdown.validate.ignoredLinks.description": "Konfigurieren Sie Links, die nicht überprüft werden sollen. Wenn Sie z. B. „/about“ hinzufügen, wird der Link „[about](/about)“ nicht überprüft, während Sie mit dem Glob „/assets/**/*.svg“ die Überprüfung für alle Verknüpfungen zu „.svg“-Dateien im Verzeichnis „assets“ überspringen können.",
|
||||
"configuration.markdown.validate.referenceLinks.enabled.description": "Überprüfen Sie Verweislinks in Markdowndateien, z. B. „[link][ref]“. Erfordert die Aktivierung von „#markdown.validate.enabled#“.",
|
||||
"configuration.markdown.validate.unusedLinkDefinitions.description": "Überprüfen Sie Linkdefinitionen, die in der aktuellen Datei nicht verwendet werden.",
|
||||
"description": "Bietet umfangreiche Sprachunterstützung für Markdown.",
|
||||
"displayName": "Markdown-Sprachfeatures",
|
||||
"markdown.copyImage.title": "Copy Image",
|
||||
"markdown.editor.insertImageFromWorkspace": "Bild aus Arbeitsbereich einfügen",
|
||||
"markdown.editor.insertLinkFromWorkspace": "Link zur Datei im Arbeitsbereich einfügen",
|
||||
"markdown.findAllFileReferences": "Dateiverweise suchen",
|
||||
"markdown.preview.breaks.desc": "Legt fest, wie Zeilenumbrüche in der Markdown-Vorschau gerendert werden. Durch eine Festlegung auf TRUE wird \"<br>\" für Zeilenumbrüche innerhalb von Absätzen erstellt.",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "Um zum Editor zu wechseln, doppelklicken Sie in der Markdown-Vorschau.",
|
||||
"markdown.preview.fontFamily.desc": "Steuert die Schriftfamilie, die in der Markdown-Vorschau verwendet wird.",
|
||||
"markdown.preview.fontSize.desc": "Steuert den Schriftgrad in Pixeln, der in der Markdown-Vorschau verwendet wird.",
|
||||
"markdown.preview.lineHeight.desc": "Steuert die Zeilenhöhe, die in der Markdown-Vorschau verwendet wird. Diese Zahl ist relativ zum Schriftgrad.",
|
||||
"markdown.preview.linkify": "Konvertieren von URL-ähnlichem Text in Links in der Markdownvorschau.",
|
||||
"markdown.preview.markEditorSelection.desc": "Hiermit wird die aktuelle Editor-Auswahl in der Markdown-Vorschau markiert.",
|
||||
"markdown.preview.refresh.title": "Vorschau aktualisieren",
|
||||
"markdown.preview.scrollEditorWithPreview.desc": "Hiermit wird die Ansicht des Editors beim Scrollen in einer Markdown-Vorschau aktualisiert.",
|
||||
"markdown.preview.scrollPreviewWithEditor.desc": "Hiermit wird die Ansicht der Vorschau beim Scrollen in einem Markdown-Editor aktualisiert.",
|
||||
"markdown.preview.title": "Vorschau öffnen",
|
||||
"markdown.preview.toggleLock.title": "Vorschausperre umschalten",
|
||||
"markdown.preview.typographer": "Sprachneutrale Ersetzungen und die Anpassung von Anführungszeichen in der Markdown-Vorschau aktivieren.",
|
||||
"markdown.previewSide.title": "Vorschau an der Seite öffnen",
|
||||
"markdown.server.log.desc": "Steuert den Protokolliergrad des Markdown-Sprachservers.",
|
||||
"markdown.showLockedPreviewToSide.title": "Gesperrte Vorschau an der Seite öffnen",
|
||||
"markdown.showPreviewSecuritySelector.title": "Sicherheitseinstellungen für Vorschau ändern",
|
||||
"markdown.showSource.title": "Quelle anzeigen",
|
||||
"markdown.styles.dec": "Eine Liste von URLs oder lokalen Pfaden zu CSS-Stylesheets, die aus der Markdownvorschau verwendet werden sollen. Relative Pfade werden relativ zum im Explorer geöffneten Ordner interpretiert. Wenn kein geöffneter Ordner vorhanden ist, werden sie relativ zum Speicherort der Markdowndatei interpretiert. Alle '\\ müssen als '\\\\' geschrieben werden.",
|
||||
"markdown.trace.extension.desc": "Aktiviert die Debugprotokollierung für die Markdownerweiterung.",
|
||||
"markdown.trace.server.desc": "Verfolgt die Kommunikation zwischen VS Code und Markdown-Sprachserver nach.",
|
||||
"workspaceTrust": "Erforderlich, um Formatvorlagen zu laden, die im Arbeitsbereich konfiguriert sind."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"An error occurred while loading the audio file.": "Fehler beim Laden der Audiodatei.",
|
||||
"An error occurred while loading the image.": "Beim Laden des Bildes ist ein Fehler aufgetreten.",
|
||||
"An error occurred while loading the video file.": "Fehler beim Laden der Videodatei.",
|
||||
"Image Binary Size": "Größe der Imagebinärdatei",
|
||||
"Image Size": "Imagegröße",
|
||||
"Image Zoom": "Bildzoom",
|
||||
"Open file using VS Code's standard text/binary editor?": "Datei mit dem standardmäßigen Text-/Binär-Editor von Visual Studio Code öffnen?",
|
||||
"Select zoom level": "Zoomfaktor auswählen",
|
||||
"Whole Image": "Ganzes Bild",
|
||||
"{0}B": "{0} B",
|
||||
"{0}GB": "{0} GB",
|
||||
"{0}KB": "{0} KB",
|
||||
"{0}MB": "{0} MB",
|
||||
"{0}TB": "{0} TB"
|
||||
},
|
||||
"package": {
|
||||
"command.copyImage": "Kopieren",
|
||||
"command.zoomIn": "Vergrößern",
|
||||
"command.zoomOut": "Verkleinern",
|
||||
"customEditor.audioPreview.displayName": "Audiovorschau",
|
||||
"customEditor.imagePreview.displayName": "Bildvorschau",
|
||||
"customEditor.videoPreview.displayName": "Videovorschau",
|
||||
"description": "Stellt die integrierten Vorschauversionen von VS Code für Bilder, Audio und Video bereit.",
|
||||
"displayName": "Medienvorschau"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,20 @@
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"(Current Change)": "(Aktuelle Änderung)",
|
||||
"(Incoming Change)": "(Eingehende Änderung)",
|
||||
"Accept Both Changes": "Beide Änderungen akzeptieren",
|
||||
"Accept Current Change": "Aktuelle Änderung akzeptieren",
|
||||
"Accept Incoming Change": "Eingehende Änderung akzeptieren",
|
||||
"Compare Changes": "Änderungen vergleichen",
|
||||
"Editor cursor is not within a merge conflict": "Der Editor-Cursor ist nicht innerhalb eines Mergingkonflikts",
|
||||
"Editor cursor is within the common ancestors block, please move it to either the \"current\" or \"incoming\" block": "Der Editor-Cursor ist innerhalb des Blocks gemeinsamer Vorgänger, verschieben Sie ihn entweder in den Block \"aktuell\" oder \"eingehend\".",
|
||||
"Editor cursor is within the merge conflict splitter, please move it to either the \"current\" or \"incoming\" block": "Der Editor-Cursor ist innerhalb der Mergingkonfliktaufteilung, verschieben Sie ihn entweder in den Block \"aktuell\" oder \"eingehend\".",
|
||||
"No merge conflicts found in this file": "Keine Merge-Konflikte in dieser Datei gefunden",
|
||||
"No other merge conflicts within this file": "Keine weiteren Merge-Konflikte in dieser Datei",
|
||||
"{0}: Current Changes ↔ Incoming Changes": "{0}: Aktuelle Änderungen ↔ Eingehende Änderungen"
|
||||
},
|
||||
"package": {
|
||||
"command.accept.all-both": "Alle beide akzeptieren",
|
||||
"command.accept.all-current": "Alle aktuellen akzeptieren",
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Error validating custom environment setting: {0}": "Error validating custom environment setting: {0}",
|
||||
"Microsoft Authentication": "Microsoft Authentication",
|
||||
"Microsoft Sovereign Cloud Authentication": "Microsoft Sovereign Cloud-Authentifizierung",
|
||||
"Open settings": "Open settings",
|
||||
"Paste authorization code here...": "Autorisierungscode hier einfügen...",
|
||||
"Provide the authorization code to complete the sign in flow.": "Geben Sie den Autorisierungscode an, um den Anmeldefluss abzuschließen.",
|
||||
"The environment `{0}` is not a valid environment.": "The environment `{0}` is not a valid environment.",
|
||||
"You have been signed out because reading stored authentication information failed.": "Sie wurden abgemeldet, weil beim Lesen der gespeicherten Authentifizierungsinformationen ein Fehler aufgetreten ist.",
|
||||
"You must also specify a custom environment in order to use the custom environment auth provider.": "You must also specify a custom environment in order to use the custom environment auth provider."
|
||||
},
|
||||
"package": {
|
||||
"description": "Microsoft-Authentifizierungsanbieter",
|
||||
"displayName": "Microsoft-Konto",
|
||||
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "The Active Directory endpoint for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "The Active Directory resource ID for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.description": "The 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` is required to use this feature.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.managementEndpointUrl.description": "The management endpoint for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.name.description": "The name of the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.portalUrl.description": "The portal URL for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.resourceManagerEndpointUrl.description": "The resource manager endpoint for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.environment.description": "The Sovereign Cloud to use for authentication. If you select `custom`, you must also set the `#microsoft-sovereign-cloud.customEnvironment#` setting.",
|
||||
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureChinaCloud": "Azure China",
|
||||
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure US Government",
|
||||
"microsoft-sovereign-cloud.environment.enumDescriptions.custom": "A custom Microsoft Sovereign Cloud",
|
||||
"signIn": "Anmelden",
|
||||
"signOut": "Abmelden"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,18 +8,16 @@
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/extension": {
|
||||
"openTitle": "Im einfachen Browser öffnen",
|
||||
"simpleBrowser.show.placeholder": "https://example.com",
|
||||
"simpleBrowser.show.prompt": "Zu besuchende URL eingeben"
|
||||
},
|
||||
"dist/simpleBrowserView": {
|
||||
"control.back.title": "Zurück",
|
||||
"control.forward.title": "Weiter",
|
||||
"control.openExternal.title": "Im Browser öffnen",
|
||||
"control.reload.title": "Neu laden",
|
||||
"view.iframe-focused": "Fokussperre",
|
||||
"view.title": "Einfacher Browser"
|
||||
"bundle": {
|
||||
"Back": "Zurück",
|
||||
"Enter url to visit": "Zu besuchende URL eingeben",
|
||||
"Focus Lock": "Fokussperre",
|
||||
"Forward": "Weiter",
|
||||
"Open in browser": "Im Browser öffnen",
|
||||
"Open in simple browser": "Im einfachen Browser öffnen",
|
||||
"Reload": "Neu laden",
|
||||
"Simple Browser": "Einfacher Browser",
|
||||
"https://example.com": "https://example.com"
|
||||
},
|
||||
"package": {
|
||||
"configuration.focusLockIndicator.enabled.description": "Hiermit wird der unverankerte Indikator aktiviert/deaktiviert, der beim Fokussieren im einfachen Browser angezeigt wird.",
|
||||
@@ -10,13 +10,15 @@
|
||||
"contents": {
|
||||
"package": {
|
||||
"darkColorThemeLabel": "Dunkel (Visual Studio)",
|
||||
"darkPlusColorThemeLabel": "Dunkel+ (dunkles Standarddesign)",
|
||||
"darkModernThemeLabel": "Dunkel modern",
|
||||
"darkPlusColorThemeLabel": "Dunkel+",
|
||||
"description": "Die hellen und dunklen Visual Studio-Standarddesigns",
|
||||
"displayName": "Standarddesigns",
|
||||
"hcColorThemeLabel": "Dunkle hoher Kontrast",
|
||||
"lightColorThemeLabel": "Hell (Visual Studio)",
|
||||
"lightHcColorThemeLabel": "Hell hoher Kontrast",
|
||||
"lightPlusColorThemeLabel": "Hell+ (helles Standarddesign)",
|
||||
"lightModernThemeLabel": "Hell modern",
|
||||
"lightPlusColorThemeLabel": "Hell+",
|
||||
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-es" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* July 10, 2023 - Release for Azure Data Studio 1.45
|
||||
* May 8, 2023 - Release for Azure Data Studio 1.44
|
||||
* March 30, 2023 - Release for Azure Data Studio 1.43
|
||||
* March 6, 2023 - Release for Azure Data Studio 1.42
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-es",
|
||||
"displayName": "Spanish Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Spanish",
|
||||
"version": "1.44.0",
|
||||
"version": "1.45.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,12 +11,15 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.44.0"
|
||||
"azdata": "^1.45.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
"Language Packs"
|
||||
],
|
||||
"keywords": [
|
||||
"español"
|
||||
],
|
||||
"contributes": {
|
||||
"localizations": [
|
||||
{
|
||||
@@ -30,171 +33,147 @@
|
||||
},
|
||||
{
|
||||
"id": "vscode.bat",
|
||||
"path": "./translations/extensions/bat.i18n.json"
|
||||
"path": "./translations/extensions/vscode.bat.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.builtin-notebook-renderers",
|
||||
"path": "./translations/extensions/vscode.builtin-notebook-renderers.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.configuration-editing",
|
||||
"path": "./translations/extensions/configuration-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.csharp",
|
||||
"path": "./translations/extensions/csharp.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.dart",
|
||||
"path": "./translations/extensions/dart.i18n.json"
|
||||
"path": "./translations/extensions/vscode.configuration-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.docker",
|
||||
"path": "./translations/extensions/docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.fsharp",
|
||||
"path": "./translations/extensions/fsharp.i18n.json"
|
||||
"path": "./translations/extensions/vscode.docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git-base",
|
||||
"path": "./translations/extensions/git-base.i18n.json"
|
||||
"path": "./translations/extensions/vscode.git-base.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git",
|
||||
"path": "./translations/extensions/git.i18n.json"
|
||||
"path": "./translations/extensions/vscode.git.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.github-authentication",
|
||||
"path": "./translations/extensions/github-authentication.i18n.json"
|
||||
"path": "./translations/extensions/vscode.github-authentication.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.github",
|
||||
"path": "./translations/extensions/github.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.html",
|
||||
"path": "./translations/extensions/html.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.image-preview",
|
||||
"path": "./translations/extensions/image-preview.i18n.json"
|
||||
"path": "./translations/extensions/vscode.github.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.ipynb",
|
||||
"path": "./translations/extensions/ipynb.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.javascript",
|
||||
"path": "./translations/extensions/javascript.i18n.json"
|
||||
"path": "./translations/extensions/vscode.ipynb.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.json-language-features",
|
||||
"path": "./translations/extensions/json-language-features.i18n.json"
|
||||
"path": "./translations/extensions/vscode.json-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.json",
|
||||
"path": "./translations/extensions/json.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.julia",
|
||||
"path": "./translations/extensions/julia.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-basics",
|
||||
"path": "./translations/extensions/markdown-basics.i18n.json"
|
||||
"path": "./translations/extensions/vscode.json.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-language-features",
|
||||
"path": "./translations/extensions/markdown-language-features.i18n.json"
|
||||
"path": "./translations/extensions/vscode.markdown-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-math",
|
||||
"path": "./translations/extensions/markdown-math.i18n.json"
|
||||
"path": "./translations/extensions/vscode.markdown-math.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown",
|
||||
"path": "./translations/extensions/vscode.markdown.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.media-preview",
|
||||
"path": "./translations/extensions/vscode.media-preview.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.merge-conflict",
|
||||
"path": "./translations/extensions/merge-conflict.i18n.json"
|
||||
"path": "./translations/extensions/vscode.merge-conflict.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.microsoft-authentication",
|
||||
"path": "./translations/extensions/microsoft-authentication.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.notebook-renderers",
|
||||
"path": "./translations/extensions/notebook-renderers.i18n.json"
|
||||
"path": "./translations/extensions/vscode.microsoft-authentication.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.powershell",
|
||||
"path": "./translations/extensions/powershell.i18n.json"
|
||||
"path": "./translations/extensions/vscode.powershell.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.python",
|
||||
"path": "./translations/extensions/python.i18n.json"
|
||||
"path": "./translations/extensions/vscode.python.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.r",
|
||||
"path": "./translations/extensions/r.i18n.json"
|
||||
"path": "./translations/extensions/vscode.r.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.search-result",
|
||||
"path": "./translations/extensions/search-result.i18n.json"
|
||||
"path": "./translations/extensions/vscode.search-result.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.simple-browser",
|
||||
"path": "./translations/extensions/simple-browser.i18n.json"
|
||||
"path": "./translations/extensions/vscode.simple-browser.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.sql",
|
||||
"path": "./translations/extensions/sql.i18n.json"
|
||||
"path": "./translations/extensions/vscode.sql.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-abyss",
|
||||
"path": "./translations/extensions/theme-abyss.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-abyss.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-defaults",
|
||||
"path": "./translations/extensions/theme-defaults.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-defaults.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-kimbie-dark",
|
||||
"path": "./translations/extensions/theme-kimbie-dark.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-kimbie-dark.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-monokai-dimmed",
|
||||
"path": "./translations/extensions/theme-monokai-dimmed.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-monokai-dimmed.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-monokai",
|
||||
"path": "./translations/extensions/theme-monokai.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-monokai.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-quietlight",
|
||||
"path": "./translations/extensions/theme-quietlight.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-quietlight.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-red",
|
||||
"path": "./translations/extensions/theme-red.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.vscode-theme-seti",
|
||||
"path": "./translations/extensions/theme-seti.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-red.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-solarized-dark",
|
||||
"path": "./translations/extensions/theme-solarized-dark.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-solarized-dark.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-solarized-light",
|
||||
"path": "./translations/extensions/theme-solarized-light.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-solarized-light.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-tomorrow-night-blue",
|
||||
"path": "./translations/extensions/theme-tomorrow-night-blue.i18n.json"
|
||||
"path": "./translations/extensions/vscode.theme-tomorrow-night-blue.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.vscode-theme-seti",
|
||||
"path": "./translations/extensions/vscode.vscode-theme-seti.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.xml",
|
||||
"path": "./translations/extensions/xml.i18n.json"
|
||||
"path": "./translations/extensions/vscode.xml.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.yaml",
|
||||
"path": "./translations/extensions/yaml.i18n.json"
|
||||
"path": "./translations/extensions/vscode.yaml.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.admin-tool-ext-win",
|
||||
@@ -220,10 +199,6 @@
|
||||
"id": "Microsoft.azurecore",
|
||||
"path": "./translations/extensions/azurecore.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azurehybridtoolkit",
|
||||
"path": "./translations/extensions/azurehybridtoolkit.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.cms",
|
||||
"path": "./translations/extensions/cms.i18n.json"
|
||||
@@ -248,10 +223,6 @@
|
||||
"id": "Microsoft.machine-learning",
|
||||
"path": "./translations/extensions/machine-learning.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.sqlservernotebook",
|
||||
"path": "./translations/extensions/Microsoft.sqlservernotebook.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.mssql",
|
||||
"path": "./translations/extensions/mssql.i18n.json"
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description.sqlserverNotebooks": "Notebooks para ayudar a usar SQL Server y solucionar problemas",
|
||||
"title.sqlServer2019Book": "Guía de SQL Server 2019",
|
||||
"title.sqlServerNotebooks": "Notebooks de SQL Server"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -74,34 +74,37 @@
|
||||
"azure.subscriptionError": "No se pudieron obtener las suscripciones de la cuenta {0}. Actualice la cuenta."
|
||||
},
|
||||
"dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": {
|
||||
"azure.resource.providers.AzureMonitorContainerLabel": "Área de trabajo de Log Analytics"
|
||||
"azure.resource.providers.AzureMonitorContainerLabel": "Áreas de trabajo de Log Analytics"
|
||||
},
|
||||
"dist/azureResource/providers/cosmosdb/mongo/cosmosDbMongoTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.cosmosDbMongoContainerLabel": "CosmosDB para Mongo"
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.cosmosDbMongoContainerLabel": "Azure CosmosDB para MongoDB"
|
||||
},
|
||||
"dist/azureResource/providers/database/databaseTreeDataProvider": {
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "Base de datos SQL"
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "Bases de datos SQL"
|
||||
},
|
||||
"dist/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "SQL Server"
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "Servidores SQL"
|
||||
},
|
||||
"dist/azureResource/providers/kusto/kustoTreeDataProvider": {
|
||||
"azure.resource.providers.KustoContainerLabel": "Clúster de Azure Data Explorer"
|
||||
"azure.resource.providers.KustoContainerLabel": "Clústeres de Azure Data Explorer"
|
||||
},
|
||||
"dist/azureResource/providers/mysqlFlexibleServer/mysqlFlexibleServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.mysqlFlexibleServerContainerLabel": "Servidor flexible de Azure Database for MySQL"
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.mysqlFlexibleServerContainerLabel": "Servidores flexibles de Azure Database for MySQL"
|
||||
},
|
||||
"dist/azureResource/providers/postgresArcServer/postgresServerTreeDataProvider": {
|
||||
"azure.resource.providers.postgresArcServer.treeDataProvider.postgresServerContainerLabel": "Hiperescala de PostgreSQL: Azure Arc"
|
||||
"dist/azureResource/providers/postgresArcServer/postgresArcServerTreeDataProvider": {
|
||||
"azure.resource.providers.postgresArcServer.treeDataProvider.postgresServerContainerLabel": "Servidores PostgreSQL: Azure Arc"
|
||||
},
|
||||
"dist/azureResource/providers/postgresFlexibleServer/postgresFlexibleServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresFlexibleServerContainerLabel": "Servidores flexibles de Azure Database for PostgreSQL"
|
||||
},
|
||||
"dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Servidor de Azure Database for PostgreSQL"
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Servidores de Azure Database for PostgreSQL"
|
||||
},
|
||||
"dist/azureResource/providers/sqlinstance/sqlInstanceTreeDataProvider": {
|
||||
"azure.resource.providers.sqlInstanceContainerLabel": "Instancia administrada de Azure SQL Database"
|
||||
"azure.resource.providers.sqlInstanceContainerLabel": "Instancias administradas de SQL"
|
||||
},
|
||||
"dist/azureResource/providers/sqlinstanceArc/sqlInstanceArcTreeDataProvider": {
|
||||
"azure.resource.providers.sqlInstanceArcContainerLabel": "Instancia administrada de SQL: Azure Arc"
|
||||
"azure.resource.providers.sqlInstanceArcContainerLabel": "Instancias administradas de SQL: Azure Arc"
|
||||
},
|
||||
"dist/azureResource/providers/synapseSqlPool/synapseSqlPoolTreeDataProvider": {
|
||||
"azure.resource.providers.synapseSqlPool.treeDataProvider.synapseSqlPoolContainerLabel": "Grupos de SQL dedicados"
|
||||
@@ -109,6 +112,10 @@
|
||||
"dist/azureResource/providers/synapseWorkspace/synapseWorkspaceTreeDataProvider": {
|
||||
"azure.resource.providers.synapseWorkspace.treeDataProvider.synapseWorkspaceContainerLabel": "Azure Synapse Analytics"
|
||||
},
|
||||
"dist/azureResource/providers/universal/universalService": {
|
||||
"azurecore.unregisteredProvider": "Recurso de proveedor no reconocido: {0}",
|
||||
"azurecore.unregisteredProviderType": "Tipo de recurso de proveedor no reconocido: {0}"
|
||||
},
|
||||
"dist/azureResource/resourceTreeNode": {
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "No se han encontrado recursos"
|
||||
},
|
||||
@@ -129,8 +136,7 @@
|
||||
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Inicie sesión en Azure..."
|
||||
},
|
||||
"dist/azureResource/tree/accountTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "No se han encontrado suscripciones.",
|
||||
"azure.unableToAccessSubscription": "No se puede tener acceso a la suscripción {0} ({1}). [Actualice la cuenta] (comando: azure.resource.signin) para volver a intentarlo. {2}"
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "No se encontraron inquilinos."
|
||||
},
|
||||
"dist/azureResource/tree/connectionDialogTreeProvider": {
|
||||
"azure.resource.tree.treeProvider.accountLoadError": "No se pudieron cargar alguna cuentas de Azure. {0}",
|
||||
@@ -138,15 +144,17 @@
|
||||
"azure.resource.tree.treeProvider.openAccountsDialog": "Mostrar cuentas de Azure"
|
||||
},
|
||||
"dist/azureResource/tree/flatAccountTreeNode": {
|
||||
"azure.resource.flatAccountTreeNode.noResourcesLabel": "No se han encontrado recursos.",
|
||||
"azure.resource.throttleerror": "Las solicitudes de esta cuenta se han acelerado Para volver a intentarlo, seleccione un número menor de suscripciones.",
|
||||
"azure.resource.tree.accountTreeNode.title": "{0} ({1} de {2} suscripciones)",
|
||||
"azure.resource.tree.accountTreeNode.titleLoading": "{0}: carga en curso...",
|
||||
"azure.resource.tree.loadresourceerror": "Se ha producido un error al cargar los recursos de Azure: {0}"
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "No se encontraron inquilinos."
|
||||
},
|
||||
"dist/azureResource/tree/flatTenantTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "No se han encontrado suscripciones."
|
||||
},
|
||||
"dist/azureResource/tree/subscriptionTreeNode": {
|
||||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "No se han encontrado recursos."
|
||||
},
|
||||
"dist/azureResource/tree/tenantTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "No se han encontrado suscripciones."
|
||||
},
|
||||
"dist/azureResource/tree/treeProvider": {
|
||||
"azure.resource.tree.treeProvider.loadingLabel": "Cargando..."
|
||||
},
|
||||
@@ -201,7 +209,8 @@
|
||||
"azurecore.norwayeast": "Este de Noruega",
|
||||
"azurecore.norwaywest": "Oeste de Noruega",
|
||||
"azurecore.piiLogging.warning": "Advertencia: Azure PII Logging está habilitado. Habilitar esta opción permite registrar información de identificación personal y solo debe utilizarse con fines de depuración.",
|
||||
"azurecore.postgresServer": "Servidor de Azure Database for PostgreSQL",
|
||||
"azurecore.postgresFlexibleServer": "Servidores flexibles de Azure Database for PostgreSQL",
|
||||
"azurecore.postgresServer": "Servidores de Azure Database for PostgreSQL",
|
||||
"azurecore.reload": "Recargar",
|
||||
"azurecore.reloadChoice": "Vuelva a cargar Azure Data Studio",
|
||||
"azurecore.reloadPrompt": "La biblioteca de autenticación ha cambiado. Vuelva a cargar Azure Data Studio.",
|
||||
@@ -245,6 +254,7 @@
|
||||
"azure.resource.refresh.title": "Actualizar",
|
||||
"azure.resource.refreshall.title": "Azure: actualizar todas las cuentas",
|
||||
"azure.resource.selectsubscriptions.title": "Seleccionar suscripciones",
|
||||
"azure.resource.selecttenants.title": "Seleccionar inquilinos",
|
||||
"azure.resource.signin.title": "Azure: iniciar sesión",
|
||||
"azure.resource.startterminal.title": "Inicio de Cloud Shell",
|
||||
"azure.resource.view.title": "Azure (versión preliminar)",
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"books-preview-category": "Libros de Jupyter",
|
||||
"description": "Se abrirá el libro de Jupyter del kit de herramientas de nube híbrida de Azure SQL.",
|
||||
"displayName": "Kit de herramientas de nube híbrida de Azure SQL",
|
||||
"title.cloudHybridBooks": "Kit de herramientas de nube híbrida de Azure SQL",
|
||||
"title.openJupyterBook": "Abrir libro de Jupyter del kit de herramientas de nube híbrida de Azure SQL"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,70 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/configurationEditingMain": {
|
||||
"cwd": "El directorio de trabajo del ejecutor de tarea en el arranque",
|
||||
"defaultBuildTask": "El nombre de la tarea de compilación predeterminada. Si no hay una única tarea de compilación predeterminada se muestra una selección rápida para elegir la tarea de compilación.",
|
||||
"extensionInstallFolder": "Ruta de acceso en que se instala una extensión.",
|
||||
"file": "El archivo abierto actualmente",
|
||||
"fileBasename": "Nombre base del archivo abierto actual ",
|
||||
"fileBasenameNoExtension": "Nombre base del archivo abierto actual sin extensión de archivo ",
|
||||
"fileDirname": "Nombre del directorio del archivo abierto actual",
|
||||
"fileExtname": "Extensión del archivo abierto actualmente",
|
||||
"lineNumber": "El número de línea seleccionado actual en el archivo activo",
|
||||
"pathSeparator": "Carácter que usa el sistema operativo para separar los componentes en las rutas de acceso de los archivos",
|
||||
"relativeFile": "El archivo abierto actualmente relativo a ${workspaceFolder}",
|
||||
"relativeFileDirname": "Nombre de directorio del archivo abierto actual en relación con ${workspaceFolder}",
|
||||
"selectedText": "El texto actual seleccionado en el archivo activo ",
|
||||
"workspaceFolder": "La ruta de la carpeta abierta en VS Code",
|
||||
"workspaceFolderBasename": "El nombre de la carpeta abierta en VS Code sin ninguna barra diagonal (/)"
|
||||
},
|
||||
"dist/extensionsProposals": {
|
||||
"exampleExtension": "Ejemplo"
|
||||
},
|
||||
"dist/settingsDocumentHelper": {
|
||||
"activeEditor": "Utilice el idioma del editor de texto actualmente activo, si existe",
|
||||
"activeEditorLong": "la ruta de acceso completa del archivo (por ejemplo, /Users/Development/myFolder/myFileFolder/myFile.txt)",
|
||||
"activeEditorMedium": "la ruta de acceso de archivo relativa a la carpeta de área de trabajo (p. ej. myFolder/myFileFolder/myFile.txt)",
|
||||
"activeEditorShort": "el nombre del archivo (por ejemplo miarchivo.txt)",
|
||||
"activeFolderLong": "la ruta completa de la carpeta que contiene el archivo (por ejemplo, /Users/Development/myFolder/myFileFolder)",
|
||||
"activeFolderMedium": "la ruta de la carpeta que contiene el archivo, relativa a la carpeta del área de trabajo (por ejemplo myFolder/myFileFolder)",
|
||||
"activeFolderShort": "el nombre de la carpeta en que se encuentra el archivo (por ejemplo, myFileFolder)",
|
||||
"appName": "p. ej. VS Code",
|
||||
"assocDescriptionFile": "Asigna todos los archivos cuyo nombre coincide con el patrón global al lenguaje con el identificador especificado.",
|
||||
"assocDescriptionPath": "Asigna todos los archivos cuya ruta de acceso al lenguaje con el identificador especificado coincide con el patrón global de ruta de acceso absoluta.",
|
||||
"assocLabelFile": "Archivos con extensión",
|
||||
"assocLabelPath": "Archivos con ruta de acceso",
|
||||
"derivedDescription": "Hacer coincidir archivos que tienen elementos del mismo nivel con el mismo nombre pero con extensión diferente.",
|
||||
"derivedLabel": "Archivos con elementos del mismo nivel por nombre",
|
||||
"dirty": "un indicador para cuando el editor activo tiene cambios sin guardar",
|
||||
"fileDescription": "Hacer coincidir todos los archivos que tengan una extensión de archivo determinada.",
|
||||
"fileLabel": "Archivos por extensión",
|
||||
"filesDescription": "Hacer coincidir todos los archivos con cualquiera de las extensiones de archivo.",
|
||||
"filesLabel": "Archivos con varias extensiones",
|
||||
"folderDescription": "Hacer coincidir una carpeta con un nombre determinado en cualquier ubicación.",
|
||||
"folderLabel": "Carpeta por nombre (cualquier ubicación)",
|
||||
"folderName": "nombre de la carpeta del área de trabajo en la que el archivo está contenido (p. ej. myFolder)",
|
||||
"folderPath": "ruta de acceso de archivo de la carpeta del área de trabajo en la que el archivo está contenido (p. ej. /Users/Development/myFolder)",
|
||||
"remoteName": "por ejemplo, SSH",
|
||||
"rootName": "nombre del área de trabajo (p. ej. myFolder o myWorkspace)",
|
||||
"rootPath": "ruta del archivo del área de trabajo (p. ej. /Users/Development/myWorkspace)",
|
||||
"separator": "un separador condicional (\"-\") que aparece solo cuando está rodeado de variables con valores",
|
||||
"siblingsDescription": "Hacer coincidir archivos que tienen elementos del mismo nivel con el mismo nombre pero con extensión diferente.",
|
||||
"topFolderDescription": "Hacer coincidir una carpeta de nivel superior con un nombre específico.",
|
||||
"topFolderLabel": "Carpeta por nombre (nivel superior)",
|
||||
"topFoldersDescription": "Hacer coincidir varias carpetas de nivel superior.",
|
||||
"topFoldersLabel": "Carpetas con varios nombres (nivel superior)"
|
||||
},
|
||||
"package": {
|
||||
"description": "Proporciona características (IntelliSense avanzado, corrección automática) en archivos de configuración, como archivos de valores, de inicio y de recomendación de extensiones. ",
|
||||
"displayName": "Edición de configuración"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de C#.",
|
||||
"displayName": "Conceptos básicos del lenguaje C#"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Proporciona resaltado de sintaxis y coincidencia de período de tiempo en archivos dardo.",
|
||||
"displayName": "Datos básicos del lenguaje de dardos"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de F#.",
|
||||
"displayName": "Conceptos básicos del lenguaje F#"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/githubServer": {
|
||||
"code.detail": "Para finalizar la autenticación, vaya a GitHub y pegue el código de un solo uso anterior.",
|
||||
"code.title": "Su código: {0}",
|
||||
"no": "No",
|
||||
"otherReasonMessage": "Aún no ha terminado de autorizar esta extensión para usar GitHub. ¿Desea seguir intentándolo?",
|
||||
"progress": "Abra [{0}]({0}) en una pestaña nueva y pegue el código de un solo uso: {1}",
|
||||
"signingIn": "Iniciando sesión en github.com...",
|
||||
"signingInAnotherWay": "Iniciando sesión en github.com...",
|
||||
"userCancelledMessage": "¿Tiene problemas para iniciar sesión? ¿Desea probar de otra forma?",
|
||||
"yes": "Sí"
|
||||
},
|
||||
"package": {
|
||||
"description": "Proveedor de autenticación de GitHub",
|
||||
"displayName": "Autenticación de GitHub"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/publish": {
|
||||
"ignore": "Seleccione los archivos que se deben incluir en el repositorio.",
|
||||
"openingithub": "Abrir en GitHub",
|
||||
"pick folder": "Seleccionar una carpeta para publicar en GitHub",
|
||||
"publishing_done": "El repositorio \"{0}\" se ha publicado correctamente en GitHub.",
|
||||
"publishing_firstcommit": "Creando el primer \"commit\"",
|
||||
"publishing_private": "Publicando en un repositorio de GitHub privado",
|
||||
"publishing_public": "Publicando en un repositorio de GitHub público",
|
||||
"publishing_uploading": "Cargando archivos"
|
||||
},
|
||||
"dist/pushErrorHandler": {
|
||||
"create a fork": "Crear bifurcación",
|
||||
"create fork": "Crear bifurcación de GitHub",
|
||||
"createghpr": "Creando solicitud de incorporación de cambios de GitHub...",
|
||||
"createpr": "Crear PR",
|
||||
"donepr": "La PR \"{0}/{1}#{2}\" se creó correctamente en GitHub.",
|
||||
"fork": "No tiene permisos para realizar la inserción en \"{0}/{1}\" en GitHub. ¿Desea crear una bifurcación y realizar mejor en ella la inserción?",
|
||||
"forking": "Bifurcando \"{0}/{1}\"...",
|
||||
"forking_done": "La bifurcación \"{0}\" se creó correctamente en GitHub.",
|
||||
"forking_pushing": "Insertando cambios...",
|
||||
"no": "No",
|
||||
"no pr template": "Ninguna plantilla",
|
||||
"openingithub": "Abrir en GitHub",
|
||||
"openpr": "Abrir PR",
|
||||
"select pr template": "Seleccionar la plantilla de solicitud de incorporación de cambios"
|
||||
},
|
||||
"package": {
|
||||
"config.gitAuthentication": "Controla si se debe habilitar la autenticación automática de GitHub para los comandos GIT dentro de VS Code.",
|
||||
"config.gitProtocol": "Controla qué protocolo se usa para clonar un repositorio de GitHub",
|
||||
"description": "Características de GitHub para VS Code",
|
||||
"displayName": "GitHub",
|
||||
"welcome.publishFolder": "También puede publicar directamente esta carpeta en un repositorio de GitHub. Una vez publicada, tendrá acceso a las características de control de código fuente con tecnología de git y GitHub.\r\n[$(github) Publicar en GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "También puede publicar directamente una carpeta del área de trabajo en un repositorio de GitHub. Una vez publicada, tendrá acceso a las características de control de código fuente con tecnología de git y GitHub.\r\n[$(github) Publicar en GitHub](command:github.publish)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Proporciona resaltado de sintaxis, coincidencia de corchetes y fragmentos de código en archivos HTML.",
|
||||
"displayName": "Conceptos básicos de lenguaje HTML"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/binarySizeStatusBarEntry": {
|
||||
"sizeB": "{0} B",
|
||||
"sizeGB": "{0} GB",
|
||||
"sizeKB": "{0} KB",
|
||||
"sizeMB": "{0} MB",
|
||||
"sizeStatusBar.name": "Tamaño binario de la imagen",
|
||||
"sizeTB": "{0} TB"
|
||||
},
|
||||
"dist/preview": {
|
||||
"preview.imageLoadError": "Se ha producido un error al cargar la imagen.",
|
||||
"preview.imageLoadErrorLink": "¿Abrir archivo con el editor de texto/binario estándar de VS Code?"
|
||||
},
|
||||
"dist/sizeStatusBarEntry": {
|
||||
"sizeStatusBar.name": "Tamaño de la imagen"
|
||||
},
|
||||
"dist/zoomStatusBarEntry": {
|
||||
"zoomStatusBar.name": "Zoom de imagen",
|
||||
"zoomStatusBar.placeholder": "Seleccionar nivel de zoom",
|
||||
"zoomStatusBar.wholeImageLabel": "Imagen completa"
|
||||
},
|
||||
"package": {
|
||||
"command.zoomIn": "Acercar",
|
||||
"command.zoomOut": "Alejar",
|
||||
"customEditors.displayName": "Vista previa de la imagen",
|
||||
"description": "Proporciona la vista previa de imagen integrada de VS Code",
|
||||
"displayName": "Vista previa de la imagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Proporciona compatibilidad básica para abrir y leer los archivos .ipynb del bloc de notas de Jupyter.",
|
||||
"displayName": "Compatibilidad con .ipynb"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de JavaScript.",
|
||||
"displayName": "Conceptos básicos del lenguaje JavaScript"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"client\\dist\\node/jsonClient": {
|
||||
"json.clearCache.completed": "Borrada la caché de esquema JSON.",
|
||||
"json.resolveError": "JSON: Error de resolución de esquemas",
|
||||
"json.schemaResolutionDisabledMessage": "La descarga de esquemas está deshabilitada. Haga clic para configurar.",
|
||||
"json.schemaResolutionErrorMessage": "No se puede resolver el esquema. Haga clic para volver a intentarlo.",
|
||||
"jsonserver.name": "Servidor de lenguaje JSON",
|
||||
"schemaDownloadDisabled": "La descarga de esquemas está deshabilitada mediante el valor \"{0}\"",
|
||||
"untitled.schema": "No se puede cargar {0}"
|
||||
},
|
||||
"client\\dist\\node/languageStatus": {
|
||||
"documentColorsStatusItem.name": "Estado del símbolo de color JSON",
|
||||
"documentSymbolsStatusItem.name": "Estado del esquema JSON",
|
||||
"foldingRangesStatusItem.name": "Estado de plegado de JSON",
|
||||
"openExtension": "Abrir la extensión",
|
||||
"openSettings": "Abrir configuración",
|
||||
"pending.detail": "Cargando información JSON",
|
||||
"schema.noSchema": "No hay ningún esquema configurado para este archivo",
|
||||
"schema.showdocs": "Más información sobre la configuración del esquema JSON...",
|
||||
"schemaFromFolderSettings": "Configurado en la configuración del área de trabajo",
|
||||
"schemaFromUserSettings": "Configurado en la configuración de usuario",
|
||||
"schemaFromextension": "Configurado por extensión: {0}",
|
||||
"schemaPicker.title": "Esquemas JSON usados para {0}",
|
||||
"status.button.configure": "Configurar",
|
||||
"status.error": "No se pueden calcular los esquemas usados",
|
||||
"status.limitedDocumentColors.details": "solo {0} se muestran los decoradores de color",
|
||||
"status.limitedDocumentColors.short": "Símbolos de color limitados",
|
||||
"status.limitedDocumentSymbols.details": "solo {0} se muestran los símbolos del documento",
|
||||
"status.limitedDocumentSymbols.short": "Esquema limitado",
|
||||
"status.limitedFoldingRanges.details": "solo {0} intervalos de plegado mostrados",
|
||||
"status.limitedFoldingRanges.short": "Rangos de plegado limitados",
|
||||
"status.multipleSchema": "se configuraron varios esquemas JSON",
|
||||
"status.noSchema": "no hay ningún esquema JSON configurado",
|
||||
"status.noSchema.short": "Sin validación de esquema",
|
||||
"status.notJSON": "No es un editor JSON",
|
||||
"status.openSchemasLink": "Mostrar esquemas",
|
||||
"status.singleSchema": "Esquema JSON configurado",
|
||||
"status.withSchema.short": "Esquema validado",
|
||||
"status.withSchemas.short": "Esquema validado",
|
||||
"statusItem.name": "Estado de validación JSON"
|
||||
},
|
||||
"package": {
|
||||
"description": "Proporciona un potente soporte de lenguaje para archivos JSON.",
|
||||
"displayName": "Características del lenguaje JSON",
|
||||
"json.clickToRetry": "Haga clic para volver a intentarlo.",
|
||||
"json.colorDecorators.enable.deprecationMessage": "El valor \"json.colorDecorators.enable\" está en desuso en favor de \"editor.colorDecorators\".",
|
||||
"json.colorDecorators.enable.desc": "Habilita o deshabilita decoradores de color",
|
||||
"json.command.clearCache": "Borrar caché de esquema",
|
||||
"json.enableSchemaDownload.desc": "Cuando está habilitado, los esquemas JSON se pueden capturar desde ubicaciones http y https.",
|
||||
"json.format.enable.desc": "Habilitar o deshabilitar el formateador JSON predeterminado",
|
||||
"json.format.keepLines.desc": "Conservar todas las líneas nuevas existentes al formatear.",
|
||||
"json.maxItemsComputed.desc": "El número máximo de símbolos del esquema y regiones de plegado calculados (limitado por motivos de rendimiento).",
|
||||
"json.maxItemsExceededInformation.desc": "Muestra una notificación cuando se supera el número máximo de símbolos de esquema y de regiones plegables.",
|
||||
"json.schemaResolutionErrorMessage": "No se puede resolver el esquema.",
|
||||
"json.schemas.desc": "Asocia esquemas a archivos JSON en el proyecto actual.",
|
||||
"json.schemas.fileMatch.desc": "Una matriz de patrones de archivo con los que buscar correspondencia al resolver archivos JSON en esquemas. \"*\" se puede usar como comodín. Los patrones de exclusión también se pueden definir y comenzar con \"!\". Un archivo coincide cuando hay al menos un patrón coincidente y el último patrón coincidente no es un patrón de exclusión.",
|
||||
"json.schemas.fileMatch.item.desc": "Un patrón de archivo que puede contener \"*\" con el cual coincidir cuando los archivos JSON se resuelvan en esquemas.",
|
||||
"json.schemas.schema.desc": "La definición de esquema de la dirección URL determinada. Solo se necesita proporcionar el esquema para evitar los accesos a la dirección URL del esquema.",
|
||||
"json.schemas.url.desc": "Una dirección URL a un esquema o una ruta de acceso relativa a un esquema en el directorio actual",
|
||||
"json.tracing.desc": "Realiza el seguimiento de la comunicación entre VS Code y el servidor de lenguaje JSON.",
|
||||
"json.validate.enable.desc": "Habilita o deshabilita la validación json."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Julia.",
|
||||
"displayName": "Conceptos básicos del lenguaje Julia"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,90 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/client": {
|
||||
"markdownServer.name": "Servidor de lenguaje Markdown"
|
||||
},
|
||||
"dist/languageFeatures/diagnostics": {
|
||||
"ignoreLinksQuickFix.title": "Excluya '{0}' de la validación de vínculos."
|
||||
},
|
||||
"dist/languageFeatures/fileReferences": {
|
||||
"error.noResource": "Error al buscar referencias de archivo. No se ha proporcionado ningún recurso.",
|
||||
"progress.title": "Buscando referencias de archivo"
|
||||
},
|
||||
"dist/preview/documentRenderer": {
|
||||
"preview.notFound": "{0} no se puede encontrar",
|
||||
"preview.securityMessage.label": "Alerta de seguridad de contenido deshabilitado",
|
||||
"preview.securityMessage.text": "Se ha deshabilitado parte del contenido de este documento",
|
||||
"preview.securityMessage.title": "Se ha deshabilitado el contenido potencialmente inseguro en la vista previa de Markdown. Para permitir el contenido inseguro o habilitar scripts, cambie la configuración de la vista previa de Markdown"
|
||||
},
|
||||
"dist/preview/preview": {
|
||||
"lockedPreviewTitle": "[Vista previa] {0}",
|
||||
"onPreviewStyleLoadError": "No se pudo cargar 'markdown.styles': {0}",
|
||||
"preview.clickOpenFailed": "No se pudo abrir {0}",
|
||||
"previewTitle": "Vista Previa {0}"
|
||||
},
|
||||
"dist/preview/security": {
|
||||
"disable.description": "Permitir todo el contenido y la ejecución de scripts. No se recomienda.",
|
||||
"disable.title": "Deshabilitar",
|
||||
"disableSecurityWarning.title": "Deshabilitar advertencias de seguridad de vista previa en esta área de trabajo",
|
||||
"enableSecurityWarning.title": "Habilitar advertencias de seguridad de vista previa en esta área de trabajo",
|
||||
"insecureContent.description": "Habilitar el contenido de carga sobre http",
|
||||
"insecureContent.title": "Permitir contenido no seguro",
|
||||
"insecureLocalContent.description": "Habilitar la carga del contenido sobre http desde localhost",
|
||||
"insecureLocalContent.title": "Permitir contenido local inseguro ",
|
||||
"moreInfo.title": "Más información",
|
||||
"preview.showPreviewSecuritySelector.title": "Seleccione configuración de seguridad para las previsualizaciones de Markdown en esta área de trabajo",
|
||||
"strict.description": "Cargar solo el contenido seguro",
|
||||
"strict.title": "Strict",
|
||||
"toggleSecurityWarning.description": "No afecta al nivel de seguridad de contenido"
|
||||
},
|
||||
"package": {
|
||||
"configuration.markdown.editor.drop.enabled": "Habilita o deshabilita la colocación en el editor de Markdown para insertar el turno. Requiere habilitar `#editor.dropIntoEditor.enabled#`.",
|
||||
"configuration.markdown.editor.pasteLinks.enabled": "Al habilitar o deshabilitar el pegado de archivos en un editor de Markdown, se insertan vínculos de Markdown. Requiere habilitar \"#editor.experimental.pasteActions.enabled#\".",
|
||||
"configuration.markdown.experimental.validate.enabled.description": "Habilite o deshabilite todos los informes de errores en los archivos Markdown.",
|
||||
"configuration.markdown.experimental.validate.fileLinks.enabled.description": "Valide los vínculos a otros archivos de Markdown, por ejemplo, '[link](/path/to/file.md)'. Esto comprueba que los archivos de destino existen. Requiere habilitar '#markdown.experimental.validate.enabled#'.",
|
||||
"configuration.markdown.experimental.validate.fileLinks.markdownFragmentLinks.description": "Valide la parte de fragmento de vínculos a encabezados de otros archivos en archivos Markdown, por ejemplo, \"[link](/path/to/file.md#header)\". Hereda el valor de configuración de \"#markdown.experimental.validate.fragmentLinks.enabled#\" de forma predeterminada.",
|
||||
"configuration.markdown.experimental.validate.fragmentLinks.enabled.description": "Valide los vínculos de fragmento a los encabezados del archivo Markdown actual, por ejemplo, \"[link](#header)\". Requiere habilitar \"#markdown.experimental.validate.enabled#\".",
|
||||
"configuration.markdown.experimental.validate.ignoreLinks.description": "Configure vínculos que no deben validarse. Por ejemplo, `/about` no validaría el vínculo `[about](/about)`, mientras que el valor global `/assets/**/*.svg` le permitirá omitir la validación de cualquier vínculo a archivos `.svg` en el directorio `assets`.",
|
||||
"configuration.markdown.experimental.validate.referenceLinks.enabled.description": "Validar vínculos de referencia en archivos Markdown, por ejemplo, '[link][ref]'. Requiere habilitar '#markdown.experimental.validate.enabled#'.",
|
||||
"configuration.markdown.links.openLocation.beside": "Abrir enlaces junto al editor activo.",
|
||||
"configuration.markdown.links.openLocation.currentGroup": "Abra vínculos en el grupo de editor activo.",
|
||||
"configuration.markdown.links.openLocation.description": "Controla dónde se deben abrir los vínculos de los archivos Markdown.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.description": "Controla cómo deben abrirse los vínculos hacia otros archivos Markdown en la vista previa de Markdown.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Intenta abrir los vínculos en el editor.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Intenta abrir los vínculos en la vista previa de Markdown.",
|
||||
"configuration.markdown.suggest.paths.enabled.description": "Habilitar o deshabilitar sugerencias de ruta de acceso para vínculos de marcado",
|
||||
"description": "Proporciona un potente soporte de lenguaje para archivos Markdown.",
|
||||
"displayName": "Características del lenguaje Markdown",
|
||||
"markdown.findAllFileReferences": "Buscar referencias de archivo",
|
||||
"markdown.preview.breaks.desc": "Establece cómo se representan los saltos de línea en la vista previa de Markdown. Si se establece en \"true\", se crea <br> para las líneas nuevas dentro de los párrafos.",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "Haga doble clic en la vista previa de Markdown para cambiar al editor.",
|
||||
"markdown.preview.fontFamily.desc": "Controla la familia de fuentes que se usa en la vista previa de Markdown.",
|
||||
"markdown.preview.fontSize.desc": "Controla el tamaño de fuente en píxeles que se usa en la vista previa de Markdown.",
|
||||
"markdown.preview.lineHeight.desc": "Controla la altura de línea que se usa en la vista previa de Markdown. Este número es relativo al tamaño de fuente.",
|
||||
"markdown.preview.linkify": "Habilita o deshabilita la conversión de texto de tipo URL a vínculos en la vista previa de Markdown.",
|
||||
"markdown.preview.markEditorSelection.desc": "Marca la selección del editor actual en la vista previa de Markdown.",
|
||||
"markdown.preview.refresh.title": "Actualizar vista previa",
|
||||
"markdown.preview.scrollEditorWithPreview.desc": "Al desplazarse en la vista previa de Markdown, se actualiza la vista del editor.",
|
||||
"markdown.preview.scrollPreviewWithEditor.desc": "Al desplazarse en el editor de Markdown, se actualiza la vista de la previsualización.",
|
||||
"markdown.preview.title": "Abrir vista previa",
|
||||
"markdown.preview.toggleLock.title": "Cambiar fijación de la vista previa ",
|
||||
"markdown.preview.typographer": "Habilita o deshabilita algunos embellecimientos de comillas y reemplazos independientes del idioma en la vista previa de Markdown.",
|
||||
"markdown.previewSide.title": "Abrir vista previa en el lateral",
|
||||
"markdown.showLockedPreviewToSide.title": "Abrir vista previa fija en el lateral",
|
||||
"markdown.showPreviewSecuritySelector.title": "Cambiar configuración de seguridad de vista previa",
|
||||
"markdown.showSource.title": "Mostrar origen",
|
||||
"markdown.styles.dec": "Lista de direcciones URL o rutas de acceso locales a hojas de estilo CSS que se van a usar desde la vista previa de Markdown. Las rutas de acceso relativas se interpretan en relación con la carpeta abierta en el Explorador. Si no hay ninguna carpeta abierta, se interpretan en relación con la ubicación del archivo Markdown. Todo '\\' debe escribirse como '\\\\'.",
|
||||
"markdown.trace.extension.desc": "Habilita el registro de depuración para las extensiones de Markdown. ",
|
||||
"markdown.trace.server.desc": "Realiza un seguimiento de la comunicación entre VS Code y el servidor de lenguaje Markdown.",
|
||||
"workspaceTrust": "Necesario para cargar los estilos configurados en el área de trabajo."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/AADHelper": {
|
||||
"pasteCodePlaceholder": "Pegue aquí el código de autorización...",
|
||||
"pasteCodePrompt": "Proporcione el código de autorización para completar el flujo de inicio de sesión.",
|
||||
"pasteCodeTitle": "Autenticación de Microsoft",
|
||||
"signOut": "Se ha cerrado la sesión porque se ha producido un error al leer la información de autenticación almacenada."
|
||||
},
|
||||
"package": {
|
||||
"description": "Proveedor de autenticación de Microsoft",
|
||||
"displayName": "Cuenta Microsoft",
|
||||
"signIn": "Iniciar sesión",
|
||||
"signOut": "Cerrar sesión"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,38 +38,79 @@
|
||||
"objectManagement.ApplicationRoleTypeDisplayNameInTitle": "Rol de aplicación",
|
||||
"objectManagement.ColumnDisplayName": "columna",
|
||||
"objectManagement.DatabaseDisplayName": "base de datos",
|
||||
"objectManagement.DatabaseDisplayNameInTitle": "Base de datos",
|
||||
"objectManagement.DatabaseRoleTypeDisplayName": "rol de base de datos",
|
||||
"objectManagement.DatabaseRoleTypeDisplayNameInTitle": "Rol de base de datos",
|
||||
"objectManagement.LoginTypeDisplayName": "inicio de sesión",
|
||||
"objectManagement.LoginTypeDisplayNameInTitle": "Iniciar sesión",
|
||||
"objectManagement.OkText": "Aceptar",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfSchema": "Todos los objetos que pertenecen a un esquema",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfTypes": "Todos los objetos de determinados tipos",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SelectSchemaDropdownLabel": "Esquema",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SpecificObjects": "Objetos específicos…",
|
||||
"objectManagement.ObjectSelectionMethodDialog_TypeLabel": "¿Cómo desea agregar objetos?",
|
||||
"objectManagement.SearchTextLabel": "Buscar texto",
|
||||
"objectManagement.ServerDisplayName": "Servidor",
|
||||
"objectManagement.ServerRoleTypeDisplayName": "rol del servidor",
|
||||
"objectManagement.ServerRoleTypeDisplayNameInTitle": "Rol del servidor",
|
||||
"objectManagement.TableDisplayName": "tabla",
|
||||
"objectManagement.UserDisplayName": "usuario",
|
||||
"objectManagement.UserTypeDisplayNameInTitle": "Usuario",
|
||||
"objectManagement.ViewDisplayName": "Ver",
|
||||
"objectManagement.addMemberText": "Agregar un miembro",
|
||||
"objectManagement.addText": "Agregar…",
|
||||
"objectManagement.addMembersText": "Agregar miembros",
|
||||
"objectManagement.addSecurablesText": "Agregar elementos protegibles",
|
||||
"objectManagement.advancedSectionHeader": "Opciones avanzadas",
|
||||
"objectManagement.azurePricingLink": "calculadora de precios de Azure SQL Database",
|
||||
"objectManagement.backupRedundancyLabel": "Redundancia de almacenamiento de copia de seguridad",
|
||||
"objectManagement.blankPasswordConfirmation": "La creación de un inicio de sesión con una contraseña en blanco presenta un riesgo de seguridad. ¿Está seguro de que desea continuar?",
|
||||
"objectManagement.browseForOwnerText": "Buscar una propietario",
|
||||
"objectManagement.browseText": "Examinar…",
|
||||
"objectManagement.collationLabel": "Intercalación",
|
||||
"objectManagement.compatibilityLevelLabel": "Nivel de compatibilidad",
|
||||
"objectManagement.configureSLOSectionHeader": "Configurar SLO",
|
||||
"objectManagement.confirmPasswordLabel": "Confirmar contraseña",
|
||||
"objectManagement.containmentTypeLabel": "Tipo de independencia",
|
||||
"objectManagement.createObjectOperationName": "Crear {0}",
|
||||
"objectManagement.currentSLOLabel": "Objetivo de nivel de servicio actual",
|
||||
"objectManagement.databaseExistsError": "La base de datos \\\"{0}\\\" ya existe. Elija otro nombre de base de datos distinto.",
|
||||
"objectManagement.databaseProperties.backupSectionHeader": "Copia de seguridad",
|
||||
"objectManagement.databaseProperties.databaseSectionHeader": "Base de datos",
|
||||
"objectManagement.databaseProperties.dateCreated": "Fecha de creación",
|
||||
"objectManagement.databaseProperties.mbUnitText": "{0} MB",
|
||||
"objectManagement.databaseProperties.memoryAllocated": "Memoria asignada a objetos con optimización para memoria",
|
||||
"objectManagement.databaseProperties.memoryUsed": "Memoria usada por objetos con optimización para memoria",
|
||||
"objectManagement.databaseProperties.name": "Nombre",
|
||||
"objectManagement.databaseProperties.numberOfUsers": "Número de usuarios",
|
||||
"objectManagement.databaseProperties.owner": "Propietario",
|
||||
"objectManagement.databaseProperties.size": "Tamaño",
|
||||
"objectManagement.databaseProperties.spaceAvailable": "Espacio disponible",
|
||||
"objectManagement.databaseProperties.status": "Estado",
|
||||
"objectManagement.databaseRole.SelectMemberDialogTitle": "Seleccione miembro de rol de base de datos",
|
||||
"objectManagement.databaseRole.SelectOwnerDialogTitle": "Seleccione propietario de rol de base de datos",
|
||||
"objectManagement.deleteLoginConfirmation": "Eliminar los inicios de sesión del servidor no elimina los usuarios de la base de datos asociados a los inicios de sesión. Para completar el proceso, elimine los usuarios en cada base de datos. Puede que tenga que transferir primero la propiedad de esquemas a usuarios nuevos.",
|
||||
"objectManagement.deleteObjectConfirmation": "¿Seguro que quiere eliminar el {0}: {1}?",
|
||||
"objectManagement.deleteObjectError": "Se ha producido un error al eliminar {0}: {1}. {2}",
|
||||
"objectManagement.deleteObjectOperationName": "Eliminar {0} \"{1}\"",
|
||||
"objectManagement.denyColumnHeader": "Denegar",
|
||||
"objectManagement.editionLabel": "Edición",
|
||||
"objectManagement.effectivePermissionsTableLabel": "Permisos efectivos para el elemento protegible seleccionado",
|
||||
"objectManagement.effectivePermissionsTableLabelSelected": "Permisos efectivos para: {0}",
|
||||
"objectManagement.enabledLabel": "Habilitado",
|
||||
"objectManagement.filterText": "Filtro",
|
||||
"objectManagement.explicitPermissionsTableLabel": "Permisos explícitos para el elemento protegible seleccionado",
|
||||
"objectManagement.explicitPermissionsTableLabelSelected": "Permisos explícitos para: {0}",
|
||||
"objectManagement.filterSectionTitle": "Filtros",
|
||||
"objectManagement.findText": "Buscar",
|
||||
"objectManagement.generalSectionHeader": "General",
|
||||
"objectManagement.helpText": "Ayuda",
|
||||
"objectManagement.grantColumnHeader": "Conceder",
|
||||
"objectManagement.grantorColumnHeader": "Otorgante",
|
||||
"objectManagement.hardwareGeneration": "Generación de hardware",
|
||||
"objectManagement.invalidPasswordError": "La contraseña no cumple el requisito de complejidad. Para obtener más información: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"objectManagement.loadingDialog": "Cargando cuadro de diálogo...",
|
||||
"objectManagement.isClustered": "En clúster",
|
||||
"objectManagement.isHadrEnabled": "Está habilitado para HADR",
|
||||
"objectManagement.isPolyBaseInstalled": "Está instalada la característica PolyBase",
|
||||
"objectManagement.isXTPSupported": "Es compatible con XTP",
|
||||
"objectManagement.language": "Idioma",
|
||||
"objectManagement.lastDatabaseBackup": "Última copia de seguridad de la base de datos",
|
||||
"objectManagement.lastDatabaseLogBackup": "Última copia de seguridad del registro de base de datos",
|
||||
"objectManagement.loadingObjectsCompletedLabel": "Carga de objetos completada, {0} objetos encontrados",
|
||||
"objectManagement.loadingObjectsLabel": "Cargando de los objetos en curso...",
|
||||
"objectManagement.login.aadAuthenticationType": "Autenticación con Azure Active Directory",
|
||||
@@ -89,36 +130,52 @@
|
||||
"objectManagement.login.sqlAuthenticationType": "Autenticación de SQL",
|
||||
"objectManagement.login.windowsAuthenticationType": "Autenticación de Windows",
|
||||
"objectManagement.loginNotSelectedError": "No se ha seleccionado el inicio de sesión.",
|
||||
"objectManagement.maxServerMemoryText": "Cantidad máxima de memoria del servidor (MB)",
|
||||
"objectManagement.maxSizeLabel": "Tamaño máximo",
|
||||
"objectManagement.membersLabel": "Miembros",
|
||||
"objectManagement.membershipLabel": "Pertenencia",
|
||||
"objectManagement.memory": "Memoria",
|
||||
"objectManagement.minServerMemoryText": "Memoria mínima del servidor (MB)",
|
||||
"objectManagement.nameCannotBeEmptyError": "El nombre no puede estar vacío.",
|
||||
"objectManagement.nameLabel": "Nombre",
|
||||
"objectManagement.newObjectDialogTitle": "{0} - Nuevo (Versión preliminar)",
|
||||
"objectManagement.noActionScriptedMessage": "No hay acción para incluir en el script.",
|
||||
"objectManagement.noConnectionUriError": "No se pudo recuperar la información de conexión. Vuelva a conectarse e inténtelo de nuevo.",
|
||||
"objectManagement.objectPropertiesDialogTitle": "{0} - {1} (Versión preliminar)",
|
||||
"objectManagement.objectSelectionMethodDialogTitle": "Agregar objetos",
|
||||
"objectManagement.objectTypeLabel": "Tipo de objeto",
|
||||
"objectManagement.objectTypesLabel": "Tipos de objeto",
|
||||
"objectManagement.objectsLabel": "Objetos",
|
||||
"objectManagement.openNewObjectDialogError": "Error al abrir el nuevo cuadro de diálogo {0}. {1}",
|
||||
"objectManagement.openObjectPropertiesDialogError": "Error al abrir el cuadro de diálogo de propiedades para {0}: {1}. {2}",
|
||||
"objectManagement.operatingSystem": "Sistema operativo",
|
||||
"objectManagement.optionsSectionHeader": "Opciones",
|
||||
"objectManagement.ownerText": "Propietario",
|
||||
"objectManagement.passwordCannotBeEmptyError": "La contraseña no puede estar vacía.",
|
||||
"objectManagement.passwordLabel": "Contraseña",
|
||||
"objectManagement.passwordsNotMatchError": "La contraseña debe coincidir con la contraseña de confirmación.",
|
||||
"objectManagement.permissionColumnHeader": "Permiso",
|
||||
"objectManagement.platform": "Plataforma",
|
||||
"objectManagement.processors": "Procesadores",
|
||||
"objectManagement.product": "Producto",
|
||||
"objectManagement.properties": "Propiedades",
|
||||
"objectManagement.recoveryModelLabel": "Modelo de recuperación",
|
||||
"objectManagement.refreshOEError": "Error al actualizar el explorador de objetos. {0}",
|
||||
"objectManagement.removeMemberText": "Quitar el miembro seleccionado",
|
||||
"objectManagement.removeText": "Quitar",
|
||||
"objectManagement.removeSecurablesText": "Quitar elemento protegible seleccionado",
|
||||
"objectManagement.renameObjectDialogTitle": "Escriba un nombre nuevo",
|
||||
"objectManagement.renameObjectError": "Error al cambiar el nombre de {0} '{1}' a '{2}'. {3}",
|
||||
"objectManagement.renameObjectOperationName": "Cambie el nombre de {0} '{1}' a '{2}'",
|
||||
"objectManagement.reservedStorageSizeInMB": "Tamaño de almacenamiento reservado",
|
||||
"objectManagement.rootDirectory": "Directorio raíz",
|
||||
"objectManagement.schemaLabel": "Esquema",
|
||||
"objectManagement.scriptError": "Error al generar el script. {0}",
|
||||
"objectManagement.scriptGenerated": "El script se ha generado correctamente. Puedes cerrar el cuadro de diálogo para verlo en el editor recién abierto.",
|
||||
"objectManagement.scriptText": "Script",
|
||||
"objectManagement.securablesText": "Elementos protegibles",
|
||||
"objectManagement.selectSecurablesDialogTitle": "Seleccionar elementos protegibles",
|
||||
"objectManagement.selectText": "Seleccionar",
|
||||
"objectManagement.selectedLabel": "Seleccionado",
|
||||
"objectManagement.serverCollation": "Intercalación del servidor",
|
||||
"objectManagement.serverRole.SelectMemberDialogTitle": "Seleccionar miembros del rol de servidor",
|
||||
"objectManagement.serverRole.SelectOwnerDialogTitle": "Seleccionar propietario de rol de servidor",
|
||||
"objectManagement.serviceTier": "Nivel de servicio",
|
||||
"objectManagement.storageSpaceUsageInGB": "Uso de espacio de almacenamiento",
|
||||
"objectManagement.updateObjectOperationName": "Actualizar {0} \"{1}\"",
|
||||
"objectManagement.user.aadAuth": "Autenticar con Azure Active Directory.",
|
||||
"objectManagement.user.defaultSchemaLabel": "Esquema predeterminado",
|
||||
@@ -129,7 +186,8 @@
|
||||
"objectManagement.user.sqlAuth": "Autenticar con contraseña",
|
||||
"objectManagement.user.type": "Tipo",
|
||||
"objectManagement.user.windowsUser": "Asignado a un usuario o grupo de Windows",
|
||||
"objectManagement.yesText": "Sí"
|
||||
"objectManagement.versionText": "Versión",
|
||||
"objectManagement.withGrantColumnHeader": "Con concesión"
|
||||
},
|
||||
"dist/sqlToolsServer": {
|
||||
"downloadServiceDoneChannelMsg": "{0} descargado",
|
||||
@@ -155,6 +213,21 @@
|
||||
"serviceCrashMessage": "El componente {0} se cerró de forma inesperada. Reinicie Azure Data Studio.",
|
||||
"viewKnownIssuesText": "Ver problemas conocidos"
|
||||
},
|
||||
"dist/ui/localizedConstants": {
|
||||
"mssql.ui.OkText": "Aceptar",
|
||||
"mssql.ui.generatingScript": "Generando el script...",
|
||||
"mssql.ui.generatingScriptCompleted": "Script generado",
|
||||
"mssql.ui.helpText": "Ayuda",
|
||||
"mssql.ui.loadingDialog": "Cargando cuadro de diálogo...",
|
||||
"mssql.ui.noActionScriptedMessage": "No hay acción para incluir en el script.",
|
||||
"mssql.ui.scriptError": "Se ha producido un error al generar el script. {0}",
|
||||
"mssql.ui.scriptGenerated": "El script se ha generado correctamente. Puedes cerrar el cuadro de diálogo para verlo en el editor recién abierto.",
|
||||
"mssql.ui.scriptText": "Script",
|
||||
"mssql.ui.yesText": "Sí",
|
||||
"objectManagement.addText": "Agregar…",
|
||||
"objectManagement.removeText": "Quitar",
|
||||
"objectManagement.selectLabel": "Seleccionar"
|
||||
},
|
||||
"package": {
|
||||
"cloud.databaseProperties.azureEdition": "Edición",
|
||||
"cloud.databaseProperties.compatibilityLevel": "Nivel de compatibilidad",
|
||||
@@ -321,6 +394,7 @@
|
||||
"mssql.query.textSize": "Tamaño máximo del texto y datos de ntext devueltos por una instrucción SELECT",
|
||||
"mssql.query.transactionIsolationLevel": "Habilitar la opción SET TRANSACTION ISOLATION LEVEL",
|
||||
"mssql.query.xactAbortOn": "Habilitar la opción SET XACT_ABORT ON",
|
||||
"mssql.tableDesigner.allowDisableAndReenableDdlTriggers": "Indica si se permite que el diseñador de tablas deshabilite y vuelva a habilitar los desencadenadores DDL durante la publicación.",
|
||||
"mssql.tableDesigner.preloadDatabaseModel": "Indica si se debe cargar previamente el modelo de base de datos cuando se expande el nodo de base de datos en el explorador de objetos. Cuando se habilita, se puede reducir el tiempo de carga del diseñador de tablas. Nota: Es posible que vea un uso de memoria mayor que el normal si necesita expandir una gran cantidad de nodos de base de datos.",
|
||||
"mssql.tracing.desc": "Realiza un seguimiento de la comunicación entre Azure Data Studio y el Servicio de herramientas de SQL al canal de salida del Servicio de herramientas de SQL. ADVERTENCIA: esto puede incluir información confidencial cuando está habilitado el registro detallado.",
|
||||
"mssql.tracingLevel": "[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.",
|
||||
|
||||
@@ -25,12 +25,14 @@
|
||||
"addDatabaseReferenceOkButtonText": "Agregar una referencia",
|
||||
"addDatabaseReferencedialogName": "Agregar referencia de base de datos",
|
||||
"addItemAction": "Agregar elemento",
|
||||
"addSqlCmdVariableWithoutDefaultValue": "¿Agregar la variable SQLCMD ''{0}'' al proyecto sin el valor predeterminado?",
|
||||
"advancedOptionsButton": "Avanzado...",
|
||||
"advancedPublishOptions": "Opciones avanzadas de publicación",
|
||||
"appSettingPrompt": "¿Desea actualizar la función de Azure local.settings.json con la nueva cadena de conexión?",
|
||||
"applyConfirmation": "¿Está seguro de que desea actualizar el proyecto de destino?",
|
||||
"applyError": "Error al actualizar el proyecto: {0}",
|
||||
"applySuccess": "El proyecto se actualizó correctamente.",
|
||||
"artifactReference": "Referencia de artefacto",
|
||||
"at": "en",
|
||||
"autorestProjectName": "Nombre del nuevo proyecto SQL",
|
||||
"azureAccounts": "Cuentas de Azure",
|
||||
@@ -119,8 +121,8 @@
|
||||
"downloadError": "Error de descarga",
|
||||
"downloadProgress": "Progreso de la descarga",
|
||||
"downloading": "Descargando",
|
||||
"downloadingDacFxDlls": "Descargando NuGet Microsoft.Build.Sql para obtener archivos DLL de compilación",
|
||||
"downloadingFromTo": "Descargando {0} de {1}",
|
||||
"downloadingNuget": "Descargando {0} nget para obtener archivos DLL de compilación ",
|
||||
"edgeEulaAgreementTitle": "Contrato de licencia de Microsoft Azure SQL Edge",
|
||||
"edgeProjectTypeDescription": "Comience con las partes principales para desarrollar y publicar esquemas para Azure SQL Edge Database.",
|
||||
"edgeProjectTypeDisplayName": "Azure SQL Edge Database",
|
||||
@@ -234,6 +236,7 @@
|
||||
"optionName": "Nombre de la opción",
|
||||
"optionNotFoundWarningMessage": "etiqueta: {0} no existe en la búsqueda de nombre de valor de opciones",
|
||||
"outsideFolderPath": "No se admiten elementos con ruta absolutas fuera de la carpeta del proyecto. Asegúrese de que las rutas del archivo de proyecto son relativas a la carpeta del proyecto.",
|
||||
"packageReference": "Referencia de paquete",
|
||||
"parentTreeItemUnknown": "No se puede acceder al elemento primario del elemento de árbol proporcionado.",
|
||||
"passwordNotMatch": "La contraseña de {0} no coincide con la contraseña de confirmación.",
|
||||
"portMustNotBeNumber": "El puerto debe ser un número",
|
||||
@@ -262,6 +265,7 @@
|
||||
"publishDialogName": "Publicación del proyecto",
|
||||
"publishOptions": "Opciones de publicación",
|
||||
"publishProfileElements": "Publicar elementos de perfil",
|
||||
"publishProfileFriendlyName": "Perfil de publicación",
|
||||
"publishProjectSucceed": "Proyecto de base de datos publicado correctamente",
|
||||
"publishSettingsFiles": "Archivo de configuración de publicación",
|
||||
"publishTo": "Publicar destino",
|
||||
@@ -273,8 +277,9 @@
|
||||
"publishToNewAzureServer": "Publicar en nuevo servidor lógico de Azure SQL (versión preliminar)",
|
||||
"publishToNewAzureServerFailed": "No se pudo publicar en el nuevo servidor de Azure SQL. {0}",
|
||||
"publishingProjectMessage": "Publicando proyecto en un contenedor...",
|
||||
"referenceRadioButtonsGroupTitle": "Tipo",
|
||||
"referenceType": "Tipo de referencia",
|
||||
"referenceRadioButtonsGroupTitle": "Tipo de base de datos al que se hace referencia",
|
||||
"referenceTypeRadioButtonsGroupTitle": "Tipo de referencia",
|
||||
"referencedDatabaseType": "Tipo de base de datos al que se hace referencia",
|
||||
"reloadProject": "¿Quiere volver a cargar el proyecto de base de datos?",
|
||||
"reset": "Restablecer",
|
||||
"resetAllVars": "Restablecer todas las variables",
|
||||
@@ -289,6 +294,7 @@
|
||||
"runningDockerMessage": "Ejecutando el contenedor Docker...",
|
||||
"sameDatabase": "Misma base de datos",
|
||||
"save": "Guardar",
|
||||
"saveProfile": "¿Desea guardar la configuración en un perfil (.publish.xml)?",
|
||||
"saveProfileAsButtonText": "Guardar como...",
|
||||
"schema": "Esquema",
|
||||
"schemaCompare.compareErrorMessage": "Error en la comparación de esquemas: {0}",
|
||||
@@ -347,7 +353,7 @@
|
||||
"unableToFindFile": "No se encuentra {1}con la ruta \"{0}\".",
|
||||
"unableToFindReference": "No se encuentra la referencia de base de datos {0}.",
|
||||
"unableToFindSqlCmdVariable": "No se encuentra la variable SQLCMD \"{0}\".",
|
||||
"unableToPerformAction": "No se encuentra el destino \"{0}\": \"{1}\".",
|
||||
"unableToPerformAction": "No se ha podido localizar \"{0}\" objetivo: \"{1}\". {2}",
|
||||
"unexpectedProjectContext": "No se puede establecer el contexto del proyecto. Comando invocado desde una ubicación inesperada: {0}",
|
||||
"unhandledDeleteType": "Tipo de elemento no controlado durante la eliminación: \"{0}\"",
|
||||
"unhandledMoveNode": "Tipo de nodo no controlado para mover",
|
||||
@@ -411,6 +417,7 @@
|
||||
"sqlDatabaseProjects.newItem": "Agregar elemento...",
|
||||
"sqlDatabaseProjects.newPostDeploymentScript": "Agregar script posterior a la implementación",
|
||||
"sqlDatabaseProjects.newPreDeploymentScript": "Agregar script anterior a la implementación",
|
||||
"sqlDatabaseProjects.newPublishProfile": "Agregar perfil de publicación",
|
||||
"sqlDatabaseProjects.newScript": "Agregar script",
|
||||
"sqlDatabaseProjects.newStoredProcedure": "Agregar procedimiento almacenado",
|
||||
"sqlDatabaseProjects.newTable": "Agregar tabla",
|
||||
@@ -419,6 +426,7 @@
|
||||
"sqlDatabaseProjects.open": "Abrir proyecto de base de datos",
|
||||
"sqlDatabaseProjects.openContainingFolder": "Abrir carpeta contenedora",
|
||||
"sqlDatabaseProjects.openInDesigner": "Abrir en el Diseñador",
|
||||
"sqlDatabaseProjects.openReferencedSqlProject": "Abrir proyecto",
|
||||
"sqlDatabaseProjects.properties": "Propiedades",
|
||||
"sqlDatabaseProjects.publish": "Publicar",
|
||||
"sqlDatabaseProjects.rename": "Cambiar nombre",
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/constants/strings": {
|
||||
"azure.accounts.accountAccessError": "Error al obtener acceso a la cuenta seleccionada \"{0}\" y al espacio empresarial “{1}”. Seleccione \"Vincular cuenta\" y actualice la cuenta o seleccione otra. Error \"{2}\"",
|
||||
"azure.accounts.accountStaleError": "El token de acceso para la cuenta seleccionada \"{0}\" y el espacio empresarial “{1}” ya no es válido. Seleccione \"Vincular cuenta\" y actualice la cuenta, o seleccione otra.",
|
||||
"serviceCrashMessage": "No se pudo iniciar el componente del servicio de migración. {0}",
|
||||
"serviceCrashed": "El componente de servicio se bloqueó.",
|
||||
"serviceProviderIntializationError": "No se pudo inicializar el proveedor de servicios.",
|
||||
@@ -338,9 +336,9 @@
|
||||
"sql.migration.ir.page.sql.migration.service.not.found": "No se encontró ningún Database Migration Service. Cree uno nuevo",
|
||||
"sql.migration.ir.page.title": "Azure Database Migration Service",
|
||||
"sql.migration.ir.setup.step1": "Paso 1: {0}",
|
||||
"sql.migration.ir.setup.step2": "Step 2: Use the keys below to register your integration runtime",
|
||||
"sql.migration.ir.setup.step3": "Step 3: Click on the 'Test connection' button to check the connection between Azure Database Migration Service and integration runtime",
|
||||
"sql.migration.ir.setup.step3.alternate": "Step 3: Click on the Refresh button above to check the connection between Azure Database Migration Service and integration runtime",
|
||||
"sql.migration.ir.setup.step2": "Paso 2: Use las claves siguientes para registrar el entorno de ejecución de integración",
|
||||
"sql.migration.ir.setup.step3": "Paso 3: Haga clic en el botón \"Prueba de conexión\" para comprobar la conexión entre Azure Database Migration Service y el entorno de ejecución de integración",
|
||||
"sql.migration.ir.setup.step3.alternate": "Paso 3: Haga clic en el botón \"Actualizar\" para comprobar la conexión entre Azure Database Migration Service y el entorno de ejecución de integración",
|
||||
"sql.migration.issue.aria.label": "Problema de bloqueo: {0}",
|
||||
"sql.migration.issues": "Problemas",
|
||||
"sql.migration.issues.count": "Problemas ({0})",
|
||||
@@ -536,9 +534,9 @@
|
||||
"sql.migration.select.target.to.continue": "Para continuar, seleccione un destino.",
|
||||
"sql.migration.server": "Servidor",
|
||||
"sql.migration.service.account.info.text": "Asegúrese de que la cuenta de servicio que ejecuta la instancia de SQL Server de origen tenga privilegios de lectura en el recurso compartido de red.",
|
||||
"sql.migration.service.container.container.description1": "Azure Database Migration Service leverages Azure Data Factory's self-hosted integration runtime to handle connectivity between source and target and upload backups from an on-premises network file share to Azure (if applicable).",
|
||||
"sql.migration.service.container.container.description2": "Follow the instructions below to set up self-hosted integration runtime.",
|
||||
"sql.migration.service.container.heading": "Set up integration runtime",
|
||||
"sql.migration.service.container.container.description1": "Azure Database Migration Service aprovecha el entorno de ejecución de integración autohospedado de Azure Data Factory para controlar la conectividad entre el origen y el destino, y cargar copias de seguridad de un recurso compartido de archivos de red local en Azure (si procede).",
|
||||
"sql.migration.service.container.container.description2": "Siga estas instrucciones para configurar un entorno de ejecución de integración autohospedado.",
|
||||
"sql.migration.service.container.heading": "Configuración del entorno de ejecución de integración",
|
||||
"sql.migration.service.container.loading.help": "Cargando servicios de migración",
|
||||
"sql.migration.service.details.authKeys.label": "Claves de autenticación",
|
||||
"sql.migration.service.details.authKeys.title": "Claves de autenticación utilizadas para conectar con el nodo del entorno de ejecución de integración autohospedado",
|
||||
@@ -550,14 +548,14 @@
|
||||
"sql.migration.service.header": "Detalles de Azure Database Migration Service \"{0}\":`",
|
||||
"sql.migration.service.not.found": "No se encontraron servicios de migración. Para continuar, cree uno nuevo.",
|
||||
"sql.migration.service.not.ready": "Azure Database Migration Service no está registrado. Azure Database Migration Service \"{0}\" debe registrarse con entorno de ejecución de integración autohospedado en cualquier nodo.",
|
||||
"sql.migration.service.not.ready.below": "Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.\r\n\r\nSee below for registration instructions.",
|
||||
"sql.migration.service.not.ready.below": "Azure Database Migration Service no está registrado. Azure Database Migration Service \"{0}\" debe registrarse con entorno de ejecución de integración autohospedado en cualquier nodo.\r\n\r\nConsulte la información siguiente para ver las instrucciones de registro.",
|
||||
"sql.migration.service.prompt": "{0} (cambiar)",
|
||||
"sql.migration.service.ready": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on node(s) - {1}\r\n\r\nFor improved performance and high availability, you can register additional nodes.",
|
||||
"sql.migration.service.ready.below": "Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on node(s) - {1}\r\n\r\nFor improved performance and high availability, you can register additional nodes. See below for registration instructions.",
|
||||
"sql.migration.service.ready": "Azure Database Migration Service \"{0}\" está conectado a un entorno de ejecución de integración autohospedado que se ejecuta en nodos: {1}\r\n\r\nPara mejorar el rendimiento y la alta disponibilidad, puede registrar nodos adicionales.",
|
||||
"sql.migration.service.ready.below": "Azure Database Migration Service \"{0}\" está conectado a un entorno de ejecución de integración autohospedado que se ejecuta en nodos: {1}\r\n\r\nPara mejorar el rendimiento y la alta disponibilidad, puede registrar nodos adicionales. Consulte la información siguiente para ver las instrucciones de registro.",
|
||||
"sql.migration.service.selection.location.msg": "Seleccione la ubicación de los archivos de copia de seguridad de la base de datos antes de continuar.",
|
||||
"sql.migration.service.status.refresh.error": "Se ha producido un error al actualizar el estado de creación del servicio de migración.",
|
||||
"sql.migration.services.container.description": "Escriba la información siguiente para agregar una nueva Azure Database Migration Service.",
|
||||
"sql.migration.services.container.description.network": "Enter the information below to add a new Azure Database Migration Service. To register self-hosted integration runtime, select 'My database backups are on a network share' on the previous page.",
|
||||
"sql.migration.services.container.description.network": "Escriba la información siguiente para agregar una nueva instancia de Azure Database Migration Service. Para registrar el entorno de ejecución de integración autohospedado, seleccione \"Mis copias de seguridad de base de datos están en un recurso compartido de red\" en la página anterior.",
|
||||
"sql.migration.services.dialog.title": "Crear Azure Database Migration Service",
|
||||
"sql.migration.services.location": "Región de Azure para su Azure Database Migration Service. Debe ser la misma región que el Azure SQL de destino.",
|
||||
"sql.migration.services.name": "Nombre de Azure Database Migration Service.",
|
||||
@@ -758,6 +756,8 @@
|
||||
"sql.migration.storage.account": "Cuenta de almacenamiento",
|
||||
"sql.migration.storageAccount.warning.many": "Es posible que la instancia de destino \"{0}\" no pueda acceder a la cuenta de almacenamiento \"{1}\". Asegúrese de que la subred de la instancia de destino está en la lista blanca de la cuenta de almacenamiento y, si procede, de que el punto de conexión privado se encuentra en la misma red virtual que el servidor de destino.",
|
||||
"sql.migration.storageAccount.warning.one": "Es posible que la instancia de destino \"{0}\" no pueda acceder a las cuentas de almacenamiento \"{1}\". Asegúrese de que la subred de la instancia de destino está en la lista blanca de las cuentas de almacenamiento y, si procede, de que los puntos de conexión privados están en la misma red virtual que el servidor de destino.",
|
||||
"sql.migration.storageAccount.warning.vm.many": "Es posible que el servidor de destino \"{0}\" no pueda acceder a la cuenta de almacenamiento \"{1}\". Asegúrese de que la subred del servidor de destino está en la lista aprobada de la cuenta de almacenamiento.",
|
||||
"sql.migration.storageAccount.warning.vm.one": "Es posible que el servidor de destino \"{0}\" no pueda acceder a las cuentas de almacenamiento \"{1}\". Asegúrese de que la subred del servidor de destino está en la lista aprobada de las cuentas de almacenamiento.",
|
||||
"sql.migration.subscription": "Suscripción",
|
||||
"sql.migration.summary.azure.storage": "Azure Storage",
|
||||
"sql.migration.summary.azure.storage.subscription": "Suscripción de Azure Storage",
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Example": "Ejemplo",
|
||||
"Files by Extension": "Archivos por extensión",
|
||||
"Files with Extension": "Archivos con extensión",
|
||||
"Files with Multiple Extensions": "Archivos con varias extensiones",
|
||||
"Files with Path": "Archivos con ruta de acceso",
|
||||
"Files with Siblings by Name": "Archivos con elementos del mismo nivel por nombre",
|
||||
"Folder by Name (Any Location)": "Carpeta por nombre (cualquier ubicación)",
|
||||
"Folder by Name (Top Level)": "Carpeta por nombre (nivel superior)",
|
||||
"Folders with Multiple Names (Top Level)": "Carpetas con varios nombres (nivel superior)",
|
||||
"GitHub": "GitHub",
|
||||
"Map all files matching the absolute path glob pattern in their path to the language with the given identifier.": "Asigna todos los archivos cuya ruta de acceso al lenguaje con el identificador especificado coincide con el patrón global de ruta de acceso absoluta.",
|
||||
"Map all files matching the glob pattern in their filename to the language with the given identifier.": "Asigna todos los archivos cuyo nombre coincide con el patrón global al lenguaje con el identificador especificado.",
|
||||
"Match a folder with a specific name in any location.": "Hacer coincidir una carpeta con un nombre determinado en cualquier ubicación.",
|
||||
"Match a top level folder with a specific name.": "Hacer coincidir una carpeta de nivel superior con un nombre específico.",
|
||||
"Match all files of a specific file extension.": "Hacer coincidir todos los archivos que tengan una extensión de archivo determinada.",
|
||||
"Match all files with any of the file extensions.": "Hacer coincidir todos los archivos con cualquiera de las extensiones de archivo.",
|
||||
"Match files that have siblings with the same name but a different extension.": "Hacer coincidir archivos que tienen elementos del mismo nivel con el mismo nombre pero con extensión diferente.",
|
||||
"Match multiple top level folders.": "Hacer coincidir varias carpetas de nivel superior.",
|
||||
"The character used by the operating system to separate components in file paths": "Carácter que usa el sistema operativo para separar los componentes en las rutas de acceso de los archivos",
|
||||
"The current opened file": "El archivo abierto actualmente",
|
||||
"The current opened file relative to ${workspaceFolder}": "El archivo abierto actualmente relativo a ${workspaceFolder}",
|
||||
"The current opened file's basename": "Nombre base del archivo abierto actual ",
|
||||
"The current opened file's basename with no file extension": "Nombre base del archivo abierto actual sin extensión de archivo ",
|
||||
"The current opened file's dirname": "Nombre del directorio del archivo abierto actual",
|
||||
"The current opened file's dirname relative to ${workspaceFolder}": "Nombre de directorio del archivo abierto actual en relación con ${workspaceFolder}",
|
||||
"The current opened file's extension": "Extensión del archivo abierto actualmente",
|
||||
"The current selected line number in the active file": "El número de línea seleccionado actual en el archivo activo",
|
||||
"The current selected text in the active file": "El texto actual seleccionado en el archivo activo ",
|
||||
"The name of the default build task. If there is not a single default build task then a quick pick is shown to choose the build task.": "El nombre de la tarea de compilación predeterminada. Si no hay una única tarea de compilación predeterminada se muestra una selección rápida para elegir la tarea de compilación.",
|
||||
"The name of the folder opened in VS Code without any slashes (/)": "El nombre de la carpeta abierta en VS Code sin ninguna barra diagonal (/)",
|
||||
"The path of the folder opened in VS Code": "La ruta de la carpeta abierta en VS Code",
|
||||
"The path where an an extension is installed.": "Ruta de acceso en que se instala una extensión.",
|
||||
"The task runner's current working directory on startup": "El directorio de trabajo del ejecutor de tarea en el arranque",
|
||||
"Use the language of the currently active text editor if any": "Utilice el idioma del editor de texto actualmente activo, si existe",
|
||||
"a conditional separator (' - ') that only shows when surrounded by variables with values": "un separador condicional (\"-\") que aparece solo cuando está rodeado de variables con valores",
|
||||
"an indicator for when the active editor has unsaved changes": "un indicador para cuando el editor activo tiene cambios sin guardar",
|
||||
"e.g. SSH": "por ejemplo, SSH",
|
||||
"e.g. VS Code": "p. ej. VS Code",
|
||||
"file path of the workspace (e.g. /Users/Development/myWorkspace)": "ruta del archivo del área de trabajo (p. ej. /Users/Development/myWorkspace)",
|
||||
"file path of the workspace folder the file is contained in (e.g. /Users/Development/myFolder)": "ruta de acceso de archivo de la carpeta del área de trabajo en la que el archivo está contenido (p. ej. /Users/Development/myFolder)",
|
||||
"gist": "gist",
|
||||
"name of the workspace folder the file is contained in (e.g. myFolder)": "nombre de la carpeta del área de trabajo en la que el archivo está contenido (p. ej. myFolder)",
|
||||
"name of the workspace with optional remote name and workspace indicator if applicable (e.g. myFolder, myRemoteFolder [SSH] or myWorkspace (Workspace))": "nombre del área de trabajo con el nombre remoto opcional y el indicador del área de trabajo si procede (por ejemplo, myFolder, myRemoteFolder [SSH] o myWorkspace (Workspace))",
|
||||
"shortened name of the workspace without suffixes (e.g. myFolder or myWorkspace)": "nombre abreviado del área de trabajo sin sufijos (por ejemplo, myFolder o myWorkspace)",
|
||||
"the file name (e.g. myFile.txt)": "el nombre del archivo (por ejemplo miarchivo.txt)",
|
||||
"the full path of the file (e.g. /Users/Development/myFolder/myFileFolder/myFile.txt)": "la ruta de acceso completa del archivo (por ejemplo, /Users/Development/myFolder/myFileFolder/myFile.txt)",
|
||||
"the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder)": "la ruta completa de la carpeta que contiene el archivo (por ejemplo, /Users/Development/myFolder/myFileFolder)",
|
||||
"the name of the folder the file is contained in (e.g. myFileFolder)": "el nombre de la carpeta en que se encuentra el archivo (por ejemplo, myFileFolder)",
|
||||
"the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)": "la ruta de acceso de archivo relativa a la carpeta de área de trabajo (p. ej. myFolder/myFileFolder/myFile.txt)",
|
||||
"the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "la ruta de la carpeta que contiene el archivo, relativa a la carpeta del área de trabajo (por ejemplo myFolder/myFileFolder)"
|
||||
},
|
||||
"package": {
|
||||
"description": "Proporciona características (IntelliSense avanzado, corrección automática) en archivos de configuración, como archivos de valores, de inicio y de recomendación de extensiones. ",
|
||||
"displayName": "Edición de configuración"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,18 +8,18 @@
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/remoteSource": {
|
||||
"branch name": "Nombre de rama",
|
||||
"error": "{0} Error: {1}",
|
||||
"none found": "No se encontraron repositorios remotos.",
|
||||
"pick url": "Elija una dirección URL desde la que se va a clonar.",
|
||||
"provide url": "Proporcionar la dirección URL del repositorio",
|
||||
"provide url or pick": "Proporcione la dirección URL del repositorio o seleccione un origen de repositorio.",
|
||||
"bundle": {
|
||||
"Branch name": "Nombre de rama",
|
||||
"Choose a URL to clone from.": "Elija una dirección URL desde la que se va a clonar.",
|
||||
"No remote repositories found.": "No se encontraron repositorios remotos.",
|
||||
"Provide repository URL": "Proporcionar la dirección URL del repositorio",
|
||||
"Provide repository URL or pick a repository source.": "Proporcione la dirección URL del repositorio o seleccione un origen de repositorio.",
|
||||
"Repository name": "Nombre del repositorio",
|
||||
"Repository name (type to search)": "Nombre del repositorio (escribir para buscar)",
|
||||
"URL": "URL",
|
||||
"recently opened": "abiertos recientemente",
|
||||
"remote sources": "orígenes remotos",
|
||||
"type to filter": "Nombre del repositorio",
|
||||
"type to search": "Nombre del repositorio (escribir para buscar)",
|
||||
"url": "URL"
|
||||
"{0} Error: {1}": "{0} Error: {1}"
|
||||
},
|
||||
"package": {
|
||||
"command.api.getRemoteSources": "Obtener orígenes remotos",
|
||||
@@ -0,0 +1,599 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"\"{0}\" has fingerprint \"{1}\"": "“{0}” tiene la huella digital “{1}”.",
|
||||
"$(info) Remote \"{0}\" has no tags.": "$(info) Remoto \"{0}\" no tiene etiquetas.",
|
||||
"$(info) This repository has no tags.": "$(info) Este repositorio no tiene etiquetas.",
|
||||
"A branch named \"{0}\" already exists": "Ya existe una rama denominada \"{0}\"",
|
||||
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "Se encontró un repositorio Git en las carpetas primarias del área de trabajo o en los archivos abiertos. ¿Desea abrir el repositorio?",
|
||||
"Absolute paths not supported in \"git.scanRepositories\" setting.": "No se admiten rutas de acceso absolutas en la configuración \"git.scanRepositories\".",
|
||||
"Add Remote": "Agregar remoto",
|
||||
"Add a new remote...": "Agregar un nuevo remoto...",
|
||||
"Add remote from URL": "Agregar remoto desde dirección URL",
|
||||
"Add remote from {0}": "Agregar remoto desde {0}",
|
||||
"Add to Workspace": "Añadir al área de trabajo",
|
||||
"All Repositories": "Todos los repositorios",
|
||||
"Always": "Siempre",
|
||||
"Always Pull": "Incorporar cambios siempre con \"pull\"",
|
||||
"Are you sure you want to DELETE {0} files?\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST if you proceed.": "¿Seguro que quiere ELIMINAR {0} archivos?\\n Esta acción es IRREVERSIBLE. \\nSi continúa, los archivos SE PERDERÁN PARA SIEMPRE.",
|
||||
"Are you sure you want to DELETE {0}?\\nThis is IRREVERSIBLE!\\nThis file will be FOREVER LOST if you proceed.": "¿Seguro que quiere ELIMINAR {0}?\\nEsta acción es IRREVERSIBLE.\\nSi continúa, este archivo SE PERDERÁ PARA SIEMPRE.",
|
||||
"Are you sure you want to continue connecting?": "¿Está seguro de que quiere continuar con la conexión?",
|
||||
"Are you sure you want to create an empty commit?": "¿Seguro que desea crear una confirmación vacía?",
|
||||
"Are you sure you want to discard ALL changes in {0} files?\\nThis is IRREVERSIBLE!\\nYour current working set will be FOREVER LOST if you proceed.": "¿Seguro que quiere descartar TODOS los cambios en {0} archivos? \\nEsta acción es IRREVERSIBLE. \\nSi continúa, su espacio de trabajo actual SE PERDERÁ PARA SIEMPRE.",
|
||||
"Are you sure you want to discard changes in {0} files?": "¿Está seguro de que quiere descartar los cambios de {0} archivos?",
|
||||
"Are you sure you want to discard changes in {0}?": "¿Está seguro de que quiere descartar los cambios de {0}?",
|
||||
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "¿Está seguro de que quiere quitar TODOS los cambios guardados provisionalmente? Hay {0} cambios guardados provisionalmente que estarán sujetos a eliminación y PUEDEN SER IMPOSIBLES DE RECUPERAR.",
|
||||
"Are you sure you want to drop ALL stashes? There is 1 stash that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "¿Está seguro de que quiere quitar TODOS los cambios guardados provisionalmente? Hay 1 cambio guardado provisionalmente que estará sujeto a eliminación y PUEDE SER IMPOSIBLES DE RECUPERAR.",
|
||||
"Are you sure you want to drop the stash: {0}?": "¿Seguro que quiere quitar el \"stash\": {0}?",
|
||||
"Are you sure you want to restore {0} files?": "¿Está seguro de que desea restaurar {0} archivos?",
|
||||
"Are you sure you want to restore {0}?": "¿Está seguro de que desea restaurar {0}?",
|
||||
"Are you sure you want to stage {0} files with merge conflicts?": "¿Está seguro de que quiere hacer una copia intermedia de {0} archivos con conflictos de fusión mediante combinación?",
|
||||
"Are you sure you want to stage {0} with merge conflicts?": "¿Está seguro de que quiere hacer una copia intermedia de {0} con conflictos de fusión mediante combinación?",
|
||||
"Ask Me Later": "Preguntarme luego",
|
||||
"Branch name": "Nombre de rama",
|
||||
"Branch name needs to match regex: {0}": "El nombre de la rama debe coincidir con la expresión regular \"{0}\".",
|
||||
"Can\\'t push refs to remote. Try running \"Pull\" first to integrate your changes.": "No se pueden enviar referencias al remoto. Intente ejecutar \\'Pull\\' primero para integrar sus cambios.",
|
||||
"Can\\'t undo because HEAD doesn\\'t point to any commit.": "No se puede deshacer porque HEAD no apunta a ningún commit.",
|
||||
"Changes": "Cambios",
|
||||
"Checking Out Branch/Tag...": "Extrayendo rama/etiqueta...",
|
||||
"Checking Out Changes...": "Extrayendo cambios...",
|
||||
"Checkout Branch/Tag...": "Extraer rama/etiqueta...",
|
||||
"Checkout detached...": "Extracción del repositorio desasociada...",
|
||||
"Choose Folder...": "Elegir carpeta...",
|
||||
"Choose a folder to clone {0} into": "Elija una carpeta en la que clonar {0}",
|
||||
"Choose a repository": "Elija un repositorio",
|
||||
"Choose which repository to clone": "Elija el repositorio que se va a clonar",
|
||||
"Clone from URL": "Dirección URL de repositorio",
|
||||
"Clone from {0}": "Clonar desde {0}",
|
||||
"Cloning git repository \"{0}\"...": "Clonando el repositorio GIT '{0}'...",
|
||||
"Commit": "Confirmar",
|
||||
"Commit & Push Changes": "Confirmar y enviar cambios",
|
||||
"Commit & Sync Changes": "Confirmar y sincronizar cambios",
|
||||
"Commit Anyway": "Confirmar de todos modos",
|
||||
"Commit Changes": "Confirmar cambios",
|
||||
"Commit Changes on \"{0}\"": "Confirmar cambios en \"{0}\"",
|
||||
"Commit Changes to New Branch": "Hacer \"commit\" de cambios en una nueva rama",
|
||||
"Commit Hash": "Hash de confirmación",
|
||||
"Commit Staged Changes": "Hacer \"commit\" de los cambios \"staged\"",
|
||||
"Commit message": "Mensaje de confirmación",
|
||||
"Commit operation was cancelled due to empty commit message.": "Se canceló la operación de confirmación debido a un mensaje de confirmación vacío.",
|
||||
"Commit to New Branch & Push Changes": "Hacer \"commit\" en rama nueva e insertar cambios",
|
||||
"Commit to New Branch & Synchronize Changes": "Confirmar en una rama nueva y sincronizar cambios",
|
||||
"Commit to a New Branch": "Confirmar en una rama nueva",
|
||||
"Commits without verification are not allowed, please enable them with the \"git.allowNoVerifyCommit\" setting.": "No se permiten las confirmaciones sin verificación, habilítelas con la configuración \"git. allowNoVerifyCommit\".",
|
||||
"Committing & Pushing Changes...": "Confirmando y enviando cambios...",
|
||||
"Committing & Synchronizing Changes...": "Confirmación y sincronización de cambios...",
|
||||
"Committing Changes to New Branch...": "Haciendo \"commit\" de los cambios en la nueva rama...",
|
||||
"Committing Changes...": "Confirmando cambios...",
|
||||
"Committing to New Branch & Pushing Changes...": "Haciendo \"commit\" en nueva rama e insertando los cambios...",
|
||||
"Committing to New Branch & Synchronizing Changes...": "Confirmando con la nueva rama y sincronizando cambios...",
|
||||
"Conflict: Added By Them": "Conflicto: agregado por ellos",
|
||||
"Conflict: Added By Us": "Conflicto: agregado por nosotros",
|
||||
"Conflict: Both Added": "Conflicto: agregado por ambos",
|
||||
"Conflict: Both Deleted": "Conflicto: eliminado por ambos",
|
||||
"Conflict: Both Modified": "Conflicto: modificado por ambos",
|
||||
"Conflict: Deleted By Them": "Conflicto: eliminado por ellos",
|
||||
"Conflict: Deleted By Us": "Conflicto: eliminado por nosotros",
|
||||
"Continue Rebase": "Continuar fusión mediante cambio de base",
|
||||
"Continuing Rebase...": "Continuando fusión mediante cambio de base...",
|
||||
"Could not clone your repository as Git is not installed.": "No se pudo clonar el repositorio porque GIT no está instalado.",
|
||||
"Create Empty Commit": "Crear \"commit\" vacío",
|
||||
"Create new branch from...": "Crear rama a partir de...",
|
||||
"Create new branch...": "Crear rama...",
|
||||
"Current": "Actual",
|
||||
"Current commit message only contains whitespace characters": "El mensaje de confirmación actual solo contiene espacios en blanco.",
|
||||
"Delete Branch": "Borrar rama",
|
||||
"Delete File": "Eliminar archivo",
|
||||
"Delete Files": "Eliminar archivos",
|
||||
"Delete file": "Eliminar archivo",
|
||||
"Deleted": "Eliminado",
|
||||
"Discard 1 File": "Descartar un archivo",
|
||||
"Discard 1 Tracked File": "Descartar un archivo con seguimiento",
|
||||
"Discard All {0} Files": "Descartar todos los archivos ({0})",
|
||||
"Discard Changes": "Descartar cambios",
|
||||
"Discard {0} Tracked Files": "Descartar {0} archivos con seguimiento",
|
||||
"Don\\'t Pull": "No incorporar cambios con \"pull\"",
|
||||
"Don\\'t Show Again": "No volver a mostrar",
|
||||
"Download Git": "Descargar Git",
|
||||
"Email": "Correo electrónico",
|
||||
"Enables the following features: {0}": "Enables the following features: {0}",
|
||||
"Failed to authenticate to git remote.": "No se pudo autenticar en GIT remoto.",
|
||||
"Failed to authenticate to git remote:\\n\\n{0}": "No se pudo autenticar en GIT remoto:\\n\\n{0}",
|
||||
"File \"{0}\" was deleted by them and modified by us.\\n\\nWhat would you like to do?": "Ellos eliminaron el archivo \"{0}\" y nosotros lo modificamos.\\n\\n¿Qué quiere hacer?",
|
||||
"File \"{0}\" was deleted by us and modified by them.\\n\\nWhat would you like to do?": "Nosotros eliminamos el archivo \"{0}\" y ellos lo modificaron.\\n\\n¿Qué quiere hacer?",
|
||||
"Force Checkout": "Forzar extracción del repositorio",
|
||||
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "No está permitido forzar envío de cambios, habilite la opción mediante el control \"git.allowForcePush\".",
|
||||
"Git History": "Historia de Git",
|
||||
"Git error": "Error de GIT",
|
||||
"Git local working changes": "Cambios de trabajo locales de Git",
|
||||
"Git not found. Install it or configure it using the \"git.path\" setting.": "Git no encontrado. Instálelo o configúrelo mediante el valor \"git.path\".",
|
||||
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "Se encontraron repositorios Git en las carpetas primarias del área de trabajo o en los archivos abiertos. ¿Desea abrir los repositorios?",
|
||||
"Git: {0}": "GIT: {0}",
|
||||
"HEAD version of \"{0}\" is not available.": "La versión HEAD de \"{0}\" no está disponible.",
|
||||
"Ignored": "Omitido",
|
||||
"Incoming": "Entrante",
|
||||
"Index Added": "Índice añadido",
|
||||
"Index Copied": "Índice copiado",
|
||||
"Index Deleted": "Índice Eliminado",
|
||||
"Index Modified": "Índice modificado",
|
||||
"Index Renamed": "Nombre de Índice Cambiado",
|
||||
"Initialize Repository": "Inicializar el repositorio",
|
||||
"Intent to Add": "Intención de añadir",
|
||||
"Intent to Rename": "Intención de cambiar el nombre",
|
||||
"Invalid branch name": "Nombre de rama no válido",
|
||||
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "Parece que la rama actual \"{0}\" puede haberse reajustado. ¿Seguro que aún quiere incorporarlo?",
|
||||
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "Parece que la rama actual puede haberse fusionado mediante cambio de base con \"rebase\". ¿Seguro que aún quiere incorporar los cambios en esta mediante \"pull\"?",
|
||||
"It\\'s not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "No es posible cambiar el mensaje de confirmación en medio de una fusión mediante cambio de base. Complete la operación de fusionar mediante cambio de base y fusione de forma interactiva.",
|
||||
"Keep Our Version": "Mantener nuestra versión",
|
||||
"Keep Their Version": "Mantener la versión de ellos",
|
||||
"Learn More": "Más información",
|
||||
"Log level: {0}": "Nivel de registro: {0}",
|
||||
"Make sure you configure your \"user.name\" and \"user.email\" in git.": "Asegúrese de configurar los valores de \"user.name\" y \"user.email\" en git.",
|
||||
"Manage Unsafe Repositories": "Administrar repositorios no seguros",
|
||||
"Merge Changes": "Fusionar cambios mediante combinación",
|
||||
"Message": "Mensaje",
|
||||
"Message (commit on \"{0}\")": "Mensaje (confirmar en \"{0}\")",
|
||||
"Message ({0} to commit on \"{1}\")": "Mensaje ({0} para confirmar en \"{1}\")",
|
||||
"Message ({0} to commit)": "Mensaje ({0} para confirmar)",
|
||||
"Migrate Changes": "Migrar cambios",
|
||||
"Modified": "Modificado",
|
||||
"Never": "Nunca",
|
||||
"No": "No",
|
||||
"No rebase in progress.": "No hay ninguna fusión mediante cambio de base \"rebase\" en curso.",
|
||||
"OK": "Aceptar",
|
||||
"OK, Don\\'t Ask Again": "Vale, no volver a preguntar",
|
||||
"OK, Don\\'t Show Again": "Vale, no volver a mostrar",
|
||||
"Open": "Abrir",
|
||||
"Open Comparison": "Abrir comparación",
|
||||
"Open Git Log": "Abrir registro de GIT",
|
||||
"Open Merge": "Ejecutar combinación",
|
||||
"Open Repositories In Parent Folders": "Abrir repositorios en carpetas principales",
|
||||
"Open Repository": "Abrir repositorio",
|
||||
"Open in New Window": "Abrir en una ventana nueva",
|
||||
"Optionally provide a stash message": "Opcionalmente, proporcionar un mensaje para el guardado provisional",
|
||||
"Passphrase": "Frase de contraseña",
|
||||
"Pick a branch to pull from": "Seleccionar una rama de la que extraer",
|
||||
"Pick a provider to publish the branch \"{0}\" to:": "Seleccione un proveedor para publicar la rama \"{0}\":",
|
||||
"Pick a remote to publish the branch \"{0}\" to:": "Seleccionar un elemento remoto para publicar la rama \"{0}\":",
|
||||
"Pick a remote to pull the branch from": "Seleccione un origen remoto desde el que extraer la rama",
|
||||
"Pick a remote to remove": "Seleccione un remoto para quitar",
|
||||
"Pick a repository to mark as safe and open": "Elegir un repositorio para marcarlo como seguro y abierto",
|
||||
"Pick a repository to open": "Elija un repositorio para abrir",
|
||||
"Pick a repository to reopen": "Pick a repository to reopen",
|
||||
"Pick a stash to apply": "Elegir un cambio guardado provisionalmente para aplicarlo",
|
||||
"Pick a stash to drop": "Escoja una copia intermedia para eliminar",
|
||||
"Pick a stash to pop": "Elija un cambio guardado provisionalmente para aplicarlo y quitarlo",
|
||||
"Pick workspace folder to initialize git repo in": "Seleccione una carpeta de área de trabajo en la que inicializar el repositorio de git",
|
||||
"Please check out a branch to push to a remote.": "Extraiga del repositorio una rama para insertar un remoto.",
|
||||
"Please clean your repository working tree before checkout.": "Limpie el árbol de trabajo del repositorio antes de la desprotección.",
|
||||
"Please provide a commit message": "Proporcione un mensaje de confirmación",
|
||||
"Please provide a message to annotate the tag": "Por favor, especifique un mensaje para anotar la etiqueta",
|
||||
"Please provide a new branch name": "Proporcione un nuevo nombre de rama",
|
||||
"Please provide a remote name": "Proporcione un nombre de remoto",
|
||||
"Please provide a tag name": "Por favor proporcione un nombre para la etiqueta ",
|
||||
"Please provide the commit hash": "Proporcione el hash de \"commit\".",
|
||||
"Publish Branch": "Publicar rama",
|
||||
"Publish Branch \"{0}\"/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Publicar Branch \"{0}\"",
|
||||
"Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Publicar Branch",
|
||||
"Publish to {0}": "Publicar en {0}",
|
||||
"Publish to...": "Publicar en...",
|
||||
"Publishing Branch \"{0}\".../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Publicando Branch \"{0}\"...",
|
||||
"Publishing Branch.../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Publicando Branch...",
|
||||
"Pull": "Incorporación de cambios",
|
||||
"Pull {0} and push {1} commits between {2}/{3}": "Hacer \"pull\" de {0} y \"push\" de {1} \"commits\" entre {2}/{3}",
|
||||
"Pull {0} commits from {1}/{2}": "Hacer \"pull\" en {0} \"commits\" de {1}/{2}",
|
||||
"Push {0} commits to {1}/{2}": "Hacer \"push\" en {0} \"commits\" a {1}/{2}",
|
||||
"Rebasing": "Creando una nueva base",
|
||||
"Remote \"{0}\" already exists.": "El remoto \"{0}\" ya existe.",
|
||||
"Remote branch at {0}": "Rama remota en {0}",
|
||||
"Remote name": "Nombre de remoto",
|
||||
"Remote name format invalid": "Formato de nombre de remoto no válido",
|
||||
"Reopen Closed Repositories": "Reopen Closed Repositories",
|
||||
"Replace Local Tag(s)": "Reemplazar etiqueta(s) local(es)",
|
||||
"Restore file": "Restaurar archivo",
|
||||
"Restore files": "Restaurar archivos",
|
||||
"Save All & Commit": "Guardar todo y confirmar",
|
||||
"Save All & Stash": "Guardar todo y aplicar \"stash\"",
|
||||
"Select a branch or tag to checkout": "Seleccionar una rama o etiqueta para extraer del repositorio",
|
||||
"Select a branch to checkout in detached mode": "Seleccionar una rama para desproteger en modo desasociado",
|
||||
"Select a branch to delete": "Seleccione una rama para borrar",
|
||||
"Select a branch to merge from": "Seleccione una rama desde la que fusionar",
|
||||
"Select a branch to rebase onto": "Seleccionar una rama en la que fusionar mediante \"rebase\"",
|
||||
"Select a ref to create the branch from": "Seleccione una referencia desde la cual se creará la rama",
|
||||
"Select a remote to delete a tag from": "Seleccione un control remoto para eliminar una etiqueta",
|
||||
"Select a remote to fetch": "Seleccionar un repositorio remoto para capturar",
|
||||
"Select a tag to delete": "Seleccione una etiqueta para eliminar",
|
||||
"Select as Repository Destination": "Seleccionar como destino del repositorio",
|
||||
"Show Changes": "Mostrar los cambios",
|
||||
"Show Command Output": "Mostrar salida del comando",
|
||||
"Skipped found git in: \"{0}\"": "Git omitido encontrado en: \"{0}\"",
|
||||
"Staged Changes": "Cambios \"staged\"",
|
||||
"Stash & Checkout": "Guardar provisionalmente y extraer del repositorio",
|
||||
"Stash Anyway": "Guardar provisionalmente de todos modos",
|
||||
"Stash message": "Mensaje para el guardado provisional",
|
||||
"Stashed Changes": "Cambios guardados provisionalmente",
|
||||
"Successfully pushed.": "Push realizado con éxito.",
|
||||
"Synchronize Changes": "Sincronizar cambios",
|
||||
"Synchronizing Changes...": "Sincronizando cambios...",
|
||||
"Syncing. Cancelling may cause serious damages to the repository": "Sincronizando. La cancelación puede provocar daños graves en el repositorio.",
|
||||
"Tag at {0}": "Etiqueta en {0}",
|
||||
"Tag name": "Nombre de etiqueta",
|
||||
"The \"{0}\" repository has {1} submodules which won\\'t be opened automatically. You can still open each one individually by opening a file within.": "El repositorio \"{0}\" tiene {1} submódulos que no se abrirán automáticamente. Usted todavía puede abrir cada archivo individualmente.",
|
||||
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "La rama \"{0}\" no tiene ninguna rama remota. ¿Quiere publicar esta rama?",
|
||||
"The branch \"{0}\" is not fully merged. Delete anyway?": "La rama \"{0}\" no está totalmente combinada. ¿Eliminar de todos modos?",
|
||||
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "La rama actual no está publicada en remoto. ¿Le gustaría publicarla para acceder a sus cambios en otro lugar?",
|
||||
"The following file has unsaved changes which won\\'t be included in the commit if you proceed: {0}.\\n\\nWould you like to save it before committing?": "El siguiente archivo tiene cambios no guardados que no se incluirán en la confirmación si continúa: {0}.\\n\\n¿Desea guardarlos antes de confirmar?",
|
||||
"The following file has unsaved changes which won\\'t be included in the stash if you proceed: {0}.\\n\\nWould you like to save it before stashing?": "El archivo siguiente tiene cambios no guardados que no se incluirán en el \"stash\" si continúa: {0}.\\n\\n¿Quiere guardarlo antes de aplicar \"stash\"?",
|
||||
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "El siguiente archivo sin seguimiento se ELIMINARÁ DEL DISCO si se descarta: {0}.",
|
||||
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "Los repositorios GIT de la carpeta actual son potencialmente inseguros, ya que las carpetas pertenecen a alguien que no es el usuario actual.",
|
||||
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "El repositorio Git \"{0}\" contiene muchos cambios activos, solamente un subconjunto de las características de Git serán habilitadas.",
|
||||
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "El repositorio GIT de la carpeta actual es potencialmente inseguro, ya que la carpeta pertenece a alguien que no es el usuario actual.",
|
||||
"The last commit was a merge commit. Are you sure you want to undo it?": "La última confirmación fue una confirmación de fusión mediante combinación. ¿Seguro que quiere deshacerla?",
|
||||
"The new branch will be \"{0}\"": "La nueva rama será \"{0}\"",
|
||||
"The repository does not have any commits. Please make an initial commit before creating a stash.": "El repositorio no tiene ninguna confirmación. Realice una confirmación inicial antes de crear un almacenamiento provisional.",
|
||||
"The selection range does not contain any changes.": "El intervalo de selección no contiene ningún cambio.",
|
||||
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "La instancia \"{0}\" de Git instalada tiene problemas conocidos. Actualice a Git >= 2.27 para que las características funcionen correctamente.",
|
||||
"There are merge conflicts. Resolve them before committing.": "Hay conflictos de fusión. Resuelvalos antes de confirmar.",
|
||||
"There are no available repositories": "No hay repositorios disponibles",
|
||||
"There are no changes to commit.": "No hay cambios para confirmar.",
|
||||
"There are no changes to stash.": "No existen cambios para el guardado provisional.",
|
||||
"There are no staged changes to commit.\\n\\nWould you like to stage all your changes and commit them directly?": "No hay cambios \"staged\" para hacer \"commit\".\\n\\n¿Quiere agregar al \"stage\" todos los cambios y hacer \"commit\" de estos directamente?",
|
||||
"There are no staged changes to stash.": "No hay ningún cambio guardado provisionalmente para confirmar.",
|
||||
"There are no stashes in the repository.": "No hay cambios guardados provisionalmente en el repositorio.",
|
||||
"There are {0} unsaved files.\\n\\nWould you like to save them before committing?": "Hay {0} archivos sin guardar.\\n\\n¿Quiere guardarlos antes de confirmar?",
|
||||
"There are {0} unsaved files.\\n\\nWould you like to save them before stashing?": "Hay {0} archivos sin guardar.\\n\\n¿Quiere guardarlos antes de aplicar \"stash\"?",
|
||||
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "Hay {0} archivos sin seguimiento que se ELIMINARÁN DEL DISCO si se descartan.",
|
||||
"There were merge conflicts while applying the stash.": "Hubo conflictos de fusión al aplicar el cambio provisional.",
|
||||
"This action will pull and push commits from and to \"{0}/{1}\".": "Esta acción extraerá e insertará confirmaciones desde y hacia \"{0}/{1}\".",
|
||||
"This repository has no remotes configured to fetch from.": "El repositorio no tiene remotos configurados de los que recuperar.",
|
||||
"This will DELETE {0} untracked files!\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST.": "¡Esto ELIMINARÁ {0} archivos sin seguimiento!\\n¡Esta acción es IRREVERSIBLE!\\nEstos archivos SE PERDERÁN PARA SIEMPRE.",
|
||||
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "Esto creará un repositorio Git en \"{0}\". ¿Está seguro de que quiere continuar?",
|
||||
"Too many changes were detected. Only the first {0} changes will be shown below.": "Se detectaron demasiados cambios. A continuación solo se mostrarán los primeros {0} cambios.",
|
||||
"Unable to pull from remote repository due to conflicting tag(s): {0}. Would you like to resolve the conflict by replacing the local tag(s)?": "No se puede extraer del repositorio remoto debido a etiquetas en conflicto: {0}. ¿Desea resolver el conflicto reemplazando la(s) etiqueta(s) local(es)?",
|
||||
"Uncommitted Changes": "Cambios pendientes de confirmación",
|
||||
"Undo merge commit": "Deshacer la confirmación de fusión mediante combinación",
|
||||
"Untracked": "Sin seguimiento",
|
||||
"Untracked Changes": "Cambios sin seguimiento",
|
||||
"Update Git": "Actualizar GIT",
|
||||
"Using git \"{0}\" from \"{1}\"": "Usando GIT “{0}” desde “{1}”",
|
||||
"Validating found git in: \"{0}\"": "La validación encontró GIT en: “{0}“",
|
||||
"Would you like to add \"{0}\" to .gitignore?": "¿Quiere añadir \"{0}\" a .gitignore?",
|
||||
"Would you like to open the cloned repository, or add it to the current workspace?": "¿Desea abrir el repositorio clonado, o añadir al área de trabajo actual?",
|
||||
"Would you like to open the cloned repository?": "¿Desea abrir el repositorio clonado?",
|
||||
"Would you like to open the initialized repository, or add it to the current workspace?": "¿Desea abrir el repositorio inicializado, o añadir al área de trabajo actual?",
|
||||
"Would you like to open the initialized repository?": "¿Desea abrir el repositorio inicializado?",
|
||||
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "¿Te gustaría que {0} [ejecute la “recuperación de cambios de Git” periódicamente]({1})?",
|
||||
"Yes": "Sí",
|
||||
"Yes, Don\\'t Show Again": "Sí, no volver a mostrar",
|
||||
"You": "Usted",
|
||||
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\\n\\nAre you sure to continue?": "Está a punto de confirmar los cambios sin comprobación, lo que omite los enlaces previos a la confirmación y puede no ser deseable.\\n\\n¿Seguro que quiere continuar?",
|
||||
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\\n\\nAre you sure to continue?": "Está a punto de forzar el envío de cambios mediante \"push\". Esta acción puede resultar destructiva y sobrescribir involuntariamente los cambios realizados por otros usuarios.\\n\\n¿Seguro que quiere continuar?",
|
||||
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\\n\\nHow would you like to proceed?": "Está intentando confirmar en una rama protegida y es posible que no tenga permiso para insertar las confirmaciones en el remoto.\\n\\n¿Cómo quiere continuar?",
|
||||
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "Parece que tiene instalado GIT “{0}”. El código funciona mejor con GIT >= 2",
|
||||
"Your local changes would be overwritten by checkout.": "Los cambios locales se sobrescribirán al extraer del repositorio.",
|
||||
"Your repository has no remotes configured to publish to.": "El repositorio no tiene remotos configurados en los que publicar.",
|
||||
"Your repository has no remotes configured to pull from.": "El repositorio no tiene remotos configurados de los que extraer.",
|
||||
"Your repository has no remotes configured to push to.": "El repositorio no tiene remotos configurados en los que insertar.",
|
||||
"Your repository has no remotes.": "Su repositorio no tiene remotos.",
|
||||
"no": "no",
|
||||
"yes": "sí",
|
||||
"{0} (Deleted)": "{0} (eliminado)",
|
||||
"{0} (Index)": "{0} (índice)",
|
||||
"{0} (Intent to add)": "{0} (Intención de añadir)",
|
||||
"{0} (Ours)": "{0} (Nuestro)",
|
||||
"{0} (Theirs)": "{0} (el suyo)",
|
||||
"{0} (Untracked)": "{0} (Sin seguimiento)",
|
||||
"{0} (Working Tree)": "{0} (árbol de trabajo)",
|
||||
"{0} ({1})": "{0} ({1})",
|
||||
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔{0} ({2})",
|
||||
"{0} Commit": "{0} Confirmación",
|
||||
"{0} Commit & Push": "{0} Hacer \"commit\" e insertar",
|
||||
"{0} Commit & Sync": "{0} Hacer \"commit\" y sincronizar",
|
||||
"{0} Continue": "{0} Continuar",
|
||||
"{0} Fetch all remotes": "{0} Capturar todos los repositorios remotos",
|
||||
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Publicar Branch",
|
||||
"{0} Sync Changes{1}{2}": "{0} Sincronizar cambios {1}{2}",
|
||||
"{0} characters left in current line": "quedan {0} caracteres en la línea actual",
|
||||
"{0} characters over {1} in current line": "{0} caracteres sobre {1} en la línea actual",
|
||||
"{0} ↔ {1}": "{0} ↔ {1}",
|
||||
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\n\\nEsta acción es IRREVERSIBLE. Su espacio de trabajo actual SE PERDERÁ PARA SIEMPRE."
|
||||
},
|
||||
"package": {
|
||||
"colors.added": "Color de los recursos agregados.",
|
||||
"colors.conflict": "Color para los recursos con conflictos.",
|
||||
"colors.deleted": "Color para los recursos eliminados.",
|
||||
"colors.ignored": "Color para los recursos ignorados.",
|
||||
"colors.modified": "Color para recursos modificados.",
|
||||
"colors.renamed": "Color para los recursos que se han cambiado de nombre o se han copiado.",
|
||||
"colors.stageDeleted": "Color de los recursos eliminados que se han almacenado provisionalmente.",
|
||||
"colors.stageModified": "Color de los recursos modificados que se han almacenado provisionalmente.",
|
||||
"colors.submodule": "Color para los recursos de submódulos.",
|
||||
"colors.untracked": "Color para los recursos a los que no se les hace seguimiento.",
|
||||
"command.addRemote": "Agregar remoto...",
|
||||
"command.api.getRemoteSources": "Obtener orígenes remotos",
|
||||
"command.api.getRepositories": "Obtener repositorios",
|
||||
"command.api.getRepositoryState": "Obtener estado del repositorio",
|
||||
"command.branch": "Crear rama...",
|
||||
"command.branchFrom": "Crear rama desde...",
|
||||
"command.checkout": "Desproteger en...",
|
||||
"command.checkoutDetached": "Extraer del repositorio en (desasociado)...",
|
||||
"command.cherryPick": "Selección exclusiva...",
|
||||
"command.clean": "Descartar cambios",
|
||||
"command.cleanAll": "Descartar todos los cambios",
|
||||
"command.cleanAllTracked": "Descartar todos los cambios a los que se les realiza seguimiento",
|
||||
"command.cleanAllUntracked": "Descartar todos los cambios a los que no se está haciendo seguimiento",
|
||||
"command.clone": "Clonar",
|
||||
"command.cloneRecursive": "Clonar (recursivo)",
|
||||
"command.close": "Cerrar repositorio",
|
||||
"command.closeAllDiffEditors": "Cerrar todos los editores de diferencias",
|
||||
"command.commit": "\"Commit\"",
|
||||
"command.commitAll": "Confirmar todo",
|
||||
"command.commitAllAmend": "Confirmar todo (modificar)",
|
||||
"command.commitAllAmendNoVerify": "Confirmar todo (modificar, no comprobar)",
|
||||
"command.commitAllNoVerify": "Confirmar todo (no comprobar)",
|
||||
"command.commitAllSigned": "Confirmar todo (aprobado)",
|
||||
"command.commitAllSignedNoVerify": "Confirmar todo (aprobado, no comprobar)",
|
||||
"command.commitEmpty": "Confirmar vacío",
|
||||
"command.commitEmptyNoVerify": "Confirmar vacíos (no comprobar)",
|
||||
"command.commitMessageAccept": "Aceptar mensaje de confirmación",
|
||||
"command.commitMessageDiscard": "Descartar mensaje de confirmación",
|
||||
"command.commitNoVerify": "Confirmar (no comprobar)",
|
||||
"command.commitStaged": "Confirmar elementos almacenados provisionalmente",
|
||||
"command.commitStagedAmend": "Confirmar almacenados provisionalmente (modificar)",
|
||||
"command.commitStagedAmendNoVerify": "Confirmar almacenados provisionalmente (modificar, no comprobar)",
|
||||
"command.commitStagedNoVerify": "Confirmar almacenados provisionalmente (no comprobar)",
|
||||
"command.commitStagedSigned": "Confirmar por etapas (Aprobado)",
|
||||
"command.commitStagedSignedNoVerify": "Confirmar almacenados provisionalmente (aprobado, no comprobar)",
|
||||
"command.continueInLocalClone": "Clonar repositorio localmente y abrir en escritorio...",
|
||||
"command.continueInLocalClone.qualifiedName": "Seguir trabajando en el nuevo clon local",
|
||||
"command.createTag": "Crear etiqueta",
|
||||
"command.deleteBranch": "Borrar rama...",
|
||||
"command.deleteRemoteTag": "Eliminar etiqueta remota",
|
||||
"command.deleteTag": "Eliminar etiqueta",
|
||||
"command.fetch": "Capturar",
|
||||
"command.fetchAll": "Capturar desde todos los remotos",
|
||||
"command.fetchPrune": "Fetch (capturar)",
|
||||
"command.git.acceptMerge": "Completar la fusión mediante combinación",
|
||||
"command.git.openMergeEditor": "Resolver en el Editor de combinación",
|
||||
"command.git.runGitMerge": "Conflictos de proceso con GIT",
|
||||
"command.git.runGitMergeDiff3": "Conflictos de proceso con Git (Diff3)",
|
||||
"command.ignore": "Añadir a .gitignore",
|
||||
"command.init": "Inicializar el repositorio",
|
||||
"command.manageUnsafeRepositories": "Administrar repositorios no seguros",
|
||||
"command.merge": "Fusionar rama...",
|
||||
"command.mergeAbort": "Anular combinación",
|
||||
"command.openAllChanges": "Abrir todos los cambios",
|
||||
"command.openChange": "Abrir cambios",
|
||||
"command.openFile": "Abrir archivo",
|
||||
"command.openHEADFile": "Abrir archivo (HEAD)",
|
||||
"command.openRepositoriesInParentFolders": "Abrir repositorios en carpetas principales",
|
||||
"command.openRepository": "Abrir repositorio",
|
||||
"command.publish": "Publicar rama...",
|
||||
"command.pull": "Incorporar cambios (\"pull\")",
|
||||
"command.pullFrom": "Extraer de...",
|
||||
"command.pullRebase": "Incorporación de cambios (fusionar mediante cambio de base)",
|
||||
"command.push": "Insertar",
|
||||
"command.pushFollowTags": "Insertar (seguir etiquetas)",
|
||||
"command.pushFollowTagsForce": "Insertar (seguir etiquetas, forzar)",
|
||||
"command.pushForce": "Envío de cambios (forzar)",
|
||||
"command.pushTags": "Hacer \"push\" en las etiquetas",
|
||||
"command.pushTo": "Insertar en...",
|
||||
"command.pushToForce": "Insertar en... (Forzar)",
|
||||
"command.rebase": "Fusionar la rama mediante \"rebase\"...",
|
||||
"command.rebaseAbort": "Anular fusión mediante cambio de base",
|
||||
"command.refresh": "Actualizar",
|
||||
"command.removeRemote": "Quitar remoto",
|
||||
"command.rename": "Cambiar nombre",
|
||||
"command.renameBranch": "Renombrar Rama...",
|
||||
"command.reopenClosedRepositories": "Reopen Closed Repositories...",
|
||||
"command.restoreCommitTemplate": "Restaurar plantilla de confirmación",
|
||||
"command.revealFileInOS.linux": "Abrir carpeta contenedora",
|
||||
"command.revealFileInOS.mac": "Revelar en Finder",
|
||||
"command.revealFileInOS.windows": "Mostrar en el Explorador de archivos",
|
||||
"command.revealInExplorer": "Mostrar en la vista Explorador",
|
||||
"command.revertChange": "Revertir el cambio",
|
||||
"command.revertSelectedRanges": "Revertir los intervalos seleccionados",
|
||||
"command.showOutput": "Mostrar salida de GIT",
|
||||
"command.stage": "Almacenar cambios provisionalmente",
|
||||
"command.stageAll": "Almacenar todos los cambios",
|
||||
"command.stageAllMerge": "Almacenar provisionalmente todos los cambios fusionados mediante combinación",
|
||||
"command.stageAllTracked": "Realizar copia intermedia de todos los cambios rastreados",
|
||||
"command.stageAllUntracked": "Realizar copia intermedia de todos los cambios sin seguimiento",
|
||||
"command.stageChange": "Cambiar etapa",
|
||||
"command.stageSelectedRanges": "Realizar copia intermedia de los intervalos seleccionados",
|
||||
"command.stash": "Guardar provisionalmente",
|
||||
"command.stashApply": "Aplicar cambio guardados provisionalmente",
|
||||
"command.stashApplyLatest": "Aplicar últimos cambios guardados provisionalmente",
|
||||
"command.stashDrop": "Descartar cambios guardados provisionalmente...",
|
||||
"command.stashDropAll": "Quitar todos los cambios guardados provisionalmente...",
|
||||
"command.stashIncludeUntracked": "Guardar provisionalmente (Incluir sin seguimiento)",
|
||||
"command.stashPop": "Aplicar y quitar cambios guardados provisionalmente...",
|
||||
"command.stashPopLatest": "Aplicar y quitar últimos cambios guardados provisionalmente...",
|
||||
"command.stashStaged": "Guardar provisionalmente",
|
||||
"command.sync": "Sincronizar",
|
||||
"command.syncRebase": "Sincronizar (Rebase)",
|
||||
"command.timelineCompareWithSelected": "Comparar con seleccionados",
|
||||
"command.timelineCopyCommitId": "Copiar ID de confirmación",
|
||||
"command.timelineCopyCommitMessage": "Copiar mensaje de confirmación",
|
||||
"command.timelineOpenDiff": "Abrir cambios",
|
||||
"command.timelineSelectForCompare": "Seleccionar para comparar",
|
||||
"command.undoCommit": "Deshacer última confirmación",
|
||||
"command.unstage": "Cancelar almacenamiento provisional de los cambios",
|
||||
"command.unstageAll": "Cancelar almacenamiento provisional de todos los cambios",
|
||||
"command.unstageSelectedRanges": "Cancelar almacenamiento provisional de los intervalos seleccionados",
|
||||
"config.allowForcePush": "Controla si está habilitada la opción de forzar envío de cambios (con o sin concesión).",
|
||||
"config.allowNoVerifyCommit": "Controla si se permiten las confirmaciones sin ejecutar enlaces previos a la confirmación y de mensajes de confirmación.",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "Permitir siempre el grupo de recursos Cambios almacenados provisionalmente.",
|
||||
"config.alwaysSignOff": "Controla el indicador de firma para todos los commits",
|
||||
"config.autoRepositoryDetection": "Configura cuándo los repositorios deben detectarse automáticamente.",
|
||||
"config.autoRepositoryDetection.false": "Desactivar el escaneado automático de repositorio.",
|
||||
"config.autoRepositoryDetection.openEditors": "Buscar por carpetas padre de los archivos abiertos.",
|
||||
"config.autoRepositoryDetection.subFolders": "Buscar por subcarpetas de la carpeta actualmente abierta.",
|
||||
"config.autoRepositoryDetection.true": "Buscar por ambas subcarpetas de la carpeta abierta actual y carpetas padre de archivos abiertos.",
|
||||
"config.autoStash": "Guarde cualquier cambio antes de insertar y restaurarlos cuando la inserción se haya completado correctamente.",
|
||||
"config.autofetch": "Cuando se establece en true, se aplica \"fetch\" a los \"commits\" de forma automática para recuperar los cambios del elemento remoto predeterminado del repositorio GIT actual. Si se establece en \"all\" se recuperan los cambios con \"fetch\" de todos los elementos remotos.",
|
||||
"config.autofetchPeriod": "Duración en segundos entre cada búsqueda de GIT automática, cuando se habilita \"git.autofetch\".",
|
||||
"config.autorefresh": "Si la actualización automática es habilitada.",
|
||||
"config.branchPrefix": "Prefijo usado al crear una rama nueva.",
|
||||
"config.branchProtection": "Lista de ramas protegidas. De forma predeterminada, se muestra un mensaje antes de que se confirmen los cambios en una rama protegida. El mensaje se puede controlar mediante la configuración '#git.branchProtectionPrompt#'.",
|
||||
"config.branchProtectionPrompt": "Controla si se muestra un mensaje antes de confirmar los cambios en una rama protegida.",
|
||||
"config.branchProtectionPrompt.alwaysCommit": "Confirmar siempre los cambios en la rama protegida.",
|
||||
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "Confirmar siempre los cambios en una rama nueva.",
|
||||
"config.branchProtectionPrompt.alwaysPrompt": "Preguntar siempre antes de que los cambios se confirmen en una rama protegida.",
|
||||
"config.branchRandomNameDictionary": "Lista de diccionarios usados para el nombre de rama generado aleatoriamente. Cada valor representa el diccionario usado para generar el segmento del nombre de rama. Diccionarios admitidos: \"adjetivos\", \"animales\", \"colores\" y \"números\".",
|
||||
"config.branchRandomNameDictionary.adjectives": "Un adjetivo aleatorio",
|
||||
"config.branchRandomNameDictionary.animals": "Un nombre de animal aleatorio",
|
||||
"config.branchRandomNameDictionary.colors": "Un nombre de color aleatorio",
|
||||
"config.branchRandomNameDictionary.numbers": "Un número aleatorio entre 100 y 999",
|
||||
"config.branchRandomNameEnable": "Controla si se genera un nombre aleatorio al crear una rama nueva.",
|
||||
"config.branchSortOrder": "Controla el criterio de ordenación de las bifurcaciones.",
|
||||
"config.branchValidationRegex": "Una expresión regular para validar nuevos nombres de rama.",
|
||||
"config.branchWhitespaceChar": "Carácter que reemplazará los espacios en blanco en los nuevos nombres de rama y para separar los segmentos de un nombre de rama generado aleatoriamente.",
|
||||
"config.checkoutType": "Controla qué tipo de referencias GIT aparecen en la lista al ejecutar \"Extraer del repositorio en...\" .",
|
||||
"config.checkoutType.local": "Ramas locales",
|
||||
"config.checkoutType.remote": "Ramas remotas",
|
||||
"config.checkoutType.tags": "Etiquetas",
|
||||
"config.closeDiffOnOperation": "Controla si el editor de diferencias debe cerrarse automáticamente cuando los cambios se guardan provisionalmente, se confirman, se descartan, se almacenan provisionalmente o se quitan.",
|
||||
"config.commandsToLog": "Lista de comandos git (p. ej., commit, push) que tendrían `stdout` registrado en el [git output](command:git.showOutput). Si el comando git tiene configurado un enlace del lado cliente, el enlace del lado cliente `stdout` también se registrará en el [git output](command:git.showOutput).",
|
||||
"config.confirmEmptyCommits": "Confirme siempre la creación de confirmaciones vacías para el comando \"Git: Commit Empty\".",
|
||||
"config.confirmForcePush": "Controla si va a solicitar confirmación antes de forzar envío de cambios.",
|
||||
"config.confirmNoVerifyCommit": "Controla si se debe pedir confirmación antes de ejecutar sin comprobación.",
|
||||
"config.confirmSync": "Confirmar antes de sincronizar repositorios GIT.",
|
||||
"config.countBadge": "Controla la insignia de recuento de Git.",
|
||||
"config.countBadge.all": "Recuento de todos los cambios.",
|
||||
"config.countBadge.off": "Desactive el contador.",
|
||||
"config.countBadge.tracked": "Recuento solo de los cambios de los que se ha realizado seguimiento.",
|
||||
"config.decorations.enabled": "Controla si GIT aporta colores y distintivos al explorador y a la vista Editores abiertos.",
|
||||
"config.defaultBranchName": "Nombre de la rama predeterminada (p. ej., main, trunk, development) al inicializar un nuevo repositorio de GIT. Cuando se establece en vacío, se usa el nombre de rama predeterminado configurado en GIT.",
|
||||
"config.defaultCloneDirectory": "La ubicación predeterminada en la que se clona un repositorio de GIT.",
|
||||
"config.detectSubmodules": "Controla si se detectan automáticamente los submódulos Git. ",
|
||||
"config.detectSubmodulesLimit": "Controla el límite de submódulos de git detectados.",
|
||||
"config.discardAllScope": "Controla qué cambios son descartados por el comando 'Descartar todos los cambios'. 'all' descarta todos los cambios. 'tracked' descarta sólo los ficheros en seguimiento. 'prompt' muestra un cuadro de diálogo para confirmar cada vez la acción ejecutada.",
|
||||
"config.enableCommitSigning": "Habilita la firma de \"commit\" con GPG o X.509.",
|
||||
"config.enableSmartCommit": "Confirmar todos los cambios cuando no hay elementos almacenados provisionalmente.",
|
||||
"config.enableStatusBarSync": "Controla si el comando Git Sync aparece en la barra de estado.",
|
||||
"config.enabled": "Si GIT está habilitado.",
|
||||
"config.experimental.installGuide": "Mejoras experimentales para el flujo de configuración de Git.",
|
||||
"config.fetchOnPull": "Cuando esté activado, obtenga todas las ramas al insertar. De lo contrario, obtenga solo la actual.",
|
||||
"config.followTagsWhenSync": "Inserte todas las etiquetas anotadas al ejecutar el comando sync.",
|
||||
"config.ignoreLegacyWarning": "Ignora las advertencias hereradas de GIT.",
|
||||
"config.ignoreLimitWarning": "Ignora la advertencia cuando hay demasiados cambios en un repositorio.",
|
||||
"config.ignoreMissingGitWarning": "Ignora la advertencia cuando falta Git.",
|
||||
"config.ignoreRebaseWarning": "Ignora la advertencia cuando parece que la rama se ha fusionado mediante cambio de base con \"rebase\" durante la incorporación de cambios con \"pull\".",
|
||||
"config.ignoreSubmodules": "Ignore las modificaciones de los submódulos en el árbol de archivos.",
|
||||
"config.ignoreWindowsGit27Warning": "Ignora la advertencia cuando Git 2.25 - 2.26 está instalado en Windows.",
|
||||
"config.ignoredRepositories": "Lista de repositorios GIT que se van a ignorar.",
|
||||
"config.inputValidation": "Controla cuándo mostrar el mensaje de validación de entrada en el contador de entrada.",
|
||||
"config.inputValidationLength": "Controla el umbral de longitud de mensaje de confirmación para mostrar una advertencia.",
|
||||
"config.inputValidationSubjectLength": "Controla el umbral de longitud del asunto del mensaje de confirmación para mostrar una advertencia. Desactívelo para heredar el valor de \"config.inputValidationLength\".",
|
||||
"config.mergeEditor": "Abra el editor de combinación para los archivos que están actualmente en conflicto.",
|
||||
"config.openAfterClone": "Controla si se va a abrir un repositorio de forma automática después de la clonación.",
|
||||
"config.openAfterClone.always": "Abrir siempre en la ventana actual.",
|
||||
"config.openAfterClone.alwaysNewWindow": "Abrir siempre en una ventana nueva.",
|
||||
"config.openAfterClone.prompt": "Solicitar siempre la acción.",
|
||||
"config.openAfterClone.whenNoFolderOpen": "Abrir solo en la ventana actual si no hay ninguna carpeta abierta.",
|
||||
"config.openDiffOnClick": "Controla si el editor diff debe abrirse al hacer clic en un cambio. De lo contrario se abrirá el editor normal.",
|
||||
"config.openRepositoryInParentFolders": "Controlar si se debe abrir un repositorio en carpetas primarias de áreas de trabajo o archivos abiertos.",
|
||||
"config.openRepositoryInParentFolders.always": "Abra siempre un repositorio en carpetas primarias de áreas de trabajo o archivos abiertos.",
|
||||
"config.openRepositoryInParentFolders.never": "Nunca abra un repositorio en carpetas primarias de áreas de trabajo ni archivos abiertos.",
|
||||
"config.openRepositoryInParentFolders.prompt": "Preguntar antes de abrir un repositorio en las carpetas primarias de las áreas de trabajo o abrir archivos.",
|
||||
"config.optimisticUpdate": "Controle si se debe actualizar de manera optimista el estado de la vista Control de código fuente después de ejecutar comandos de Git.",
|
||||
"config.path": "Ruta de acceso y nombre de archivo del archivo ejecutable git; por ejemplo, \"C:\\Program Files\\Git\\bin\\git.exe\" (Windows). También puede ser una matriz de valores de cadena que contiene varias rutas de acceso para buscar.",
|
||||
"config.postCommitCommand": "Ejecuta un comando de git después de una confirmación correcta.",
|
||||
"config.postCommitCommand.none": "No ejecutar ningún comando después de una confirmación.",
|
||||
"config.postCommitCommand.push": "Ejecute \"git push\" después de una confirmación correcta.",
|
||||
"config.postCommitCommand.sync": "Ejecute \"git pull\" y \"git push\" después de una confirmación correcta.",
|
||||
"config.promptToSaveFilesBeforeCommit": "Controla si Git debe comprobar los archivos no guardados antes de confirmar las actualizaciones. ",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "Compruebe si hay archivos sin guardar.",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "Desactive esta comprobación.",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "Compruebe solo si hay archivos preconfigurados sin guardar.",
|
||||
"config.promptToSaveFilesBeforeStash": "Controla si GIT debe comprobar los archivos no guardados antes de guardar los cambios provisionalmente con \"stash\". ",
|
||||
"config.promptToSaveFilesBeforeStash.always": "Compruebe si hay archivos sin guardar.",
|
||||
"config.promptToSaveFilesBeforeStash.never": "Desactive esta comprobación.",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "Compruebe solo si hay archivos preconfigurados sin guardar.",
|
||||
"config.pruneOnFetch": "Eliminar al hacer \"fetch\".",
|
||||
"config.publishBeforeContinueOn": "Controla si se publica el estado de git no publicado cuando se usa Continuar trabajando en desde un repositorio git.",
|
||||
"config.publishBeforeContinueOn.always": "Publicar siempre el estado de git no publicado cuando se usa Continuar trabajando en desde un repositorio git",
|
||||
"config.publishBeforeContinueOn.never": "No publicar nunca el estado de git no publicado cuando se usa Continuar trabajando en desde un repositorio git",
|
||||
"config.publishBeforeContinueOn.prompt": "Preguntar para publicar estado de git no publicado cuando se usa Continuar trabajando en desde un repositorio git",
|
||||
"config.pullBeforeCheckout": "Controla si una rama que no tiene confirmaciones salientes se reenvía rápidamente antes de restaurarse.",
|
||||
"config.pullTags": "Recupere todas las etiquetas al insertar.",
|
||||
"config.rebaseWhenSync": "Forzar que GIT utilice la fusión mediante cambio de base cuando se ejecute el comando de sincronización.",
|
||||
"config.rememberPostCommitCommand": "Recuerde el último comando git que se ejecutó después de una confirmación.",
|
||||
"config.repositoryScanIgnoredFolders": "Lista de carpetas que se ignoran al buscar repositorios Git cuando `#git.autoRepositoryDetection#` se establece como `true` o `subFolders`.",
|
||||
"config.repositoryScanMaxDepth": "Controla la profundidad usada al examinar las carpetas del área de trabajo en busca de repositorios Git cuando \"#git.autoRepositoryDetection#\" está establecido en \"true\" o \"subFolders\". Se puede establecer en \"-1\" para que no haya límite.",
|
||||
"config.requireGitUserConfig": "Controla si se va a requerir una configuración de usuario de GIT explícita o se va a permitir a GIT que la adivine si falta.",
|
||||
"config.scanRepositories": "Lista de rutas en las que buscar repositorios de git.",
|
||||
"config.showActionButton": "Controla si se muestra un botón de acción en la vista Control de código fuente.",
|
||||
"config.showActionButton.commit": "Muestra un botón de acción para confirmar los cambios cuando la rama local haya modificado archivos listos para confirmarse.",
|
||||
"config.showActionButton.publish": "Muestra un botón de acción para publicar la rama local cuando no tiene una rama remota de seguimiento.",
|
||||
"config.showActionButton.sync": "Muestra un botón de acción para sincronizar los cambios cuando la rama local está por delante o detrás de la rama remota.",
|
||||
"config.showCommitInput": "Controla si se va a mostrar la entrada de confirmación en el panel de control de código fuente de GIT.",
|
||||
"config.showInlineOpenFileAction": "Controla si se debe mostrar una acción de archivo abierto en la vista de cambios en Git",
|
||||
"config.showProgress": "Controla si las acciones de git deben mostrar el progreso.",
|
||||
"config.showPushSuccessNotification": "Controla si se va a mostrar una notificación cuando un push es exitoso.",
|
||||
"config.similarityThreshold": "Controla el umbral del índice de similitud (es decir, cantidad de adiciones o eliminaciones en comparación con el tamaño del archivo) para que los cambios de un par de archivos agregados o eliminados se consideren un cambio de nombre.",
|
||||
"config.smartCommitChanges": "Controle qué cambios se realizan automáticamente mediante Smart Commit.",
|
||||
"config.smartCommitChanges.all": "Agregar todos los cambios automáticamente al \"stage\".",
|
||||
"config.smartCommitChanges.tracked": "Solo cambios de seguimiento \"staged\" automáticamente.",
|
||||
"config.statusLimit": "Controla cómo limitar el número de cambios que se pueden analizar desde el comando de estado de Git. Se puede establecer en 0 sin límite.",
|
||||
"config.suggestSmartCommit": "Sugiere habilitar la confirmación inteligente (confirmar todos los cambios cuando no hay cambios \"staged\").",
|
||||
"config.supportCancellation": "Controla si aparece una notificación al ejecutar la acción Sincronizar, que permite al usuario cancelar la operación.",
|
||||
"config.terminalAuthentication": "Controla si debe habilitarse VS Code como controlador de autenticación para los procesos GIT que se generan en el terminal integrado. Nota: Los terminales deben reiniciarse para recoger el cambio en esta configuración.",
|
||||
"config.terminalGitEditor": "Controla si se permite que VS Code sea el editor Git para los procesos Git generados en la terminal integrada. Nota: los terminales deben reiniciarse para recoger un cambio en esta configuración.",
|
||||
"config.timeline.date": "Controla la fecha que se va a usar para los elementos de la vista Escala de tiempo.",
|
||||
"config.timeline.date.authored": "Usar la fecha de creación",
|
||||
"config.timeline.date.committed": "Usar la fecha de confirmación",
|
||||
"config.timeline.showAuthor": "Controla si se va a mostrar el autor del \"commit\" en la vista Escala de tiempo.",
|
||||
"config.timeline.showUncommitted": "Controla si se van a mostrar los cambios no confirmados en la vista Escala de tiempo.",
|
||||
"config.untrackedChanges": "Controla el comportamiento de los cambios a los que no se hace seguimiento.",
|
||||
"config.untrackedChanges.hidden": "Los cambios a los que no se realiza seguimiento se ocultan y se excluyen de varias acciones.",
|
||||
"config.untrackedChanges.mixed": "Todos los cambios, rastreados y no rastreados, aparecen juntos y se comportan por igual.",
|
||||
"config.untrackedChanges.separate": "Los cambios sin seguimiento aparecen por separado en la vista de control de código fuente. También se excluyen de varias acciones.",
|
||||
"config.useCommitInputAsStashMessage": "Controla si se va a usar el mensaje del cuadro de entrada de \"commit\" como mensaje \"stash\" predeterminado.",
|
||||
"config.useEditorAsCommitInput": "Controla si un editor de texto completo será utilizado para crear mensajes de confirmación, siempre que no se proporcione ningún mensaje en el cuadro de entrada de confirmación.",
|
||||
"config.useForcePushWithLease": "Controla si forzar envío de cambios usa variante de forzar con concesión, más segura.",
|
||||
"config.useIntegratedAskPass": "Controla si se debe sobrescribir GIT_ASKPASS para usar la versión integrada.",
|
||||
"config.verboseCommit": "Habilite la salida detallada cuando \"#git.useEditorAsCommitInput#\" esté habilitado.",
|
||||
"description": "Integración Git SCM",
|
||||
"displayName": "GIT",
|
||||
"submenu.branch": "Rama",
|
||||
"submenu.changes": "Cambios",
|
||||
"submenu.commit": "\"Commit\"",
|
||||
"submenu.commit.amend": "Rectificar",
|
||||
"submenu.commit.signoff": "Cerrar sesión",
|
||||
"submenu.explorer": "GIT",
|
||||
"submenu.pullpush": "\"Pull\", \"Push\"",
|
||||
"submenu.remotes": "Remoto",
|
||||
"submenu.stash": "Stash",
|
||||
"submenu.tags": "Etiquetas",
|
||||
"view.workbench.cloneRepository": "Puede clonar un repositorio de forma local.\r\n[Clonar repositorio](command:git.clone 'Clonar un repositorio una vez que la extensión GIT se haya activado')",
|
||||
"view.workbench.learnMore": "Para obtener más información sobre cómo usar GIT y el control de código fuente en VS Code, [lea nuestra documentación](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.closedRepositories": "Git repositories were found that were previously closed.\r\n[Reopen Closed Repositories](command:git.reopenClosedRepositories)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.closedRepository": "A git repository was found that was previously closed.\r\n[Reopen Closed Repository](command:git.reopenClosedRepositories)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.disabled": "Si desea utilizar las características de git, habilite git en su [configuración](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en VS Code [lea nuestros documentos](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.empty": "Para utilizar las características de git, puede abrir una carpeta que contenga un repositorio git o clonarlo desde una dirección URL.\r\n[Abrir carpeta](command:vscode.openFolder)\r\n[Clonar repositorio](command:git.clone)\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en VS Code [lea nuestros documentos](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.emptyWorkspace": "El área de trabajo abierto actualmente no tiene ninguna carpeta que contenga repositorios git.\r\n[Agregue carpeta al espacio de trabajo](command:workbench.action.addRootFolder)\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en VS Code [lea nuestros documentos](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.folder": "La carpeta abierta actualmente no tiene un repositorio git. Puede inicializar un repositorio que habilitará características de control de código fuente con tecnología de git.\r\n[Inicializar repositorio](command:git.init?%5Btrue%5D)\r\n Para obtener más información sobre cómo usar git y el control de código fuente en VS Code [lea nuestra documentación](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.missing": "Instale Git, un conocido sistema de control de código fuente, para realizar un seguimiento de los cambios de código y colaborar con otros usuarios. Obtenga más información en nuestras [guías Git](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.missing.linux": "El control de código fuente depende de la instalación de Git.\r\n[Descargar Git para Linux](https://git-scm.com/download/linux)\r\nDespués de la instalación, [recarga](command:workbench.action.reloadWindow) (o [solucionar problemas](command:git.showOutput)). Se pueden instalar proveedores de control de código fuente adicionales [desde Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).",
|
||||
"view.workbench.scm.missing.mac": "[Descargar Git para macOS](https://git-scm.com/download/mac)\r\nDespués de la instalación, [recarga](command:workbench.action.reloadWindow) (o [solucionar problemas](command:git.showOutput)). Se pueden instalar proveedores de control de código fuente adicionales [desde Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).",
|
||||
"view.workbench.scm.missing.windows": "[Descargar Git para Windows](https://git-scm.com/download/win)\r\nDespués de la instalación, [recarga](command:workbench.action.reloadWindow) (o [solucionar problemas](command:git.showOutput)). Se pueden instalar proveedores de control de código fuente adicionales [desde Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).",
|
||||
"view.workbench.scm.repositoriesInParentFolders": "Se encontraron repositorios git en las carpetas primarias del área de trabajo o en los archivos abiertos.\r\n [Abrir repositorio](command:git.openRepositoriesInParentFolders)\r\n Use la configuración [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) para controlar si se abren repositorios git en carpetas primarias del área de trabajo o archivos abiertos. Para obtener más información [lea nuestros documentos](https://aka.ms/vscode-git-repository-in-parent-folders).",
|
||||
"view.workbench.scm.repositoryInParentFolders": "Se encontró un repositorio git en las carpetas primarias del área de trabajo o en los archivos abiertos.\r\n [Abrir repositorio](command:git.openRepositoriesInParentFolders)\r\nUse la configuración [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) para controlar si se abren repositorios git en carpetas primarias de áreas de trabajo o archivos abiertos. Para obtener más información [lea nuestros documentos](https://aka.ms/vscode-git-repository-in-parent-folders).",
|
||||
"view.workbench.scm.scanFolderForRepositories": "Examinando la carpeta de repositorios git...",
|
||||
"view.workbench.scm.scanWorkspaceForRepositories": "Examinando el área de trabajo en busca de repositorios git...",
|
||||
"view.workbench.scm.unsafeRepositories": "Es posible que los repositorios GIT detectados no sean seguros, ya que las carpetas son propiedad de alguien que no es el usuario actual.\r\n[Administrar repositorios no seguros](command:git.manageUnsafeRepositories)\r\nPara obtener más información sobre los repositorios no seguros [consulte nuestra documentación](https://aka.ms/vscode-git-unsafe-repository).",
|
||||
"view.workbench.scm.unsafeRepository": "Es posible que el repositorio GIT detectado no sea seguro, ya que la carpeta es propiedad de alguien que no es el usuario actual.\r\n[Administrar repositorios no seguros](command:git.manageUnsafeRepositories)\r\nPara obtener más información sobre los repositorios no seguros [consulte nuestra documentación](https://aka.ms/vscode-git-unsafe-repository).",
|
||||
"view.workbench.scm.workspace": "El área de trabajo abierta actualmente no tiene ninguna carpeta que contenga repositorios de git. Puede inicializar un repositorio en una carpeta, lo que habilitará las características de control de código con tecnología de git.\r\n[Inicializar repositorio](command:git.init)\r\n Para obtener más información sobre cómo usar git y el control de código fuente en VS Code [lea nuestra documentación](https://aka.ms/vscode-scm)."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Continue to GitHub": "Continuar en GitHub",
|
||||
"Continue to GitHub to create a Personal Access Token (PAT)": "Continuar con GitHub para crear un token de acceso personal (PAT)",
|
||||
"Copy & Continue to GitHub": "Copiar y continuar en GitHub",
|
||||
"GitHub Enterprise Server URI is not a valid URI: {0}": "El URI del servidor de GitHub Enterprise no es un URI válido: {0}",
|
||||
"Having trouble logging in? Would you like to try a different way? ({0})": "¿Tiene problemas para iniciar sesión? ¿Desea probar de otra forma? ({0})",
|
||||
"No": "No",
|
||||
"Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "Abra [{0}]({0}) en una pestaña nueva y pegue el código de un solo uso: {1}",
|
||||
"Sign in failed: {0}": "Error de inicio de sesión: {0}",
|
||||
"Sign out failed: {0}": "Error al cerrar sesión: {0}",
|
||||
"Signing in to {0}.../The {0} will be a url, e.g. github.com": "Iniciando sesión en {0}...",
|
||||
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "Para finalizar la autenticación, vaya a GitHub y pegue el código de un solo uso anterior.",
|
||||
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "Para finalizar la autenticación, vaya a GitHub para crear un PAT y pegue el PAT en el cuadro de entrada.",
|
||||
"Yes": "Sí",
|
||||
"You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "Aún no ha terminado de autorizar esta extensión para usar GitHub. ¿Desea probar de otra forma? ({0})",
|
||||
"Your Code: {0}/The {0} will be a code, e.g. 123-456": "Su código: {0}",
|
||||
"device code": "código del dispositivo",
|
||||
"local server": "servidor local",
|
||||
"personal access token": "token de acceso personal"
|
||||
},
|
||||
"package": {
|
||||
"description": "Proveedor de autenticación de GitHub",
|
||||
"displayName": "Autenticación de GitHub"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Checkout on vscode.dev": "Finalizar la compra en vscode.dev",
|
||||
"Copy vscode.dev Link": "Copiar vínculo de vscode.dev",
|
||||
"Create Fork": "Crear bifurcación",
|
||||
"Create GitHub fork": "Crear bifurcación de GitHub",
|
||||
"Create PR": "Crear PR",
|
||||
"Creating GitHub Pull Request...": "Creando solicitud de incorporación de cambios de GitHub...",
|
||||
"Creating first commit": "Creando el primer \"commit\"",
|
||||
"Forking \"{0}/{1}\"...": "Bifurcando “{0}/{1}”...",
|
||||
"Learn More": "Learn More",
|
||||
"Log level: {0}": "Nivel de registro: {0}",
|
||||
"No": "No",
|
||||
"No template": "Ninguna plantilla",
|
||||
"Open PR": "Abrir PR",
|
||||
"Open on GitHub": "Abrir en GitHub",
|
||||
"Pick a folder to publish to GitHub": "Seleccionar una carpeta para publicar en GitHub",
|
||||
"Publishing to a private GitHub repository": "Publicando en un repositorio de GitHub privado",
|
||||
"Publishing to a public GitHub repository": "Publicando en un repositorio de GitHub público",
|
||||
"Pushing changes...": "Insertando cambios...",
|
||||
"Select the Pull Request template": "Seleccionar la plantilla de solicitud de incorporación de cambios",
|
||||
"Select which files should be included in the repository.": "Seleccione los archivos que se deben incluir en el repositorio.",
|
||||
"Successfully published the \"{0}\" repository to GitHub.": "El repositorio “{0}” se publicó correctamente en GitHub.",
|
||||
"The PR \"{0}/{1}#{2}\" was successfully created on GitHub.": "La PR “{0}/{1}#{2}” se creó correctamente en GitHub.",
|
||||
"The fork \"{0}\" was successfully created on GitHub.": "La bifurcación “{0}” se creó correctamente en GitHub.",
|
||||
"Uploading files": "Cargando archivos",
|
||||
"You don\\'t have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "No tiene permisos para insertar en \"{0}/{1}\" en GitHub. ¿Desea crear una bifurcación e insertarla en ella en su lugar?",
|
||||
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected."
|
||||
},
|
||||
"package": {
|
||||
"config.branchProtection": "Controla si se deben consultar las reglas del repositorio para repositorios de GitHub.",
|
||||
"config.gitAuthentication": "Controla si se debe habilitar la autenticación automática de GitHub para los comandos GIT dentro de VS Code.",
|
||||
"config.gitProtocol": "Controla qué protocolo se usa para clonar un repositorio de GitHub",
|
||||
"description": "Características de GitHub para VS Code",
|
||||
"displayName": "GitHub",
|
||||
"welcome.publishFolder": "Puede publicar directamente esta carpeta en un repositorio de GitHub. Una vez publicada, tendrá acceso a las características de control de código fuente con tecnología de GIT y GitHub.\r\n[$(github) Publicar en GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "Puede publicar directamente una carpeta del área de trabajo en un repositorio de GitHub. Una vez publicada, tendrá acceso a las características de control de código fuente con tecnología de GIT y GitHub.\r\n[$(github) Publicar en GitHub](command:github.publish)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Insert Image as Attachment": "Insertar imagen como datos adjuntos"
|
||||
},
|
||||
"package": {
|
||||
"cleanInvalidImageAttachment.title": "Limpiar referencia de datos adjuntos de imagen no válida",
|
||||
"description": "Proporciona compatibilidad básica para abrir y leer los archivos .ipynb del bloc de notas de Jupyter.",
|
||||
"displayName": "Compatibilidad con .ipynb",
|
||||
"ipynb.pasteImagesAsAttachments.enabled": "Habilite o deshabilite el pegado de imágenes en celdas de Markdown en archivos de bloc de notas de ipynb. Las imágenes pegadas se insertan como datos adjuntos en la celda.",
|
||||
"markdownAttachmentRenderer.displayName": "Representador de datos adjuntos de celda ipynb de Markdown",
|
||||
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
|
||||
"newUntitledIpynb.title": "Nuevo Jupyter Notebook",
|
||||
"openIpynbInNotebookEditor.title": "Abrir el archivo IPYNB en el editor de Notebook"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,184 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"$ref \\'{0}\\' in \\'{1}\\' can not be resolved.": "$ref \\'{0}\\' en \\'{1}\\' no se puede resolver.",
|
||||
"<empty>": "<empty>",
|
||||
"A default value. Used by suggestions.": "Valor predeterminado. Usado por sugerencias.",
|
||||
"A descriptive title of the element.": "Título descriptivo del elemento.",
|
||||
"A long description of the element. Used in hover menus and suggestions.": "Descripción larga del elemento. Se usa en menús y sugerencias al mantener el puntero.",
|
||||
"A map of property names to either an array of property names or a schema. An array of property names means the property named in the key depends on the properties in the array being present in the object in order to be valid. If the value is a schema, then the schema is only applied to the object if the property in the key exists on the object.": "Asignación de nombres de propiedad a una matriz de nombres de propiedad o a un esquema. Una matriz de nombres de propiedad significa que la propiedad denominada en la clave depende de las propiedades de la matriz presentes en el objeto para que sean válidas. Si el valor es un esquema, el esquema solo se aplica al objeto si la propiedad de la clave existe en el objeto.",
|
||||
"A map of property names to schemas for each property.": "Asignación de nombres de propiedad a esquemas para cada propiedad.",
|
||||
"A map of regular expressions on property names to schemas for matching properties.": "Asignación de expresiones regulares en nombres de propiedad a esquemas para propiedades coincidentes.",
|
||||
"A number that should cleanly divide the current value (i.e. have no remainder).": "Número que debería dividir limpiamente el valor actual (es decir, que no quede resto).",
|
||||
"A regular expression to match the string against. It is not implicitly anchored.": "Expresión regular con la que hacer coincidir la cadena. No está delimitado implícitamente.",
|
||||
"A schema which must not match.": "El esquema que no debe coincidir.",
|
||||
"A unique identifier for the schema.": "Identificador único del esquema.",
|
||||
"An array instance is valid against \\\"contains\\\" if at least one of its elements is valid against the given schema.": "Una instancia de matriz es válida para \\\"contains\\\" si al menos uno de sus elementos es válido con el esquema especificado.",
|
||||
"An array of schemas, all of which must match.": "Matriz de esquemas, todos los cuales deberán coincidir.",
|
||||
"An array of schemas, exactly one of which must match.": "Una matriz de esquemas, exactamente una de las cuales debe coincidir.",
|
||||
"An array of schemas, where at least one must match.": "Una matriz de esquemas, donde al menos uno deberá coincidir.",
|
||||
"An array of strings that lists the names of all properties required on this object.": "Matriz de cadenas que enumera los nombres de todas las propiedades necesarias en este objeto.",
|
||||
"An instance validates successfully against this keyword if its value is equal to the value of the keyword.": "Una instancia se valida correctamente con esta palabra clave si su valor es igual al valor de la palabra clave.",
|
||||
"Array does not contain required item.": "La matriz no contiene el elemento necesario.",
|
||||
"Array has duplicate items.": "La matriz tiene elementos duplicados.",
|
||||
"Array has too few items that match the contains contraint. Expected {0} or more.": "La matriz tiene muy pocos elementos que coinciden con el limitador de contenido. Se esperaba {0} o más.",
|
||||
"Array has too few items. Expected {0} or more.": "La matriz tiene muy pocos elementos. Se esperaban {0} o más.",
|
||||
"Array has too many items according to schema. Expected {0} or fewer.": "La matriz tiene demasiados elementos según el esquema. Se esperaba {0} o menos.",
|
||||
"Array has too many items that match the contains contraint. Expected {0} or less.": "La matriz tiene demasiados elementos que coinciden con el limitador de contenido. Se esperaba {0} o menos.",
|
||||
"Array has too many items. Expected {0} or fewer.": "La matriz tiene demasiados elementos. Se esperaban {0} o menos.",
|
||||
"Colon expected": "Se esperaban dos puntos",
|
||||
"Comments are not permitted in JSON.": "No se permiten comentarios en JSON.",
|
||||
"Comments from schema authors to readers or maintainers of the schema.": "Comentarios de los autores del esquema a los lectores o mantenedores del esquema.",
|
||||
"Configure": "Configurar",
|
||||
"Configured by extension: {0}": "Configurado por extensión: {0}",
|
||||
"Configured in user settings": "Configurado en la configuración de usuario",
|
||||
"Configured in workspace settings": "Configurado en la configuración del área de trabajo",
|
||||
"Default value": "Valor predeterminado",
|
||||
"Describes the content encoding of a string property.": "Describe la codificación de contenido de una propiedad de cadena.",
|
||||
"Describes the format expected for the value.": "Describe el formato esperado para el valor.",
|
||||
"Describes the media type of a string property.": "Describe el tipo de medio de una propiedad de cadena.",
|
||||
"Downloading schemas is disabled through setting \\'{0}\\'": "La descarga de esquemas está deshabilitada mediante el valor \\'{0}\\'",
|
||||
"Downloading schemas is disabled. Click to configure.": "La descarga de esquemas está deshabilitada. Haga clic para configurar.",
|
||||
"Draft-03 schemas are not supported.": "No se admiten esquemas borrador-03.",
|
||||
"Duplicate anchor declaration: \\'{0}\\'": "Declaración de delimitador duplicada: \\'{0}\\'",
|
||||
"Duplicate object key": "Clave de objeto duplicada",
|
||||
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "Esquema o booleano. Si es un esquema, se usará para validar todas las propiedades que no coincidan con \"properties\" o \"patternProperties\". Si es falso, las propiedades que no coincidan con cualquiera provocarán un error en este esquema.",
|
||||
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "Cadena de uno de los tipos de esquema básicos (número, entero, null, matriz, objeto, booleano, cadena) o una matriz de cadenas que especifica un subconjunto de esos tipos.",
|
||||
"End of file expected.": "Se esperaba el final del archivo.",
|
||||
"Expected a JSON object, array or literal.": "Se esperaba un objeto JSON, una matriz o un literal.",
|
||||
"Expected comma": "Se esperaba una coma",
|
||||
"Expected comma or closing brace": "Se esperaba una coma o un corchete de cierre",
|
||||
"Expected comma or closing bracket": "Se esperaba una coma o un corchete de cierre",
|
||||
"Failed to sort the JSONC document, please consider opening an issue.": "No se pudo ordenar el documento JSONC. Considere la posibilidad de abrir una incidencia.",
|
||||
"For arrays, only when items is set as an array. If it is a schema, then this schema validates items after the ones specified by the items array. If it is false, then additional items will cause validation to fail.": "Para matrices, solo cuando los elementos se establezcan como una matriz. Si se tratara de un esquema, este esquema validará los elementos después de los especificados por la matriz de elementos. Si es falso, los elementos adicionales provocarán un error de validación.",
|
||||
"For arrays. Can either be a schema to validate every element against or an array of schemas to validate each item against in order (the first schema will validate the first element, the second schema will validate the second element, and so on.": "Para matrices. Puede ser un esquema con el que validar cada elemento o una matriz de esquemas para validar cada elemento en orden (el primer esquema validará el primer elemento, el segundo esquema validará el segundo elemento, y así sucesivamente.",
|
||||
"If all of the items in the array must be unique. Defaults to false.": "Si todos los elementos de la matriz deben ser únicos. El valor predeterminado es false.",
|
||||
"If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema.": "Si la instancia es un objeto, esta palabra clave valida si todos los nombres de propiedad de la instancia se validan con el esquema proporcionado.",
|
||||
"Incorrect type. Expected \"{0}\".": "Tipo incorrecto. Se esperaba \"{0}\".",
|
||||
"Incorrect type. Expected one of {0}.": "Tipo incorrecto. Se esperaba uno de {0}.",
|
||||
"Indicates that the value of the instance is managed exclusively by the owning authority.": "Indica que el valor de la instancia está administrado exclusivamente por la autoridad propietaria.",
|
||||
"Invalid characters in string. Control characters must be escaped.": "Caracteres no válidos en la cadena. Los caracteres de control deberán tener caracteres de escape.",
|
||||
"Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.": "Formato de color no válido. Use #RGB, #RGBA, #RRGGBB o #RRGGBBAA.",
|
||||
"Invalid escape character in string.": "Carácter de escape no válido en la cadena.",
|
||||
"Invalid number format.": "Formato numérico no válido.",
|
||||
"Invalid unicode sequence in string.": "Secuencia Unicode no válida en la cadena.",
|
||||
"Item does not match any validation rule from the array.": "El elemento no coincide con ninguna regla de validación de la matriz.",
|
||||
"JSON Language Server": "Servidor de lenguaje JSON",
|
||||
"JSON Outline Status": "Estado del esquema JSON",
|
||||
"JSON Validation Status": "Estado de validación JSON",
|
||||
"JSON schema cache cleared.": "Borrada la caché de esquema JSON.",
|
||||
"JSON schema configured": "Esquema JSON configurado",
|
||||
"JSON: Schema Resolution Error": "JSON: Error de resolución de esquemas",
|
||||
"Learn more about JSON schema configuration...": "Más información sobre la configuración del esquema JSON...",
|
||||
"Loading JSON info": "Cargando información JSON",
|
||||
"Makes the maximum property exclusive.": "Hace exclusiva la propiedad máxima.",
|
||||
"Makes the minimum property exclusive.": "Hace que la propiedad mínima sea exclusiva.",
|
||||
"Matches a schema that is not allowed.": "Coincide con un esquema no permitido.",
|
||||
"Matches multiple schemas when only one must validate.": "Coincide con varios esquemas cuando solo se debe validar uno.",
|
||||
"Missing property \"{0}\".": "Falta la propiedad \"{0}\".",
|
||||
"New array": "Nueva matriz",
|
||||
"New object": "Nuevo objeto",
|
||||
"No Schema Validation": "Sin validación de esquema",
|
||||
"No schema configured for this file": "No hay ningún esquema configurado para este archivo",
|
||||
"Not used for validation. Place subschemas here that you wish to reference inline with $ref.": "No se usa para la validación. Coloque aquí los subesquemas a los que desee hacer referencia alineada con $ref.",
|
||||
"Object has fewer properties than the required number of {0}": "El objeto tiene menos propiedades que el número requerido de {0}",
|
||||
"Object has more properties than limit of {0}.": "El objeto tiene más propiedades que el límite de {0}.",
|
||||
"Object is missing property {0} required by property {1}.": "Al objeto le falta la propiedad {0} requerida por la propiedad {1}.",
|
||||
"Open Extension": "Abrir la extensión",
|
||||
"Open Settings": "Abrir configuración",
|
||||
"Outline": "Esquema",
|
||||
"Problem reading content from \\'{0}\\': UTF-8 with BOM detected, only UTF 8 is allowed.": "Problema al leer el contenido de \\'{0}\\': UTF-8 con BOM detectado, solo se permite UTF 8.",
|
||||
"Problems loading reference \\'{0}\\': {1}": "Problemas al cargar la referencia \\'{0}\\': {1}",
|
||||
"Property expected": "Propiedad esperada",
|
||||
"Property keys must be doublequoted": "Las claves de propiedad deberán tener comillas dobles",
|
||||
"Property {0} is not allowed.": "No se permite la propiedad {0}.",
|
||||
"Reference a definition hosted on any location.": "Referenciar a una definición hospedada en cualquier ubicación.",
|
||||
"Sample JSON values associated with a particular schema, for the purpose of illustrating usage.": "Valores JSON de ejemplo asociados a un esquema concreto con el fin de ilustrar el uso.",
|
||||
"Schema Validated": "Esquema validado",
|
||||
"Select the schema to use for {0}": "Seleccione el esquema que se vaya a usar para {0}",
|
||||
"Show Schemas": "Mostrar esquemas",
|
||||
"String does not match the pattern of \"{0}\".": "La cadena no coincide con el patrón de \"{0}\".",
|
||||
"String is longer than the maximum length of {0}.": "La cadena es mayor que la longitud máxima de {0}.",
|
||||
"String is not a RFC3339 date-time.": "La cadena no es una fecha y hora RFC3339.",
|
||||
"String is not a RFC3339 date.": "La cadena no es una fecha RFC3339.",
|
||||
"String is not a RFC3339 time.": "La cadena no es una hora RFC3339.",
|
||||
"String is not a URI: {0}": "La cadena no es una URI: {0}",
|
||||
"String is not a hostname.": "La cadena no es un nombre de host.",
|
||||
"String is not an IPv4 address.": "La cadena no es una dirección IPv4.",
|
||||
"String is not an IPv6 address.": "La cadena no es una dirección IPv6.",
|
||||
"String is not an e-mail address.": "La cadena no es una dirección de correo electrónico.",
|
||||
"String is shorter than the minimum length of {0}.": "La cadena es más corta que la longitud mínima de {0}.",
|
||||
"The \\\"else\\\" subschema is used for validation when the \\\"if\\\" subschema fails.": "El subesquema \\\"else\\\" se usa para la validación cuando el subesquema \\\"if\\\" no tiene éxito.",
|
||||
"The \\\"if\\\" subschema is used for validation when the \\\"if\\\" subschema succeeds.": "El subesquema \\\"if\\\" se usa para la validación cuando el subesquema \\\"if\\\" tiene éxito.",
|
||||
"The maximum length of a string.": "La longitud máxima de una cadena.",
|
||||
"The maximum number of items that can be inside an array. Inclusive.": "Número máximo de elementos que pueden estar dentro de una matriz. Inclusivo.",
|
||||
"The maximum number of properties an object can have. Inclusive.": "Número máximo de propiedades que puede tener un objeto. Inclusivo.",
|
||||
"The maximum numerical value, inclusive by default.": "Valor numérico máximo, inclusivo de forma predeterminada.",
|
||||
"The minimum length of a string.": "Longitud mínima de una cadena.",
|
||||
"The minimum number of items that can be inside an array. Inclusive.": "Número mínimo de elementos que pueden estar dentro de una matriz. Inclusivo.",
|
||||
"The minimum number of properties an object can have. Inclusive.": "Número mínimo de propiedades que puede tener un objeto. Inclusivo.",
|
||||
"The minimum numerical value, inclusive by default.": "Valor numérico mínimo, inclusivo de forma predeterminada.",
|
||||
"The schema to verify this document against.": "Esquema con el que se va a comprobar este documento.",
|
||||
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "El esquema usa características de metaesquema ({0}) que aún no son compatibles con el validador.",
|
||||
"The set of literal values that are valid.": "Conjunto de valores literales que son válidos.",
|
||||
"The validation outcome of the \\\"if\\\" subschema controls which of the \\\"then\\\" or \\\"else\\\" keywords are evaluated.": "El resultado de la validación del subesquema \\\"if\\\" controlará qué palabras clave \\\"then\\\" o \\\"else\\\" se evalúan.",
|
||||
"Trailing comma": "Coma final",
|
||||
"URI expected.": "Se esperaba el URI.",
|
||||
"URI is expected.": "Se espera el URI.",
|
||||
"URI with a scheme is expected.": "Se espera el URI con un esquema.",
|
||||
"Unable to compute used schemas: No document": "No se pueden calcular los esquemas usados: no hay documentos",
|
||||
"Unable to compute used schemas: {0}": "No se pueden calcular los esquemas usados: {0}",
|
||||
"Unable to load schema from \\'{0}\\'. No schema request service available": "No se puede cargar el esquema desde \\'{0}\\'. No hay ningún servicio de solicitud de esquema disponible",
|
||||
"Unable to load schema from \\'{0}\\': No content.": "No se puede cargar el esquema desde \\'{0}\\': sin contenido.",
|
||||
"Unable to load schema from \\'{0}\\': {1}.": "No se puede cargar el esquema desde \\'{0}\\': {1}.",
|
||||
"Unable to load {0}": "No se puede cargar {0}",
|
||||
"Unable to parse content from \\'{0}\\': Parse error at offset {1}.": "No se puede analizar el contenido de \\'{0}\\': error de análisis en el desplazamiento {1}.",
|
||||
"Unable to resolve schema. Click to retry.": "No se puede resolver el esquema. Haga clic para volver a intentarlo.",
|
||||
"Unexpected end of comment.": "Final de comentario inesperado.",
|
||||
"Unexpected end of number.": "Fin de número inesperado.",
|
||||
"Unexpected end of string.": "Final de cadena inesperado.",
|
||||
"Value expected": "Se esperaba un valor",
|
||||
"Value is above the exclusive maximum of {0}.": "El valor está por encima del máximo exclusivo de {0}.",
|
||||
"Value is above the maximum of {0}.": "El valor está por encima del máximo de {0}.",
|
||||
"Value is below the exclusive minimum of {0}.": "El valor está por debajo del mínimo exclusivo de {0}.",
|
||||
"Value is below the minimum of {0}.": "El valor es inferior al mínimo de {0}.",
|
||||
"Value is deprecated": "El valor está en desuso",
|
||||
"Value is not accepted. Valid values: {0}.": "No se acepta el valor. Valores válidos: {0}.",
|
||||
"Value is not divisible by {0}.": "El valor no es divisible por {0}.",
|
||||
"Value must be {0}.": "El valor deberá ser {0}.",
|
||||
"multiple JSON schemas configured": "se configuraron varios esquemas JSON",
|
||||
"no JSON schema configured": "no hay ningún esquema JSON configurado",
|
||||
"only {0} document symbols shown for performance reasons": "solo se muestran {0} símbolos del documento por motivos de rendimiento"
|
||||
},
|
||||
"package": {
|
||||
"description": "Proporciona un potente soporte de lenguaje para archivos JSON.",
|
||||
"displayName": "Características del lenguaje JSON",
|
||||
"json.clickToRetry": "Haga clic para volver a intentarlo.",
|
||||
"json.colorDecorators.enable.deprecationMessage": "El valor \"json.colorDecorators.enable\" está en desuso en favor de \"editor.colorDecorators\".",
|
||||
"json.colorDecorators.enable.desc": "Habilita o deshabilita decoradores de color",
|
||||
"json.command.clearCache": "Borrar caché de esquema",
|
||||
"json.command.sort": "Ordenar documento",
|
||||
"json.enableSchemaDownload.desc": "Cuando está habilitado, los esquemas JSON se pueden capturar desde ubicaciones http y https.",
|
||||
"json.format.enable.desc": "Habilitar o deshabilitar el formateador JSON predeterminado",
|
||||
"json.format.keepLines.desc": "Conservar todas las líneas nuevas existentes al formatear.",
|
||||
"json.maxItemsComputed.desc": "El número máximo de símbolos del esquema y regiones de plegado calculados (limitado por motivos de rendimiento).",
|
||||
"json.maxItemsExceededInformation.desc": "Muestra una notificación cuando se supera el número máximo de símbolos de esquema y de regiones plegables.",
|
||||
"json.schemaResolutionErrorMessage": "No se puede resolver el esquema.",
|
||||
"json.schemas.desc": "Asocia esquemas a archivos JSON en el proyecto actual.",
|
||||
"json.schemas.fileMatch.desc": "Una matriz de patrones de archivo con los que buscar correspondencia al resolver archivos JSON en esquemas. \"*\" se puede usar como comodín. Los patrones de exclusión también se pueden definir y comenzar con \"!\". Un archivo coincide cuando hay al menos un patrón coincidente y el último patrón coincidente no es un patrón de exclusión.",
|
||||
"json.schemas.fileMatch.item.desc": "Un patrón de archivo que puede contener \"*\" con el cual coincidir cuando los archivos JSON se resuelvan en esquemas.",
|
||||
"json.schemas.schema.desc": "La definición de esquema de la dirección URL determinada. Solo se necesita proporcionar el esquema para evitar los accesos a la dirección URL del esquema.",
|
||||
"json.schemas.url.desc": "Una dirección URL a un esquema o una ruta de acceso relativa a un esquema en el directorio actual",
|
||||
"json.tracing.desc": "Realiza el seguimiento de la comunicación entre VS Code y el servidor de lenguaje JSON.",
|
||||
"json.validate.enable.desc": "Habilita o deshabilita la validación json."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"...1 additional file not shown": "...1 archivo más que no se muestra",
|
||||
"...{0} additional files not shown": "...{0} archivos más que no se muestran",
|
||||
"Allow all content and script execution. Not recommended": "Permitir todo el contenido y la ejecución de scripts. No se recomienda.",
|
||||
"Allow insecure content": "Permitir contenido no seguro",
|
||||
"Allow insecure local content": "Permitir contenido local inseguro ",
|
||||
"Always": "Siempre",
|
||||
"An unexpected error occurred while restoring the Markdown preview.": "Error inesperado al restaurar la vista previa de Markdown.",
|
||||
"Checking for Markdown links to update": "Comprobando los vínculos de Markdown para actualizar",
|
||||
"Content Disabled Security Warning": "Alerta de seguridad de contenido deshabilitado",
|
||||
"Could not load 'markdown.styles': {0}": "No se pudo cargar 'markdown.styles': {0}",
|
||||
"Could not open {0}": "No se pudo abrir {0}",
|
||||
"Disable": "Deshabilitar",
|
||||
"Disable preview security warning in this workspace": "Deshabilitar advertencias de seguridad de vista previa en esta área de trabajo",
|
||||
"Does not affect the content security level": "No afecta al nivel de seguridad de contenido",
|
||||
"Enable loading content over http": "Habilitar el contenido de carga sobre http",
|
||||
"Enable loading content over http served from localhost": "Habilitar la carga del contenido sobre http desde localhost",
|
||||
"Enable preview security warnings in this workspace": "Habilitar advertencias de seguridad de vista previa en esta área de trabajo",
|
||||
"Exclude '{0}' from link validation.": "Excluya '{0}' de la validación de vínculos.",
|
||||
"Extract to link definition": "Extraer para vincular la definición",
|
||||
"File does not exist at path: {0}": "El archivo no existe en la ruta de acceso: {0}",
|
||||
"Find file references failed. No resource provided.": "Error al buscar referencias de archivo. No se ha proporcionado ningún recurso.",
|
||||
"Finding file references": "Buscando referencias de archivo",
|
||||
"Follow link": "Seguir vínculo",
|
||||
"Go to link definition": "Ir a la definición de vínculo",
|
||||
"Header does not exist in file: {0}": "El encabezado no existe en el archivo: {0}",
|
||||
"Insert Markdown Image": "Insertar imagen de Markdown",
|
||||
"Insert Markdown Images": "Insertar imágenes de Markdown",
|
||||
"Insert Markdown Images and Links": "Insertar imágenes y vínculos de Markdown",
|
||||
"Insert Markdown Link": "Insertar vínculo de Markdown",
|
||||
"Insert Markdown Links": "Insertar vínculos de Markdown",
|
||||
"Insert Markdown Media": "Insertar elementos multimedia de Markdown",
|
||||
"Insert Markdown Media and Links": "Insertar elementos multimedia y vínculos de Markdown",
|
||||
"Insert image": "Insertar imagen",
|
||||
"Insert link": "Insertar vínculo",
|
||||
"Link definition for \\'{0}\\' already exists": "Ya existe la definición de vínculo para \\'{0}\\'",
|
||||
"Link definition is unused": "Definición de vínculo sin usar",
|
||||
"Link is already a reference": "El vínculo ya es una referencia",
|
||||
"Link is also defined here": "El vínculo también se define aquí",
|
||||
"Markdown Language Server": "Servidor de lenguaje Markdown",
|
||||
"Media": "Multimedia",
|
||||
"More Information": "Más información",
|
||||
"Never": "Nunca",
|
||||
"No": "No",
|
||||
"No header found: \\'{0}\\'": "No se encontró ningún encabezado: \\'{0}\\'",
|
||||
"No link definition found: \\'{0}\\'": "No se encontró ninguna definición de vínculo: \\'{0}\\'",
|
||||
"Not on link": "No está en el vínculo",
|
||||
"Only load secure content": "Cargar solo el contenido seguro",
|
||||
"Organize link definitions": "Organizar las definiciones de vínculo",
|
||||
"Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "Se ha deshabilitado el contenido potencialmente inseguro en la vista previa de Markdown. Para permitir el contenido inseguro o habilitar scripts, cambie la configuración de la vista previa de Markdown",
|
||||
"Preview {0}": "Vista Previa {0}",
|
||||
"Remove duplicate link definition": "Quitar definición de vínculo duplicado",
|
||||
"Remove unused link definition": "Quitar definición de vínculo sin usar",
|
||||
"Renaming is not supported here. Try renaming a header or link.": "Aquí no se admite el cambio de nombre. Intente cambiar el nombre de un encabezado o vínculo.",
|
||||
"Select security settings for Markdown previews in this workspace": "Seleccione configuración de seguridad para las previsualizaciones de Markdown en esta área de trabajo",
|
||||
"Some content has been disabled in this document": "Se ha deshabilitado parte del contenido de este documento",
|
||||
"Strict": "Strict",
|
||||
"Update Markdown links for '{0}'?": "¿Quiere actualizar los vínculos de Markdown para '{0}'?",
|
||||
"Update Markdown links for the following {0} files?": "¿Quiere actualizar el vínculo de Markdown para los siguientes {0} archivos?",
|
||||
"Yes": "Sí",
|
||||
"[Preview] {0}": "[Vista previa] {0}",
|
||||
"{0} cannot be found": "{0} no se puede encontrar"
|
||||
},
|
||||
"package": {
|
||||
"configuration.copyIntoWorkspace.mediaFiles": "Intente copiar archivos de imagen y vídeo externos en el área de trabajo.",
|
||||
"configuration.copyIntoWorkspace.never": "No copiar archivos externos en el área de trabajo.",
|
||||
"configuration.markdown.copyFiles.destination": "Define dónde deben crearse los archivos copiados creados por soltar o pegar. Se trata de un mapa desde los globos que coinciden en el documento Markdown a los destinos.\r\n\r\nLos destinos pueden utilizar las siguientes variables:\r\n\r\n- \"${documentFileName}\": El nombre completo del documento Markdown, por ejemplo: \"readme.md\".\r\n- \"${documentBaseName}\": El nombre base del documento Markdown, por ejemplo: \"readme\".\r\n- \"${documentExtName}\": La extensión del documento Markdown, por ejemplo: \"md\".\r\n- \"${documentDirName}\": El nombre del directorio principal del documento Markdown.\r\n- `${documentWorkspaceFolder}` - La carpeta del espacio de trabajo del documento Markdown, por ejemplo: `/Users/me/myProject`. Es lo mismo que \"${documentDirName}\" si el archivo no forma parte de un área de trabajo.\r\n- \"${fileName}\": El nombre del archivo eliminado, por ejemplo: \"image.png\"..",
|
||||
"configuration.markdown.copyFiles.overwriteBehavior": "Controla si los archivos creados mediante colocar o pegar deben sobrescribir los archivos existentes.",
|
||||
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Si ya existe un archivo con el mismo nombre, anexe un número al nombre de archivo, por ejemplo: \"image.png\" se convierte en \"image-1.png\".",
|
||||
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Sobrescribir si ya existe un archivo con el mismo nombre.",
|
||||
"configuration.markdown.editor.drop.copyIntoWorkspace": "Controla si los archivos fuera del área de trabajo que se colocan en un editor de Markdown deben copiarse en el área de trabajo.\r\n\r\nUse \"#markdown.copyFiles.destination#\" para configurar dónde deben crearse los archivos copiados colocados.",
|
||||
"configuration.markdown.editor.drop.enabled": "Habilite la colocación de archivos en un editor de Markdown manteniendo presionada la tecla Mayús. Requiere habilitar `#editor.dropIntoEditor.enabled#`.",
|
||||
"configuration.markdown.editor.filePaste.copyIntoWorkspace": "Controla si los archivos fuera del área de trabajo que se pegan en un editor de Markdown deben copiarse en el área de trabajo.\r\n\r\nUse \"#markdown.copyFiles.destination#\" para configurar dónde deben crearse los archivos copiados.",
|
||||
"configuration.markdown.editor.filePaste.enabled": "Al habilitar el pegado de archivos en un editor de Markdown para crear vínculos de Markdown. Requiere habilitar \"#editor.pasteAs.enabled#\".",
|
||||
"configuration.markdown.links.openLocation.beside": "Abrir enlaces junto al editor activo.",
|
||||
"configuration.markdown.links.openLocation.currentGroup": "Abra vínculos en el grupo de editor activo.",
|
||||
"configuration.markdown.links.openLocation.description": "Controla dónde se deben abrir los vínculos de los archivos Markdown.",
|
||||
"configuration.markdown.occurrencesHighlight.enabled": "Habilite el resaltado de las apariciones de vínculos en el documento actual.",
|
||||
"configuration.markdown.preferredMdPathExtensionStyle": "Controla si se agregan o no extensiones de archivo (por ejemplo, `.md`) para los vínculos a archivos Markdown. Esta configuración se usa cuando las rutas de acceso de archivo se agregan mediante herramientas como finalizaciones de rutas de acceso o cambios de nombre de archivo.",
|
||||
"configuration.markdown.preferredMdPathExtensionStyle.auto": "Para las rutas de acceso existentes, intente mantener el estilo de extensión de archivo. Para nuevas rutas de acceso, agregue extensiones de archivo.",
|
||||
"configuration.markdown.preferredMdPathExtensionStyle.includeExtension": "Prefiere incluir la extensión de archivo. Por ejemplo, las finalizaciones de ruta de acceso a un archivo denominado `file.md` insertarán `file.md`.",
|
||||
"configuration.markdown.preferredMdPathExtensionStyle.removeExtension": "Prefiere quitar la extensión de archivo. Por ejemplo, las finalizaciones de ruta de acceso a un archivo denominado `file.md` insertarán `file` sin `.md`.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.description": "Controla cómo deben abrirse los vínculos hacia otros archivos Markdown en la vista previa de Markdown.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Intenta abrir los vínculos en el editor.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Intenta abrir los vínculos en la vista previa de Markdown.",
|
||||
"configuration.markdown.suggest.paths.enabled.description": "Habilite las sugerencias de ruta de acceso mientras escribe vínculos en archivos Markdown.",
|
||||
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions": "Habilite sugerencias para encabezados en otros archivos Markdown en el área de trabajo actual. Al aceptar una de estas sugerencias, se inserta la ruta de acceso completa al encabezado en ese archivo; por ejemplo: \"[link text](/path/to/file.md#header)\".",
|
||||
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.never": "Deshabilite las sugerencias de encabezado del área de trabajo.",
|
||||
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.onDoubleHash": "Habilite las sugerencias de encabezado del área de trabajo después de escribir \"##\" en una ruta de acceso, por ejemplo: \"[link text](##\".",
|
||||
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.onSingleOrDoubleHash": "Habilite las sugerencias de encabezado del área de trabajo después de escribir \"##\" o \"#\" en una ruta de acceso; por ejemplo: \"[link text](#\" o \"[link text](##\".",
|
||||
"configuration.markdown.updateLinksOnFileMove.enableForDirectories": "Habilite la actualización de vínculos cuando se mueve o cambia el nombre de un directorio en el área de trabajo.",
|
||||
"configuration.markdown.updateLinksOnFileMove.enabled": "Intente actualizar los vínculos de los archivos Markdown cuando se cambie el nombre o se mueva un archivo en el área de trabajo. Use `#markdown.updateLinksOnFileMove.include#` para configurar los archivos que desencadenan las actualizaciones de vínculos.",
|
||||
"configuration.markdown.updateLinksOnFileMove.enabled.always": "Actualizar siempre los enlaces automáticamente.",
|
||||
"configuration.markdown.updateLinksOnFileMove.enabled.never": "No intentar nunca actualizar el vínculo y no preguntar.",
|
||||
"configuration.markdown.updateLinksOnFileMove.enabled.prompt": "Preguntar en cada movimiento de archivos.",
|
||||
"configuration.markdown.updateLinksOnFileMove.include": "Patrones globales que especifican qué archivos desencadenan actualizaciones automáticas de vínculos. Vea \"#markdown.updateLinksOnFileMove.enabled#\" para más información sobre esta característica.",
|
||||
"configuration.markdown.updateLinksOnFileMove.include.property": "Patrón global con el que se van a comparar las rutas de acceso de archivo. Establézcalo en true para habilitar el patrón.",
|
||||
"configuration.markdown.validate.duplicateLinkDefinitions.description": "Valide las definiciones duplicadas en el archivo actual.",
|
||||
"configuration.markdown.validate.enabled.description": "Habilite todos los informes de errores en los archivos Markdown.",
|
||||
"configuration.markdown.validate.fileLinks.enabled.description": "Validar los enlaces a otros archivos en los archivos Markdown, por ejemplo \"[enlace](/path/to/file.md)\". Esto comprueba que los archivos de destino existen. Requiere la activación de \"#markdown.validate.enabled#\".",
|
||||
"configuration.markdown.validate.fileLinks.markdownFragmentLinks.description": "Validar la parte del fragmento de los enlaces a las cabeceras de otros archivos en los archivos Markdown, por ejemplo: \"[enlace](/path/to/file.md#header)\". Hereda el valor de ajuste de \"#markdown.validate.fragmentLinks.enabled#\" por defecto.",
|
||||
"configuration.markdown.validate.fragmentLinks.enabled.description": "Validar los enlaces de los fragmentos a los encabezados en el archivo Markdown actual, por ejemplo: \"[link](#header)\". Requiere activar \"#markdown.validate.enabled#\".",
|
||||
"configuration.markdown.validate.ignoredLinks.description": "Configure vínculos que no deben validarse. Por ejemplo, agregar `/about` no validaría el vínculo `[about](/about)`, mientras que el valor global `/assets/**/*.svg` le permitirá omitir la validación de cualquier vínculo a archivos `.svg` en el directorio `assets`.",
|
||||
"configuration.markdown.validate.referenceLinks.enabled.description": "Validar los vínculos de referencia en los archivos Markdown, por ejemplo: \"[link][ref]\". Requiere activar \"#markdown.validate.enabled#\".",
|
||||
"configuration.markdown.validate.unusedLinkDefinitions.description": "Valide las definiciones de vínculo que no se usan en el archivo actual.",
|
||||
"description": "Proporciona un potente soporte de lenguaje para archivos Markdown.",
|
||||
"displayName": "Características del lenguaje Markdown",
|
||||
"markdown.copyImage.title": "Copy Image",
|
||||
"markdown.editor.insertImageFromWorkspace": "Insertar imagen desde el área de trabajo",
|
||||
"markdown.editor.insertLinkFromWorkspace": "Insertar vínculo a archivo en el área de trabajo",
|
||||
"markdown.findAllFileReferences": "Buscar referencias de archivo",
|
||||
"markdown.preview.breaks.desc": "Establece cómo se representan los saltos de línea en la vista previa de Markdown. Si se establece en \"true\", se crea <br> para las líneas nuevas dentro de los párrafos.",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "Haga doble clic en la vista previa de Markdown para cambiar al editor.",
|
||||
"markdown.preview.fontFamily.desc": "Controla la familia de fuentes que se usa en la vista previa de Markdown.",
|
||||
"markdown.preview.fontSize.desc": "Controla el tamaño de fuente en píxeles que se usa en la vista previa de Markdown.",
|
||||
"markdown.preview.lineHeight.desc": "Controla la altura de línea que se usa en la vista previa de Markdown. Este número es relativo al tamaño de fuente.",
|
||||
"markdown.preview.linkify": "Convierta texto de tipo URL a vínculos en la vista previa de Markdown.",
|
||||
"markdown.preview.markEditorSelection.desc": "Marca la selección del editor actual en la vista previa de Markdown.",
|
||||
"markdown.preview.refresh.title": "Actualizar vista previa",
|
||||
"markdown.preview.scrollEditorWithPreview.desc": "Al desplazarse en la vista previa de Markdown, se actualiza la vista del editor.",
|
||||
"markdown.preview.scrollPreviewWithEditor.desc": "Al desplazarse en el editor de Markdown, se actualiza la vista de la previsualización.",
|
||||
"markdown.preview.title": "Abrir vista previa",
|
||||
"markdown.preview.toggleLock.title": "Cambiar fijación de la vista previa ",
|
||||
"markdown.preview.typographer": "Habilita algunos embellecimientos de comillas y reemplazos independientes del idioma en la vista previa de Markdown.",
|
||||
"markdown.previewSide.title": "Abrir vista previa en el lateral",
|
||||
"markdown.server.log.desc": "Controla el nivel de registro del servidor de lenguaje Markdown.",
|
||||
"markdown.showLockedPreviewToSide.title": "Abrir vista previa fija en el lateral",
|
||||
"markdown.showPreviewSecuritySelector.title": "Cambiar configuración de seguridad de vista previa",
|
||||
"markdown.showSource.title": "Mostrar origen",
|
||||
"markdown.styles.dec": "Lista de direcciones URL o rutas de acceso locales a hojas de estilo CSS que se van a usar desde la vista previa de Markdown. Las rutas de acceso relativas se interpretan en relación con la carpeta abierta en el Explorador. Si no hay ninguna carpeta abierta, se interpretan en relación con la ubicación del archivo Markdown. Todo '\\' debe escribirse como '\\\\'.",
|
||||
"markdown.trace.extension.desc": "Habilita el registro de depuración para las extensiones de Markdown. ",
|
||||
"markdown.trace.server.desc": "Realiza un seguimiento de la comunicación entre VS Code y el servidor de lenguaje Markdown.",
|
||||
"workspaceTrust": "Necesario para cargar los estilos configurados en el área de trabajo."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"An error occurred while loading the audio file.": "Se ha producido un error al cargar el archivo.",
|
||||
"An error occurred while loading the image.": "Se ha producido un error al cargar la imagen.",
|
||||
"An error occurred while loading the video file.": "Se ha producido un error al cargar el archivo de video.",
|
||||
"Image Binary Size": "Tamaño binario de la imagen",
|
||||
"Image Size": "Tamaño de la imagen",
|
||||
"Image Zoom": "Zoom de imagen",
|
||||
"Open file using VS Code's standard text/binary editor?": "¿Abrir archivo con el editor de texto/binario estándar de VS Code?",
|
||||
"Select zoom level": "Seleccionar nivel de zoom",
|
||||
"Whole Image": "Imagen completa",
|
||||
"{0}B": "{0} B",
|
||||
"{0}GB": "{0} GB",
|
||||
"{0}KB": "{0} KB",
|
||||
"{0}MB": "{0} MB",
|
||||
"{0}TB": "{0} TB"
|
||||
},
|
||||
"package": {
|
||||
"command.copyImage": "Copiar",
|
||||
"command.zoomIn": "Acercar",
|
||||
"command.zoomOut": "Alejar",
|
||||
"customEditor.audioPreview.displayName": "Vista previa de audio",
|
||||
"customEditor.imagePreview.displayName": "Vista previa de la imagen",
|
||||
"customEditor.videoPreview.displayName": "Vista previa del vídeo",
|
||||
"description": "Proporciona vistas previas integradas de VS Code para imágenes, audio y vídeo",
|
||||
"displayName": "Vista previa de medios"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,20 @@
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"(Current Change)": "(Cambio actual)",
|
||||
"(Incoming Change)": "(Cambio entrante)",
|
||||
"Accept Both Changes": "Aceptar ambos cambios",
|
||||
"Accept Current Change": "Aceptar cambio actual",
|
||||
"Accept Incoming Change": "Aceptar cambio entrante",
|
||||
"Compare Changes": "Comparar cambios",
|
||||
"Editor cursor is not within a merge conflict": "El cursor de edición no se encuentra en un conflicto de fusión",
|
||||
"Editor cursor is within the common ancestors block, please move it to either the \"current\" or \"incoming\" block": "El cursor del editor está dentro del bloque de ancestros comunes, por favor muévalo al bloque \"actual\" o al \"entrante\"",
|
||||
"Editor cursor is within the merge conflict splitter, please move it to either the \"current\" or \"incoming\" block": "El cursor del editor está dentro del separador de conflictos de fusión, muévalo al bloque \"actual\" o al \"entrante\" ",
|
||||
"No merge conflicts found in this file": "No se encontraron conflictos en este archivo",
|
||||
"No other merge conflicts within this file": "No hay más conflictos en este archivo",
|
||||
"{0}: Current Changes ↔ Incoming Changes": "{0}: Cambios actuales ↔ Cambios entrantes"
|
||||
},
|
||||
"package": {
|
||||
"command.accept.all-both": "Aceptar ambos",
|
||||
"command.accept.all-current": "Aceptar todo actual",
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"bundle": {
|
||||
"Error validating custom environment setting: {0}": "Error validating custom environment setting: {0}",
|
||||
"Microsoft Authentication": "Autenticación de Microsoft",
|
||||
"Microsoft Sovereign Cloud Authentication": "Autenticación de nube soberana de Microsoft",
|
||||
"Open settings": "Open settings",
|
||||
"Paste authorization code here...": "Pegue aquí el código de autorización...",
|
||||
"Provide the authorization code to complete the sign in flow.": "Proporcione el código de autorización para completar el flujo de inicio de sesión.",
|
||||
"The environment `{0}` is not a valid environment.": "The environment `{0}` is not a valid environment.",
|
||||
"You have been signed out because reading stored authentication information failed.": "Se ha cerrado la sesión porque se ha producido un error al leer la información de autenticación almacenada.",
|
||||
"You must also specify a custom environment in order to use the custom environment auth provider.": "You must also specify a custom environment in order to use the custom environment auth provider."
|
||||
},
|
||||
"package": {
|
||||
"description": "Proveedor de autenticación de Microsoft",
|
||||
"displayName": "Cuenta Microsoft",
|
||||
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "The Active Directory endpoint for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "The Active Directory resource ID for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.description": "The 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` is required to use this feature.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.managementEndpointUrl.description": "The management endpoint for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.name.description": "The name of the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.portalUrl.description": "The portal URL for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.customEnvironment.resourceManagerEndpointUrl.description": "The resource manager endpoint for the custom Sovereign Cloud.",
|
||||
"microsoft-sovereign-cloud.environment.description": "The Sovereign Cloud to use for authentication. If you select `custom`, you must also set the `#microsoft-sovereign-cloud.customEnvironment#` setting.",
|
||||
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureChinaCloud": "Azure China",
|
||||
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure US Government",
|
||||
"microsoft-sovereign-cloud.environment.enumDescriptions.custom": "A custom Microsoft Sovereign Cloud",
|
||||
"signIn": "Iniciar sesión",
|
||||
"signOut": "Cerrar sesión"
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user