Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Localized file check-in by OneLocBuild Task: Build definition ID 1218…
…: Build ID 2835857
  • Loading branch information
dotnet-bot committed Nov 11, 2025
commit 28eddbacf51931c5d85abb5919ffc92aa4d7461c
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,12 @@ Real: {2}</target>
</trans-unit>
<trans-unit id="IsInRangeFail">
<source>Value '{0}' is not within the expected range [{1}..{2}]. {3}</source>
<target state="new">Value '{0}' is not within the expected range [{1}..{2}]. {3}</target>
<target state="translated">El valor "{0}" no está dentro del rango esperado [{1}..{2}]. {3}</target>
<note />
</trans-unit>
<trans-unit id="IsInRangeMaxValueMustBeGreaterThanMinValue">
<source>The maximum value must be greater than the minimum value.</source>
<target state="new">The maximum value must be greater than the minimum value.</target>
<target state="translated">El valor máximo debe ser mayor que el valor mínimo.</target>
<note />
</trans-unit>
<trans-unit id="IsInstanceOfFailMsg">
Expand Down