-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathStrings.it.xlf
More file actions
3207 lines (3206 loc) · 234 KB
/
Strings.it.xlf
File metadata and controls
3207 lines (3206 loc) · 234 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="AbortingBuild">
<source>Attempting to cancel the build...</source>
<target state="translated">Tentativo di annullare la compilazione in corso...</target>
<note />
</trans-unit>
<trans-unit id="AmbiguousTaskParameterError">
<source>MSB4001: The "{0}" task has more than one parameter called "{1}".</source>
<target state="translated">MSB4001: l'attività "{0}" contiene più di un parametro denominato "{1}".</target>
<note>{StrBegin="MSB4001: "}UE: This message is shown when a task has more than one .NET property with the same name -- it's unclear which of
those properties the task wants to use as a parameter in project files.</note>
</trans-unit>
<trans-unit id="AspNetCompiler.UnsupportedMSBuildVersion">
<source>MSB4249: Unable to build website project "{0}". The ASP.NET compiler is only available on the .NET Framework version of MSBuild.</source>
<target state="translated">MSB4249: non è possibile compilare il progetto di sito Web "{0}". Il compilatore ASP.NET è disponibile solo nella versione .NET Framework di MSBuild.</target>
<note>{StrBegin="MSB4249: "}</note>
</trans-unit>
<trans-unit id="AssemblyLoad_Warning">
<source>The custom task '{0}' required a fallback to out-of-process execution because the UsingTask definition does not specify the correct Runtime and Architecture. This reduces build performance. Update the UsingTask element to explicitly specify Runtime and Architecture attributes (e.g., Runtime="CLR4" Architecture="x64") or use TaskFactory="TaskHostFactory".</source>
<target state="translated">L'attività personalizzata "{0}" ha richiesto un fallback all'esecuzione out-of-process perché la definizione UsingTask non specifica correttamente Runtime e Architecture. Questo riduce le prestazioni della compilazione. Aggiornare l'elemento UsingTask per specificare esplicitamente gli attributi Runtime e Architecture (ad esempio, Runtime="CLR4" Architecture="x64") oppure usare TaskFactory="TaskHostFactory".</target>
<note />
</trans-unit>
<trans-unit id="AttributeTypeLoadError">
<source>MSB4002: There was a failure retrieving the attributes for parameters in the "{0}" task. {1}</source>
<target state="translated">MSB4002: errore durante il recupero degli attributi per i parametri nell'attività "{0}". {1}</target>
<note>{StrBegin="MSB4002: "}UE: This message is shown when the .NET attributes that a task's .NET properties are decorated with, cannot be
retrieved -- this is typically because the .NET classes that define the .NET attributes cannot be loaded because the assembly
they are defined in cannot be found, or the classes themselves cannot be found.</note>
</trans-unit>
<trans-unit id="BadlyCasedSpecialTaskAttribute">
<source>MSB4003: "{0}" is a reserved attribute of the <{1}> element, and must be spelled with the correct casing. This attribute cannot be used as a parameter to the "{2}" task.</source>
<target state="translated">MSB4003: "{0}" è un attributo riservato dell'elemento <{1}> e deve essere scritto con le maiuscole e minuscole corrette. Questo attributo non può essere utilizzato come parametro per l'attività "{2}".</target>
<note>{StrBegin="MSB4003: "}UE: Tasks are not allowed to use incorrect case for reserved attributes on the task nodes e.g. "continueonerror"
instead of the "ContinueOnError".</note>
</trans-unit>
<trans-unit id="Binlog_ArchiveFile_AcquiredAsStream">
<source>Content already acquired as StreamReader via GetContentReader.</source>
<target state="translated">Contenuto già acquisito come StreamReader tramite GetContentReader.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_ArchiveFile_AcquiredAsString">
<source>Content already acquired as string via GetContent or initialized as string only.</source>
<target state="translated">Il contenuto è già stato acquisito come stringa tramite GetContent o inizializzato solo come stringa.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_ArchiveFile_NotSetAfterAcquire">
<source>ArchiveFile was obtained, but the final edited version was not set.</source>
<target state="translated">ArchiveFile è stato ottenuto, ma la versione modificata finale non è stata impostata.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_FwdCompatUnsupported">
<source>Forward compatible reading is not supported for file format version {0} (needs >= 18).</source>
<target state="translated">La lettura compatibile con l'inoltro non è supportata per la versione del formato di file {0} (richiede >= 18).</target>
<note>
LOCALIZATION: {0} is an integer number denoting version.
</note>
</trans-unit>
<trans-unit id="Binlog_ImportFileSizeError">
<source>Imported files archive exceeded 2GB limit and it's not embedded.</source>
<target state="translated">L'archivio dei file importati supera il limite di 2 GB e non è incorporato.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_MissingRecoverableErrorSubscribeError">
<source>Subscription to RecoverableReadError is mandatory during forward compatible reading.</source>
<target state="translated">La sottoscrizione di RecoverableReadError è obbligatoria durante la lettura compatibile con l'inoltro.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_ReaderMismatchedRead">
<source>BuildEvent record number {0} (serialized size: {1}) attempted to perform disallowed reads (details: {2}: {3}).</source>
<target state="translated">Il record BuildEvent numero {0} (dimensioni serializzate: {1}) ha provato a eseguire letture non consentite (dettagli: {2}: {3}).</target>
<note>
LOCALIZATION: {0} is an integer number denoting order. {1} is an integer denoting size. {2} is an exception type and {3} the exception message string.
</note>
</trans-unit>
<trans-unit id="Binlog_ReaderSkippingRecord">
<source>Skipping the record.</source>
<target state="translated">Il record verrà ignorato.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_ReaderUnderRead">
<source>BuildEvent record number {0} was expected to read exactly {1} bytes from the stream, but read {2} instead.</source>
<target state="translated">Era previsto che il record BuildEvent numero {0} leggesse esattamente {1} byte dal flusso, ma ne ha letti {2}.</target>
<note>
LOCALIZATION: {0} is an integer number denoting order. {1} is an integer denoting size. {2} is an integer value indicating number of bytes.
</note>
</trans-unit>
<trans-unit id="Binlog_ReaderUnknownType">
<source>BuildEvent record number {0} (serialized size: {1}) is of unsupported type: {2}.</source>
<target state="translated">Il record BuildEvent numero {0} (dimensioni serializzate: {1}) è di un tipo non supportato: {2}.</target>
<note>
LOCALIZATION: {0} is an integer number denoting order. {1} is an integer denoting size. {2} is a string or integer value indicating type.
</note>
</trans-unit>
<trans-unit id="Binlog_Source_MissingSubscribeError">
<source>No subscribers for any events.</source>
<target state="translated">Nessun sottoscrittore per alcun evento.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_Source_MultiSubscribeError">
<source>Structured events and raw events cannot be replayed at the same time.</source>
<target state="translated">Non è possibile riprodurre contemporaneamente eventi strutturati ed eventi non elaborati.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_Source_VersionUninitialized">
<source>Version info not yet initialized. Replay must be called first.</source>
<target state="translated">Informazioni sulla versione non ancora inizializzate. È prima necessario chiamare Replay.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_StreamUtils_MustBeReadable">
<source>Stream must be readable.</source>
<target state="translated">Il flusso deve essere leggibile.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_StreamUtils_SeekNonOrigin">
<source>Only seeking from SeekOrigin.Current is supported.</source>
<target state="translated">È supportata solo la ricerca da SeekOrigin.Current.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_StreamUtils_SetLengthUnsupported">
<source>Changing the stream length is not supported.</source>
<target state="translated">La modifica della lunghezza del flusso non è supportata.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_StreamUtils_UnsupportedSkipOffset">
<source>Attempt to skip {0} bytes, only non-negative offset up to int.MaxValue is allowed.</source>
<target state="translated">Tentativo di ignorare {0} byte, è consentito solo un offset non negativo fino a int.MaxValue.</target>
<note>
LOCALIZATION: {0} is integer number denoting number of bytes. 'int.MaxValue' should not be translated.
</note>
</trans-unit>
<trans-unit id="Binlog_StreamUtils_WriteUnsupported">
<source>Writing is not supported.</source>
<target state="translated">La scrittura non è supportata.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source>
<target state="translated">BuildCheck è abilitato per questa compilazione.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0101_MessageFmt">
<source>Projects {0} and {1} have conflicting output paths: {2}.</source>
<target state="translated">I percorsi di output dei progetti {0} e {1} sono in conflitto: {2}.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0101_Title">
<source>Two projects should not share their 'OutputPath' nor 'IntermediateOutputPath' locations.</source>
<target state="translated">Due progetti non devono condividere i percorsi 'OutputPath' o 'IntermediateOutputPath'.</target>
<note>'OutputPath' and 'IntermediateOutputPath' not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0102_MessageFmt">
<source>Tasks {0} and {1} from projects {2} and {3} write the same file: {4}.</source>
<target state="translated">Le attività {0} e {1} dai progetti {2} e {3} scrivere lo stesso file: {4}.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0102_Title">
<source>Two tasks should not write the same file.</source>
<target state="translated">Due attività non devono scrivere lo stesso file.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0103_MessageAddendum">
<source>'{0}' with value: '{1}'</source>
<target state="translated">'{0}' con il valore: '{1}'</target>
<note>Will be used as a parameter {0} in previous message.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0103_MessageFmt">
<source>Property is derived from environment variable: {0}. Properties should be passed explicitly using the /p option.</source>
<target state="translated">La proprietà è derivata dalla variabile di ambiente: {0}. Le proprietà devono essere passate in modo esplicito utilizzando l'opzione /p.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0103_Title">
<source>No implicit property derived from an environment variable should be used during the build.</source>
<target state="translated">Durante la compilazione non deve essere usata alcuna proprietà implicita derivata da una variabile di ambiente.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0104_MessageFmt">
<source>Project {0} references output of a project {1}. Referenced path: {2}. ProjectReference should be used instead.</source>
<target state="translated">Il progetto {0} fa riferimento all'output di un progetto {1}. Percorso di riferimento: {2}. Usare invece ProjectReference.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0104_Title">
<source>A project should not be referenced via 'Reference' to its output, but rather directly via 'ProjectReference'.</source>
<target state="translated">Un progetto non può fare riferimento al relativo output tramite 'Reference', ma direttamente tramite 'ProjectReference'.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0105_MessageFmt">
<source>Project {0} specifies 'EmbeddedResource' item '{1}', that has possibly a culture denoting extension ('{2}'), but explicit 'Culture' nor 'WithCulture=false' metadata are not specified.</source>
<target state="translated">Il progetto {0} specifica l'elemento 'EmbeddedResource' '{1}', che potrebbe contenere un'estensione per la denotazione delle impostazioni cultura ('{2}'), tuttavia i metadati espliciti 'Culture' e 'WithCulture=false' non sono specificati.</target>
<note>Terms in quotes are not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0105_Title">
<source>It is recommended to specify explicit 'Culture' metadata, or 'WithCulture=false' metadata with 'EmbeddedResource' item in order to avoid wrong or nondeterministic culture estimation.</source>
<target state="translated">È consigliabile specificare i metadati 'Culture' espliciti o i metadati 'WithCulture=false' con l'elemento 'EmbeddedResource' per evitare una stima errata o non deterministica delle impostazioni cultura.</target>
<note>Terms in quotes are not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0107_MessageFmt">
<source>Project {0} specifies 'TargetFrameworks' property '{1}' and 'TargetFramework' property '{2}' at the same time. This will lead to 'TargetFrameworks' being ignored and build will behave as single-targeted.</source>
<target state="translated">Project {0} specifica la proprietà 'TargetFrameworks' '{1}' e la proprietà 'TargetFramework' '{2}' contemporaneamente. In questo modo 'TargetFrameworks' verrà ignorato e la compilazione funzionerà come destinazione singola.</target>
<note>Terms in quotes are not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0107_Title">
<source>'TargetFramework' (singular) and 'TargetFrameworks' (plural) properties should not be specified in the scripts at the same time.</source>
<target state="translated">Le proprietà 'TargetFramework' (singolare) e 'TargetFrameworks' (plural) non devono essere specificate contemporaneamente negli script.</target>
<note>Terms in quotes are not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0106_MessageFmt">
<source>Project {0} specifies '{1}' item '{2}', that has 'CopyToOutputDirectory' set as 'Always'. Change the metadata or use 'CopyToOutputDirectory' property.</source>
<target state="translated">Project {0} specifica '{1}' elemento '{2}' per cui 'CopyToOutputDirectory' è impostato su 'Always'. Modificare i metadati o usare la proprietà 'CopyToOutputDirectory'.</target>
<note>Terms in quotes are not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0106_Title">
<source>Avoid specifying 'Always' for 'CopyToOutputDirectory' as this can lead to unnecessary copy operations during build. Use 'PreserveNewest' or 'IfDifferent' metadata value, or set the 'SkipUnchangedFilesOnCopyAlways' property to true to employ more effective copying.</source>
<target state="translated">Evitare di specificare 'Always' per 'CopyToOutputDirectory' perché ciò può causare operazioni di copia non necessarie durante la compilazione. Usare il valore dei metadati 'PreserveNewest' o 'IfDifferent' oppure impostare la proprietà 'SkipUnchangedFilesOnCopyAlways' su true per utilizzare una copia più efficace.</target>
<note>Terms in quotes are not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0108_MessageFmt">
<source>Project {0} specifies 'TargetFramework(s)' property '{1}', which does not use the .NET SDK. Those properties are not understood by projects that import C# targets directly.</source>
<target state="translated">Project {0} specifica la proprietà 'TargetFramework(s)' '{1}', che non usa .NET SDK. Queste proprietà non sono comprese dai progetti che importano direttamente destinazioni C#.</target>
<note>Terms in quotes are not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0108_Title">
<source>'TargetFramework' and 'TargetFrameworks' properties are not respected and should not be specified in projects that do not use the .NET SDK.</source>
<target state="translated">Le proprietà 'TargetFramework' e 'TargetFrameworks' non vengono rispettate e non devono essere specificate nei progetti che non usano .NET SDK.</target>
<note>Terms in quotes are not to be translated.</note>
</trans-unit>
<trans-unit id="BuildCheck_BC0302_MessageFmt">
<source>Task {0} from project {1} builds a project using the {2} CLI. The MSBuild task should be used instead.</source>
<target state="translated">L'attività {0} del progetto{1} compila un progetto utilizzando la CLI {2}. È necessario utilizzare invece l'attività MSBuild.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0302_Title">
<source>The 'Exec' task should not be used to build a project.</source>
<target state="translated">L'attività 'Esecuzione' non deve essere utilizzata per compilare un progetto.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0201_MessageFmt">
<source>Property: '{0}' was accessed, but it was never initialized.</source>
<target state="translated">È stato eseguito l'accesso alla proprietà '{0}', ma non è mai stata inizializzata.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0201_Title">
<source>A property that is accessed should be declared first.</source>
<target state="translated">È prima necessario dichiarare una proprietà a cui si accede.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0202_MessageFmt">
<source>Property: '{0}' first declared/initialized at {1} used before it was initialized.</source>
<target state="translated">Proprietà: '{0}' prima dichiarata/inizializzata in {1} utilizzata prima dell'inizializzazione.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0202_Title">
<source>A property should be declared before it is first used.</source>
<target state="translated">È necessario dichiarare una proprietà prima di utilizzarla per la prima volta.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0203_MessageFmt">
<source>Property: '{0}' was declared/initialized, but it was never used.</source>
<target state="translated">La proprietà: '{0}' è stata dichiarata/inizializzata, ma non è mai stata utilizzata.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0203_Title">
<source>A property that is not used should not be declared.</source>
<target state="translated">Una proprietà non utilizzata non deve essere dichiarata.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0301_MessageFmt">
<source>Location: '{0}' cannot be fully trusted, place your projects outside of that folder (Project: {1}).</source>
<target state="translated">Percorso: '{0}' non può essere considerato completamente attendibile. Inserire i progetti all'esterno di tale cartella (Progetto: {1}).</target>
<note />
</trans-unit>
<trans-unit id="BuildCheck_BC0301_Title">
<source>Downloads folder is untrusted for projects building.</source>
<target state="translated">La cartella Dei download non è attendibile per la compilazione di progetti.</target>
<note />
</trans-unit>
<trans-unit id="BuildFinished">
<source>Build {0} in {1}s</source>
<target state="translated">Compilazione {0} in {1}s</target>
<note>
Overall build summary
{0}: BuildResult_X (below)
{1}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
</note>
</trans-unit>
<trans-unit id="BuildFinishedQuestionFailure">
<source>Question build FAILED. The build exited early as it encountered a target or task that was not up-to-date.</source>
<target state="translated">Compilazione della domanda NON RIUSCITA. La compilazione è terminata in anticipo perché è stata rilevata una destinazione o un'attività non aggiornata.</target>
<note />
</trans-unit>
<trans-unit id="BuildFinishedQuestionSuccess">
<source>Question build succeeded. Up-to-date checks passed.</source>
<target state="translated">Compilazione della domanda riuscita. Controlli aggiornati superati.</target>
<note />
</trans-unit>
<trans-unit id="BuildInProgress">
<source>The operation cannot be completed because a build is already in progress.</source>
<target state="translated">Non è possibile completare l'operazione perché è già in corso una compilazione.</target>
<note />
</trans-unit>
<trans-unit id="BuildResult_Failed">
<source>failed</source>
<target state="translated">non riuscito</target>
<note>
Part of Terminal Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_FailedWithErrors">
<source>failed with {0} error(s)</source>
<target state="translated">non riuscito con {0} errori</target>
<note>
Part of Terminal Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_FailedWithErrorsAndWarnings">
<source>failed with {0} error(s) and {1} warning(s)</source>
<target state="translated">non riuscito con {0} errori e {1} avvisi</target>
<note>
Part of Terminal Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_FailedWithWarnings">
<source>failed with {0} warning(s)</source>
<target state="translated">non riuscito con {0} avvisi</target>
<note>
Part of Terminal Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_Succeeded">
<source>succeeded</source>
<target state="translated">operazione riuscita</target>
<note>
Part of Terminal Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_SucceededWithWarnings">
<source>succeeded with {0} warning(s)</source>
<target state="translated">completato con {0} avvisi</target>
<note>
Part of Terminal Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildSummary">
<source>Build summary:</source>
<target state="translated">Riepilogo build:</target>
<note>
A header used by Terminal Logger to introduce the build summary.
</note>
</trans-unit>
<trans-unit id="CacheMissesNotAllowedInIsolatedGraphBuilds">
<source>MSB4252: Project "{0}" with global properties
({1})
is building project "{2}" with global properties
({3})
with the ({4}) target(s) but the build result for the built project is not in the engine cache. In isolated builds this could mean one of the following:
- the reference was called with a target which is not specified in the ProjectReferenceTargets item in project "{0}"
- the reference was called with global properties that do not match the static graph inferred nodes
- the reference was not explicitly specified as a ProjectReference item in project "{0}"
</source>
<target state="translated">MSB4252: il progetto "{0}" con proprietà globali
({1})
sta compilando il progetto "{2}" con proprietà globali
({3})
e con le destinazioni ({4}), ma il risultato della compilazione per il progetto compilato non si trova nella cache del motore. Nelle compilazioni isolate questa condizione può indicare che:
- il riferimento è stato chiamato con una destinazione che non è stata specificata nell'elemento ProjectReferenceTargets nel progetto "{0}"
- il riferimento è stato chiamato con proprietà globali che non corrispondono ai nodi derivati dal grafo statico
- il riferimento non è stato specificato in modo esplicito come elemento ProjectReference nel progetto "{0}"
</target>
<note>
{StrBegin="MSB4252:"}
LOCALIZATION: Do not localize the following words: ProjectReference, ProjectReferenceTargets
</note>
</trans-unit>
<trans-unit id="CannotCopyFromElementOfThatType">
<source>MSB4277: Cannot copy from object of that type.</source>
<target state="translated">MSB4277: non è possibile eseguire la copia dall'oggetto di quel tipo.</target>
<note>{StrBegin="MSB4277: "}</note>
</trans-unit>
<trans-unit id="CannotExpandItemMetadata">
<source>MSB4248: Cannot expand metadata in expression "{0}". {1}</source>
<target state="translated">MSB4248: non è possibile espandere i metadati nell'espressione "{0}". {1}</target>
<note>{StrBegin="MSB4248: "}UE: This message is shown when metadata cannot be expanded in an expression for some reason e.g. trying to apply
%(RootDir) to an item-spec that's not a valid path would result in this error.
LOCALIZATION: "{1}" is a localized message explaining the problem.</note>
</trans-unit>
<trans-unit id="ChangeWave_InvalidFormat">
<source>MSB4271: Environment variable MSBUILDDISABLEFEATURESFROMVERSION is set to an invalid format. Enabling all change wave versions. Entered value: {0}. Current Change Waves: {1}.</source>
<target state="translated">MSB4271: la variabile di ambiente MSBUILDDISABLEFEATURESFROMVERSION è impostata su un formato non valido. Verranno abilitate tutte le versioni con flussi di modifiche. Valore immesso: {0}. Flussi di modifiche correnti: {1}.</target>
<note>{StrBegin="MSB4271: "}UE: Value should be of the format: xx.yy</note>
</trans-unit>
<trans-unit id="ChangeWave_OutOfRotation">
<source>MSB4272: Environment variable MSBUILDDISABLEFEATURESFROMVERSION is set to a version that is out of rotation. Defaulting to Change Wave version: {0}. Entered value: {1}. Current Change Waves: {2}.</source>
<target state="translated">MSB4272: la variabile di ambiente MSBUILDDISABLEFEATURESFROMVERSION è impostata su una versione esclusa dalla rotazione. Per impostazione predefinita, verrà usata la versione con flussi di modifiche: {0}. Valore immesso: {1}. Flussi di modifiche correnti: {2}.</target>
<note>{StrBegin="MSB4272: "}</note>
</trans-unit>
<trans-unit id="CircularDependency">
<source>MSB4006: There is a circular dependency in the target dependency graph involving target "{0}".</source>
<target state="translated">MSB4006: è presente una dipendenza circolare nel grafico di dipendenze che usa la destinazione "{0}".</target>
<note>{StrBegin="MSB4006: "}UE: This message is shown when the build engine detects a target referenced in a circular manner -- a project cannot
request a target to build itself (perhaps via a chain of other targets).</note>
</trans-unit>
<trans-unit id="CircularDependencyInProjectGraph">
<source>MSB4251: There is a circular dependency involving the following projects: {0}</source>
<target state="translated">MSB4251: è presente una dipendenza circolare che interessa i progetti seguenti: {0}</target>
<note>
{StrBegin="MSB4251:"} This message is shown when a graph build detects a target referenced in a circular manner -- a project cannot
request a target to build itself (perhaps via a chain of other targets)
</note>
</trans-unit>
<trans-unit id="CircularDependencyInTargetGraph">
<source>MSB4006: There is a circular dependency in the target dependency graph involving target "{0}". Since "{1}" has "{2}" dependence on "{3}", the circular is "{4}".</source>
<target state="translated">MSB4006: è presente una dipendenza circolare nel grafico di dipendenze che usa la destinazione "{0}". Dal momento che "{1}" ha la dipendenza di "{2}" da "{3}", la dipendenza circolare è "{4}".</target>
<note>{StrBegin="MSB4006: "}UE: This message is shown when the build engine detects a target referenced in a circular manner -- a project cannot
request a target to build itself (perhaps via a chain of other targets).</note>
</trans-unit>
<trans-unit id="CustomCheckAssemblyNotExist">
<source>Failed to find the specified custom check assembly: '{0}'. Please check if it exists.</source>
<target state="translated">Impossibile trovare l'assembly di controllo personalizzato specificato: “{0}”. Verificare se esiste.</target>
<note>The message is emitted when the custom check assembly can not be found.</note>
</trans-unit>
<trans-unit id="CouldNotDifferentiateBetweenCompatibleMethods">
<source>Found multiple overloads for method "{0}" with {1} parameter(s). That is currently not supported.</source>
<target state="translated">Trovati più overload per il metodo "{0}" con i parametri {1}. Questo non è attualmente supportato.</target>
<note />
</trans-unit>
<trans-unit id="CustomCheckBaseTypeNotAssignable">
<source>Failed to load the custom check type: '{0}' from the assembly: '{1}'. Make sure it inherits the Microsoft.Build.Experimental.BuildCheck.Check base class. If it is not intended to be a custom check, than it should not be exposed. More info: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</source>
<target state="translated">Non è stato possibile caricare il tipo di controllo personalizzato: “{0}” dall'assembly: “{1}”. Assicurarsi che erediti la classe di base Microsoft.Build.Experimental.BuildCheck.Check. Se non è destinato a essere un controllo personalizzato, non deve essere esposto. Per altre informazioni: https://github.com/dotnet/msbuild/blob/main/documentation/specs/proposed/BuildCheck-Architecture.md#acquisition</target>
<note>The message is emitted when the custom check assembly can not be successfully registered.</note>
</trans-unit>
<trans-unit id="CustomCheckFailedAcquisition">
<source>Failed to register the custom check: '{0}'.</source>
<target state="translated">Impossibile registrare il controllo personalizzato: “{0}”.</target>
<note>The message is emitted on failed loading of the custom check in process.</note>
</trans-unit>
<trans-unit id="CustomCheckFailedRuleLoading">
<source>Failed to instantiate the custom check rule with the following exception: '{0}'.</source>
<target state="translated">Non è stato possibile creare un'istanza della regola di controllo personalizzata con l'eccezione seguente: “{0}”.</target>
<note>The message is emitted on failed loading of the custom check rule in process.</note>
</trans-unit>
<trans-unit id="CustomCheckRegistered">
<source>The custom check: '{0}' is registered for the build from the location: '{1}'.</source>
<target state="translated">Il controllo personalizzato “{0}” è registrato per la compilazione dal percorso “{1}”.</target>
<note />
</trans-unit>
<trans-unit id="CustomCheckSuccessfulAcquisition">
<source>Custom check rule: '{0}' has been registered successfully.</source>
<target state="translated">La regola di controllo personalizzata “{0}” è stata registrata correttamente.</target>
<note>The message is emitted on successful loading of the custom check rule in process.</note>
</trans-unit>
<trans-unit id="CustomTaskFactoryOutOfProcNotSupported">
<source>Custom TaskFactory '{0}' for Task '{1}' does not support out of process TaskHost execution. Turn off the multithreaded build mode or remove the custom TaskFactory from your <UsingTask> definitions in project files.</source>
<target state="translated">La TaskFactory personalizzata '{0}' per l'attività '{1}' non supporta l'esecuzione di TaskHost fuori processo. Disattivare la modalità di compilazione multithread o rimuovi la TaskFactory personalizzata dalle definizioni di <UsingTask> nei file di progetto.</target>
<note />
</trans-unit>
<trans-unit id="DefaultSDKResolverError">
<source>MSB4276: The default SDK resolver failed to resolve SDK "{0}" because directory "{1}" did not exist.</source>
<target state="translated">MSB4276: il resolver SDK predefinito non è riuscito a risolvere l'SDK "{0}" perché la directory "{1}" non esiste.</target>
<note />
</trans-unit>
<trans-unit id="DuplicateOverrideUsingTaskElement">
<source>MSB4275: Attempted to create multiple overrides of the same task: {0}</source>
<target state="translated">MSB4275: tentativo di creare più sostituzioni della stessa attività: {0}</target>
<note>{StrBegin="MSB4275: "}</note>
</trans-unit>
<trans-unit id="DurationDisplay">
<source>({0:F1}s)</source>
<target state="translated">({0:F1}s)</target>
<note>
{0}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
</note>
</trans-unit>
<trans-unit id="EmptyOutputCacheFile">
<source>MSB4257: The specified output result cache file is empty.</source>
<target state="translated">MSB4257: il file della cache dei risultati di output specificato è vuoto.</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentDerivedPropertyRead">
<source>Property '{0}' with value '{1}' expanded from the environment.</source>
<target state="translated">La proprietà '{0}' con valore '{1}' espansa dall'ambiente.</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentVariableRead">
<source>Read environment variable "{0}"</source>
<target state="translated">Legge la variabile di ambiente "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ErrorReadingCacheFile">
<source>MSB4256: Reading input result cache files from path "{0}" encountered an error: {1}</source>
<target state="translated">MSB4256: durante la lettura dei file della cache dei risultati di input dal percorso "{0}" è stato rilevato un errore: {1}</target>
<note />
</trans-unit>
<trans-unit id="ErrorWritingCacheFile">
<source>MSB4258: Writing output result cache file in path "{0}" encountered an error: {1}</source>
<target state="translated">MSB4258: durante la scrittura del file della cache dei risultati di output nel percorso "{0}" è stato rilevato un errore: {1}</target>
<note />
</trans-unit>
<trans-unit id="FailedToResolveSDK">
<source>Could not resolve SDK "{0}". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.
{1}</source>
<target state="translated">Non è stato possibile risolvere l'SDK "{0}". Uno dei messaggi di verifica riportati seguenti indica il motivo per cui non è stato possibile risolvere l'SDK. Esaminare e risolvere il messaggio per specificare correttamente l'SDK.
{1}</target>
<note />
</trans-unit>
<trans-unit id="FatalErrorWhileLoggingWithInnerException">
<source>MSB4017: The build stopped unexpectedly because of an unexpected logger failure.
{0}</source>
<target state="translated">MSB4017: la compilazione è stata arrestata in modo imprevisto a causa di un errore del logger.
{0}</target>
<note>{StrBegin="MSB4017: "}UE: This message is used for a special exception that is thrown when a logger fails while logging an event (most
likely because of a programming error in the logger). When a logger dies, we cannot proceed with the build, and we throw a
special exception to abort the build.</note>
</trans-unit>
<trans-unit id="General.TwoVectorsMustHaveSameLength">
<source>MSB3094: "{2}" refers to {0} item(s), and "{3}" refers to {1} item(s). They must have the same number of items.</source>
<target state="translated">MSB3094: "{2}" fa riferimento a {0} elemento/i, mentre "{3}" fa riferimento a {1} elemento/i. Devono avere lo stesso numero di elementi.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="HostObjectFailure">
<source>The task "{0}" failed to acquire its host object. {1} Contact the author of the task to report this problem.</source>
<target state="translated">L'attività "{0}" non è riuscita ad acquisire il suo oggetto host. {1} Contattare l'autore dell'attività per segnalare questo problema.</target>
<note>{0} is the task name, {1} is the detailed error message from the HostObjectException. This error occurs when a task that expects a host object (typically from an IDE like Visual Studio) cannot obtain it, often due to COM interop issues, incorrect moniker registration, or platform incompatibility. The user should contact the task author as this is typically a task implementation issue.</note>
</trans-unit>
<trans-unit id="IllFormedPropertySpaceInCondition">
<source>MSB4259: Unexpected space at position "{1}" of condition "{0}". Did you forget to remove a space?</source>
<target state="translated">MSB4259: spazio imprevisto alla posizione "{1}" della condizione "{0}". Si è dimenticato di rimuovere uno spazio?</target>
<note>{StrBegin="MSB4259: "}</note>
</trans-unit>
<trans-unit id="IllegalCharactersInFileOrDirectory">
<source>There are illegal characters in '{0}' in the {1} item.</source>
<target state="translated">Sono presenti caratteri non validi in '{0}' nell'elemento {1}.</target>
<note />
</trans-unit>
<trans-unit id="ImportedProjectFromVSDistribution">
<source>MSB4278: The imported file "{0}" does not exist and appears to be part of a Visual Studio component. This file may require MSBuild.exe in order to be imported successfully, and so may fail to build in the dotnet CLI. </source>
<target state="translated">MSB4278: il file importato "{0}" non esiste e sembra far parte di un componente di Visual Studio. Per l'importazione corretta di questo file potrebbe essere richiesto MSBuild.exe ed è quindi possibile che la compilazione abbia esito negativo nell'interfaccia della riga di comando di dotnet. </target>
<note>{StrBegin="MSB4278: "}LOCALIZATION: <Import> should not be localized.</note>
</trans-unit>
<trans-unit id="InputCacheFilesDoNotExist">
<source>MSB4255: The following input result cache files do not exist: "{0}"</source>
<target state="translated">MSB4255: i file della cache dei risultati di input seguenti non esistono: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="InvalidVersionFormat">
<source>Version string was not in a correct format.</source>
<target state="translated">Il formato della stringa di versione non è corretto.</target>
<note />
</trans-unit>
<trans-unit id="IsolatedContextDoesNotSupportFileSystem">
<source>EvaluationContext objects created with SharingPolicy.Isolated or SharingPolicy.SharedSDKCache do not support being passed an MSBuildFileSystemBase file system.</source>
<target state="translated">Agli oggetti EvaluationContext creati con SharingPolicy.Isolated o SharingPolicy.SharedSDKCache non è possibile passare un file system MSBuildFileSystemBase.</target>
<note />
</trans-unit>
<trans-unit id="ItemReferencingSelfInTarget">
<source>MSB4120: Item '{0}' definition within target references itself via (qualified or unqualified) metadatum '{1}'. This can lead to unintended expansion and cross-applying of pre-existing items. More info: https://aka.ms/msbuild/metadata-self-ref</source>
<target state="translated">MSB4120: la definizione dell'elemento '{0}' all'interno del target fa riferimento a se stessa tramite il metadatum (qualificato o non qualificato) '{1}'. Ciò può causare un'espansione involontaria e l'applicazione incrociata di elementi preesistenti. Altre informazioni: https://aka.ms/msbuild/metadata-self-ref</target>
<note>{StrBegin="MSB4120: "}</note>
</trans-unit>
<trans-unit id="KillingProcessWithPid">
<source>Killing process with pid = {0}.</source>
<target state="translated">Terminazione del processo con PID = {0}.</target>
<note />
</trans-unit>
<trans-unit id="LoadingProjectCachePlugin">
<source>Loading the following project cache plugin: {0}</source>
<target state="translated">Caricamento del plug-in della cache del progetto seguente: {0}</target>
<note />
</trans-unit>
<trans-unit id="LogLoggerVerbosity">
<source>Logging verbosity is set to: {0}.</source>
<target state="translated">Il livello di dettaglio della registrazione è impostato su: {0}.</target>
<note>
LOCALIZATION: {0} is an enum value of LoggerVerbosity.
</note>
</trans-unit>
<trans-unit id="LogTaskInputs.Truncated">
<source>The parameters have been truncated beyond this point. To view all parameters, clear the MSBUILDTRUNCATETASKINPUTLOGGING environment variable.</source>
<target state="translated">I parametri oltre questo punto sono stati troncati. Per visualizzare tutti i parametri, cancellare la variabile di ambiente MSBUILDTRUNCATETASKINPUTLOGGING.</target>
<note />
</trans-unit>
<trans-unit id="MetaprojectGenerated">
<source>Metaproject "{0}" generated.</source>
<target state="translated">Il metaprogetto "{0}" è stato generato.</target>
<note />
</trans-unit>
<trans-unit id="NETHostTaskLoad_Failed">
<source>The task failed to load because it requires the MSBuild .NET Runtime Task Host, but the .NET Runtime Task Host could not be found for the specified version.
See https://aka.ms/nettaskhost for details on how to resolve this error.</source>
<target state="translated">Non è possibile caricare l'attività perché richiede l'host attività di runtime .NET di MSBuild, ma non è possibile trovare l'host attività di runtime .NET per la versione specificata.
Per informazioni dettagliate su come risolvere l'errore, vedere https://aka.ms/nettaskhost.</target>
<note />
</trans-unit>
<trans-unit id="NETHostVersion_Failed">
<source>SDK version {0} is below the minimum required version of {1}. The .NET Runtime Task Host is supported only when using .NET SDK 10.0.100-rc1 or later.</source>
<target state="translated">La versione SDK {0} è inferiore alla versione minima richiesta di {1}. L'host attività di runtime .NET è supportato solo quando si utilizza .NET SDK 10.0.100-rc1 o versioni successive.</target>
<note />
</trans-unit>
<trans-unit id="NoBuildInProgress">
<source>The operation cannot be completed because BeginBuild has not yet been called.</source>
<target state="translated">Non è possibile completare l'operazione perché BeginBuild non è stato ancora chiamato.</target>
<note />
</trans-unit>
<trans-unit id="NoProjectCachePluginFoundInAssembly">
<source>MSB4270: No project cache plugins found in assembly "{0}". Expected one.</source>
<target state="translated">MSB4270: non sono stati trovati plug-in della cache del progetto nell'assembly "{0}". Ne è previsto uno.</target>
<note />
</trans-unit>
<trans-unit id="NodeReused">
<source>Reusing node {0} (PID: {1}).</source>
<target state="translated">Riutilizzo del nodo {0} (PID: {1} ).</target>
<note />
</trans-unit>
<trans-unit id="NuGetAssemblyNotFound">
<source>A required NuGet assembly '{0}' could not be loaded.</source>
<target state="translated">Non è stato possibile caricare un assembly NuGet obbligatorio '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="NullReferenceFromProjectInstanceFactory">
<source>MSB4253: A null reference was returned from a user-provided ProjectInstanceFactoryFunc callback. This is not allowed.</source>
<target state="translated">MSB4253: è stato restituito un riferimento Null da un callback ProjectInstanceFactoryFunc fornito dall'utente. Questa operazione non è consentita.</target>
<note>
{StrBegin="MSB4253: "}
LOCALIZATION: Do not localize the following words: ProjectInstanceFactoryFunc.
</note>
</trans-unit>
<trans-unit id="OM_MatchOnMetadataIsRestrictedToReferencedItems">
<source>Only item types may be referenced when removing with MatchOnMetadata.</source>
<target state="translated">Durante la rimozione con MatchOnMetadata è possibile fare riferimento a tipi di elemento.</target>
<note />
</trans-unit>
<trans-unit id="OM_MatchOnMetadataOnlyApplicableToRemoveItems">
<source>MatchOnMetadata only applies to Remove operations on items.</source>
<target state="translated">MatchOnMetadata si applica solo a operazioni Remove su elementi.</target>
<note />
</trans-unit>
<trans-unit id="OM_MatchOnMetadataOptionsOnlyApplicableToItemsWithMatchOnMetadata">
<source>MatchOnMetadataOptions is valid only when removing items using MatchOnMetadata.</source>
<target state="translated">MatchOnMetadataOptions è valido solo quando si rimuovono elementi con MatchOnMetadata.</target>
<note />
</trans-unit>
<trans-unit id="OM_NoMatchOnMetadataOutsideTargets">
<source>MatchOnMetadata cannot be used outside of a <Target>.</source>
<target state="translated">MatchOnMetadata non può essere usato all'esterno di un elemento <Target>.</target>
<note />
</trans-unit>
<trans-unit id="OM_TargetNameNullOrEmpty">
<source>Method {0} cannot be called with a collection containing null or empty target names.</source>
<target state="translated">Non è possibile chiamare il metodo {0} con una raccolta contenente nomi di destinazione Null o vuoti.</target>
<note />
</trans-unit>
<trans-unit id="OpenTelemetryLoadFailed">
<source>Loading telemetry libraries failed with exception: {0}.</source>
<target state="translated">Caricamento delle librerie di telemetria non riuscito con eccezione: {0}.</target>
<note />
</trans-unit>
<trans-unit id="OutputPropertyLogMessagePrefix">
<source>Output Property: </source>
<target state="translated">Proprietà di output: </target>
<note />
</trans-unit>
<trans-unit id="OverrideUsingTaskElementCreated">
<source>Created an override using task: {0} at {1}</source>
<target state="translated">È stata creata una sostituzione con l'attività: {0} in {1}</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheEndBuild">
<source>Shutting down project cache plugin.</source>
<target state="translated">Arresto del plug-in della cache del progetto.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheException">
<source>MSB4273: The project cache threw an unhandled exception from the {0} method.</source>
<target state="translated">MSB4273: la cache del progetto ha generato un'eccezione non gestita dal metodo {0}.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheHandleBuildResultFailed">
<source>MSB4269: The project cache failed while handling a build result for the following project: {0}.</source>
<target state="translated">MSB4269: errore della cache del progetto durante la gestione di un risultato di compilazione per il progetto seguente: {0}.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheHitWithDefaultTargets">
<source>Project cache hit for "{0}" (default targets).</source>
<target state="translated">Riscontro nella cache del progetto per "{0}" (destinazioni predefinite).</target>
<note>
LOCALIZATION: {0} is a file path.
</note>
</trans-unit>
<trans-unit id="ProjectCacheHitWithOutputs">
<source>{0} -> Cache Hit</source>
<target state="translated">{0} -> riscontro nella cache</target>
<note>
{StrBegin="{0} -> "}LOCALIZATION: This string is used to indicate progress and matches the format for a log message from Microsoft.Common.CurrentVersion.targets. {0} is a project name.
</note>
</trans-unit>
<trans-unit id="ProjectCacheHitWithTargetNames">
<source>Project cache hit for "{0}" ({1} target(s)).</source>
<target state="translated">Riscontro nella cache del progetto per "{0}" ({1} destinazioni).</target>
<note>
LOCALIZATION: {0} is a file path. {1} is a comma-separated list of target names
</note>
</trans-unit>
<trans-unit id="ProjectCacheInitializationFailed">
<source>MSB4266: Failed to initialize the project cache.</source>
<target state="translated">MSB4266: non è stato possibile inizializzare la cache del progetto.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheMissWithDefaultTargets">
<source>Project cache miss for "{0}" (default targets).</source>
<target state="translated">Mancato riscontro nella cache del progetto per "{0}" (destinazioni predefinite).</target>
<note>
LOCALIZATION: {0} is a file path.
</note>
</trans-unit>
<trans-unit id="ProjectCacheMissWithTargetNames">
<source>Project cache miss for "{0}" ({1} target(s)).</source>
<target state="translated">Mancato riscontro nella cache del progetto per "{0}" ({1} destinazioni).</target>
<note>
LOCALIZATION: {0} is a file path. {1} is a comma-separated list of target names
</note>
</trans-unit>
<trans-unit id="ProjectCacheNotApplicableWithDefaultTargets">
<source>Project cache not applicable for "{0}" (default targets).</source>
<target state="translated">Cache del progetto non applicabile per "{0}" (destinazioni predefinite).</target>
<note>
LOCALIZATION: {0} is a file path.
</note>
</trans-unit>
<trans-unit id="ProjectCacheNotApplicableWithTargetNames">
<source>Project cache not applicable for "{0}" ({1} target(s)).</source>
<target state="translated">Cache del progetto non applicabile per "{0}" ({1} destinazioni).</target>
<note>
LOCALIZATION: {0} is a file path. {1} is a comma-separated list of target names
</note>
</trans-unit>
<trans-unit id="ProjectCacheQueryFailed">
<source>MSB4267: The project cache failed while being queried for the following project: {0}. The cache is queried in parallel for multiple projects so this specific project might not be the cause.</source>
<target state="translated">MSB4267: si è verificato un errore nella cache del progetto durante l'esecuzione della query relativa al progetto seguente: {0}. La query sulla cache viene eseguita in parallelo per più progetti, di conseguenza l'errore potrebbe non dipendere dal progetto specifico.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheQueryStartedWithDefaultTargets">
<source>Querying project cache for "{0}" (default targets):</source>
<target state="translated">Query nella cache del progetto per "{0}" (destinazioni predefinite):</target>
<note>
LOCALIZATION: {0} is a file path.
</note>
</trans-unit>
<trans-unit id="ProjectCacheQueryStartedWithTargetNames">
<source>Querying project cache for "{0}" (targets: {1}):</source>
<target state="translated">Query nella cache del progetto per "{0}" (destinazioni: {1}):</target>
<note>
LOCALIZATION: {0} is a file path. {1} is a comma-separated list of target names
</note>
</trans-unit>
<trans-unit id="ProjectCacheShutdownFailed">
<source>MSB4268: The project cache failed to shut down properly.</source>
<target state="translated">MSB4268: non è stato possibile arrestare correttamente la cache del progetto.</target>
<note />
</trans-unit>
<trans-unit id="ProjectFinished_NoTF">
<source>{0}{1} {2} ({3}s)</source>
<target state="translated">{0}{1} {2} ({3}s)</target>
<note>
Project finished summary.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: BuildResult_{X}
{3}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
</note>
</trans-unit>
<trans-unit id="ProjectFinished_OutputPath">
<source> → {0}</source>
<target state="translated"> → {0}</target>
<note>
Info about project output - when known. Printed after ProjectFinished_NoTF or ProjectFinished_WithTF.
{0}: VT100 coded hyperlink to project output directory
</note>
</trans-unit>
<trans-unit id="ProjectFinished_WithTF">
<source>{0}{1} {2} {3} ({4}s)</source>
<target state="translated">{0}{1} {2} {3} ({4}s)</target>
<note>
Project finished summary including target framework information.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: target framework
{3}: BuildResult_{X}
{4}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
</note>
</trans-unit>
<trans-unit id="ProjectFinished_WithTFAndRID">
<source>{0}{1} {2} {3} {4} ({5}s)</source>
<target state="translated">{0}{1} {2} {3} {4} ({5}s)</target>
<note>
Project finished summary including target framework and runtime identifier information.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: target framework
{3}: runtime identifier (RID)
{4}: BuildResult_{X}
{5}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
</note>
</trans-unit>
<trans-unit id="ProjectGraphDoesNotSupportProjectReferenceWithToolset">
<source>MSB4250: ProjectGraph does not support ProjectReference items with the ToolsVersion metadata set. Found ProjectReference "{0}" with ToolsVersion in file "{1}"</source>
<target state="translated">MSB4250: ProjectGraph non supporta elementi ProjectReference con metadati ToolsVersion impostati. L'elemento ProjectReference "{0}" con ToolsVersion è stato trovato nel file "{1}"</target>
<note>
{StrBegin="MSB4250: "}
LOCALIZATION: Do not localize the following words: ProjectGraph, ProjectReference, ToolsVersion.
</note>
</trans-unit>
<trans-unit id="ProjectImportSkippedExpressionEvaluatedToEmpty">
<source>Project "{0}" was not imported by "{1}" at ({2},{3}), due to the expression evaluating to an empty string.</source>
<target state="translated">Il progetto "{0}" non è stato importato da "{1}" alla posizione ({2},{3}) perché l'espressione restituisce una stringa vuota.</target>
<note />
</trans-unit>
<trans-unit id="ProjectImportsCollectorFileIOFail">
<source>An exception occurred when adding the file '{0}', Exception: '{1}'</source>
<target state="translated">Si è verificata un'eccezione durante l'aggiunta del file '{0}', Eccezione: '{1}'</target>
<note />
</trans-unit>
<trans-unit id="PropertyAssignment">
<source>Property initial value: $({0})="{1}" Source: {2}</source>
<target state="translated">Valore iniziale della proprietà: $({0})="{1}". Origine: {2}</target>
<note />
</trans-unit>
<trans-unit id="PropertyOutsidePropertyGroupInTarget">
<source>MSB4067: The element <{0}> beneath element <{1}> is unrecognized. If you intended this to be a property, enclose it within a <PropertyGroup> element.</source>
<target state="translated">MSB4067: l'elemento <{0}> sotto l'elemento <{1}> non è riconosciuto. Se era destinato a essere una proprietà, racchiuderlo in un elemento <PropertyGroup>.</target>
<note>{StrBegin="MSB4067: "}</note>
</trans-unit>
<trans-unit id="ProxyRequestNotScheduledOnInprocNode">
<source>MSB4274: Disabling the inproc node leads to performance degradation when using project cache plugins that emit proxy build requests.</source>
<target state="translated">MSB4274: la disabilitazione del nodo InProc porta a una riduzione del livello delle prestazioni quando si usano plug-in della cache del progetto che emettono richieste di compilazione proxy.</target>
<note />
</trans-unit>
<trans-unit id="ReportFileAccessesX64Only">
<source>Reporting file accesses is only currently supported using the x64 flavor of MSBuild.</source>
<target state="translated">Gli accessi ai file di report sono attualmente supportati solo con la versione x64 di MSBuild.</target>
<note />
</trans-unit>
<trans-unit id="RestoreComplete">
<source>Restore complete ({0}s)</source>
<target state="translated">Ripristino completato ({0})</target>
<note>
{0}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
</note>
</trans-unit>
<trans-unit id="RestoreCompleteWithMessage">
<source>Restore {0} in {1}s</source>
<target state="translated">Ripristinare {0} in {1}s</target>
<note>
Restore summary when finished with warning or error
{0}: BuildResult_X (below)
{1}: duration in seconds with 1 decimal point
's' should reflect the localized abbreviation for seconds
</note>
</trans-unit>
<trans-unit id="SDKPathCheck_Failed">
<source>The directory does not exist: {0}. .NET Runtime Task Host could not be instantiated. See https://aka.ms/nettaskhost for details on how to resolve this error.</source>
<target state="translated">La directory non esiste: {0}. Non è possibile creare un'istanza dell'host attività di runtime .NET. Per informazioni dettagliate su come risolvere l'errore, vedere https://aka.ms/nettaskhost.</target>
<note />
</trans-unit>
<trans-unit id="SDKPathResolution_Failed">
<source>UsingTask with Runtime="NET" was specified in a non-SDK project.</source>
<target state="translated">UsingTask con Runtime="NET" è stato specificato in un progetto non SDK.</target>
<note />
</trans-unit>
<trans-unit id="SDKResolverAttempt">
<source>The "{0}" resolver attempted to resolve the SDK "{1}".
Warnings: {2}
Errors: {3}</source>
<target state="translated">Il resolver "{0}" ha provato a risolvere l'SDK "{1}".
Avvisi: {2}
Errori: {3}</target>
<note>
LOCALIZATION: Do not localize the word SDK. "{2}" is new line separated warnings or "null". "{3}" is new line separated errors or "null".
</note>
</trans-unit>
<trans-unit id="SDKResolverCriticalFailure">
<source>MSB4242: SDK Resolver Failure: "{0}"</source>
<target state="translated">MSB4242: errore sistema di risoluzione SDK: "{0}"</target>
<note>{StrBegin="MSB4242: "}</note>
</trans-unit>
<trans-unit id="SDKResolverFailed">
<source>The SDK resolver "{0}" failed while attempting to resolve the SDK "{1}". Exception: "{2}"</source>
<target state="translated">Il sistema di risoluzione SDK "{0}" non è riuscito durante il tentativo di risolvere l'SDK "{1}". Eccezione: "{2}"</target>
<note />
</trans-unit>
<trans-unit id="SDKResolverNullMessage">
<source>The "{0}" resolver attempted to resolve the SDK "{1}" and returned null as a string in the list of warnings or errors.</source>
<target state="translated">Il resolver "{0}" ha tentato di risolvere l'SDK "{1}" e ha restituito Null come stringa nell'elenco di avvisi o errori.</target>
<note>
LOCALIZATION: Do not localize the word SDK.
</note>
</trans-unit>
<trans-unit id="SDKResolverReturnedNull">
<source>SDK resolver "{0}" returned null.</source>
<target state="translated">Il resolver SDK "{0}" ha restituito null.</target>
<note />
</trans-unit>
<trans-unit id="SdkEnvironmentVariableAlreadySet">
<source>An SDK attempted to set the environment variable "{0}" to "{1}" but it was already set to "{2}" as an environment variable.</source>
<target state="new">An SDK attempted to set the environment variable "{0}" to "{1}" but it was already set to "{2}" as an environment variable.</target>
<note />
</trans-unit>
<trans-unit id="SdkEnvironmentVariableAlreadySetBySdk">
<source>An SDK attempted to set the environment variable "{0}" to "{1}" but it was already set to "{2}" by another SDK.</source>
<target state="new">An SDK attempted to set the environment variable "{0}" to "{1}" but it was already set to "{2}" by another SDK.</target>
<note />
</trans-unit>
<trans-unit id="SingleResolverFailedToResolveSDK">
<source>SDK '{0}' could not be resolved by the SDK resolver '{1}'. {2}</source>
<target state="translated">Il resolver SDK '{0}' non è riuscito a risolvere l'SDK '{1}'. {2}</target>
<note />
</trans-unit>
<trans-unit id="SkippedConstraintsOnRequest">
<source>MSB4260: Project "{0}" skipped graph isolation constraints on referenced project "{1}"</source>
<target state="translated">MSB4260: il progetto "{0}" ha ignorato i vincoli di isolamento del grafico nel progetto di riferimento "{1}"</target>
<note>
LOCALIZATION: {0} and {1} are file paths
</note>
</trans-unit>
<trans-unit id="SolutionPathPropertyMustBeSetOnVSSubmissions">
<source>"MSB4264: Invalid $(SolutionPath) property: {0}"</source>
<target state="translated">"MSB4264: la proprietà $(SolutionPath) non è valida: {0}"</target>
<note />
</trans-unit>
<trans-unit id="StaticGraphAcceptsSingleSolutionEntryPoint">
<source>MSB4261: Multiple entry points with solutions detected: {0}. If static graph is loaded from a solution, that that solution must be the only entry point.</source>
<target state="translated">MSB4261: Sono stati rilevati più punti di ingresso con le soluzioni: {0}. Se il grafo statico viene caricato da una soluzione, tale soluzione deve essere l'unico punto di ingresso.</target>
<note>
LOCALIZATION: {0} is a semicolon delimited list of files
</note>
</trans-unit>
<trans-unit id="StaticGraphConstructionMetrics">
<source>Static graph loaded in {0} seconds: {1} nodes, {2} edges</source>
<target state="translated">Il grafo statico è stato caricato in {0} secondi: {1} nodi, {2} vertici</target>
<note />
</trans-unit>
<trans-unit id="StaticGraphConstructionStarted">
<source>Static graph construction started.</source>
<target state="translated">Costruzione del grafo statico avviata.</target>
<note />
</trans-unit>
<trans-unit id="StaticGraphDoesNotSupportSlnReferences">
<source>MSB4263: Project "{0}" has a reference to solution file "{1}". Referencing solutions is not supported in static graph.
</source>
<target state="translated">MSB4263: il progetto "{0}" contiene un riferimento al file di soluzione "{1}". Il riferimento a soluzioni non è supportato nel grafo statico.
</target>
<note>
LOCALIZATION: {0} and {1} are file paths
</note>
</trans-unit>
<trans-unit id="StaticGraphSolutionLoaderEncounteredSolutionWarningsAndErrors">
<source>MSB4262: Solution file "{0}" contains the following warnings and errors:
Warnings: {1}
Errors: {2}
</source>
<target state="translated">MSB4262: il file di soluzione "{0}" contiene gli avvisi e gli errori seguenti:
Avvisi: {1}
Errori {2}
</target>
<note>
LOCALIZATION: {0} is a file, {1} and {2} are semicolon delimited lists of messages
</note>
</trans-unit>
<trans-unit id="SucceededToResolveSDK">
<source>The SDK "{0}" was successfully resolved by the "{1}" resolver to location "{2}" and version "{3}".</source>
<target state="translated">L'SDK "{0}" è stato correttamente risolto dal resolver "{1}" nel percorso "{2}" e nella versione "{3}".</target>
<note />
</trans-unit>
<trans-unit id="TaskAcquiredCores">
<source>Task "{0}" requested {1} cores, acquired {2} cores, and now holds {3} cores total.</source>
<target state="translated">L'attività "{0}" ha richiesto {1} core, ha acquisito {2} core e ora contiene {3} core in totale.</target>
<note />
</trans-unit>
<trans-unit id="TaskAssemblyLoaded">
<source>Assembly loaded during {0}{1}: {2} (location: {3}, MVID: {4}, AppDomain: {5})</source>
<target state="translated">Assembly caricato durante {0}{1}: {2} (percorso: {3}, MVID: {4}, AppDomain: {5})</target>
<note />
</trans-unit>
<trans-unit id="TaskAssemblyLoadedWithAssemblyLoadContext">
<source>Assembly loaded during {0}{1}: {2} (location: {3}, MVID: {4}, AssemblyLoadContext: {5})</source>
<target state="translated">Assembly caricato durante {0}{1}: {2} (percorso: {3}, MVID: {4}, AssemblyLoadContext: {5})</target>
<note />
</trans-unit>
<trans-unit id="TaskAssemblyLocationMismatch">
<source>Task assembly was loaded from '{0}' while the desired location was '{1}'.</source>
<target state="translated">L'assembly attività è stato caricato da "{0}" mentre era "{1}" il percorso desiderato.</target>
<note />
</trans-unit>