Skip to content

Commit fe7962a

Browse files
authored
LEGO: Merge pull request 45444
LEGO: Merge pull request 45444
1 parent 6cdbf98 commit fe7962a

File tree

4 files changed

+144
-0
lines changed

4 files changed

+144
-0
lines changed

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

+36
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,15 @@
15061506
</Str>
15071507
<Disp Icon="Str" />
15081508
</Item>
1509+
<Item ItemId=";Add_undefined_to_optional_property_type_95169" ItemType="0" PsrId="306" Leaf="true">
1510+
<Str Cat="Text">
1511+
<Val><![CDATA[Add 'undefined' to optional property type]]></Val>
1512+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1513+
<Val><![CDATA[将 “undefined” 添加到可选属性类型]]></Val>
1514+
</Tgt>
1515+
</Str>
1516+
<Disp Icon="Str" />
1517+
</Item>
15091518
<Item ItemId=";Add_undefined_type_to_all_uninitialized_properties_95029" ItemType="0" PsrId="306" Leaf="true">
15101519
<Str Cat="Text">
15111520
<Val><![CDATA[Add undefined type to all uninitialized properties]]></Val>
@@ -2340,6 +2349,15 @@
23402349
</Str>
23412350
<Disp Icon="Str" />
23422351
</Item>
2352+
<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">
2353+
<Str Cat="Text">
2354+
<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>
2355+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2356+
<Val><![CDATA[类型为“{0}”的参数不能分配给类型为“{1}”且 “exactOptionalPropertyTypes: true” 的参数。请考虑将 “undefined” 添加到目标属性的类型。]]></Val>
2357+
</Tgt>
2358+
</Str>
2359+
<Disp Icon="Str" />
2360+
</Item>
23432361
<Item ItemId=";Arguments_for_the_rest_parameter_0_were_not_provided_6236" ItemType="0" PsrId="306" Leaf="true">
23442362
<Str Cat="Text">
23452363
<Val><![CDATA[Arguments for the rest parameter '{0}' were not provided.]]></Val>
@@ -13866,6 +13884,24 @@
1386613884
</Str>
1386713885
<Disp Icon="Str" />
1386813886
</Item>
13887+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
13888+
<Str Cat="Text">
13889+
<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>
13890+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13891+
<Val><![CDATA[类型 “{0}” 不能分配给“exactOptionalPropertyTypes: true”的类型 “{1}”。请考虑将 “undefined” 添加到目标属性的类型。]]></Val>
13892+
</Tgt>
13893+
</Str>
13894+
<Disp Icon="Str" />
13895+
</Item>
13896+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412" ItemType="0" PsrId="306" Leaf="true">
13897+
<Str Cat="Text">
13898+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.]]></Val>
13899+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13900+
<Val><![CDATA[类型 “{0}” 不能分配给“exactOptionalPropertyTypes: true”的类型 “{1}”。请考虑将 “undefined” 添加到目标类型。。]]></Val>
13901+
</Tgt>
13902+
</Str>
13903+
<Disp Icon="Str" />
13904+
</Item>
1386913905
<Item ItemId=";Type_0_is_not_comparable_to_type_1_2678" ItemType="0" PsrId="306" Leaf="true">
1387013906
<Str Cat="Text">
1387113907
<Val><![CDATA[Type '{0}' is not comparable to type '{1}'.]]></Val>

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

