Skip to content

Commit 5d8f1d9

Browse files
authored
LEGO: Merge pull request 23965
LEGO: Merge pull request 23965
2 parents 5e1330e + a930b57 commit 5d8f1d9

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

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

+48
Original file line numberDiff line numberDiff line change
@@ -2529,6 +2529,15 @@
25292529
</Str>
25302530
<Disp Icon="Str" />
25312531
</Item>
2532+
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
2533+
<Str Cat="Text">
2534+
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2535+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2536+
<Val><![CDATA[Převést všechna volání require na import]]></Val>
2537+
</Tgt>
2538+
</Str>
2539+
<Disp Icon="Str" />
2540+
</Item>
25322541
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
25332542
<Str Cat="Text">
25342543
<Val><![CDATA[Convert all to default imports]]></Val>
@@ -2556,6 +2565,15 @@
25562565
</Str>
25572566
<Disp Icon="Str" />
25582567
</Item>
2568+
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
2569+
<Str Cat="Text">
2570+
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2571+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2572+
<Val><![CDATA[Převést require na import]]></Val>
2573+
</Tgt>
2574+
</Str>
2575+
<Disp Icon="Str" />
2576+
</Item>
25592577
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
25602578
<Str Cat="Text">
25612579
<Val><![CDATA[Convert to ES6 module]]></Val>
@@ -4293,6 +4311,12 @@
42934311
</Str>
42944312
<Disp Icon="Str" />
42954313
</Item>
4314+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4315+
<Str Cat="Text">
4316+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4317+
</Str>
4318+
<Disp Icon="Str" />
4319+
</Item>
42964320
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42974321
<Str Cat="Text">
42984322
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5589,6 +5613,12 @@
55895613
</Str>
55905614
<Disp Icon="Str" />
55915615
</Item>
5616+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5617+
<Str Cat="Text">
5618+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5619+
</Str>
5620+
<Disp Icon="Str" />
5621+
</Item>
55925622
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55935623
<Str Cat="Text">
55945624
<Val><![CDATA[Options:]]></Val>
@@ -7437,6 +7467,15 @@
74377467
</Str>
74387468
<Disp Icon="Str" />
74397469
</Item>
7470+
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_using_ESNext_for_the_target_and_module_compiler_option_1343" ItemType="0" PsrId="306" Leaf="true">
7471+
<Str Cat="Text">
7472+
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7473+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7474+
<Val><![CDATA[Metavlastnost import.meta je povolená, jenom když se pro možnosti kompilátoru target a module použije ESNext.]]></Val>
7475+
</Tgt>
7476+
</Str>
7477+
<Disp Icon="Str" />
7478+
</Item>
74407479
<Item ItemId=";The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527" ItemType="0" PsrId="306" Leaf="true">
74417480
<Str Cat="Text">
74427481
<Val><![CDATA[The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary.]]></Val>
@@ -9375,6 +9414,15 @@
93759414
</Str>
93769415
<Disp Icon="Str" />
93779416
</Item>
9417+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9418+
<Str Cat="Text">
9419+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9420+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9421+
<Val><![CDATA[Volání require se dá převést na import.]]></Val>
9422+
</Tgt>
9423+
</Str>
9424+
<Disp Icon="Str" />
9425+
</Item>
93789426
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93799427
<Str Cat="Text">
93809428
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

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

+42
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,15 @@
25102510
</Str>
25112511
<Disp Icon="Str" />
25122512
</Item>
2513+
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
2514+
<Str Cat="Text">
2515+
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2516+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2517+
<Val><![CDATA[Converter todos os 'require' em 'import']]></Val>
2518+
</Tgt>
2519+
</Str>
2520+
<Disp Icon="Str" />
2521+
</Item>
25132522
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
25142523
<Str Cat="Text">
25152524
<Val><![CDATA[Convert all to default imports]]></Val>
@@ -2537,6 +2546,15 @@
25372546
</Str>
25382547
<Disp Icon="Str" />
25392548
</Item>
2549+
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
2550+
<Str Cat="Text">
2551+
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2552+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2553+
<Val><![CDATA[Converter 'require' em 'import']]></Val>
2554+
</Tgt>
2555+
</Str>
2556+
<Disp Icon="Str" />
2557+
</Item>
25402558
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
25412559
<Str Cat="Text">
25422560
<Val><![CDATA[Convert to ES6 module]]></Val>
@@ -4274,6 +4292,12 @@
42744292
</Str>
42754293
<Disp Icon="Str" />
42764294
</Item>
4295+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4296+
<Str Cat="Text">
4297+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4298+
</Str>
4299+
<Disp Icon="Str" />
4300+
</Item>
42774301
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42784302
<Str Cat="Text">
42794303
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5570,6 +5594,12 @@
55705594
</Str>
55715595
<Disp Icon="Str" />
55725596
</Item>
5597+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5598+
<Str Cat="Text">
5599+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5600+
</Str>
5601+
<Disp Icon="Str" />
5602+
</Item>
55735603
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55745604
<Str Cat="Text">
55755605
<Val><![CDATA[Options:]]></Val>
@@ -7418,6 +7448,9 @@
74187448
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_using_ESNext_for_the_target_and_module_compiler_option_1343" ItemType="0" PsrId="306" Leaf="true">
74197449
<Str Cat="Text">
74207450
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7451+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7452+
<Val><![CDATA[A metapropriedade 'import.meta' é permitida apenas usando 'ESNext' para as opções de compilador 'target' e 'module'.]]></Val>
7453+
</Tgt>
74217454
</Str>
74227455
<Disp Icon="Str" />
74237456
</Item>
@@ -9359,6 +9392,15 @@
93599392
</Str>
93609393
<Disp Icon="Str" />
93619394
</Item>
9395+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9396+
<Str Cat="Text">
9397+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9398+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9399+
<Val><![CDATA[A chamada 'require' pode ser convertida em uma importação.]]></Val>
9400+
</Tgt>
9401+
</Str>
9402+
<Disp Icon="Str" />
9403+
</Item>
93629404
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93639405
<Str Cat="Text">
93649406
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

0 commit comments

Comments
 (0)