Skip to content

Commit 61a2b4a

Browse files
committed
Update LKG
1 parent 785fd36 commit 61a2b4a

30 files changed

+13834
-12160
lines changed

lib/cs/diagnosticMessages.generated.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,12 @@
9595
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Přistupující objekty musí být abstraktní nebo neabstraktní.",
9696
"Add_0_to_existing_import_declaration_from_1_90015": "Přidat {0} k existující deklaraci importu z {1}",
9797
"Add_async_modifier_to_containing_function_90029": "Přidat modifikátor async do obsahující funkce",
98+
"Add_definite_assignment_assertion_to_property_0_95020": "Přidat kontrolní výraz jednoznačného přiřazení k vlastnosti {0}",
9899
"Add_index_signature_for_property_0_90017": "Přidat signaturu indexu pro vlastnost {0}",
100+
"Add_initializer_to_property_0_95019": "Přidat inicializační výraz k vlastnosti {0}",
99101
"Add_missing_super_call_90001": "Přidat chybějící volání metody super()",
100102
"Add_this_to_unresolved_variable_90008": "Přidat k nerozpoznané proměnné this.",
103+
"Add_undefined_type_to_property_0_95018": "Přidat typ undefined k vlastnosti {0}",
101104
"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068": "Přidání souboru tsconfig.json vám pomůže uspořádat projekty, které obsahují jak soubory TypeScript, tak soubory JavaScript. Další informace najdete na adrese https://aka.ms/tsconfig.",
102105
"Additional_Checks_6176": "Další kontroly",
103106
"Advanced_Options_6178": "Upřesnit možnosti",
@@ -324,6 +327,7 @@
324327
"Enables_experimental_support_for_ES7_decorators_6065": "Povolí experimentální podporu pro dekorátory ES7.",
325328
"Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066": "Povolí experimentální podporu pro generování metadat typu pro dekorátory.",
326329
"Enum_0_used_before_its_declaration_2450": "Výčet {0} se používá dříve, než se deklaruje.",
330+
"Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567": "Deklarace výčtu jdou sloučit jenom s oborem názvů nebo jinými deklaracemi výčtu.",
327331
"Enum_declarations_must_all_be_const_or_non_const_2473": "Všechny deklarace výčtu musí být konstantní nebo nekonstantní.",
328332
"Enum_member_expected_1132": "Očekává se člen výčtu.",
329333
"Enum_member_must_have_initializer_1061": "Člen výčtu musí mít inicializátor.",

lib/de/diagnosticMessages.generated.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,12 @@
9595
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Beide Accessoren müssen abstrakt oder nicht abstrakt sein.",
9696
"Add_0_to_existing_import_declaration_from_1_90015": "\"{0}\" der vorhandenen Importdeklaration aus \"{1}\" hinzufügen",
9797
"Add_async_modifier_to_containing_function_90029": "Async-Modifizierer zur enthaltenden Funktion hinzufügen",
98+
"Add_definite_assignment_assertion_to_property_0_95020": "Definitive Zuweisungsassertion zu Eigenschaft \"{0}\" hinzufügen",
9899
"Add_index_signature_for_property_0_90017": "Indexsignatur für die Eigenschaft \"{0}\" hinzufügen",
100+
"Add_initializer_to_property_0_95019": "Initialisierer zu Eigenschaft \"{0}\" hinzufügen",
99101
"Add_missing_super_call_90001": "Fehlenden super()-Aufruf hinzufügen",
100102
"Add_this_to_unresolved_variable_90008": "Der nicht aufgelösten Variablen \"this.\" hinzufügen",
103+
"Add_undefined_type_to_property_0_95018": "undefined-Typ zu Eigenschaft \"{0}\" hinzufügen",
101104
"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068": "Das Hinzufügen einer \"tsconfig.json\"-Datei erleichtert die Organisation von Projekten, die sowohl TypeScript- als auch JavaScript-Dateien enthalten. Weitere Informationen finden Sie unter https://aka.ms/tsconfig.",
102105
"Additional_Checks_6176": "Zusätzliche Überprüfungen",
103106
"Advanced_Options_6178": "Erweiterte Optionen",
@@ -324,6 +327,7 @@
324327
"Enables_experimental_support_for_ES7_decorators_6065": "Ermöglicht experimentelle Unterstützung für asynchrone ES7-Decorators.",
325328
"Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066": "Ermöglicht experimentelle Unterstützung zum Ausgeben von Typmetadaten für Decorators.",
326329
"Enum_0_used_before_its_declaration_2450": "Enumeration \"{0}\", die vor der Deklaration wurde.",
330+
"Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567": "Enumerationsdeklarationen können nur mit Namespace- oder anderen Enumerationsdeklarationen zusammengeführt werden.",
327331
"Enum_declarations_must_all_be_const_or_non_const_2473": "Enumerationsdeklarationen müssen alle konstant oder nicht konstant sein.",
328332
"Enum_member_expected_1132": "Ein Enumerationsmember wurde erwartet.",
329333
"Enum_member_must_have_initializer_1061": "Ein Enumerationsmember muss einen Initialisierer aufweisen.",

