|
39 | 39 | </trans-unit> |
40 | 40 | <trans-unit id="AnalysisFailedTitle"> |
41 | 41 | <source>Analysis for COM interface generation has failed.</source> |
42 | | - <target state="new">Analysis for COM interface generation has failed.</target> |
| 42 | + <target state="translated">Error al analizar la generación de la interfaz COM.</target> |
43 | 43 | <note /> |
44 | 44 | </trans-unit> |
45 | 45 | <trans-unit id="BaseInterfaceCannotBeGeneratedDescription"> |
|
54 | 54 | </trans-unit> |
55 | 55 | <trans-unit id="BaseInterfaceCannotBeGeneratedTitle"> |
56 | 56 | <source>The base COM interface failed to generate source. Code will not be generated for this interface.</source> |
57 | | - <target state="new">The base COM interface failed to generate source. Code will not be generated for this interface.</target> |
| 57 | + <target state="translated">La interfaz COM base no pudo generar el origen. No se generará código para esta interfaz.</target> |
58 | 58 | <note /> |
59 | 59 | </trans-unit> |
60 | 60 | <trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedDescription"> |
61 | 61 | <source>Casting between a 'ComImport' type and a source-generated COM type is not supported and will fail at runtime</source> |
62 | | - <target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported and will fail at runtime</target> |
| 62 | + <target state="translated">No se admite la conversión entre un tipo "ComImport" y un tipo COM generado por el origen y se producirá un error en tiempo de ejecución.</target> |
63 | 63 | <note /> |
64 | 64 | </trans-unit> |
65 | 65 | <trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedMessage"> |
66 | 66 | <source>Casting between a 'ComImport' type and a source-generated COM type is not supported</source> |
67 | | - <target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported</target> |
| 67 | + <target state="translated">No se admite la conversión entre un tipo 'ComImport' y un tipo COM generado por origen</target> |
68 | 68 | <note /> |
69 | 69 | </trans-unit> |
70 | 70 | <trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedTitle"> |
71 | 71 | <source>Casting between a 'ComImport' type and a source-generated COM type is not supported</source> |
72 | | - <target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported</target> |
| 72 | + <target state="translated">No se admite la conversión entre un tipo 'ComImport' y un tipo COM generado por origen</target> |
73 | 73 | <note /> |
74 | 74 | </trans-unit> |
75 | 75 | <trans-unit id="ClassDoesNotImplementAnyGeneratedComInterfacesDescription"> |
76 | 76 | <source>A class with 'GeneratedComClassAttribute' must implement at least one interface with 'GeneratedComInterfaceAttribute' or else the generated code with not have an effect.</source> |
77 | | - <target state="new">A class with 'GeneratedComClassAttribute' must implement at least one interface with 'GeneratedComInterfaceAttribute' or else the generated code with not have an effect.</target> |
| 77 | + <target state="translated">Una clase con "GeneratedComClassAttribute" debe implementar al menos una interfaz con "GeneratedComInterfaceAttribute" o el código generado sin efecto.</target> |
78 | 78 | <note /> |
79 | 79 | </trans-unit> |
80 | 80 | <trans-unit id="ClassDoesNotImplementAnyGeneratedComInterfacesMessage"> |
81 | 81 | <source>Class '{0}' with 'GeneratedComClassAttribute' does not implement any interfaces with 'GeneratedComInterfaceAttribute'. Source will not be generated for '{0}'.</source> |
82 | | - <target state="new">Class '{0}' with 'GeneratedComClassAttribute' does not implement any interfaces with 'GeneratedComInterfaceAttribute'. Source will not be generated for '{0}'.</target> |
| 82 | + <target state="translated">La clase "{0}" con "GeneratedComClassAttribute" no implementa ninguna interfaz con "GeneratedComInterfaceAttribute". No se generará el origen para "{0}".</target> |
83 | 83 | <note /> |
84 | 84 | </trans-unit> |
85 | 85 | <trans-unit id="ComHostingDoesNotSupportGeneratedComInterfaceDescription"> |
|
254 | 254 | </trans-unit> |
255 | 255 | <trans-unit id="InvalidGeneratedComClassAttributeUsageDescription"> |
256 | 256 | <source>Classes with 'GeneratedComClassAttribute' must implement one or more interfaces with 'GeneratedComInterfaceAttribute', be marked partial, and be non-generic.</source> |
257 | | - <target state="new">Classes with 'GeneratedComClassAttribute' must implement one or more interfaces with 'GeneratedComInterfaceAttribute', be marked partial, and be non-generic.</target> |
| 257 | + <target state="translated">Las clases con "GeneratedComClassAttribute" deben implementar una o varias interfaces con "GeneratedComInterfaceAttribute", marcarse como parciales y no ser genéricas.</target> |
258 | 258 | <note /> |
259 | 259 | </trans-unit> |
260 | 260 | <trans-unit id="InvalidGeneratedComClassAttributeUsageMissingPartialModifier"> |
261 | 261 | <source>Class '{0}' with 'GeneratedComClassAttribute' or one of its containing types is not marked 'partial'.</source> |
262 | | - <target state="new">Class '{0}' with 'GeneratedComClassAttribute' or one of its containing types is not marked 'partial'.</target> |
| 262 | + <target state="translated">La clase "{0}" con "GeneratedComClassAttribute" o uno de sus tipos contenedores no está marcada como "partial".</target> |
263 | 263 | <note /> |
264 | 264 | </trans-unit> |
265 | 265 | <trans-unit id="InvalidGeneratedComClassAttributeUsageTitle"> |
266 | 266 | <source>Invalid 'GeneratedComClassAttribute' usage</source> |
267 | | - <target state="new">Invalid 'GeneratedComClassAttribute' usage</target> |
| 267 | + <target state="translated">Uso de "GeneratedComClassAttribute" no válido</target> |
268 | 268 | <note /> |
269 | 269 | </trans-unit> |
270 | 270 | <trans-unit id="InvalidGeneratedComInterfaceAttributeUsageDescription"> |
271 | 271 | <source>Interfaces attributed with 'GeneratedComInterfaceAttribute' must have 'public' or 'internal' accessibility and be partial, non-generic, and must specify a GUID with 'System.Runtime.InteropServices.GuidAttribute'.</source> |
272 | | - <target state="new">Interfaces attributed with 'GeneratedComInterfaceAttribute' must have 'public' or 'internal' accessibility and be partial, non-generic, and must specify a GUID with 'System.Runtime.InteropServices.GuidAttribute'.</target> |
| 272 | + <target state="translated">Las interfaces con atributos "GeneratedComInterfaceAttribute" deben tener accesibilidad "publica" o "interna" y ser parciales, no genéricas, y deben especificar un GUID con "System.Runtime.InteropServices.GuidAttribute".</target> |
273 | 273 | <note /> |
274 | 274 | </trans-unit> |
275 | 275 | <trans-unit id="InvalidGeneratedComInterfaceAttributeUsageInterfaceIsGeneric"> |
|
279 | 279 | </trans-unit> |
280 | 280 | <trans-unit id="InvalidGeneratedComInterfaceAttributeUsageInterfaceNotAccessible"> |
281 | 281 | <source>Interface '{0}' is attributed with 'GeneratedComInterfaceAttribute' but is not accessible by generated code. The interface and all containing types must have accessibility 'internal' or 'public' for generated code to access it. {1}</source> |
282 | | - <target state="new">Interface '{0}' is attributed with 'GeneratedComInterfaceAttribute' but is not accessible by generated code. The interface and all containing types must have accessibility 'internal' or 'public' for generated code to access it. {1}</target> |
| 282 | + <target state="translated">La interfaz '{0}' tiene el atributo 'GeneratedComInterfaceAttribute', pero el código generado no puede acceder a ella. La interfaz y todos los tipos contenedores deben tener accesibilidad "interna" o "publico" para que el código generado tenga acceso a ella. {1}</target> |
283 | 283 | <note>{1} is details about which type/containing type is not accessible</note> |
284 | 284 | </trans-unit> |
285 | 285 | <trans-unit id="InvalidGeneratedComInterfaceAttributeUsageMissingGuidAttribute"> |
|
294 | 294 | </trans-unit> |
295 | 295 | <trans-unit id="InvalidGeneratedComInterfaceUsageMissingPartialModifier"> |
296 | 296 | <source>The interface '{0}' or one of its containing types is missing the 'partial' keyword. Code will not be generated for '{0}'.</source> |
297 | | - <target state="new">The interface '{0}' or one of its containing types is missing the 'partial' keyword. Code will not be generated for '{0}'.</target> |
| 297 | + <target state="translated">Falta la palabra clave 'partial' en la interfaz '{0}' o en uno de sus tipos contenedores. No se generará código para '{0}'.</target> |
298 | 298 | <note /> |
299 | 299 | </trans-unit> |
300 | 300 | <trans-unit id="InvalidStringMarshallingConfigurationDescription"> |
|
359 | 359 | </trans-unit> |
360 | 360 | <trans-unit id="RequiresAllowUnsafeBlocksDescription"> |
361 | 361 | <source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'.</source> |
362 | | - <target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'.</target> |
| 362 | + <target state="translated">"GeneratedComInterfaceAttribute" y "GeneratedComClassAttribute" requieren código no seguro. El proyecto debe actualizarse con "<AllowUnsafeBlocks>true</AllowUnsafeBlocks>".</target> |
363 | 363 | <note /> |
364 | 364 | </trans-unit> |
365 | 365 | <trans-unit id="RequiresAllowUnsafeBlocksMessage"> |
366 | 366 | <source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'.</source> |
367 | | - <target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '<AllowUnsafeBlocks>true</AllowUnsafeBlocks>'.</target> |
| 367 | + <target state="translated">"GeneratedComInterfaceAttribute" y "GeneratedComClassAttribute" requieren código no seguro. El proyecto debe actualizarse con "<AllowUnsafeBlocks>true</AllowUnsafeBlocks>".</target> |
368 | 368 | <note /> |
369 | 369 | </trans-unit> |
370 | 370 | <trans-unit id="RequiresAllowUnsafeBlocksTitle"> |
371 | 371 | <source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code.</source> |
372 | | - <target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code.</target> |
| 372 | + <target state="translated">"GeneratedComInterfaceAttribute" y "GeneratedComClassAttribute" requieren código no seguro.</target> |
373 | 373 | <note /> |
374 | 374 | </trans-unit> |
375 | 375 | <trans-unit id="RuntimeComApisDoNotSupportSourceGeneratedComDescription"> |
|
389 | 389 | </trans-unit> |
390 | 390 | <trans-unit id="StringMarshallingCustomTypeNotAccessibleByGeneratedCode"> |
391 | 391 | <source>The type '{0}' specified as 'GeneratedComInterfaceAttribute.StringMarshallingCustomType' is not accessible by generated code. The type must have at least 'internal' accessibility. {1}</source> |
392 | | - <target state="new">The type '{0}' specified as 'GeneratedComInterfaceAttribute.StringMarshallingCustomType' is not accessible by generated code. The type must have at least 'internal' accessibility. {1}</target> |
| 392 | + <target state="translated">El código generado no puede acceder al tipo '{0}' especificado como 'GeneratedComInterfaceAttribute.StringMarshallingCustomType'. El tipo debe tener al menos accesibilidad "interna". {1}</target> |
393 | 393 | <note>{1} is details about which type/containing type is not accessible</note> |
394 | 394 | </trans-unit> |
395 | 395 | <trans-unit id="TypeNotSupportedDescription"> |
|
0 commit comments