Skip to content

Commit 282d219

Browse files
authored
Localized file check-in by OneLocBuild Task: Build definition ID 13330: Build ID 12507670 (#31854)
1 parent 11be46a commit 282d219

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

src/Controls/src/SourceGen/xlf/MauiGResources.es.resx

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -125,75 +125,75 @@
125125
<value>Error al analizar XAML</value>
126126
</data>
127127
<data name="ExpressionNotClosed" xml:space="preserve">
128-
<value>Expression must end with '}'.</value>
128+
<value>La expresión debe terminar con "}".</value>
129129
</data>
130130
<data name="RectConversionFailed" xml:space="preserve">
131-
<value>Cannot convert "{0}" into Rect, expected format is "x, y, w, h"</value>
131+
<value>No se puede convertir "{0}" en Rect; el formato esperado es "x, y, w, h"</value>
132132
</data>
133133
<data name="ConversionFailed" xml:space="preserve">
134-
<value>Cannot convert "{0}" into "{1}".</value>
134+
<value>No se puede convertir "{0}" en "{1}".</value>
135135
</data>
136136
<data name="PointConversionFailed" xml:space="preserve">
137-
<value>Cannot convert "{0}" into Point, expected format is "x, y".</value>
137+
<value>No se puede convertir "{0}" en Point, el formato esperado es "x, y".</value>
138138
</data>
139139
<data name="ThicknessConversionFailed" xml:space="preserve">
140-
<value>Cannot convert "{0}" into Thickness, expected format is "h, v" or "l, t, r, b" or "l".</value>
140+
<value>No se puede convertir "{0}" en Thickness; el formato esperado es "h, v" o "l, t, r, b" o "l".</value>
141141
</data>
142142
<data name="CornerRadiusConversionFailed" xml:space="preserve">
143-
<value>Cannot convert "{0}" into CornerRadius, expected format is "tl, tr, bl, br" or "l".</value>
143+
<value>No se puede convertir "{0}" en CornerRadius; el formato esperado es "tl, tr, bl, br" o "l".</value>
144144
</data>
145145
<data name="SymbolResolution" xml:space="preserve">
146-
<value>Symbol resolution failed</value>
146+
<value>Error en la resolución de símbolos</value>
147147
</data>
148148
<data name="TypeResolutionMessage" xml:space="preserve">
149149
<value>No se puede resolver el tipo "{0}".</value>
150150
<comment>{0} is a xmlnamespace and typename</comment>
151151
</data>
152152
<data name="DuplicateTypeError" xml:space="preserve">
153-
<value>Multiple Types found for "{0}".</value>
153+
<value>Se encontraron varios tipos para "{0}".</value>
154154
</data>
155155
<data name="MemberResolution" xml:space="preserve">
156-
<value>No accessible property, BindableProperty, or event found for "{0}", or mismatching type between value and property.</value>
156+
<value>No se encontró ninguna propiedad accesible, BindableProperty o evento para "{0}" o un tipo que no coincide entre el valor y la propiedad.</value>
157157
<comment>{0} is a property name</comment>
158158
</data>
159159
<data name="EasingConversionFailed" xml:space="preserve">
160-
<value>Cannot convert "{0}" into Easing, expect value is "Linear", "SinOut", "SinIn", "SinInOut", "CubicIn", "CubicOut", "CubicInOut", "BounceOut", "BounceIn", "SpringIn" or "SpringOut".</value>
160+
<value>No se puede convertir "{0}" en Easing; el valor esperado es "Linear", "SinOut", "SinIn", "SinInOut", "CubicIn", "CubicOut", "CubicInOut", "BounceOut", "BounceIn", "SpringIn" o "SpringOut".</value>
161161
</data>
162162
<data name="FlexBasisConversionFailed" xml:space="preserve">
163-
<value>Cannot convert "{0}" into FlexBasis, expected values are "Auto" or "n%", "n" where n is a numeric value.</value>
163+
<value>No se puede convertir "{0}" en FlexBasis, los valores esperados son "Auto" o "n%", "n" donde n es un valor numérico.</value>
164164
</data>
165165
<data name="FlowDirectionConversionFailed" xml:space="preserve">
166-
<value>Cannot convert "{0}" into FlowDirection, expected values are "rtl", "ltr", "inherit", "MatchParent", "LeftToRight" or "RightToLeft".</value>
166+
<value>No se puede convertir "{0}" en FlowDirection; los valores esperados son "rtl", "ltr", "inherit", "MatchParent", "LeftToRight" o "RightToLeft".</value>
167167
</data>
168168
<data name="GridLengthConversionFailed" xml:space="preserve">
169-
<value>Cannot convert "{0}" into GridLength, expected values are "*", "n*", "Auto" or "n" where n is a numeric value.</value>
169+
<value>No se puede convertir "{0}" en GridLength, los valores esperados son "*", "n*", "Auto" o "n", donde n es un valor numérico.</value>
170170
</data>
171171
<data name="ListStringConversionFailed" xml:space="preserve">
172-
<value>Cannot convert "{0}" into List&lt;string&gt;, expected format is "x, y, z".</value>
172+
<value>No se puede convertir "{0}" en List&lt;string&gt;, el formato esperado es "x, y, z".</value>
173173
</data>
174174
<data name="StrokeShapeConversionFailed" xml:space="preserve">
175-
<value>Cannot convert "{0}" into Shape (or descendant).</value>
175+
<value>No se puede convertir "{0}" en Shape (o descendant).</value>
176176
</data>
177177
<data name="ColumnDefinitionCollectionConversionFailed" xml:space="preserve">
178-
<value>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.</value>
178+
<value>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.</value>
179179
</data>
180180
<data name="RowDefinitionCollectionConversionFailed" xml:space="preserve">
181-
<value>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.</value>
181+
<value>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.</value>
182182
</data>
183183
<data name="LayoutOptionsConversionFailed" xml:space="preserve">
184-
<value>Cannot convert "{0}" into LayoutOptions, expected values are "Start", "Center, "End" or "Fill".</value>
184+
<value>No se puede convertir "{0}" en LayoutOptions; los valores esperados son "Start", "Center, "End" o "Fill".</value>
185185
</data>
186186
<data name="MethodResolution" xml:space="preserve">
187-
<value>No method found for '{0}'.</value>
187+
<value>No se encontró ningún método para "{0}".</value>
188188
<comment>0 is a method or ctor name</comment>
189189
</data>
190190
<data name="DuplicateKeyInRD" xml:space="preserve">
191-
<value>duplicate key in resource dictionary</value>
191+
<value>clave duplicada en el diccionario de recursos</value>
192192
<comment>
193193
</comment>
194194
</data>
195195
<data name="ConversionFailedTitle" xml:space="preserve">
196-
<value>Conversion Failed</value>
196+
<value>No se pudo realizar la conversión</value>
197197
<comment>
198198
</comment>
199199
</data>

0 commit comments

Comments
 (0)