Skip to content

Commit 48457ea

Browse files
authored
LEGO: Merge pull request 19591
LEGO: Merge pull request 19591
2 parents 277e318 + 5294c41 commit 48457ea

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -839,12 +839,12 @@
839839
</Item>
840840
<Item ItemId=";Add_0_to_existing_import_declaration_from_1_90015" ItemType="0" PsrId="306" Leaf="true">
841841
<Str Cat="Text">
842-
<Val><![CDATA[Add {0} to existing import declaration from {1}.]]></Val>
842+
<Val><![CDATA[Add '{0}' to existing import declaration from "{1}".]]></Val>
843843
<Tgt Cat="Text" Stat="Loc" Orig="New">
844-
<Val><![CDATA[Agrega {0} a una declaración de importación existente desde {1}.]]></Val>
844+
<Val><![CDATA[Agregue "{0}" a una declaración de importación existente desde "{1}".]]></Val>
845845
</Tgt>
846846
<Prev Cat="Text">
847-
<Val><![CDATA[Add {0} to existing import declaration from {1}]]></Val>
847+
<Val><![CDATA[Add {0} to existing import declaration from {1}.]]></Val>
848848
</Prev>
849849
</Str>
850850
<Disp Icon="Str" />
@@ -2907,6 +2907,15 @@
29072907
</Str>
29082908
<Disp Icon="Str" />
29092909
</Item>
2910+
<Item ItemId=";Expected_0_1_type_arguments_provide_these_with_an_extends_tag_8027" ItemType="0" PsrId="306" Leaf="true">
2911+
<Str Cat="Text">
2912+
<Val><![CDATA[Expected {0}-{1} type arguments; provide these with an '@extends' tag.]]></Val>
2913+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2914+
<Val><![CDATA[Se esperaban argumentos de tipo {0}-{1}; proporciónelos con una etiqueta "@extends".]]></Val>
2915+
</Tgt>
2916+
</Str>
2917+
<Disp Icon="Str" />
2918+
</Item>
29102919
<Item ItemId=";Expected_0_arguments_but_got_1_2554" ItemType="0" PsrId="306" Leaf="true">
29112920
<Str Cat="Text">
29122921
<Val><![CDATA[Expected {0} arguments, but got {1}.]]></Val>
@@ -2934,6 +2943,15 @@
29342943
</Str>
29352944
<Disp Icon="Str" />
29362945
</Item>
2946+
<Item ItemId=";Expected_0_type_arguments_provide_these_with_an_extends_tag_8026" ItemType="0" PsrId="306" Leaf="true">
2947+
<Str Cat="Text">
2948+
<Val><![CDATA[Expected {0} type arguments; provide these with an '@extends' tag.]]></Val>
2949+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2950+
<Val><![CDATA[Se esperaban argumentos de tipo {0}; proporciónelos con una etiqueta "@extends".]]></Val>
2951+
</Tgt>
2952+
</Str>
2953+
<Disp Icon="Str" />
2954+
</Item>
29372955
<Item ItemId=";Expected_at_least_0_arguments_but_got_1_2555" ItemType="0" PsrId="306" Leaf="true">
29382956
<Str Cat="Text">
29392957
<Val><![CDATA[Expected at least {0} arguments, but got {1}.]]></Val>
@@ -3689,12 +3707,12 @@
36893707
</Item>
36903708
<Item ItemId=";Import_0_from_1_90013" ItemType="0" PsrId="306" Leaf="true">
36913709
<Str Cat="Text">
3692-
<Val><![CDATA[Import {0} from {1}.]]></Val>
3710+
<Val><![CDATA[Import '{0}' from "{1}".]]></Val>
36933711
<Tgt Cat="Text" Stat="Loc" Orig="New">
3694-
<Val><![CDATA[Importa {0} desde {1}.]]></Val>
3712+
<Val><![CDATA[Importe "{0}" desde "{1}".]]></Val>
36953713
</Tgt>
36963714
<Prev Cat="Text">
3697-
<Val><![CDATA[Import {0} from {1}]]></Val>
3715+
<Val><![CDATA[Import {0} from {1}.]]></Val>
36983716
</Prev>
36993717
</Str>
37003718
<Disp Icon="Str" />
@@ -6375,11 +6393,11 @@
63756393
</Str>
63766394
<Disp Icon="Str" />
63776395
</Item>
6378-
<Item ItemId=";Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_t_2403" ItemType="0" PsrId="306" Leaf="true">
6396+
<Item ItemId=";Subsequent_variable_declarations_must_have_the_same_type_Variable_0_has_type_1_at_2_but_here_has_typ_2403" ItemType="0" PsrId="306" Leaf="true">
63796397
<Str Cat="Text">
6380-
<Val><![CDATA[Subsequent variable declarations must have the same type. Variable '{0}' must be of type '{1}', but here has type '{2}'.]]></Val>
6398+
<Val><![CDATA[Subsequent variable declarations must have the same type. Variable '{0}' has type '{1}' at {2}, but here has type '{3}'.]]></Val>
63816399
<Tgt Cat="Text" Stat="Loc" Orig="New">
6382-
<Val><![CDATA[Las declaraciones de variable subsiguientes deben tener el mismo tipo. La variable '{0}' debe ser de tipo '{1}', pero aquí tiene el tipo '{2}'.]]></Val>
6400+
<Val><![CDATA[Las declaraciones de variable subsiguientes deben tener el mismo tipo. La variable "{0}" tiene el tipo "{1}" en {2}, pero aquí tiene el tipo "{3}".]]></Val>
63836401
</Tgt>
63846402
</Str>
63856403
<Disp Icon="Str" />

0 commit comments

Comments
 (0)