mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"missOrInvalid": "Credenciais ausentes ou inválidas."
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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."
|
||||
],
|
||||
"yes": "Sim",
|
||||
"no": "Não",
|
||||
"not now": "Agora Não",
|
||||
"suggest auto fetch": "Deseja habilitar o autopreenchimento dos repositórios Git?"
|
||||
"not now": "Pergunte-me depois",
|
||||
"suggest auto fetch": "Você gostaria que o Code [execute periodicamente o 'git fetch']({0})?"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"tag at": "Etiqueta em {0}",
|
||||
"remote branch at": "Ramo remoto em {0}",
|
||||
"create branch": "$(plus) criar nova ramificação",
|
||||
@@ -34,13 +36,17 @@
|
||||
"confirm discard all": "Tem certeza que deseja descartar todas as alterações em {0} arquivos?\nIsso é IRREVERSíVEL!\nO conjunto de trabalhando atual será PERDIDO PARA SEMPRE.",
|
||||
"discardAll multiple": "Descartar 1 Arquivo",
|
||||
"discardAll": "Descartar Todos os {0} Arquivos",
|
||||
"confirm delete multiple": "Tem certeza que deseja excluir {0} arquivos?",
|
||||
"confirm delete multiple": "Tem certeza que deseja EXCLUIR {0} arquivos?",
|
||||
"delete files": "Excluir arquivos",
|
||||
"there are untracked files single": "O seguinte arquivo não controlado será excluído do disco se descartado: {0}.",
|
||||
"there are untracked files": "Existem {0} arquivos não controlados que serão excluídos do disco se descartados.",
|
||||
"confirm discard all 2": "{0}\n\n é IRREVERSÍVEL, o conjunto de trabalho atual será PERDIDO PARA SEMPRE.",
|
||||
"yes discard tracked": "Descartar 1 arquivo controlado",
|
||||
"yes discard tracked multiple": "Descartar arquivos {0} controlados",
|
||||
"unsaved files single": "O seguinte arquivo não foi salvo: [0}.\n\nGostaria de salvá-lo antes de executar o commit?",
|
||||
"unsaved files": "Existem {0} arquivos não salvos.\n\nGostaria de salvá-los antes de executar o commit?",
|
||||
"save and commit": "Salvar Tudo & Confirmar",
|
||||
"commit": "Confirmar de qualquer maneira",
|
||||
"no staged changes": "Não há nenhuma modificação escalonada para confirmar.\n\nGostaria de escalonar automaticamente todas as suas alterações e confirmá-las diretamente?",
|
||||
"always": "Sempre",
|
||||
"no changes": "Não há mudanças para confirmar.",
|
||||
@@ -64,12 +70,13 @@
|
||||
"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.",
|
||||
"push with tags success": "Envio de rótulos finalizado com sucesso.",
|
||||
"nobranch": "Por favor, faça checkout em um ramo para fazer push em um remoto.",
|
||||
"confirm publish branch": "O branch '{0}' não possui um branch superior. Você quer publicar este branch?",
|
||||
"ok": "OK",
|
||||
"push with tags success": "Envio de rótulos finalizado com sucesso.",
|
||||
"pick remote": "Pegue um remoto para publicar o ramo '{0}':",
|
||||
"sync is unpredictable": "Esta ação vai fazer push e pull nos commits de e para '{0}'.",
|
||||
"ok": "OK",
|
||||
"never again": "Ok, Nunca Mostrar Novamente",
|
||||
"never again": "OK, Não Mostrar Novamente",
|
||||
"no remotes to publish": "Seu repositório não possui remotos configurados para publicação.",
|
||||
"no changes stash": "Não há nenhuma mudança para esconder.",
|
||||
"provide stash message": "Opcionalmente forneça uma mensagem para esconder.",
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"looking": "Procurando por git em: {0}",
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"looking": "Procurando pelo git em: {0}",
|
||||
"using git": "Usando git {0} de {1}",
|
||||
"downloadgit": "Baixar o Git",
|
||||
"neverShowAgain": "Não mostrar novamente",
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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."
|
||||
],
|
||||
"too many submodules": "O repositório '{0}' possui submódulos {1} que não serão abertos automaticamente. Você ainda pode abrir cada um individualmente abrindo um arquivo dentro dele.",
|
||||
"no repositories": "Não existem repositórios disponíveis",
|
||||
"pick repo": "Escolher um repositório"
|
||||
"pick repo": "Escolha um repositório"
|
||||
}
|
||||
@@ -1,32 +1,35 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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."
|
||||
],
|
||||
"open": "Abrir",
|
||||
"index modified": "Índice modificado",
|
||||
"index modified": "Índice Modificado",
|
||||
"modified": "Modificado",
|
||||
"index added": "Índice adicionado",
|
||||
"index deleted": "Índice excluído",
|
||||
"index added": "Índice Adicionado",
|
||||
"index deleted": "Índice Excluído",
|
||||
"deleted": "Excluído",
|
||||
"index renamed": "Índice renomeado",
|
||||
"index copied": "Índice copiado",
|
||||
"index renamed": "Índice Renomeado",
|
||||
"index copied": "Índice Copiado",
|
||||
"untracked": "Não acompanhado",
|
||||
"ignored": "Ignorado",
|
||||
"both deleted": "Ambos Excluídos",
|
||||
"added by us": "Adicionado por nós",
|
||||
"deleted by them": "Excluído por eles",
|
||||
"added by them": "Adicionado por eles",
|
||||
"deleted by us": "Excluído por nós",
|
||||
"added by us": "Adicionado Por Nós",
|
||||
"deleted by them": "Excluído Por Eles",
|
||||
"added by them": "Adicionado Por Eles",
|
||||
"deleted by us": "Excluído Por Nós",
|
||||
"both added": "Ambos adicionados",
|
||||
"both modified": "Ambos modificados",
|
||||
"both modified": "Ambos Modificados",
|
||||
"commitMessage": "Mensagem (tecle {0} para confirmar)",
|
||||
"commit": "Confirmar",
|
||||
"merge changes": "Mesclar Alterações",
|
||||
"staged changes": "Alterações em Etapas",
|
||||
"changes": "Alterações",
|
||||
"ok": "OK",
|
||||
"neveragain": "Nunca Mostrar Novamente",
|
||||
"commitMessageCountdown": "{0} caracteres restantes na linha atual",
|
||||
"commitMessageWarning": "{0} caracteres sobre {1} na linha atual",
|
||||
"neveragain": "Não mostrar novamente",
|
||||
"huge": "O repositório git em '{0}' tem muitas atualizações ativas, somente um subconjunto de funcionalidades do Git será habilitado."
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"checkout": "Checkout...",
|
||||
"sync changes": "Sincronizar alterações",
|
||||
"publish changes": "Publicar Alterações",
|
||||
|
||||
Reference in New Issue
Block a user