Skip to content

Commit 9e0ddfd

Browse files
authored
LEGO: Merge pull request 45827
LEGO: Merge pull request 45827
1 parent 13bdc03 commit 9e0ddfd

2 files changed

Lines changed: 84 additions & 0 deletions

File tree

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8973,6 +8973,12 @@
89738973
</Str>
89748974
<Disp Icon="Str" />
89758975
</Item>
8976+
<Item ItemId=";Option_preserveValueImports_can_only_be_used_when_module_is_set_to_es2015_or_later_5095" ItemType="0" PsrId="306" Leaf="true">
8977+
<Str Cat="Text">
8978+
<Val><![CDATA[Option 'preserveValueImports' can only be used when 'module' is set to 'es2015' or later.]]></Val>
8979+
</Str>
8980+
<Disp Icon="Str" />
8981+
</Item>
89768982
<Item ItemId=";Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042" ItemType="0" PsrId="306" Leaf="true">
89778983
<Str Cat="Text">
89788984
<Val><![CDATA[Option 'project' cannot be mixed with source files on a command line.]]></Val>
@@ -9558,6 +9564,12 @@
95589564
</Str>
95599565
<Disp Icon="Str" />
95609566
</Item>
9567+
<Item ItemId=";Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed_1449" ItemType="0" PsrId="306" Leaf="true">
9568+
<Str Cat="Text">
9569+
<Val><![CDATA[Preserve unused imported values in the JavaScript output that would otherwise be removed.]]></Val>
9570+
</Str>
9571+
<Disp Icon="Str" />
9572+
</Item>
95619573
<Item ItemId=";Print_all_of_the_files_read_during_the_compilation_6653" ItemType="0" PsrId="306" Leaf="true">
95629574
<Str Cat="Text">
95639575
<Val><![CDATA[Print all of the files read during the compilation.]]></Val>
@@ -14976,6 +14988,12 @@
1497614988
</Str>
1497714989
<Disp Icon="Str" />
1497814990
</Item>
14991+
<Item ItemId=";_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedMod_1444" ItemType="0" PsrId="306" Leaf="true">
14992+
<Str Cat="Text">
14993+
<Val><![CDATA['{0}' is a type and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled.]]></Val>
14994+
</Str>
14995+
<Disp Icon="Str" />
14996+
</Item>
1497914997
<Item ItemId=";_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_5075" ItemType="0" PsrId="306" Leaf="true">
1498014998
<Str Cat="Text">
1498114999
<Val><![CDATA['{0}' is assignable to the constraint of type '{1}', but '{1}' could be instantiated with a different subtype of constraint '{2}'.]]></Val>
@@ -15273,6 +15291,27 @@
1527315291
</Str>
1527415292
<Disp Icon="Str" />
1527515293
</Item>
15294+
<Item ItemId=";_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_preserveVa_1446" ItemType="0" PsrId="306" Leaf="true">
15295+
<Str Cat="Text">
15296+
<Val><![CDATA['{0}' resolves to a type-only declaration and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled.]]></Val>
15297+
</Str>
15298+
<Disp Icon="Str" />
15299+
</Item>
15300+
<Item ItemId=";_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_isol_1448" ItemType="0" PsrId="306" Leaf="true">
15301+
<Str Cat="Text">
15302+
<Val><![CDATA['{0}' resolves to a type-only declaration and must be re-exported using a type-only re-export when 'isolatedModules' is enabled.]]></Val>
15303+
</Str>
15304+
<Disp Icon="Str" />
15305+
</Item>
15306+
<Item ItemId=";_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file_6258" ItemType="0" PsrId="306" Leaf="true">
15307+
<Str Cat="Text">
15308+
<Val><![CDATA['{0}' should be set inside the 'compilerOptions' object of the config json file]]></Val>
15309+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15310+
<Val><![CDATA[Klíčové slovo {0} by mělo být nastaveno uvnitř objektu compilerOptions konfiguračního souboru JSON.]]></Val>
15311+
</Tgt>
15312+
</Str>
15313+
<Disp Icon="Str" />
15314+
</Item>
1527615315
<Item ItemId=";_0_tag_already_specified_1223" ItemType="0" PsrId="306" Leaf="true">
1527715316
<Str Cat="Text">
1527815317
<Val><![CDATA['{0}' tag already specified.]]></Val>

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8976,6 +8976,15 @@
89768976
</Str>
89778977
<Disp Icon="Str" />
89788978
</Item>
8979+
<Item ItemId=";Option_preserveValueImports_can_only_be_used_when_module_is_set_to_es2015_or_later_5095" ItemType="0" PsrId="306" Leaf="true">
8980+
<Str Cat="Text">
8981+
<Val><![CDATA[Option 'preserveValueImports' can only be used when 'module' is set to 'es2015' or later.]]></Val>
8982+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8983+
<Val><![CDATA[La opción "preserveValueImports" solo se puede usar cuando "module" esté establecido en "es2015" o posteriores.]]></Val>
8984+
</Tgt>
8985+
</Str>
8986+
<Disp Icon="Str" />
8987+
</Item>
89798988
<Item ItemId=";Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042" ItemType="0" PsrId="306" Leaf="true">
89808989
<Str Cat="Text">
89818990
<Val><![CDATA[Option 'project' cannot be mixed with source files on a command line.]]></Val>
@@ -9561,6 +9570,15 @@
95619570
</Str>
95629571
<Disp Icon="Str" />
95639572
</Item>
9573+
<Item ItemId=";Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed_1449" ItemType="0" PsrId="306" Leaf="true">
9574+
<Str Cat="Text">
9575+
<Val><![CDATA[Preserve unused imported values in the JavaScript output that would otherwise be removed.]]></Val>
9576+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9577+
<Val><![CDATA[Conserva los valores importados no usados en la salida de JavaScript que, de lo contrario, se quitarían.]]></Val>
9578+
</Tgt>
9579+
</Str>
9580+
<Disp Icon="Str" />
9581+
</Item>
95649582
<Item ItemId=";Print_all_of_the_files_read_during_the_compilation_6653" ItemType="0" PsrId="306" Leaf="true">
95659583
<Str Cat="Text">
95669584
<Val><![CDATA[Print all of the files read during the compilation.]]></Val>
@@ -14979,6 +14997,15 @@
1497914997
</Str>
1498014998
<Disp Icon="Str" />
1498114999
</Item>
15000+
<Item ItemId=";_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedMod_1444" ItemType="0" PsrId="306" Leaf="true">
15001+
<Str Cat="Text">
15002+
<Val><![CDATA['{0}' is a type and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled.]]></Val>
15003+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15004+
<Val><![CDATA["{0}" es un tipo y debe importarse mediante una importación de solo tipo cuando "preserveValueImports" y "isolatedModules" estén habilitados.]]></Val>
15005+
</Tgt>
15006+
</Str>
15007+
<Disp Icon="Str" />
15008+
</Item>
1498215009
<Item ItemId=";_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_5075" ItemType="0" PsrId="306" Leaf="true">
1498315010
<Str Cat="Text">
1498415011
<Val><![CDATA['{0}' is assignable to the constraint of type '{1}', but '{1}' could be instantiated with a different subtype of constraint '{2}'.]]></Val>
@@ -15276,6 +15303,24 @@
1527615303
</Str>
1527715304
<Disp Icon="Str" />
1527815305
</Item>
15306+
<Item ItemId=";_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_preserveVa_1446" ItemType="0" PsrId="306" Leaf="true">
15307+
<Str Cat="Text">
15308+
<Val><![CDATA['{0}' resolves to a type-only declaration and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled.]]></Val>
15309+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15310+
<Val><![CDATA["{0}" se resuelve como una declaración de solo tipo y debe importarse mediante una importación de solo tipo cuando "preserveValueImports" y "isolatedModules" estén habilitados.]]></Val>
15311+
</Tgt>
15312+
</Str>
15313+
<Disp Icon="Str" />
15314+
</Item>
15315+
<Item ItemId=";_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_isol_1448" ItemType="0" PsrId="306" Leaf="true">
15316+
<Str Cat="Text">
15317+
<Val><![CDATA['{0}' resolves to a type-only declaration and must be re-exported using a type-only re-export when 'isolatedModules' is enabled.]]></Val>
15318+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15319+
<Val><![CDATA["{0}" se resuelve como una declaración de solo tipo y debe volverse a exportar con un tipo de reexportación solo cuando esté habilitada la opción "isolatedModules".]]></Val>
15320+
</Tgt>
15321+
</Str>
15322+
<Disp Icon="Str" />
15323+
</Item>
1527915324
<Item ItemId=";_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file_6258" ItemType="0" PsrId="306" Leaf="true">
1528015325
<Str Cat="Text">
1528115326
<Val><![CDATA['{0}' should be set inside the 'compilerOptions' object of the config json file]]></Val>

0 commit comments

Comments
 (0)