Skip to content

Commit f8083d2

Browse files
authored
LEGO: Merge pull request 37446
LEGO: Merge pull request 37446
2 parents 0222211 + 5fd5690 commit f8083d2

File tree

1 file changed

+45
-9
lines changed

1 file changed

+45
-9
lines changed

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

Lines changed: 45 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,15 @@
10231023
</Str>
10241024
<Disp Icon="Str" />
10251025
</Item>
1026+
<Item ItemId=";Add_all_missing_call_parentheses_95068" ItemType="0" PsrId="306" Leaf="true">
1027+
<Str Cat="Text">
1028+
<Val><![CDATA[Add all missing call parentheses]]></Val>
1029+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1030+
<Val><![CDATA[Přidat všechny chybějící závorky volání]]></Val>
1031+
</Tgt>
1032+
</Str>
1033+
<Disp Icon="Str" />
1034+
</Item>
10261035
<Item ItemId=";Add_all_missing_imports_95064" ItemType="0" PsrId="306" Leaf="true">
10271036
<Str Cat="Text">
10281037
<Val><![CDATA[Add all missing imports]]></Val>
@@ -1179,6 +1188,15 @@
11791188
</Str>
11801189
<Disp Icon="Str" />
11811190
</Item>
1191+
<Item ItemId=";Add_missing_call_parentheses_95067" ItemType="0" PsrId="306" Leaf="true">
1192+
<Str Cat="Text">
1193+
<Val><![CDATA[Add missing call parentheses]]></Val>
1194+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1195+
<Val><![CDATA[Přidat chybějící závorky volání]]></Val>
1196+
</Tgt>
1197+
</Str>
1198+
<Disp Icon="Str" />
1199+
</Item>
11821200
<Item ItemId=";Add_missing_enum_member_0_95063" ItemType="0" PsrId="306" Leaf="true">
11831201
<Str Cat="Text">
11841202
<Val><![CDATA[Add missing enum member '{0}']]></Val>
@@ -2469,20 +2487,20 @@
24692487
</Str>
24702488
<Disp Icon="Str" />
24712489
</Item>
2472-
<Item ItemId=";Cannot_find_module_0_2307" ItemType="0" PsrId="306" Leaf="true">
2490+
<Item ItemId=";Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732" ItemType="0" PsrId="306" Leaf="true">
24732491
<Str Cat="Text">
2474-
<Val><![CDATA[Cannot find module '{0}'.]]></Val>
2492+
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
24752493
<Tgt Cat="Text" Stat="Loc" Orig="New">
2476-
<Val><![CDATA[Nenašel se modul {0}.]]></Val>
2494+
<Val><![CDATA[Nepovedlo se najít modul {0}. Zvažte možnost importovat modul s příponou .json pomocí --resolveJsonModule.]]></Val>
24772495
</Tgt>
24782496
</Str>
24792497
<Disp Icon="Str" />
24802498
</Item>
2481-
<Item ItemId=";Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732" ItemType="0" PsrId="306" Leaf="true">
2499+
<Item ItemId=";Cannot_find_module_0_or_its_corresponding_type_declarations_2307" ItemType="0" PsrId="306" Leaf="true">
24822500
<Str Cat="Text">
2483-
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
2501+
<Val><![CDATA[Cannot find module '{0}' or its corresponding type declarations.]]></Val>
24842502
<Tgt Cat="Text" Stat="Loc" Orig="New">
2485-
<Val><![CDATA[Nepovedlo se najít modul {0}. Zvažte možnost importovat modul s příponou .json pomocí --resolveJsonModule.]]></Val>
2503+
<Val><![CDATA[Nepovedlo se najít modul {0} nebo jeho odpovídající deklarace typů.]]></Val>
24862504
</Tgt>
24872505
</Str>
24882506
<Disp Icon="Str" />
@@ -3591,6 +3609,15 @@
35913609
</Str>
35923610
<Disp Icon="Str" />
35933611
</Item>
3612+
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
3613+
<Str Cat="Text">
3614+
<Val><![CDATA[Declare private property '{0}']]></Val>
3615+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3616+
<Val><![CDATA[Deklarujte privátní vlastnost {0}.]]></Val>
3617+
</Tgt>
3618+
</Str>
3619+
<Disp Icon="Str" />
3620+
</Item>
35943621
<Item ItemId=";Declare_property_0_90016" ItemType="0" PsrId="306" Leaf="true">
35953622
<Str Cat="Text">
35963623
<Val><![CDATA[Declare property '{0}']]></Val>
@@ -11691,6 +11718,15 @@
1169111718
</Str>
1169211719
<Disp Icon="Str" />
1169311720
</Item>
11721+
<Item ItemId=";_0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1_5082" ItemType="0" PsrId="306" Leaf="true">
11722+
<Str Cat="Text">
11723+
<Val><![CDATA['{0}' could be instantiated with an arbitrary type which could be unrelated to '{1}'.]]></Val>
11724+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11725+
<Val><![CDATA[Instanci {0} by bylo možné vytvořit s libovolným typem, který by nemusel souviset s {1}.]]></Val>
11726+
</Tgt>
11727+
</Str>
11728+
<Disp Icon="Str" />
11729+
</Item>
1169411730
<Item ItemId=";_0_declarations_can_only_be_used_in_TypeScript_files_8006" ItemType="0" PsrId="306" Leaf="true">
1169511731
<Str Cat="Text">
1169611732
<Val><![CDATA['{0}' declarations can only be used in TypeScript files.]]></Val>
@@ -12015,11 +12051,11 @@
1201512051
</Str>
1201612052
<Disp Icon="Str" />
1201712053
</Item>
12018-
<Item ItemId=";_0_refers_to_a_value_but_is_being_used_as_a_type_here_2749" ItemType="0" PsrId="306" Leaf="true">
12054+
<Item ItemId=";_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0_2749" ItemType="0" PsrId="306" Leaf="true">
1201912055
<Str Cat="Text">
12020-
<Val><![CDATA['{0}' refers to a value, but is being used as a type here.]]></Val>
12056+
<Val><![CDATA['{0}' refers to a value, but is being used as a type here. Did you mean 'typeof {0}'?]]></Val>
1202112057
<Tgt Cat="Text" Stat="Loc" Orig="New">
12022-
<Val><![CDATA[{0} odkazuje na hodnotu, ale tady se používá jako typ.]]></Val>
12058+
<Val><![CDATA[{0} odkazuje na hodnotu, ale tady se používá jako typ. Měli jste na mysli typeof {0}?]]></Val>
1202312059
</Tgt>
1202412060
</Str>
1202512061
<Disp Icon="Str" />

0 commit comments

Comments
 (0)