Skip to content

Commit ff396c3

Browse files
authored
LEGO: Merge pull request 23987
LEGO: Merge pull request 23987
2 parents cb42086 + 67ebb6c commit ff396c3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

+24
Original file line numberDiff line numberDiff line change
@@ -2520,6 +2520,9 @@
25202520
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
25212521
<Str Cat="Text">
25222522
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2523+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2524+
<Val><![CDATA[Alle Aufrufe von "require" in "import" konvertieren]]></Val>
2525+
</Tgt>
25232526
</Str>
25242527
<Disp Icon="Str" />
25252528
</Item>
@@ -2553,6 +2556,9 @@
25532556
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
25542557
<Str Cat="Text">
25552558
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2559+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2560+
<Val><![CDATA["require" in "import" konvertieren]]></Val>
2561+
</Tgt>
25562562
</Str>
25572563
<Disp Icon="Str" />
25582564
</Item>
@@ -4293,6 +4299,12 @@
42934299
</Str>
42944300
<Disp Icon="Str" />
42954301
</Item>
4302+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4303+
<Str Cat="Text">
4304+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4305+
</Str>
4306+
<Disp Icon="Str" />
4307+
</Item>
42964308
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42974309
<Str Cat="Text">
42984310
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5589,6 +5601,12 @@
55895601
</Str>
55905602
<Disp Icon="Str" />
55915603
</Item>
5604+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5605+
<Str Cat="Text">
5606+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5607+
</Str>
5608+
<Disp Icon="Str" />
5609+
</Item>
55925610
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55935611
<Str Cat="Text">
55945612
<Val><![CDATA[Options:]]></Val>
@@ -7437,6 +7455,9 @@
74377455
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_using_ESNext_for_the_target_and_module_compiler_option_1343" ItemType="0" PsrId="306" Leaf="true">
74387456
<Str Cat="Text">
74397457
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7458+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7459+
<Val><![CDATA[Die Metaeigenschaft "import.meta" ist nur bei Verwendung von "ESNext" für die Compileroptionen "target" und "module" zulässig.]]></Val>
7460+
</Tgt>
74407461
</Str>
74417462
<Disp Icon="Str" />
74427463
</Item>
@@ -9381,6 +9402,9 @@
93819402
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
93829403
<Str Cat="Text">
93839404
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9405+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9406+
<Val><![CDATA[Der Aufruf von "require" kann in einen Aufruf von "import" konvertiert werden.]]></Val>
9407+
</Tgt>
93849408
</Str>
93859409
<Disp Icon="Str" />
93869410
</Item>

0 commit comments

Comments
 (0)