Skip to content

Commit cba2e96

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 137950b commit cba2e96

File tree

1 file changed

+75
-81
lines changed

1 file changed

+75
-81
lines changed

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

+75-81
Original file line numberDiff line numberDiff line change
@@ -1605,12 +1605,9 @@
16051605
</Str>
16061606
<Disp Icon="Str" />
16071607
</Item>
1608-
<Item ItemId=";Cannot_create_an_instance_of_the_abstract_class_0_2511" ItemType="0" PsrId="306" Leaf="true">
1608+
<Item ItemId=";Cannot_create_an_instance_of_an_abstract_class_2511" ItemType="0" PsrId="306" Leaf="true">
16091609
<Str Cat="Text">
1610-
<Val><![CDATA[Cannot create an instance of the abstract class '{0}'.]]></Val>
1611-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1612-
<Val><![CDATA[Eine Instanz der abstrakten Klasse "{0}" kann nicht erstellt werden.]]></Val>
1613-
</Tgt>
1610+
<Val><![CDATA[Cannot create an instance of an abstract class.]]></Val>
16141611
</Str>
16151612
<Disp Icon="Str" />
16161613
</Item>
@@ -3714,6 +3711,24 @@
37143711
</Str>
37153712
<Disp Icon="Str" />
37163713
</Item>
3714+
<Item ItemId=";Import_0_require_1_95015" ItemType="0" PsrId="306" Leaf="true">
3715+
<Str Cat="Text">
3716+
<Val><![CDATA[Import '{0}' = require("{1}").]]></Val>
3717+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3718+
<Val><![CDATA["{0}" importieren = require("{1}").]]></Val>
3719+
</Tgt>
3720+
</Str>
3721+
<Disp Icon="Str" />
3722+
</Item>
3723+
<Item ItemId=";Import_Asterisk_as_0_from_1_95016" ItemType="0" PsrId="306" Leaf="true">
3724+
<Str Cat="Text">
3725+
<Val><![CDATA[Import * as '{0}' from "{1}".]]></Val>
3726+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3727+
<Val><![CDATA[* als "{0}" aus "{1}" importieren]]></Val>
3728+
</Tgt>
3729+
</Str>
3730+
<Disp Icon="Str" />
3731+
</Item>
37173732
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
37183733
<Str Cat="Text">
37193734
<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>
@@ -3945,6 +3960,15 @@
39453960
</Str>
39463961
<Disp Icon="Str" />
39473962
</Item>
3963+
<Item ItemId=";Install_0_95014" ItemType="0" PsrId="306" Leaf="true">
3964+
<Str Cat="Text">
3965+
<Val><![CDATA[Install '{0}']]></Val>
3966+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3967+
<Val><![CDATA["{0}" installieren]]></Val>
3968+
</Tgt>
3969+
</Str>
3970+
<Disp Icon="Str" />
3971+
</Item>
39483972
<Item ItemId=";Interface_0_cannot_simultaneously_extend_types_1_and_2_2320" ItemType="0" PsrId="306" Leaf="true">
39493973
<Str Cat="Text">
39503974
<Val><![CDATA[Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'.]]></Val>
@@ -5190,24 +5214,6 @@
51905214
</Str>
51915215
<Disp Icon="Str" />
51925216
</Item>
5193-
<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">
5194-
<Str Cat="Text">
5195-
<Val><![CDATA[Parameter '{0}' of public property setter from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5196-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5197-
<Val><![CDATA[Der Parameter "{0}" des öffentlichen Eigenschaftensetters aus der exportierten Klasse besitzt oder verwendet den Namen "{1}" aus dem privaten Modul "{2}".]]></Val>
5198-
</Tgt>
5199-
</Str>
5200-
<Disp Icon="Str" />
5201-
</Item>
5202-
<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">
5203-
<Str Cat="Text">
5204-
<Val><![CDATA[Parameter '{0}' of public property setter from exported class has or is using private name '{1}'.]]></Val>
5205-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5206-
<Val><![CDATA[Der Parameter "{0}" des öffentlichen Eigenschaftensetters aus der exportierten Klasse besitzt oder verwendet den privaten Namen "{1}".]]></Val>
5207-
</Tgt>
5208-
</Str>
5209-
<Disp Icon="Str" />
5210-
</Item>
52115217
<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">
52125218
<Str Cat="Text">
52135219
<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>
@@ -5235,39 +5241,45 @@
52355241
</Str>
52365242
<Disp Icon="Str" />
52375243
</Item>
5238-
<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">
5244+
<Item ItemId=";Parameter_cannot_have_question_mark_and_initializer_1015" ItemType="0" PsrId="306" Leaf="true">
52395245
<Str Cat="Text">
5240-
<Val><![CDATA[Parameter '{0}' of public static property setter from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5246+
<Val><![CDATA[Parameter cannot have question mark and initializer.]]></Val>
52415247
<Tgt Cat="Text" Stat="Loc" Orig="New">
5242-
<Val><![CDATA[Der Parameter "{0}" des öffentlichen statischen Eigenschaftensetters aus der exportierten Klasse besitzt oder verwendet den Namen "{1}" aus dem privaten Modul "{2}".]]></Val>
5248+
<Val><![CDATA[Der Parameter darf kein Fragezeichen und keinen Initialisierer aufweisen.]]></Val>
52435249
</Tgt>
52445250
</Str>
52455251
<Disp Icon="Str" />
52465252
</Item>
5247-
<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">
5253+
<Item ItemId=";Parameter_declaration_expected_1138" ItemType="0" PsrId="306" Leaf="true">
52485254
<Str Cat="Text">
5249-
<Val><![CDATA[Parameter '{0}' of public static property setter from exported class has or is using private name '{1}'.]]></Val>
5255+
<Val><![CDATA[Parameter declaration expected.]]></Val>
52505256
<Tgt Cat="Text" Stat="Loc" Orig="New">
5251-
<Val><![CDATA[Der Parameter "{0}" des öffentlichen statischen Eigenschaftensetters aus der exportierten Klasse besitzt oder verwendet den privaten Namen "{1}".]]></Val>
5257+
<Val><![CDATA[Eine Parameterdeklaration wurde erwartet.]]></Val>
52525258
</Tgt>
52535259
</Str>
52545260
<Disp Icon="Str" />
52555261
</Item>
5256-
<Item ItemId=";Parameter_cannot_have_question_mark_and_initializer_1015" ItemType="0" PsrId="306" Leaf="true">
5262+
<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">
52575263
<Str Cat="Text">
5258-
<Val><![CDATA[Parameter cannot have question mark and initializer.]]></Val>
5259-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5260-
<Val><![CDATA[Der Parameter darf kein Fragezeichen und keinen Initialisierer aufweisen.]]></Val>
5261-
</Tgt>
5264+
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
52625265
</Str>
52635266
<Disp Icon="Str" />
52645267
</Item>
5265-
<Item ItemId=";Parameter_declaration_expected_1138" ItemType="0" PsrId="306" Leaf="true">
5268+
<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">
52665269
<Str Cat="Text">
5267-
<Val><![CDATA[Parameter declaration expected.]]></Val>
5268-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5269-
<Val><![CDATA[Eine Parameterdeklaration wurde erwartet.]]></Val>
5270-
</Tgt>
5270+
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
5271+
</Str>
5272+
<Disp Icon="Str" />
5273+
</Item>
5274+
<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">
5275+
<Str Cat="Text">
5276+
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5277+
</Str>
5278+
<Disp Icon="Str" />
5279+
</Item>
5280+
<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">
5281+
<Str Cat="Text">
5282+
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
52715283
</Str>
52725284
<Disp Icon="Str" />
52735285
</Item>
@@ -5970,6 +5982,24 @@
59705982
</Str>
59715983
<Disp Icon="Str" />
59725984
</Item>
5985+
<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">
5986+
<Str Cat="Text">
5987+
<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>
5988+
</Str>
5989+
<Disp Icon="Str" />
5990+
</Item>
5991+
<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">
5992+
<Str Cat="Text">
5993+
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5994+
</Str>
5995+
<Disp Icon="Str" />
5996+
</Item>
5997+
<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">
5998+
<Str Cat="Text">
5999+
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
6000+
</Str>
6001+
<Disp Icon="Str" />
6002+
</Item>
59736003
<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">
59746004
<Str Cat="Text">
59756005
<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>
@@ -5997,30 +6027,21 @@
59976027
</Str>
59986028
<Disp Icon="Str" />
59996029
</Item>
6000-
<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">
6030+
<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">
60016031
<Str Cat="Text">
6002-
<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>
6003-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6004-
<Val><![CDATA[Der Rückgabetyp des öffentlichen Eigenschaftengetters aus der exportierten Klasse besitzt oder verwendet den Namen "{0}" aus dem externen Modul "{1}", kann aber nicht benannt werden.]]></Val>
6005-
</Tgt>
6032+
<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>
60066033
</Str>
60076034
<Disp Icon="Str" />
60086035
</Item>
6009-
<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">
6036+
<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">
60106037
<Str Cat="Text">
6011-
<Val><![CDATA[Return type of public property getter from exported class has or is using name '{0}' from private module '{1}'.]]></Val>
6012-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6013-
<Val><![CDATA[Der Rückgabetyp des öffentlichen Eigenschaftengetters aus der exportierten Klasse besitzt oder verwendet den Namen "{0}" aus dem privaten Modul "{1}".]]></Val>
6014-
</Tgt>
6038+
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
60156039
</Str>
60166040
<Disp Icon="Str" />
60176041
</Item>
6018-
<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">
6042+
<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">
60196043
<Str Cat="Text">
6020-
<Val><![CDATA[Return type of public property getter from exported class has or is using private name '{0}'.]]></Val>
6021-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6022-
<Val><![CDATA[Der Rückgabetyp des öffentlichen Eigenschaftengetters aus der exportierten Klasse besitzt oder verwendet den privaten Namen "{0}".]]></Val>
6023-
</Tgt>
6044+
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
60246045
</Str>
60256046
<Disp Icon="Str" />
60266047
</Item>
@@ -6051,33 +6072,6 @@
60516072
</Str>
60526073
<Disp Icon="Str" />
60536074
</Item>
6054-
<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">
6055-
<Str Cat="Text">
6056-
<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>
6057-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6058-
<Val><![CDATA[Der Rückgabetyp des öffentlichen statischen Eigenschaftengetters aus der exportierten Klasse besitzt oder verwendet den Namen "{0}" aus dem externen Modul "{1}", kann aber nicht benannt werden.]]></Val>
6059-
</Tgt>
6060-
</Str>
6061-
<Disp Icon="Str" />
6062-
</Item>
6063-
<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">
6064-
<Str Cat="Text">
6065-
<Val><![CDATA[Return type of public static property getter from exported class has or is using name '{0}' from private module '{1}'.]]></Val>
6066-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6067-
<Val><![CDATA[Der Rückgabetyp des öffentlichen statischen Eigenschaftengetters aus der exportierten Klasse besitzt oder verwendet den Namen "{0}" aus dem privaten Modul "{1}".]]></Val>
6068-
</Tgt>
6069-
</Str>
6070-
<Disp Icon="Str" />
6071-
</Item>
6072-
<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">
6073-
<Str Cat="Text">
6074-
<Val><![CDATA[Return type of public static property getter from exported class has or is using private name '{0}'.]]></Val>
6075-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6076-
<Val><![CDATA[Der Rückgabetyp des öffentlichen statischen Eigenschaftengetters aus der exportierten Klasse besitzt oder verwendet den privaten Namen "{0}".]]></Val>
6077-
</Tgt>
6078-
</Str>
6079-
<Disp Icon="Str" />
6080-
</Item>
60816075
<Item ItemId=";Reusing_module_resolutions_originating_in_0_since_resolutions_are_unchanged_from_old_program_6184" ItemType="0" PsrId="306" Leaf="true">
60826076
<Str Cat="Text">
60836077
<Val><![CDATA[Reusing module resolutions originating in '{0}' since resolutions are unchanged from old program.]]></Val>

0 commit comments

Comments
 (0)