Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -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": "Não foi possível carregar o 'markdown.styles': {0}"
}

View File

@@ -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": "[Pré-visualização] {0}",
"previewTitle": "Pré-visualização {0}"
}

View File

@@ -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": "Parte do conteúdo foi desativada neste documento",
"preview.securityMessage.title": "Conteúdo potencialmente inseguro foi desativado na visualização de remarcação. Altere a configuração de segurança de visualização do Markdown para permitir conteúdo inseguro ou habilitar scripts",
"preview.securityMessage.label": "Conteúdo do Aviso de Segurança Desativado"
}

View File

@@ -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": "Estrito",
"strict.description": "Somente carregar conteúdo seguro",
"insecureLocalContent.title": "Permitir conteúdo local inseguro",
"insecureLocalContent.description": "Permitir carregar conteúdo por http servida por localhost",
"insecureContent.title": "Permitir conteúdo inseguro",
"insecureContent.description": "Permitir o carregamento de conteúdo via http",
"disable.title": "Desabilitar",
"disable.description": "Permitir a execução de conteúdo e scripts. Não recomendado",
"moreInfo.title": "Mais informações",
"enableSecurityWarning.title": "Habilitar a visualização de avisos de segurança neste espaço de trabalho",
"disableSecurityWarning.title": "Desabilitar a visualização de avisos de segurança neste espaço de trabalho",
"toggleSecurityWarning.description": "Não afeta o nível de segurança do conteúdo",
"preview.showPreviewSecuritySelector.title": "Selecione as configurações de segurança para pré-visualização de Markdown nesta área de trabalho."
}