lib/enu/diagnosticMessages.generated.json.lcg

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,24 @@
585585
</Str>
586586
<Disp Icon="Str" />
587587
</Item>
588+
<Item ItemId=";Add_definite_assignment_assertion_to_property_0_95020" ItemType="0" PsrId="306" Leaf="true">
589+
<Str Cat="Text">
590+
<Val><![CDATA[Add definite assignment assertion to property '{0}']]></Val>
591+
</Str>
592+
<Disp Icon="Str" />
593+
</Item>
588594
<Item ItemId=";Add_index_signature_for_property_0_90017" ItemType="0" PsrId="306" Leaf="true">
589595
<Str Cat="Text">
590596
<Val><![CDATA[Add index signature for property '{0}']]></Val>
591597
</Str>
592598
<Disp Icon="Str" />
593599
</Item>
600+
<Item ItemId=";Add_initializer_to_property_0_95019" ItemType="0" PsrId="306" Leaf="true">
601+
<Str Cat="Text">
602+
<Val><![CDATA[Add initializer to property '{0}']]></Val>
603+
</Str>
604+
<Disp Icon="Str" />
605+
</Item>
594606
<Item ItemId=";Add_missing_super_call_90001" ItemType="0" PsrId="306" Leaf="true">
595607
<Str Cat="Text">
596608
<Val><![CDATA[Add missing 'super()' call]]></Val>
@@ -603,6 +615,12 @@
603615
</Str>
604616
<Disp Icon="Str" />
605617
</Item>
618+
<Item ItemId=";Add_undefined_type_to_property_0_95018" ItemType="0" PsrId="306" Leaf="true">
619+
<Str Cat="Text">
620+
<Val><![CDATA[Add 'undefined' type to property '{0}']]></Val>
621+
</Str>
622+
<Disp Icon="Str" />
623+
</Item>
606624
<Item ItemId=";Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068" ItemType="0" PsrId="306" Leaf="true">
607625
<Str Cat="Text">
608626
<Val><![CDATA[Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig.]]></Val>
@@ -2289,6 +2307,12 @@
22892307
</Str>
22902308
<Disp Icon="Str" />
22912309
</Item>
2310+
<Item ItemId=";File_is_a_CommonJS_module_it_may_be_converted_to_an_ES6_module_80001" ItemType="0" PsrId="306" Leaf="true">
2311+
<Str Cat="Text">
2312+
<Val><![CDATA[File is a CommonJS module; it may be converted to an ES6 module.]]></Val>
2313+
</Str>
2314+
<Disp Icon="Str" />
2315+
</Item>
22922316
<Item ItemId=";File_name_0_differs_from_already_included_file_name_1_only_in_casing_1149" ItemType="0" PsrId="306" Leaf="true">
22932317
<Str Cat="Text">
22942318
<Val><![CDATA[File name '{0}' differs from already included file name '{1}' only in casing.]]></Val>
@@ -2565,6 +2589,12 @@
25652589
</Str>
25662590
<Disp Icon="Str" />
25672591
</Item>
2592+
<Item ItemId=";Import_may_be_converted_to_a_default_import_80003" ItemType="0" PsrId="306" Leaf="true">
2593+
<Str Cat="Text">
2594+
<Val><![CDATA[Import may be converted to a default import.]]></Val>
2595+
</Str>
2596+
<Disp Icon="Str" />
2597+
</Item>
25682598
<Item ItemId=";Import_name_cannot_be_0_2438" ItemType="0" PsrId="306" Leaf="true">
25692599
<Str Cat="Text">
25702600
<Val><![CDATA[Import name cannot be '{0}'.]]></Val>
@@ -2805,6 +2835,12 @@
28052835
</Str>
28062836
<Disp Icon="Str" />
28072837
</Item>
2838+
<Item ItemId=";JSDoc_types_may_be_moved_to_TypeScript_types_80004" ItemType="0" PsrId="306" Leaf="true">
2839+
<Str Cat="Text">
2840+
<Val><![CDATA[JSDoc types may be moved to TypeScript types.]]></Val>
2841+
</Str>
2842+
<Disp Icon="Str" />
2843+
</Item>
28082844
<Item ItemId=";JSX_attribute_expected_17003" ItemType="0" PsrId="306" Leaf="true">
28092845
<Str Cat="Text">
28102846
<Val><![CDATA[JSX attribute expected.]]></Val>
@@ -2877,6 +2913,12 @@
28772913
</Str>
28782914
<Disp Icon="Str" />
28792915
</Item>
2916+
<Item ItemId=";JSX_fragment_is_not_supported_when_using_an_inline_JSX_factory_pragma_17017" ItemType="0" PsrId="306" Leaf="true">
2917+
<Str Cat="Text">
2918+
<Val><![CDATA[JSX fragment is not supported when using an inline JSX factory pragma]]></Val>
2919+
</Str>
2920+
<Disp Icon="Str" />
2921+
</Item>
28802922
<Item ItemId=";JSX_fragment_is_not_supported_when_using_jsxFactory_17016" ItemType="0" PsrId="306" Leaf="true">
28812923
<Str Cat="Text">
28822924
<Val><![CDATA[JSX fragment is not supported when using --jsxFactory]]></Val>
@@ -3063,6 +3105,12 @@
30633105
</Str>
30643106
<Disp Icon="Str" />
30653107
</Item>
3108+
<Item ItemId=";Module_0_has_no_exported_member_1_Did_you_mean_2_2724" ItemType="0" PsrId="306" Leaf="true">
3109+
<Str Cat="Text">
3110+
<Val><![CDATA[Module '{0}' has no exported member '{1}'. Did you mean '{2}'?]]></Val>
3111+
</Str>
3112+
<Disp Icon="Str" />
3113+
</Item>
30663114
<Item ItemId=";Module_0_is_hidden_by_a_local_declaration_with_the_same_name_2437" ItemType="0" PsrId="306" Leaf="true">
30673115
<Str Cat="Text">
30683116
<Val><![CDATA[Module '{0}' is hidden by a local declaration with the same name.]]></Val>
@@ -3963,9 +4011,9 @@
39634011
</Str>
39644012
<Disp Icon="Str" />
39654013
</Item>
3966-
<Item ItemId=";Resolution_for_module_0_was_found_in_cache_6147" ItemType="0" PsrId="306" Leaf="true">
4014+
<Item ItemId=";Resolution_for_module_0_was_found_in_cache_from_location_1_6147" ItemType="0" PsrId="306" Leaf="true">
39674015
<Str Cat="Text">
3968-
<Val><![CDATA[Resolution for module '{0}' was found in cache.]]></Val>
4016+
<Val><![CDATA[Resolution for module '{0}' was found in cache from location '{1}'.]]></Val>
39694017
</Str>
39704018
<Disp Icon="Str" />
39714019
</Item>
@@ -4767,6 +4815,12 @@
47674815
</Str>
47684816
<Disp Icon="Str" />
47694817
</Item>
4818+
<Item ItemId=";This_constructor_function_may_be_converted_to_a_class_declaration_80002" ItemType="0" PsrId="306" Leaf="true">
4819+
<Str Cat="Text">
4820+
<Val><![CDATA[This constructor function may be converted to a class declaration.]]></Val>
4821+
</Str>
4822+
<Disp Icon="Str" />
4823+
</Item>
47704824
<Item ItemId=";This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354" ItemType="0" PsrId="306" Leaf="true">
47714825
<Str Cat="Text">
47724826
<Val><![CDATA[This syntax requires an imported helper but module '{0}' cannot be found.]]></Val>
@@ -5343,6 +5397,12 @@
53435397
</Str>
53445398
<Disp Icon="Str" />
53455399
</Item>
5400+
<Item ItemId=";Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen_6191" ItemType="0" PsrId="306" Leaf="true">
5401+
<Str Cat="Text">
5402+
<Val><![CDATA[Whether to keep outdated console output in watch mode instead of clearing the screen.]]></Val>
5403+
</Str>
5404+
<Disp Icon="Str" />
5405+
</Item>
53465406
<Item ItemId=";You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library_8001" ItemType="0" PsrId="306" Leaf="true">
53475407
<Str Cat="Text">
53485408
<Val><![CDATA[You cannot rename elements that are defined in the standard TypeScript library.]]></Val>

