Skip to content

Commit d93590e

Browse files
authored
LEGO: Merge pull request 40705
LEGO: Merge pull request 40705
2 parents 7c6462a + ace0732 commit d93590e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,24 @@
14161416
</Str>
14171417
<Disp Icon="Str" />
14181418
</Item>
1419+
<Item ItemId=";Add_void_to_Promise_resolved_without_a_value_95143" ItemType="0" PsrId="306" Leaf="true">
1420+
<Str Cat="Text">
1421+
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
1422+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1423+
<Val><![CDATA[將 'void' 新增到已解決但沒有值的 Promise]]></Val>
1424+
</Tgt>
1425+
</Str>
1426+
<Disp Icon="Str" />
1427+
</Item>
1428+
<Item ItemId=";Add_void_to_all_Promises_resolved_without_a_value_95144" ItemType="0" PsrId="306" Leaf="true">
1429+
<Str Cat="Text">
1430+
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
1431+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1432+
<Val><![CDATA[將 'void' 新增到所有已解決但沒有值的 Promise]]></Val>
1433+
</Tgt>
1434+
</Str>
1435+
<Disp Icon="Str" />
1436+
</Item>
14191437
<Item ItemId=";Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068" ItemType="0" PsrId="306" Leaf="true">
14201438
<Str Cat="Text">
14211439
<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>
@@ -4881,6 +4899,12 @@
48814899
</Str>
48824900
<Disp Icon="Str" />
48834901
</Item>
4902+
<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">
4903+
<Str Cat="Text">
4904+
<Val><![CDATA[Expected {0} arguments, but got {1}. Did you forget to include 'void' in your type argument to 'Promise'?]]></Val>
4905+
</Str>
4906+
<Disp Icon="Str" />
4907+
</Item>
48844908
<Item ItemId=";Expected_0_arguments_but_got_1_or_more_2556" ItemType="0" PsrId="306" Leaf="true">
48854909
<Str Cat="Text">
48864910
<Val><![CDATA[Expected {0} arguments, but got {1} or more.]]></Val>
@@ -10521,6 +10545,15 @@
1052110545
</Str>
1052210546
<Disp Icon="Str" />
1052310547
</Item>
10548+
<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">
10549+
<Str Cat="Text">
10550+
<Val><![CDATA[The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.]]></Val>
10551+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10552+
<Val><![CDATA[此節點的推斷型別超過編譯器將序列化的長度上限。需要明確的型別註解。]]></Val>
10553+
</Tgt>
10554+
</Str>
10555+
<Disp Icon="Str" />
10556+
</Item>
1052410557
<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">
1052510558
<Str Cat="Text">
1052610559
<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)