Skip to content

Commit dbcfcc0

Browse files
authored
LEGO: Merge pull request 21354
LEGO: Merge pull request 21354
2 parents a3387cc + 6cc17f1 commit dbcfcc0

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

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

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,15 @@
582582
</Str>
583583
<Disp Icon="Str" />
584584
</Item>
585+
<Item ItemId=";A_rest_element_cannot_have_a_property_name_2566" ItemType="0" PsrId="306" Leaf="true">
586+
<Str Cat="Text">
587+
<Val><![CDATA[A rest element cannot have a property name.]]></Val>
588+
<Tgt Cat="Text" Stat="Loc" Orig="New">
589+
<Val><![CDATA[Element rest nemůže mít název vlastnosti.]]></Val>
590+
</Tgt>
591+
</Str>
592+
<Disp Icon="Str" />
593+
</Item>
585594
<Item ItemId=";A_rest_element_cannot_have_an_initializer_1186" ItemType="0" PsrId="306" Leaf="true">
586595
<Str Cat="Text">
587596
<Val><![CDATA[A rest element cannot have an initializer.]]></Val>
@@ -3378,15 +3387,6 @@
33783387
</Str>
33793388
<Disp Icon="Str" />
33803389
</Item>
3381-
<Item ItemId=";Extract_symbol_95003" ItemType="0" PsrId="306" Leaf="true">
3382-
<Str Cat="Text">
3383-
<Val><![CDATA[Extract symbol]]></Val>
3384-
<Tgt Cat="Text" Stat="Loc" Orig="New">
3385-
<Val><![CDATA[Extrahovat symbol]]></Val>
3386-
</Tgt>
3387-
</Str>
3388-
<Disp Icon="Str" />
3389-
</Item>
33903390
<Item ItemId=";Extract_to_0_in_1_95004" ItemType="0" PsrId="306" Leaf="true">
33913391
<Str Cat="Text">
33923392
<Val><![CDATA[Extract to {0} in {1}]]></Val>
@@ -3573,6 +3573,15 @@
35733573
</Str>
35743574
<Disp Icon="Str" />
35753575
</Item>
3576+
<Item ItemId=";Found_package_json_at_0_Package_ID_is_1_6190" ItemType="0" PsrId="306" Leaf="true">
3577+
<Str Cat="Text">
3578+
<Val><![CDATA[Found 'package.json' at '{0}'. Package ID is '{1}'.]]></Val>
3579+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3580+
<Val><![CDATA[V {0} se našel soubor package.json. ID balíčku je {1}.]]></Val>
3581+
</Tgt>
3582+
</Str>
3583+
<Disp Icon="Str" />
3584+
</Item>
35763585
<Item ItemId=";Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250" ItemType="0" PsrId="306" Leaf="true">
35773586
<Str Cat="Text">
35783587
<Val><![CDATA[Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.]]></Val>
@@ -6603,11 +6612,11 @@
66036612
</Str>
66046613
<Disp Icon="Str" />
66056614
</Item>
6606-
<Item ItemId=";Specify_library_files_to_be_included_in_the_compilation_Colon_6079" ItemType="0" PsrId="306" Leaf="true">
6615+
<Item ItemId=";Specify_library_files_to_be_included_in_the_compilation_6079" ItemType="0" PsrId="306" Leaf="true">
66076616
<Str Cat="Text">
6608-
<Val><![CDATA[Specify library files to be included in the compilation: ]]></Val>
6617+
<Val><![CDATA[Specify library files to be included in the compilation.]]></Val>
66096618
<Tgt Cat="Text" Stat="Loc" Orig="New">
6610-
<Val><![CDATA[Zadejte soubory knihovny, které se mají zahrnout do kompilace: ]]></Val>
6619+
<Val><![CDATA[Zadejte soubory knihovny, které se mají zahrnout do kompilace.]]></Val>
66116620
</Tgt>
66126621
</Str>
66136622
<Disp Icon="Str" />

0 commit comments

Comments
 (0)