Skip to content

Commit 84d5786

Browse files
authoredFeb 23, 2025
Merge pull request #6257 from PhilCattivocaratere/next
Updated Italian translation.
2 parents 055ab94 + 4e12fb6 commit 84d5786

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed
 

‎Rubberduck.CodeAnalysis/CodeAnalysisUI.it.resx

+6
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,10 @@
263263
<data name="CodeInspectionSettingsPage_WhitelistedIdentifiersDescription" xml:space="preserve">
264264
<value>Questi identificatori saranno ignorati dall'ispezione 'Usa nomi significativi'.</value>
265265
</data>
266+
<data name="CodeInspectionSettingsPage_Misc_IgnoreFormControlHungarianNotation" xml:space="preserve">
267+
<value>Ignora la Notazione Ungherese per i controlli nella UserForm</value>
268+
</data>
269+
<data name="InconsistentArrayBaseInspection_ParamArray" xml:space="preserve">
270+
<value>Il parametro array '{0}' è a base zero.</value>
271+
</data>
266272
</root>

‎Rubberduck.Resources/Inspections/InspectionInfo.it.resx

+9
Original file line numberDiff line numberDiff line change
@@ -478,4 +478,13 @@ Se il parametro può essere nullo, ignorare questo risultato dell'ispezione; il
478478
<data name="PublicImplementationShouldBePrivateInspection" xml:space="preserve">
479479
<value>L'interfaccia predefinita (Public) di un modulo di classe non dovrebbe esporre l'implementazione di altre interfacce o procedure di gestione degli eventi.</value>
480480
</data>
481+
<data name="InconsistentArrayBaseInspection" xml:space="preserve">
482+
<value>Gli array creati con una chiamata alla funzione VBA.Array esplicitamente qualificata con la libreria 'VBA' sono sempre a base zero, indipendentemente da Option Base 1.</value>
483+
</data>
484+
<data name="InconsistentParamArrayBaseInspection" xml:space="preserve">
485+
<value>Gli array creati con ParamArray sono sempre a base zero, indipendentemente da Option Base 1.</value>
486+
</data>
487+
<data name="ParameterlessCellsInspection" xml:space="preserve">
488+
<value>La proprietà di sola lettura 'Range.Cells' accetta due parametri facoltativi, ma se non ne viene fornito nessuno, restituisce semplicemente un riferimento all'oggetto padre 'Range', il che la rende del tutto ridondante.</value>
489+
</data>
481490
</root>

‎Rubberduck.Resources/Inspections/InspectionNames.it.resx

+9
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,13 @@
474474
<data name="PublicImplementationShouldBePrivateInspection" xml:space="preserve">
475475
<value>Le implementazioni di interfacce e gestori di eventi dovrebbero essere Private</value>
476476
</data>
477+
<data name="InconsistentArrayBaseInspection" xml:space="preserve">
478+
<value>Array incoerentemente a base zero</value>
479+
</data>
480+
<data name="InconsistentParamArrayBaseInspection" xml:space="preserve">
481+
<value>Parametro array incoerentemente a base zero</value>
482+
</data>
483+
<data name="ParameterlessCellsInspection" xml:space="preserve">
484+
<value>La chiamata a 'Range.Cells' senza parametri è ridondante</value>
485+
</data>
477486
</root>

‎Rubberduck.Resources/Inspections/InspectionResults.it.resx

+6
Original file line numberDiff line numberDiff line change
@@ -560,4 +560,10 @@ In memoriam, 1972-2018</value>
560560
<value>Il Membro {0} dovrebbe essere Private</value>
561561
<comment>{0} Identificatore del Membro</comment>
562562
</data>
563+
<data name="InconsistentArrayBaseInspection" xml:space="preserve">
564+
<value>Questo array è incoerentemente a base zero</value>
565+
</data>
566+
<data name="InconsistentParamArrayBaseInspection" xml:space="preserve">
567+
<value>ParamArray '{0}' è incoerentemente a base zero</value>
568+
</data>
563569
</root>

0 commit comments

Comments
 (0)
Failed to load comments.