Skip to content

Commit 252620b

Browse files
authored
LEGO: Merge pull request 45989
LEGO: Merge pull request 45989
1 parent 3a8591b commit 252620b

File tree

7 files changed

+315
-126
lines changed

7 files changed

+315
-126
lines changed

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

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,6 +2250,15 @@
22502250
</Str>
22512251
<Disp Icon="Str" />
22522252
</Item>
2253+
<Item ItemId=";Argument_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
2254+
<Str Cat="Text">
2255+
<Val><![CDATA[Argument of dynamic import cannot be spread element.]]></Val>
2256+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2257+
<Val><![CDATA[Argument dynamického importu nemůže být element rozestření.]]></Val>
2258+
</Tgt>
2259+
</Str>
2260+
<Disp Icon="Str" />
2261+
</Item>
22532262
<Item ItemId=";Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345" ItemType="0" PsrId="306" Leaf="true">
22542263
<Str Cat="Text">
22552264
<Val><![CDATA[Argument of type '{0}' is not assignable to parameter of type '{1}'.]]></Val>
@@ -5187,15 +5196,6 @@
51875196
</Str>
51885197
<Disp Icon="Str" />
51895198
</Item>
5190-
<Item ItemId=";Dynamic_import_must_have_one_specifier_as_an_argument_1324" ItemType="0" PsrId="306" Leaf="true">
5191-
<Str Cat="Text">
5192-
<Val><![CDATA[Dynamic import must have one specifier as an argument.]]></Val>
5193-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5194-
<Val><![CDATA[Dynamický import musí mít jako argument jeden specifikátor.]]></Val>
5195-
</Tgt>
5196-
</Str>
5197-
<Disp Icon="Str" />
5198-
</Item>
51995199
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
52005200
<Str Cat="Text">
52015201
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5214,6 +5214,24 @@
52145214
</Str>
52155215
<Disp Icon="Str" />
52165216
</Item>
5217+
<Item ItemId=";Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450" ItemType="0" PsrId="306" Leaf="true">
5218+
<Str Cat="Text">
5219+
<Val><![CDATA[Dynamic imports can only accept a module specifier and an optional assertion as arguments]]></Val>
5220+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5221+
<Val><![CDATA[Dynamické importy můžou jako argumenty přijímat jenom specifikátor modulu a volitelný kontrolní výraz.]]></Val>
5222+
</Tgt>
5223+
</Str>
5224+
<Disp Icon="Str" />
5225+
</Item>
5226+
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true">
5227+
<Str Cat="Text">
5228+
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val>
5229+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5230+
<Val><![CDATA[Dynamické importy podporují pouze druhý argument, pokud je možnost --module nastavena na hodnotu esnext.]]></Val>
5231+
</Tgt>
5232+
</Str>
5233+
<Disp Icon="Str" />
5234+
</Item>
52175235
<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">
52185236
<Str Cat="Text">
52195237
<Val><![CDATA[Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other.]]></Val>
@@ -7023,6 +7041,24 @@
70237041
</Str>
70247042
<Disp Icon="Str" />
70257043
</Item>
7044+
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true">
7045+
<Str Cat="Text">
7046+
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val>
7047+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7048+
<Val><![CDATA[Kontrolní výrazy importu jsou podporovány pouze v případě, že je možnost --module nastavena na hodnotu esnext.]]></Val>
7049+
</Tgt>
7050+
</Str>
7051+
<Disp Icon="Str" />
7052+
</Item>
7053+
<Item ItemId=";Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822" ItemType="0" PsrId="306" Leaf="true">
7054+
<Str Cat="Text">
7055+
<Val><![CDATA[Import assertions cannot be used with type-only imports or exports.]]></Val>
7056+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7057+
<Val><![CDATA[Kontrolní výrazy importu se nedají použít s importy nebo exporty, které jsou jenom typ.]]></Val>
7058+
</Tgt>
7059+
</Str>
7060+
<Disp Icon="Str" />
7061+
</Item>
70267062
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
70277063
<Str Cat="Text">
70287064
<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>
@@ -11514,15 +11550,6 @@
1151411550
</Str>
1151511551
<Disp Icon="Str" />
1151611552
</Item>
11517-
<Item ItemId=";Specifier_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
11518-
<Str Cat="Text">
11519-
<Val><![CDATA[Specifier of dynamic import cannot be spread element.]]></Val>
11520-
<Tgt Cat="Text" Stat="Loc" Orig="New">
11521-
<Val><![CDATA[Specifikátor dynamického importu nemůže být elementem Spread.]]></Val>
11522-
</Tgt>
11523-
</Str>
11524-
<Disp Icon="Str" />
11525-
</Item>
1152611553
<Item ItemId=";Specify_ECMAScript_target_version_6015" ItemType="0" PsrId="306" Leaf="true">
1152711554
<Str Cat="Text">
1152811555
<Val><![CDATA[Specify ECMAScript target version.]]></Val>

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

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,15 @@
22382238
</Str>
22392239
<Disp Icon="Str" />
22402240
</Item>
2241+
<Item ItemId=";Argument_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
2242+
<Str Cat="Text">
2243+
<Val><![CDATA[Argument of dynamic import cannot be spread element.]]></Val>
2244+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2245+
<Val><![CDATA[Das Argument des dynamischen Imports kann kein Überfüllungselement sein.]]></Val>
2246+
</Tgt>
2247+
</Str>
2248+
<Disp Icon="Str" />
2249+
</Item>
22412250
<Item ItemId=";Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345" ItemType="0" PsrId="306" Leaf="true">
22422251
<Str Cat="Text">
22432252
<Val><![CDATA[Argument of type '{0}' is not assignable to parameter of type '{1}'.]]></Val>
@@ -5175,15 +5184,6 @@
51755184
</Str>
51765185
<Disp Icon="Str" />
51775186
</Item>
5178-
<Item ItemId=";Dynamic_import_must_have_one_specifier_as_an_argument_1324" ItemType="0" PsrId="306" Leaf="true">
5179-
<Str Cat="Text">
5180-
<Val><![CDATA[Dynamic import must have one specifier as an argument.]]></Val>
5181-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5182-
<Val><![CDATA[Der dynamische Import benötigt einen Spezifizierer als Argument.]]></Val>
5183-
</Tgt>
5184-
</Str>
5185-
<Disp Icon="Str" />
5186-
</Item>
51875187
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
51885188
<Str Cat="Text">
51895189
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5202,6 +5202,24 @@
52025202
</Str>
52035203
<Disp Icon="Str" />
52045204
</Item>
5205+
<Item ItemId=";Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450" ItemType="0" PsrId="306" Leaf="true">
5206+
<Str Cat="Text">
5207+
<Val><![CDATA[Dynamic imports can only accept a module specifier and an optional assertion as arguments]]></Val>
5208+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5209+
<Val><![CDATA[Dynamische Importe können nur einen Modulspezifizierer und eine optionale Assertion als Argumente akzeptieren.]]></Val>
5210+
</Tgt>
5211+
</Str>
5212+
<Disp Icon="Str" />
5213+
</Item>
5214+
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true">
5215+
<Str Cat="Text">
5216+
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val>
5217+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5218+
<Val><![CDATA[Dynamische Importe unterstützen nur ein zweites Argument, wenn die Option "--module" auf "esnext" festgelegt ist.]]></Val>
5219+
</Tgt>
5220+
</Str>
5221+
<Disp Icon="Str" />
5222+
</Item>
52055223
<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">
52065224
<Str Cat="Text">
52075225
<Val><![CDATA[Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other.]]></Val>
@@ -7011,6 +7029,24 @@
70117029
</Str>
70127030
<Disp Icon="Str" />
70137031
</Item>
7032+
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true">
7033+
<Str Cat="Text">
7034+
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val>
7035+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7036+
<Val><![CDATA[Importassertionen werden nur unterstützt, wenn die Option "--module" auf "esnext" festgelegt ist.]]></Val>
7037+
</Tgt>
7038+
</Str>
7039+
<Disp Icon="Str" />
7040+
</Item>
7041+
<Item ItemId=";Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822" ItemType="0" PsrId="306" Leaf="true">
7042+
<Str Cat="Text">
7043+
<Val><![CDATA[Import assertions cannot be used with type-only imports or exports.]]></Val>
7044+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7045+
<Val><![CDATA[Importassertionen können nicht mit rein typbasierten Importen oder Exporten verwendet werden.]]></Val>
7046+
</Tgt>
7047+
</Str>
7048+
<Disp Icon="Str" />
7049+
</Item>
70147050
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
70157051
<Str Cat="Text">
70167052
<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>
@@ -11499,15 +11535,6 @@
1149911535
</Str>
1150011536
<Disp Icon="Str" />
1150111537
</Item>
11502-
<Item ItemId=";Specifier_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
11503-
<Str Cat="Text">
11504-
<Val><![CDATA[Specifier of dynamic import cannot be spread element.]]></Val>
11505-
<Tgt Cat="Text" Stat="Loc" Orig="New">
11506-
<Val><![CDATA[Der Spezifizierer des dynamischen Imports darf kein Spread-Element sein.]]></Val>
11507-
</Tgt>
11508-
</Str>
11509-
<Disp Icon="Str" />
11510-
</Item>
1151111538
<Item ItemId=";Specify_ECMAScript_target_version_6015" ItemType="0" PsrId="306" Leaf="true">
1151211539
<Str Cat="Text">
1151311540
<Val><![CDATA[Specify ECMAScript target version.]]></Val>

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

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,6 +2253,15 @@
22532253
</Str>
22542254
<Disp Icon="Str" />
22552255
</Item>
2256+
<Item ItemId=";Argument_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
2257+
<Str Cat="Text">
2258+
<Val><![CDATA[Argument of dynamic import cannot be spread element.]]></Val>
2259+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2260+
<Val><![CDATA[L’argument de l’importation dynamique ne peut pas être un élément de propagation.]]></Val>
2261+
</Tgt>
2262+
</Str>
2263+
<Disp Icon="Str" />
2264+
</Item>
22562265
<Item ItemId=";Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345" ItemType="0" PsrId="306" Leaf="true">
22572266
<Str Cat="Text">
22582267
<Val><![CDATA[Argument of type '{0}' is not assignable to parameter of type '{1}'.]]></Val>
@@ -5190,15 +5199,6 @@
51905199
</Str>
51915200
<Disp Icon="Str" />
51925201
</Item>
5193-
<Item ItemId=";Dynamic_import_must_have_one_specifier_as_an_argument_1324" ItemType="0" PsrId="306" Leaf="true">
5194-
<Str Cat="Text">
5195-
<Val><![CDATA[Dynamic import must have one specifier as an argument.]]></Val>
5196-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5197-
<Val><![CDATA[L'importation dynamique doit avoir un seul spécificateur comme argument.]]></Val>
5198-
</Tgt>
5199-
</Str>
5200-
<Disp Icon="Str" />
5201-
</Item>
52025202
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
52035203
<Str Cat="Text">
52045204
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5217,6 +5217,24 @@
52175217
</Str>
52185218
<Disp Icon="Str" />
52195219
</Item>
5220+
<Item ItemId=";Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450" ItemType="0" PsrId="306" Leaf="true">
5221+
<Str Cat="Text">
5222+
<Val><![CDATA[Dynamic imports can only accept a module specifier and an optional assertion as arguments]]></Val>
5223+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5224+
<Val><![CDATA[Les importations dynamiques peuvent accepter uniquement un spécificateur de module et une assertion facultative en tant qu’arguments.]]></Val>
5225+
</Tgt>
5226+
</Str>
5227+
<Disp Icon="Str" />
5228+
</Item>
5229+
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true">
5230+
<Str Cat="Text">
5231+
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val>
5232+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5233+
<Val><![CDATA[Les importations dynamiques prennent uniquement en charge un deuxième argument lorsque l’option « --module » a la valeur « esnext ».]]></Val>
5234+
</Tgt>
5235+
</Str>
5236+
<Disp Icon="Str" />
5237+
</Item>
52205238
<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">
52215239
<Str Cat="Text">
52225240
<Val><![CDATA[Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other.]]></Val>
@@ -7026,6 +7044,24 @@
70267044
</Str>
70277045
<Disp Icon="Str" />
70287046
</Item>
7047+
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true">
7048+
<Str Cat="Text">
7049+
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val>
7050+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7051+
<Val><![CDATA[Les assertions d’importation sont prises en charge uniquement lorsque l’option « --module » a la valeur « esnext ».]]></Val>
7052+
</Tgt>
7053+
</Str>
7054+
<Disp Icon="Str" />
7055+
</Item>
7056+
<Item ItemId=";Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822" ItemType="0" PsrId="306" Leaf="true">
7057+
<Str Cat="Text">
7058+
<Val><![CDATA[Import assertions cannot be used with type-only imports or exports.]]></Val>
7059+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7060+
<Val><![CDATA[Les assertions d’importation ne peuvent pas être utilisées avec les importations ou exportations de type uniquement.]]></Val>
7061+
</Tgt>
7062+
</Str>
7063+
<Disp Icon="Str" />
7064+
</Item>
70297065
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
70307066
<Str Cat="Text">
70317067
<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>
@@ -11517,15 +11553,6 @@
1151711553
</Str>
1151811554
<Disp Icon="Str" />
1151911555
</Item>
11520-
<Item ItemId=";Specifier_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
11521-
<Str Cat="Text">
11522-
<Val><![CDATA[Specifier of dynamic import cannot be spread element.]]></Val>
11523-
<Tgt Cat="Text" Stat="Loc" Orig="New">
11524-
<Val><![CDATA[Le spécificateur de l'importation dynamique ne peut pas être un élément spread.]]></Val>
11525-
</Tgt>
11526-
</Str>
11527-
<Disp Icon="Str" />
11528-
</Item>
1152911556
<Item ItemId=";Specify_ECMAScript_target_version_6015" ItemType="0" PsrId="306" Leaf="true">
1153011557
<Str Cat="Text">
1153111558
<Val><![CDATA[Specify ECMAScript target version.]]></Val>

0 commit comments

Comments
 (0)