Skip to content

Commit

Permalink
[Scheduled Run] Localized resource files from OneLocBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SqlClient DevOps committed Mar 13, 2021
1 parent 51388fa commit 0005645
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4603,18 +4603,18 @@
<value>Error después de 5 reintentos.</value>
</data>
<data name="SqlDependency_UnexpectedValueOnDeserialize" xml:space="preserve">
<value>Unexpected type detected on deserialize.</value>
<value>Se ha detectado un tipo inesperado al realizar la deserialización.</value>
</data>
<data name="SqlRetryLogic_InvalidRange" xml:space="preserve">
<value>Value '{0}' is out of range. Must be between {1} and {2}.</value>
<value>El valor "{0}" no está en el rango; debe estar comprendido entre {1} y {2}.</value>
</data>
<data name="SqlRetryLogic_RetryCanceled" xml:space="preserve">
<value>The retry has been canceled at attempt {0}.</value>
<value>El reintento se ha cancelado en el intento número {0}.</value>
</data>
<data name="SqlRetryLogic_RetryExceeded" xml:space="preserve">
<value>The number of retries has exceeded the maximum of {0} attempt(s).</value>
<value>El número de reintentos ha superado el máximo permitido, que es de {0}.</value>
</data>
<data name="SqlRetryLogic_InvalidMinMaxPair" xml:space="preserve">
<value>'{0}' is not less than '{1}'; '{2}' cannot be greater than '{3}'.</value>
<value>"{0}" no es menor que "{1}"; "{2}" no puede ser mayor que "{3}".</value>
</data>
</root>
10 changes: 5 additions & 5 deletions src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4603,18 +4603,18 @@
<value>L'operazione non è riuscita dopo 5 tentativi.</value>
</data>
<data name="SqlDependency_UnexpectedValueOnDeserialize" xml:space="preserve">
<value>Unexpected type detected on deserialize.</value>
<value>Tipo imprevisto rilevato durante la deserializzazione.</value>
</data>
<data name="SqlRetryLogic_InvalidRange" xml:space="preserve">
<value>Value '{0}' is out of range. Must be between {1} and {2}.</value>
<value>Il valore '{0}' non è compreso nell'intervallo. Deve essere compreso tra {1} e {2}.</value>
</data>
<data name="SqlRetryLogic_RetryCanceled" xml:space="preserve">
<value>The retry has been canceled at attempt {0}.</value>
<value>Il tentativo è stato annullato al tentativo {0}.</value>
</data>
<data name="SqlRetryLogic_RetryExceeded" xml:space="preserve">
<value>The number of retries has exceeded the maximum of {0} attempt(s).</value>
<value>Il numero di tentativi supera il limite massimo di {0} tentativi.</value>
</data>
<data name="SqlRetryLogic_InvalidMinMaxPair" xml:space="preserve">
<value>'{0}' is not less than '{1}'; '{2}' cannot be greater than '{3}'.</value>
<value>'{0}' non è minore di '{1}'; '{2}' non può essere maggiore di '{3}'.</value>
</data>
</root>
10 changes: 5 additions & 5 deletions src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.ja.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4603,18 +4603,18 @@
<value>5 回の再試行後に失敗しました。</value>
</data>
<data name="SqlDependency_UnexpectedValueOnDeserialize" xml:space="preserve">
<value>Unexpected type detected on deserialize.</value>
<value>逆シリアル化で予期しない型が検出されました。</value>
</data>
<data name="SqlRetryLogic_InvalidRange" xml:space="preserve">
<value>Value '{0}' is out of range. Must be between {1} and {2}.</value>
<value> '{0}' は範囲外です。{1} {2} の間でなければなりません。</value>
</data>
<data name="SqlRetryLogic_RetryCanceled" xml:space="preserve">
<value>The retry has been canceled at attempt {0}.</value>
<value>再試行は {0} 回目にキャンセルされました。</value>
</data>
<data name="SqlRetryLogic_RetryExceeded" xml:space="preserve">
<value>The number of retries has exceeded the maximum of {0} attempt(s).</value>
<value>再試行の数が上限の {0} 回を超えました。</value>
</data>
<data name="SqlRetryLogic_InvalidMinMaxPair" xml:space="preserve">
<value>'{0}' is not less than '{1}'; '{2}' cannot be greater than '{3}'.</value>
<value>'{0}' '{1}' 未満ではありません。'{2}' '{3}' よりも大きくできません。</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -4603,18 +4603,18 @@
<value>Falha após cinco novas tentativas.</value>
</data>
<data name="SqlDependency_UnexpectedValueOnDeserialize" xml:space="preserve">
<value>Unexpected type detected on deserialize.</value>
<value>Tipo inesperado detectado na desserialização.</value>
</data>
<data name="SqlRetryLogic_InvalidRange" xml:space="preserve">
<value>Value '{0}' is out of range. Must be between {1} and {2}.</value>
<value>O valor '{0}' está fora do intervalo. Deve estar entre {1} e {2}.</value>
</data>
<data name="SqlRetryLogic_RetryCanceled" xml:space="preserve">
<value>The retry has been canceled at attempt {0}.</value>
<value>A tentativa foi cancelada na tentativa {0}.</value>
</data>
<data name="SqlRetryLogic_RetryExceeded" xml:space="preserve">
<value>The number of retries has exceeded the maximum of {0} attempt(s).</value>
<value>O número de tentativas excedeu o máximo de {0} tentativas.</value>
</data>
<data name="SqlRetryLogic_InvalidMinMaxPair" xml:space="preserve">
<value>'{0}' is not less than '{1}'; '{2}' cannot be greater than '{3}'.</value>
<value>'{0}' não é menor que '{1}'; '{2}' não pode ser maior que '{3}'.</value>
</data>
</root>

0 comments on commit 0005645

Please sign in to comment.