Skip to content

Commit 3c0c01c

Browse files
authored
LEGO: Merge pull request 37229
LEGO: Merge pull request 37229
2 parents 0e8540b + 5b06ce6 commit 3c0c01c

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Diff for: src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -7011,6 +7011,9 @@
70117011
<Item ItemId=";Only_named_exports_may_use_export_type_1383" ItemType="0" PsrId="306" Leaf="true">
70127012
<Str Cat="Text">
70137013
<Val><![CDATA[Only named exports may use 'export type'.]]></Val>
7014+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7015+
<Val><![CDATA[只有具名的匯出可以使用「匯出類型」。]]></Val>
7016+
</Tgt>
70147017
</Str>
70157018
<Disp Icon="Str" />
70167019
</Item>
@@ -12333,6 +12336,12 @@
1233312336
</Str>
1233412337
<Disp Icon="Str" />
1233512338
</Item>
12339+
<Item ItemId=";get_and_set_accessors_cannot_declare_this_parameters_2784" ItemType="0" PsrId="306" Leaf="true">
12340+
<Str Cat="Text">
12341+
<Val><![CDATA['get' and 'set' accessors cannot declare 'this' parameters.]]></Val>
12342+
</Str>
12343+
<Disp Icon="Str" />
12344+
</Item>
1233612345
<Item ItemId=";implements_clause_already_seen_1175" ItemType="0" PsrId="306" Leaf="true">
1233712346
<Str Cat="Text">
1233812347
<Val><![CDATA['implements' clause already seen.]]></Val>

Diff for: src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl

+12
Original file line numberDiff line numberDiff line change
@@ -7011,6 +7011,9 @@
70117011
<Item ItemId=";Only_named_exports_may_use_export_type_1383" ItemType="0" PsrId="306" Leaf="true">
70127012
<Str Cat="Text">
70137013
<Val><![CDATA[Only named exports may use 'export type'.]]></Val>
7014+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7015+
<Val><![CDATA[명명된 내보내기에서만 '내보내기 형식'을 사용할 수 있습니다.]]></Val>
7016+
</Tgt>
70147017
</Str>
70157018
<Disp Icon="Str" />
70167019
</Item>
@@ -10878,6 +10881,9 @@
1087810881
<Item ItemId=";Type_of_property_0_circularly_references_itself_in_mapped_type_1_2615" ItemType="0" PsrId="306" Leaf="true">
1087910882
<Str Cat="Text">
1088010883
<Val><![CDATA[Type of property '{0}' circularly references itself in mapped type '{1}'.]]></Val>
10884+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10885+
<Val><![CDATA['{0}' 속성의 형식은 매핑된 형식 '{1}'에서 순환적으로 자신을 참조합니다.]]></Val>
10886+
</Tgt>
1088110887
</Str>
1088210888
<Disp Icon="Str" />
1088310889
</Item>
@@ -12333,6 +12339,12 @@
1233312339
</Str>
1233412340
<Disp Icon="Str" />
1233512341
</Item>
12342+
<Item ItemId=";get_and_set_accessors_cannot_declare_this_parameters_2784" ItemType="0" PsrId="306" Leaf="true">
12343+
<Str Cat="Text">
12344+
<Val><![CDATA['get' and 'set' accessors cannot declare 'this' parameters.]]></Val>
12345+
</Str>
12346+
<Disp Icon="Str" />
12347+
</Item>
1233612348
<Item ItemId=";implements_clause_already_seen_1175" ItemType="0" PsrId="306" Leaf="true">
1233712349
<Str Cat="Text">
1233812350
<Val><![CDATA['implements' clause already seen.]]></Val>

0 commit comments

Comments
 (0)