Skip to content

Commit 6a622a1

Browse files
authored
LEGO: Merge pull request 40119
LEGO: Merge pull request 40119
2 parents 5ff1b75 + a9277b7 commit 6a622a1

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1476,15 +1476,6 @@
14761476
</Str>
14771477
<Disp Icon="Str" />
14781478
</Item>
1479-
<Item ItemId=";All_files_must_be_modules_when_the_isolatedModules_flag_is_provided_1208" ItemType="0" PsrId="306" Leaf="true">
1480-
<Str Cat="Text">
1481-
<Val><![CDATA[All files must be modules when the '--isolatedModules' flag is provided.]]></Val>
1482-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1483-
<Val><![CDATA[Alle Dateien müssen Module sein, wenn das Flag "--isolatedModules" angegeben wird.]]></Val>
1484-
</Tgt>
1485-
</Str>
1486-
<Disp Icon="Str" />
1487-
</Item>
14881479
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
14891480
<Str Cat="Text">
14901481
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
@@ -12486,6 +12477,15 @@
1248612477
</Str>
1248712478
<Disp Icon="Str" />
1248812479
</Item>
12480+
<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">
12481+
<Str Cat="Text">
12482+
<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>
12483+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12484+
<Val><![CDATA["{0}" wird als globale Skriptdatei betrachtet und kann daher nicht unter "--isolatedModules" kompiliert werden. Fügen Sie zum Festlegen als Modul eine Import-, Export- oder eine leere "export {}"-Anweisung hinzu.]]></Val>
12485+
</Tgt>
12486+
</Str>
12487+
<Disp Icon="Str" />
12488+
</Item>
1248912489
<Item ItemId=";_0_cannot_be_used_as_a_JSX_component_2786" ItemType="0" PsrId="306" Leaf="true">
1249012490
<Str Cat="Text">
1249112491
<Val><![CDATA['{0}' cannot be used as a JSX component.]]></Val>

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1478,15 +1478,6 @@
14781478
</Str>
14791479
<Disp Icon="Str" />
14801480
</Item>
1481-
<Item ItemId=";All_files_must_be_modules_when_the_isolatedModules_flag_is_provided_1208" ItemType="0" PsrId="306" Leaf="true">
1482-
<Str Cat="Text">
1483-
<Val><![CDATA[All files must be modules when the '--isolatedModules' flag is provided.]]></Val>
1484-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1485-
<Val><![CDATA[Если задан флаг "--isolatedModules", все файлы должны быть модулями.]]></Val>
1486-
</Tgt>
1487-
</Str>
1488-
<Disp Icon="Str" />
1489-
</Item>
14901481
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
14911482
<Str Cat="Text">
14921483
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
@@ -12491,6 +12482,15 @@
1249112482
</Str>
1249212483
<Disp Icon="Str" />
1249312484
</Item>
12485+
<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">
12486+
<Str Cat="Text">
12487+
<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>
12488+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12489+
<Val><![CDATA["{0}" не может быть скомпилирован с параметром "--isolatedModules", так как он считается глобальным файлом сценария. Добавьте оператор для импорта, экспорта или пустой оператор "export {}", чтобы сделать его модулем.]]></Val>
12490+
</Tgt>
12491+
</Str>
12492+
<Disp Icon="Str" />
12493+
</Item>
1249412494
<Item ItemId=";_0_cannot_be_used_as_a_JSX_component_2786" ItemType="0" PsrId="306" Leaf="true">
1249512495
<Str Cat="Text">
1249612496
<Val><![CDATA['{0}' cannot be used as a JSX component.]]></Val>

0 commit comments

Comments
 (0)