Skip to content

Commit 53d78f2

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent fcb9d93 commit 53d78f2

File tree

1 file changed

+92
-8
lines changed

1 file changed

+92
-8
lines changed

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

Lines changed: 92 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,15 @@
789789
</Str>
790790
<Disp Icon="Str" />
791791
</Item>
792+
<Item ItemId=";Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715" ItemType="0" PsrId="306" Leaf="true">
793+
<Str Cat="Text">
794+
<Val><![CDATA[Abstract property '{0}' in class '{1}' cannot be accessed in the constructor.]]></Val>
795+
<Tgt Cat="Text" Stat="Loc" Orig="New">
796+
<Val><![CDATA[Auf die abstrakte Eigenschaft "{0}" in der Klasse "{1}" kann im Konstruktor nicht zugegriffen werden.]]></Val>
797+
</Tgt>
798+
</Str>
799+
<Disp Icon="Str" />
800+
</Item>
792801
<Item ItemId=";Accessibility_modifier_already_seen_1028" ItemType="0" PsrId="306" Leaf="true">
793802
<Str Cat="Text">
794803
<Val><![CDATA[Accessibility modifier already seen.]]></Val>
@@ -1320,6 +1329,24 @@
13201329
</Str>
13211330
<Disp Icon="Str" />
13221331
</Item>
1332+
<Item ItemId=";Annotate_with_type_from_JSDoc_95009" ItemType="0" PsrId="306" Leaf="true">
1333+
<Str Cat="Text">
1334+
<Val><![CDATA[Annotate with type from JSDoc]]></Val>
1335+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1336+
<Val><![CDATA[Mit Typ aus JSDoc kommentieren]]></Val>
1337+
</Tgt>
1338+
</Str>
1339+
<Disp Icon="Str" />
1340+
</Item>
1341+
<Item ItemId=";Annotate_with_types_from_JSDoc_95010" ItemType="0" PsrId="306" Leaf="true">
1342+
<Str Cat="Text">
1343+
<Val><![CDATA[Annotate with types from JSDoc]]></Val>
1344+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1345+
<Val><![CDATA[Mit Typen aus JSDoc kommentieren]]></Val>
1346+
</Tgt>
1347+
</Str>
1348+
<Disp Icon="Str" />
1349+
</Item>
13231350
<Item ItemId=";Argument_expression_expected_1135" ItemType="0" PsrId="306" Leaf="true">
13241351
<Str Cat="Text">
13251352
<Val><![CDATA[Argument expression expected.]]></Val>
@@ -1467,6 +1494,15 @@
14671494
</Str>
14681495
<Disp Icon="Str" />
14691496
</Item>
1497+
<Item ItemId=";Call_decorator_expression_90028" ItemType="0" PsrId="306" Leaf="true">
1498+
<Str Cat="Text">
1499+
<Val><![CDATA[Call decorator expression.]]></Val>
1500+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1501+
<Val><![CDATA[Rufen Sie den Decoratorausdruck auf.]]></Val>
1502+
</Tgt>
1503+
</Str>
1504+
<Disp Icon="Str" />
1505+
</Item>
14701506
<Item ItemId=";Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020" ItemType="0" PsrId="306" Leaf="true">
14711507
<Str Cat="Text">
14721508
<Val><![CDATA[Call signature, which lacks return-type annotation, implicitly has an 'any' return type.]]></Val>
@@ -1874,10 +1910,13 @@
18741910
</Item>
18751911
<Item ItemId=";Change_0_to_1_90014" ItemType="0" PsrId="306" Leaf="true">
18761912
<Str Cat="Text">
1877-
<Val><![CDATA[Change {0} to {1}.]]></Val>
1913+
<Val><![CDATA[Change '{0}' to '{1}'.]]></Val>
18781914
<Tgt Cat="Text" Stat="Loc" Orig="New">
1879-
<Val><![CDATA["{0}" in "{1}" ändern]]></Val>
1915+
<Val><![CDATA[Ändern Sie "{0}" in "{1}".]]></Val>
18801916
</Tgt>
1917+
<Prev Cat="Text">
1918+
<Val><![CDATA[Change {0} to {1}.]]></Val>
1919+
</Prev>
18811920
</Str>
18821921
<Disp Icon="Str" />
18831922
</Item>
@@ -1989,6 +2028,15 @@
19892028
</Str>
19902029
<Disp Icon="Str" />
19912030
</Item>
2031+
<Item ItemId=";Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025" ItemType="0" PsrId="306" Leaf="true">
2032+
<Str Cat="Text">
2033+
<Val><![CDATA[Class declarations cannot have more than one `@augments` or `@extends` tag.]]></Val>
2034+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2035+
<Val><![CDATA[Klassendeklarationen dürfen maximal ein "@augments"- oder "@extends"-Tag aufweisen.]]></Val>
2036+
</Tgt>
2037+
</Str>
2038+
<Disp Icon="Str" />
2039+
</Item>
19922040
<Item ItemId=";Class_name_cannot_be_0_2414" ItemType="0" PsrId="306" Leaf="true">
19932041
<Str Cat="Text">
19942042
<Val><![CDATA[Class name cannot be '{0}'.]]></Val>
@@ -3765,6 +3813,24 @@
37653813
</Str>
37663814
<Disp Icon="Str" />
37673815
</Item>
3816+
<Item ItemId=";Infer_parameter_types_from_usage_95012" ItemType="0" PsrId="306" Leaf="true">
3817+
<Str Cat="Text">
3818+
<Val><![CDATA[Infer parameter types from usage.]]></Val>
3819+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3820+
<Val><![CDATA[Leiten Sie Parametertypen aus der Nutzung ab.]]></Val>
3821+
</Tgt>
3822+
</Str>
3823+
<Disp Icon="Str" />
3824+
</Item>
3825+
<Item ItemId=";Infer_type_of_0_from_usage_95011" ItemType="0" PsrId="306" Leaf="true">
3826+
<Str Cat="Text">
3827+
<Val><![CDATA[Infer type of '{0}' from usage.]]></Val>
3828+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3829+
<Val><![CDATA[Leiten Sie den Typ von "{0}" aus der Nutzung ab.]]></Val>
3830+
</Tgt>
3831+
</Str>
3832+
<Disp Icon="Str" />
3833+
</Item>
37683834
<Item ItemId=";Initialize_property_0_in_the_constructor_90020" ItemType="0" PsrId="306" Leaf="true">
37693835
<Str Cat="Text">
37703836
<Val><![CDATA[Initialize property '{0}' in the constructor.]]></Val>
@@ -3957,20 +4023,20 @@
39574023
</Str>
39584024
<Disp Icon="Str" />
39594025
</Item>
3960-
<Item ItemId=";JSDoc_augments_0_does_not_match_the_extends_1_clause_8023" ItemType="0" PsrId="306" Leaf="true">
4026+
<Item ItemId=";JSDoc_0_1_does_not_match_the_extends_2_clause_8023" ItemType="0" PsrId="306" Leaf="true">
39614027
<Str Cat="Text">
3962-
<Val><![CDATA[JSDoc '@augments {0}' does not match the 'extends {1}' clause.]]></Val>
4028+
<Val><![CDATA[JSDoc '@{0} {1}' does not match the 'extends {2}' clause.]]></Val>
39634029
<Tgt Cat="Text" Stat="Loc" Orig="New">
3964-
<Val><![CDATA["@augments {0}" in JSDoc entspricht nicht der Klausel "extends {1}".]]></Val>
4030+
<Val><![CDATA[JSDoc "@{0} {1}" entspricht nicht der Klausel "extends {2}".]]></Val>
39654031
</Tgt>
39664032
</Str>
39674033
<Disp Icon="Str" />
39684034
</Item>
3969-
<Item ItemId=";JSDoc_augments_is_not_attached_to_a_class_declaration_8022" ItemType="0" PsrId="306" Leaf="true">
4035+
<Item ItemId=";JSDoc_0_is_not_attached_to_a_class_8022" ItemType="0" PsrId="306" Leaf="true">
39704036
<Str Cat="Text">
3971-
<Val><![CDATA[JSDoc '@augments' is not attached to a class declaration.]]></Val>
4037+
<Val><![CDATA[JSDoc '@{0}' is not attached to a class.]]></Val>
39724038
<Tgt Cat="Text" Stat="Loc" Orig="New">
3973-
<Val><![CDATA["@augments" in JSDoc ist keiner Klassendeklaration zugeordnet.]]></Val>
4039+
<Val><![CDATA[JSDoc "@{0}" ist keiner Klassendeklaration zugeordnet.]]></Val>
39744040
</Tgt>
39754041
</Str>
39764042
<Disp Icon="Str" />
@@ -7224,6 +7290,15 @@
72247290
</Str>
72257291
<Disp Icon="Str" />
72267292
</Item>
7293+
<Item ItemId=";Type_parameter_0_has_a_circular_default_2716" ItemType="0" PsrId="306" Leaf="true">
7294+
<Str Cat="Text">
7295+
<Val><![CDATA[Type parameter '{0}' has a circular default.]]></Val>
7296+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7297+
<Val><![CDATA[Der Typparameter "{0}" weist einen zirkulären Standard auf.]]></Val>
7298+
</Tgt>
7299+
</Str>
7300+
<Disp Icon="Str" />
7301+
</Item>
72277302
<Item ItemId=";Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008" ItemType="0" PsrId="306" Leaf="true">
72287303
<Str Cat="Text">
72297304
<Val><![CDATA[Type parameter '{0}' of call signature from exported interface has or is using private name '{1}'.]]></Val>
@@ -7704,6 +7779,15 @@
77047779
</Str>
77057780
<Disp Icon="Str" />
77067781
</Item>
7782+
<Item ItemId=";_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329" ItemType="0" PsrId="306" Leaf="true">
7783+
<Str Cat="Text">
7784+
<Val><![CDATA['{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?]]></Val>
7785+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7786+
<Val><![CDATA["{0}" akzeptiert zu wenige Argumente, um hier als Decorator verwendet zu werden. Wollten Sie es zuerst aufrufen und "@{0}()" schreiben?]]></Val>
7787+
</Tgt>
7788+
</Str>
7789+
<Disp Icon="Str" />
7790+
</Item>
77077791
<Item ItemId=";_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710" ItemType="0" PsrId="306" Leaf="true">
77087792
<Str Cat="Text">
77097793
<Val><![CDATA['{0}' are specified twice. The attribute named '{0}' will be overwritten.]]></Val>

0 commit comments

Comments
 (0)