Skip to content

Commit 8cdf5a2

Browse files
authored
LEGO: Merge pull request 40641
LEGO: Merge pull request 40641
2 parents f1ac8cd + c67fe4c commit 8cdf5a2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 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" 添加到已解析但没有值的承诺]]></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" 添加到所有已解析但没有值的承诺]]></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,15 @@
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+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4906+
<Val><![CDATA[应为 {0} 参数,但得到的却是 {1}。你是否忘了将类型参数中的 "void" 包含到“承诺”?]]></Val>
4907+
</Tgt>
4908+
</Str>
4909+
<Disp Icon="Str" />
4910+
</Item>
48844911
<Item ItemId=";Expected_0_arguments_but_got_1_or_more_2556" ItemType="0" PsrId="306" Leaf="true">
48854912
<Str Cat="Text">
48864913
<Val><![CDATA[Expected {0} arguments, but got {1} or more.]]></Val>
@@ -10521,6 +10548,15 @@
1052110548
</Str>
1052210549
<Disp Icon="Str" />
1052310550
</Item>
10551+
<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">
10552+
<Str Cat="Text">
10553+
<Val><![CDATA[The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.]]></Val>
10554+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10555+
<Val><![CDATA[此节点的推断类型超出编译器将序列化的最大长度。需要显式类型注释。]]></Val>
10556+
</Tgt>
10557+
</Str>
10558+
<Disp Icon="Str" />
10559+
</Item>
1052410560
<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">
1052510561
<Str Cat="Text">
1052610562
<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)