Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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