+36
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,15 @@
15151515
</Str>
15161516
<Disp Icon="Str" />
15171517
</Item>
1518+
<Item ItemId=";Add_undefined_to_optional_property_type_95169" ItemType="0" PsrId="306" Leaf="true">
1519+
<Str Cat="Text">
1520+
<Val><![CDATA[Add 'undefined' to optional property type]]></Val>
1521+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1522+
<Val><![CDATA[Přidat hodnotu undefined do volitelného typu vlastnosti]]></Val>
1523+
</Tgt>
1524+
</Str>
1525+
<Disp Icon="Str" />
1526+
</Item>
15181527
<Item ItemId=";Add_undefined_type_to_all_uninitialized_properties_95029" ItemType="0" PsrId="306" Leaf="true">
15191528
<Str Cat="Text">
15201529
<Val><![CDATA[Add undefined type to all uninitialized properties]]></Val>
@@ -2349,6 +2358,15 @@
23492358
</Str>
23502359
<Disp Icon="Str" />
23512360
</Item>
2361+
<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">
2362+
<Str Cat="Text">
2363+
<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>
2364+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2365+
<Val><![CDATA[Argument typu {0} se nedá přiřadit k parametru typu {1} s hodnotou exactOptionalPropertyTypes: true. Zvažte možnost přidat hodnotu undefined do typů vlastností cíle.]]></Val>
2366+
</Tgt>
2367+
</Str>
2368+
<Disp Icon="Str" />
2369+
</Item>
23522370
<Item ItemId=";Arguments_for_the_rest_parameter_0_were_not_provided_6236" ItemType="0" PsrId="306" Leaf="true">
23532371
<Str Cat="Text">
23542372
<Val><![CDATA[Arguments for the rest parameter '{0}' were not provided.]]></Val>
@@ -13875,6 +13893,24 @@
1387513893
</Str>
1387613894
<Disp Icon="Str" />
1387713895
</Item>
13896+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
13897+
<Str Cat="Text">
13898+
<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>
13899+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13900+
<Val><![CDATA[Typ {0} se nedá přiřadit k typu {1} s hodnotou exactOptionalPropertyTypes: true. Zvažte možnost přidat hodnotu undefined do typů vlastností cíle.]]></Val>
13901+
</Tgt>
13902+
</Str>
13903+
<Disp Icon="Str" />
13904+
</Item>
13905+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412" ItemType="0" PsrId="306" Leaf="true">
13906+
<Str Cat="Text">
13907+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.]]></Val>
13908+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13909+
<Val><![CDATA[Typ {0} se nedá přiřadit k typu {1} s hodnotou exactOptionalPropertyTypes: true. Zvažte možnost přidat hodnotu undefined do typu cíle.]]></Val>
13910+
</Tgt>
13911+
</Str>
13912+
<Disp Icon="Str" />
13913+
</Item>
1387813914
<Item ItemId=";Type_0_is_not_comparable_to_type_1_2678" ItemType="0" PsrId="306" Leaf="true">
1387913915
<Str Cat="Text">
1388013916
<Val><![CDATA[Type '{0}' is not comparable to type '{1}'.]]></Val>

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

+36
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,15 @@
15061506
</Str>
15071507
<Disp Icon="Str" />
15081508
</Item>
1509+
<Item ItemId=";Add_undefined_to_optional_property_type_95169" ItemType="0" PsrId="306" Leaf="true">
1510+
<Str Cat="Text">
1511+
<Val><![CDATA[Add 'undefined' to optional property type]]></Val>
1512+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1513+
<Val><![CDATA[省略可能なプロパティ型に 'undefined' を追加します]]></Val>
1514+
</Tgt>
1515+
</Str>
1516+
<Disp Icon="Str" />
1517+
</Item>
15091518
<Item ItemId=";Add_undefined_type_to_all_uninitialized_properties_95029" ItemType="0" PsrId="306" Leaf="true">
15101519
<Str Cat="Text">
15111520
<Val><![CDATA[Add undefined type to all uninitialized properties]]></Val>
@@ -2340,6 +2349,15 @@
23402349
</Str>
23412350
<Disp Icon="Str" />
23422351
</Item>
2352+
<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">
2353+
<Str Cat="Text">
2354+
<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>
2355+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2356+
<Val><![CDATA[型 '{0}' の引数を、'exactOptionalPropertyTypes: true' が指定されている型 '{1}' のパラメーターに割り当てることはできません。ターゲットのプロパティの型に 'undefined' を追加することを検討してください。]]></Val>
2357+
</Tgt>
2358+
</Str>
2359+
<Disp Icon="Str" />
2360+
</Item>
23432361
<Item ItemId=";Arguments_for_the_rest_parameter_0_were_not_provided_6236" ItemType="0" PsrId="306" Leaf="true">
23442362
<Str Cat="Text">
23452363
<Val><![CDATA[Arguments for the rest parameter '{0}' were not provided.]]></Val>
@@ -13866,6 +13884,24 @@
1386613884
</Str>
1386713885
<Disp Icon="Str" />
1386813886
</Item>
13887+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
13888+
<Str Cat="Text">
13889+
<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>
13890+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13891+
<Val><![CDATA[型 '{0}' を、'exactOptionalPropertyTypes: true' が指定されている型 '{1}' に割り当てることはできません。ターゲットのプロパティの型に 'undefined' を追加することを検討してください。]]></Val>
13892+
</Tgt>
13893+
</Str>
13894+
<Disp Icon="Str" />
13895+
</Item>
13896+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412" ItemType="0" PsrId="306" Leaf="true">
13897+
<Str Cat="Text">
13898+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.]]></Val>
13899+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13900+
<Val><![CDATA[型 '{0}' を、'exactOptionalPropertyTypes: true' が指定されている型 '{1}' に割り当てることはできません。ターゲットの型に 'undefined' を追加することを検討してください。]]></Val>
13901+
</Tgt>
13902+
</Str>
13903+
<Disp Icon="Str" />
13904+
</Item>
1386913905
<Item ItemId=";Type_0_is_not_comparable_to_type_1_2678" ItemType="0" PsrId="306" Leaf="true">
1387013906
<Str Cat="Text">
1387113907
<Val><![CDATA[Type '{0}' is not comparable to type '{1}'.]]></Val>

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

