Skip to content

Commit 2372ffc

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent b949405 commit 2372ffc

File tree

1 file changed

+75
-81
lines changed

1 file changed

+75
-81
lines changed

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

+75-81
Original file line numberDiff line numberDiff line change
@@ -1620,12 +1620,9 @@
16201620
</Str>
16211621
<Disp Icon="Str" />
16221622
</Item>
1623-
<Item ItemId=";Cannot_create_an_instance_of_the_abstract_class_0_2511" ItemType="0" PsrId="306" Leaf="true">
1623+
<Item ItemId=";Cannot_create_an_instance_of_an_abstract_class_2511" ItemType="0" PsrId="306" Leaf="true">
16241624
<Str Cat="Text">
1625-
<Val><![CDATA[Cannot create an instance of the abstract class '{0}'.]]></Val>
1626-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1627-
<Val><![CDATA[Nejde vytvořit instance abstraktní třídy {0}.]]></Val>
1628-
</Tgt>
1625+
<Val><![CDATA[Cannot create an instance of an abstract class.]]></Val>
16291626
</Str>
16301627
<Disp Icon="Str" />
16311628
</Item>
@@ -3735,6 +3732,24 @@
37353732
</Str>
37363733
<Disp Icon="Str" />
37373734
</Item>
3735+
<Item ItemId=";Import_0_require_1_95015" ItemType="0" PsrId="306" Leaf="true">
3736+
<Str Cat="Text">
3737+
<Val><![CDATA[Import '{0}' = require("{1}").]]></Val>
3738+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3739+
<Val><![CDATA[Importovat {0} = vyžadovat({1})]]></Val>
3740+
</Tgt>
3741+
</Str>
3742+
<Disp Icon="Str" />
3743+
</Item>
3744+
<Item ItemId=";Import_Asterisk_as_0_from_1_95016" ItemType="0" PsrId="306" Leaf="true">
3745+
<Str Cat="Text">
3746+
<Val><![CDATA[Import * as '{0}' from "{1}".]]></Val>
3747+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3748+
<Val><![CDATA[Importovat * jako {0} z {1}]]></Val>
3749+
</Tgt>
3750+
</Str>
3751+
<Disp Icon="Str" />
3752+
</Item>
37383753
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
37393754
<Str Cat="Text">
37403755
<Val><![CDATA[Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.]]></Val>
@@ -3966,6 +3981,15 @@
39663981
</Str>
39673982
<Disp Icon="Str" />
39683983
</Item>
3984+
<Item ItemId=";Install_0_95014" ItemType="0" PsrId="306" Leaf="true">
3985+
<Str Cat="Text">
3986+
<Val><![CDATA[Install '{0}']]></Val>
3987+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3988+
<Val><![CDATA[Nainstalovat {0}]]></Val>
3989+
</Tgt>
3990+
</Str>
3991+
<Disp Icon="Str" />
3992+
</Item>
39693993
<Item ItemId=";Interface_0_cannot_simultaneously_extend_types_1_and_2_2320" ItemType="0" PsrId="306" Leaf="true">
39703994
<Str Cat="Text">
39713995
<Val><![CDATA[Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'.]]></Val>
@@ -5211,24 +5235,6 @@
52115235
</Str>
52125236
<Disp Icon="Str" />
52135237
</Item>
5214-
<Item ItemId=";Parameter_0_of_public_property_setter_from_exported_class_has_or_is_using_name_1_from_private_module_4036" ItemType="0" PsrId="306" Leaf="true">
5215-
<Str Cat="Text">
5216-
<Val><![CDATA[Parameter '{0}' of public property setter from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5217-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5218-
<Val><![CDATA[Parametr {0} metody setter veřejné vlastnosti z exportované třídy má nebo používá název {1} z privátního modulu {2}.]]></Val>
5219-
</Tgt>
5220-
</Str>
5221-
<Disp Icon="Str" />
5222-
</Item>
5223-
<Item ItemId=";Parameter_0_of_public_property_setter_from_exported_class_has_or_is_using_private_name_1_4037" ItemType="0" PsrId="306" Leaf="true">
5224-
<Str Cat="Text">
5225-
<Val><![CDATA[Parameter '{0}' of public property setter from exported class has or is using private name '{1}'.]]></Val>
5226-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5227-
<Val><![CDATA[Parametr {0} metody setter veřejné vlastnosti z exportované třídy má nebo používá privátní název {1}.]]></Val>
5228-
</Tgt>
5229-
</Str>
5230-
<Disp Icon="Str" />
5231-
</Item>
52325238
<Item ItemId=";Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module__4068" ItemType="0" PsrId="306" Leaf="true">
52335239
<Str Cat="Text">
52345240
<Val><![CDATA[Parameter '{0}' of public static method from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
@@ -5256,39 +5262,45 @@
52565262
</Str>
52575263
<Disp Icon="Str" />
52585264
</Item>
5259-
<Item ItemId=";Parameter_0_of_public_static_property_setter_from_exported_class_has_or_is_using_name_1_from_private_4034" ItemType="0" PsrId="306" Leaf="true">
5265+
<Item ItemId=";Parameter_cannot_have_question_mark_and_initializer_1015" ItemType="0" PsrId="306" Leaf="true">
52605266
<Str Cat="Text">
5261-
<Val><![CDATA[Parameter '{0}' of public static property setter from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5267+
<Val><![CDATA[Parameter cannot have question mark and initializer.]]></Val>
52625268
<Tgt Cat="Text" Stat="Loc" Orig="New">
5263-
<Val><![CDATA[Parametr {0} metody setter veřejné statické vlastnosti z exportované třídy má nebo používá název {1} z privátního modulu {2}.]]></Val>
5269+
<Val><![CDATA[Parametr nemůže obsahovat otazník a inicializátor.]]></Val>
52645270
</Tgt>
52655271
</Str>
52665272
<Disp Icon="Str" />
52675273
</Item>
5268-
<Item ItemId=";Parameter_0_of_public_static_property_setter_from_exported_class_has_or_is_using_private_name_1_4035" ItemType="0" PsrId="306" Leaf="true">
5274+
<Item ItemId=";Parameter_declaration_expected_1138" ItemType="0" PsrId="306" Leaf="true">
52695275
<Str Cat="Text">
5270-
<Val><![CDATA[Parameter '{0}' of public static property setter from exported class has or is using private name '{1}'.]]></Val>
5276+
<Val><![CDATA[Parameter declaration expected.]]></Val>
52715277
<Tgt Cat="Text" Stat="Loc" Orig="New">
5272-
<Val><![CDATA[Parametr {0} metody setter veřejné statické vlastnosti z exportované třídy má nebo používá privátní název {1}.]]></Val>
5278+
<Val><![CDATA[Očekává se deklarace parametru.]]></Val>
52735279
</Tgt>
52745280
</Str>
52755281
<Disp Icon="Str" />
52765282
</Item>
5277-
<Item ItemId=";Parameter_cannot_have_question_mark_and_initializer_1015" ItemType="0" PsrId="306" Leaf="true">
5283+
<Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036" ItemType="0" PsrId="306" Leaf="true">
52785284
<Str Cat="Text">
5279-
<Val><![CDATA[Parameter cannot have question mark and initializer.]]></Val>
5280-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5281-
<Val><![CDATA[Parametr nemůže obsahovat otazník a inicializátor.]]></Val>
5282-
</Tgt>
5285+
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
52835286
</Str>
52845287
<Disp Icon="Str" />
52855288
</Item>
5286-
<Item ItemId=";Parameter_declaration_expected_1138" ItemType="0" PsrId="306" Leaf="true">
5289+
<Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037" ItemType="0" PsrId="306" Leaf="true">
52875290
<Str Cat="Text">
5288-
<Val><![CDATA[Parameter declaration expected.]]></Val>
5289-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5290-
<Val><![CDATA[Očekává se deklarace parametru.]]></Val>
5291-
</Tgt>
5291+
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
5292+
</Str>
5293+
<Disp Icon="Str" />
5294+
</Item>
5295+
<Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034" ItemType="0" PsrId="306" Leaf="true">
5296+
<Str Cat="Text">
5297+
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5298+
</Str>
5299+
<Disp Icon="Str" />
5300+
</Item>
5301+
<Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035" ItemType="0" PsrId="306" Leaf="true">
5302+
<Str Cat="Text">
5303+
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
52925304
</Str>
52935305
<Disp Icon="Str" />
52945306
</Item>
@@ -5997,6 +6009,24 @@
59976009
</Str>
59986010
<Disp Icon="Str" />
59996011
</Item>
6012+
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041" ItemType="0" PsrId="306" Leaf="true">
6013+
<Str Cat="Text">
6014+
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
6015+
</Str>
6016+
<Disp Icon="Str" />
6017+
</Item>
6018+
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042" ItemType="0" PsrId="306" Leaf="true">
6019+
<Str Cat="Text">
6020+
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
6021+
</Str>
6022+
<Disp Icon="Str" />
6023+
</Item>
6024+
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043" ItemType="0" PsrId="306" Leaf="true">
6025+
<Str Cat="Text">
6026+
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
6027+
</Str>
6028+
<Disp Icon="Str" />
6029+
</Item>
60006030
<Item ItemId=";Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_c_4053" ItemType="0" PsrId="306" Leaf="true">
60016031
<Str Cat="Text">
60026032
<Val><![CDATA[Return type of public method from exported class has or is using name '{0}' from external module {1} but cannot be named.]]></Val>
@@ -6024,30 +6054,21 @@
60246054
</Str>
60256055
<Disp Icon="Str" />
60266056
</Item>
6027-
<Item ItemId=";Return_type_of_public_property_getter_from_exported_class_has_or_is_using_name_0_from_external_modul_4041" ItemType="0" PsrId="306" Leaf="true">
6057+
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038" ItemType="0" PsrId="306" Leaf="true">
60286058
<Str Cat="Text">
6029-
<Val><![CDATA[Return type of public property getter from exported class has or is using name '{0}' from external module {1} but cannot be named.]]></Val>
6030-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6031-
<Val><![CDATA[Návratový typ metody getter veřejné vlastnosti z exportované třídy má nebo používá název {0} z externího modulu {1}, ale nedá se pojmenovat.]]></Val>
6032-
</Tgt>
6059+
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
60336060
</Str>
60346061
<Disp Icon="Str" />
60356062
</Item>
6036-
<Item ItemId=";Return_type_of_public_property_getter_from_exported_class_has_or_is_using_name_0_from_private_module_4042" ItemType="0" PsrId="306" Leaf="true">
6063+
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039" ItemType="0" PsrId="306" Leaf="true">
60376064
<Str Cat="Text">
6038-
<Val><![CDATA[Return type of public property getter from exported class has or is using name '{0}' from private module '{1}'.]]></Val>
6039-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6040-
<Val><![CDATA[Návratový typ metody getter veřejné vlastnosti z exportované třídy má nebo používá název {0} z privátního modulu {1}.]]></Val>
6041-
</Tgt>
6065+
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
60426066
</Str>
60436067
<Disp Icon="Str" />
60446068
</Item>
6045-
<Item ItemId=";Return_type_of_public_property_getter_from_exported_class_has_or_is_using_private_name_0_4043" ItemType="0" PsrId="306" Leaf="true">
6069+
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040" ItemType="0" PsrId="306" Leaf="true">
60466070
<Str Cat="Text">
6047-
<Val><![CDATA[Return type of public property getter from exported class has or is using private name '{0}'.]]></Val>
6048-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6049-
<Val><![CDATA[Návratový typ metody getter veřejné vlastnosti z exportované třídy má nebo používá privátní název {0}.]]></Val>
6050-
</Tgt>
6071+
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
60516072
</Str>
60526073
<Disp Icon="Str" />
60536074
</Item>
@@ -6078,33 +6099,6 @@
60786099
</Str>
60796100
<Disp Icon="Str" />
60806101
</Item>
6081-
<Item ItemId=";Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_name_0_from_externa_4038" ItemType="0" PsrId="306" Leaf="true">
6082-
<Str Cat="Text">
6083-
<Val><![CDATA[Return type of public static property getter from exported class has or is using name '{0}' from external module {1} but cannot be named.]]></Val>
6084-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6085-
<Val><![CDATA[Návratový typ metody getter veřejné statické vlastnosti z exportované třídy má nebo používá název {0} z externího modulu {1}, ale nedá se pojmenovat.]]></Val>
6086-
</Tgt>
6087-
</Str>
6088-
<Disp Icon="Str" />
6089-
</Item>
6090-
<Item ItemId=";Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_name_0_from_private_4039" ItemType="0" PsrId="306" Leaf="true">
6091-
<Str Cat="Text">
6092-
<Val><![CDATA[Return type of public static property getter from exported class has or is using name '{0}' from private module '{1}'.]]></Val>
6093-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6094-
<Val><![CDATA[Návratový typ metody getter veřejné statické vlastnosti z exportované třídy má nebo používá název {0} z privátního modulu {1}.]]></Val>
6095-
</Tgt>
6096-
</Str>
6097-
<Disp Icon="Str" />
6098-
</Item>
6099-
<Item ItemId=";Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_private_name_0_4040" ItemType="0" PsrId="306" Leaf="true">
6100-
<Str Cat="Text">
6101-
<Val><![CDATA[Return type of public static property getter from exported class has or is using private name '{0}'.]]></Val>
6102-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6103-
<Val><![CDATA[Návratový typ metody getter veřejné statické vlastnosti z exportované třídy má nebo používá privátní název {0}.]]></Val>
6104-
</Tgt>
6105-
</Str>
6106-
<Disp Icon="Str" />
6107-
</Item>
61086102
<Item ItemId=";Reusing_module_resolutions_originating_in_0_since_resolutions_are_unchanged_from_old_program_6184" ItemType="0" PsrId="306" Leaf="true">
61096103
<Str Cat="Text">
61106104
<Val><![CDATA[Reusing module resolutions originating in '{0}' since resolutions are unchanged from old program.]]></Val>

0 commit comments

Comments
 (0)