|
459 | 459 | </Str>
|
460 | 460 | <Disp Icon="Str" />
|
461 | 461 | </Item>
|
| 462 | + <Item ItemId=";A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086" ItemType="0" PsrId="306" Leaf="true"> |
| 463 | + <Str Cat="Text"> |
| 464 | + <Val><![CDATA[A labeled tuple element is declared as optional with a question mark after the name and before the colon, rather than after the type.]]></Val> |
| 465 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 466 | + <Val><![CDATA[Un elemento de tupla etiquetado se declara como opcional con un signo de interrogación después del nombre y antes de los dos puntos, en lugar de después del tipo.]]></Val> |
| 467 | + </Tgt> |
| 468 | + </Str> |
| 469 | + <Disp Icon="Str" /> |
| 470 | + </Item> |
| 471 | + <Item ItemId=";A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087" ItemType="0" PsrId="306" Leaf="true"> |
| 472 | + <Str Cat="Text"> |
| 473 | + <Val><![CDATA[A labeled tuple element is declared as rest with a `...` before the name, rather than before the type.]]></Val> |
| 474 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 475 | + <Val><![CDATA[Un elemento de tupla etiquetado se declara como REST con "..." delante del nombre, en lugar de delante del tipo.]]></Val> |
| 476 | + </Tgt> |
| 477 | + </Str> |
| 478 | + <Disp Icon="Str" /> |
| 479 | + </Item> |
462 | 480 | <Item ItemId=";A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651" ItemType="0" PsrId="306" Leaf="true">
|
463 | 481 | <Str Cat="Text">
|
464 | 482 | <Val><![CDATA[A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums.]]></Val>
|
|
876 | 894 | </Str>
|
877 | 895 | <Disp Icon="Str" />
|
878 | 896 | </Item>
|
| 897 | + <Item ItemId=";A_tuple_member_cannot_be_both_optional_and_rest_5085" ItemType="0" PsrId="306" Leaf="true"> |
| 898 | + <Str Cat="Text"> |
| 899 | + <Val><![CDATA[A tuple member cannot be both optional and rest.]]></Val> |
| 900 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 901 | + <Val><![CDATA[Un miembro de tupla no puede ser tanto opcional como REST.]]></Val> |
| 902 | + </Tgt> |
| 903 | + </Str> |
| 904 | + <Disp Icon="Str" /> |
| 905 | + </Item> |
879 | 906 | <Item ItemId=";A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007" ItemType="0" PsrId="306" Leaf="true">
|
880 | 907 | <Str Cat="Text">
|
881 | 908 | <Val><![CDATA[A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses.]]></Val>
|
|
3534 | 3561 | </Str>
|
3535 | 3562 | <Disp Icon="Str" />
|
3536 | 3563 | </Item>
|
| 3564 | + <Item ItemId=";Convert_overload_list_to_single_signature_95118" ItemType="0" PsrId="306" Leaf="true"> |
| 3565 | + <Str Cat="Text"> |
| 3566 | + <Val><![CDATA[Convert overload list to single signature]]></Val> |
| 3567 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 3568 | + <Val><![CDATA[Convertir lista de sobrecargas en firma única]]></Val> |
| 3569 | + </Tgt> |
| 3570 | + </Str> |
| 3571 | + <Disp Icon="Str" /> |
| 3572 | + </Item> |
3537 | 3573 | <Item ItemId=";Convert_parameters_to_destructured_object_95075" ItemType="0" PsrId="306" Leaf="true">
|
3538 | 3574 | <Str Cat="Text">
|
3539 | 3575 | <Val><![CDATA[Convert parameters to destructured object]]></Val>
|
|
6819 | 6855 | </Str>
|
6820 | 6856 | <Disp Icon="Str" />
|
6821 | 6857 | </Item>
|
| 6858 | + <Item ItemId=";Move_labeled_tuple_element_modifiers_to_labels_95117" ItemType="0" PsrId="306" Leaf="true"> |
| 6859 | + <Str Cat="Text"> |
| 6860 | + <Val><![CDATA[Move labeled tuple element modifiers to labels]]></Val> |
| 6861 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 6862 | + <Val><![CDATA[Mover modificadores de elemento de tupla etiquetados a etiquetas]]></Val> |
| 6863 | + </Tgt> |
| 6864 | + </Str> |
| 6865 | + <Disp Icon="Str" /> |
| 6866 | + </Item> |
6822 | 6867 | <Item ItemId=";Move_to_a_new_file_95049" ItemType="0" PsrId="306" Leaf="true">
|
6823 | 6868 | <Str Cat="Text">
|
6824 | 6869 | <Val><![CDATA[Move to a new file]]></Val>
|
|
10611 | 10656 | </Str>
|
10612 | 10657 | <Disp Icon="Str" />
|
10613 | 10658 | </Item>
|
| 10659 | + <Item ItemId=";This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234" ItemType="0" PsrId="306" Leaf="true"> |
| 10660 | + <Str Cat="Text"> |
| 10661 | + <Val><![CDATA[This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?]]></Val> |
| 10662 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 10663 | + <Val><![CDATA[No se puede llamar a esta expresión porque es un descriptor de acceso "get". ¿Pretendía usarlo sin "()"?]]></Val> |
| 10664 | + </Tgt> |
| 10665 | + </Str> |
| 10666 | + <Disp Icon="Str" /> |
| 10667 | + </Item> |
10614 | 10668 | <Item ItemId=";This_expression_is_not_constructable_2351" ItemType="0" PsrId="306" Leaf="true">
|
10615 | 10669 | <Str Cat="Text">
|
10616 | 10670 | <Val><![CDATA[This expression is not constructable.]]></Val>
|
|
10776 | 10830 | </Str>
|
10777 | 10831 | <Disp Icon="Str" />
|
10778 | 10832 | </Item>
|
| 10833 | + <Item ItemId=";Tuple_members_must_all_have_names_or_all_not_have_names_5084" ItemType="0" PsrId="306" Leaf="true"> |
| 10834 | + <Str Cat="Text"> |
| 10835 | + <Val><![CDATA[Tuple members must all have names or all not have names.]]></Val> |
| 10836 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 10837 | + <Val><![CDATA[Todos los miembros de tupla deben tener nombres o no debe tenerlo ninguno de ellos.]]></Val> |
| 10838 | + </Tgt> |
| 10839 | + </Str> |
| 10840 | + <Disp Icon="Str" /> |
| 10841 | + </Item> |
10779 | 10842 | <Item ItemId=";Tuple_type_0_of_length_1_has_no_element_at_index_2_2493" ItemType="0" PsrId="306" Leaf="true">
|
10780 | 10843 | <Str Cat="Text">
|
10781 | 10844 | <Val><![CDATA[Tuple type '{0}' of length '{1}' has no element at index '{2}'.]]></Val>
|
|
0 commit comments