-
Notifications
You must be signed in to change notification settings - Fork 1.9k
LEGO: Pull request from lego/hb_aa4ddd3b-37ca-4d87-a058-1e95d9ca2d38_20251002185521508 to net10.0 #31851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rmarinho
merged 1 commit into
net10.0
from
lego/hb_aa4ddd3b-37ca-4d87-a058-1e95d9ca2d38_20251002185521508
Oct 2, 2025
Merged
LEGO: Pull request from lego/hb_aa4ddd3b-37ca-4d87-a058-1e95d9ca2d38_20251002185521508 to net10.0 #31851
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,126 +13,189 @@ | |||||
| <Item ItemId=";ColumnDefinitionCollectionConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into ColumnDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en ColumnDefinitionCollection; los valores esperados son "*", "n*", "Auto" o "n" (o una combinación de estos separados por comas) donde n es un valor numérico.]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";ConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into "{1}".]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en "{1}".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";ConversionFailedTitle" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Conversion Failed]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se pudo realizar la conversión]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";CornerRadiusConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into CornerRadius, expected format is "tl, tr, bl, br" or "l".]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en CornerRadius; el formato esperado es "tl, tr, bl, br" o "l".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";DuplicateKeyInRD" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[duplicate key in resource dictionary]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[clave duplicada en el diccionario de recursos]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";DuplicateTypeError" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Multiple Types found for "{0}".]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[Se encontraron varios tipos para "{0}".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";EasingConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into Easing, expect value is "Linear", "SinOut", "SinIn", "SinInOut", "CubicIn", "CubicOut", "CubicInOut", "BounceOut", "BounceIn", "SpringIn" or "SpringOut".]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en Easing; el valor esperado es "Linear", "SinOut", "SinIn", "SinInOut", "CubicIn", "CubicOut", "CubicInOut", "BounceOut", "BounceIn", "SpringIn" o "SpringOut".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";ExpressionNotClosed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Expression must end with '}'.]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[La expresión debe terminar con "}".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";FlexBasisConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into FlexBasis, expected values are "Auto" or "n%", "n" where n is a numeric value.]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en FlexBasis, los valores esperados son "Auto" o "n%", "n" donde n es un valor numérico.]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";FlowDirectionConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into FlowDirection, expected values are "rtl", "ltr", "inherit", "MatchParent", "LeftToRight" or "RightToLeft".]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en FlowDirection; los valores esperados son "rtl", "ltr", "inherit", "MatchParent", "LeftToRight" o "RightToLeft".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";GridLengthConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into GridLength, expected values are "*", "n*", "Auto" or "n" where n is a numeric value.]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en GridLength, los valores esperados son "*", "n*", "Auto" o "n", donde n es un valor numérico.]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";LayoutOptionsConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into LayoutOptions, expected values are "Start", "Center, "End" or "Fill".]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en LayoutOptions; los valores esperados son "Start", "Center, "End" o "Fill".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";ListStringConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into List<string>, expected format is "x, y, z".]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en List<string>, el formato esperado es "x, y, z".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";MemberResolution" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[No accessible property, BindableProperty, or event found for "{0}", or mismatching type between value and property.]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se encontró ninguna propiedad accesible, BindableProperty o evento para "{0}" o un tipo que no coincide entre el valor y la propiedad.]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";MethodResolution" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[No method found for '{0}'.]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se encontró ningún método para "{0}".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";PointConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into Point, expected format is "x, y".]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en Point, el formato esperado es "x, y".]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";RectConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into Rect, expected format is "x, y, w, h"]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en Rect; el formato esperado es "x, y, w, h"]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";RowDefinitionCollectionConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into RowDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en RowDefinitionCollection; los valores esperados son "*", "n*", "Auto" o "n" (o una combinación de estos separados por comas) donde n es un valor numérico.]]></Val> | ||||||
| </Tgt> | ||||||
| </Str> | ||||||
| <Disp Icon="Str" /> | ||||||
| </Item> | ||||||
| <Item ItemId=";StrokeShapeConversionFailed" ItemType="0;.resx" PsrId="211" Leaf="true"> | ||||||
| <Str Cat="Text"> | ||||||
| <Val><![CDATA[Cannot convert "{0}" into Shape (or descendant).]]></Val> | ||||||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
| <Val><![CDATA[No se puede convertir "{0}" en Shape (o descendant).]]></Val> | ||||||
|
||||||
| <Val><![CDATA[No se puede convertir "{0}" en Shape (o descendant).]]></Val> | |
| <Val><![CDATA[No se puede convertir "{0}" en Shape (o descendiente).]]></Val> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing closing quote after 'Center'. Should be 'Center' instead of 'Center,'.