Skip to content

Commit a58054d

Browse files
authored
LEGO: Merge pull request 24601
LEGO: Merge pull request 24601
2 parents 1b6d922 + fb853a6 commit a58054d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,6 +2619,24 @@
26192619
</Str>
26202620
<Disp Icon="Str" />
26212621
</Item>
2622+
<Item ItemId=";Convert_named_imports_to_namespace_import_95057" ItemType="0" PsrId="306" Leaf="true">
2623+
<Str Cat="Text">
2624+
<Val><![CDATA[Convert named imports to namespace import]]></Val>
2625+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2626+
<Val><![CDATA[將具名匯入轉換為命名空間匯入]]></Val>
2627+
</Tgt>
2628+
</Str>
2629+
<Disp Icon="Str" />
2630+
</Item>
2631+
<Item ItemId=";Convert_namespace_import_to_named_imports_95056" ItemType="0" PsrId="306" Leaf="true">
2632+
<Str Cat="Text">
2633+
<Val><![CDATA[Convert namespace import to named imports]]></Val>
2634+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2635+
<Val><![CDATA[將命名空間匯入轉換為具名匯入]]></Val>
2636+
</Tgt>
2637+
</Str>
2638+
<Disp Icon="Str" />
2639+
</Item>
26222640
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
26232641
<Str Cat="Text">
26242642
<Val><![CDATA[Convert 'require' to 'import']]></Val>
@@ -5433,6 +5451,15 @@
54335451
</Str>
54345452
<Disp Icon="Str" />
54355453
</Item>
5454+
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
5455+
<Str Cat="Text">
5456+
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
5457+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5458+
<Val><![CDATA[物件的類型為 '未知'。]]></Val>
5459+
</Tgt>
5460+
</Str>
5461+
<Disp Icon="Str" />
5462+
</Item>
54365463
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
54375464
<Str Cat="Text">
54385465
<Val><![CDATA[Object is possibly 'null'.]]></Val>

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,12 +2634,18 @@
26342634
<Item ItemId=";Convert_named_imports_to_namespace_import_95057" ItemType="0" PsrId="306" Leaf="true">
26352635
<Str Cat="Text">
26362636
<Val><![CDATA[Convert named imports to namespace import]]></Val>
2637+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2638+
<Val><![CDATA[Convertir importaciones con nombre en una importación de espacio de nombres]]></Val>
2639+
</Tgt>
26372640
</Str>
26382641
<Disp Icon="Str" />
26392642
</Item>
26402643
<Item ItemId=";Convert_namespace_import_to_named_imports_95056" ItemType="0" PsrId="306" Leaf="true">
26412644
<Str Cat="Text">
26422645
<Val><![CDATA[Convert namespace import to named imports]]></Val>
2646+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2647+
<Val><![CDATA[Convertir una importación de espacio de nombres en importaciones con nombre]]></Val>
2648+
</Tgt>
26432649
</Str>
26442650
<Disp Icon="Str" />
26452651
</Item>
@@ -5460,6 +5466,9 @@
54605466
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
54615467
<Str Cat="Text">
54625468
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
5469+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5470+
<Val><![CDATA[El objeto es de tipo "desconocido".]]></Val>
5471+
</Tgt>
54635472
</Str>
54645473
<Disp Icon="Str" />
54655474
</Item>

0 commit comments

Comments
 (0)