Skip to content

Commit 5a9e1af

Browse files
authored
LEGO: Merge pull request 46008
LEGO: Merge pull request 46008
1 parent 9f12799 commit 5a9e1af

File tree

1 file changed

+45
-18
lines changed

1 file changed

+45
-18
lines changed

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

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,6 +2231,15 @@
22312231
</Str>
22322232
<Disp Icon="Str" />
22332233
</Item>
2234+
<Item ItemId=";Argument_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
2235+
<Str Cat="Text">
2236+
<Val><![CDATA[Argument of dynamic import cannot be spread element.]]></Val>
2237+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2238+
<Val><![CDATA[Argument importu dynamicznego nie może być elementem spread.]]></Val>
2239+
</Tgt>
2240+
</Str>
2241+
<Disp Icon="Str" />
2242+
</Item>
22342243
<Item ItemId=";Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345" ItemType="0" PsrId="306" Leaf="true">
22352244
<Str Cat="Text">
22362245
<Val><![CDATA[Argument of type '{0}' is not assignable to parameter of type '{1}'.]]></Val>
@@ -5168,15 +5177,6 @@
51685177
</Str>
51695178
<Disp Icon="Str" />
51705179
</Item>
5171-
<Item ItemId=";Dynamic_import_must_have_one_specifier_as_an_argument_1324" ItemType="0" PsrId="306" Leaf="true">
5172-
<Str Cat="Text">
5173-
<Val><![CDATA[Dynamic import must have one specifier as an argument.]]></Val>
5174-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5175-
<Val><![CDATA[Dynamiczne importowanie musi mieć jeden specyfikator jako argument.]]></Val>
5176-
</Tgt>
5177-
</Str>
5178-
<Disp Icon="Str" />
5179-
</Item>
51805180
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
51815181
<Str Cat="Text">
51825182
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5195,6 +5195,24 @@
51955195
</Str>
51965196
<Disp Icon="Str" />
51975197
</Item>
5198+
<Item ItemId=";Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450" ItemType="0" PsrId="306" Leaf="true">
5199+
<Str Cat="Text">
5200+
<Val><![CDATA[Dynamic imports can only accept a module specifier and an optional assertion as arguments]]></Val>
5201+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5202+
<Val><![CDATA[Importy dynamiczne akceptują jako argumenty tylko specyfikator modułu i asercję opcjonalną]]></Val>
5203+
</Tgt>
5204+
</Str>
5205+
<Disp Icon="Str" />
5206+
</Item>
5207+
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true">
5208+
<Str Cat="Text">
5209+
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val>
5210+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5211+
<Val><![CDATA[Importy dynamiczne obsługują drugi argument tylko w przypadku, gdy opcja „--module” ma wartość „esnext”.]]></Val>
5212+
</Tgt>
5213+
</Str>
5214+
<Disp Icon="Str" />
5215+
</Item>
51985216
<Item ItemId=";Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762" ItemType="0" PsrId="306" Leaf="true">
51995217
<Str Cat="Text">
52005218
<Val><![CDATA[Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other.]]></Val>
@@ -7004,6 +7022,24 @@
70047022
</Str>
70057023
<Disp Icon="Str" />
70067024
</Item>
7025+
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true">
7026+
<Str Cat="Text">
7027+
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val>
7028+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7029+
<Val><![CDATA[Asercje importu są obsługiwane tylko w przypadku, gdy opcja „--module” ma wartość „esnext”.]]></Val>
7030+
</Tgt>
7031+
</Str>
7032+
<Disp Icon="Str" />
7033+
</Item>
7034+
<Item ItemId=";Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822" ItemType="0" PsrId="306" Leaf="true">
7035+
<Str Cat="Text">
7036+
<Val><![CDATA[Import assertions cannot be used with type-only imports or exports.]]></Val>
7037+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7038+
<Val><![CDATA[Asercji importu nie można używać z importami ani eksportami ograniczonymi do tylko danego typu.]]></Val>
7039+
</Tgt>
7040+
</Str>
7041+
<Disp Icon="Str" />
7042+
</Item>
70077043
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
70087044
<Str Cat="Text">
70097045
<Val><![CDATA[Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.]]></Val>
@@ -11492,15 +11528,6 @@
1149211528
</Str>
1149311529
<Disp Icon="Str" />
1149411530
</Item>
11495-
<Item ItemId=";Specifier_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
11496-
<Str Cat="Text">
11497-
<Val><![CDATA[Specifier of dynamic import cannot be spread element.]]></Val>
11498-
<Tgt Cat="Text" Stat="Loc" Orig="New">
11499-
<Val><![CDATA[Specyfikator dynamicznego importowania nie może być elementem spread.]]></Val>
11500-
</Tgt>
11501-
</Str>
11502-
<Disp Icon="Str" />
11503-
</Item>
1150411531
<Item ItemId=";Specify_ECMAScript_target_version_6015" ItemType="0" PsrId="306" Leaf="true">
1150511532
<Str Cat="Text">
1150611533
<Val><![CDATA[Specify ECMAScript target version.]]></Val>

0 commit comments

Comments
 (0)