|
24 | 24 | </trans-unit> |
25 | 25 | <trans-unit id="chkAbstractMembersDeclarationsOnStaticClasses"> |
26 | 26 | <source>If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.</source> |
27 | | - <target state="new">If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.</target> |
| 27 | + <target state="translated">Si un tipo utiliza los atributos [<Sealed>] y [<AbstractClass>], significa que es estático. Las declaraciones de miembros abstractos no están permitidas.</target> |
28 | 28 | <note /> |
29 | 29 | </trans-unit> |
30 | 30 | <trans-unit id="chkAdditionalConstructorOnStaticClasses"> |
|
49 | 49 | </trans-unit> |
50 | 50 | <trans-unit id="chkExplicitFieldsDeclarationsOnStaticClasses"> |
51 | 51 | <source>If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.</source> |
52 | | - <target state="new">If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.</target> |
| 52 | + <target state="translated">Si un tipo utiliza los atributos [<Sealed>] y [<AbstractClass>], significa que es estático. No se permiten las declaraciones explícitas de campos.</target> |
53 | 53 | <note /> |
54 | 54 | </trans-unit> |
55 | 55 | <trans-unit id="chkFeatureNotLanguageSupported"> |
|
69 | 69 | </trans-unit> |
70 | 70 | <trans-unit id="chkImplementingInterfacesOnStaticClasses"> |
71 | 71 | <source>If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.</source> |
72 | | - <target state="new">If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.</target> |
| 72 | + <target state="translated">Si un tipo utiliza ambos atributos [<Sealed>] y [<AbstractClass>], significa que es estático. No se permite implementar interfaces.</target> |
73 | 73 | <note /> |
74 | 74 | </trans-unit> |
75 | 75 | <trans-unit id="chkInfoRefcellAssign"> |
|
94 | 94 | </trans-unit> |
95 | 95 | <trans-unit id="chkInstanceLetBindingOnStaticClasses"> |
96 | 96 | <source>If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.</source> |
97 | | - <target state="new">If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.</target> |
| 97 | + <target state="translated">Si un tipo utiliza ambos atributos [<Sealed>] y [<AbstractClass>], significa que es estático. No se permiten los enlaces let de instancia.</target> |
98 | 98 | <note /> |
99 | 99 | </trans-unit> |
100 | 100 | <trans-unit id="chkInstanceMemberOnStaticClasses"> |
|
309 | 309 | </trans-unit> |
310 | 310 | <trans-unit id="featureNestedCopyAndUpdate"> |
311 | 311 | <source>Nested record field copy-and-update</source> |
312 | | - <target state="translated">Copiar y actualizar campo de registro anidado</target> |
| 312 | + <target state="translated">Copia y actualización de campos de registro anidados</target> |
313 | 313 | <note /> |
314 | 314 | </trans-unit> |
315 | 315 | <trans-unit id="featureNonInlineLiteralsAsPrintfFormat"> |
|
404 | 404 | </trans-unit> |
405 | 405 | <trans-unit id="featureTryWithInSeqExpressions"> |
406 | 406 | <source>Support for try-with in sequence expressions</source> |
407 | | - <target state="translated">Compatibilidad con try-with en expresiones de secuencia</target> |
| 407 | + <target state="translated">Compatibilidad con try-with en expresiones secuenciales</target> |
408 | 408 | <note /> |
409 | 409 | </trans-unit> |
410 | 410 | <trans-unit id="featureWarningWhenCopyAndUpdateRecordChangesAllFields"> |
411 | 411 | <source>Raises warnings when an copy-and-update record expression changes all fields of a record.</source> |
412 | | - <target state="translated">Genera advertencias cuando una expresión de registro de copia y actualización cambia todos los campos de un registro.</target> |
| 412 | + <target state="translated">Emite advertencias cuando una expresión de copiar y actualizar registros cambia todos los campos de un registro.</target> |
413 | 413 | <note /> |
414 | 414 | </trans-unit> |
415 | 415 | <trans-unit id="featureWarningWhenInliningMethodImplNoInlineMarkedFunction"> |
|
509 | 509 | </trans-unit> |
510 | 510 | <trans-unit id="keywordDescriptionSig"> |
511 | 511 | <source>Keyword reserved for ML-compatibility.</source> |
512 | | - <target state="translated">Palabra clave reservada para compatibilidad con ML.</target> |
| 512 | + <target state="translated">Palabra clave reservada para la compatibilidad con ML.</target> |
513 | 513 | <note /> |
514 | 514 | </trans-unit> |
515 | 515 | <trans-unit id="keywordDescriptionTypeTest"> |
|
774 | 774 | </trans-unit> |
775 | 775 | <trans-unit id="parsUnexpectedEndOfFileElif"> |
776 | 776 | <source>Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.</source> |
777 | | - <target state="translated">Final de entrada inesperado en la rama "else if" o "elif" de la expresión condicional. Se esperaba 'elif <expr> then <expr>' o 'else if <expr> then <expr>'.</target> |
| 777 | + <target state="translated">Fin de entrada inesperado en la rama "else if" o "elif" de una expresión condicional. Se espera "elif <expr> then <expr>" o "else if <expr> then <expr>".</target> |
778 | 778 | <note /> |
779 | 779 | </trans-unit> |
780 | 780 | <trans-unit id="parsUnexpectedSymbolDot"> |
|
794 | 794 | </trans-unit> |
795 | 795 | <trans-unit id="reprResumableCodeContainsConstrainedGenericLet"> |
796 | 796 | <source>A constrained generic construct occured in the resumable code specification</source> |
797 | | - <target state="translated">Se produjo una construcción genérica restringida en la especificación de código reanudable</target> |
| 797 | + <target state="translated">En la especificación del código resumible aparecía una construcción genérica restringida</target> |
798 | 798 | <note /> |
799 | 799 | </trans-unit> |
800 | 800 | <trans-unit id="reprResumableCodeContainsDynamicResumeAtInBody"> |
|
919 | 919 | </trans-unit> |
920 | 920 | <trans-unit id="tcCopyAndUpdateRecordChangesAllFields"> |
921 | 921 | <source>This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.</source> |
922 | | - <target state="translated">Esta expresión de registro de copia y actualización cambia todos los campos del tipo de registro '{0}'. Considere la posibilidad de usar la sintaxis de construcción de registros en su lugar.</target> |
| 922 | + <target state="translated">Esta expresión de copia y actualización de registros cambia todos los campos de tipo de registro "{0}". Es preferible utilizar la sintaxis de construcción de registros.</target> |
923 | 923 | <note /> |
924 | 924 | </trans-unit> |
925 | 925 | <trans-unit id="tcHighPrecedenceFunctionApplicationToListDeprecated"> |
|
1189 | 1189 | </trans-unit> |
1190 | 1190 | <trans-unit id="typrelNeverRefinedAwayFromTop"> |
1191 | 1191 | <source>A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.</source> |
1192 | | - <target state="translated">Un tipo se ha inferido implícitamente como 'obj', lo que puede no ser involumenario. Considere la posibilidad de agregar anotaciones de tipo explícitas. Puede deshabilitar esta advertencia con "#nowarn \"3559\"" o "--nowarn:3559".</target> |
| 1192 | + <target state="translated">Se ha inferido implícitamente un tipo como "obj", lo que puede ser involuntario. Considere agregar anotaciones de tipo explícitas. Puede desactivar esta advertencia utilizando "#nowarn \"3559\"" o "--nowarn:3559".</target> |
1193 | 1193 | <note /> |
1194 | 1194 | </trans-unit> |
1195 | 1195 | <trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown"> |
|
4659 | 4659 | </trans-unit> |
4660 | 4660 | <trans-unit id="tcConcreteMembersIllegalInInterface"> |
4661 | 4661 | <source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source> |
4662 | | - <target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target> |
| 4662 | + <target state="translated">Las interfaces no pueden contener definiciones de miembros de instancia concretos. Puede que sea necesario definir un constructor en el tipo para indicar que el tipo es una clase.</target> |
4663 | 4663 | <note /> |
4664 | 4664 | </trans-unit> |
4665 | 4665 | <trans-unit id="tcConstructorsDisallowedInExceptionAugmentation"> |
|
0 commit comments