Skip to content

Commit f0ce80a

Browse files
authored
LEGO: Merge pull request 21188
LEGO: Merge pull request 21188
2 parents 2f29b71 + f4cfc9d commit f0ce80a

File tree

1 file changed

+116
-2
lines changed

1 file changed

+116
-2
lines changed

src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 116 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,15 @@
483483
</Str>
484484
<Disp Icon="Str" />
485485
</Item>
486+
<Item ItemId=";A_namespace_style_import_cannot_be_called_or_constructed_and_will_cause_a_failure_at_runtime_7038" ItemType="0" PsrId="306" Leaf="true">
487+
<Str Cat="Text">
488+
<Val><![CDATA[A namespace-style import cannot be called or constructed, and will cause a failure at runtime.]]></Val>
489+
<Tgt Cat="Text" Stat="Loc" Orig="New">
490+
<Val><![CDATA[No se puede llamar o construir una importación de estilo de espacio de nombres, y provocará un error en tiempo de ejecución.]]></Val>
491+
</Tgt>
492+
</Str>
493+
<Disp Icon="Str" />
494+
</Item>
486495
<Item ItemId=";A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371" ItemType="0" PsrId="306" Leaf="true">
487496
<Str Cat="Text">
488497
<Val><![CDATA[A parameter initializer is only allowed in a function or constructor implementation.]]></Val>
@@ -885,6 +894,12 @@
885894
</Str>
886895
<Disp Icon="Str" />
887896
</Item>
897+
<Item ItemId=";Add_async_modifier_to_containing_function_90029" ItemType="0" PsrId="306" Leaf="true">
898+
<Str Cat="Text">
899+
<Val><![CDATA[Add async modifier to containing function]]></Val>
900+
</Str>
901+
<Disp Icon="Str" />
902+
</Item>
888903
<Item ItemId=";Add_index_signature_for_property_0_90017" ItemType="0" PsrId="306" Leaf="true">
889904
<Str Cat="Text">
890905
<Val><![CDATA[Add index signature for property '{0}']]></Val>
@@ -1290,6 +1305,24 @@
12901305
</Str>
12911306
<Disp Icon="Str" />
12921307
</Item>
1308+
<Item ItemId=";An_index_signature_parameter_type_cannot_be_a_type_alias_Consider_writing_0_Colon_1_Colon_2_instead_1336" ItemType="0" PsrId="306" Leaf="true">
1309+
<Str Cat="Text">
1310+
<Val><![CDATA[An index signature parameter type cannot be a type alias. Consider writing '[{0}: {1}]5D;: {2}' instead.]]></Val>
1311+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1312+
<Val><![CDATA[Un tipo de parámetro de firma de índice no puede ser un alias de tipo. Considere la posibilidad de escribir en su lugar "[{0}: {1}]5D;: {2}".]]></Val>
1313+
</Tgt>
1314+
</Str>
1315+
<Disp Icon="Str" />
1316+
</Item>
1317+
<Item ItemId=";An_index_signature_parameter_type_cannot_be_a_union_type_Consider_using_a_mapped_object_type_instead_1337" ItemType="0" PsrId="306" Leaf="true">
1318+
<Str Cat="Text">
1319+
<Val><![CDATA[An index signature parameter type cannot be a union type. Consider using a mapped object type instead.]]></Val>
1320+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1321+
<Val><![CDATA[Un tipo de parámetro de firma de índice no puede ser un tipo de unión. Considere la posibilidad de usar en su lugar un tipo de objeto asignado.]]></Val>
1322+
</Tgt>
1323+
</Str>
1324+
<Disp Icon="Str" />
1325+
</Item>
12931326
<Item ItemId=";An_index_signature_parameter_type_must_be_string_or_number_1023" ItemType="0" PsrId="306" Leaf="true">
12941327
<Str Cat="Text">
12951328
<Val><![CDATA[An index signature parameter type must be 'string' or 'number'.]]></Val>
@@ -1839,6 +1872,33 @@
18391872
</Str>
18401873
<Disp Icon="Str" />
18411874
</Item>
1875+
<Item ItemId=";Cannot_invoke_an_object_which_is_possibly_null_2721" ItemType="0" PsrId="306" Leaf="true">
1876+
<Str Cat="Text">
1877+
<Val><![CDATA[Cannot invoke an object which is possibly 'null'.]]></Val>
1878+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1879+
<Val><![CDATA[No se puede invocar un objeto que es posiblemente "null".]]></Val>
1880+
</Tgt>
1881+
</Str>
1882+
<Disp Icon="Str" />
1883+
</Item>
1884+
<Item ItemId=";Cannot_invoke_an_object_which_is_possibly_null_or_undefined_2723" ItemType="0" PsrId="306" Leaf="true">
1885+
<Str Cat="Text">
1886+
<Val><![CDATA[Cannot invoke an object which is possibly 'null' or 'undefined'.]]></Val>
1887+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1888+
<Val><![CDATA[No se puede invocar un objeto que es posiblemente "null" o "no definido".]]></Val>
1889+
</Tgt>
1890+
</Str>
1891+
<Disp Icon="Str" />
1892+
</Item>
1893+
<Item ItemId=";Cannot_invoke_an_object_which_is_possibly_undefined_2722" ItemType="0" PsrId="306" Leaf="true">
1894+
<Str Cat="Text">
1895+
<Val><![CDATA[Cannot invoke an object which is possibly 'undefined'.]]></Val>
1896+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1897+
<Val><![CDATA[No se puede invocar un objeto que es posiblemente "no definido".]]></Val>
1898+
</Tgt>
1899+
</Str>
1900+
<Disp Icon="Str" />
1901+
</Item>
18421902
<Item ItemId=";Cannot_re_export_a_type_when_the_isolatedModules_flag_is_provided_1205" ItemType="0" PsrId="306" Leaf="true">
18431903
<Str Cat="Text">
18441904
<Val><![CDATA[Cannot re-export a type when the '--isolatedModules' flag is provided.]]></Val>
@@ -2307,6 +2367,15 @@
23072367
</Str>
23082368
<Disp Icon="Str" />
23092369
</Item>
2370+
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
2371+
<Str Cat="Text">
2372+
<Val><![CDATA[Convert to ES6 module]]></Val>
2373+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2374+
<Val><![CDATA[Convertir en módulo ES6]]></Val>
2375+
</Tgt>
2376+
</Str>
2377+
<Disp Icon="Str" />
2378+
</Item>
23102379
<Item ItemId=";Convert_to_default_import_95013" ItemType="0" PsrId="306" Leaf="true">
23112380
<Str Cat="Text">
23122381
<Val><![CDATA[Convert to default import]]></Val>
@@ -2904,6 +2973,15 @@
29042973
</Str>
29052974
<Disp Icon="Str" />
29062975
</Item>
2976+
<Item ItemId=";Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for__7037" ItemType="0" PsrId="306" Leaf="true">
2977+
<Str Cat="Text">
2978+
<Val><![CDATA[Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'.]]></Val>
2979+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2980+
<Val><![CDATA[Permite emitir interoperabilidad entre módulos CommonJS y ES mediante la creación de objetos de espacio de nombres para todas las importaciones. Implica "allowSyntheticDefaultImports".]]></Val>
2981+
</Tgt>
2982+
</Str>
2983+
<Disp Icon="Str" />
2984+
</Item>
29072985
<Item ItemId=";Enables_experimental_support_for_ES7_async_functions_6068" ItemType="0" PsrId="306" Leaf="true">
29082986
<Str Cat="Text">
29092987
<Val><![CDATA[Enables experimental support for ES7 async functions.]]></Val>
@@ -4548,6 +4626,12 @@
45484626
</Str>
45494627
<Disp Icon="Str" />
45504628
</Item>
4629+
<Item ItemId=";Mapped_object_type_implicitly_has_an_any_template_type_7039" ItemType="0" PsrId="306" Leaf="true">
4630+
<Str Cat="Text">
4631+
<Val><![CDATA[Mapped object type implicitly has an 'any' template type.]]></Val>
4632+
</Str>
4633+
<Disp Icon="Str" />
4634+
</Item>
45514635
<Item ItemId=";Member_0_implicitly_has_an_1_type_7008" ItemType="0" PsrId="306" Leaf="true">
45524636
<Str Cat="Text">
45534637
<Val><![CDATA[Member '{0}' implicitly has an '{1}' type.]]></Val>
@@ -5583,6 +5667,15 @@
55835667
</Str>
55845668
<Disp Icon="Str" />
55855669
</Item>
5670+
<Item ItemId=";Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2_2416" ItemType="0" PsrId="306" Leaf="true">
5671+
<Str Cat="Text">
5672+
<Val><![CDATA[Property '{0}' in type '{1}' is not assignable to the same property in base type '{2}'.]]></Val>
5673+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5674+
<Val><![CDATA[La propiedad "{0}" del tipo "{1}" no se puede asignar a la misma propiedad del tipo base "{2}".]]></Val>
5675+
</Tgt>
5676+
</Str>
5677+
<Disp Icon="Str" />
5678+
</Item>
55865679
<Item ItemId=";Property_0_in_type_1_is_not_assignable_to_type_2_2603" ItemType="0" PsrId="306" Leaf="true">
55875680
<Str Cat="Text">
55885681
<Val><![CDATA[Property '{0}' in type '{1}' is not assignable to type '{2}'.]]></Val>
@@ -5940,6 +6033,15 @@
59406033
</Str>
59416034
<Disp Icon="Str" />
59426035
</Item>
6036+
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
6037+
<Str Cat="Text">
6038+
<Val><![CDATA[Replace import with '{0}'.]]></Val>
6039+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6040+
<Val><![CDATA[Reemplazar importación por "{0}".]]></Val>
6041+
</Tgt>
6042+
</Str>
6043+
<Disp Icon="Str" />
6044+
</Item>
59436045
<Item ItemId=";Report_error_when_not_all_code_paths_in_function_return_a_value_6075" ItemType="0" PsrId="306" Leaf="true">
59446046
<Str Cat="Text">
59456047
<Val><![CDATA[Report error when not all code paths in function return a value.]]></Val>
@@ -8004,6 +8106,15 @@
80048106
</Str>
80058107
<Disp Icon="Str" />
80068108
</Item>
8109+
<Item ItemId=";Use_synthetic_default_member_95016" ItemType="0" PsrId="306" Leaf="true">
8110+
<Str Cat="Text">
8111+
<Val><![CDATA[Use synthetic 'default' member.]]></Val>
8112+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8113+
<Val><![CDATA[Use el miembro sintético "default".]]></Val>
8114+
</Tgt>
8115+
</Str>
8116+
<Disp Icon="Str" />
8117+
</Item>
80078118
<Item ItemId=";Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494" ItemType="0" PsrId="306" Leaf="true">
80088119
<Str Cat="Text">
80098120
<Val><![CDATA[Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher.]]></Val>
@@ -8507,10 +8618,13 @@
85078618
</Item>
85088619
<Item ItemId=";const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_im_2475" ItemType="0" PsrId="306" Leaf="true">
85098620
<Str Cat="Text">
8510-
<Val><![CDATA['const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment.]]></Val>
8621+
<Val><![CDATA['const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment or type query.]]></Val>
85118622
<Tgt Cat="Text" Stat="Loc" Orig="New">
8512-
<Val><![CDATA[Las enumeraciones "const" solo se pueden usar en expresiones de acceso de propiedad o índice, o en la parte derecha de una declaración de importación o una asignación de exportación.]]></Val>
8623+
<Val><![CDATA[Las enumeraciones "const" solo se pueden usar en expresiones de acceso de propiedad o índice, o en la parte derecha de una declaración de importación, una asignación de exportación o una consulta de tipo.]]></Val>
85138624
</Tgt>
8625+
<Prev Cat="Text">
8626+
<Val><![CDATA['const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment.]]></Val>
8627+
</Prev>
85148628
</Str>
85158629
<Disp Icon="Str" />
85168630
</Item>

0 commit comments

Comments
 (0)