mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user