Skip to content

Commit 4e25aed

Browse files
authored
LEGO: Merge pull request 37128
LEGO: Merge pull request 37128
2 parents be4b814 + 9ad4c5f commit 4e25aed

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7032,11 +7032,20 @@
70327032
</Str>
70337033
<Disp Icon="Str" />
70347034
</Item>
7035-
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_6064" ItemType="0" PsrId="306" Leaf="true">
7035+
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line_6230" ItemType="0" PsrId="306" Leaf="true">
70367036
<Str Cat="Text">
7037-
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file.]]></Val>
7037+
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file or set to 'false' or 'null' on command line.]]></Val>
70387038
<Tgt Cat="Text" Stat="Loc" Orig="New">
7039-
<Val><![CDATA[Die Option "{0}" kann nur in der Datei "tsconfig.json" angegeben werden.]]></Val>
7039+
<Val><![CDATA[Die Option "{0}" kann nur in der Datei "tsconfig.json" angegeben oder in der Befehlszeile auf FALSE oder NULL festgelegt werden.]]></Val>
7040+
</Tgt>
7041+
</Str>
7042+
<Disp Icon="Str" />
7043+
</Item>
7044+
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line_6064" ItemType="0" PsrId="306" Leaf="true">
7045+
<Str Cat="Text">
7046+
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file or set to 'null' on command line.]]></Val>
7047+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7048+
<Val><![CDATA[Die Option "{0}" kann nur in der Datei "tsconfig.json" angegeben oder in der Befehlszeile auf NULL festgelegt werden.]]></Val>
70407049
</Tgt>
70417050
</Str>
70427051
<Disp Icon="Str" />
@@ -9525,6 +9534,9 @@
95259534
<Item ItemId=";Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3_6229" ItemType="0" PsrId="306" Leaf="true">
95269535
<Str Cat="Text">
95279536
<Val><![CDATA[Tag '{0}' expects at least '{1}' arguments, but the JSX factory '{2}' provides at most '{3}'.]]></Val>
9537+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9538+
<Val><![CDATA[Das Tag "{0}" erwartet mindestens {1} Argumente, von der JSX-Factory "{2}" werden aber höchstens {3} bereitgestellt.]]></Val>
9539+
</Tgt>
95289540
</Str>
95299541
<Disp Icon="Str" />
95309542
</Item>

0 commit comments

Comments
 (0)