Skip to content

Commit ed728f1

Browse files
authored
LEGO: Merge pull request 24618
LEGO: Merge pull request 24618
2 parents 9be846e + 72ac87f commit ed728f1

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,6 +2628,24 @@
26282628
</Str>
26292629
<Disp Icon="Str" />
26302630
</Item>
2631+
<Item ItemId=";Convert_named_imports_to_namespace_import_95057" ItemType="0" PsrId="306" Leaf="true">
2632+
<Str Cat="Text">
2633+
<Val><![CDATA[Convert named imports to namespace import]]></Val>
2634+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2635+
<Val><![CDATA[Převést pojmenované importy na import oboru názvů]]></Val>
2636+
</Tgt>
2637+
</Str>
2638+
<Disp Icon="Str" />
2639+
</Item>
2640+
<Item ItemId=";Convert_namespace_import_to_named_imports_95056" ItemType="0" PsrId="306" Leaf="true">
2641+
<Str Cat="Text">
2642+
<Val><![CDATA[Convert namespace import to named imports]]></Val>
2643+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2644+
<Val><![CDATA[Převést import oboru názvů na pojmenované importy]]></Val>
2645+
</Tgt>
2646+
</Str>
2647+
<Disp Icon="Str" />
2648+
</Item>
26312649
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
26322650
<Str Cat="Text">
26332651
<Val><![CDATA[Convert 'require' to 'import']]></Val>
@@ -5442,6 +5460,15 @@
54425460
</Str>
54435461
<Disp Icon="Str" />
54445462
</Item>
5463+
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
5464+
<Str Cat="Text">
5465+
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
5466+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5467+
<Val><![CDATA[Objekt je typu Neznámý.]]></Val>
5468+
</Tgt>
5469+
</Str>
5470+
<Disp Icon="Str" />
5471+
</Item>
54455472
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
54465473
<Str Cat="Text">
54475474
<Val><![CDATA[Object is possibly 'null'.]]></Val>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,6 +2612,24 @@
26122612
</Str>
26132613
<Disp Icon="Str" />
26142614
</Item>
2615+
<Item ItemId=";Convert_named_imports_to_namespace_import_95057" ItemType="0" PsrId="306" Leaf="true">
2616+
<Str Cat="Text">
2617+
<Val><![CDATA[Convert named imports to namespace import]]></Val>
2618+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2619+
<Val><![CDATA[Converter importações nomeadas em importação de namespace]]></Val>
2620+
</Tgt>
2621+
</Str>
2622+
<Disp Icon="Str" />
2623+
</Item>
2624+
<Item ItemId=";Convert_namespace_import_to_named_imports_95056" ItemType="0" PsrId="306" Leaf="true">
2625+
<Str Cat="Text">
2626+
<Val><![CDATA[Convert namespace import to named imports]]></Val>
2627+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2628+
<Val><![CDATA[Converter importação de namespace em importações nomeadas]]></Val>
2629+
</Tgt>
2630+
</Str>
2631+
<Disp Icon="Str" />
2632+
</Item>
26152633
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
26162634
<Str Cat="Text">
26172635
<Val><![CDATA[Convert 'require' to 'import']]></Val>
@@ -5426,6 +5444,15 @@
54265444
</Str>
54275445
<Disp Icon="Str" />
54285446
</Item>
5447+
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
5448+
<Str Cat="Text">
5449+
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
5450+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5451+
<Val><![CDATA[O objeto é do tipo 'desconhecido'.]]></Val>
5452+
</Tgt>
5453+
</Str>
5454+
<Disp Icon="Str" />
5455+
</Item>
54295456
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
54305457
<Str Cat="Text">
54315458
<Val><![CDATA[Object is possibly 'null'.]]></Val>

0 commit comments

Comments
 (0)