Skip to content

Commit 6be21fe

Browse files
authored
LEGO: Merge pull request 40475
LEGO: Merge pull request 40475
2 parents 0a1f1c8 + bb95c35 commit 6be21fe

File tree

2 files changed

+63
-21
lines changed

2 files changed

+63
-21
lines changed

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

+29-8
Original file line numberDiff line numberDiff line change
@@ -1487,10 +1487,13 @@
14871487
</Item>
14881488
<Item ItemId=";All_type_parameters_are_unused_6205" ItemType="0" PsrId="306" Leaf="true">
14891489
<Str Cat="Text">
1490-
<Val><![CDATA[All type parameters are unused]]></Val>
1490+
<Val><![CDATA[All type parameters are unused.]]></Val>
14911491
<Tgt Cat="Text" Stat="Loc" Orig="New">
14921492
<Val><![CDATA[Sämtliche Typparameter werden nicht verwendet.]]></Val>
14931493
</Tgt>
1494+
<Prev Cat="Text">
1495+
<Val><![CDATA[All type parameters are unused]]></Val>
1496+
</Prev>
14941497
</Str>
14951498
<Disp Icon="Str" />
14961499
</Item>
@@ -1775,10 +1778,13 @@
17751778
</Item>
17761779
<Item ItemId=";An_expression_of_type_void_cannot_be_tested_for_truthiness_1345" ItemType="0" PsrId="306" Leaf="true">
17771780
<Str Cat="Text">
1778-
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness]]></Val>
1781+
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness.]]></Val>
17791782
<Tgt Cat="Text" Stat="Loc" Orig="New">
17801783
<Val><![CDATA[Für einen Ausdruck vom Typ "void" kann nicht getestet werden, ob er wahr oder falsch ist.]]></Val>
17811784
</Tgt>
1785+
<Prev Cat="Text">
1786+
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness]]></Val>
1787+
</Prev>
17821788
</Str>
17831789
<Disp Icon="Str" />
17841790
</Item>
@@ -2603,10 +2609,13 @@
26032609
</Item>
26042610
<Item ItemId=";Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732" ItemType="0" PsrId="306" Leaf="true">
26052611
<Str Cat="Text">
2606-
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
2612+
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension.]]></Val>
26072613
<Tgt Cat="Text" Stat="Loc" Orig="New">
26082614
<Val><![CDATA[Das Modul "{0}" wurde nicht gefunden. Erwägen Sie die Verwendung von "--resolveJsonModule" zum Importieren eines Moduls mit der Erweiterung ".json".]]></Val>
26092615
</Tgt>
2616+
<Prev Cat="Text">
2617+
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
2618+
</Prev>
26102619
</Str>
26112620
<Disp Icon="Str" />
26122621
</Item>
@@ -4469,10 +4478,13 @@
44694478
</Item>
44704479
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
44714480
<Str Cat="Text">
4472-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
4473-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4481+
<Val><![CDATA[Dynamic import cannot have type arguments.]]></Val>
4482+
<Tgt Cat="Text" Stat="Update" Orig="New">
44744483
<Val><![CDATA[Der dynamische Import kann nicht über Typargumente verfügen.]]></Val>
44754484
</Tgt>
4485+
<Prev Cat="Text">
4486+
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
4487+
</Prev>
44764488
</Str>
44774489
<Disp Icon="Str" />
44784490
</Item>
@@ -8237,10 +8249,13 @@
82378249
</Item>
82388250
<Item ItemId=";Private_identifiers_cannot_be_used_as_parameters_18009" ItemType="0" PsrId="306" Leaf="true">
82398251
<Str Cat="Text">
8240-
<Val><![CDATA[Private identifiers cannot be used as parameters]]></Val>
8252+
<Val><![CDATA[Private identifiers cannot be used as parameters.]]></Val>
82418253
<Tgt Cat="Text" Stat="Loc" Orig="New">
82428254
<Val><![CDATA[Private Bezeichner können nicht als Parameter verwendet werden.]]></Val>
82438255
</Tgt>
8256+
<Prev Cat="Text">
8257+
<Val><![CDATA[Private identifiers cannot be used as parameters]]></Val>
8258+
</Prev>
82448259
</Str>
82458260
<Disp Icon="Str" />
82468261
</Item>
@@ -8474,10 +8489,13 @@
84748489
</Item>
84758490
<Item ItemId=";Property_0_is_a_static_member_of_type_1_2576" ItemType="0" PsrId="306" Leaf="true">
84768491
<Str Cat="Text">
8477-
<Val><![CDATA[Property '{0}' is a static member of type '{1}']]></Val>
8492+
<Val><![CDATA[Property '{0}' is a static member of type '{1}'.]]></Val>
84788493
<Tgt Cat="Text" Stat="Loc" Orig="New">
84798494
<Val><![CDATA[Die Eigenschaft "{0}" ist ein statischer Member vom Typ "{1}".]]></Val>
84808495
</Tgt>
8496+
<Prev Cat="Text">
8497+
<Val><![CDATA[Property '{0}' is a static member of type '{1}']]></Val>
8498+
</Prev>
84818499
</Str>
84828500
<Disp Icon="Str" />
84838501
</Item>
@@ -12821,10 +12839,13 @@
1282112839
</Item>
1282212840
<Item ItemId=";_0_modifier_cannot_be_used_with_a_private_identifier_18019" ItemType="0" PsrId="306" Leaf="true">
1282312841
<Str Cat="Text">
12824-
<Val><![CDATA['{0}' modifier cannot be used with a private identifier]]></Val>
12842+
<Val><![CDATA['{0}' modifier cannot be used with a private identifier.]]></Val>
1282512843
<Tgt Cat="Text" Stat="Loc" Orig="New">
1282612844
<Val><![CDATA[Der Modifizierer "{0}" kann nicht mit einem privaten Bezeichner verwendet werden.]]></Val>
1282712845
</Tgt>
12846+
<Prev Cat="Text">
12847+
<Val><![CDATA['{0}' modifier cannot be used with a private identifier]]></Val>
12848+
</Prev>
1282812849
</Str>
1282912850
<Disp Icon="Str" />
1283012851
</Item>

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

