Skip to content

Commit ec673da

Browse files
authored
LEGO: Merge pull request 40785
LEGO: Merge pull request 40785
2 parents 73f5f02 + f903d6b commit ec673da

File tree

1 file changed

+27
-18
lines changed

1 file changed

+27
-18
lines changed

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

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,24 @@
39663966
</Str>
39673967
<Disp Icon="Str" />
39683968
</Item>
3969+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3970+
<Str Cat="Text">
3971+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3972+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3973+
<Val><![CDATA[Deklarace s kontrolními výrazy jednoznačného přiřazení musí mít také anotace typu.]]></Val>
3974+
</Tgt>
3975+
</Str>
3976+
<Disp Icon="Str" />
3977+
</Item>
3978+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3979+
<Str Cat="Text">
3980+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3981+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3982+
<Val><![CDATA[Deklarace s inicializátory nemůžou mít také kontrolní výrazy jednoznačného přiřazení.]]></Val>
3983+
</Tgt>
3984+
</Str>
3985+
<Disp Icon="Str" />
3986+
</Item>
39693987
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39703988
<Str Cat="Text">
39713989
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4068,15 +4086,6 @@
40684086
</Str>
40694087
<Disp Icon="Str" />
40704088
</Item>
4071-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4072-
<Str Cat="Text">
4073-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4074-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4075-
<Val><![CDATA[Jednoznačné kontrolní výrazy přiřazení se dají použít jen spolu s anotací typu.]]></Val>
4076-
</Tgt>
4077-
</Str>
4078-
<Disp Icon="Str" />
4079-
</Item>
40804089
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40814090
<Str Cat="Text">
40824091
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -10293,15 +10302,6 @@
1029310302
</Str>
1029410303
<Disp Icon="Str" />
1029510304
</Item>
10296-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10297-
<Str Cat="Text">
10298-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10299-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10300-
<Val><![CDATA[Argument typu literálu šablony {0} není literálového ani generického typu.]]></Val>
10301-
</Tgt>
10302-
</Str>
10303-
<Disp Icon="Str" />
10304-
</Item>
1030510305
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1030610306
<Str Cat="Text">
1030710307
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10584,6 +10584,15 @@
1058410584
</Str>
1058510585
<Disp Icon="Str" />
1058610586
</Item>
10587+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10588+
<Str Cat="Text">
10589+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10590+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10591+
<Val><![CDATA[Klíčové slovo intrinsic se dá použít jenom k deklaraci vnitřních typů poskytovaných kompilátorem.]]></Val>
10592+
</Tgt>
10593+
</Str>
10594+
<Disp Icon="Str" />
10595+
</Item>
1058710596
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1058810597
<Str Cat="Text">
1058910598
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

0 commit comments

Comments
 (0)