Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c0b2f6

Browse files
Port localizations for the new SNI_ERROR_10 code from PR#3284 (#3308)
Added localizations for the new SNI_ERROR_10 code from PR#3284.
1 parentd8133dd commit1c0b2f6

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>Zuordnung des Anschlusses mit E/A-Abschlussmechanismus fehlgeschlagen</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>Socket ist NULL.</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>Timeoutfehler</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>Error al completar el mecanismo de asociación de puerto con E/S</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>El socket es null</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>Error de tiempo de espera</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>Échec de l'association du port avec le mécanisme de terminaison d'E/S</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>Le socket est nul</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>Erreur de délai d'attente</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.it.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>Associazione della porta al meccanismo di completamento I/O non riuscita</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>Il socket è null</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>Errore di timeout</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.ja.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>ポートと I/O 完了メカニズムの関連付けに失敗しました</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>ソケットは null です</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>タイムアウト エラー</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>포트와 입/출력 완료 메커니즘의 연결이 실패했습니다.</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>소켓이 null입니다.</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>시간 초과 오류입니다.</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.pt-BR.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>Falha ao associar porta e mecanismo de conclusão de E/S</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>O soquete é nulo</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>Erro de tempo limite</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>Сбой при сопоставлении порта механизму завершения ввода-вывода</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>Сокет имеет значение NULL</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>Ошибка времени ожидания</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hans.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>端口与 I/O 关联的完成机制失败</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>套接字为 null</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>超时错误</value>

‎src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hant.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@
38053805
<value>關聯連接埠與 I/O 完成機制失敗</value>
38063806
</data>
38073807
<dataname="SNI_ERROR_10"xml:space="preserve">
3808-
<value />
3808+
<value>通訊端為 null</value>
38093809
</data>
38103810
<dataname="SNI_ERROR_11"xml:space="preserve">
38113811
<value>逾時錯誤</value>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp