Skip to content

Commit d8701a2

Browse files
authored
LEGO: Merge pull request 46077
LEGO: Merge pull request 46077
1 parent 2f0c607 commit d8701a2

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9720,6 +9720,15 @@
97209720
</Str>
97219721
<Disp Icon="Str" />
97229722
</Item>
9723+
<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">
9724+
<Str Cat="Text">
9725+
<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>
9726+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9727+
<Val><![CDATA[Gli identificatori privati sono consentiti solo nei corpi di classe e possono essere usati solo come parte di una dichiarazione di un membro della classe, dell'accesso alle proprietà o sulla parte sinistra di un'espressione 'in'.]]></Val>
9728+
</Tgt>
9729+
</Str>
9730+
<Disp Icon="Str" />
9731+
</Item>
97239732
<Item ItemId=";Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028" ItemType="0" PsrId="306" Leaf="true">
97249733
<Str Cat="Text">
97259734
<Val><![CDATA[Private identifiers are only available when targeting ECMAScript 2015 and higher.]]></Val>
@@ -12675,11 +12684,11 @@
1267512684
</Str>
1267612685
<Disp Icon="Str" />
1267712686
</Item>
12678-
<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">
12687+
<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">
1267912688
<Str Cat="Text">
12680-
<Val><![CDATA[The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.]]></Val>
12689+
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
1268112690
<Tgt Cat="Text" Stat="Loc" Orig="New">
12682-
<Val><![CDATA[La parte sinistra di un'espressione 'in' deve essere di tipo 'any', 'string', 'number' o 'symbol'.]]></Val>
12691+
<Val><![CDATA[La parte sinistra di un'espressione 'in' deve essere un identificatore privato o di tipo 'any', 'string', 'number' o 'symbol'.]]></Val>
1268312692
</Tgt>
1268412693
</Str>
1268512694
<Disp Icon="Str" />

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9720,6 +9720,15 @@
97209720
</Str>
97219721
<Disp Icon="Str" />
97229722
</Item>
9723+
<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">
9724+
<Str Cat="Text">
9725+
<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>
9726+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9727+
<Val><![CDATA[비공개 식별자는 클래스 본문에서만 허용되며 클래스 멤버 선언의 일부, 속성 액세스 또는 'in' 식의 왼쪽에서만 사용할 수 있습니다.]]></Val>
9728+
</Tgt>
9729+
</Str>
9730+
<Disp Icon="Str" />
9731+
</Item>
97239732
<Item ItemId=";Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028" ItemType="0" PsrId="306" Leaf="true">
97249733
<Str Cat="Text">
97259734
<Val><![CDATA[Private identifiers are only available when targeting ECMAScript 2015 and higher.]]></Val>
@@ -12675,11 +12684,11 @@
1267512684
</Str>
1267612685
<Disp Icon="Str" />
1267712686
</Item>
12678-
<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">
12687+
<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">
1267912688
<Str Cat="Text">
12680-
<Val><![CDATA[The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.]]></Val>
12689+
<Val><![CDATA[The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.]]></Val>
1268112690
<Tgt Cat="Text" Stat="Loc" Orig="New">
12682-
<Val><![CDATA['in' 식의 왼쪽은 'any', 'string', 'number' 또는 'symbol' 유형이어야 합니다.]]></Val>
12691+
<Val><![CDATA['in' 식의 왼쪽은 비공개 식별자이거나 'any', 'string', 'number' 또는 'symbol' 유형이어야 합니다.]]></Val>
1268312692
</Tgt>
1268412693
</Str>
1268512694
<Disp Icon="Str" />

0 commit comments

Comments
 (0)