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.
{
@@ -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.",