Skip to content

Commit df81cf8

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 0d9bc55 commit df81cf8

2 files changed

Lines changed: 306 additions & 24 deletions

File tree

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

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,30 +144,45 @@
144144
<Item ItemId=";A_computed_property_name_in_a_class_property_declaration_must_refer_to_an_expression_whose_type_is_a_1166" ItemType="0" PsrId="306" Leaf="true">
145145
<Str Cat="Text">
146146
<Val><![CDATA[A computed property name in a class property declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
147+
<Tgt Cat="Text" Stat="Loc" Orig="New">
148+
<Val><![CDATA[Ein berechneter Eigenschaftenname in einer Deklaration einer Klasseneigenschaft muss auf einen Ausdruck verweisen, dessen Typ ein Literal oder ein "unique symbol"-Typ ist.]]></Val>
149+
</Tgt>
147150
</Str>
148151
<Disp Icon="Str" />
149152
</Item>
150153
<Item ItemId=";A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_ty_1168" ItemType="0" PsrId="306" Leaf="true">
151154
<Str Cat="Text">
152155
<Val><![CDATA[A computed property name in a method overload must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
156+
<Tgt Cat="Text" Stat="Loc" Orig="New">
157+
<Val><![CDATA[Ein berechneter Eigenschaftenname in einer Methodenüberladung muss auf einen Ausdruck verweisen, dessen Typ ein Literal oder ein "unique symbol"-Typ ist.]]></Val>
158+
</Tgt>
153159
</Str>
154160
<Disp Icon="Str" />
155161
</Item>
156162
<Item ItemId=";A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type__1170" ItemType="0" PsrId="306" Leaf="true">
157163
<Str Cat="Text">
158164
<Val><![CDATA[A computed property name in a type literal must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
165+
<Tgt Cat="Text" Stat="Loc" Orig="New">
166+
<Val><![CDATA[Ein berechneter Eigenschaftenname in einem Typliteral muss auf einen Ausdruck verweisen, dessen Typ ein Literal oder ein "unique symbol"-Typ ist.]]></Val>
167+
</Tgt>
159168
</Str>
160169
<Disp Icon="Str" />
161170
</Item>
162171
<Item ItemId=";A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165" ItemType="0" PsrId="306" Leaf="true">
163172
<Str Cat="Text">
164173
<Val><![CDATA[A computed property name in an ambient context must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
174+
<Tgt Cat="Text" Stat="Loc" Orig="New">
175+
<Val><![CDATA[Ein berechneter Eigenschaftenname in einem Umgebungskontext muss auf einen Ausdruck verweisen, dessen Typ ein Literal oder ein "unique symbol"-Typ ist.]]></Val>
176+
</Tgt>
165177
</Str>
166178
<Disp Icon="Str" />
167179
</Item>
168180
<Item ItemId=";A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169" ItemType="0" PsrId="306" Leaf="true">
169181
<Str Cat="Text">
170182
<Val><![CDATA[A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
183+
<Tgt Cat="Text" Stat="Loc" Orig="New">
184+
<Val><![CDATA[Ein berechneter Eigenschaftenname in einer Schnittstelle muss auf einen Ausdruck verweisen, dessen Typ ein Literal oder ein "unique symbol"-Typ ist.]]></Val>
185+
</Tgt>
171186
</Str>
172187
<Disp Icon="Str" />
173188
</Item>
@@ -291,6 +306,12 @@
291306
</Str>
292307
<Disp Icon="Str" />
293308
</Item>
309+
<Item ItemId=";A_definite_assignment_assertion_is_not_permitted_in_this_context_1255" ItemType="0" PsrId="306" Leaf="true">
310+
<Str Cat="Text">
311+
<Val><![CDATA[A definite assignment assertion '!' is not permitted in this context.]]></Val>
312+
</Str>
313+
<Disp Icon="Str" />
314+
</Item>
294315
<Item ItemId=";A_destructuring_declaration_must_have_an_initializer_1182" ItemType="0" PsrId="306" Leaf="true">
295316
<Str Cat="Text">
296317
<Val><![CDATA[A destructuring declaration must have an initializer.]]></Val>
@@ -507,12 +528,18 @@
507528
<Item ItemId=";A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly_1331" ItemType="0" PsrId="306" Leaf="true">
508529
<Str Cat="Text">
509530
<Val><![CDATA[A property of a class whose type is a 'unique symbol' type must be both 'static' and 'readonly'.]]></Val>
531+
<Tgt Cat="Text" Stat="Loc" Orig="New">
532+
<Val><![CDATA[Eine Eigenschaft einer Klasse, deren Typ ein "unique symbol"-Typ ist, muss sowohl "static" als auch "readonly" sein.]]></Val>
533+
</Tgt>
510534
</Str>
511535
<Disp Icon="Str" />
512536
</Item>
513537
<Item ItemId=";A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly_1330" ItemType="0" PsrId="306" Leaf="true">
514538
<Str Cat="Text">
515539
<Val><![CDATA[A property of an interface or type literal whose type is a 'unique symbol' type must be 'readonly'.]]></Val>
540+
<Tgt Cat="Text" Stat="Loc" Orig="New">
541+
<Val><![CDATA[Eine Eigenschaft einer Schnittstelle oder eines Typliterals, deren Typ ein "unique symbol"-Typ ist, muss "readonly" sein.]]></Val>
542+
</Tgt>
516543
</Str>
517544
<Disp Icon="Str" />
518545
</Item>
@@ -762,6 +789,9 @@
762789
<Item ItemId=";A_variable_whose_type_is_a_unique_symbol_type_must_be_const_1332" ItemType="0" PsrId="306" Leaf="true">
763790
<Str Cat="Text">
764791
<Val><![CDATA[A variable whose type is a 'unique symbol' type must be 'const'.]]></Val>
792+
<Tgt Cat="Text" Stat="Loc" Orig="New">
793+
<Val><![CDATA[Eine Variable, deren Typ ein "unique symbol"-Typ ist, muss "const" sein.]]></Val>
794+
</Tgt>
765795
</Str>
766796
<Disp Icon="Str" />
767797
</Item>
@@ -2574,6 +2604,9 @@
25742604
<Item ItemId=";Duplicate_declaration_0_2718" ItemType="0" PsrId="306" Leaf="true">
25752605
<Str Cat="Text">
25762606
<Val><![CDATA[Duplicate declaration '{0}'.]]></Val>
2607+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2608+
<Val><![CDATA[Doppelte Deklaration "{0}".]]></Val>
2609+
</Tgt>
25772610
</Str>
25782611
<Disp Icon="Str" />
25792612
</Item>
@@ -2787,6 +2820,15 @@
27872820
</Str>
27882821
<Disp Icon="Str" />
27892822
</Item>
2823+
<Item ItemId=";Enable_strict_checking_of_property_initialization_in_classes_6187" ItemType="0" PsrId="306" Leaf="true">
2824+
<Str Cat="Text">
2825+
<Val><![CDATA[Enable strict checking of property initialization in classes.]]></Val>
2826+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2827+
<Val><![CDATA[Aktivieren Sie die strenge Überprüfung der Eigenschafteninitialisierung in Klassen.]]></Val>
2828+
</Tgt>
2829+
</Str>
2830+
<Disp Icon="Str" />
2831+
</Item>
27902832
<Item ItemId=";Enable_strict_null_checks_6113" ItemType="0" PsrId="306" Leaf="true">
27912833
<Str Cat="Text">
27922834
<Val><![CDATA[Enable strict null checks.]]></Val>
@@ -2928,6 +2970,9 @@
29282970
<Item ItemId=";Expected_0_arguments_but_got_1_or_more_2556" ItemType="0" PsrId="306" Leaf="true">
29292971
<Str Cat="Text">
29302972
<Val><![CDATA[Expected {0} arguments, but got {1} or more.]]></Val>
2973+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2974+
<Val><![CDATA[{0} Argumente wurden erwartet, empfangen wurden aber mindestens {1}.]]></Val>
2975+
</Tgt>
29312976
</Str>
29322977
<Disp Icon="Str" />
29332978
</Item>
@@ -2961,6 +3006,9 @@
29613006
<Item ItemId=";Expected_at_least_0_arguments_but_got_1_or_more_2557" ItemType="0" PsrId="306" Leaf="true">
29623007
<Str Cat="Text">
29633008
<Val><![CDATA[Expected at least {0} arguments, but got {1} or more.]]></Val>
3009+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3010+
<Val><![CDATA[Mindestens {0} Argumente wurden erwartet, empfangen wurden aber mindestens {1}.]]></Val>
3011+
</Tgt>
29643012
</Str>
29653013
<Disp Icon="Str" />
29663014
</Item>
@@ -4494,12 +4542,18 @@
44944542
<Item ItemId=";Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4101" ItemType="0" PsrId="306" Leaf="true">
44954543
<Str Cat="Text">
44964544
<Val><![CDATA[Method '{0}' of exported interface has or is using name '{1}' from private module '{2}'.]]></Val>
4545+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4546+
<Val><![CDATA[Die Methode "{0}" der exportierten Schnittstelle besitzt oder verwendet den Namen "{1}" aus dem privaten Modul "{2}".]]></Val>
4547+
</Tgt>
44974548
</Str>
44984549
<Disp Icon="Str" />
44994550
</Item>
45004551
<Item ItemId=";Method_0_of_exported_interface_has_or_is_using_private_name_1_4102" ItemType="0" PsrId="306" Leaf="true">
45014552
<Str Cat="Text">
45024553
<Val><![CDATA[Method '{0}' of exported interface has or is using private name '{1}'.]]></Val>
4554+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4555+
<Val><![CDATA[Die Methode "{0}" der exportierten Schnittstelle besitzt oder verwendet den privaten Namen "{1}".]]></Val>
4556+
</Tgt>
45034557
</Str>
45044558
<Disp Icon="Str" />
45054559
</Item>
@@ -5424,6 +5478,15 @@
54245478
</Str>
54255479
<Disp Icon="Str" />
54265480
</Item>
5481+
<Item ItemId=";Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor_2564" ItemType="0" PsrId="306" Leaf="true">
5482+
<Str Cat="Text">
5483+
<Val><![CDATA[Property '{0}' has no initializer and is not definitely assigned in the constructor.]]></Val>
5484+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5485+
<Val><![CDATA[Die Eigenschaft "{0}" weist keinen Initialisierer auf und ist im Konstruktor nicht definitiv zugewiesen.]]></Val>
5486+
</Tgt>
5487+
</Str>
5488+
<Disp Icon="Str" />
5489+
</Item>
54275490
<Item ItemId=";Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation_7033" ItemType="0" PsrId="306" Leaf="true">
54285491
<Str Cat="Text">
54295492
<Val><![CDATA[Property '{0}' implicitly has type 'any', because its get accessor lacks a return type annotation.]]></Val>
@@ -5544,6 +5607,15 @@
55445607
</Str>
55455608
<Disp Icon="Str" />
55465609
</Item>
5610+
<Item ItemId=";Property_0_is_used_before_being_assigned_2565" ItemType="0" PsrId="306" Leaf="true">
5611+
<Str Cat="Text">
5612+
<Val><![CDATA[Property '{0}' is used before being assigned.]]></Val>
5613+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5614+
<Val><![CDATA[Die Eigenschaft "{0}" wird vor ihrer Zuweisung verwendet.]]></Val>
5615+
</Tgt>
5616+
</Str>
5617+
<Disp Icon="Str" />
5618+
</Item>
55475619
<Item ItemId=";Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606" ItemType="0" PsrId="306" Leaf="true">
55485620
<Str Cat="Text">
55495621
<Val><![CDATA[Property '{0}' of JSX spread attribute is not assignable to target property.]]></Val>
@@ -5646,18 +5718,27 @@
56465718
<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">
56475719
<Str Cat="Text">
56485720
<Val><![CDATA[Public method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
5721+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5722+
<Val><![CDATA[Die öffentliche Methode "{0}" der exportierten Klasse besitzt oder verwendet den Namen "{1}" aus dem externen Modul "{2}", kann aber nicht benannt werden.]]></Val>
5723+
</Tgt>
56495724
</Str>
56505725
<Disp Icon="Str" />
56515726
</Item>
56525727
<Item ItemId=";Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4099" ItemType="0" PsrId="306" Leaf="true">
56535728
<Str Cat="Text">
56545729
<Val><![CDATA[Public method '{0}' of exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5730+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5731+
<Val><![CDATA[Die öffentliche Methode "{0}" der exportierten Klasse besitzt oder verwendet den Namen "{1}" aus dem privaten Modul "{2}".]]></Val>
5732+
</Tgt>
56555733
</Str>
56565734
<Disp Icon="Str" />
56575735
</Item>
56585736
<Item ItemId=";Public_method_0_of_exported_class_has_or_is_using_private_name_1_4100" ItemType="0" PsrId="306" Leaf="true">
56595737
<Str Cat="Text">
56605738
<Val><![CDATA[Public method '{0}' of exported class has or is using private name '{1}'.]]></Val>
5739+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5740+
<Val><![CDATA[Die öffentliche Methode "{0}" der exportierten Klasse besitzt oder verwendet den privaten Namen "{1}".]]></Val>
5741+
</Tgt>
56615742
</Str>
56625743
<Disp Icon="Str" />
56635744
</Item>
@@ -5691,18 +5772,27 @@
56915772
<Item ItemId=";Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_4095" ItemType="0" PsrId="306" Leaf="true">
56925773
<Str Cat="Text">
56935774
<Val><![CDATA[Public static method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
5775+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5776+
<Val><![CDATA[Die öffentliche statische Methode "{0}" der exportierten Klasse besitzt oder verwendet den Namen "{1}" aus dem externen Modul "{2}", kann aber nicht benannt werden.]]></Val>
5777+
</Tgt>
56945778
</Str>
56955779
<Disp Icon="Str" />
56965780
</Item>
56975781
<Item ItemId=";Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4096" ItemType="0" PsrId="306" Leaf="true">
56985782
<Str Cat="Text">
56995783
<Val><![CDATA[Public static method '{0}' of exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5784+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5785+
<Val><![CDATA[Die öffentliche statische Methode "{0}" der exportierten Klasse besitzt oder verwendet den Namen "{1}" aus dem privaten Modul "{2}".]]></Val>
5786+
</Tgt>
57005787
</Str>
57015788
<Disp Icon="Str" />
57025789
</Item>
57035790
<Item ItemId=";Public_static_method_0_of_exported_class_has_or_is_using_private_name_1_4097" ItemType="0" PsrId="306" Leaf="true">
57045791
<Str Cat="Text">
57055792
<Val><![CDATA[Public static method '{0}' of exported class has or is using private name '{1}'.]]></Val>
5793+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5794+
<Val><![CDATA[Die öffentliche statische Methode "{0}" der exportierten Klasse besitzt oder verwendet den privaten Namen "{1}".]]></Val>
5795+
</Tgt>
57065796
</Str>
57075797
<Disp Icon="Str" />
57085798
</Item>
@@ -6489,6 +6579,9 @@
64896579
<Item ItemId=";Subsequent_property_declarations_must_have_the_same_type_Property_0_has_type_1_at_2_but_here_has_typ_2717" ItemType="0" PsrId="306" Leaf="true">
64906580
<Str Cat="Text">
64916581
<Val><![CDATA[Subsequent property declarations must have the same type. Property '{0}' has type '{1}' at {2}, but here has type '{3}'.]]></Val>
6582+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6583+
<Val><![CDATA[Nachfolgende Eigenschaftendeklarationen müssen den gleichen Typ aufweisen. Die Eigenschaft "{0}" muss bei "{2}" den Typ "{1}" aufweisen, ist hier aber vom Typ "{3}".]]></Val>
6584+
</Tgt>
64926585
</Str>
64936586
<Disp Icon="Str" />
64946587
</Item>
@@ -6717,6 +6810,9 @@
67176810
<Item ItemId=";The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527" ItemType="0" PsrId="306" Leaf="true">
67186811
<Str Cat="Text">
67196812
<Val><![CDATA[The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary.]]></Val>
6813+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6814+
<Val><![CDATA[Der abgeleitete Typ von "{0}" verweist auf einen Typ "{1}", auf den nicht zugegriffen werden kann. Eine Typanmerkung ist erforderlich.]]></Val>
6815+
</Tgt>
67206816
</Str>
67216817
<Disp Icon="Str" />
67226818
</Item>
@@ -8769,18 +8865,27 @@
87698865
<Item ItemId=";unique_symbol_types_are_not_allowed_here_1335" ItemType="0" PsrId="306" Leaf="true">
87708866
<Str Cat="Text">
87718867
<Val><![CDATA['unique symbol' types are not allowed here.]]></Val>
8868+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8869+
<Val><![CDATA["unique symbol"-Typen sind hier nicht zulässig.]]></Val>
8870+
</Tgt>
87728871
</Str>
87738872
<Disp Icon="Str" />
87748873
</Item>
87758874
<Item ItemId=";unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334" ItemType="0" PsrId="306" Leaf="true">
87768875
<Str Cat="Text">
87778876
<Val><![CDATA['unique symbol' types are only allowed on variables in a variable statement.]]></Val>
8877+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8878+
<Val><![CDATA["unique symbol"-Typen sind nur für Variablen in einer Variablenanweisung zulässig.]]></Val>
8879+
</Tgt>
87788880
</Str>
87798881
<Disp Icon="Str" />
87808882
</Item>
87818883
<Item ItemId=";unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333" ItemType="0" PsrId="306" Leaf="true">
87828884
<Str Cat="Text">
87838885
<Val><![CDATA['unique symbol' types may not be used on a variable declaration with a binding name.]]></Val>
8886+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8887+
<Val><![CDATA["unique symbol"-Typen dürfen für eine Variablendeklaration mit einem Bindungsnamen nicht verwendet werden.]]></Val>
8888+
</Tgt>
87848889
</Str>
87858890
<Disp Icon="Str" />
87868891
</Item>

0 commit comments

Comments
 (0)