forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStrings.it.xlf
More file actions
1157 lines (1157 loc) · 107 KB
/
Copy pathStrings.it.xlf
File metadata and controls
1157 lines (1157 loc) · 107 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../Strings.resx">
<body>
<trans-unit id="AddResourceWithNonIntegerResource">
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
<target state="translated">NETSDK1076: è possibile usare AddResource solo con tipi di risorsa integer.</target>
<note>{StrBegins="NETSDK1076: "}</note>
</trans-unit>
<trans-unit id="AotNotSupported">
<source>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</source>
<target state="translated">NETSDK1196: l'SDK non supporta la compilazione in anticipo. Imposta la proprietà PublishAot su false.</target>
<note>{StrBegins="NETSDK1196: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedHostRuntimeIdentifier">
<source>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</source>
<target state="translated">NETSDK1204: la compilazione in anticipo non è supportata nella piattaforma corrente '{0}'.</target>
<note>{StrBegins="NETSDK1204: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetFramework">
<source>NETSDK1207: Ahead-of-time compilation is not supported for the target framework.</source>
<target state="translated">NETSDK1207: la compilazione in anticipo non è supportata per il framework di destinazione.</target>
<note>{StrBegins="NETSDK1207: "}</note>
</trans-unit>
<trans-unit id="AotUnsupportedTargetRuntimeIdentifier">
<source>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</source>
<target state="translated">NETSDK1203: la compilazione in anticipo non è supportata per l'identificatore del runtime di destinazione '{0}'.</target>
<note>{StrBegins="NETSDK1203: "}</note>
</trans-unit>
<trans-unit id="AppConfigRequiresRootConfiguration">
<source>NETSDK1070: The application configuration file must have root configuration element.</source>
<target state="translated">NETSDK1070: il file di configurazione dell'applicazione deve avere un elemento di configurazione radice.</target>
<note>{StrBegins="NETSDK1070: "}</note>
</trans-unit>
<trans-unit id="AppHostCreationFailedWithRetry">
<source>NETSDK1113: Failed to create apphost (attempt {0} out of {1}): {2}</source>
<target state="translated">NETSDK1113: non è stato possibile creare apphost (tentativo {0} di {1}): {2}</target>
<note>{StrBegins="NETSDK1113: "}</note>
</trans-unit>
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows (excluding Nano Server).</source>
<target state="translated">NETSDK1074: l'eseguibile dell'host applicazione non verrà personalizzato perché per aggiungere risorse è necessario eseguire la compilazione in Windows (escluso Nano Server).</target>
<note>{StrBegins="NETSDK1074: "}</note>
</trans-unit>
<trans-unit id="AppHostHasBeenModified">
<source>NETSDK1029: Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="translated">NETSDK1029: non è possibile usare '{0}' come eseguibile host dell'applicazione perché non contiene la sequenza di byte segnaposto prevista '{1}' che indica dove verrà scritto il nome dell'applicazione.</target>
<note>{StrBegins="NETSDK1029: "}</note>
</trans-unit>
<trans-unit id="AppHostNotWindows">
<source>NETSDK1078: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
<target state="translated">NETSDK1078: non è possibile usare '{0}' come eseguibile dell'host applicazione perché non è un file di Windows PE.</target>
<note>{StrBegins="NETSDK1078: "}</note>
</trans-unit>
<trans-unit id="AppHostNotWindowsCLI">
<source>NETSDK1072: Unable to use '{0}' as application host executable because it's not a Windows executable for the CUI (Console) subsystem.</source>
<target state="translated">NETSDK1072: non è possibile usare '{0}' come eseguibile dell'host applicazione perché non è un eseguibile Windows per il sottosistema CUI (Console).</target>
<note>{StrBegins="NETSDK1072: "}</note>
</trans-unit>
<trans-unit id="AppHostSigningFailed">
<source>NETSDK1177: Failed to sign apphost with error code {1}: {0}</source>
<target state="translated">NETSDK1177: impossibile firmare apphost con codice di errore {1}: {0}</target>
<note>{StrBegins="NETSDK1177: "}</note>
</trans-unit>
<trans-unit id="ArtifactsPathCannotBeSetInProject">
<source>NETSDK1199: The ArtifactsPath and UseArtifactsOutput properties cannot be set in a project file, due to MSBuild ordering constraints. They must be set in a Directory.Build.props file or from the command line. See https://aka.ms/netsdk1199 for more information.</source>
<target state="translated">NETSDK1199: non è possibile impostare le proprietà ArtifactsPath e UseArtifactsOutput in un file di progetto a causa di vincoli di ordinamento di MSBuild. Devono essere impostati in un file Directory.Build.props o dalla riga di comando. Per altre informazioni, vedere https://aka.ms/netsdk1199.</target>
<note>{StrBegins="NETSDK1199: "}</note>
</trans-unit>
<trans-unit id="AspNetCoreAllNotSupported">
<source>NETSDK1079: The Microsoft.AspNetCore.All package is not supported when targeting .NET Core 3.0 or higher. A FrameworkReference to Microsoft.AspNetCore.App should be used instead, and will be implicitly included by Microsoft.NET.Sdk.Web.</source>
<target state="translated">NETSDK1079: il pacchetto Microsoft.AspNetCore.All non è supportato quando la destinazione è .NET Core 3.0 o versione successiva. È necessario un elemento FrameworkReference per Microsoft.AspNetCore.App, che verrà incluso in modo implicito da Microsoft.NET.Sdk.Web.</target>
<note>{StrBegins="NETSDK1079: "}</note>
</trans-unit>
<trans-unit id="AspNetCorePackUnsupportedTargetFramework">
<source>NETSDK1224: ASP.NET Core framework assets are not supported for the target framework.</source>
<target state="translated">NETSDK1224: gli asset del framework ASP.NET Core non sono supportati per il framework di destinazione.</target>
<note>{StrBegins="NETSDK1224: "}</note>
</trans-unit>
<trans-unit id="AspNetCoreUsesFrameworkReference">
<source>NETSDK1080: A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.</source>
<target state="translated">NETSDK1080: non è necessario alcun elemento PackageReference per Microsoft.AspNetCore.App quando la destinazione è .NET Core 3.0 o versione successiva. Se si usa Microsoft.NET.Sdk.Web, il riferimento al framework condiviso verrà inserito automaticamente; in caso contrario, l'elemento PackageReference deve essere sostituito da un elemento FrameworkReference.</target>
<note>{StrBegins="NETSDK1080: "}</note>
</trans-unit>
<trans-unit id="AspireWorkloadIsDeprecated">
<source>NETSDK1228: This project depends on the Aspire Workload which has been deprecated. Aspire now ships via NuGet packages and no longer requires a workload. Please visit {0} for upgrade guidance.</source>
<target state="translated">NETSDK1228: questo progetto dipende dal carico di lavoro Aspire che è stato deprecato. Aspire ora è disponibile tramite pacchetti NuGet e non richiede più un carico di lavoro. Per informazioni sull'aggiornamento, visita {0}.</target>
<note>{StrBegins="NETSDK1228: "}</note>
</trans-unit>
<trans-unit id="AssetPreprocessorMustBeConfigured">
<source>NETSDK1017: Asset preprocessor must be configured before assets are processed.</source>
<target state="translated">NETSDK1017: prima di elaborare le risorse, è necessario configurare il preprocessore di risorse.</target>
<note>{StrBegins="NETSDK1017: "}</note>
</trans-unit>
<trans-unit id="AssetsFileMissingRuntimeIdentifier">
<source>NETSDK1047: Assets file '{0}' doesn't have a target for '{1}'. Ensure that restore has run and that you have included '{2}' in the TargetFrameworks for your project. You may also need to include '{3}' in your project's RuntimeIdentifiers.</source>
<target state="translated">NETSDK1047: il file di risorse '{0}' non contiene una destinazione per '{1}'. Assicurarsi che il ripristino sia stato eseguito e che '{2}' sia stato incluso negli elementi TargetFramework del progetto. Potrebbe anche essere necessario includere '{3}' negli elementi RuntimeIdentifier del progetto.</target>
<note>{StrBegins="NETSDK1047: "}</note>
</trans-unit>
<trans-unit id="AssetsFileMissingTarget">
<source>NETSDK1005: Assets file '{0}' doesn't have a target for '{1}'. Ensure that restore has run and that you have included '{2}' in the TargetFrameworks for your project.</source>
<target state="translated">NETSDK1005: il file di risorse '{0}' non contiene una destinazione per '{1}'. Assicurarsi che il ripristino sia stato eseguito e che '{2}' sia stato incluso negli elementi TargetFramework del progetto.</target>
<note>{StrBegins="NETSDK1005: "}</note>
</trans-unit>
<trans-unit id="AssetsFileNotFound">
<source>NETSDK1004: Assets file '{0}' not found. Run a NuGet package restore to generate this file.</source>
<target state="translated">NETSDK1004: il file di risorse '{0}' non è stato trovato. Per generare questo file, eseguire un ripristino del pacchetto NuGet.</target>
<note>{StrBegins="NETSDK1004: "}</note>
</trans-unit>
<trans-unit id="AssetsFileNotSet">
<source>NETSDK1063: The path to the project assets file was not set. Run a NuGet package restore to generate this file.</source>
<target state="translated">NETSDK1063: il percorso del file di risorse del progetto non è stato impostato. Per generare questo file, eseguire un ripristino del pacchetto NuGet.</target>
<note>{StrBegins="NETSDK1063: "}</note>
</trans-unit>
<trans-unit id="AssetsFilePathNotRooted">
<source>NETSDK1006: Assets file path '{0}' is not rooted. Only full paths are supported.</source>
<target state="translated">NETSDK1006: il percorso dei file di risorse '{0}' non contiene una radice. Sono supportati solo percorsi completi.</target>
<note>{StrBegins="NETSDK1006: "}</note>
</trans-unit>
<trans-unit id="AtLeastOneTargetFrameworkMustBeSpecified">
<source>NETSDK1001: At least one possible target framework must be specified.</source>
<target state="translated">NETSDK1001: è necessario specificare almeno un framework di destinazione possibile.</target>
<note>{StrBegins="NETSDK1001: "}</note>
</trans-unit>
<trans-unit id="CannotDirectlyReferenceMicrosoftNetCompilersToolsetFramework">
<source>NETSDK1205: The Microsoft.Net.Compilers.Toolset.Framework package should not be set directly. Set the property 'BuildWithNetFrameworkHostedCompiler' to 'true' instead if you need it.</source>
<target state="translated">NETSDK1205: il pacchetto Microsoft.Net.Compilers.Toolset.Framework non deve essere impostato direttamente. Se necessario, impostare la proprietà 'BuildWithNetFrameworkHostedCompiler' su 'true'.</target>
<note>{StrBegins="NETSDK1205: "}{Locked="Microsoft.Net.Compilers.Toolset.Framework"}{Locked="BuildWithNetFrameworkHostedCompiler"}</note>
</trans-unit>
<trans-unit id="CannotFindApphostForRid">
<source>NETSDK1065: Cannot find app host for {0}. {0} could be an invalid runtime identifier (RID). For more information about RID, see https://aka.ms/rid-catalog.</source>
<target state="translated">NETSDK1065: non è possibile trovare l'host delle app per {0}. {0} potrebbe essere un identificatore di runtime (RID) non valido. Per altre informazioni sul RID, vedere https://aka.ms/rid-catalog.</target>
<note>{StrBegins="NETSDK1065: "}</note>
</trans-unit>
<trans-unit id="CannotFindComhost">
<source>NETSDK1091: Unable to find a .NET Core COM host. The .NET Core COM host is only available on .NET Core 3.0 or higher when targeting Windows.</source>
<target state="translated">NETSDK1091: non è possibile trovare un host COM .NET Core. L'host COM .NET Core è disponibile solo in .NET Core 3.0 o versioni successive quando è destinato a Windows.</target>
<note>{StrBegins="NETSDK1091: "}</note>
</trans-unit>
<trans-unit id="CannotFindIjwhost">
<source>NETSDK1114: Unable to find a .NET Core IJW host. The .NET Core IJW host is only available on .NET Core 3.1 or higher when targeting Windows.</source>
<target state="translated">NETSDK1114: non è possibile trovare un host IJW .NET Core. L'host IJW .NET Core è disponibile solo in .NET Core 3.1 o versioni successive quando la destinazione è Windows.</target>
<note>{StrBegins="NETSDK1114: "}</note>
</trans-unit>
<trans-unit id="CannotFindProjectInfo">
<source>NETSDK1007: Cannot find project info for '{0}'. This can indicate a missing project reference.</source>
<target state="translated">NETSDK1007: le informazioni del progetto per '{0}' non sono state trovate. Questo errore può indicare la mancanza di un riferimento al progetto.</target>
<note>{StrBegins="NETSDK1007: "}</note>
</trans-unit>
<trans-unit id="CannotHaveRuntimeIdentifierPlatformMismatchPlatformTarget">
<source>NETSDK1032: The RuntimeIdentifier platform '{0}' and the PlatformTarget '{1}' must be compatible.</source>
<target state="translated">NETSDK1032: la piattaforma '{0}' di RuntimeIdentifier e quella '{1}' di PlatformTarget devono essere compatibili.</target>
<note>{StrBegins="NETSDK1032: "}</note>
</trans-unit>
<trans-unit id="CannotHaveSelfContainedWithoutRuntimeIdentifier">
<source>NETSDK1031: It is not supported to build or publish a self-contained application without specifying a RuntimeIdentifier. You must either specify a RuntimeIdentifier or set SelfContained to false.</source>
<target state="translated">NETSDK1031: non è possibile compilare o pubblicare un'applicazione indipendente senza specificare un elemento RuntimeIdentifier. Specificare un elemento RuntimeIdentifier o impostare SelfContained su false.</target>
<note>{StrBegins="NETSDK1031: "}</note>
</trans-unit>
<trans-unit id="CannotHaveSingleFileWithoutRuntimeIdentifier">
<source>NETSDK1097: It is not supported to publish an application to a single-file without specifying a RuntimeIdentifier. You must either specify a RuntimeIdentifier or set PublishSingleFile to false.</source>
<target state="translated">NETSDK1097: non è possibile pubblicare un'applicazione in un singolo file senza specificare un elemento RuntimeIdentifier. Specificare un elemento RuntimeIdentifier o impostare PublishSingleFile su false.</target>
<note>{StrBegins="NETSDK1097: "}</note>
</trans-unit>
<trans-unit id="CannotHaveSingleFileWithoutAppHost">
<source>NETSDK1098: Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.</source>
<target state="translated">NETSDK1098: le applicazioni pubblicate in un singolo file sono necessarie per usare l'host dell'applicazione. Impostare PublishSingleFile su false o UseAppHost su true.</target>
<note>{StrBegins="NETSDK1098: "}</note>
</trans-unit>
<trans-unit id="CannotHaveSingleFileWithoutExecutable">
<source>NETSDK1099: Publishing to a single-file is only supported for executable applications.</source>
<target state="translated">NETSDK1099: la pubblicazione in un singolo file è supportata solo per le applicazioni eseguibili.</target>
<note>{StrBegins="NETSDK1099: "}</note>
</trans-unit>
<trans-unit id="CannotHaveSolutionLevelOutputPath">
<source>NETSDK1194: The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.</source>
<target state="translated">NETSDK1194: l'opzione "--output" non è supportata durante la compilazione di una soluzione. Se si specifica un percorso di output a livello di soluzione, tutti i progetti copiano gli output nella stessa directory, con possibili compilazioni incoerenti.</target>
<note>{StrBegins="NETSDK1194: "}{Locked="--output"}</note>
</trans-unit>
<trans-unit id="CannotHaveSolutionLevelRuntimeIdentifier">
<source>NETSDK1134: Building a solution with a specific RuntimeIdentifier is not supported. If you would like to publish for a single RID, specify the RID at the individual project level instead.</source>
<target state="translated">NETSDK1134: non è supportata la compilazione di una soluzione con un parametro RuntimeIdentifier specifico. Se si desidera pubblicare per un singolo RID, specificare il RID a livello di singolo progetto.</target>
<note>{StrBegins="NETSDK1134: "}</note>
</trans-unit>
<trans-unit id="CannotHaveSupportedOSPlatformVersionHigherThanTargetPlatformVersion">
<source>NETSDK1135: SupportedOSPlatformVersion {0} cannot be higher than TargetPlatformVersion {1}.</source>
<target state="translated">NETSDK1135: il valore di SupportedOSPlatformVersion {0} non può essere maggiore di quello di TargetPlatformVersion {1}.</target>
<note>{StrBegins="NETSDK1135: "}</note>
</trans-unit>
<trans-unit id="CannotIncludeAllContentButNotNativeLibrariesInSingleFile">
<source>NETSDK1143: Including all content in a single file bundle also includes native libraries. If IncludeAllContentForSelfExtract is true, IncludeNativeLibrariesForSelfExtract must not be false.</source>
<target state="translated">NETSDK1143: se si include tutto il contenuto in un unico bundle di file, verranno incluse anche le librerie native. Se IncludeAllContentForSelfExtract è true, IncludeNativeLibrariesForSelfExtract non deve essere false.</target>
<note>{StrBegins="NETSDK1143: "}</note>
</trans-unit>
<trans-unit id="CannotIncludeSymbolsInSingleFile">
<source>NETSDK1142: Including symbols in a single file bundle is not supported when publishing for .NET5 or higher.</source>
<target state="translated">NETSDK1142: l'inclusione dei simboli in un unico bundle di file non è supportata quando si esegue la pubblicazione per .NET 5 o versioni successive.</target>
<note>{StrBegins="NETSDK1142: "}</note>
</trans-unit>
<trans-unit id="CannotInferTargetFrameworkIdentifierAndVersion">
<source>NETSDK1013: The TargetFramework value '{0}' was not recognized. It may be misspelled. If not, then the TargetFrameworkIdentifier and/or TargetFrameworkVersion properties must be specified explicitly.</source>
<target state="translated">NETSDK1013: il valore {0}' di TargetFramework non è stato riconosciuto. È possibile che sia stato digitato in modo errato. In caso contrario, le proprietà TargetFrameworkIdentifier e/o TargetFrameworkVersion devono essere specificate in modo esplicito.</target>
<note>{StrBegins="NETSDK1013: "}</note>
</trans-unit>
<trans-unit id="CannotUseSelfContainedWithoutAppHost">
<source>NETSDK1067: Self-contained applications are required to use the application host. Either set SelfContained to false or set UseAppHost to true.</source>
<target state="translated">NETSDK1067: con le applicazioni complete è necessario usare l'host applicazione. Impostare SelfContained su false o UseAppHost su true.</target>
<note>{StrBegins="NETSDK1067: "}</note>
</trans-unit>
<trans-unit id="CanOnlyHaveSingleFileWithNetCoreApp">
<source>NETSDK1125: Publishing to a single-file is only supported for netcoreapp target.</source>
<target state="translated">NETSDK1125: la pubblicazione in un file singolo è supportata solo per la destinazione netcoreapp.</target>
<note>{StrBegins="NETSDK1125: "}</note>
</trans-unit>
<trans-unit id="CantSpecifyBothProperties">
<source>NETSDK1230: The {0} and {1} properties cannot both be specified. Remove one or the other.</source>
<target state="translated">NETSDK1230: non è possibile specificare contemporaneamente le proprietà {0} e {1}. Rimuoverne una delle due.</target>
<note>{StrBegins="NETSDK1230: "}</note>
</trans-unit>
<trans-unit id="ChoosingAssemblyVersion_Info">
<source>Choosing '{0}' because AssemblyVersion '{1}' is greater than '{2}'.</source>
<target state="translated">Verrà scelto '{0}' perché il valore di AssemblyVersion '{1}' è maggiore di '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ChoosingCopyLocalArbitrarily_Info">
<source>Choosing '{0}' arbitrarily as both items are copy-local and have equal file and assembly versions.</source>
<target state="translated">Verrà scelto '{0}' in modo arbitrario perché entrambi gli elementi sono una copia locale e contengono versioni di file e assembly uguali.</target>
<note />
</trans-unit>
<trans-unit id="ChoosingFileVersion_Info">
<source>Choosing '{0}' because file version '{1}' is greater than '{2}'.</source>
<target state="translated">Verrà scelto '{0}' perché la versione del file '{1}' è maggiore di '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ChoosingPlatformItem_Info">
<source>Choosing '{0}' because it is a platform item.</source>
<target state="translated">Verrà scelto '{0}' perché è un elemento della piattaforma.</target>
<note />
</trans-unit>
<trans-unit id="ChoosingPreferredPackage_Info">
<source>Choosing '{0}' because it comes from a package that is preferred.</source>
<target state="translated">Verrà scelto '{0}' perché proviene da un pacchetto preferito.</target>
<note />
</trans-unit>
<trans-unit id="ClsidMapConflictingGuids">
<source>NETSDK1089: The '{0}' and '{1}' types have the same CLSID '{2}' set in their GuidAttribute. Each COMVisible class needs to have a distinct guid for their CLSID.</source>
<target state="translated">NETSDK1089: per i tipi '{0}' e '{1}' è impostato lo stesso CLSID '{2}' nel relativo elemento GuidAttribute. Ogni classe COMVisible deve includere un GUID distinto per il CLSID.</target>
<note>{StrBegins="NETSDK1089: "}
{0} - The first type with the conflicting guid.
{1} - The second type with the conflicting guid.
{2} - The guid the two types have.</note>
</trans-unit>
<trans-unit id="ClsidMapExportedTypesRequireExplicitGuid">
<source>NETSDK1088: The COMVisible class '{0}' must have a GuidAttribute with the CLSID of the class to be made visible to COM in .NET Core.</source>
<target state="translated">NETSDK1088: la classe COMVisible '{0}' deve includere un elemento GuidAttribute con il CLSID della classe da rendere visibile per COM in .NET Core.</target>
<note>{StrBegins="NETSDK1088: "}
{0} - The ComVisible class that doesn't have a GuidAttribute on it.</note>
</trans-unit>
<trans-unit id="ClsidMapInvalidAssembly">
<source>NETSDK1090: The supplied assembly '{0}' is not valid. Cannot generate a CLSIDMap from it.</source>
<target state="translated">NETSDK1090: l'assembly specificato '{0}' non è valido. Non può essere usato per generare un elemento CLSIDMap.</target>
<note>{StrBegins="NETSDK1090: "}
{0} - The path to the invalid assembly.</note>
</trans-unit>
<trans-unit id="CompressionInSingleFileRequires60">
<source>NETSDK1167: Compression in a single file bundle is only supported when publishing for .NET6 or higher.</source>
<target state="translated">NETSDK1167: la compressione in un unico bundle di file è supportata solo quando si esegue la pubblicazione per .NET6 o versioni successive.</target>
<note>{StrBegins="NETSDK1167: "}</note>
</trans-unit>
<trans-unit id="CompressionInSingleFileRequiresSelfContained">
<source>NETSDK1176: Compression in a single file bundle is only supported when publishing a self-contained application.</source>
<target state="translated">NETSDK1176: la compressione in un unico bundle di file è supportata solo quando si esegue la pubblicazione di un'applicazione indipendente.</target>
<note>{StrBegins="NETSDK1176: "}</note>
</trans-unit>
<trans-unit id="ConflictingRuntimePackInformation">
<source>NETSDK1133: There was conflicting information about runtime packs available for {0}:
{1}</source>
<target state="translated">NETSDK1133: sono presenti informazioni in conflitto sui pacchetti di runtime disponibili per {0}:
{1}</target>
<note>{StrBegins="NETSDK1133: "}</note>
</trans-unit>
<trans-unit id="ContentItemDoesNotProvideOutputPath">
<source>NETSDK1014: Content item for '{0}' sets '{1}', but does not provide '{2}' or '{3}'.</source>
<target state="translated">NETSDK1014: l'elemento di contenuto per '{0}' imposta '{1}', ma non fornisce '{2}' o '{3}'.</target>
<note>{StrBegins="NETSDK1014: "}</note>
</trans-unit>
<trans-unit id="ContentPreproccessorParameterRequired">
<source>NETSDK1010: The '{0}' task must be given a value for parameter '{1}' in order to consume preprocessed content.</source>
<target state="translated">NETSDK1010: per poter utilizzare il contenuto pre-elaborato, è necessario assegnare un valore per il parametro '{1}' nell'attività '{0}'.</target>
<note>{StrBegins="NETSDK1010: "}</note>
</trans-unit>
<trans-unit id="CouldNotDetermineWinner_DoesNotExist_Info">
<source>Could not determine winner because '{0}' does not exist.</source>
<target state="translated">Non è stato possibile determinare la versione da usare perché '{0}' non esiste.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotDetermineWinner_EqualVersions_Info">
<source>Could not determine winner due to equal file and assembly versions.</source>
<target state="translated">Non è stato possibile determinare la versione da usare perché le versioni dell'assembly e del file sono uguali.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotDetermineWinner_NoFileVersion_Info">
<source>Could not determine a winner because '{0}' has no file version.</source>
<target state="translated">Non è stato possibile determinare la versione da usare perché non esiste alcuna versione del file per '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotDetermineWinner_NotAnAssembly_Info">
<source>Could not determine a winner because '{0}' is not an assembly.</source>
<target state="translated">Non è stato possibile determinare la versione da usare perché '{0}' non è un assembly.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotGetPackVersionFromWorkloadManifests">
<source>NETSDK1181: Error getting pack version: Pack '{0}' was not present in workload manifests.</source>
<target state="translated">NETSDK1181: errore durante il recupero della versione del pacchetto: il pacchetto '{0}' non era presente nei manifesti del carico di lavoro.</target>
<note>{StrBegins="NETSDK1181: "}</note>
</trans-unit>
<trans-unit id="CouldNotLoadPlatformManifest">
<source>NETSDK1042: Could not load PlatformManifest from '{0}' because it did not exist.</source>
<target state="translated">NETSDK1042: non è stato possibile caricare PlatformManifest da '{0}' perché non esiste.</target>
<note>{StrBegins="NETSDK1042: "}</note>
</trans-unit>
<trans-unit id="CppRequiresTFMVersion31">
<source>NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'.</source>
<target state="translated">NETSDK1120: con i progetti C++/CLI destinati a .NET Core è il framework di destinazione deve essere impostato almeno su 'netcoreapp3.1'.</target>
<note>{StrBegins="NETSDK1120: "}</note>
</trans-unit>
<trans-unit id="Crossgen2MissingRequiredMetadata">
<source>NETSDK1158: Required '{0}' metadata missing on Crossgen2Tool item.</source>
<target state="translated">NETSDK1158: nell'elemento Crossgen2Tool mancano i metadati richiesti di '{0}'.</target>
<note>{StrBegins="NETSDK1158: "}</note>
</trans-unit>
<trans-unit id="Crossgen2RequiresSelfContained">
<source>NETSDK1126: Publishing ReadyToRun using Crossgen2 is only supported for self-contained applications.</source>
<target state="translated">NETSDK1126: la pubblicazione di ReadyToRun tramite Crossgen2 è supportata solo per le applicazioni autonome.</target>
<note>{StrBegins="NETSDK1126: "}</note>
</trans-unit>
<trans-unit id="Crossgen2ToolExecutableNotFound">
<source>NETSDK1155: Crossgen2Tool executable '{0}' not found.</source>
<target state="translated">NETSDK1155: l'eseguibile '{0}' di Crossgen2Tool non è stato trovato.</target>
<note>{StrBegins="NETSDK1155: "}</note>
</trans-unit>
<trans-unit id="Crossgen2ToolMissingWhenUseCrossgen2IsSet">
<source>NETSDK1154: Crossgen2Tool must be specified when UseCrossgen2 is set to true.</source>
<target state="translated">NETSDK1154: è necessario specificare Crossgen2Tool quando UseCrossgen2 è impostato su true.</target>
<note>{StrBegins="NETSDK1154: "}</note>
</trans-unit>
<trans-unit id="Crossgen5CannotEmitSymbolsInCompositeMode">
<source>NETSDK1166: Cannot emit symbols when publishing for .NET 5 with Crossgen2 using composite mode.</source>
<target state="translated">NETSDK1166: non è possibile creare simboli durante la pubblicazione per .NET 5 con Crossgen2 usando la modalità composita.</target>
<note>{StrBegins="NETSDK1166: "}</note>
</trans-unit>
<trans-unit id="CrossgenToolExecutableNotFound">
<source>NETSDK1160: CrossgenTool executable '{0}' not found.</source>
<target state="translated">NETSDK1160: l'eseguibile '{0}' di CrossgenTool non è stato trovato.</target>
<note>{StrBegins="NETSDK1160: "}</note>
</trans-unit>
<trans-unit id="CrossgenToolMissingInPDBCompilationMode">
<source>NETSDK1153: CrossgenTool not specified in PDB compilation mode.</source>
<target state="translated">NETSDK1153: CrossgenTool non è stato specificato nella modalità di compilazione PDB.</target>
<note>{StrBegins="NETSDK1153: "}</note>
</trans-unit>
<trans-unit id="CrossgenToolMissingWhenUseCrossgen2IsNotSet">
<source>NETSDK1159: CrossgenTool must be specified when UseCrossgen2 is set to false.</source>
<target state="translated">NETSDK1159: è necessario specificare CrossgenTool quando UseCrossgen2 è impostato su false.</target>
<note>{StrBegins="NETSDK1159: "}</note>
</trans-unit>
<trans-unit id="DiaSymReaderLibraryNotFound">
<source>NETSDK1161: DiaSymReader library '{0}' not found.</source>
<target state="translated">NETSDK1161: la libreria '{0}' di DiaSymReader non è stata trovata.</target>
<note>{StrBegins="NETSDK1161: "}</note>
</trans-unit>
<trans-unit id="DotNetHostExecutableNotFound">
<source>NETSDK1156: .NET host executable '{0}' not found.</source>
<target state="translated">NETSDK1156: l'eseguibile '{0}' dell'host .NET non è stato trovato.</target>
<note>{StrBegins="NETSDK1156: "}</note>
</trans-unit>
<trans-unit id="DotnetToolDoesNotSupportCustomNuspecFile">
<source>NETSDK1235: .NET Tools do not support using a custom .nuspec file, but the nuspec file '{0}' was provided. .NET Tools use a custom package layout and package identifier convention and must be customized through MSBuild logic only. Remove the NuspecFile property from this project to enable packing it as a .NET Tool.</source>
<target state="new">NETSDK1235: .NET Tools do not support using a custom .nuspec file, but the nuspec file '{0}' was provided. .NET Tools use a custom package layout and package identifier convention and must be customized through MSBuild logic only. Remove the NuspecFile property from this project to enable packing it as a .NET Tool.</target>
<note>{StrBegins="NETSDK1235: "}{Locked="{0}"}{Locked="NuspecFile"}</note>
</trans-unit>
<trans-unit id="DotnetToolDoesNotSupportTFMLowerThanNetcoreapp21">
<source>NETSDK1055: DotnetTool does not support target framework lower than netcoreapp2.1.</source>
<target state="translated">NETSDK1055: DotnetTool non supporta framework di destinazione di versioni precedenti a netcoreapp2.1.</target>
<note>{StrBegins="NETSDK1055: "}</note>
</trans-unit>
<trans-unit id="DotnetToolOnlySupportNetcoreapp">
<source>NETSDK1054: only supports .NET Core.</source>
<target state="translated">NETSDK1054: supporta solo .NET Core.</target>
<note>{StrBegins="NETSDK1054: "}</note>
</trans-unit>
<trans-unit id="DuplicateItemsError">
<source>NETSDK1022: Duplicate '{0}' items were included. The .NET SDK includes '{0}' items from your project directory by default. You can either remove these items from your project file, or set the '{1}' property to '{2}' if you want to explicitly include them in your project file. For more information, see {4}. The duplicate items were: {3}</source>
<target state="translated">NETSDK1022: sono stati inclusi '{0}' elementi duplicati. Per impostazione predefinita, .NET SDK include '{0}' elementi della directory del progetto. È possibile rimuovere tali elementi dal file di progetto oppure impostare la proprietà '{1}' su '{2}' se si vuole includerli implicitamente nel file di progetto. Per altre informazioni, vedere {4}. Gli elementi duplicati sono: {3}</target>
<note>{StrBegins="NETSDK1022: "}</note>
</trans-unit>
<trans-unit id="DuplicatePreprocessorToken">
<source>NETSDK1015: The preprocessor token '{0}' has been given more than one value. Choosing '{1}' as the value.</source>
<target state="translated">NETSDK1015: al token di preprocessore '{0}' è stato assegnato più di un valore. Come valore verrà scelto '{1}'.</target>
<note>{StrBegins="NETSDK1015: "}</note>
</trans-unit>
<trans-unit id="DuplicatePublishOutputFiles">
<source>NETSDK1152: Found multiple publish output files with the same relative path: {0}.</source>
<target state="translated">NETSDK1152: sono stati trovati più file di output di pubblicazione con lo stesso percorso relativo: {0}.</target>
<note>{StrBegins="NETSDK1152: "}</note>
</trans-unit>
<trans-unit id="DuplicateRuntimePackAsset">
<source>NETSDK1110: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET team here: https://aka.ms/dotnet-sdk-issue.</source>
<target state="translated">NETSDK1110: più di un asset nel pacchetto di runtime ha lo stesso percorso secondario di destinazione di '{0}'. Segnalare questo errore al team di .NET all'indirizzo: https://aka.ms/dotnet-sdk-issue.</target>
<note>{StrBegins="NETSDK1110: "}</note>
</trans-unit>
<trans-unit id="DuplicateTypeLibraryIds">
<source>NETSDK1169: The same resource ID {0} was specified for two type libraries '{1}' and '{2}'. Duplicate type library IDs are not allowed.</source>
<target state="translated">NETSDK1169: è stato specificato lo stesso ID di risorsa {0} per due librerie dei tipi '{1}' e '{2}'. Gli ID della libreria dei tipi duplicati non sono consentiti.</target>
<note>{StrBegins="NETSDK1169: "}</note>
</trans-unit>
<trans-unit id="EnableSingleFileAnalyzerUnsupported">
<source>NETSDK1211: EnableSingleFileAnalyzer is not supported for the target framework. Consider multi-targeting to a supported framework to enable single-file analysis, and set EnableSingleFileAnalyzer only for the supported frameworks. For example:
<EnableSingleFileAnalyzer Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', '{0}'))">true</EnableSingleFileAnalyzer></source>
<target state="translated">NETSDK1211: EnableSingleFileAnalyzer non è supportato per il framework di destinazione. Prendere in considerazione la multitargeting per un framework supportato per abilitare l'analisi a file singolo e impostare EnableSingleFileAnalyzer solo per i framework supportati. Ad esempio:
<EnableSingleFileAnalyzer Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', '{0}'))">true</EnableSingleFileAnalyzer></target>
<note>{StrBegins="NETSDK1211: "}</note>
</trans-unit>
<trans-unit id="EncounteredConflict_Info">
<source>Encountered conflict between '{0}' and '{1}'.</source>
<target state="translated">È stato rilevato un conflitto tra '{0}' e '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ErrorParsingFrameworkListInvalidValue">
<source>NETSDK1051: Error parsing FrameworkList from '{0}'. {1} '{2}' was invalid.</source>
<target state="translated">NETSDK1051: si è verificato un errore durante l'analisi di FrameworkList da '{0}'. {1} '{2}' non è valido.</target>
<note>{StrBegins="NETSDK1051: "}</note>
</trans-unit>
<trans-unit id="ErrorParsingPlatformManifest">
<source>NETSDK1043: Error parsing PlatformManifest from '{0}' line {1}. Lines must have the format {2}.</source>
<target state="translated">NETSDK1043: si è verificato un errore durante l'analisi di PlatformManifest da '{0}' a riga {1}. Il formato delle righe deve essere {2}.</target>
<note>{StrBegins="NETSDK1043: "}</note>
</trans-unit>
<trans-unit id="ErrorParsingPlatformManifestInvalidValue">
<source>NETSDK1044: Error parsing PlatformManifest from '{0}' line {1}. {2} '{3}' was invalid.</source>
<target state="translated">NETSDK1044: si è verificato un errore durante l'analisi di PlatformManifest da '{0}' a riga {1}. Il valore {2} '{3}' non è valido.</target>
<note>{StrBegins="NETSDK1044: "}</note>
</trans-unit>
<trans-unit id="ErrorReadingAssetsFile">
<source>NETSDK1060: Error reading assets file: {0}</source>
<target state="translated">NETSDK1060: errore durante la lettura del file di asset: {0}</target>
<note>{StrBegins="NETSDK1060: "}</note>
</trans-unit>
<trans-unit id="FailedToDeleteApphost">
<source>NETSDK1111: Failed to delete output apphost: {0}</source>
<target state="translated">NETSDK1111: non è stato possibile eliminare l'apphost di output: {0}</target>
<note>{StrBegins="NETSDK1111: "}</note>
</trans-unit>
<trans-unit id="FailedToLockResource">
<source>NETSDK1077: Failed to lock resource.</source>
<target state="translated">NETSDK1077: non è stato possibile bloccare la risorsa.</target>
<note>{StrBegins="NETSDK1077: "}</note>
</trans-unit>
<trans-unit id="FileNameIsTooLong">
<source>NETSDK1030: Given file name '{0}' is longer than 1024 bytes</source>
<target state="translated">NETSDK1030: il nome file specificato '{0}' supera 1024 byte</target>
<note>{StrBegins="NETSDK1030: "}</note>
</trans-unit>
<trans-unit id="FolderAlreadyExists">
<source>NETSDK1024: Folder '{0}' already exists either delete it or provide a different ComposeWorkingDir</source>
<target state="translated">NETSDK1024: la cartella '{0}' esiste già. Eliminarla o specificare un elemento ComposeWorkingDir diverso</target>
<note>{StrBegins="NETSDK1024: "}</note>
</trans-unit>
<trans-unit id="FrameworkDependentAppHostRequiresVersion21">
<source>NETSDK1068: The framework-dependent application host requires a target framework of at least 'netcoreapp2.1'.</source>
<target state="translated">NETSDK1068: con l'host applicazione dipendente dal framework il framework di destinazione deve essere impostato almeno su 'netcoreapp2.1'.</target>
<note>{StrBegins="NETSDK1068: "}</note>
</trans-unit>
<trans-unit id="FrameworkListPathNotRooted">
<source>NETSDK1052: Framework list file path '{0}' is not rooted. Only full paths are supported.</source>
<target state="translated">NETSDK1052: il percorso '{0}' del file dell'elenco di framework non contiene una radice. Sono supportati solo percorsi completi.</target>
<note>{StrBegins="NETSDK1052: "}</note>
</trans-unit>
<trans-unit id="FrameworkReferenceDuplicateError">
<source>NETSDK1087: Multiple FrameworkReference items for '{0}' were included in the project.</source>
<target state="translated">NETSDK1087: nel progetto sono stati inclusi più elementi FrameworkReference per '{0}'.</target>
<note>{StrBegins="NETSDK1087: "}</note>
</trans-unit>
<trans-unit id="FrameworkReferenceOverrideWarning">
<source>NETSDK1086: A FrameworkReference for '{0}' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see {1}</source>
<target state="translated">NETSDK1086: nel progetto è stato incluso un elemento FrameworkReference per '{0}'. Questo elemento viene usato come riferimento implicito da .NET SDK e non è in genere necessario farvi riferimento dal progetto. Per altre informazioni, vedere {1}</target>
<note>{StrBegins="NETSDK1086: "}</note>
</trans-unit>
<trans-unit id="GetDependsOnNETStandardFailedWithException">
<source>NETSDK1049: Resolved file has a bad image, no metadata, or is otherwise inaccessible. {0} {1}</source>
<target state="translated">NETSDK1049: il file risolto ha un'immagine danneggiata, non contiene metadati o è inaccessibile per altri motivi. {0} {1}</target>
<note>{StrBegins="NETSDK1049: "}</note>
</trans-unit>
<trans-unit id="GlobalJsonSDKResolutionFailed">
<source>NETSDK1141: Unable to resolve the .NET SDK version as specified in the global.json located at {0}.</source>
<target state="translated">NETSDK1141: non è possibile risolvere la versione di .NET SDK come specificato nel file global.json presente in {0}.</target>
<note>{StrBegins="NETSDK1141: "}</note>
</trans-unit>
<trans-unit id="ILLinkFailed">
<source>NETSDK1144: Optimizing assemblies for size failed.</source>
<target state="translated">NETSDK1144: l'ottimizzazione degli assembly per le dimensioni non è riuscita.</target>
<note>{StrBegins="NETSDK1144: "}</note>
</trans-unit>
<trans-unit id="ILLinkNoValidRuntimePackageError">
<source>NETSDK1195: Trimming, or code compatibility analysis for trimming, single-file deployment, or ahead-of-time compilation is not supported for the target framework. For more information, see https://aka.ms/netsdk1195</source>
<target state="translated">NETSDK1195: la limitazione o l'analisi della compatibilità del codice per la limitazione, la distribuzione di file singolo o la compilazione in anticipo non è supportata per il framework di destinazione. Per altre informazioni, vedere https://aka.ms/netsdk1195</target>
<note>{StrBegins="NETSDK1195: "}</note>
</trans-unit>
<trans-unit id="ILLinkNotSupportedError">
<source>NETSDK1102: Optimizing assemblies for size is not supported for the selected publish configuration. Please ensure that you are publishing a self-contained app.</source>
<target state="translated">NETSDK1102: l'ottimizzazione degli assembly per le dimensioni non è supportata per la configurazione di pubblicazione selezionata. Assicurarsi di pubblicare un'app indipendente.</target>
<note>{StrBegins="NETSDK1102: "}</note>
</trans-unit>
<trans-unit id="ILLinkOptimizedAssemblies">
<source>Optimizing assemblies for size may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink</source>
<target state="translated">L'ottimizzazione degli assembly per le dimensioni potrebbe comportare la modifica del comportamento dell'app. Assicurarsi di testarla dopo la pubblicazione. Vedere: https://aka.ms/dotnet-illink</target>
<note />
</trans-unit>
<trans-unit id="ILLinkRunning">
<source>Optimizing assemblies for size. This process might take a while.</source>
<target state="translated">Ottimizzazione degli assembly per le dimensioni. Questo processo potrebbe richiedere del tempo.</target>
<note />
</trans-unit>
<trans-unit id="ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed">
<source>NETSDK1191: A runtime identifier for the property '{0}' couldn't be inferred. Specify a rid explicitly.</source>
<target state="translated">NETSDK1191: non è stato possibile dedurre un identificatore di runtime per la proprietà '{0}'. Specificare un RID in modo esplicito.</target>
<note>{StrBegins="NETSDK1191: "}</note>
</trans-unit>
<trans-unit id="IncorrectPackageRoot">
<source>NETSDK1020: Package Root {0} was incorrectly given for Resolved library {1}</source>
<target state="translated">NETSDK1020: la radice {0} del pacchetto specificata per la libreria risolta {1} non è corretta</target>
<note>{StrBegins="NETSDK1020: "}</note>
</trans-unit>
<trans-unit id="IncorrectTargetFormat">
<source>NETSDK1025: The target manifest {0} provided is of not the correct format</source>
<target state="translated">NETSDK1025: il formato del manifesto di destinazione specificato {0} non è corretto</target>
<note>{StrBegins="NETSDK1025: "}</note>
</trans-unit>
<trans-unit id="InputAssemblyNotFound">
<source>NETSDK1163: Input assembly '{0}' not found.</source>
<target state="translated">NETSDK1163: l'assembly di input '{0}' non è stato trovato.</target>
<note>{StrBegins="NETSDK1163: "}</note>
</trans-unit>
<trans-unit id="InvalidAppHostDotNetSearch">
<source>NETSDK1217: Invalid value in AppHostDotNetSearch: '{0}'.</source>
<target state="translated">NETSDK1217: valore non valido in AppHostDotNetSearch: '{0}'.</target>
<note>{StrBegins="NETSDK1217: "}</note>
</trans-unit>
<trans-unit id="InvalidFrameworkName">
<source>NETSDK1003: Invalid framework name: '{0}'.</source>
<target state="translated">NETSDK1003: nome di framework non valido: '{0}'.</target>
<note>{StrBegins="NETSDK1003: "}</note>
</trans-unit>
<trans-unit id="InvalidItemSpecToUse">
<source>NETSDK1058: Invalid value for ItemSpecToUse parameter: '{0}'. This property must be blank or set to 'Left' or 'Right'</source>
<target state="translated">NETSDK1058: valore non valido per il parametro ItemSpecToUse: '{0}'. Questa proprietà deve essere vuota o impostata su 'Left' o 'Right'</target>
<note>{StrBegins="NETSDK1058: "}
The following are names of parameters or literal values and should not be translated: ItemSpecToUse, Left, Right</note>
</trans-unit>
<trans-unit id="InvalidNuGetVersionString">
<source>NETSDK1018: Invalid NuGet version string: '{0}'.</source>
<target state="translated">NETSDK1018: la stringa di versione '{0}' di NuGet non è valida.</target>
<note>{StrBegins="NETSDK1018: "}</note>
</trans-unit>
<trans-unit id="InvalidResourceUpdate">
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
<target state="translated">NETSDK1075: il punto di controllo dell'aggiornamento non è valido. Non è possibile usare questa istanza per ulteriori aggiornamenti.</target>
<note>{StrBegins="NETSDK1075: "}</note>
</trans-unit>
<trans-unit id="InvalidRollForwardValue">
<source>NETSDK1104: RollForward value '{0}' is invalid. Allowed values are {1}.</source>
<target state="translated">NETSDK1104: il valore '{0}' di RollForward non è valido. I valori consentiti sono {1}.</target>
<note>{StrBegins="NETSDK1104: "}</note>
</trans-unit>
<trans-unit id="InvalidTargetPlatformVersion">
<source>NETSDK1140: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</source>
<target state="translated">NETSDK1140: {0} non è un valore valido di TargetPlatformVersion per or {1}. Le versioni valide includono:
{2}</target>
<note>{StrBegins="NETSDK1140: "}</note>
</trans-unit>
<trans-unit id="InvalidTypeLibrary">
<source>NETSDK1173: The provided type library '{0}' is in an invalid format.</source>
<target state="translated">NETSDK1173: il formato della libreria dei tipi specificata '{0}' non è valido.</target>
<note>{StrBegins="NETSDK1173: "}</note>
</trans-unit>
<trans-unit id="InvalidTypeLibraryId">
<source>NETSDK1170: The provided type library ID '{0}' for type library '{1}' is invalid. The ID must be a positive integer less than 65536.</source>
<target state="translated">NETSDK1170: l'ID '{0}' per la libreria dei tipi specificato '{1}' non è valido. L'ID deve essere un numero positivo intero inferiore a 65536.</target>
<note>{StrBegins="NETSDK1170: "}</note>
</trans-unit>
<trans-unit id="IsAotCompatibleUnsupported">
<source>NETSDK1210: IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', '{0}'))">true</IsAotCompatible></source>
<target state="translated">NETSDK1210: IsAotCompatible e EnableAotAnalyzer non sono supportati per il framework di destinazione. Prendere in considerazione la multitargeting per un framework supportato per abilitare l'analisi della compilazione in anticipo e impostare IsAotCompatible solo per i framework supportati. Ad esempio:
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', '{0}'))">true</IsAotCompatible></target>
<note>{StrBegins="NETSDK1210: "}</note>
</trans-unit>
<trans-unit id="IsTrimmableUnsupported">
<source>NETSDK1212: IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', '{0}'))">true</IsTrimmable></source>
<target state="translated">NETSDK1212: IsTrimmable e EnableTrimAnalyzer non sono supportati per il framework di destinazione. Prendere in considerazione la multitargeting per un framework supportato per abilitare il taglio e impostare IsTrimmable solo per i framework supportati. Ad esempio:
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', '{0}'))">true</IsTrimmable></target>
<note>{StrBegins="NETSDK1212: "}</note>
</trans-unit>
<trans-unit id="JitLibraryNotFound">
<source>NETSDK1157: JIT library '{0}' not found.</source>
<target state="translated">NETSDK1157: la libreria '{0}' di JIT non è stata trovata.</target>
<note>{StrBegins="NETSDK1157: "}</note>
</trans-unit>
<trans-unit id="MicrosoftNetSdkCompilersToolsetNotFound">
<source>NETSDK1216: Package Microsoft.Net.Sdk.Compilers.Toolset is not downloaded but it is needed because your MSBuild and SDK versions are mismatched. Ensure version {0} of the package is available in your NuGet source feeds and then run NuGet package restore from Visual Studio or MSBuild.</source>
<target state="translated">NETSDK1216: il pacchetto Microsoft.Net.Sdk.Compilers.Toolset non è scaricato, ma è necessario perché le versioni di MSBuild e SDK non corrispondono. Verificare che la versione {0} del pacchetto sia disponibile nei feed di origine NuGet e quindi eseguire il ripristino del pacchetto NuGet da Visual Studio o MSBuild.</target>
<note>{StrBegins="NETSDK1216: "}{Locked="Microsoft.Net.Sdk.Compilers.Toolset"} {0} is a NuGet package version and should not be translated.</note>
</trans-unit>
<trans-unit id="MicrosoftNetSdkCompilersToolsetRootEmpty">
<source>NETSDK1221: NuGetPackageRoot property is empty so package Microsoft.Net.Sdk.Compilers.Toolset cannot be used but it is recommended because your MSBuild and SDK versions are mismatched. Ensure you are building with '/restore /t:Build' and not '/t:Restore;Build'.</source>
<target state="translated">NETSDK1221: la proprietà NuGetPackageRoot è vuota, quindi non è possibile usare il pacchetto Microsoft.Net.Sdk.Compilers.Toolset, tuttavia è consigliabile perché le versioni di MSBuild e SDK non corrispondono. Assicurarsi di compilare con '/restore /t:Build' e non con '/t:Restore;Build'.</target>
<note>{StrBegins="NETSDK1221: "}{Locked="NuGetPackageRoot"}{Locked="Microsoft.Net.Sdk.Compilers.Toolset"}{Locked="'/restore /t:Build'"}{Locked="'/t:Restore;Build'"}</note>
</trans-unit>
<trans-unit id="MismatchedPlatformPackageVersion">
<source>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</source>
<target state="translated">NETSDK1061: per il ripristino del progetto è stato usato {0} versione {1}, ma con le impostazioni correnti viene usata la versione {2}. Per risolvere il problema, assicurarsi di usare le stesse impostazioni per il ripristino e per le operazioni successive, quali compilazione o pubblicazione. In genere questo problema può verificarsi se la proprietà RuntimeIdentifier viene impostata durante la compilazione o la pubblicazione, ma non durante il ripristino. Per altre informazioni, vedere https://aka.ms/dotnet-runtime-patch-selection.</target>
<note>{StrBegins="NETSDK1061: "}
{0} - Package Identifier for platform package
{1} - Restored version of platform package
{2} - Current version of platform package</note>
</trans-unit>
<trans-unit id="MissingItemMetadata">
<source>NETSDK1008: Missing '{0}' metadata on '{1}' item '{2}'.</source>
<target state="translated">NETSDK1008: mancano i metadati di '{0}' sull'elemento '{2}' di '{1}'.</target>
<note>{StrBegins="NETSDK1008: "}</note>
</trans-unit>
<trans-unit id="MissingOutputPDBImagePath">
<source>NETSDK1164: Missing output PDB path in PDB generation mode (OutputPDBImage metadata).</source>
<target state="translated">NETSDK1164: il percorso PDB di output non è presente nella modalità di generazione PDB (metadati di OutputPDBImage).</target>
<note>{StrBegins="NETSDK1164: "}</note>
</trans-unit>
<trans-unit id="MissingOutputR2RImageFileName">
<source>NETSDK1165: Missing output R2R image path (OutputR2RImage metadata).</source>
<target state="translated">NETSDK1165: il percorso dell'immagine R2R di output non è presente (metadati di OutputR2RImage).</target>
<note>{StrBegins="NETSDK1165: "}</note>
</trans-unit>
<trans-unit id="MissingTypeLibraryId">
<source>NETSDK1171: An integer ID less than 65536 must be provided for type library '{0}' because more than one type library is specified.</source>
<target state="translated">NETSDK1171: un ID intero inferiore a 65536 deve essere fornito per la libreria dei tipi '{0}' perché è specificata più di una libreria dei tipi.</target>
<note>{StrBegins="NETSDK1171: "}</note>
</trans-unit>
<trans-unit id="MultipleFilesResolved">
<source>NETSDK1021: More than one file found for {0}</source>
<target state="translated">NETSDK1021: è stato trovato più di un file per {0}</target>
<note>{StrBegins="NETSDK1021: "}</note>
</trans-unit>
<trans-unit id="NETFrameworkToNonBuiltInNETStandard">
<source>NETSDK1069: This project uses a library that targets .NET Standard 1.5 or higher, and the project targets a version of .NET Framework that doesn't have built-in support for that version of .NET Standard. Visit https://aka.ms/net-standard-known-issues for a set of known issues. Consider retargeting to .NET Framework 4.7.2.</source>
<target state="translated">NETSDK1069: questo progetto usa una libreria destinata a .NET Standard 1.5 o versione successiva ed è destinato a una versione di .NET Framework che non include il supporto predefinito per tale versione di .NET Standard. Per un serie di problemi noti, visitare https://aka.ms/net-standard-known-issues. Provare a impostare come destinazione .NET Framework 4.7.2.</target>
<note>{StrBegins="NETSDK1069: "}</note>
</trans-unit>
<trans-unit id="NETFrameworkWithoutUsingNETSdkDefaults">
<source>NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework.</source>
<target state="translated">NETSDK1115: l'istanza corrente di .NET SDK non supporta .NET Framework senza usare le impostazioni predefinite di .NET SDK. Il problema dipende probabilmente da una mancata corrispondenza tra la proprietà CLRSupport del progetto C++/CLI e TargetFramework.</target>
<note>{StrBegins="NETSDK1115: "}</note>
</trans-unit>
<trans-unit id="NativeCompilationRequiresPublishing">
<source>NETSDK1225: Native compilation is not supported when invoking the Publish target directly. Try running dotnet publish.</source>
<target state="translated">NETSDK1225: la compilazione nativa non è supportata quando si richiama direttamente la destinazione di pubblicazione. Provare a eseguire dotnet publish.</target>
<note>{StrBegins="NETSDK1225: "}</note>
</trans-unit>
<trans-unit id="Net10NotCompatibleWithVS17">
<source>NETSDK1233: Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.</source>
<target state="translated">NETSDK1233: il targeting di .NET 10.0 o versione successiva in Visual Studio 2022 17.14 non è supportato.</target>
<note>{StrBegins="NETSDK1233: "}</note>
</trans-unit>
<trans-unit id="NoAppHostAvailable">
<source>NETSDK1084: There is no application host available for the specified RuntimeIdentifier '{0}'.</source>
<target state="translated">NETSDK1084: non è disponibile alcun host applicazione per l'elemento RuntimeIdentifier specificato '{0}'.</target>
<note>{StrBegins="NETSDK1084: "}</note>
</trans-unit>
<trans-unit id="NoBuildRequested">
<source>NETSDK1085: The 'NoBuild' property was set to true but the 'Build' target was invoked.</source>
<target state="translated">NETSDK1085: non è stata impostata alcuna proprietà 'NoBuild' su true, ma è stata chiamata la destinazione 'Build'.</target>
<note>{StrBegins="NETSDK1085: "}</note>
</trans-unit>
<trans-unit id="NoCompatibleTargetFramework">
<source>NETSDK1002: Project '{0}' targets '{2}'. It cannot be referenced by a project that targets '{1}'.</source>
<target state="translated">NETSDK1002: il progetto '{0}' è destinato a '{2}'. Non può essere usato come riferimento in un progetto destinato a '{1}'.</target>
<note>{StrBegins="NETSDK1002: "}</note>
</trans-unit>
<trans-unit id="NoRuntimePackAvailable">
<source>NETSDK1082: There was no runtime pack for {0} available for the specified RuntimeIdentifier '{1}'.</source>
<target state="translated">NETSDK1082: non è disponibile alcun pacchetto di runtime per {0} per l'elemento RuntimeIdentifier specificato '{1}'.</target>
<note>{StrBegins="NETSDK1082: "}</note>
</trans-unit>
<trans-unit id="NoRuntimePackInformation">
<source>NETSDK1132: No runtime pack information was available for {0}.</source>
<target state="translated">NETSDK1132: non sono disponibili informazioni sui pacchetti di runtime per {0}.</target>
<note>{StrBegins="NETSDK1132: "}</note>
</trans-unit>
<trans-unit id="NoSupportComSelfContained">
<source>NETSDK1128: COM hosting does not support self-contained deployments.</source>
<target state="translated">NETSDK1128: l'hosting COM non supporta le distribuzioni complete.</target>
<note>{StrBegins="NETSDK1128: "}</note>
</trans-unit>
<trans-unit id="NoSupportCppEnableComHosting">
<source>NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true.</source>
<target state="translated">NETSDK1119: i progetti C++/CLI destinati a .NET Core non possono usare EnableComHosting=true.</target>
<note>{StrBegins="NETSDK1119: "}</note>
</trans-unit>
<trans-unit id="NoSupportCppNonDynamicLibraryDotnetCore">
<source>NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries.</source>
<target state="translated">NETSDK1116: i progetti C++/CLI destinati a .NET Core devono essere librerie dinamiche.</target>
<note>{StrBegins="NETSDK1116: "}</note>
</trans-unit>
<trans-unit id="NoSupportCppPackDotnetCore">
<source>NETSDK1118: C++/CLI projects targeting .NET Core cannot be packed.</source>
<target state="translated">NETSDK1118: i progetti C++/CLI destinati a .NET Core non possono essere compressi.</target>
<note>{StrBegins="NETSDK1118: "}</note>
</trans-unit>
<trans-unit id="NoSupportCppPublishDotnetCore">
<source>NETSDK1117: Does not support publish of C++/CLI project targeting dotnet core.</source>
<target state="translated">NETSDK1117: la pubblicazione di progetti C++/CLI destinati a .NET Core non è supportata.</target>
<note>{StrBegins="NETSDK1117: "}</note>
</trans-unit>
<trans-unit id="NoSupportCppSelfContained">
<source>NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true.</source>
<target state="translated">NETSDK1121: i progetti C++/CLI destinati a .NET Core non possono usare SelfContained=true.</target>
<note>{StrBegins="NETSDK1121: "}</note>
</trans-unit>
<trans-unit id="NonPortableRuntimeIdentifierDetected">
<source>NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): {0}. Affected libraries: {1}. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.</source>
<target state="translated">NETSDK1206: sono stati trovati identificatori di runtime specifici della versione o specifici della distribuzione: {0}. Librerie interessate: {1}. In .NET 8.0 e versioni successive gli asset per identificatori di runtime specifici della versione e specifici della distribuzione non verranno trovati per impostazione predefinita. Per i dettagli, vedere https://aka.ms/dotnet/rid-usage.</target>
<note>{StrBegins="NETSDK1206: "}</note>
</trans-unit>
<trans-unit id="NonSelfContainedExeCannotReferenceSelfContained">
<source>NETSDK1151: The referenced project '{0}' is a self-contained executable. A self-contained executable cannot be referenced by a non self-contained executable. For more information, see https://aka.ms/netsdk1151</source>
<target state="translated">NETSDK1151: il progetto '{0}' a cui viene fatto riferimento è un eseguibile autonomo. Non è possibile fare riferimento a un eseguibile autonomo da un eseguibile non autonomo. Per altre informazioni, vedere https://aka.ms/netsdk1151</target>
<note>{StrBegins="NETSDK1151: "}</note>
</trans-unit>
<trans-unit id="PDBGeneratorInputExecutableNotFound">
<source>NETSDK1162: PDB generation: R2R executable '{0}' not found.</source>
<target state="translated">NETSDK1162: generazione PDB: l'eseguibile '{0}' di R2R non è stato trovato.</target>
<note>{StrBegins="NETSDK1162: "}</note>
</trans-unit>
<trans-unit id="PackAsToolCannotSupportSelfContained">
<source>NETSDK1053: Pack as tool does not support self contained.</source>
<target state="translated">NETSDK1053: la creazione di pacchetti come strumenti non prevede elementi autonomi.</target>
<note>{StrBegins="NETSDK1053: "}</note>
</trans-unit>
<trans-unit id="PackAsToolCannotSupportTargetPlatformIdentifier">
<source>NETSDK1146: PackAsTool does not support TargetPlatformIdentifier being set. For example, TargetFramework cannot be net5.0-windows, only net5.0. PackAsTool also does not support UseWPF or UseWindowsForms when targeting .NET 5 and higher.</source>
<target state="translated">NETSDK1146: PackAsTool non supporta l'impostazione di TargetPlatformIdentifier. Ad esempio, TargetFramework non può essere essere impostato su net5.0-windows, ma solo su net5.0. PackAsTool non supporta neanche UseWPF o UseWindowsForms quando la destinazione è .NET 5 e versioni successive.</target>
<note>{StrBegins="NETSDK1146: "}</note>
</trans-unit>
<trans-unit id="PackageContainsIncorrectlyCasedLocale">
<source>NETSDK1187: Package {0} {1} has a resource with the locale '{2}'. This locale has been normalized to the standard format '{3}' to prevent casing issues in the build. Consider notifying the package author about this casing issue.</source>
<target state="translated">NETSDK1187: il pacchetto {0} {1} include una risorsa con le impostazioni locali '{2}'. Queste impostazioni locali sono state normalizzate nel formato standard '{3}' per evitare problemi di maiuscole e minuscole nella compilazione. È consigliabile informare l'autore del pacchetto in merito a questo problema di maiuscole e minuscole.</target>
<note>{StrBegins="NETSDK1187: "} 0 is a package name, 1 is a package version, 2 is the incorrect locale string, and 3 is the correct locale string.</note>
</trans-unit>
<trans-unit id="PackageContainsUnknownLocale">
<source>NETSDK1188: Package {0} {1} has a resource with the locale '{2}'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.</source>
<target state="translated">NETSDK1188: il pacchetto {0} {1} include una risorsa con le impostazioni locali '{2}'. Queste impostazioni locali non sono riconosciute da .NET. È consigliabile notificare all'autore del pacchetto che sembra usare impostazioni locali non valide.</target>
<note>{StrBegins="NETSDK1188: "} 0 is a package name, 1 is a package version, and 2 is the incorrect locale string</note>
</trans-unit>
<trans-unit id="PackageNotFound">
<source>NETSDK1064: Package {0}, version {1} was not found. It might have been deleted since NuGet restore. Otherwise, NuGet restore might have only partially completed, which might have been due to maximum path length restrictions.</source>
<target state="translated">NETSDK1064: il pacchetto {0} versione {1} non è stato trovato. Potrebbe essere stato eliminato dopo il ripristino di NuGet. In caso contrario, il ripristino di NuGet potrebbe essere stato completato solo parzialmente, a causa delle restrizioni relative alla lunghezza massima del percorso.</target>
<note>{StrBegins="NETSDK1064: "}</note>
</trans-unit>
<trans-unit id="PackageReferenceOverrideWarning">
<source>NETSDK1023: A PackageReference for '{0}' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see {1}</source>
<target state="translated">NETSDK1023: nel progetto è stato incluso un riferimento al pacchetto per '{0}'. Questo pacchetto viene usato come riferimento implicito da .NET SDK e non è in genere necessario farvi riferimento dal progetto. Per altre informazioni, vedere {1}</target>
<note>{StrBegins="NETSDK1023: "}</note>
</trans-unit>
<trans-unit id="PackageReferenceVersionNotRecommended">
<source>NETSDK1071: A PackageReference to '{0}' specified a Version of `{1}`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs</source>
<target state="translated">NETSDK1071: in un elemento PackageReference che fa riferimento a '{0}' è specificata la versione di `{1}`. È consigliabile non specificare la versione di questo pacchetto. Per altre informazioni, vedere https://aka.ms/sdkimplicitrefs</target>
<note>{StrBegins="NETSDK1071: "}</note>
</trans-unit>
<trans-unit id="PlaceholderRunCommandProjectAbbreviationDeprecated">
<source>NETSDK1174: Placeholder</source>
<target state="translated">NETSDK1174: Placeholder</target>
<note>{StrBegins="NETSDK1174: "} - This string is not used here, but is a placeholder for the error code, which is used by the "dotnet run" command.</note>
</trans-unit>
<trans-unit id="Prefer32BitIgnoredForNetCoreApp">
<source>NETSDK1189: Prefer32Bit is not supported and has no effect for netcoreapp target.</source>
<target state="translated">NETSDK1189: Prefer32Bit non è supportato e non ha alcun effetto per la destinazione netcoreapp.</target>
<note>{StrBegins="NETSDK1189: "}</note>
</trans-unit>
<trans-unit id="PreferNativeArm64IgnoredForNetCoreApp">
<source>NETSDK1222: PreferNativeArm64 applies only to .NET Framework targets. It is not supported and has no effect for when targeting .NET Core.</source>
<target state="translated">NETSDK1222: PreferNativeArm64 si applica solo alle destinazioni .NET Framework. Non è supportato e non ha alcun effetto quando si usa .NET Core come destinazione.</target>
<note>{StrBegins="NETSDK1222: "}</note>
</trans-unit>
<trans-unit id="ProjectAssetsConsumedWithoutMSBuildProjectPath">
<source>NETSDK1011: Assets are consumed from project '{0}', but no corresponding MSBuild project path was found in '{1}'.</source>
<target state="translated">NETSDK1011: le risorse vengono utilizzate dal progetto '{0}', ma non è stato trovato alcun percorso di progetto MSBuild corrispondente in '{1}'.</target>
<note>{StrBegins="NETSDK1011: "}</note>
</trans-unit>
<trans-unit id="ProjectContainsObsoleteDotNetCliTool">
<source>NETSDK1059: The tool '{0}' is now included in the .NET SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box).</source>
<target state="translated">NETSDK1059: lo strumento '{0}' è ora incluso in .NET SDK. Per informazioni sulla risoluzione di questo avviso, vedere (https://aka.ms/dotnetclitools-in-box).</target>
<note>{StrBegins="NETSDK1059: "}</note>
</trans-unit>
<trans-unit id="ProjectToolOnlySupportTFMLowerThanNetcoreapp22">
<source>NETSDK1093: Project tools (DotnetCliTool) only support targeting .NET Core 2.2 and lower.</source>
<target state="translated">NETSDK1093: gli strumenti del progetto (DotnetCliTool) supportano come destinazione solo .NET Core 2.2 e versioni precedenti.</target>
<note>{StrBegins="NETSDK1093: "}</note>
</trans-unit>
<trans-unit id="PrunePackageDataNotFound">
<source>NETSDK1226: Prune Package data not found {0} {1} {2}. To ignore this error, set the AllowMissingPrunePackageData to true.</source>
<target state="translated">NETSDK1226: dati del pacchetto Prune non trovati {0} {1} {2}. Per ignorare questo errore, impostare AllowMissingPrunePackageData su true.</target>
<note>{StrBegins="NETSDK1226: "}</note>
</trans-unit>
<trans-unit id="PublishProfileNotPresent">
<source>NETSDK1198: A publish profile with the name '{0}' was not found in the project. Set the PublishProfile property to a valid file name.</source>
<target state="translated">NETSDK1198: un profilo di pubblicazione denominato '{0}' non è stato trovato nel progetto. Impostare la proprietà PublishProfile su un nome file valido.</target>
<note>{StrBegins="NETSDK1198: "}</note>
</trans-unit>
<trans-unit id="PublishReadyToRunRequiresVersion30">
<source>NETSDK1122: ReadyToRun compilation will be skipped because it is only supported for .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1122: la compilazione eseguita con ReadyToRun verrà ignorata perché è supportata solo per .NET Core 3.0 o versioni successive.</target>
<note>{StrBegins="NETSDK1122: "}</note>
</trans-unit>
<trans-unit id="PublishSelfContainedMustBeBool">
<source>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</source>
<target state="translated">NETSDK1193: se PublishSelfContained è impostato, deve essere true o false. Il valore specificato è '{0}'.</target>
<note>{StrBegins="NETSDK1193: "}</note>
</trans-unit>
<trans-unit id="PublishSingleFileRequiresVersion30">
<source>NETSDK1123: Publishing an application to a single-file requires .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1123: per la pubblicazione di un'applicazione in un file singolo è richiesto .NET Core 3.0 o versioni successive.</target>
<note>{StrBegins="NETSDK1123: "}</note>
</trans-unit>
<trans-unit id="PublishTrimmedRequiresVersion30">
<source>NETSDK1124: Trimming assemblies requires .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1124: per il trimming degli assembly è richiesto .NET Core 3.0 o versioni successive.</target>
<note>{StrBegins="NETSDK1124: "}</note>
</trans-unit>
<trans-unit id="PublishUnsupportedWithoutTargetFramework">
<source>NETSDK1129: The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: {0}</source>
<target state="translated">NETSDK1129: la destinazione 'Publish' non è supportata senza specificare un framework di destinazione. Il progetto corrente è destinato a più framework ed è necessario specificare uno dei framework seguenti per la pubblicazione: {0}</target>
<note>{StrBegins="NETSDK1129: "}</note>
</trans-unit>
<trans-unit id="ReadyToRunCompilationFailed">
<source>NETSDK1096: Optimizing assemblies for performance failed. You can either exclude the failing assemblies from being optimized, or set the PublishReadyToRun property to false.</source>
<target state="translated">NETSDK1096: l'ottimizzazione degli assembly per le prestazioni non è riuscita. È possibile escludere gli assembly in errore dall'ottimizzazione oppure impostare la proprietà PublishReadyToRun su false.</target>
<note>{StrBegins="NETSDK1096: "}</note>
</trans-unit>
<trans-unit id="ReadyToRunCompilationHasWarnings_Info">
<source>Some ReadyToRun compilations emitted warnings, indicating potential missing dependencies. Missing dependencies could potentially cause runtime failures. To show the warnings, set the PublishReadyToRunShowWarnings property to true.</source>
<target state="translated">Alcune compilazioni eseguite con la proprietà ReadyToRun hanno restituito avvisi per indicare potenziali dipendenze mancanti. Le dipendenze mancanti potrebbero causare errori di runtime. Per visualizzare gli avvisi, impostare la proprietà PublishReadyToRunShowWarnings su true.</target>
<note />
</trans-unit>
<trans-unit id="ReadyToRunNoValidRuntimePackageError">
<source>NETSDK1094: Unable to optimize assemblies for performance: a valid runtime package was not found. Either set the PublishReadyToRun property to false, or use a supported runtime identifier when publishing. When targeting .NET 6 or higher, make sure to restore packages with the PublishReadyToRun property set to true.</source>
<target state="translated">NETSDK1094: non è possibile ottimizzare gli assembly per le prestazioni perché non è stato trovato alcun pacchetto di runtime valido. Impostare la proprietà PublishReadyToRun su false oppure usare un identificatore di runtime supportato durante la pubblicazione. Quando si usa .NET 6 o versioni successive, assicurarsi di ripristinare i pacchetti con la proprietà PublishReadyToRun impostata su true.</target>
<note>{StrBegins="NETSDK1094: "}</note>
</trans-unit>
<trans-unit id="ReadyToRunPartialCompileIgnoredInCompositeMode">
<source>NETSDK1237: Assembly '{0}' was listed in PublishReadyToRunPartialAssemblies but is being compiled into a composite image. Partial compilation is only supported for assemblies compiled separately. The assembly will be compiled fully into the composite image.</source>
<target state="new">NETSDK1237: Assembly '{0}' was listed in PublishReadyToRunPartialAssemblies but is being compiled into a composite image. Partial compilation is only supported for assemblies compiled separately. The assembly will be compiled fully into the composite image.</target>
<note>{StrBegins="NETSDK1237: "}{Locked="{0}"}</note>
</trans-unit>
<trans-unit id="ReadyToRunTargetNotSupportedError">
<source>NETSDK1095: Optimizing assemblies for performance is not supported for the selected target platform or architecture. Please verify you are using a supported runtime identifier, or set the PublishReadyToRun property to false.</source>
<target state="translated">NETSDK1095: l'ottimizzazione degli assembly per le prestazioni non è supportata per la piattaforma o l'architettura di destinazione selezionata. Verificare di usare un identificatore di runtime supportato oppure impostare la proprietà PublishReadyToRun su false.</target>
<note>{StrBegins="NETSDK1095: "}</note>
</trans-unit>
<trans-unit id="RollForwardRequiresVersion30">
<source>NETSDK1103: RollForward setting is only supported on .NET Core 3.0 or higher.</source>
<target state="translated">NETSDK1103: l'impostazione RollForward è supportata solo in .NET Core 3.0 o versione successiva.</target>
<note>{StrBegins="NETSDK1103: "}</note>
</trans-unit>
<trans-unit id="RoslynCompilerTypeFrameworkIsDeprecated">
<source>NETSDK1234: RoslynCompilerType 'Framework' is deprecated and will be removed in a future version. Please refer to {0} for more information.</source>
<target state="translated">NETSDK1234: RoslynCompilerType 'Framework' è deprecato e sarà rimosso in una versione futura. Per altre informazioni, vedere {0}.</target>
<note>{StrBegins="NETSDK1234: "}{Locked="RoslynCompilerType"}{Locked="Framework"}{Locked="{0}"}</note>
</trans-unit>
<trans-unit id="RuntimeGraphFileDoesNotExist">
<source>NETSDK1231: File '{0}' does not exist. Please ensure the runtime graph path exists.</source>
<target state="translated">NETSDK1231: il file '{0}' non esiste. Verificare che il percorso del grafo del runtime esista.</target>
<note>{StrBegins="NETSDK1231: "}{Locked="{0}"}</note>
</trans-unit>
<trans-unit id="RuntimeIdentifierNotRecognized">
<source>NETSDK1083: The specified RuntimeIdentifier '{0}' is not recognized. See https://aka.ms/netsdk1083 for more information.</source>
<target state="translated">NETSDK1083: L'elemento RuntimeIdentifier {0} specificato non è riconosciuto. Per altre informazioni, vedere https://aka.ms/netsdk1083.</target>
<note>{StrBegins="NETSDK1083: "}</note>
</trans-unit>
<trans-unit id="RuntimeIdentifierWasNotSpecified">
<source>NETSDK1028: Specify a RuntimeIdentifier</source>
<target state="translated">NETSDK1028: specificare un elemento RuntimeIdentifier</target>
<note>{StrBegins="NETSDK1028: "}</note>
</trans-unit>
<trans-unit id="RuntimeIdentifierWillNoLongerImplySelfContained">
<source>NETSDK1201: For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.</source>
<target state="translated">NETSDK1201: per i progetti destinati a .NET 8.0 e versioni successive, la specifica di RuntimeIdentifier non produrrà più un'app indipendente per impostazione predefinita. Per continuare a compilare app indipendenti, impostare la proprietà SelfContained su true o usare l'argomento --self-contained.</target>
<note>{StrBegins="NETSDK1201: "}</note>
</trans-unit>
<trans-unit id="RuntimeListNotFound">
<source>NETSDK1109: Runtime list file '{0}' was not found. Report this error to the .NET team here: https://aka.ms/dotnet-sdk-issue.</source>
<target state="translated">NETSDK1109: il file di elenco di runtime '{0}' non è stato trovato. Segnalare questo errore al team di .NET all'indirizzo: https://aka.ms/dotnet-sdk-issue.</target>
<note>{StrBegins="NETSDK1109: "}</note>
</trans-unit>
<trans-unit id="RuntimePackNotDownloaded">
<source>NETSDK1112: The runtime pack for {0} was not downloaded. Try running a NuGet restore with the RuntimeIdentifier '{1}'.</source>
<target state="translated">NETSDK1112: il pacchetto di runtime per {0} non è stato scaricato. Provare a eseguire un ripristino NuGet con RuntimeIdentifier '{1}'.</target>
<note>{StrBegins="NETSDK1112: "}</note>
</trans-unit>
<trans-unit id="RuntimePackNotRestored_TransitiveDisabled">
<source>NETSDK1185: The Runtime Pack for FrameworkReference '{0}' was not available. This may be because DisableTransitiveFrameworkReferenceDownloads was set to true.</source>
<target state="translated">NETSDK1185: il Runtime Pack per FrameworkReference '{0}' non è disponibile. È possibile che DisableTransitiveFrameworkReferenceDownloads sia stato impostato su true.</target>
<note>{StrBegins="NETSDK1185: "}</note>
</trans-unit>
<trans-unit id="SelfContainedExeCannotReferenceNonSelfContained">
<source>NETSDK1150: The referenced project '{0}' is a non self-contained executable. A non self-contained executable cannot be referenced by a self-contained executable. For more information, see https://aka.ms/netsdk1150</source>
<target state="translated">NETSDK1150: il progetto '{0}' a cui viene fatto riferimento è un eseguibile non autonomo. Non è possibile fare riferimento a un eseguibile non autonomo da un eseguibile autonomo. Per altre informazioni, vedere https://aka.ms/netsdk1150</target>
<note>{StrBegins="NETSDK1150: "}</note>
</trans-unit>
<trans-unit id="SelfContainedOptionShouldBeUsedWithRuntime">
<source>NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.</source>
<target state="translated">NETSDK1179: quando si usa '--runtime' è necessaria una delle opzioni '--self-contained' o '--no-self-contained'.</target>
<note>{StrBegins="NETSDK1179: "}{Locked="--self-contained"}{Locked="--no-self-contained"}{Locked="--runtime"}</note>
</trans-unit>
<trans-unit id="SingleFileBundleUnexpectedExclusion">
<source>NETSDK1236: The single-file bundle generation task excluded files that were expected to be included: {0}. This may indicate a mismatch between the SDK's bundle filtering logic and the bundler task.</source>
<target state="new">NETSDK1236: The single-file bundle generation task excluded files that were expected to be included: {0}. This may indicate a mismatch between the SDK's bundle filtering logic and the bundler task.</target>
<note>{StrBegins="NETSDK1236: "}</note>
</trans-unit>
<trans-unit id="SkippingAdditionalProbingPaths">
<source>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</source>
<target state="translated">NETSDK1048: per GenerateRuntimeConfigurationFiles è stato specificato 'AdditionalProbingPaths', ma questo valore verrà ignorato perché 'RuntimeConfigDevPath' è vuoto.</target>
<note>{StrBegins="NETSDK1048: "}</note>
</trans-unit>
<trans-unit id="SolutionProjectConfigurationsConflict">
<source>NETSDK1197: Multiple solution project(s) contain conflicting '{0}' values; ensure the values match. Consider using a Directory.build.props file to set the property for all projects. Conflicting projects:
{1}</source>
<target state="translated">NETSDK1197: più progetti della soluzione contengono valori '{0}' in conflitto. Verificare che i valori corrispondano. Provare a usare un file Directory.build.props per impostare la proprietà di tutti i progetti. Progetti in conflitto:
{1}</target>
<note>{StrBegins="NETSDK1197: "}</note>
</trans-unit>
<trans-unit id="TargetFrameworkIsEol">
<source>NETSDK1138: The target framework '{0}' is out of support and will not receive security updates in the future. Please refer to {1} for more information about the support policy.</source>
<target state="translated">NETSDK1138: il framework di destinazione '{0}' non è più supportato e non riceverà aggiornamenti della sicurezza in futuro. Per altre informazioni sui criteri di supporto, vedere {1}.</target>
<note>{StrBegins="NETSDK1138: "}</note>
</trans-unit>
<trans-unit id="TargetFrameworkIsNotRecommended">
<source>NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See {0} for more details.</source>
<target state="translated">NETSDK1215: la destinazione .NET Standard precedente alla 2.0 non è più consigliata. Vedi {0} per altri dettagli.</target>
<note>{StrBegins="NETSDK1215: "}</note>
</trans-unit>
<trans-unit id="TargetFrameworkWithSemicolon">
<source>NETSDK1046: The TargetFramework value '{0}' is not valid. To multi-target, use the 'TargetFrameworks' property instead.</source>
<target state="translated">NETSDK1046: il valore '{0}' di TargetFramework non è valido. Per impostare più destinazioni, usare la proprietà 'TargetFrameworks'.</target>
<note>{StrBegins="NETSDK1046: "}</note>
</trans-unit>
<trans-unit id="TargetingApphostPackMissingCannotRestore">
<source>NETSDK1145: The {0} pack is not installed and NuGet package restore is not supported. Upgrade Visual Studio, remove global.json if it specifies a certain SDK version, and uninstall the newer SDK. For more options visit https://aka.ms/targeting-apphost-pack-missing Pack Type:{0}, Pack directory: {1}, targetframework: {2}, Pack PackageId: {3}, Pack Package Version: {4}</source>
<target state="translated">NETSDK1145: il pacchetto {0} non è installato e il ripristino del pacchetto NuGet non è supportato. Aggiornare Visual Studio, rimuovere global.json se specifica una determinata versione dell'SDK e disinstallare l'SDK più recente. Per altre opzioni, vedere https://aka.ms/targeting-apphost-pack-missing. Tipo del pacchetto: {0}. Directory del pacchetto: {1}. Framework di destinazione: {2}. ID pacchetto: {3}. Versione del pacchetto: {4}</target>
<note>{StrBegins="NETSDK1145: "}</note>
</trans-unit>
<trans-unit id="TargetingPackNeedsRestore">
<source>NETSDK1127: The targeting pack {0} is not installed. Please restore and try again.</source>
<target state="translated">NETSDK1127: il Targeting Pack {0} non è installato. Ripristinare e riprovare.</target>
<note>{StrBegins="NETSDK1127: "}</note>
</trans-unit>
<trans-unit id="TargetingPackNotRestored_TransitiveDisabled">
<source>NETSDK1184: The Targeting Pack for FrameworkReference '{0}' was not available. This may be because DisableTransitiveFrameworkReferenceDownloads was set to true.</source>
<target state="translated">NETSDK1184: il Targeting Pack per FrameworkReference '{0}' non è disponibile. È possibile che DisableTransitiveFrameworkReferenceDownloads sia stato impostato su true.</target>
<note>{StrBegins="NETSDK1184: "}</note>
</trans-unit>
<trans-unit id="TrimmingWindowsFormsIsNotSupported">
<source>NETSDK1175: Windows Forms is not supported or recommended with trimming enabled. Please go to https://aka.ms/dotnet-illink/windows-forms for more details.</source>
<target state="translated">NETSDK1175: quando il trimming è abilitato, Windows Form non è supportato o consigliato. Per altre informazioni, vedere https://aka.ms/dotnet-illink/windows-forms.</target>
<note>{StrBegins="NETSDK1175: "}</note>
</trans-unit>
<trans-unit id="TrimmingWpfIsNotSupported">
<source>NETSDK1168: WPF is not supported or recommended with trimming enabled. Please go to https://aka.ms/dotnet-illink/wpf for more details.</source>
<target state="translated">NETSDK1168: quando il trimming è abilitato, il WPF non è supportato o consigliato. Per altre informazioni, visitare https://aka.ms/dotnet-illink/wpf.</target>
<note>{StrBegins="NETSDK1168: "}</note>
</trans-unit>
<trans-unit id="TypeLibraryDoesNotExist">
<source>NETSDK1172: The provided type library '{0}' does not exist.</source>
<target state="translated">NETSDK1172: la libreria dei tipi specificata '{0}' non esiste.</target>
<note>{StrBegins="NETSDK1172: "}</note>
</trans-unit>
<trans-unit id="UnableToFindMatchingRid">
<source>NETSDK1232: Unable to find a matching RID for '{0}' from among [{1}] in graph '{2}'.</source>
<target state="translated">NETSDK1232: non è possibile trovare un RID corrispondente a '{0}' tra [{1}] nel grafo '{2}'.</target>
<note>{StrBegins="NETSDK1232: "}{Locked="{0}"}{Locked="{1}"}{Locked="{2}"}</note>
</trans-unit>
<trans-unit id="UnableToFindResolvedPath">
<source>NETSDK1016: Unable to find resolved path for '{0}'.</source>
<target state="translated">NETSDK1016: il percorso risolto per '{0}' non è stato trovato.</target>
<note>{StrBegins="NETSDK1016: "}</note>
</trans-unit>
<trans-unit id="UnableToUsePackageAssetsCache_Info">
<source>Unable to use package assets cache due to I/O error. This can occur when the same project is built more than once in parallel. Performance may be degraded, but the build result will not be impacted.</source>
<target state="translated">Non è possibile usare la cache delle risorse del pacchetto a causa dell'errore di I/O. Questo problema può verificarsi quando lo stesso progetto viene compilato più volte in parallelo. Può influire sulle prestazioni, ma non sul risultato della compilazione.</target>
<note />
</trans-unit>