Skip to content

Commit aabba1a

Browse files
authored
LEGO: Merge pull request 46106
LEGO: Merge pull request 46106
1 parent 72721d7 commit aabba1a

File tree

2 files changed

+157
-13
lines changed

2 files changed

+157
-13
lines changed

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

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4710,6 +4710,9 @@
47104710
<Item ItemId=";Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270" ItemType="0" PsrId="306" Leaf="true">
47114711
<Str Cat="Text">
47124712
<Val><![CDATA[Directory '{0}' has no containing package.json scope. Imports will not resolve.]]></Val>
4713+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4714+
<Val><![CDATA[Das Verzeichnis "{0}" enthält keinen package.json-Bereich. Importe werden nicht aufgelöst.]]></Val>
4715+
</Tgt>
47134716
</Str>
47144717
<Disp Icon="Str" />
47154718
</Item>
@@ -5202,8 +5205,8 @@
52025205
<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">
52035206
<Str Cat="Text">
52045207
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node12', or 'nodenext'.]]></Val>
5205-
<Tgt Cat="Text" Stat="Update" Orig="New">
5206-
<Val><![CDATA[Dynamische Importe werden nur unterstützt, wenn das Flag "--module" auf "es2020", "esnext", "commonjs", "amd", "system" oder "umd" festgelegt ist.]]></Val>
5208+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5209+
<Val><![CDATA[Dynamische Importe werden nur unterstützt, wenn das Kennzeichen "--module" auf "es2020", "esnext", "commonjs", "amd", "system", "umd", "node12" oder "nodenext" festgelegt ist.]]></Val>
52075210
</Tgt>
52085211
<Prev Cat="Text">
52095212
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.]]></Val>
@@ -5925,6 +5928,9 @@
59255928
<Item ItemId=";Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6276" ItemType="0" PsrId="306" Leaf="true">
59265929
<Str Cat="Text">
59275930
<Val><![CDATA[Export specifier '{0}' does not exist in package.json scope at path '{1}'.]]></Val>
5931+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5932+
<Val><![CDATA[Der Exportspezifizierer "{0}" ist im package.json-Bereich beim Pfad "{1}" nicht vorhanden.]]></Val>
5933+
</Tgt>
59285934
</Str>
59295935
<Disp Icon="Str" />
59305936
</Item>
@@ -7152,6 +7158,9 @@
71527158
<Item ItemId=";Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271" ItemType="0" PsrId="306" Leaf="true">
71537159
<Str Cat="Text">
71547160
<Val><![CDATA[Import specifier '{0}' does not exist in package.json scope at path '{1}'.]]></Val>
7161+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7162+
<Val><![CDATA[Der Importspezifizierer "{0}" ist im package.json-Bereich beim Pfad "{1}" nicht vorhanden.]]></Val>
7163+
</Tgt>
71557164
</Str>
71567165
<Disp Icon="Str" />
71577166
</Item>
@@ -7542,6 +7551,9 @@
75427551
<Item ItemId=";Invalid_import_specifier_0_has_no_possible_resolutions_6272" ItemType="0" PsrId="306" Leaf="true">
75437552
<Str Cat="Text">
75447553
<Val><![CDATA[Invalid import specifier '{0}' has no possible resolutions.]]></Val>
7554+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7555+
<Val><![CDATA[Der ungültige Importbezeichner "{0}" weist keine möglichen Auflösungen auf.]]></Val>
7556+
</Tgt>
75457557
</Str>
75467558
<Disp Icon="Str" />
75477559
</Item>
@@ -8199,6 +8211,9 @@
81998211
<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">
82008212
<Str Cat="Text">
82018213
<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>
8214+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8215+
<Val><![CDATA[Das Modul "{0}" kann nicht mithilfe dieses Konstrukts importiert werden. Der Spezifizierer wird nur in ein ES-Modul aufgelöst, das nicht synchron importiert werden kann. Verwenden Sie stattdessen den dynamischen Import.]]></Val>
8216+
</Tgt>
82028217
</Str>
82038218
<Disp Icon="Str" />
82048219
</Item>
@@ -12507,12 +12522,18 @@
1250712522
<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">
1250812523
<Str Cat="Text">
1250912524
<Val><![CDATA[The 'import.meta' meta-property is not allowed in files which will build into CommonJS output.]]></Val>
12525+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12526+
<Val><![CDATA[Die Meta-Eigenschaft „import.meta“ ist in Dateien, die in der CommonJS-Ausgabe erstellt werden, nicht zulässig.]]></Val>
12527+
</Tgt>
1251012528
</Str>
1251112529
<Disp Icon="Str" />
1251212530
</Item>
1251312531
<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">
1251412532
<Str Cat="Text">
1251512533
<Val><![CDATA[The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', 'system', 'node12', or 'nodenext'.]]></Val>
12534+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12535+
<Val><![CDATA[Die Metaeigenschaft „import.meta“ ist nur zulässig, wenn die Option „--module“ den Wert „es2020“, „esnext“, „system“, „node12“, oder „nodenext“ aufweist.]]></Val>
12536+
</Tgt>
1251612537
</Str>
1251712538
<Disp Icon="Str" />
1251812539
</Item>
@@ -13350,12 +13371,18 @@
1335013371
<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">
1335113372
<Str Cat="Text">
1335213373
<Val><![CDATA[This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.]]></Val>
13374+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13375+
<Val><![CDATA[Diese Syntax ist in Dateien mit der Erweiterung .mts oder .cts reserviert. Fügen Sie ein nachfolgendes Komma oder eine explizite Einschränkung hinzu.]]></Val>
13376+
</Tgt>
1335313377
</Str>
1335413378
<Disp Icon="Str" />
1335513379
</Item>
1335613380
<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">
1335713381
<Str Cat="Text">
1335813382
<Val><![CDATA[This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.]]></Val>
13383+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13384+
<Val><![CDATA[Diese Syntax ist in Dateien mit der Erweiterung ".mts" oder ".cts" reserviert. Verwenden Sie stattdessen einen „as“-Ausdruck.]]></Val>
13385+
</Tgt>
1335913386
</Str>
1336013387
<Disp Icon="Str" />
1336113388
</Item>
@@ -13389,6 +13416,9 @@
1338913416
<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">
1339013417
<Str Cat="Text">
1339113418
<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>
13419+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13420+
<Val><![CDATA[„Await“-Schleifen der obersten Ebene sind nur zulässig, wenn die Option "module" auf "esnext", "system" oder "nodenext", und die Option "target" auf "es2017" oder höher festgelegt ist.]]></Val>
13421+
</Tgt>
1339213422
</Str>
1339313423
<Disp Icon="Str" />
1339413424
</Item>
@@ -13404,6 +13434,9 @@
1340413434
<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">
1340513435
<Str Cat="Text">
1340613436
<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>
13437+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13438+
<Val><![CDATA[„For Await“-Schleifen der obersten Ebene sind nur zulässig, wenn die Option "module" auf "esnext", "system" oder "nodenext" und die Option "target" auf "es2017" oder höher festgelegt ist.]]></Val>
13439+
</Tgt>
1340713440
</Str>
1340813441
<Disp Icon="Str" />
1340913442
</Item>
@@ -16014,18 +16047,27 @@
1601416047
<Item ItemId=";package_json_scope_0_explicitly_maps_specifier_1_to_null_6274" ItemType="0" PsrId="306" Leaf="true">
1601516048
<Str Cat="Text">
1601616049
<Val><![CDATA[package.json scope '{0}' explicitly maps specifier '{1}' to null.]]></Val>
16050+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16051+
<Val><![CDATA[Der package.json-Bereich "{0}" ordnet den Bezeichner "{1}" explizit NULL zu.]]></Val>
16052+
</Tgt>
1601716053
</Str>
1601816054
<Disp Icon="Str" />
1601916055
</Item>
1602016056
<Item ItemId=";package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275" ItemType="0" PsrId="306" Leaf="true">
1602116057
<Str Cat="Text">
1602216058
<Val><![CDATA[package.json scope '{0}' has invalid type for target of specifier '{1}']]></Val>
16059+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16060+
<Val><![CDATA[Der package.json-Bereich "{0}" weist einen ungültigen Typ für das Ziel des Spezifizierers "{1}" auf.]]></Val>
16061+
</Tgt>
1602316062
</Str>
1602416063
<Disp Icon="Str" />
1602516064
</Item>
1602616065
<Item ItemId=";package_json_scope_0_has_no_imports_defined_6273" ItemType="0" PsrId="306" Leaf="true">
1602716066
<Str Cat="Text">
1602816067
<Val><![CDATA[package.json scope '{0}' has no imports defined.]]></Val>
16068+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16069+
<Val><![CDATA[Für package.jsim, Bereich "{0}" wurden keine Importe definiert.]]></Val>
16070+
</Tgt>
1602916071
</Str>
1603016072
<Disp Icon="Str" />
1603116073
</Item>

0 commit comments

Comments
 (0)