Skip to content

Commit 2621a02

Browse files
authored
LEGO: Merge pull request 20220
LEGO: Merge pull request 20220
2 parents 332a61e + 208eea1 commit 2621a02

1 file changed

Lines changed: 25 additions & 7 deletions

File tree

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

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@
14251425
<Str Cat="Text">
14261426
<Val><![CDATA[Base class expressions cannot reference class type parameters.]]></Val>
14271427
<Tgt Cat="Text" Stat="Loc" Orig="New">
1428-
<Val><![CDATA[Wyrażenia klasy podstawowej nie mogą odwoływać się do parametrów typu klasy.]]></Val>
1428+
<Val><![CDATA[Wyrażenia klasy bazowej nie mogą odwoływać się do parametrów typu klasy.]]></Val>
14291429
</Tgt>
14301430
</Str>
14311431
<Disp Icon="Str" />
@@ -1434,7 +1434,7 @@
14341434
<Str Cat="Text">
14351435
<Val><![CDATA[Base constructor return type '{0}' is not a class or interface type.]]></Val>
14361436
<Tgt Cat="Text" Stat="Loc" Orig="New">
1437-
<Val><![CDATA[Zwracany typ konstruktora podstawowego „{0}” nie jest typem klasy ani interfejsu.]]></Val>
1437+
<Val><![CDATA[Zwracany typ konstruktora bazowego „{0}” nie jest typem klasy ani interfejsu.]]></Val>
14381438
</Tgt>
14391439
</Str>
14401440
<Disp Icon="Str" />
@@ -2004,7 +2004,7 @@
20042004
<Str Cat="Text">
20052005
<Val><![CDATA[Class '{0}' incorrectly extends base class '{1}'.]]></Val>
20062006
<Tgt Cat="Text" Stat="Loc" Orig="New">
2007-
<Val><![CDATA[Klasa „{0}” niepoprawnie rozszerza klasę podstawową „{1}”.]]></Val>
2007+
<Val><![CDATA[Klasa „{0}” niepoprawnie rozszerza klasę bazową „{1}”.]]></Val>
20082008
</Tgt>
20092009
</Str>
20102010
<Disp Icon="Str" />
@@ -2052,7 +2052,7 @@
20522052
<Str Cat="Text">
20532053
<Val><![CDATA[Class static side '{0}' incorrectly extends base class static side '{1}'.]]></Val>
20542054
<Tgt Cat="Text" Stat="Loc" Orig="New">
2055-
<Val><![CDATA[Strona statyczna klasy „{0}” niepoprawnie rozszerza stronę statyczną klasy podstawowej „{1}”.]]></Val>
2055+
<Val><![CDATA[Strona statyczna klasy „{0}” niepoprawnie rozszerza stronę statyczną klasy bazowej „{1}”.]]></Val>
20562056
</Tgt>
20572057
</Str>
20582058
<Disp Icon="Str" />
@@ -2637,7 +2637,7 @@
26372637
<Str Cat="Text">
26382638
<Val><![CDATA[Duplicate identifier '_super'. Compiler uses '_super' to capture base class reference.]]></Val>
26392639
<Tgt Cat="Text" Stat="Loc" Orig="New">
2640-
<Val><![CDATA[Zduplikowany identyfikator „_super”. Kompilator używa ciągu „_super” do przechwycenia odwołania do klasy podstawowej.]]></Val>
2640+
<Val><![CDATA[Zduplikowany identyfikator „_super”. Kompilator używa ciągu „_super” do przechwycenia odwołania do klasy bazowej.]]></Val>
26412641
</Tgt>
26422642
</Str>
26432643
<Disp Icon="Str" />
@@ -2780,6 +2780,12 @@
27802780
</Str>
27812781
<Disp Icon="Str" />
27822782
</Item>
2783+
<Item ItemId=";Enable_strict_checking_of_property_initialization_in_classes_6187" ItemType="0" PsrId="306" Leaf="true">
2784+
<Str Cat="Text">
2785+
<Val><![CDATA[Enable strict checking of property initialization in classes.]]></Val>
2786+
</Str>
2787+
<Disp Icon="Str" />
2788+
</Item>
27832789
<Item ItemId=";Enable_strict_null_checks_6113" ItemType="0" PsrId="306" Leaf="true">
27842790
<Str Cat="Text">
27852791
<Val><![CDATA[Enable strict null checks.]]></Val>
@@ -3135,7 +3141,7 @@
31353141
<Str Cat="Text">
31363142
<Val><![CDATA[Expression resolves to '_super' that compiler uses to capture base class reference.]]></Val>
31373143
<Tgt Cat="Text" Stat="Loc" Orig="New">
3138-
<Val><![CDATA[Wynikiem rozpoznania wyrażenia jest element „_super” używany przez kompilator do przechwycenia odwołania do klasy podstawowej.]]></Val>
3144+
<Val><![CDATA[Wynikiem rozpoznania wyrażenia jest element „_super” używany przez kompilator do przechwycenia odwołania do klasy bazowej.]]></Val>
31393145
</Tgt>
31403146
</Str>
31413147
<Disp Icon="Str" />
@@ -4896,7 +4902,7 @@
48964902
<Str Cat="Text">
48974903
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>
48984904
<Tgt Cat="Text" Stat="Loc" Orig="New">
4899-
<Val><![CDATA[Tylko publiczne i chronione metody klasy podstawowej są dostępne przy użyciu słowa kluczowego „super”.]]></Val>
4905+
<Val><![CDATA[Tylko publiczne i chronione metody klasy bazowej są dostępne przy użyciu słowa kluczowego „super”.]]></Val>
49004906
</Tgt>
49014907
</Str>
49024908
<Disp Icon="Str" />
@@ -5417,6 +5423,12 @@
54175423
</Str>
54185424
<Disp Icon="Str" />
54195425
</Item>
5426+
<Item ItemId=";Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor_2564" ItemType="0" PsrId="306" Leaf="true">
5427+
<Str Cat="Text">
5428+
<Val><![CDATA[Property '{0}' has no initializer and is not definitely assigned in the constructor.]]></Val>
5429+
</Str>
5430+
<Disp Icon="Str" />
5431+
</Item>
54205432
<Item ItemId=";Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation_7033" ItemType="0" PsrId="306" Leaf="true">
54215433
<Str Cat="Text">
54225434
<Val><![CDATA[Property '{0}' implicitly has type 'any', because its get accessor lacks a return type annotation.]]></Val>
@@ -5537,6 +5549,12 @@
55375549
</Str>
55385550
<Disp Icon="Str" />
55395551
</Item>
5552+
<Item ItemId=";Property_0_is_used_before_being_assigned_2565" ItemType="0" PsrId="306" Leaf="true">
5553+
<Str Cat="Text">
5554+
<Val><![CDATA[Property '{0}' is used before being assigned.]]></Val>
5555+
</Str>
5556+
<Disp Icon="Str" />
5557+
</Item>
55405558
<Item ItemId=";Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606" ItemType="0" PsrId="306" Leaf="true">
55415559
<Str Cat="Text">
55425560
<Val><![CDATA[Property '{0}' of JSX spread attribute is not assignable to target property.]]></Val>

0 commit comments

Comments
 (0)