Skip to content

Commit a2d20a2

Browse files
authored
LEGO: Merge pull request 40108
LEGO: Merge pull request 40108
2 parents 9f3af67 + 9bf6b7b commit a2d20a2

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1488,15 +1488,6 @@
14881488
</Str>
14891489
<Disp Icon="Str" />
14901490
</Item>
1491-
<Item ItemId=";All_files_must_be_modules_when_the_isolatedModules_flag_is_provided_1208" ItemType="0" PsrId="306" Leaf="true">
1492-
<Str Cat="Text">
1493-
<Val><![CDATA[All files must be modules when the '--isolatedModules' flag is provided.]]></Val>
1494-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1495-
<Val><![CDATA[Když se zadá příznak --isolatedModules, všechny soubory musí být moduly.]]></Val>
1496-
</Tgt>
1497-
</Str>
1498-
<Disp Icon="Str" />
1499-
</Item>
15001491
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
15011492
<Str Cat="Text">
15021493
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
@@ -12501,6 +12492,15 @@
1250112492
</Str>
1250212493
<Disp Icon="Str" />
1250312494
</Item>
12495+
<Item ItemId=";_0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_imp_1208" ItemType="0" PsrId="306" Leaf="true">
12496+
<Str Cat="Text">
12497+
<Val><![CDATA['{0}' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.]]></Val>
12498+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12499+
<Val><![CDATA[{0} není možné zkompilovat v režimu --isolatedModules, protože se považuje za globální soubor skriptu. Pokud ho chcete převést na modul, přidejte import, export nebo prázdný příkaz export {}.]]></Val>
12500+
</Tgt>
12501+
</Str>
12502+
<Disp Icon="Str" />
12503+
</Item>
1250412504
<Item ItemId=";_0_cannot_be_used_as_a_JSX_component_2786" ItemType="0" PsrId="306" Leaf="true">
1250512505
<Str Cat="Text">
1250612506
<Val><![CDATA['{0}' cannot be used as a JSX component.]]></Val>

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1469,15 +1469,6 @@
14691469
</Str>
14701470
<Disp Icon="Str" />
14711471
</Item>
1472-
<Item ItemId=";All_files_must_be_modules_when_the_isolatedModules_flag_is_provided_1208" ItemType="0" PsrId="306" Leaf="true">
1473-
<Str Cat="Text">
1474-
<Val><![CDATA[All files must be modules when the '--isolatedModules' flag is provided.]]></Val>
1475-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1476-
<Val><![CDATA[Wszystkie pliki muszą być modułami, gdy flaga „--isolatedModules” jest podana.]]></Val>
1477-
</Tgt>
1478-
</Str>
1479-
<Disp Icon="Str" />
1480-
</Item>
14811472
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
14821473
<Str Cat="Text">
14831474
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
@@ -12479,6 +12470,15 @@
1247912470
</Str>
1248012471
<Disp Icon="Str" />
1248112472
</Item>
12473+
<Item ItemId=";_0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_imp_1208" ItemType="0" PsrId="306" Leaf="true">
12474+
<Str Cat="Text">
12475+
<Val><![CDATA['{0}' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.]]></Val>
12476+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12477+
<Val><![CDATA[Nie można skompilować elementu „{0}” z opcją „--isolatedModules”, ponieważ jest on traktowany jako globalny plik skryptu. Dodaj instrukcję import, export lub pustą instrukcję „export {}”, aby stał się modułem.]]></Val>
12478+
</Tgt>
12479+
</Str>
12480+
<Disp Icon="Str" />
12481+
</Item>
1248212482
<Item ItemId=";_0_cannot_be_used_as_a_JSX_component_2786" ItemType="0" PsrId="306" Leaf="true">
1248312483
<Str Cat="Text">
1248412484
<Val><![CDATA['{0}' cannot be used as a JSX component.]]></Val>

0 commit comments

Comments
 (0)