Skip to content

Commit 3e0d58f

Browse files
authored
LEGO: Merge pull request 38741
LEGO: Merge pull request 38741
2 parents 3eaa7c6 + 076c3e0 commit 3e0d58f

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

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

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,18 @@
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+
</Str>
457+
<Disp Icon="Str" />
458+
</Item>
459+
<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">
460+
<Str Cat="Text">
461+
<Val><![CDATA[A labeled tuple element is declared as rest with a `...` before the name, rather than before the type.]]></Val>
462+
</Str>
463+
<Disp Icon="Str" />
464+
</Item>
453465
<Item ItemId=";A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651" ItemType="0" PsrId="306" Leaf="true">
454466
<Str Cat="Text">
455467
<Val><![CDATA[A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums.]]></Val>
@@ -867,6 +879,12 @@
867879
</Str>
868880
<Disp Icon="Str" />
869881
</Item>
882+
<Item ItemId=";A_tuple_member_cannot_be_both_optional_and_rest_5085" ItemType="0" PsrId="306" Leaf="true">
883+
<Str Cat="Text">
884+
<Val><![CDATA[A tuple member cannot be both optional and rest.]]></Val>
885+
</Str>
886+
<Disp Icon="Str" />
887+
</Item>
870888
<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">
871889
<Str Cat="Text">
872890
<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 +3540,12 @@
35223540
</Str>
35233541
<Disp Icon="Str" />
35243542
</Item>
3543+
<Item ItemId=";Convert_overload_list_to_single_signature_95118" ItemType="0" PsrId="306" Leaf="true">
3544+
<Str Cat="Text">
3545+
<Val><![CDATA[Convert overload list to single signature]]></Val>
3546+
</Str>
3547+
<Disp Icon="Str" />
3548+
</Item>
35253549
<Item ItemId=";Convert_parameters_to_destructured_object_95075" ItemType="0" PsrId="306" Leaf="true">
35263550
<Str Cat="Text">
35273551
<Val><![CDATA[Convert parameters to destructured object]]></Val>
@@ -3655,7 +3679,7 @@
36553679
<Str Cat="Text">
36563680
<Val><![CDATA[Declaration augments declaration in another file. This cannot be serialized.]]></Val>
36573681
<Tgt Cat="Text" Stat="Loc" Orig="New">
3658-
<Val><![CDATA[La dichiarazione causa un aumento della dichiarazione in un altro file. Questa condizione non è serializzabile.]]></Val>
3682+
<Val><![CDATA[La dichiarazione causa un aumento di una dichiarazione in un altro file. Questa operazione non è serializzabile.]]></Val>
36593683
</Tgt>
36603684
</Str>
36613685
<Disp Icon="Str" />
@@ -6807,6 +6831,12 @@
68076831
</Str>
68086832
<Disp Icon="Str" />
68096833
</Item>
6834+
<Item ItemId=";Move_labeled_tuple_element_modifiers_to_labels_95117" ItemType="0" PsrId="306" Leaf="true">
6835+
<Str Cat="Text">
6836+
<Val><![CDATA[Move labeled tuple element modifiers to labels]]></Val>
6837+
</Str>
6838+
<Disp Icon="Str" />
6839+
</Item>
68106840
<Item ItemId=";Move_to_a_new_file_95049" ItemType="0" PsrId="306" Leaf="true">
68116841
<Str Cat="Text">
68126842
<Val><![CDATA[Move to a new file]]></Val>
@@ -10599,6 +10629,12 @@
1059910629
</Str>
1060010630
<Disp Icon="Str" />
1060110631
</Item>
10632+
<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">
10633+
<Str Cat="Text">
10634+
<Val><![CDATA[This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?]]></Val>
10635+
</Str>
10636+
<Disp Icon="Str" />
10637+
</Item>
1060210638
<Item ItemId=";This_expression_is_not_constructable_2351" ItemType="0" PsrId="306" Leaf="true">
1060310639
<Str Cat="Text">
1060410640
<Val><![CDATA[This expression is not constructable.]]></Val>
@@ -10764,6 +10800,12 @@
1076410800
</Str>
1076510801
<Disp Icon="Str" />
1076610802
</Item>
10803+
<Item ItemId=";Tuple_members_must_all_have_names_or_all_not_have_names_5084" ItemType="0" PsrId="306" Leaf="true">
10804+
<Str Cat="Text">
10805+
<Val><![CDATA[Tuple members must all have names or all not have names.]]></Val>
10806+
</Str>
10807+
<Disp Icon="Str" />
10808+
</Item>
1076710809
<Item ItemId=";Tuple_type_0_of_length_1_has_no_element_at_index_2_2493" ItemType="0" PsrId="306" Leaf="true">
1076810810
<Str Cat="Text">
1076910811
<Val><![CDATA[Tuple type '{0}' of length '{1}' has no element at index '{2}'.]]></Val>
@@ -12685,7 +12727,7 @@
1268512727
<Str Cat="Text">
1268612728
<Val><![CDATA['export *' does not re-export a default.]]></Val>
1268712729
<Tgt Cat="Text" Stat="Loc" Orig="New">
12688-
<Val><![CDATA['export *' non consente di riesportare un'impostazione predefinita.]]></Val>
12730+
<Val><![CDATA['export *' non consente di riesportare esportazioni predefinite.]]></Val>
1268912731
</Tgt>
1269012732
</Str>
1269112733
<Disp Icon="Str" />

0 commit comments

Comments
 (0)