forked from dotnet/msbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStrings.es.xlf
More file actions
2800 lines (2800 loc) · 208 KB
/
Copy pathStrings.es.xlf
File metadata and controls
2800 lines (2800 loc) · 208 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="es" original="../Strings.resx">
<body>
<trans-unit id="AbortingBuild">
<source>Attempting to cancel the build...</source>
<target state="translated">Intentando cancelar la compilación...</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: La tarea"{0}" tiene más de un parámetro denominado "{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: No se puede compilar el proyecto del sitio web "{0}". El compilador de ASP.NET solo está disponible en la versión de .NET Framework de MSBuild.</target>
<note>{StrBegin="MSB4249: "}</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: No se pudieron recuperar los atributos de los parámetros de la tarea "{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}" es un atributo reservado del elemento <{1}> en el que deben escribirse correctamente las mayúsculas y minúsculas. Este atributo no puede usarse como un parámetro de la tarea "{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">Contenido ya adquirido como StreamReader a través de 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">Contenido ya adquirido como cadena a través de GetContent o inicializado solo como cadena.</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">Se obtuvo ArchiveFile, pero no se estableció la versión editada final.</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">No se admite la lectura compatible con reenvíos para la versión {0} de formato de archivo (necesita >= 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">El archivo de archivos importados superó el límite de 2 GB y no está incrustado.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_MissingRecoverableErrorSubscribeError">
<source>Subscription to RecoverableReadError is mandatory during forward compatible reading.</source>
<target state="translated">La suscripción a RecoverableReadError es obligatoria durante la lectura compatible con versiones posteriores.</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">El registro BuildEvent número {0} (tamaño serializado: {1}) intentó realizar lecturas no permitidas (detalles: {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">Omitiendo el registro.</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">Se esperaba que el registro BuildEvent número {0} leyera exactamente {1} bytes del flujo, pero en su lugar leyó {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">El registro BuildEvent número {0} (tamaño serializado: {1}) es de tipo no compatible: {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">No hay suscriptores para ningún 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">Los eventos estructurados y los eventos sin procesar no se pueden reproducir al mismo tiempo.</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">La información de versión aún no se ha inicializado. La reproducción debe llamarse primero.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_StreamUtils_MustBeReadable">
<source>Stream must be readable.</source>
<target state="translated">La secuencia debe ser legible.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_StreamUtils_SeekNonOrigin">
<source>Only seeking from SeekOrigin.Current is supported.</source>
<target state="translated">Solo se admite la búsqueda desde SeekOrigin.Current.</target>
<note />
</trans-unit>
<trans-unit id="Binlog_StreamUtils_SetLengthUnsupported">
<source>Changing the stream length is not supported.</source>
<target state="translated">No se admite cambiar la longitud de la secuencia.</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">Intento de omisión de {0} bytes, solo se permite un desplazamiento no negativo hasta 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">No se admite la escritura.</target>
<note />
</trans-unit>
<trans-unit id="BuildCheckEnabled">
<source>The BuildCheck is enabled for this build.</source>
<target state="translated">BuildCheck está habilitado para esta compilación.</target>
<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">La creación de la pregunta ha FALLADO. La creación finalizó antes de tiempo al encontrar un objetivo o tarea que no estaba actualizado.</target>
<note />
</trans-unit>
<trans-unit id="BuildFinishedQuestionSuccess">
<source>Question build succeeded. Up-to-date checks passed.</source>
<target state="translated">La creación de preguntas ha tenido éxito. Comprobaciones actualizadas superadas.</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">La operación no se puede completar porque ya hay una compilación en curso.</target>
<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: el proyecto "{0}" con las propiedades globales
({1})
está compilando el proyecto "{2}" con las propiedades globales
({3})
con los destinos de ({4}), pero el resultado de la compilación del proyecto compilado no está en la caché del motor. En compilaciones aisladas, esto podría significar algo de lo siguiente:
- se llamó a la referencia con un destino que no se especifica en el elemento ProjectReferenceTargets del proyecto "{0}"
- se llamó a la referencia con propiedades globales que no coinciden con los nodos inferidos del grafo estático
- no se especificó explícitamente la referencia como elemento de ProjectReference en el proyecto "{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: No se puede copiar desde un objeto de ese 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: No se pueden expandir los metadatos en la expresión "{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 variable de entorno MSBUILDDISABLEFEATURESFROMVERSION está establecida en un formato no válido. Habilitando todas las versiones de oleadas de cambios. Valor especificado: {0}. Oleadas de cambios actuales: {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 variable de entorno MSBUILDDISABLEFEATURESFROMVERSION está establecida en una versión no incluida en la rotación. Se va a cambiar a la versión de oleada de cambios de forma predeterminada: {0}. Valor especificado: {1}. Oleadas de cambios actuales: {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: Existe una dependencia circular en el gráfico de dependencias de destino en la que está involucrado el destino "{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: Hay una dependencia circular que afecta a los siguientes proyectos: {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: Existe una dependencia circular en el gráfico de dependencias de destino que implica el destino "{0}". Dado que "{1}" tiene una dependencia "{2}" en "{3}", la opción circular es "{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="new">Failed to find the specified custom check assembly: '{0}'. Please check if it exists.</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">Encontradas múltiples sobrecargas para el método "{0}" con {1} parámetro(s). Esto no se admite actualmente.</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="new">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</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="new">Failed to register the custom check: '{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="new">Failed to instantiate the custom check rule with the following exception: '{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="new">The custom check: '{0}' is registered for the build from the location: '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="CustomCheckSuccessfulAcquisition">
<source>Custom check rule: '{0}' has been registered successfully.</source>
<target state="new">Custom check rule: '{0}' has been registered successfully.</target>
<note>The message is emitted on successful loading of the custom check rule in process.</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: La resolución predeterminada del SDK no pudo resolver el SDK "{0}" porque el directorio "{1}" no existía.</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: Se intentaron crear varias invalidaciones de la misma tarea: {0}</target>
<note>{StrBegin="MSB4275: "}</note>
</trans-unit>
<trans-unit id="EmptyOutputCacheFile">
<source>MSB4257: The specified output result cache file is empty.</source>
<target state="translated">MSB4257: El archivo de caché de resultados de salida especificado está vacío.</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentDerivedPropertyRead">
<source>Property '{0}' with value '{1}' expanded from the environment.</source>
<target state="translated">Propiedad "{0}" con el valor "{1}" expandido desde el entorno.</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentVariableRead">
<source>Read environment variable "{0}"</source>
<target state="translated">Leer la variable de entorno "{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: Error al leer los archivos de caché de resultados de entrada en la ruta de acceso "{0}": {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: Error al escribir el archivo de caché de resultados de salida en la ruta de acceso "{0}": {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">No se ha podido resolver el SDK "{0}". Exactamente uno de los siguientes mensajes de sondeo indica por qué no se pudo resolver el SDK. Investigue y resuelva ese mensaje para especificar correctamente el 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 compilación se detuvo de manera inesperada por un error inesperado en el registrador.
{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}" hace referencia a {0} elementos y "{3}" hace referencia a {1} elementos. Deben tener el mismo número de elementos.</target>
<note>{StrBegin="MSB3094: "}</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: Espacio inesperado en la posición "{1}" de la condición "{0}". ¿Olvidó quitar un espacio?</target>
<note>{StrBegin="MSB4259: "}</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: El archivo importado "{0}" no existe y parece formar parte de un componente de Visual Studio. Este archivo puede requerir MSBuild.exe para poder importarse correctamente, por lo que es posible que no se pueda compilar en la CLI de 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: Los siguientes archivos de caché de resultados de entrada no existen: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="InvalidVersionFormat">
<source>Version string was not in a correct format.</source>
<target state="translated">La cadena de versión no tenía el formato correcto.</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">Los objetos EvaluationContext creados con SharingPolicy.Isolated o SharingPolicy.SharedSDKCache no admiten que se pase un sistema de archivos 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: Definición del elemento ''{0}'' dentro de las propias referencias de destino a través del metadato ''{1}'' (calificado o no calificado). Esto puede dar lugar a una expansión no deseada y la aplicación cruzada de elementos preexistente. Más información: 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">Terminando el proceso con el PID = {0}.</target>
<note />
</trans-unit>
<trans-unit id="LoadingProjectCachePlugin">
<source>Loading the following project cache plugin: {0}</source>
<target state="translated">Cargando el complemento de caché de proyectos siguiente:{0}</target>
<note />
</trans-unit>
<trans-unit id="LogLoggerVerbosity">
<source>Logging verbosity is set to: {0}.</source>
<target state="translated">El nivel de detalle de registro está establecido en {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">Los parámetros se han truncado a partir de este punto. Para ver todos los parámetros, borre la variable de entorno MSBUILDTRUNCATETASKINPUTLOGGING.</target>
<note />
</trans-unit>
<trans-unit id="MetaprojectGenerated">
<source>Metaproject "{0}" generated.</source>
<target state="translated">Se generó el metaproyecto "{0}".</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">La operación no se puede completar porque todavía no se llamó a BeginBuild.</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: No se encontró ningún complemento de caché de proyectos en el ensamblado "{0}". Se esperaba uno.</target>
<note />
</trans-unit>
<trans-unit id="NodeReused">
<source>Reusing node {0} (PID: {1}).</source>
<target state="translated">Reutilizando 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">No se pudo cargar un ensamblado NuGet necesario "{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: Se devolvió una referencia nula de una devolución de llamada de ProjectInstanceFactoryFunc proporcionada por el usuario, y no se permite.</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">Solo se puede hacer referencia a los tipos de elemento al quitar con MatchOnMetadata.</target>
<note />
</trans-unit>
<trans-unit id="OM_MatchOnMetadataOnlyApplicableToRemoveItems">
<source>MatchOnMetadata only applies to Remove operations on items.</source>
<target state="translated">MatchOnMetadata solo se aplica a operaciones de eliminación en elementos.</target>
<note />
</trans-unit>
<trans-unit id="OM_MatchOnMetadataOptionsOnlyApplicableToItemsWithMatchOnMetadata">
<source>MatchOnMetadataOptions is valid only when removing items using MatchOnMetadata.</source>
<target state="translated">MatchOnMetadataOptions solo es válido cuando se quitan elementos mediante MatchOnMetadata.</target>
<note />
</trans-unit>
<trans-unit id="OM_NoMatchOnMetadataOutsideTargets">
<source>MatchOnMetadata cannot be used outside of a <Target>.</source>
<target state="translated">MatchOnMetadata no se puede usar fuera de 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">No se puede llamar al método {0} con una colección que contiene nombres de destino nulos o vacíos.</target>
<note />
</trans-unit>
<trans-unit id="OutputPropertyLogMessagePrefix">
<source>Output Property: </source>
<target state="translated">Propiedad de salida: </target>
<note />
</trans-unit>
<trans-unit id="OverrideUsingTaskElementCreated">
<source>Created an override using task: {0} at {1}</source>
<target state="translated">Se creó una invalidación mediante la tarea: {0} en {1}</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheEndBuild">
<source>Shutting down project cache plugin.</source>
<target state="translated">Cerrando complemento de caché de proyecto.</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 caché del proyecto inició una excepción no controlada desde el método {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: error en la caché del proyecto al controlar un resultado de compilación para el siguiente proyecto: {0}.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheHitWithDefaultTargets">
<source>Project cache hit for "{0}" (default targets).</source>
<target state="translated">Acierto de caché de proyecto para "{0}" (destinos predeterminados).</target>
<note>
LOCALIZATION: {0} is a file path.
</note>
</trans-unit>
<trans-unit id="ProjectCacheHitWithOutputs">
<source>{0} -> Cache Hit</source>
<target state="translated">{0} -> acierto de caché</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">Acierto de caché del proyecto para "{0}" ({1} destino(s)).</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: No se pudo inicializar la caché de proyectos.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheMissWithDefaultTargets">
<source>Project cache miss for "{0}" (default targets).</source>
<target state="translated">Error de caché de proyecto para "{0}" (destinos predeterminados).</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">Error de caché de proyecto para "{0}" ({1} destino(s)).</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">La memoria caché del proyecto no es aplicable para "{0}" (destinos predeterminados).</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">La memoria caché del proyecto no es aplicable para "{0}" ({1} destino(s)).</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: Error de la memoria caché de proyectos al consultar el proyecto siguiente: {0}. La memoria caché se consulta en paralelo para varios proyectos, por lo que puede que este proyecto específico no sea la causa.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCacheQueryStartedWithDefaultTargets">
<source>Querying project cache for "{0}" (default targets):</source>
<target state="translated">Consultando la memoria caché del proyecto para "{0}" (destinos predeterminados):</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">Consultando caché de proyecto para "{0}" (destinos: {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: La memoria caché de proyectos no se cerró correctamente.</target>
<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 no admite elementos de ProjectReference con los metadatos de ToolsVersion establecidos. Se encontró ProjectReference "{0}" con ToolsVersion en el archivo "{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">"{1}" no importó el proyecto "{0}" en ({2},{3}) porque la expresión se evalúa en una cadena vacía.</target>
<note />
</trans-unit>
<trans-unit id="ProjectImportsCollectorFileIOFail">
<source>An exception occurred when adding the file '{0}', Exception: '{1}'</source>
<target state="translated">Se ha producido una excepción al agregar el archivo '{0}'. Excepción: '{1}'</target>
<note />
</trans-unit>
<trans-unit id="PropertyAssignment">
<source>Property initial value: $({0})="{1}" Source: {2}</source>
<target state="translated">Valor inicial de la propiedad: $({0})="{1}" Origen: {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: No se reconoce el elemento <{0}> debajo del elemento <{1}>. Si pretendía que fuera una propiedad, escríbala dentro de 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: Al deshabilitar el nodo InProc, se degrada el rendimiento cuando use los complementos de caché de proyectos que emiten solicitudes de compilación de 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">Los accesos a archivos de informes solo se admiten actualmente con el tipo x64 de MSBuild.</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">El resolvedor "{0}" intentó resolver el SDK "{1}".
Advertencias: {2}
Errores: {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: Error del solucionador del 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">Error en el solucionador del SDK "{0}" al intentar resolver el SDK "{1}". Excepción: "{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">El solucionador de "{0}" ha intentado resolver el SDK "{1}" y ha devuelto null como cadena en la lista de advertencias o errores.</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">La resolución del SDK "{0}" devolvió null.</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: El proyecto "{0}" ha omitido las restricciones de aislamiento de gráficos en el proyecto "{1}" al que se hace referencia.</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: Propiedad $(SolutionPath) no válida: {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: Se detectaron varios puntos de entrada con soluciones: {0}. Si el gráfico estático se carga a partir de una solución, esa solución debe ser el único punto de entrada.</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">Grafo estático cargado en {0} segundos: {1} nodos, {2} bordes</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: El proyecto "{0}" tiene una referencia al archivo de solución "{1}". No se permite hacer referencia a soluciones en un grafo estático.
</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: El archivo de solución "{0}" contiene los siguientes errores y advertencias:
Advertencias: {1}
Errores: {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">El SDK "{0}" se resolvió correctamente mediante el resolvedor "{1}" a la ubicación "{2}" y la versión "{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">La tarea "{0}" solicitó {1} núcleos, adquirió {2} núcleos y ahora retiene un total de {3} núcleos.</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">Ensamblado cargado durante {0}{1}: {2} (ubicación: {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">Ensamblado cargado durante {0}{1}: {2}(ubicación: {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">El ensamblado de tarea se cargó desde "{0}" mientras que la ubicación deseada era "{1}".</target>
<note />
</trans-unit>
<trans-unit id="TaskReleasedCores">
<source>Task "{0}" released {1} cores and now holds {2} cores total.</source>
<target state="translated">La tarea "{0}" liberó {1} núcleos y ahora retiene un total de {2} núcleos.</target>
<note />
</trans-unit>
<trans-unit id="TaskReleasedCoresWarning">
<source>Task "{0}" asked to release {1} cores while holding only {2} and now holds {3} cores total.</source>
<target state="translated">La tarea "{0}" solicitó liberar {1} núcleos y retenía solo {2} y ahora retiene un total de {3} núcleos.</target>
<note />
</trans-unit>
<trans-unit id="TaskReturnedFalseButDidNotLogError">
<source>MSB4181: The "{0}" task returned false but did not log an error.</source>
<target state="translated">MSB4181: La tarea "{0}" devolvió false, pero no registró un error.</target>
<note>{StrBegin="MSB4181: "}</note>
</trans-unit>
<trans-unit id="UndeclaredMSBuildTasksNotAllowedInIsolatedGraphBuilds">
<source>MSB4254: The MSBuild task is building project(s) "{0}" which are not specified in the ProjectReference item. In isolated builds this probably means that the references are not explicitly specified as a ProjectReference item in "{1}"</source>
<target state="translated">MSB4254: La tarea MSBuild está compilando proyectos "{0}" que no se especifican en el elemento ProjectReference. En compilaciones aisladas, esto significa probablemente que las referencias no se especifican explícitamente como un elemento ProjectReference en "{1}".</target>
<note>
{StrBegin="MSB4254:"}
LOCALIZATION: Do not localize the following words: ProjectReference, MSBuild, task.
</note>
</trans-unit>
<trans-unit id="UnhandledMSBuildError">
<source>This is an unhandled exception in MSBuild -- PLEASE UPVOTE AN EXISTING ISSUE OR FILE A NEW ONE AT https://aka.ms/msbuild/unhandled
{0}</source>
<target state="translated">Esta es una excepción no controlada en MSBuild. VOTE POR UN PROBLEMA EXISTENTE O PRESENTE UNO NUEVO EN https://aka.ms/msbuild/unhandled
{0}</target>
<note />
</trans-unit>
<trans-unit id="UninitializedPropertyRead">
<source>Read uninitialized property "{0}"</source>
<target state="translated">Leer la propiedad no inicializada "{0}"</target>
<note />
</trans-unit>
<trans-unit id="UsingInputCaches">
<source>Using input build results caches: {0}</source>
<target state="translated">Usando las cachés de resultados de compilación: {0}</target>
<note>
LOCALIZATION: {0} is a list of semicolon separated file paths
</note>
</trans-unit>
<trans-unit id="WaitingForEndOfBuild">
<source>The operation cannot be completed because EndBuild has already been called but existing submissions have not yet completed.</source>
<target state="translated">No se puede completar la operación porque ya se ha llamado a EndBuild pero aún no se han completado los envíos existentes.</target>
<note />
</trans-unit>
<trans-unit id="SubmissionAlreadyComplete">
<source>The operation cannot be completed because the submission has already been executed.</source>
<target state="translated">La operación no se puede completar porque el envío ya se ejecutó.</target>
<note />
</trans-unit>
<trans-unit id="ShouldNotDisposeWhenBuildManagerActive">
<source>Cannot dispose the build manager because it is not idle.</source>
<target state="translated">No se puede desechar el administrador de compilación porque no está inactivo.</target>
<note />
</trans-unit>
<trans-unit id="BuildAbortedWithMessage">
<source>MSB4197: Build was canceled. {0}</source>
<target state="translated">MSB4197: Se canceló la compilación. {0}</target>
<note>{StrBegin="MSB4197: "} Error when the build stops suddenly for some reason. For example, because a child node died.</note>
</trans-unit>
<trans-unit id="BuildFinishedFailure">
<source>Build FAILED.</source>
<target state="translated">ERROR al compilar.</target>
<note />
</trans-unit>
<trans-unit id="BuildFinishedSuccess">
<source>Build succeeded.</source>
<target state="translated">Compilación correcta.</target>
<note />
</trans-unit>
<trans-unit id="BuildStartedWithTime">
<source>Build started {0}.</source>
<target state="translated">Compilación iniciada a las {0}.</target>
<note />
</trans-unit>
<trans-unit id="BuildTargetCompletely">
<source>Building target "{0}" completely.</source>
<target state="translated">Compilando completamente el destino "{0}".</target>
<note>{0} is the name of the target.</note>
</trans-unit>
<trans-unit id="BuildTargetCompletelyNoInputsSpecified">
<source>No input files were specified.</source>
<target state="translated">No se especificaron archivos de entrada.</target>
<note />
</trans-unit>
<trans-unit id="BuildTargetCompletelyInputNewer">
<source>Input file "{0}" is newer than output file "{1}".</source>
<target state="translated">El archivo de entrada "{0}" es más reciente que el archivo de salida "{1}".</target>
<note>{0} and {1} are filenames on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetCompletelyOutputDoesntExist">
<source>Output file "{0}" does not exist.</source>
<target state="translated">El archivo de salida "{0}" no existe.</target>
<note>{0} is a filename on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetCompletelyInputDoesntExist">
<source>Input file "{0}" does not exist.</source>
<target state="translated">El archivo de entrada "{0}" no existe.</target>
<note>{0} is a filename on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetPartially">
<source>Building target "{0}" partially, because some output files are out of date with respect to their input files.</source>
<target state="translated">Compilando parcialmente el destino "{0}" porque algunos de los archivos de salida están obsoletos respecto a los archivos de entrada.</target>
<note>{0} is the name of the target.</note>
</trans-unit>
<trans-unit id="BuildTargetPartiallyInputNewer">
<source>[{0}: Input={1}, Output={2}] Input file is newer than output file.</source>
<target state="translated">[{0}: Entrada={1}, Salida={2}] El archivo de entrada es más reciente que el archivo de salida.</target>
<note>{0} is the name of an MSBuild item. {1} and {2} are filenames on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetPartiallyOutputDoesntExist">
<source>[{0}: Input={1}, Output={2}] Output file does not exist.</source>
<target state="translated">[{0}: Entrada={1}, Salida={2}] El archivo de salida no existe.</target>
<note>{0} is the name of an MSBuild item. {1} and {2} are filenames on disk.</note>
</trans-unit>
<trans-unit id="BuildTargetPartiallyInputDoesntExist">
<source>[{0}: Input={1}, Output={2}] Input file does not exist.</source>
<target state="translated">[{0}: Entrada={1}, Salida={2}] El archivo de entrada no existe.</target>
<note>{0} is the name of an MSBuild item. {1} and {2} are filenames on disk.</note>
</trans-unit>
<trans-unit id="CannotAccessKnownAttributes">
<source>The attribute "{0}" is a known MSBuild attribute, and cannot be accessed using this method.</source>
<target state="translated">El atributo "{0}" es un atributo de MSBuild conocido al que no se puede obtener acceso con este método.</target>
<note />
</trans-unit>
<trans-unit id="CannotEvaluateItemMetadata">
<source>MSB4023: Cannot evaluate the item metadata "%({0})". {1}</source>
<target state="translated">MSB4023: No se pueden evaluar los metadatos del elemento "%({0})". {1}</target>
<note>{StrBegin="MSB4023: "}UE: This message is shown when the value of an item metadata cannot be computed 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="CouldNotFindMSBuildExe">
<source>MSB4193: MSBuild.exe could not be launched as a child node as it could not be found at the location "{0}". If necessary, specify the correct location in the BuildParameters, or with the MSBUILD_EXE_PATH environment variable.</source>
<target state="translated">MSB4193: MSBuild.exe no se pudo iniciar como nodo secundario porque no se encuentra en la ubicación "{0}". Si es necesario, especifique la ubicación correcta en BuildParameters, o bien mediante la variable de entorno MSBUILD_EXE_PATH.</target>
<note>{StrBegin="MSB4193: "}</note>
</trans-unit>
<trans-unit id="CouldNotConnectToMSBuildExe">
<source>MSB4218: Failed to successfully launch or connect to a child MSBuild.exe process. Verify that the MSBuild.exe "{0}" launches successfully, and that it is loading the same microsoft.build.dll that the launching process loaded. If the location seems incorrect, try specifying the correct location in the BuildParameters object, or with the MSBUILD_EXE_PATH environment variable.</source>
<target state="translated">MSB4218: Error al iniciar correctamente un proceso MSBuild.exe secundario o conectarse a este. Compruebe que MSBuild.exe "{0}" se inicia correctamente y que carga el mismo archivo microsoft.build.dll que el proceso de inicio cargado. Si la ubicación parece incorrecta, intente especificar la ubicación correcta en el objeto BuildParameters o bien mediante la variable de entorno MSBUILD_EXE_PATH.</target>
<note>{StrBegin="MSB4218: "}</note>
</trans-unit>
<trans-unit id="CannotModifyReservedItem">
<source>MSB4117: The "{0}" item name is reserved, and cannot be used.</source>
<target state="translated">MSB4117: El nombre del elemento "{0}" está reservado y no se puede usar.</target>
<note>{StrBegin="MSB4117: "}UE: This message is shown when the user tries to redefine one of the reserved MSBuild items e.g. @(Choose)</note>
</trans-unit>
<trans-unit id="CannotModifyReservedItemMetadata">
<source>MSB4118: The "{0}" item metadata name is reserved, and cannot be used.</source>
<target state="translated">MSB4118: El nombre de metadatos para el elemento "{0}" está reservado y no se puede usar.</target>
<note>{StrBegin="MSB4118: "}UE: This message is shown when the user tries to redefine one of the reserved MSBuild item metadata names e.g. %(FullPath). Only MSBuild can set those.</note>
</trans-unit>
<trans-unit id="CannotModifyReservedProperty">
<source>MSB4004: The "{0}" property is reserved, and cannot be modified.</source>
<target state="translated">MSB4004: La propiedad "{0}" está reservada y no puede modificarse.</target>
<note>{StrBegin="MSB4004: "}UE: This message is shown when the user tries to redefine one of the reserved MSBuild properties e.g. $(MSBuildProjectFile)</note>
</trans-unit>
<trans-unit id="CannotPassMultipleItemsIntoScalarParameter">
<source>MSB4094: "{0}" is an invalid value for the "{1}" parameter of the "{3}" task. Multiple items cannot be passed into a parameter of type "{2}".</source>
<target state="translated">MSB4094: "{0}" no es un valor válido para el parámetro "{1}" de la tarea "{3}". No se pueden pasar varios elementos en un parámetro del tipo "{2}".</target>
<note>{StrBegin="MSB4094: "}
UE: This error is shown when a project tries to pass multiple items into a task parameter of type ITaskItem (singular).
</note>
</trans-unit>
<trans-unit id="CannotPassMultipleItemsIntoScalarFunction">
<source>MSB4115: The "{0}" function only accepts a scalar value, but its argument "{1}" evaluates to "{2}" which is not a scalar value.</source>
<target state="translated">MSB4115: La función "{0}" sólo acepta un valor escalar, pero el argumento "{1}" se evalúa como "{2}" que no es un valor escalar.</target>
<note>{StrBegin="MSB4115: "}
UE: This error is shown when a project tries to pass multiple items into a function in a conditional expression, that can only accept a scalar value (such as the "exists()" function).
</note>
</trans-unit>
<trans-unit id="CannotReferenceItemMetadataWithoutItemName">
<source>MSB4095: The item metadata %({0}) is being referenced without an item name. Specify the item name by using %(itemname.{0}).</source>
<target state="translated">MSB4095: Se está haciendo referencia a los metadatos del elemento %({0}) sin un nombre de elemento. Especifique el nombre del elemento con %(itemname.{0}).</target>
<note>{StrBegin="MSB4095: "}</note>
</trans-unit>
<trans-unit id="ChildElementsBelowRemoveNotAllowed">
<source>MSB4162: <{0}> is not valid. Child elements are not allowed below a item remove element.</source>
<target state="translated">MSB4162: <{0}> no es válido. No se permiten elementos secundarios debajo de un elemento. Quite el elemento.</target>
<note>{StrBegin="MSB4162: "}</note>
</trans-unit>
<trans-unit id="ChildExitedPrematurely">
<source>MSB4166: Child node "{0}" exited prematurely. Shutting down. Diagnostic information may be found in files in "{1}" and will be named MSBuild_*.failure.txt. This location can be changed by setting the MSBUILDDEBUGPATH environment variable to a different directory.{2}</source>
<target state="translated">MSB4166: El nodo secundario "{0}" se cerró antes de tiempo. Se finalizará la ejecución ahora. Puede encontrar información de diagnóstico en los archivos en "{1}" y recibirá el nombre MSBuild_*.failure.txt. Esta ubicación se puede cambiar estableciendo la variable de entorno MSBUILDDEBUGPATH en un directorio diferente.{2}</target>
<note>{StrBegin="MSB4166: "} {2} is exception text if any</note>
</trans-unit>
<trans-unit id="ChooseMustContainWhen">
<source>MSB4085: A <Choose> must contain at least one <When>.</source>
<target state="translated">MSB4085: Un elemento <Choose> debe contener al menos un elemento <When>.</target>
<note>{StrBegin="MSB4085: "}</note>
</trans-unit>
<trans-unit id="ChooseOverflow">
<source>MSB4114: <Choose> elements cannot be nested more than {0} levels deep.</source>
<target state="translated">MSB4114: Los elementos <Choose> no se pueden anidar más de {0} niveles de profundidad.</target>
<note>{StrBegin="MSB4114: "}UE: This message appears if the project file contains unreasonably nested Choose elements.
LOCALIZATION: Do not localize "Choose" as it is an XML element name.</note>
</trans-unit>
<trans-unit id="ComparisonOnNonNumericExpression">
<source>MSB4086: A numeric comparison was attempted on "{1}" that evaluates to "{2}" instead of a number, in condition "{0}".</source>
<target state="translated">MSB4086: Se intentó realizar una comparación numérica en "{1}" que se evalúa como "{2}" en lugar de un número, en la condición "{0}".</target>
<note>{StrBegin="MSB4086: "}</note>
</trans-unit>
<trans-unit id="ConditionMaybeEvaluatedIncorrectly">
<source>MSB4130: The condition "{0}" may have been evaluated incorrectly in an earlier version of MSBuild. Please verify that the order of the AND and OR clauses is written as intended. To avoid this warning, add parentheses to make the evaluation order explicit.</source>
<target state="translated">MSB4130: Es posible que la condición "{0}" se evalúe incorrectamente en una versión anterior de MSBuild. Compruebe que el orden especificado de las cláusulas AND y OR es el previsto. Para evitar esta advertencia, agregue paréntesis para definir explícitamente el orden de evaluación.</target>
<note>{StrBegin="MSB4130: "}</note>
</trans-unit>
<trans-unit id="ConditionNotBoolean">
<source>MSB4087: Specified condition "{0}" does not evaluate to a boolean.</source>
<target state="translated">MSB4087: La condición "{0}" especificada no se evalúa como un término booleano.</target>
<note>{StrBegin="MSB4087: "}</note>
</trans-unit>
<trans-unit id="ConditionNotBooleanDetail">
<source>MSB4113: Specified condition "{0}" evaluates to "{1}" instead of a boolean.</source>
<target state="translated">MSB4113: La condición especificada "{0}" se evalúa como "{1}" en lugar de como un booleano.</target>
<note>{StrBegin="MSB4113: "}</note>
</trans-unit>
<trans-unit id="ConfigFileReadError">
<source>MSB4136: Error reading the toolset information from the configuration file "{0}". {1}</source>
<target state="translated">MSB4136: Error al leer la información del conjunto de herramientas del archivo de configuración "{0}". {1}</target>
<note>{StrBegin="MSB4136: "}</note>
</trans-unit>
<trans-unit id="ConflictingValuesOfMSBuildToolsPath">
<source>MSB4142: MSBuildToolsPath is not the same as MSBuildBinPath for the ToolsVersion "{0}" defined at "{1}". If both are present they must have the same value.</source>
<target state="translated">MSB4142: MSBuildToolsPath no tiene el mismo valor que MSBuildBinPath para ToolsVersion "{0}" definido en "{1}". Si ambos existen, deben tener el mismo valor.</target>
<note>{StrBegin="MSB4142: "}</note>
</trans-unit>
<trans-unit id="DefaultTasksFileFailure">
<source>MSB4009: The default tasks file could not be successfully loaded. {0}</source>
<target state="translated">MSB4009: El archivo de tareas predeterminado no pudo cargarse correctamente. {0}</target>
<note>{StrBegin="MSB4009: "}UE: This message is shown when one of the default tasks file (*.tasks) located alongside the MSBuild binaries cannot
be opened/parsed. "{0}" contains a message explaining why. The filename itself is not part of the message but is provided
separately to loggers.
LOCALIZATION: "{0}" is a message from some FX method and is already localized.</note>
</trans-unit>
<trans-unit id="DefaultTasksFileLoadFailureWarning">
<source>MSB4010: The "{0}" files could not be successfully loaded from their expected location "{1}". Default tasks will not be available. {2}</source>
<target state="translated">MSB4010: Los archivos "{0}" no se pudieron cargar correctamente desde la ubicación esperada "{1}". Las tareas predeterminadas no estarán disponibles. {2}</target>
<note>{StrBegin="MSB4010: "}UE: This message is shown when the default tasks files that are located alongside the MSBuild binaries cannot be
found, either because they don't exist, or because of lack of permissions. "{2}" contains a message explaining why.
LOCALIZATION: "{2}" is a message from some FX method and is already localized.</note>
</trans-unit>
<trans-unit id="ImportIntroducesCircularity">
<source>Importing the file "{0}" into the file "{1}" results in a circular dependency.</source>
<target state="translated">Si se importa el archivo "{0}" en el archivo "{1}", se producirá una dependencia circular.</target>
<note>
{0} is a file imported into the file "{1}" such that it results in a circular dependency. For e.g. if t1.targets imports
t2.targets and t2.targets tries to import t1.targets, then it results in a circular dependency.
</note>
</trans-unit>
<trans-unit id="SearchPathsForMSBuildExtensionsPath">
<source>Search paths being used for {0} are {1}</source>
<target state="translated">Las rutas de búsqueda usadas para {0} son {1}</target>
<note />
</trans-unit>
<trans-unit id="TryingExtensionsPath">
<source>Trying to import {0} using extensions path {1}</source>
<target state="translated">Intentando importar {0} con la ruta de acceso de extensiones {1}</target>
<note />
</trans-unit>
<trans-unit id="OverrideTasksFileFailure">
<source>MSB4194: The override tasks file could not be successfully loaded. {0}</source>
<target state="translated">MSB4194: El archivo de invalidación de tareas no se pudo cargar correctamente. {0}</target>
<note>
{StrBegin="MSB4194: "}UE: This message is shown when one of the override tasks file (*.overridetasks) located alongside the MSBuild binaries cannot
be opened/parsed. "{0}" contains a message explaining why. The filename itself is not part of the message but is provided
separately to loggers.
LOCALIZATION: "{0}" is a message from some FX method and is already localized.
</note>
</trans-unit>
<trans-unit id="OverrideTaskNotRootedPath">
<source>The override tasks path "{0}" must not be a relative path and must exist on disk. Default tasks will not be overridden.</source>
<target state="translated">La ruta de acceso de invalidación de tareas "{0}" no debe ser relativa y debe existir en el disco. Las tareas predeterminadas no se invalidarán.</target>
<note>
UE: This message is shown when the override tasks path in the registry or passed to the toolset is not a full path.
</note>
</trans-unit>
<trans-unit id="OverrideTaskProblemWithPath">
<source>A problem occurred loading the override tasks path "{0}". {1}</source>
<target state="translated">Problema al cargar la ruta de acceso de invalidación de tareas "{0}". {1}</target>
<note>
UE: This message is shown when the override tasks path in the registry or passed to the toolset is not a full path.
</note>
</trans-unit>
<trans-unit id="OverrideTasksFileLoadFailureWarning">
<source>MSB4196: The "{0}" files could not be successfully loaded from their expected location "{1}". Default tasks will not be overridden. {2}</source>
<target state="translated">MSB4196: Los archivos "{0}" no se pudieron cargar correctamente desde la ubicación esperada "{1}". Las tareas predeterminadas no se invalidarán. {2}</target>
<note>
{StrBegin="MSB4196: "}UE: This message is shown when the override tasks files that are located alongside the MSBuild binaries cannot be
found, either because they don't exist, or because of lack of permissions. "{2}" contains a message explaining why.
LOCALIZATION: "{2}" is a message from some FX method and is already localized.
</note>
</trans-unit>
<trans-unit id="TasksPropertyBagError">
<source>MSB4195: There was an error gathering properties for tasks file evaluation. {0}</source>
<target state="translated">MSB4195: Error al recopilar las propiedades para la evaluación de archivos de tareas. {0}</target>
<note>
{StrBegin="MSB4195: "}UE: This message is shown when the gathering of properties for the evaluation of override and defaults tasks has an exception. "{0"} will be the exception message</note>
</trans-unit>
<trans-unit id="DefaultToolsVersionNotFound">
<source>MSB4133: A default tools version "{0}" was specified, but its definition could not be found.</source>
<target state="translated">MSB4133: Se ha especificado una versión de herramientas predeterminada "{0}", pero no se pudo encontrar su definición.</target>
<note>{StrBegin="MSB4133: "}</note>
</trans-unit>
<trans-unit id="DuplicateImport">
<source>MSB4011: "{0}" cannot be imported again. It was already imported at "{1}". This is most likely a build authoring error. This subsequent import will be ignored. {2}</source>
<target state="translated">MSB4011: "{0}" no se puede volver a importar. Ya se importó en "{1}". Lo más probable es que se trate de un error al crear la compilación. Se omitirá esta importación. {2}</target>
<note>{StrBegin="MSB4011: "}</note>
</trans-unit>
<trans-unit id="UsedUninitializedProperty">
<source>MSB4211: The property "{0}" is being set to a value for the first time, but it was already consumed at "{1}".</source>
<target state="translated">MSB4211: La propiedad "{0}" se va a establecer en un valor por primera vez, pero ya se utilizó en "{1}".</target>
<note>{StrBegin="MSB4211: "}</note>
</trans-unit>
<trans-unit id="SelfImport">
<source>MSB4210: "{0}" is attempting to import itself, directly or indirectly. This is most likely a build authoring error. The import will be ignored.</source>
<target state="translated">MSB4210: "{0}" está intentando importarse a sí mismo, directa o indirectamente. Lo más probable es que se trate de un error al crear la compilación. Se omitirá la importación.</target>
<note>{StrBegin="MSB4210: "}</note>
</trans-unit>
<trans-unit id="DuplicateProjectExtensions">
<source>MSB4079: The <ProjectExtensions> element occurs more than once.</source>
<target state="translated">MSB4079: El elemento <ProjectExtensions> aparece más de una vez.</target>
<note>{StrBegin="MSB4079: "}</note>
</trans-unit>
<trans-unit id="EmbeddedItemVectorCannotBeItemized">
<source>MSB4012: The expression "{0}" cannot be used in this context. Item lists cannot be concatenated with other strings where an item list is expected. Use a semicolon to separate multiple item lists.</source>
<target state="translated">MSB4012: La expresión "{0}" no se puede usar en este contexto. Las listas de elementos no se pueden concatenar con otras cadenas donde se espera una lista de elementos. Use un punto y coma para separar varias listas de elementos.</target>
<note>{StrBegin="MSB4012: "}UE: This message is shown when the user does not properly specify an item list when an item list is expected
e.g. "badprefix@(foo)badsuffix" instead of "prefix; @(foo); suffix"</note>
</trans-unit>
<trans-unit id="EndOfInputTokenName">
<source>end of input</source>
<target state="translated">fin de entrada</target>