mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"onPreviewStyleLoadError": "No se pudo cargar 'markdown.styles': {0}"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"lockedPreviewTitle": "[Vista previa] {0}",
|
||||
"previewTitle": "Vista Previa {0}"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"preview.securityMessage.text": "Se ha deshabilitado parte del contenido de este documento",
|
||||
"preview.securityMessage.title": "Se ha deshabilitado el contenido potencialmente inseguro en la previsualización de Markdown. Para permitir el contenido inseguro o habilitar scripts cambie la configuración de la previsualización de Markdown",
|
||||
"preview.securityMessage.label": "Alerta de seguridad de contenido deshabilitado"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"strict.title": "Strict",
|
||||
"strict.description": "Cargar solo el contenido seguro",
|
||||
"insecureLocalContent.title": "Permitir contenido local inseguro ",
|
||||
"insecureLocalContent.description": "Habilitar la carga del contenido sobre http desde localhost",
|
||||
"insecureContent.title": "Permitir contenido no seguro",
|
||||
"insecureContent.description": "Habilitar el contenido de carga sobre http",
|
||||
"disable.title": "Deshabilitar",
|
||||
"disable.description": "Permitir todo el contenido y la ejecución de scripts. No se recomienda.",
|
||||
"moreInfo.title": "Más información",
|
||||
"enableSecurityWarning.title": "Habilitar advertencias de seguridad de vista previa en este espacio de trabajo",
|
||||
"disableSecurityWarning.title": "Deshabilitar advertencias de seguridad de vista previa en este espacio de trabajo",
|
||||
"toggleSecurityWarning.description": "No afecta al nivel de seguridad de contenido",
|
||||
"preview.showPreviewSecuritySelector.title": "Seleccione configuración de seguridad para las previsualizaciones de Markdown en esta área de trabajo"
|
||||
}
|
||||
Reference in New Issue
Block a user