mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
[Loc] update to xlfs for 3-24-2023 (#1966)
This commit is contained in:
@@ -1321,10 +1321,10 @@
|
|||||||
<value>Ungültiger Wert „{0}“ für das Verschlüsseln. Gültige Werte sind „Optional“, „Obligatorisch“, „Streng", „WAHR“, „FALSCH“, „Ja“ oder „Nein“.</value>
|
<value>Ungültiger Wert „{0}“ für das Verschlüsseln. Gültige Werte sind „Optional“, „Obligatorisch“, „Streng", „WAHR“, „FALSCH“, „Ja“ oder „Nein“.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>Ungültiger Wert "{0}" für EnclaveAttestationProtocol. Gültige Werte sind "AAS", "HGS" und "None".</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>Für das Nachweisprotokoll und die Enclave-Nachweis-URL muss "Always Encrypted" für Secure Enclaves auf "Enabled" festgelegt sein.</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>Fehler bei der Batchausführung. Der Vorgang wird beendet.</value>
|
<value>Fehler bei der Batchausführung. Der Vorgang wird beendet.</value>
|
||||||
@@ -3998,13 +3998,13 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
|
|||||||
<value>Integrierte Schemas</value>
|
<value>Integrierte Schemas</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>Die Beglaubigungs-URL darf mit dem ausgewählten Wert des Beglaubigungsprotokolls nicht leer sein.</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>Ungültiger Wert "{0}" für SecureEnclaves. Gültige Werte sind "Enabled" und "Disabled".</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>Die Enclave-Nachweis-URL darf nicht mit dem Nachweisprotokoll "None" angegeben werden. Legen Sie ein geeignetes Nachweisprotokoll fest, oder entfernen Sie die Nachweis-URL aus den Verbindungseigenschaften.</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><default></value>
|
<value><default></value>
|
||||||
@@ -4015,4 +4015,7 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>Das Objekt konnte nicht umbenannt werden. URN: '{0}'.</value>
|
<value>Das Objekt konnte nicht umbenannt werden. URN: '{0}'.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>Valor no válido "{0}" para Cifrar. Los valores válidos son "Optional", "Mandatory", "Strict", "True", "False", "Yes" y "No".</value>
|
<value>Valor no válido "{0}" para Cifrar. Los valores válidos son "Optional", "Mandatory", "Strict", "True", "False", "Yes" y "No".</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>El valor "{0}" no es válido para EnclaveAttestationProtocol. Los valores válidos son "AAS" y "HGS" y "none".</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>El protocolo de atestación y la dirección URL de atestación de enclave requieren que Always Encrypted con enclaves seguros esté habilitado.</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>Error durante la ejecución del lote. Saliendo.</value>
|
<value>Error durante la ejecución del lote. Saliendo.</value>
|
||||||
@@ -3998,13 +3998,13 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
|||||||
<value>Esquemas integrados</value>
|
<value>Esquemas integrados</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>La dirección URL de atestación no puede estar vacía con el valor seleccionado del protocolo de atestación.</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>Valor "{0}" no válido para SecureEnclaves. Los valores válidos son "Enabled" y "Disabled".</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>La dirección URL de atestación del enclave no debe especificarse con el protocolo de atestación "none". Establezca el protocolo de atestación adecuado o quite la dirección URL de atestación de las propiedades de conexión.</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><predeterminado></value>
|
<value><predeterminado></value>
|
||||||
@@ -4015,4 +4015,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>No se pudo cambiar el nombre del objeto. URN: '{0}'.</value>
|
<value>No se pudo cambiar el nombre del objeto. URN: '{0}'.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>Valeur non valide '{0}' pour Chiffrer. Les valeurs valides sont 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' et 'No'.</value>
|
<value>Valeur non valide '{0}' pour Chiffrer. Les valeurs valides sont 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' et 'No'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>Valeur non valide '{0}' pour EnclaveAttestationProtocol. Les valeurs valides sont 'AAS', 'HGS' et 'Aucun'.</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>Le protocole d'attestation et l'URL d'attestation d'enclave nécessitent que Always Encrypted avec des enclaves sécurisées soit défini sur Activé.</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>Une erreur s'est produite durant l'exécution du lot. Fermeture en cours.</value>
|
<value>Une erreur s'est produite durant l'exécution du lot. Fermeture en cours.</value>
|
||||||
@@ -3998,13 +3998,13 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
|||||||
<value>Schémas intégrés</value>
|
<value>Schémas intégrés</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>L’URL d’attestation ne peut pas être vide avec la valeur sélectionnée protocole d’attestation.</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>Valeur non valide '{0}' pour SecureEnclaves. Les valeurs valides sont 'Activé' et 'Désactivé'.</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>L'URL d'attestation d'enclave ne doit pas être spécifiée avec le protocole d'attestation « Aucun ». Définissez le protocole d'attestation approprié ou supprimez l'URL d'attestation des propriétés de connexion.</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><defaut></value>
|
<value><defaut></value>
|
||||||
@@ -4015,4 +4015,7 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>L'objet n'a pas pu être renommé. UR : '{0}'.</value>
|
<value>L'objet n'a pas pu être renommé. UR : '{0}'.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>Valore '{0}' non valido per la crittografia. I valori validi sono: 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' e 'No'.</value>
|
<value>Valore '{0}' non valido per la crittografia. I valori validi sono: 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' e 'No'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>Valore '{0}' non valido per EnclaveAttestationProtocol. I valori validi sono 'AAS', 'HGS' e 'None'.</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>Il protocollo di attestazione e l'URL di attestazione dell'enclave richiedono che Always Encrypted con enclavi sicure sia impostato su Abilitato.</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>Si è verificato un errore durante l'esecuzione del batch. Chiusura in corso.</value>
|
<value>Si è verificato un errore durante l'esecuzione del batch. Chiusura in corso.</value>
|
||||||
@@ -3998,13 +3998,13 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
|
|||||||
<value>Schemi predefiniti</value>
|
<value>Schemi predefiniti</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>L'URL di attestazione non può essere vuoto con il valore selezionato del protocollo di attestazione.</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>Valore '{0}' non valido per SecureEnclaves. I valori validi sono 'Enabled' e 'Disabled'.</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>L'URL di attestazione dell'enclave non deve essere specificato con il protocollo di attestazione 'None'. Impostare il protocollo di attestazione appropriato o rimuovere l'URL di attestazione dalle proprietà della connessione.</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><predefinita></value>
|
<value><predefinita></value>
|
||||||
@@ -4015,4 +4015,7 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>Non è stato possibile rinominare l'oggetto. URN: '{0}'.</value>
|
<value>Non è stato possibile rinominare l'oggetto. URN: '{0}'.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>Encrypt の値 '{0}' が無効です。有効な値は、'Optional'、'Mandatory'、'Strict'、'True'、'False'、'Yes'、および 'No' です。</value>
|
<value>Encrypt の値 '{0}' が無効です。有効な値は、'Optional'、'Mandatory'、'Strict'、'True'、'False'、'Yes'、および 'No' です。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>EnclaveAttestationProtocol の値 '{0}' が無効です。有効な値は、'AAS'、'HGS'、'None' です。</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>構成証明プロトコルおよびエンクレーブ構成証明の URL では、Always Encrypted with Secure Enclaves を有効に設定する必要があります。</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>バッチの実行中にエラーが発生しました。終了します。</value>
|
<value>バッチの実行中にエラーが発生しました。終了します。</value>
|
||||||
@@ -3998,13 +3998,13 @@
|
|||||||
<value>組み込みスキーマ</value>
|
<value>組み込みスキーマ</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>構成証明プロトコルの選択された値では、構成証明 URL を空にすることはできません。</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>SecureEnclaves の値 '{0}' が無効です。有効な値は 'Enabled' と 'Disabled' です。</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>エンクレーブ構成証明の URL は構成証明プロトコル 'None' で指定することはできません。 適切な構成証明プロトコルを設定するか、接続プロパティから構成証明 URL を削除します。</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><既定></value>
|
<value><既定></value>
|
||||||
@@ -4013,6 +4013,9 @@
|
|||||||
<value>ロックの解除中にログインのパスワードをリセットします。</value>
|
<value>ロックの解除中にログインのパスワードをリセットします。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>The object could not be renamed. URN: '{0}'.</value>
|
<value>オブジェクトの名前を変更できませんでした。URN: '{0}'。</value>
|
||||||
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>암호화에 대한 잘못된 값 '{0}'. 유효한 값은 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' 및 'No'.입니다.</value>
|
<value>암호화에 대한 잘못된 값 '{0}'. 유효한 값은 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' 및 'No'.입니다.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>EnclaveAttestationProtocol에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'AAS', 'HGS', 'None'입니다.</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>증명 프로토콜 및 enclave 증명 URL을 사용하려면 보안 enclave를 사용하는 Always Encrypted를 Enabled로 설정해야 합니다.</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>일괄 처리를 실행하는 동안 오류가 발생하여 종료합니다.</value>
|
<value>일괄 처리를 실행하는 동안 오류가 발생하여 종료합니다.</value>
|
||||||
@@ -3998,13 +3998,13 @@
|
|||||||
<value>기본 제공 스키마</value>
|
<value>기본 제공 스키마</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>증명 URL은 증명 프로토콜의 선택된 값으로 비워 둘 수 없습니다.</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>SecureEnclaves에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'Enabled' 및 'Disabled'입니다.</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>enclave 증명 URL은 증명 프로토콜 'None'으로 지정될 수 없습니다. 적절한 증명 프로토콜을 설정하거나 연결 속성에서 증명 URL을 제거하세요.</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><default></value>
|
<value><default></value>
|
||||||
@@ -4015,4 +4015,7 @@
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>개체의 이름을 바꿀 수 없습니다. URN: '{0}'.</value>
|
<value>개체의 이름을 바꿀 수 없습니다. URN: '{0}'.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>Valor inválido '{0}' para Criptografar. Os valores válidos são 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' e 'No'.</value>
|
<value>Valor inválido '{0}' para Criptografar. Os valores válidos são 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' e 'No'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>Valor inválido '{0}' para EnclaveAttestationProtocol. Os valores válidos são 'AAS', 'HGS' e ‘Nenhum’.</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>O Protocolo de Atestado e o URL de Atestado de Enclave requer que a opção Always Encrypted com Enclaves Seguros seja definida como Habilitada.</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>Erro durante a execução do lote. Saindo.</value>
|
<value>Erro durante a execução do lote. Saindo.</value>
|
||||||
@@ -3998,13 +3998,13 @@ O Processador de Consultas estima que a implementação do índice a seguir pode
|
|||||||
<value>Esquemas Internos</value>
|
<value>Esquemas Internos</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>A URL de Atestado não pode ficar vazia com o valor selecionado do Protocolo de Atestado.</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>Valor inválido '{0}' para SecureEnclaves. Os valores válidos são 'Habilitado' e 'Desabilitado'.</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>O URL de Atestado de Enclave não deve ser especificado com o Protocolo de Atestado 'Nenhum'. Ou defina o Protocolo de Atestado apropriado ou remova o URL de Atestado das propriedades de conexão.</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><default></value>
|
<value><default></value>
|
||||||
@@ -4015,4 +4015,7 @@ O Processador de Consultas estima que a implementação do índice a seguir pode
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>Não foi possível renomear o objeto. URN: '{0}'.</value>
|
<value>Não foi possível renomear o objeto. URN: '{0}'.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>Недопустимое значение "{0}" для параметра Encrypt. Допустимые значения: "Optional" (необязательно), "Mandatory" (обязательно), "Strict" (строго), "True" (истина), "False" (ложь), "Yes" (да) и "No" (нет).</value>
|
<value>Недопустимое значение "{0}" для параметра Encrypt. Допустимые значения: "Optional" (необязательно), "Mandatory" (обязательно), "Strict" (строго), "True" (истина), "False" (ложь), "Yes" (да) и "No" (нет).</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>Недопустимое значение "{0}" для EnclaveAttestationProtocol. Допустимые значения: "AAS", "HGS" и "None" (Нет).</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>Протокол аттестации и URL-адрес аттестации анклава требуют включения Always Encrypted с безопасными анклавами.</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>При выполнении пакета возникла ошибка. Выполняется выход.</value>
|
<value>При выполнении пакета возникла ошибка. Выполняется выход.</value>
|
||||||
@@ -3998,13 +3998,13 @@
|
|||||||
<value>Встроенные схемы</value>
|
<value>Встроенные схемы</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>URL-адрес аттестации не может быть пустым с выбранным значением протокола аттестации.</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>Недопустимое значение "{0}" для SecureEnclaves. Допустимые значения: "Enabled" (Включено) и "Disabled" (Отключено).</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>Недопустимо задавать URL-адрес аттестации анклава с протоколом аттестации "None". Задайте подходящий протокол или удалите URL-адрес из свойств подключения.</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><default></value>
|
<value><default></value>
|
||||||
@@ -4015,4 +4015,7 @@
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>Не удалось переименовать объект. Унифицированное имя ресурса: "{0}".</value>
|
<value>Не удалось переименовать объект. Унифицированное имя ресурса: "{0}".</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>加密的值“{0}”无效。有效值为 “Optional”、“Mandatory”、“Strict”、“True”、“False”、“Yes”和“No”。</value>
|
<value>加密的值“{0}”无效。有效值为 “Optional”、“Mandatory”、“Strict”、“True”、“False”、“Yes”和“No”。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>EnclaveAttestationProtocol 的值“{0}”无效。有效值为 "AAS"、"HGS" 和“无”。</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>证明协议和 Enclave 证明 URL 需要将 Always Encrypted with Secure Enclaves 设置为“已启用”。</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>在执行批处理期间遇到错误。正在退出。</value>
|
<value>在执行批处理期间遇到错误。正在退出。</value>
|
||||||
@@ -3998,13 +3998,13 @@
|
|||||||
<value>内置架构</value>
|
<value>内置架构</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>证明 URL 不能为空,且所选值为证明协议。</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>SecureEnclave 的值“{0}”无效。有效值为“已启用”和“已禁用”。</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>不得使用证明协议“无”指定 Enclave 证明 URL。请设置适当的证明协议或从连接属性中移除证明 URL。</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><default></value>
|
<value><default></value>
|
||||||
@@ -4015,4 +4015,7 @@
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>无法重命名对象。URN:“{0}”。</value>
|
<value>无法重命名对象。URN:“{0}”。</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -1321,10 +1321,10 @@
|
|||||||
<value>加密的值 '{0}' 無效。有效值為 'Optional'、'Mandatory'、'Strict'、'True'、'False'、'Yes' 和 'No'。</value>
|
<value>加密的值 '{0}' 無效。有效值為 'Optional'、'Mandatory'、'Strict'、'True'、'False'、'Yes' 和 'No'。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
|
||||||
<value>EnclaveAttestationProtocol 的值 '{0}' 無效。有效值為 'AAS'、'HGS' 及 'None'。</value>
|
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||||
<value>證明通訊協定與 Enclave 證明 URL 需要將搭配 Secure Enclave 的 Always Encrypted 設定為 [啟用]。</value>
|
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SqlCmdExitOnError" xml:space="preserve">
|
<data name="SqlCmdExitOnError" xml:space="preserve">
|
||||||
<value>執行批次期間發生錯誤,結束中。</value>
|
<value>執行批次期間發生錯誤,結束中。</value>
|
||||||
@@ -3998,13 +3998,13 @@
|
|||||||
<value>內建結構描述</value>
|
<value>內建結構描述</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||||
<value>使用證明通訊協定的選取值時,證明 URL 不可為空白。</value>
|
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||||
<value>SecureEnclaves 的值 '{0}' 無效。有效值為 'Enabled' 及 'Disabled'。</value>
|
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||||
<value>不得使用證明通訊協定 'None' 指定 Enclave 證明 URL。請設定適當的證明通訊協定,或從連線屬性移除證明 URL。</value>
|
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
|
||||||
<value><預設></value>
|
<value><預設></value>
|
||||||
@@ -4015,4 +4015,7 @@
|
|||||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||||
<value>無法重新命名物件。URN: '{0}'。</value>
|
<value>無法重新命名物件。URN: '{0}'。</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||||
|
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">Ungültiger Wert "{0}" für EnclaveAttestationProtocol. Gültige Werte sind "AAS", "HGS" und "None".</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">Für das Nachweisprotokoll und die Enclave-Nachweis-URL muss "Always Encrypted" für Secure Enclaves auf "Enabled" festgelegt sein.</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">Die Beglaubigungs-URL darf mit dem ausgewählten Wert des Beglaubigungsprotokolls nicht leer sein.</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">Ungültiger Wert "{0}" für SecureEnclaves. Gültige Werte sind "Enabled" und "Disabled".</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">Die Enclave-Nachweis-URL darf nicht mit dem Nachweisprotokoll "None" angegeben werden. Legen Sie ein geeignetes Nachweisprotokoll fest, oder entfernen Sie die Nachweis-URL aus den Verbindungseigenschaften.</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">El valor "{0}" no es válido para EnclaveAttestationProtocol. Los valores válidos son "AAS" y "HGS" y "none".</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">El protocolo de atestación y la dirección URL de atestación de enclave requieren que Always Encrypted con enclaves seguros esté habilitado.</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">La dirección URL de atestación no puede estar vacía con el valor seleccionado del protocolo de atestación.</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">Valor "{0}" no válido para SecureEnclaves. Los valores válidos son "Enabled" y "Disabled".</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">La dirección URL de atestación del enclave no debe especificarse con el protocolo de atestación "none". Establezca el protocolo de atestación adecuado o quite la dirección URL de atestación de las propiedades de conexión.</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">Valeur non valide '{0}' pour EnclaveAttestationProtocol. Les valeurs valides sont 'AAS', 'HGS' et 'Aucun'.</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">Le protocole d'attestation et l'URL d'attestation d'enclave nécessitent que Always Encrypted avec des enclaves sécurisées soit défini sur Activé.</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">L’URL d’attestation ne peut pas être vide avec la valeur sélectionnée protocole d’attestation.</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">Valeur non valide '{0}' pour SecureEnclaves. Les valeurs valides sont 'Activé' et 'Désactivé'.</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">L'URL d'attestation d'enclave ne doit pas être spécifiée avec le protocole d'attestation « Aucun ». Définissez le protocole d'attestation approprié ou supprimez l'URL d'attestation des propriétés de connexion.</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">Valore '{0}' non valido per EnclaveAttestationProtocol. I valori validi sono 'AAS', 'HGS' e 'None'.</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">Il protocollo di attestazione e l'URL di attestazione dell'enclave richiedono che Always Encrypted con enclavi sicure sia impostato su Abilitato.</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">L'URL di attestazione non può essere vuoto con il valore selezionato del protocollo di attestazione.</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">Valore '{0}' non valido per SecureEnclaves. I valori validi sono 'Enabled' e 'Disabled'.</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">L'URL di attestazione dell'enclave non deve essere specificato con il protocollo di attestazione 'None'. Impostare il protocollo di attestazione appropriato o rimuovere l'URL di attestazione dalle proprietà della connessione.</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">EnclaveAttestationProtocol の値 '{0}' が無効です。有効な値は、'AAS'、'HGS'、'None' です。</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">構成証明プロトコルおよびエンクレーブ構成証明の URL では、Always Encrypted with Secure Enclaves を有効に設定する必要があります。</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">構成証明プロトコルの選択された値では、構成証明 URL を空にすることはできません。</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">SecureEnclaves の値 '{0}' が無効です。有効な値は 'Enabled' と 'Disabled' です。</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">エンクレーブ構成証明の URL は構成証明プロトコル 'None' で指定することはできません。 適切な構成証明プロトコルを設定するか、接続プロパティから構成証明 URL を削除します。</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6578,10 +6578,15 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ObjectNotRenamable">
|
<trans-unit id="ObjectNotRenamable">
|
||||||
<source>The object could not be renamed. URN: '{0}'.</source>
|
<source>The object could not be renamed. URN: '{0}'.</source>
|
||||||
<target state="new">The object could not be renamed. URN: '{0}'.</target>
|
<target state="translated">オブジェクトの名前を変更できませんでした。URN: '{0}'。</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">EnclaveAttestationProtocol에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'AAS', 'HGS', 'None'입니다.</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">증명 프로토콜 및 enclave 증명 URL을 사용하려면 보안 enclave를 사용하는 Always Encrypted를 Enabled로 설정해야 합니다.</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">증명 URL은 증명 프로토콜의 선택된 값으로 비워 둘 수 없습니다.</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">SecureEnclaves에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'Enabled' 및 'Disabled'입니다.</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">enclave 증명 URL은 증명 프로토콜 'None'으로 지정될 수 없습니다. 적절한 증명 프로토콜을 설정하거나 연결 속성에서 증명 URL을 제거하세요.</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">Valor inválido '{0}' para EnclaveAttestationProtocol. Os valores válidos são 'AAS', 'HGS' e ‘Nenhum’.</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<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 o URL de Atestado de Enclave requer que a opção Always Encrypted com Enclaves Seguros seja definida como Habilitada.</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ O Processador de Consultas estima que a implementação do índice a seguir pode
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<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>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">Valor inválido '{0}' para SecureEnclaves. Os valores válidos são 'Habilitado' e 'Desabilitado'.</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">O URL de Atestado de Enclave não deve ser especificado com o Protocolo de Atestado 'Nenhum'. Ou defina o Protocolo de Atestado apropriado ou remova o URL de Atestado das propriedades de conexão.</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ O Processador de Consultas estima que a implementação do índice a seguir pode
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">Недопустимое значение "{0}" для EnclaveAttestationProtocol. Допустимые значения: "AAS", "HGS" и "None" (Нет).</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">Протокол аттестации и URL-адрес аттестации анклава требуют включения Always Encrypted с безопасными анклавами.</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">URL-адрес аттестации не может быть пустым с выбранным значением протокола аттестации.</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">Недопустимое значение "{0}" для SecureEnclaves. Допустимые значения: "Enabled" (Включено) и "Disabled" (Отключено).</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">Недопустимо задавать URL-адрес аттестации анклава с протоколом аттестации "None". Задайте подходящий протокол или удалите URL-адрес из свойств подключения.</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">EnclaveAttestationProtocol 的值“{0}”无效。有效值为 "AAS"、"HGS" 和“无”。</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">证明协议和 Enclave 证明 URL 需要将 Always Encrypted with Secure Enclaves 设置为“已启用”。</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">证明 URL 不能为空,且所选值为证明协议。</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">SecureEnclave 的值“{0}”无效。有效值为“已启用”和“已禁用”。</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">不得使用证明协议“无”指定 Enclave 证明 URL。请设置适当的证明协议或从连接属性中移除证明 URL。</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
@@ -2042,14 +2042,14 @@
|
|||||||
Parameters: 0 - encrypt (string) </note>
|
Parameters: 0 - encrypt (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
||||||
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
||||||
<target state="translated">EnclaveAttestationProtocol 的值 '{0}' 無效。有效值為 'AAS'、'HGS' 及 'None'。</target>
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
||||||
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</source>
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
||||||
<target state="translated">證明通訊協定與 Enclave 證明 URL 需要將搭配 Secure Enclave 的 Always Encrypted 設定為 [啟用]。</target>
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="SqlCmdExitOnError">
|
<trans-unit id="SqlCmdExitOnError">
|
||||||
@@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
||||||
<source>Attestation URL cannot be empty with the selected value of Attestation Protocol.</source>
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
||||||
<target state="translated">使用證明通訊協定的選取值時,證明 URL 不可為空白。</target>
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
||||||
<source>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
||||||
<target state="translated">SecureEnclaves 的值 '{0}' 無效。有效值為 'Enabled' 及 'Disabled'。</target>
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - secureEnclaves (string) </note>
|
Parameters: 0 - secureEnclaves (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
||||||
<source>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</source>
|
<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">不得使用證明通訊協定 'None' 指定 Enclave 證明 URL。請設定適當的證明通訊協定,或從連線屬性移除證明 URL。</target>
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="DefaultLanguagePlaceholder">
|
<trans-unit id="DefaultLanguagePlaceholder">
|
||||||
@@ -6582,6 +6582,11 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note>.
|
<note>.
|
||||||
Parameters: 0 - urn (string) </note>
|
Parameters: 0 - urn (string) </note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
||||||
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
||||||
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
Reference in New Issue
Block a user