Files
azuredatastudio/resources/xlf/pt-br/sql.pt-BR.xlf
2020-01-15 13:03:27 -08:00

5574 lines
278 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="src/sql/platform/clipboard/browser/clipboardService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="imageCopyingNotSupported">
<source xml:lang="en">Copying images is not supported</source>
<target state="translated">Não há suporte para copiar imagens</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/update/electron-browser/releaseNotes" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="gettingStarted">
<source xml:lang="en">Get Started</source>
<target state="translated">Introdução</target>
</trans-unit>
<trans-unit id="showReleaseNotes">
<source xml:lang="en">Show Getting Started</source>
<target state="translated">Mostrar Introdução</target>
</trans-unit>
<trans-unit id="miGettingStarted">
<source xml:lang="en">Getting &amp;&amp;Started</source>
<note>&amp;&amp; denotes a mnemonic</note>
<target state="translated">I&amp;&amp;ntrodução</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/queryHistory/electron-browser/queryHistory" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="queryHistoryConfigurationTitle">
<source xml:lang="en">QueryHistory</source>
<target state="translated">QueryHistory</target>
</trans-unit>
<trans-unit id="queryHistoryCaptureEnabled">
<source xml:lang="en">Whether Query History capture is enabled. If false queries executed will not be captured.</source>
<target state="translated">Se a captura do Histórico de Consultas estiver habilitada. Se for false, as consultas executadas não serão capturadas.</target>
</trans-unit>
<trans-unit id="viewCategory">
<source xml:lang="en">View</source>
<target state="translated">Exibir</target>
</trans-unit>
<trans-unit id="queryHistory">
<source xml:lang="en">Query History</source>
<target state="translated">Histórico de Consultas</target>
</trans-unit>
<trans-unit id="miViewQueryHistory">
<source xml:lang="en">&amp;&amp;Query History</source>
<note>&amp;&amp; denotes a mnemonic</note>
<target state="translated">&amp;&amp;Histórico de Consultas</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/commandLine/electron-browser/commandLine" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="connectingLabel">
<source xml:lang="en">Connecting: {0}</source>
<target state="translated">Conectando: {0}</target>
</trans-unit>
<trans-unit id="runningCommandLabel">
<source xml:lang="en">Running command: {0}</source>
<target state="translated">Comando em execução: {0}</target>
</trans-unit>
<trans-unit id="openingNewQueryLabel">
<source xml:lang="en">Opening new query: {0}</source>
<target state="translated">Abrindo a nova consulta: {0}</target>
</trans-unit>
<trans-unit id="warnServerRequired">
<source xml:lang="en">Cannot connect as no server information was provided</source>
<target state="translated">Não é possível se conectar, pois não foi fornecida nenhuma informação do servidor</target>
</trans-unit>
<trans-unit id="errConnectUrl">
<source xml:lang="en">Could not open URL due to error {0}</source>
<target state="translated">Não foi possível abrir a URL devido ao erro {0}</target>
</trans-unit>
<trans-unit id="connectServerDetail">
<source xml:lang="en">This will connect to server {0}</source>
<target state="translated">Isso será conectado ao servidor {0}</target>
</trans-unit>
<trans-unit id="confirmConnect">
<source xml:lang="en">Are you sure you want to connect?</source>
<target state="translated">Tem certeza de que deseja se conectar?</target>
</trans-unit>
<trans-unit id="open">
<source xml:lang="en">&amp;&amp;Open</source>
<target state="translated">&amp;&amp;Abrir</target>
</trans-unit>
<trans-unit id="connectingQueryLabel">
<source xml:lang="en">Connecting query file</source>
<target state="translated">Conectando o arquivo de consulta</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/errorMessage/browser/errorMessageService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="error">
<source xml:lang="en">Error</source>
<target state="translated">Erro</target>
</trans-unit>
<trans-unit id="warning">
<source xml:lang="en">Warning</source>
<target state="translated">Aviso</target>
</trans-unit>
<trans-unit id="info">
<source xml:lang="en">Info</source>
<target state="translated">Informações</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/serialization/common/serializationService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="saveAsNotSupported">
<source xml:lang="en">Saving results into different format disabled for this data provider.</source>
<target state="translated">O salvamento de resultados em diferentes formatos está desabilitado para este provedor de dados.</target>
</trans-unit>
<trans-unit id="noSerializationProvider">
<source xml:lang="en">Cannot serialize data as no provider has been registered</source>
<target state="translated">Não foi possível serializar os dados, pois não foi registrado nenhum provedor</target>
</trans-unit>
<trans-unit id="unknownSerializationError">
<source xml:lang="en">Serialization failed with an unknown error</source>
<target state="translated">Falha na serialização com um erro desconhecido</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/admin/common/adminService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="adminService.providerIdNotValidError">
<source xml:lang="en">Connection is required in order to interact with adminservice</source>
<target state="translated">A conexão é necessária para interagir com adminservice</target>
</trans-unit>
<trans-unit id="adminService.noHandlerRegistered">
<source xml:lang="en">No Handler Registered</source>
<target state="translated">Nenhum manipulador registrado</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/fileBrowser/browser/fileBrowserDialogController" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="filebrowser.selectFile">
<source xml:lang="en">Select a file</source>
<target state="translated">Selecionar um arquivo</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dataExplorer/browser/nodeActions.common.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="disconnect">
<source xml:lang="en">Disconnect</source>
<target state="translated">Desconectar</target>
</trans-unit>
<trans-unit id="refresh">
<source xml:lang="en">Refresh</source>
<target state="translated">Atualizar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/common/resultsGrid.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="resultsGridConfigurationTitle">
<source xml:lang="en">Results Grid and Messages</source>
<target state="translated">Grade de Resultados e Mensagens</target>
</trans-unit>
<trans-unit id="fontFamily">
<source xml:lang="en">Controls the font family.</source>
<target state="translated">Controla a família de fontes.</target>
</trans-unit>
<trans-unit id="fontWeight">
<source xml:lang="en">Controls the font weight.</source>
<target state="translated">Controla a espessura da fonte.</target>
</trans-unit>
<trans-unit id="fontSize">
<source xml:lang="en">Controls the font size in pixels.</source>
<target state="translated">Controla o tamanho da fonte em pixels.</target>
</trans-unit>
<trans-unit id="letterSpacing">
<source xml:lang="en">Controls the letter spacing in pixels.</source>
<target state="translated">Controla o espaçamento de letras em pixels.</target>
</trans-unit>
<trans-unit id="rowHeight">
<source xml:lang="en">Controls the row height in pixels</source>
<target state="translated">Controla a altura da linha em pixels</target>
</trans-unit>
<trans-unit id="cellPadding">
<source xml:lang="en">Controls the cell padding in pixels</source>
<target state="translated">Controla o preenchimento em pixels da célula</target>
</trans-unit>
<trans-unit id="autoSizeColumns">
<source xml:lang="en">Auto size the columns width on inital results. Could have performance problems with large number of columns or large cells</source>
<target state="translated">Dimensionar automaticamente a largura de colunas nos resultados iniciais. Pode haver problemas de desempenho com um grande número de colunas ou com células grandes</target>
</trans-unit>
<trans-unit id="maxColumnWidth">
<source xml:lang="en">The maximum width in pixels for auto-sized columns</source>
<target state="translated">A largura máxima em pixels para colunas dimensionadas automaticamente</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/tasks/browser/tasks.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="inProgressTasksChangesBadge">
<source xml:lang="en">{0} in progress tasks</source>
<target state="translated">{0} tarefas em andamento</target>
</trans-unit>
<trans-unit id="viewCategory">
<source xml:lang="en">View</source>
<target state="translated">Exibir</target>
</trans-unit>
<trans-unit id="tasks">
<source xml:lang="en">Tasks</source>
<target state="translated">Tarefas</target>
</trans-unit>
<trans-unit id="miViewTasks">
<source xml:lang="en">&amp;&amp;Tasks</source>
<note>&amp;&amp; denotes a mnemonic</note>
<target state="translated">&amp;&amp;Tarefas</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dataExplorer/browser/dataExplorer.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="workbench.dataExplorer">
<source xml:lang="en">Connections</source>
<target state="translated">Conexões</target>
</trans-unit>
<trans-unit id="dataExplorer.view">
<source xml:lang="en">View</source>
<target state="translated">Exibir</target>
</trans-unit>
<trans-unit id="databaseConnections">
<source xml:lang="en">Database Connections</source>
<target state="translated">Conexões de Banco de Dados</target>
</trans-unit>
<trans-unit id="datasource.connections">
<source xml:lang="en">data source connections</source>
<target state="translated">conexões de fonte de dados</target>
</trans-unit>
<trans-unit id="datasource.connectionGroups">
<source xml:lang="en">data source groups</source>
<target state="translated">grupos de fonte de dados</target>
</trans-unit>
<trans-unit id="startupConfig">
<source xml:lang="en">Startup Configuration</source>
<target state="translated">Configuração de Inicialização</target>
</trans-unit>
<trans-unit id="startup.alwaysShowServersView">
<source xml:lang="en">True for the Servers view to be shown on launch of Azure Data Studio default; false if the last opened view should be shown</source>
<target state="translated">True para a exibição Servidores a ser mostrada na inicialização do padrão do Azure Data Studio; false se a última visualização aberta deve ser mostrada</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/connection/browser/connection.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="sql.maxRecentConnectionsDescription">
<source xml:lang="en">The maximum number of recently used connections to store in the connection list.</source>
<target state="translated">O número máximo de conexões usadas recentemente para armazenar na lista de conexão.</target>
</trans-unit>
<trans-unit id="sql.defaultEngineDescription">
<source xml:lang="en">Default SQL Engine to use. This drives default language provider in .sql files and the default to use when creating a new connection. Valid option is currently MSSQL</source>
<target state="translated">Mecanismo SQL padrão a ser usado. Isso leva o provedor de idioma padrão em arquivos .sql e o padrão a ser usado ao criar uma conexão. A opção válida atualmente é MSSQL</target>
</trans-unit>
<trans-unit id="connection.parseClipboardForConnectionStringDescription">
<source xml:lang="en">Attempt to parse the contents of the clipboard when the connection dialog is opened or a paste is performed.</source>
<target state="translated">Tentativa de analisar o conteúdo da área de transferência quando a caixa de diálogo conexão é aberta ou a cópia é executada.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/objectExplorer/common/serverGroup.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="serverGroup.colors">
<source xml:lang="en">Server Group color palette used in the Object Explorer viewlet.</source>
<target state="translated">Paleta de cores do grupo de servidores usada na visualização do Pesquisador de Objetos.</target>
</trans-unit>
<trans-unit id="serverGroup.autoExpand">
<source xml:lang="en">Auto-expand Server Groups in the Object Explorer viewlet.</source>
<target state="translated">Expanda automaticamente grupos de servidores na visualização do Pesquisador de Objetos.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/actions.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="previewFeatures.configTitle">
<source xml:lang="en">Preview Features</source>
<target state="translated">Versões prévias dos recursos</target>
</trans-unit>
<trans-unit id="previewFeatures.configEnable">
<source xml:lang="en">Enable unreleased preview features</source>
<target state="translated">Habilitar versões prévias dos recursos não liberadas</target>
</trans-unit>
<trans-unit id="showConnectDialogOnStartup">
<source xml:lang="en">Show connect dialog on startup</source>
<target state="translated">Mostrar caixa de diálogo de conexão na inicialização</target>
</trans-unit>
<trans-unit id="enableObsoleteApiUsageNotificationTitle">
<source xml:lang="en">Obsolete API Notification</source>
<target state="translated">Notificação de API obsoleta</target>
</trans-unit>
<trans-unit id="enableObsoleteApiUsageNotification">
<source xml:lang="en">Enable/disable obsolete API usage notification</source>
<target state="translated">Habilitar/desabilitar a notificação de uso de API obsoleta</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/accounts.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="status.problems">
<source xml:lang="en">Problems</source>
<target state="translated">Problemas</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/accountManagement.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="carbon.extension.contributes.account.id">
<source xml:lang="en">Identifier of the account type</source>
<target state="translated">Identificador do tipo de conta</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.account.icon">
<source xml:lang="en">(Optional) Icon which is used to represent the accpunt in the UI. Either a file path or a themable configuration</source>
<target state="translated">(Opcional) Ícone que é usado para representar o accpunt na interface do usuário. Um caminho de arquivo ou uma configuração tematizáveis</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.account.icon.light">
<source xml:lang="en">Icon path when a light theme is used</source>
<target state="translated">Caminho do ícone quando um tema leve é usado</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.account.icon.dark">
<source xml:lang="en">Icon path when a dark theme is used</source>
<target state="translated">Caminho de ícone quando um tema escuro é usado</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.account">
<source xml:lang="en">Contributes icons to account provider.</source>
<target state="translated">Contribui ícones para provedor de conta.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/views/charts/types/lineChart.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dataTypeDescription">
<source xml:lang="en">Indicates data property of a data set for a chart.</source>
<target state="translated">Indica a propriedade de dados de um conjunto de dados para um gráfico.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/views/charts/types/barChart.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="yAxisMin">
<source xml:lang="en">Minimum value of the y axis</source>
<target state="translated">Valor mínimo do eixo y</target>
</trans-unit>
<trans-unit id="yAxisMax">
<source xml:lang="en">Maximum value of the y axis</source>
<target state="translated">Valor máximo do eixo y</target>
</trans-unit>
<trans-unit id="barchart.yAxisLabel">
<source xml:lang="en">Label for the y axis</source>
<target state="translated">Rótulo para o eixo y</target>
</trans-unit>
<trans-unit id="xAxisMin">
<source xml:lang="en">Minimum value of the x axis</source>
<target state="translated">Valor mínimo do eixo x</target>
</trans-unit>
<trans-unit id="xAxisMax">
<source xml:lang="en">Maximum value of the x axis</source>
<target state="translated">Valor máximo do eixo x</target>
</trans-unit>
<trans-unit id="barchart.xAxisLabel">
<source xml:lang="en">Label for the x axis</source>
<target state="translated">Rótulo para o eixo x</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/views/tableInsight.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="tableInsightDescription">
<source xml:lang="en">Displays the results in a simple table</source>
<target state="translated">Exibe os resultados em uma tabela simples</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/views/imageInsight.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="imageInsightDescription">
<source xml:lang="en">Displays an image, for example one returned by an R query using ggplot2</source>
<target state="translated">Exibe uma imagem, por exemplo, um retornado por uma consulta R usando o ggplot2</target>
</trans-unit>
<trans-unit id="imageFormatDescription">
<source xml:lang="en">What format is expected - is this a JPEG, PNG or other format?</source>
<target state="translated">Qual é o formato esperado É um JPEG, PNG ou outro formato?</target>
</trans-unit>
<trans-unit id="encodingDescription">
<source xml:lang="en">Is this encoded as hex, base64 or some other format?</source>
<target state="translated">É codificado como hexa, base64 ou algum outro formato?</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/views/countInsight.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="countInsightDescription">
<source xml:lang="en">For each column in a resultset, displays the value in row 0 as a count followed by the column name. Supports '1 Healthy', '3 Unhealthy' for example, where 'Healthy' is the column name and 1 is the value in row 1 cell 1</source>
<target state="translated">Para cada coluna em um conjunto de resultados, exibe o valor na linha 0 como uma contagem seguida pelo nome da coluna. Dá suporte para '1 Íntegro', '3 Não Íntegro', por exemplo, em que 'Íntegro' é o nome da coluna e 1 é o valor na célula 1 da linha 1</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/dashboard.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="manage">
<source xml:lang="en">Manage</source>
<target state="translated">Gerenciar</target>
</trans-unit>
<trans-unit id="dashboard.editor.label">
<source xml:lang="en">Dashboard</source>
<target state="translated">Painel</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/containers/dashboardWebviewContainer.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.container.webview">
<source xml:lang="en">The webview that will be displayed in this tab.</source>
<target state="translated">O webview que será exibido nesta guia.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/containers/dashboardControlHostContainer.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.container.controlhost">
<source xml:lang="en">The controlhost that will be displayed in this tab.</source>
<target state="translated">O controlhost que será exibido nesta guia.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/containers/dashboardWidgetContainer.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.container.widgets">
<source xml:lang="en">The list of widgets that will be displayed in this tab.</source>
<target state="translated">A lista de widgets que serão exibidos nesta guia.</target>
</trans-unit>
<trans-unit id="widgetContainer.invalidInputs">
<source xml:lang="en">The list of widgets is expected inside widgets-container for extension.</source>
<target state="translated">A lista de widgets é esperada dentro de contêiner de widgets para a extensão.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/containers/dashboardGridContainer.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.container.gridtab.items">
<source xml:lang="en">The list of widgets or webviews that will be displayed in this tab.</source>
<target state="translated">A lista de widgets ou webviews que serão exibidos nesta guia.</target>
</trans-unit>
<trans-unit id="gridContainer.invalidInputs">
<source xml:lang="en">widgets or webviews are expected inside widgets-container for extension.</source>
<target state="translated">Widgets ou webviews são esperados dentro de contêiner de widgets para a extensão.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/containers/dashboardContainer.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="azdata.extension.contributes.dashboard.container.id">
<source xml:lang="en">Unique identifier for this container.</source>
<target state="translated">Identificador exclusivo para este contêiner.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.dashboard.container.container">
<source xml:lang="en">The container that will be displayed in the tab.</source>
<target state="translated">O contêiner que será exibido na guia.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.containers">
<source xml:lang="en">Contributes a single or multiple dashboard containers for users to add to their dashboard.</source>
<target state="translated">Contribui com um único ou vários contêineres de painel para os usuários adicionarem ao painel.</target>
</trans-unit>
<trans-unit id="dashboardContainer.contribution.noIdError">
<source xml:lang="en">No id in dashboard container specified for extension.</source>
<target state="translated">Nenhuma ID no contêiner do painel especificada para a extensão.</target>
</trans-unit>
<trans-unit id="dashboardContainer.contribution.noContainerError">
<source xml:lang="en">No container in dashboard container specified for extension.</source>
<target state="translated">Nenhum contêiner no contêiner do painel especificado para a extensão.</target>
</trans-unit>
<trans-unit id="dashboardContainer.contribution.moreThanOneDashboardContainersError">
<source xml:lang="en">Exactly 1 dashboard container must be defined per space.</source>
<target state="translated">Exatamente 1 contêiner do painel deve ser definido por espaço.</target>
</trans-unit>
<trans-unit id="dashboardTab.contribution.unKnownContainerType">
<source xml:lang="en">Unknown container type defines in dashboard container for extension.</source>
<target state="translated">O tipo de contêiner desconhecido define no contêiner do painel para extensão.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/containers/dashboardModelViewContainer.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.container.modelview">
<source xml:lang="en">The model-backed view that will be displayed in this tab.</source>
<target state="translated">A visualização com suporte do modelo que será exibida nesta guia.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/containers/dashboardNavSection.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.container.left-nav-bar.id">
<source xml:lang="en">Unique identifier for this nav section. Will be passed to the extension for any requests.</source>
<target state="translated">Identificador exclusivo para esta seção de navegação. Será passado para a extensão para quaisquer solicitações.</target>
</trans-unit>
<trans-unit id="dashboard.container.left-nav-bar.icon">
<source xml:lang="en">(Optional) Icon which is used to represent this nav section in the UI. Either a file path or a themeable configuration</source>
<target state="translated">(Opcional) Ícone usado para representar essa seção de navegação na interface do usuário. Um caminho de arquivo ou uma configuração com tema</target>
</trans-unit>
<trans-unit id="dashboard.container.left-nav-bar.icon.light">
<source xml:lang="en">Icon path when a light theme is used</source>
<target state="translated">Caminho do ícone quando um tema leve é usado</target>
</trans-unit>
<trans-unit id="dashboard.container.left-nav-bar.icon.dark">
<source xml:lang="en">Icon path when a dark theme is used</source>
<target state="translated">Caminho de ícone quando um tema escuro é usado</target>
</trans-unit>
<trans-unit id="dashboard.container.left-nav-bar.title">
<source xml:lang="en">Title of the nav section to show the user.</source>
<target state="translated">Título da seção de navegação para mostrar ao usuário.</target>
</trans-unit>
<trans-unit id="dashboard.container.left-nav-bar.container">
<source xml:lang="en">The container that will be displayed in this nav section.</source>
<target state="translated">O contêiner que será exibido nesta seção de navegação.</target>
</trans-unit>
<trans-unit id="dashboard.container.left-nav-bar">
<source xml:lang="en">The list of dashboard containers that will be displayed in this navigation section.</source>
<target state="translated">A lista de contêineres do painel que será exibida nesta seção de navegação.</target>
</trans-unit>
<trans-unit id="opticon">
<source xml:lang="en">property `icon` can be omitted or must be either a string or a literal like `{dark, light}`</source>
<target state="translated">propriedade `ícone` pode ser omitida ou deve ser uma cadeia de caracteres ou um literal como `{escuro, claro}`</target>
</trans-unit>
<trans-unit id="navSection.missingTitle.error">
<source xml:lang="en">No title in nav section specified for extension.</source>
<target state="translated">Não foi especificado nenhum título na seção de navegação para a extensão.</target>
</trans-unit>
<trans-unit id="navSection.missingContainer.error">
<source xml:lang="en">No container in nav section specified for extension.</source>
<target state="translated">Não foi especificado nenhum contêiner na seção de navegação para a extensão.</target>
</trans-unit>
<trans-unit id="navSection.moreThanOneDashboardContainersError">
<source xml:lang="en">Exactly 1 dashboard container must be defined per space.</source>
<target state="translated">Exatamente 1 contêiner do painel deve ser definido por espaço.</target>
</trans-unit>
<trans-unit id="navSection.invalidContainer.error">
<source xml:lang="en">NAV_SECTION within NAV_SECTION is an invalid container for extension.</source>
<target state="translated">NAV_SECTION dentro de NAV_SECTION é um contêiner inválido para a extensão.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/backup/browser/backup.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="backup">
<source xml:lang="en">Backup</source>
<target state="translated">Backup</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/core/dashboardTab.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="azdata.extension.contributes.dashboard.tab.id">
<source xml:lang="en">Unique identifier for this tab. Will be passed to the extension for any requests.</source>
<target state="translated">Identificador exclusivo para esta guia. Será passado para a extensão para quaisquer solicitações.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.dashboard.tab.title">
<source xml:lang="en">Title of the tab to show the user.</source>
<target state="translated">Título da guia para mostrar ao usuário.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.dashboard.tab.description">
<source xml:lang="en">Description of this tab that will be shown to the user.</source>
<target state="translated">Descrição desta guia que será mostrada ao usuário.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.tab.when">
<source xml:lang="en">Condition which must be true to show this item</source>
<target state="translated">A condição deve ser true para mostrar este item</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.tab.provider">
<source xml:lang="en">Defines the connection types this tab is compatible with. Defaults to 'MSSQL' if not set</source>
<target state="translated">Define os tipos de conexão com os quais essa guia é compatível. O padrão será 'MSSQL' se essa opção não for definida</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.dashboard.tab.container">
<source xml:lang="en">The container that will be displayed in this tab.</source>
<target state="translated">O contêiner que será exibido nesta guia.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.dashboard.tab.alwaysShow">
<source xml:lang="en">Whether or not this tab should always be shown or only when the user adds it.</source>
<target state="translated">Se esta guia deve ou não ser sempre exibida ou apenas quando o usuário a adiciona.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.dashboard.tab.isHomeTab">
<source xml:lang="en">Whether or not this tab should be used as the Home tab for a connection type.</source>
<target state="translated">Se esta guia deve ou não ser usada como guia da Página Inicial para um tipo de conexão.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.tabs">
<source xml:lang="en">Contributes a single or multiple tabs for users to add to their dashboard.</source>
<target state="translated">Contribui com uma única ou várias guias para que os usuários adicionem ao painel.</target>
</trans-unit>
<trans-unit id="dashboardTab.contribution.noTitleError">
<source xml:lang="en">No title specified for extension.</source>
<target state="translated">Nenhum título especificado para a extensão.</target>
</trans-unit>
<trans-unit id="dashboardTab.contribution.noDescriptionWarning">
<source xml:lang="en">No description specified to show.</source>
<target state="translated">Nenhuma descrição especificada para mostrar.</target>
</trans-unit>
<trans-unit id="dashboardTab.contribution.noContainerError">
<source xml:lang="en">No container specified for extension.</source>
<target state="translated">Nenhum contêiner especificado para a extensão.</target>
</trans-unit>
<trans-unit id="dashboardTab.contribution.moreThanOneDashboardContainersError">
<source xml:lang="en">Exactly 1 dashboard container must be defined per space</source>
<target state="translated">Exatamente 1 contêiner de painel deve ser definido por espaço</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/restore/browser/restore.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="restore">
<source xml:lang="en">Restore</source>
<target state="translated">Restaurar</target>
</trans-unit>
<trans-unit id="backup">
<source xml:lang="en">Restore</source>
<target state="translated">Restaurar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/objectExplorer/browser/objectExplorerViewTreeShim" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="noProviderFound">
<source xml:lang="en">Cannot expand as the required connection provider '{0}' was not found</source>
<target state="translated">Não é possível expandir, pois o provedor de conexão necessário '{0}' não foi encontrado</target>
</trans-unit>
<trans-unit id="loginCanceled">
<source xml:lang="en">User canceled</source>
<target state="translated">Usuário cancelado</target>
</trans-unit>
<trans-unit id="firewallCanceled">
<source xml:lang="en">Firewall dialog canceled</source>
<target state="translated">Caixa de diálogo do Firewall cancelada</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/tasks/common/tasksService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="InProgressWarning">
<source xml:lang="en">1 or more tasks are in progress. Are you sure you want to quit?</source>
<target state="translated">1 ou mais tarefas estão em andamento. Tem certeza de que deseja sair?</target>
</trans-unit>
<trans-unit id="taskService.yes">
<source xml:lang="en">Yes</source>
<target state="translated">Sim</target>
</trans-unit>
<trans-unit id="taskService.no">
<source xml:lang="en">No</source>
<target state="translated">Não</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/jobManagement/common/jobManagementService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="providerIdNotValidError">
<source xml:lang="en">Connection is required in order to interact with JobManagementService</source>
<target state="translated">A conexão é necessária para interagir com JobManagementService</target>
</trans-unit>
<trans-unit id="noHandlerRegistered">
<source xml:lang="en">No Handler Registered</source>
<target state="translated">Nenhum manipulador registrado</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/fileBrowser/common/fileBrowserService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="fileBrowserErrorMessage">
<source xml:lang="en">An error occured while loading the file browser.</source>
<target state="translated">Ocorreu um erro ao carregar o navegador de arquivos.</target>
</trans-unit>
<trans-unit id="fileBrowserErrorDialogTitle">
<source xml:lang="en">File browser error</source>
<target state="translated">Erro do navegador de arquivo</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/notebook.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="notebookEditor.name">
<source xml:lang="en">Notebook Editor</source>
<target state="translated">Editor do Notebook</target>
</trans-unit>
<trans-unit id="newNotebook">
<source xml:lang="en">New Notebook</source>
<target state="translated">Novo Notebook</target>
</trans-unit>
<trans-unit id="newQuery">
<source xml:lang="en">New Notebook</source>
<target state="translated">Novo Notebook</target>
</trans-unit>
<trans-unit id="notebook.sqlStopOnError">
<source xml:lang="en">SQL kernel: stop Notebook execution when error occurs in a cell.</source>
<target state="translated">Kernel do SQL: parar a execução do Notebook quando ocorrer um erro em uma célula.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/scripting/browser/scripting.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="scriptAsCreate">
<source xml:lang="en">Script as Create</source>
<target state="translated">Script como Criar</target>
</trans-unit>
<trans-unit id="scriptAsDelete">
<source xml:lang="en">Script as Drop</source>
<target state="translated">Script como Soltar</target>
</trans-unit>
<trans-unit id="scriptAsSelect">
<source xml:lang="en">Select Top 1000</source>
<target state="translated">Selecione Top 1000</target>
</trans-unit>
<trans-unit id="scriptAsExecute">
<source xml:lang="en">Script as Execute</source>
<target state="translated">Script como Executar</target>
</trans-unit>
<trans-unit id="scriptAsAlter">
<source xml:lang="en">Script as Alter</source>
<target state="translated">Script como Alterar</target>
</trans-unit>
<trans-unit id="editData">
<source xml:lang="en">Edit Data</source>
<target state="translated">Editar Dados</target>
</trans-unit>
<trans-unit id="scriptSelect">
<source xml:lang="en">Select Top 1000</source>
<target state="translated">Selecione Top 1000</target>
</trans-unit>
<trans-unit id="scriptCreate">
<source xml:lang="en">Script as Create</source>
<target state="translated">Script como Criar</target>
</trans-unit>
<trans-unit id="scriptExecute">
<source xml:lang="en">Script as Execute</source>
<target state="translated">Script como Executar</target>
</trans-unit>
<trans-unit id="scriptAlter">
<source xml:lang="en">Script as Alter</source>
<target state="translated">Script como Alterar</target>
</trans-unit>
<trans-unit id="scriptDelete">
<source xml:lang="en">Script as Drop</source>
<target state="translated">Script como Soltar</target>
</trans-unit>
<trans-unit id="refreshNode">
<source xml:lang="en">Refresh</source>
<target state="translated">Atualizar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/connection/browser/connectionDialogService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="connectionError">
<source xml:lang="en">Connection error</source>
<target state="translated">Erro de conexão</target>
</trans-unit>
<trans-unit id="kerberosErrorStart">
<source xml:lang="en">Connection failed due to Kerberos error.</source>
<target state="translated">A conexão falhou devido a um erro do Kerberos.</target>
</trans-unit>
<trans-unit id="kerberosHelpLink">
<source xml:lang="en">Help configuring Kerberos is available at {0}</source>
<target state="translated">Ajuda para configurar o Kerberos está disponível em {0}</target>
</trans-unit>
<trans-unit id="kerberosKinit">
<source xml:lang="en">If you have previously connected you may need to re-run kinit.</source>
<target state="translated">Se você já se conectou anteriormente, pode ser necessário executar novamente o kinit.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/accountManagement/browser/accountManagementService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="refreshFailed">
<source xml:lang="en">Refresh account was canceled by the user</source>
<target state="translated">A conta de atualização foi cancelada pelo usuário</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profiler.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="profiler.settings.viewTemplates">
<source xml:lang="en">Specifies view templates</source>
<target state="translated">Especifica os modelos de exibição</target>
</trans-unit>
<trans-unit id="profiler.settings.sessionTemplates">
<source xml:lang="en">Specifies session templates</source>
<target state="translated">Especifica os modelos de sessão</target>
</trans-unit>
<trans-unit id="profiler.settings.Filters">
<source xml:lang="en">Profiler Filters</source>
<target state="translated">Filtros do Profiler</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/queryHistory/browser/queryHistoryActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="toggleQueryHistory">
<source xml:lang="en">Toggle Query History</source>
<target state="translated">Ativar/desativar o Histórico de Consultas</target>
</trans-unit>
<trans-unit id="queryHistory.delete">
<source xml:lang="en">Delete</source>
<target state="translated">Excluir</target>
</trans-unit>
<trans-unit id="queryHistory.clearLabel">
<source xml:lang="en">Clear All History</source>
<target state="translated">Limpar Todo o Histórico</target>
</trans-unit>
<trans-unit id="queryHistory.openQuery">
<source xml:lang="en">Open Query</source>
<target state="translated">Abrir Consulta</target>
</trans-unit>
<trans-unit id="queryHistory.runQuery">
<source xml:lang="en">Run Query</source>
<target state="translated">Executar Consulta</target>
</trans-unit>
<trans-unit id="queryHistory.toggleCaptureLabel">
<source xml:lang="en">Toggle Query History capture</source>
<target state="translated">Ativar/desativar a captura de Histórico de Consultas</target>
</trans-unit>
<trans-unit id="queryHistory.disableCapture">
<source xml:lang="en">Pause Query History Capture</source>
<target state="translated">Pausar a Captura de Histórico de Consultas</target>
</trans-unit>
<trans-unit id="queryHistory.enableCapture">
<source xml:lang="en">Start Query History Capture</source>
<target state="translated">Iniciar a Captura do Histórico de Consultas</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/common/enablePreviewFeatures" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="enablePreviewFeatures.notice">
<source xml:lang="en">Preview features are required in order for extensions to be fully supported and for some actions to be available. Would you like to enable preview features?</source>
<target state="translated">As versões prévias dos recursos são necessárias para que as extensões sejam totalmente compatíveis e para que algumas ações fiquem disponíveis. Você gostaria de habilitar as versões prévias dos recursos?</target>
</trans-unit>
<trans-unit id="enablePreviewFeatures.yes">
<source xml:lang="en">Yes</source>
<target state="translated">Sim</target>
</trans-unit>
<trans-unit id="enablePreviewFeatures.no">
<source xml:lang="en">No</source>
<target state="translated">Não</target>
</trans-unit>
<trans-unit id="enablePreviewFeatures.never">
<source xml:lang="en">No, don't show again</source>
<target state="translated">Não, não mostrar novamente</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/query/common/queryModelService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="commitEditFailed">
<source xml:lang="en">Commit row failed: </source>
<target state="translated">A linha de confirmação falhou: </target>
</trans-unit>
<trans-unit id="runQueryStringBatchStartMessage">
<source xml:lang="en">Started executing query "{0}"</source>
<target state="translated">Começou a executar consulta "{0}"</target>
</trans-unit>
<trans-unit id="updateCellFailed">
<source xml:lang="en">Update cell failed: </source>
<target state="translated">Falha na célula de atualização: </target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/objectExplorer/browser/objectExplorerService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="OeSessionFailedError">
<source xml:lang="en">Failed to create Object Explorer session</source>
<target state="translated">Falha ao criar a sessão do Pesquisador de Objetos</target>
</trans-unit>
<trans-unit id="nodeExpansionError">
<source xml:lang="en">Multiple errors:</source>
<target state="translated">Múltiplos erros:</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/notebook/browser/notebookServiceImpl" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="notebookUriNotDefined">
<source xml:lang="en">No URI was passed when creating a notebook manager</source>
<target state="translated">Nenhum URI foi passado ao criar um gerenciador de notebooks</target>
</trans-unit>
<trans-unit id="notebookServiceNoProvider">
<source xml:lang="en">Notebook provider does not exist</source>
<target state="translated">O provedor de notebooks não existe</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/browser/query.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="queryResultsEditor.name">
<source xml:lang="en">Query Results</source>
<target state="translated">Resultados da Consulta</target>
</trans-unit>
<trans-unit id="queryEditor.name">
<source xml:lang="en">Query Editor</source>
<target state="translated">Editor da Consulta</target>
</trans-unit>
<trans-unit id="newQuery">
<source xml:lang="en">New Query</source>
<target state="translated">Nova Consulta</target>
</trans-unit>
<trans-unit id="sql.saveAsCsv.includeHeaders">
<source xml:lang="en">[Optional] When true, column headers are included when saving results as CSV</source>
<target state="translated">[Opcional] Quando true, os cabeçalhos de coluna são incluídos ao salvar os resultados como CSV</target>
</trans-unit>
<trans-unit id="sql.saveAsCsv.delimiter">
<source xml:lang="en">[Optional] The custom delimiter to use between values when saving as CSV</source>
<target state="translated">[Opcional] O delimitador personalizado para ser usado entre valores ao ser salvo como CSV</target>
</trans-unit>
<trans-unit id="sql.saveAsCsv.lineSeperator">
<source xml:lang="en">[Optional] Character(s) used for seperating rows when saving results as CSV</source>
<target state="translated">[Opcional] Os caracteres usados para separar linhas ao salvar os resultados como CSV</target>
</trans-unit>
<trans-unit id="sql.saveAsCsv.textIdentifier">
<source xml:lang="en">[Optional] Character used for enclosing text fields when saving results as CSV</source>
<target state="translated">[Opcional] O caractere usado para delimitar os campos de texto ao salvar os resultados como CSV</target>
</trans-unit>
<trans-unit id="sql.saveAsCsv.encoding">
<source xml:lang="en">[Optional] File encoding used when saving results as CSV</source>
<target state="translated">[Opcional] Arquivo de codificação usado ao salvar os resultados como CSV</target>
</trans-unit>
<trans-unit id="sql.results.streaming">
<source xml:lang="en">Enable results streaming; contains few minor visual issues</source>
<target state="translated">Habilitar streaming de resultados; contém alguns problemas visuais menores</target>
</trans-unit>
<trans-unit id="sql.saveAsXml.formatted">
<source xml:lang="en">[Optional] When true, XML output will be formatted when saving results as XML</source>
<target state="translated">[Opcional] Quando true, a saída XML será formatada ao salvar resultados como XML</target>
</trans-unit>
<trans-unit id="sql.saveAsXml.encoding">
<source xml:lang="en">[Optional] File encoding used when saving results as XML</source>
<target state="translated">[Opcional] Codificação de arquivo usado ao salvar os resultados como XML</target>
</trans-unit>
<trans-unit id="sql.copyIncludeHeaders">
<source xml:lang="en">[Optional] Configuration options for copying results from the Results View</source>
<target state="translated">[Opcional] Opções de configuração para copiar os resultados da exibição de resultados</target>
</trans-unit>
<trans-unit id="sql.copyRemoveNewLine">
<source xml:lang="en">[Optional] Configuration options for copying multi-line results from the Results View</source>
<target state="translated">[Opcional] Opções de configuração para copiar os resultados de várias linhas do modo de exibição de resultados</target>
</trans-unit>
<trans-unit id="sql.showBatchTime">
<source xml:lang="en">[Optional] Should execution time be shown for individual batches</source>
<target state="translated">[Opcional] O tempo de execução deve ser mostrado para lotes individuais?</target>
</trans-unit>
<trans-unit id="defaultChartType">
<source xml:lang="en">[Optional] the default chart type to use when opening Chart Viewer from a Query Results</source>
<target state="translated">[Opcional] o tipo de gráfico padrão para usar ao abrir o visualizador gráfico dos resultados da consulta</target>
</trans-unit>
<trans-unit id="tabColorMode.off">
<source xml:lang="en">Tab coloring will be disabled</source>
<target state="translated">A coloração da guia será desabilitada</target>
</trans-unit>
<trans-unit id="tabColorMode.border">
<source xml:lang="en">The top border of each editor tab will be colored to match the relevant server group</source>
<target state="translated">A borda superior de cada guia do editor será colorida para combinar com o grupo de servidores relevante</target>
</trans-unit>
<trans-unit id="tabColorMode.fill">
<source xml:lang="en">Each editor tab's background color will match the relevant server group</source>
<target state="translated">A cor de fundo de cada editor da guia corresponderá ao grupo de servidores relevante</target>
</trans-unit>
<trans-unit id="tabColorMode">
<source xml:lang="en">Controls how to color tabs based on the server group of their active connection</source>
<target state="translated">Controla como colorir as guias com base no grupo de servidores de sua conexão ativa</target>
</trans-unit>
<trans-unit id="showConnectionInfoInTitle">
<source xml:lang="en">Controls whether to show the connection info for a tab in the title.</source>
<target state="translated">Controla se deseja mostrar a informação de conexão para uma guia no título.</target>
</trans-unit>
<trans-unit id="sql.promptToSaveGeneratedFiles">
<source xml:lang="en">Prompt to save generated SQL files</source>
<target state="translated">Pedir para salvar arquivos SQL gerados</target>
</trans-unit>
<trans-unit id="mssql.intelliSense.enableIntelliSense">
<source xml:lang="en">Should IntelliSense be enabled</source>
<target state="translated">O IntelliSense deve estar habilitado?</target>
</trans-unit>
<trans-unit id="mssql.intelliSense.enableErrorChecking">
<source xml:lang="en">Should IntelliSense error checking be enabled</source>
<target state="translated">A verificação de erros do IntelliSense deve estar habilitada?</target>
</trans-unit>
<trans-unit id="mssql.intelliSense.enableSuggestions">
<source xml:lang="en">Should IntelliSense suggestions be enabled</source>
<target state="translated">As sugestões do IntelliSense devem ser habilitadas?</target>
</trans-unit>
<trans-unit id="mssql.intelliSense.enableQuickInfo">
<source xml:lang="en">Should IntelliSense quick info be enabled</source>
<target state="translated">As informações rápidas do IntelliSense devem estar habilitadas?</target>
</trans-unit>
<trans-unit id="mssql.intelliSense.lowerCaseSuggestions">
<source xml:lang="en">Should IntelliSense suggestions be lowercase</source>
<target state="translated">As sugestões do IntelliSense devem estar em letras minúsculas?</target>
</trans-unit>
<trans-unit id="mssql.query.setRowCount">
<source xml:lang="en">Maximum number of rows to return before the server stops processing your query.</source>
<target state="translated">O número máximo de linhas a serem retornadas antes que o servidor pare de processar sua consulta.</target>
</trans-unit>
<trans-unit id="mssql.query.textSize">
<source xml:lang="en">Maximum size of text and ntext data returned from a SELECT statement</source>
<target state="translated">O tamanho máximo de dados text e ntext retornados de uma instrução SELECT</target>
</trans-unit>
<trans-unit id="mssql.query.executionTimeout">
<source xml:lang="en">An execution time-out of 0 indicates an unlimited wait (no time-out)</source>
<target state="translated">Um tempo limite de execução 0 indica uma espera ilimitada (sem tempo limite)</target>
</trans-unit>
<trans-unit id="mssql.query.noCount">
<source xml:lang="en">Enable SET NOCOUNT option</source>
<target state="translated">Habilitar a opção SET NOCOUNT</target>
</trans-unit>
<trans-unit id="mssql.query.noExec">
<source xml:lang="en">Enable SET NOEXEC option</source>
<target state="translated">Habilitar a opção SET NOEXEC</target>
</trans-unit>
<trans-unit id="mssql.query.parseOnly">
<source xml:lang="en">Enable SET PARSEONLY option</source>
<target state="translated">Habilitar a opção SET PARSEONLY</target>
</trans-unit>
<trans-unit id="mssql.query.arithAbort">
<source xml:lang="en">Enable SET ARITHABORT option</source>
<target state="translated">Habilitar a opção SET ARITHABORT</target>
</trans-unit>
<trans-unit id="mssql.query.statisticsTime">
<source xml:lang="en">Enable SET STATISTICS TIME option</source>
<target state="translated">Habilitar a opção SET STATISTICS TIME</target>
</trans-unit>
<trans-unit id="mssql.query.statisticsIO">
<source xml:lang="en">Enable SET STATISTICS IO option</source>
<target state="translated">Habilitar a opção SET STATISTICS IO</target>
</trans-unit>
<trans-unit id="mssql.query.xactAbortOn">
<source xml:lang="en">Enable SET XACT_ABORT ON option</source>
<target state="translated">Habilitar a opção SET XACT_ABORT ON</target>
</trans-unit>
<trans-unit id="mssql.query.transactionIsolationLevel">
<source xml:lang="en">Enable SET TRANSACTION ISOLATION LEVEL option</source>
<target state="translated">Habilitar a opção SET TRANSACTION ISOLATION LEVEL</target>
</trans-unit>
<trans-unit id="mssql.query.deadlockPriority">
<source xml:lang="en">Enable SET DEADLOCK_PRIORITY option</source>
<target state="translated">Habilitar a opção SET DEADLOCK_PRIORITY</target>
</trans-unit>
<trans-unit id="mssql.query.lockTimeout">
<source xml:lang="en">Enable SET LOCK TIMEOUT option (in milliseconds)</source>
<target state="translated">Habilitar a opção SET LOCK TIMEOUT (em milissegundos)</target>
</trans-unit>
<trans-unit id="mssql.query.queryGovernorCostLimit">
<source xml:lang="en">Enable SET QUERY_GOVERNOR_COST_LIMIT</source>
<target state="translated">Habilitar SET QUERY_GOVERNOR_COST_LIMIT</target>
</trans-unit>
<trans-unit id="mssql.query.ansiDefaults">
<source xml:lang="en">Enable SET ANSI_DEFAULTS</source>
<target state="translated">Habilitar SET ANSI_DEFAULTS</target>
</trans-unit>
<trans-unit id="mssql.query.quotedIdentifier">
<source xml:lang="en">Enable SET QUOTED_IDENTIFIER</source>
<target state="translated">Habilitar SET QUOTED_IDENTIFIER</target>
</trans-unit>
<trans-unit id="mssql.query.ansiNullDefaultOn">
<source xml:lang="en">Enable SET ANSI_NULL_DFLT_ON</source>
<target state="translated">Habilitar SET ANSI_NULL_DFLT_ON</target>
</trans-unit>
<trans-unit id="mssql.query.implicitTransactions">
<source xml:lang="en">Enable SET IMPLICIT_TRANSACTIONS</source>
<target state="translated">Habilitar SET IMPLICIT_TRANSACTIONS</target>
</trans-unit>
<trans-unit id="mssql.query.cursorCloseOnCommit">
<source xml:lang="en">Enable SET CURSOR_CLOSE_ON_COMMIT</source>
<target state="translated">Habilitar SET CURSOR_CLOSE_ON_COMMIT</target>
</trans-unit>
<trans-unit id="mssql.query.ansiPadding">
<source xml:lang="en">Enable SET ANSI_PADDING</source>
<target state="translated">Habilitar SET ANSI_PADDING</target>
</trans-unit>
<trans-unit id="mssql.query.ansiWarnings">
<source xml:lang="en">Enable SET ANSI_WARNINGS</source>
<target state="translated">Habilitar SET ANSI_WARNINGS</target>
</trans-unit>
<trans-unit id="mssql.query.ansiNulls">
<source xml:lang="en">Enable SET ANSI_NULLS</source>
<target state="translated">Habilitar SET ANSI_NULLS</target>
</trans-unit>
<trans-unit id="queryShortcutDescription">
<source xml:lang="en">Set keybinding workbench.action.query.shortcut{0} to run the shortcut text as a procedure call. Any selected text in the query editor will be passed as a parameter</source>
<target state="translated">Defina keybinding workbench.action.query.shortcut{0} para executar o texto do atalho como uma chamada de procedimento. Qualquer texto selecionado no editor de consultas será passado como um parâmetro</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/connection/common/connectionProviderExtension" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="schema.providerId">
<source xml:lang="en">Common id for the provider</source>
<target state="translated">ID comum do provedor</target>
</trans-unit>
<trans-unit id="schema.displayName">
<source xml:lang="en">Display Name for the provider</source>
<target state="translated">Nome de Exibição do provedor</target>
</trans-unit>
<trans-unit id="schema.iconPath">
<source xml:lang="en">Icon path for the server type</source>
<target state="translated">Caminho do ícone do tipo de servidor</target>
</trans-unit>
<trans-unit id="schema.connectionOptions">
<source xml:lang="en">Options for connection</source>
<target state="translated">Opções de conexão</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/errorMessage/browser/errorMessageDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="errorMessageDialog.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="errorMessageDialog.close">
<source xml:lang="en">Close</source>
<target state="translated">Fechar</target>
</trans-unit>
<trans-unit id="copyDetails">
<source xml:lang="en">Copy details</source>
<target state="translated">Copiar detalhes</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/objectExplorer/common/serverGroupViewModel" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="serverGroup.addServerGroup">
<source xml:lang="en">Add server group</source>
<target state="translated">Adicionar grupo de servidores</target>
</trans-unit>
<trans-unit id="serverGroup.editServerGroup">
<source xml:lang="en">Edit server group</source>
<target state="translated">Editar grupo de servidores</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/firewallRuleDialogController" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="firewallDialog.addAccountErrorTitle">
<source xml:lang="en">Error adding account</source>
<target state="translated">Erro ao adicionar a conta</target>
</trans-unit>
<trans-unit id="firewallRuleError">
<source xml:lang="en">Firewall rule error</source>
<target state="translated">Erro de regra de firewall</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/api/browser/mainThreadExtensionManagement" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="workbench.generalObsoleteApiNotification">
<source xml:lang="en">Some of the loaded extensions are using obsolete APIs, please find the detailed information in the Console tab of Developer Tools window</source>
<target state="translated">Algumas das extensões carregadas estão usando APIs obsoletas. Encontre as informações detalhadas na guia Console da janela Ferramentas para Desenvolvedores</target>
</trans-unit>
<trans-unit id="dontShowAgain">
<source xml:lang="en">Don't Show Again</source>
<target state="translated">Não Mostrar Novamente</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/tasks/browser/tasksActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="toggleTasks">
<source xml:lang="en">Toggle Tasks</source>
<target state="translated">Alternar Tarefas</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dataExplorer/browser/dataExplorerViewlet" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="showDataExplorer">
<source xml:lang="en">Show Connections</source>
<target state="translated">Mostrar Conexões</target>
</trans-unit>
<trans-unit id="dataExplorer.servers">
<source xml:lang="en">Servers</source>
<target state="translated">Servidores</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dataExplorer/browser/dataExplorerExtensionPoint" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="vscode.extension.contributes.view.id">
<source xml:lang="en">Identifier of the view. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.</source>
<target state="translated">Identificador da exibição. Use isso para registrar um provedor de dados por meio da API 'vscode.window.registerTreeDataProviderForView'. Também para ativar sua extensão registrando o evento 'onView: ${id}' para 'activationEvents'.</target>
</trans-unit>
<trans-unit id="vscode.extension.contributes.view.name">
<source xml:lang="en">The human-readable name of the view. Will be shown</source>
<target state="translated">O nome legível para humanos da exibição. Será mostrado</target>
</trans-unit>
<trans-unit id="vscode.extension.contributes.view.when">
<source xml:lang="en">Condition which must be true to show this view</source>
<target state="translated">A condição que deve ser true para mostrar esta exibição</target>
</trans-unit>
<trans-unit id="extension.contributes.dataExplorer">
<source xml:lang="en">Contributes views to the editor</source>
<target state="translated">Contribui com exibições para o editor</target>
</trans-unit>
<trans-unit id="extension.dataExplorer">
<source xml:lang="en">Contributes views to Data Explorer container in the Activity bar</source>
<target state="translated">Contribui com exibições para o contêiner do Data Explorer na barra de Atividade</target>
</trans-unit>
<trans-unit id="dataExplorer.contributed">
<source xml:lang="en">Contributes views to contributed views container</source>
<target state="translated">Contribui com exibições para o contêiner de exibições contribuídas</target>
</trans-unit>
<trans-unit id="ViewsContainerDoesnotExist">
<source xml:lang="en">View container '{0}' does not exist and all views registered to it will be added to 'Data Explorer'.</source>
<target state="translated">O contêiner de exibição '{0}' não existe e todas as exibições registradas nele serão adicionadas ao 'Data Explorer'.</target>
</trans-unit>
<trans-unit id="duplicateView1">
<source xml:lang="en">Cannot register multiple views with same id `{0}` in the view container `{1}`</source>
<target state="translated">Não é possível registrar vários modos de exibição com a mesma id '{0}' no contêiner de exibição '{1}'</target>
</trans-unit>
<trans-unit id="duplicateView2">
<source xml:lang="en">A view with id `{0}` is already registered in the view container `{1}`</source>
<target state="translated">Uma exibição com a id '{0}' já está registrada no contêiner de exibição '{1}'</target>
</trans-unit>
<trans-unit id="requirearray">
<source xml:lang="en">views must be an array</source>
<target state="translated">as exibições devem ser uma matriz</target>
</trans-unit>
<trans-unit id="requirestring">
<source xml:lang="en">property `{0}` is mandatory and must be of type `string`</source>
<target state="translated">a propriedade `{0}` é obrigatória e deve ser do tipo `string`</target>
</trans-unit>
<trans-unit id="optstring">
<source xml:lang="en">property `{0}` can be omitted or must be of type `string`</source>
<target state="translated">a propriedade `{0}` pode ser omitida ou deve ser do tipo `string`</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/connection/browser/connectionStatus" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="status.connection.status">
<source xml:lang="en">Connection Status</source>
<target state="translated">Status da Conexão</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/actions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="manage">
<source xml:lang="en">Manage</source>
<target state="translated">Gerenciar</target>
</trans-unit>
<trans-unit id="showDetails">
<source xml:lang="en">Show Details</source>
<target state="translated">Mostrar Detalhes</target>
</trans-unit>
<trans-unit id="configureDashboard">
<source xml:lang="en">Learn How To Configure The Dashboard</source>
<target state="translated">Saiba Como Configurar o Painel</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/dashboard/browser/insightRegistry" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="schema.dashboardWidgets.InsightsRegistry">
<source xml:lang="en">Widget used in the dashboards</source>
<target state="translated">Widget usado nos painéis</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/views/charts/chartInsight.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="chartInsightDescription">
<source xml:lang="en">Displays results of a query as a chart on the dashboard</source>
<target state="translated">Exibe os resultados de uma consulta como um gráfico no painel</target>
</trans-unit>
<trans-unit id="colorMapDescription">
<source xml:lang="en">Maps 'column name' -&gt; color. for example add 'column1': red to ensure this column uses a red color </source>
<target state="translated">Mapeia 'nome de coluna' -&gt; cor. Por exemplo, adicione 'column1': red para garantir que essa coluna use uma cor vermelha </target>
</trans-unit>
<trans-unit id="legendDescription">
<source xml:lang="en">Indicates preferred position and visibility of the chart legend. These are the column names from your query, and map to the label of each chart entry</source>
<target state="translated">Indica a posição preferida e a visibilidade da legenda do gráfico. Esses são os nomes das colunas da sua consulta e mapeados para o rótulo de cada entrada do gráfico</target>
</trans-unit>
<trans-unit id="labelFirstColumnDescription">
<source xml:lang="en">If dataDirection is horizontal, setting this to true uses the first columns value for the legend.</source>
<target state="translated">Se dataDirection for horizontal, definir como true usará o valor das primeiras colunas para a legenda.</target>
</trans-unit>
<trans-unit id="columnsAsLabels">
<source xml:lang="en">If dataDirection is vertical, setting this to true will use the columns names for the legend.</source>
<target state="translated">Se dataDirection for vertical, definir como true usará os nomes das colunas para a legenda.</target>
</trans-unit>
<trans-unit id="dataDirectionDescription">
<source xml:lang="en">Defines whether the data is read from a column (vertical) or a row (horizontal). For time series this is ignored as direction must be vertical.</source>
<target state="translated">Define se os dados são lidos de uma coluna (vertical) ou uma linha (horizontal). Para séries temporais, isso é ignorado, pois a direção deve ser vertical.</target>
</trans-unit>
<trans-unit id="showTopNData">
<source xml:lang="en">If showTopNData is set, showing only top N data in the chart.</source>
<target state="translated">Se showTopNData for definido, mostre somente os dados top N no gráfico.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/pages/dashboardPageContribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="azdata.extension.contributes.widget.when">
<source xml:lang="en">Condition which must be true to show this item</source>
<target state="translated">A condição deve ser true para mostrar este item</target>
</trans-unit>
<trans-unit id="dashboardpage.tabName">
<source xml:lang="en">The title of the container</source>
<target state="translated">O título do contêiner</target>
</trans-unit>
<trans-unit id="dashboardpage.rowNumber">
<source xml:lang="en">The row of the component in the grid</source>
<target state="translated">A linha do componente na grade</target>
</trans-unit>
<trans-unit id="dashboardpage.rowSpan">
<source xml:lang="en">The rowspan of the component in the grid. Default value is 1. Use '*' to set to number of rows in the grid.</source>
<target state="translated">O rowspan do componente na grade. O valor padrão é 1. Use '*' para definir o número de linhas na grade.</target>
</trans-unit>
<trans-unit id="dashboardpage.colNumber">
<source xml:lang="en">The column of the component in the grid</source>
<target state="translated">A coluna do componente na grade</target>
</trans-unit>
<trans-unit id="dashboardpage.colspan">
<source xml:lang="en">The colspan of the component in the grid. Default value is 1. Use '*' to set to number of columns in the grid.</source>
<target state="translated">O colspan do component na grade. O valor padrão é 1. Use '*' para definir o número de colunas na grade.</target>
</trans-unit>
<trans-unit id="azdata.extension.contributes.dashboardPage.tab.id">
<source xml:lang="en">Unique identifier for this tab. Will be passed to the extension for any requests.</source>
<target state="translated">Identificador exclusivo para esta guia. Será passado para a extensão para quaisquer solicitações.</target>
</trans-unit>
<trans-unit id="dashboardTabError">
<source xml:lang="en">Extension tab is unknown or not installed.</source>
<target state="translated">A guia Extensão é desconhecida ou não está instalada.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/pages/databaseDashboardPage.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboardDatabaseProperties">
<source xml:lang="en">Enable or disable the properties widget</source>
<target state="translated">Habilitar ou desabilitar o widget de propriedades</target>
</trans-unit>
<trans-unit id="dashboard.databaseproperties">
<source xml:lang="en">Property values to show</source>
<target state="translated">Valores de propriedade para mostrar</target>
</trans-unit>
<trans-unit id="dashboard.databaseproperties.displayName">
<source xml:lang="en">Display name of the property</source>
<target state="translated">Nome de exibição da propriedade</target>
</trans-unit>
<trans-unit id="dashboard.databaseproperties.value">
<source xml:lang="en">Value in the Database Info Object</source>
<target state="translated">Valor no objeto de informações do banco de dados</target>
</trans-unit>
<trans-unit id="dashboard.databaseproperties.ignore">
<source xml:lang="en">Specify specific values to ignore</source>
<target state="translated">Especificar valores específicos para ignorar</target>
</trans-unit>
<trans-unit id="recoveryModel">
<source xml:lang="en">Recovery Model</source>
<target state="translated">Modo de Recuperação</target>
</trans-unit>
<trans-unit id="lastDatabaseBackup">
<source xml:lang="en">Last Database Backup</source>
<target state="translated">Último Backup de Banco de Dados</target>
</trans-unit>
<trans-unit id="lastLogBackup">
<source xml:lang="en">Last Log Backup</source>
<target state="translated">Último Backup de Log</target>
</trans-unit>
<trans-unit id="compatibilityLevel">
<source xml:lang="en">Compatibility Level</source>
<target state="translated">Nível de Compatibilidade</target>
</trans-unit>
<trans-unit id="owner">
<source xml:lang="en">Owner</source>
<target state="translated">Proprietário</target>
</trans-unit>
<trans-unit id="dashboardDatabase">
<source xml:lang="en">Customizes the database dashboard page</source>
<target state="translated">Personaliza a página do painel de banco de dados</target>
</trans-unit>
<trans-unit id="dashboardDatabaseTabs">
<source xml:lang="en">Customizes the database dashboard tabs</source>
<target state="translated">Personaliza as guias do painel de banco de dados</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/pages/serverDashboardPage.contribution" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboardServerProperties">
<source xml:lang="en">Enable or disable the properties widget</source>
<target state="translated">Habilitar ou desabilitar o widget de propriedades</target>
</trans-unit>
<trans-unit id="dashboard.serverproperties">
<source xml:lang="en">Property values to show</source>
<target state="translated">Valores de propriedade para mostrar</target>
</trans-unit>
<trans-unit id="dashboard.serverproperties.displayName">
<source xml:lang="en">Display name of the property</source>
<target state="translated">Nome de exibição da propriedade</target>
</trans-unit>
<trans-unit id="dashboard.serverproperties.value">
<source xml:lang="en">Value in the Server Info Object</source>
<target state="translated">Valor no objeto de informações do servidor</target>
</trans-unit>
<trans-unit id="version">
<source xml:lang="en">Version</source>
<target state="translated">Versão</target>
</trans-unit>
<trans-unit id="edition">
<source xml:lang="en">Edition</source>
<target state="translated">Edição</target>
</trans-unit>
<trans-unit id="computerName">
<source xml:lang="en">Computer Name</source>
<target state="translated">Nome do Computador</target>
</trans-unit>
<trans-unit id="osVersion">
<source xml:lang="en">OS Version</source>
<target state="translated">Versão do Sistema Operacional</target>
</trans-unit>
<trans-unit id="dashboardServer">
<source xml:lang="en">Customizes the server dashboard page</source>
<target state="translated">Personaliza a página de painel do servidor</target>
</trans-unit>
<trans-unit id="dashboardServerTabs">
<source xml:lang="en">Customizes the Server dashboard tabs</source>
<target state="translated">Personaliza as guias de painel do servidor</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/dashboardActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="ManageAction">
<source xml:lang="en">Manage</source>
<target state="translated">Gerenciar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/dashboard/browser/widgetRegistry" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="schema.dashboardWidgets.all">
<source xml:lang="en">Widget used in the dashboards</source>
<target state="translated">Widget usado nos painéis</target>
</trans-unit>
<trans-unit id="schema.dashboardWidgets.database">
<source xml:lang="en">Widget used in the dashboards</source>
<target state="translated">Widget usado nos painéis</target>
</trans-unit>
<trans-unit id="schema.dashboardWidgets.server">
<source xml:lang="en">Widget used in the dashboards</source>
<target state="translated">Widget usado nos painéis</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/insightsWidgetSchemas" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="insightWidgetDescription">
<source xml:lang="en">Adds a widget that can query a server or database and display the results in multiple ways - as a chart, summarized count, and more</source>
<target state="translated">Adiciona um widget que pode consultar um servidor ou banco de dados e exibir os resultados de várias maneiras como um gráfico, uma contagem resumida e muito mais</target>
</trans-unit>
<trans-unit id="insightIdDescription">
<source xml:lang="en">Unique Identifier used for caching the results of the insight.</source>
<target state="translated">Identificador Exclusivo usado para armazenar em cache os resultados do insight.</target>
</trans-unit>
<trans-unit id="insightQueryDescription">
<source xml:lang="en">SQL query to run. This should return exactly 1 resultset.</source>
<target state="translated">Consulta SQL para executar. Isso deve retornar exatamente 1 resultset.</target>
</trans-unit>
<trans-unit id="insightQueryFileDescription">
<source xml:lang="en">[Optional] path to a file that contains a query. Use if 'query' is not set</source>
<target state="translated">[Opcional] caminho para um arquivo que contém uma consulta. Use se a 'query' não for definida</target>
</trans-unit>
<trans-unit id="insightAutoRefreshIntervalDescription">
<source xml:lang="en">[Optional] Auto refresh interval in minutes, if not set, there will be no auto refresh</source>
<target state="translated">[Opcional] Intervalo de atualização automática em minutos, se não estiver definido, não haverá atualização automática</target>
</trans-unit>
<trans-unit id="actionTypes">
<source xml:lang="en">Which actions to use</source>
<target state="translated">Quais ações usar</target>
</trans-unit>
<trans-unit id="actionDatabaseDescription">
<source xml:lang="en">Target database for the action; can use the format '${ columnName }' to use a data driven column name.</source>
<target state="translated">Banco de dados de destino da ação. É possível usar o formato '${ columnName }' para usar um nome de coluna controlado por dados.</target>
</trans-unit>
<trans-unit id="actionServerDescription">
<source xml:lang="en">Target server for the action; can use the format '${ columnName }' to use a data driven column name.</source>
<target state="translated">O servidor de destino da ação. É possível usar o formato '${ columnName }' para usar um nome de coluna controlado por dados.</target>
</trans-unit>
<trans-unit id="actionUserDescription">
<source xml:lang="en">Target user for the action; can use the format '${ columnName }' to use a data driven column name.</source>
<target state="translated">O usuário de destino para a ação. É possível usar o formato '${ columnName }' para usar um nome de coluna controlado por dados.</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.insightType.id">
<source xml:lang="en">Identifier of the insight</source>
<target state="translated">Identificador do insight</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.insights">
<source xml:lang="en">Contributes insights to the dashboard palette.</source>
<target state="translated">Contribui com insights para a paleta do painel.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modelComponents/loadingComponent.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="loadingMessage">
<source xml:lang="en">Loading</source>
<target state="translated">Carregando</target>
</trans-unit>
<trans-unit id="loadingCompletedMessage">
<source xml:lang="en">Loading completed</source>
<target state="translated">Carregamento concluído</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/dashboardRegistry" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.properties.property">
<source xml:lang="en">Defines a property to show on the dashboard</source>
<target state="translated">Define uma propriedade para mostrar no painel</target>
</trans-unit>
<trans-unit id="dashboard.properties.property.displayName">
<source xml:lang="en">What value to use as a label for the property</source>
<target state="translated">Qual o valor a ser usado como um rótulo para a propriedade</target>
</trans-unit>
<trans-unit id="dashboard.properties.property.value">
<source xml:lang="en">What value in the object to access for the value</source>
<target state="translated">Qual o valor do objeto para acessar o valor</target>
</trans-unit>
<trans-unit id="dashboard.properties.property.ignore">
<source xml:lang="en">Specify values to be ignored</source>
<target state="translated">Especifique os valores a serem ignorados</target>
</trans-unit>
<trans-unit id="dashboard.properties.property.default">
<source xml:lang="en">Default value to show if ignored or no value</source>
<target state="translated">Valor padrão para mostrar se ignorado ou sem valor</target>
</trans-unit>
<trans-unit id="dashboard.properties.flavor">
<source xml:lang="en">A flavor for defining dashboard properties</source>
<target state="translated">Uma variante para definir as propriedades do painel</target>
</trans-unit>
<trans-unit id="dashboard.properties.flavor.id">
<source xml:lang="en">Id of the flavor</source>
<target state="translated">Id da variante</target>
</trans-unit>
<trans-unit id="dashboard.properties.flavor.condition">
<source xml:lang="en">Condition to use this flavor</source>
<target state="translated">Condição para usar essa variante</target>
</trans-unit>
<trans-unit id="dashboard.properties.flavor.condition.field">
<source xml:lang="en">Field to compare to</source>
<target state="translated">Campo para comparar a</target>
</trans-unit>
<trans-unit id="dashboard.properties.flavor.condition.operator">
<source xml:lang="en">Which operator to use for comparison</source>
<target state="translated">Qual operador usar para comparação</target>
</trans-unit>
<trans-unit id="dashboard.properties.flavor.condition.value">
<source xml:lang="en">Value to compare the field to</source>
<target state="translated">Valor para comparar o campo com</target>
</trans-unit>
<trans-unit id="dashboard.properties.databaseProperties">
<source xml:lang="en">Properties to show for database page</source>
<target state="translated">Propriedades a serem exibidas na página de banco de dados</target>
</trans-unit>
<trans-unit id="dashboard.properties.serverProperties">
<source xml:lang="en">Properties to show for server page</source>
<target state="translated">Propriedades a serem exibidas na página do servidor</target>
</trans-unit>
<trans-unit id="carbon.extension.dashboard">
<source xml:lang="en">Defines that this provider supports the dashboard</source>
<target state="translated">Define que este provedor oferece suporte para o painel</target>
</trans-unit>
<trans-unit id="dashboard.id">
<source xml:lang="en">Provider id (ex. MSSQL)</source>
<target state="translated">Id do provedor (ex. MSSQL)</target>
</trans-unit>
<trans-unit id="dashboard.properties">
<source xml:lang="en">Property values to show on dashboard</source>
<target state="translated">Valores de propriedade a serem exibidos no painel</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/backup/browser/backupActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="backupAction.backup">
<source xml:lang="en">Backup</source>
<target state="translated">Backup</target>
</trans-unit>
<trans-unit id="backup.isPreviewFeature">
<source xml:lang="en">You must enable preview features in order to use backup</source>
<target state="translated">Você precisa habilitar as versões prévias dos recursos para poder utilizar o backup</target>
</trans-unit>
<trans-unit id="backup.commandNotSupported">
<source xml:lang="en">Backup command is not supported for Azure SQL databases.</source>
<target state="translated">O comando Backup não é compatível com bancos de dados SQL do Azure.</target>
</trans-unit>
<trans-unit id="backup.commandNotSupportedForServer">
<source xml:lang="en">Backup command is not supported in Server Context. Please select a Database and try again.</source>
<target state="translated">O comando Backup não é compatível no contexto do servidor. Selecione um banco de dados e tente novamente.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/restore/browser/restoreActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="restoreAction.restore">
<source xml:lang="en">Restore</source>
<target state="translated">Restaurar</target>
</trans-unit>
<trans-unit id="restore.isPreviewFeature">
<source xml:lang="en">You must enable preview features in order to use restore</source>
<target state="translated">Você precisa habilitar as versões prévias dos recursos para poder utilizar a restauração</target>
</trans-unit>
<trans-unit id="restore.commandNotSupported">
<source xml:lang="en">Restore command is not supported for Azure SQL databases.</source>
<target state="translated">O comando Restore não é compatível com bancos de dados SQL do Azure.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/common/queryEditorInput" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="disconnected">
<source xml:lang="en">disconnected</source>
<target state="translated">desconectado</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/objectExplorer/browser/serverGroupDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="ServerGroupsDialogTitle">
<source xml:lang="en">Server Groups</source>
<target state="translated">Grupos de Servidores</target>
</trans-unit>
<trans-unit id="serverGroup.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="serverGroup.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="connectionGroupName">
<source xml:lang="en">Server group name</source>
<target state="translated">Nome do grupo de servidores</target>
</trans-unit>
<trans-unit id="MissingGroupNameError">
<source xml:lang="en">Group name is required.</source>
<target state="translated">O nome do grupo é obrigatório.</target>
</trans-unit>
<trans-unit id="groupDescription">
<source xml:lang="en">Group description</source>
<target state="translated">Descrição do grupo</target>
</trans-unit>
<trans-unit id="groupColor">
<source xml:lang="en">Group color</source>
<target state="translated">Cor do grupo</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/common/queryResultsInput" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="extensionsInputName">
<source xml:lang="en">Extension</source>
<target state="translated">Extensão</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modal/optionsDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="optionsDialog.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="optionsDialog.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/dashboard/browser/newDashboardTabDialogImpl" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="newDashboardTab.openDashboardExtensions">
<source xml:lang="en">Open dashboard extensions</source>
<target state="translated">Abrir extensões do painel</target>
</trans-unit>
<trans-unit id="newDashboardTab.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="newDashboardTab.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="newdashboardTabDialog.noExtensionLabel">
<source xml:lang="en">No dashboard extensions are installed at this time. Go to Extension Manager to explore recommended extensions.</source>
<target state="translated">Não há extensões de painel para serem instaladas neste momento. Vá para o Gerenciador de Extensões para explorar extensões recomendadas.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/fileBrowser/browser/fileBrowserDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="filebrowser.filepath">
<source xml:lang="en">Selected path</source>
<target state="translated">Caminho selecionado</target>
</trans-unit>
<trans-unit id="fileFilter">
<source xml:lang="en">Files of type</source>
<target state="translated">Arquivos do tipo</target>
</trans-unit>
<trans-unit id="fileBrowser.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="fileBrowser.discard">
<source xml:lang="en">Discard</source>
<target state="translated">Descartar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/insights/browser/insightsDialogController" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="insightsInputError">
<source xml:lang="en">No Connection Profile was passed to insights flyout</source>
<target state="translated">Nenhum Perfil de Conexão foi passado para o submenu de insights</target>
</trans-unit>
<trans-unit id="insightsError">
<source xml:lang="en">Insights error</source>
<target state="translated">Erro de insights</target>
</trans-unit>
<trans-unit id="insightsFileError">
<source xml:lang="en">There was an error reading the query file: </source>
<target state="translated">Houve um erro ao ler o arquivo de consulta: </target>
</trans-unit>
<trans-unit id="insightsConfigError">
<source xml:lang="en">There was an error parsing the insight config; could not find query array/string or queryfile</source>
<target state="translated">Ocorreu um erro ao analisar a configuração do insight. Não foi possível encontrar a matriz/cadeia de caracteres de consulta ou o arquivo de consulta</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/connection/browser/connectionActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="ClearRecentlyUsedLabel">
<source xml:lang="en">Clear List</source>
<target state="translated">Limpar Lista</target>
</trans-unit>
<trans-unit id="ClearedRecentConnections">
<source xml:lang="en">Recent connections list cleared</source>
<target state="translated">Lista de conexões recentes limpa</target>
</trans-unit>
<trans-unit id="connectionAction.yes">
<source xml:lang="en">Yes</source>
<target state="translated">Sim</target>
</trans-unit>
<trans-unit id="connectionAction.no">
<source xml:lang="en">No</source>
<target state="translated">Não</target>
</trans-unit>
<trans-unit id="clearRecentConnectionMessage">
<source xml:lang="en">Are you sure you want to delete all the connections from the list?</source>
<target state="translated">Tem certeza de que deseja excluir todas as conexões da lista?</target>
</trans-unit>
<trans-unit id="connectionDialog.yes">
<source xml:lang="en">Yes</source>
<target state="translated">Sim</target>
</trans-unit>
<trans-unit id="connectionDialog.no">
<source xml:lang="en">No</source>
<target state="translated">Não</target>
</trans-unit>
<trans-unit id="delete">
<source xml:lang="en">Delete</source>
<target state="translated">Excluir</target>
</trans-unit>
<trans-unit id="connectionAction.GetCurrentConnectionString">
<source xml:lang="en">Get Current Connection String</source>
<target state="translated">Obter a Cadeia de Conexão Atual</target>
</trans-unit>
<trans-unit id="connectionAction.connectionString">
<source xml:lang="en">Connection string not available</source>
<target state="translated">A cadeia de conexão não está disponível</target>
</trans-unit>
<trans-unit id="connectionAction.noConnection">
<source xml:lang="en">No active connection available</source>
<target state="translated">Nenhuma conexão ativa disponível</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/objectExplorer/browser/connectionTreeAction" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="connectionTree.refresh">
<source xml:lang="en">Refresh</source>
<target state="translated">Atualizar</target>
</trans-unit>
<trans-unit id="DisconnectAction">
<source xml:lang="en">Disconnect</source>
<target state="translated">Desconectar</target>
</trans-unit>
<trans-unit id="connectionTree.addConnection">
<source xml:lang="en">New Connection</source>
<target state="translated">Nova Conexão</target>
</trans-unit>
<trans-unit id="connectionTree.addServerGroup">
<source xml:lang="en">New Server Group</source>
<target state="translated">Novo Grupo de Servidores</target>
</trans-unit>
<trans-unit id="connectionTree.editServerGroup">
<source xml:lang="en">Edit Server Group</source>
<target state="translated">Editar Grupo de Servidores</target>
</trans-unit>
<trans-unit id="activeConnections">
<source xml:lang="en">Show Active Connections</source>
<target state="translated">Mostrar Conexões Ativas</target>
</trans-unit>
<trans-unit id="showAllConnections">
<source xml:lang="en">Show All Connections</source>
<target state="translated">Mostrar Todas as Conexões</target>
</trans-unit>
<trans-unit id="recentConnections">
<source xml:lang="en">Recent Connections</source>
<target state="translated">Conexões Recentes</target>
</trans-unit>
<trans-unit id="deleteConnection">
<source xml:lang="en">Delete Connection</source>
<target state="translated">Excluir Conexão</target>
</trans-unit>
<trans-unit id="deleteConnectionGroup">
<source xml:lang="en">Delete Group</source>
<target state="translated">Excluir Grupo</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/editData/browser/editDataInput" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="connectionFailure">
<source xml:lang="en">Edit Data Session Failed To Connect</source>
<target state="translated">Falha ao conectar sessão de dados</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profilerInput" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="profilerInput.profiler">
<source xml:lang="en">Profiler</source>
<target state="translated">Profiler</target>
</trans-unit>
<trans-unit id="profilerInput.notConnected">
<source xml:lang="en">Not connected</source>
<target state="translated">Não conectado</target>
</trans-unit>
<trans-unit id="profiler.sessionStopped">
<source xml:lang="en">XEvent Profiler Session stopped unexpectedly on the server {0}.</source>
<target state="translated">A sessão do Profiler XEvent parou inesperadamente no servidor {0}.</target>
</trans-unit>
<trans-unit id="profiler.sessionCreationError">
<source xml:lang="en">Error while starting new session</source>
<target state="translated">Erro ao iniciar nova sessão</target>
</trans-unit>
<trans-unit id="profiler.eventsLost">
<source xml:lang="en">The XEvent Profiler session for {0} has lost events.</source>
<target state="translated">A sessão do Profiler XEvent para {0} perdeu eventos.</target>
</trans-unit>
<trans-unit id="confirmStopProfilerSession">
<source xml:lang="en">Would you like to stop the running XEvent session?</source>
<target state="translated">Gostaria de parar a execução da sessão XEvent?</target>
</trans-unit>
<trans-unit id="profilerClosingActions.yes">
<source xml:lang="en">Yes</source>
<target state="translated">Sim</target>
</trans-unit>
<trans-unit id="profilerClosingActions.no">
<source xml:lang="en">No</source>
<target state="translated">Não</target>
</trans-unit>
<trans-unit id="profilerClosingActions.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modelComponents/inputbox.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="invalidValueError">
<source xml:lang="en">Invalid value</source>
<target state="translated">Valor inválido</target>
</trans-unit>
<trans-unit id="period">
<source xml:lang="en">{0}. {1}</source>
<target state="translated">{0}. {1}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modelComponents/declarativeTable.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="blankValue">
<source xml:lang="en">blank</source>
<target state="translated">branco</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/outputs/plotlyOutput.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="plotlyError">
<source xml:lang="en">Error displaying Plotly graph: {0}</source>
<target state="translated">Erro ao exibir o gráfico Plotly: {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/outputs/mimeRenderer.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="noRendererFound">
<source xml:lang="en">No {0} renderer could be found for output. It has the following MIME types: {1}</source>
<target state="translated">Nenhum renderizador {0} foi encontrado para saída. Ele tem os seguintes tipos MIME: {1}</target>
</trans-unit>
<trans-unit id="safe">
<source xml:lang="en">(safe) </source>
<target state="translated">(seguro) </target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/insights/browser/insightsDialogView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="insights.item">
<source xml:lang="en">Item</source>
<target state="translated">Item</target>
</trans-unit>
<trans-unit id="insights.value">
<source xml:lang="en">Value</source>
<target state="translated">Valor</target>
</trans-unit>
<trans-unit id="property">
<source xml:lang="en">Property</source>
<target state="translated">Propriedade</target>
</trans-unit>
<trans-unit id="value">
<source xml:lang="en">Value</source>
<target state="translated">Valor</target>
</trans-unit>
<trans-unit id="InsightsDialogTitle">
<source xml:lang="en">Insights</source>
<target state="translated">Insights</target>
</trans-unit>
<trans-unit id="insights.dialog.items">
<source xml:lang="en">Items</source>
<target state="translated">Itens</target>
</trans-unit>
<trans-unit id="insights.dialog.itemDetails">
<source xml:lang="en">Item Details</source>
<target state="translated">Detalhes do Item</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/accountDialogController" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="accountDialog.addAccountErrorTitle">
<source xml:lang="en">Error adding account</source>
<target state="translated">Erro ao adicionar a conta</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/autoOAuthDialogController" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="oauthFlyoutIsAlreadyOpen">
<source xml:lang="en">Cannot start auto OAuth. An auto OAuth is already in progress.</source>
<target state="translated">Não é possível iniciar o OAuth automático. Um OAuth automático já está em andamento.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profilerColumnEditorDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="eventSort">
<source xml:lang="en">Sort by event</source>
<target state="translated">Ordenar por evento</target>
</trans-unit>
<trans-unit id="nameColumn">
<source xml:lang="en">Sort by column</source>
<target state="translated">Ordenar por coluna</target>
</trans-unit>
<trans-unit id="profilerColumnDialog.profiler">
<source xml:lang="en">Profiler</source>
<target state="translated">Profiler</target>
</trans-unit>
<trans-unit id="profilerColumnDialog.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="profilerColumnDialog.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profilerFilterDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="profilerFilterDialog.clear">
<source xml:lang="en">Clear all</source>
<target state="translated">Limpar tudo</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.apply">
<source xml:lang="en">Apply</source>
<target state="translated">Aplicar</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.title">
<source xml:lang="en">Filters</source>
<target state="translated">Filtros</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.remove">
<source xml:lang="en">Remove this clause</source>
<target state="translated">Remover esta cláusula</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.saveFilter">
<source xml:lang="en">Save Filter</source>
<target state="translated">Salvar Filtro</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.loadFilter">
<source xml:lang="en">Load Filter</source>
<target state="translated">Carregar Filtro</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.addClauseText">
<source xml:lang="en">Add a clause</source>
<target state="translated">Adicionar uma cláusula</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.fieldColumn">
<source xml:lang="en">Field</source>
<target state="translated">Campo</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.operatorColumn">
<source xml:lang="en">Operator</source>
<target state="translated">Operador</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.valueColumn">
<source xml:lang="en">Value</source>
<target state="translated">Valor</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.isNullOperator">
<source xml:lang="en">Is Null</source>
<target state="translated">É Nulo</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.isNotNullOperator">
<source xml:lang="en">Is Not Null</source>
<target state="translated">Não É Nulo</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.containsOperator">
<source xml:lang="en">Contains</source>
<target state="translated">Contém</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.notContainsOperator">
<source xml:lang="en">Not Contains</source>
<target state="translated">Não Contém</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.startsWithOperator">
<source xml:lang="en">Starts With</source>
<target state="translated">Começa Com</target>
</trans-unit>
<trans-unit id="profilerFilterDialog.notStartsWithOperator">
<source xml:lang="en">Not Starts With</source>
<target state="translated">Não Começa Com</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/cellViews/textCell.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="doubleClickEdit">
<source xml:lang="en">Double-click to edit</source>
<target state="translated">Clique duas vezes para editar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/scriptingActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="scriptSelect">
<source xml:lang="en">Select Top 1000</source>
<target state="translated">Selecione Top 1000</target>
</trans-unit>
<trans-unit id="scriptExecute">
<source xml:lang="en">Script as Execute</source>
<target state="translated">Script como Executar</target>
</trans-unit>
<trans-unit id="scriptAlter">
<source xml:lang="en">Script as Alter</source>
<target state="translated">Script como Alterar</target>
</trans-unit>
<trans-unit id="editData">
<source xml:lang="en">Edit Data</source>
<target state="translated">Editar Dados</target>
</trans-unit>
<trans-unit id="scriptCreate">
<source xml:lang="en">Script as Create</source>
<target state="translated">Script como Criar</target>
</trans-unit>
<trans-unit id="scriptDelete">
<source xml:lang="en">Script as Drop</source>
<target state="translated">Script como Soltar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/queryHistory/browser/queryHistoryView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="noQueriesMessage">
<source xml:lang="en">No queries to display.</source>
<target state="translated">Não há nenhuma consulta a ser exibida.</target>
</trans-unit>
<trans-unit id="queryHistory.regTreeAriaLabel">
<source xml:lang="en">Query History</source>
<note>QueryHistory</note>
<target state="translated">Histórico de Consultas</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/connection/browser/connectionManagementService" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="connection.noAzureAccount">
<source xml:lang="en">Failed to get Azure account token for connection</source>
<target state="translated">Falha ao obter o token de conta do Azure para a conexão</target>
</trans-unit>
<trans-unit id="connectionNotAcceptedError">
<source xml:lang="en">Connection Not Accepted</source>
<target state="translated">Conexão não aceita</target>
</trans-unit>
<trans-unit id="connectionService.yes">
<source xml:lang="en">Yes</source>
<target state="translated">Sim</target>
</trans-unit>
<trans-unit id="connectionService.no">
<source xml:lang="en">No</source>
<target state="translated">Não</target>
</trans-unit>
<trans-unit id="cancelConnectionConfirmation">
<source xml:lang="en">Are you sure you want to cancel this connection?</source>
<target state="translated">Tem certeza de que deseja cancelar esta conexão?</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/common/localizedConstants" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="runQueryBatchStartMessage">
<source xml:lang="en">Started executing query at </source>
<target state="translated">Iniciada a execução de consulta em </target>
</trans-unit>
<trans-unit id="runQueryBatchStartLine">
<source xml:lang="en">Line {0}</source>
<target state="translated">Linha {0}</target>
</trans-unit>
<trans-unit id="msgCancelQueryFailed">
<source xml:lang="en">Canceling the query failed: {0}</source>
<target state="translated">O cancelamento da consulta falhou: {0}</target>
</trans-unit>
<trans-unit id="msgSaveStarted">
<source xml:lang="en">Started saving results to </source>
<target state="translated">Iniciado o salvamento de resultados em </target>
</trans-unit>
<trans-unit id="msgSaveFailed">
<source xml:lang="en">Failed to save results. </source>
<target state="translated">Falha ao salvar os resultados. </target>
</trans-unit>
<trans-unit id="msgSaveSucceeded">
<source xml:lang="en">Successfully saved results to </source>
<target state="translated">Os resultados foram salvos com êxito em </target>
</trans-unit>
<trans-unit id="msgStatusRunQueryInProgress">
<source xml:lang="en">Executing query...</source>
<target state="translated">Executando consulta...</target>
</trans-unit>
<trans-unit id="maximizeLabel">
<source xml:lang="en">Maximize</source>
<target state="translated">Maximizar</target>
</trans-unit>
<trans-unit id="resultsPane.restoreLabel">
<source xml:lang="en">Restore</source>
<target state="translated">Restaurar</target>
</trans-unit>
<trans-unit id="saveCSVLabel">
<source xml:lang="en">Save as CSV</source>
<target state="translated">Salvar como CSV</target>
</trans-unit>
<trans-unit id="saveJSONLabel">
<source xml:lang="en">Save as JSON</source>
<target state="translated">Salvar como JSON</target>
</trans-unit>
<trans-unit id="saveExcelLabel">
<source xml:lang="en">Save as Excel</source>
<target state="translated">Salvar como Excel</target>
</trans-unit>
<trans-unit id="saveXMLLabel">
<source xml:lang="en">Save as XML</source>
<target state="translated">Salvar como XML</target>
</trans-unit>
<trans-unit id="viewChartLabel">
<source xml:lang="en">View as Chart</source>
<target state="translated">Exibir como Gráfico</target>
</trans-unit>
<trans-unit id="viewVisualizerLabel">
<source xml:lang="en">Visualize</source>
<target state="translated">Visualizar</target>
</trans-unit>
<trans-unit id="resultPaneLabel">
<source xml:lang="en">Results</source>
<target state="translated">Resultados</target>
</trans-unit>
<trans-unit id="executeQueryLabel">
<source xml:lang="en">Executing query </source>
<target state="translated">Executando consulta</target>
</trans-unit>
<trans-unit id="messagePaneLabel">
<source xml:lang="en">Messages</source>
<target state="translated">Mensagens</target>
</trans-unit>
<trans-unit id="elapsedTimeLabel">
<source xml:lang="en">Total execution time: {0}</source>
<target state="translated">Tempo total de execução: {0}</target>
</trans-unit>
<trans-unit id="msgCannotSaveMultipleSelections">
<source xml:lang="en">Save results command cannot be used with multiple selections.</source>
<target state="translated">O comando de salvar resultados não pode ser usado com múltiplas seleções</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/notebook/common/notebookRegistry" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="carbon.extension.contributes.notebook.provider">
<source xml:lang="en">Identifier of the notebook provider.</source>
<target state="translated">Identificador do provedor de notebook.</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.notebook.fileExtensions">
<source xml:lang="en">What file extensions should be registered to this notebook provider</source>
<target state="translated">Quais extensões de arquivo devem ser registradas para este provedor de notebook?</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.notebook.standardKernels">
<source xml:lang="en">What kernels should be standard with this notebook provider</source>
<target state="translated">Quais kernels devem ser padrão com este provedor de notebook?</target>
</trans-unit>
<trans-unit id="vscode.extension.contributes.notebook.providers">
<source xml:lang="en">Contributes notebook providers.</source>
<target state="translated">Contribui com provedores de notebooks.</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.notebook.magic">
<source xml:lang="en">Name of the cell magic, such as '%%sql'.</source>
<target state="translated">Nome do magic da célula, como '%%sql'.</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.notebook.language">
<source xml:lang="en">The cell language to be used if this cell magic is included in the cell</source>
<target state="translated">A linguagem de célula a ser usada se esta magic da célula estiver incluída na célula</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.notebook.executionTarget">
<source xml:lang="en">Optional execution target this magic indicates, for example Spark vs SQL</source>
<target state="translated">Destino de execução opcional que essa mágic indica, por exemplo, Spark versus SQL</target>
</trans-unit>
<trans-unit id="carbon.extension.contributes.notebook.kernels">
<source xml:lang="en">Optional set of kernels this is valid for, e.g. python3, pyspark, sql</source>
<target state="translated">Conjunto opcional de kernels que é válido para, por exemplo, python3, pyspark, SQL</target>
</trans-unit>
<trans-unit id="vscode.extension.contributes.notebook.languagemagics">
<source xml:lang="en">Contributes notebook language.</source>
<target state="translated">Contribui com a linguagem do notebook.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/models/modelInterfaces" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="sqlKernel">
<source xml:lang="en">SQL</source>
<target state="translated">SQL</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/api/browser/mainThreadNotebookDocumentsAndEditors" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="runActiveCell">
<source xml:lang="en">F5 shortcut key requires a code cell to be selected. Please select a code cell to run.</source>
<target state="translated">A tecla de atalho F5 requer que uma célula de código seja selecionada. Selecione uma célula de código para executar.</target>
</trans-unit>
<trans-unit id="clearResultActiveCell">
<source xml:lang="en">Clear result requires a code cell to be selected. Please select a code cell to run.</source>
<target state="translated">Limpar o resultado requer que uma célula de código seja selecionada. Selecione uma célula de código para executar.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/editData/common/gridActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="saveAsCsv">
<source xml:lang="en">Save As CSV</source>
<target state="translated">Salvar Como CSV</target>
</trans-unit>
<trans-unit id="saveAsJson">
<source xml:lang="en">Save As JSON</source>
<target state="translated">Salvar Como JSON</target>
</trans-unit>
<trans-unit id="saveAsExcel">
<source xml:lang="en">Save As Excel</source>
<target state="translated">Salvar Como Excel</target>
</trans-unit>
<trans-unit id="saveAsXml">
<source xml:lang="en">Save As XML</source>
<target state="translated">Salvar Como XML</target>
</trans-unit>
<trans-unit id="copySelection">
<source xml:lang="en">Copy</source>
<target state="translated">Copiar</target>
</trans-unit>
<trans-unit id="copyWithHeaders">
<source xml:lang="en">Copy With Headers</source>
<target state="translated">Copiar Com Cabeçalhos</target>
</trans-unit>
<trans-unit id="selectAll">
<source xml:lang="en">Select All</source>
<target state="translated">Selecionar Tudo</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/editData/browser/editDataEditor" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="maxRowTaskbar">
<source xml:lang="en">Max Rows:</source>
<target state="translated">Máximo de Linhas:</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profilerEditor" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="profiler.viewSelectAccessibleName">
<source xml:lang="en">Select View</source>
<target state="translated">Selecionar Exibição</target>
</trans-unit>
<trans-unit id="profiler.sessionSelectAccessibleName">
<source xml:lang="en">Select Session</source>
<target state="translated">Selecionar Sessão</target>
</trans-unit>
<trans-unit id="profiler.sessionSelectLabel">
<source xml:lang="en">Select Session:</source>
<target state="translated">Selecionar Sessão:</target>
</trans-unit>
<trans-unit id="profiler.viewSelectLabel">
<source xml:lang="en">Select View:</source>
<target state="translated">Selecionar Exibição:</target>
</trans-unit>
<trans-unit id="text">
<source xml:lang="en">Text</source>
<target state="translated">Texto</target>
</trans-unit>
<trans-unit id="label">
<source xml:lang="en">Label</source>
<target state="translated">Rótulo</target>
</trans-unit>
<trans-unit id="profilerEditor.value">
<source xml:lang="en">Value</source>
<target state="translated">Valor</target>
</trans-unit>
<trans-unit id="details">
<source xml:lang="en">Details</source>
<target state="translated">Detalhes</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/outputs/gridOutput.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="copyFailed">
<source xml:lang="en">Copy failed with error {0}</source>
<target state="translated">Falha na cópia com o erro {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/browser/queryActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="newQueryTask.newQuery">
<source xml:lang="en">New Query</source>
<target state="translated">Nova Consulta</target>
</trans-unit>
<trans-unit id="runQueryLabel">
<source xml:lang="en">Run</source>
<target state="translated">Executar</target>
</trans-unit>
<trans-unit id="cancelQueryLabel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="estimatedQueryPlan">
<source xml:lang="en">Explain</source>
<target state="translated">Explicar</target>
</trans-unit>
<trans-unit id="actualQueryPlan">
<source xml:lang="en">Actual</source>
<target state="translated">Real</target>
</trans-unit>
<trans-unit id="disconnectDatabaseLabel">
<source xml:lang="en">Disconnect</source>
<target state="translated">Desconectar</target>
</trans-unit>
<trans-unit id="changeConnectionDatabaseLabel">
<source xml:lang="en">Change Connection</source>
<target state="translated">Alterar Conexão</target>
</trans-unit>
<trans-unit id="connectDatabaseLabel">
<source xml:lang="en">Connect</source>
<target state="translated">Conectar</target>
</trans-unit>
<trans-unit id="enablesqlcmdLabel">
<source xml:lang="en">Enable SQLCMD</source>
<target state="translated">Habilitar SQLCMD</target>
</trans-unit>
<trans-unit id="disablesqlcmdLabel">
<source xml:lang="en">Disable SQLCMD</source>
<target state="translated">Desabilitar SQLCMD</target>
</trans-unit>
<trans-unit id="selectDatabase">
<source xml:lang="en">Select Database</source>
<target state="translated">Selecionar Banco de Dados</target>
</trans-unit>
<trans-unit id="listDatabases.toggleDatabaseNameDropdown">
<source xml:lang="en">Select Database Toggle Dropdown</source>
<target state="translated">Selecione o Menu Suspenso de Alternância de Bancos de Dados</target>
</trans-unit>
<trans-unit id="changeDatabase.failed">
<source xml:lang="en">Failed to change database</source>
<target state="translated">Falha ao alterar o banco de dados</target>
</trans-unit>
<trans-unit id="changeDatabase.failedWithError">
<source xml:lang="en">Failed to change database {0}</source>
<target state="translated">Falha ao alterar o banco de dados {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/connection/browser/connectionDialogWidget" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="connection">
<source xml:lang="en">Connection</source>
<target state="translated">Conexão</target>
</trans-unit>
<trans-unit id="connectType">
<source xml:lang="en">Connection type</source>
<target state="translated">Tipo de conexão</target>
</trans-unit>
<trans-unit id="recentConnectionTitle">
<source xml:lang="en">Recent Connections</source>
<target state="translated">Conexões Recentes</target>
</trans-unit>
<trans-unit id="savedConnectionTitle">
<source xml:lang="en">Saved Connections</source>
<target state="translated">Conexões Salvas</target>
</trans-unit>
<trans-unit id="connectionDetailsTitle">
<source xml:lang="en">Connection Details</source>
<target state="translated">Detalhes da Conexão</target>
</trans-unit>
<trans-unit id="connectionDialog.connect">
<source xml:lang="en">Connect</source>
<target state="translated">Conectar</target>
</trans-unit>
<trans-unit id="connectionDialog.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="noRecentConnections">
<source xml:lang="en">No recent connection</source>
<target state="translated">Nenhuma conexão recente</target>
</trans-unit>
<trans-unit id="noSavedConnections">
<source xml:lang="en">No saved connection</source>
<target state="translated">Nenhuma conexão salva</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/webview/browser/webViewDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="webViewDialog.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="webViewDialog.close">
<source xml:lang="en">Close</source>
<target state="translated">Fechar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/notebookActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="loading">
<source xml:lang="en">Loading kernels...</source>
<target state="translated">Carregando kernels...</target>
</trans-unit>
<trans-unit id="changing">
<source xml:lang="en">Changing kernel...</source>
<target state="translated">Alterando kernel...</target>
</trans-unit>
<trans-unit id="Kernel">
<source xml:lang="en">Kernel: </source>
<target state="translated">Kernel: </target>
</trans-unit>
<trans-unit id="AttachTo">
<source xml:lang="en">Attach To: </source>
<target state="translated">Anexar a: </target>
</trans-unit>
<trans-unit id="loadingContexts">
<source xml:lang="en">Loading contexts...</source>
<target state="translated">Carregando contextos...</target>
</trans-unit>
<trans-unit id="addNewConnection">
<source xml:lang="en">Add New Connection</source>
<target state="translated">Adicionar Nova Conexão</target>
</trans-unit>
<trans-unit id="selectConnection">
<source xml:lang="en">Select Connection</source>
<target state="translated">Selecionar Conexão</target>
</trans-unit>
<trans-unit id="localhost">
<source xml:lang="en">localhost</source>
<target state="translated">localhost</target>
</trans-unit>
<trans-unit id="trustLabel">
<source xml:lang="en">Trusted</source>
<target state="translated">Confiável</target>
</trans-unit>
<trans-unit id="untrustLabel">
<source xml:lang="en">Not Trusted</source>
<target state="translated">Não Confiável</target>
</trans-unit>
<trans-unit id="alreadyTrustedMsg">
<source xml:lang="en">Notebook is already trusted.</source>
<target state="translated">O notebook já é confiável.</target>
</trans-unit>
<trans-unit id="collapseAllCells">
<source xml:lang="en">Collapse Cells</source>
<target state="translated">Recolher Células</target>
</trans-unit>
<trans-unit id="expandAllCells">
<source xml:lang="en">Expand Cells</source>
<target state="translated">Expandir Células</target>
</trans-unit>
<trans-unit id="noKernel">
<source xml:lang="en">No Kernel</source>
<target state="translated">Nenhum Kernel</target>
</trans-unit>
<trans-unit id="noContextAvailable">
<source xml:lang="en">None</source>
<target state="translated">Nenhum</target>
</trans-unit>
<trans-unit id="newNotebookAction">
<source xml:lang="en">New Notebook</source>
<target state="translated">Novo Notebook</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/browser/statusBarItems" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="status.query.timeElapsed">
<source xml:lang="en">Time Elapsed</source>
<target state="translated">Tempo Decorrido</target>
</trans-unit>
<trans-unit id="status.query.rowCount">
<source xml:lang="en">Row Count</source>
<target state="translated">Contagem de Linhas</target>
</trans-unit>
<trans-unit id="rowCount">
<source xml:lang="en">{0} rows</source>
<target state="translated">{0} linhas</target>
</trans-unit>
<trans-unit id="query.status.executing">
<source xml:lang="en">Executing query...</source>
<target state="translated">Executando consulta...</target>
</trans-unit>
<trans-unit id="status.query.status">
<source xml:lang="en">Execution Status</source>
<target state="translated">Status de Execução</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/tasks/browser/tasksView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="noTaskMessage">
<source xml:lang="en">No task history to display.</source>
<target state="translated">Nenhum histórico de tarefas a ser exibido.</target>
</trans-unit>
<trans-unit id="taskHistory.regTreeAriaLabel">
<source xml:lang="en">Task history</source>
<note>TaskHistory</note>
<target state="translated">Histórico de tarefa</target>
</trans-unit>
<trans-unit id="taskError">
<source xml:lang="en">Task error</source>
<target state="translated">Erro de tarefa</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/browser/flavorStatus" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="chooseSqlLang">
<source xml:lang="en">Choose SQL Language</source>
<target state="translated">Escolha a linguagem SQL</target>
</trans-unit>
<trans-unit id="changeProvider">
<source xml:lang="en">Change SQL language provider</source>
<target state="translated">Alterar provedor de linguagem SQL</target>
</trans-unit>
<trans-unit id="status.query.flavor">
<source xml:lang="en">SQL Language Flavor</source>
<target state="translated">Variante de linguagem SQL</target>
</trans-unit>
<trans-unit id="changeSqlProvider">
<source xml:lang="en">Change SQL Engine Provider</source>
<target state="translated">Alterar Provedor de Mecanismo SQL</target>
</trans-unit>
<trans-unit id="alreadyConnected">
<source xml:lang="en">A connection using engine {0} exists. To change please disconnect or change connection</source>
<target state="translated">Existe uma conexão usando o mecanismo {0}. Para alterar, desconecte ou altere a conexão</target>
</trans-unit>
<trans-unit id="noEditor">
<source xml:lang="en">No text editor active at this time</source>
<target state="translated">Nenhum editor de texto ativo neste momento</target>
</trans-unit>
<trans-unit id="pickSqlProvider">
<source xml:lang="en">Select SQL Language Provider</source>
<target state="translated">Selecione o provedor de linguagem SQL</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/fileBrowser/common/fileBrowserViewModel" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="allFiles">
<source xml:lang="en">All files</source>
<target state="translated">Todos os arquivos</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/fileBrowser/browser/fileBrowserTreeView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="fileBrowser.regTreeAriaLabel">
<source xml:lang="en">File browser tree</source>
<note>FileBrowserTree</note>
<target state="translated">Árvore de navegador de arquivo</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/firewallRuleDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="from">
<source xml:lang="en">From</source>
<target state="translated">De</target>
</trans-unit>
<trans-unit id="to">
<source xml:lang="en">To</source>
<target state="translated">Para</target>
</trans-unit>
<trans-unit id="createNewFirewallRule">
<source xml:lang="en">Create new firewall rule</source>
<target state="translated">Criar regra de firewall</target>
</trans-unit>
<trans-unit id="firewall.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="firewall.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="firewallRuleDialogDescription">
<source xml:lang="en">Your client IP address does not have access to the server. Sign in to an Azure account and create a new firewall rule to enable access.</source>
<target state="translated">Seu endereço IP de cliente não tem acesso ao servidor. Entre com uma conta Azure e crie uma regra de firewall para permitir o acesso.</target>
</trans-unit>
<trans-unit id="firewallRuleHelpDescription">
<source xml:lang="en">Learn more about firewall settings</source>
<target state="translated">Saiba mais sobre as configurações do firewall</target>
</trans-unit>
<trans-unit id="azureAccount">
<source xml:lang="en">Azure account</source>
<target state="translated">Conta do Azure</target>
</trans-unit>
<trans-unit id="filewallRule">
<source xml:lang="en">Firewall rule</source>
<target state="translated">Regra de firewall</target>
</trans-unit>
<trans-unit id="addIPAddressLabel">
<source xml:lang="en">Add my client IP </source>
<target state="translated">Adicionar o meu IP de cliente </target>
</trans-unit>
<trans-unit id="addIpRangeLabel">
<source xml:lang="en">Add my subnet IP range</source>
<target state="translated">Adicionar meu intervalo de IP de sub-rede</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/accountListRenderer" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="refreshCredentials">
<source xml:lang="en">You need to refresh the credentials for this account.</source>
<target state="translated">Você precisa atualizar as credenciais para esta conta.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/insights/common/insightsUtils" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="insightsDidNotFindResolvedFile">
<source xml:lang="en">Could not find query file at any of the following paths :
{0}</source>
<target state="translated">Não foi possível encontrar o arquivo de consulta em nenhum dos seguintes caminhos: {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/accounts/common/accountActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="addAccount">
<source xml:lang="en">Add an account</source>
<target state="translated">Adicionar uma conta</target>
</trans-unit>
<trans-unit id="removeAccount">
<source xml:lang="en">Remove account</source>
<target state="translated">Remover conta</target>
</trans-unit>
<trans-unit id="confirmRemoveUserAccountMessage">
<source xml:lang="en">Are you sure you want to remove '{0}'?</source>
<target state="translated">Tem certeza de que deseja remover '{0}'?</target>
</trans-unit>
<trans-unit id="accountActions.yes">
<source xml:lang="en">Yes</source>
<target state="translated">Sim</target>
</trans-unit>
<trans-unit id="accountActions.no">
<source xml:lang="en">No</source>
<target state="translated">Não</target>
</trans-unit>
<trans-unit id="removeAccountFailed">
<source xml:lang="en">Failed to remove account</source>
<target state="translated">Falha ao remover conta</target>
</trans-unit>
<trans-unit id="applyFilters">
<source xml:lang="en">Apply Filters</source>
<target state="translated">Aplicar Filtros</target>
</trans-unit>
<trans-unit id="refreshAccount">
<source xml:lang="en">Reenter your credentials</source>
<target state="translated">Reinsira suas credenciais</target>
</trans-unit>
<trans-unit id="NoAccountToRefresh">
<source xml:lang="en">There is no account to refresh</source>
<target state="translated">Não há nenhuma conta para atualizar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/browser/keyboardQueryActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="focusOnCurrentQueryKeyboardAction">
<source xml:lang="en">Focus on Current Query</source>
<target state="translated">Foco na Consulta Atual</target>
</trans-unit>
<trans-unit id="runQueryKeyboardAction">
<source xml:lang="en">Run Query</source>
<target state="translated">Executar Consulta</target>
</trans-unit>
<trans-unit id="runCurrentQueryKeyboardAction">
<source xml:lang="en">Run Current Query</source>
<target state="translated">Executar Consulta Atual</target>
</trans-unit>
<trans-unit id="runCurrentQueryWithActualPlanKeyboardAction">
<source xml:lang="en">Run Current Query with Actual Plan</source>
<target state="translated">Executar Consulta Atual com Plano Real</target>
</trans-unit>
<trans-unit id="cancelQueryKeyboardAction">
<source xml:lang="en">Cancel Query</source>
<target state="translated">Cancelar Consulta</target>
</trans-unit>
<trans-unit id="refreshIntellisenseKeyboardAction">
<source xml:lang="en">Refresh IntelliSense Cache</source>
<target state="translated">Atualizar Cache do IntelliSense</target>
</trans-unit>
<trans-unit id="toggleQueryResultsKeyboardAction">
<source xml:lang="en">Toggle Query Results</source>
<target state="translated">Alternar Resultados da Consulta</target>
</trans-unit>
<trans-unit id="queryShortcutNoEditor">
<source xml:lang="en">Editor parameter is required for a shortcut to be executed</source>
<target state="translated">O editor de parâmetro é necessário para um atalho ser executado</target>
</trans-unit>
<trans-unit id="parseSyntaxLabel">
<source xml:lang="en">Parse Query</source>
<target state="translated">Analisar Consulta</target>
</trans-unit>
<trans-unit id="queryActions.parseSyntaxSuccess">
<source xml:lang="en">Commands completed successfully</source>
<target state="translated">Comandos concluídos com êxito</target>
</trans-unit>
<trans-unit id="queryActions.parseSyntaxFailure">
<source xml:lang="en">Command failed: </source>
<target state="translated">Falha no comando: </target>
</trans-unit>
<trans-unit id="queryActions.notConnected">
<source xml:lang="en">Please connect to a server</source>
<target state="translated">Conecte-se a um servidor</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/views/charts/chartInsight.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="chartErrorMessage">
<source xml:lang="en">Chart cannot be displayed with the given data</source>
<target state="translated">O gráfico não pode ser exibido com os dados fornecidos</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modelComponents/componentBase" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="invalidIndex">
<source xml:lang="en">The index {0} is invalid.</source>
<target state="translated">O índice {0} é inválido.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/table/formatters" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="tableCell.NoDataAvailable">
<source xml:lang="en">no data available</source>
<target state="translated">não há dados disponíveis</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modal/modal" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="infoAltText">
<source xml:lang="en">Information</source>
<target state="translated">Informações</target>
</trans-unit>
<trans-unit id="warningAltText">
<source xml:lang="en">Warning</source>
<target state="translated">Aviso</target>
</trans-unit>
<trans-unit id="errorAltText">
<source xml:lang="en">Error</source>
<target state="translated">Erro</target>
</trans-unit>
<trans-unit id="showMessageDetails">
<source xml:lang="en">Show Details</source>
<target state="translated">Mostrar Detalhes</target>
</trans-unit>
<trans-unit id="copyMessage">
<source xml:lang="en">Copy</source>
<target state="translated">Copiar</target>
</trans-unit>
<trans-unit id="closeMessage">
<source xml:lang="en">Close</source>
<target state="translated">Fechar</target>
</trans-unit>
<trans-unit id="modal.back">
<source xml:lang="en">Back</source>
<target state="translated">Voltar</target>
</trans-unit>
<trans-unit id="hideMessageDetails">
<source xml:lang="en">Hide Details</source>
<target state="translated">Ocultar Detalhes</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modal/optionsDialogHelper" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="optionsDialog.missingRequireField">
<source xml:lang="en"> is required.</source>
<target state="translated"> é necessário.</target>
</trans-unit>
<trans-unit id="optionsDialog.invalidInput">
<source xml:lang="en">Invalid input. Numeric value expected.</source>
<target state="translated">Entrada inválida. Valor numérico esperado.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/query/common/queryRunner" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="query.ExecutionFailedError">
<source xml:lang="en">Execution failed due to an unexpected error: {0} {1}</source>
<target state="translated">A execução falhou devido a um erro inesperado: {0} {1}</target>
</trans-unit>
<trans-unit id="query.message.executionTime">
<source xml:lang="en">Total execution time: {0}</source>
<target state="translated">Tempo total de execução: {0}</target>
</trans-unit>
<trans-unit id="query.message.startQuery">
<source xml:lang="en">Started executing query at Line {0}</source>
<target state="translated">Execução da consulta iniciada na linha {0}</target>
</trans-unit>
<trans-unit id="query.initEditExecutionFailed">
<source xml:lang="en">Initialize edit data session failed: </source>
<target state="translated">Falha ao inicializar a sessão de edição de dados: </target>
</trans-unit>
<trans-unit id="elapsedBatchTime">
<source xml:lang="en">Batch execution time: {0}</source>
<target state="translated">Tempo de execução em lote: {0}</target>
</trans-unit>
<trans-unit id="copyFailed">
<source xml:lang="en">Copy failed with error {0}</source>
<target state="translated">Falha na cópia com o erro {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/selectBox/selectBox" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="alertErrorMessage">
<source xml:lang="en">Error: {0}</source>
<target state="translated">Erro: {0}</target>
</trans-unit>
<trans-unit id="alertWarningMessage">
<source xml:lang="en">Warning: {0}</source>
<target state="translated">Aviso: {0}</target>
</trans-unit>
<trans-unit id="alertInfoMessage">
<source xml:lang="en">Info: {0}</source>
<target state="translated">Informações: {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/insights/browser/insightDialogActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="workbench.action.insights.copySelection">
<source xml:lang="en">Copy Cell</source>
<target state="translated">Copiar Célula</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/restore/browser/restoreDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="backupFilePath">
<source xml:lang="en">Backup file path</source>
<target state="translated">Caminho do arquivo de backup</target>
</trans-unit>
<trans-unit id="targetDatabase">
<source xml:lang="en">Target database</source>
<target state="translated">Banco de dados de destino</target>
</trans-unit>
<trans-unit id="RestoreDialogTitle">
<source xml:lang="en">Restore database</source>
<target state="translated">Restaurar banco de dados</target>
</trans-unit>
<trans-unit id="restoreDialog.restoreTitle">
<source xml:lang="en">Restore database</source>
<target state="translated">Restaurar banco de dados</target>
</trans-unit>
<trans-unit id="restoreDialog.database">
<source xml:lang="en">Database</source>
<target state="translated">Banco de dados</target>
</trans-unit>
<trans-unit id="restoreDialog.backupFile">
<source xml:lang="en">Backup file</source>
<target state="translated">Arquivo de backup</target>
</trans-unit>
<trans-unit id="restoreDialog.restore">
<source xml:lang="en">Restore</source>
<target state="translated">Restaurar</target>
</trans-unit>
<trans-unit id="restoreDialog.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="restoreDialog.script">
<source xml:lang="en">Script</source>
<target state="translated">Script</target>
</trans-unit>
<trans-unit id="source">
<source xml:lang="en">Source</source>
<target state="translated">Fonte</target>
</trans-unit>
<trans-unit id="restoreFrom">
<source xml:lang="en">Restore from</source>
<target state="translated">Restaurar de</target>
</trans-unit>
<trans-unit id="missingBackupFilePathError">
<source xml:lang="en">Backup file path is required.</source>
<target state="translated">O caminho do arquivo de backup é obrigatório.</target>
</trans-unit>
<trans-unit id="multipleBackupFilePath">
<source xml:lang="en">Please enter one or more file paths separated by commas</source>
<target state="translated">Insira um ou mais caminhos de arquivo separados por vírgulas</target>
</trans-unit>
<trans-unit id="database">
<source xml:lang="en">Database</source>
<target state="translated">Banco de dados</target>
</trans-unit>
<trans-unit id="destination">
<source xml:lang="en">Destination</source>
<target state="translated">Destino</target>
</trans-unit>
<trans-unit id="restoreDialog.toggleDatabaseNameDropdown">
<source xml:lang="en">Select Database Toggle Dropdown</source>
<target state="translated">Selecione o Menu Suspenso de Alternância de Bancos de Dados</target>
</trans-unit>
<trans-unit id="restoreTo">
<source xml:lang="en">Restore to</source>
<target state="translated">Restaurar para</target>
</trans-unit>
<trans-unit id="restorePlan">
<source xml:lang="en">Restore plan</source>
<target state="translated">Restaurar plano</target>
</trans-unit>
<trans-unit id="backupSetsToRestore">
<source xml:lang="en">Backup sets to restore</source>
<target state="translated">Conjuntos de backup para restaurar</target>
</trans-unit>
<trans-unit id="restoreDatabaseFileAs">
<source xml:lang="en">Restore database files as</source>
<target state="translated">Restaurar arquivos de banco de dados como</target>
</trans-unit>
<trans-unit id="restoreDatabaseFileDetails">
<source xml:lang="en">Restore database file details</source>
<target state="translated">Restaurar os detalhes do arquivo de banco de dados</target>
</trans-unit>
<trans-unit id="logicalFileName">
<source xml:lang="en">Logical file Name</source>
<target state="translated">Nome do Arquivo lógico</target>
</trans-unit>
<trans-unit id="fileType">
<source xml:lang="en">File type</source>
<target state="translated">Tipo de arquivo</target>
</trans-unit>
<trans-unit id="originalFileName">
<source xml:lang="en">Original File Name</source>
<target state="translated">Nome do Arquivo Original</target>
</trans-unit>
<trans-unit id="restoreAs">
<source xml:lang="en">Restore as</source>
<target state="translated">Restaurar como</target>
</trans-unit>
<trans-unit id="restoreOptions">
<source xml:lang="en">Restore options</source>
<target state="translated">Opções de restauração</target>
</trans-unit>
<trans-unit id="taillogBackup">
<source xml:lang="en">Tail-Log backup</source>
<target state="translated">Backup da parte final do log</target>
</trans-unit>
<trans-unit id="serverConnection">
<source xml:lang="en">Server connections</source>
<target state="translated">Conexões de servidor</target>
</trans-unit>
<trans-unit id="generalTitle">
<source xml:lang="en">General</source>
<target state="translated">Geral</target>
</trans-unit>
<trans-unit id="filesTitle">
<source xml:lang="en">Files</source>
<target state="translated">Arquivos</target>
</trans-unit>
<trans-unit id="optionsTitle">
<source xml:lang="en">Options</source>
<target state="translated">Opções</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/autoOAuthDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="copyAndOpen">
<source xml:lang="en">Copy &amp; Open</source>
<target state="translated">Copiar &amp; Abrir</target>
</trans-unit>
<trans-unit id="oauthDialog.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="userCode">
<source xml:lang="en">User code</source>
<target state="translated">Código do usuário</target>
</trans-unit>
<trans-unit id="website">
<source xml:lang="en">Website</source>
<target state="translated">Site</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/dialog/common/dialogTypes" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dialogModalDoneButtonLabel">
<source xml:lang="en">Done</source>
<target state="translated">Concluído</target>
</trans-unit>
<trans-unit id="dialogModalCancelButtonLabel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/parts/editableDropdown/browser/dropdown" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="editableDropdown.errorValidate">
<source xml:lang="en">Must be an option from the list</source>
<target state="translated">Deve ser uma opção da lista</target>
</trans-unit>
<trans-unit id="dropdownAction.toggle">
<source xml:lang="en">Toggle dropdown</source>
<target state="translated">Alternar menu suspenso</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="selectDeselectAll">
<source xml:lang="en">Select/Deselect All</source>
<target state="translated">Selecionar/Desmarcar Tudo</target>
</trans-unit>
<trans-unit id="tableCheckboxCell.Checked">
<source xml:lang="en">checkbox checked</source>
<target state="translated">caixa de seleção marcada</target>
</trans-unit>
<trans-unit id="tableCheckboxCell.unChecked">
<source xml:lang="en">checkbox unchecked</source>
<target state="translated">caixa de seleção desmarcada</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modelComponents/queryTextEditor" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="queryTextEditorAriaLabel">
<source xml:lang="en">modelview code editor for view model.</source>
<target state="translated">Editor de código modelview para modelo de exibição.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/queryHistory/browser/queryHistoryRenderer" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="succeeded">
<source xml:lang="en">succeeded</source>
<target state="translated">com êxito</target>
</trans-unit>
<trans-unit id="failed">
<source xml:lang="en">failed</source>
<target state="translated">falhou</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/connection/browser/cmsConnectionWidget" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="serverDescription">
<source xml:lang="en">Server Description (optional)</source>
<target state="translated">Descrição do Servidor (opcional)</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/connection/browser/advancedPropertiesController" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="connectionAdvancedProperties">
<source xml:lang="en">Advanced Properties</source>
<target state="translated">Propriedades Avançadas</target>
</trans-unit>
<trans-unit id="advancedProperties.discard">
<source xml:lang="en">Discard</source>
<target state="translated">Descartar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/accounts/browser/accountDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="linkedAccounts">
<source xml:lang="en">Linked accounts</source>
<target state="translated">Contas vinculadas</target>
</trans-unit>
<trans-unit id="accountDialog.close">
<source xml:lang="en">Close</source>
<target state="translated">Fechar</target>
</trans-unit>
<trans-unit id="accountDialog.noAccountLabel">
<source xml:lang="en">There is no linked account. Please add an account.</source>
<target state="translated">Não há nenhuma conta vinculada. Adicione uma conta.</target>
</trans-unit>
<trans-unit id="accountDialog.addConnection">
<source xml:lang="en">Add an account</source>
<target state="translated">Adicionar uma conta</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/notebook/common/localContentManager" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="nbformatNotRecognized">
<source xml:lang="en">nbformat v{0}.{1} not recognized</source>
<target state="translated">nbformat v{0}.{1} não reconhecido</target>
</trans-unit>
<trans-unit id="nbNotSupported">
<source xml:lang="en">This file does not have a valid notebook format</source>
<target state="translated">Este arquivo não tem um formato de notebook válido</target>
</trans-unit>
<trans-unit id="unknownCellType">
<source xml:lang="en">Cell type {0} unknown</source>
<target state="translated">Tipo de célula {0} desconhecido</target>
</trans-unit>
<trans-unit id="unrecognizedOutput">
<source xml:lang="en">Output type {0} not recognized</source>
<target state="translated">Tipo de saída {0} não reconhecido</target>
</trans-unit>
<trans-unit id="invalidMimeData">
<source xml:lang="en">Data for {0} is expected to be a string or an Array of strings</source>
<target state="translated">Espera-se que os dados de {0} sejam uma cadeia de caracteres ou uma matriz de cadeia de caracteres</target>
</trans-unit>
<trans-unit id="unrecognizedOutputType">
<source xml:lang="en">Output type {0} not recognized</source>
<target state="translated">Tipo de saída {0} não reconhecido</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profilerResourceEditor" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="profilerTextEditorAriaLabel">
<source xml:lang="en">Profiler editor for event text. Readonly</source>
<target state="translated">Editor do Profiler para o texto do evento .ReadOnly</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/cellToggleMoreActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="runAllBefore">
<source xml:lang="en">Run Cells Before</source>
<target state="translated">Executar Células Antes de</target>
</trans-unit>
<trans-unit id="runAllAfter">
<source xml:lang="en">Run Cells After</source>
<target state="translated">Executar Células Após</target>
</trans-unit>
<trans-unit id="codeBefore">
<source xml:lang="en">Insert Code Before</source>
<target state="translated">Inserir Código Antes de</target>
</trans-unit>
<trans-unit id="codeAfter">
<source xml:lang="en">Insert Code After</source>
<target state="translated">Inserir Código Após</target>
</trans-unit>
<trans-unit id="markdownBefore">
<source xml:lang="en">Insert Text Before</source>
<target state="translated">Inserir Texto Antes de</target>
</trans-unit>
<trans-unit id="markdownAfter">
<source xml:lang="en">Insert Text After</source>
<target state="translated">Inserir Texto Após</target>
</trans-unit>
<trans-unit id="collapseCell">
<source xml:lang="en">Collapse Cell</source>
<target state="translated">Recolher Célula</target>
</trans-unit>
<trans-unit id="expandCell">
<source xml:lang="en">Expand Cell</source>
<target state="translated">Expandir Célula</target>
</trans-unit>
<trans-unit id="clear">
<source xml:lang="en">Clear Result</source>
<target state="translated">Limpar Resultado</target>
</trans-unit>
<trans-unit id="delete">
<source xml:lang="en">Delete</source>
<target state="translated">Excluir</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/scriptingUtils" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="scriptSelectNotFound">
<source xml:lang="en">No script was returned when calling select script on object </source>
<target state="translated">Nenhum script foi retornado ao chamar o script select no objeto </target>
</trans-unit>
<trans-unit id="selectOperationName">
<source xml:lang="en">Select</source>
<target state="translated">Selecionar</target>
</trans-unit>
<trans-unit id="createOperationName">
<source xml:lang="en">Create</source>
<target state="translated">Criar</target>
</trans-unit>
<trans-unit id="insertOperationName">
<source xml:lang="en">Insert</source>
<target state="translated">Inserir</target>
</trans-unit>
<trans-unit id="updateOperationName">
<source xml:lang="en">Update</source>
<target state="translated">Atualizar</target>
</trans-unit>
<trans-unit id="deleteOperationName">
<source xml:lang="en">Delete</source>
<target state="translated">Excluir</target>
</trans-unit>
<trans-unit id="scriptNotFoundForObject">
<source xml:lang="en">No script was returned when scripting as {0} on object {1}</source>
<target state="translated">Nenhum script foi retornado durante o script como {0} no objeto {1}</target>
</trans-unit>
<trans-unit id="scriptingFailed">
<source xml:lang="en">Scripting Failed</source>
<target state="translated">O script falhou</target>
</trans-unit>
<trans-unit id="scriptNotFound">
<source xml:lang="en">No script was returned when scripting as {0}</source>
<target state="translated">Nenhum script foi retornado ao criar scripts como {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/objectExplorer/browser/treeCreationUtils" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="treeAriaLabel">
<source xml:lang="en">Recent Connections</source>
<target state="translated">Conexões Recentes</target>
</trans-unit>
<trans-unit id="treeCreation.regTreeAriaLabel">
<source xml:lang="en">Servers</source>
<target state="translated">Servidores</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/notebook/browser/sessionManager" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="noKernel">
<source xml:lang="en">No Kernel</source>
<target state="translated">Nenhum Kernel</target>
</trans-unit>
<trans-unit id="runNotebookDisabled">
<source xml:lang="en">Cannot run cells as no kernel has been configured</source>
<target state="translated">Não é possível executar células porque nenhum kernel foi configurado</target>
</trans-unit>
<trans-unit id="errorName">
<source xml:lang="en">Error</source>
<target state="translated">Erro</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/welcome/page/browser/az_data_welcome_page" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="welcomePage.azdata">
<source xml:lang="en">Azure Data Studio</source>
<target state="translated">Azure Data Studio</target>
</trans-unit>
<trans-unit id="welcomePage.start">
<source xml:lang="en">Start</source>
<target state="translated">Início</target>
</trans-unit>
<trans-unit id="welcomePage.newConnection">
<source xml:lang="en">New connection</source>
<target state="translated">Nova conexão</target>
</trans-unit>
<trans-unit id="welcomePage.newQuery">
<source xml:lang="en">New query</source>
<target state="translated">Nova consulta</target>
</trans-unit>
<trans-unit id="welcomePage.newNotebook">
<source xml:lang="en">New notebook</source>
<target state="translated">Novo notebook</target>
</trans-unit>
<trans-unit id="welcomePage.openFileMac">
<source xml:lang="en">Open file</source>
<target state="translated">Abrir arquivo</target>
</trans-unit>
<trans-unit id="welcomePage.openFileLinuxPC">
<source xml:lang="en">Open file</source>
<target state="translated">Abrir arquivo</target>
</trans-unit>
<trans-unit id="welcomePage.deploy">
<source xml:lang="en">Deploy</source>
<target state="translated">Implantar</target>
</trans-unit>
<trans-unit id="welcomePage.DeploySQLServer">
<source xml:lang="en">Deploy SQL Server…</source>
<target state="translated">Implantar o SQL Server...</target>
</trans-unit>
<trans-unit id="welcomePage.recent">
<source xml:lang="en">Recent</source>
<target state="translated">Recente</target>
</trans-unit>
<trans-unit id="welcomePage.moreRecent">
<source xml:lang="en">More...</source>
<target state="translated">Mais...</target>
</trans-unit>
<trans-unit id="welcomePage.noRecentFolders">
<source xml:lang="en">No recent folders</source>
<target state="translated">Não há pastas recentes</target>
</trans-unit>
<trans-unit id="welcomePage.help">
<source xml:lang="en">Help</source>
<target state="translated">Ajuda</target>
</trans-unit>
<trans-unit id="welcomePage.gettingStarted">
<source xml:lang="en">Getting started</source>
<target state="translated">Introdução</target>
</trans-unit>
<trans-unit id="welcomePage.productDocumentation">
<source xml:lang="en">Documentation</source>
<target state="translated">Documentação</target>
</trans-unit>
<trans-unit id="welcomePage.reportIssue">
<source xml:lang="en">Report issue or feature request</source>
<target state="translated">Relatar problema ou solicitação de recurso</target>
</trans-unit>
<trans-unit id="welcomePage.gitHubRepository">
<source xml:lang="en">GitHub repository</source>
<target state="translated">Repositório GitHub</target>
</trans-unit>
<trans-unit id="welcomePage.releaseNotes">
<source xml:lang="en">Release notes</source>
<target state="translated">Notas sobre a versão</target>
</trans-unit>
<trans-unit id="welcomePage.showOnStartup">
<source xml:lang="en">Show welcome page on startup</source>
<target state="translated">Mostrar a página inicial na inicialização</target>
</trans-unit>
<trans-unit id="welcomePage.customize">
<source xml:lang="en">Customize</source>
<target state="translated">Personalizar</target>
</trans-unit>
<trans-unit id="welcomePage.extensions">
<source xml:lang="en">Extensions</source>
<target state="translated">Extensões</target>
</trans-unit>
<trans-unit id="welcomePage.extensionDescription">
<source xml:lang="en">Download extensions that you need, including the SQL Server Admin pack and more</source>
<target state="translated">Baixe as extensões necessárias, incluindo o pacote de Administrador do SQL Server e muito mais</target>
</trans-unit>
<trans-unit id="welcomePage.keyboardShortcut">
<source xml:lang="en">Keyboard Shortcuts</source>
<target state="translated">Atalhos de Teclado</target>
</trans-unit>
<trans-unit id="welcomePage.keyboardShortcutDescription">
<source xml:lang="en">Find your favorite commands and customize them</source>
<target state="translated">Encontre seus comandos favoritos e personalize-os</target>
</trans-unit>
<trans-unit id="welcomePage.colorTheme">
<source xml:lang="en">Color theme</source>
<target state="translated">Tema de cores</target>
</trans-unit>
<trans-unit id="welcomePage.colorThemeDescription">
<source xml:lang="en">Make the editor and your code look the way you love</source>
<target state="translated">Faça com que o editor e seu código tenham a aparência que você mais gosta</target>
</trans-unit>
<trans-unit id="welcomePage.learn">
<source xml:lang="en">Learn</source>
<target state="translated">Aprender</target>
</trans-unit>
<trans-unit id="welcomePage.showCommands">
<source xml:lang="en">Find and run all commands</source>
<target state="translated">Encontrar e executar todos os comandos</target>
</trans-unit>
<trans-unit id="welcomePage.showCommandsDescription">
<source xml:lang="en">Rapidly access and search commands from the Command Palette ({0})</source>
<target state="translated">Acesse e pesquise rapidamente comandos na Paleta de Comandos ({0})</target>
</trans-unit>
<trans-unit id="welcomePage.azdataBlog">
<source xml:lang="en">Discover what's new in the latest release</source>
<target state="translated">Descubra o que há de novo na versão mais recente</target>
</trans-unit>
<trans-unit id="welcomePage.azdataBlogDescription">
<source xml:lang="en">New monthly blog posts each month showcasing our new features</source>
<target state="translated">Novas postagens mensais do blog apresentando nossos novos recursos</target>
</trans-unit>
<trans-unit id="welcomePage.followTwitter">
<source xml:lang="en">Follow us on Twitter</source>
<target state="translated">Siga-nos no Twitter</target>
</trans-unit>
<trans-unit id="welcomePage.followTwitterDescription">
<source xml:lang="en">Keep up to date with how the community is using Azure Data Studio and to talk directly with the engineers.</source>
<target state="translated">Mantenha-se atualizado com a forma como a Comunidade está usando o Azure Data Studio e converse diretamente com os engenheiros.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/tasks/browser/tasksRenderer" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="succeeded">
<source xml:lang="en">succeeded</source>
<target state="translated">com êxito</target>
</trans-unit>
<trans-unit id="failed">
<source xml:lang="en">failed</source>
<target state="translated">falhou</target>
</trans-unit>
<trans-unit id="inProgress">
<source xml:lang="en">in progress</source>
<target state="translated">em andamento</target>
</trans-unit>
<trans-unit id="notStarted">
<source xml:lang="en">not started</source>
<target state="translated">não iniciado</target>
</trans-unit>
<trans-unit id="canceled">
<source xml:lang="en">canceled</source>
<target state="translated">cancelado</target>
</trans-unit>
<trans-unit id="canceling">
<source xml:lang="en">canceling</source>
<target state="translated">cancelando</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/editData/browser/editDataActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="editData.run">
<source xml:lang="en">Run</source>
<target state="translated">Executar</target>
</trans-unit>
<trans-unit id="disposeEditFailure">
<source xml:lang="en">Dispose Edit Failed With Error: </source>
<target state="translated">Editar descarte falhou com o erro: </target>
</trans-unit>
<trans-unit id="editData.stop">
<source xml:lang="en">Stop</source>
<target state="translated">Parar</target>
</trans-unit>
<trans-unit id="editData.showSql">
<source xml:lang="en">Show SQL Pane</source>
<target state="translated">Mostrar Painel do SQL</target>
</trans-unit>
<trans-unit id="editData.closeSql">
<source xml:lang="en">Close SQL Pane</source>
<target state="translated">Fechar Painel do SQL</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profilerActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="profilerAction.connect">
<source xml:lang="en">Connect</source>
<target state="translated">Conectar</target>
</trans-unit>
<trans-unit id="profilerAction.disconnect">
<source xml:lang="en">Disconnect</source>
<target state="translated">Desconectar</target>
</trans-unit>
<trans-unit id="start">
<source xml:lang="en">Start</source>
<target state="translated">Início</target>
</trans-unit>
<trans-unit id="create">
<source xml:lang="en">New Session</source>
<target state="translated">Nova Sessão</target>
</trans-unit>
<trans-unit id="profilerAction.pauseCapture">
<source xml:lang="en">Pause</source>
<target state="translated">Pausar</target>
</trans-unit>
<trans-unit id="profilerAction.resumeCapture">
<source xml:lang="en">Resume</source>
<target state="translated">Continuar</target>
</trans-unit>
<trans-unit id="profilerStop.stop">
<source xml:lang="en">Stop</source>
<target state="translated">Parar</target>
</trans-unit>
<trans-unit id="profiler.clear">
<source xml:lang="en">Clear Data</source>
<target state="translated">Limpar Dados</target>
</trans-unit>
<trans-unit id="profilerAction.autoscrollOn">
<source xml:lang="en">Auto Scroll: On</source>
<target state="translated">Rolagem Automática: Ativada</target>
</trans-unit>
<trans-unit id="profilerAction.autoscrollOff">
<source xml:lang="en">Auto Scroll: Off</source>
<target state="translated">Rolagem Automática: Desativada</target>
</trans-unit>
<trans-unit id="profiler.toggleCollapsePanel">
<source xml:lang="en">Toggle Collapsed Panel</source>
<target state="translated">Alternar Painel Recolhido</target>
</trans-unit>
<trans-unit id="profiler.editColumns">
<source xml:lang="en">Edit Columns</source>
<target state="translated">Editar Colunas</target>
</trans-unit>
<trans-unit id="profiler.findNext">
<source xml:lang="en">Find Next String</source>
<target state="translated">Encontrar Próxima Cadeia de Caracteres</target>
</trans-unit>
<trans-unit id="profiler.findPrevious">
<source xml:lang="en">Find Previous String</source>
<target state="translated">Encontrar Cadeia de Caracteres Anterior</target>
</trans-unit>
<trans-unit id="profilerAction.newProfiler">
<source xml:lang="en">Launch Profiler</source>
<target state="translated">Iniciar Profiler</target>
</trans-unit>
<trans-unit id="profiler.filter">
<source xml:lang="en">Filter…</source>
<target state="translated">Filtro...</target>
</trans-unit>
<trans-unit id="profiler.clearFilter">
<source xml:lang="en">Clear Filter</source>
<target state="translated">Limpar Filtro</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profilerTableEditor" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="ProfilerTableEditor.eventCountFiltered">
<source xml:lang="en">Events (Filtered): {0}/{1}</source>
<target state="translated">Eventos (Filtrados): {0}/{1}</target>
</trans-unit>
<trans-unit id="ProfilerTableEditor.eventCount">
<source xml:lang="en">Events: {0}</source>
<target state="translated">Eventos: {0}</target>
</trans-unit>
<trans-unit id="status.eventCount">
<source xml:lang="en">Event Count</source>
<target state="translated">Contagem de Eventos</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/browser/actions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="saveAsCsv">
<source xml:lang="en">Save As CSV</source>
<target state="translated">Salvar Como CSV</target>
</trans-unit>
<trans-unit id="saveAsJson">
<source xml:lang="en">Save As JSON</source>
<target state="translated">Salvar Como JSON</target>
</trans-unit>
<trans-unit id="saveAsExcel">
<source xml:lang="en">Save As Excel</source>
<target state="translated">Salvar Como Excel</target>
</trans-unit>
<trans-unit id="saveAsXml">
<source xml:lang="en">Save As XML</source>
<target state="translated">Salvar Como XML</target>
</trans-unit>
<trans-unit id="saveToFileNotSupported">
<source xml:lang="en">Save to file is not supported by the backing data source</source>
<target state="translated">Salvar em arquivo não é uma ação compatível com a fonte de dados de backup</target>
</trans-unit>
<trans-unit id="copySelection">
<source xml:lang="en">Copy</source>
<target state="translated">Copiar</target>
</trans-unit>
<trans-unit id="copyWithHeaders">
<source xml:lang="en">Copy With Headers</source>
<target state="translated">Copiar Com Cabeçalhos</target>
</trans-unit>
<trans-unit id="selectAll">
<source xml:lang="en">Select All</source>
<target state="translated">Selecionar Tudo</target>
</trans-unit>
<trans-unit id="copyMessages">
<source xml:lang="en">Copy</source>
<target state="translated">Copiar</target>
</trans-unit>
<trans-unit id="copyAll">
<source xml:lang="en">Copy All</source>
<target state="translated">Copiar Tudo</target>
</trans-unit>
<trans-unit id="maximize">
<source xml:lang="en">Maximize</source>
<target state="translated">Maximizar</target>
</trans-unit>
<trans-unit id="restore">
<source xml:lang="en">Restore</source>
<target state="translated">Restaurar</target>
</trans-unit>
<trans-unit id="chart">
<source xml:lang="en">Chart</source>
<target state="translated">Gráfico</target>
</trans-unit>
<trans-unit id="visualizer">
<source xml:lang="en">Visualizer</source>
<target state="translated">Visualizador</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/api/common/sqlExtHost.api.impl" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="ObsoleteApiModuleMessage">
<source xml:lang="en">The extension "{0}" is using sqlops module which has been replaced by azdata module, the sqlops module will be removed in a future release.</source>
<target state="translated">A extensão "{0}" está usando o módulo sqlops que foi substituído pelo módulo azdata. O módulo sqlops será removido em uma versão futura.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/theme/common/colors" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="tableHeaderBackground">
<source xml:lang="en">Table header background color</source>
<target state="translated">Cor da tela de fundo do cabeçalho de tabela</target>
</trans-unit>
<trans-unit id="tableHeaderForeground">
<source xml:lang="en">Table header foreground color</source>
<target state="translated">Cor de primeiro plano do cabeçalho de tabela</target>
</trans-unit>
<trans-unit id="disabledInputBoxBackground">
<source xml:lang="en">Disabled Input box background.</source>
<target state="translated">Fundo da caixa de entrada desabilitado.</target>
</trans-unit>
<trans-unit id="disabledInputBoxForeground">
<source xml:lang="en">Disabled Input box foreground.</source>
<target state="translated">Primeiro plano da caixa de entrada desabilitado.</target>
</trans-unit>
<trans-unit id="buttonFocusOutline">
<source xml:lang="en">Button outline color when focused.</source>
<target state="translated">Cor do contorno do botão quando focada.</target>
</trans-unit>
<trans-unit id="disabledCheckboxforeground">
<source xml:lang="en">Disabled checkbox foreground.</source>
<target state="translated">Primeiro plano da caixa de seleção desabilitado.</target>
</trans-unit>
<trans-unit id="listFocusAndSelectionBackground">
<source xml:lang="en">List/Table background color for the selected and focus item when the list/table is active</source>
<target state="translated">Cor da tela de fundo da lista/tabela para o item selecionado e foco quando a lista/tabela estiver ativa</target>
</trans-unit>
<trans-unit id="agentTableBackground">
<source xml:lang="en">SQL Agent Table background color.</source>
<target state="translated">Cor da tela de fundo da tabela do SQL Agent.</target>
</trans-unit>
<trans-unit id="agentCellBackground">
<source xml:lang="en">SQL Agent table cell background color.</source>
<target state="translated">Cor da tela de fundo da célula de tabela do SQL Agent.</target>
</trans-unit>
<trans-unit id="agentTableHoverBackground">
<source xml:lang="en">SQL Agent table hover background color.</source>
<target state="translated">Cor da tela de fundo para tabela do SQL Agent.</target>
</trans-unit>
<trans-unit id="agentJobsHeadingColor">
<source xml:lang="en">SQL Agent heading background color.</source>
<target state="translated">Cor da tela de fundo do título do SQL Agent.</target>
</trans-unit>
<trans-unit id="agentCellBorderColor">
<source xml:lang="en">SQL Agent table cell border color.</source>
<target state="translated">Cor da borda da célula na tabela do SQL Agent.</target>
</trans-unit>
<trans-unit id="resultsErrorColor">
<source xml:lang="en">Results messages error color.</source>
<target state="translated">Cor de erro das mensagens de resultados.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/common/resultSerializer" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="resultsSerializer.saveAsFileTitle">
<source xml:lang="en">Choose Results File</source>
<target state="translated">Escolha o arquivo de resultados</target>
</trans-unit>
<trans-unit id="resultsSerializer.saveAsFileExtensionCSVTitle">
<source xml:lang="en">CSV (Comma delimited)</source>
<target state="translated">CSV (separado por vírgula)</target>
</trans-unit>
<trans-unit id="resultsSerializer.saveAsFileExtensionJSONTitle">
<source xml:lang="en">JSON</source>
<target state="translated">JSON</target>
</trans-unit>
<trans-unit id="resultsSerializer.saveAsFileExtensionExcelTitle">
<source xml:lang="en">Excel Workbook</source>
<target state="translated">Pasta de trabalho do Excel</target>
</trans-unit>
<trans-unit id="resultsSerializer.saveAsFileExtensionXMLTitle">
<source xml:lang="en">XML</source>
<target state="translated">XML</target>
</trans-unit>
<trans-unit id="resultsSerializer.saveAsFileExtensionTXTTitle">
<source xml:lang="en">Plain Text</source>
<target state="translated">Texto Sem Formatação</target>
</trans-unit>
<trans-unit id="openLocation">
<source xml:lang="en">Open file location</source>
<target state="translated">Abrir local do arquivo</target>
</trans-unit>
<trans-unit id="openFile">
<source xml:lang="en">Open file</source>
<target state="translated">Abrir arquivo</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/backup/browser/backup.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="backup.backupName">
<source xml:lang="en">Backup name</source>
<target state="translated">Nome do backup</target>
</trans-unit>
<trans-unit id="backup.recoveryModel">
<source xml:lang="en">Recovery model</source>
<target state="translated">Modelo de recuperação</target>
</trans-unit>
<trans-unit id="backup.backupType">
<source xml:lang="en">Backup type</source>
<target state="translated">Tipo de backup</target>
</trans-unit>
<trans-unit id="backup.backupDevice">
<source xml:lang="en">Backup files</source>
<target state="translated">Arquivos de backup</target>
</trans-unit>
<trans-unit id="backup.algorithm">
<source xml:lang="en">Algorithm</source>
<target state="translated">Algoritmo</target>
</trans-unit>
<trans-unit id="backup.certificateOrAsymmetricKey">
<source xml:lang="en">Certificate or Asymmetric key</source>
<target state="translated">Chave de Certificado ou Assimétrica</target>
</trans-unit>
<trans-unit id="backup.media">
<source xml:lang="en">Media</source>
<target state="translated">Mídia</target>
</trans-unit>
<trans-unit id="backup.mediaOption">
<source xml:lang="en">Backup to the existing media set</source>
<target state="translated">Backup para o conjunto de mídias existente</target>
</trans-unit>
<trans-unit id="backup.mediaOptionFormat">
<source xml:lang="en">Backup to a new media set</source>
<target state="translated">Backup para um novo conjunto de mídias</target>
</trans-unit>
<trans-unit id="backup.existingMediaAppend">
<source xml:lang="en">Append to the existing backup set</source>
<target state="translated">Acrescentar ao conjunto de backup existente</target>
</trans-unit>
<trans-unit id="backup.existingMediaOverwrite">
<source xml:lang="en">Overwrite all existing backup sets</source>
<target state="translated">Substituir todos os conjuntos de backup existentes</target>
</trans-unit>
<trans-unit id="backup.newMediaSetName">
<source xml:lang="en">New media set name</source>
<target state="translated">Novo nome do conjunto de mídias</target>
</trans-unit>
<trans-unit id="backup.newMediaSetDescription">
<source xml:lang="en">New media set description</source>
<target state="translated">Nova descrição do conjunto de mídias</target>
</trans-unit>
<trans-unit id="backup.checksumContainer">
<source xml:lang="en">Perform checksum before writing to media</source>
<target state="translated">Executar soma de verificação antes de gravar na mídia</target>
</trans-unit>
<trans-unit id="backup.verifyContainer">
<source xml:lang="en">Verify backup when finished</source>
<target state="translated">Verificar backup quando terminar</target>
</trans-unit>
<trans-unit id="backup.continueOnErrorContainer">
<source xml:lang="en">Continue on error</source>
<target state="translated">Continuar em caso de erro</target>
</trans-unit>
<trans-unit id="backup.expiration">
<source xml:lang="en">Expiration</source>
<target state="translated">Expiração</target>
</trans-unit>
<trans-unit id="backup.setBackupRetainDays">
<source xml:lang="en">Set backup retain days</source>
<target state="translated">Defina os dias de retenção de backup</target>
</trans-unit>
<trans-unit id="backup.copyOnly">
<source xml:lang="en">Copy-only backup</source>
<target state="translated">Backup somente cópia</target>
</trans-unit>
<trans-unit id="backup.advancedConfiguration">
<source xml:lang="en">Advanced Configuration</source>
<target state="translated">Configuração Avançada</target>
</trans-unit>
<trans-unit id="backup.compression">
<source xml:lang="en">Compression</source>
<target state="translated">Compactação</target>
</trans-unit>
<trans-unit id="backup.setBackupCompression">
<source xml:lang="en">Set backup compression</source>
<target state="translated">Definir a compactação de backup</target>
</trans-unit>
<trans-unit id="backup.encryption">
<source xml:lang="en">Encryption</source>
<target state="translated">Criptografia</target>
</trans-unit>
<trans-unit id="backup.transactionLog">
<source xml:lang="en">Transaction log</source>
<target state="translated">Log de transações</target>
</trans-unit>
<trans-unit id="backup.truncateTransactionLog">
<source xml:lang="en">Truncate the transaction log</source>
<target state="translated">Truncar o log de transações</target>
</trans-unit>
<trans-unit id="backup.backupTail">
<source xml:lang="en">Backup the tail of the log</source>
<target state="translated">Backup do final do log</target>
</trans-unit>
<trans-unit id="backup.reliability">
<source xml:lang="en">Reliability</source>
<target state="translated">Confiabilidade</target>
</trans-unit>
<trans-unit id="backup.mediaNameRequired">
<source xml:lang="en">Media name is required</source>
<target state="translated">O nome da mídia é obrigatório</target>
</trans-unit>
<trans-unit id="backup.noEncryptorWarning">
<source xml:lang="en">No certificate or asymmetric key is available</source>
<target state="translated">Nenhum certificado ou chave assimétrica está disponível</target>
</trans-unit>
<trans-unit id="addFile">
<source xml:lang="en">Add a file</source>
<target state="translated">Adicionar um arquivo</target>
</trans-unit>
<trans-unit id="removeFile">
<source xml:lang="en">Remove files</source>
<target state="translated">Remover arquivos</target>
</trans-unit>
<trans-unit id="backupComponent.invalidInput">
<source xml:lang="en">Invalid input. Value must be greater than or equal 0.</source>
<target state="translated">Entrada inválida. O valor deve ser maior ou igual a 0.</target>
</trans-unit>
<trans-unit id="backupComponent.script">
<source xml:lang="en">Script</source>
<target state="translated">Script</target>
</trans-unit>
<trans-unit id="backupComponent.backup">
<source xml:lang="en">Backup</source>
<target state="translated">Backup</target>
</trans-unit>
<trans-unit id="backupComponent.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="backup.containsBackupToUrlError">
<source xml:lang="en">Only backup to file is supported</source>
<target state="translated">Apenas backup para arquivo é compatível</target>
</trans-unit>
<trans-unit id="backup.backupFileRequired">
<source xml:lang="en">Backup file path is required</source>
<target state="translated">O caminho do arquivo de backup é obrigatório</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/browser/queryResultsView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="resultsTabTitle">
<source xml:lang="en">Results</source>
<target state="translated">Resultados</target>
</trans-unit>
<trans-unit id="messagesTabTitle">
<source xml:lang="en">Messages</source>
<target state="translated">Mensagens</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/parts/views/customView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="no-dataprovider">
<source xml:lang="en">There is no data provider registered that can provide view data.</source>
<target state="translated">Não há nenhum provedor de dados registrado que possa fornecer dados de exibição.</target>
</trans-unit>
<trans-unit id="collapseAll">
<source xml:lang="en">Collapse All</source>
<target state="translated">Recolher Tudo</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/services/breadcrumb.service" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="homeCrumb">
<source xml:lang="en">Home</source>
<target state="translated">Página Inicial</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/containers/dashboardErrorContainer.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboardNavSection.loadTabError">
<source xml:lang="en">The "{0}" section has invalid content. Please contact extension owner.</source>
<target state="translated">A seção "{0}" tem conteúdo inválido. Entre em contato com o proprietário da extensão.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/agentView.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="jobview.Jobs">
<source xml:lang="en">Jobs</source>
<target state="translated">Trabalhos</target>
</trans-unit>
<trans-unit id="jobview.Notebooks">
<source xml:lang="en">Notebooks</source>
<target state="translated">Notebooks</target>
</trans-unit>
<trans-unit id="jobview.Alerts">
<source xml:lang="en">Alerts</source>
<target state="translated">Alertas</target>
</trans-unit>
<trans-unit id="jobview.Proxies">
<source xml:lang="en">Proxies</source>
<target state="translated">Proxies</target>
</trans-unit>
<trans-unit id="jobview.Operators">
<source xml:lang="en">Operators</source>
<target state="translated">Operadores</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modelComponents/loadingSpinner.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="loadingMessage">
<source xml:lang="en">Loading</source>
<target state="translated">Carregando</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/pages/serverDashboardPage.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="serverPageName">
<source xml:lang="en">SERVER DASHBOARD</source>
<target state="translated">PAINEL DO SERVIDOR</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/pages/databaseDashboardPage.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="databasePageName">
<source xml:lang="en">DATABASE DASHBOARD</source>
<target state="translated">PAINEL DE BANCO DE DADOS</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/core/actions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="editDashboard">
<source xml:lang="en">Edit</source>
<target state="translated">Editar</target>
</trans-unit>
<trans-unit id="editDashboardExit">
<source xml:lang="en">Exit</source>
<target state="translated">Sair</target>
</trans-unit>
<trans-unit id="refreshWidget">
<source xml:lang="en">Refresh</source>
<target state="translated">Atualizar</target>
</trans-unit>
<trans-unit id="toggleMore">
<source xml:lang="en">Toggle More</source>
<target state="translated">Alternar Mais</target>
</trans-unit>
<trans-unit id="deleteWidget">
<source xml:lang="en">Delete Widget</source>
<target state="translated">Excluir Widget</target>
</trans-unit>
<trans-unit id="clickToUnpin">
<source xml:lang="en">Click to unpin</source>
<target state="translated">Clique para desafixar</target>
</trans-unit>
<trans-unit id="clickToPin">
<source xml:lang="en">Click to pin</source>
<target state="translated">Clique para fixar</target>
</trans-unit>
<trans-unit id="addFeatureAction.openInstalledFeatures">
<source xml:lang="en">Open installed features</source>
<target state="translated">Abrir recursos instalados</target>
</trans-unit>
<trans-unit id="collapseWidget">
<source xml:lang="en">Collapse</source>
<target state="translated">Recolher</target>
</trans-unit>
<trans-unit id="expandWidget">
<source xml:lang="en">Expand</source>
<target state="translated">Expandir</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/jobStepsView.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="agent.steps">
<source xml:lang="en">Steps</source>
<target state="translated">Etapas</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/cellViews/stdin.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="stdInLabel">
<source xml:lang="en">StdIn:</source>
<target state="translated">Stdin:</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/notebook.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="addCodeLabel">
<source xml:lang="en">Add code</source>
<target state="translated">Adicionar código</target>
</trans-unit>
<trans-unit id="addTextLabel">
<source xml:lang="en">Add text</source>
<target state="translated">Adicionar texto</target>
</trans-unit>
<trans-unit id="createFile">
<source xml:lang="en">Create File</source>
<target state="translated">Criar Arquivo</target>
</trans-unit>
<trans-unit id="displayFailed">
<source xml:lang="en">Could not display contents: {0}</source>
<target state="translated">Não foi possível exibir o conteúdo: {0}</target>
</trans-unit>
<trans-unit id="noKernelInstalled">
<source xml:lang="en">Please install the SQL Server 2019 extension to run cells.</source>
<target state="translated">Instale a extensão do SQL Server 2019 para executar células.</target>
</trans-unit>
<trans-unit id="installSql2019Extension">
<source xml:lang="en">Install Extension</source>
<target state="translated">Instalar Extensão</target>
</trans-unit>
<trans-unit id="code">
<source xml:lang="en">Code</source>
<target state="translated">Código</target>
</trans-unit>
<trans-unit id="text">
<source xml:lang="en">Text</source>
<target state="translated">Texto</target>
</trans-unit>
<trans-unit id="runAll">
<source xml:lang="en">Run Cells</source>
<target state="translated">Executar Células</target>
</trans-unit>
<trans-unit id="clearResults">
<source xml:lang="en">Clear Results</source>
<target state="translated">Limpar Resultados</target>
</trans-unit>
<trans-unit id="previousButtonLabel">
<source xml:lang="en">&lt; Previous</source>
<target state="translated">&lt; Anterior</target>
</trans-unit>
<trans-unit id="nextButtonLabel">
<source xml:lang="en">Next &gt;</source>
<target state="translated">Próximo &gt;</target>
</trans-unit>
<trans-unit id="cellNotFound">
<source xml:lang="en">cell with URI {0} was not found in this model</source>
<target state="translated">a célula com o URI {0} não foi encontrada neste modelo</target>
</trans-unit>
<trans-unit id="cellRunFailed">
<source xml:lang="en">Run Cells failed - See error in output of the currently selected cell for more information.</source>
<target state="translated">Falha ao executar células Confira o erro na saída da célula selecionada no momento para obter mais informações.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/cellViews/placeholderCell.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="clickOn">
<source xml:lang="en">Click on</source>
<target state="translated">Clique em</target>
</trans-unit>
<trans-unit id="plusCode">
<source xml:lang="en">+ Code</source>
<target state="translated">+ Código</target>
</trans-unit>
<trans-unit id="or">
<source xml:lang="en">or</source>
<target state="translated">ou</target>
</trans-unit>
<trans-unit id="plusText">
<source xml:lang="en">+ Text</source>
<target state="translated">+ Texto</target>
</trans-unit>
<trans-unit id="toAddCell">
<source xml:lang="en">to add a code or text cell</source>
<target state="translated">para adicionar uma célula de texto ou código</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/backup/common/constants" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="backup.labelDatabase">
<source xml:lang="en">Database</source>
<target state="translated">Banco de dados</target>
</trans-unit>
<trans-unit id="backup.labelFilegroup">
<source xml:lang="en">Files and filegroups</source>
<target state="translated">Arquivos e grupos de arquivos</target>
</trans-unit>
<trans-unit id="backup.labelFull">
<source xml:lang="en">Full</source>
<target state="translated">Completo</target>
</trans-unit>
<trans-unit id="backup.labelDifferential">
<source xml:lang="en">Differential</source>
<target state="translated">Diferencial</target>
</trans-unit>
<trans-unit id="backup.labelLog">
<source xml:lang="en">Transaction Log</source>
<target state="translated">Log de Transações</target>
</trans-unit>
<trans-unit id="backup.labelDisk">
<source xml:lang="en">Disk</source>
<target state="translated">Disco</target>
</trans-unit>
<trans-unit id="backup.labelUrl">
<source xml:lang="en">Url</source>
<target state="translated">URL</target>
</trans-unit>
<trans-unit id="backup.defaultCompression">
<source xml:lang="en">Use the default server setting</source>
<target state="translated">Usar a configuração padrão do servidor</target>
</trans-unit>
<trans-unit id="backup.compressBackup">
<source xml:lang="en">Compress backup</source>
<target state="translated">Compactar backup</target>
</trans-unit>
<trans-unit id="backup.doNotCompress">
<source xml:lang="en">Do not compress backup</source>
<target state="translated">Não compactar backup</target>
</trans-unit>
<trans-unit id="backup.serverCertificate">
<source xml:lang="en">Server Certificate</source>
<target state="translated">Certificado do Servidor</target>
</trans-unit>
<trans-unit id="backup.asymmetricKey">
<source xml:lang="en">Asymmetric Key</source>
<target state="translated">Chave Assimétrica</target>
</trans-unit>
<trans-unit id="backup.filterBackupFiles">
<source xml:lang="en">Backup Files</source>
<target state="translated">Arquivos de Backup</target>
</trans-unit>
<trans-unit id="backup.allFiles">
<source xml:lang="en">All Files</source>
<target state="translated">Todos os Arquivos</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/objectExplorer/browser/serverTreeView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="servers.noConnections">
<source xml:lang="en">No connections found.</source>
<target state="translated">Nenhuma conexão encontrada.</target>
</trans-unit>
<trans-unit id="serverTree.addConnection">
<source xml:lang="en">Add Connection</source>
<target state="translated">Adicionar Conexão</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/services/dashboardServiceInterface.service" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.changeDatabaseFailure">
<source xml:lang="en">Failed to change database</source>
<target state="translated">Falha ao alterar o banco de dados</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/operatorsView.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="jobOperatorsView.name">
<source xml:lang="en">Name</source>
<target state="translated">Nome</target>
</trans-unit>
<trans-unit id="jobOperatorsView.emailAddress">
<source xml:lang="en">Email Address</source>
<target state="translated">Endereço de Email</target>
</trans-unit>
<trans-unit id="jobOperatorsView.enabled">
<source xml:lang="en">Enabled</source>
<target state="translated">Habilitado</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/alertsView.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="jobAlertColumns.name">
<source xml:lang="en">Name</source>
<target state="translated">Nome</target>
</trans-unit>
<trans-unit id="jobAlertColumns.lastOccurrenceDate">
<source xml:lang="en">Last Occurrence</source>
<target state="translated">Última Ocorrência</target>
</trans-unit>
<trans-unit id="jobAlertColumns.enabled">
<source xml:lang="en">Enabled</source>
<target state="translated">Habilitado</target>
</trans-unit>
<trans-unit id="jobAlertColumns.delayBetweenResponses">
<source xml:lang="en">Delay Between Responses (in secs)</source>
<target state="translated">Atraso Entre as Respostas (em segundos)</target>
</trans-unit>
<trans-unit id="jobAlertColumns.categoryName">
<source xml:lang="en">Category Name</source>
<target state="translated">Nome da Categoria</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/proxiesView.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="jobProxiesView.accountName">
<source xml:lang="en">Account Name</source>
<target state="translated">Nome da Conta</target>
</trans-unit>
<trans-unit id="jobProxiesView.credentialName">
<source xml:lang="en">Credential Name</source>
<target state="translated">Nome da Credencial</target>
</trans-unit>
<trans-unit id="jobProxiesView.description">
<source xml:lang="en">Description</source>
<target state="translated">Descrição</target>
</trans-unit>
<trans-unit id="jobProxiesView.isEnabled">
<source xml:lang="en">Enabled</source>
<target state="translated">Habilitado</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/properties/propertiesWidget.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dashboard.properties.error">
<source xml:lang="en">Unable to load dashboard properties</source>
<target state="translated">Não é possível carregar as propriedades do painel</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/explorer/explorerWidget.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="seachObjects">
<source xml:lang="en">Search by name of type (a:, t:, v:, f:, or sp:)</source>
<target state="translated">Pesquisar pelo nome do tipo (a:, t:, v:, f: ou sp:)</target>
</trans-unit>
<trans-unit id="searchDatabases">
<source xml:lang="en">Search databases</source>
<target state="translated">Pesquisar bancos de dados</target>
</trans-unit>
<trans-unit id="dashboard.explorer.objectError">
<source xml:lang="en">Unable to load objects</source>
<target state="translated">Não é possível carregar objetos</target>
</trans-unit>
<trans-unit id="dashboard.explorer.databaseError">
<source xml:lang="en">Unable to load databases</source>
<target state="translated">Não é possível carregar bancos de dados</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/insightsWidget.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="insights.autoRefreshOffState">
<source xml:lang="en">Auto Refresh: OFF</source>
<target state="translated">Atualização Automática: DESATIVADA</target>
</trans-unit>
<trans-unit id="insights.lastUpdated">
<source xml:lang="en">Last Updated: {0} {1}</source>
<target state="translated">Ultima Atualização: {0} {1}</target>
</trans-unit>
<trans-unit id="noResults">
<source xml:lang="en">No results to show</source>
<target state="translated">Nenhum resultado para mostrar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/cellViews/output.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="noMimeTypeFound">
<source xml:lang="en">No {0}renderer could be found for output. It has the following MIME types: {1}</source>
<target state="translated">Não foi possível encontrar nenhum {0}renderizador para saída. Ele tem os seguintes tipos MIME: {1}</target>
</trans-unit>
<trans-unit id="safe">
<source xml:lang="en">safe </source>
<target state="translated">seguro </target>
</trans-unit>
<trans-unit id="noSelectorFound">
<source xml:lang="en">No component could be found for selector {0}</source>
<target state="translated">Não foi possível encontrar nenhum componente para o seletor {0}</target>
</trans-unit>
<trans-unit id="componentRenderError">
<source xml:lang="en">Error rendering component: {0}</source>
<target state="translated">Erro ao renderizar o componente: {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/connection/common/localizedConstants" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="onDidConnectMessage">
<source xml:lang="en">Connected to</source>
<target state="translated">Conectado a</target>
</trans-unit>
<trans-unit id="onDidDisconnectMessage">
<source xml:lang="en">Disconnected</source>
<target state="translated">Desconectado</target>
</trans-unit>
<trans-unit id="unsavedGroupLabel">
<source xml:lang="en">Unsaved Connections</source>
<target state="translated">Conexões Não Salvas</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/editData/browser/editDataGridActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="deleteRow">
<source xml:lang="en">Delete Row</source>
<target state="translated">Excluir Linha</target>
</trans-unit>
<trans-unit id="revertRow">
<source xml:lang="en">Revert Current Row</source>
<target state="translated">Desfazer Linha Atual</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/jobHistory.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="stepRow.stepID">
<source xml:lang="en">Step ID</source>
<target state="translated">ID da Etapa</target>
</trans-unit>
<trans-unit id="stepRow.stepName">
<source xml:lang="en">Step Name</source>
<target state="translated">Nome da Etapa</target>
</trans-unit>
<trans-unit id="stepRow.message">
<source xml:lang="en">Message</source>
<target state="translated">Mensagem</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/query/browser/gridPanel" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="xmlShowplan">
<source xml:lang="en">XML Showplan</source>
<target state="translated">Plano de execução XML</target>
</trans-unit>
<trans-unit id="resultsGrid">
<source xml:lang="en">Results grid</source>
<target state="translated">Grade de resultados</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/cellViews/codeActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="notebook.failed">
<source xml:lang="en">Please select active cell and try again</source>
<target state="translated">Selecione a célula ativa e tente novamente</target>
</trans-unit>
<trans-unit id="runCell">
<source xml:lang="en">Run cell</source>
<target state="translated">Executar célula</target>
</trans-unit>
<trans-unit id="stopCell">
<source xml:lang="en">Cancel execution</source>
<target state="translated">Cancelar execução</target>
</trans-unit>
<trans-unit id="errorRunCell">
<source xml:lang="en">Error on last run. Click to run again</source>
<target state="translated">Erro na última execução. Clique para executar novamente</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/connection/browser/connectionWidget" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="connectionWidget.AddAzureAccount">
<source xml:lang="en">Add an account...</source>
<target state="translated">Adicionar uma conta...</target>
</trans-unit>
<trans-unit id="defaultDatabaseOption">
<source xml:lang="en">&lt;Default&gt;</source>
<target state="translated">&lt;Padrão&gt;</target>
</trans-unit>
<trans-unit id="loadingDatabaseOption">
<source xml:lang="en">Loading...</source>
<target state="translated">Carregando...</target>
</trans-unit>
<trans-unit id="serverGroup">
<source xml:lang="en">Server group</source>
<target state="translated">Grupo de servidores</target>
</trans-unit>
<trans-unit id="defaultServerGroup">
<source xml:lang="en">&lt;Default&gt;</source>
<target state="translated">&lt;Padrão&gt;</target>
</trans-unit>
<trans-unit id="addNewServerGroup">
<source xml:lang="en">Add new group...</source>
<target state="translated">Adicionar novo grupo...</target>
</trans-unit>
<trans-unit id="noneServerGroup">
<source xml:lang="en">&lt;Do not save&gt;</source>
<target state="translated">&lt;Não salvar&gt;</target>
</trans-unit>
<trans-unit id="connectionWidget.missingRequireField">
<source xml:lang="en">{0} is required.</source>
<target state="translated">{0} é obrigatório.</target>
</trans-unit>
<trans-unit id="connectionWidget.fieldWillBeTrimmed">
<source xml:lang="en">{0} will be trimmed.</source>
<target state="translated">{0} será removido.</target>
</trans-unit>
<trans-unit id="rememberPassword">
<source xml:lang="en">Remember password</source>
<target state="translated">Lembrar senha</target>
</trans-unit>
<trans-unit id="connection.azureAccountDropdownLabel">
<source xml:lang="en">Account</source>
<target state="translated">Conta</target>
</trans-unit>
<trans-unit id="connectionWidget.refreshAzureCredentials">
<source xml:lang="en">Refresh account credentials</source>
<target state="translated">Atualizar as credenciais de conta</target>
</trans-unit>
<trans-unit id="connection.azureTenantDropdownLabel">
<source xml:lang="en">Azure AD tenant</source>
<target state="translated">Locatário do Azure AD</target>
</trans-unit>
<trans-unit id="connectionWidget.toggleDatabaseNameDropdown">
<source xml:lang="en">Select Database Toggle Dropdown</source>
<target state="translated">Selecione o Menu Suspenso de Alternância de Bancos de Dados</target>
</trans-unit>
<trans-unit id="connectionName">
<source xml:lang="en">Name (optional)</source>
<target state="translated">Nome (opcional)</target>
</trans-unit>
<trans-unit id="advanced">
<source xml:lang="en">Advanced...</source>
<target state="translated">Avançado...</target>
</trans-unit>
<trans-unit id="connectionWidget.invalidAzureAccount">
<source xml:lang="en">You must select an account</source>
<target state="translated">Você precisa selecionar uma conta</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/tasks/common/tasksAction" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="cancelTask.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="errorMsgFromCancelTask">
<source xml:lang="en">The task is failed to cancel.</source>
<target state="translated">Falha ao cancelar a tarefa.</target>
</trans-unit>
<trans-unit id="taskAction.script">
<source xml:lang="en">Script</source>
<target state="translated">Script</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/notebookHistory.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="notebookHistory.dateCreatedTooltip">
<source xml:lang="en">Date Created: </source>
<target state="translated">Data de Criação: </target>
</trans-unit>
<trans-unit id="notebookHistory.notebookErrorTooltip">
<source xml:lang="en">Notebook Error: </source>
<target state="translated">Erro do Notebook: </target>
</trans-unit>
<trans-unit id="notebookHistory.ErrorTooltip">
<source xml:lang="en">Job Error: </source>
<target state="translated">Erro de Trabalho: </target>
</trans-unit>
<trans-unit id="notebookHistory.pinnedTitle">
<source xml:lang="en">Pinned</source>
<target state="translated">Fixo</target>
</trans-unit>
<trans-unit id="notebookHistory.recentRunsTitle">
<source xml:lang="en">Recent Runs</source>
<target state="translated">Execuções Recentes</target>
</trans-unit>
<trans-unit id="notebookHistory.pastRunsTitle">
<source xml:lang="en">Past Runs</source>
<target state="translated">Execuções Anteriores</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/api/common/extHostModelViewTree" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="treeView.notRegistered">
<source xml:lang="en">No tree view with id '{0}' registered.</source>
<target state="translated">Não há exibição de árvore com a id '{0}' registrada.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/objectExplorer/browser/serverTreeRenderer" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="loading">
<source xml:lang="en">Loading...</source>
<target state="translated">Carregando...</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="tabs">
<source xml:lang="en">Dashboard Tabs ({0})</source>
<target state="translated">Guias do Painel ({0})</target>
</trans-unit>
<trans-unit id="tabId">
<source xml:lang="en">Id</source>
<target state="translated">ID</target>
</trans-unit>
<trans-unit id="tabTitle">
<source xml:lang="en">Title</source>
<target state="translated">Título</target>
</trans-unit>
<trans-unit id="tabDescription">
<source xml:lang="en">Description</source>
<target state="translated">Descrição</target>
</trans-unit>
<trans-unit id="insights">
<source xml:lang="en">Dashboard Insights ({0})</source>
<target state="translated">Painel de Insights ({0})</target>
</trans-unit>
<trans-unit id="insightId">
<source xml:lang="en">Id</source>
<target state="translated">ID</target>
</trans-unit>
<trans-unit id="name">
<source xml:lang="en">Name</source>
<target state="translated">Nome</target>
</trans-unit>
<trans-unit id="insight condition">
<source xml:lang="en">When</source>
<target state="translated">Quando</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/charts/browser/chartTab" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="chartTabTitle">
<source xml:lang="en">Chart</source>
<target state="translated">Gráfico</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/queryPlan/browser/topOperations" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="topOperations.operation">
<source xml:lang="en">Operation</source>
<target state="translated">Operação</target>
</trans-unit>
<trans-unit id="topOperations.object">
<source xml:lang="en">Object</source>
<target state="translated">Objeto</target>
</trans-unit>
<trans-unit id="topOperations.estCost">
<source xml:lang="en">Est Cost</source>
<target state="translated">Custo Est.</target>
</trans-unit>
<trans-unit id="topOperations.estSubtreeCost">
<source xml:lang="en">Est Subtree Cost</source>
<target state="translated">Custo Est. da Subárvore</target>
</trans-unit>
<trans-unit id="topOperations.actualRows">
<source xml:lang="en">Actual Rows</source>
<target state="translated">Linhas Atuais</target>
</trans-unit>
<trans-unit id="topOperations.estRows">
<source xml:lang="en">Est Rows</source>
<target state="translated">Linhas Est.</target>
</trans-unit>
<trans-unit id="topOperations.actualExecutions">
<source xml:lang="en">Actual Executions</source>
<target state="translated">Execuções Reais</target>
</trans-unit>
<trans-unit id="topOperations.estCPUCost">
<source xml:lang="en">Est CPU Cost</source>
<target state="translated">Custo Est. de CPU</target>
</trans-unit>
<trans-unit id="topOperations.estIOCost">
<source xml:lang="en">Est IO Cost</source>
<target state="translated">Custo Est. de E/S</target>
</trans-unit>
<trans-unit id="topOperations.parallel">
<source xml:lang="en">Parallel</source>
<target state="translated">Paralelo</target>
</trans-unit>
<trans-unit id="topOperations.actualRebinds">
<source xml:lang="en">Actual Rebinds</source>
<target state="translated">Reassociações Reais</target>
</trans-unit>
<trans-unit id="topOperations.estRebinds">
<source xml:lang="en">Est Rebinds</source>
<target state="translated">Reassociações Est.</target>
</trans-unit>
<trans-unit id="topOperations.actualRewinds">
<source xml:lang="en">Actual Rewinds</source>
<target state="translated">Rebobinações Reais</target>
</trans-unit>
<trans-unit id="topOperations.estRewinds">
<source xml:lang="en">Est Rewinds</source>
<target state="translated">Rebobinações Est.</target>
</trans-unit>
<trans-unit id="topOperations.partitioned">
<source xml:lang="en">Partitioned</source>
<target state="translated">Particionado</target>
</trans-unit>
<trans-unit id="topOperationsTitle">
<source xml:lang="en">Top Operations</source>
<target state="translated">Operações Principais</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/queryPlan/browser/queryPlan" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="queryPlanTitle">
<source xml:lang="en">Query Plan</source>
<target state="translated">Plano de Consulta</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/modelComponents/viewBase" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="componentTypeNotRegistered">
<source xml:lang="en">Could not find component for type {0}</source>
<target state="translated">Não foi possível localizar o componente para o tipo {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/api/common/extHostNotebookDocumentsAndEditors" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="providerRequired">
<source xml:lang="en">A NotebookProvider with valid providerId must be passed to this method</source>
<target state="translated">Um NotebookProvider com providerId válido precisa ser passado para este método</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/api/common/extHostNotebook" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="providerRequired">
<source xml:lang="en">A NotebookProvider with valid providerId must be passed to this method</source>
<target state="translated">Um NotebookProvider com providerId válido precisa ser passado para este método</target>
</trans-unit>
<trans-unit id="errNoProvider">
<source xml:lang="en">no notebook provider found</source>
<target state="translated">nenhum provedor de notebook encontrado</target>
</trans-unit>
<trans-unit id="errNoManager">
<source xml:lang="en">No Manager found</source>
<target state="translated">Nenhum Gerenciador encontrado</target>
</trans-unit>
<trans-unit id="noServerManager">
<source xml:lang="en">Notebook Manager for notebook {0} does not have a server manager. Cannot perform operations on it</source>
<target state="translated">O Notebook Manager para o notebook {0} não tem um gerenciador de servidores. Não é possível executar operações nele</target>
</trans-unit>
<trans-unit id="noContentManager">
<source xml:lang="en">Notebook Manager for notebook {0} does not have a content manager. Cannot perform operations on it</source>
<target state="translated">O Notebook Manager do notebook {0} não tem um gerenciador de conteúdo. Não é possível executar operações nele</target>
</trans-unit>
<trans-unit id="noSessionManager">
<source xml:lang="en">Notebook Manager for notebook {0} does not have a session manager. Cannot perform operations on it</source>
<target state="translated">O Notebook Manager do notebook {0} não tem um gerenciador de sessão. Não é possível executar operações nele</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/services/notebook/browser/sql/sqlSessionManager" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="sqlKernelError">
<source xml:lang="en">SQL kernel error</source>
<target state="translated">Erro no kernel do SQL</target>
</trans-unit>
<trans-unit id="connectionRequired">
<source xml:lang="en">A connection must be chosen to run notebook cells</source>
<target state="translated">Uma conexão precisa ser escolhida para executar as células do notebook</target>
</trans-unit>
<trans-unit id="sqlMaxRowsDisplayed">
<source xml:lang="en">Displaying Top {0} rows.</source>
<target state="translated">Exibindo as Primeiras {0} linhas.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/extensions/browser/extensionsActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="showRecommendations">
<source xml:lang="en">Show Recommendations</source>
<target state="translated">Mostrar Recomendações</target>
</trans-unit>
<trans-unit id="Install Extensions">
<source xml:lang="en">Install Extensions</source>
<target state="translated">Instalar Extensões</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/jobsView.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="jobColumns.name">
<source xml:lang="en">Name</source>
<target state="translated">Nome</target>
</trans-unit>
<trans-unit id="jobColumns.lastRun">
<source xml:lang="en">Last Run</source>
<target state="translated">Última Execução</target>
</trans-unit>
<trans-unit id="jobColumns.nextRun">
<source xml:lang="en">Next Run</source>
<target state="translated">Próxima Execução</target>
</trans-unit>
<trans-unit id="jobColumns.enabled">
<source xml:lang="en">Enabled</source>
<target state="translated">Habilitado</target>
</trans-unit>
<trans-unit id="jobColumns.status">
<source xml:lang="en">Status</source>
<target state="translated">Status</target>
</trans-unit>
<trans-unit id="jobColumns.category">
<source xml:lang="en">Category</source>
<target state="translated">Categoria</target>
</trans-unit>
<trans-unit id="jobColumns.runnable">
<source xml:lang="en">Runnable</source>
<target state="translated">Executável</target>
</trans-unit>
<trans-unit id="jobColumns.schedule">
<source xml:lang="en">Schedule</source>
<target state="translated">Agendamento</target>
</trans-unit>
<trans-unit id="jobColumns.lastRunOutcome">
<source xml:lang="en">Last Run Outcome</source>
<target state="translated">Resultado da Última Execução</target>
</trans-unit>
<trans-unit id="jobColumns.previousRuns">
<source xml:lang="en">Previous Runs</source>
<target state="translated">Execuções Anteriores</target>
</trans-unit>
<trans-unit id="jobsView.noSteps">
<source xml:lang="en">No Steps available for this job.</source>
<target state="translated">Nenhuma etapa disponível para este trabalho.</target>
</trans-unit>
<trans-unit id="jobsView.error">
<source xml:lang="en">Error: </source>
<target state="translated">Erro: </target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/profiler/browser/profilerFindWidget" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="label.find">
<source xml:lang="en">Find</source>
<target state="translated">Encontrar</target>
</trans-unit>
<trans-unit id="placeholder.find">
<source xml:lang="en">Find</source>
<target state="translated">Encontrar</target>
</trans-unit>
<trans-unit id="label.previousMatchButton">
<source xml:lang="en">Previous match</source>
<target state="translated">Correspondência anterior</target>
</trans-unit>
<trans-unit id="label.nextMatchButton">
<source xml:lang="en">Next match</source>
<target state="translated">Próxima correspondência</target>
</trans-unit>
<trans-unit id="label.closeButton">
<source xml:lang="en">Close</source>
<target state="translated">Fechar</target>
</trans-unit>
<trans-unit id="title.matchesCountLimit">
<source xml:lang="en">Your search returned a large number of results, only the first 999 matches will be highlighted.</source>
<target state="translated">Sua pesquisa retornou um grande número de resultados. Apenas as primeiras 999 correspondências serão destacadas.</target>
</trans-unit>
<trans-unit id="label.matchesLocation">
<source xml:lang="en">{0} of {1}</source>
<target state="translated">{0} de {1}</target>
</trans-unit>
<trans-unit id="label.noResults">
<source xml:lang="en">No Results</source>
<target state="translated">Nenhum Resultado</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/widgets/insights/actions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="insights.runQuery">
<source xml:lang="en">Run Query</source>
<target state="translated">Executar Consulta</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/api/common/extHostModelViewDialog" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dialogDoneLabel">
<source xml:lang="en">Done</source>
<target state="translated">Concluído</target>
</trans-unit>
<trans-unit id="dialogCancelLabel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="generateScriptLabel">
<source xml:lang="en">Generate script</source>
<target state="translated">Gerar script</target>
</trans-unit>
<trans-unit id="dialogNextLabel">
<source xml:lang="en">Next</source>
<target state="translated">Próximo</target>
</trans-unit>
<trans-unit id="dialogPreviousLabel">
<source xml:lang="en">Previous</source>
<target state="translated">Anterior</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/connection/common/connectionConfig" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="invalidServerName">
<source xml:lang="en">A server group with the same name already exists.</source>
<target state="translated">Um grupo de servidores com o mesmo nome já existe.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/core/dashboardHelper" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="unknownDashboardContainerError">
<source xml:lang="en">{0} is an unknown container.</source>
<target state="translated">{0} é um contêiner desconhecido.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/table/plugins/rowDetailView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="rowDetailView.loadError">
<source xml:lang="en">Loading Error...</source>
<target state="translated">Erro ao carregar...</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/jobManagement/browser/jobManagementUtilities" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="agentUtilities.failed">
<source xml:lang="en">Failed</source>
<target state="translated">Falhou</target>
</trans-unit>
<trans-unit id="agentUtilities.succeeded">
<source xml:lang="en">Succeeded</source>
<target state="translated">Com Êxito</target>
</trans-unit>
<trans-unit id="agentUtilities.retry">
<source xml:lang="en">Retry</source>
<target state="translated">Tentar Novamente</target>
</trans-unit>
<trans-unit id="agentUtilities.canceled">
<source xml:lang="en">Cancelled</source>
<target state="translated">Cancelado</target>
</trans-unit>
<trans-unit id="agentUtilities.inProgress">
<source xml:lang="en">In Progress</source>
<target state="translated">Em Andamento</target>
</trans-unit>
<trans-unit id="agentUtilities.statusUnknown">
<source xml:lang="en">Status Unknown</source>
<target state="translated">Status Desconhecido</target>
</trans-unit>
<trans-unit id="agentUtilities.executing">
<source xml:lang="en">Executing</source>
<target state="translated">Executando</target>
</trans-unit>
<trans-unit id="agentUtilities.waitingForThread">
<source xml:lang="en">Waiting for Thread</source>
<target state="translated">Esperando pela Thread</target>
</trans-unit>
<trans-unit id="agentUtilities.betweenRetries">
<source xml:lang="en">Between Retries</source>
<target state="translated">Entre Tentativas</target>
</trans-unit>
<trans-unit id="agentUtilities.idle">
<source xml:lang="en">Idle</source>
<target state="translated">Ocioso</target>
</trans-unit>
<trans-unit id="agentUtilities.suspended">
<source xml:lang="en">Suspended</source>
<target state="translated">Suspenso</target>
</trans-unit>
<trans-unit id="agentUtilities.obsolete">
<source xml:lang="en">[Obsolete]</source>
<target state="translated">[Obsoleto]</target>
</trans-unit>
<trans-unit id="agentUtilities.yes">
<source xml:lang="en">Yes</source>
<target state="translated">Sim</target>
</trans-unit>
<trans-unit id="agentUtilities.no">
<source xml:lang="en">No</source>
<target state="translated">Não</target>
</trans-unit>
<trans-unit id="agentUtilities.notScheduled">
<source xml:lang="en">Not Scheduled</source>
<target state="translated">Não Agendado</target>
</trans-unit>
<trans-unit id="agentUtilities.neverRun">
<source xml:lang="en">Never Run</source>
<target state="translated">Nunca Executar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/jobManagement/browser/notebooksView.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="notebookColumns.name">
<source xml:lang="en">Name</source>
<target state="translated">Nome</target>
</trans-unit>
<trans-unit id="notebookColumns.targetDatbase">
<source xml:lang="en">Target Database</source>
<target state="translated">Banco de Dados de Destino</target>
</trans-unit>
<trans-unit id="notebookColumns.lastRun">
<source xml:lang="en">Last Run</source>
<target state="translated">Última Execução</target>
</trans-unit>
<trans-unit id="notebookColumns.nextRun">
<source xml:lang="en">Next Run</source>
<target state="translated">Próxima Execução</target>
</trans-unit>
<trans-unit id="notebookColumns.status">
<source xml:lang="en">Status</source>
<target state="translated">Status</target>
</trans-unit>
<trans-unit id="notebookColumns.lastRunOutcome">
<source xml:lang="en">Last Run Outcome</source>
<target state="translated">Resultado da Última Execução</target>
</trans-unit>
<trans-unit id="notebookColumns.previousRuns">
<source xml:lang="en">Previous Runs</source>
<target state="translated">Execuções Anteriores</target>
</trans-unit>
<trans-unit id="notebooksView.noSteps">
<source xml:lang="en">No Steps available for this job.</source>
<target state="translated">Nenhuma etapa disponível para este trabalho.</target>
</trans-unit>
<trans-unit id="notebooksView.error">
<source xml:lang="en">Error: </source>
<target state="translated">Erro: </target>
</trans-unit>
<trans-unit id="notebooksView.notebookError">
<source xml:lang="en">Notebook Error: </source>
<target state="translated">Erro do Notebook: </target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/dashboard/browser/core/dashboardPage.component" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="home">
<source xml:lang="en">Home</source>
<target state="translated">Página Inicial</target>
</trans-unit>
<trans-unit id="missingConnectionInfo">
<source xml:lang="en">No connection information could be found for this dashboard</source>
<target state="translated">Nenhuma informação de conexão foi encontrada para este painel</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/preferences/browser/sqlSettingsLayout" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="data">
<source xml:lang="en">Data</source>
<target state="translated">Dados</target>
</trans-unit>
<trans-unit id="connection">
<source xml:lang="en">Connection</source>
<target state="translated">Conexão</target>
</trans-unit>
<trans-unit id="query">
<source xml:lang="en">Query</source>
<target state="translated">Consulta</target>
</trans-unit>
<trans-unit id="notebook">
<source xml:lang="en">Notebook</source>
<target state="translated">Notebook</target>
</trans-unit>
<trans-unit id="sql">
<source xml:lang="en">SQL</source>
<target state="translated">SQL</target>
</trans-unit>
<trans-unit id="mssql">
<source xml:lang="en">Microsoft SQL Server</source>
<target state="translated">Microsoft SQL Server</target>
</trans-unit>
<trans-unit id="dashboard">
<source xml:lang="en">Dashboard</source>
<target state="translated">Painel</target>
</trans-unit>
<trans-unit id="profiler">
<source xml:lang="en">Profiler</source>
<target state="translated">Profiler</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/panel/tabActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="closeTab">
<source xml:lang="en">Close</source>
<target state="translated">Fechar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/platform/jobManagement/browser/jobActions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="jobaction.successLabel">
<source xml:lang="en">Success</source>
<target state="translated">Sucesso</target>
</trans-unit>
<trans-unit id="jobaction.faillabel">
<source xml:lang="en">Error</source>
<target state="translated">Erro</target>
</trans-unit>
<trans-unit id="jobaction.refresh">
<source xml:lang="en">Refresh</source>
<target state="translated">Atualizar</target>
</trans-unit>
<trans-unit id="jobaction.newJob">
<source xml:lang="en">New Job</source>
<target state="translated">Novo Trabalho</target>
</trans-unit>
<trans-unit id="jobaction.run">
<source xml:lang="en">Run</source>
<target state="translated">Executar</target>
</trans-unit>
<trans-unit id="jobSuccessfullyStarted">
<source xml:lang="en">: The job was successfully started.</source>
<target state="translated">: O trabalho foi iniciado com êxito.</target>
</trans-unit>
<trans-unit id="jobaction.stop">
<source xml:lang="en">Stop</source>
<target state="translated">Parar</target>
</trans-unit>
<trans-unit id="jobSuccessfullyStopped">
<source xml:lang="en">: The job was successfully stopped.</source>
<target state="translated">: O trabalho foi interrompido com êxito.</target>
</trans-unit>
<trans-unit id="jobaction.editJob">
<source xml:lang="en">Edit Job</source>
<target state="translated">Editar Trabalho</target>
</trans-unit>
<trans-unit id="notebookAction.openNotebook">
<source xml:lang="en">Open</source>
<target state="translated">Abrir</target>
</trans-unit>
<trans-unit id="jobaction.deleteJob">
<source xml:lang="en">Delete Job</source>
<target state="translated">Excluir Trabalho</target>
</trans-unit>
<trans-unit id="jobaction.deleteJobConfirm">
<source xml:lang="en">Are you sure you'd like to delete the job '{0}'?</source>
<target state="translated">Tem certeza de que gostaria de excluir o trabalho '{0}'?</target>
</trans-unit>
<trans-unit id="jobaction.failedToDeleteJob">
<source xml:lang="en">Could not delete job '{0}'.
Error: {1}</source>
<target state="translated">Não foi possível excluir o trabalho '{0}'.
Erro: {1}</target>
</trans-unit>
<trans-unit id="jobaction.deletedJob">
<source xml:lang="en">The job was successfully deleted</source>
<target state="translated">O trabalho foi excluído com êxito</target>
</trans-unit>
<trans-unit id="jobaction.newStep">
<source xml:lang="en">New Step</source>
<target state="translated">Nova Etapa</target>
</trans-unit>
<trans-unit id="jobaction.deleteStep">
<source xml:lang="en">Delete Step</source>
<target state="translated">Excluir Etapa</target>
</trans-unit>
<trans-unit id="jobaction.deleteStepConfirm">
<source xml:lang="en">Are you sure you'd like to delete the step '{0}'?</source>
<target state="translated">Tem certeza de que gostaria de excluir a etapa '{0}'?</target>
</trans-unit>
<trans-unit id="jobaction.failedToDeleteStep">
<source xml:lang="en">Could not delete step '{0}'.
Error: {1}</source>
<target state="translated">Não foi possível excluir a etapa '{0}'.
Erro: {1}</target>
</trans-unit>
<trans-unit id="jobaction.deletedStep">
<source xml:lang="en">The job step was successfully deleted</source>
<target state="translated">A etapa do trabalho foi excluída com êxito</target>
</trans-unit>
<trans-unit id="jobaction.newAlert">
<source xml:lang="en">New Alert</source>
<target state="translated">Novo Alerta</target>
</trans-unit>
<trans-unit id="jobaction.editAlert">
<source xml:lang="en">Edit Alert</source>
<target state="translated">Editar Alerta</target>
</trans-unit>
<trans-unit id="jobaction.deleteAlert">
<source xml:lang="en">Delete Alert</source>
<target state="translated">Excluir Alerta</target>
</trans-unit>
<trans-unit id="jobaction.Cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="jobaction.deleteAlertConfirm">
<source xml:lang="en">Are you sure you'd like to delete the alert '{0}'?</source>
<target state="translated">Tem certeza de que gostaria de excluir o alerta '{0}'?</target>
</trans-unit>
<trans-unit id="jobaction.failedToDeleteAlert">
<source xml:lang="en">Could not delete alert '{0}'.
Error: {1}</source>
<target state="translated">Não foi possível excluir o alerta '{0}'.
Erro: {1}</target>
</trans-unit>
<trans-unit id="jobaction.deletedAlert">
<source xml:lang="en">The alert was successfully deleted</source>
<target state="translated">O alerta foi excluído com êxito</target>
</trans-unit>
<trans-unit id="jobaction.newOperator">
<source xml:lang="en">New Operator</source>
<target state="translated">Novo Operador</target>
</trans-unit>
<trans-unit id="jobaction.editOperator">
<source xml:lang="en">Edit Operator</source>
<target state="translated">Editar Operador</target>
</trans-unit>
<trans-unit id="jobaction.deleteOperator">
<source xml:lang="en">Delete Operator</source>
<target state="translated">Excluir Operador</target>
</trans-unit>
<trans-unit id="jobaction.deleteOperatorConfirm">
<source xml:lang="en">Are you sure you'd like to delete the operator '{0}'?</source>
<target state="translated">Tem certeza de que gostaria de excluir o operador '{0}'?</target>
</trans-unit>
<trans-unit id="jobaction.failedToDeleteOperator">
<source xml:lang="en">Could not delete operator '{0}'.
Error: {1}</source>
<target state="translated">Não foi possível excluir o operador '{0}'.
Erro: {1}</target>
</trans-unit>
<trans-unit id="joaction.deletedOperator">
<source xml:lang="en">The operator was deleted successfully</source>
<target state="translated">O operador foi excluído com êxito</target>
</trans-unit>
<trans-unit id="jobaction.newProxy">
<source xml:lang="en">New Proxy</source>
<target state="translated">Novo Proxy</target>
</trans-unit>
<trans-unit id="jobaction.editProxy">
<source xml:lang="en">Edit Proxy</source>
<target state="translated">Editar Proxy</target>
</trans-unit>
<trans-unit id="jobaction.deleteProxy">
<source xml:lang="en">Delete Proxy</source>
<target state="translated">Excluir Proxy</target>
</trans-unit>
<trans-unit id="jobaction.deleteProxyConfirm">
<source xml:lang="en">Are you sure you'd like to delete the proxy '{0}'?</source>
<target state="translated">Tem certeza de que gostaria de excluir o proxy '{0}'?</target>
</trans-unit>
<trans-unit id="jobaction.failedToDeleteProxy">
<source xml:lang="en">Could not delete proxy '{0}'.
Error: {1}</source>
<target state="translated">Não foi possível excluir o proxy '{0}'.
Erro: {1}</target>
</trans-unit>
<trans-unit id="jobaction.deletedProxy">
<source xml:lang="en">The proxy was deleted successfully</source>
<target state="translated">O proxy foi excluído com êxito</target>
</trans-unit>
<trans-unit id="notebookaction.newJob">
<source xml:lang="en">New Notebook Job</source>
<target state="translated">Novo Trabalho do Notebook</target>
</trans-unit>
<trans-unit id="notebookaction.editJob">
<source xml:lang="en">Edit</source>
<target state="translated">Editar</target>
</trans-unit>
<trans-unit id="notebookaction.openNotebook">
<source xml:lang="en">Open Template Notebook</source>
<target state="translated">Abrir o Notebook do Modelo</target>
</trans-unit>
<trans-unit id="notebookaction.deleteNotebook">
<source xml:lang="en">Delete</source>
<target state="translated">Excluir</target>
</trans-unit>
<trans-unit id="jobaction.deleteNotebookConfirm">
<source xml:lang="en">Are you sure you'd like to delete the notebook '{0}'?</source>
<target state="translated">Tem certeza de que gostaria de excluir o notebook '{0}'?</target>
</trans-unit>
<trans-unit id="jobaction.failedToDeleteNotebook">
<source xml:lang="en">Could not delete notebook '{0}'.
Error: {1}</source>
<target state="translated">Não foi possível excluir o notebook '{0}'.
Erro: {1}</target>
</trans-unit>
<trans-unit id="jobaction.deletedNotebook">
<source xml:lang="en">The notebook was successfully deleted</source>
<target state="translated">O notebook foi excluído com sucesso</target>
</trans-unit>
<trans-unit id="notebookaction.pinNotebook">
<source xml:lang="en">Pin</source>
<target state="translated">Fixar</target>
</trans-unit>
<trans-unit id="notebookaction.deleteMaterializedNotebook">
<source xml:lang="en">Delete</source>
<target state="translated">Excluir</target>
</trans-unit>
<trans-unit id="notebookaction.unpinNotebook">
<source xml:lang="en">Unpin</source>
<target state="translated">Desafixar</target>
</trans-unit>
<trans-unit id="notebookaction.renameNotebook">
<source xml:lang="en">Rename</source>
<target state="translated">Renomear</target>
</trans-unit>
<trans-unit id="notebookaction.openLatestRun">
<source xml:lang="en">Open Latest Run</source>
<target state="translated">Abrir a Última Execução</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/models/notebookModel" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="kernelRequiresConnection">
<source xml:lang="en">Please select a connection to run cells for this kernel</source>
<target state="translated">Selecione uma conexão para executar células para este kernel</target>
</trans-unit>
<trans-unit id="deleteCellFailed">
<source xml:lang="en">Failed to delete cell.</source>
<target state="translated">Falha ao excluir a célula.</target>
</trans-unit>
<trans-unit id="changeKernelFailedRetry">
<source xml:lang="en">Failed to change kernel. Kernel {0} will be used. Error was: {1}</source>
<target state="translated">Falha ao alterar o kernel. O kernel {0} será usado. O erro foi: {1}</target>
</trans-unit>
<trans-unit id="changeKernelFailed">
<source xml:lang="en">Failed to change kernel due to error: {0}</source>
<target state="translated">Falha ao alterar o kernel devido ao erro: {0}</target>
</trans-unit>
<trans-unit id="changeContextFailed">
<source xml:lang="en">Changing context failed: {0}</source>
<target state="translated">Falha ao alterar o contexto: {0}</target>
</trans-unit>
<trans-unit id="startSessionFailed">
<source xml:lang="en">Could not start session: {0}</source>
<target state="translated">Não foi possível iniciar a sessão: {0}</target>
</trans-unit>
<trans-unit id="shutdownClientSessionError">
<source xml:lang="en">A client session error occurred when closing the notebook: {0}</source>
<target state="translated">Ocorreu um erro de sessão de cliente ao fechar o notebook: {0}</target>
</trans-unit>
<trans-unit id="ProviderNoManager">
<source xml:lang="en">Can't find notebook manager for provider {0}</source>
<target state="translated">Não é possível encontrar o gerenciador de notebook do provedor {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/models/clientSession" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="clientSession.unknownError">
<source xml:lang="en">An error occurred while starting the notebook session</source>
<target state="translated">Ocorreu um erro ao iniciar a sessão do notebook</target>
</trans-unit>
<trans-unit id="ServerNotStarted">
<source xml:lang="en">Server did not start for unknown reason</source>
<target state="translated">O servidor não foi iniciado por uma razão desconhecida</target>
</trans-unit>
<trans-unit id="kernelRequiresConnection">
<source xml:lang="en">Kernel {0} was not found. The default kernel will be used instead.</source>
<target state="translated">O kernel {0} não foi encontrado. O kernel padrão será usado em seu lugar.</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/api/common/extHostModelView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="unknownComponentType">
<source xml:lang="en">Unknown component type. Must use ModelBuilder to create objects</source>
<target state="translated">Tipo de componente desconhecido. É necessário usar o ModelBuilder para criar objetos</target>
</trans-unit>
<trans-unit id="invalidIndex">
<source xml:lang="en">The index {0} is invalid.</source>
<target state="translated">O índice {0} é inválido.</target>
</trans-unit>
<trans-unit id="unknownConfig">
<source xml:lang="en">Unkown component configuration, must use ModelBuilder to create a configuration object</source>
<target state="translated">Configuração de componente desconhecida. É necessário usar o ModelBuilder para criar um objeto de configuração</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/charts/browser/chartView" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="horizontalBarAltName">
<source xml:lang="en">Horizontal Bar</source>
<target state="translated">Barra Horizontal</target>
</trans-unit>
<trans-unit id="barAltName">
<source xml:lang="en">Bar</source>
<target state="translated">Barra</target>
</trans-unit>
<trans-unit id="lineAltName">
<source xml:lang="en">Line</source>
<target state="translated">Linha</target>
</trans-unit>
<trans-unit id="pieAltName">
<source xml:lang="en">Pie</source>
<target state="translated">Pizza</target>
</trans-unit>
<trans-unit id="scatterAltName">
<source xml:lang="en">Scatter</source>
<target state="translated">Dispersão</target>
</trans-unit>
<trans-unit id="timeSeriesAltName">
<source xml:lang="en">Time Series</source>
<target state="translated">Série Temporal</target>
</trans-unit>
<trans-unit id="imageAltName">
<source xml:lang="en">Image</source>
<target state="translated">Imagem</target>
</trans-unit>
<trans-unit id="countAltName">
<source xml:lang="en">Count</source>
<target state="translated">Contagem</target>
</trans-unit>
<trans-unit id="tableAltName">
<source xml:lang="en">Table</source>
<target state="translated">Tabela</target>
</trans-unit>
<trans-unit id="doughnutAltName">
<source xml:lang="en">Doughnut</source>
<target state="translated">Rosca</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/table/plugins/headerFilter.plugin" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="headerFilter.ok">
<source xml:lang="en">OK</source>
<target state="translated">OK</target>
</trans-unit>
<trans-unit id="headerFilter.clear">
<source xml:lang="en">Clear</source>
<target state="translated">Limpar</target>
</trans-unit>
<trans-unit id="headerFilter.cancel">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/models/cell" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="runCellCancelled">
<source xml:lang="en">Cell execution cancelled</source>
<target state="translated">Execução da célula cancelada</target>
</trans-unit>
<trans-unit id="executionCanceled">
<source xml:lang="en">Query execution was canceled</source>
<target state="translated">A execução da consulta foi cancelada</target>
</trans-unit>
<trans-unit id="notebookNotReady">
<source xml:lang="en">The session for this notebook is not yet ready</source>
<target state="translated">A sessão para este notebook ainda não está pronta</target>
</trans-unit>
<trans-unit id="sessionNotReady">
<source xml:lang="en">The session for this notebook will start momentarily</source>
<target state="translated">A sessão para este notebook vai começar em breve</target>
</trans-unit>
<trans-unit id="noDefaultKernel">
<source xml:lang="en">No kernel is available for this notebook</source>
<target state="translated">Nenhum kernel está disponível para este notebook</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/notebook/browser/models/notebookContexts" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="selectConnection">
<source xml:lang="en">Select Connection</source>
<target state="translated">Selecionar Conexão</target>
</trans-unit>
<trans-unit id="localhost">
<source xml:lang="en">localhost</source>
<target state="translated">localhost</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/charts/browser/chartOptions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dataDirectionLabel">
<source xml:lang="en">Data Direction</source>
<target state="translated">Direção de Dados</target>
</trans-unit>
<trans-unit id="verticalLabel">
<source xml:lang="en">Vertical</source>
<target state="translated">Vertical</target>
</trans-unit>
<trans-unit id="horizontalLabel">
<source xml:lang="en">Horizontal</source>
<target state="translated">Horizontal</target>
</trans-unit>
<trans-unit id="columnsAsLabelsLabel">
<source xml:lang="en">Use column names as labels</source>
<target state="translated">Use nomes de colunas como rótulos</target>
</trans-unit>
<trans-unit id="labelFirstColumnLabel">
<source xml:lang="en">Use first column as row label</source>
<target state="translated">Use a primeira coluna como rótulo de linha</target>
</trans-unit>
<trans-unit id="legendLabel">
<source xml:lang="en">Legend Position</source>
<target state="translated">Posição da Legenda</target>
</trans-unit>
<trans-unit id="yAxisLabel">
<source xml:lang="en">Y Axis Label</source>
<target state="translated">Rótulo do Eixo Y</target>
</trans-unit>
<trans-unit id="yAxisMinVal">
<source xml:lang="en">Y Axis Minimum Value</source>
<target state="translated">Valor Mínimo do Eixo Y</target>
</trans-unit>
<trans-unit id="yAxisMaxVal">
<source xml:lang="en">Y Axis Maximum Value</source>
<target state="translated">Valor Máximo do Eixo Y</target>
</trans-unit>
<trans-unit id="xAxisLabel">
<source xml:lang="en">X Axis Label</source>
<target state="translated">Rótulo do Eixo X</target>
</trans-unit>
<trans-unit id="xAxisMinVal">
<source xml:lang="en">X Axis Minimum Value</source>
<target state="translated">Valor Mínimo do Eixo X</target>
</trans-unit>
<trans-unit id="xAxisMaxVal">
<source xml:lang="en">X Axis Maximum Value</source>
<target state="translated">Valor Máximo do Eixo X</target>
</trans-unit>
<trans-unit id="xAxisMinDate">
<source xml:lang="en">X Axis Minimum Date</source>
<target state="translated">Data Mínima do Eixo X</target>
</trans-unit>
<trans-unit id="xAxisMaxDate">
<source xml:lang="en">X Axis Maximum Date</source>
<target state="translated">Data Máxima do Eixo X</target>
</trans-unit>
<trans-unit id="dataTypeLabel">
<source xml:lang="en">Data Type</source>
<target state="translated">Tipo de Dados</target>
</trans-unit>
<trans-unit id="numberLabel">
<source xml:lang="en">Number</source>
<target state="translated">Número</target>
</trans-unit>
<trans-unit id="pointLabel">
<source xml:lang="en">Point</source>
<target state="translated">Ponto</target>
</trans-unit>
<trans-unit id="chartTypeLabel">
<source xml:lang="en">Chart Type</source>
<target state="translated">Tipo de Gráfico</target>
</trans-unit>
<trans-unit id="encodingOption">
<source xml:lang="en">Encoding</source>
<target state="translated">Codificação</target>
</trans-unit>
<trans-unit id="imageFormatOption">
<source xml:lang="en">Image Format</source>
<target state="translated">Formato de Imagem</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/charts/browser/actions" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="createInsightLabel">
<source xml:lang="en">Create Insight</source>
<target state="translated">Criar Insight</target>
</trans-unit>
<trans-unit id="createInsightNoEditor">
<source xml:lang="en">Cannot create insight as the active editor is not a SQL Editor</source>
<target state="translated">Não é possível criar insight, pois o editor ativo não é um Editor SQL</target>
</trans-unit>
<trans-unit id="myWidgetName">
<source xml:lang="en">My-Widget</source>
<target state="translated">Meu Widget</target>
</trans-unit>
<trans-unit id="copyChartLabel">
<source xml:lang="en">Copy as image</source>
<target state="translated">Copiar como imagem</target>
</trans-unit>
<trans-unit id="chartNotFound">
<source xml:lang="en">Could not find chart to save</source>
<target state="translated">Não foi possível encontrar o gráfico para salvar</target>
</trans-unit>
<trans-unit id="saveImageLabel">
<source xml:lang="en">Save as image</source>
<target state="translated">Salvar como imagem</target>
</trans-unit>
<trans-unit id="resultsSerializer.saveAsFileExtensionPNGTitle">
<source xml:lang="en">PNG</source>
<target state="translated">PNG</target>
</trans-unit>
<trans-unit id="chartSaved">
<source xml:lang="en">Saved Chart to path: {0}</source>
<target state="translated">Gráfico salvo no caminho: {0}</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/browser/parts/editor/editorStatusModeSelect" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="languageChangeUnsupported">
<source xml:lang="en">Changing editor types on unsaved files is unsupported</source>
<target state="translated">Não há suporte para alterar os tipos de editor em arquivos não salvos</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/charts/browser/imageInsight" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="invalidImage">
<source xml:lang="en">Table does not contain a valid image</source>
<target state="translated">A tabela não contém uma imagem válida</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/charts/browser/graphInsight" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="series">
<source xml:lang="en">Series {0}</source>
<target state="translated">Série {0}</target>
</trans-unit>
</body>
</file>
</xliff>