Skip to content

Commit d50c91d

Browse files
authored
LEGO: Merge pull request 45456
LEGO: Merge pull request 45456
1 parent 3c957ef commit d50c91d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

+36
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,15 @@
15181518
</Str>
15191519
<Disp Icon="Str" />
15201520
</Item>
1521+
<Item ItemId=";Add_undefined_to_optional_property_type_95169" ItemType="0" PsrId="306" Leaf="true">
1522+
<Str Cat="Text">
1523+
<Val><![CDATA[Add 'undefined' to optional property type]]></Val>
1524+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1525+
<Val><![CDATA[Ajouter « undefined » à un type de propriété facultatif]]></Val>
1526+
</Tgt>
1527+
</Str>
1528+
<Disp Icon="Str" />
1529+
</Item>
15211530
<Item ItemId=";Add_undefined_type_to_all_uninitialized_properties_95029" ItemType="0" PsrId="306" Leaf="true">
15221531
<Str Cat="Text">
15231532
<Val><![CDATA[Add undefined type to all uninitialized properties]]></Val>
@@ -2352,6 +2361,15 @@
23522361
</Str>
23532362
<Disp Icon="Str" />
23542363
</Item>
2364+
<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">
2365+
<Str Cat="Text">
2366+
<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>
2367+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2368+
<Val><![CDATA[L'argument de type '{0}' n'est pas assignable au paramètre de type '{1}' avec 'exactOptionalPropertyTypes : true'. Pensez à ajouter 'undefined' aux types des propriétés de la cible.]]></Val>
2369+
</Tgt>
2370+
</Str>
2371+
<Disp Icon="Str" />
2372+
</Item>
23552373
<Item ItemId=";Arguments_for_the_rest_parameter_0_were_not_provided_6236" ItemType="0" PsrId="306" Leaf="true">
23562374
<Str Cat="Text">
23572375
<Val><![CDATA[Arguments for the rest parameter '{0}' were not provided.]]></Val>
@@ -13878,6 +13896,24 @@
1387813896
</Str>
1387913897
<Disp Icon="Str" />
1388013898
</Item>
13899+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
13900+
<Str Cat="Text">
13901+
<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>
13902+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13903+
<Val><![CDATA[Le type '{0}' n'est pas assignable au type '{1}' avec 'exactOptionalPropertyTypes : true'. Pensez à ajouter 'undefined' aux types des propriétés de la cible.]]></Val>
13904+
</Tgt>
13905+
</Str>
13906+
<Disp Icon="Str" />
13907+
</Item>
13908+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412" ItemType="0" PsrId="306" Leaf="true">
13909+
<Str Cat="Text">
13910+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.]]></Val>
13911+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13912+
<Val><![CDATA[Le type '{0}' n'est pas assignable au type '{1}' avec 'exactOptionalPropertyTypes : true'. Pensez à ajouter 'undefined' au type de la cible.]]></Val>
13913+
</Tgt>
13914+
</Str>
13915+
<Disp Icon="Str" />
13916+
</Item>
1388113917
<Item ItemId=";Type_0_is_not_comparable_to_type_1_2678" ItemType="0" PsrId="306" Leaf="true">
1388213918
<Str Cat="Text">
1388313919
<Val><![CDATA[Type '{0}' is not comparable to type '{1}'.]]></Val>

0 commit comments

Comments
 (0)