lib/es/diagnosticMessages.generated.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,12 @@
9595
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Los descriptores de acceso deben ser los dos abstractos o los dos no abstractos.",
9696
"Add_0_to_existing_import_declaration_from_1_90015": "Agregar \"{0}\" a una declaración de importación existente desde \"{1}\"",
9797
"Add_async_modifier_to_containing_function_90029": "Agregar el modificador async a la función contenedora",
98+
"Add_definite_assignment_assertion_to_property_0_95020": "Agregar aserción de asignación definitiva a la propiedad \"{0}\"",
9899
"Add_index_signature_for_property_0_90017": "Agregar una signatura de índice para la propiedad \"{0}\"",
100+
"Add_initializer_to_property_0_95019": "Agregar inicializador a la propiedad \"{0}\"",
99101
"Add_missing_super_call_90001": "Agregar la llamada a \"super()\" que falta",
100102
"Add_this_to_unresolved_variable_90008": "Agregar \"this.\" a una variable no resuelta",
103+
"Add_undefined_type_to_property_0_95018": "Agregar un tipo \"undefined\" a la propiedad \"{0}\"",
101104
"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068": "Agregar un archivo tsconfig.json ayuda a organizar los proyectos que contienen archivos TypeScript y JavaScript. Más información en https://aka.ms/tsconfig.",
102105
"Additional_Checks_6176": "Comprobaciones adicionales",
103106
"Advanced_Options_6178": "Opciones avanzadas",
@@ -324,6 +327,7 @@
324327
"Enables_experimental_support_for_ES7_decorators_6065": "Habilita la compatibilidad experimental con los elementos Decorator de ES7.",
325328
"Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066": "Habilita la compatibilidad experimental para emitir metadatos de tipo para los elementos Decorator.",
326329
"Enum_0_used_before_its_declaration_2450": "Se ha usado la enumeración \"{0}\" antes de declararla.",
330+
"Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567": "Las declaraciones de enumeración solo se pueden combinar con otras declaraciones de enumeración o de espacio de nombres.",
327331
"Enum_declarations_must_all_be_const_or_non_const_2473": "Todas las declaraciones de enumeración deben ser de tipo const o no const.",
328332
"Enum_member_expected_1132": "Se esperaba un miembro de enumeración.",
329333
"Enum_member_must_have_initializer_1061": "El miembro de enumeración debe tener un inicializador.",

