Files
azuredatastudio/resources/xlf/pt-br/dacpac.pt-BR.xlf
Alex Ma 1eaa6be392 Updates for XLF folders and LocProject (#15083)
* Added updated German strings and added hybrid toolkit to locproject.json

* updates to XLF files

* more resources added to locproject

* restored out localizations

* fixes to dacpac and admin-tool

* fixes to dacpac and import

* updates to english XLFs (more up to date)
2021-05-12 12:32:09 -07:00

191 lines
10 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/dacpac/out/localizedConstants" source-language="en" datatype="plaintext" target-language="pt-BR">
<body>
<trans-unit id="dacfx.dataLossTextWithCount">
<source xml:lang="en">{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.</source>
<target state="translated">{0} das ações de implantação listadas podem resultar em perda de dados. Verifique se você tem um backup ou instantâneo disponível no caso de um problema com a implantação.</target>
</trans-unit>
<trans-unit id="dacFx.dataLossCheckbox">
<source xml:lang="en">Proceed despite possible data loss</source>
<target state="translated">Prosseguir, apesar da possível perda de dados</target>
</trans-unit>
<trans-unit id="dacfx.noDataLossText">
<source xml:lang="en">No data loss will occur from the listed deploy actions.</source>
<target state="translated">Nenhuma perda de dados ocorrerá nas ações de implantação listadas.</target>
</trans-unit>
<trans-unit id="dacfx.dataLossText">
<source xml:lang="en">The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.</source>
<target state="translated">As ações de implantação podem resultar em perda de dados. Verifique se você tem um backup ou instantâneo disponível no caso de um problema com a implantação.</target>
</trans-unit>
<trans-unit id="dacfx.operation">
<source xml:lang="en">Operation</source>
<target state="translated">Operação</target>
</trans-unit>
<trans-unit id="dacfx.operationTooltip">
<source xml:lang="en">Operation(Create, Alter, Delete) that will occur during deployment</source>
<target state="translated">Operação (Criação, Alteração, Exclusão) que ocorrerá durante a implantação</target>
</trans-unit>
<trans-unit id="dacfx.type">
<source xml:lang="en">Type</source>
<target state="translated">Tipo</target>
</trans-unit>
<trans-unit id="dacfx.typeTooltip">
<source xml:lang="en">Type of object that will be affected by deployment</source>
<target state="translated">Tipo de objeto que será afetado pela implantação</target>
</trans-unit>
<trans-unit id="dacfx.object">
<source xml:lang="en">Object</source>
<target state="translated">Objeto</target>
</trans-unit>
<trans-unit id="dacfx.objecTooltip">
<source xml:lang="en">Name of object that will be affected by deployment</source>
<target state="translated">Nome do objeto que será afetado pela implantação</target>
</trans-unit>
<trans-unit id="dacfx.dataLoss">
<source xml:lang="en">Data Loss</source>
<target state="translated">Perda de Dados</target>
</trans-unit>
<trans-unit id="dacfx.dataLossTooltip">
<source xml:lang="en">Operations that may result in data loss are marked with a warning sign</source>
<target state="translated">Operações que podem resultar em perda de dados são marcadas com um sinal de aviso</target>
</trans-unit>
<trans-unit id="dacfx.save">
<source xml:lang="en">Save</source>
<target state="translated">Salvar</target>
</trans-unit>
<trans-unit id="dacfx.fileLocation">
<source xml:lang="en">File Location</source>
<target state="translated">Localização do Arquivo</target>
</trans-unit>
<trans-unit id="dacFxExtract.versionText">
<source xml:lang="en">Version (use x.x.x.x where x is a number)</source>
<target state="translated">Versão (use x.x.x.x, em que x é um número)</target>
</trans-unit>
<trans-unit id="dacFxDeploy.openFile">
<source xml:lang="en">Open</source>
<target state="translated">Abrir</target>
</trans-unit>
<trans-unit id="dacFx.deployDescrption">
<source xml:lang="en">Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]</source>
<target state="translated">Implantar um arquivo .dacpac de aplicativo de camada de dados em uma instância do SQL Server [implantar Dacpac]</target>
</trans-unit>
<trans-unit id="dacFx.extractDescription">
<source xml:lang="en">Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]</source>
<target state="translated">Extrair um aplicativo de camada de dados de uma instância do SQL Server para um arquivo .dacpac [Extrair Dacpac]</target>
</trans-unit>
<trans-unit id="dacFx.importDescription">
<source xml:lang="en">Create a database from a .bacpac file [Import Bacpac]</source>
<target state="translated">Criar um banco de dados de um arquivo .bacpac [Importar Bacpac]</target>
</trans-unit>
<trans-unit id="dacFx.exportDescription">
<source xml:lang="en">Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]</source>
<target state="translated">Exportar o esquema e os dados de um banco de dados para o formato de arquivo lógico .bacpac [Exportar Bacpac]</target>
</trans-unit>
<trans-unit id="dacFx.databaseName">
<source xml:lang="en">Database Name</source>
<target state="translated">Nome do Banco de Dados</target>
</trans-unit>
<trans-unit id="dacFx.upgradeExistingDatabase">
<source xml:lang="en">Upgrade Existing Database</source>
<target state="translated">Atualizar Banco de Dados Existente</target>
</trans-unit>
<trans-unit id="dacFx.newDatabase">
<source xml:lang="en">New Database</source>
<target state="translated">Novo Banco de Dados</target>
</trans-unit>
<trans-unit id="dacFx.targetDatabase">
<source xml:lang="en">Target Database</source>
<target state="translated">Banco de Dados de Destino</target>
</trans-unit>
<trans-unit id="dacFx.targetServer">
<source xml:lang="en">Target Server</source>
<target state="translated">Servidor de Destino</target>
</trans-unit>
<trans-unit id="dacFx.sourceServer">
<source xml:lang="en">Source Server</source>
<target state="translated">Servidor de Origem</target>
</trans-unit>
<trans-unit id="dacFx.sourceDatabase">
<source xml:lang="en">Source Database</source>
<target state="translated">Banco de Dados de Origem</target>
</trans-unit>
<trans-unit id="dacfx.version">
<source xml:lang="en">Version</source>
<target state="translated">Versão</target>
</trans-unit>
<trans-unit id="dacfx.setting">
<source xml:lang="en">Setting</source>
<target state="translated">Configuração</target>
</trans-unit>
<trans-unit id="dacfx.value">
<source xml:lang="en">Value</source>
<target state="translated">Valor</target>
</trans-unit>
<trans-unit id="dacfx.default">
<source xml:lang="en">default</source>
<target state="translated">padrão</target>
</trans-unit>
<trans-unit id="dacFx.selectOperationPageName">
<source xml:lang="en">Select an Operation</source>
<target state="translated">Selecionar uma Operação</target>
</trans-unit>
<trans-unit id="dacFx.deployConfigPageName">
<source xml:lang="en">Select Deploy Dacpac Settings</source>
<target state="translated">Selecione Implantar Configurações do Dacpac</target>
</trans-unit>
<trans-unit id="dacFx.deployPlanPageName">
<source xml:lang="en">Review the deploy plan</source>
<target state="translated">Examine o plano de implantação</target>
</trans-unit>
<trans-unit id="dacFx.summaryPageName">
<source xml:lang="en">Summary</source>
<target state="translated">Resumo</target>
</trans-unit>
<trans-unit id="dacFx.extractConfigPageName">
<source xml:lang="en">Select Extract Dacpac Settings</source>
<target state="translated">Selecione Extrair Configurações do Dacpac</target>
</trans-unit>
<trans-unit id="dacFx.importConfigPageName">
<source xml:lang="en">Select Import Bacpac Settings</source>
<target state="translated">Selecione Importar Configurações do Bacpac</target>
</trans-unit>
<trans-unit id="dacFx.exportConfigPageName">
<source xml:lang="en">Select Export Bacpac Settings</source>
<target state="translated">Selecione Exportar Configurações do Bacpac</target>
</trans-unit>
<trans-unit id="dacFx.deployButton">
<source xml:lang="en">Deploy</source>
<target state="translated">Implantar</target>
</trans-unit>
<trans-unit id="dacFx.extract">
<source xml:lang="en">Extract</source>
<target state="translated">Extrair</target>
</trans-unit>
<trans-unit id="dacFx.import">
<source xml:lang="en">Import</source>
<target state="translated">Importar</target>
</trans-unit>
<trans-unit id="dacFx.export">
<source xml:lang="en">Export</source>
<target state="translated">Exportar</target>
</trans-unit>
<trans-unit id="dacFx.generateScriptButton">
<source xml:lang="en">Generate Script</source>
<target state="translated">Gerar Script</target>
</trans-unit>
<trans-unit id="dacfx.deployPlanErrorMessage">
<source xml:lang="en">Generating deploy plan failed '{0}'</source>
<target state="translated">Falha na geração do plano de implantação '{0}'</target>
</trans-unit>
<trans-unit id="dacfx.operationErrorMessage">
<source xml:lang="en">{0} operation failed '{1}'</source>
<target state="translated">Falha na operação {0} '{1}'</target>
</trans-unit>
<trans-unit id="dacfx.scriptGeneratingMessage">
<source xml:lang="en">You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.</source>
<target state="translated">Você pode exibir o status da geração de script na Exibição de Tarefas depois que o assistente for fechado. O script gerado será aberto quando concluído.</target>
</trans-unit>
</body>
</file>
</xliff>