diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.cs.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.cs.resx index 4e20d68eeb..f85eda7d30 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.cs.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.cs.resx @@ -2137,10 +2137,10 @@ Certifikát poskytnutý serverem neodpovídá certifikátu poskytnutému možností ServerCertificate. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + Soubor certifikátu určený možností 'ServerCertificate' se nepodařilo načíst ani parsovat: '{0}'. - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + Byla zadána možnost 'ServerCertificate', ale server nepředložil certifikát, který by s ním bylo možné porovnat. Neplatný pokus o získání třídy JsonDocument ve sloupci {0}. Třída JsonDocument se podporuje jenom pro sloupce typu json. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx index 07aa2c6b3f..7dcd133277 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx @@ -2137,10 +2137,10 @@ Das vom Server bereitgestellte Zertifikat stimmt nicht mit dem Zertifikat überein, das über die ServerCertificate-Option bereitgestellt wurde. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + Die mit der Option „ServerCertificate“ angegebene Zertifikatdatei konnte nicht geladen oder geparst werden: '{0}'. - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + Die Option „ServerCertificate“ wurde angegeben, aber der Server hat kein Zertifikat bereitgestellt, mit dem es verglichen werden kann. Ungültiger Versuch, „JsonDocument“ für Spalte „{0}“ abzurufen. „JsonDocument“ wird nur für Spalten vom Typ JSON unterstützt. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx index 5d912814b4..3471a75894 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx @@ -2137,10 +2137,10 @@ El certificado proporcionado por el servidor no coincide con el certificado proporcionado por la opción ServerCertificate. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + No se pudo cargar ni analizar el archivo de certificado especificado por la opción "ServerCertificate": "{0}". - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + Se especificó la opción 'ServerCertificate', pero el servidor no presentó un certificado que se pudiera comparar con él. Intento no válido de obtener JsonDocument en la columna '{0}'. JsonDocument solo se admite para columnas de tipo json. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx index c0082ed5d8..d73673efbb 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx @@ -2137,10 +2137,10 @@ Le certificat fourni par le serveur ne correspond pas au certificat fourni par l’option ServerCertificate. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + Le fichier de certificat spécifié par l’option « ServerCertificate » n’a pas pu être chargé ou analysé : « {0} ». - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + L’option « ServerCertificate » a été spécifiée, mais le serveur n’a présenté aucun certificat qui puisse être comparé à celui-ci. Tentative non valide d’obtention de JsonDocument sur la colonne « {0} ». JsonDocument est uniquement pris en charge pour les colonnes de type JSON. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.it.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.it.resx index 4708501a33..1e2e6764d5 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.it.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.it.resx @@ -2137,10 +2137,10 @@ Il certificato fornito dal server non corrisponde al certificato fornito dall'opzione ServerCertificate. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + Non è possibile caricare o analizzare il file del certificato specificato dall'opzione 'ServerCertificate: '{0}'. - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + È stata specificata l'opzione 'ServerCertificate', ma il server non ha presentato un certificato confrontabile con essa. Tentativo non valido di ottenere JsonDocument nella colonna '{0}'. JsonDocument è supportato solo per colonne di tipo JSON. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.ja.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.ja.resx index e6d556d6d3..6e762be388 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.ja.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.ja.resx @@ -2137,10 +2137,10 @@ サーバーによって提供された証明書が、ServerCertificate オプションで指定された証明書と一致しません。 - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + 'ServerCertificate' オプションで指定された証明書ファイルを読み込むことも解析することもできませんでした: '{0}'。 - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + 'ServerCertificate' オプションが指定されましたが、サーバーから、このオプションと照合できる証明書が提示されませんでした。 列 '{0}' で JsonDocument を取得しようとしましたが無効です。JsonDocument は json 型の列でのみサポートされています。 diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx index 688a1bee60..ccca396df1 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx @@ -2137,10 +2137,10 @@ 서버에서 제공하는 인증서가 ServerCertificate 옵션에서 제공하는 인증서와 일치하지 않습니다. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + 'ServerCertificate' 옵션으로 지정된 인증서 파일을 로드하거나 구문 분석할 수 없습니다. '{0}'. - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + 'ServerCertificate' 옵션이 지정되었지만 서버에서 비교할 수 있는 인증서를 제공하지 않았습니다. 열 '{0}'의 JsonDocument를 가져오려는 시도가 잘못되었습니다. JsonDocument는 json 형식의 열에 대해서만 지원됩니다. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.pl.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.pl.resx index d9656a1a8c..9a2f4e6f96 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.pl.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.pl.resx @@ -2137,10 +2137,10 @@ Certyfikat dostarczony przez serwer nie jest zgodny z certyfikatem dostarczonym przez opcję ServerCertificate. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + Nie można załadować lub przeanalizować pliku certyfikatu określonego przez opcję „ServerCertificate”: „{0}”. - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + Określono opcję „ServerCertificate”, ale serwer nie przedstawia certyfikatu, który można porównać z nim. Nieprawidłowa próba pobrania pliku JsonDocument w kolumnie „{0}”. Obiekt JsonDocument jest obsługiwany tylko w przypadku kolumn typu JSON. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.pt-BR.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.pt-BR.resx index 581068d864..2e7593f6fd 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.pt-BR.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.pt-BR.resx @@ -2137,10 +2137,10 @@ O certificado fornecido pelo servidor não corresponde ao certificado fornecido pela opção ServerCertificate. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + O arquivo de certificado especificado pela opção ''ServerCertificate'' não pôde ser carregado ou analisado: ''{0}''. - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + A opção ''ServerCertificate'' foi especificada, mas o servidor não apresentou um certificado que pudesse ser comparado com ele. Tentativa inválida de obter JsonDocument na coluna ''{0}''. Só há suporte para JsonDocument em colunas do tipo json. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx index 8b3cbff48a..17f0d5ba7e 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx @@ -2137,10 +2137,10 @@ Сертификат, предоставленный сервером, не совпадает с сертификатом, указанным в параметре ServerCertificate. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + Не удалось загрузить или проанализировать файл сертификата, указанный параметром "ServerCertificate": "{0}". - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + Параметр "ServerCertificate" был указан, но сервер не представил сертификат, с которым можно было бы его сравнить. Недопустимая попытка получить JsonDocument для столбца "{0}". JsonDocument поддерживается только для столбцов типа JSON. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.tr.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.tr.resx index 650a21f087..f874f78401 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.tr.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.tr.resx @@ -2137,10 +2137,10 @@ Sunucu tarafından sağlanan sertifika, ServerCertificate seçeneği tarafından sağlanan sertifikayla eşleşmiyor. - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + 'ServerCertificate' seçeneğiyle belirtilen sertifika dosyası yüklenemedi veya ayrıştırılamadı: '{0}'. - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + 'ServerCertificate' seçeneği belirtildi, ancak sunucu bununla karşılaştırılabilecek bir sertifika sunmadı. '{0}' sütununda JsonDocument alma denemesi geçersiz. JsonDocument yalnızca json türündeki sütunlar için desteklenir. diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hans.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hans.resx index 77db610a7c..5a5ebe15a6 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hans.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hans.resx @@ -2137,10 +2137,10 @@ 服务器提供的证书与 ServerCertificate 选项提供的证书不匹配。 - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + 无法加载或解析 "ServerCertificate" 选项指定的证书文件: "{0}"。 - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + 已指定 "ServerCertificate" 选项,但服务器未提供可与其比较的证书。 在列 ‘{0}’ 上获取 JsonDocument 的尝试无效。只有 json 类型的列支持 JsonDocument。 diff --git a/src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hant.resx b/src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hant.resx index f7d87d6908..9b0d8fd673 100644 --- a/src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hant.resx +++ b/src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hant.resx @@ -2137,10 +2137,10 @@ 伺服器提供的憑證不符合 ServerCertificate 選項所提供的憑證。 - The certificate file specified by the 'ServerCertificate' option could not be loaded or parsed: '{0}'. + 無法載入或剖析 'ServerCertificate' 選項所指定的憑證檔案: '{0}'。 - The 'ServerCertificate' option was specified, but the server did not present a certificate that could be compared against it. + 已指定 'ServerCertificate' 選項,但伺服器未提供可與其比對的憑證。 在資料行 '{0}' 上取得 JsonDocument 的嘗試無效。JsonDocument 僅支援 JSON 類型的資料行。