+36
Original file line numberDiff line numberDiff line change
@@ -1505,6 +1505,15 @@
15051505
</Str>
15061506
<Disp Icon="Str" />
15071507
</Item>
1508+
<Item ItemId=";Add_undefined_to_optional_property_type_95169" ItemType="0" PsrId="306" Leaf="true">
1509+
<Str Cat="Text">
1510+
<Val><![CDATA[Add 'undefined' to optional property type]]></Val>
1511+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1512+
<Val><![CDATA[Добавить "undefined" к необязательному типу свойства]]></Val>
1513+
</Tgt>
1514+
</Str>
1515+
<Disp Icon="Str" />
1516+
</Item>
15081517
<Item ItemId=";Add_undefined_type_to_all_uninitialized_properties_95029" ItemType="0" PsrId="306" Leaf="true">
15091518
<Str Cat="Text">
15101519
<Val><![CDATA[Add undefined type to all uninitialized properties]]></Val>
@@ -2339,6 +2348,15 @@
23392348
</Str>
23402349
<Disp Icon="Str" />
23412350
</Item>
2351+
<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">
2352+
<Str Cat="Text">
2353+
<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>
2354+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2355+
<Val><![CDATA[Невозможно назначить аргумент типа "{0}" параметру типа "{1}", когда свойство "exactOptionalPropertyTypes" имеет значение "true". Рассмотрите возможность добавления типа "undefined" к типам свойств цели.]]></Val>
2356+
</Tgt>
2357+
</Str>
2358+
<Disp Icon="Str" />
2359+
</Item>
23422360
<Item ItemId=";Arguments_for_the_rest_parameter_0_were_not_provided_6236" ItemType="0" PsrId="306" Leaf="true">
23432361
<Str Cat="Text">
23442362
<Val><![CDATA[Arguments for the rest parameter '{0}' were not provided.]]></Val>
@@ -13865,6 +13883,24 @@
1386513883
</Str>
1386613884
<Disp Icon="Str" />
1386713885
</Item>
13886+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
13887+
<Str Cat="Text">
13888+
<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>
13889+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13890+
<Val><![CDATA[Невозможно назначить тип "{0}" типу "{1}", когда свойство "exactOptionalPropertyTypes" имеет значение "true". Рассмотрите возможность добавления типа "undefined" к типам свойств цели.]]></Val>
13891+
</Tgt>
13892+
</Str>
13893+
<Disp Icon="Str" />
13894+
</Item>
13895+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412" ItemType="0" PsrId="306" Leaf="true">
13896+
<Str Cat="Text">
13897+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.]]></Val>
13898+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13899+
<Val><![CDATA[Невозможно назначить тип "{0}" типу "{1}", когда свойство "exactOptionalPropertyTypes" имеет значение "true". Рассмотрите возможность добавления типа "undefined" к типу цели.]]></Val>
13900+
</Tgt>
13901+
</Str>
13902+
<Disp Icon="Str" />
13903+
</Item>
1386813904
<Item ItemId=";Type_0_is_not_comparable_to_type_1_2678" ItemType="0" PsrId="306" Leaf="true">
1386913905
<Str Cat="Text">
1387013906
<Val><![CDATA[Type '{0}' is not comparable to type '{1}'.]]></Val>

0 commit comments

Comments
 (0)