Merge VS Code 1.21 source code (#1067)

* Initial VS Code 1.21 file copy with patches

* A few more merges

* Post npm install

* Fix batch of build breaks

* Fix more build breaks

* Fix more build errors

* Fix more build breaks

* Runtime fixes 1

* Get connection dialog working with some todos

* Fix a few packaging issues

* Copy several node_modules to package build to fix loader issues

* Fix breaks from master

* A few more fixes

* Make tests pass

* First pass of license header updates

* Second pass of license header updates

* Fix restore dialog issues

* Remove add additional themes menu items

* fix select box issues where the list doesn't show up

* formatting

* Fix editor dispose issue

* Copy over node modules to correct location on all platforms
This commit is contained in:
Karl Burtram
2018-04-04 15:27:51 -07:00
committed by GitHub
parent 5fba3e31b4
commit dafb780987
9412 changed files with 141255 additions and 98813 deletions

View File

@@ -0,0 +1,28 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"previewOnGitHub": "Pré-visualizar no GitHub",
"loadingData": "Carregando dados...",
"similarIssues": "Problemas semelhantes",
"open": "Abrir",
"closed": "Fechado",
"noResults": "Nenhum resultado encontrado",
"settingsSearchIssue": "Problema na Pesquisa de Configurações",
"bugReporter": "Relatório de Bug",
"performanceIssue": "Problema de Performance",
"featureRequest": "Solicitação de Recurso",
"stepsToReproduce": "Etapas para Reproduzir",
"bugDescription": "Nós suportamos Markdown no padrão GitHub. Você poderá editar o seu problema e adicionar capturas de tela quando nós o pré-visualizarmos no GitHub. ",
"performanceIssueDesciption": "Nós suportamos Markdown no padrão GitHub. Você poderá editar o seu problema e adicionar capturas de tela quando nós o pré-visualizarmos no GitHub. ",
"description": "Descrição",
"featureRequestDescription": "Nós suportamos Markdown no padrão GitHub. Você poderá editar o seu problema e adicionar capturas de tela quando nós o pré-visualizarmos no GitHub. ",
"expectedResults": "Resultado Esperado",
"settingsSearchResultsDescription": "Nós suportamos Markdown no padrão GitHub. Você poderá editar o seu problema e adicionar capturas de tela quando nós o pré-visualizarmos no GitHub. ",
"pasteData": "Nós escrevemos os dados necessários em sua área de transferência porque era muito grande para ser enviado. Por favor, Cole.",
"disabledExtensions": "Extensões estão desabilitadas"
}

View File

@@ -0,0 +1,26 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"completeInEnglish": "Por favor, preencha o formulário em inglês.",
"issueTypeLabel": "Isso é um",
"issueTitleLabel": "Título",
"issueTitleRequired": "Por favor, digite um título.",
"titleLengthValidation": "O título é muito longo.",
"systemInfo": "Minhas Informações do Sistema",
"sendData": "Enviar meus dados",
"processes": "Processos Atualmente em Execução",
"workspaceStats": "Minhas Estatísticas do Espaço de Trabalho",
"extensions": "Minhas extensões",
"searchedExtensions": "Extensões Pesquisadas",
"settingsSearchDetails": "Detalhes da Pesquisa de Configurações",
"yes": "Sim",
"no": "Não",
"disableExtensions": "desabilitando todas as extensões e recarregando a janela",
"details": "Por favor informe detalhes.",
"loadingData": "Carregando dados..."
}

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"authRequire": "Autenticação de proxy necessária",
"proxyauth": "O proxy {0} requer autenticação."
}

View File

@@ -0,0 +1,19 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"invalidEndpoint": "Destino para envio do log é inválido.",
"beginUploading": "Enviando...",
"didUploadLogs": "Envio bem-sucedido! ID do arquivo de Log: {0}",
"logUploadPromptBody": "Logs de sessão podem conter informações pessoais como caminhos completos ou conteúdos de arquivos. Por favor revise e elimine seus arquivos de log de sessão aqui: '{0}'",
"logUploadPromptBodyDetails": "Ao continuar você confirma que você revisou e eliminou seus arquivos de log de sessão e que você concorda que a Microsoft use eles para depurar o VS Code.",
"logUploadPromptAcceptInstructions": "Por favor execute o code com '--upload-logs={0}' para proceder com o upload",
"postError": "Erro ao postar logs: {0}",
"responseError": "Erro ao postar logs. Recebido {0} — {1}",
"parseError": "Erro ao analisar a resposta",
"zipError": "Erro ao zipar logs: {0}"
}

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"secondInstanceNoResponse": "Outra instância de {0} está sendo executada, mas não está respondendo",
"secondInstanceNoResponseDetail": "Por favor, feche todas as outras instãncias e tente novamente.",
"secondInstanceAdmin": "Uma segunda instãncia de {0} já está sendo executada como administrador.",

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"mFile": "&&Arquivo",
"mEdit": "&&Editar",
"mSelection": "&&Seleção",
@@ -88,6 +90,7 @@
"miMarker": "&&Problemas",
"miAdditionalViews": "&&Visualizações Adicionais",
"miCommandPalette": "&&Paleta de comando",
"miOpenView": "&&Abrir Visualização...",
"miToggleFullScreen": "Alternar &&Tela Inteira",
"miToggleZenMode": "Alternar modo Zen",
"miToggleMenuBar": "Alternar &&Barra de Menus",
@@ -178,13 +181,11 @@
"miConfigureTask": "&& Configurar Tarefas...",
"miConfigureBuildTask": "Configurar Tarefas Padrão de Compilação...",
"accessibilityOptionsWindowTitle": "Opções de Acessibilidade",
"miRestartToUpdate": "Reinicie para Atualizar...",
"miCheckForUpdates": "Verificar Atualizações...",
"miCheckingForUpdates": "Verificando Atualizações...",
"miDownloadUpdate": "Baixar Atualização Disponível",
"miDownloadingUpdate": "Baixando Atualização...",
"miInstallUpdate": "Instalar Atualização...",
"miInstallingUpdate": "Instalando Atualização...",
"miCheckForUpdates": "Verificar Atualizações...",
"aboutDetail": "Versão {0}\nConfirmação {1}\nData {2}\nShell {3}\nRenderizador {4}\nNó {5}\nArquitetura {6}",
"okButton": "OK",
"copy": "&&Copiar"
"miRestartToUpdate": "Reinicie para Atualizar..."
}

View File

@@ -1,8 +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.
{
"hiddenMenuBar": "Você ainda pode acessar a barra de menu pressionando a tecla * * Alt * *."
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"hiddenMenuBar": "Você ainda pode acessar a barra de menu pressionando a tecla Alt."
}

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"ok": "OK",
"pathNotExistTitle": "O caminho não existe",
"pathNotExistDetail": "O caminho '{0}' não parece mais existir no disco.",

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"notFound": "Extensão '{0}' não encontrada.",
"notInstalled": "Extensão '{0}' não está instalada.",
"useId": "Certifique-se de usar a ID de extensão completa, incluindo o editor, por exemplo: {0}",