Initial VS Code 1.19 source merge (#571)

* Initial 1.19 xcopy

* Fix yarn build

* Fix numerous build breaks

* Next batch of build break fixes

* More build break fixes

* Runtime breaks

* Additional post merge fixes

* Fix windows setup file

* Fix test failures.

* Update license header blocks to refer to source eula
This commit is contained in:
Karl Burtram
2018-01-28 23:37:17 -08:00
committed by GitHub
parent 9a1ac20710
commit 251ae01c3e
8009 changed files with 93378 additions and 35634 deletions

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

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.
{
"yes": "Sim",
"no": "Não",
"not now": "Agora Não",
"suggest auto fetch": "Deseja habilitar o autopreenchimento dos repositórios Git?"
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
@@ -9,9 +9,12 @@
"create branch": "$(plus) criar nova ramificação",
"repourl": "URL do repositório",
"parent": "Diretório pai",
"cancel": "$(sync~spin) Clonando o repositório... Clique para cancelar",
"cancel tooltip": "Cancelar o clone",
"cloning": "Clonando repositório do Git...",
"openrepo": "Abrir Repositório",
"proposeopen": "Gostaria de abrir o repositório clonado?",
"init": "Escolher a pasta de trabalho para inicializar o git repo",
"init repo": "Inicializar Repositório",
"create repo": "Inicializar Repositório",
"are you sure": "Isto irá criar um repositório Git em '{0}'. Tem certeza que deseja continuar?",
@@ -49,12 +52,15 @@
"select branch to delete": "Selecione uma ramificação para excluir",
"confirm force delete branch": "A ramificação '{0}' não foi totalmente mesclada. Excluir mesmo assim?",
"delete branch": "Excluir ramificação",
"invalid branch name": "Nome da ramificação inválido.",
"branch already exists": "Um ramo chamado '{0}' já existe",
"select a branch to merge from": "Selecione uma ramificação para mesclar",
"merge conflicts": "Existem conflitos de mesclagem. Resolva-os antes de confirmar.",
"tag name": "Nome do rótulo",
"provide tag name": "Por favor, forneça um nome de Tag",
"tag message": "Mensagem",
"provide tag message": "Por favor, forneça uma mensagem para comentar o rótulo",
"no remotes to fetch": "Este repositório não possui remotos configurados para buscar algo",
"no remotes to pull": "O seu repositório não possui remotos configurados para efetuar pull.",
"pick remote pull repo": "Selecione um remoto para efeutar o pull da ramificação",
"no remotes to push": "O seu repositório não possui remotos configurados para efetuar push.",
@@ -71,7 +77,7 @@
"no stashes": "Não há esconderijos para restaurar.",
"pick stash to pop": "Escolher um esconderijo de pop",
"clean repo": "Por favor, limpe sua árvore de trabalho do repositório antes de fazer check-out.",
"cant push": "Não pode empurrar referências para remoto. Execute 'Pull' primeiro para integrar suas alterações.",
"cant push": "Não foi possível enviar referências para ramoto. Tente executar primeiro o 'Pull' para integrar com suas modificações.",
"git error details": "Git: {0}",
"git error": "Erro de Git",
"open git log": "Abrir Histórico do Git"

View File

@@ -1,11 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"looking": "Procurando por git em: {0}",
"using git": "Usando git {0} de {1}",
"updateGit": "Atualizar o Git",
"downloadgit": "Baixar o Git",
"neverShowAgain": "Não mostrar novamente",
"notfound": "Git não encontrado. Instale ou configure usando a configuração 'git.path'.",
"updateGit": "Atualizar o Git",
"git20": "Você parece ter o git {0} instalado. Code funciona melhor com git > = 2"
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
@@ -21,6 +21,7 @@
"deleted by us": "Excluído por nós",
"both added": "Ambos adicionados",
"both modified": "Ambos modificados",
"commitMessage": "Mensagem (tecle {0} para confirmar)",
"commit": "Confirmar",
"merge changes": "Mesclar Alterações",
"staged changes": "Alterações em Etapas",

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
@@ -33,8 +33,10 @@
"command.checkout": "Fazer checkout para...",
"command.branch": "Criar Ramificação...",
"command.deleteBranch": "Excluir Ramificação...",
"command.renameBranch": "Renomear o Branch",
"command.merge": "Mesclar ramificação...",
"command.createTag": "Criar Tag",
"command.fetch": "Buscar",
"command.pull": "Efetuar pull",
"command.pullRebase": "Efetuar pull (Rebase)",
"command.pullFrom": "Fazer pull de...",
@@ -42,9 +44,11 @@
"command.pushTo": "Enviar por push para...",
"command.pushWithTags": "Mover com Tags",
"command.sync": "Sincronizar",
"command.syncRebase": "Sincronização (Rebase)",
"command.publish": "Publicar Ramo",
"command.showOutput": "Mostrar Saída do Git",
"command.ignore": "Adicionar arquivo ao .gitignore",
"command.stashIncludeUntracked": "Estoque (incluir não controlados)",
"command.stash": "Esconder",
"command.stashPop": "Pop Stash...",
"command.stashPopLatest": "Pop mais recente Stash",
@@ -57,6 +61,7 @@
"config.countBadge": "Controla o contador de distintivos do git. 'todos' considera todas as alterações. 'rastreado' considera apenas as alterações controladas. 'desligado' desliga o contador.",
"config.checkoutType": "Controla quais tipos de ramos são listados quando executando `Checkout para... `. `todos` mostra todas as referências, `local` mostra apenas os ramos locais, `etiqueta` mostra apenas etiquetas e `remoto` mostra apenas os ramos remotos.",
"config.ignoreLegacyWarning": "Ignora o aviso de Git legado",
"config.ignoreMissingGitWarning": "Ignora o aviso quando Git não existir.",
"config.ignoreLimitWarning": "Ignora o aviso quando houver muitas alterações em um repositório",
"config.defaultCloneDirectory": "O local padrão onde clonar um repositório git",
"config.enableSmartCommit": "Confirme todas as alterações quando não há modificações planejadas.",