Skip to content

Commit 7edc00f

Browse files
authored
LEGO: Merge pull request 39270
LEGO: Merge pull request 39270
2 parents 6b4d0bf + bf128ed commit 7edc00f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4443,6 +4443,9 @@
44434443
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
44444444
<Str Cat="Text">
44454445
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
4446+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4447+
<Val><![CDATA[Das Element bei Index {0} ist in einem Typ variadisch, aber nicht im anderen.]]></Val>
4448+
</Tgt>
44464449
</Str>
44474450
<Disp Icon="Str" />
44484451
</Item>
@@ -9609,12 +9612,18 @@
96099612
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
96109613
<Str Cat="Text">
96119614
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9615+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9616+
<Val><![CDATA[Die Quelle weist {0} Element(e) auf, aber das Ziel lässt nur {1} zu.]]></Val>
9617+
</Tgt>
96129618
</Str>
96139619
<Disp Icon="Str" />
96149620
</Item>
96159621
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
96169622
<Str Cat="Text">
96179623
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9624+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9625+
<Val><![CDATA[Die Quelle weist {0} Element(e) auf, aber das Ziel erfordert {1}.]]></Val>
9626+
</Tgt>
96189627
</Str>
96199628
<Disp Icon="Str" />
96209629
</Item>
@@ -10038,12 +10047,18 @@
1003810047
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
1003910048
<Str Cat="Text">
1004010049
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
10050+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10051+
<Val><![CDATA[Das Ziel erlaubt nur {0} Element(e), aber die Quelle kann mehr aufweisen.]]></Val>
10052+
</Tgt>
1004110053
</Str>
1004210054
<Disp Icon="Str" />
1004310055
</Item>
1004410056
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
1004510057
<Str Cat="Text">
1004610058
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10059+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10060+
<Val><![CDATA[Das Ziel erfordert {0} Element(e), aber die Quelle kann weniger aufweisen.]]></Val>
10061+
</Tgt>
1004710062
</Str>
1004810063
<Disp Icon="Str" />
1004910064
</Item>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5734,7 +5734,7 @@
57345734
<Str Cat="Text">
57355735
<Val><![CDATA[If the '{0}' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}`]]></Val>
57365736
<Tgt Cat="Text" Stat="Loc" Orig="New">
5737-
<Val><![CDATA[Si el paquete "{0}" expone realmente este módulo, considere la posibilidad de enviar una solicitud de incorporación de cambios (pull request) para corregir "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}".]]></Val>
5737+
<Val><![CDATA[Si el paquete "{0}" expone realmente este módulo, considere la posibilidad de enviar una solicitud de incorporación de cambios para corregir "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}".]]></Val>
57385738
</Tgt>
57395739
</Str>
57405740
<Disp Icon="Str" />

0 commit comments

Comments
 (0)