Skip to content

Commit 614b5e3

Browse files
authored
LEGO: Merge pull request 40686
LEGO: Merge pull request 40686
2 parents 587252c + 7d4a801 commit 614b5e3

File tree

3 files changed

+99
-0
lines changed

3 files changed

+99
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,24 @@
14251425
</Str>
14261426
<Disp Icon="Str" />
14271427
</Item>
1428+
<Item ItemId=";Add_void_to_Promise_resolved_without_a_value_95143" ItemType="0" PsrId="306" Leaf="true">
1429+
<Str Cat="Text">
1430+
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
1431+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1432+
<Val><![CDATA[Přidat void k objektu Promise vyřešenému bez hodnoty]]></Val>
1433+
</Tgt>
1434+
</Str>
1435+
<Disp Icon="Str" />
1436+
</Item>
1437+
<Item ItemId=";Add_void_to_all_Promises_resolved_without_a_value_95144" ItemType="0" PsrId="306" Leaf="true">
1438+
<Str Cat="Text">
1439+
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
1440+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1441+
<Val><![CDATA[Přidat void ke všem objektům Promise vyřešeným bez hodnoty]]></Val>
1442+
</Tgt>
1443+
</Str>
1444+
<Disp Icon="Str" />
1445+
</Item>
14281446
<Item ItemId=";Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068" ItemType="0" PsrId="306" Leaf="true">
14291447
<Str Cat="Text">
14301448
<Val><![CDATA[Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig.]]></Val>
@@ -4890,6 +4908,15 @@
48904908
</Str>
48914909
<Disp Icon="Str" />
48924910
</Item>
4911+
<Item ItemId=";Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise_2794" ItemType="0" PsrId="306" Leaf="true">
4912+
<Str Cat="Text">
4913+
<Val><![CDATA[Expected {0} arguments, but got {1}. Did you forget to include 'void' in your type argument to 'Promise'?]]></Val>
4914+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4915+
<Val><![CDATA[Očekával se tento počet argumentů: {0}, ale byl přijat tento počet: {1}. Nezapomněli jste zahrnout void do argumentu typu pro objekt Promise?]]></Val>
4916+
</Tgt>
4917+
</Str>
4918+
<Disp Icon="Str" />
4919+
</Item>
48934920
<Item ItemId=";Expected_0_arguments_but_got_1_or_more_2556" ItemType="0" PsrId="306" Leaf="true">
48944921
<Str Cat="Text">
48954922
<Val><![CDATA[Expected {0} arguments, but got {1} or more.]]></Val>
@@ -10530,6 +10557,15 @@
1053010557
</Str>
1053110558
<Disp Icon="Str" />
1053210559
</Item>
10560+
<Item ItemId=";The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_ty_7056" ItemType="0" PsrId="306" Leaf="true">
10561+
<Str Cat="Text">
10562+
<Val><![CDATA[The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.]]></Val>
10563+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10564+
<Val><![CDATA[Odvozený typ tohoto uzlu přesahuje maximální délku, kterou kompilátor může serializovat. Je potřeba zadat explicitní anotaci typu.]]></Val>
10565+
</Tgt>
10566+
</Str>
10567+
<Disp Icon="Str" />
10568+
</Item>
1053310569
<Item ItemId=";The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032" ItemType="0" PsrId="306" Leaf="true">
1053410570
<Str Cat="Text">
1053510571
<Val><![CDATA[The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some.]]></Val>

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,24 @@
14131413
</Str>
14141414
<Disp Icon="Str" />
14151415
</Item>
1416+
<Item ItemId=";Add_void_to_Promise_resolved_without_a_value_95143" ItemType="0" PsrId="306" Leaf="true">
1417+
<Str Cat="Text">
1418+
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
1419+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1420+
<Val><![CDATA["Void" zu ohne Wert aufgelöstem Promise hinzufügen]]></Val>
1421+
</Tgt>
1422+
</Str>
1423+
<Disp Icon="Str" />
1424+
</Item>
1425+
<Item ItemId=";Add_void_to_all_Promises_resolved_without_a_value_95144" ItemType="0" PsrId="306" Leaf="true">
1426+
<Str Cat="Text">
1427+
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
1428+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1429+
<Val><![CDATA["Void" allen ohne Wert aufgelösten Promises hinzufügen]]></Val>
1430+
</Tgt>
1431+
</Str>
1432+
<Disp Icon="Str" />
1433+
</Item>
14161434
<Item ItemId=";Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068" ItemType="0" PsrId="306" Leaf="true">
14171435
<Str Cat="Text">
14181436
<Val><![CDATA[Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig.]]></Val>
@@ -4878,6 +4896,15 @@
48784896
</Str>
48794897
<Disp Icon="Str" />
48804898
</Item>
4899+
<Item ItemId=";Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise_2794" ItemType="0" PsrId="306" Leaf="true">
4900+
<Str Cat="Text">
4901+
<Val><![CDATA[Expected {0} arguments, but got {1}. Did you forget to include 'void' in your type argument to 'Promise'?]]></Val>
4902+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4903+
<Val><![CDATA[Es wurden {0} Argumente erwartet, aber {1} erhalten. Sollte "void" in Ihr Typargument in "Promise" eingeschlossen werden?]]></Val>
4904+
</Tgt>
4905+
</Str>
4906+
<Disp Icon="Str" />
4907+
</Item>
48814908
<Item ItemId=";Expected_0_arguments_but_got_1_or_more_2556" ItemType="0" PsrId="306" Leaf="true">
48824909
<Str Cat="Text">
48834910
<Val><![CDATA[Expected {0} arguments, but got {1} or more.]]></Val>
@@ -10515,6 +10542,15 @@
1051510542
</Str>
1051610543
<Disp Icon="Str" />
1051710544
</Item>
10545+
<Item ItemId=";The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_ty_7056" ItemType="0" PsrId="306" Leaf="true">
10546+
<Str Cat="Text">
10547+
<Val><![CDATA[The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.]]></Val>
10548+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10549+
<Val><![CDATA[Der abgeleitete Typ dieses Knotens überschreitet die maximale Länge, die vom Compiler serialisiert wird. Eine explizite Typanmerkung ist erforderlich.]]></Val>
10550+
</Tgt>
10551+
</Str>
10552+
<Disp Icon="Str" />
10553+
</Item>
1051810554
<Item ItemId=";The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032" ItemType="0" PsrId="306" Leaf="true">
1051910555
<Str Cat="Text">
1052010556
<Val><![CDATA[The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some.]]></Val>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,18 @@
14151415
</Str>
14161416
<Disp Icon="Str" />
14171417
</Item>
1418+
<Item ItemId=";Add_void_to_Promise_resolved_without_a_value_95143" ItemType="0" PsrId="306" Leaf="true">
1419+
<Str Cat="Text">
1420+
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
1421+
</Str>
1422+
<Disp Icon="Str" />
1423+
</Item>
1424+
<Item ItemId=";Add_void_to_all_Promises_resolved_without_a_value_95144" ItemType="0" PsrId="306" Leaf="true">
1425+
<Str Cat="Text">
1426+
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
1427+
</Str>
1428+
<Disp Icon="Str" />
1429+
</Item>
14181430
<Item ItemId=";Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068" ItemType="0" PsrId="306" Leaf="true">
14191431
<Str Cat="Text">
14201432
<Val><![CDATA[Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig.]]></Val>
@@ -4880,6 +4892,12 @@
48804892
</Str>
48814893
<Disp Icon="Str" />
48824894
</Item>
4895+
<Item ItemId=";Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise_2794" ItemType="0" PsrId="306" Leaf="true">
4896+
<Str Cat="Text">
4897+
<Val><![CDATA[Expected {0} arguments, but got {1}. Did you forget to include 'void' in your type argument to 'Promise'?]]></Val>
4898+
</Str>
4899+
<Disp Icon="Str" />
4900+
</Item>
48834901
<Item ItemId=";Expected_0_arguments_but_got_1_or_more_2556" ItemType="0" PsrId="306" Leaf="true">
48844902
<Str Cat="Text">
48854903
<Val><![CDATA[Expected {0} arguments, but got {1} or more.]]></Val>
@@ -10520,6 +10538,15 @@
1052010538
</Str>
1052110539
<Disp Icon="Str" />
1052210540
</Item>
10541+
<Item ItemId=";The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_ty_7056" ItemType="0" PsrId="306" Leaf="true">
10542+
<Str Cat="Text">
10543+
<Val><![CDATA[The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.]]></Val>
10544+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10545+
<Val><![CDATA[Выведенный тип этого узла превышает максимальную длину, которую будет сериализовывать компилятор. Требуется указать заметку явного типа.]]></Val>
10546+
</Tgt>
10547+
</Str>
10548+
<Disp Icon="Str" />
10549+
</Item>
1052310550
<Item ItemId=";The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032" ItemType="0" PsrId="306" Leaf="true">
1052410551
<Str Cat="Text">
1052510552
<Val><![CDATA[The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some.]]></Val>

0 commit comments

Comments
 (0)