Skip to content

Commit 3c957ef

Browse files
authored
LEGO: Merge pull request 45453
LEGO: Merge pull request 45453
1 parent 5b3072f commit 3c957ef

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

+36
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,15 @@
15031503
</Str>
15041504
<Disp Icon="Str" />
15051505
</Item>
1506+
<Item ItemId=";Add_undefined_to_optional_property_type_95169" ItemType="0" PsrId="306" Leaf="true">
1507+
<Str Cat="Text">
1508+
<Val><![CDATA[Add 'undefined' to optional property type]]></Val>
1509+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1510+
<Val><![CDATA[„Undefined“ zum optionalen Eigenschaftstyp hinzufügen]]></Val>
1511+
</Tgt>
1512+
</Str>
1513+
<Disp Icon="Str" />
1514+
</Item>
15061515
<Item ItemId=";Add_undefined_type_to_all_uninitialized_properties_95029" ItemType="0" PsrId="306" Leaf="true">
15071516
<Str Cat="Text">
15081517
<Val><![CDATA[Add undefined type to all uninitialized properties]]></Val>
@@ -2337,6 +2346,15 @@
23372346
</Str>
23382347
<Disp Icon="Str" />
23392348
</Item>
2349+
<Item ItemId=";Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_tr_2379" ItemType="0" PsrId="306" Leaf="true">
2350+
<Str Cat="Text">
2351+
<Val><![CDATA[Argument of type '{0}' is not assignable to parameter of type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.]]></Val>
2352+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2353+
<Val><![CDATA[Das Argument vom Typ „{0}“ kann dem Parameter vom Typ „{1}“ mit „exactOptionalPropertyTypes: true“ nicht zugewiesen werden. Erwägen Sie das Hinzufügen von „undefined“ zu den Typen der Zieleigenschaften.]]></Val>
2354+
</Tgt>
2355+
</Str>
2356+
<Disp Icon="Str" />
2357+
</Item>
23402358
<Item ItemId=";Arguments_for_the_rest_parameter_0_were_not_provided_6236" ItemType="0" PsrId="306" Leaf="true">
23412359
<Str Cat="Text">
23422360
<Val><![CDATA[Arguments for the rest parameter '{0}' were not provided.]]></Val>
@@ -13860,6 +13878,24 @@
1386013878
</Str>
1386113879
<Disp Icon="Str" />
1386213880
</Item>
13881+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
13882+
<Str Cat="Text">
13883+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.]]></Val>
13884+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13885+
<Val><![CDATA[Der Typ „{0}“ kann dem Typ „{1}“ mit „exactOptionalPropertyTypes: true“ nicht zugewiesen werden. Erwägen Sie das Hinzufügen von „undefined“ zu den Typen der Zieleigenschaften.]]></Val>
13886+
</Tgt>
13887+
</Str>
13888+
<Disp Icon="Str" />
13889+
</Item>
13890+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412" ItemType="0" PsrId="306" Leaf="true">
13891+
<Str Cat="Text">
13892+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.]]></Val>
13893+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13894+
<Val><![CDATA[Der Typ „{0}“ kann dem Typ „{1}“ mit „exactOptionalPropertyTypes: true“ nicht zugewiesen werden. Erwägen Sie das Hinzufügen von „undefined“ zum Typ des Ziels.]]></Val>
13895+
</Tgt>
13896+
</Str>
13897+
<Disp Icon="Str" />
13898+
</Item>
1386313899
<Item ItemId=";Type_0_is_not_comparable_to_type_1_2678" ItemType="0" PsrId="306" Leaf="true">
1386413900
<Str Cat="Text">
1386513901
<Val><![CDATA[Type '{0}' is not comparable to type '{1}'.]]></Val>

0 commit comments

Comments
 (0)