+34-13
Original file line numberDiff line numberDiff line change
@@ -1480,10 +1480,13 @@
14801480
</Item>
14811481
<Item ItemId=";All_type_parameters_are_unused_6205" ItemType="0" PsrId="306" Leaf="true">
14821482
<Str Cat="Text">
1483-
<Val><![CDATA[All type parameters are unused]]></Val>
1484-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1483+
<Val><![CDATA[All type parameters are unused.]]></Val>
1484+
<Tgt Cat="Text" Stat="Update" Orig="New">
14851485
<Val><![CDATA[Wszystkie parametry typu są nieużywane]]></Val>
14861486
</Tgt>
1487+
<Prev Cat="Text">
1488+
<Val><![CDATA[All type parameters are unused]]></Val>
1489+
</Prev>
14871490
</Str>
14881491
<Disp Icon="Str" />
14891492
</Item>
@@ -1768,10 +1771,13 @@
17681771
</Item>
17691772
<Item ItemId=";An_expression_of_type_void_cannot_be_tested_for_truthiness_1345" ItemType="0" PsrId="306" Leaf="true">
17701773
<Str Cat="Text">
1771-
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness]]></Val>
1772-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1774+
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness.]]></Val>
1775+
<Tgt Cat="Text" Stat="Update" Orig="New">
17731776
<Val><![CDATA[Wyrażenie typu „void” nie może być testowane pod kątem prawdziwości]]></Val>
17741777
</Tgt>
1778+
<Prev Cat="Text">
1779+
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness]]></Val>
1780+
</Prev>
17751781
</Str>
17761782
<Disp Icon="Str" />
17771783
</Item>
@@ -2596,10 +2602,13 @@
25962602
</Item>
25972603
<Item ItemId=";Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732" ItemType="0" PsrId="306" Leaf="true">
25982604
<Str Cat="Text">
2599-
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
2600-
<Tgt Cat="Text" Stat="Loc" Orig="New">
2605+
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension.]]></Val>
2606+
<Tgt Cat="Text" Stat="Update" Orig="New">
26012607
<Val><![CDATA[Nie można odnaleźć modułu „{0}”. Rozważ użycie opcji „--resolveJsonModule” do importowania modułu z rozszerzeniem „.json”]]></Val>
26022608
</Tgt>
2609+
<Prev Cat="Text">
2610+
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
2611+
</Prev>
26032612
</Str>
26042613
<Disp Icon="Str" />
26052614
</Item>
@@ -4462,10 +4471,13 @@
44624471
</Item>
44634472
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
44644473
<Str Cat="Text">
4465-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
4466-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4474+
<Val><![CDATA[Dynamic import cannot have type arguments.]]></Val>
4475+
<Tgt Cat="Text" Stat="Update" Orig="New">
44674476
<Val><![CDATA[Dynamiczne importowanie nie może mieć argumentów typu]]></Val>
44684477
</Tgt>
4478+
<Prev Cat="Text">
4479+
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
4480+
</Prev>
44694481
</Str>
44704482
<Disp Icon="Str" />
44714483
</Item>
@@ -8230,10 +8242,13 @@
82308242
</Item>
82318243
<Item ItemId=";Private_identifiers_cannot_be_used_as_parameters_18009" ItemType="0" PsrId="306" Leaf="true">
82328244
<Str Cat="Text">
8233-
<Val><![CDATA[Private identifiers cannot be used as parameters]]></Val>
8234-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8245+
<Val><![CDATA[Private identifiers cannot be used as parameters.]]></Val>
8246+
<Tgt Cat="Text" Stat="Update" Orig="New">
82358247
<Val><![CDATA[Identyfikatory prywatne nie mogą być używane jako parametry]]></Val>
82368248
</Tgt>
8249+
<Prev Cat="Text">
8250+
<Val><![CDATA[Private identifiers cannot be used as parameters]]></Val>
8251+
</Prev>
82378252
</Str>
82388253
<Disp Icon="Str" />
82398254
</Item>
@@ -8467,10 +8482,13 @@
84678482
</Item>
84688483
<Item ItemId=";Property_0_is_a_static_member_of_type_1_2576" ItemType="0" PsrId="306" Leaf="true">
84698484
<Str Cat="Text">
8470-
<Val><![CDATA[Property '{0}' is a static member of type '{1}']]></Val>
8471-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8485+
<Val><![CDATA[Property '{0}' is a static member of type '{1}'.]]></Val>
8486+
<Tgt Cat="Text" Stat="Update" Orig="New">
84728487
<Val><![CDATA[Właściwość „{0}” jest statycznym elementem członkowskim typu „{1}”]]></Val>
84738488
</Tgt>
8489+
<Prev Cat="Text">
8490+
<Val><![CDATA[Property '{0}' is a static member of type '{1}']]></Val>
8491+
</Prev>
84748492
</Str>
84758493
<Disp Icon="Str" />
84768494
</Item>
@@ -12814,10 +12832,13 @@
1281412832
</Item>
1281512833
<Item ItemId=";_0_modifier_cannot_be_used_with_a_private_identifier_18019" ItemType="0" PsrId="306" Leaf="true">
1281612834
<Str Cat="Text">
12817-
<Val><![CDATA['{0}' modifier cannot be used with a private identifier]]></Val>
12835+
<Val><![CDATA['{0}' modifier cannot be used with a private identifier.]]></Val>
1281812836
<Tgt Cat="Text" Stat="Loc" Orig="New">
1281912837
<Val><![CDATA[Modyfikatora „{0}” nie można używać z identyfikatorem prywatnym.]]></Val>
1282012838
</Tgt>
12839+
<Prev Cat="Text">
12840+
<Val><![CDATA['{0}' modifier cannot be used with a private identifier]]></Val>
12841+
</Prev>
1282112842
</Str>
1282212843
<Disp Icon="Str" />
1282312844
</Item>

0 commit comments

Comments
 (0)