Skip to content

Commit f9b43c6

Browse files
authored
LEGO: Merge pull request 38797
LEGO: Merge pull request 38797
2 parents c194abb + abf0927 commit f9b43c6

File tree

5 files changed

+48
-6
lines changed

5 files changed

+48
-6
lines changed

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

+18
Original file line numberDiff line numberDiff line change
@@ -453,12 +453,18 @@
453453
<Item ItemId=";A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086" ItemType="0" PsrId="306" Leaf="true">
454454
<Str Cat="Text">
455455
<Val><![CDATA[A labeled tuple element is declared as optional with a question mark after the name and before the colon, rather than after the type.]]></Val>
456+
<Tgt Cat="Text" Stat="Loc" Orig="New">
457+
<Val><![CDATA[Ein bezeichnetes Tupelelement wird optional mit einem Fragezeichen nach dem Namen und vor dem Doppelpunkt deklariert, nicht nach dem Typ.]]></Val>
458+
</Tgt>
456459
</Str>
457460
<Disp Icon="Str" />
458461
</Item>
459462
<Item ItemId=";A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087" ItemType="0" PsrId="306" Leaf="true">
460463
<Str Cat="Text">
461464
<Val><![CDATA[A labeled tuple element is declared as rest with a `...` before the name, rather than before the type.]]></Val>
465+
<Tgt Cat="Text" Stat="Loc" Orig="New">
466+
<Val><![CDATA[Ein bezeichnetes Tupelelement wird mit "..." vor dem Namen und nicht vor dem Typ als "rest" deklariert.]]></Val>
467+
</Tgt>
462468
</Str>
463469
<Disp Icon="Str" />
464470
</Item>
@@ -879,6 +885,9 @@
879885
<Item ItemId=";A_tuple_member_cannot_be_both_optional_and_rest_5085" ItemType="0" PsrId="306" Leaf="true">
880886
<Str Cat="Text">
881887
<Val><![CDATA[A tuple member cannot be both optional and rest.]]></Val>
888+
<Tgt Cat="Text" Stat="Loc" Orig="New">
889+
<Val><![CDATA[Ein Tupelelement kann nicht gleichzeitig als "optional" und als "rest" festgelegt werden.]]></Val>
890+
</Tgt>
882891
</Str>
883892
<Disp Icon="Str" />
884893
</Item>
@@ -6834,6 +6843,9 @@
68346843
<Item ItemId=";Move_labeled_tuple_element_modifiers_to_labels_95117" ItemType="0" PsrId="306" Leaf="true">
68356844
<Str Cat="Text">
68366845
<Val><![CDATA[Move labeled tuple element modifiers to labels]]></Val>
6846+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6847+
<Val><![CDATA[Modifizierer für bezeichnete Tupelelemente in Bezeichnungen verschieben]]></Val>
6848+
</Tgt>
68376849
</Str>
68386850
<Disp Icon="Str" />
68396851
</Item>
@@ -10629,6 +10641,9 @@
1062910641
<Item ItemId=";This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234" ItemType="0" PsrId="306" Leaf="true">
1063010642
<Str Cat="Text">
1063110643
<Val><![CDATA[This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?]]></Val>
10644+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10645+
<Val><![CDATA[Dieser Ausdruck kann nicht aufgerufen werden, weil es sich um eine get-Zugriffsmethode handelt. Möchten Sie den Wert ohne "()" verwenden?]]></Val>
10646+
</Tgt>
1063210647
</Str>
1063310648
<Disp Icon="Str" />
1063410649
</Item>
@@ -10800,6 +10815,9 @@
1080010815
<Item ItemId=";Tuple_members_must_all_have_names_or_all_not_have_names_5084" ItemType="0" PsrId="306" Leaf="true">
1080110816
<Str Cat="Text">
1080210817
<Val><![CDATA[Tuple members must all have names or all not have names.]]></Val>
10818+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10819+
<Val><![CDATA[Von den Tupelelementen müssen entweder alle oder keines einen Namen aufweisen.]]></Val>
10820+
</Tgt>
1080310821
</Str>
1080410822
<Disp Icon="Str" />
1080510823
</Item>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3703,7 +3703,7 @@
37033703
<Str Cat="Text">
37043704
<Val><![CDATA[Declaration augments declaration in another file. This cannot be serialized.]]></Val>
37053705
<Tgt Cat="Text" Stat="Loc" Orig="New">
3706-
<Val><![CDATA[La declaración aumenta la declaración en otro archivo. Esto no se puede serializar.]]></Val>
3706+
<Val><![CDATA[La declaración aumenta una declaración en otro archivo. Esta operación no se puede serializar.]]></Val>
37073707
</Tgt>
37083708
</Str>
37093709
<Disp Icon="Str" />
@@ -12760,7 +12760,7 @@
1276012760
<Str Cat="Text">
1276112761
<Val><![CDATA['export *' does not re-export a default.]]></Val>
1276212762
<Tgt Cat="Text" Stat="Loc" Orig="New">
12763-
<Val><![CDATA["export *" no vuelve a exportar un valor predeterminado.]]></Val>
12763+
<Val><![CDATA["export *" no vuelve a exportar una exportación predeterminada.]]></Val>
1276412764
</Tgt>
1276512765
</Str>
1276612766
<Disp Icon="Str" />

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

