mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 01:00:29 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -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.
|
||||
{
|
||||
"titleLabel": "{0} ({1})"
|
||||
}
|
||||
8
i18n/ptb/src/vs/base/browser/ui/aria/aria.i18n.json
Normal file
8
i18n/ptb/src/vs/base/browser/ui/aria/aria.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.
|
||||
{
|
||||
"repeated": "{0} (ocorreu novamente)"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"defaultLabel": "entrada"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"caseDescription": "Diferenciar Maiúsculas de Minúsculas",
|
||||
"wordsDescription": "Coincidir Palavra Inteira",
|
||||
"regexDescription": "Usar Expressão Regular"
|
||||
}
|
||||
10
i18n/ptb/src/vs/base/browser/ui/inputbox/inputBox.i18n.json
Normal file
10
i18n/ptb/src/vs/base/browser/ui/inputbox/inputBox.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"alertErrorMessage": "Erro: {0}",
|
||||
"alertWarningMessage": "Aviso: {0}",
|
||||
"alertInfoMessage": "Informações: {0}"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"imgMeta": "{0}x{1} {2}",
|
||||
"largeImageError": "A imagem é muito grande para ser exibida no editor.",
|
||||
"resourceOpenExternalButton": "Abrir imagem usando um programa externo?",
|
||||
"nativeBinaryError": "O arquivo não pode ser exibido no editor porque é binário, muito grande ou usa uma codificação de texto sem suporte.",
|
||||
"sizeB": "{0}B",
|
||||
"sizeKB": "{0}KB",
|
||||
"sizeMB": "{0}MB",
|
||||
"sizeGB": "{0}GB",
|
||||
"sizeTB": "{0}TB"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"more": "Mais"
|
||||
}
|
||||
18
i18n/ptb/src/vs/base/common/errorMessage.i18n.json
Normal file
18
i18n/ptb/src/vs/base/common/errorMessage.i18n.json
Normal file
@@ -0,0 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"message": "{0}. Código de erro: {1}",
|
||||
"error.permission.verbose": "Permissão Negada (HTTP {0})",
|
||||
"error.permission": "Permissão Negada",
|
||||
"error.http.verbose": "{0} (HTTP {1}: {2})",
|
||||
"error.http": "{0} (HTTP {1})",
|
||||
"error.connection.unknown.verbose": "Erro de Conexão Desconhecido ({0})",
|
||||
"error.connection.unknown": "Ocorreu um erro de conexão desconhecido. Você não está mais conectado à Internet ou o servidor que você está conectado está offline.",
|
||||
"stackTrace.format": "{0}: {1}",
|
||||
"error.defaultMessage": "Ocorreu um erro desconhecido. Consulte o log para obter mais detalhes.",
|
||||
"nodeExceptionMessage": "Ocorreu um erro de sistema ({0})",
|
||||
"error.moreErrors": "{0} ({1} erros no total)"
|
||||
}
|
||||
16
i18n/ptb/src/vs/base/common/jsonErrorMessages.i18n.json
Normal file
16
i18n/ptb/src/vs/base/common/jsonErrorMessages.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"error.invalidSymbol": "Símbolo inválido",
|
||||
"error.invalidNumberFormat": "Formato de número inválido",
|
||||
"error.propertyNameExpected": "Nome de propriedade esperado",
|
||||
"error.valueExpected": "Valor esperado",
|
||||
"error.colonExpected": "Dois-pontos esperado",
|
||||
"error.commaExpected": "Vírgula esperada",
|
||||
"error.closeBraceExpected": "Chave de fechamento esperada",
|
||||
"error.closeBracketExpected": "Colchete de fechamento esperado",
|
||||
"error.endOfFileExpected": "Fim do arquivo esperado"
|
||||
}
|
||||
16
i18n/ptb/src/vs/base/common/keybindingLabels.i18n.json
Normal file
16
i18n/ptb/src/vs/base/common/keybindingLabels.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"ctrlKey": "Ctrl",
|
||||
"shiftKey": "Shift",
|
||||
"altKey": "Alt",
|
||||
"windowsKey": "Windows",
|
||||
"ctrlKey.long": "Control",
|
||||
"shiftKey.long": "Shift",
|
||||
"altKey.long": "Alt",
|
||||
"cmdKey.long": "Comando",
|
||||
"windowsKey.long": "Windows"
|
||||
}
|
||||
11
i18n/ptb/src/vs/base/common/processes.i18n.json
Normal file
11
i18n/ptb/src/vs/base/common/processes.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"ExecutableParser.commandMissing": "Erro: informações de executável devem definir um comando do tipo string",
|
||||
"ExecutableParser.isShellCommand": "Aviso: IsShellCommand deve ser to tipo booleano. Ignorando valor {0}",
|
||||
"ExecutableParser.args": "Aviso: args deve ser do tipo string[]. Ignorando valor {0}.",
|
||||
"ExecutableParser.invalidCWD": "Aviso: options.cwd deve ser do tipo string. Ignorando valor {0}."
|
||||
}
|
||||
10
i18n/ptb/src/vs/base/common/severity.i18n.json
Normal file
10
i18n/ptb/src/vs/base/common/severity.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"sev.error": "Erro",
|
||||
"sev.warning": "Aviso",
|
||||
"sev.info": "Informações"
|
||||
}
|
||||
8
i18n/ptb/src/vs/base/node/processes.i18n.json
Normal file
8
i18n/ptb/src/vs/base/node/processes.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.
|
||||
{
|
||||
"TaskRunner.UNC": "Não é possível executar um comando shell em uma unidade UNC."
|
||||
}
|
||||
8
i18n/ptb/src/vs/base/node/zip.i18n.json
Normal file
8
i18n/ptb/src/vs/base/node/zip.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.
|
||||
{
|
||||
"notFound": "{0} não encontrado dentro do zip."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"quickOpenAriaLabelEntry": "{0}, seletor",
|
||||
"quickOpenAriaLabel": "seletor"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"quickOpenAriaLabel": "Seletor rápido. Digite para filtrar resultados.",
|
||||
"treeAriaLabel": "Seletor rápido"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"collapse": "Recolher"
|
||||
}
|
||||
Reference in New Issue
Block a user