mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
7375 lines
344 KiB
XML
7375 lines
344 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>Cannot connect to the database due to invalid OwnerUri</source>
|
||
<target state="translated">Não é possível estabelecer conexão com o banco de dados devido a um OwnerUri inválido</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 de Espiar 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><TBD></source>
|
||
<target state="translated"><TBD></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="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">Data Warehouse do SQL do Azure</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="AzureSqlStretchEdition">
|
||
<source>Azure SQL Stretch Database</source>
|
||
<target state="translated">Stretch Database do SQL 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="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">Unidade de tamanho desconhecido {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="ConnectionServiceConnStringInvalidEncryptOption">
|
||
<source>Invalid value '{0}' for Encrypt. Valid values are 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' and 'No'.</source>
|
||
<target state="translated">Valor inválido '{0}' para Criptografar. Os valores válidos são 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' e 'No'.</target>
|
||
<note>.
|
||
Parameters: 0 - encrypt (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||
<target state="translated">Valor inválido '{0}' do protocolo de atestado. Os valores válidos são 'AAS', 'HGS' e 'None'.</target>
|
||
<note>.
|
||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||
<target state="translated">O protocolo de Atestado e a URL de Atestado exigem que o Always Encrypted com enclaves seguros seja definido como Habilitado.</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="SqlAssessmentGenerateScriptTaskName">
|
||
<source>Generate SQL Assessment script</source>
|
||
<target state="translated">Gerar script de Avaliação do SQL</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlAssessmentQueryInvalidOwnerUri">
|
||
<source>Not connected to a server</source>
|
||
<target state="translated">Não conectado a um servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlAssessmentConnectingError">
|
||
<source>Cannot connect to the server</source>
|
||
<target state="translated">Não é possível conectar ao servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlAssessmentUnsuppoertedEdition">
|
||
<source>Unsupported engine edition {0}</source>
|
||
<target state="translated">Edição {0} do mecanismo sem suporte</target>
|
||
<note>.
|
||
Parameters: 0 - editionCode (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ParameterizationDetails">
|
||
<source>{0} will be converted to a Microsoft.Data.SqlClient.SqlParameter object with the following properties: SqlDbType = {1}, Size = {2}, Precision = {3}, Scale = {4}, SqlValue = {5}</source>
|
||
<target state="translated">{0} será convertido em um objeto Microsoft.Data.SqlClient.SqlParameter com as seguintes propriedades: SqlDbType = {1}, Size = {2}, Precision = {3}, Scale = {4}, SqlValue = {5}</target>
|
||
<note>.
|
||
Parameters: 0 - variableName (string), 1 - sqlDbType (string), 2 - size (int), 3 - precision (int), 4 - scale (int), 5 - sqlValue (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ErrorMessageHeader">
|
||
<source>Line {0}</source>
|
||
<target state="translated">Linha {0}</target>
|
||
<note>.
|
||
Parameters: 0 - lineNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ErrorMessage">
|
||
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType). Literal value: {2}</source>
|
||
<target state="translated">Não é possível converter {0} em um objeto Microsoft.Data.SqlClient.SqlParameter. O literal especificado não pode ser convertido em {1}(Microsoft.Data.SqlDbType). Valor do literal: {2}</target>
|
||
<note>.
|
||
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="DateTimeErrorMessage">
|
||
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as it used an unsupported date/time format. Use one of the supported date/time formats. Literal value: {2}</source>
|
||
<target state="translated">Não é possível converter {0} em um objeto Microsoft.Data.SqlClient.SqlParameter. O literal especificado não pode ser convertido em {1}(Microsoft.Data.SqlDbType), pois ele usou um formato de data/hora sem suporte. Use um dos formatos de data/hora com suporte. Valor do literal: {2}</target>
|
||
<note>.
|
||
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="BinaryLiteralPrefixMissingError">
|
||
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as prefix 0x is expected for a binary literals. Literal value: {2}</source>
|
||
<target state="translated">Não é possível converter {0} em um objeto Microsoft.Data.SqlClient.SqlParameter. O literal especificado não pode ser convertido em {1}(Microsoft.Data.SqlDbType), pois o prefixo 0x é esperado para um literal binário. Valor do literal: {2}</target>
|
||
<note>.
|
||
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ParsingErrorHeader">
|
||
<source>Line {0}, column {1}</source>
|
||
<target state="translated">Linha {0}, coluna {1}</target>
|
||
<note>.
|
||
Parameters: 0 - lineNumber (int), 1 - columnNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ScriptTooLarge">
|
||
<source>The current script is too large for Parameterization for Always Encrypted, please disable Parameterization for Always Encrypted in Query Options (Query > Query Options > Execution > Advanced). Maximum allowable length: {0} characters, Current script length: {1} characters</source>
|
||
<target state="translated">O script atual é muito grande para a Parametrização para Always Encrypted. Desabilite a Parametrização para Always Encrypted em Opções de Consulta (Consulta > Opções de Consulta > Execução > Avançado). Comprimento máximo permitido: {0} caracteres. Comprimento do script atual: {1} caracteres</target>
|
||
<note>.
|
||
Parameters: 0 - maxChars (int), 1 - currentChars (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ProjectExtractTaskName">
|
||
<source>Extract project files</source>
|
||
<target state="translated">Extrair arquivos do projeto</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ValidateStreamingJobTaskName">
|
||
<source>Validate streaming job</source>
|
||
<target state="translated">Validar trabalho de streaming</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="StreamNotFoundInModel">
|
||
<source>Streaming query statement contains a reference to missing {0} stream '{1}'. You must add it to the database model.</source>
|
||
<target state="translated">A instrução de consulta de streaming contém uma referência ao fluxo '{1}' do tipo {0} ausente. Você deve adicioná-lo ao modelo de banco de dados.</target>
|
||
<note>.
|
||
Parameters: 0 - streamType (string), 1 - missingStreamName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="Input">
|
||
<source>input</source>
|
||
<target state="translated">entrada</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Output">
|
||
<source>output</source>
|
||
<target state="translated">saída</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="StreamingJobValidationFailed">
|
||
<source>Validation for external streaming job '{0}' failed:</source>
|
||
<target state="translated">Falha na validação do trabalho de streaming externo '{0}':</target>
|
||
<note>.
|
||
Parameters: 0 - jobName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="FragmentShouldHaveOnlyOneBatch">
|
||
<source>TSQL fragment should contain exactly one batch.</source>
|
||
<target state="translated">O fragmento TSQL deve conter exatamente um lote.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="NoCreateStreamingJobStatementFound">
|
||
<source>No External Streaming Job creation TSQL found (EXEC sp_create_streaming_job statement).</source>
|
||
<target state="translated">Nenhum TSQL de criação de Trabalho de Streaming Externo encontrado (instrução EXEC sp_create_streaming_job).</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>.
|
||
Parameters: 0 - functionName (string), 1 - fileName (string) </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>.
|
||
Parameters: 0 - functionName (string), 1 - fileName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlBindingsNet5NotSupported">
|
||
<source>Adding SQL bindings is not supported for .NET 5</source>
|
||
<target state="translated">A adição de vinculações SQL não é compatível com o.NET 5</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Statement">
|
||
<source>Statement</source>
|
||
<target state="translated">Instrução</target>
|
||
<note> Statement</note>
|
||
</trans-unit>
|
||
<trans-unit id="StatementDesc">
|
||
<source>In most cases, contains the text of the Transact-SQL statement. For rows of type PLAN_ROW, contains a description of the operation.</source>
|
||
<target state="translated">Na maioria dos casos, contém o texto da instrução Transact-SQL. Para linhas do tipo PLAN_ROW, contém uma descrição da operação.</target>
|
||
<note> Statement description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PhysicalOperation">
|
||
<source>Physical Operation</source>
|
||
<target state="translated">Operação física</target>
|
||
<note> Physical Operation</note>
|
||
</trans-unit>
|
||
<trans-unit id="PhysicalOperationDesc">
|
||
<source>Physical implementation algorithm for the node. For rows of type PLAN_ROWS only.</source>
|
||
<target state="translated">Algoritmo de implementação física para o nó. Somente para linhas do tipo PLAN_ROWS.</target>
|
||
<note> Physical Operation description</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOperation">
|
||
<source>Logical Operation</source>
|
||
<target state="translated">Operação lógica</target>
|
||
<note> Logical Operation</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOperationDesc">
|
||
<source>Relational algebraic operator this node represents. For rows of type PLAN_ROWS only.</source>
|
||
<target state="translated">Operador algébrico relacional que este nó representa. Somente para linhas do tipo PLAN_ROWS.</target>
|
||
<note> Logical Operation description</note>
|
||
</trans-unit>
|
||
<trans-unit id="OperationDescriptionShort">
|
||
<source>Description</source>
|
||
<target state="translated">Descrição</target>
|
||
<note> Operation description. Short</note>
|
||
</trans-unit>
|
||
<trans-unit id="OperationDescription">
|
||
<source>Operation description.</source>
|
||
<target state="translated">Descrição da operação.</target>
|
||
<note> Operation description</note>
|
||
</trans-unit>
|
||
<trans-unit id="OperationArgumentShort">
|
||
<source>Argument</source>
|
||
<target state="translated">Argumento</target>
|
||
<note> Operation Argument. Short</note>
|
||
</trans-unit>
|
||
<trans-unit id="OperationArgumentDescription">
|
||
<source>Provides supplemental information about the operation being performed. The contents of this column depend on the physical operator.</source>
|
||
<target state="translated">Fornece informações suplementares sobre a operação que está sendo executada. O conteúdo dessa coluna depende do operador físico.</target>
|
||
<note> Operation Argument description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectShort">
|
||
<source>Object</source>
|
||
<target state="translated">Objeto</target>
|
||
<note> Object field</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectDescription">
|
||
<source>Object.</source>
|
||
<target state="translated">Objeto.</target>
|
||
<note> Object field description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexKind">
|
||
<source>Index Kind</source>
|
||
<target state="translated">Tipo de índice</target>
|
||
<note> IndexKind field</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexKindDescription">
|
||
<source>Type of index for the referenced object.</source>
|
||
<target state="translated">Tipo de índice do objeto referenciado.</target>
|
||
<note> IndexKind field description</note>
|
||
</trans-unit>
|
||
<trans-unit id="DefinedValues">
|
||
<source>Defined Values</source>
|
||
<target state="translated">Valores definidos</target>
|
||
<note> Defined Values</note>
|
||
</trans-unit>
|
||
<trans-unit id="DefinedValuesDescription">
|
||
<source>Contains a comma-separated list of values introduced by this operator, which may be computed expressions present in the current query, or internal values introduced by the query processor in order to process this query. For rows of type PLAN_ROWS only.</source>
|
||
<target state="translated">Contém uma lista separada por vírgulas de valores introduzidos por esse operador, que podem ser expressões calculadas presentes na consulta atual ou valores internos introduzidos pelo processador de consulta para processar essa consulta. Somente para linhas do tipo PLAN_ROWS.</target>
|
||
<note> Defined Values description</note>
|
||
</trans-unit>
|
||
<trans-unit id="OutputList">
|
||
<source>Output List</source>
|
||
<target state="translated">Lista de saída</target>
|
||
<note> Output List</note>
|
||
</trans-unit>
|
||
<trans-unit id="OutputListDescription">
|
||
<source>Contains a comma-separated list of columns being projected by the current operation.</source>
|
||
<target state="translated">Contém uma lista separada por vírgula, de colunas que estão sendo projetadas pela operação atual.</target>
|
||
<note> Output List</note>
|
||
</trans-unit>
|
||
<trans-unit id="Warnings">
|
||
<source>Warnings</source>
|
||
<target state="translated">Avisos</target>
|
||
<note> Warnings</note>
|
||
</trans-unit>
|
||
<trans-unit id="WarningsDescription">
|
||
<source>Contains a comma-separated list of warning messages relating to the current operation. Warning messages may include the string 'NO STATS:()' with a list of columns.</source>
|
||
<target state="translated">Contém uma lista de mensagens de aviso separadas por vírgula, relativas à operação atual. As mensagens de aviso podem conter a cadeia de caracteres 'NO STATS:()' com uma lista de colunas.</target>
|
||
<note> Warnings description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Parallel">
|
||
<source>Parallel</source>
|
||
<target state="translated">Paralelo</target>
|
||
<note> Parallel</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParallelDescription">
|
||
<source>Whether the operator is running in parallel.</source>
|
||
<target state="translated">Se o operador está sendo executado em paralelo.</target>
|
||
<note> Parallel description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedNumberOfRowsPerExecution">
|
||
<source>Estimated Number of Rows Per Execution</source>
|
||
<target state="translated">Número Estimado de Linhas por Execução</target>
|
||
<note> Estimated Number of Rows Per Execution</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedNumberOfRowsPerExecutionDescription">
|
||
<source>Estimated number of rows per execution output by this operator. This is for PLAN_ROWS only.</source>
|
||
<target state="translated">Número estimado de linhas por execução emitidas por esse operador. Somente para PLAN_ROWS.</target>
|
||
<note> Estimated Number of Rows Per Execution description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedNumberOfRowsForAllExecutions">
|
||
<source>Estimated Number of Rows for All Executions</source>
|
||
<target state="translated">Número Estimado de Linhas de Todas as Execuções</target>
|
||
<note> Estimated Number of Rows for All Executions</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedNumberOfRowsForAllExecutionsDescription">
|
||
<source>Estimated number of rows for all executions output by this operator. This is for PLAN_ROWS only.</source>
|
||
<target state="translated">Número estimado de linhas de todas as execuções emitidas por esse operador. Somente para PLAN_ROWS.</target>
|
||
<note> Estimated Number of Rows for All Executions description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRowsRead">
|
||
<source>Estimated Number of Rows to be Read</source>
|
||
<target state="translated">Número Estimado de Linhas a serem Lidas</target>
|
||
<note> Estimated Rows Read</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRowsReadDescription">
|
||
<source>Number of rows estimated to be read by this operator. This value may differ from "Estimated Number of Rows for All Executions" if the operator has a predicate.</source>
|
||
<target state="translated">Número estimado de linhas a serem lidas por esse operador. Esse valor pode ser diferente do "Número Estimado de Linhas de Todas as Execuções" quando o operador tem um predicado.</target>
|
||
<note> Estimated Rows Read description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IsGraphDBTransitiveClosure">
|
||
<source>Is GraphDB Transitive Closure</source>
|
||
<target state="translated">É Fechamento Transitivo de GraphDB</target>
|
||
<note> GraphDB Transitive Closure</note>
|
||
</trans-unit>
|
||
<trans-unit id="IsGraphDBTransitiveClosureDescription">
|
||
<source>Whether the sequence represents a GraphDB transitive closure.</source>
|
||
<target state="translated">Se a sequência representa ou não um fechamento transitivo de GraphDB.</target>
|
||
<note> GraphDB Transitive Closure Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IsInterleavedExecuted">
|
||
<source>IsInterleavedExecuted</source>
|
||
<target state="translated">IsInterleavedExecuted</target>
|
||
<note> Interleaved Executed</note>
|
||
</trans-unit>
|
||
<trans-unit id="IsInterleavedExecutedDescription">
|
||
<source>Whether the operator is interleaved executed.</source>
|
||
<target state="translated">Se a execução do operador é intercalada.</target>
|
||
<note> Interleaved Executed Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IsAdaptive">
|
||
<source>Is Adaptive</source>
|
||
<target state="translated">É adaptável</target>
|
||
<note> Is Adaptive</note>
|
||
</trans-unit>
|
||
<trans-unit id="IsAdaptiveDescription">
|
||
<source>Whether the operator is adaptive.</source>
|
||
<target state="translated">Se o operador é adaptável.</target>
|
||
<note> Is Adaptive description</note>
|
||
</trans-unit>
|
||
<trans-unit id="AdaptiveThresholdRows">
|
||
<source>Adaptive Threshold Rows</source>
|
||
<target state="translated">Linhas de limite adaptável</target>
|
||
<note> Adaptive Threshold Rows</note>
|
||
</trans-unit>
|
||
<trans-unit id="AdaptiveThresholdRowsDescription">
|
||
<source>If this is an adaptive operator, the cardinality at which it adapts.</source>
|
||
<target state="translated">Se este for um operador adaptável, a cardinalidade em que ele se adapta.</target>
|
||
<note> Adaptive Threshold Rows description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedJoinType">
|
||
<source>Estimated Join Type</source>
|
||
<target state="translated">Tipo de junção estimado</target>
|
||
<note> Estimated Join Type</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedJoinTypeDescription">
|
||
<source>The join type (nested loops or hash join) estimated by the query optimizer before adapting.</source>
|
||
<target state="translated">O tipo de junção (loops aninhados ou junção hash) estimado pelo otimizador de consultas antes de adaptação.</target>
|
||
<note> Estimated Join Type description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualJoinType">
|
||
<source>Actual Join Type</source>
|
||
<target state="translated">Tipo de junção real</target>
|
||
<note> Actual Join Type</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualJoinTypeDescription">
|
||
<source>The actual join picked (nested loops or hash join) as part of adaptive join execution.</source>
|
||
<target state="translated">A junção real selecionada (loops aninhados ou junção hash) como parte da execução de junção adaptável.</target>
|
||
<note> Actual Join Type Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRowSize">
|
||
<source>Estimated Row Size</source>
|
||
<target state="translated">Tamanho da linha estimado</target>
|
||
<note> Estimated Row Size</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRowSizeDescription">
|
||
<source>Estimated average row size of the row being passed through this operator.</source>
|
||
<target state="translated">Tamanho médio estimado da linha que está sendo passada por intermédio deste operador.</target>
|
||
<note> Estimated Row Size description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedIoCost">
|
||
<source>Estimated I/O Cost</source>
|
||
<target state="translated">Custo de E/S estimado</target>
|
||
<note> Estimated IO Cost</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedIoCostDescription">
|
||
<source>Estimated I/O cost for this operator. For rows of type PLAN_ROWS only.</source>
|
||
<target state="translated">Custo estimado de E/S deste operador. Somente para linhas do tipo PLAN_ROWS.</target>
|
||
<note> Estimated IO Cost description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedCpuCost">
|
||
<source>Estimated CPU Cost</source>
|
||
<target state="translated">Custo estimado de CPU</target>
|
||
<note> Estimated CPU Cost</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedCpuCostDescription">
|
||
<source>Estimated CPU cost for this operator. For rows of type PLAN_ROWS only.</source>
|
||
<target state="translated">Custo estimado de CPU desse operador. Somente para linhas do tipo PLAN_ROWS.</target>
|
||
<note> Estimated CPU Cost description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedNumberOfExecutions">
|
||
<source>Estimated Number of Executions</source>
|
||
<target state="translated">Número Estimado de Execuções</target>
|
||
<note> Estimated Number of Executions</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedNumberOfExecutionsDescription">
|
||
<source>Estimated number of times this operator will be executed while running the current query.</source>
|
||
<target state="translated">Número estimado de execuções deste operador ao executar a consulta atual.</target>
|
||
<note> Estimated Number of Executions description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedOperatorCost">
|
||
<source>Estimated Operator Cost</source>
|
||
<target state="translated">Custo estimado do operador</target>
|
||
<note> Show plan node property name</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedOperatorCostDescription">
|
||
<source>Estimated cost of this operator.</source>
|
||
<target state="translated">Custo estimado deste operador.</target>
|
||
<note> Estimated Costs description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedSubtreeCost">
|
||
<source>Estimated Subtree Cost</source>
|
||
<target state="translated">Custo da subárvore estimado</target>
|
||
<note> Estimated Subtree Cost</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedSubtreeCostDescription">
|
||
<source>Estimated cumulative cost of this operation and all child operations.</source>
|
||
<target state="translated">Custo cumulativo estimado desta operação e de todas as operações filho.</target>
|
||
<note> Estimated Subtree Cost description</note>
|
||
</trans-unit>
|
||
<trans-unit id="NumberOfRows">
|
||
<source>Actual Number of Rows for All Executions</source>
|
||
<target state="translated">Número Real de Linhas de Todas as Execuções</target>
|
||
<note> Number of Rows</note>
|
||
</trans-unit>
|
||
<trans-unit id="NumberOfRowsDescription">
|
||
<source>Actual number of rows for All Executions output by this operator. For rows of type PLAN_ROWS only.</source>
|
||
<target state="translated">Número real de linhas de Todas as Execuções emitidas por esse operador. Somente para linhas do tipo PLAN_ROWS.</target>
|
||
<note> Number of Rows description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualRowsRead">
|
||
<source>Number of Rows Read</source>
|
||
<target state="translated">Número de Linhas Lidas</target>
|
||
<note> Number of Rows Read by a Rowset (Table or Index)</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualRowsReadDescription">
|
||
<source>Number of rows read from a table or an index prior to applying a predicate filter. For rows of type PLAN_ROWS only.</source>
|
||
<target state="translated">Número de linhas lidas em uma tabela ou um índice antes de aplicar um filtro de predicado. Apenas para linhas de tipo PLAN_ROWS.</target>
|
||
<note> Number of Rows Read by a Rowset (Table or Index) Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="NumberOfBatches">
|
||
<source>Actual Number of Batches</source>
|
||
<target state="translated">Número Real de Lotes</target>
|
||
<note> Number of Batches</note>
|
||
</trans-unit>
|
||
<trans-unit id="NumberOfBatchesDescription">
|
||
<source>Actual number of Batches output by this operator.</source>
|
||
<target state="translated">Número real de lotes de saída deste operador.</target>
|
||
<note> Number of Batches description</note>
|
||
</trans-unit>
|
||
<trans-unit id="NumberOfExecutions">
|
||
<source>Number of Executions</source>
|
||
<target state="translated">Número de execuções</target>
|
||
<note> Number of Executions</note>
|
||
</trans-unit>
|
||
<trans-unit id="NumberOfExecutionsDescription">
|
||
<source>Number of times this operator will be executed while running the current query.</source>
|
||
<target state="translated">Número de execuções deste operador ao executar a consulta atual.</target>
|
||
<note> Number of Executions description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedDataSize">
|
||
<source>Estimated Data Size</source>
|
||
<target state="translated">Tamanho estimado dos dados</target>
|
||
<note> Estimated Data Size</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedDataSizeDescription">
|
||
<source>Estimated data size of the data being passed through this operator.</source>
|
||
<target state="translated">Tamanho estimado dos dados que estão sendo passados por intermédio deste operador.</target>
|
||
<note> Estimated Data Size description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParameterList">
|
||
<source>Parameter List</source>
|
||
<target state="translated">Lista de parâmetros</target>
|
||
<note> Show plan's simple root node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParameterListDescription">
|
||
<source>Parameter list.</source>
|
||
<target state="translated">Lista de parâmetros.</target>
|
||
<note> Show plan's simple root node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryFractions">
|
||
<source>Memory Fractions</source>
|
||
<target state="translated">Frações de memória</target>
|
||
<note> Show plan's simple root node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryFractionsDescription">
|
||
<source>Memory fractions.</source>
|
||
<target state="translated">Frações de memória.</target>
|
||
<note> Show plan's simple root node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryFractionsInput">
|
||
<source>Memory Fractions Input</source>
|
||
<target state="translated">Entrada de frações de memória</target>
|
||
<note> Show plan's simple root node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryFractionsInputDescription">
|
||
<source>Memory fractions input.</source>
|
||
<target state="translated">Entrada de frações de memória.</target>
|
||
<note> Show plan's simple root node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryFractionsOutput">
|
||
<source>Memory Fractions Output</source>
|
||
<target state="translated">Saída de frações de memória</target>
|
||
<note> Show plan's simple root node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryFractionsOutputDescription">
|
||
<source>Memory fractions output.</source>
|
||
<target state="translated">Saída de frações de memória.</target>
|
||
<note> Show plan's simple root node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="UdxName">
|
||
<source>Name</source>
|
||
<target state="translated">Nome</target>
|
||
<note> Show plan's UDX node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="UdxNameDescription">
|
||
<source>Name.</source>
|
||
<target state="translated">Nome.</target>
|
||
<note> Show plan's UDX node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Values">
|
||
<source>Values</source>
|
||
<target state="translated">Valores</target>
|
||
<note> Show plan's ConstantScan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ValuesDescription">
|
||
<source>Values.</source>
|
||
<target state="translated">Valores.</target>
|
||
<note> Show plan's ConstantScan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="CachedPlanSize">
|
||
<source>Cached plan size</source>
|
||
<target state="translated">Tamanho do plano em cache</target>
|
||
<note> CachedPlanSize property</note>
|
||
</trans-unit>
|
||
<trans-unit id="CachedPlanSizeDescription">
|
||
<source>Cached plan size.</source>
|
||
<target state="translated">Tamanho do plano em cache.</target>
|
||
<note> Description for CachedPlanSize property</note>
|
||
</trans-unit>
|
||
<trans-unit id="UsePlan">
|
||
<source>Use plan</source>
|
||
<target state="translated">Plano de uso</target>
|
||
<note> UsePlan property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ContainsInlineScalarTsqlUdfs">
|
||
<source>Contains Inline Scalar Tsql Udfs</source>
|
||
<target state="translated">Contém UDFs de TSQL Escalar Embutidos</target>
|
||
<note> InlineScalarTsqlUdf property</note>
|
||
</trans-unit>
|
||
<trans-unit id="DegreeOfParallelism">
|
||
<source>Degree of Parallelism</source>
|
||
<target state="translated">Grau de paralelismo</target>
|
||
<note> DegreeOfParallelism property</note>
|
||
</trans-unit>
|
||
<trans-unit id="DegreeOfParallelismDescription">
|
||
<source>Degree of parallelism.</source>
|
||
<target state="translated">Grau de paralelismo.</target>
|
||
<note> Description for DegreeOfParallelism property</note>
|
||
</trans-unit>
|
||
<trans-unit id="EffectiveDegreeOfParallelism">
|
||
<source>Effective Degree of Parallelism</source>
|
||
<target state="translated">Grau Efetivo de Paralelismo</target>
|
||
<note> EffectiveDegreeOfParallelism property</note>
|
||
</trans-unit>
|
||
<trans-unit id="EffectiveDegreeOfParallelismDescription">
|
||
<source>Max degree of parallelism during columnstore index build.</source>
|
||
<target state="translated">Grau máximo de paralelismo durante a compilação de índice columnstore.</target>
|
||
<note> Description for EffectiveDegreeOfParallelism property</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryGrant">
|
||
<source>Memory Grant</source>
|
||
<target state="translated">Concessão de memória</target>
|
||
<note> Root node for show plan property</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryGrantDescription">
|
||
<source>Memory grant.</source>
|
||
<target state="translated">Concessão de memória.</target>
|
||
<note> Description for MemoryGrant property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteDestination">
|
||
<source>Remote Destination</source>
|
||
<target state="translated">Destino Remoto</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteDestinationDescription">
|
||
<source>Remote object.</source>
|
||
<target state="translated">Objeto remoto.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteObject">
|
||
<source>Remote Object</source>
|
||
<target state="translated">Objeto Remoto</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteObjectDescription">
|
||
<source>Remote object.</source>
|
||
<target state="translated">Objeto remoto.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteSource">
|
||
<source>Remote Source</source>
|
||
<target state="translated">Origem Remota</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteSourceDescription">
|
||
<source>Remote source.</source>
|
||
<target state="translated">Origem remota.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="UsedUdxColumns">
|
||
<source>Used UDX Columns</source>
|
||
<target state="translated">Colunas UDX Usadas</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="UsedUdxColumnsDescription">
|
||
<source>Used UDX columns.</source>
|
||
<target state="translated">Colunas UDX usadas.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="InnerSideJoinColumns">
|
||
<source>Inner Side Join columns</source>
|
||
<target state="translated">Colunas de Junção Internas</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="InnerSideJoinColumnsDescription">
|
||
<source>Inner side join columns.</source>
|
||
<target state="translated">Colunas de junção internas.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="OuterSideJoinColumns">
|
||
<source>Outer Side Join columns</source>
|
||
<target state="translated">Colunas de Junção Externas</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="OuterSideJoinColumnsDescription">
|
||
<source>Outer side join columns.</source>
|
||
<target state="translated">Colunas de junção externas.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="WhereJoinColumns">
|
||
<source>Where (join columns)</source>
|
||
<target state="translated">Onde (unir colunas)</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="Residual">
|
||
<source>Residual</source>
|
||
<target state="translated">Residual</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ResidualDescription">
|
||
<source>Residual.</source>
|
||
<target state="translated">Residual.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PassThru">
|
||
<source>Pass Through</source>
|
||
<target state="translated">Passagem</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PassThruDescription">
|
||
<source>Pass throuh.</source>
|
||
<target state="translated">Passagem.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ManyToMany">
|
||
<source>Many to Many</source>
|
||
<target state="translated">Muitos para muitos</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ManyToManyDescription">
|
||
<source>Many to many.</source>
|
||
<target state="translated">Muitos para muitos.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitionColumns">
|
||
<source>Partition Columns</source>
|
||
<target state="translated">Colunas de partição</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitionColumnsDescription">
|
||
<source>Partition columns.</source>
|
||
<target state="translated">Colunas de partição.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Ascending">
|
||
<source>Ascending</source>
|
||
<target state="translated">Crescente</target>
|
||
<note> Column sort type</note>
|
||
</trans-unit>
|
||
<trans-unit id="Descending">
|
||
<source>Descending</source>
|
||
<target state="translated">Decrescente</target>
|
||
<note> Column sort type</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashKeys">
|
||
<source>Hash Keys</source>
|
||
<target state="translated">Chaves de hash</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashKeysDescription">
|
||
<source>Hash keys.</source>
|
||
<target state="translated">Chaves de hash.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ProbeColumn">
|
||
<source>Probe Column</source>
|
||
<target state="translated">Coluna de investigação</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ProbeColumnDescription">
|
||
<source>Probe column.</source>
|
||
<target state="translated">Coluna de investigação.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitioningType">
|
||
<source>Partitioning Type</source>
|
||
<target state="translated">Tipo de particionamento</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitioningTypeDescription">
|
||
<source>Partitioning type.</source>
|
||
<target state="translated">Tipo de particionamento.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="GroupBy">
|
||
<source>Group By</source>
|
||
<target state="translated">Agrupar por</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="GroupByDescription">
|
||
<source>Group by.</source>
|
||
<target state="translated">Agrupar por.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="GroupingSets">
|
||
<source>Grouping Sets</source>
|
||
<target state="translated">Conjuntos de agrupamento</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="GroupingSetsDescription">
|
||
<source>The group sets list. Each Value is a reverse bit map for the grouping columns in Group By property.</source>
|
||
<target state="translated">A lista de conjuntos do grupo. Cada Valor é um mapa de bits inverso para as colunas do agrupamento na propriedade Agrupar Por.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SegmentColumn">
|
||
<source>Segment Column</source>
|
||
<target state="translated">Coluna de Segmento</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="SegmentColumnDescription">
|
||
<source>Segment column.</source>
|
||
<target state="translated">Coluna de segmento.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RankColumns">
|
||
<source>Rank Columns</source>
|
||
<target state="translated">Colunas de classificação</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RankColumnsDescription">
|
||
<source>Rank columns.</source>
|
||
<target state="translated">Colunas de classificação.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Predicate">
|
||
<source>Predicate</source>
|
||
<target state="translated">Predicado</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PredicateDescription">
|
||
<source>Predicate.</source>
|
||
<target state="translated">Predicado.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="OuterReferences">
|
||
<source>Outer References</source>
|
||
<target state="translated">Referências externas</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="OuterReferencesDescription">
|
||
<source>Outer references.</source>
|
||
<target state="translated">Referências externas.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ScalarOperator">
|
||
<source>Scalar Operator</source>
|
||
<target state="translated">Operador Escalar</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActionColumn">
|
||
<source>Action Column</source>
|
||
<target state="translated">Coluna de ação</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActionColumnDescription">
|
||
<source>Action column.</source>
|
||
<target state="translated">Coluna de ação.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="OriginalActionColumn">
|
||
<source>Original Action Column</source>
|
||
<target state="translated">Coluna de ação original</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="OriginalActionColumnDescription">
|
||
<source>Original Action column.</source>
|
||
<target state="translated">Coluna de ação original.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Rows">
|
||
<source>Top Rows</source>
|
||
<target state="translated">Linhas Superiores</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RowsDescription">
|
||
<source>Top Rows.</source>
|
||
<target state="translated">Linhas Superiores.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SeekPredicate">
|
||
<source>Seek Predicate</source>
|
||
<target state="translated">Predicado de Busca</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="SeekPredicateDescription">
|
||
<source>Seek predicate.</source>
|
||
<target state="translated">Predicado de busca.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Partitioned">
|
||
<source>Partitioned</source>
|
||
<target state="translated">Particionado</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitionedDescription">
|
||
<source>Whether the operation is on a partitioned table or index.</source>
|
||
<target state="translated">Se a operação está em uma tabela ou índice particionado.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SeekKeys">
|
||
<source>Seek Keys</source>
|
||
<target state="translated">Chaves de Busca</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="SeekKeysDescription">
|
||
<source>Keys used by a seek operation.</source>
|
||
<target state="translated">Chaves usadas por uma operação de busca.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitionsAccessed">
|
||
<source>Actual Partitions Accessed</source>
|
||
<target state="translated">Partições reais acessadas</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitionCount">
|
||
<source>Actual Partition Count</source>
|
||
<target state="translated">Contagem real de partições</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="TieColumns">
|
||
<source>Tie Columns</source>
|
||
<target state="translated">Ligar Colunas</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="TieColumnsDescription">
|
||
<source>Tie columns.</source>
|
||
<target state="translated">Vincule colunas.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IsPercent">
|
||
<source>Is Percent</source>
|
||
<target state="translated">É porcentagem</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="IsPercentDescription">
|
||
<source>Is percent.</source>
|
||
<target state="translated">É porcentagem.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="WithTies">
|
||
<source>With Ties</source>
|
||
<target state="translated">Com Ligações</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="WithTiesDescription">
|
||
<source>With ties.</source>
|
||
<target state="translated">Com ligações.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitionId">
|
||
<source>Partition ID</source>
|
||
<target state="translated">ID da partição</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartitionIdDescription">
|
||
<source>Partition ID.</source>
|
||
<target state="translated">ID da partição.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Ordered">
|
||
<source>Ordered</source>
|
||
<target state="translated">Ordenado</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="OrderedDescription">
|
||
<source>Ordered.</source>
|
||
<target state="translated">Ordenado.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ScanDirection">
|
||
<source>Scan Direction</source>
|
||
<target state="translated">Direção da Verificação</target>
|
||
<note> ScanDirection property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ScanDirectionDescription">
|
||
<source>Direction of the scan operation as either forward or backward.</source>
|
||
<target state="translated">Direção da operação de exame como para frente ou para trás.</target>
|
||
<note>ScanDirection property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ForcedIndex">
|
||
<source>Forced Index</source>
|
||
<target state="translated">Índice forçado</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ForcedIndexDescription">
|
||
<source>Forced index.</source>
|
||
<target state="translated">Índice forçado.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SetPredicate">
|
||
<source>Predicate</source>
|
||
<target state="translated">Predicado</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="SetPredicateDescription">
|
||
<source>Predicate</source>
|
||
<target state="translated">Predicado</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TopExpression">
|
||
<source>Top Expression</source>
|
||
<target state="translated">Expressão Superior</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="TopExpressionDescription">
|
||
<source>Top expression.</source>
|
||
<target state="translated">Expressão superior.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashKeysBuild">
|
||
<source>Hash Keys Build</source>
|
||
<target state="translated">Compilação de chaves de hash</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashKeysBuildDescription">
|
||
<source>Hash keys build.</source>
|
||
<target state="translated">Compilação de chaves de hash.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashKeysProbe">
|
||
<source>Hash Keys Probe</source>
|
||
<target state="translated">Investigação de chaves de hash</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashKeysProbeDescription">
|
||
<source>Hash keys probe.</source>
|
||
<target state="translated">Investigação de chaves de hash.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="BuildResidual">
|
||
<source>Build Residual</source>
|
||
<target state="translated">Criar residual</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="BuildResidualDescription">
|
||
<source>Build residual.</source>
|
||
<target state="translated">Criar residual.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ProbeResidual">
|
||
<source>Probe Residual</source>
|
||
<target state="translated">Residual de investigação</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ProbeResidualDescription">
|
||
<source>Probe residual.</source>
|
||
<target state="translated">Residual de investigação.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SeekPredicates">
|
||
<source>Seek Predicates</source>
|
||
<target state="translated">Predicados de Busca</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="SeekPredicatesDescription">
|
||
<source>Seek predicates.</source>
|
||
<target state="translated">Predicados de busca.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SetOptions">
|
||
<source>Set Options</source>
|
||
<target state="translated">Definir Opções</target>
|
||
<note> Set options property in show plan</note>
|
||
</trans-unit>
|
||
<trans-unit id="SetOptionsDescription">
|
||
<source>Set options.</source>
|
||
<target state="translated">Defina opções.</target>
|
||
<note> Set options property in show plan description</note>
|
||
</trans-unit>
|
||
<trans-unit id="OptimizationLevel">
|
||
<source>Optimization Level</source>
|
||
<target state="translated">Nível de otimização</target>
|
||
<note> Optimization Level property in show plan</note>
|
||
</trans-unit>
|
||
<trans-unit id="OptimizationLevelDescription">
|
||
<source>Optimization level.</source>
|
||
<target state="translated">Nível de otimização.</target>
|
||
<note> Optimization Level property in show plan description</note>
|
||
</trans-unit>
|
||
<trans-unit id="StatementOptmEarlyAbortReason">
|
||
<source>Reason For Early Termination Of Statement Optimization</source>
|
||
<target state="translated">Razão para Término Antecipado da Otimização de Instrução</target>
|
||
<note> StatementOptmEarlyAbortReason property</note>
|
||
</trans-unit>
|
||
<trans-unit id="TimeOut">
|
||
<source>Time Out</source>
|
||
<target state="translated">Tempo Limite</target>
|
||
<note> StatementOptmEarlyAbortReason property value</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryLimitExceeded">
|
||
<source>Memory Limit Exceeded</source>
|
||
<target state="translated">Limite de memória excedido</target>
|
||
<note> StatementOptmEarlyAbortReason property value</note>
|
||
</trans-unit>
|
||
<trans-unit id="GoodEnoughPlanFound">
|
||
<source>Good Enough Plan Found</source>
|
||
<target state="translated">Encontrado Plano Bom o Suficiente</target>
|
||
<note> StatementOptmEarlyAbortReason property value</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRebinds">
|
||
<source>Estimated Rebinds</source>
|
||
<target state="translated">Reassociações estimadas</target>
|
||
<note> Estimated Rebinds</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRebindsDescription">
|
||
<source>Estimated rebinds.</source>
|
||
<target state="translated">Reassociações estimadas.</target>
|
||
<note> Estimated Rebinds Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRewinds">
|
||
<source>Estimated Rewinds</source>
|
||
<target state="translated">Estimativa de retrocessos</target>
|
||
<note> Estimated Rewinds</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRewindsDescription">
|
||
<source>Estimated rewinds.</source>
|
||
<target state="translated">Estimativa de retrocessos.</target>
|
||
<note> Estimated Rewinds Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLocallyAggregatedRows">
|
||
<source>Actual Number of Locally Aggregated Rows</source>
|
||
<target state="translated">Número de Linhas Agregadas Localmente no Momento</target>
|
||
<note> Actual Locally Aggregated Rows</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLocallyAggregatedRowsDescription">
|
||
<source>Actual number of locally aggregated rows</source>
|
||
<target state="translated">Número de linhas agregadas localmente no momento</target>
|
||
<note> Actual Locally Aggregated Rows Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualRebinds">
|
||
<source>Actual Rebinds</source>
|
||
<target state="translated">Reassociações reais</target>
|
||
<note> Actual Rebinds</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualRebindsDescription">
|
||
<source>Actual Rebinds.</source>
|
||
<target state="translated">Reassociações reais.</target>
|
||
<note> Actual Rebinds Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualRewinds">
|
||
<source>Actual Rewinds</source>
|
||
<target state="translated">Retrocessos reais</target>
|
||
<note> Actual Rewinds</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualRewindsDescription">
|
||
<source>Actual Rewinds.</source>
|
||
<target state="translated">Retrocessos reais.</target>
|
||
<note> Actual Rewinds Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualIOStatistics">
|
||
<source>Actual I/O Statistics</source>
|
||
<target state="translated">Estatísticas de E/S reais</target>
|
||
<note> Actual I/O Statistics</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualIOStatisticsDescription">
|
||
<source>Actual I/O Statistics</source>
|
||
<target state="translated">Estatísticas de E/S reais</target>
|
||
<note> Actual I/O Statistics Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualTimeStatistics">
|
||
<source>Actual Time Statistics</source>
|
||
<target state="translated">Estatísticas de tempo real</target>
|
||
<note> Actual Time Statistics</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualTimeStatisticsDescription">
|
||
<source>Actual Time Statistics</source>
|
||
<target state="translated">Estatísticas de tempo real</target>
|
||
<note> Actual Time Statistics Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualElapsedms">
|
||
<source>Actual Elapsed Time (ms)</source>
|
||
<target state="translated">Tempo Real Decorrido (ms)</target>
|
||
<note> Actual Elapsed Milliseconds</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualElapsedmsDescription">
|
||
<source>Actual elapsed time in milliseconds</source>
|
||
<target state="translated">Tempo real decorrido em milissegundos</target>
|
||
<note> Actual Elapsed Milliseconds Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualCPUms">
|
||
<source>Actual Elapsed CPU Time (ms)</source>
|
||
<target state="translated">Tempo de CPU Decorrido Real (ms)</target>
|
||
<note> Actual CPU Time Milliseconds</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualCPUmsDescription">
|
||
<source>Actual elapsed CPU time in milliseconds</source>
|
||
<target state="translated">Tempo de CPU decorrido real em milissegundos</target>
|
||
<note> Actual CPU Time Milliseconds Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualScans">
|
||
<source>Actual Scans</source>
|
||
<target state="translated">Verificações reais</target>
|
||
<note> Actual Scans</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualScansDescription">
|
||
<source>Actual Scans</source>
|
||
<target state="translated">Verificações reais</target>
|
||
<note> Actual Scans Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLogicalReads">
|
||
<source>Actual Logical Reads</source>
|
||
<target state="translated">Leituras lógicas reais</target>
|
||
<note> Actual Logical Reads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLogicalReadsDescription">
|
||
<source>Actual Logical Reads</source>
|
||
<target state="translated">Leituras lógicas reais</target>
|
||
<note> Actual Logical Reads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualPhysicalReads">
|
||
<source>Actual Physical Reads</source>
|
||
<target state="translated">Leituras físicas reais</target>
|
||
<note> Actual Physical Reads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualPhysicalReadsDescription">
|
||
<source>Actual Physical Reads</source>
|
||
<target state="translated">Leituras físicas reais</target>
|
||
<note> Actual Physical Reads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualPageServerReads">
|
||
<source>Actual Page Server Reads</source>
|
||
<target state="translated">Leituras Reais do Servidor de Páginas</target>
|
||
<note> Actual Page Server Reads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualPageServerReadsDescription">
|
||
<source>Actual Page Server Reads</source>
|
||
<target state="translated">Leituras Reais do Servidor de Páginas</target>
|
||
<note> Actual Page Server Reads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualReadAheads">
|
||
<source>Actual Read Aheads</source>
|
||
<target state="translated">Leituras antecipadas reais</target>
|
||
<note> Actual Read Aheads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualReadAheadsDescription">
|
||
<source>Actual Read Aheads</source>
|
||
<target state="translated">Leituras antecipadas reais</target>
|
||
<note> Actual Read Aheads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualPageServerReadAheads">
|
||
<source>Actual Page Server Read Aheads</source>
|
||
<target state="translated">Leituras Antecipadas Reais do Servidor de Páginas</target>
|
||
<note> Actual Page Server Read Aheads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualPageServerReadAheadsDescription">
|
||
<source>Actual Page Server Read Aheads</source>
|
||
<target state="translated">Leituras Antecipadas Reais do Servidor de Páginas</target>
|
||
<note> Actual Page Server Read Aheads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobLogicalReads">
|
||
<source>Actual Lob Logical Reads</source>
|
||
<target state="translated">Leituras Lógicas de LOB Reais</target>
|
||
<note> Actual Lob Logical Reads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobLogicalReadsDescription">
|
||
<source>Actual Lob Logical Reads</source>
|
||
<target state="translated">Leituras Lógicas de LOB Reais</target>
|
||
<note> Actual Lob Logical Reads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobPhysicalReads">
|
||
<source>Actual Lob Physical Reads</source>
|
||
<target state="translated">Leituras Físicas de LOB Reais</target>
|
||
<note> Actual Lob Physical Reads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobPhysicalReadsDescription">
|
||
<source>Actual Lob Physical Reads</source>
|
||
<target state="translated">Leituras Físicas de LOB Reais</target>
|
||
<note> Actual Lob Physical Reads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobPageServerReads">
|
||
<source>Actual Lob Page Server Reads</source>
|
||
<target state="translated">Leituras Reais do Servidor de Páginas LOB</target>
|
||
<note> Actual Lob Page Server Reads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobPageServerReadsDescription">
|
||
<source>Actual Lob Page Server Reads</source>
|
||
<target state="translated">Leituras Reais do Servidor de Páginas LOB</target>
|
||
<note> Actual Lob Page Server Reads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobReadAheads">
|
||
<source>Actual Lob Read Aheads</source>
|
||
<target state="translated">Leituras Antecipadas de LOB Reais</target>
|
||
<note> Actual Lob Read Aheads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobReadAheadsDescription">
|
||
<source>Actual Lob Read Aheads</source>
|
||
<target state="translated">Leituras Antecipadas de LOB Reais</target>
|
||
<note> Actual Lob Read Aheads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobPageServerReadAheads">
|
||
<source>Actual Lob Page Server Read Aheads</source>
|
||
<target state="translated">Leituras Antecipadas Reais do Servidor de Páginas LOB</target>
|
||
<note> Actual Lob Page Server Read Aheads</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualLobPageServerReadAheadsDescription">
|
||
<source>Actual Lob Page Server Read Aheads</source>
|
||
<target state="translated">Leituras Antecipadas Reais do Servidor de Páginas LOB</target>
|
||
<note> Actual Lob Page Server Read Aheads Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualMemoryGrantStats">
|
||
<source>Memory Usage</source>
|
||
<target state="translated">Uso de memória</target>
|
||
<note> ActualMemoryGrantStats</note>
|
||
</trans-unit>
|
||
<trans-unit id="HpcRowCount">
|
||
<source>Hpc Row Count</source>
|
||
<target state="translated">Contagem de linhas de HPC</target>
|
||
<note> Hpc Row Count</note>
|
||
</trans-unit>
|
||
<trans-unit id="HpcRowCountDescription">
|
||
<source>Number of rows processed by Hpc devices.</source>
|
||
<target state="translated">Número de linhas processadas pelos dispositivos de HPC.</target>
|
||
<note> Hpc Row Count Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HpcKernelElapsedUs">
|
||
<source>Hpc Kernel Elapsed Time in Us</source>
|
||
<target state="translated">Tempo de Kernel decorrido em Us</target>
|
||
<note> Hpc Kernel Elapsed Us</note>
|
||
</trans-unit>
|
||
<trans-unit id="HpcKernelElapsedUsDescription">
|
||
<source>Elapsed time (in micro seconds) of Hpc device kernel execution.</source>
|
||
<target state="translated">Tempo decorrido (em microssegundos) da execução de kernel do dispositivo de HPC.</target>
|
||
<note> Hpc Kernel Elapsed Us Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HpcHostToDeviceBytes">
|
||
<source>Hpc Host To Device Bytes</source>
|
||
<target state="translated">Bytes de Host de HPC para Dispositivo</target>
|
||
<note> Hpc Host To Device Bytes</note>
|
||
</trans-unit>
|
||
<trans-unit id="HpcHostToDeviceBytesDescription">
|
||
<source>Data transferred from host to Hpc device in bytes.</source>
|
||
<target state="translated">Dados transferidos do host para o dispositivo de HPC em bytes.</target>
|
||
<note> Hpc Host To Device Bytes Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HpcDeviceToHostBytes">
|
||
<source>Hpc Device To Host Bytes</source>
|
||
<target state="translated">Bytes de Dispositivo de HPC para Host</target>
|
||
<note> Hpc Device To Host Bytes</note>
|
||
</trans-unit>
|
||
<trans-unit id="HpcDeviceToHostBytesDescription">
|
||
<source>Data transferred from Hpc device to host in bytes.</source>
|
||
<target state="translated">Dados transferidos do dispositivo de HPC para hospedar em bytes.</target>
|
||
<note> Hpc Device To Host Bytes Description</note>
|
||
</trans-unit>
|
||
<trans-unit id="InputMemoryGrant">
|
||
<source>Input Memory</source>
|
||
<target state="translated">Memória de entrada</target>
|
||
<note> InputMemoryGrant</note>
|
||
</trans-unit>
|
||
<trans-unit id="OutputMemoryGrant">
|
||
<source>Output Memory</source>
|
||
<target state="translated">Memória de saída</target>
|
||
<note> OutputMemoryGrant</note>
|
||
</trans-unit>
|
||
<trans-unit id="UsedMemoryGrant">
|
||
<source>Used Memory</source>
|
||
<target state="translated">Memória Usada</target>
|
||
<note> UsedMemoryGrant</note>
|
||
</trans-unit>
|
||
<trans-unit id="Distinct">
|
||
<source>Distinct</source>
|
||
<target state="translated">Distinto</target>
|
||
<note> Distinct</note>
|
||
</trans-unit>
|
||
<trans-unit id="DistinctDescription">
|
||
<source>Distinct.</source>
|
||
<target state="translated">Distinto.</target>
|
||
<note> Distinct description</note>
|
||
</trans-unit>
|
||
<trans-unit id="OrderBy">
|
||
<source>Order By</source>
|
||
<target state="translated">Classificar por</target>
|
||
<note> OrderBy</note>
|
||
</trans-unit>
|
||
<trans-unit id="OrderByDescription">
|
||
<source>Order by.</source>
|
||
<target state="translated">Classificar por.</target>
|
||
<note> OrderBy description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SpillOccurredDisplayString">
|
||
<source>Operator used tempdb to spill data during execution</source>
|
||
<target state="translated">O operador usou tempdb para despejar dados durante a execução</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnsWithNoStatistics">
|
||
<source>Columns With No Statistics</source>
|
||
<target state="translated">Colunas sem Estatísticas</target>
|
||
<note> ColumnsWithNoStatistics property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnsWithNoStatisticsDescription">
|
||
<source>Columns with no statistics warning.</source>
|
||
<target state="translated">Colunas sem aviso de estatísticas.</target>
|
||
<note> ColumnsWithNoStatistics property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="NoJoinPredicate">
|
||
<source>No Join Predicate</source>
|
||
<target state="translated">Nenhum predicado de junção</target>
|
||
<note> NoJoinPredicate property</note>
|
||
</trans-unit>
|
||
<trans-unit id="NoJoinPredicateDescription">
|
||
<source>No Join predicate warning.</source>
|
||
<target state="translated">Nenhum aviso de predicado de Junção.</target>
|
||
<note> NoJoinPredicate property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SpillToTempDbOld">
|
||
<source>Operator used tempdb to spill data during execution with spill level {0}</source>
|
||
<target state="translated">Operador usou tempdb para despejar dados durante a execução com o nível de despejo {0}</target>
|
||
<note> SpillToTempDbOld property</note>
|
||
</trans-unit>
|
||
<trans-unit id="SpillToTempDb">
|
||
<source>Operator used tempdb to spill data during execution with spill level {0} and {1} spilled thread(s)</source>
|
||
<target state="translated">Operador usou tempdb para despejar dados durante a execução com o nível de despejo {0} e {1} thread(s)despejado(s)</target>
|
||
<note> SpillToTempDb property</note>
|
||
</trans-unit>
|
||
<trans-unit id="SpillToTempDbDescription">
|
||
<source>Spill to tempdb warning.</source>
|
||
<target state="translated">Aviso de despejo em tempdb.</target>
|
||
<note> SpillToTempDb property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SortSpillDetails">
|
||
<source>Sort wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB</source>
|
||
<target state="translated">Classificação gravou {0} páginas em tempdb e leu {1} páginas de tempdb com memória concedida de {2}KB e memória usada de {3}KB</target>
|
||
<note> SortSpillDetails property</note>
|
||
</trans-unit>
|
||
<trans-unit id="SortSpillDetailsDescription">
|
||
<source>Details of sort spill</source>
|
||
<target state="translated">Detalhes do despejo de classificação</target>
|
||
<note> SortSpillDetails property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashSpillDetails">
|
||
<source>Hash wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB</source>
|
||
<target state="translated">Hash gravou {0} páginas em tempdb e leu {1} páginas de tempdb com memória concedida de {2}KB e memória usada de {3}KB</target>
|
||
<note> HashSpillDetails property</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashSpillDetailsDescription">
|
||
<source>Details of hash spill</source>
|
||
<target state="translated">Detalhes do despejo de hash</target>
|
||
<note> HahSpillDetails property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="FullUpdateForOnlineIndexBuild">
|
||
<source>A partial update was converted to a full update because of an online index build</source>
|
||
<target state="translated">Uma atualização parcial foi convertida em atualização total devido a uma compilação de índice online</target>
|
||
<note> FullUpdateForOnlineIndexBuild property</note>
|
||
</trans-unit>
|
||
<trans-unit id="FullUpdateForOnlineIndexBuildDescription">
|
||
<source>Full update for online index build warning</source>
|
||
<target state="translated">Aviso de atualização completa para compilação de índice online</target>
|
||
<note> FullUpdateForOnlineIndexBuild property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Wait">
|
||
<source>The query had to wait {0} seconds for {1} during execution</source>
|
||
<target state="translated">A consulta precisou aguardar {0} segundos para {1} durante a execução</target>
|
||
<note> Wait property</note>
|
||
</trans-unit>
|
||
<trans-unit id="WaitDescription">
|
||
<source>Query wait warning.</source>
|
||
<target state="translated">Aviso de espera de consulta.</target>
|
||
<note> Wait property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PlanAffectingConvert">
|
||
<source>Type conversion in expression ({0}) may affect "{1}" in query plan choice</source>
|
||
<target state="translated">A conversão de tipo na expressão ({0}) poderá afetar "{1}" na opção de plano de consulta</target>
|
||
<note> PlanAffectingConvert property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PlanAffectingConvertDescription">
|
||
<source>Plan-affecting type conversion warning.</source>
|
||
<target state="translated">Aviso de conversão de tipo que afeta o plano.</target>
|
||
<note> PlanAffectingConvert property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryGrantWarning">
|
||
<source>The query memory grant detected "{0}", which may impact the reliability. Grant size: Initial {1} KB, Final {2} KB, Used {3} KB.</source>
|
||
<target state="translated">A concessão de memória de consulta detectou "{0}", o que pode impactar a confiabilidade. Tamanho da concessão: {1} KB iniciais, {2} KB finais, {3} KB usados.</target>
|
||
<note> MemoryGrantWarning property</note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryGrantWarningDescription">
|
||
<source>Details on memory grant warning</source>
|
||
<target state="translated">Detalhes no aviso de concessão de memória</target>
|
||
<note>MemoryGrantWarning property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="StartupExpression">
|
||
<source>Startup Expression</source>
|
||
<target state="translated">Expressão de Inicialização</target>
|
||
<note> StartupExpression property</note>
|
||
</trans-unit>
|
||
<trans-unit id="StartupExpressionDescription">
|
||
<source>Whether a filter startup expression is used.</source>
|
||
<target state="translated">Se uma expressão de inicialização de filtro é usada.</target>
|
||
<note> StartupExpression property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="StartupExpressionPredicate">
|
||
<source>Startup Expression Predicate</source>
|
||
<target state="translated">Predicado de Expressão de Inicialização</target>
|
||
<note> StartupExpressionPredicate property</note>
|
||
</trans-unit>
|
||
<trans-unit id="Query">
|
||
<source>Query</source>
|
||
<target state="translated">Consulta</target>
|
||
<note> Query property</note>
|
||
</trans-unit>
|
||
<trans-unit id="Stack">
|
||
<source>With Stack</source>
|
||
<target state="translated">Com Pilha</target>
|
||
<note> Stack property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RowCount">
|
||
<source>Is Row Count</source>
|
||
<target state="translated">É contagem de Linhas</target>
|
||
<note> RowCount property</note>
|
||
</trans-unit>
|
||
<trans-unit id="Optimized">
|
||
<source>Optimized</source>
|
||
<target state="translated">Otimizado</target>
|
||
<note> Optimized property</note>
|
||
</trans-unit>
|
||
<trans-unit id="WithPrefetch">
|
||
<source>With Prefetch</source>
|
||
<target state="translated">Com pré-busca</target>
|
||
<note> WithPrefetch property</note>
|
||
</trans-unit>
|
||
<trans-unit id="Prefix">
|
||
<source>Prefix</source>
|
||
<target state="translated">Prefixo</target>
|
||
<note> Prefix property</note>
|
||
</trans-unit>
|
||
<trans-unit id="StartRange">
|
||
<source>Start</source>
|
||
<target state="translated">Iniciar</target>
|
||
<note> StartRange property</note>
|
||
</trans-unit>
|
||
<trans-unit id="StartRangeDescription">
|
||
<source>Start of the range.</source>
|
||
<target state="translated">Início do intervalo.</target>
|
||
<note> StartRange property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EndRange">
|
||
<source>End</source>
|
||
<target state="translated">Encerrar</target>
|
||
<note> EndRange property</note>
|
||
</trans-unit>
|
||
<trans-unit id="EndRangeDescription">
|
||
<source>End of the range.</source>
|
||
<target state="translated">Fim do intervalo.</target>
|
||
<note> EndRange property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RangeColumns">
|
||
<source>Range Columns</source>
|
||
<target state="translated">Colunas de intervalo</target>
|
||
<note> RangeColumns property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RangeExpressions">
|
||
<source>Range Expressions</source>
|
||
<target state="translated">Expressões de intervalo</target>
|
||
<note> RangeExpressions property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ScanType">
|
||
<source>Scan Type</source>
|
||
<target state="translated">Tipo de Verificação</target>
|
||
<note> ScanType property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnReference">
|
||
<source>Column Reference</source>
|
||
<target state="translated">Referência de coluna</target>
|
||
<note> ColumnReference property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectServer">
|
||
<source>Server</source>
|
||
<target state="translated">Servidor</target>
|
||
<note> Server property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectServerDescription">
|
||
<source>Server name for the referenced object.</source>
|
||
<target state="translated">Nome do servidor do objeto referenciado.</target>
|
||
<note> Server property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectDatabase">
|
||
<source>Database</source>
|
||
<target state="translated">Banco de dados</target>
|
||
<note> Database property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectDatabaseDescription">
|
||
<source>Database name for the referenced object.</source>
|
||
<target state="translated">Nome do banco de dados do objeto referenciado.</target>
|
||
<note> Database property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectIndex">
|
||
<source>Index</source>
|
||
<target state="translated">Índice</target>
|
||
<note> Index property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectIndexDescription">
|
||
<source>Index name for the referenced object.</source>
|
||
<target state="translated">Nome do índice do objeto referenciado.</target>
|
||
<note> Index property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectSchema">
|
||
<source>Schema</source>
|
||
<target state="translated">Esquema</target>
|
||
<note> Schema property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectSchemaDescription">
|
||
<source>Schema name for the referenced object.</source>
|
||
<target state="translated">Nome do esquema do objeto referenciado.</target>
|
||
<note> Schema property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectTable">
|
||
<source>Table</source>
|
||
<target state="translated">Tabela</target>
|
||
<note> Table property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectTableDescription">
|
||
<source>Table name for the referenced object.</source>
|
||
<target state="translated">Nome da tabela do objeto referenciado.</target>
|
||
<note> Table property description </note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectAlias">
|
||
<source>Alias</source>
|
||
<target state="translated">Alias</target>
|
||
<note> Alias property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectAliasDescription">
|
||
<source>Alias used for the referenced object.</source>
|
||
<target state="translated">Alias usado para o objeto referenciado.</target>
|
||
<note> Alias property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectColumn">
|
||
<source>Column</source>
|
||
<target state="translated">Coluna</target>
|
||
<note> Column property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectColumnDescription">
|
||
<source>Column name for the referenced object.</source>
|
||
<target state="translated">Nome da coluna do objeto referenciado.</target>
|
||
<note> Column property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectComputedColumn">
|
||
<source>Computed Column</source>
|
||
<target state="translated">Coluna computada</target>
|
||
<note> ComputedColumn property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectComputedColumnDescription">
|
||
<source>Whether this is a computed column.</source>
|
||
<target state="translated">Se esta é uma coluna computada.</target>
|
||
<note> ComputedColumn property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParameterDataType">
|
||
<source>Parameter Data Type</source>
|
||
<target state="translated">Tipo de dados de parâmetro</target>
|
||
<note> ParameterDataType property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParameterCompiledValue">
|
||
<source>Parameter Compiled Value</source>
|
||
<target state="translated">Valor compilado por parâmetro</target>
|
||
<note> ParameterCompiledValue property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParameterRuntimeValue">
|
||
<source>Parameter Runtime Value</source>
|
||
<target state="translated">Valor do parâmetro em tempo de execução</target>
|
||
<note> ParameterRuntimeValue property</note>
|
||
</trans-unit>
|
||
<trans-unit id="CursorPlan">
|
||
<source>Cursor Plan</source>
|
||
<target state="translated">Plano do cursor</target>
|
||
<note> CursorPlan property</note>
|
||
</trans-unit>
|
||
<trans-unit id="CursorOperation">
|
||
<source>Cursor Operation</source>
|
||
<target state="translated">Operação do cursor</target>
|
||
<note> CursorOperation property</note>
|
||
</trans-unit>
|
||
<trans-unit id="CursorName">
|
||
<source>Cursor Name</source>
|
||
<target state="translated">Nome do cursor</target>
|
||
<note> CursorName property</note>
|
||
</trans-unit>
|
||
<trans-unit id="CursorActualType">
|
||
<source>Cursor Actual Type</source>
|
||
<target state="translated">Tipo real de cursor</target>
|
||
<note> CursorActualType property</note>
|
||
</trans-unit>
|
||
<trans-unit id="CursorRequestedType">
|
||
<source>Cursor Requested Type</source>
|
||
<target state="translated">Tipo solicitado de cursor</target>
|
||
<note> CursorRequestedType property</note>
|
||
</trans-unit>
|
||
<trans-unit id="CursorConcurrency">
|
||
<source>Cursor Concurrency</source>
|
||
<target state="translated">Simultaneidade do cursor</target>
|
||
<note> CursorConcurrency property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ForwardOnly">
|
||
<source>Forward Only</source>
|
||
<target state="translated">Somente encaminhar</target>
|
||
<note> ForwardOnly property</note>
|
||
</trans-unit>
|
||
<trans-unit id="QueryPlan">
|
||
<source>Query Plan</source>
|
||
<target state="translated">Plano de consulta</target>
|
||
<note> QueryPlan property</note>
|
||
</trans-unit>
|
||
<trans-unit id="OperationType">
|
||
<source>Operation Type</source>
|
||
<target state="translated">Tipo de operação</target>
|
||
<note> OperationType property</note>
|
||
</trans-unit>
|
||
<trans-unit id="NodeId">
|
||
<source>Node ID</source>
|
||
<target state="translated">ID do nó</target>
|
||
<note> Node ID property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PrimaryNodeId">
|
||
<source>Primary Node ID</source>
|
||
<target state="translated">ID do nó primário</target>
|
||
<note> Primary Node ID property</note>
|
||
</trans-unit>
|
||
<trans-unit id="InternalInfo">
|
||
<source>Internal Debugging Information</source>
|
||
<target state="translated">Informações de depuração internas</target>
|
||
<note> Internal Info property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ForeignKeyReferencesCount">
|
||
<source>Foreign Key References Count</source>
|
||
<target state="translated">Contagem das Referências de Chave Estrangeira</target>
|
||
<note> Foreign Key References Count property</note>
|
||
</trans-unit>
|
||
<trans-unit id="NoMatchingIndexCount">
|
||
<source>No Matching Indexes Count</source>
|
||
<target state="translated">Contagem de Índices sem Correspondência</target>
|
||
<note> No Matching Index Count property</note>
|
||
</trans-unit>
|
||
<trans-unit id="PartialMatchingIndexCount">
|
||
<source>Partial Matching Indexes Count</source>
|
||
<target state="translated">Contagem de Índices com correspondência parcial</target>
|
||
<note> Partial Matching Index Count property</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpCollapse">
|
||
<source>Collapse</source>
|
||
<target state="translated">Recolher</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpConcatenation">
|
||
<source>Concatenation</source>
|
||
<target state="translated">Concatenação</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpConstantScan">
|
||
<source>Constant Scan</source>
|
||
<target state="translated">Verificação constante</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpGatherStreams">
|
||
<source>Gather Streams</source>
|
||
<target state="translated">Reunir fluxos</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRepartitionStreams">
|
||
<source>Repartition Streams</source>
|
||
<target state="translated">Reparticionar fluxos</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpDistributeStreams">
|
||
<source>Distribute Streams</source>
|
||
<target state="translated">Distribuir fluxos</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpFilter">
|
||
<source>Filter</source>
|
||
<target state="translated">Filtrar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpAssert">
|
||
<source>Assert</source>
|
||
<target state="translated">Declarar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLogRowScan">
|
||
<source>Log Row Scan</source>
|
||
<target state="translated">Verificação de linha de log</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpPrint">
|
||
<source>Print</source>
|
||
<target state="translated">Imprimir</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpComputeScalar">
|
||
<source>Compute Scalar</source>
|
||
<target state="translated">Computar escalar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpMergeInterval">
|
||
<source>Merge Interval</source>
|
||
<target state="translated">Intervalo de mesclagem</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRank">
|
||
<source>Rank</source>
|
||
<target state="translated">Classificação</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpSegment">
|
||
<source>Segment</source>
|
||
<target state="translated">Segmento</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpSequence">
|
||
<source>Sequence</source>
|
||
<target state="translated">Sequência</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpSplit">
|
||
<source>Split</source>
|
||
<target state="translated">Dividir</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpAggregate">
|
||
<source>Aggregate</source>
|
||
<target state="translated">Agregação</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpTableScan">
|
||
<source>Table Scan</source>
|
||
<target state="translated">Verificação de tabela</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpClusteredIndexScan">
|
||
<source>Clustered Index Scan</source>
|
||
<target state="translated">Verificação de índice clusterizado</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpClusteredIndexSeek">
|
||
<source>Clustered Index Seek</source>
|
||
<target state="translated">Busca de índice clusterizado</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpDeletedScan">
|
||
<source>Deleted Scan</source>
|
||
<target state="translated">Verificação excluída</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpInsertedScan">
|
||
<source>Inserted Scan</source>
|
||
<target state="translated">Verificação inserida</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpParameterTableScan">
|
||
<source>Parameter Table Scan</source>
|
||
<target state="translated">Verificação da tabela de parâmetros</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpPut">
|
||
<source>Put</source>
|
||
<target state="translated">Colocar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpIndexScan">
|
||
<source>Index Scan</source>
|
||
<target state="translated">Verificação de índice</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpIndexSeek">
|
||
<source>Index Seek</source>
|
||
<target state="translated">Busca de índice</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRemoteScan">
|
||
<source>Remote Scan</source>
|
||
<target state="translated">Verificação remota</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRemoteIndexScan">
|
||
<source>Remote Index Scan</source>
|
||
<target state="translated">Verificação de índice remoto</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRemoteIndexSeek">
|
||
<source>Remote Index Seek</source>
|
||
<target state="translated">Busca de índice remoto</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRemoteQuery">
|
||
<source>Remote Query</source>
|
||
<target state="translated">Consulta remota</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRemoteInsert">
|
||
<source>Remote Insert</source>
|
||
<target state="translated">Inserção remota</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRemoteUpdate">
|
||
<source>Remote Update</source>
|
||
<target state="translated">Atualização remota</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRemoteDelete">
|
||
<source>Remote Delete</source>
|
||
<target state="translated">Exclusão remota</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpClusteredUpdate">
|
||
<source>Clustered Update</source>
|
||
<target state="translated">Atualização clusterizada</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpDistinctSort">
|
||
<source>Distinct Sort</source>
|
||
<target state="translated">Classificação distinta</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpSort">
|
||
<source>Sort</source>
|
||
<target state="translated">Classificar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpTopNSort">
|
||
<source>Top N Sort</source>
|
||
<target state="translated">Classificar Top N</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpEagerSpool">
|
||
<source>Eager Spool</source>
|
||
<target state="translated">Spool Adiantado</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLazySpool">
|
||
<source>Lazy Spool</source>
|
||
<target state="translated">Spool lento</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpUpdate">
|
||
<source>Update</source>
|
||
<target state="translated">Atualizar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpInsert">
|
||
<source>Insert</source>
|
||
<target state="translated">Inserir</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpDelete">
|
||
<source>Delete</source>
|
||
<target state="translated">Excluir</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpMerge">
|
||
<source>Merge</source>
|
||
<target state="translated">Mesclar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpTop">
|
||
<source>Top</source>
|
||
<target state="translated">Superior</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpDistinct">
|
||
<source>Distinct</source>
|
||
<target state="translated">Distinto</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpFlowDistinct">
|
||
<source>Flow Distinct</source>
|
||
<target state="translated">Fluxo distinto</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpPartialAggregate">
|
||
<source>Partial Aggregate</source>
|
||
<target state="translated">Agregação parcial</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpInnerApply">
|
||
<source>Inner Apply</source>
|
||
<target state="translated">Aplicação interna</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpInnerJoin">
|
||
<source>Inner Join</source>
|
||
<target state="translated">Junção interna</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLeftAntiSemiApply">
|
||
<source>Left Anti Semi Apply</source>
|
||
<target state="translated">Aplicação Semi Anti Esquerda</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLeftSemiApply">
|
||
<source>Left Semi Apply</source>
|
||
<target state="translated">Aplicação semi-esquerda</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLeftOuterApply">
|
||
<source>Left Outer Apply</source>
|
||
<target state="translated">Junção externa esquerda</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLeftOuterJoin">
|
||
<source>Left Outer Join</source>
|
||
<target state="translated">Junção externa esquerda</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRightOuterJoin">
|
||
<source>Right Outer Join</source>
|
||
<target state="translated">Junção externa direita</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpFullOuterJoin">
|
||
<source>Full Outer Join</source>
|
||
<target state="translated">Junção externa completa</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLeftSemiJoin">
|
||
<source>Left Semi Join</source>
|
||
<target state="translated">Semijunção esquerda</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLeftAntiSemiJoin">
|
||
<source>Left Anti Semi Join</source>
|
||
<target state="translated">Left Anti Semi Join</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRightSemiJoin">
|
||
<source>Right Semi Join</source>
|
||
<target state="translated">Semijunção direita</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRightAntiSemiJoin">
|
||
<source>Right Anti Semi Join</source>
|
||
<target state="translated">Right Anti Semi Join</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpIntersect">
|
||
<source>Intersect</source>
|
||
<target state="translated">Interseccionar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpIntersectAll">
|
||
<source>Intersect All</source>
|
||
<target state="translated">Interseccionar tudo</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpUnion">
|
||
<source>Union</source>
|
||
<target state="translated">União</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLeftDiff">
|
||
<source>Left Diff</source>
|
||
<target state="translated">Comparação à esquerda</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLeftDiffAll">
|
||
<source>Left Diff All</source>
|
||
<target state="translated">Left Diff All</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRightDiff">
|
||
<source>Right Diff</source>
|
||
<target state="translated">Right Diff</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRightDiffAll">
|
||
<source>Right Diff All</source>
|
||
<target state="translated">Right Diff All</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpAntiDiff">
|
||
<source>Anti Diff</source>
|
||
<target state="translated">Anti Diff</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpCrossJoin">
|
||
<source>Cross Join</source>
|
||
<target state="translated">União cruzada</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpBitmapCreate">
|
||
<source>Bitmap Create</source>
|
||
<target state="translated">Criar bitmap</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpUDX">
|
||
<source>UDX</source>
|
||
<target state="translated">UDX</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpWindow">
|
||
<source>Window Spool</source>
|
||
<target state="translated">Spool de janela</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpSwitch">
|
||
<source>Switch</source>
|
||
<target state="translated">Alternar</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpMergeStats">
|
||
<source>Merge Stats</source>
|
||
<target state="translated">Estatísticas de mesclagem</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpLocalStats">
|
||
<source>Local Stats</source>
|
||
<target state="translated">Estatísticas locais</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpTableValuedFunction">
|
||
<source>Table Valued Function</source>
|
||
<target state="translated">Função com valor de tabela</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpBatchHashTableBuild">
|
||
<source>Batch Hash Table Build</source>
|
||
<target state="translated">Compilação da Tabela de Hash do Lote</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpForeignKeyReferencesCheck">
|
||
<source>Foreign Key References Check</source>
|
||
<target state="translated">Verificação de Referências de Chave Estrangeiras</target>
|
||
<note> Logical operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalOpRIDLookup">
|
||
<source>RID Lookup</source>
|
||
<target state="translated">Pesquisa de RID</target>
|
||
<note> RIDLookup operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="StoredProc">
|
||
<source>Stored Procedure</source>
|
||
<target state="translated">Procedimento Armazenado</target>
|
||
<note> StoredProc node</note>
|
||
</trans-unit>
|
||
<trans-unit id="Udf">
|
||
<source>UDF</source>
|
||
<target state="translated">UDF</target>
|
||
<note> UDF node</note>
|
||
</trans-unit>
|
||
<trans-unit id="ProcName">
|
||
<source>Procedure Name</source>
|
||
<target state="translated">Nome do procedimento</target>
|
||
<note> ProcName property</note>
|
||
</trans-unit>
|
||
<trans-unit id="Storage">
|
||
<source>Storage</source>
|
||
<target state="translated">Armazenamento</target>
|
||
<note> Storage property</note>
|
||
</trans-unit>
|
||
<trans-unit id="StorageDesc">
|
||
<source>Storage</source>
|
||
<target state="translated">Armazenamento</target>
|
||
<note> Storage property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualExecMode">
|
||
<source>Actual Execution Mode</source>
|
||
<target state="translated">Modo de execução real</target>
|
||
<note> ActualExectionMode property</note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualExecModeDesc">
|
||
<source>Actual Execution Mode</source>
|
||
<target state="translated">Modo de execução real</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedExecMode">
|
||
<source>Estimated Execution Mode</source>
|
||
<target state="translated">Modo de execução estimado</target>
|
||
<note> EstimatedExecutionMode property</note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedExecModeDesc">
|
||
<source>Estimated Execution Mode</source>
|
||
<target state="translated">Modo de execução estimado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="CostFormat">
|
||
<source>Cost: {0} %</source>
|
||
<target state="translated">Custo: {0} %</target>
|
||
<note>"Cost: {0} percent" String to format.
|
||
Parameters: 0 - x (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteDataAccess">
|
||
<source>Remote Data Access</source>
|
||
<target state="translated">Acesso a dados remotos</target>
|
||
<note> Remote Data Access</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteDataAccessDescription">
|
||
<source>Whether the operator uses remote procedure call (RPC) to access remote data.</source>
|
||
<target state="translated">Se o operador usa a RPC (chamada de procedimento remoto) para acessar dados remotos.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="CloneAccessScope">
|
||
<source>Clone Access Scope</source>
|
||
<target state="translated">Escopo de acesso de clone</target>
|
||
<note> Clone Access Scope</note>
|
||
</trans-unit>
|
||
<trans-unit id="CloneAccessScopeDescription">
|
||
<source>Clones that the operator may access.</source>
|
||
<target state="translated">Clones que o operador pode acessar.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PrimaryClones">
|
||
<source>Primary Clones</source>
|
||
<target state="translated">Clones primários</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SecondaryClones">
|
||
<source>Secondary Clones</source>
|
||
<target state="translated">Clones secundários</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="BothClones">
|
||
<source>All Clones</source>
|
||
<target state="translated">Todos os clones</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EitherClones">
|
||
<source>Primary Or Secondary Clones</source>
|
||
<target state="translated">Clones Primários Ou Secundários</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ExactMatchClones">
|
||
<source>Single Clone Match</source>
|
||
<target state="translated">Correspondência de clone único</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Remoting">
|
||
<source>Remoting</source>
|
||
<target state="translated">Comunicação Remota</target>
|
||
<note> Remoting for remote exchange operator</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemotingDescription">
|
||
<source>Whether the operator can run remotely.</source>
|
||
<target state="translated">Se o operador pode ser executado remotamente.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Activation">
|
||
<source>Activation</source>
|
||
<target state="translated">Ativação</target>
|
||
<note> Activation</note>
|
||
</trans-unit>
|
||
<trans-unit id="BrickRouting">
|
||
<source>Brick Routing</source>
|
||
<target state="translated">Roteamento de brick</target>
|
||
<note> Brick Routing</note>
|
||
</trans-unit>
|
||
<trans-unit id="FragmentIdColumn">
|
||
<source>Fragment Id Column</source>
|
||
<target state="translated">Coluna do ID de fragmento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EditQueryText">
|
||
<source>Edit Query Text from Showplan XML (possibly truncated)</source>
|
||
<target state="translated">Editar Texto da Consulta do XML do Plano de Execução (possivelmente truncado)</target>
|
||
<note> Showplan edit query text button</note>
|
||
</trans-unit>
|
||
<trans-unit id="UnknownShowPlanSource">
|
||
<source>Execution plan source type can not be recognized.</source>
|
||
<target state="translated">O tipo de origem do plano de execução não pode ser reconhecido.</target>
|
||
<note> error message when the ShowPlan source cannot be recognized</note>
|
||
</trans-unit>
|
||
<trans-unit id="SavePlanFilter">
|
||
<source>Sql Plan files (*.SqlPlan)|*.SqlPlan|All files (*.*)|*.*</source>
|
||
<target state="translated">Arquivos de Plano Sql (*.SqlPlan)|*.SqlPlan|Todos os arquivos (*.*)|*.*</target>
|
||
<note> Save plan dialog filter string</note>
|
||
</trans-unit>
|
||
<trans-unit id="NoXmlPlanData">
|
||
<source>Plan data is not available in XML format. Only plans from SQL Server Yukon can be saved.</source>
|
||
<target state="translated">Os dados do plano não estão disponíveis no formato XML. Somente os planos do SQL Server Yukon podem ser salvos.</target>
|
||
<note> Message box if user tries to save in XML show plan from Shiloh or Sphinx</note>
|
||
</trans-unit>
|
||
<trans-unit id="PerThreadCounterDescription">
|
||
<source>Per-thread counter information.</source>
|
||
<target state="translated">Informações de contador por thread.</target>
|
||
<note> Description of a per thread counter</note>
|
||
</trans-unit>
|
||
<trans-unit id="RuntimeCounterThread">
|
||
<source>Thread {0}</source>
|
||
<target state="translated">Thread {0}</target>
|
||
<note> Runtime counter property name.
|
||
Parameters: 0 - index (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="RuntimeCounterThreadOnInstance">
|
||
<source>Thread {0} on Instance {1}</source>
|
||
<target state="translated">Thread {0} em Instância {1}</target>
|
||
<note> Runtime counter property name. Thread on Instance..
|
||
Parameters: 0 - thread (int), 1 - instance (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="RuntimeCounterThreadAll">
|
||
<source>All threads</source>
|
||
<target state="translated">Todos os threads</target>
|
||
<note> Runtime counter property name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ConnectionPropertiesLabel">
|
||
<source>View connection properties</source>
|
||
<target state="translated">Exibir propriedades da conexão</target>
|
||
<note> label for Connection Properties hyperlink</note>
|
||
</trans-unit>
|
||
<trans-unit id="UnknownAssignType">
|
||
<source>Unknown assign type.</source>
|
||
<target state="translated">Tipo de atribuição desconhecido.</target>
|
||
<note> Error when displaying show plan properties</note>
|
||
</trans-unit>
|
||
<trans-unit id="MessageBoxCaption">
|
||
<source>SQL Server</source>
|
||
<target state="translated">SQL Server</target>
|
||
<note> exception message box caption</note>
|
||
</trans-unit>
|
||
<trans-unit id="ZoomLevelShouldBeBetween">
|
||
<source>Zoom level must be an integer value between {0} and {1}.</source>
|
||
<target state="translated">O nível de zoom deve ser um valor inteiro entre {0} e {1}.</target>
|
||
<note> Message shown when user enters wrong zoom level.
|
||
Parameters: 0 - minimum (int), 1 - maximum (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="UnknownNodeType">
|
||
<source>Unknown node type.</source>
|
||
<target state="translated">Tipo de nó desconhecido.</target>
|
||
<note> Exception thrown when node type is unknown</note>
|
||
</trans-unit>
|
||
<trans-unit id="UnknownCursorPlanOperation">
|
||
<source>Unknown cursor plan operation '{0}'.</source>
|
||
<target state="translated">Operação de plano de cursor desconhecida '{0}'.</target>
|
||
<note> Exception thrown by show plan when it gets unknown type of cursor plan operation.
|
||
Parameters: 0 - name (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="UnknownStatementType">
|
||
<source>Statement type is not recognized.</source>
|
||
<target state="translated">Tipo de instrução não reconhecido.</target>
|
||
<note> Exception thrown by show plan when it gets unknown statement type</note>
|
||
</trans-unit>
|
||
<trans-unit id="RollupInfo">
|
||
<source>Rollup Information</source>
|
||
<target state="translated">Informações de Rollup</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RollupInfoDescription">
|
||
<source>Rollup information.</source>
|
||
<target state="translated">Informações de rollup.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HighestLevel">
|
||
<source>Highest Level</source>
|
||
<target state="translated">Nível mais alto</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="HighestLevelDescription">
|
||
<source>The highest level of grouping attributes computed in this rollup.</source>
|
||
<target state="translated">O nível mais alto de atributos de agrupamento computados neste rollup.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RollupLevel">
|
||
<source>Rollup Levels</source>
|
||
<target state="translated">Níveis de Rollup</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="RollupLevelDescription">
|
||
<source>All levels of grouping attributes computed in this rollup.</source>
|
||
<target state="translated">Todos os níveis de atributos de agrupamento computados neste rollup.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Level">
|
||
<source>Level</source>
|
||
<target state="translated">Nível</target>
|
||
<note> Show plan node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="LevelDescription">
|
||
<source>A level of grouping attributes computed in this rollup.</source>
|
||
<target state="translated">Um nível de atributos de agrupamento computados neste rollup.</target>
|
||
<note> Show plan node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteQuery">
|
||
<source>Remote Query</source>
|
||
<target state="translated">Consulta Remota</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteQueryDescription">
|
||
<source>Send a SQL query to another than the current SQL Server.</source>
|
||
<target state="translated">Enviar uma consulta SQL para outro servidor que não o SQL Server.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ComputeScalar">
|
||
<source>Compute Scalar</source>
|
||
<target state="translated">Computar escalar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="MergeInterval">
|
||
<source>Merge Interval</source>
|
||
<target state="translated">Intervalo de mesclagem</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Print">
|
||
<source>Print</source>
|
||
<target state="translated">Imprimir</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Segment">
|
||
<source>Segment</source>
|
||
<target state="translated">Segmento</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Split">
|
||
<source>Split</source>
|
||
<target state="translated">Dividir</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="BatchHashTableBuild">
|
||
<source>Batch Hash Table Build</source>
|
||
<target state="translated">Compilação da Tabela de Hash do Lote</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Bitmap">
|
||
<source>Bitmap</source>
|
||
<target state="translated">Bitmap</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Collapse">
|
||
<source>Collapse</source>
|
||
<target state="translated">Recolher</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableSpool">
|
||
<source>Table Spool</source>
|
||
<target state="translated">Spool de Tabela</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RepartitionStreams">
|
||
<source>Repartition Streams</source>
|
||
<target state="translated">Fluxos de Repartição</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Assert">
|
||
<source>Assert</source>
|
||
<target state="translated">Declarar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Sort">
|
||
<source>Sort</source>
|
||
<target state="translated">Classificar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Top">
|
||
<source>Top</source>
|
||
<target state="translated">Superior</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="SequenceProject">
|
||
<source>Sequence Project</source>
|
||
<target state="translated">Projeto de Sequência</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Spool">
|
||
<source>Spool</source>
|
||
<target state="translated">Spool</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Window">
|
||
<source>Window Spool</source>
|
||
<target state="translated">Spool de Janela</target>
|
||
<note> Show plan's Window node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="Parallelism">
|
||
<source>Parallelism</source>
|
||
<target state="translated">Paralelismo</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RowCountSpool">
|
||
<source>Row Count Spool</source>
|
||
<target state="translated">Spool de Contagem de Linhas</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="Unknown">
|
||
<source>Unknown</source>
|
||
<target state="translated">Desconhecido</target>
|
||
<note> Unkown (reused string, unkown operator, or unkown reason, or unknown ...)</note>
|
||
</trans-unit>
|
||
<trans-unit id="UnknownDescription">
|
||
<source>Unknown operator.</source>
|
||
<target state="translated">Operador desconhecido.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Result">
|
||
<source>Result</source>
|
||
<target state="translated">Resultado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ResultDescription">
|
||
<source>Result.</source>
|
||
<target state="translated">Resultado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="CollapseDescription">
|
||
<source>Groups an insert and delete on the same value into an update within wide update plans.</source>
|
||
<target state="translated">Agrupa uma inserção e uma exclusão no mesmo valor em uma atualização nos planos de atualização abrangentes.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Concatenation">
|
||
<source>Concatenation</source>
|
||
<target state="translated">Concatenação</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ConcatenationDescription">
|
||
<source>Append multiple input tables to form the output table.</source>
|
||
<target state="translated">Anexar várias tabelas de entrada para formar a tabela de saída.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ConstantScan">
|
||
<source>Constant Scan</source>
|
||
<target state="translated">Verificação constante</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ConstantScanDescription">
|
||
<source>Scan an internal table of constants.</source>
|
||
<target state="translated">Examinar uma tabela de constantes interna.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParallelismDescription">
|
||
<source>An operation involving parallelism.</source>
|
||
<target state="translated">Um operador que envolve paralelismo.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Put">
|
||
<source>Put</source>
|
||
<target state="translated">Colocar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="PutDescription">
|
||
<source>Export the rows from a local or external table to an external table.</source>
|
||
<target state="translated">Exporte as linhas de uma tabela local ou externa para uma tabela externa.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="DistributeStreams">
|
||
<source>Distribute Streams</source>
|
||
<target state="translated">Distribuir fluxos</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="DistributeStreamsDescription">
|
||
<source>Distribute streams.</source>
|
||
<target state="translated">Distribuir fluxos.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="GatherStreams">
|
||
<source>Gather Streams</source>
|
||
<target state="translated">Reunir fluxos</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="GatherStreamsDescription">
|
||
<source>Gather streams.</source>
|
||
<target state="translated">Reunir fluxos.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RepartitionStreamsDescription">
|
||
<source>Repartition streams.</source>
|
||
<target state="translated">Fluxos de repartição.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="EagerSpool">
|
||
<source>Eager Spool</source>
|
||
<target state="translated">Spool adiantado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="EagerSpoolDescription">
|
||
<source>Eager Spool.</source>
|
||
<target state="translated">Spool adiantado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="LazySpool">
|
||
<source>Lazy Spool</source>
|
||
<target state="translated">Spool lento</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="LazySpoolDescription">
|
||
<source>Lazy Spool.</source>
|
||
<target state="translated">Spool lento.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Filter">
|
||
<source>Filter</source>
|
||
<target state="translated">Filtrar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="FilterDescription">
|
||
<source>Restricting the set of rows based on a predicate.</source>
|
||
<target state="translated">Restrição do conjunto de linhas com base em um predicado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="AssertDescription">
|
||
<source>Used to verify that a specified condition exists.</source>
|
||
<target state="translated">Usado para verificar se existe uma condição especificada.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashMatch">
|
||
<source>Hash Match</source>
|
||
<target state="translated">Correspondência de hash</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashMatchDescription">
|
||
<source>Use each row from the top input to build a hash table, and each row from the bottom input to probe into the hash table, outputting all matching rows.</source>
|
||
<target state="translated">Use cada linha da entrada superior para criar uma tabela de hash, e cada linha da entrada inferior para investigação na tabela de hash, gerando a saída de todas as linhas correspondentes.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashMatchTeam">
|
||
<source>Hash Match Team</source>
|
||
<target state="translated">Equipe de correspondência de hash</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashMatchTeamDescription">
|
||
<source>A contributor among multiple cooperating hashing operations.</source>
|
||
<target state="translated">Um colaborador entre várias operações de hash de cooperação.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashMatchRoot">
|
||
<source>Hash Match Root</source>
|
||
<target state="translated">Raiz de correspondência de hash</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="HashMatchRootDescription">
|
||
<source>The root member of a team of connected hash operators sharing a common hash function and partitioning strategy.</source>
|
||
<target state="translated">O membro raiz de uma equipe de operadores de hash conectados que compartilham uma função de hash e uma estratégia de particionamento comuns.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="BookmarkLookup">
|
||
<source>Bookmark Lookup</source>
|
||
<target state="translated">Pesquisa de indicador</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="BookmarkLookupDescription">
|
||
<source>Use a Bookmark (RID or clustering key) to look up the corresponding row in the table or clustered index.</source>
|
||
<target state="translated">Use um Indicador (RID ou chave de clustering) para procurar a linha correspondente na tabela ou índice clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogRowScan">
|
||
<source>Log Row Scan</source>
|
||
<target state="translated">Verificação de linha de log</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogRowScanDescription">
|
||
<source>Scan the rows in the log.</source>
|
||
<target state="translated">Examinar as linhas no log.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="MergeJoin">
|
||
<source>Merge Join</source>
|
||
<target state="translated">Junção de mesclagem</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="MergeJoinDescription">
|
||
<source>Match rows from two suitably sorted input tables exploiting their sort order.</source>
|
||
<target state="translated">Corresponder linhas de duas tabelas de entrada adequadamente classificadas, explorando sua ordem de classificação.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="NestedLoops">
|
||
<source>Nested Loops</source>
|
||
<target state="translated">Loops aninhados</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="NestedLoopsDescription">
|
||
<source>For each row in the top (outer) input, scan the bottom (inner) input, and output matching rows.</source>
|
||
<target state="translated">Para cada linha na entrada superior (externa), examinar a entrada inferior (interna) e gerar a saída de linhas correspondentes.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PrintDescription">
|
||
<source>Print.</source>
|
||
<target state="translated">Imprimir.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ComputeScalarDescription">
|
||
<source>Compute new values from existing values in a row.</source>
|
||
<target state="translated">Computar novos valores a partir de valores existentes em uma linha.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="MergeIntervalDescription">
|
||
<source>Merge interval.</source>
|
||
<target state="translated">Intervalo de mesclagem.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Rank">
|
||
<source>Rank</source>
|
||
<target state="translated">Classificação</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RankDescription">
|
||
<source>Creates a computed column with the rank of the values in an existing column in the table.</source>
|
||
<target state="translated">Cria uma coluna computada com a classificação dos valores em uma coluna existente na tabela.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RowCountSpoolDescription">
|
||
<source>Stores the data from the input into a temporary table in order to optimize rewinds.</source>
|
||
<target state="translated">Armazena os dados da entrada em uma tabela temporária, para otimizar o retrocesso.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SegmentDescription">
|
||
<source>Segment.</source>
|
||
<target state="translated">Segmento.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Sequence">
|
||
<source>Sequence</source>
|
||
<target state="translated">Sequência</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="SequenceDescription">
|
||
<source>Process each input, in sequence from top to bottom.</source>
|
||
<target state="translated">Processar cada entrada em sequência, de cima para baixo.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SequenceProjectDescription">
|
||
<source>Adds columns to perform computations over an ordered set.</source>
|
||
<target state="translated">Adiciona colunas para executar computações em um conjunto ordenado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SplitDescription">
|
||
<source>Split.</source>
|
||
<target state="translated">Divida.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="StreamAggregate">
|
||
<source>Stream Aggregate</source>
|
||
<target state="translated">Agregação de Fluxo</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="StreamAggregateDescription">
|
||
<source>Compute summary values for groups of rows in a suitably sorted stream.</source>
|
||
<target state="translated">Computar valores resumidos para grupos de linhas em um fluxo adequadamente classificado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableScan">
|
||
<source>Table Scan</source>
|
||
<target state="translated">Verificação de Tabela</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableScanDescription">
|
||
<source>Scan rows from a table.</source>
|
||
<target state="translated">Examinar linhas de uma tabela.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexScan">
|
||
<source>Clustered Index Scan</source>
|
||
<target state="translated">Verificação de índice clusterizado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexScanDescription">
|
||
<source>Scanning a clustered index, entirely or only a range.</source>
|
||
<target state="translated">Exame de um índice clusterizado, completo ou somente de um intervalo.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexSeek">
|
||
<source>Clustered Index Seek</source>
|
||
<target state="translated">Busca de índice clusterizado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexSeekDescription">
|
||
<source>Scanning a particular range of rows from a clustered index.</source>
|
||
<target state="translated">Exame de um determinado intervalo de linhas de um índice clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="DeletedScan">
|
||
<source>Deleted Scan</source>
|
||
<target state="translated">Verificação excluída</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="DeletedScanDescription">
|
||
<source>Scanning the pseudo-table 'deleted' within a trigger.</source>
|
||
<target state="translated">Exame da pseudotabela 'excluída' com um gatilho.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="InsertedScan">
|
||
<source>Inserted Scan</source>
|
||
<target state="translated">Verificação inserida</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="InsertedScanDescription">
|
||
<source>Scan the pseudo-table 'inserted' within a trigger.</source>
|
||
<target state="translated">Examinar a pseudotabela 'inserida' em um gatilho.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParameterTableScan">
|
||
<source>Parameter Table Scan</source>
|
||
<target state="translated">Verificação da tabela de parâmetros</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParameterTableScanDescription">
|
||
<source>Scan an internal table of parameter values.</source>
|
||
<target state="translated">Examinar uma tabela interna de valores de parâmetros.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexScan">
|
||
<source>Index Scan</source>
|
||
<target state="translated">Verificação de índice</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexScanDescription">
|
||
<source>Scan a nonclustered index, entirely or only a range.</source>
|
||
<target state="translated">Examinar um índice não clusterizado totalmente ou somente um intervalo.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexSeek">
|
||
<source>Index Seek</source>
|
||
<target state="translated">Busca de índice</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexSeekDescription">
|
||
<source>Scan a particular range of rows from a nonclustered index.</source>
|
||
<target state="translated">Examinar um determinado intervalo de linhas de um índice não clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexScan">
|
||
<source>Columnstore Index Scan</source>
|
||
<target state="translated">Verificação de índice columnstore</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexScanDescription">
|
||
<source>Scan a columnstore index, entirely or only a range.</source>
|
||
<target state="translated">Verifique um índice columnstore, inteiramente ou apenas um intervalo.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexUpdate">
|
||
<source>Columnstore Index Update</source>
|
||
<target state="translated">Atualização de índice columnstore</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexUpdateDescription">
|
||
<source>Update rows in a columnstore index.</source>
|
||
<target state="translated">Atualizar linhas em um índice columnstore.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexInsert">
|
||
<source>Columnstore Index Insert</source>
|
||
<target state="translated">Inserção de índice columnstore</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexInsertDescription">
|
||
<source>Insert rows in a columnstore index.</source>
|
||
<target state="translated">Inserir linhas em um índice columnstore.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexMerge">
|
||
<source>Columnstore Index Merge</source>
|
||
<target state="translated">Mesclagem de índice columnstore</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexMergeDescription">
|
||
<source>Merge rows in a columnstore index.</source>
|
||
<target state="translated">Mesclar linhas em um índice columnstore.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexDelete">
|
||
<source>Columnstore Index Delete</source>
|
||
<target state="translated">Exclusão de índice columnstore</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnstoreIndexDeleteDescription">
|
||
<source>Delete rows from a columnstore index.</source>
|
||
<target state="translated">Excluir linhas de um índice columnstore.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteScan">
|
||
<source>Remote Scan</source>
|
||
<target state="translated">Verificação Remota</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteScanDescription">
|
||
<source>Scan rows in a table stored in a database or file other than the current database server.</source>
|
||
<target state="translated">Examinar linhas em uma tabela armazenada em um banco de dados ou arquivo que não seja o servidor de banco de dados atual.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteIndexScan">
|
||
<source>Remote Index Scan</source>
|
||
<target state="translated">Verificação de índice Remoto</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteIndexScanDescription">
|
||
<source>Scan an index stored in a database or file other than the current database server.</source>
|
||
<target state="translated">Examinar um índice armazenado em um banco de dados ou arquivo que não seja o servidor de banco de dados atual.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteIndexSeek">
|
||
<source>Remote Index Seek</source>
|
||
<target state="translated">Busca de índice Remoto</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteIndexSeekDescription">
|
||
<source>Scan a particular range of rows from a clustered index that is stored in a database or file other than the current database server.</source>
|
||
<target state="translated">Examinar um determinado intervalo de linhas de um índice clusterizado que está armazenado em um banco de dados ou arquivo que não seja o servidor de banco de dados atual.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteInsert">
|
||
<source>Remote Insert</source>
|
||
<target state="translated">Inserção Remota</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteInsertDescription">
|
||
<source>Insert rows into a table stored in a database or file other than the current database server.</source>
|
||
<target state="translated">Inserir linhas em uma tabela armazenada em um banco de dados ou arquivo que não seja o servidor de banco de dados atual.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteUpdate">
|
||
<source>Remote Update</source>
|
||
<target state="translated">Atualização Remota</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteUpdateDescription">
|
||
<source>Update rows in a table stored in a database or file other than the current database server.</source>
|
||
<target state="translated">Atualizar linhas em uma tabela armazenada em um banco de dados ou arquivo que não seja o servidor de banco de dados atual.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteDelete">
|
||
<source>Remote Delete</source>
|
||
<target state="translated">Exclusão remota</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RemoteDeleteDescription">
|
||
<source>Delete rows in a table stored in a database or file other than the current database server.</source>
|
||
<target state="translated">Excluir linhas em uma tabela armazenada em um banco de dados ou arquivo que não seja o servidor de banco de dados atual.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredUpdate">
|
||
<source>Clustered Update</source>
|
||
<target state="translated">Atualização clusterizada</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredUpdateDescription">
|
||
<source>Clustered Update.</source>
|
||
<target state="translated">Atualização clusterizada.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SortDescription">
|
||
<source>Sort the input.</source>
|
||
<target state="translated">Classifique a entrada.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableSpoolDescription">
|
||
<source>Stores the data from the input into a temporary table in order to optimize rewinds.</source>
|
||
<target state="translated">Armazena os dados da entrada em uma tabela temporária, para otimizar o retrocesso.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexSpool">
|
||
<source>Index Spool</source>
|
||
<target state="translated">Spool de índice</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexSpoolDescription">
|
||
<source>Reformats the data from the input into a temporary index, which is then used for seeking with the supplied seek predicate.</source>
|
||
<target state="translated">Reformata os dados da entrada em um índice temporário, os quais são então usados para busca com o predicado de busca fornecido.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableUpdate">
|
||
<source>Table Update</source>
|
||
<target state="translated">Atualização de Tabela</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableUpdateDescription">
|
||
<source>Update input rows in the table specified in the Argument field.</source>
|
||
<target state="translated">Atualizar linhas de entrada na tabela especificada no campo Argumento.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableInsert">
|
||
<source>Table Insert</source>
|
||
<target state="translated">Inserção de Tabela</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableInsertDescription">
|
||
<source>Insert input rows into the table specified in Argument field.</source>
|
||
<target state="translated">Inserir linhas de entrada na tabela especificada no campo Argumento.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDelete">
|
||
<source>Table Delete</source>
|
||
<target state="translated">Exclusão de Tabela</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDeleteDescription">
|
||
<source>Delete input rows from the table specified in Argument field.</source>
|
||
<target state="translated">Excluir linhas de entrada da tabela especificada no campo Argumento.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableMerge">
|
||
<source>Table Merge</source>
|
||
<target state="translated">Mesclagem de Tabela</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableMergeDescription">
|
||
<source>Merge input rows in the table specified in Argument field.</source>
|
||
<target state="translated">Mesclar linhas de entrada na tabela especificada no campo Argumento.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexUpdate">
|
||
<source>Index Update</source>
|
||
<target state="translated">Atualização de índice</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexUpdateDescription">
|
||
<source>Update rows in an index.</source>
|
||
<target state="translated">Atualizar linhas em um índice.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexInsert">
|
||
<source>Index Insert</source>
|
||
<target state="translated">Inserção de índice</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexInsertDescription">
|
||
<source>Insert rows into an index.</source>
|
||
<target state="translated">Inserir linhas em um índice.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexDelete">
|
||
<source>Index Delete</source>
|
||
<target state="translated">Exclusão de Índice</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexDeleteDescription">
|
||
<source>Delete rows from index.</source>
|
||
<target state="translated">Excluir linhas do índice.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexUpdate">
|
||
<source>Clustered Index Update</source>
|
||
<target state="translated">Atualização de índice clusterizado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexUpdateDescription">
|
||
<source>Update rows in a clustered index.</source>
|
||
<target state="translated">Atualizar linhas em um índice clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexInsert">
|
||
<source>Clustered Index Insert</source>
|
||
<target state="translated">Inserção de índice clusterizado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexInsertDescription">
|
||
<source>Insert rows in a clustered index.</source>
|
||
<target state="translated">Inserir linhas em um índice clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexMerge">
|
||
<source>Clustered Index Merge</source>
|
||
<target state="translated">Mesclagem de índice clusterizado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexMergeDescription">
|
||
<source>Merge rows in a clustered index.</source>
|
||
<target state="translated">Mesclar linhas em um índice clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexDelete">
|
||
<source>Clustered Index Delete</source>
|
||
<target state="translated">Exclusão de índice clusterizado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexDeleteDescription">
|
||
<source>Delete rows from a clustered index.</source>
|
||
<target state="translated">Excluir linhas de um índice clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TopDescription">
|
||
<source>Select the first few rows based on a sort order.</source>
|
||
<target state="translated">Selecionar as primeiras linhas com base em uma ordem de classificação.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="BitmapDescription">
|
||
<source>Bitmap.</source>
|
||
<target state="translated">Bitmap.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="UDX">
|
||
<source>UDX</source>
|
||
<target state="translated">UDX</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="UDXDescription">
|
||
<source>UDX.</source>
|
||
<target state="translated">UDX.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="WindowDescription">
|
||
<source>Expands each row into the set of rows that represent the window associated with it.</source>
|
||
<target state="translated">Expanda cada linha no conjunto de linhas que representa a janela associada a ela.</target>
|
||
<note> Show plan's Window node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="WindowAggregate">
|
||
<source>Window Aggregate</source>
|
||
<target state="translated">Windows Agregado</target>
|
||
<note> Show plan's Window Aggregate node property</note>
|
||
</trans-unit>
|
||
<trans-unit id="WindowAggregateDescription">
|
||
<source>Computes values of functions across the windows defined by the OVER clause. Input rowset is suitably sorted stream.</source>
|
||
<target state="translated">Calcula os valores de funções em todas as janelas definidas pela cláusula OVER. A entrada do conjunto de linhas é adequadamente classificada em fluxo.</target>
|
||
<note> Show plan's Window Aggregate node property description</note>
|
||
</trans-unit>
|
||
<trans-unit id="BatchHashTableBuildDescription">
|
||
<source>Batch Hash Table Build.</source>
|
||
<target state="translated">Compilação da Tabela de Hash do Lote.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Switch">
|
||
<source>Switch</source>
|
||
<target state="translated">Alternar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="SwitchDescription">
|
||
<source>Switch.</source>
|
||
<target state="translated">Alterne.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TFP">
|
||
<source>Predict</source>
|
||
<target state="translated">Prever</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TFPDescription">
|
||
<source>Applies a trained machine learning model to input data</source>
|
||
<target state="translated">Aplica um modelo de machine learning treinado a dados de entrada</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableValueFunction">
|
||
<source>Table Valued Function</source>
|
||
<target state="translated">Função com Valor de Tabela</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableValueFunctionDescription">
|
||
<source>Table valued function.</source>
|
||
<target state="translated">Função com valor de tabela.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Aggregate">
|
||
<source>Aggregate</source>
|
||
<target state="translated">Agregação</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="AggregateDescription">
|
||
<source>Calculates an expression containing SUM, COUNT, MIN, MAX, or AVG.</source>
|
||
<target state="translated">Calcula uma expressão que contém SUM, COUNT, MIN, MAX ou AVG.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ArithmeticExpression">
|
||
<source>Arithmetic Expression</source>
|
||
<target state="translated">Expressão aritmética</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ArithmeticExpressionDescription">
|
||
<source>Computes a new value from existing values in a row.</source>
|
||
<target state="translated">Computa um novo valor a partir de valores existentes em uma linha.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Delete">
|
||
<source>Delete</source>
|
||
<target state="translated">Excluir</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="DeleteDescription">
|
||
<source>Removes the specified rows from the specified table.</source>
|
||
<target state="translated">Remove as linhas especificadas da tabela especificada.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Insert">
|
||
<source>Insert</source>
|
||
<target state="translated">Inserir</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="InsertDescription">
|
||
<source>Adds a row to table.</source>
|
||
<target state="translated">Adiciona uma linha à tabela.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Locate">
|
||
<source>Locate</source>
|
||
<target state="translated">Localizar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="LocateDescription">
|
||
<source>Fetching a full row from a heap or a clustered index.</source>
|
||
<target state="translated">Busca de uma linha completa de uma pilha ou um índice clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SpoolDescription">
|
||
<source>Saving temporarily an intermediate query result.</source>
|
||
<target state="translated">Salvando temporariamente um resultado de consulta intermediária.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SQL">
|
||
<source>SQL</source>
|
||
<target state="translated">SQL</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="SQLDescription">
|
||
<source>SQL.</source>
|
||
<target state="translated">SQL.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Update">
|
||
<source>Update</source>
|
||
<target state="translated">Atualização</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="UpdateDescription">
|
||
<source>Modify the values in the specified table.</source>
|
||
<target state="translated">Modificar os valores na tabela especificada.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Assign">
|
||
<source>Assign</source>
|
||
<target state="translated">Atribuir</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="AssignDescription">
|
||
<source>Validate referential integrity constraints.</source>
|
||
<target state="translated">Validar restrições de integridade referencial.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Convert">
|
||
<source>Convert</source>
|
||
<target state="translated">Converter</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ConvertDescription">
|
||
<source>Implicit or explicit conversion of one scalar datatype to another.</source>
|
||
<target state="translated">Conversão implícita ou explícita de um tipo de dados escalar em outro.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Declare">
|
||
<source>Declare</source>
|
||
<target state="translated">Declarar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="DeclareDescription">
|
||
<source>Allocates a local variable.</source>
|
||
<target state="translated">Aloca uma variável local.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="If">
|
||
<source>If</source>
|
||
<target state="translated">Se</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="IfDescription">
|
||
<source>Conditional processing based on an expression.</source>
|
||
<target state="translated">Processamento condicional com base em uma expressão.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Intrinsic">
|
||
<source>Intrinsic</source>
|
||
<target state="translated">Intrinsic</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="IntrinsicDescription">
|
||
<source>Invokes an internal Transact-SQL function.</source>
|
||
<target state="translated">Invoca uma função Transact-SQL interna.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SetFunction">
|
||
<source>Set Function</source>
|
||
<target state="translated">Definir Função</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="SetFunctionDescription">
|
||
<source>Set Function.</source>
|
||
<target state="translated">Defina Função.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Dynamic">
|
||
<source>Dynamic</source>
|
||
<target state="translated">Dinâmico</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="DynamicDescription">
|
||
<source>Cursor that can see all changes made by others.</source>
|
||
<target state="translated">Cursor que pode ver todas as alterações feitas por outros.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="FetchQuery">
|
||
<source>Fetch Query</source>
|
||
<target state="translated">Buscar consulta</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="FetchQueryDescription">
|
||
<source>The query used to retrieve rows when a fetch is issued against a cursor.</source>
|
||
<target state="translated">A consulta usada para recuperar linhas quando uma busca é emitida para um cursor.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="FastForward">
|
||
<source>Fast Forward</source>
|
||
<target state="translated">Avançar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="FastForwardDescription">
|
||
<source>Fast Forward.</source>
|
||
<target state="translated">Avançar.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Keyset">
|
||
<source>Keyset</source>
|
||
<target state="translated">Keyset</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="KeysetDescription">
|
||
<source>Cursor that can see updates made by others, but not inserts.</source>
|
||
<target state="translated">Cursor que pode ver atualizações feitas por outros usuários, mas não inserções.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="PopulationQuery">
|
||
<source>Population Query</source>
|
||
<target state="translated">Consulta da população</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="PopulationQueryDescription">
|
||
<source>The query used to populate a cursor's work table when the cursor is opened.</source>
|
||
<target state="translated">A consulta usada para popular a tabela de trabalho de um cursor quando ele é aberto.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RefreshQuery">
|
||
<source>Refresh Query</source>
|
||
<target state="translated">Atualizar consulta</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RefreshQueryDescription">
|
||
<source>Fetches current data for rows in fetch buffer.</source>
|
||
<target state="translated">Busca dados atuais para linhas no buffer de busca.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Snapshot">
|
||
<source>Snapshot</source>
|
||
<target state="translated">Instantâneo</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="SnapshotDescription">
|
||
<source>A cursor that does not see changes made by others.</source>
|
||
<target state="translated">Um cursor que não vê as alterações feitas por outros.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="RIDLookup">
|
||
<source>RID Lookup</source>
|
||
<target state="translated">Pesquisa de RID</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="RIDLookupDescription">
|
||
<source>RID Lookup</source>
|
||
<target state="translated">Pesquisa de RID</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="KeyLookup">
|
||
<source>Key Lookup</source>
|
||
<target state="translated">Pesquisa de chave</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="KeyLookupDescription">
|
||
<source>Uses a supplied clustering key to lookup on a table that has a clustered index.</source>
|
||
<target state="translated">Usa uma chave de clustering fornecida para procurar em uma tabela que tem um índice clusterizado.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="LogicalKeyLookup">
|
||
<source>Key Lookup</source>
|
||
<target state="translated">Pesquisa de chave</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="AdaptiveJoin">
|
||
<source>Adaptive Join</source>
|
||
<target state="translated">Junção adaptável</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="AdaptiveJoinDescription">
|
||
<source>Chooses dynamically between hash join and nested loops.</source>
|
||
<target state="translated">Escolhe dinamicamente entre junção hash e loops aninhados.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ForeignKeyReferencesCheck">
|
||
<source>Foreign Key References Check</source>
|
||
<target state="translated">Verificação de Referências de Chave Estrangeiras</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ForeignKeyReferencesCheckDescription">
|
||
<source>Checks referential integrity of the delete operation.</source>
|
||
<target state="translated">Verifica a integridade das referências da operação excluída.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Apply">
|
||
<source>Apply</source>
|
||
<target state="translated">Aplicar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ApplyDescription">
|
||
<source>Apply opration.</source>
|
||
<target state="translated">Aplicar operação.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Broadcast">
|
||
<source>Broadcast</source>
|
||
<target state="translated">Difundir</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="BroadcastDescription">
|
||
<source>Broadcast data movement.</source>
|
||
<target state="translated">Difundir movimentação de dados.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ComputeToControlNode">
|
||
<source>Compute To Control Node</source>
|
||
<target state="translated">Nó de Computação para Controle</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ComputeToControlNodeDescription">
|
||
<source>Data flow from compute nodes to control node.</source>
|
||
<target state="translated">Fluxo de dados de nós de computação para o nó de controle.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ConstTableGet">
|
||
<source>Constant Table Get</source>
|
||
<target state="translated">Obter tabela da constante</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ConstTableGetDescription">
|
||
<source>Get tuples from contant table.</source>
|
||
<target state="translated">Obter tuplas da tabela da constante.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ControlToComputeNodes">
|
||
<source>Control To Compute Nodes</source>
|
||
<target state="translated">Nós de Controle para Computação</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ControlToComputeNodesDescription">
|
||
<source>Data flow from control node to compute nodes.</source>
|
||
<target state="translated">Fluxo de dados do nó de controle para nós de computação.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalBroadcast">
|
||
<source>External Broadcast</source>
|
||
<target state="translated">Difusão externa</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalBroadcastDescription">
|
||
<source>Broadcast data movement for external table.</source>
|
||
<target state="translated">Difundir movimentação de dados para a tabela externa.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalExport">
|
||
<source>External Export</source>
|
||
<target state="translated">Exportação externa</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalExportDescription">
|
||
<source>Export data movement for external table.</source>
|
||
<target state="translated">Exportar movimentação de dados para a tabela externa.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalLocalStreaming">
|
||
<source>External Local Streaming</source>
|
||
<target state="translated">Streaming local externo</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalLocalStreamingDescription">
|
||
<source>Streaming data movement between external table and local table.</source>
|
||
<target state="translated">Fluxo de movimentação de dados entre a tabela externa e a tabela local.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalRoundRobin">
|
||
<source>External RoundRobin</source>
|
||
<target state="translated">RoundRobin externo</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalRoundRobinDescription">
|
||
<source>RoundRobin data movement for external table.</source>
|
||
<target state="translated">Movimentação de dados do RoundRobin para a tabela externa.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalShuffle">
|
||
<source>External Shuffle</source>
|
||
<target state="translated">Ordem aleatória externa</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ExternalShuffleDescription">
|
||
<source>Shuffle data movement for external table.</source>
|
||
<target state="translated">Movimentação de dados em ordem aleatória para a tabela externa.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Get">
|
||
<source>Get</source>
|
||
<target state="translated">Obter</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="GetDescription">
|
||
<source>Get tuples from table.</source>
|
||
<target state="translated">Obter tuplas da tabela.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="GbApply">
|
||
<source>Group by and Apply</source>
|
||
<target state="translated">Agrupar por e Aplicar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="GbApplyDescription">
|
||
<source>Group by and Apply.</source>
|
||
<target state="translated">Agrupar por e Aplicar.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="GbAgg">
|
||
<source>Group by Aggregates</source>
|
||
<target state="translated">Agrupar por agregados</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="GbAggDescription">
|
||
<source>Group by aggregates.</source>
|
||
<target state="translated">Agrupar por agregados.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Join">
|
||
<source>Join</source>
|
||
<target state="translated">Ingressar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="JoinDescription">
|
||
<source>Join tables.</source>
|
||
<target state="translated">Unir tabelas.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="LocalCube">
|
||
<source>Rollup Aggregate</source>
|
||
<target state="translated">Agregação de valor acumulado</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="LocalCubeDescription">
|
||
<source>This represents a ROLLUP operator or a CUBE operator.</source>
|
||
<target state="translated">Isso representa um operador ROLLUP ou um operador CUBE.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Project">
|
||
<source>Project</source>
|
||
<target state="translated">Projeto</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ProjectDescription">
|
||
<source>Project columns.</source>
|
||
<target state="translated">Colunas do projeto.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Shuffle">
|
||
<source>Shuffle</source>
|
||
<target state="translated">Ordem aleatória</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="ShuffleDescription">
|
||
<source>Shuffle data movement.</source>
|
||
<target state="translated">Movimentação de dados em ordem aleatória.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SingleSourceRoundRobin">
|
||
<source>Single Source RoundRobin</source>
|
||
<target state="translated">RoundRobin de Origem Única</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="SingleSourceRoundRobinDescription">
|
||
<source>Single Source RoundRobin data movement.</source>
|
||
<target state="translated">Movimentação de dados do RoundRobin de Fonte Única.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="SingleSourceShuffle">
|
||
<source>Single Source Shuffle</source>
|
||
<target state="translated">Ordem Aleatória de Origem Única</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="SingleSourceShuffleDescription">
|
||
<source>Single Source Shuffle data movement.</source>
|
||
<target state="translated">Movimentação de dados em Ordem Aleatória de Fonte Única.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Trim">
|
||
<source>Trim</source>
|
||
<target state="translated">Cortar</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="TrimDescription">
|
||
<source>Trim data.</source>
|
||
<target state="translated">Corte dados.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="Union">
|
||
<source>Union</source>
|
||
<target state="translated">União</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="UnionDescription">
|
||
<source>Union tables.</source>
|
||
<target state="translated">Tabelas de união.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="UnionAll">
|
||
<source>Union All</source>
|
||
<target state="translated">União de Todos</target>
|
||
<note> Operator name</note>
|
||
</trans-unit>
|
||
<trans-unit id="UnionAllDescription">
|
||
<source>Union All tables.</source>
|
||
<target state="translated">Todas as Tabelas de União.</target>
|
||
<note> Operator description</note>
|
||
</trans-unit>
|
||
<trans-unit id="NameValuePair">
|
||
<source>{0}: {1}</source>
|
||
<target state="translated">{0}: {1}</target>
|
||
<note>Format for name / value pair - {0} is property name, {1} is property value.
|
||
Parameters: 0 - name (string), 1 - value (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="SizeInBytesFormat">
|
||
<source>{0} B</source>
|
||
<target state="translated">{0} B</target>
|
||
<note>Size in Bytes format</note>
|
||
</trans-unit>
|
||
<trans-unit id="SizeInKiloBytesFormat">
|
||
<source>{0} KB</source>
|
||
<target state="translated">{0} KB</target>
|
||
<note>Size in KiloBytes format</note>
|
||
</trans-unit>
|
||
<trans-unit id="SizeInMegaBytesFormat">
|
||
<source>{0} MB</source>
|
||
<target state="translated">{0} MB</target>
|
||
<note>Size in Bytes format</note>
|
||
</trans-unit>
|
||
<trans-unit id="SizeInGigaBytesFormat">
|
||
<source>{0} GB</source>
|
||
<target state="translated">{0} GB</target>
|
||
<note>Size in GigaBytes format</note>
|
||
</trans-unit>
|
||
<trans-unit id="SizeInTeraBytesFormat">
|
||
<source>{0} TB</source>
|
||
<target state="translated">{0} TB</target>
|
||
<note>Size in TeraBytes format</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableNotInitializedException">
|
||
<source>Initialization is not properly done for table with id '{0}'</source>
|
||
<target state="translated">A inicialização não foi feita corretamente para a tabela com id “{0}”</target>
|
||
<note>.
|
||
Parameters: 0 - tableId (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIdentityGroupName">
|
||
<source>Identity Specification</source>
|
||
<target state="translated">Especificação de Identidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIsIdentityPropertyTitle">
|
||
<source>Is Identity</source>
|
||
<target state="translated">É Identidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIsIdentityPropertyDescription">
|
||
<source>Specifies whether the column is the identity column for the table.</source>
|
||
<target state="translated">Especifica se a coluna é a coluna de identidade da tabela.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIdentityIncrementPropertyTitle">
|
||
<source>Identity Increment</source>
|
||
<target state="translated">Incremento de Identidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIdentityIncrementPropertyDescription">
|
||
<source>Displays the value added to the maximum existing row identity value when generating the next identity value.</source>
|
||
<target state="translated">Exibe o valor adicionado ao valor de identidade de linha máximo existente ao gerar o próximo valor de identidade.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIdentitySeedPropertyTitle">
|
||
<source>Identity Seed</source>
|
||
<target state="translated">Semente de Identidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIdentitySeedPropertyDescription">
|
||
<source>Displays the initial row value for an identity column.</source>
|
||
<target state="translated">Exibe o valor da linha inicial de uma coluna de identidade.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableEditPathNotProvidedException">
|
||
<source>The path in the table change information cannot be empty</source>
|
||
<target state="translated">O caminho nas informações de alteração da tabela não pode estar vazio</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="InvalidTableEditPathException">
|
||
<source>The path '{0}' in the table change information is not valid for edit type: '{1}'</source>
|
||
<target state="translated">O caminho “{0}” nas informações de alteração de tabela não é válido para o tipo de edição: “{1}”</target>
|
||
<note>.
|
||
Parameters: 0 - path (string), 1 - editType (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="OperatorDisplayCost">
|
||
<source>{0:0.#######} ({1}%)</source>
|
||
<target state="translated">{0:0.#######} ({1}%)</target>
|
||
<note> display string for the operator cost property - 0.###### - is the float number format specifier.
|
||
Parameters: 0 - cost (double), 1 - percentage (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualOfEstimated">
|
||
<source>{0} of
|
||
{1} ({2}%)</source>
|
||
<target state="translated">{0} de
|
||
{1} ({2}%)</target>
|
||
<note>.
|
||
Parameters: 0 - actual (string), 1 - estimated (string), 2 - percent (decimal) </note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerIsEnabledPropertyTitle">
|
||
<source>Is Enabled</source>
|
||
<target state="translated">Está Habilitado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ForeignKeyIsEnabledDescription">
|
||
<source>Specifies whether the foreign key is Enabled</source>
|
||
<target state="translated">Especifica se a chave estrangeira está habilitada</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ForeignKeyIsNotForReplicationTitle">
|
||
<source>Not For Replication</source>
|
||
<target state="translated">Não para replicação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ForeignKeyIsNotForReplicationDescription">
|
||
<source>Enables or disables the constraint for data inserted by a replication process.</source>
|
||
<target state="translated">Habilita ou desabilita a restrição de dados inseridos por um processo de replicação.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlForeignKeyAction_NoAction">
|
||
<source>No Action</source>
|
||
<target state="translated">Nenhuma Ação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlForeignKeyAction_Cascade">
|
||
<source>Cascade</source>
|
||
<target state="translated">Cascata</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlForeignKeyAction_SetNull">
|
||
<source>Set Null</source>
|
||
<target state="translated">Definir Nulo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlForeignKeyAction_SetDefault">
|
||
<source>Set Default</source>
|
||
<target state="translated">Definir Padrão</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="CheckConstraintIsEnabledDescription">
|
||
<source>Specifies whether the check constraint is Enabled</source>
|
||
<target state="translated">Especifica se a restrição de verificação está habilitada</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="QueryServiceUnsupportedSqlVariantType">
|
||
<source>The underlying type "{0}" for sql variant column "{1}" could not be resolved.</source>
|
||
<target state="translated">O tipo subjacente "{0}" para a coluna sql variant "{1}" não pôde ser resolvido.</target>
|
||
<note>.
|
||
Parameters: 0 - underlyingType (string), 1 - columnName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIsEnabledPropertyDescription">
|
||
<source>Specifies whether the index is enabled</source>
|
||
<target state="translated">Especifica se o índice está habilitado.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIsClusteredPropertyDescription">
|
||
<source>Whether the index is clustered, only one clustered index is allowed in a table.</source>
|
||
<target state="translated">Se o índice estiver clusterizado, apenas um índice clusterizado será permitido em uma tabela.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerIndexIsClusteredPropertyTitle">
|
||
<source>Is Clustered</source>
|
||
<target state="translated">Está Clusterizado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIsUniquePropertyDescription">
|
||
<source>Whether the data entered into this index must be unique.</source>
|
||
<target state="translated">Se os dados inseridos neste índice devem ser exclusivos.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerIsUniquePropertyTitle">
|
||
<source>Is Unique</source>
|
||
<target state="translated">É Exclusivo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexColumnIsAscendingPropertyDescription">
|
||
<source>Specifies the sort order of the column.</source>
|
||
<target state="translated">Especifica a ordem de classificação da coluna.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexColumnIsAscendingPropertyTitle">
|
||
<source>Is Ascending</source>
|
||
<target state="translated">É Ascendente</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerColumnsDisplayValueTitle">
|
||
<source>Columns</source>
|
||
<target state="translated">Colunas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerDeleteColumnConfirmationMessage">
|
||
<source>Removing a column will also remove it from the indexes and foreign keys. Are you sure you want to continue?</source>
|
||
<target state="translated">Remover uma coluna também a removerá dos índices e chaves estrangeiras. Tem certeza de que deseja continuar?</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="MissingIndexFormat">
|
||
<source>Missing Index (Impact {0}): {1}</source>
|
||
<target state="translated">Índice Ausente (Impacto {0}): {1}</target>
|
||
<note>"Missing Index (Impact {0}): {1}" format string for showplan</note>
|
||
</trans-unit>
|
||
<trans-unit id="MissingIndexDetailsTitle">
|
||
<source>/*
|
||
Missing Index Details from {0}
|
||
The Query Processor estimates that implementing the following index could improve the query cost by {1}%.
|
||
*/</source>
|
||
<target state="translated">/*
|
||
Detalhes de Índice Ausentes de {0}
|
||
O Processador de Consultas estima que a implementação do índice a seguir pode melhorar o custo da consulta em {1}%.
|
||
*/</target>
|
||
<note>title of missing index details</note>
|
||
</trans-unit>
|
||
<trans-unit id="CreateSasForBlobContainerFailed">
|
||
<source>Cannot generate SAS URI for blob container.</source>
|
||
<target state="translated">Não é possível gerar o URI DO SAS para o contêiner do blob.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="WriteSASCredentialToSqlServerFailed">
|
||
<source>Failed storing shared access signature token on the SQL Servers.</source>
|
||
<target state="translated">Falha ao armazenar o token da assinatura de acesso compartilhado nos Servidores SQL.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="UnsupportedDeviceType">
|
||
<source>Unsupported device type {0} for engine edition {1}.</source>
|
||
<target state="translated">Tipo de dispositivo {0} não suportado para a edição do mecanismo {1}.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="NotSupportedCloudCreateSas">
|
||
<source>Create shared access signature is not supported for cloud instances.</source>
|
||
<target state="translated">A criação da assinatura de acesso compartilhado não é suportada em instâncias de nuvem.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerGraphTableTypeTitle">
|
||
<source>Type</source>
|
||
<target state="translated">Tipo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerGraphTableTypeEdge">
|
||
<source>Edge</source>
|
||
<target state="translated">Edge</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerGraphTableTypeNode">
|
||
<source>Node</source>
|
||
<target state="translated">Nó</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerGraphTableGroupTitle">
|
||
<source>Graph Table</source>
|
||
<target state="translated">Tabela de Gráfico</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintsTabTitle">
|
||
<source>Edge Constraints</source>
|
||
<target state="translated">Restrições de Borda</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintObjectType">
|
||
<source>Edge Constraint</source>
|
||
<target state="translated">Restrição de Borda</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintNamePropertyDescription">
|
||
<source>Name of the constraint.</source>
|
||
<target state="translated">Nome da restrição.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintNamePropertyTitle">
|
||
<source>Name</source>
|
||
<target state="translated">Nome</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintIsEnabledPropertyDescription">
|
||
<source>Specifies whether the constraint is enabled.</source>
|
||
<target state="translated">Especifica se o índice está habilitado.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintIsEnabledPropertyTitle">
|
||
<source>Is Enabled</source>
|
||
<target state="translated">Está Habilitado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintOnDeleteActionPropertyDescription">
|
||
<source>The behavior when a user tries to delete a row with data that is involved in an edge constraint.</source>
|
||
<target state="translated">O comportamento quando um usuário tenta excluir uma linha com dados que estão envolvidos em uma relação com uma chave estrangeira.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintOnDeleteActionPropertyTitle">
|
||
<source>On Delete Action</source>
|
||
<target state="translated">Ao Excluir Ação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintClausesPropertyDescription">
|
||
<source>Edge constraint clauses.</source>
|
||
<target state="translated">Cláusulas de restrição de borda.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintClausesPropertyTitle">
|
||
<source>Clauses</source>
|
||
<target state="translated">Cláusulas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintClauseObjectType">
|
||
<source>Clause</source>
|
||
<target state="translated">Cláusula</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintClauseFromTablePropertyName">
|
||
<source>From Table</source>
|
||
<target state="translated">Da Tabela</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerEdgeConstraintClauseToTablePropertyName">
|
||
<source>To Table</source>
|
||
<target state="translated">Para a Tabela</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerGraphTableTypeNone">
|
||
<source>None</source>
|
||
<target state="translated">Nenhum</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerGraphTableTypeDescription">
|
||
<source>Specifies the table type.</source>
|
||
<target state="translated">Especifica o tipo de tabela.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="UnknownEnumString">
|
||
<source>Unknown enum value: {0}.</source>
|
||
<target state="translated">Valor de enumeração desconhecido: {0}.</target>
|
||
<note>.
|
||
Parameters: 0 - name (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlTableDurability_SchemaAndData">
|
||
<source>Schema and Data</source>
|
||
<target state="translated">Esquema e Dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlTableDurability_SchemaOnly">
|
||
<source>Schema Only</source>
|
||
<target state="translated">Somente Esquema</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="GeneratedAlwaysColumnType_None">
|
||
<source>None</source>
|
||
<target state="translated">Nenhum</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="GeneratedAlwaysColumnType_RowStart">
|
||
<source>Row Start</source>
|
||
<target state="translated">Início da Linha</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="GeneratedAlwaysColumnType_RowEnd">
|
||
<source>Row End</source>
|
||
<target state="translated">Fim da Linha</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerIsSystemVersioningEnabledTitle">
|
||
<source>System Versioning Enabled</source>
|
||
<target state="translated">Versão do Sistema Ativado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerIsSystemVersioningEnabledDescription">
|
||
<source>Specifies whether the table is system versioning enabled.</source>
|
||
<target state="translated">Especificar se a tabela está habilitada para controle de versão do sistema.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerSystemVersioningGroupTitle">
|
||
<source>System Versioning</source>
|
||
<target state="translated">Versão do sistema</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerHistoryTableDescription">
|
||
<source>History table of the current table.</source>
|
||
<target state="translated">Tabela de histórico da tabela atual.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerHistoryTableTitle">
|
||
<source>History Table</source>
|
||
<target state="translated">Tabela de Histórico</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerIsMemoryOptimizedDescription">
|
||
<source>Specifies whether the table is memory optimized.</source>
|
||
<target state="translated">Indica se a tabela tem otimização de memória.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerMemoryOptimizedGroupTitle">
|
||
<source>Memory Optimized</source>
|
||
<target state="translated">Otimizado para Memória</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerIsMemoryOptimizedTitle">
|
||
<source>Memory Optimized</source>
|
||
<target state="translated">Otimizado para Memória</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerDurabilityDescription">
|
||
<source>Specifies the durability setting of the table.</source>
|
||
<target state="translated">Especifica a configuração de durabilidade da tabela.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerDurabilityTitle">
|
||
<source>Durability</source>
|
||
<target state="translated">Durabilidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerColumnGeneratedAlwaysAsDescription">
|
||
<source>Specifies the start or end of the system versioning table's period setting.</source>
|
||
<target state="translated">Especificar o início ou fim da configuração do período da tabela de controle de versão do sistema.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerColumnGeneratedAlwaysAsTitle">
|
||
<source>Generated Always As</source>
|
||
<target state="translated">Gerado Sempre Como</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerColumnIsHiddenTitle">
|
||
<source>Is Hidden</source>
|
||
<target state="translated">Is Hidden</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerColumnIsHiddenDescription">
|
||
<source>Specifies whether the column will be returned by select statement.</source>
|
||
<target state="translated">Especifica se a coluna será retornada pela instrução select.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerAutoCreateHistoryTableDescription">
|
||
<source>Specifies whether the engine should automatically create the history table.</source>
|
||
<target state="translated">Especificar o início ou fim da configuração do período da tabela de controle da versão do sistema.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerAutoCreateHistoryTableTitle">
|
||
<source>Auto Create History Table</source>
|
||
<target state="translated">Tabela de histórico de criação automática</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerNewHistoryTableDescription">
|
||
<source>Specifies the name of the new history table.</source>
|
||
<target state="translated">Especificar o nome da nova tabela de histórico.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerNewHistoryTableTitle">
|
||
<source>New History Table Name</source>
|
||
<target state="translated">Nome da Tabela de Histórico</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnDefaultConstraintNamePropertyDescription">
|
||
<source>Specifies the default constraint name.</source>
|
||
<target state="translated">Especificar o nome da restrição padrão.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnDefaultConstraintNamePropertyTitle">
|
||
<source>Default Constraint Name</source>
|
||
<target state="translated">Nome da Restrição Padrão</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="AddNewEdgeConstraintLabel">
|
||
<source>New Edge Constraint</source>
|
||
<target state="translated">Nova Restrição de Borda</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="AddNewClauseLabel">
|
||
<source>New Clause</source>
|
||
<target state="translated">Nova Cláusula</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="WarningOverlayTooltip">
|
||
<source>Warnings</source>
|
||
<target state="translated">Avisos</target>
|
||
<note>tooltip text for node warning overlay</note>
|
||
</trans-unit>
|
||
<trans-unit id="ParallelismOverlayTooltip">
|
||
<source>Parallel Execution</source>
|
||
<target state="translated">Execução Paralela</target>
|
||
<note>tooltip text for node parallelism overlay</note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnComputedGroupTitle">
|
||
<source>Computed Column Specifications</source>
|
||
<target state="translated">Especificações da Coluna Computadas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIsComputedTitle">
|
||
<source>Is Computed</source>
|
||
<target state="translated">Computado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIsComputedDescription">
|
||
<source>Specifies whether the column is a computed column</source>
|
||
<target state="translated">Especifica se a coluna é uma coluna computada</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIsComputedPersistedTitle">
|
||
<source>Is Persisted</source>
|
||
<target state="translated">É Persistido</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIsComputedPersistedDescription">
|
||
<source>Whether the computed column is saved with the data source</source>
|
||
<target state="translated">Se a coluna computada é salva com a fonte de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIsComputedPersistedNullableTitle">
|
||
<source>Is Persisted Nullable</source>
|
||
<target state="translated">É Nulas Persistente</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnIsComputedPersistedNullableDescription">
|
||
<source>Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</source>
|
||
<target state="translated">Se a coluna computada pode ter um valor NULL (NOT NULO só pode ser especificado se a coluna persistir)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnComputedFormulaDescription">
|
||
<source>An expression that defines the value of a computed column. [More information](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-computed-column-definition-transact-sql#computed_column_expression)</source>
|
||
<target state="translated">Uma expressão que define o valor de uma coluna computada. [Mais informações](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-computed-column-definition-transact-sql#computed_column_expression)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableColumnComputedFormulaTitle">
|
||
<source>Formula</source>
|
||
<target state="translated">Fórmula</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexMustHaveColumnsRuleDescription">
|
||
<source>Index '{0}' does not have any columns associated with it.</source>
|
||
<target state="translated">O índice '{0}' não tem nenhuma coluna associada a ele.</target>
|
||
<note>.
|
||
Parameters: 0 - indexName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ForeignKeyMustHaveColumnsRuleDescription">
|
||
<source>Foreign key '{0}' does not have any columns specified.</source>
|
||
<target state="translated">A chave estrangeira '{0}' não tem nenhuma coluna especificada.</target>
|
||
<note>.
|
||
Parameters: 0 - foreignKeyName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnCanOnlyAppearOnceInIndexRuleDescription">
|
||
<source>Column with name '{0}' has already been added to the index '{1}'. Row number: {2}.</source>
|
||
<target state="translated">A coluna com o nome '{0}' já foi adicionada ao índice '{1}'. Número da linha: {2}.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnCanOnlyAppearOnceInForeignKeyRuleDescription">
|
||
<source>Column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.</source>
|
||
<target state="translated">A coluna como nome '{0}' já foi adicionada à chave estrangeira '{1}'. Número da linha: {2}.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string), 1 - foreignKeyName (string), 2 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnCanOnlyAppearOnceInForeignKeyRuleForeignColumnDescription">
|
||
<source>Foreign column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.</source>
|
||
<target state="translated">A coluna estrangeira com o nome '{0}' já foi adicionada à chave estrangeira '{1}'. Número da linha: {2}.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string), 1 - foreignKeyName (string), 2 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="NoDuplicateConstraintNameRuleDescription">
|
||
<source>The name '{0}' is already used by another constraint. Row number: {1}.</source>
|
||
<target state="translated">O nome '{0}' já está sendo usado por outra restrição. Número da linha: {1}.</target>
|
||
<note>.
|
||
Parameters: 0 - constraintName (string), 1 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="NoDuplicateColumnNameRuleDescription">
|
||
<source>The name '{0}' is already used by another column. Row number: {1}.</source>
|
||
<target state="translated">O nome '{0}' já está sendo usado por outra coluna. Número da linha: {1}.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string), 1 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="NoDuplicateIndexNameRuleDescription">
|
||
<source>The name '{0}' is already used by another index. Row number: {1}.</source>
|
||
<target state="translated">O nome '{0}' já está sendo usado por outro índice. Número da linha: {1}.</target>
|
||
<note>.
|
||
Parameters: 0 - indexName (string), 1 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="EdgeConstraintMustHaveClausesRuleDescription">
|
||
<source>Edge constraint '{0}' does not have any clauses specified.</source>
|
||
<target state="translated">A restrição de borda '{0}' não tem cláusulas especificadas.</target>
|
||
<note>.
|
||
Parameters: 0 - name (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="EdgeConstraintNoRepeatingClausesRuleDescription">
|
||
<source>The pair '{0}' is already defined by another clause in the edge constraint. Row number: {1}.</source>
|
||
<target state="translated">O par '{0}' já está definido por outra cláusula na restrição de borda. Número da linha: {1}.</target>
|
||
<note>.
|
||
Parameters: 0 - pair (string), 1 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryOptimizedTableMustHaveNonClusteredPrimaryKeyRuleDescription">
|
||
<source>Memory-optimized table must have non-clustered primary key.</source>
|
||
<target state="translated">A tabela otimizada por memória deve ter uma chave primária não clusterizada.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TemporalTableMustHavePrimaryKeyRuleDescription">
|
||
<source>System versioned table must have primary key.</source>
|
||
<target state="translated">A tabela com versão do sistema deve ter a chave primária.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TemporalTableMustHavePeriodColumnsRuleDescription">
|
||
<source>System versioned table must have the period columns defined.</source>
|
||
<target state="translated">A tabela de versão do sistema deve ter as colunas de período definidas.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PeriodColumnsRuleMoreThanOneIssueDescription">
|
||
<source>Period columns (Generated Always As Row Start/End) can only be defined once.</source>
|
||
<target state="translated">As colunas de período (Geradas Sempre Como Início/Fim de Linha) só podem ser definidas uma vez.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PeriodColumnsRuleNotMatchIssueDescription">
|
||
<source>Period columns (Generated Always As Row Start/End) must be defined as pair. If one is defined, the other must also be defined.</source>
|
||
<target state="translated">Colunas de período (Geradas sempre como Início/Fim de Linha) devem ser definidas como pares. Se uma for definida, a outra também deverá ser definida.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnsInPrimaryKeyCannotBeNullableRuleDescription">
|
||
<source>Columns in primary key cannot be nullable.</source>
|
||
<target state="translated">As colunas na chave primária não podem ser anuláveis.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="OnlyDurableMemoryOptimizedTableCanBeSystemVersionedRuleDescription">
|
||
<source>Only durable (DURABILITY = SCHEMA_AND_DATA) memory-optimized tables can be system-versioned.</source>
|
||
<target state="translated">Somente tabela com otimização de memória duráveis (DURABILITY = SCHEMA_AND_DATA) podem ser versionadas para o sistema.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableMustHaveAtLeastOneColumnRuleDescription">
|
||
<source>A table must have at least one non-computed column defined.</source>
|
||
<target state="translated">A tabela deve ter pelo menos uma coluna não computada.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryOptimizedTableIdentityColumnRuleDescription">
|
||
<source>The use of seed and increment values other than 1 is not supported with memory optimized tables.</source>
|
||
<target state="translated">O uso de semente e valores de incremento diferentes de 1 não tem suporte com tabelas otimizadas para memória.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableShouldAvoidHavingMultipleEdgeConstraintsRuleDescription">
|
||
<source>The table has more than one edge constraint on it. This is only useful as a temporary state when modifying existing edge constraints, and should not be used in other cases.</source>
|
||
<target state="translated">A tabela tem mais de uma restrição de borda nela. Isto só é útil como um estado temporário ao modificar restrições de borda existentes e não deve ser usado em outros casos.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnCannotBeListedMoreThanOnceInPrimaryKeyRuleDescription">
|
||
<source>Cannot use duplicate column names in primary key, column name: {0}</source>
|
||
<target state="translated">Não é possível usar nomes de colunas duplicados na chave primária, nome da coluna: {0}</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="MemoryOptimizedCannotBeEnabledWhenNotSupportedRuleDescription">
|
||
<source>Memory-optimized table is not supported for this database.</source>
|
||
<target state="translated">A tabela de otimização de memória não tem suporte para este banco de dados.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="MutipleCreateTableStatementsInScriptRuleDescription">
|
||
<source>There are multiple table definitions in the script, only the first table can be edited in the designer.</source>
|
||
<target state="translated">Há múltiplas definições de tabela no script, somente a primeira tabela pode ser editada no designer.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Operation">
|
||
<source>Operation</source>
|
||
<target state="translated">Operação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Object">
|
||
<source>Object</source>
|
||
<target state="translated">Objeto</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedCost">
|
||
<source>Estimated Cost %</source>
|
||
<target state="translated">% do Custo Estimado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedSubtree">
|
||
<source>Estimated Subtree Cost</source>
|
||
<target state="translated">Custo da subárvore estimado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualRows">
|
||
<source>Actual Rows</source>
|
||
<target state="translated">Linhas Atuais</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedRows">
|
||
<source>Estimated Rows</source>
|
||
<target state="translated">Linhas Estimadas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualExecutions">
|
||
<source>Actual Executions</source>
|
||
<target state="translated">Execuções Reais</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedExecutions">
|
||
<source>Estimated Executions</source>
|
||
<target state="translated">Execuções Estimadas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedCpu">
|
||
<source>Estimated CPU Cost</source>
|
||
<target state="translated">Custo estimado da CPU</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="EstimatedIO">
|
||
<source>Estimated IO Cost</source>
|
||
<target state="translated">Custo Estimado de E/S</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualDataSize">
|
||
<source>Actual Data Size</source>
|
||
<target state="translated">Tamanho Real dos Dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="AverageRowSize">
|
||
<source>Average Row Size</source>
|
||
<target state="translated">Tamanho Médio da Linha</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIncludedColumnsGroupTitle">
|
||
<source>Included Columns</source>
|
||
<target state="translated">Colunas Incluídas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIncludedColumnsPropertyDescription">
|
||
<source>The included columns of the index</source>
|
||
<target state="translated">As colunas incluídas do índice</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIncludedColumnsAddColumn">
|
||
<source>Add Column</source>
|
||
<target state="translated">Adicionar Coluna</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIncludedColumnsColumnPropertyName">
|
||
<source>Column</source>
|
||
<target state="translated">Coluna</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexFilterPredicatePropertyDescription">
|
||
<source>Filter predicate of the index</source>
|
||
<target state="translated">Predicado de filtro do índice</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexFilterPredicatePropertyTitle">
|
||
<source>Filter Predicate</source>
|
||
<target state="translated">Filtro (Predicado)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexCannotHaveIncludedColumnsRuleDescription">
|
||
<source>Included columns are not supported for a clustered index.</source>
|
||
<target state="translated">Não há suporte para colunas incluídas em um índice clusterizado.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ClusteredIndexCannotHaveFilterPredicateRuleDescription">
|
||
<source>Filter predicate is not supported for a clustered index.</source>
|
||
<target state="translated">Não há suporte para o predicado de filtro em um índice clusterizado.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnCanOnlyAppearOnceInIndexIncludedColumnsRuleDescription">
|
||
<source>Column with name '{0}' has already been included to the index '{1}'. Row number: {2}.</source>
|
||
<target state="translated">A coluna com o nome “{0}” já foi incluída no índice “{1}”. Número da linha: {2}.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnCannotDuplicateWitIndexKeyColumnsRuleDescription">
|
||
<source>Included column with name '{0}' has already been part of the index '{1}' and it cannot be included. Row number: {2}.</source>
|
||
<target state="translated">A coluna incluída com o nome “{0}” já fez parte do índice “{1}” e não pode ser incluída. Número da linha: {2}.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="SqlProjectModelNotFound">
|
||
<source>Could not find SQL model from project: {0}.</source>
|
||
<target state="translated">Não foi possível encontrar o modelo SQL do projeto: {0}.</target>
|
||
<note>.
|
||
Parameters: 0 - projectUri (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="UnsupportedModelType">
|
||
<source>Unsupported model type: {0}.</source>
|
||
<target state="translated">Tipo de modelo sem suporte: {0}.</target>
|
||
<note>.
|
||
Parameters: 0 - type (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="GetUserDefinedObjectsFromModelFailed">
|
||
<source>Failed to get user defined objects from model.</source>
|
||
<target state="translated">Falha ao obter objetos definidos pelo usuário a partir do modelo.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ComputedColumnNeedToBePersistedAndNotNullInPrimaryKeyRuleDescription">
|
||
<source>The computed column with name '{0}' has to be persisted and not nullable to be part of a primary key.</source>
|
||
<target state="translated">A coluna computada com o nome '{0}' deve ser persistente e não anulável para fazer parte de uma chave primária.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ComputedColumnNeedToBePersistedInForeignKeyRuleDescription">
|
||
<source>The computed column with name '{0}' has to be persisted to be part of the foreign key '{1}'.</source>
|
||
<target state="translated">A coluna computada com o nome '{0}' deve ser persistida para fazer parte da chave estrangeira '{1}'.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string), 1 - foreignKeyName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||
<target state="translated">O índice de hash com o nome '{0}' não tem suporte em uma tabela não otimizada para memória.</target>
|
||
<note>.
|
||
Parameters: 0 - indexName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||
<target state="translated">O índice de hash '{0}' não tem um número de buckets.</target>
|
||
<note>.
|
||
Parameters: 0 - indexName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIsHashPropertyDescription">
|
||
<source>Whether the index is a hash index</source>
|
||
<target state="translated">Se o índice é um índice de hash</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexIsHashPropertyTitle">
|
||
<source>Is Hash</source>
|
||
<target state="translated">É hash</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2.</source>
|
||
<target state="translated">Número de buckets do índice de hash, observe que o valor sempre será arredondado automaticamente para a próxima potência de 2.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||
<source>Bucket Count</source>
|
||
<target state="translated">Número de buckets</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||
<source>Name</source>
|
||
<target state="translated">Nome</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||
<source>Name of the columnstore index</source>
|
||
<target state="translated">Nome do índice columnstore</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||
<source>Description</source>
|
||
<target state="translated">Descrição</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||
<source>Description of the columnstore index</source>
|
||
<target state="translated">Descrição do índice columnstore</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||
<source>Whether the columnstore index is clustered.</source>
|
||
<target state="translated">Se o índice columnstore é clusterizado.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||
<source>Is Clustered</source>
|
||
<target state="translated">Está Clusterizado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||
<source>Filter predicate of the columnstore index</source>
|
||
<target state="translated">Predicado de filtro do índice columnstore</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||
<source>Filter Predicate</source>
|
||
<target state="translated">Predicado do Filtro</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||
<source>Columns in this columnstore index</source>
|
||
<target state="translated">Colunas neste índice columnstore</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||
<source>Columns</source>
|
||
<target state="translated">Colunas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||
<source>Add Column</source>
|
||
<target state="translated">Adicionar Coluna</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||
<source>Column</source>
|
||
<target state="translated">Coluna</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||
<source>Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.</source>
|
||
<target state="translated">A coluna com o nome '{0}' já foi adicionada ao índice columnstore não clusterizado '{1}'. Número da linha: {2}.</target>
|
||
<note>.
|
||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||
<source>Columnstore Indexes</source>
|
||
<target state="translated">Índices Columnstore</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||
<source>Columnstore Index</source>
|
||
<target state="translated">Índice Columnstore</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||
<source>New Columnstore Index</source>
|
||
<target state="translated">Novo índice de armazenamento de colunas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||
<source>Non-clustered columnstore index '{0}' does not have any columns associated with it.</source>
|
||
<target state="translated">O índice columnstore não clusterizado '{0}' não tem colunas associadas a ele.</target>
|
||
<note>.
|
||
Parameters: 0 - indexName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerConfirmationText">
|
||
<source>I have read the summary and understand the potential risks.</source>
|
||
<target state="translated">Li o resumo e entendo os riscos potenciais.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ErrorConnectionNotFound">
|
||
<source>The connection could not be found</source>
|
||
<target state="translated">Não foi possível encontrar a conexão</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ActualCpu">
|
||
<source>Actual CPU Cost</source>
|
||
<target state="translated">Custo Real da CPU</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PasswordChangeEmptyPassword">
|
||
<source>New password cannot be empty</source>
|
||
<target state="translated">A nova senha não pode estar em branco</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PasswordChangeEmptyPasswordRetry">
|
||
<source>Press OK to input a new password that is not empty.</source>
|
||
<target state="translated">Pressione OK para inserir uma nova senha que não esteja vazia.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PasswordChangeDNMReqsRetry">
|
||
<source>Press OK to input a new password that meets operating system policy requirements.</source>
|
||
<target state="translated">Pressione OK para inserir uma nova senha que atenda aos requisitos da política do sistema operacional.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PasswordChangePWCannotBeUsedRetry">
|
||
<source>Press OK to input a different password.</source>
|
||
<target state="translated">Pressione OK para inserir uma senha diferente.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="GeneratedAlwaysColumnType_TransactionIdStart">
|
||
<source>Transaction Id Start</source>
|
||
<target state="translated">Início da ID da Transação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="GeneratedAlwaysColumnType_TransactionIdEnd">
|
||
<source>Transaction Id End</source>
|
||
<target state="translated">Fim da ID da Transação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="GeneratedAlwaysColumnType_SequenceNumberStart">
|
||
<source>Sequence Number Start</source>
|
||
<target state="translated">Início do Número de Sequência</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="GeneratedAlwaysColumnType_SequenceNumberEnd">
|
||
<source>Sequence Number End</source>
|
||
<target state="translated">Fim do Número de Sequência</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||
<target state="translated">A URL de Atestado não pode ficar vazia com o valor selecionado do Protocolo de Atestado.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||
<target state="translated">Valor inválido '{0}' dos enclaves seguros. Os valores válidos são 'Enabled' e 'Disabled'.</target>
|
||
<note>.
|
||
Parameters: 0 - secureEnclaves (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||
<source>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</source>
|
||
<target state="translated">A URL de Atestado não deve ser especificada com o protocolo de Atestado 'None'. Defina o protocolo de Atestado apropriado ou remova a URL de Atestado das propriedades de conexão.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="DefaultLanguagePlaceholder">
|
||
<source><default></source>
|
||
<target state="translated"><default></target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ResetPasswordWhileUnlocking">
|
||
<source>Reset password for the login while unlocking.</source>
|
||
<target state="translated">Redefinir a senha de logon ao desbloquear.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ObjectNotRenamable">
|
||
<source>The object could not be renamed. URN: '{0}'.</source>
|
||
<target state="translated">Não foi possível renomear o objeto. URN: '{0}'.</target>
|
||
<note>.
|
||
Parameters: 0 - urn (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||
<target state="translated">O Protocolo de Atestado não pode ficar vazio com enclaves seguros ativados.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Alter">
|
||
<source>Alter</source>
|
||
<target state="translated">Alterar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Connect">
|
||
<source>Connect</source>
|
||
<target state="translated">Conectar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Control">
|
||
<source>Control</source>
|
||
<target state="translated">Controlar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Delete">
|
||
<source>Delete</source>
|
||
<target state="translated">Excluir</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Execute">
|
||
<source>Execute</source>
|
||
<target state="translated">Executar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Impersonate">
|
||
<source>Impersonate</source>
|
||
<target state="translated">Representar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Insert">
|
||
<source>Insert</source>
|
||
<target state="translated">Inserir</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Receive">
|
||
<source>Receive</source>
|
||
<target state="translated">Receber</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_References">
|
||
<source>References</source>
|
||
<target state="translated">Referências</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Select">
|
||
<source>Select</source>
|
||
<target state="translated">Selecionar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Send">
|
||
<source>Send</source>
|
||
<target state="translated">Enviar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_TakeOwnership">
|
||
<source>Take ownership</source>
|
||
<target state="translated">Assumir propriedade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Update">
|
||
<source>Update</source>
|
||
<target state="translated">Atualizar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewDefinition">
|
||
<source>View definition</source>
|
||
<target state="translated">Exibir definição</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewChangeTracking">
|
||
<source>View change tracking</source>
|
||
<target state="translated">Exibir controle de alterações</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyApplicationRole">
|
||
<source>Alter any application role</source>
|
||
<target state="translated">Alterar qualquer função de aplicativo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyAssembly">
|
||
<source>Alter any assembly</source>
|
||
<target state="translated">Alterar qualquer assembly</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyAsymmetricKey">
|
||
<source>Alter any asymmetric key</source>
|
||
<target state="translated">Alterar qualquer chave assimétrica</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyCertificate">
|
||
<source>Alter any certificate</source>
|
||
<target state="translated">Alterar qualquer certificado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyDatabaseAudit">
|
||
<source>Alter any database audit</source>
|
||
<target state="translated">Alterar qualquer auditoria de banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyContract">
|
||
<source>Alter any contract</source>
|
||
<target state="translated">Alterar qualquer contrato</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyDatabaseDdlTrigger">
|
||
<source>Alter any database DDL trigger</source>
|
||
<target state="translated">Alterar qualquer gatilho DDL de banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyDatabaseEventNotification">
|
||
<source>Alter any database event notification</source>
|
||
<target state="translated">Alterar qualquer notificação de evento de banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyDataspace">
|
||
<source>Alter any dataspace</source>
|
||
<target state="translated">Alterar qualquer espaço de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyExternalDataSource">
|
||
<source>Alter any external data source</source>
|
||
<target state="translated">Alterar uma fonte de dados externa</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyExternalFileFormat">
|
||
<source>Alter any external file format</source>
|
||
<target state="translated">Alterar um formato de arquivo externo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyFulltextCatalog">
|
||
<source>Alter any fulltext catalog</source>
|
||
<target state="translated">Alterar qualquer catálogo de texto completo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyMask">
|
||
<source>Alter any mask</source>
|
||
<target state="translated">Alterar qualquer máscara</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyMessageType">
|
||
<source>Alter any message type</source>
|
||
<target state="translated">Alterar qualquer tipo de mensagem</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyRemoteServiceBinding">
|
||
<source>Alter any remote service binding</source>
|
||
<target state="translated">Alterar qualquer associação de serviço remoto</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyRole">
|
||
<source>Alter any role</source>
|
||
<target state="translated">Alterar qualquer função</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyRoute">
|
||
<source>Alter any route</source>
|
||
<target state="translated">Alterar qualquer rota</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnySchema">
|
||
<source>Alter any schema</source>
|
||
<target state="translated">Alterar qualquer esquema</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnySecurityPolicy">
|
||
<source>Alter any security policy</source>
|
||
<target state="translated">Alterar qualquer política de segurança</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnySensitivityClassification">
|
||
<source>Alter any sensitivity classification</source>
|
||
<target state="translated">Alterar qualquer classificação de sensibilidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyService">
|
||
<source>Alter any service</source>
|
||
<target state="translated">Alterar qualquer serviço</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyUser">
|
||
<source>Alter any user</source>
|
||
<target state="translated">Alterar qualquer usuário</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnySymmetricKey">
|
||
<source>Alter any symmetric key</source>
|
||
<target state="translated">Alterar qualquer chave simétrica</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Authenticate">
|
||
<source>Authenticate</source>
|
||
<target state="translated">Autenticar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_BackupDatabase">
|
||
<source>Backup database</source>
|
||
<target state="translated">Banco de Dados de Backup</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_BackupLog">
|
||
<source>Backup log</source>
|
||
<target state="translated">Log de backup</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Checkpoint">
|
||
<source>Checkpoint</source>
|
||
<target state="translated">Ponto de Verificação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ConnectReplication">
|
||
<source>Connect replication</source>
|
||
<target state="translated">Conectar replicação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateAggregate">
|
||
<source>Create aggregate</source>
|
||
<target state="translated">Criar agregação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateAssembly">
|
||
<source>Create assembly</source>
|
||
<target state="translated">Criar assembly</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateAsymmetricKey">
|
||
<source>Create asymmetric key</source>
|
||
<target state="translated">Criar chave assimétrica</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateCertificate">
|
||
<source>Create certificate</source>
|
||
<target state="translated">Criar certificado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateContract">
|
||
<source>Create contract</source>
|
||
<target state="translated">Criar contato</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateDatabase">
|
||
<source>Create database</source>
|
||
<target state="translated">Criar banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateDatabaseDdlEventNotification">
|
||
<source>Create database DDL event notification</source>
|
||
<target state="translated">Criar notificação de evento DDL de banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateDefault">
|
||
<source>Create default</source>
|
||
<target state="translated">Criar padrão</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateFulltextCatalog">
|
||
<source>Create fulltext catalog</source>
|
||
<target state="translated">Criar catálogo de texto completo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateFunction">
|
||
<source>Create function</source>
|
||
<target state="translated">Criar função</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateMessageType">
|
||
<source>Create message type</source>
|
||
<target state="translated">Criar tipo de mensagem</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateProcedure">
|
||
<source>Create procedure</source>
|
||
<target state="translated">Criar procedimento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateQueue">
|
||
<source>Create queue</source>
|
||
<target state="translated">Criar fila</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateRemoteServiceBinding">
|
||
<source>Create remote service binding</source>
|
||
<target state="translated">Criar associação de serviço remota</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateRole">
|
||
<source>Create role</source>
|
||
<target state="translated">Criar Função</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateRoute">
|
||
<source>Create route</source>
|
||
<target state="translated">Criar rota</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateRule">
|
||
<source>Create rule</source>
|
||
<target state="translated">Criar regra</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateSchema">
|
||
<source>Create schema</source>
|
||
<target state="translated">Criar esquema</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateService">
|
||
<source>Create service</source>
|
||
<target state="translated">Criar serviço</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateSymmetricKey">
|
||
<source>Create symmetric key</source>
|
||
<target state="translated">Criar chave simétrica</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateSynonym">
|
||
<source>Create synonym</source>
|
||
<target state="translated">Criar sinônimo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateSequence">
|
||
<source>Create sequence</source>
|
||
<target state="translated">Criar sequência</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateTable">
|
||
<source>Create table</source>
|
||
<target state="translated">Criar tabela</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateType">
|
||
<source>Create type</source>
|
||
<target state="translated">Criar tipo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateView">
|
||
<source>Create view</source>
|
||
<target state="translated">Criar exibição</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateXmlSchemaCollection">
|
||
<source>Create XML schema collection</source>
|
||
<target state="translated">Criar coleção de esquemas XML</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Showplan">
|
||
<source>Show plan</source>
|
||
<target state="translated">Mostrar plano</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_SubscribeQueryNotifications">
|
||
<source>Subscribe query notifications</source>
|
||
<target state="translated">Assinar notificações de consulta</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Unmask">
|
||
<source>Unmask</source>
|
||
<target state="translated">Remover máscara</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewAnyColumnEncryptionKeyDefinition">
|
||
<source>View any column encryption key definition</source>
|
||
<target state="translated">Exibir qualquer definição de chave de criptografia de coluna</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewAnyColumnMasterKeyDefinition">
|
||
<source>View any column master key definition</source>
|
||
<target state="translated">Exibir qualquer definição de chave mestra de coluna</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewAnySensitivityClassification">
|
||
<source>View any sensitivity classification</source>
|
||
<target state="translated">Exibir qualquer classificação de sensibilidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewDatabaseState">
|
||
<source>View database state</source>
|
||
<target state="translated">Exibir estado do banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AdministerBulkOperations">
|
||
<source>Administer bulk operations</source>
|
||
<target state="translated">Administrar operações em massa</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyServerAudit">
|
||
<source>Alter any server audit</source>
|
||
<target state="translated">Alterar qualquer auditoria de servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyConnection">
|
||
<source>Alter any connection</source>
|
||
<target state="translated">Alterar qualquer conexão</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyCredential">
|
||
<source>Alter any credential</source>
|
||
<target state="translated">Alterar qualquer credencial</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyDatabase">
|
||
<source>Alter any database</source>
|
||
<target state="translated">Alterar qualquer banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyEndpoint">
|
||
<source>Alter any endpoint</source>
|
||
<target state="translated">Alterar qualquer ponto de extremidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyEventNotification">
|
||
<source>Alter any event notification</source>
|
||
<target state="translated">Alterar qualquer notificação de evento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyEventSession">
|
||
<source>Alter any event session</source>
|
||
<target state="translated">Alterar qualquer sessão de evento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyLinkedServer">
|
||
<source>Alter any linked server</source>
|
||
<target state="translated">Alterar qualquer servidor vinculado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyLogin">
|
||
<source>Alter any login</source>
|
||
<target state="translated">Alterar qualquer logon</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyServerRole">
|
||
<source>Alter any server role</source>
|
||
<target state="translated">Alterar qualquer função de servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterResources">
|
||
<source>Alter resources</source>
|
||
<target state="translated">Alterar recursos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterServerState">
|
||
<source>Alter server state</source>
|
||
<target state="translated">Alterar estado do servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterSettings">
|
||
<source>Alter settings</source>
|
||
<target state="translated">Alterar configurações</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterTrace">
|
||
<source>Alter trace</source>
|
||
<target state="translated">Alterar rastreamento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AuthenticateServer">
|
||
<source>Authenticate server</source>
|
||
<target state="translated">Servidor de autenticação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ConnectSql">
|
||
<source>Connect SQL</source>
|
||
<target state="translated">Conectar SQL</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ControlServer">
|
||
<source>Control server</source>
|
||
<target state="translated">Servidor de controle</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateAnyDatabase">
|
||
<source>Create any database</source>
|
||
<target state="translated">Criar qualquer banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateDdlEventNotification">
|
||
<source>Create DDL event notification</source>
|
||
<target state="translated">Criar notificação de evento DDL</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateEndpoint">
|
||
<source>Create endpoint</source>
|
||
<target state="translated">Criar ponto de extremidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateTraceEventNotification">
|
||
<source>Create trace event notification</source>
|
||
<target state="translated">Criar notificação de evento de rastreamento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateServerRole">
|
||
<source>Create server role</source>
|
||
<target state="translated">Criar função de servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ExternalAccessAssembly">
|
||
<source>External access assembly</source>
|
||
<target state="translated">Assembly de acesso externo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_Shutdown">
|
||
<source>Shutdown</source>
|
||
<target state="translated">Desligamento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_UnsafeAssembly">
|
||
<source>Unsafe assembly</source>
|
||
<target state="translated">Assembly Inseguro</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewAnyDatabase">
|
||
<source>View any database</source>
|
||
<target state="translated">Exibir qualquer banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewAnyDefinition">
|
||
<source>View any definition</source>
|
||
<target state="translated">Exibir qualquer definição</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ViewServerState">
|
||
<source>View server state</source>
|
||
<target state="translated">Exibir estado do servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_AlterAnyAvailabilityGroup">
|
||
<source>Alter any availability group</source>
|
||
<target state="translated">Alterar qualquer grupo de disponibilidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_CreateAvailabilityGroup">
|
||
<source>Create availability group</source>
|
||
<target state="translated">Criar grupo de disponibilidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_SelectAllUserSecurables">
|
||
<source>Select All User Securables</source>
|
||
<target state="translated">Selecionar Todos os Protegíveis de Usuário</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ConnectAnyDatabase">
|
||
<source>Connect Any Database</source>
|
||
<target state="translated">Conectar a Qualquer Banco de Dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="Permission_ImpersonateAnyLogin">
|
||
<source>Impersonate Any Login</source>
|
||
<target state="translated">Representar Qualquer Logon</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ServiceProviderNotSet">
|
||
<source>SetServiceProvider() was not called to establish the required service provider</source>
|
||
<target state="translated">SetServiceProvider() não foi chamado para estabelecer o provedor de serviços necessário</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ServiceNotFound">
|
||
<source>Service {0} was not found in the service provider</source>
|
||
<target state="translated">O serviço {0} não foi encontrado no provedor de serviços</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_functionTable_plural">
|
||
<source>Table-valued functions</source>
|
||
<target state="translated">Funções com valor de tabela</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_externalDataSource_singular">
|
||
<source>External Data Source</source>
|
||
<target state="translated">Fonte de Dados Externa</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_serverRole_singular">
|
||
<source>Server role</source>
|
||
<target state="translated">Função de servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_xmlSchemaCollection_singular">
|
||
<source>XML schema collection</source>
|
||
<target state="translated">Coleção de esquemas XML</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_storedProcedure_plural">
|
||
<source>Stored procedures</source>
|
||
<target state="translated">Procedimentos armazenados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_endpoint_plural">
|
||
<source>Endpoints</source>
|
||
<target state="translated">Pontos de extremidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_sequence_singular">
|
||
<source>Sequence</source>
|
||
<target state="translated">Sequência</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_userDefinedDataType_singular">
|
||
<source>User-defined data type</source>
|
||
<target state="translated">Tipo de dados definido pelo usuário</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_fullTextCatalog_plural">
|
||
<source>Full-text catalogs</source>
|
||
<target state="translated">Catálogos de texto completo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_credential_singular">
|
||
<source>Credential</source>
|
||
<target state="translated">Credencial</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_databaseRole_plural">
|
||
<source>Database roles</source>
|
||
<target state="translated">Funções de banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_endpoint_singular">
|
||
<source>Endpoint</source>
|
||
<target state="translated">Ponto de extremidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_view_plural">
|
||
<source>Views</source>
|
||
<target state="translated">Exibições</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_assembly_singular">
|
||
<source>Assembly</source>
|
||
<target state="translated">Assembly</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_functionScalar_singular">
|
||
<source>Scalar function</source>
|
||
<target state="translated">Função escalar</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_server_plural">
|
||
<source>Servers</source>
|
||
<target state="translated">Servidores</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_table_singular">
|
||
<source>Table</source>
|
||
<target state="translated">Tabela</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_serviceQueue_singular">
|
||
<source>Queue</source>
|
||
<target state="translated">Fila</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_login_plural">
|
||
<source>Logins</source>
|
||
<target state="translated">Logons</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_storedProcedure_singular">
|
||
<source>Stored procedure</source>
|
||
<target state="translated">Procedimento armazenado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_default_plural">
|
||
<source>Defaults</source>
|
||
<target state="translated">Padrões</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_symmetricKey_singular">
|
||
<source>Symmetric key</source>
|
||
<target state="translated">Chave simétrica</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_userDefinedTableType_singular">
|
||
<source>User-defined table type</source>
|
||
<target state="translated">Tipo de tabela definido pelo usuário</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_functionInline_singular">
|
||
<source>Inline function</source>
|
||
<target state="translated">Função embutida</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_serverRole_plural">
|
||
<source>Server roles</source>
|
||
<target state="translated">Funções de servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_agentjob_singular">
|
||
<source>Agent job</source>
|
||
<target state="translated">Trabalho do agente</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_databaseRole_singular">
|
||
<source>Database role</source>
|
||
<target state="translated">Função de banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_synonym_singular">
|
||
<source>Synonym</source>
|
||
<target state="translated">Sinônimo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_AvailabilityGroup_singular">
|
||
<source>Availability Group</source>
|
||
<target state="translated">Grupo de disponibilidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_externalFileFormat_plural">
|
||
<source>External File Formats</source>
|
||
<target state="translated">Formatos de Arquivo Externos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_database_singular">
|
||
<source>Database</source>
|
||
<target state="translated">Banco de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_symmetricKey_plural">
|
||
<source>Symmetric keys</source>
|
||
<target state="translated">Chaves simétricas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_securityPolicy_singular">
|
||
<source>Security Policy</source>
|
||
<target state="translated">Política de Segurança</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_externalFileFormat_singular">
|
||
<source>External File Format</source>
|
||
<target state="translated">Formato de Arquivo Externo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_applicationRole_singular">
|
||
<source>Application role</source>
|
||
<target state="translated">Função de aplicativo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_assembly_plural">
|
||
<source>Assemblies</source>
|
||
<target state="translated">Assemblies</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_sequence_plural">
|
||
<source>Sequences</source>
|
||
<target state="translated">Sequências</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_userDefinedDataType_plural">
|
||
<source>User-defined data types</source>
|
||
<target state="translated">Tipos de dados definidos pelo usuário</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_server_singular">
|
||
<source>Server</source>
|
||
<target state="translated">Servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_aggregateFunction_singular">
|
||
<source>Aggregate function</source>
|
||
<target state="translated">Função de agregação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_fullTextCatalog_singular">
|
||
<source>Full-text catalog</source>
|
||
<target state="translated">Catálogo de texto completo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_certificate_plural">
|
||
<source>Certificates</source>
|
||
<target state="translated">Certificados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_AvailabilityGroup_plural">
|
||
<source>Availability Groups</source>
|
||
<target state="translated">Grupos de Disponibilidade</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_database_plural">
|
||
<source>Databases</source>
|
||
<target state="translated">Bancos de dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_view_singular">
|
||
<source>View</source>
|
||
<target state="translated">Exibir</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_schema_plural">
|
||
<source>Schemas</source>
|
||
<target state="translated">Esquemas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_rule_plural">
|
||
<source>Rules</source>
|
||
<target state="translated">Regras</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_certificate_singular">
|
||
<source>Certificate</source>
|
||
<target state="translated">Certificado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_user_singular">
|
||
<source>User</source>
|
||
<target state="translated">Usuário</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_agentjob_plural">
|
||
<source>Agent jobs</source>
|
||
<target state="translated">Trabalhos do agente</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_synonym_plural">
|
||
<source>Synonyms</source>
|
||
<target state="translated">Sinônimos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_aggregateFunction_plural">
|
||
<source>Aggregate functions</source>
|
||
<target state="translated">Funções de agregação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_functionTable_singular">
|
||
<source>Table-valued function</source>
|
||
<target state="translated">Função com valor de tabela</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_rule_singular">
|
||
<source>Rule</source>
|
||
<target state="translated">Regra</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_serviceQueue_plural">
|
||
<source>Queues</source>
|
||
<target state="translated">Filas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_asymmetricKey_plural">
|
||
<source>Asymmetric keys</source>
|
||
<target state="translated">Chaves assimétricas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_applicationRole_plural">
|
||
<source>Application roles</source>
|
||
<target state="translated">Funções de aplicativo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_extendedStoredProcedure_singular">
|
||
<source>Extended stored procedure</source>
|
||
<target state="translated">Procedimento armazenado estendido</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_login_singular">
|
||
<source>Login</source>
|
||
<target state="translated">Logon</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_functionInline_plural">
|
||
<source>Inline functions</source>
|
||
<target state="translated">Funções embutidas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_user_plural">
|
||
<source>Users</source>
|
||
<target state="translated">Usuários</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_externalDataSource_plural">
|
||
<source>External Data Sources</source>
|
||
<target state="translated">Fontes de Dados Externas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_functionScalar_plural">
|
||
<source>Scalar functions</source>
|
||
<target state="translated">Funções escalares</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_table_plural">
|
||
<source>Tables</source>
|
||
<target state="translated">Tabelas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_credential_plural">
|
||
<source>Credentials</source>
|
||
<target state="translated">Credenciais</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_schema_singular">
|
||
<source>Schema</source>
|
||
<target state="translated">Esquema</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_userDefinedTableType_plural">
|
||
<source>User-defined table types</source>
|
||
<target state="translated">Tipos de tabela definidos pelo usuário</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_securityPolicy_plural">
|
||
<source>Security Policies</source>
|
||
<target state="translated">Políticas de Segurança</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_xmlSchemaCollection_plural">
|
||
<source>XML schema collections</source>
|
||
<target state="translated">Coleções de esquemas XML</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_extendedStoredProcedure_plural">
|
||
<source>Extended stored procedures</source>
|
||
<target state="translated">Procedimentos armazenados estendidos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_asymmetricKey_singular">
|
||
<source>Asymmetric key</source>
|
||
<target state="translated">Chave assimétrica</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="objectType_default_singular">
|
||
<source>Default</source>
|
||
<target state="translated">Padrão</target>
|
||
</trans-unit>
|
||
<trans-unit id="autogrowth_dialog_title">
|
||
<source>Change Autogrowth for {0}</source>
|
||
<target state="translated">Alterar Aumento Automático para {0}</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="autogrowth_dialog_filestreamtitle">
|
||
<source>Change Maxsize for {0}</source>
|
||
<target state="translated">Alterar Tamanho Máximo para {0}</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="autogrowth_dialog_defaulttitle">
|
||
<source>Change Autogrowth</source>
|
||
<target state="translated">Alterar Aumento Automático</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="autogrowth_dialog_defaultfilestreamtitle">
|
||
<source>Change Maxsize</source>
|
||
<target state="translated">Alterar Tamanho Máximo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_shiloh">
|
||
<source>SQL Server 2000 (80)</source>
|
||
<target state="translated">SQL Server 2000 (80)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_sphinx">
|
||
<source>SQL Server 7.0 (70)</source>
|
||
<target state="translated">SQL Server 7.0 (70)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_yukon">
|
||
<source>SQL Server 2005 (90)</source>
|
||
<target state="translated">SQL Server 2005 (90)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="createDatabase_title">
|
||
<source>New Database</source>
|
||
<target state="translated">Novo Banco de Dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_60compatibility">
|
||
<source>Database properties cannot be set or viewed for databases in 6.0 or 6.5 compatibility mode.</source>
|
||
<target state="translated">As propriedades do banco de dados não podem ser definidas ou exibidas para bancos de dados no modo de compatibilidade com 6.0 ou 6.5.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_cantModifyExistingFilePath">
|
||
<source>You cannot modify the path for existing database files.</source>
|
||
<target state="translated">Não é possível modificar o caminho para arquivos de banco de dados existentes.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_databaseAlreadyExists">
|
||
<source>There is already a database named "{0}" on the server.</source>
|
||
<target state="translated">Já existe um banco de dados chamado "{0}" no servidor.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_databaseProperties_title">
|
||
<source>Database Properties</source>
|
||
<target state="translated">Propriedades do Banco de Dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_emptyFileName">
|
||
<source>File name was empty. Provide a file name for the file.</source>
|
||
<target state="translated">O nome do arquivo estava vazio. Forneça um nome.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_fileNameContainsIllegalCharacter">
|
||
<source>Cannot create a file with name '{0}' because it contains the invalid character '{1}'.</source>
|
||
<target state="translated">Não é possível criar um arquivo com o nome '{0}' porque ele contém o caractere inválido '{1}'.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_fileNameStartsWithSpace">
|
||
<source>Cannot create a file with name '{0}' because it begins with a space character.</source>
|
||
<target state="translated">Não é possível criar um arquivo com o nome '{0}' porque ele começa com um caractere de espaço.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_whitespaceDatabaseName">
|
||
<source>A database name cannot consist of all whitespace characters.</source>
|
||
<target state="translated">O nome do banco de dados não pode ter somente caracteres de espaço em branco.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="filegroup_dialog_defaultFilegroup">
|
||
<source>Current default filegroup: {0}</source>
|
||
<target state="translated">Grupo de arquivos padrão atual: {0}</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="filegroup_dialog_title">
|
||
<source>New Filegroup for {0}</source>
|
||
<target state="translated">Novo Grupo de Arquivos para {0}</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="filegroups_default">
|
||
<source>Default</source>
|
||
<target state="translated">Padrão</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="filegroups_files">
|
||
<source>Files</source>
|
||
<target state="translated">Arquivos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="filegroups_name">
|
||
<source>Name</source>
|
||
<target state="translated">Nome</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="filegroups_readonly">
|
||
<source>Read-Only</source>
|
||
<target state="translated">Somente Leitura</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="filegroups_autogrowAllFiles">
|
||
<source>Autogrow All Files</source>
|
||
<target state="translated">Crescimento Automático de Todos os Arquivos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_autogrowth">
|
||
<source>Autogrowth / Maxsize</source>
|
||
<target state="translated">Aumento Automático / Tamanho Máximo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_builderText">
|
||
<source>...</source>
|
||
<target state="new">...</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_default">
|
||
<source><default></source>
|
||
<target state="translated"><default></target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_fileGroup">
|
||
<source>Filegroup</source>
|
||
<target state="translated">Grupo de arquivos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_fileName">
|
||
<source>Logical Name</source>
|
||
<target state="translated">Nome Lógico</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_fileType">
|
||
<source>File Type</source>
|
||
<target state="translated">Tipo de Arquivo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_initialSize">
|
||
<source>Initial Size (MB)</source>
|
||
<target state="translated">Tamanho Inicial (MB)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_currentSize">
|
||
<source>Size (MB)</source>
|
||
<target state="translated">Tamanho (MB)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_newFilegroup">
|
||
<source><new filegroup></source>
|
||
<target state="translated"><new filegroup></target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_path">
|
||
<source>Path</source>
|
||
<target state="translated">Caminho</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_physicalFileName">
|
||
<source>File Name</source>
|
||
<target state="translated">Nome do Arquivo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_rawDevice">
|
||
<source><raw device></source>
|
||
<target state="translated"><raw device></target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_recoveryModel_bulkLogged">
|
||
<source>Bulk-logged</source>
|
||
<target state="translated">Bulk-logged</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_recoveryModel_full">
|
||
<source>Full</source>
|
||
<target state="translated">Máximo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_recoveryModel_simple">
|
||
<source>Simple</source>
|
||
<target state="translated">Simples</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_titleSearchOwner">
|
||
<source>Select Database Owner</source>
|
||
<target state="translated">Selecionar Proprietário do Banco de Dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="leftPane_extendedPropertiesNode_name">
|
||
<source>Extended Properties</source>
|
||
<target state="translated">Propriedades estendidas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="leftPane_filegroupsNode_name">
|
||
<source>Filegroups</source>
|
||
<target state="translated">Grupos de arquivos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="leftPane_generalNode_name">
|
||
<source>General</source>
|
||
<target state="translated">Geral</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="leftPane_optionsNode_name">
|
||
<source>Options</source>
|
||
<target state="translated">Opções</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="leftPane_capabilitiesNode_name">
|
||
<source>Configure SLO</source>
|
||
<target state="translated">Configurar SLO</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="leftPane_topNode_name">
|
||
<source>New Database</source>
|
||
<target state="translated">Novo Banco de Dados</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_autogrowth_disabled">
|
||
<source>None</source>
|
||
<target state="translated">Nenhum</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_autogrowth_restrictedGrowthByMB">
|
||
<source>By {0} MB, Limited to {1} MB</source>
|
||
<target state="translated">Em {0} MB, Limitado a {1} MB</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_autogrowth_restrictedGrowthByPercent">
|
||
<source>By {0} percent, Limited to {1} MB </source>
|
||
<target state="translated">Em {0} por cento, Limitado a {1} MB </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_autogrowth_unrestrictedGrowthByMB">
|
||
<source>By {0} MB, Unlimited</source>
|
||
<target state="translated">Em {0} MB, Ilimitado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_autogrowth_unrestrictedGrowthByPercent">
|
||
<source>By {0} percent, Unlimited</source>
|
||
<target state="translated">Em {0} por cento, Ilimitado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_autogrowth_unlimitedfilestream">
|
||
<source>Unlimited</source>
|
||
<target state="translated">Ilimitado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_autogrowth_limitedfilestream">
|
||
<source>Limited to {0} MB</source>
|
||
<target state="translated">Limitado a {0} MB</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_category_automatic">
|
||
<source>Automatic</source>
|
||
<target state="translated">Automática</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_category_servicebroker">
|
||
<source>Service Broker</source>
|
||
<target state="translated">Service Broker</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_category_collation">
|
||
<source>Collation</source>
|
||
<target state="translated">Agrupamento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_category_cursor">
|
||
<source>Cursor</source>
|
||
<target state="translated">Cursor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_category_misc">
|
||
<source>Miscellaneous</source>
|
||
<target state="translated">Diversos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_category_recovery">
|
||
<source>Recovery</source>
|
||
<target state="translated">Recuperação</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_category_state">
|
||
<source>State</source>
|
||
<target state="translated">Estado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_ansiNullDefault">
|
||
<source>ANSI NULL Default </source>
|
||
<target state="translated">Padrão ANSI NULL </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_ansiNulls">
|
||
<source>ANSI NULLS Enabled </source>
|
||
<target state="translated">ANSI NULLS Habilitado </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_ansiPadding">
|
||
<source>ANSI Padding Enabled </source>
|
||
<target state="translated">Preenchimento ANSI Habilitado </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_ansiWarnings">
|
||
<source>ANSI Warnings Enabled </source>
|
||
<target state="translated">Avisos ANSI Habilitados </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_arithabort">
|
||
<source>Arithmetic Abort Enabled </source>
|
||
<target state="translated">Anular Aritmética Habilitada </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_autoClose">
|
||
<source>Auto Close </source>
|
||
<target state="translated">Fechamento Automático </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_autoCreateStatistics">
|
||
<source>Auto Create Statistics </source>
|
||
<target state="translated">Estatísticas de Criação Automática </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_autoShrink">
|
||
<source>Auto Shrink </source>
|
||
<target state="translated">Redução Automática </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_autoUpdateStatistics">
|
||
<source>Auto Update Statistics </source>
|
||
<target state="translated">Atualizar Estatísticas Automaticamente </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_autoUpdateStatisticsAsync">
|
||
<source>Auto Update Statistics Asynchronously</source>
|
||
<target state="translated">Atualizar Estatísticas Automaticamente de Forma Assíncrona</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_caseSensitive">
|
||
<source>Case Sensitive </source>
|
||
<target state="translated">Diferencia Maiúsculas de Minúsculas </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_closeCursorOnCommit">
|
||
<source>Close Cursor on Commit Enabled </source>
|
||
<target state="translated">Fechar Cursor Quando a Confirmação for Habilitada </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_collation">
|
||
<source>Collation</source>
|
||
<target state="translated">Agrupamento</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_concatNullYieldsNull">
|
||
<source>Concatenate Null Yields Null </source>
|
||
<target state="translated">Concatenar Nulo Produz Nulo </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseCompatibilityLevel">
|
||
<source>Database Compatibility Level </source>
|
||
<target state="translated">Nível de Compatibilidade do Banco de Dados </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState">
|
||
<source>Database State </source>
|
||
<target state="translated">Estado do Banco de Dados </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_defaultCursor">
|
||
<source>Default Cursor </source>
|
||
<target state="translated">Cursor Padrão </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_fullTextIndexing">
|
||
<source>Full-Text Indexing Enabled </source>
|
||
<target state="translated">Indexação de Texto Completo Habilitada </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_numericRoundAbort">
|
||
<source>Numeric Round-Abort </source>
|
||
<target state="translated">Anular Arredondamento Numérico </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_pageVerify">
|
||
<source>Page Verify </source>
|
||
<target state="translated">Verificação de Página </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_quotedIdentifier">
|
||
<source>Quoted Identifiers Enabled </source>
|
||
<target state="translated">Identificadores entre Aspas Habilitados </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_readOnly">
|
||
<source>Database Read-Only </source>
|
||
<target state="translated">Banco de Dados Somente Leitura </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_recursiveTriggers">
|
||
<source>Recursive Triggers Enabled </source>
|
||
<target state="translated">Gatilhos Recursivos Habilitados </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_restrictAccess">
|
||
<source>Restrict Access </source>
|
||
<target state="translated">Acesso Restrito </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_selectIntoBulkCopy">
|
||
<source>Select Into/Bulk Copy </source>
|
||
<target state="translated">Selecionar em/Cópia em Massa </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_honorBrokerPriority">
|
||
<source>Honor Broker Priority</source>
|
||
<target state="translated">Seguir Prioridade do Agente</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_serviceBrokerGuid">
|
||
<source>Service Broker Identifier</source>
|
||
<target state="translated">Identificador de Service Broker</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_brokerEnabled">
|
||
<source>Broker Enabled</source>
|
||
<target state="translated">Agente Habilitado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_truncateLogOnCheckpoint">
|
||
<source>Truncate Log on Checkpoint </source>
|
||
<target state="translated">Truncar log no Ponto de Verificação </target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_dbChaining">
|
||
<source>Cross-database Ownership Chaining Enabled</source>
|
||
<target state="translated">Encadeamento de Propriedades de Bancos de Dados Habilitado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_trustworthy">
|
||
<source>Trustworthy</source>
|
||
<target state="translated">Trustworthy</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_dateCorrelationOptimization">
|
||
<source>Date Correlation Optimization Enabled</source>
|
||
<target state="translated">Otimização de Correlação de Dados Habilitada</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_parameterization">
|
||
<source>Parameterization</source>
|
||
<target state="translated">Parametrização</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_parameterization_value_forced">
|
||
<source>Forced</source>
|
||
<target state="translated">Forçado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_parameterization_value_simple">
|
||
<source>Simple</source>
|
||
<target state="translated">Simples</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_file_dataFile">
|
||
<source>ROWS Data</source>
|
||
<target state="translated">Dados de LINHAS</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_file_logFile">
|
||
<source>LOG</source>
|
||
<target state="translated">LOG</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_file_filestreamFile">
|
||
<source>FILESTREAM Data</source>
|
||
<target state="translated">Dados FILESTREAM</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_file_noFileGroup">
|
||
<source>Not Applicable</source>
|
||
<target state="translated">Não Aplicável</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_file_defaultpathstring">
|
||
<source><default path></source>
|
||
<target state="translated"><default path></target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="title_openConnectionsMustBeClosed">
|
||
<source>Open Connections</source>
|
||
<target state="translated">Conexões Abertas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="warning_openConnectionsMustBeClosed">
|
||
<source>To change the database properties, SQL Server must close all other connections to the database. Are you sure you want to change the properties and close all other connections?</source>
|
||
<target state="translated">Para alterar as propriedades do banco de dados, o SQL Server deve fechar todas as outras conexões com o banco de dados. Tem certeza de que deseja alterar as propriedades e fechar todas as outras conexões?</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_autoClosed">
|
||
<source>AUTO_CLOSED</source>
|
||
<target state="translated">AUTO_CLOSED</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_emergency">
|
||
<source>EMERGENCY</source>
|
||
<target state="translated">EMERGENCY</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_inaccessible">
|
||
<source>INACCESSIBLE</source>
|
||
<target state="translated">INACESSÍVEL</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_normal">
|
||
<source>NORMAL</source>
|
||
<target state="translated">NORMAL</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_offline">
|
||
<source>OFFLINE</source>
|
||
<target state="translated">OFFLINE</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_recovering">
|
||
<source>RECOVERING</source>
|
||
<target state="translated">RECOVERING</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_recoveryPending">
|
||
<source>RECOVERY PENDING</source>
|
||
<target state="translated">RECOVERY_PENDING</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_restoring">
|
||
<source>RESTORING</source>
|
||
<target state="translated">RESTORING</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_shutdown">
|
||
<source>SHUTDOWN</source>
|
||
<target state="translated">DESLIGAMENTO</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_standby">
|
||
<source>STANDBY</source>
|
||
<target state="translated">STANDBY</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databaseState_value_suspect">
|
||
<source>SUSPECT</source>
|
||
<target state="translated">SUSPECT</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_defaultCursor_value_global">
|
||
<source>GLOBAL</source>
|
||
<target state="translated">GLOBAL</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_defaultCursor_value_local">
|
||
<source>LOCAL</source>
|
||
<target state="translated">LOCAL</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_restrictAccess_value_multiple">
|
||
<source>MULTI_USER</source>
|
||
<target state="translated">MULTI_USER</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_restrictAccess_value_restricted">
|
||
<source>RESTRICTED_USER</source>
|
||
<target state="translated">RESTRICTED_USER</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_restrictAccess_value_single">
|
||
<source>SINGLE_USER</source>
|
||
<target state="translated">SINGLE_USER</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_pageVerify_value_checksum">
|
||
<source>CHECKSUM</source>
|
||
<target state="translated">CHECKSUM</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_pageVerify_value_none">
|
||
<source>NONE</source>
|
||
<target state="translated">NONE</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_pageVerify_value_tornPageDetection">
|
||
<source>TORN_PAGE_DETECTION</source>
|
||
<target state="translated">TORN_PAGE_DETECTION</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_varDecimalEnabled">
|
||
<source>VarDecimal Storage Format Enabled</source>
|
||
<target state="translated">Formato de Armazenamento VarDecimal Habilitado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_katmai">
|
||
<source>SQL Server 2008 (100)</source>
|
||
<target state="translated">SQL Server 2008 (100)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_encryptionEnabled">
|
||
<source>Encryption Enabled</source>
|
||
<target state="translated">Criptografia Habilitada</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databasescopedconfig_value_off">
|
||
<source>OFF</source>
|
||
<target state="translated">NONE</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_db_prop_databasescopedconfig_value_on">
|
||
<source>ON</source>
|
||
<target state="translated">ATIVADO</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="error_db_prop_invalidleadingColumns">
|
||
<source>For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns</source>
|
||
<target state="translated">Para a política de distribuição HASH, o número de colunas hash à esquerda é opcional, mas deveria ser de 1 a 16 colunas.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_denali">
|
||
<source>SQL Server 2012 (110)</source>
|
||
<target state="translated">SQL Server 2012 (110)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_sql14">
|
||
<source>SQL Server 2014 (120)</source>
|
||
<target state="translated">SQL Server 2014 (120)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_sql15">
|
||
<source>SQL Server 2016 (130)</source>
|
||
<target state="translated">SQL Server 2016 (130)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_sql2017">
|
||
<source>SQL Server 2017 (140)</source>
|
||
<target state="translated">SQL Server 2017 (140)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_sqlv150">
|
||
<source>SQL Server 2019 (150)</source>
|
||
<target state="translated">SQL Server 2019 (150)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="compatibilityLevel_sqlv160">
|
||
<source>SQL Server 2022 (160)</source>
|
||
<target state="translated">SQL Server 2022 (160)</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_containmentType_None">
|
||
<source>None</source>
|
||
<target state="translated">Nenhum</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="general_containmentType_Partial">
|
||
<source>Partial</source>
|
||
<target state="translated">Parcial</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="filegroups_filestreamFiles">
|
||
<source>FILESTREAM Files</source>
|
||
<target state="translated">Arquivos FILESTREAM</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="prototype_file_noApplicableFileGroup">
|
||
<source>No Applicable Filegroup</source>
|
||
<target state="translated">Nenhum Grupo de Arquivos Aplicável</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="BasicAzureEdition">
|
||
<source>Basic</source>
|
||
<target state="translated">Básico</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="StandardAzureEdition">
|
||
<source>Standard</source>
|
||
<target state="translated">Standard</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PremiumAzureEdition">
|
||
<source>Premium</source>
|
||
<target state="translated">Premium</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="DataWarehouseAzureEdition">
|
||
<source>DataWarehouse</source>
|
||
<target state="translated">DataWarehouse</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="GeneralPurposeAzureEdition">
|
||
<source>General Purpose</source>
|
||
<target state="translated">Uso Geral</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="BusinessCriticalAzureEdition">
|
||
<source>Business Critical</source>
|
||
<target state="translated">Comercialmente Crítico</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="ErrorInvalidEdition">
|
||
<source>Edition value is not valid</source>
|
||
<target state="translated">O valor de edição não é válido</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="HyperscaleAzureEdition">
|
||
<source>Hyperscale</source>
|
||
<target state="translated">Hiperescala</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="databaseBackupDate_None">
|
||
<source>None</source>
|
||
<target state="translated">Nenhum</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="PropertyNotInitialized">
|
||
<source>Property '{0}' was set before initialization.</source>
|
||
<target state="translated">A propriedade '{0}' foi definida antes da inicialização.</target>
|
||
<note>.
|
||
Parameters: 0 - propertyName (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerCreateTablePermissionDenied">
|
||
<source>CREATE TABLE permission denied in database '{0}'.</source>
|
||
<target state="translated">Permissão CRIAR TABLE negada no banco de dados '{0}'.</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="TableDesignerAlterTablePermissionDenied">
|
||
<source>ALTER TABLE permission denied for table '{0}'.</source>
|
||
<target state="translated">Permissão ALTERAR TABLE negada na tabela '{0}'.</target>
|
||
<note>.
|
||
Parameters: 0 - table (string) </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="WritingServerContextualizationToCacheError">
|
||
<source>An error was encountered while writing server contextualization scripts to the cache. Error: {0}</source>
|
||
<target state="translated">Foi encontrado um erro ao gravar scripts de contextualização do servidor no cache. Erro: {0}</target>
|
||
<note>.
|
||
Parameters: 0 - message (string) </note>
|
||
</trans-unit>
|
||
<trans-unit id="FailedToGenerateServerContextualizationScripts">
|
||
<source>Failed to generate server contextualization scripts</source>
|
||
<target state="translated">Falha ao gerar scripts de contextualização do servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="FailedToFindConnectionInfoAboutTheServer">
|
||
<source>Failed to find connection info about the server</source>
|
||
<target state="translated">Ocorreu um erro ao localizar as informações de conexão do servidor</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="querystorecapturemode_all">
|
||
<source>All</source>
|
||
<target state="translated">Tudo</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="querystorecapturemode_auto">
|
||
<source>Auto</source>
|
||
<target state="translated">Automático</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="querystorecapturemode_none">
|
||
<source>None</source>
|
||
<target state="translated">Nenhum</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="querystorecapturemode_custom">
|
||
<source>Custom</source>
|
||
<target state="translated">Personalizado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStoreSizeBasedCleanupMode_Off">
|
||
<source>Off</source>
|
||
<target state="translated">Desligado</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStoreSizeBasedCleanupMode_Auto">
|
||
<source>Auto</source>
|
||
<target state="translated">Automático</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="statisticsCollectionInterval_OneMinute">
|
||
<source>1 Minute</source>
|
||
<target state="translated">1 minuto</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="statisticsCollectionInterval_FiveMinutes">
|
||
<source>5 Minutes</source>
|
||
<target state="translated">5 minutos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="statisticsCollectionInterval_TenMinutes">
|
||
<source>10 Minutes</source>
|
||
<target state="translated">10 minutos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="statisticsCollectionInterval_FifteenMinutes">
|
||
<source>15 Minutes</source>
|
||
<target state="translated">15 minutos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="statisticsCollectionInterval_ThirtyMinutes">
|
||
<source>30 Minutes</source>
|
||
<target state="translated">30 minutos</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="statisticsCollectionInterval_OneHour">
|
||
<source>1 Hour</source>
|
||
<target state="translated">1 hora</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="statisticsCollectionInterval_OneDay">
|
||
<source>1 Day</source>
|
||
<target state="translated">1 dia</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStore_stale_threshold_OneHour">
|
||
<source>1 Hour</source>
|
||
<target state="translated">1 hora</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStore_stale_threshold_FourHours">
|
||
<source>4 Hours</source>
|
||
<target state="translated">4 Horas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStore_stale_threshold_EightHours">
|
||
<source>8 Hours</source>
|
||
<target state="translated">8 Horas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStore_stale_threshold_TwelveHours">
|
||
<source>12 Hours</source>
|
||
<target state="translated">12 Horas</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStore_stale_threshold_OneDay">
|
||
<source>1 Day</source>
|
||
<target state="translated">1 dia</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStore_stale_threshold_ThreeDays">
|
||
<source>3 Days</source>
|
||
<target state="translated">3 Dias</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="queryStore_stale_threshold_SevenDays">
|
||
<source>7 Days</source>
|
||
<target state="translated">7 dias</target>
|
||
<note></note>
|
||
</trans-unit>
|
||
<trans-unit id="InvalidDspFormatError">
|
||
<source>Invalid value for Database Schema Provider: '{0}'; expected to be in the form 'Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider'.</source>
|
||
<target state="translated">Valor inválido para o Provedor de Esquema de Banco de Dados: espera-se que '{0}'; que esteja no formato 'Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider'.</target>
|
||
<note>.
|
||
Parameters: 0 - dsp (string) </note>
|
||
</trans-unit>
|
||
</body>
|
||
</file>
|
||
</xliff> |