Skip to content

Commit

Permalink
[Scheduled Run] Localized resource files from OneLocBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SqlClient DevOps committed Jun 11, 2020
1 parent 59fe952 commit f2fd632
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4531,7 +4531,7 @@
<value>La taille UDT doit être inférieure à {1}, taille : {0}</value>
</data>
<data name="SEC_ProtocolWarning" xml:space="preserve">
<value>Security Warning: The negotiated {0} is an insecure protocol and is supported for backward compatibility only. The recommended protocol version is TLS 1.2 and later.</value>
<value>Avertissement de sécurité : Le {0} négocié est un protocole non sécurisé qui est pris en charge uniquement à des fins de compatibilité descendante. La version de protocole recommandée est TLS 1.2 et ultérieur.</value>
</data>
<data name="net_invalid_enum" xml:space="preserve">
<value>La valeur spécifiée n'est pas valide dans l'énumération '{0}'.</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4531,33 +4531,33 @@
<value>O tamanho do UDT precisa ser menor que {1}. Tamanho: {0}</value>
</data>
<data name="SEC_ProtocolWarning" xml:space="preserve">
<value>Security Warning: The negotiated {0} is an insecure protocol and is supported for backward compatibility only. The recommended protocol version is TLS 1.2 and later.</value>
<value>Aviso de Segurança: o {0} negociado é um protocolo não seguro com suporte somente para compatibilidade com versões anteriores. A versão recomendada do protocolo é TLS 1.2 e posterior.</value>
</data>
<data name="net_invalid_enum" xml:space="preserve">
<value>O valor especificado não é válido na enumeração '{0}'.</value>
</data>
<data name="SQL_BulkLoadInvalidOrderHint" xml:space="preserve">
<value>The given column order hint is not valid.</value>
<value>A dica de ordem de coluna fornecida não é válida.</value>
</data>
<data name="SQL_BulkLoadOrderHintDuplicateColumn" xml:space="preserve">
<value>The column '{0}' was specified more than once.</value>
<value>Uma coluna '{0}' foi especificada mais de uma vez.</value>
</data>
<data name="SQL_BulkLoadOrderHintInvalidColumn" xml:space="preserve">
<value>The sorted column '{0}' is not valid in the destination table.</value>
<value>A coluna classificada '{0}' não é válida na tabela de destino.</value>
</data>
<data name="SQL_BulkLoadUnspecifiedSortOrder" xml:space="preserve">
<value>A column order hint cannot have an unspecified sort order.</value>
<value>Uma dica de ordem de coluna não pode ter uma ordem de classificação não especificada.</value>
</data>
<data name="SQL_UnsupportedAuthenticationSpecified" xml:space="preserve">
<value>Unsupported authentication specified in this context: {0}</value>
<value>Autenticação sem suporte especificada neste contexto: {0}</value>
</data>
<data name="SQL_Timeout_Active_Directory_Interactive_Authentication" xml:space="preserve">
<value>Active Directory Interactive authentication timed out. The user took too long to respond to the authentication request.</value>
<value>A autenticação Interativa do Active Directory atingiu o tempo limite. O usuário demorou muito tempo para responder à solicitação de autenticação.</value>
</data>
<data name="SQL_SettingInteractiveWithCredential" xml:space="preserve">
<value>Cannot use 'Authentication=Active Directory Interactive', if the Credential property has been set.</value>
<value>Não é possível usar 'Authentication=Active Directory Interactive' quando a propriedade Credential está configurada.</value>
</data>
<data name="SQL_SettingCredentialWithInteractive" xml:space="preserve">
<value>Cannot set the Credential property if 'Authentication=Active Directory Interactive' has been specified in the connection string.</value>
<value>Não é possível definir a propriedade Credential quando 'Authentication=Active Directory Interactive' é especificado na cadeia de conexão.</value>
</data>
</root>

0 comments on commit f2fd632

Please sign in to comment.