Skip to content

Commit da884d1

Browse files
authored
LEGO: Merge pull request 46060
LEGO: Merge pull request 46060
1 parent d518bdb commit da884d1

File tree

3 files changed

+36
-9
lines changed

3 files changed

+36
-9
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9732,6 +9732,15 @@
97329732
</Str>
97339733
<Disp Icon="Str" />
97349734
</Item>
9735+
<Item ItemId=";Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451" ItemType="0" PsrId="306" Leaf="true">
9736+
<Str Cat="Text">
9737+
<Val><![CDATA[Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression]]></Val>
9738+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9739+
<Val><![CDATA[Los identificadores privados solo están permitidos en cuerpos de clase y solo se pueden utilizan como parte de una declaración de un miembro de clase, acceso de propiedad o en la parte izquierda de una expresión "in".]]></Val>
9740+
</Tgt>
9741+
</Str>
9742+
<Disp Icon="Str" />
9743+
</Item>
97359744
<Item ItemId=";Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028" ItemType="0" PsrId="306" Leaf="true">
97369745
<Str Cat="Text">
97379746
<Val><![CDATA[Private identifiers are only available when targeting ECMAScript 2015 and higher.]]></Val>
@@ -12687,11 +12696,11 @@
1268712696
</Str>
1268812697
<Disp Icon="Str" />
1268912698
</Item>
12690-
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_of_type_any_string_number_or_symbol_2360" ItemType="0" PsrId="306" Leaf="true">
12699+
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or__2360" ItemType="0" PsrId="306" Leaf="true">
1269112700
<Str Cat="Text">
12692-
<Val><![CDATA[The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.]]></Val>
12701+
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
1269312702
<Tgt Cat="Text" Stat="Loc" Orig="New">
12694-
<Val><![CDATA[La parte izquierda de una expresión "in" debe ser de tipo "any", "string", "number" o "symbol".]]></Val>
12703+
<Val><![CDATA[La parte izquierda de una expresión "in" debe ser un identificador privado o de tipo "any", "string", "number" o "symbol".]]></Val>
1269512704
</Tgt>
1269612705
</Str>
1269712706
<Disp Icon="Str" />

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9732,6 +9732,15 @@
97329732
</Str>
97339733
<Disp Icon="Str" />
97349734
</Item>
9735+
<Item ItemId=";Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451" ItemType="0" PsrId="306" Leaf="true">
9736+
<Str Cat="Text">
9737+
<Val><![CDATA[Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression]]></Val>
9738+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9739+
<Val><![CDATA[Les identificateurs privés ne sont autorisés que dans les corps de classe et ne peuvent être utilisés que dans le cadre d’une déclaration de membre de classe, d’accès à une propriété ou de la partie gauche d’une expression ’in']]></Val>
9740+
</Tgt>
9741+
</Str>
9742+
<Disp Icon="Str" />
9743+
</Item>
97359744
<Item ItemId=";Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028" ItemType="0" PsrId="306" Leaf="true">
97369745
<Str Cat="Text">
97379746
<Val><![CDATA[Private identifiers are only available when targeting ECMAScript 2015 and higher.]]></Val>
@@ -12687,11 +12696,11 @@
1268712696
</Str>
1268812697
<Disp Icon="Str" />
1268912698
</Item>
12690-
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_of_type_any_string_number_or_symbol_2360" ItemType="0" PsrId="306" Leaf="true">
12699+
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or__2360" ItemType="0" PsrId="306" Leaf="true">
1269112700
<Str Cat="Text">
12692-
<Val><![CDATA[The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.]]></Val>
12701+
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
1269312702
<Tgt Cat="Text" Stat="Loc" Orig="New">
12694-
<Val><![CDATA[La partie gauche d'une expression 'in' doit être de type 'any', 'string', 'number' ou 'symbol'.]]></Val>
12703+
<Val><![CDATA[La partie gauche d'une expression 'in' doit être un identificateur privé ou de type 'any', 'string', 'number' ou 'symbol'.]]></Val>
1269512704
</Tgt>
1269612705
</Str>
1269712706
<Disp Icon="Str" />

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9707,6 +9707,15 @@
97079707
</Str>
97089708
<Disp Icon="Str" />
97099709
</Item>
9710+
<Item ItemId=";Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451" ItemType="0" PsrId="306" Leaf="true">
9711+
<Str Cat="Text">
9712+
<Val><![CDATA[Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression]]></Val>
9713+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9714+
<Val><![CDATA[Identyfikatory prywatne są dozwolone tylko w treściach klasy i mogą być używane tylko jako część deklaracji członka klasy, dostępu do właściwości lub po lewej stronie wyrażenia „in”]]></Val>
9715+
</Tgt>
9716+
</Str>
9717+
<Disp Icon="Str" />
9718+
</Item>
97109719
<Item ItemId=";Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028" ItemType="0" PsrId="306" Leaf="true">
97119720
<Str Cat="Text">
97129721
<Val><![CDATA[Private identifiers are only available when targeting ECMAScript 2015 and higher.]]></Val>
@@ -12662,11 +12671,11 @@
1266212671
</Str>
1266312672
<Disp Icon="Str" />
1266412673
</Item>
12665-
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_of_type_any_string_number_or_symbol_2360" ItemType="0" PsrId="306" Leaf="true">
12674+
<Item ItemId=";The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or__2360" ItemType="0" PsrId="306" Leaf="true">
1266612675
<Str Cat="Text">
12667-
<Val><![CDATA[The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.]]></Val>
12676+
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
1266812677
<Tgt Cat="Text" Stat="Loc" Orig="New">
12669-
<Val><![CDATA[Lewa strona wyrażenia „in” musi być typu „any”, „string”, „number” lub „symbol”.]]></Val>
12678+
<Val><![CDATA[Lewa strona wyrażenia „in” musi być identyfikatorem prywatnym lub typem „any”, „string”, „number” lub „symbol”.]]></Val>
1267012679
</Tgt>
1267112680
</Str>
1267212681
<Disp Icon="Str" />

0 commit comments

Comments
 (0)