+21
Original file line numberDiff line numberDiff line change
@@ -462,12 +462,18 @@
462462
<Item ItemId=";A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086" ItemType="0" PsrId="306" Leaf="true">
463463
<Str Cat="Text">
464464
<Val><![CDATA[A labeled tuple element is declared as optional with a question mark after the name and before the colon, rather than after the type.]]></Val>
465+
<Tgt Cat="Text" Stat="Loc" Orig="New">
466+
<Val><![CDATA[Un élément de tuple étiqueté est déclaré facultatif avec un point d'interrogation après le nom et avant les deux points, plutôt qu'après le type.]]></Val>
467+
</Tgt>
465468
</Str>
466469
<Disp Icon="Str" />
467470
</Item>
468471
<Item ItemId=";A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087" ItemType="0" PsrId="306" Leaf="true">
469472
<Str Cat="Text">
470473
<Val><![CDATA[A labeled tuple element is declared as rest with a `...` before the name, rather than before the type.]]></Val>
474+
<Tgt Cat="Text" Stat="Loc" Orig="New">
475+
<Val><![CDATA[Un élément de tuple étiqueté est déclaré en tant que rest avec '...' avant le nom, plutôt qu'avant le type.]]></Val>
476+
</Tgt>
471477
</Str>
472478
<Disp Icon="Str" />
473479
</Item>
@@ -891,6 +897,9 @@
891897
<Item ItemId=";A_tuple_member_cannot_be_both_optional_and_rest_5085" ItemType="0" PsrId="306" Leaf="true">
892898
<Str Cat="Text">
893899
<Val><![CDATA[A tuple member cannot be both optional and rest.]]></Val>
900+
<Tgt Cat="Text" Stat="Loc" Orig="New">
901+
<Val><![CDATA[Un membre de tuple ne peut pas être à la fois facultatif et rest.]]></Val>
902+
</Tgt>
894903
</Str>
895904
<Disp Icon="Str" />
896905
</Item>
@@ -3555,6 +3564,9 @@
35553564
<Item ItemId=";Convert_overload_list_to_single_signature_95118" ItemType="0" PsrId="306" Leaf="true">
35563565
<Str Cat="Text">
35573566
<Val><![CDATA[Convert overload list to single signature]]></Val>
3567+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3568+
<Val><![CDATA[Convertir la liste de surcharge en une seule signature]]></Val>
3569+
</Tgt>
35583570
</Str>
35593571
<Disp Icon="Str" />
35603572
</Item>
@@ -6846,6 +6858,9 @@
68466858
<Item ItemId=";Move_labeled_tuple_element_modifiers_to_labels_95117" ItemType="0" PsrId="306" Leaf="true">
68476859
<Str Cat="Text">
68486860
<Val><![CDATA[Move labeled tuple element modifiers to labels]]></Val>
6861+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6862+
<Val><![CDATA[Déplacer les modificateurs d'élément de tuple étiqueté vers les étiquettes]]></Val>
6863+
</Tgt>
68496864
</Str>
68506865
<Disp Icon="Str" />
68516866
</Item>
@@ -10644,6 +10659,9 @@
1064410659
<Item ItemId=";This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234" ItemType="0" PsrId="306" Leaf="true">
1064510660
<Str Cat="Text">
1064610661
<Val><![CDATA[This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?]]></Val>
10662+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10663+
<Val><![CDATA[Impossible d'appeler cette expression, car il s'agit d'un accesseur 'get'. Voulez-vous vraiment l'utiliser sans '()' ?]]></Val>
10664+
</Tgt>
1064710665
</Str>
1064810666
<Disp Icon="Str" />
1064910667
</Item>
@@ -10815,6 +10833,9 @@
1081510833
<Item ItemId=";Tuple_members_must_all_have_names_or_all_not_have_names_5084" ItemType="0" PsrId="306" Leaf="true">
1081610834
<Str Cat="Text">
1081710835
<Val><![CDATA[Tuple members must all have names or all not have names.]]></Val>
10836+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10837+
<Val><![CDATA[Les membres de tuples doivent tous avoir des noms ou ne pas en avoir.]]></Val>
10838+
</Tgt>
1081810839
</Str>
1081910840
<Disp Icon="Str" />
1082010841
</Item>

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -6081,7 +6081,7 @@
60816081
<Str Cat="Text">
60826082
<Val><![CDATA[Its element type '{0}' is not a valid JSX element.]]></Val>
60836083
<Tgt Cat="Text" Stat="Loc" Orig="New">
6084-
<Val><![CDATA[Typ elementu „{0}” nie jest prawidłowym elementem JSX.]]></Val>
6084+
<Val><![CDATA[Jego typ elementu „{0}” nie jest prawidłowym elementem JSX.]]></Val>
60856085
</Tgt>
60866086
</Str>
60876087
<Disp Icon="Str" />
@@ -6090,7 +6090,7 @@
60906090
<Str Cat="Text">
60916091
<Val><![CDATA[Its instance type '{0}' is not a valid JSX element.]]></Val>
60926092
<Tgt Cat="Text" Stat="Loc" Orig="New">
6093-
<Val><![CDATA[Typ wystąpienia „{0}” nie jest prawidłowym elementem JSX.]]></Val>
6093+
<Val><![CDATA[Jego typ wystąpienia „{0}” nie jest prawidłowym elementem JSX.]]></Val>
60946094
</Tgt>
60956095
</Str>
60966096
<Disp Icon="Str" />
@@ -6099,7 +6099,7 @@
60996099
<Str Cat="Text">
61006100
<Val><![CDATA[Its return type '{0}' is not a valid JSX element.]]></Val>
61016101
<Tgt Cat="Text" Stat="Loc" Orig="New">
6102-
<Val><![CDATA[Zwracany typ „{0}” nie jest prawidłowym elementem JSX.]]></Val>
6102+
<Val><![CDATA[Jego zwracany typ „{0}” nie jest prawidłowym elementem JSX.]]></Val>
61036103
</Tgt>
61046104
</Str>
61056105
<Disp Icon="Str" />
@@ -12735,7 +12735,7 @@
1273512735
<Str Cat="Text">
1273612736
<Val><![CDATA['export *' does not re-export a default.]]></Val>
1273712737
<Tgt Cat="Text" Stat="Loc" Orig="New">
12738-
<Val><![CDATA[Wyrażenie „export *” nie eksportuje ponownie wartości domyślnej.]]></Val>
12738+
<Val><![CDATA[Wyrażenie „export *” nie eksportuje ponownie eksportów domyślnych.]]></Val>
1273912739
</Tgt>
1274012740
</Str>
1274112741
<Disp Icon="Str" />

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

+3
Original file line numberDiff line numberDiff line change
@@ -10637,6 +10637,9 @@
1063710637
<Item ItemId=";This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234" ItemType="0" PsrId="306" Leaf="true">
1063810638
<Str Cat="Text">
1063910639
<Val><![CDATA[This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?]]></Val>
10640+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10641+
<Val><![CDATA[Esta expressão não pode ser chamada porque é um acessador 'get'. Você quis usá-la sem '()'?]]></Val>
10642+
</Tgt>
1064010643
</Str>
1064110644
<Disp Icon="Str" />
1064210645
</Item>

0 commit comments

Comments
 (0)