Skip to content

Commit 9a5c007

Browse files
authored
LEGO: Merge pull request 39417
LEGO: Merge pull request 39417
2 parents ab83e32 + 7eeecee commit 9a5c007

File tree

1 file changed

+36
-18
lines changed

1 file changed

+36
-18
lines changed

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4068,6 +4068,15 @@
40684068
</Str>
40694069
<Disp Icon="Str" />
40704070
</Item>
4071+
<Item ItemId=";Did_you_mean_to_use_a_Colon_When_following_property_names_in_an_object_literal_implies_a_destructuri_1312" ItemType="0" PsrId="306" Leaf="true">
4072+
<Str Cat="Text">
4073+
<Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val>
4074+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4075+
<Val><![CDATA[Si intendeva usare i due punti (':')? Quando segue nomi di proprietà in un valore letterale di oggetto, il carattere '=' implica un'assegnazione di destrutturazione.]]></Val>
4076+
</Tgt>
4077+
</Str>
4078+
<Disp Icon="Str" />
4079+
</Item>
40714080
<Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
40724081
<Str Cat="Text">
40734082
<Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
@@ -8874,15 +8883,6 @@
88748883
</Str>
88758884
<Disp Icon="Str" />
88768885
</Item>
8877-
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
8878-
<Str Cat="Text">
8879-
<Val><![CDATA[Remove destructuring]]></Val>
8880-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8881-
<Val><![CDATA[Rimuovere la destrutturazione]]></Val>
8882-
</Tgt>
8883-
</Str>
8884-
<Disp Icon="Str" />
8885-
</Item>
88868886
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
88878887
<Str Cat="Text">
88888888
<Val><![CDATA[Remove import from '{0}']]></Val>
@@ -8946,6 +8946,24 @@
89468946
</Str>
89478947
<Disp Icon="Str" />
89488948
</Item>
8949+
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
8950+
<Str Cat="Text">
8951+
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8952+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8953+
<Val><![CDATA[Rimuovere le dichiarazioni inutilizzate per: '{0}']]></Val>
8954+
</Tgt>
8955+
</Str>
8956+
<Disp Icon="Str" />
8957+
</Item>
8958+
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
8959+
<Str Cat="Text">
8960+
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8961+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8962+
<Val><![CDATA[Rimuovere la dichiarazione di destrutturazione inutilizzata]]></Val>
8963+
</Tgt>
8964+
</Str>
8965+
<Disp Icon="Str" />
8966+
</Item>
89498967
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
89508968
<Str Cat="Text">
89518969
<Val><![CDATA[Remove unused label]]></Val>
@@ -10005,6 +10023,15 @@
1000510023
</Str>
1000610024
<Disp Icon="Str" />
1000710025
</Item>
10026+
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
10027+
<Str Cat="Text">
10028+
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
10029+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10030+
<Val><![CDATA[Cambiare ogni '{0}' non usato correttamente in '{1}']]></Val>
10031+
</Tgt>
10032+
</Str>
10033+
<Disp Icon="Str" />
10034+
</Item>
1000810035
<Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
1000910036
<Str Cat="Text">
1001010037
<Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
@@ -12891,15 +12918,6 @@
1289112918
</Str>
1289212919
<Disp Icon="Str" />
1289312920
</Item>
12894-
<Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true">
12895-
<Str Cat="Text">
12896-
<Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val>
12897-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12898-
<Val><![CDATA[È possibile usare '=' solo in una proprietà di valore letterale di oggetto all'interno di un'assegnazione di destrutturazione.]]></Val>
12899-
</Tgt>
12900-
</Str>
12901-
<Disp Icon="Str" />
12902-
</Item>
1290312921
<Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
1290412922
<Str Cat="Text">
1290512923
<Val><![CDATA['case' or 'default' expected.]]></Val>

0 commit comments

Comments
 (0)