Skip to content

Commit c28bd65

Browse files
authored
LEGO: Merge pull request 38132
LEGO: Merge pull request 38132
2 parents ab0428c + ef5f0ef commit c28bd65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@
11801180
<Str Cat="Text">
11811181
<Val><![CDATA[Add 'export {}' to make this file into a module]]></Val>
11821182
<Tgt Cat="Text" Stat="Loc" Orig="New">
1183-
<Val><![CDATA[Aggiungere 'export {}' per creare questo file in un modulo]]></Val>
1183+
<Val><![CDATA[Aggiungere 'export {}' per trasformare questo file in un modulo]]></Val>
11841184
</Tgt>
11851185
</Str>
11861186
<Disp Icon="Str" />
@@ -3193,7 +3193,7 @@
31933193
<Str Cat="Text">
31943194
<Val><![CDATA[Compiler reserves name '{0}' when emitting private identifier downlevel.]]></Val>
31953195
<Tgt Cat="Text" Stat="Loc" Orig="New">
3196-
<Val><![CDATA[Il compilatore riserva il nome '{0}' quando si crea l'identificatore provato di livello inferiore.]]></Val>
3196+
<Val><![CDATA[Il compilatore riserva il nome '{0}' quando si crea l'identificatore privato per browser meno recenti.]]></Val>
31973197
</Tgt>
31983198
</Str>
31993199
<Disp Icon="Str" />
@@ -7831,7 +7831,7 @@
78317831
<Str Cat="Text">
78327832
<Val><![CDATA[Prefix with 'declare']]></Val>
78337833
<Tgt Cat="Text" Stat="Loc" Orig="New">
7834-
<Val><![CDATA[Aggiungere 'declare' come prefisso]]></Val>
7834+
<Val><![CDATA[Aggiungere il prefisso 'declare']]></Val>
78357835
</Tgt>
78367836
</Str>
78377837
<Disp Icon="Str" />
@@ -10321,7 +10321,7 @@
1032110321
<Str Cat="Text">
1032210322
<Val><![CDATA[The shadowing declaration of '{0}' is defined here]]></Val>
1032310323
<Tgt Cat="Text" Stat="Loc" Orig="New">
10324-
<Val><![CDATA[La dichiarazione di shadowing di '{0}' viene definita in questo punto]]></Val>
10324+
<Val><![CDATA[La dichiarazione di oscuramento di '{0}' viene definita in questo punto]]></Val>
1032510325
</Tgt>
1032610326
</Str>
1032710327
<Disp Icon="Str" />
@@ -11116,7 +11116,7 @@
1111611116
<Str Cat="Text">
1111711117
<Val><![CDATA[Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.]]></Val>
1111811118
<Tgt Cat="Text" Stat="Loc" Orig="New">
11119-
<Val><![CDATA[Il tipo è originato in corrispondenza di questa importazione. Non è possibile chiamare o costruire un'importazione di tipo spazio dei nomi e verrà restituito un errore in fase di esecuzione. Provare a usare un'importazione o un'importazione predefinita in questo punto.]]></Val>
11119+
<Val><![CDATA[Il tipo è originato in corrispondenza di questa importazione. Non è possibile chiamare o costruire un'importazione di tipo spazio dei nomi e verrà restituito un errore in fase di esecuzione. Provare a usare un'importazione predefinita o un'importazione di require in questo punto.]]></Val>
1112011120
</Tgt>
1112111121
</Str>
1112211122
<Disp Icon="Str" />
@@ -11677,7 +11677,7 @@
1167711677
<Str Cat="Text">
1167811678
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1167911679
<Tgt Cat="Text" Stat="Loc" Orig="New">
11680-
<Val><![CDATA[Verranno usate le opzione del compilatore del progetto per fare riferimento al reindirizzamento '{0}'.]]></Val>
11680+
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1168111681
</Tgt>
1168211682
</Str>
1168311683
<Disp Icon="Str" />

0 commit comments

Comments
 (0)