Skip to content

Commit 1af25ae

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent fcb48dd commit 1af25ae

File tree

5 files changed

+307
-64
lines changed

5 files changed

+307
-64
lines changed

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

+61-13
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,12 @@
801801
</Str>
802802
<Disp Icon="Str" />
803803
</Item>
804+
<Item ItemId=";Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715" ItemType="0" PsrId="306" Leaf="true">
805+
<Str Cat="Text">
806+
<Val><![CDATA[Abstract property '{0}' in class '{1}' cannot be accessed in the constructor.]]></Val>
807+
</Str>
808+
<Disp Icon="Str" />
809+
</Item>
804810
<Item ItemId=";Accessibility_modifier_already_seen_1028" ItemType="0" PsrId="306" Leaf="true">
805811
<Str Cat="Text">
806812
<Val><![CDATA[Accessibility modifier already seen.]]></Val>
@@ -1338,6 +1344,18 @@
13381344
</Str>
13391345
<Disp Icon="Str" />
13401346
</Item>
1347+
<Item ItemId=";Annotate_with_type_from_JSDoc_95009" ItemType="0" PsrId="306" Leaf="true">
1348+
<Str Cat="Text">
1349+
<Val><![CDATA[Annotate with type from JSDoc]]></Val>
1350+
</Str>
1351+
<Disp Icon="Str" />
1352+
</Item>
1353+
<Item ItemId=";Annotate_with_types_from_JSDoc_95010" ItemType="0" PsrId="306" Leaf="true">
1354+
<Str Cat="Text">
1355+
<Val><![CDATA[Annotate with types from JSDoc]]></Val>
1356+
</Str>
1357+
<Disp Icon="Str" />
1358+
</Item>
13411359
<Item ItemId=";Argument_expression_expected_1135" ItemType="0" PsrId="306" Leaf="true">
13421360
<Str Cat="Text">
13431361
<Val><![CDATA[Argument expression expected.]]></Val>
@@ -1485,6 +1503,12 @@
14851503
</Str>
14861504
<Disp Icon="Str" />
14871505
</Item>
1506+
<Item ItemId=";Call_decorator_expression_90028" ItemType="0" PsrId="306" Leaf="true">
1507+
<Str Cat="Text">
1508+
<Val><![CDATA[Call decorator expression.]]></Val>
1509+
</Str>
1510+
<Disp Icon="Str" />
1511+
</Item>
14881512
<Item ItemId=";Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020" ItemType="0" PsrId="306" Leaf="true">
14891513
<Str Cat="Text">
14901514
<Val><![CDATA[Call signature, which lacks return-type annotation, implicitly has an 'any' return type.]]></Val>
@@ -1892,12 +1916,12 @@
18921916
</Item>
18931917
<Item ItemId=";Change_0_to_1_90014" ItemType="0" PsrId="306" Leaf="true">
18941918
<Str Cat="Text">
1895-
<Val><![CDATA[Change {0} to {1}.]]></Val>
1896-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1919+
<Val><![CDATA[Change '{0}' to '{1}'.]]></Val>
1920+
<Tgt Cat="Text" Stat="Update" Orig="New">
18971921
<Val><![CDATA[Změnit {0} na {1}]]></Val>
18981922
</Tgt>
18991923
<Prev Cat="Text">
1900-
<Val><![CDATA[Change {0} to {1}]]></Val>
1924+
<Val><![CDATA[Change {0} to {1}.]]></Val>
19011925
</Prev>
19021926
</Str>
19031927
<Disp Icon="Str" />
@@ -2013,6 +2037,12 @@
20132037
</Str>
20142038
<Disp Icon="Str" />
20152039
</Item>
2040+
<Item ItemId=";Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025" ItemType="0" PsrId="306" Leaf="true">
2041+
<Str Cat="Text">
2042+
<Val><![CDATA[Class declarations cannot have more than one `@augments` or `@extends` tag.]]></Val>
2043+
</Str>
2044+
<Disp Icon="Str" />
2045+
</Item>
20162046
<Item ItemId=";Class_name_cannot_be_0_2414" ItemType="0" PsrId="306" Leaf="true">
20172047
<Str Cat="Text">
20182048
<Val><![CDATA[Class name cannot be '{0}'.]]></Val>
@@ -3795,6 +3825,18 @@
37953825
</Str>
37963826
<Disp Icon="Str" />
37973827
</Item>
3828+
<Item ItemId=";Infer_parameter_types_from_usage_95012" ItemType="0" PsrId="306" Leaf="true">
3829+
<Str Cat="Text">
3830+
<Val><![CDATA[Infer parameter types from usage.]]></Val>
3831+
</Str>
3832+
<Disp Icon="Str" />
3833+
</Item>
3834+
<Item ItemId=";Infer_type_of_0_from_usage_95011" ItemType="0" PsrId="306" Leaf="true">
3835+
<Str Cat="Text">
3836+
<Val><![CDATA[Infer type of '{0}' from usage.]]></Val>
3837+
</Str>
3838+
<Disp Icon="Str" />
3839+
</Item>
37983840
<Item ItemId=";Initialize_property_0_in_the_constructor_90020" ItemType="0" PsrId="306" Leaf="true">
37993841
<Str Cat="Text">
38003842
<Val><![CDATA[Initialize property '{0}' in the constructor.]]></Val>
@@ -3987,21 +4029,15 @@
39874029
</Str>
39884030
<Disp Icon="Str" />
39894031
</Item>
3990-
<Item ItemId=";JSDoc_augments_0_does_not_match_the_extends_1_clause_8023" ItemType="0" PsrId="306" Leaf="true">
4032+
<Item ItemId=";JSDoc_0_1_does_not_match_the_extends_2_clause_8023" ItemType="0" PsrId="306" Leaf="true">
39914033
<Str Cat="Text">
3992-
<Val><![CDATA[JSDoc '@augments {0}' does not match the 'extends {1}' clause.]]></Val>
3993-
<Tgt Cat="Text" Stat="Loc" Orig="New">
3994-
<Val><![CDATA[Značka JSDoc @augments {0} neodpovídá klauzuli extends {1}.]]></Val>
3995-
</Tgt>
4034+
<Val><![CDATA[JSDoc '@{0} {1}' does not match the 'extends {2}' clause.]]></Val>
39964035
</Str>
39974036
<Disp Icon="Str" />
39984037
</Item>
3999-
<Item ItemId=";JSDoc_augments_is_not_attached_to_a_class_declaration_8022" ItemType="0" PsrId="306" Leaf="true">
4038+
<Item ItemId=";JSDoc_0_is_not_attached_to_a_class_8022" ItemType="0" PsrId="306" Leaf="true">
40004039
<Str Cat="Text">
4001-
<Val><![CDATA[JSDoc '@augments' is not attached to a class declaration.]]></Val>
4002-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4003-
<Val><![CDATA[Značka JSDoc @augments není připojená k deklaraci třídy.]]></Val>
4004-
</Tgt>
4040+
<Val><![CDATA[JSDoc '@{0}' is not attached to a class.]]></Val>
40054041
</Str>
40064042
<Disp Icon="Str" />
40074043
</Item>
@@ -7263,6 +7299,12 @@
72637299
</Str>
72647300
<Disp Icon="Str" />
72657301
</Item>
7302+
<Item ItemId=";Type_parameter_0_has_a_circular_default_2716" ItemType="0" PsrId="306" Leaf="true">
7303+
<Str Cat="Text">
7304+
<Val><![CDATA[Type parameter '{0}' has a circular default.]]></Val>
7305+
</Str>
7306+
<Disp Icon="Str" />
7307+
</Item>
72667308
<Item ItemId=";Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008" ItemType="0" PsrId="306" Leaf="true">
72677309
<Str Cat="Text">
72687310
<Val><![CDATA[Type parameter '{0}' of call signature from exported interface has or is using private name '{1}'.]]></Val>
@@ -7743,6 +7785,12 @@
77437785
</Str>
77447786
<Disp Icon="Str" />
77457787
</Item>
7788+
<Item ItemId=";_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329" ItemType="0" PsrId="306" Leaf="true">
7789+
<Str Cat="Text">
7790+
<Val><![CDATA['{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?]]></Val>
7791+
</Str>
7792+
<Disp Icon="Str" />
7793+
</Item>
77467794
<Item ItemId=";_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710" ItemType="0" PsrId="306" Leaf="true">
77477795
<Str Cat="Text">
77487796
<Val><![CDATA['{0}' are specified twice. The attribute named '{0}' will be overwritten.]]></Val>

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

+61-13
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,12 @@
801801
</Str>
802802
<Disp Icon="Str" />
803803
</Item>
804+
<Item ItemId=";Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715" ItemType="0" PsrId="306" Leaf="true">
805+
<Str Cat="Text">
806+
<Val><![CDATA[Abstract property '{0}' in class '{1}' cannot be accessed in the constructor.]]></Val>
807+
</Str>
808+
<Disp Icon="Str" />
809+
</Item>
804810
<Item ItemId=";Accessibility_modifier_already_seen_1028" ItemType="0" PsrId="306" Leaf="true">
805811
<Str Cat="Text">
806812
<Val><![CDATA[Accessibility modifier already seen.]]></Val>
@@ -1338,6 +1344,18 @@
13381344
</Str>
13391345
<Disp Icon="Str" />
13401346
</Item>
1347+
<Item ItemId=";Annotate_with_type_from_JSDoc_95009" ItemType="0" PsrId="306" Leaf="true">
1348+
<Str Cat="Text">
1349+
<Val><![CDATA[Annotate with type from JSDoc]]></Val>
1350+
</Str>
1351+
<Disp Icon="Str" />
1352+
</Item>
1353+
<Item ItemId=";Annotate_with_types_from_JSDoc_95010" ItemType="0" PsrId="306" Leaf="true">
1354+
<Str Cat="Text">
1355+
<Val><![CDATA[Annotate with types from JSDoc]]></Val>
1356+
</Str>
1357+
<Disp Icon="Str" />
1358+
</Item>
13411359
<Item ItemId=";Argument_expression_expected_1135" ItemType="0" PsrId="306" Leaf="true">
13421360
<Str Cat="Text">
13431361
<Val><![CDATA[Argument expression expected.]]></Val>
@@ -1485,6 +1503,12 @@
14851503
</Str>
14861504
<Disp Icon="Str" />
14871505
</Item>
1506+
<Item ItemId=";Call_decorator_expression_90028" ItemType="0" PsrId="306" Leaf="true">
1507+
<Str Cat="Text">
1508+
<Val><![CDATA[Call decorator expression.]]></Val>
1509+
</Str>
1510+
<Disp Icon="Str" />
1511+
</Item>
14881512
<Item ItemId=";Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020" ItemType="0" PsrId="306" Leaf="true">
14891513
<Str Cat="Text">
14901514
<Val><![CDATA[Call signature, which lacks return-type annotation, implicitly has an 'any' return type.]]></Val>
@@ -1892,12 +1916,12 @@
18921916
</Item>
18931917
<Item ItemId=";Change_0_to_1_90014" ItemType="0" PsrId="306" Leaf="true">
18941918
<Str Cat="Text">
1895-
<Val><![CDATA[Change {0} to {1}.]]></Val>
1896-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1919+
<Val><![CDATA[Change '{0}' to '{1}'.]]></Val>
1920+
<Tgt Cat="Text" Stat="Update" Orig="New">
18971921
<Val><![CDATA[Changez {0} en {1}.]]></Val>
18981922
</Tgt>
18991923
<Prev Cat="Text">
1900-
<Val><![CDATA[Change {0} to {1}]]></Val>
1924+
<Val><![CDATA[Change {0} to {1}.]]></Val>
19011925
</Prev>
19021926
</Str>
19031927
<Disp Icon="Str" />
@@ -2013,6 +2037,12 @@
20132037
</Str>
20142038
<Disp Icon="Str" />
20152039
</Item>
2040+
<Item ItemId=";Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025" ItemType="0" PsrId="306" Leaf="true">
2041+
<Str Cat="Text">
2042+
<Val><![CDATA[Class declarations cannot have more than one `@augments` or `@extends` tag.]]></Val>
2043+
</Str>
2044+
<Disp Icon="Str" />
2045+
</Item>
20162046
<Item ItemId=";Class_name_cannot_be_0_2414" ItemType="0" PsrId="306" Leaf="true">
20172047
<Str Cat="Text">
20182048
<Val><![CDATA[Class name cannot be '{0}'.]]></Val>
@@ -3795,6 +3825,18 @@
37953825
</Str>
37963826
<Disp Icon="Str" />
37973827
</Item>
3828+
<Item ItemId=";Infer_parameter_types_from_usage_95012" ItemType="0" PsrId="306" Leaf="true">
3829+
<Str Cat="Text">
3830+
<Val><![CDATA[Infer parameter types from usage.]]></Val>
3831+
</Str>
3832+
<Disp Icon="Str" />
3833+
</Item>
3834+
<Item ItemId=";Infer_type_of_0_from_usage_95011" ItemType="0" PsrId="306" Leaf="true">
3835+
<Str Cat="Text">
3836+
<Val><![CDATA[Infer type of '{0}' from usage.]]></Val>
3837+
</Str>
3838+
<Disp Icon="Str" />
3839+
</Item>
37983840
<Item ItemId=";Initialize_property_0_in_the_constructor_90020" ItemType="0" PsrId="306" Leaf="true">
37993841
<Str Cat="Text">
38003842
<Val><![CDATA[Initialize property '{0}' in the constructor.]]></Val>
@@ -3987,21 +4029,15 @@
39874029
</Str>
39884030
<Disp Icon="Str" />
39894031
</Item>
3990-
<Item ItemId=";JSDoc_augments_0_does_not_match_the_extends_1_clause_8023" ItemType="0" PsrId="306" Leaf="true">
4032+
<Item ItemId=";JSDoc_0_1_does_not_match_the_extends_2_clause_8023" ItemType="0" PsrId="306" Leaf="true">
39914033
<Str Cat="Text">
3992-
<Val><![CDATA[JSDoc '@augments {0}' does not match the 'extends {1}' clause.]]></Val>
3993-
<Tgt Cat="Text" Stat="Loc" Orig="New">
3994-
<Val><![CDATA[La balise JSDoc '@augments {0}' ne correspond pas à la clause 'extends {1}'.]]></Val>
3995-
</Tgt>
4034+
<Val><![CDATA[JSDoc '@{0} {1}' does not match the 'extends {2}' clause.]]></Val>
39964035
</Str>
39974036
<Disp Icon="Str" />
39984037
</Item>
3999-
<Item ItemId=";JSDoc_augments_is_not_attached_to_a_class_declaration_8022" ItemType="0" PsrId="306" Leaf="true">
4038+
<Item ItemId=";JSDoc_0_is_not_attached_to_a_class_8022" ItemType="0" PsrId="306" Leaf="true">
40004039
<Str Cat="Text">
4001-
<Val><![CDATA[JSDoc '@augments' is not attached to a class declaration.]]></Val>
4002-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4003-
<Val><![CDATA[La balise JSDoc '@augments' n'est pas attaché à une déclaration de classe.]]></Val>
4004-
</Tgt>
4040+
<Val><![CDATA[JSDoc '@{0}' is not attached to a class.]]></Val>
40054041
</Str>
40064042
<Disp Icon="Str" />
40074043
</Item>
@@ -7263,6 +7299,12 @@
72637299
</Str>
72647300
<Disp Icon="Str" />
72657301
</Item>
7302+
<Item ItemId=";Type_parameter_0_has_a_circular_default_2716" ItemType="0" PsrId="306" Leaf="true">
7303+
<Str Cat="Text">
7304+
<Val><![CDATA[Type parameter '{0}' has a circular default.]]></Val>
7305+
</Str>
7306+
<Disp Icon="Str" />
7307+
</Item>
72667308
<Item ItemId=";Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008" ItemType="0" PsrId="306" Leaf="true">
72677309
<Str Cat="Text">
72687310
<Val><![CDATA[Type parameter '{0}' of call signature from exported interface has or is using private name '{1}'.]]></Val>
@@ -7743,6 +7785,12 @@
77437785
</Str>
77447786
<Disp Icon="Str" />
77457787
</Item>
7788+
<Item ItemId=";_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329" ItemType="0" PsrId="306" Leaf="true">
7789+
<Str Cat="Text">
7790+
<Val><![CDATA['{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?]]></Val>
7791+
</Str>
7792+
<Disp Icon="Str" />
7793+
</Item>
77467794
<Item ItemId=";_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710" ItemType="0" PsrId="306" Leaf="true">
77477795
<Str Cat="Text">
77487796
<Val><![CDATA['{0}' are specified twice. The attribute named '{0}' will be overwritten.]]></Val>

0 commit comments

Comments
 (0)