Skip to content

Commit 4c854e6

Browse files
authored
LEGO: Merge pull request 46126
LEGO: Merge pull request 46126
1 parent 4cd3bb8 commit 4c854e6

File tree

5 files changed

+211
-13
lines changed

5 files changed

+211
-13
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13026,6 +13026,24 @@
1302613026
</Str>
1302713027
<Disp Icon="Str" />
1302813028
</Item>
13029+
<Item ItemId=";The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement_2207" ItemType="0" PsrId="306" Leaf="true">
13030+
<Str Cat="Text">
13031+
<Val><![CDATA[The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.]]></Val>
13032+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13033+
<Val><![CDATA[Der "Type"-Modifizierer kann nicht für einen benannten Export verwendet werden, wenn "Export-Typ" auf seiner Export-Anweisung verwendet wird.]]></Val>
13034+
</Tgt>
13035+
</Str>
13036+
<Disp Icon="Str" />
13037+
</Item>
13038+
<Item ItemId=";The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement_2206" ItemType="0" PsrId="306" Leaf="true">
13039+
<Str Cat="Text">
13040+
<Val><![CDATA[The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.]]></Val>
13041+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13042+
<Val><![CDATA[Der "Type"-Modifizierer kann nicht für einen benannten Import verwendet werden, wenn der "Import-Typ" auf seiner Import-Anweisung verwendet wird.]]></Val>
13043+
</Tgt>
13044+
</Str>
13045+
<Disp Icon="Str" />
13046+
</Item>
1302913047
<Item ItemId=";The_type_of_a_function_declaration_must_match_the_function_s_signature_8030" ItemType="0" PsrId="306" Leaf="true">
1303013048
<Str Cat="Text">
1303113049
<Val><![CDATA[The type of a function declaration must match the function's signature.]]></Val>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13047,12 +13047,18 @@
1304713047
<Item ItemId=";The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement_2207" ItemType="0" PsrId="306" Leaf="true">
1304813048
<Str Cat="Text">
1304913049
<Val><![CDATA[The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.]]></Val>
13050+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13051+
<Val><![CDATA[El modificador 'tipo' no se puede usar en una exportación con nombre cuando se usa 'exportar tipo' en su instrucción exportar.]]></Val>
13052+
</Tgt>
1305013053
</Str>
1305113054
<Disp Icon="Str" />
1305213055
</Item>
1305313056
<Item ItemId=";The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement_2206" ItemType="0" PsrId="306" Leaf="true">
1305413057
<Str Cat="Text">
1305513058
<Val><![CDATA[The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.]]></Val>
13059+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13060+
<Val><![CDATA[El modificador 'tipo' no se puede usar en una importación con nombre cuando se usa 'exportar tipo' en su instrucción importar.]]></Val>
13061+
</Tgt>
1305613062
</Str>
1305713063
<Disp Icon="Str" />
1305813064
</Item>

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

Lines changed: 125 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4722,6 +4722,15 @@
47224722
</Str>
47234723
<Disp Icon="Str" />
47244724
</Item>
4725+
<Item ItemId=";Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270" ItemType="0" PsrId="306" Leaf="true">
4726+
<Str Cat="Text">
4727+
<Val><![CDATA[Directory '{0}' has no containing package.json scope. Imports will not resolve.]]></Val>
4728+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4729+
<Val><![CDATA[Le répertoire « {0} » ne comporte pas d'étendue package.json comme contenant. Les importations ne seront pas résolues.]]></Val>
4730+
</Tgt>
4731+
</Str>
4732+
<Disp Icon="Str" />
4733+
</Item>
47254734
<Item ItemId=";Disable_adding_use_strict_directives_in_emitted_JavaScript_files_6669" ItemType="0" PsrId="306" Leaf="true">
47264735
<Str Cat="Text">
47274736
<Val><![CDATA[Disable adding 'use strict' directives in emitted JavaScript files.]]></Val>
@@ -5210,10 +5219,13 @@
52105219
</Item>
52115220
<Item ItemId=";Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_esnext_commonjs_amd_system__1323" ItemType="0" PsrId="306" Leaf="true">
52125221
<Str Cat="Text">
5213-
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.]]></Val>
5222+
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node12', or 'nodenext'.]]></Val>
52145223
<Tgt Cat="Text" Stat="Loc" Orig="New">
5215-
<Val><![CDATA[Les importations dynamiques sont prises en charge uniquement quand l'indicateur '--module' a la valeur 'es2020', 'esnext', 'commonjs', 'amd', 'system' ou 'umd'.]]></Val>
5224+
<Val><![CDATA[Les importations dynamiques ne sont prises en charge que lorsque l’indicateur « --module » est défini sur « es2020 », « esnext », « commonjs », « amd », « system », « umd », « node12 » ou « nodenext ».]]></Val>
52165225
</Tgt>
5226+
<Prev Cat="Text">
5227+
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.]]></Val>
5228+
</Prev>
52175229
</Str>
52185230
<Disp Icon="Str" />
52195231
</Item>
@@ -5928,6 +5940,15 @@
59285940
</Str>
59295941
<Disp Icon="Str" />
59305942
</Item>
5943+
<Item ItemId=";Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6276" ItemType="0" PsrId="306" Leaf="true">
5944+
<Str Cat="Text">
5945+
<Val><![CDATA[Export specifier '{0}' does not exist in package.json scope at path '{1}'.]]></Val>
5946+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5947+
<Val><![CDATA[Le spécificateur d’exportation « {0} » n’existe pas dans l’étendue package.json sur le chemin d’accès « {1} ».]]></Val>
5948+
</Tgt>
5949+
</Str>
5950+
<Disp Icon="Str" />
5951+
</Item>
59315952
<Item ItemId=";Exported_type_alias_0_has_or_is_using_private_name_1_4081" ItemType="0" PsrId="306" Leaf="true">
59325953
<Str Cat="Text">
59335954
<Val><![CDATA[Exported type alias '{0}' has or is using private name '{1}'.]]></Val>
@@ -7149,6 +7170,15 @@
71497170
</Str>
71507171
<Disp Icon="Str" />
71517172
</Item>
7173+
<Item ItemId=";Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271" ItemType="0" PsrId="306" Leaf="true">
7174+
<Str Cat="Text">
7175+
<Val><![CDATA[Import specifier '{0}' does not exist in package.json scope at path '{1}'.]]></Val>
7176+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7177+
<Val><![CDATA[Le spécificateur d’importation « {0} » n’existe pas dans l’étendue package.json sur le chemin d’accès « {1} ».]]></Val>
7178+
</Tgt>
7179+
</Str>
7180+
<Disp Icon="Str" />
7181+
</Item>
71527182
<Item ItemId=";Imported_via_0_from_file_1_1393" ItemType="0" PsrId="306" Leaf="true">
71537183
<Str Cat="Text">
71547184
<Val><![CDATA[Imported via {0} from file '{1}']]></Val>
@@ -7533,6 +7563,15 @@
75337563
</Str>
75347564
<Disp Icon="Str" />
75357565
</Item>
7566+
<Item ItemId=";Invalid_import_specifier_0_has_no_possible_resolutions_6272" ItemType="0" PsrId="306" Leaf="true">
7567+
<Str Cat="Text">
7568+
<Val><![CDATA[Invalid import specifier '{0}' has no possible resolutions.]]></Val>
7569+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7570+
<Val><![CDATA[Le spécificateur d’importation non valide « {0} » n’a aucune résolution possible.]]></Val>
7571+
</Tgt>
7572+
</Str>
7573+
<Disp Icon="Str" />
7574+
</Item>
75367575
<Item ItemId=";Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augm_2665" ItemType="0" PsrId="306" Leaf="true">
75377576
<Str Cat="Text">
75387577
<Val><![CDATA[Invalid module name in augmentation. Module '{0}' resolves to an untyped module at '{1}', which cannot be augmented.]]></Val>
@@ -8184,6 +8223,15 @@
81848223
</Str>
81858224
<Disp Icon="Str" />
81868225
</Item>
8226+
<Item ItemId=";Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_c_1471" ItemType="0" PsrId="306" Leaf="true">
8227+
<Str Cat="Text">
8228+
<Val><![CDATA[Module '{0}' cannot be imported using this construct. The specifier only resolves to an ES module, which cannot be imported synchronously. Use dynamic import instead.]]></Val>
8229+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8230+
<Val><![CDATA[Vous ne pouvez pas importer le module « {0} » à l’aide de cette construction. Le spécificateur se résout uniquement en module ES, que vous ne pouvez pas importer de manière synchrone. Utilisez l’importation dynamique à la place.]]></Val>
8231+
</Tgt>
8232+
</Str>
8233+
<Disp Icon="Str" />
8234+
</Item>
81878235
<Item ItemId=";Module_0_declares_1_locally_but_it_is_exported_as_2_2460" ItemType="0" PsrId="306" Leaf="true">
81888236
<Str Cat="Text">
81898237
<Val><![CDATA[Module '{0}' declares '{1}' locally, but it is exported as '{2}'.]]></Val>
@@ -12489,11 +12537,20 @@
1248912537
</Str>
1249012538
<Disp Icon="Str" />
1249112539
</Item>
12492-
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_esnext_or_system_1343" ItemType="0" PsrId="306" Leaf="true">
12540+
<Item ItemId=";The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output_1470" ItemType="0" PsrId="306" Leaf="true">
12541+
<Str Cat="Text">
12542+
<Val><![CDATA[The 'import.meta' meta-property is not allowed in files which will build into CommonJS output.]]></Val>
12543+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12544+
<Val><![CDATA[La métapropriété « import.meta » n’est pas autorisée dans les fichiers qui seront intégrés dans la sortie CommonJS.]]></Val>
12545+
</Tgt>
12546+
</Str>
12547+
<Disp Icon="Str" />
12548+
</Item>
12549+
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_esnext_system_node12__1343" ItemType="0" PsrId="306" Leaf="true">
1249312550
<Str Cat="Text">
12494-
<Val><![CDATA[The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', or 'system'.]]></Val>
12551+
<Val><![CDATA[The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', 'system', 'node12', or 'nodenext'.]]></Val>
1249512552
<Tgt Cat="Text" Stat="Loc" Orig="New">
12496-
<Val><![CDATA[La métapropriété 'import.meta' est autorisée uniquement quand l'option '--module' a la valeur 'es2020', 'esnext' ou 'system'.]]></Val>
12553+
<Val><![CDATA[La métapropriété « import.meta » n'est autorisée que lorsque l'option « --module » est « es2020 », « esnext », « system », « node12 » ou « nodenext ».]]></Val>
1249712554
</Tgt>
1249812555
</Str>
1249912556
<Disp Icon="Str" />
@@ -12987,6 +13044,18 @@
1298713044
</Str>
1298813045
<Disp Icon="Str" />
1298913046
</Item>
13047+
<Item ItemId=";The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement_2207" ItemType="0" PsrId="306" Leaf="true">
13048+
<Str Cat="Text">
13049+
<Val><![CDATA[The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.]]></Val>
13050+
</Str>
13051+
<Disp Icon="Str" />
13052+
</Item>
13053+
<Item ItemId=";The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement_2206" ItemType="0" PsrId="306" Leaf="true">
13054+
<Str Cat="Text">
13055+
<Val><![CDATA[The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.]]></Val>
13056+
</Str>
13057+
<Disp Icon="Str" />
13058+
</Item>
1299013059
<Item ItemId=";The_type_of_a_function_declaration_must_match_the_function_s_signature_8030" ItemType="0" PsrId="306" Leaf="true">
1299113060
<Str Cat="Text">
1299213061
<Val><![CDATA[The type of a function declaration must match the function's signature.]]></Val>
@@ -13329,6 +13398,24 @@
1332913398
</Str>
1333013399
<Disp Icon="Str" />
1333113400
</Item>
13401+
<Item ItemId=";This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_cons_7060" ItemType="0" PsrId="306" Leaf="true">
13402+
<Str Cat="Text">
13403+
<Val><![CDATA[This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.]]></Val>
13404+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13405+
<Val><![CDATA[Cette syntaxe est réservée dans les fichiers avec l’extension .mts ou .cts. Veuillez ajouter une virgule de fin ou une contrainte explicite.]]></Val>
13406+
</Tgt>
13407+
</Str>
13408+
<Disp Icon="Str" />
13409+
</Item>
13410+
<Item ItemId=";This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead_7059" ItemType="0" PsrId="306" Leaf="true">
13411+
<Str Cat="Text">
13412+
<Val><![CDATA[This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.]]></Val>
13413+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13414+
<Val><![CDATA[Cette syntaxe est réservée dans les fichiers avec l’extension .mts ou .cts. Utilisez une expression « as »à la place.]]></Val>
13415+
</Tgt>
13416+
</Str>
13417+
<Disp Icon="Str" />
13418+
</Item>
1333213419
<Item ItemId=";This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354" ItemType="0" PsrId="306" Leaf="true">
1333313420
<Str Cat="Text">
1333413421
<Val><![CDATA[This syntax requires an imported helper but module '{0}' cannot be found.]]></Val>
@@ -13356,11 +13443,11 @@
1335613443
</Str>
1335713444
<Disp Icon="Str" />
1335813445
</Item>
13359-
<Item ItemId=";Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_esnext_or_system_and_t_1378" ItemType="0" PsrId="306" Leaf="true">
13446+
<Item ItemId=";Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_esnext_system_or_noden_1378" ItemType="0" PsrId="306" Leaf="true">
1336013447
<Str Cat="Text">
13361-
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'esnext' or 'system', and the 'target' option is set to 'es2017' or higher.]]></Val>
13448+
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
1336213449
<Tgt Cat="Text" Stat="Loc" Orig="New">
13363-
<Val><![CDATA[Les expressions 'await' de niveau supérieur sont autorisées uniquement quand l'option 'module' a la valeur 'esnext' ou 'system', et que l'option 'target' a la valeur 'es2017' ou celle d'une version supérieure.]]></Val>
13450+
<Val><![CDATA[Les expressions « await » de niveau supérieur ne sont autorisées que lorsque l’option « module » est définie sur « esnext », « system » ou « nodenext » et que loption « target » est définie sur « es2017 » ou plus.]]></Val>
1336413451
</Tgt>
1336513452
</Str>
1336613453
<Disp Icon="Str" />
@@ -13374,11 +13461,11 @@
1337413461
</Str>
1337513462
<Disp Icon="Str" />
1337613463
</Item>
13377-
<Item ItemId=";Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_esnext_or_system_and_the_1432" ItemType="0" PsrId="306" Leaf="true">
13464+
<Item ItemId=";Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_esnext_system_or_nodenex_1432" ItemType="0" PsrId="306" Leaf="true">
1337813465
<Str Cat="Text">
13379-
<Val><![CDATA[Top-level 'for await' loops are only allowed when the 'module' option is set to 'esnext' or 'system', and the 'target' option is set to 'es2017' or higher.]]></Val>
13466+
<Val><![CDATA[Top-level 'for await' loops are only allowed when the 'module' option is set to 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
1338013467
<Tgt Cat="Text" Stat="Loc" Orig="New">
13381-
<Val><![CDATA[Les boucles 'for await' de niveau supérieur sont autorisées uniquement quand l'option 'module' a la valeur 'esnext' ou 'system', et que l'option 'target' a la valeur 'es2017' ou une valeur correspondant à une version supérieure.]]></Val>
13468+
<Val><![CDATA[Les boucles « for await » de niveau supérieur ne sont autorisées que lorsque l'option « module » est définie sur « esnext », « system » ou « nodenext » et que loption « target » est définie sur « es2017 » ou plus.]]></Val>
1338213469
</Tgt>
1338313470
</Str>
1338413471
<Disp Icon="Str" />
@@ -15987,6 +16074,33 @@
1598716074
</Str>
1598816075
<Disp Icon="Str" />
1598916076
</Item>
16077+
<Item ItemId=";package_json_scope_0_explicitly_maps_specifier_1_to_null_6274" ItemType="0" PsrId="306" Leaf="true">
16078+
<Str Cat="Text">
16079+
<Val><![CDATA[package.json scope '{0}' explicitly maps specifier '{1}' to null.]]></Val>
16080+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16081+
<Val><![CDATA[L’étendue package.json « {0} » mappe explicitement le spécificateur « {1} » sur la valeur null.]]></Val>
16082+
</Tgt>
16083+
</Str>
16084+
<Disp Icon="Str" />
16085+
</Item>
16086+
<Item ItemId=";package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275" ItemType="0" PsrId="306" Leaf="true">
16087+
<Str Cat="Text">
16088+
<Val><![CDATA[package.json scope '{0}' has invalid type for target of specifier '{1}']]></Val>
16089+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16090+
<Val><![CDATA[L’étendue package.json « {0} » a un type non valide pour la cible du spécificateur « {1} »]]></Val>
16091+
</Tgt>
16092+
</Str>
16093+
<Disp Icon="Str" />
16094+
</Item>
16095+
<Item ItemId=";package_json_scope_0_has_no_imports_defined_6273" ItemType="0" PsrId="306" Leaf="true">
16096+
<Str Cat="Text">
16097+
<Val><![CDATA[package.json scope '{0}' has no imports defined.]]></Val>
16098+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16099+
<Val><![CDATA[L’étendue package.json « {0} » ne comporte aucune importation définie.]]></Val>
16100+
</Tgt>
16101+
</Str>
16102+
<Disp Icon="Str" />
16103+
</Item>
1599016104
<Item ItemId=";paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0_6091" ItemType="0" PsrId="306" Leaf="true">
1599116105
<Str Cat="Text">
1599216106
<Val><![CDATA['paths' option is specified, looking for a pattern to match module name '{0}'.]]></Val>

0 commit comments

Comments
 (0)