Skip to content

Commit ff36bf0

Browse files
authored
LEGO: Merge pull request 38777
LEGO: Merge pull request 38777
2 parents 6ccc048 + a0d9e75 commit ff36bf0

File tree

2 files changed

+109
-4
lines changed

2 files changed

+109
-4
lines changed

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

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,18 @@
459459
</Str>
460460
<Disp Icon="Str" />
461461
</Item>
462+
<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">
463+
<Str Cat="Text">
464+
<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+
</Str>
466+
<Disp Icon="Str" />
467+
</Item>
468+
<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">
469+
<Str Cat="Text">
470+
<Val><![CDATA[A labeled tuple element is declared as rest with a `...` before the name, rather than before the type.]]></Val>
471+
</Str>
472+
<Disp Icon="Str" />
473+
</Item>
462474
<Item ItemId=";A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651" ItemType="0" PsrId="306" Leaf="true">
463475
<Str Cat="Text">
464476
<Val><![CDATA[A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums.]]></Val>
@@ -876,6 +888,12 @@
876888
</Str>
877889
<Disp Icon="Str" />
878890
</Item>
891+
<Item ItemId=";A_tuple_member_cannot_be_both_optional_and_rest_5085" ItemType="0" PsrId="306" Leaf="true">
892+
<Str Cat="Text">
893+
<Val><![CDATA[A tuple member cannot be both optional and rest.]]></Val>
894+
</Str>
895+
<Disp Icon="Str" />
896+
</Item>
879897
<Item ItemId=";A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007" ItemType="0" PsrId="306" Leaf="true">
880898
<Str Cat="Text">
881899
<Val><![CDATA[A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses.]]></Val>
@@ -3534,6 +3552,12 @@
35343552
</Str>
35353553
<Disp Icon="Str" />
35363554
</Item>
3555+
<Item ItemId=";Convert_overload_list_to_single_signature_95118" ItemType="0" PsrId="306" Leaf="true">
3556+
<Str Cat="Text">
3557+
<Val><![CDATA[Convert overload list to single signature]]></Val>
3558+
</Str>
3559+
<Disp Icon="Str" />
3560+
</Item>
35373561
<Item ItemId=";Convert_parameters_to_destructured_object_95075" ItemType="0" PsrId="306" Leaf="true">
35383562
<Str Cat="Text">
35393563
<Val><![CDATA[Convert parameters to destructured object]]></Val>
@@ -3667,7 +3691,7 @@
36673691
<Str Cat="Text">
36683692
<Val><![CDATA[Declaration augments declaration in another file. This cannot be serialized.]]></Val>
36693693
<Tgt Cat="Text" Stat="Loc" Orig="New">
3670-
<Val><![CDATA[La déclaration augmente la déclaration dans un autre fichier. Cela ne peut pas être sérialisé.]]></Val>
3694+
<Val><![CDATA[Cette déclaration augmente la déclaration dans un autre fichier. Cette opération ne peut pas être sérialisée.]]></Val>
36713695
</Tgt>
36723696
</Str>
36733697
<Disp Icon="Str" />
@@ -4735,7 +4759,7 @@
47354759
<Str Cat="Text">
47364760
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
47374761
<Tgt Cat="Text" Stat="Loc" Orig="New">
4738-
<Val><![CDATA[Impossible d'effectuer l'élévation à une puissance sur des valeurs 'bigint' sauf si l'option 'target' a la valeur 'es2016' ou une valeur correspondant à une version ultérieure.]]></Val>
4762+
<Val><![CDATA[Impossible d'effectuer l'élévation à une puissance sur des valeurs 'bigint' sauf si l'option 'target' a la valeur 'es2016' ou une valeur qui correspond à une version ultérieure.]]></Val>
47394763
</Tgt>
47404764
</Str>
47414765
<Disp Icon="Str" />
@@ -6819,6 +6843,12 @@
68196843
</Str>
68206844
<Disp Icon="Str" />
68216845
</Item>
6846+
<Item ItemId=";Move_labeled_tuple_element_modifiers_to_labels_95117" ItemType="0" PsrId="306" Leaf="true">
6847+
<Str Cat="Text">
6848+
<Val><![CDATA[Move labeled tuple element modifiers to labels]]></Val>
6849+
</Str>
6850+
<Disp Icon="Str" />
6851+
</Item>
68226852
<Item ItemId=";Move_to_a_new_file_95049" ItemType="0" PsrId="306" Leaf="true">
68236853
<Str Cat="Text">
68246854
<Val><![CDATA[Move to a new file]]></Val>
@@ -10611,6 +10641,12 @@
1061110641
</Str>
1061210642
<Disp Icon="Str" />
1061310643
</Item>
10644+
<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">
10645+
<Str Cat="Text">
10646+
<Val><![CDATA[This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?]]></Val>
10647+
</Str>
10648+
<Disp Icon="Str" />
10649+
</Item>
1061410650
<Item ItemId=";This_expression_is_not_constructable_2351" ItemType="0" PsrId="306" Leaf="true">
1061510651
<Str Cat="Text">
1061610652
<Val><![CDATA[This expression is not constructable.]]></Val>
@@ -10776,6 +10812,12 @@
1077610812
</Str>
1077710813
<Disp Icon="Str" />
1077810814
</Item>
10815+
<Item ItemId=";Tuple_members_must_all_have_names_or_all_not_have_names_5084" ItemType="0" PsrId="306" Leaf="true">
10816+
<Str Cat="Text">
10817+
<Val><![CDATA[Tuple members must all have names or all not have names.]]></Val>
10818+
</Str>
10819+
<Disp Icon="Str" />
10820+
</Item>
1077910821
<Item ItemId=";Tuple_type_0_of_length_1_has_no_element_at_index_2_2493" ItemType="0" PsrId="306" Leaf="true">
1078010822
<Str Cat="Text">
1078110823
<Val><![CDATA[Tuple type '{0}' of length '{1}' has no element at index '{2}'.]]></Val>
@@ -11770,7 +11812,7 @@
1177011812
<Str Cat="Text">
1177111813
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1177211814
<Tgt Cat="Text" Stat="Loc" Orig="New">
11773-
<Val><![CDATA[Utilisation des options de compilateur pour la redirection de référence de projet : '{0}'.]]></Val>
11815+
<Val><![CDATA[Utilisation des options de compilateur de la redirection de référence de projet : '{0}'.]]></Val>
1177411816
</Tgt>
1177511817
</Str>
1177611818
<Disp Icon="Str" />
@@ -12697,7 +12739,7 @@
1269712739
<Str Cat="Text">
1269812740
<Val><![CDATA['export *' does not re-export a default.]]></Val>
1269912741
<Tgt Cat="Text" Stat="Loc" Orig="New">
12700-
<Val><![CDATA['export *' ne réexporte pas une valeur par défaut.]]></Val>
12742+
<Val><![CDATA['export *' ne réexporte pas d'exportations par défaut.]]></Val>
1270112743
</Tgt>
1270212744
</Str>
1270312745
<Disp Icon="Str" />

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,24 @@
450450
</Str>
451451
<Disp Icon="Str" />
452452
</Item>
453+
<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">
454+
<Str Cat="Text">
455+
<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[ラベル付きのタプル要素を optional として宣言するには、型の後ではなく名前の後とコロンの前に疑問符を付けます。]]></Val>
458+
</Tgt>
459+
</Str>
460+
<Disp Icon="Str" />
461+
</Item>
462+
<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">
463+
<Str Cat="Text">
464+
<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[ラベル付きのタプル要素を rest として宣言するには、型の前ではなく名前の前に '...' を付けます。]]></Val>
467+
</Tgt>
468+
</Str>
469+
<Disp Icon="Str" />
470+
</Item>
453471
<Item ItemId=";A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651" ItemType="0" PsrId="306" Leaf="true">
454472
<Str Cat="Text">
455473
<Val><![CDATA[A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums.]]></Val>
@@ -867,6 +885,15 @@
867885
</Str>
868886
<Disp Icon="Str" />
869887
</Item>
888+
<Item ItemId=";A_tuple_member_cannot_be_both_optional_and_rest_5085" ItemType="0" PsrId="306" Leaf="true">
889+
<Str Cat="Text">
890+
<Val><![CDATA[A tuple member cannot be both optional and rest.]]></Val>
891+
<Tgt Cat="Text" Stat="Loc" Orig="New">
892+
<Val><![CDATA[タプル メンバーを optional と rest の両方に指定することはできません。]]></Val>
893+
</Tgt>
894+
</Str>
895+
<Disp Icon="Str" />
896+
</Item>
870897
<Item ItemId=";A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007" ItemType="0" PsrId="306" Leaf="true">
871898
<Str Cat="Text">
872899
<Val><![CDATA[A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses.]]></Val>
@@ -3522,6 +3549,15 @@
35223549
</Str>
35233550
<Disp Icon="Str" />
35243551
</Item>
3552+
<Item ItemId=";Convert_overload_list_to_single_signature_95118" ItemType="0" PsrId="306" Leaf="true">
3553+
<Str Cat="Text">
3554+
<Val><![CDATA[Convert overload list to single signature]]></Val>
3555+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3556+
<Val><![CDATA[オーバーロード リストを単一のシグネチャに変換する]]></Val>
3557+
</Tgt>
3558+
</Str>
3559+
<Disp Icon="Str" />
3560+
</Item>
35253561
<Item ItemId=";Convert_parameters_to_destructured_object_95075" ItemType="0" PsrId="306" Leaf="true">
35263562
<Str Cat="Text">
35273563
<Val><![CDATA[Convert parameters to destructured object]]></Val>
@@ -6807,6 +6843,15 @@
68076843
</Str>
68086844
<Disp Icon="Str" />
68096845
</Item>
6846+
<Item ItemId=";Move_labeled_tuple_element_modifiers_to_labels_95117" ItemType="0" PsrId="306" Leaf="true">
6847+
<Str Cat="Text">
6848+
<Val><![CDATA[Move labeled tuple element modifiers to labels]]></Val>
6849+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6850+
<Val><![CDATA[ラベル付きのタプル要素の修飾子をラベルに移動する]]></Val>
6851+
</Tgt>
6852+
</Str>
6853+
<Disp Icon="Str" />
6854+
</Item>
68106855
<Item ItemId=";Move_to_a_new_file_95049" ItemType="0" PsrId="306" Leaf="true">
68116856
<Str Cat="Text">
68126857
<Val><![CDATA[Move to a new file]]></Val>
@@ -10599,6 +10644,15 @@
1059910644
</Str>
1060010645
<Disp Icon="Str" />
1060110646
</Item>
10647+
<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">
10648+
<Str Cat="Text">
10649+
<Val><![CDATA[This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?]]></Val>
10650+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10651+
<Val><![CDATA[この式は 'get' アクセサーであるため、呼び出すことができません。'()' なしで使用しますか?]]></Val>
10652+
</Tgt>
10653+
</Str>
10654+
<Disp Icon="Str" />
10655+
</Item>
1060210656
<Item ItemId=";This_expression_is_not_constructable_2351" ItemType="0" PsrId="306" Leaf="true">
1060310657
<Str Cat="Text">
1060410658
<Val><![CDATA[This expression is not constructable.]]></Val>
@@ -10764,6 +10818,15 @@
1076410818
</Str>
1076510819
<Disp Icon="Str" />
1076610820
</Item>
10821+
<Item ItemId=";Tuple_members_must_all_have_names_or_all_not_have_names_5084" ItemType="0" PsrId="306" Leaf="true">
10822+
<Str Cat="Text">
10823+
<Val><![CDATA[Tuple members must all have names or all not have names.]]></Val>
10824+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10825+
<Val><![CDATA[タプル メンバーのすべての名前が指定されているか、すべての名前が指定されていないかのどちらかでなければなりません。]]></Val>
10826+
</Tgt>
10827+
</Str>
10828+
<Disp Icon="Str" />
10829+
</Item>
1076710830
<Item ItemId=";Tuple_type_0_of_length_1_has_no_element_at_index_2_2493" ItemType="0" PsrId="306" Leaf="true">
1076810831
<Str Cat="Text">
1076910832
<Val><![CDATA[Tuple type '{0}' of length '{1}' has no element at index '{2}'.]]></Val>

0 commit comments

Comments
 (0)