mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
@@ -151,6 +151,10 @@
|
||||
"mZoom": "Ampliar",
|
||||
"mBringToFront": "Trazer Tudo para a Frente",
|
||||
"miSwitchWindow": "Alternar &&Janela...",
|
||||
"mShowPreviousTab": "Mostrar a guia anterior",
|
||||
"mShowNextTab": "Mostrar próxima guia",
|
||||
"mMoveTabToNewWindow": "Mover guia para nova janela",
|
||||
"mMergeAllWindows": "Mesclar todas as janelas",
|
||||
"miToggleDevTools": "&&Alternar Ferramentas do Desenvolvedor",
|
||||
"miAccessibilityOptions": "&&Opções de Acessibilidade",
|
||||
"miReportIssues": "Relatar &&Problemas",
|
||||
@@ -171,8 +175,8 @@
|
||||
"miRunningTask": "Mostrar &&Tarefas Em Execução...",
|
||||
"miRestartTask": "R&&einiciar Tarefa em Execução",
|
||||
"miTerminateTask": "&&Finalizar Tarefa",
|
||||
"miConfigureTask": "&&Configurar tarefas",
|
||||
"miConfigureBuildTask": "Configurar Tarefa de Compilação &&Padrão",
|
||||
"miConfigureTask": "&& Configurar Tarefas...",
|
||||
"miConfigureBuildTask": "Configurar Tarefas Padrão de Compilação...",
|
||||
"accessibilityOptionsWindowTitle": "Opções de Acessibilidade",
|
||||
"miRestartToUpdate": "Reinicie para Atualizar...",
|
||||
"miCheckingForUpdates": "Verificando Atualizações...",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,12 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
"ok": "OK",
|
||||
"pathNotExistTitle": "O caminho não existe",
|
||||
"pathNotExistDetail": "O caminho '{0}' não parece mais existir no disco.",
|
||||
"reopen": "&&Reabrir",
|
||||
"wait": "&&Continuar Aguardando",
|
||||
"close": "&&Fechar",
|
||||
"appStalled": "A janela não está mais respondendo",
|
||||
"appStalledDetail": "Você pode reabrir, fechar a janela ou continuar esperando.",
|
||||
"appCrashed": "A janela foi fechada inesperadamente",
|
||||
"appCrashedDetail": "Pedimos desculpas pelo inconveniente! Você pode reabrir a janela para continuar de onde parou.",
|
||||
"open": "Abrir",
|
||||
"openFolder": "Abrir Pasta",
|
||||
"openFile": "Abrir Arquivo",
|
||||
"workspaceOpenedMessage": "Não é possível salvar espaço de trabalho '{0}'",
|
||||
"workspaceOpenedDetail": "O espaço de trabalho já está aberto em outra janela. Por favor, feche a janela primeiro e tente novamente.",
|
||||
"openWorkspace": "&&Abrir",
|
||||
"openWorkspaceTitle": "Abrir o Espaço de Trabalho",
|
||||
"save": "&&Salvar",
|
||||
@@ -14,15 +26,5 @@
|
||||
"cancel": "Cancelar",
|
||||
"saveWorkspaceMessage": "Você quer salvar a sua configuração de área de trabalho como um arquivo?",
|
||||
"saveWorkspaceDetail": "Salve seu espaço de trabalho se pretende abri-lo novamente.",
|
||||
"saveWorkspace": "Salvar o espaço de trabalho",
|
||||
"reopen": "Reabrir",
|
||||
"wait": "Continuar Esperando",
|
||||
"close": "Fechar",
|
||||
"appStalled": "A janela não está mais respondendo",
|
||||
"appStalledDetail": "Você pode reabrir, fechar a janela ou continuar esperando.",
|
||||
"appCrashed": "A janela foi fechada inesperadamente",
|
||||
"appCrashedDetail": "Pedimos desculpas pelo inconveniente! Você pode reabrir a janela para continuar de onde parou.",
|
||||
"open": "Abrir",
|
||||
"openFolder": "Abrir Pasta",
|
||||
"openFile": "Abrir Arquivo"
|
||||
"saveWorkspace": "Salvar o espaço de trabalho"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user