Skip to content

Commit 43b8dc8

Browse files
author
SqlClient DevOps
committed
[Scheduled Run] Localized resource files from OneLocBuild
1 parent 0d4c9bb commit 43b8dc8

File tree

10 files changed

+270
-0
lines changed

10 files changed

+270
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,9 @@
25022502
<data name="SQL_DeviceFlowWithUsernamePassword" xml:space="preserve">
25032503
<value>"Authentication=Active Directory Device Code Flow" kann nicht mit den Schlüsselwörtern "User ID", "UID", "Password" oder "PWD" für die Verbindungszeichenfolge verwendet werden.</value>
25042504
</data>
2505+
<data name="SQL_ManagedIdentityWithPassword" xml:space="preserve">
2506+
<value>Cannot use 'Authentication={0}' with 'Password' or 'PWD' connection string keywords.</value>
2507+
</data>
25052508
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25062509
<value>"Authentication=Active Directory Integrated" kann nicht verwendet werden, wenn die Eigenschaft "Credential" festgelegt wurde.</value>
25072510
</data>
@@ -4572,7 +4575,31 @@
45724575
<data name="SQL_SettingCredentialWithDeviceFlow" xml:space="preserve">
45734576
<value>Die Eigenschaft "Credential" kann nicht festgelegt werden, wenn in der Verbindungszeichenfolge "Authentication=Active Directory Device Code Flow" angegeben wurde.</value>
45744577
</data>
4578+
<data name="SQL_SettingCredentialWithManagedIdentity" xml:space="preserve">
4579+
<value>Cannot set the Credential property if 'Authentication={0}' has been specified in the connection string.</value>
4580+
</data>
45754581
<data name="SQL_SettingDeviceFlowWithCredential" xml:space="preserve">
45764582
<value>"Authentication=Active Directory Device Code Flow" kann nicht verwendet werden, wenn die Eigenschaft "Credential" festgelegt wurde.</value>
45774583
</data>
4584+
<data name="SQL_SettingManagedIdentityWithCredential" xml:space="preserve">
4585+
<value>Cannot use 'Authentication={0}', if the Credential property has been set.</value>
4586+
</data>
4587+
<data name="Azure_GenericErrorMessage" xml:space="preserve">
4588+
<value>Access token could not be acquired.</value>
4589+
</data>
4590+
<data name="Azure_IdentityEndpointNotListening" xml:space="preserve">
4591+
<value>Unable to connect to the Managed Identity endpoint. Please check that you are running on an Azure resource that has Identity setup.</value>
4592+
</data>
4593+
<data name="Azure_ManagedIdentityUsed" xml:space="preserve">
4594+
<value>Tried to get token using Managed Identity.</value>
4595+
</data>
4596+
<data name="Azure_MetadataEndpointNotListening" xml:space="preserve">
4597+
<value>Unable to connect to the Instance Metadata Service (IMDS). Skipping request to the Managed Identity token endpoint.</value>
4598+
</data>
4599+
<data name="Azure_NonRetryableError" xml:space="preserve">
4600+
<value>Received a non-retryable error.</value>
4601+
</data>
4602+
<data name="Azure_RetryFailure" xml:space="preserve">
4603+
<value>Failed after 5 retries.</value>
4604+
</data>
45784605
</root>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,9 @@
25022502
<data name="SQL_DeviceFlowWithUsernamePassword" xml:space="preserve">
25032503
<value>No se puede usar "Authentication=Active Directory Device Code Flow" con las palabras clave de cadena de conexión "User ID", "UID", "Password" ni "PWD".</value>
25042504
</data>
2505+
<data name="SQL_ManagedIdentityWithPassword" xml:space="preserve">
2506+
<value>Cannot use 'Authentication={0}' with 'Password' or 'PWD' connection string keywords.</value>
2507+
</data>
25052508
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25062509
<value>No se puede usar "Authentication=Active Directory Integrated" si se ha establecido la propiedad Credential.</value>
25072510
</data>
@@ -4572,7 +4575,31 @@
45724575
<data name="SQL_SettingCredentialWithDeviceFlow" xml:space="preserve">
45734576
<value>No se puede establecer la propiedad Credential si se ha especificado "Authentication=Active Directory Device Code Flow" en la cadena de conexión.</value>
45744577
</data>
4578+
<data name="SQL_SettingCredentialWithManagedIdentity" xml:space="preserve">
4579+
<value>Cannot set the Credential property if 'Authentication={0}' has been specified in the connection string.</value>
4580+
</data>
45754581
<data name="SQL_SettingDeviceFlowWithCredential" xml:space="preserve">
45764582
<value>No se puede usar "Active Directory Device Code Flow" si se ha establecido la propiedad Credential.</value>
45774583
</data>
4584+
<data name="SQL_SettingManagedIdentityWithCredential" xml:space="preserve">
4585+
<value>Cannot use 'Authentication={0}', if the Credential property has been set.</value>
4586+
</data>
4587+
<data name="Azure_GenericErrorMessage" xml:space="preserve">
4588+
<value>Access token could not be acquired.</value>
4589+
</data>
4590+
<data name="Azure_IdentityEndpointNotListening" xml:space="preserve">
4591+
<value>Unable to connect to the Managed Identity endpoint. Please check that you are running on an Azure resource that has Identity setup.</value>
4592+
</data>
4593+
<data name="Azure_ManagedIdentityUsed" xml:space="preserve">
4594+
<value>Tried to get token using Managed Identity.</value>
4595+
</data>
4596+
<data name="Azure_MetadataEndpointNotListening" xml:space="preserve">
4597+
<value>Unable to connect to the Instance Metadata Service (IMDS). Skipping request to the Managed Identity token endpoint.</value>
4598+
</data>
4599+
<data name="Azure_NonRetryableError" xml:space="preserve">
4600+
<value>Received a non-retryable error.</value>
4601+
</data>
4602+
<data name="Azure_RetryFailure" xml:space="preserve">
4603+
<value>Failed after 5 retries.</value>
4604+
</data>
45784605
</root>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,9 @@
25022502
<data name="SQL_DeviceFlowWithUsernamePassword" xml:space="preserve">
25032503
<value>Impossible d'utiliser « Authentication=Active Directory Device Code Flow » avec les mots clés de chaîne de connexion « User ID », « UID », « Password » et « PWD ».</value>
25042504
</data>
2505+
<data name="SQL_ManagedIdentityWithPassword" xml:space="preserve">
2506+
<value>Cannot use 'Authentication={0}' with 'Password' or 'PWD' connection string keywords.</value>
2507+
</data>
25052508
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25062509
<value>Impossible d'utiliser 'Authentication=Active Directory Integrated', si la propriété Credential a été définie.</value>
25072510
</data>
@@ -4572,7 +4575,31 @@
45724575
<data name="SQL_SettingCredentialWithDeviceFlow" xml:space="preserve">
45734576
<value>Impossible de définir la propriété Credential si « Authentication=Active Directory Device Code Flow » est spécifié dans la chaîne de connexion.</value>
45744577
</data>
4578+
<data name="SQL_SettingCredentialWithManagedIdentity" xml:space="preserve">
4579+
<value>Cannot set the Credential property if 'Authentication={0}' has been specified in the connection string.</value>
4580+
</data>
45754581
<data name="SQL_SettingDeviceFlowWithCredential" xml:space="preserve">
45764582
<value>Impossible d'utiliser « Authentication=Active Directory Device Code Flow » si la propriété Credential est définie.</value>
45774583
</data>
4584+
<data name="SQL_SettingManagedIdentityWithCredential" xml:space="preserve">
4585+
<value>Cannot use 'Authentication={0}', if the Credential property has been set.</value>
4586+
</data>
4587+
<data name="Azure_GenericErrorMessage" xml:space="preserve">
4588+
<value>Access token could not be acquired.</value>
4589+
</data>
4590+
<data name="Azure_IdentityEndpointNotListening" xml:space="preserve">
4591+
<value>Unable to connect to the Managed Identity endpoint. Please check that you are running on an Azure resource that has Identity setup.</value>
4592+
</data>
4593+
<data name="Azure_ManagedIdentityUsed" xml:space="preserve">
4594+
<value>Tried to get token using Managed Identity.</value>
4595+
</data>
4596+
<data name="Azure_MetadataEndpointNotListening" xml:space="preserve">
4597+
<value>Unable to connect to the Instance Metadata Service (IMDS). Skipping request to the Managed Identity token endpoint.</value>
4598+
</data>
4599+
<data name="Azure_NonRetryableError" xml:space="preserve">
4600+
<value>Received a non-retryable error.</value>
4601+
</data>
4602+
<data name="Azure_RetryFailure" xml:space="preserve">
4603+
<value>Failed after 5 retries.</value>
4604+
</data>
45784605
</root>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,9 @@
25022502
<data name="SQL_DeviceFlowWithUsernamePassword" xml:space="preserve">
25032503
<value>Non è possibile usare 'Authentication=Active Directory Device Code Flow' con le parole chiave della stringa di connessione 'User ID', 'UID', 'Password' o 'PWD'.</value>
25042504
</data>
2505+
<data name="SQL_ManagedIdentityWithPassword" xml:space="preserve">
2506+
<value>Cannot use 'Authentication={0}' with 'Password' or 'PWD' connection string keywords.</value>
2507+
</data>
25052508
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25062509
<value>Non è possibile usare 'Authentication=Active Directory Integrated' se è stata impostata la proprietà Credential.</value>
25072510
</data>
@@ -4572,7 +4575,31 @@
45724575
<data name="SQL_SettingCredentialWithDeviceFlow" xml:space="preserve">
45734576
<value>Non è possibile impostare la proprietà Credential se nella stringa di connessione è stato specificato 'Authentication=Active Directory Device Code Flow'.</value>
45744577
</data>
4578+
<data name="SQL_SettingCredentialWithManagedIdentity" xml:space="preserve">
4579+
<value>Cannot set the Credential property if 'Authentication={0}' has been specified in the connection string.</value>
4580+
</data>
45754581
<data name="SQL_SettingDeviceFlowWithCredential" xml:space="preserve">
45764582
<value>Non è possibile usare 'Authentication=Active Directory Device Code Flow' se è stata impostata la proprietà Credential.</value>
45774583
</data>
4584+
<data name="SQL_SettingManagedIdentityWithCredential" xml:space="preserve">
4585+
<value>Cannot use 'Authentication={0}', if the Credential property has been set.</value>
4586+
</data>
4587+
<data name="Azure_GenericErrorMessage" xml:space="preserve">
4588+
<value>Access token could not be acquired.</value>
4589+
</data>
4590+
<data name="Azure_IdentityEndpointNotListening" xml:space="preserve">
4591+
<value>Unable to connect to the Managed Identity endpoint. Please check that you are running on an Azure resource that has Identity setup.</value>
4592+
</data>
4593+
<data name="Azure_ManagedIdentityUsed" xml:space="preserve">
4594+
<value>Tried to get token using Managed Identity.</value>
4595+
</data>
4596+
<data name="Azure_MetadataEndpointNotListening" xml:space="preserve">
4597+
<value>Unable to connect to the Instance Metadata Service (IMDS). Skipping request to the Managed Identity token endpoint.</value>
4598+
</data>
4599+
<data name="Azure_NonRetryableError" xml:space="preserve">
4600+
<value>Received a non-retryable error.</value>
4601+
</data>
4602+
<data name="Azure_RetryFailure" xml:space="preserve">
4603+
<value>Failed after 5 retries.</value>
4604+
</data>
45784605
</root>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,9 @@
25022502
<data name="SQL_DeviceFlowWithUsernamePassword" xml:space="preserve">
25032503
<value>'Authentication=Active Directory Device Code Flow' と接続文字列キーワード 'User ID'、'UID'、'Password'、'PWD' を一緒に使用することはできません。</value>
25042504
</data>
2505+
<data name="SQL_ManagedIdentityWithPassword" xml:space="preserve">
2506+
<value>Cannot use 'Authentication={0}' with 'Password' or 'PWD' connection string keywords.</value>
2507+
</data>
25052508
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25062509
<value>Credential プロパティが設定されている場合は、'Authentication=Active Directory Integrated' を使用できません。</value>
25072510
</data>
@@ -4572,7 +4575,31 @@
45724575
<data name="SQL_SettingCredentialWithDeviceFlow" xml:space="preserve">
45734576
<value>接続文字列で 'Authentication=Active Directory Device Code Flow' が指定されている場合は、Credential プロパティを設定できません。</value>
45744577
</data>
4578+
<data name="SQL_SettingCredentialWithManagedIdentity" xml:space="preserve">
4579+
<value>Cannot set the Credential property if 'Authentication={0}' has been specified in the connection string.</value>
4580+
</data>
45754581
<data name="SQL_SettingDeviceFlowWithCredential" xml:space="preserve">
45764582
<value>Credential プロパティが設定されている場合は、'Authentication=Active Directory Device Code Flow' を使用できません。</value>
45774583
</data>
4584+
<data name="SQL_SettingManagedIdentityWithCredential" xml:space="preserve">
4585+
<value>Cannot use 'Authentication={0}', if the Credential property has been set.</value>
4586+
</data>
4587+
<data name="Azure_GenericErrorMessage" xml:space="preserve">
4588+
<value>Access token could not be acquired.</value>
4589+
</data>
4590+
<data name="Azure_IdentityEndpointNotListening" xml:space="preserve">
4591+
<value>Unable to connect to the Managed Identity endpoint. Please check that you are running on an Azure resource that has Identity setup.</value>
4592+
</data>
4593+
<data name="Azure_ManagedIdentityUsed" xml:space="preserve">
4594+
<value>Tried to get token using Managed Identity.</value>
4595+
</data>
4596+
<data name="Azure_MetadataEndpointNotListening" xml:space="preserve">
4597+
<value>Unable to connect to the Instance Metadata Service (IMDS). Skipping request to the Managed Identity token endpoint.</value>
4598+
</data>
4599+
<data name="Azure_NonRetryableError" xml:space="preserve">
4600+
<value>Received a non-retryable error.</value>
4601+
</data>
4602+
<data name="Azure_RetryFailure" xml:space="preserve">
4603+
<value>Failed after 5 retries.</value>
4604+
</data>
45784605
</root>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,9 @@
25022502
<data name="SQL_DeviceFlowWithUsernamePassword" xml:space="preserve">
25032503
<value>'Authentication=Active Directory Device Code Flow'를 'User ID', 'UID', 'Password' 또는 'PWD' 연결 문자열 키워드와 함께 사용할 수 없습니다.</value>
25042504
</data>
2505+
<data name="SQL_ManagedIdentityWithPassword" xml:space="preserve">
2506+
<value>Cannot use 'Authentication={0}' with 'Password' or 'PWD' connection string keywords.</value>
2507+
</data>
25052508
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25062509
<value>Credential 속성이 설정된 경우 'Authentication=Active Directory Integrated'를 사용할 수 없습니다.</value>
25072510
</data>
@@ -4572,7 +4575,31 @@
45724575
<data name="SQL_SettingCredentialWithDeviceFlow" xml:space="preserve">
45734576
<value>'Authentication=Active Directory Device Code Flow'가 연결 문자열에 지정된 경우 Credential 속성을 설정할 수 없습니다.</value>
45744577
</data>
4578+
<data name="SQL_SettingCredentialWithManagedIdentity" xml:space="preserve">
4579+
<value>Cannot set the Credential property if 'Authentication={0}' has been specified in the connection string.</value>
4580+
</data>
45754581
<data name="SQL_SettingDeviceFlowWithCredential" xml:space="preserve">
45764582
<value>Credential 속성이 설정된 경우 'Authentication=Active Directory Device Code Flow'를 사용할 수 없습니다.</value>
45774583
</data>
4584+
<data name="SQL_SettingManagedIdentityWithCredential" xml:space="preserve">
4585+
<value>Cannot use 'Authentication={0}', if the Credential property has been set.</value>
4586+
</data>
4587+
<data name="Azure_GenericErrorMessage" xml:space="preserve">
4588+
<value>Access token could not be acquired.</value>
4589+
</data>
4590+
<data name="Azure_IdentityEndpointNotListening" xml:space="preserve">
4591+
<value>Unable to connect to the Managed Identity endpoint. Please check that you are running on an Azure resource that has Identity setup.</value>
4592+
</data>
4593+
<data name="Azure_ManagedIdentityUsed" xml:space="preserve">
4594+
<value>Tried to get token using Managed Identity.</value>
4595+
</data>
4596+
<data name="Azure_MetadataEndpointNotListening" xml:space="preserve">
4597+
<value>Unable to connect to the Instance Metadata Service (IMDS). Skipping request to the Managed Identity token endpoint.</value>
4598+
</data>
4599+
<data name="Azure_NonRetryableError" xml:space="preserve">
4600+
<value>Received a non-retryable error.</value>
4601+
</data>
4602+
<data name="Azure_RetryFailure" xml:space="preserve">
4603+
<value>Failed after 5 retries.</value>
4604+
</data>
45784605
</root>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,9 @@
25022502
<data name="SQL_DeviceFlowWithUsernamePassword" xml:space="preserve">
25032503
<value>Não é possível usar 'Authentication=Active Directory Device Code Flow' com as palavras-chave de cadeia de conexão 'User ID', 'UID', 'Password' ou 'PWD'.</value>
25042504
</data>
2505+
<data name="SQL_ManagedIdentityWithPassword" xml:space="preserve">
2506+
<value>Cannot use 'Authentication={0}' with 'Password' or 'PWD' connection string keywords.</value>
2507+
</data>
25052508
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25062509
<value>Não é possível usar 'Authentication=Active Directory Integrated' quando a propriedade Credential está definida.</value>
25072510
</data>
@@ -4572,7 +4575,31 @@
45724575
<data name="SQL_SettingCredentialWithDeviceFlow" xml:space="preserve">
45734576
<value>Não é possível definir a propriedade Credential quando 'Authentication=Active Directory Device Code Flow' está especificado na cadeia de conexão.</value>
45744577
</data>
4578+
<data name="SQL_SettingCredentialWithManagedIdentity" xml:space="preserve">
4579+
<value>Cannot set the Credential property if 'Authentication={0}' has been specified in the connection string.</value>
4580+
</data>
45754581
<data name="SQL_SettingDeviceFlowWithCredential" xml:space="preserve">
45764582
<value>Não é possível usar 'Authentication=Active Directory Device Code Flow' quando a propriedade Credential está configurada.</value>
45774583
</data>
4584+
<data name="SQL_SettingManagedIdentityWithCredential" xml:space="preserve">
4585+
<value>Cannot use 'Authentication={0}', if the Credential property has been set.</value>
4586+
</data>
4587+
<data name="Azure_GenericErrorMessage" xml:space="preserve">
4588+
<value>Access token could not be acquired.</value>
4589+
</data>
4590+
<data name="Azure_IdentityEndpointNotListening" xml:space="preserve">
4591+
<value>Unable to connect to the Managed Identity endpoint. Please check that you are running on an Azure resource that has Identity setup.</value>
4592+
</data>
4593+
<data name="Azure_ManagedIdentityUsed" xml:space="preserve">
4594+
<value>Tried to get token using Managed Identity.</value>
4595+
</data>
4596+
<data name="Azure_MetadataEndpointNotListening" xml:space="preserve">
4597+
<value>Unable to connect to the Instance Metadata Service (IMDS). Skipping request to the Managed Identity token endpoint.</value>
4598+
</data>
4599+
<data name="Azure_NonRetryableError" xml:space="preserve">
4600+
<value>Received a non-retryable error.</value>
4601+
</data>
4602+
<data name="Azure_RetryFailure" xml:space="preserve">
4603+
<value>Failed after 5 retries.</value>
4604+
</data>
45784605
</root>

0 commit comments

Comments
 (0)