Skip to content

Commit 2be3d45

Browse files
authored
LEGO: Merge pull request 46070
LEGO: Merge pull request 46070
1 parent 7aa37fd commit 2be3d45

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9710,6 +9710,15 @@
97109710
</Str>
97119711
<Disp Icon="Str" />
97129712
</Item>
9713+
<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">
9714+
<Str Cat="Text">
9715+
<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>
9716+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9717+
<Val><![CDATA[Identificadores privados são permitidos apenas em corpos de classe e só podem ser usados como parte de uma declaração de membro de classe, acesso de propriedade ou no lado esquerdo de uma expressão 'em']]></Val>
9718+
</Tgt>
9719+
</Str>
9720+
<Disp Icon="Str" />
9721+
</Item>
97139722
<Item ItemId=";Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028" ItemType="0" PsrId="306" Leaf="true">
97149723
<Str Cat="Text">
97159724
<Val><![CDATA[Private identifiers are only available when targeting ECMAScript 2015 and higher.]]></Val>
@@ -12665,11 +12674,11 @@
1266512674
</Str>
1266612675
<Disp Icon="Str" />
1266712676
</Item>
12668-
<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">
12677+
<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">
1266912678
<Str Cat="Text">
12670-
<Val><![CDATA[The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.]]></Val>
12679+
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
1267112680
<Tgt Cat="Text" Stat="Loc" Orig="New">
12672-
<Val><![CDATA[O lado esquerdo de uma expressão 'in' deve ser do tipo 'any', 'string', 'number' ou 'symbol'.]]></Val>
12681+
<Val><![CDATA[O lado esquerdo de uma expressão 'em' deve ser um identificador privado ou do tipo 'qualquer', 'cadeia de caracteres', 'número' ou 'símbolo'.]]></Val>
1267312682
</Tgt>
1267412683
</Str>
1267512684
<Disp Icon="Str" />

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9719,6 +9719,15 @@
97199719
</Str>
97209720
<Disp Icon="Str" />
97219721
</Item>
9722+
<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">
9723+
<Str Cat="Text">
9724+
<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>
9725+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9726+
<Val><![CDATA[Закрытые идентификаторы разрешены только в теле класса и могут использоваться только как часть объявления члена класса, доступа к свойствам или левой стороны выражения "in"]]></Val>
9727+
</Tgt>
9728+
</Str>
9729+
<Disp Icon="Str" />
9730+
</Item>
97229731
<Item ItemId=";Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028" ItemType="0" PsrId="306" Leaf="true">
97239732
<Str Cat="Text">
97249733
<Val><![CDATA[Private identifiers are only available when targeting ECMAScript 2015 and higher.]]></Val>
@@ -12674,11 +12683,11 @@
1267412683
</Str>
1267512684
<Disp Icon="Str" />
1267612685
</Item>
12677-
<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">
12686+
<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">
1267812687
<Str Cat="Text">
12679-
<Val><![CDATA[The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.]]></Val>
12688+
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
1268012689
<Tgt Cat="Text" Stat="Loc" Orig="New">
12681-
<Val><![CDATA[Левый операнд выражения in должен иметь тип any, string, number или Symbol.]]></Val>
12690+
<Val><![CDATA[Левый операнд выражения "in" должен быть закрытым идентификатором или иметь тип any, string, number или symbol.]]></Val>
1268212691
</Tgt>
1268312692
</Str>
1268412693
<Disp Icon="Str" />

0 commit comments

Comments
 (0)