lib/fr/diagnosticMessages.generated.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,12 @@
9595
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Les accesseurs doivent être abstraits ou non abstraits.",
9696
"Add_0_to_existing_import_declaration_from_1_90015": "Ajouter '{0}' à la déclaration d'importation existante de \"{1}\"",
9797
"Add_async_modifier_to_containing_function_90029": "Ajouter le modificateur async dans la fonction conteneur",
98+
"Add_definite_assignment_assertion_to_property_0_95020": "Ajouter une assertion d'assignation définie à la propriété '{0}'",
9899
"Add_index_signature_for_property_0_90017": "Ajouter une signature d'index pour la propriété '{0}'",
100+
"Add_initializer_to_property_0_95019": "Ajouter un initialiseur à la propriété '{0}'",
99101
"Add_missing_super_call_90001": "Ajouter l'appel manquant à 'super()'",
100102
"Add_this_to_unresolved_variable_90008": "Ajouter 'this.' à la variable non résolue",
103+
"Add_undefined_type_to_property_0_95018": "Ajouter un type 'undefined' à la propriété '{0}'",
101104
"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068": "L'ajout d'un fichier tsconfig.json permet d'organiser les projets qui contiennent des fichiers TypeScript et JavaScript. En savoir plus sur https://aka.ms/tsconfig.",
102105
"Additional_Checks_6176": "Vérifications supplémentaires",
103106
"Advanced_Options_6178": "Options avancées",
@@ -324,6 +327,7 @@
324327
"Enables_experimental_support_for_ES7_decorators_6065": "Active la prise en charge expérimentale des éléments décoratifs ES7.",
325328
"Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066": "Active la prise en charge expérimentale pour l'émission des métadonnées de type pour les éléments décoratifs.",
326329
"Enum_0_used_before_its_declaration_2450": "Enum '{0}' utilisé avant sa déclaration.",
330+
"Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567": "Les déclarations enum ne peuvent fusionner qu'avec des espaces de noms ou d'autres déclarations enum.",
327331
"Enum_declarations_must_all_be_const_or_non_const_2473": "Les déclarations d'enum doivent toutes être const ou non const.",
328332
"Enum_member_expected_1132": "Membre enum attendu.",
329333
"Enum_member_must_have_initializer_1061": "Un membre enum doit posséder un initialiseur.",

