Skip to content

Commit b508914

Browse files
authored
LEGO: Merge pull request 40777
LEGO: Merge pull request 40777
2 parents 62a86ec + aed2391 commit b508914

File tree

1 file changed

+27
-18
lines changed

1 file changed

+27
-18
lines changed

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

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3957,6 +3957,24 @@
39573957
</Str>
39583958
<Disp Icon="Str" />
39593959
</Item>
3960+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3961+
<Str Cat="Text">
3962+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3963+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3964+
<Val><![CDATA[具有明确赋值断言的声明也必须具有类型批注。]]></Val>
3965+
</Tgt>
3966+
</Str>
3967+
<Disp Icon="Str" />
3968+
</Item>
3969+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3970+
<Str Cat="Text">
3971+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3972+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3973+
<Val><![CDATA[具有初始值设定项的声明不能同时具有明确赋值断言。]]></Val>
3974+
</Tgt>
3975+
</Str>
3976+
<Disp Icon="Str" />
3977+
</Item>
39603978
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39613979
<Str Cat="Text">
39623980
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4059,15 +4077,6 @@
40594077
</Str>
40604078
<Disp Icon="Str" />
40614079
</Item>
4062-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4063-
<Str Cat="Text">
4064-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4065-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4066-
<Val><![CDATA[明确赋值断言只能与类型注释一起使用。]]></Val>
4067-
</Tgt>
4068-
</Str>
4069-
<Disp Icon="Str" />
4070-
</Item>
40714080
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40724081
<Str Cat="Text">
40734082
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -10284,15 +10293,6 @@
1028410293
</Str>
1028510294
<Disp Icon="Str" />
1028610295
</Item>
10287-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10288-
<Str Cat="Text">
10289-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10290-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10291-
<Val><![CDATA[模板文本类型参数“{0}”不是文本类型或泛型类型。]]></Val>
10292-
</Tgt>
10293-
</Str>
10294-
<Disp Icon="Str" />
10295-
</Item>
1029610296
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1029710297
<Str Cat="Text">
1029810298
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10575,6 +10575,15 @@
1057510575
</Str>
1057610576
<Disp Icon="Str" />
1057710577
</Item>
10578+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10579+
<Str Cat="Text">
10580+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10581+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10582+
<Val><![CDATA["intrinsic" 关键字只能用于声明编译器提供的内部类型。]]></Val>
10583+
</Tgt>
10584+
</Str>
10585+
<Disp Icon="Str" />
10586+
</Item>
1057810587
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1057910588
<Str Cat="Text">
1058010589
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

0 commit comments

Comments
 (0)