mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 09:30:31 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
8
i18n/ptb/extensions/markdown/out/extension.i18n.json
Normal file
8
i18n/ptb/extensions/markdown/out/extension.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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}"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"preview.securityMessage.text": "Algum conteúdo foi desativado 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"
|
||||
}
|
||||
15
i18n/ptb/extensions/markdown/out/security.i18n.json
Normal file
15
i18n/ptb/extensions/markdown/out/security.i18n.json
Normal file
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"strict.title": "Estrita",
|
||||
"strict.description": "Somente carregar conteúdo seguro",
|
||||
"insecureContent.title": "Permitir conteúdo inseguro",
|
||||
"insecureContent.description": "Habilitar o carregamento de conteúdo sobre http",
|
||||
"disable.title": "Desabilitar",
|
||||
"disable.description": "Permitir a execução de conteúdo e scripts. Não recomendado",
|
||||
"moreInfo.title": "Mais informações",
|
||||
"preview.showPreviewSecuritySelector.title": "Selecione as configurações de segurança para visualizações de Markdown neste espaço de trabalho"
|
||||
}
|
||||
Reference in New Issue
Block a user