|
427 | 427 | <Str Cat="Text"> |
428 | 428 | <Val><![CDATA[A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums.]]></Val> |
429 | 429 | <Tgt Cat="Text" Stat="Loc" Orig="New"> |
430 | | - <Val><![CDATA[Un inicializador de miembro de una declaración enum no puede hacer referencia a los miembros que se declaran después de este, incluidos aquellos definidos en otras enumeraciones.]]></Val> |
| 430 | + <Val><![CDATA[Un inicializador de miembro de una declaración de enumeración no puede hacer referencia a los miembros que se declaran después de este, incluidos aquellos definidos en otras enumeraciones.]]></Val> |
431 | 431 | </Tgt> |
432 | 432 | </Str> |
433 | 433 | <Disp Icon="Str" /> |
|
1069 | 1069 | <Str Cat="Text"> |
1070 | 1070 | <Val><![CDATA[An arithmetic operand must be of type 'any', 'number' or an enum type.]]></Val> |
1071 | 1071 | <Tgt Cat="Text" Stat="Loc" Orig="New"> |
1072 | | - <Val><![CDATA[Un operando aritmético debe ser de tipo "any", "number" o de tipo enum.]]></Val> |
| 1072 | + <Val><![CDATA[Un operando aritmético debe ser de tipo "any", "number" o un tipo de enumeración.]]></Val> |
1073 | 1073 | </Tgt> |
1074 | 1074 | </Str> |
1075 | 1075 | <Disp Icon="Str" /> |
|
2079 | 2079 | </Str> |
2080 | 2080 | <Disp Icon="Str" /> |
2081 | 2081 | </Item> |
| 2082 | + <Item ItemId=";Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclas_2720" ItemType="0" PsrId="306" Leaf="true"> |
| 2083 | + <Str Cat="Text"> |
| 2084 | + <Val><![CDATA[Class '{0}' incorrectly implements class '{1}'. Did you mean to extend '{1}' and inherit its members as a subclass?]]></Val> |
| 2085 | + </Str> |
| 2086 | + <Disp Icon="Str" /> |
| 2087 | + </Item> |
2082 | 2088 | <Item ItemId=";Class_0_incorrectly_implements_interface_1_2420" ItemType="0" PsrId="306" Leaf="true"> |
2083 | 2089 | <Str Cat="Text"> |
2084 | 2090 | <Val><![CDATA[Class '{0}' incorrectly implements interface '{1}'.]]></Val> |
|
2935 | 2941 | <Str Cat="Text"> |
2936 | 2942 | <Val><![CDATA[Enum declarations must all be const or non-const.]]></Val> |
2937 | 2943 | <Tgt Cat="Text" Stat="Loc" Orig="New"> |
2938 | | - <Val><![CDATA[Todas las declaraciones enum deben ser de tipo const o no const.]]></Val> |
| 2944 | + <Val><![CDATA[Todas las declaraciones de enumeración deben ser de tipo const o no const.]]></Val> |
2939 | 2945 | </Tgt> |
2940 | 2946 | </Str> |
2941 | 2947 | <Disp Icon="Str" /> |
|
2974 | 2980 | <Str Cat="Text"> |
2975 | 2981 | <Val><![CDATA[Enum type '{0}' has members with initializers that are not literals.]]></Val> |
2976 | 2982 | <Tgt Cat="Text" Stat="Loc" Orig="New"> |
2977 | | - <Val><![CDATA[Tipo enum '{0}' tiene miembros con inicializadores que no son literales.]]></Val> |
| 2983 | + <Val><![CDATA[El tipo de enumeración "{0}" tiene miembros con inicializadores que no son literales.]]></Val> |
2978 | 2984 | </Tgt> |
2979 | 2985 | </Str> |
2980 | 2986 | <Disp Icon="Str" /> |
|
3895 | 3901 | <Str Cat="Text"> |
3896 | 3902 | <Val><![CDATA[In ambient enum declarations member initializer must be constant expression.]]></Val> |
3897 | 3903 | <Tgt Cat="Text" Stat="Loc" Orig="New"> |
3898 | | - <Val><![CDATA[En las declaraciones enum de ambiente, el inicializador de miembro debe ser una expresión constante.]]></Val> |
| 3904 | + <Val><![CDATA[En las declaraciones de enumeración de ambiente, el inicializador de miembro debe ser una expresión constante.]]></Val> |
3899 | 3905 | </Tgt> |
3900 | 3906 | </Str> |
3901 | 3907 | <Disp Icon="Str" /> |
|
6961 | 6967 | <Str Cat="Text"> |
6962 | 6968 | <Val><![CDATA[The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.]]></Val> |
6963 | 6969 | <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6964 | | - <Val><![CDATA[La parte izquierda de una operación aritmética debe ser de tipo "any", "number" o un tipo enum.]]></Val> |
| 6970 | + <Val><![CDATA[La parte izquierda de una operación aritmética debe ser de tipo "any", "number" o un tipo de enumeración.]]></Val> |
6965 | 6971 | </Tgt> |
6966 | 6972 | </Str> |
6967 | 6973 | <Disp Icon="Str" /> |
|
7099 | 7105 | <Str Cat="Text"> |
7100 | 7106 | <Val><![CDATA[The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.]]></Val> |
7101 | 7107 | <Tgt Cat="Text" Stat="Loc" Orig="New"> |
7102 | | - <Val><![CDATA[La parte derecha de una operación aritmética debe ser de tipo "any", "number" o un tipo enum.]]></Val> |
| 7108 | + <Val><![CDATA[La parte derecha de una operación aritmética debe ser de tipo "any", "number" o un tipo de enumeración.]]></Val> |
7103 | 7109 | </Tgt> |
7104 | 7110 | </Str> |
7105 | 7111 | <Disp Icon="Str" /> |
|
0 commit comments