Files
sqltoolsservice/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf
2021-10-06 11:07:39 -07:00

2438 lines
97 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" original="sr.resx" source-language="en" target-language="pt-br">
<body>
<trans-unit id="ConnectionServiceConnectErrorNullParams">
<source>Connection parameters cannot be null</source>
<target state="translated">Os parâmetros de conexão não podem ser nulos</target>
<note>
</note>
</trans-unit>
<trans-unit id="ConnectionServiceListDbErrorNullOwnerUri">
<source>OwnerUri cannot be null or empty</source>
<target state="translated">O OwnerUri não pode ser nulo ou vazio</target>
<note>
</note>
</trans-unit>
<trans-unit id="ConnectionServiceListDbErrorNotConnected">
<source>SpecifiedUri '{0}' does not have existing connection</source>
<target state="translated">O SpecifiedUri '{0}' não tem uma conexão existente</target>
<note>.
Parameters: 0 - uri (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidAuthType">
<source>Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.</source>
<target state="translated">Valor '{0}' inválido para AuthenticationType. Os valores válidos são 'Integrated' e 'SqlLogin'.</target>
<note>.
Parameters: 0 - authType (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidIntent">
<source>Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.</source>
<target state="translated">Valor '{0}' inválido para ApplicationIntent. Os valores válidos são 'ReadWrite' e 'ReadOnly'.</target>
<note>.
Parameters: 0 - intent (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnectionCanceled">
<source>Connection canceled</source>
<target state="translated">Conexão cancelada</target>
<note>
</note>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullOwnerUri">
<source>OwnerUri cannot be null or empty</source>
<target state="translated">O OwnerUri não pode ser nulo ou vazio</target>
<note>
</note>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullConnection">
<source>Connection details object cannot be null</source>
<target state="translated">O objeto de detalhes da conexão não pode ser nulo</target>
<note>
</note>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullServerName">
<source>ServerName cannot be null or empty</source>
<target state="translated">ServerName não pode ser nulo ou vazio</target>
<note>
</note>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullSqlAuth">
<source>{0} cannot be null or empty when using SqlLogin authentication</source>
<target state="translated">O {0} não poderá ser nulo ou vazio quando estiver usando autenticação SqlLogin</target>
<note>.
Parameters: 0 - component (string) </note>
</trans-unit>
<trans-unit id="QueryServiceCancelAlreadyCompleted">
<source>The query has already completed, it cannot be cancelled</source>
<target state="translated">A consulta já foi concluída, portanto, não pode ser cancelada</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceCancelDisposeFailed">
<source>Query successfully cancelled, failed to dispose query. Owner URI not found.</source>
<target state="translated">Consulta cancelada com êxito. Falha ao descartar a consulta. Proprietário do URI não encontrado.</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceQueryCancelled">
<source>Query was canceled by user</source>
<target state="translated">A consulta foi cancelada pelo usuário</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceSubsetBatchNotCompleted">
<source>The batch has not completed, yet</source>
<target state="translated">O lote ainda não foi concluído</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceSubsetBatchOutOfRange">
<source>Batch index cannot be less than 0 or greater than the number of batches</source>
<target state="translated">O índice de lote não pode ser menor que 0 ou maior que o número de lotes</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceSubsetResultSetOutOfRange">
<source>Result set index cannot be less than 0 or greater than the number of result sets</source>
<target state="translated">O índice do conjunto de resultados não pode ser menor que 0 ou maior que o número de conjuntos de resultados</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceDataReaderByteCountInvalid">
<source>Maximum number of bytes to return must be greater than zero</source>
<target state="translated">O número máximo de bytes a serem retornados deve ser maior que zero</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceDataReaderCharCountInvalid">
<source>Maximum number of chars to return must be greater than zero</source>
<target state="translated">O número máximo de caracteres a serem retornados deve ser maior que zero</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceDataReaderXmlCountInvalid">
<source>Maximum number of XML bytes to return must be greater than zero</source>
<target state="translated">O número máximo de bytes XML a serem retornados deve ser maior que zero</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperWriteOnly">
<source>Access method cannot be write-only</source>
<target state="translated">O método de acesso não pode ser somente gravação</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperNotInitialized">
<source>FileStreamWrapper must be initialized before performing operations</source>
<target state="translated">O FileStreamWrapper deve ser inicializado antes de executar operações</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperReadOnly">
<source>This FileStreamWrapper cannot be used for writing</source>
<target state="translated">Este FileStreamWrapper não pode ser usado para gravação</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceAffectedOneRow">
<source>(1 row affected)</source>
<target state="translated">(1 linha afetada)</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceAffectedRows">
<source>({0} rows affected)</source>
<target state="translated">({0} linhas afetadas)</target>
<note>.
Parameters: 0 - rows (long) </note>
</trans-unit>
<trans-unit id="QueryServiceCompletedSuccessfully">
<source>Commands completed successfully.</source>
<target state="translated">Comandos concluídos com êxito.</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceErrorFormat">
<source>Msg {0}, Level {1}, State {2}, Line {3}{4}{5}</source>
<target state="translated">Mensagem {0}, Nível {1}, Estado {2}, Linha {3}{4}{5}</target>
<note>.
Parameters: 0 - msg (int), 1 - lvl (int), 2 - state (int), 3 - line (int), 4 - newLine (string), 5 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceQueryFailed">
<source>Query failed: {0}</source>
<target state="translated">Falha na consulta: {0}</target>
<note>.
Parameters: 0 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceColumnNull">
<source>(No column name)</source>
<target state="translated">(Nenhum nome de coluna)</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceRequestsNoQuery">
<source>The requested query does not exist</source>
<target state="translated">A consulta solicitada não existe</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
<source>This editor is not connected to a database</source>
<target state="translated">Este editor não está conectado a um banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceQueryInProgress">
<source>A query is already in progress for this editor session. Please cancel this query or wait for its completion.</source>
<target state="translated">Uma consulta já está em andamento para esta sessão do editor. Cancele esta consulta ou aguarde a conclusão.</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceMessageSenderNotSql">
<source>Sender for OnInfoMessage event must be a SqlConnection</source>
<target state="translated">O remetente do evento OnInfoMessage deve ser um SqlConnection</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceSaveAsResultSetNotComplete">
<source>Result cannot be saved until query execution has completed</source>
<target state="translated">O resultado não poderá ser salvo até a execução da consulta ser concluída</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceSaveAsMiscStartingError">
<source>Internal error occurred while starting save task</source>
<target state="translated">Ocorreu um erro interno ao iniciar o salvamento da tarefa</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceSaveAsInProgress">
<source>A save request to the same path is in progress</source>
<target state="translated">Uma solicitação de salvamento para o mesmo caminho está em andamento</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceSaveAsFail">
<source>Failed to save {0}: {1}</source>
<target state="translated">Falha ao salvar {0}: {1}</target>
<note>.
Parameters: 0 - fileName (string), 1 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceResultSetNotRead">
<source>Cannot read subset unless the results have been read from the server</source>
<target state="translated">Não é possível ler o subconjunto, a menos que os resultados tenham sido lidos do servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceResultSetStartRowOutOfRange">
<source>Start row cannot be less than 0 or greater than the number of rows in the result set</source>
<target state="translated">A linha de início não pode ser menor que 0 ou maior que o número de linhas no conjunto de resultados</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceResultSetRowCountOutOfRange">
<source>Row count must be a positive integer</source>
<target state="translated">A contagem de linhas deve ser um inteiro positivo</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceResultSetNoColumnSchema">
<source>Could not retrieve column schema for result set</source>
<target state="translated">Não foi possível recuperar o esquema de colunas para o conjunto de resultados</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceExecutionPlanNotFound">
<source>Could not retrieve an execution plan from the result set </source>
<target state="translated">Não foi possível recuperar um plano de execução do conjunto de resultados </target>
<note>
</note>
</trans-unit>
<trans-unit id="PeekDefinitionAzureError">
<source>This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}</source>
<target state="translated">No momento, esse recurso não é compatível com o Banco de Dados SQL do Azure e com o Data Warehouse: {0}</target>
<note>.
Parameters: 0 - errorMessage (string) </note>
</trans-unit>
<trans-unit id="PeekDefinitionError">
<source>An unexpected error occurred during Peek Definition execution: {0}</source>
<target state="translated">Ocorreu um erro inesperado durante a execução da inspeção da definição: {0}</target>
<note>.
Parameters: 0 - errorMessage (string) </note>
</trans-unit>
<trans-unit id="PeekDefinitionNoResultsError">
<source>No results were found.</source>
<target state="translated">Nenhum resultado foi encontrado.</target>
<note>
</note>
</trans-unit>
<trans-unit id="PeekDefinitionDatabaseError">
<source>No database object was retrieved.</source>
<target state="translated">Nenhum objeto de banco de dados foi recuperado.</target>
<note>
</note>
</trans-unit>
<trans-unit id="PeekDefinitionNotConnectedError">
<source>Please connect to a server.</source>
<target state="translated">Conecte-se a um servidor.</target>
<note>
</note>
</trans-unit>
<trans-unit id="PeekDefinitionTimedoutError">
<source>Operation timed out.</source>
<target state="translated">Tempo limite da operação atingido.</target>
<note>
</note>
</trans-unit>
<trans-unit id="PeekDefinitionTypeNotSupportedError">
<source>This object type is currently not supported by this feature.</source>
<target state="translated">No momento, este tipo de objeto não é compatível com esse recurso.</target>
<note>
</note>
</trans-unit>
<trans-unit id="WorkspaceServicePositionLineOutOfRange">
<source>Position is outside of file line range</source>
<target state="translated">A posição está fora do intervalo de linhas do arquivo</target>
<note>
</note>
</trans-unit>
<trans-unit id="WorkspaceServicePositionColumnOutOfRange">
<source>Position is outside of column range for line {0}</source>
<target state="translated">A posição está fora do intervalo de colunas para a linha {0}</target>
<note>.
Parameters: 0 - line (int) </note>
</trans-unit>
<trans-unit id="WorkspaceServiceBufferPositionOutOfOrder">
<source>Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3})</source>
<target state="translated">A posição inicial ({0}, {1}) deve vir antes ou ser igual à posição final ({2}, {3})</target>
<note>.
Parameters: 0 - sLine (int), 1 - sCol (int), 2 - eLine (int), 3 - eCol (int) </note>
</trans-unit>
<trans-unit id="TestLocalizationConstant">
<source>test</source>
<target state="translated">teste</target>
<note>
</note>
</trans-unit>
<trans-unit id="ErrorEmptyStringReplacement">
<source>Replacement of an empty string by an empty string.</source>
<target state="translated">Substituição de uma cadeia de caracteres vazia por uma cadeia de caracteres vazia.</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataSessionNotFound">
<source>Edit session does not exist.</source>
<target state="translated">A sessão de edição não existe.</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataQueryNotCompleted">
<source>Query has not completed execution</source>
<target state="translated">A consulta não concluiu a execução</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataQueryImproperResultSets">
<source>Query did not generate exactly one result set</source>
<target state="translated">A consulta não gerou exatamente um conjunto de resultados</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataFailedAddRow">
<source>Failed to add new row to update cache</source>
<target state="translated">Falha ao adicionar uma nova linha ao cache de atualização</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataRowOutOfRange">
<source>Given row ID is outside the range of rows in the edit cache</source>
<target state="translated">A ID de linha informada está fora do intervalo de linhas no cache de edição</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataUpdatePending">
<source>An update is already pending for this row and must be reverted first</source>
<target state="translated">Há uma atualização pendente para esta linha e ela deve ser revertida antes</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataUpdateNotPending">
<source>Given row ID does not have pending update</source>
<target state="translated">Não há atualizações pendentes para a ID de linha informada</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataObjectMetadataNotFound">
<source>Table or view metadata could not be found</source>
<target state="translated">Não foi possível encontrar metadados de exibição ou de tabela</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataInvalidFormatBinary">
<source>Invalid format for binary column</source>
<target state="translated">Formato inválido para a coluna binária</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataInvalidFormatBoolean">
<source>Allowed values for boolean columns are 0, 1, "true", or "false"</source>
<target state="translated">Os valores permitidos para as colunas boolianas são 0, 1, "true" ou "false"</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataCreateScriptMissingValue">
<source>The column '{0}' is defined as NOT NULL but was not given a value</source>
<target state="translated">A coluna '{0}' está definida como NOT NULL, mas não teve um valor atribuído</target>
<note>.
Parameters: 0 - colName (string) </note>
</trans-unit>
<trans-unit id="EditDataDeleteSetCell">
<source>A delete is pending for this row, a cell update cannot be applied.</source>
<target state="translated">Uma exclusão está pendente para esta linha. Não foi possível aplicar uma atualização desta célula.</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataColumnIdOutOfRange">
<source>Column ID must be in the range of columns for the query</source>
<target state="translated">Uma ID de coluna deve estar no intervalo de colunas para a consulta</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataColumnCannotBeEdited">
<source>Column cannot be edited</source>
<target state="translated">A coluna não pode ser editada</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataColumnNoKeyColumns">
<source>No key columns were found</source>
<target state="translated">Não foram encontradas colunas de chave</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataScriptFilePathNull">
<source>An output filename must be provided</source>
<target state="translated">Um nome de arquivo de saída deve ser fornecido</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataUnsupportedObjectType">
<source>Database object {0} cannot be used for editing.</source>
<target state="translated">O objeto de banco de dados {0} não pode ser usado para edição.</target>
<note>.
Parameters: 0 - typeName (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceDbErrorDefaultNotConnected">
<source>Specified URI '{0}' does not have a default connection</source>
<target state="translated">O URI '{0}' especificado não tem uma conexão padrão</target>
<note>.
Parameters: 0 - uri (string) </note>
</trans-unit>
<trans-unit id="EditDataCommitInProgress">
<source>A commit task is in progress. Please wait for completion.</source>
<target state="translated">Uma tarefa de commit está em andamento. Aguarde a conclusão.</target>
<note>
</note>
</trans-unit>
<trans-unit id="SqlScriptFormatterDecimalMissingPrecision">
<source>Exact numeric column is missing numeric precision or numeric scale</source>
<target state="translated">A coluna decimal informada está sem precisão numérica ou escala numérica</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataComputedColumnPlaceholder">
<source>&lt;TBD&gt;</source>
<target state="translated">&lt;TBD&gt;</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceResultSetAddNoRows">
<source>Cannot add row to result buffer, data reader does not contain rows</source>
<target state="translated">Não é possível adicionar a linha ao buffer de resultados. O leitor de dados não contém linhas</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataTimeOver24Hrs">
<source>TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999</source>
<target state="translated">Os valores da coluna TIME devem estar entre 00:00:00.0000000 e 23:59:59.9999999</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataNullNotAllowed">
<source>NULL is not allowed for this column</source>
<target state="translated">NULL não é permitido para esta coluna</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyExists">
<source>Edit session already exists.</source>
<target state="translated">A sessão de edição já existe.</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataSessionNotInitialized">
<source>Edit session has not been initialized</source>
<target state="translated">A sessão de edição não foi inicializada</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyInitialized">
<source>Edit session has already been initialized</source>
<target state="translated">A sessão de edição já foi inicializada</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyInitializing">
<source>Edit session has already been initialized or is in the process of initializing</source>
<target state="translated">A sessão de edição já foi inicializada ou está em processo de inicialização</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataQueryFailed">
<source>Query execution failed, see messages for details</source>
<target state="translated">A execução da consulta falhou. Consulte as mensagens para mais detalhes</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataFilteringNegativeLimit">
<source>Result limit cannot be negative</source>
<target state="translated">O limite de resultados não pode ser negativo</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceCellNull">
<source>NULL</source>
<target state="translated">NULL</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataMetadataObjectNameRequired">
<source>A object name must be provided</source>
<target state="translated">Um nome do objeto deve ser fornecido</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataMetadataTooManyIdentifiers">
<source>Explicitly specifying server or database is not supported</source>
<target state="translated">O servidor ou banco de dados especificado não é compatível</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataMetadataNotExtended">
<source>Table metadata does not have extended properties</source>
<target state="translated">Os metadados da tabela não têm propriedades estendidas</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataObjectNotFound">
<source>Table or view requested for edit could not be found</source>
<target state="translated">A tabela ou exibição solicitada para edição não foi encontrada</target>
<note>
</note>
</trans-unit>
<trans-unit id="TreeNodeError">
<source>Error expanding: {0}</source>
<target state="translated">Erro ao expandir: {0}</target>
<note>
</note>
</trans-unit>
<trans-unit id="ServerNodeConnectionError">
<source>Error connecting to {0}</source>
<target state="translated">Erro ao se conectar a {0}</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Aggregates">
<source>Aggregates</source>
<target state="translated">Agregações</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRoles">
<source>Server Roles</source>
<target state="translated">Funções de servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ApplicationRoles">
<source>Application Roles</source>
<target state="translated">Funções de aplicativo</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Assemblies">
<source>Assemblies</source>
<target state="translated">Assemblies</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_AssemblyFiles">
<source>Assembly Files</source>
<target state="translated">Arquivos do assembly</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_AsymmetricKeys">
<source>Asymmetric Keys</source>
<target state="translated">Chaves assimétricas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseAsymmetricKeys">
<source>Asymmetric Keys</source>
<target state="translated">Chaves assimétricas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DataCompressionOptions">
<source>Data Compression Options</source>
<target state="translated">Opções de compactação de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Certificates">
<source>Certificates</source>
<target state="translated">Certificados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FileTables">
<source>FileTables</source>
<target state="translated">FileTables</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseCertificates">
<source>Certificates</source>
<target state="translated">Certificados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_CheckConstraints">
<source>Check Constraints</source>
<target state="translated">Restrições de verificação</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Columns">
<source>Columns</source>
<target state="translated">Colunas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Constraints">
<source>Constraints</source>
<target state="translated">Restrições</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Contracts">
<source>Contracts</source>
<target state="translated">Contratos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Credentials">
<source>Credentials</source>
<target state="translated">Credenciais</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ErrorMessages">
<source>Error Messages</source>
<target state="translated">Mensagens de erro</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRoleMembership">
<source>Server Role Membership</source>
<target state="translated">Associação de função de servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseOptions">
<source>Database Options</source>
<target state="translated">Opções do banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseRoles">
<source>Database Roles</source>
<target state="translated">Funções do banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_RoleMemberships">
<source>Role Memberships</source>
<target state="translated">Associações da função</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseTriggers">
<source>Database Triggers</source>
<target state="translated">Gatilhos do banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DefaultConstraints">
<source>Default Constraints</source>
<target state="translated">Restrições padrão</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Defaults">
<source>Defaults</source>
<target state="translated">Padrões</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Sequences">
<source>Sequences</source>
<target state="translated">Sequências</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Endpoints">
<source>Endpoints</source>
<target state="translated">Pontos de extremidade</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_EventNotifications">
<source>Event Notifications</source>
<target state="translated">Notificações de eventos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerEventNotifications">
<source>Server Event Notifications</source>
<target state="translated">Notificações de eventos do servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExtendedProperties">
<source>Extended Properties</source>
<target state="translated">Propriedades estendidas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FileGroups">
<source>Filegroups</source>
<target state="translated">Grupos de arquivos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ForeignKeys">
<source>Foreign Keys</source>
<target state="translated">Chaves estrangeiras</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextCatalogs">
<source>Full-Text Catalogs</source>
<target state="translated">Catálogos de texto completo</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextIndexes">
<source>Full-Text Indexes</source>
<target state="translated">Índices de texto completo</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Functions">
<source>Functions</source>
<target state="translated">Funções</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Indexes">
<source>Indexes</source>
<target state="translated">Índices</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_InlineFunctions">
<source>Inline Functions</source>
<target state="translated">Funções embutidas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Keys">
<source>Keys</source>
<target state="translated">Chaves</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_LinkedServers">
<source>Linked Servers</source>
<target state="translated">Servidores vinculados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_LinkedServerLogins">
<source>Linked Server Logins</source>
<target state="translated">Logons de servidor vinculado</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Logins">
<source>Logins</source>
<target state="translated">Logons</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_MasterKey">
<source>Master Key</source>
<target state="translated">Chave mestra</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_MasterKeys">
<source>Master Keys</source>
<target state="translated">Chaves mestras</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_MessageTypes">
<source>Message Types</source>
<target state="translated">Tipos de mensagem</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_MultiSelectFunctions">
<source>Table-Valued Functions</source>
<target state="translated">Funções com valor de tabela</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Parameters">
<source>Parameters</source>
<target state="translated">Parâmetros</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_PartitionFunctions">
<source>Partition Functions</source>
<target state="translated">Funções de partição</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_PartitionSchemes">
<source>Partition Schemes</source>
<target state="translated">Esquemas de partição</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Permissions">
<source>Permissions</source>
<target state="translated">Permissões</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_PrimaryKeys">
<source>Primary Keys</source>
<target state="translated">Chaves primárias</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Programmability">
<source>Programmability</source>
<target state="translated">Programação</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Queues">
<source>Queues</source>
<target state="translated">Filas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_RemoteServiceBindings">
<source>Remote Service Bindings</source>
<target state="translated">Associações de serviço remoto</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ReturnedColumns">
<source>Returned Columns</source>
<target state="translated">Colunas retornadas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Roles">
<source>Roles</source>
<target state="translated">Funções</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Routes">
<source>Routes</source>
<target state="translated">Rotas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Rules">
<source>Rules</source>
<target state="translated">Regras</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Schemas">
<source>Schemas</source>
<target state="translated">Esquemas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Security">
<source>Security</source>
<target state="translated">Segurança</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerObjects">
<source>Server Objects</source>
<target state="translated">Objetos do servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Management">
<source>Management</source>
<target state="translated">Gerenciamento</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerTriggers">
<source>Triggers</source>
<target state="translated">Gatilhos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServiceBroker">
<source>Service Broker</source>
<target state="translated">Service Broker</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Services">
<source>Services</source>
<target state="translated">Serviços</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Signatures">
<source>Signatures</source>
<target state="translated">Assinaturas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_LogFiles">
<source>Log Files</source>
<target state="translated">Arquivos de log</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Statistics">
<source>Statistics</source>
<target state="translated">Estatísticas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Storage">
<source>Storage</source>
<target state="translated">Armazenamento</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_StoredProcedures">
<source>Stored Procedures</source>
<target state="translated">Procedimentos armazenados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SymmetricKeys">
<source>Symmetric Keys</source>
<target state="translated">Chaves simétricas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Synonyms">
<source>Synonyms</source>
<target state="translated">Sinônimos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Tables">
<source>Tables</source>
<target state="translated">Tabelas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Triggers">
<source>Triggers</source>
<target state="translated">Gatilhos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Types">
<source>Types</source>
<target state="translated">Tipos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UniqueKeys">
<source>Unique Keys</source>
<target state="translated">Chaves exclusivas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedDataTypes">
<source>User-Defined Data Types</source>
<target state="translated">Tipos de dados definidos pelo usuário</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedTypes">
<source>User-Defined Types (CLR)</source>
<target state="translated">CLR (Tipos Definidos pelo Usuário)</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Users">
<source>Users</source>
<target state="translated">Usuários</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Views">
<source>Views</source>
<target state="translated">Exibições</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlIndexes">
<source>XML Indexes</source>
<target state="translated">Índices XML</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_XMLSchemaCollections">
<source>XML Schema Collections</source>
<target state="translated">Coleções de esquema XML</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedTableTypes">
<source>User-Defined Table Types</source>
<target state="translated">Tipos de tabelas definidos pelo usuário</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FilegroupFiles">
<source>Files</source>
<target state="translated">Arquivos</target>
<note>
</note>
</trans-unit>
<trans-unit id="MissingCaption">
<source>Missing Caption</source>
<target state="translated">Legenda ausente</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_BrokerPriorities">
<source>Broker Priorities</source>
<target state="translated">Prioridades do agente</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_CryptographicProviders">
<source>Cryptographic Providers</source>
<target state="translated">Provedores criptográficos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseAuditSpecifications">
<source>Database Audit Specifications</source>
<target state="translated">Especificações de auditoria de banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseEncryptionKeys">
<source>Database Encryption Keys</source>
<target state="translated">Chaves de criptografia de banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_EventSessions">
<source>Event Sessions</source>
<target state="translated">Sessões de evento</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextStopLists">
<source>Full Text Stoplists</source>
<target state="translated">Listas de palavras irrelevantes de texto completo</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ResourcePools">
<source>Resource Pools</source>
<target state="translated">Pools de recursos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerAudits">
<source>Audits</source>
<target state="translated">Auditorias</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerAuditSpecifications">
<source>Server Audit Specifications</source>
<target state="translated">Especificações de auditoria de servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SpatialIndexes">
<source>Spatial Indexes</source>
<target state="translated">Índices espaciais</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_WorkloadGroups">
<source>Workload Groups</source>
<target state="translated">Grupos de carga de trabalho</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlFiles">
<source>SQL Files</source>
<target state="translated">Arquivos SQL</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerFunctions">
<source>Server Functions</source>
<target state="translated">Funções de servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlType">
<source>SQL Type</source>
<target state="translated">Tipo SQL</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerOptions">
<source>Server Options</source>
<target state="translated">Opções de servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseDiagrams">
<source>Database Diagrams</source>
<target state="translated">Diagramas de banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemTables">
<source>System Tables</source>
<target state="translated">Tabelas do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Databases">
<source>Databases</source>
<target state="translated">Bancos de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemContracts">
<source>System Contracts</source>
<target state="translated">Contratos do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDatabases">
<source>System Databases</source>
<target state="translated">Bancos de dados do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMessageTypes">
<source>System Message Types</source>
<target state="translated">Tipos de mensagens do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemQueues">
<source>System Queues</source>
<target state="translated">Filas do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemServices">
<source>System Services</source>
<target state="translated">Serviços do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemStoredProcedures">
<source>System Stored Procedures</source>
<target state="translated">Procedimentos armazenados do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemViews">
<source>System Views</source>
<target state="translated">Exibições do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DataTierApplications">
<source>Data-tier Applications</source>
<target state="translated">Aplicativos da camada de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExtendedStoredProcedures">
<source>Extended Stored Procedures</source>
<target state="translated">Procedimentos armazenados estendidos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemAggregateFunctions">
<source>Aggregate Functions</source>
<target state="translated">Funções de agregação</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemApproximateNumerics">
<source>Approximate Numerics</source>
<target state="translated">Numéricos aproximados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemBinaryStrings">
<source>Binary Strings</source>
<target state="translated">Cadeias de caracteres binárias</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCharacterStrings">
<source>Character Strings</source>
<target state="translated">Cadeias de caracteres</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCLRDataTypes">
<source>CLR Data Types</source>
<target state="translated">Tipos de dados CLR</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemConfigurationFunctions">
<source>Configuration Functions</source>
<target state="translated">Funções de configuração</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCursorFunctions">
<source>Cursor Functions</source>
<target state="translated">Funções de cursor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDataTypes">
<source>System Data Types</source>
<target state="translated">Tipos de dados do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDateAndTime">
<source>Date and Time</source>
<target state="translated">Data e Hora</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDateAndTimeFunctions">
<source>Date and Time Functions</source>
<target state="translated">Funções de data e hora</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemExactNumerics">
<source>Exact Numerics</source>
<target state="translated">Numéricos exatos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemFunctions">
<source>System Functions</source>
<target state="translated">Funções do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemHierarchyIdFunctions">
<source>Hierarchy Id Functions</source>
<target state="translated">Funções de ID de hierarquia</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMathematicalFunctions">
<source>Mathematical Functions</source>
<target state="translated">Funções matemáticas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMetadataFunctions">
<source>Metadata Functions</source>
<target state="translated">Funções de metadados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemOtherDataTypes">
<source>Other Data Types</source>
<target state="translated">Outros tipos de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemOtherFunctions">
<source>Other Functions</source>
<target state="translated">Outras funções</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemRowsetFunctions">
<source>Rowset Functions</source>
<target state="translated">Funções de conjunto de linhas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSecurityFunctions">
<source>Security Functions</source>
<target state="translated">Funções de segurança</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSpatialDataTypes">
<source>Spatial Data Types</source>
<target state="translated">Tipos de dados espaciais</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemStringFunctions">
<source>String Functions</source>
<target state="translated">Funções de cadeia de caracteres</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSystemStatisticalFunctions">
<source>System Statistical Functions</source>
<target state="translated">Funções estatísticas do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemTextAndImageFunctions">
<source>Text and Image Functions</source>
<target state="translated">Funções de texto e imagem</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemUnicodeCharacterStrings">
<source>Unicode Character Strings</source>
<target state="translated">Cadeias de caracteres Unicode</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_AggregateFunctions">
<source>Aggregate Functions</source>
<target state="translated">Funções de agregação</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ScalarValuedFunctions">
<source>Scalar-valued Functions</source>
<target state="translated">Funções de valor escalar</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_TableValuedFunctions">
<source>Table-valued Functions</source>
<target state="translated">Funções com valor de tabela</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemExtendedStoredProcedures">
<source>System Extended Stored Procedures</source>
<target state="translated">Procedimentos armazenados estendidos do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_BuiltInType">
<source>Built-in Types</source>
<target state="translated">Tipos internos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_BuiltInServerRole">
<source>Built-in Server Roles</source>
<target state="translated">Funções de servidor internas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserWithPassword">
<source>User with Password</source>
<target state="translated">Usuário com senha</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SearchPropertyList">
<source>Search Property List</source>
<target state="translated">Lista de propriedades de pesquisa</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SecurityPolicies">
<source>Security Policies</source>
<target state="translated">Políticas de segurança</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SecurityPredicates">
<source>Security Predicates</source>
<target state="translated">Predicados de segurança</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRole">
<source>Server Role</source>
<target state="translated">Função de servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SearchPropertyLists">
<source>Search Property Lists</source>
<target state="translated">Listas de propriedades de pesquisa</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnStoreIndexes">
<source>Column Store Indexes</source>
<target state="translated">Índices do repositório de coluna</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_TableTypeIndexes">
<source>Table Type Indexes</source>
<target state="translated">Índices de tipo de tabela</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SelectiveXmlIndexes">
<source>Selective XML Indexes</source>
<target state="translated">Índices XML seletivos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlNamespaces">
<source>XML Namespaces</source>
<target state="translated">Namespaces XML</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlTypedPromotedPaths">
<source>XML Typed Promoted Paths</source>
<target state="translated">Caminhos promovidos tipados XML</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlTypedPromotedPaths">
<source>T-SQL Typed Promoted Paths</source>
<target state="translated">Caminhos promovidos tipados T-SQL</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseScopedCredentials">
<source>Database Scoped Credentials</source>
<target state="translated">Credenciais no escopo do banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalDataSources">
<source>External Data Sources</source>
<target state="translated">Fontes de dados externas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalFileFormats">
<source>External File Formats</source>
<target state="translated">Formatos de arquivo externos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalResources">
<source>External Resources</source>
<target state="translated">Recursos externos</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalTables">
<source>External Tables</source>
<target state="translated">Tabelas externas</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_AlwaysEncryptedKeys">
<source>Always Encrypted Keys</source>
<target state="translated">Chaves Always Encrypted</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnMasterKeys">
<source>Column Master Keys</source>
<target state="translated">Chaves mestras de coluna</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnEncryptionKeys">
<source>Column Encryption Keys</source>
<target state="translated">Chaves de criptografia de coluna</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Server">
<source>Server</source>
<target state="translated">Servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="ScriptingParams_ConnectionString_Property_Invalid">
<source>Error parsing ScriptingParams.ConnectionString property.</source>
<target state="translated">Erro ao analisar a propriedade ScriptingParams.ConnectionString.</target>
<note>
</note>
</trans-unit>
<trans-unit id="ScriptingParams_FilePath_Property_Invalid">
<source>Invalid directory specified by the ScriptingParams.FilePath property.</source>
<target state="translated">Diretório inválido especificado pela propriedade ScriptingParams.FilePath.</target>
<note>
</note>
</trans-unit>
<trans-unit id="ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid">
<source>Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</source>
<target state="translated">Erro ao analisar a propriedade ScriptingListObjectsCompleteParams.ConnectionString.</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterLabelFormatString">
<source>{0} ({1}, {2}, {3})</source>
<target state="translated">{0} ({1}, {2}, {3})</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterNoDefaultLabel">
<source>No default</source>
<target state="translated">Nenhum padrão</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputLabel">
<source>Input</source>
<target state="translated">Entrada</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputOutputLabel">
<source>Input/Output</source>
<target state="translated">Entrada/Saída</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputReadOnlyLabel">
<source>Input/ReadOnly</source>
<target state="translated">Entrada/ReadOnly</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputOutputReadOnlyLabel">
<source>Input/Output/ReadOnly</source>
<target state="translated">Entrada/Saída/ReadOnly</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterDefaultLabel">
<source>Default</source>
<target state="translated">Padrão</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_NullColumn_Label">
<source>null</source>
<target state="translated">nulo</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_NotNullColumn_Label">
<source>not null</source>
<target state="translated">não nulo</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UDDTLabelWithType">
<source>{0} ({1}, {2})</source>
<target state="translated">{0} ({1}, {2})</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UDDTLabelWithoutType">
<source>{0} ({1})</source>
<target state="translated">{0} ({1})</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ComputedColumnLabelWithType">
<source>{0} ({1}Computed, {2}, {3})</source>
<target state="translated">{0} ({1}Computado, {2}, {3})</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ComputedColumnLabelWithoutType">
<source>{0} ({1}Computed)</source>
<target state="translated">{0} ({1}Computado)</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithoutType">
<source>{0} (Column Set, {1})</source>
<target state="translated">{0} (Conjunto de colunas, {1})</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithType">
<source>{0} (Column Set, {1}{2}, {3})</source>
<target state="translated">{0} (Conjunto de colunas, {1}{2}, {3})</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithTypeAndKeyString">
<source>{0} (Column Set, {1}, {2}, {3})</source>
<target state="translated">{0} (Conjunto de colunas, {1}, {2}, {3})</target>
<note>
</note>
</trans-unit>
<trans-unit id="UniqueIndex_LabelPart">
<source>Unique</source>
<target state="translated">Exclusivo</target>
<note>
</note>
</trans-unit>
<trans-unit id="NonUniqueIndex_LabelPart">
<source>Non-Unique</source>
<target state="translated">Não exclusivo</target>
<note>
</note>
</trans-unit>
<trans-unit id="ClusteredIndex_LabelPart">
<source>Clustered</source>
<target state="translated">Clusterizado</target>
<note>
</note>
</trans-unit>
<trans-unit id="NonClusteredIndex_LabelPart">
<source>Non-Clustered</source>
<target state="translated">Não clusterizado</target>
<note>
</note>
</trans-unit>
<trans-unit id="History_LabelPart">
<source>History</source>
<target state="translated">Histórico</target>
<note>
</note>
</trans-unit>
<trans-unit id="SystemVersioned_LabelPart">
<source>System-Versioned</source>
<target state="translated">Com versão do sistema</target>
<note>
</note>
</trans-unit>
<trans-unit id="DatabaseNotAccessible">
<source>The database {0} is not accessible.</source>
<target state="translated">O banco de dados {0} não está acessível.</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceResultSetHasNoResults">
<source>Query has no results to return</source>
<target state="translated">A consulta não tem resultados para retornar</target>
<note>
</note>
</trans-unit>
<trans-unit id="QueryServiceResultSetTooLarge">
<source>Result set has too many rows to be safely loaded</source>
<target state="translated">O conjunto de resultados tem muitas linhas para ser carregado com segurança</target>
</trans-unit>
<trans-unit id="ConflictWithNoRecovery">
<source>Specifying this option when restoring a backup with the NORECOVERY option is not permitted.</source>
<target state="translated">Não é permitido especificar essa opção ao restaurar um backup com a opção NORECOVERY.</target>
<note>
</note>
</trans-unit>
<trans-unit id="InvalidPathForDatabaseFile">
<source>Invalid path for database file: '{0}'</source>
<target state="translated">Caminho inválido para o arquivo de banco de dados: '{0}'</target>
<note>
</note>
</trans-unit>
<trans-unit id="Log">
<source>Log</source>
<target state="translated">Log</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestorePlanFailed">
<source>Failed to create restore plan</source>
<target state="translated">Falha ao criar plano de restauração</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreNotSupported">
<source>Restore database is not supported</source>
<target state="translated">A restauração do banco de dados não é compatível</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreTaskName">
<source>Restore Database</source>
<target state="translated">Restaurar banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreCopyOnly">
<source>(Copy Only)</source>
<target state="translated">(Apenas cópia)</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetComponent">
<source>Component</source>
<target state="translated">Componente</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetType">
<source>Type</source>
<target state="translated">Tipo</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetServer">
<source>Server</source>
<target state="translated">Servidor</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetDatabase">
<source>Database</source>
<target state="translated">Banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetPosition">
<source>Position</source>
<target state="translated">Posição</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetFirstLsn">
<source>First LSN</source>
<target state="translated">Primeiro LSN</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetLastLsn">
<source>Last LSN</source>
<target state="translated">Último LSN</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetCheckpointLsn">
<source>Checkpoint LSN</source>
<target state="translated">LSN do ponto de verificação</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetFullLsn">
<source>Full LSN</source>
<target state="translated">LSN completo</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetStartDate">
<source>Start Date</source>
<target state="translated">Data de início</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetFinishDate">
<source>Finish Date</source>
<target state="translated">Data de término</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetSize">
<source>Size</source>
<target state="translated">Tamanho</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetUserName">
<source>User Name</source>
<target state="translated">Nome de usuário</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetExpiration">
<source>Expiration</source>
<target state="translated">Término</target>
<note>
</note>
</trans-unit>
<trans-unit id="RestoreBackupSetName">
<source>Name</source>
<target state="translated">Nome</target>
<note>
</note>
</trans-unit>
<trans-unit id="TheLastBackupTaken">
<source>The last backup taken ({0})</source>
<target state="translated">O último backup feito ({0})</target>
<note>
</note>
</trans-unit>
<trans-unit id="BackupTaskName">
<source>Backup Database</source>
<target state="translated">Backup do banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="TaskInProgress">
<source>In progress</source>
<target state="translated">Em andamento</target>
<note>
</note>
</trans-unit>
<trans-unit id="TaskCompleted">
<source>Completed</source>
<target state="translated">Concluído</target>
<note>
</note>
</trans-unit>
<trans-unit id="ScriptTaskName">
<source>scripting</source>
<target state="translated">script</target>
<note>
</note>
</trans-unit>
<trans-unit id="ProfilerConnectionNotFound">
<source>Connection not found</source>
<target state="translated">Conexão não encontrada</target>
<note>
</note>
</trans-unit>
<trans-unit id="AzureSystemDbProfilingError">
<source>Cannot profile Azure system databases</source>
<target state="translated">Não é possível analisar os bancos de dados do sistema do Azure</target>
<note>
</note>
</trans-unit>
<trans-unit id="BackupPathIsFolderError">
<source>Please provide a file path instead of directory path</source>
<target state="translated">Forneça um caminho de arquivo em vez do caminho do diretório</target>
<note>
</note>
</trans-unit>
<trans-unit id="InvalidBackupPathError">
<source> The provided path is invalid</source>
<target state="translated">O caminho fornecido é inválido</target>
<note>
</note>
</trans-unit>
<trans-unit id="InvalidPathError">
<source>Cannot access the specified path on the server: {0}</source>
<target state="translated">Não é possível acessar o caminho especificado no servidor: {0}</target>
<note>
</note>
</trans-unit>
<trans-unit id="NoBackupsetsToRestore">
<source>No backupset selected to be restored</source>
<target state="translated">Nenhum conjunto de backup selecionado para ser restaurado</target>
<note>
</note>
</trans-unit>
<trans-unit id="AzureSqlDbEdition">
<source>Azure SQL DB</source>
<target state="translated">Banco de Dados SQL do Azure</target>
<note>
</note>
</trans-unit>
<trans-unit id="AzureSqlDwEdition">
<source>Azure SQL Data Warehouse</source>
<target state="translated">SQL Data Warehouse do Azure</target>
<note>
</note>
</trans-unit>
<trans-unit id="AzureSqlStretchEdition">
<source>Azure SQL Stretch Database</source>
<target state="translated">SQL Stretch Database do Azure</target>
<note>
</note>
</trans-unit>
<trans-unit id="AzureSqlAnalyticsOnDemandEdition">
<source>Azure SQL Analytics on-demand</source>
<target state="translated">Análise de SQL do Azure sob demanda</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataValueTooLarge">
<source>Value {0} is too large to fit in column of type {1}</source>
<target state="translated">O valor {0} é muito grande para caber em uma coluna do tipo {1}</target>
<note>.
Parameters: 0 - value (string), 1 - columnType (string) </note>
</trans-unit>
<trans-unit id="EditDataInvalidFormat">
<source>Invalid format for column '{0}', column is defined as {1}</source>
<target state="translated">Formato inválido para a coluna '{0}'. A coluna é definida como {1}</target>
<note>.
Parameters: 0 - colName (string), 1 - colType (string) </note>
</trans-unit>
<trans-unit id="SqlScriptFormatterLengthTypeMissingSize">
<source>Column with length is missing size</source>
<target state="translated">A coluna com comprimento está sem tamanho</target>
<note>
</note>
</trans-unit>
<trans-unit id="SqlScriptFormatterScalarTypeMissingScale">
<source>Scalar column missing scale</source>
<target state="translated">A coluna escalar está sem escala</target>
<note>
</note>
</trans-unit>
<trans-unit id="StoredProcedureScriptParameterComment">
<source>-- TODO: Set parameter values here.</source>
<target state="translated">--TODO: defina os valores de parâmetro aqui.</target>
<note>
</note>
</trans-unit>
<trans-unit id="ScriptingGeneralError">
<source>An error occurred while scripting the objects.</source>
<target state="translated">Ocorreu um erro ao gerar o script dos objetos.</target>
<note>
</note>
</trans-unit>
<trans-unit id="ScriptingExecuteNotSupportedError">
<source>Scripting as Execute is only supported for Stored Procedures</source>
<target state="translated">A função de criação de script ao executar é compatível apenas com os procedimentos armazenados</target>
<note>
</note>
</trans-unit>
<trans-unit id="External_LabelPart">
<source>External</source>
<target state="translated">Externo</target>
<note>
</note>
</trans-unit>
<trans-unit id="FileTable_LabelPart">
<source>File Table</source>
<target state="translated">Tabela de arquivos</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataMultiTableNotSupported">
<source>EditData queries targeting multiple tables are not supported</source>
<target state="translated">As consultas EditData que têm como destino várias tabelas não são compatíveis</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataAliasesNotSupported">
<source>EditData queries with aliased columns are not supported</source>
<target state="translated">As consultas EditData com colunas com alias não são compatíveis</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataExpressionsNotSupported">
<source>EditData queries with aggregate or expression columns are not supported</source>
<target state="translated">As consultas EditData com colunas de agregação ou expressão não são compatíveis</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataDuplicateColumnsNotSupported">
<source>EditData queries with duplicate columns are not supported</source>
<target state="translated">As consultas EditData com colunas duplicadas não são compatíveis</target>
<note>
</note>
</trans-unit>
<trans-unit id="EditDataIncorrectTable">
<source>EditData queries must query the originally targeted table '{0}'</source>
<target state="translated">As consultas EditData devem consultar a tabela de destino original '{0}'</target>
<note>.
Parameters: 0 - tableName (string) </note>
</trans-unit>
<trans-unit id="CategoryLocal">
<source>[Uncategorized (Local)]</source>
<target state="translated">[Sem categoria (local)]</target>
<note>job categories</note>
</trans-unit>
<trans-unit id="CategoryFromMsx">
<source>Jobs from MSX</source>
<target state="translated">Trabalhos do MSX</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryMultiServer">
<source>[Uncategorized (Multi-Server)]</source>
<target state="translated">[Sem categoria (vários servidores)]</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryDBMaint">
<source>Database Maintenance</source>
<target state="translated">Manutenção de banco de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryWebAssistant">
<source>Web Assistant</source>
<target state="translated">Assistente Web</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryFullText">
<source>Full-Text</source>
<target state="translated">Texto completo</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplDistribution">
<source>REPL-Distribution</source>
<target state="translated">REPL-Distribuição</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplDistributionCleanup">
<source>REPL-Distribution Cleanup</source>
<target state="translated">REPL-Limpeza de distribuição</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplHistoryCleanup">
<source>REPL-History Cleanup</source>
<target state="translated">REPL-Limpeza de histórico</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplLogReader">
<source>REPL-LogReader</source>
<target state="translated">REPL-LogReader</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplMerge">
<source>REPL-Merge</source>
<target state="translated">REPL-Mesclar</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplSnapShot">
<source>REPL-Snapshot</source>
<target state="translated">REPL-Instantâneo</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplCheckup">
<source>REPL-Checkup</source>
<target state="translated">REPL-Verificação</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplCleanup">
<source>REPL-Subscription Cleanup</source>
<target state="translated">REPL-Limpeza de assinatura</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplAlert">
<source>REPL-Alert Response</source>
<target state="translated">REPL-Resposta de alerta</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplQReader">
<source>REPL-QueueReader</source>
<target state="translated">REPL-QueueReader</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryReplication">
<source>Replication</source>
<target state="translated">Replicação</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryUncategorized">
<source>[Uncategorized]</source>
<target state="translated">[Sem categoria]</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryLogShipping">
<source>Log Shipping</source>
<target state="translated">Envio de logs</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryDBEngineTuningAdvisor">
<source>Database Engine Tuning Advisor</source>
<target state="translated">Orientador de Otimização do Mecanismo de Banco de Dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="CategoryDataCollector">
<source>Data Collector</source>
<target state="translated">Coletor de dados</target>
<note>
</note>
</trans-unit>
<trans-unit id="JobAlreadyExists">
<source>A job named '{0}' already exists. Enter a unique name for the job.</source>
<target state="translated">Um trabalho chamado '{0}' já existe. Digite um nome exclusivo para o trabalho.</target>
<note>.
Parameters: 0 - jobName (string) </note>
</trans-unit>
<trans-unit id="JobStepNameCannotBeBlank">
<source>The name of the job step cannot be blank.</source>
<target state="translated">O nome da etapa de trabalho não pode ficar em branco.</target>
<note>
</note>
</trans-unit>
<trans-unit id="JobStepNameAlreadyExists">
<source>There is already a step named '{0}' for this job. You must specify a different name.</source>
<target state="translated">Já existe uma etapa chamada '{0}' para este trabalho. Especifique um nome diferente.</target>
<note>.
Parameters: 0 - jobName (string) </note>
</trans-unit>
<trans-unit id="AlertNameCannotBeBlank">
<source>The name of the alert cannot be blank.</source>
<target state="translated">O nome do alerta não pode ficar em branco.</target>
<note>
</note>
</trans-unit>
<trans-unit id="CannotCreateNewAlert">
<source>Cannot create new alert.</source>
<target state="translated">Não é possível criar um alerta.</target>
<note>
</note>
</trans-unit>
<trans-unit id="CannotAlterAlert">
<source>Cannot alter alert.</source>
<target state="translated">Não é possível alterar o alerta.</target>
<note>
</note>
</trans-unit>
<trans-unit id="SysadminAccount">
<source>SQL Server Agent Service Account</source>
<target state="translated">Conta de serviço do SQL Server Agent</target>
<note>
</note>
</trans-unit>
<trans-unit id="ProxyAccountNotFound">
<source>Proxy account '{0}' does not exist on the server.</source>
<target state="translated">A conta de proxy '{0}' não existe no servidor.</target>
<note>.
Parameters: 0 - proxyName (string) </note>
</trans-unit>
<trans-unit id="CredentialNoLongerExists">
<source>The object does no longer exist on server.</source>
<target state="translated">O objeto não existe mais no servidor.</target>
<note>
</note>
</trans-unit>
<trans-unit id="UnknownServerType">
<source>Unknown server type '{0}'.</source>
<target state="translated">Tipo de servidor '{0}' desconhecido.</target>
<note>.
Parameters: 0 - serverTypeName (string) </note>
</trans-unit>
<trans-unit id="SetOwnerFailed">
<source>The current login does not have permissions to set the database owner to '{0}' The database was created successfully however.</source>
<target state="translated">O logon atual não tem permissões para definir o proprietário do banco de dados como '{0}'. No entanto, o banco de dados foi criado com êxito.</target>
<note>.
Parameters: 0 - ownerName (string) </note>
</trans-unit>
<trans-unit id="TargetServerNotSelected">
<source>You must specify the Target Servers on which this multi server job will execute.</source>
<target state="translated">Você deve especificar os servidores de destino nos quais esse trabalho de vários servidores será executado.</target>
<note>
</note>
</trans-unit>
<trans-unit id="UnexpectedRunType">
<source>Unexpected run type.</source>
<target state="translated">Tipo de execução inesperado.</target>
<note>
</note>
</trans-unit>
<trans-unit id="UnknownSizeUnit">
<source>Unknown size unit {0} </source>
<target state="translated">Tamanho desconhecido da unidade {0}</target>
<note>.
Parameters: 0 - unit (string) </note>
</trans-unit>
<trans-unit id="SessionNotFound">
<source>Cannot find requested XEvent session</source>
<target state="translated">Não foi possível encontrar a sessão XEvent solicitada</target>
<note>
</note>
</trans-unit>
<trans-unit id="StopSessionFailed">
<source>Failed to stop session: {0}</source>
<target state="translated">Falha ao interromper sessão: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
</trans-unit>
<trans-unit id="StartSessionFailed">
<source>Failed to start session: {0}</source>
<target state="translated">Falha ao iniciar sessão: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
</trans-unit>
<trans-unit id="CreateSessionFailed">
<source>Failed to create session: {0}</source>
<target state="translated">Falha ao criar sessão: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
</trans-unit>
<trans-unit id="PauseSessionFailed">
<source>Failed to pause session: {0}</source>
<target state="translated">Falha ao pausar sessão: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
</trans-unit>
<trans-unit id="SessionAlreadyExists">
<source>An XEvent session named {0} already exists</source>
<target state="translated">Uma sessão XEvent chamada {0} já existe</target>
<note>.
Parameters: 0 - sessionName (String) </note>
</trans-unit>
<trans-unit id="InvalidScheduleTitle">
<source>Invalid Schedule</source>
<target state="translated">Agendamento inválido</target>
<note> Schedule error message</note>
</trans-unit>
<trans-unit id="InvalidWeeklySchedule">
<source>Select at least one day to be part of this weekly schedule.</source>
<target state="translated">Selecione pelo menos um dia para fazer parte desta agenda semanal.</target>
<note>
</note>
</trans-unit>
<trans-unit id="StartDateGreaterThanEndDate">
<source>The job schedule starting date cannot be greater than the ending date.</source>
<target state="translated">A data de início do agendamento do trabalho não pode ser maior que a data término.</target>
<note>
</note>
</trans-unit>
<trans-unit id="StartTimeGreaterThanEndTime">
<source>The job schedule starting time cannot be after the ending time.</source>
<target state="translated">A hora de início do agendamento do trabalho não pode ser posterior à hora de término.</target>
<note>
</note>
</trans-unit>
<trans-unit id="EndTimeEqualToStartTime">
<source>The job schedule ending time must be after the starting time.</source>
<target state="translated">A hora de término do agendamento do trabalho deve ser posterior à hora de início.</target>
<note>
</note>
</trans-unit>
<trans-unit id="InvalidStartDate">
<source>Start date must be on or after January 1, 1990.</source>
<target state="translated">A data de início deve ser em ou após 1º de janeiro de 1990.</target>
<note>
</note>
</trans-unit>
<trans-unit id="ScheduleNameAlreadyExists">
<source>There is already a schedule named '{0}' for this job. You must specify a different name.</source>
<target state="translated">Já existe um agendamento chamado '{0}' para este trabalho. Você deve especificar um nome diferente.</target>
<note>.
Parameters: 0 - scheduleName (string) </note>
</trans-unit>
<trans-unit id="JobServerIsNotAvailable">
<source>Job server is not available</source>
<target state="translated">O servidor de trabalho não está disponível</target>
<note> Exception thrown when job server is not available</note>
</trans-unit>
<trans-unit id="NeverBackedUp">
<source>Never</source>
<target state="translated">Nunca</target>
<note>
</note>
</trans-unit>
<trans-unit id="Error_InvalidDirectoryName">
<source>Path {0} is not a valid directory </source>
<target state="translated">O caminho {0} não é um diretório válido</target>
<note>
</note>
</trans-unit>
<trans-unit id="Error_ExistingDirectoryName">
<source>For directory {0} a file with name {1} already exist</source>
<target state="translated">Já existe um arquivo com o nome {1} para o diretório {0}</target>
<note>
</note>
</trans-unit>
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
<source>Beginning execution loop</source>
<target state="translated">Início do loop de execução</target>
<note>
</note>
</trans-unit>
<trans-unit id="EE_BatchExecutionError_Ignoring">
<source>An error occurred while the batch was being executed, but the error has been ignored.</source>
<target state="translated">Ocorreu um erro enquanto o lote era executado, mas esse erro foi ignorado.</target>
<note>
</note>
</trans-unit>
<trans-unit id="EE_ExecutionInfo_FinalizingLoop">
<source>Batch execution completed {0} times...</source>
<target state="translated">A execução do lote foi concluída {0} vezes...</target>
<note>
</note>
</trans-unit>
<trans-unit id="BatchParserWrapperExecutionError">
<source>Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}</source>
<target state="translated">Execução do wrapper do analisador de lotes: {0} encontrado... na linha {1}: {2} Descrição: {3}</target>
<note>
</note>
</trans-unit>
<trans-unit id="ExtractInvalidVersion">
<source>Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.</source>
<target state="translated">Versão '{0}' inválida passada. A versão deve estar no formato x.x.x.x, em que x é um número.</target>
<note>
</note>
</trans-unit>
<trans-unit id="ExportBacpacTaskName">
<source>Export bacpac</source>
<target state="translated">Exportar bacpac</target>
<note>
</note>
</trans-unit>
<trans-unit id="ImportBacpacTaskName">
<source>Import bacpac</source>
<target state="translated">Importar bacpac</target>
<note>
</note>
</trans-unit>
<trans-unit id="ExtractDacpacTaskName">
<source>Extract dacpac</source>
<target state="translated">Extrair dacpac</target>
<note>
</note>
</trans-unit>
<trans-unit id="DeployDacpacTaskName">
<source>Deploy dacpac</source>
<target state="translated">Implantar dacpac</target>
<note>
</note>
</trans-unit>
<trans-unit id="GenerateScriptTaskName">
<source>Generate script</source>
<target state="translated">Gerar script</target>
<note>
</note>
</trans-unit>
<trans-unit id="PublishChangesTaskName">
<source>Apply schema compare changes</source>
<target state="translated">Aplicar alterações de comparação do esquema</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaCompareExcludeIncludeNodeNotFound">
<source>Failed to find the specified change in the model</source>
<target state="translated">Falha ao localizar a alteração especificada no modelo</target>
<note>
</note>
</trans-unit>
<trans-unit id="OpenScmpConnectionBasedModelParsingError">
<source>Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'</source>
<target state="translated">Foi encontrado um erro ao tentar analisar as informações de conexão para o ponto de extremidade '{0}'. A mensagem de erro foi '{1}'</target>
<note>
</note>
</trans-unit>
<trans-unit id="SchemaCompareSessionNotFound">
<source>Could not find the schema compare session to cancel</source>
<target state="translated">Não foi possível localizar a sessão de comparação de esquema a ser cancelada</target>
<note>
</note>
</trans-unit>
<trans-unit id="SerializationServiceUnsupportedFormat">
<source>Unsupported Save Format: {0}</source>
<target state="translated">Formato de salvamento não compatível: {0}</target>
<note>.
Parameters: 0 - formatName (string) </note>
</trans-unit>
<trans-unit id="SerializationServiceRequestInProgress">
<source>A request for file {0} is already in progress</source>
<target state="translated">Uma solicitação para o arquivo {0} já está em andamento</target>
<note>.
Parameters: 0 - filePath (string) </note>
</trans-unit>
<trans-unit id="SerializationServiceRequestNotFound">
<source>Cannot serialize more data as no request for file {0} could be found</source>
<target state="translated">Não foi possível serializar mais dados porque nenhuma solicitação para o arquivo {0} foi encontrada</target>
<note>.
Parameters: 0 - filePath (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidColumnEncryptionSetting">
<source>Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'.</source>
<target state="translated">Valor inválido '{0}' para ComlumEncryption. Os valores válidos são 'Habilitado' e 'Desabilitado'.</target>
<note>.
Parameters: 0 - columnEncryptionSetting (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'.</source>
<target state="translated">Valor inválido '{0}' para EnclaveAttestationProtocol. Os valores válidos são 'AAS' e 'HGS'.</target>
<note>.
Parameters: 0 - enclaveAttestationProtocol (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled.</source>
<target state="translated">O Protocolo de Atestado e a URL de Atestado de Enclave exigem que a opção Always Encrypted seja definida como Habilitada.</target>
<note>
</note>
</trans-unit>
<trans-unit id="SqlCmdExitOnError">
<source>An error was encountered during execution of batch. Exiting.</source>
<target state="translated">Erro durante a execução do lote. Saindo.</target>
<note>
</note>
</trans-unit>
<trans-unit id="SqlCmdUnsupportedToken">
<source>Encountered unsupported token {0}</source>
<target state="translated">Token sem suporte encontrado {0}</target>
<note>
</note>
</trans-unit>
<trans-unit id="CouldntFindAzureFunction">
<source>Couldn't find Azure function with FunctionName '{0}' in {1}</source>
<target state="translated">Não foi possível encontrar a função do Azure com FunctionName '{0}' em {1}</target>
<note>
</note>
</trans-unit>
<trans-unit id="MoreThanOneAzureFunctionWithName">
<source>More than one Azure function found with the FunctionName '{0}' in {1}</source>
<target state="translated">Mais de uma função do Azure foi encontrada com FunctionName '{0}' em {1}</target>
<note>
</note>
</trans-unit>
</body>
</file>
</xliff>