Skip to content

Commit 033541f

Browse files
author
SqlClient DevOps
committed
[Scheduled Run] Localized resource files from OneLocBuild
1 parent 7726643 commit 033541f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4531,33 +4531,33 @@
45314531
<value>Размер пользовательского типа должен быть меньше {1}, текущий размер: {0}.</value>
45324532
</data>
45334533
<data name="SEC_ProtocolWarning" xml:space="preserve">
4534-
<value>Security Warning: The negotiated {0} is an insecure protocol and is supported for backward compatibility only. The recommended protocol version is TLS 1.2 and later.</value>
4534+
<value>Предупреждение системы безопасности: согласованный {0} является незащищенным протоколом и поддерживается только в целях обратной совместимости. Рекомендуемая версия протокола — TLS 1.2 или более поздняя.</value>
45354535
</data>
45364536
<data name="net_invalid_enum" xml:space="preserve">
45374537
<value>Указанное значение недействительно в перечислении '{0}'.</value>
45384538
</data>
45394539
<data name="SQL_BulkLoadInvalidOrderHint" xml:space="preserve">
4540-
<value>The given column order hint is not valid.</value>
4540+
<value>Задано недопустимое указание порядка столбцов.</value>
45414541
</data>
45424542
<data name="SQL_BulkLoadOrderHintDuplicateColumn" xml:space="preserve">
4543-
<value>The column '{0}' was specified more than once.</value>
4543+
<value>Столбец "{0}" был указан несколько раз.</value>
45444544
</data>
45454545
<data name="SQL_BulkLoadOrderHintInvalidColumn" xml:space="preserve">
4546-
<value>The sorted column '{0}' is not valid in the destination table.</value>
4546+
<value>Отсортированный столбец "{0}" недопустим в конечной таблице.</value>
45474547
</data>
45484548
<data name="SQL_BulkLoadUnspecifiedSortOrder" xml:space="preserve">
4549-
<value>A column order hint cannot have an unspecified sort order.</value>
4549+
<value>Указание порядка столбцов не может иметь неопределенный порядок сортировки.</value>
45504550
</data>
45514551
<data name="SQL_UnsupportedAuthenticationSpecified" xml:space="preserve">
4552-
<value>Unsupported authentication specified in this context: {0}</value>
4552+
<value>Указан неподдерживаемый в этом контексте режим проверки подлинности: {0}</value>
45534553
</data>
45544554
<data name="SQL_Timeout_Active_Directory_Interactive_Authentication" xml:space="preserve">
4555-
<value>Active Directory Interactive authentication timed out. The user took too long to respond to the authentication request.</value>
4555+
<value>Истекло время ожидания интерактивной проверки подлинности Active Directory. Пользователь слишком долго не отвечал на запрос проверки подлинности.</value>
45564556
</data>
45574557
<data name="SQL_SettingInteractiveWithCredential" xml:space="preserve">
4558-
<value>Cannot use 'Authentication=Active Directory Interactive', if the Credential property has been set.</value>
4558+
<value>Невозможно использовать Authentication=Active Directory Interactive, если задано свойство Credential.</value>
45594559
</data>
45604560
<data name="SQL_SettingCredentialWithInteractive" xml:space="preserve">
4561-
<value>Cannot set the Credential property if 'Authentication=Active Directory Interactive' has been specified in the connection string.</value>
4561+
<value>Не удается задать свойство Credential, если в строке подключения указано Authentication=Active Directory Interactive.</value>
45624562
</data>
45634563
</root>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4543,21 +4543,21 @@
45434543
<value>The column '{0}' was specified more than once.</value>
45444544
</data>
45454545
<data name="SQL_BulkLoadOrderHintInvalidColumn" xml:space="preserve">
4546-
<value>The sorted column '{0}' is not valid in the destination table.</value>
4546+
<value>已排序的列“{0}”在目标表中无效。</value>
45474547
</data>
45484548
<data name="SQL_BulkLoadUnspecifiedSortOrder" xml:space="preserve">
45494549
<value>A column order hint cannot have an unspecified sort order.</value>
45504550
</data>
45514551
<data name="SQL_UnsupportedAuthenticationSpecified" xml:space="preserve">
4552-
<value>Unsupported authentication specified in this context: {0}</value>
4552+
<value>在此上下文中指定的身份验证不受支持: {0}</value>
45534553
</data>
45544554
<data name="SQL_Timeout_Active_Directory_Interactive_Authentication" xml:space="preserve">
45554555
<value>Active Directory Interactive authentication timed out. The user took too long to respond to the authentication request.</value>
45564556
</data>
45574557
<data name="SQL_SettingInteractiveWithCredential" xml:space="preserve">
4558-
<value>Cannot use 'Authentication=Active Directory Interactive', if the Credential property has been set.</value>
4558+
<value>如果设置了 Credential 属性,则无法使用 "Authentication=Active Directory Interactive"。</value>
45594559
</data>
45604560
<data name="SQL_SettingCredentialWithInteractive" xml:space="preserve">
4561-
<value>Cannot set the Credential property if 'Authentication=Active Directory Interactive' has been specified in the connection string.</value>
4561+
<value>如果在连接字符串中指定了 "Authentication=Active Directory Interactive",则无法设置 Credential 属性。</value>
45624562
</data>
45634563
</root>

0 commit comments

Comments
 (0)