Skip to content

Commit 5fa379c

Browse files
authored
LEGO: Merge pull request 40535
LEGO: Merge pull request 40535
2 parents bbf26a0 + 9be710b commit 5fa379c

File tree

1 file changed

+91
-16
lines changed

1 file changed

+91
-16
lines changed

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

Lines changed: 91 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,10 +1499,13 @@
14991499
</Item>
15001500
<Item ItemId=";All_type_parameters_are_unused_6205" ItemType="0" PsrId="306" Leaf="true">
15011501
<Str Cat="Text">
1502-
<Val><![CDATA[All type parameters are unused]]></Val>
1502+
<Val><![CDATA[All type parameters are unused.]]></Val>
15031503
<Tgt Cat="Text" Stat="Loc" Orig="New">
15041504
<Val><![CDATA[Všechny parametry typů jsou nevyužité.]]></Val>
15051505
</Tgt>
1506+
<Prev Cat="Text">
1507+
<Val><![CDATA[All type parameters are unused]]></Val>
1508+
</Prev>
15061509
</Str>
15071510
<Disp Icon="Str" />
15081511
</Item>
@@ -1787,10 +1790,13 @@
17871790
</Item>
17881791
<Item ItemId=";An_expression_of_type_void_cannot_be_tested_for_truthiness_1345" ItemType="0" PsrId="306" Leaf="true">
17891792
<Str Cat="Text">
1790-
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness]]></Val>
1793+
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness.]]></Val>
17911794
<Tgt Cat="Text" Stat="Loc" Orig="New">
17921795
<Val><![CDATA[Není možné testovat pravdivost výrazu typu void.]]></Val>
17931796
</Tgt>
1797+
<Prev Cat="Text">
1798+
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness]]></Val>
1799+
</Prev>
17941800
</Str>
17951801
<Disp Icon="Str" />
17961802
</Item>
@@ -2615,10 +2621,13 @@
26152621
</Item>
26162622
<Item ItemId=";Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732" ItemType="0" PsrId="306" Leaf="true">
26172623
<Str Cat="Text">
2618-
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
2624+
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension.]]></Val>
26192625
<Tgt Cat="Text" Stat="Loc" Orig="New">
26202626
<Val><![CDATA[Nepovedlo se najít modul {0}. Zvažte možnost importovat modul s příponou .json pomocí --resolveJsonModule.]]></Val>
26212627
</Tgt>
2628+
<Prev Cat="Text">
2629+
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
2630+
</Prev>
26222631
</Str>
26232632
<Disp Icon="Str" />
26242633
</Item>
@@ -3450,6 +3459,15 @@
34503459
</Str>
34513460
<Disp Icon="Str" />
34523461
</Item>
3462+
<Item ItemId=";Convert_0_to_1_in_0_95003" ItemType="0" PsrId="306" Leaf="true">
3463+
<Str Cat="Text">
3464+
<Val><![CDATA[Convert '{0}' to '{1} in {0}']]></Val>
3465+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3466+
<Val><![CDATA[Převést {0} na {1} v {0}]]></Val>
3467+
</Tgt>
3468+
</Str>
3469+
<Disp Icon="Str" />
3470+
</Item>
34533471
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
34543472
<Str Cat="Text">
34553473
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
@@ -3531,6 +3549,12 @@
35313549
</Str>
35323550
<Disp Icon="Str" />
35333551
</Item>
3552+
<Item ItemId=";Convert_all_type_literals_to_mapped_type_95021" ItemType="0" PsrId="306" Leaf="true">
3553+
<Str Cat="Text">
3554+
<Val><![CDATA[Convert all type literals to mapped type]]></Val>
3555+
</Str>
3556+
<Disp Icon="Str" />
3557+
</Item>
35343558
<Item ItemId=";Convert_arrow_function_or_function_expression_95122" ItemType="0" PsrId="306" Leaf="true">
35353559
<Str Cat="Text">
35363560
<Val><![CDATA[Convert arrow function or function expression]]></Val>
@@ -4481,10 +4505,13 @@
44814505
</Item>
44824506
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
44834507
<Str Cat="Text">
4484-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
4508+
<Val><![CDATA[Dynamic import cannot have type arguments.]]></Val>
44854509
<Tgt Cat="Text" Stat="Loc" Orig="New">
44864510
<Val><![CDATA[Dynamický import nemůže mít argumenty typu.]]></Val>
44874511
</Tgt>
4512+
<Prev Cat="Text">
4513+
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
4514+
</Prev>
44884515
</Str>
44894516
<Disp Icon="Str" />
44904517
</Item>
@@ -5628,6 +5655,12 @@
56285655
</Str>
56295656
<Disp Icon="Str" />
56305657
</Item>
5658+
<Item ItemId=";Generates_an_event_trace_and_a_list_of_types_6237" ItemType="0" PsrId="306" Leaf="true">
5659+
<Str Cat="Text">
5660+
<Val><![CDATA[Generates an event trace and a list of types.]]></Val>
5661+
</Str>
5662+
<Disp Icon="Str" />
5663+
</Item>
56315664
<Item ItemId=";Generates_corresponding_d_ts_file_6002" ItemType="0" PsrId="306" Leaf="true">
56325665
<Str Cat="Text">
56335666
<Val><![CDATA[Generates corresponding '.d.ts' file.]]></Val>
@@ -6045,6 +6078,12 @@
60456078
</Str>
60466079
<Disp Icon="Str" />
60476080
</Item>
6081+
<Item ItemId=";Include_undefined_in_index_signature_results_6800" ItemType="0" PsrId="306" Leaf="true">
6082+
<Str Cat="Text">
6083+
<Val><![CDATA[Include 'undefined' in index signature results]]></Val>
6084+
</Str>
6085+
<Disp Icon="Str" />
6086+
</Item>
60486087
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
60496088
<Str Cat="Text">
60506089
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -7257,6 +7296,12 @@
72577296
</Str>
72587297
<Disp Icon="Str" />
72597298
</Item>
7299+
<Item ItemId=";Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash_5090" ItemType="0" PsrId="306" Leaf="true">
7300+
<Str Cat="Text">
7301+
<Val><![CDATA[Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'?]]></Val>
7302+
</Str>
7303+
<Disp Icon="Str" />
7304+
</Item>
72607305
<Item ItemId=";Non_simple_parameter_declared_here_1348" ItemType="0" PsrId="306" Leaf="true">
72617306
<Str Cat="Text">
72627307
<Val><![CDATA[Non-simple parameter declared here.]]></Val>
@@ -7575,6 +7620,12 @@
75757620
</Str>
75767621
<Disp Icon="Str" />
75777622
</Item>
7623+
<Item ItemId=";Option_0_cannot_be_specified_when_option_jsx_is_1_5089" ItemType="0" PsrId="306" Leaf="true">
7624+
<Str Cat="Text">
7625+
<Val><![CDATA[Option '{0}' cannot be specified when option 'jsx' is '{1}'.]]></Val>
7626+
</Str>
7627+
<Disp Icon="Str" />
7628+
</Item>
75787629
<Item ItemId=";Option_0_cannot_be_specified_when_option_target_is_ES3_5048" ItemType="0" PsrId="306" Leaf="true">
75797630
<Str Cat="Text">
75807631
<Val><![CDATA[Option '{0}' cannot be specified when option 'target' is 'ES3'.]]></Val>
@@ -7647,15 +7698,6 @@
76477698
</Str>
76487699
<Disp Icon="Str" />
76497700
</Item>
7650-
<Item ItemId=";Option_paths_cannot_be_used_without_specifying_baseUrl_option_5060" ItemType="0" PsrId="306" Leaf="true">
7651-
<Str Cat="Text">
7652-
<Val><![CDATA[Option 'paths' cannot be used without specifying '--baseUrl' option.]]></Val>
7653-
<Tgt Cat="Text" Stat="Loc" Orig="New">
7654-
<Val><![CDATA[Možnost paths se nedá použít bez zadání možnosti --baseUrl.]]></Val>
7655-
</Tgt>
7656-
</Str>
7657-
<Disp Icon="Str" />
7658-
</Item>
76597701
<Item ItemId=";Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042" ItemType="0" PsrId="306" Leaf="true">
76607702
<Str Cat="Text">
76617703
<Val><![CDATA[Option 'project' cannot be mixed with source files on a command line.]]></Val>
@@ -8252,10 +8294,13 @@
82528294
</Item>
82538295
<Item ItemId=";Private_identifiers_cannot_be_used_as_parameters_18009" ItemType="0" PsrId="306" Leaf="true">
82548296
<Str Cat="Text">
8255-
<Val><![CDATA[Private identifiers cannot be used as parameters]]></Val>
8297+
<Val><![CDATA[Private identifiers cannot be used as parameters.]]></Val>
82568298
<Tgt Cat="Text" Stat="Loc" Orig="New">
82578299
<Val><![CDATA[Privátní identifikátory se nedají použít jako parametry.]]></Val>
82588300
</Tgt>
8301+
<Prev Cat="Text">
8302+
<Val><![CDATA[Private identifiers cannot be used as parameters]]></Val>
8303+
</Prev>
82598304
</Str>
82608305
<Disp Icon="Str" />
82618306
</Item>
@@ -8489,10 +8534,13 @@
84898534
</Item>
84908535
<Item ItemId=";Property_0_is_a_static_member_of_type_1_2576" ItemType="0" PsrId="306" Leaf="true">
84918536
<Str Cat="Text">
8492-
<Val><![CDATA[Property '{0}' is a static member of type '{1}']]></Val>
8537+
<Val><![CDATA[Property '{0}' is a static member of type '{1}'.]]></Val>
84938538
<Tgt Cat="Text" Stat="Loc" Orig="New">
84948539
<Val><![CDATA[Vlastnost {0} není statický člen typu {1}.]]></Val>
84958540
</Tgt>
8541+
<Prev Cat="Text">
8542+
<Val><![CDATA[Property '{0}' is a static member of type '{1}']]></Val>
8543+
</Prev>
84968544
</Str>
84978545
<Disp Icon="Str" />
84988546
</Item>
@@ -8748,6 +8796,12 @@
87488796
</Str>
87498797
<Disp Icon="Str" />
87508798
</Item>
8799+
<Item ItemId=";Provides_a_root_package_name_when_using_outFile_with_declarations_1390" ItemType="0" PsrId="306" Leaf="true">
8800+
<Str Cat="Text">
8801+
<Val><![CDATA[Provides a root package name when using outFile with declarations.]]></Val>
8802+
</Str>
8803+
<Disp Icon="Str" />
8804+
</Item>
87518805
<Item ItemId=";Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4098" ItemType="0" PsrId="306" Leaf="true">
87528806
<Str Cat="Text">
87538807
<Val><![CDATA[Public method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
@@ -9894,6 +9948,12 @@
98949948
</Str>
98959949
<Disp Icon="Str" />
98969950
</Item>
9951+
<Item ItemId=";Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react_6238" ItemType="0" PsrId="306" Leaf="true">
9952+
<Str Cat="Text">
9953+
<Val><![CDATA[Specify the module specifier to be used to import the `jsx` and `jsxs` factory functions from. eg, react]]></Val>
9954+
</Str>
9955+
<Disp Icon="Str" />
9956+
</Item>
98979957
<Item ItemId=";Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir_6058" ItemType="0" PsrId="306" Leaf="true">
98989958
<Str Cat="Text">
98999959
<Val><![CDATA[Specify the root directory of input files. Use to control the output directory structure with --outDir.]]></Val>
@@ -10185,6 +10245,12 @@
1018510245
</Str>
1018610246
<Disp Icon="Str" />
1018710247
</Item>
10248+
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10249+
<Str Cat="Text">
10250+
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10251+
</Str>
10252+
<Disp Icon="Str" />
10253+
</Item>
1018810254
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1018910255
<Str Cat="Text">
1019010256
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10266,6 +10332,12 @@
1026610332
</Str>
1026710333
<Disp Icon="Str" />
1026810334
</Item>
10335+
<Item ItemId=";The_bundledPackageName_option_must_be_provided_when_using_outFile_and_node_module_resolution_with_de_1391" ItemType="0" PsrId="306" Leaf="true">
10336+
<Str Cat="Text">
10337+
<Val><![CDATA[The `bundledPackageName` option must be provided when using outFile and node module resolution with declaration emit.]]></Val>
10338+
</Str>
10339+
<Disp Icon="Str" />
10340+
</Item>
1026910341
<Item ItemId=";The_character_set_of_the_input_files_6163" ItemType="0" PsrId="306" Leaf="true">
1027010342
<Str Cat="Text">
1027110343
<Val><![CDATA[The character set of the input files.]]></Val>
@@ -12836,10 +12908,13 @@
1283612908
</Item>
1283712909
<Item ItemId=";_0_modifier_cannot_be_used_with_a_private_identifier_18019" ItemType="0" PsrId="306" Leaf="true">
1283812910
<Str Cat="Text">
12839-
<Val><![CDATA['{0}' modifier cannot be used with a private identifier]]></Val>
12911+
<Val><![CDATA['{0}' modifier cannot be used with a private identifier.]]></Val>
1284012912
<Tgt Cat="Text" Stat="Loc" Orig="New">
1284112913
<Val><![CDATA[Modifikátor {0} se nedá použít s privátním identifikátorem.]]></Val>
1284212914
</Tgt>
12915+
<Prev Cat="Text">
12916+
<Val><![CDATA['{0}' modifier cannot be used with a private identifier]]></Val>
12917+
</Prev>
1284312918
</Str>
1284412919
<Disp Icon="Str" />
1284512920
</Item>

0 commit comments

Comments
 (0)