lib/it/diagnosticMessages.generated.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,12 @@
9595
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Le funzioni di accesso devono essere tutte astratte o tutte non astratte.",
9696
"Add_0_to_existing_import_declaration_from_1_90015": "Aggiungere '{0}' alla dichiarazione di importazione esistente da \"{1}\"",
9797
"Add_async_modifier_to_containing_function_90029": "Aggiungere il modificatore async alla funzione contenitore",
98+
"Add_definite_assignment_assertion_to_property_0_95020": "Aggiungere l'asserzione di assegnazione definita alla proprietà '{0}'",
9899
"Add_index_signature_for_property_0_90017": "Aggiungere la firma dell'indice per la proprietà '{0}'",
100+
"Add_initializer_to_property_0_95019": "Aggiungere l'inizializzatore alla proprietà '{0}'",
99101
"Add_missing_super_call_90001": "Aggiungere la chiamata mancante a 'super()'",
100102
"Add_this_to_unresolved_variable_90008": "Aggiungere 'this.' alla variabile non risolta",
103+
"Add_undefined_type_to_property_0_95018": "Aggiungere il tipo 'undefined' alla proprietà '{0}'",
101104
"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068": "Aggiungere un file tsconfig.json per organizzare più facilmente progetti che contengono sia file TypeScript che JavaScript. Per altre informazioni, vedere https://aka.ms/tsconfig.",
102105
"Additional_Checks_6176": "Controlli aggiuntivi",
103106
"Advanced_Options_6178": "Opzioni avanzate",

0 commit comments

Comments
 (0)