From b7709c9e5b6ca69fb6394340b131f68e3bf9f9e1 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Fri, 24 Mar 2023 10:51:49 -0700 Subject: [PATCH] [Loc] update to xlfs for 3-24-2023 (#1966) --- .../Localization/sr.de.resx | 13 +++++---- .../Localization/sr.es.resx | 13 +++++---- .../Localization/sr.fr.resx | 13 +++++---- .../Localization/sr.it.resx | 13 +++++---- .../Localization/sr.ja.resx | 15 ++++++----- .../Localization/sr.ko.resx | 13 +++++---- .../Localization/sr.pt-br.resx | 13 +++++---- .../Localization/sr.ru.resx | 13 +++++---- .../Localization/sr.zh-Hans.resx | 13 +++++---- .../Localization/sr.zh-Hant.resx | 13 +++++---- .../Localization/transXliff/sr.de.xlf | 25 ++++++++++------- .../Localization/transXliff/sr.es.xlf | 25 ++++++++++------- .../Localization/transXliff/sr.fr.xlf | 25 ++++++++++------- .../Localization/transXliff/sr.it.xlf | 25 ++++++++++------- .../Localization/transXliff/sr.ja.xlf | 27 +++++++++++-------- .../Localization/transXliff/sr.ko.xlf | 25 ++++++++++------- .../Localization/transXliff/sr.pt-br.xlf | 25 ++++++++++------- .../Localization/transXliff/sr.ru.xlf | 25 ++++++++++------- .../Localization/transXliff/sr.zh-hans.xlf | 25 ++++++++++------- .../Localization/transXliff/sr.zh-hant.xlf | 25 ++++++++++------- 20 files changed, 232 insertions(+), 152 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx index 6cfd800e..b33f66ee 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx @@ -1321,10 +1321,10 @@ Ungültiger Wert „{0}“ für das Verschlüsseln. Gültige Werte sind „Optional“, „Obligatorisch“, „Streng", „WAHR“, „FALSCH“, „Ja“ oder „Nein“. - Ungültiger Wert "{0}" für EnclaveAttestationProtocol. Gültige Werte sind "AAS", "HGS" und "None". + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - Für das Nachweisprotokoll und die Enclave-Nachweis-URL muss "Always Encrypted" für Secure Enclaves auf "Enabled" festgelegt sein. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. Fehler bei der Batchausführung. Der Vorgang wird beendet. @@ -3998,13 +3998,13 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index Integrierte Schemas - Die Beglaubigungs-URL darf mit dem ausgewählten Wert des Beglaubigungsprotokolls nicht leer sein. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Ungültiger Wert "{0}" für SecureEnclaves. Gültige Werte sind "Enabled" und "Disabled". + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <default> @@ -4015,4 +4015,7 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index Das Objekt konnte nicht umbenannt werden. URN: '{0}'. + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx index 402e6797..600ecbfb 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx @@ -1321,10 +1321,10 @@ Valor no válido "{0}" para Cifrar. Los valores válidos son "Optional", "Mandatory", "Strict", "True", "False", "Yes" y "No". - El valor "{0}" no es válido para EnclaveAttestationProtocol. Los valores válidos son "AAS" y "HGS" y "none". + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - El protocolo de atestación y la dirección URL de atestación de enclave requieren que Always Encrypted con enclaves seguros esté habilitado. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. Error durante la ejecución del lote. Saliendo. @@ -3998,13 +3998,13 @@ El procesador de consultas estima que la implementación del siguiente índice p Esquemas integrados - La dirección URL de atestación no puede estar vacía con el valor seleccionado del protocolo de atestación. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Valor "{0}" no válido para SecureEnclaves. Los valores válidos son "Enabled" y "Disabled". + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <predeterminado> @@ -4015,4 +4015,7 @@ El procesador de consultas estima que la implementación del siguiente índice p No se pudo cambiar el nombre del objeto. URN: '{0}'. + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx index 4b6a0a3e..d5c22119 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx @@ -1321,10 +1321,10 @@ Valeur non valide '{0}' pour Chiffrer. Les valeurs valides sont 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' et 'No'. - Valeur non valide '{0}' pour EnclaveAttestationProtocol. Les valeurs valides sont 'AAS', 'HGS' et 'Aucun'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - 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é. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. Une erreur s'est produite durant l'exécution du lot. Fermeture en cours. @@ -3998,13 +3998,13 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut Schémas intégrés - L’URL d’attestation ne peut pas être vide avec la valeur sélectionnée protocole d’attestation. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Valeur non valide '{0}' pour SecureEnclaves. Les valeurs valides sont 'Activé' et 'Désactivé'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <defaut> @@ -4015,4 +4015,7 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut L'objet n'a pas pu être renommé. UR : '{0}'. + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx index 12a0b013..bdf607ca 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx @@ -1321,10 +1321,10 @@ Valore '{0}' non valido per la crittografia. I valori validi sono: 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' e 'No'. - Valore '{0}' non valido per EnclaveAttestationProtocol. I valori validi sono 'AAS', 'HGS' e 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - Il protocollo di attestazione e l'URL di attestazione dell'enclave richiedono che Always Encrypted con enclavi sicure sia impostato su Abilitato. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. Si è verificato un errore durante l'esecuzione del batch. Chiusura in corso. @@ -3998,13 +3998,13 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior Schemi predefiniti - L'URL di attestazione non può essere vuoto con il valore selezionato del protocollo di attestazione. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Valore '{0}' non valido per SecureEnclaves. I valori validi sono 'Enabled' e 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <predefinita> @@ -4015,4 +4015,7 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior Non è stato possibile rinominare l'oggetto. URN: '{0}'. + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx index 295b19f1..66ff4e16 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx @@ -1321,10 +1321,10 @@ Encrypt の値 '{0}' が無効です。有効な値は、'Optional'、'Mandatory'、'Strict'、'True'、'False'、'Yes'、および 'No' です。 - EnclaveAttestationProtocol の値 '{0}' が無効です。有効な値は、'AAS'、'HGS'、'None' です。 + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - 構成証明プロトコルおよびエンクレーブ構成証明の URL では、Always Encrypted with Secure Enclaves を有効に設定する必要があります。 + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. バッチの実行中にエラーが発生しました。終了します。 @@ -3998,13 +3998,13 @@ 組み込みスキーマ - 構成証明プロトコルの選択された値では、構成証明 URL を空にすることはできません。 + Attestation URL cannot be empty with the selected value of Attestation protocol. - SecureEnclaves の値 '{0}' が無効です。有効な値は 'Enabled' と 'Disabled' です。 + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - エンクレーブ構成証明の URL は構成証明プロトコル 'None' で指定することはできません。 適切な構成証明プロトコルを設定するか、接続プロパティから構成証明 URL を削除します。 + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <既定> @@ -4013,6 +4013,9 @@ ロックの解除中にログインのパスワードをリセットします。 - The object could not be renamed. URN: '{0}'. + オブジェクトの名前を変更できませんでした。URN: '{0}'。 + + + Attestation protocol cannot be empty with Secure enclaves enabled. \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx index d718a8f6..4033ec85 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx @@ -1321,10 +1321,10 @@ 암호화에 대한 잘못된 값 '{0}'. 유효한 값은 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' 및 'No'.입니다. - EnclaveAttestationProtocol에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'AAS', 'HGS', 'None'입니다. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - 증명 프로토콜 및 enclave 증명 URL을 사용하려면 보안 enclave를 사용하는 Always Encrypted를 Enabled로 설정해야 합니다. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. 일괄 처리를 실행하는 동안 오류가 발생하여 종료합니다. @@ -3998,13 +3998,13 @@ 기본 제공 스키마 - 증명 URL은 증명 프로토콜의 선택된 값으로 비워 둘 수 없습니다. + Attestation URL cannot be empty with the selected value of Attestation protocol. - SecureEnclaves에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'Enabled' 및 'Disabled'입니다. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - enclave 증명 URL은 증명 프로토콜 'None'으로 지정될 수 없습니다. 적절한 증명 프로토콜을 설정하거나 연결 속성에서 증명 URL을 제거하세요. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <default> @@ -4015,4 +4015,7 @@ 개체의 이름을 바꿀 수 없습니다. URN: '{0}'. + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx index 48f592de..3767a541 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx @@ -1321,10 +1321,10 @@ Valor inválido '{0}' para Criptografar. Os valores válidos são 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' e 'No'. - Valor inválido '{0}' para EnclaveAttestationProtocol. Os valores válidos são 'AAS', 'HGS' e ‘Nenhum’. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - 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. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. Erro durante a execução do lote. Saindo. @@ -3998,13 +3998,13 @@ O Processador de Consultas estima que a implementação do índice a seguir pode Esquemas Internos - A URL de Atestado não pode ficar vazia com o valor selecionado do Protocolo de Atestado. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Valor inválido '{0}' para SecureEnclaves. Os valores válidos são 'Habilitado' e 'Desabilitado'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <default> @@ -4015,4 +4015,7 @@ O Processador de Consultas estima que a implementação do índice a seguir pode Não foi possível renomear o objeto. URN: '{0}'. + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx index fbd0b867..81b05252 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx @@ -1321,10 +1321,10 @@ Недопустимое значение "{0}" для параметра Encrypt. Допустимые значения: "Optional" (необязательно), "Mandatory" (обязательно), "Strict" (строго), "True" (истина), "False" (ложь), "Yes" (да) и "No" (нет). - Недопустимое значение "{0}" для EnclaveAttestationProtocol. Допустимые значения: "AAS", "HGS" и "None" (Нет). + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - Протокол аттестации и URL-адрес аттестации анклава требуют включения Always Encrypted с безопасными анклавами. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. При выполнении пакета возникла ошибка. Выполняется выход. @@ -3998,13 +3998,13 @@ Встроенные схемы - URL-адрес аттестации не может быть пустым с выбранным значением протокола аттестации. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Недопустимое значение "{0}" для SecureEnclaves. Допустимые значения: "Enabled" (Включено) и "Disabled" (Отключено). + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - Недопустимо задавать URL-адрес аттестации анклава с протоколом аттестации "None". Задайте подходящий протокол или удалите URL-адрес из свойств подключения. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <default> @@ -4015,4 +4015,7 @@ Не удалось переименовать объект. Унифицированное имя ресурса: "{0}". + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx index 3e52ad53..9af96ed4 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx @@ -1321,10 +1321,10 @@ 加密的值“{0}”无效。有效值为 “Optional”、“Mandatory”、“Strict”、“True”、“False”、“Yes”和“No”。 - EnclaveAttestationProtocol 的值“{0}”无效。有效值为 "AAS"、"HGS" 和“无”。 + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - 证明协议和 Enclave 证明 URL 需要将 Always Encrypted with Secure Enclaves 设置为“已启用”。 + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. 在执行批处理期间遇到错误。正在退出。 @@ -3998,13 +3998,13 @@ 内置架构 - 证明 URL 不能为空,且所选值为证明协议。 + Attestation URL cannot be empty with the selected value of Attestation protocol. - SecureEnclave 的值“{0}”无效。有效值为“已启用”和“已禁用”。 + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - 不得使用证明协议“无”指定 Enclave 证明 URL。请设置适当的证明协议或从连接属性中移除证明 URL。 + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <default> @@ -4015,4 +4015,7 @@ 无法重命名对象。URN:“{0}”。 + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx index 2c7668f8..1232d9e3 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx @@ -1321,10 +1321,10 @@ 加密的值 '{0}' 無效。有效值為 'Optional'、'Mandatory'、'Strict'、'True'、'False'、'Yes' 和 'No'。 - EnclaveAttestationProtocol 的值 '{0}' 無效。有效值為 'AAS'、'HGS' 及 'None'。 + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. - 證明通訊協定與 Enclave 證明 URL 需要將搭配 Secure Enclave 的 Always Encrypted 設定為 [啟用]。 + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. 執行批次期間發生錯誤,結束中。 @@ -3998,13 +3998,13 @@ 內建結構描述 - 使用證明通訊協定的選取值時,證明 URL 不可為空白。 + Attestation URL cannot be empty with the selected value of Attestation protocol. - SecureEnclaves 的值 '{0}' 無效。有效值為 'Enabled' 及 'Disabled'。 + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. - 不得使用證明通訊協定 'None' 指定 Enclave 證明 URL。請設定適當的證明通訊協定,或從連線屬性移除證明 URL。 + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. <預設> @@ -4015,4 +4015,7 @@ 無法重新命名物件。URN: '{0}'。 + + Attestation protocol cannot be empty with Secure enclaves enabled. + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf index 44abe7d3..a4201466 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - Ungültiger Wert "{0}" für EnclaveAttestationProtocol. Gültige Werte sind "AAS", "HGS" und "None". + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - Für das Nachweisprotokoll und die Enclave-Nachweis-URL muss "Always Encrypted" für Secure Enclaves auf "Enabled" festgelegt sein. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index - Attestation URL cannot be empty with the selected value of Attestation Protocol. - Die Beglaubigungs-URL darf mit dem ausgewählten Wert des Beglaubigungsprotokolls nicht leer sein. + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - Ungültiger Wert "{0}" für SecureEnclaves. Gültige Werte sind "Enabled" und "Disabled". + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf index a48c950d..1b3952c0 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - El valor "{0}" no es válido para EnclaveAttestationProtocol. Los valores válidos son "AAS" y "HGS" y "none". + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - El protocolo de atestación y la dirección URL de atestación de enclave requieren que Always Encrypted con enclaves seguros esté habilitado. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ El procesador de consultas estima que la implementación del siguiente índice p - Attestation URL cannot be empty with the selected value of Attestation Protocol. - La dirección URL de atestación no puede estar vacía con el valor seleccionado del protocolo de atestación. + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - Valor "{0}" no válido para SecureEnclaves. Los valores válidos son "Enabled" y "Disabled". + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ El procesador de consultas estima que la implementación del siguiente índice p . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf index 88c4f617..ef4d7b2d 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - Valeur non valide '{0}' pour EnclaveAttestationProtocol. Les valeurs valides sont 'AAS', 'HGS' et 'Aucun'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - 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é. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut - Attestation URL cannot be empty with the selected value of Attestation Protocol. - L’URL d’attestation ne peut pas être vide avec la valeur sélectionnée protocole d’attestation. + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - Valeur non valide '{0}' pour SecureEnclaves. Les valeurs valides sont 'Activé' et 'Désactivé'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf index 1492aacb..0605fe67 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - Valore '{0}' non valido per EnclaveAttestationProtocol. I valori validi sono 'AAS', 'HGS' e 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - Il protocollo di attestazione e l'URL di attestazione dell'enclave richiedono che Always Encrypted con enclavi sicure sia impostato su Abilitato. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior - Attestation URL cannot be empty with the selected value of Attestation Protocol. - L'URL di attestazione non può essere vuoto con il valore selezionato del protocollo di attestazione. + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - Valore '{0}' non valido per SecureEnclaves. I valori validi sono 'Enabled' e 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf index 54216e11..5301cf2d 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - EnclaveAttestationProtocol の値 '{0}' が無効です。有効な値は、'AAS'、'HGS'、'None' です。 + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - 構成証明プロトコルおよびエンクレーブ構成証明の URL では、Always Encrypted with Secure Enclaves を有効に設定する必要があります。 + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv - Attestation URL cannot be empty with the selected value of Attestation Protocol. - 構成証明プロトコルの選択された値では、構成証明 URL を空にすることはできません。 + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - SecureEnclaves の値 '{0}' が無効です。有効な値は 'Enabled' と 'Disabled' です。 + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - エンクレーブ構成証明の URL は構成証明プロトコル 'None' で指定することはできません。 適切な構成証明プロトコルを設定するか、接続プロパティから構成証明 URL を削除します。 + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6578,10 +6578,15 @@ The Query Processor estimates that implementing the following index could improv The object could not be renamed. URN: '{0}'. - The object could not be renamed. URN: '{0}'. + オブジェクトの名前を変更できませんでした。URN: '{0}'。 . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf index 92c814b8..4a4f1d98 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - EnclaveAttestationProtocol에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'AAS', 'HGS', 'None'입니다. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - 증명 프로토콜 및 enclave 증명 URL을 사용하려면 보안 enclave를 사용하는 Always Encrypted를 Enabled로 설정해야 합니다. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv - Attestation URL cannot be empty with the selected value of Attestation Protocol. - 증명 URL은 증명 프로토콜의 선택된 값으로 비워 둘 수 없습니다. + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - SecureEnclaves에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'Enabled' 및 'Disabled'입니다. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - enclave 증명 URL은 증명 프로토콜 'None'으로 지정될 수 없습니다. 적절한 증명 프로토콜을 설정하거나 연결 속성에서 증명 URL을 제거하세요. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ The Query Processor estimates that implementing the following index could improv . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf index 04889dc4..f7d7d45c 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - Valor inválido '{0}' para EnclaveAttestationProtocol. Os valores válidos são 'AAS', 'HGS' e ‘Nenhum’. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - 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. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ O Processador de Consultas estima que a implementação do índice a seguir pode - Attestation URL cannot be empty with the selected value of Attestation Protocol. - A URL de Atestado não pode ficar vazia com o valor selecionado do Protocolo de Atestado. + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - Valor inválido '{0}' para SecureEnclaves. Os valores válidos são 'Habilitado' e 'Desabilitado'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - 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. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ O Processador de Consultas estima que a implementação do índice a seguir pode . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf index 3e016739..3472d353 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - Недопустимое значение "{0}" для EnclaveAttestationProtocol. Допустимые значения: "AAS", "HGS" и "None" (Нет). + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - Протокол аттестации и URL-адрес аттестации анклава требуют включения Always Encrypted с безопасными анклавами. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv - Attestation URL cannot be empty with the selected value of Attestation Protocol. - URL-адрес аттестации не может быть пустым с выбранным значением протокола аттестации. + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - Недопустимое значение "{0}" для SecureEnclaves. Допустимые значения: "Enabled" (Включено) и "Disabled" (Отключено). + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - Недопустимо задавать URL-адрес аттестации анклава с протоколом аттестации "None". Задайте подходящий протокол или удалите URL-адрес из свойств подключения. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ The Query Processor estimates that implementing the following index could improv . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf index ef31173e..d1c6cc25 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - EnclaveAttestationProtocol 的值“{0}”无效。有效值为 "AAS"、"HGS" 和“无”。 + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - 证明协议和 Enclave 证明 URL 需要将 Always Encrypted with Secure Enclaves 设置为“已启用”。 + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv - Attestation URL cannot be empty with the selected value of Attestation Protocol. - 证明 URL 不能为空,且所选值为证明协议。 + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - SecureEnclave 的值“{0}”无效。有效值为“已启用”和“已禁用”。 + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - 不得使用证明协议“无”指定 Enclave 证明 URL。请设置适当的证明协议或从连接属性中移除证明 URL。 + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ The Query Processor estimates that implementing the following index could improv . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf index bb848125..c60d2e88 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf @@ -2042,14 +2042,14 @@ Parameters: 0 - encrypt (string) - Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'. - EnclaveAttestationProtocol 的值 '{0}' 無效。有效值為 'AAS'、'HGS' 及 'None'。 + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. + Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'. . Parameters: 0 - enclaveAttestationProtocol (string) - The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled. - 證明通訊協定與 Enclave 證明 URL 需要將搭配 Secure Enclave 的 Always Encrypted 設定為 [啟用]。 + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. + The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled. @@ -6551,19 +6551,19 @@ The Query Processor estimates that implementing the following index could improv - Attestation URL cannot be empty with the selected value of Attestation Protocol. - 使用證明通訊協定的選取值時,證明 URL 不可為空白。 + Attestation URL cannot be empty with the selected value of Attestation protocol. + Attestation URL cannot be empty with the selected value of Attestation protocol. - Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'. - SecureEnclaves 的值 '{0}' 無效。有效值為 'Enabled' 及 'Disabled'。 + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. + Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'. . Parameters: 0 - secureEnclaves (string) - The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties. - 不得使用證明通訊協定 'None' 指定 Enclave 證明 URL。請設定適當的證明通訊協定,或從連線屬性移除證明 URL。 + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. + The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties. @@ -6582,6 +6582,11 @@ The Query Processor estimates that implementing the following index could improv . Parameters: 0 - urn (string) + + Attestation protocol cannot be empty with Secure enclaves enabled. + Attestation protocol cannot be empty with Secure enclaves enabled. + + \ No newline at end of file