typescript 5.9.2 → 6.0.0-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SECURITY.md +2 -4
- package/lib/_tsc.js +2340 -1692
- package/lib/_tsserver.js +1 -1
- package/lib/_typingsInstaller.js +1 -1
- package/lib/cs/diagnosticMessages.generated.json +14 -7
- package/lib/de/diagnosticMessages.generated.json +10 -7
- package/lib/es/diagnosticMessages.generated.json +14 -7
- package/lib/fr/diagnosticMessages.generated.json +14 -7
- package/lib/it/diagnosticMessages.generated.json +10 -7
- package/lib/ja/diagnosticMessages.generated.json +14 -7
- package/lib/ko/diagnosticMessages.generated.json +14 -7
- package/lib/lib.d.ts +1 -3
- package/lib/lib.decorators.d.ts +1 -3
- package/lib/lib.decorators.legacy.d.ts +1 -3
- package/lib/lib.dom.asynciterable.d.ts +3 -26
- package/lib/lib.dom.d.ts +8382 -3508
- package/lib/lib.dom.iterable.d.ts +3 -556
- package/lib/lib.es2015.collection.d.ts +7 -4
- package/lib/lib.es2015.core.d.ts +2 -4
- package/lib/lib.es2015.d.ts +1 -3
- package/lib/lib.es2015.generator.d.ts +1 -3
- package/lib/lib.es2015.iterable.d.ts +2 -4
- package/lib/lib.es2015.promise.d.ts +1 -3
- package/lib/lib.es2015.proxy.d.ts +1 -3
- package/lib/lib.es2015.reflect.d.ts +1 -3
- package/lib/lib.es2015.symbol.d.ts +1 -3
- package/lib/lib.es2015.symbol.wellknown.d.ts +1 -3
- package/lib/lib.es2016.array.include.d.ts +1 -3
- package/lib/lib.es2016.d.ts +1 -3
- package/lib/lib.es2016.full.d.ts +1 -3
- package/lib/lib.es2016.intl.d.ts +1 -3
- package/lib/lib.es2017.arraybuffer.d.ts +1 -3
- package/lib/lib.es2017.d.ts +1 -3
- package/lib/lib.es2017.date.d.ts +1 -3
- package/lib/lib.es2017.full.d.ts +1 -3
- package/lib/lib.es2017.intl.d.ts +1 -3
- package/lib/lib.es2017.object.d.ts +1 -3
- package/lib/lib.es2017.sharedmemory.d.ts +1 -3
- package/lib/lib.es2017.string.d.ts +1 -3
- package/lib/lib.es2017.typedarrays.d.ts +1 -3
- package/lib/lib.es2018.asyncgenerator.d.ts +1 -3
- package/lib/lib.es2018.asynciterable.d.ts +1 -3
- package/lib/lib.es2018.d.ts +1 -3
- package/lib/lib.es2018.full.d.ts +1 -3
- package/lib/lib.es2018.intl.d.ts +1 -3
- package/lib/lib.es2018.promise.d.ts +1 -3
- package/lib/lib.es2018.regexp.d.ts +1 -3
- package/lib/lib.es2019.array.d.ts +1 -3
- package/lib/lib.es2019.d.ts +1 -3
- package/lib/lib.es2019.full.d.ts +1 -3
- package/lib/lib.es2019.intl.d.ts +1 -3
- package/lib/lib.es2019.object.d.ts +1 -3
- package/lib/lib.es2019.string.d.ts +1 -3
- package/lib/lib.es2019.symbol.d.ts +1 -3
- package/lib/lib.es2020.bigint.d.ts +5 -7
- package/lib/lib.es2020.d.ts +1 -3
- package/lib/lib.es2020.date.d.ts +1 -3
- package/lib/lib.es2020.full.d.ts +1 -3
- package/lib/lib.es2020.intl.d.ts +1 -3
- package/lib/lib.es2020.number.d.ts +1 -3
- package/lib/lib.es2020.promise.d.ts +1 -3
- package/lib/lib.es2020.sharedmemory.d.ts +1 -3
- package/lib/lib.es2020.string.d.ts +2 -4
- package/lib/lib.es2020.symbol.wellknown.d.ts +2 -4
- package/lib/lib.es2021.d.ts +1 -3
- package/lib/lib.es2021.full.d.ts +1 -3
- package/lib/lib.es2021.intl.d.ts +1 -3
- package/lib/lib.es2021.promise.d.ts +1 -3
- package/lib/lib.es2021.string.d.ts +1 -3
- package/lib/lib.es2021.weakref.d.ts +1 -3
- package/lib/lib.es2022.array.d.ts +1 -3
- package/lib/lib.es2022.d.ts +1 -3
- package/lib/lib.es2022.error.d.ts +1 -3
- package/lib/lib.es2022.full.d.ts +1 -3
- package/lib/lib.es2022.intl.d.ts +1 -3
- package/lib/lib.es2022.object.d.ts +1 -3
- package/lib/lib.es2022.regexp.d.ts +2 -4
- package/lib/lib.es2022.string.d.ts +1 -3
- package/lib/lib.es2023.array.d.ts +1 -3
- package/lib/lib.es2023.collection.d.ts +1 -3
- package/lib/lib.es2023.d.ts +1 -3
- package/lib/lib.es2023.full.d.ts +1 -3
- package/lib/lib.es2023.intl.d.ts +10 -4
- package/lib/lib.es2024.arraybuffer.d.ts +1 -3
- package/lib/lib.es2024.collection.d.ts +1 -3
- package/lib/lib.es2024.d.ts +1 -3
- package/lib/lib.es2024.full.d.ts +1 -3
- package/lib/lib.es2024.object.d.ts +1 -3
- package/lib/lib.es2024.promise.d.ts +1 -3
- package/lib/lib.es2024.regexp.d.ts +1 -3
- package/lib/lib.es2024.sharedmemory.d.ts +1 -3
- package/lib/lib.es2024.string.d.ts +1 -3
- package/lib/lib.es2025.collection.d.ts +94 -0
- package/lib/lib.es2025.d.ts +23 -0
- package/lib/{lib.esnext.float16.d.ts → lib.es2025.float16.d.ts} +3 -3
- package/lib/lib.es2025.full.d.ts +22 -0
- package/lib/lib.es2025.intl.d.ts +200 -0
- package/lib/{lib.esnext.iterator.d.ts → lib.es2025.iterator.d.ts} +1 -3
- package/lib/{lib.esnext.promise.d.ts → lib.es2025.promise.d.ts} +1 -3
- package/lib/lib.es2025.regexp.d.ts +30 -0
- package/lib/lib.es5.d.ts +22 -24
- package/lib/lib.es6.d.ts +1 -3
- package/lib/lib.esnext.array.d.ts +1 -3
- package/lib/lib.esnext.collection.d.ts +20 -69
- package/lib/lib.esnext.d.ts +6 -8
- package/lib/lib.esnext.date.d.ts +21 -0
- package/lib/lib.esnext.decorators.d.ts +1 -3
- package/lib/lib.esnext.disposable.d.ts +1 -3
- package/lib/lib.esnext.error.d.ts +1 -3
- package/lib/lib.esnext.full.d.ts +1 -3
- package/lib/lib.esnext.intl.d.ts +89 -3
- package/lib/lib.esnext.sharedmemory.d.ts +1 -3
- package/lib/lib.esnext.temporal.d.ts +473 -0
- package/lib/lib.esnext.typedarrays.d.ts +90 -0
- package/lib/lib.scripthost.d.ts +1 -3
- package/lib/lib.webworker.asynciterable.d.ts +3 -26
- package/lib/lib.webworker.d.ts +2682 -1018
- package/lib/lib.webworker.importscripts.d.ts +1 -3
- package/lib/lib.webworker.iterable.d.ts +3 -325
- package/lib/pl/diagnosticMessages.generated.json +14 -7
- package/lib/pt-br/diagnosticMessages.generated.json +14 -7
- package/lib/ru/diagnosticMessages.generated.json +10 -7
- package/lib/tr/diagnosticMessages.generated.json +14 -7
- package/lib/tsserverlibrary.d.ts +1 -1
- package/lib/tsserverlibrary.js +1 -1
- package/lib/typescript.d.ts +69 -59
- package/lib/typescript.js +2556 -1812
- package/lib/watchGuard.js +1 -1
- package/lib/zh-cn/diagnosticMessages.generated.json +14 -7
- package/lib/zh-tw/diagnosticMessages.generated.json +10 -7
- package/package.json +23 -24
package/lib/_tsserver.js
CHANGED
|
@@ -7,7 +7,7 @@ License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
7
7
|
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
8
|
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
9
|
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
-
|
|
10
|
+
MERCHANTABILITY OR NON-INFRINGEMENT.
|
|
11
11
|
|
|
12
12
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
13
|
and limitations under the License.
|
package/lib/_typingsInstaller.js
CHANGED
|
@@ -7,7 +7,7 @@ License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
7
7
|
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
8
|
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
9
|
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
-
|
|
10
|
+
MERCHANTABILITY OR NON-INFRINGEMENT.
|
|
11
11
|
|
|
12
12
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
13
|
and limitations under the License.
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "Název počítané vlastnosti v ambientním kontextu musí odkazovat na výraz, jehož typ je literál nebo unique symbol.",
|
|
27
27
|
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "Název počítané vlastnosti v rozhraní musí odkazovat na výraz, jehož typ je literál nebo unique symbol.",
|
|
28
28
|
"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "Název počítané vlastnosti musí být typu string, number, symbol nebo any.",
|
|
29
|
-
"
|
|
29
|
+
"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "Kontrolní výraz „const“ lze použít pouze na odkazy na členy výčtu nebo na řetězce, čísla, logické hodnoty, pole nebo objektové literály.",
|
|
30
30
|
"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "Ke členu konstantního výčtu se dá získat přístup jenom pomocí řetězcového literálu.",
|
|
31
31
|
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "Inicializátor const v ambientním kontextu musí být řetězec, číselný literál nebo odkaz na výčet literálů.",
|
|
32
32
|
"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "Konstruktor nemůže obsahovat volání super, pokud jeho třída rozšiřuje null.",
|
|
@@ -365,6 +365,7 @@
|
|
|
365
365
|
"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "Nepovedlo se najít modul {0}. Zvažte možnost importovat modul s příponou .json pomocí --resolveJsonModule.",
|
|
366
366
|
"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "Nepovedlo se najít modul „{0}“. Nechtěli jste nastavit možnost „moduleResolution“ na „nodenext“ nebo přidat do možnosti „paths“ aliasy?",
|
|
367
367
|
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "Nepovedlo se najít modul {0} nebo jeho odpovídající deklarace typů.",
|
|
368
|
+
"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "Nelze najít deklarace modulu nebo typu pro import vedlejšího efektu {0}.",
|
|
368
369
|
"Cannot_find_name_0_2304": "Název {0} se nenašel.",
|
|
369
370
|
"Cannot_find_name_0_Did_you_mean_1_2552": "Nepovedlo se najít název {0}. Měli jste na mysli {1}?",
|
|
370
371
|
"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "Název {0} se nedá najít. Měli jste na mysli člena instance this.{0}?",
|
|
@@ -653,8 +654,9 @@
|
|
|
653
654
|
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Dynamické importy se podporují jenom v případě, že je příznak --module nastavený na es2020, es2022, esnext, commonjs, amd, system, umd, node16, node18, node20 nebo nodenext.",
|
|
654
655
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "Dynamické importy můžou jako argumenty přijímat jenom specifikátor modulu a volitelnou sadu atributů.",
|
|
655
656
|
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "Dynamické importy podporují druhý argument, pouze pokud je možnost --module nastavena na esnext, node16, node18, node20, nodenext nebo preserve.",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
657
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "Importy a exporty ECMAScript nelze zapsat do souboru CommonJS v části verbatimModuleSyntax.",
|
|
658
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "Importy a exporty ECMAScript nelze zapsat do souboru CommonJS v části verbatimModuleSyntax. Upravte pole type v nejbližším souboru package.json tak, aby tento soubor byl modulem ECMAScript, případně upravte nastavení verbatimModuleSyntax, module a moduleResolution v TypeScriptu.",
|
|
659
|
+
"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "Syntaxe modulu ECMAScript není v modulu CommonJS povolená, pokud je možnost module nastavená na preserve.",
|
|
658
660
|
"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "Každá deklarace „{0}.{1}“ se liší ve své hodnotě. Bylo očekáváno „{2}“, ale zadáno bylo „{3}“.",
|
|
659
661
|
"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "Každý člen typu sjednocení {0} má signatury konstruktu, ale žádná z těchto signatur není kompatibilní s jinou signaturou.",
|
|
660
662
|
"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "Každý člen typu sjednocení {0} má signatury, ale žádná z těchto signatur není kompatibilní s jinou signaturou.",
|
|
@@ -883,6 +885,7 @@
|
|
|
883
885
|
"Identifier_string_literal_or_number_literal_expected_1496": "Očekával se identifikátor, řetězcový literál nebo číselný literál.",
|
|
884
886
|
"If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040": "Pokud balíček ‚{0}‘ ve skutečnosti zveřejňuje tento modul, zvažte možnost poslat žádost o přijetí změn, aby se připojila adresa ‚https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}‘",
|
|
885
887
|
"If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058": "Pokud balíček {0} skutečně zpřístupňuje tento modul, zkuste přidat nový soubor deklarace (.d.ts), který obsahuje declare module {1};",
|
|
888
|
+
"Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549": "Ignorujte nalezenou konfiguraci tsconfig a sestavte pomocí možností příkazového řádku a souborů.",
|
|
886
889
|
"Ignore_this_error_message_90019": "Ignorovat tuto chybovou zprávu",
|
|
887
890
|
"Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924": "Ignoruje se tsconfig.js, zkompiluje zadané soubory s výchozími možnostmi kompilátoru.",
|
|
888
891
|
"Implement_all_inherited_abstract_classes_95040": "Implementovat všechny zděděné abstraktní třídy",
|
|
@@ -1139,7 +1142,7 @@
|
|
|
1139
1142
|
"Option_0_can_only_be_specified_on_command_line_6266": "Možnost „{0}“ lze zadat pouze na příkazovém řádku.",
|
|
1140
1143
|
"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "Možnost {0} jde použít jenom při zadání možnosti --inlineSourceMap nebo možnosti --sourceMap.",
|
|
1141
1144
|
"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "Možnost „{0}“ se dá použít jenom v případě, že je možnost „moduleResolution“ nastavená na „node16“, „nodenext“ nebo „bundler“.",
|
|
1142
|
-
"
|
|
1145
|
+
"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "Možnost „{0}“ se dá použít jenom v případě, že je možnost „modul“ nastavená na „preserve“, „commonjs“ nebo na „es2015“ a novější.",
|
|
1143
1146
|
"Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "Když je možnost jsx nastavená na {1}, možnost {0} se nedá zadat.",
|
|
1144
1147
|
"Option_0_cannot_be_specified_with_option_1_5053": "Možnosti {0} a {1} nejde zadat zároveň.",
|
|
1145
1148
|
"Option_0_cannot_be_specified_without_specifying_option_1_5052": "Možnost {0} nejde zadat bez možnosti {1}.",
|
|
@@ -1147,7 +1150,7 @@
|
|
|
1147
1150
|
"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "Možnost „{0}“ byla odebrána. Odeberte ji prosím z konfigurace.",
|
|
1148
1151
|
"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "Možnost „{0}“ je zastaralá a v jazyce TypeScript {1} přestane fungovat. Tuto chybu můžete potlačit zadáním compilerOption '\"ignoreDeprecations\": \"{2}\"'.",
|
|
1149
1152
|
"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "Možnost „{0}“ je redundantní a nelze ji zadat s možností „{1}“.",
|
|
1150
|
-
"
|
|
1153
|
+
"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "Možnost allowImportingTsExtensions se dá použít jenom v případě, že je nastavená možnost noEmit, emitDeclarationOnly nebo rewriteRelativeImportExtensions.",
|
|
1151
1154
|
"Option_build_must_be_the_first_command_line_argument_6369": "Možnost --build musí být prvním argumentem příkazového řádku.",
|
|
1152
1155
|
"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "Možnost ‚--incremental‘ se dá zadat jen pomocí tsconfig, při generování do jednoho souboru nebo když se zadá možnost ‚--tsBuildInfoFile‘.",
|
|
1153
1156
|
"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "Možnost isolatedModules jde použít jenom v případě, že je poskytnutá možnost --module nebo že možnost target je ES2015 nebo vyšší verze.",
|
|
@@ -1894,6 +1897,7 @@
|
|
|
1894
1897
|
"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "Element variadic na pozici {0} ve zdroji neodpovídá elementu na pozici {1} v cíli.",
|
|
1895
1898
|
"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "Poznámky Variance se podporují pouze u aliasů typů pro typy objektů, funkcí, konstruktorů a mapování.",
|
|
1896
1899
|
"Version_0_6029": "Verze {0}",
|
|
1900
|
+
"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "Informace o migraci najdete na https://aka.ms/ts6.",
|
|
1897
1901
|
"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "Další informace o tomto souboru si můžete přečíst na https://aka.ms/tsconfig",
|
|
1898
1902
|
"WATCH_OPTIONS_6918": "MOŽNOSTI SLEDOVÁNÍ",
|
|
1899
1903
|
"Watch_and_Build_Modes_6250": "Režimy sledování a sestavování",
|
|
@@ -2020,6 +2024,7 @@
|
|
|
2020
2024
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "Výrazy await nejdou použít v inicializátoru parametru.",
|
|
2021
2025
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "Výraz await nemá žádný vliv na typ tohoto výrazu.",
|
|
2022
2026
|
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "Deklarace await using nejsou v ambientní kontextech povolené.",
|
|
2027
|
+
"await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548": "Deklarace await using nejsou povoleny v klauzulích case ani default, pokud nejsou obsaženy v bloku.",
|
|
2023
2028
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "Příkazy „await using“ jsou povoleny jen na nejvyšší úrovni souboru, když je daný soubor modul, ale tento soubor nemá žádné importy ani exporty. Zvažte možnost přidat „export {}“, aby se tento soubor převedl na modul.",
|
|
2024
2029
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "Výrazy „await“ se povolují jen v asynchronních funkcích na nejvyšší úrovni modulů.",
|
|
2025
2030
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "Příkazy „await using“ nelze použít uvnitř statického bloku třídy.",
|
|
@@ -2044,6 +2049,7 @@
|
|
|
2044
2049
|
"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "Klauzule extends exportované třídy {0} má nebo používá privátní název {1}.",
|
|
2045
2050
|
"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "Klauzule extends exportované třídy má nebo používá privátní název {0}.",
|
|
2046
2051
|
"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "Klauzule extends exportovaného rozhraní {0} má nebo používá privátní název {1}.",
|
|
2052
|
+
"false_unless_checkJs_is_set_6932": "„false“, pokud není nastavené „checkJs“.",
|
|
2047
2053
|
"false_unless_composite_is_set_6906": "„false“, pokud není nastavené „composite“.",
|
|
2048
2054
|
"false_unless_strict_is_set_6905": "„false“, pokud není nastavená hodnota „strict“.",
|
|
2049
2055
|
"file_6025": "soubor",
|
|
@@ -2058,10 +2064,9 @@
|
|
|
2058
2064
|
"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "Deklarace infer jsou povolené jenom v klauzuli extends podmíněného typu.",
|
|
2059
2065
|
"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "Po „\\k“ musí následovat název zachycující skupiny uzavřený do ostrých závorek.",
|
|
2060
2066
|
"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "Nepovoluje se používat let jako název v deklaracích let nebo const.",
|
|
2061
|
-
"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "module === `AMD` or `UMD` or `System` or `ES6`, then `Classic`, Otherwise `Node`",
|
|
2062
|
-
"module_system_or_esModuleInterop_6904": "module === \"system\" or esModuleInterop",
|
|
2063
2067
|
"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "Výraz new s chybějící signaturou konstruktoru v cíli má implicitně typ any.",
|
|
2064
2068
|
"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "[\"node_modules\", \"bower_components\", \"jspm_packages\"] a hodnotu „outDir“, pokud je zadána.",
|
|
2069
|
+
"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "`nodenext`, pokud je `module` nastaveno na `nodenext`; `node16`, pokud je `module` nastaveno na `node16` nebo `node18`; jinak `bundler`.",
|
|
2065
2070
|
"one_of_Colon_6900": "jeden z:",
|
|
2066
2071
|
"one_or_more_Colon_6901": "1 nebo více:",
|
|
2067
2072
|
"options_6024": "možnosti",
|
|
@@ -2108,6 +2113,7 @@
|
|
|
2108
2113
|
"true_if_composite_false_otherwise_6909": "„true“, pokud „composite“, „false“ jinak",
|
|
2109
2114
|
"true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411": "Má hodnotu True, když „moduleResolution“ je „node16“, „nodenext“ nebo „bundler“; v opačném případě má hodnotu False.",
|
|
2110
2115
|
"tsc_Colon_The_TypeScript_Compiler_6922": "TSC: kompilátor TypeScriptu",
|
|
2116
|
+
"tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112": "tsconfig.json je k dispozici, ale nebude načten, pokud jsou soubory zadány v příkazovém řádku. K přeskočení této chyby použijte --ignoreConfig.",
|
|
2111
2117
|
"type_Colon_6902": "typ:",
|
|
2112
2118
|
"unique_symbol_types_are_not_allowed_here_1335": "Typy unique symbol tady nejsou povolené.",
|
|
2113
2119
|
"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334": "Typy unique symbol jsou povolené jen u proměnných v příkazu proměnné.",
|
|
@@ -2115,6 +2121,7 @@
|
|
|
2115
2121
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "Direktiva use strict se nedá použít se seznamem parametrů, které nejsou jednoduché.",
|
|
2116
2122
|
"use_strict_directive_used_here_1349": "Direktiva use strict se použila tady.",
|
|
2117
2123
|
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "Deklarace using nejsou v ambientní kontextech povolené.",
|
|
2124
|
+
"using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547": "Deklarace using nejsou povoleny v klauzulích case ani default, pokud nejsou obsaženy v bloku.",
|
|
2118
2125
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "Příkazy with se ve funkčním bloku async nepovolují.",
|
|
2119
2126
|
"with_statements_are_not_allowed_in_strict_mode_1101": "Příkazy with se ve striktním režimu nepovolují.",
|
|
2120
2127
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "Implicitním výsledkem výrazu yield je typ any, protože v jeho obsahujícím generátoru chybí anotace návratového typu.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "Ein berechneter Eigenschaftenname in einem Umgebungskontext muss auf einen Ausdruck verweisen, dessen Typ ein Literal oder ein \"unique symbol\"-Typ ist.",
|
|
27
27
|
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "Ein berechneter Eigenschaftenname in einer Schnittstelle muss auf einen Ausdruck verweisen, dessen Typ ein Literal oder ein \"unique symbol\"-Typ ist.",
|
|
28
28
|
"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "Ein berechneter Eigenschaftenname muss vom Typ \"string\", \"number\", \"symbol\" oder \"any\" sein.",
|
|
29
|
-
"
|
|
29
|
+
"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "Eine „const“-Assertion kann nur auf Referenzen auf Enumerationsmitglieder oder auf String-, Zahlen-, Boolean-, Array- oder Objektliterale angewendet werden.",
|
|
30
30
|
"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "Auf einen const-Enumerationsmember kann nur mithilfe eines Zeichenfolgenliterals zugegriffen werden.",
|
|
31
31
|
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "Bei einem const-Initialisierer in einem Umgebungskontext muss es sich um ein Zeichenfolgen- oder um ein numerisches Literal oder um einen Verweis auf ein Enumerationsliteral handeln.",
|
|
32
32
|
"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "Ein Konstruktor darf keinen super-Aufruf enthalten, wenn seine Klasse \"null\" erweitert.",
|
|
@@ -365,6 +365,7 @@
|
|
|
365
365
|
"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "Das Modul \"{0}\" wurde nicht gefunden. Erwägen Sie die Verwendung von \"--resolveJsonModule\" zum Importieren eines Moduls mit der Erweiterung \".json\".",
|
|
366
366
|
"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "Das Modul \"{0}\" wurde nicht gefunden. Möchten Sie die Option \"moduleResolution\" auf \"nodenext\" festlegen oder Aliase zur Option \"paths\" hinzufügen?",
|
|
367
367
|
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "Das Modul \"{0}\" oder die zugehörigen Typdeklarationen wurden nicht gefunden.",
|
|
368
|
+
"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "Es können keine Modul- oder Typdeklarationen für den Import von Nebeneffekten von „{0}“ gefunden werden.",
|
|
368
369
|
"Cannot_find_name_0_2304": "Der Name \"{0}\" wurde nicht gefunden.",
|
|
369
370
|
"Cannot_find_name_0_Did_you_mean_1_2552": "Der Name \"{0}\" wurde nicht gefunden. Meinten Sie \"{1}\"?",
|
|
370
371
|
"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "Der Name \"{0}\" wurde nicht gefunden. Meinten Sie den Instanzmember \"this.{0}\"?",
|
|
@@ -653,8 +654,9 @@
|
|
|
653
654
|
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Dynamische Importe werden nur unterstützt, wenn das Flag „--module“ auf „es2020“, „es2022“, „esnext“, „commonjs“, „amd“, „system“, „umd“, „node16“, „node18“, „node20“ oder „nodenext“ festgelegt ist.",
|
|
654
655
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "Dynamische Importe können nur einen Modulspezifizierer und ein optionales Set mit Attributen als Argumente akzeptieren.",
|
|
655
656
|
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "Dynamische Importe unterstützen nur ein zweites Argument, wenn die Option „--module“ auf „esnext“, „node16“, „node18“, „node20“, „nodenext“ oder „preserve“ festgelegt ist.",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
657
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "ECMAScript-Importe und -Exporte können nicht in eine CommonJS-Datei unter „verbatimModuleSyntax“ geschrieben werden.",
|
|
658
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "ECMAScript-Importe und -Exporte können nicht in eine CommonJS-Datei unter „verbatimModuleSyntax“ geschrieben werden. Passen Sie das Feld „type“ im nächsten „package.json“ an, um diese Datei zu einem ECMAScript-Modul zu machen, oder passen Sie die Einstellungen „verbatimModuleSyntax“, „module“ und „moduleResolution“ in TypeScript an.",
|
|
659
|
+
"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "Die ECMAScript-Modulsyntax ist in einem CommonJS-Modul nicht zulässig, wenn „module“ auf „preserve“ festgelegt ist.",
|
|
658
660
|
"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "Jede Deklaration von \"{0}.{1}\" unterscheidet sich in ihrem Wert, wobei \"{2}\" erwartet, aber \"{3}\" angegeben wurde.",
|
|
659
661
|
"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "Jeder Member des union-Typs \"{0}\" weist Konstruktsignaturen auf, aber keine dieser Signaturen ist miteinander kompatibel.",
|
|
660
662
|
"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "Jeder Member des union-Typs \"{0}\" weist Signaturen auf, aber keine dieser Signaturen ist miteinander kompatibel.",
|
|
@@ -1139,7 +1141,7 @@
|
|
|
1139
1141
|
"Option_0_can_only_be_specified_on_command_line_6266": "Die Option \"{0}\" kann nur in der Befehlszeile angegeben werden.",
|
|
1140
1142
|
"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "Die Option \"{0}\" kann nur verwendet werden, wenn die Option \"-inlineSourceMap\" oder \"-sourceMap\" angegeben wird.",
|
|
1141
1143
|
"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "Die Option \"{0}\" kann nur verwendet werden, wenn \"moduleResolution\" auf \"node16\", \"nodenext\" oder \"bundler\" festgelegt ist.",
|
|
1142
|
-
"
|
|
1144
|
+
"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "Die Option „{0}“ kann nur verwendet werden, wenn „module“ auf „preserve“, „commonjs“, „es2015“ oder höher festgelegt ist.",
|
|
1143
1145
|
"Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "Die Option \"{0}\" kann nicht angegeben werden, wenn die Option \"jsx\" den Wert \"{1}\" aufweist.",
|
|
1144
1146
|
"Option_0_cannot_be_specified_with_option_1_5053": "Die Option \"{0}\" darf nicht zusammen mit der Option \"{1}\" angegeben werden.",
|
|
1145
1147
|
"Option_0_cannot_be_specified_without_specifying_option_1_5052": "Die Option \"{0}\" darf nicht ohne die Option \"{1}\" angegeben werden.",
|
|
@@ -1147,7 +1149,7 @@
|
|
|
1147
1149
|
"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "Die Option \"{0}\" wurde entfernt. Entfernen Sie sie aus Ihrer Konfiguration.",
|
|
1148
1150
|
"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "Die Option \"{0}\" ist veraltet und funktioniert in TypeScript {1} nicht mehr. Geben Sie die compilerOption \"ignoreDeprecations\": \"{2}\" an, um diesen Fehler stumm zu schalten.",
|
|
1149
1151
|
"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "Die Option \"{0}\" ist redundant und darf nicht zusammen mit der Option \"{1}\" angegeben werden.",
|
|
1150
|
-
"
|
|
1152
|
+
"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "Die Option „allowImportingTsExtensions“ kann nur verwendet werden, wenn eine der Optionen „noEmit“, „emitDeclarationOnly“ oder „rewriteRelativeImportExtensions“ festgelegt ist.",
|
|
1151
1153
|
"Option_build_must_be_the_first_command_line_argument_6369": "Die Option \"--build\" muss das erste Befehlszeilenargument sein.",
|
|
1152
1154
|
"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "Die Option \"--incremental\" kann nur mit \"tsconfig\" und bei Ausgabe in eine einzelne Datei oder bei Festlegung der Option \"--tsBuildInfoFile\" angegeben werden.",
|
|
1153
1155
|
"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "Die Option \"isolatedModules\" kann nur verwendet werden, wenn entweder die Option \"--module\" angegeben ist oder die Option \"target\" den Wert \"ES2015\" oder höher aufweist.",
|
|
@@ -1894,6 +1896,7 @@
|
|
|
1894
1896
|
"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "Das variadic-Element an Position {0} in der Quelle stimmt nicht mit dem Element an Position {1} im Ziel überein.",
|
|
1895
1897
|
"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "Abweichungsanmerkungen werden nur in Typaliasnamen für Objekt-, Funktions-, Konstruktor- und zugeordnete Typen unterstützt.",
|
|
1896
1898
|
"Version_0_6029": "Version {0}",
|
|
1899
|
+
"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "Weitere Informationen zur Migration finden Sie unter https://aka.ms/ts6.",
|
|
1897
1900
|
"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "Besuchen Sie https://aka.ms/tsconfig, um mehr über diese Datei zu erfahren.",
|
|
1898
1901
|
"WATCH_OPTIONS_6918": "ÜBERWACHUNGSOPTIONEN",
|
|
1899
1902
|
"Watch_and_Build_Modes_6250": "Überwachungs- und Buildmodi",
|
|
@@ -2044,6 +2047,7 @@
|
|
|
2044
2047
|
"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "Die \"extends\"-Klausel der exportierten Klasse \"{0}\" besitzt oder verwendet den privaten Namen \"{1}\".",
|
|
2045
2048
|
"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "Die extends-Klausel der exportierten Klasse besitzt oder verwendet den privaten Namen \"{0}\".",
|
|
2046
2049
|
"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "Die \"extends\"-Klausel der exportierten Schnittstelle \"{0}\" besitzt oder verwendet den privaten Namen \"{1}\".",
|
|
2050
|
+
"false_unless_checkJs_is_set_6932": "„false“, es sei denn „checkJs“ ist festgelegt",
|
|
2047
2051
|
"false_unless_composite_is_set_6906": "'false', es sei denn 'composite' ist festgelegt",
|
|
2048
2052
|
"false_unless_strict_is_set_6905": "'false', es sei denn, 'strict' ist festgelegt",
|
|
2049
2053
|
"file_6025": "Datei",
|
|
@@ -2058,10 +2062,9 @@
|
|
|
2058
2062
|
"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "infer-Deklarationen sind nur in der extends-Klausel eines bedingten Typs zulässig.",
|
|
2059
2063
|
"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "Auf „\\k“ muss ein Erfassungsgruppenname folgen, der in spitzen Klammern eingeschlossen ist.",
|
|
2060
2064
|
"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "\"let\" darf nicht als Name in let- oder const-Deklarationen verwendet werden.",
|
|
2061
|
-
"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "Modul === 'AMD' oder 'UMD' oder 'System' oder 'ES6', dann 'Klassisch', andernfalls 'Knoten'",
|
|
2062
|
-
"module_system_or_esModuleInterop_6904": "Modul === \"System\" oder esModuleInterop",
|
|
2063
2065
|
"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "Der new-Ausdruck, in dessen Ziel eine Konstruktsignatur fehlt, weist implizit einen Typ \"any\" auf.",
|
|
2064
2066
|
"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "'[\"node_modules\",\"bower_components\",\"jspm_packages\"]', plus der Wert von 'outDir', wenn ein Wert angegeben ist.",
|
|
2067
|
+
"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "„nodenext“, wenn „module“ auf „nodenext“ festgelegt ist; „node16“, wenn „module“ auf „node16“ oder „node18“ festgelegt ist; andernfalls „bundler“.",
|
|
2065
2068
|
"one_of_Colon_6900": "eines von:",
|
|
2066
2069
|
"one_or_more_Colon_6901": "eins oder mehr:",
|
|
2067
2070
|
"options_6024": "Optionen",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "Un nombre de propiedad calculada en un contexto de ambiente debe hacer referencia a una expresión que sea de tipo literal o \"unique symbol\".",
|
|
27
27
|
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "Un nombre de propiedad calculada en una interfaz debe hacer referencia a una expresión que sea de tipo literal o \"unique symbol\".",
|
|
28
28
|
"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "Un nombre de propiedad calculada debe ser de tipo \"string\", \"number\", \"symbol\" o \"any\".",
|
|
29
|
-
"
|
|
29
|
+
"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "Las aserciones \"const\" solo pueden aplicarse a las referencias a miembros de enumeración o a literales de cadena, numéricos, booleanos, de matriz o de objeto.",
|
|
30
30
|
"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "Solo se puede acceder a un miembro de enumeración const mediante un literal de cadena.",
|
|
31
31
|
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "Un inicializador \"const\" en un contexto de ambiente debe ser un literal de cadena o numérico o bien una referencia de enumeración de literal.",
|
|
32
32
|
"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "Un constructor no puede contener una llamada a \"super\" si su clase extiende \"null\".",
|
|
@@ -365,6 +365,7 @@
|
|
|
365
365
|
"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "No se encuentra el módulo \"{0}\". Considere la posibilidad de usar \"--resolveJsonModule\" para importar el módulo con la extensión \".json\".",
|
|
366
366
|
"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "No se encuentra el módulo “{0}”. ¿Pretendía establecer la opción “moduleResolution” en “nodenext” o agregar alias a la opción “paths”?",
|
|
367
367
|
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "No se encuentra el módulo \"{0}\" ni sus declaraciones de tipos correspondientes.",
|
|
368
|
+
"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "No se pueden encontrar declaraciones de módulo o tipo para la importación de efectos secundarios de ''{0}\".",
|
|
368
369
|
"Cannot_find_name_0_2304": "No se encuentra el nombre '{0}'.",
|
|
369
370
|
"Cannot_find_name_0_Did_you_mean_1_2552": "No se encuentra el nombre \"{0}\". ¿Quería decir \"{1}\"?",
|
|
370
371
|
"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "No se encuentra el nombre '{0}'. ¿Quería decir el miembro de instancia 'this.{0}'?",
|
|
@@ -653,8 +654,9 @@
|
|
|
653
654
|
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Las importaciones dinámicas solo se admiten cuando la marca \"--module\" se establece en \"es2020\", \"es2022\", \"esnext\", \"commonjs\", \"amd\", \"system\", \"umd\", \"node16\", \"node18\", \"node20\" o \"nodenext\".",
|
|
654
655
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "Las importaciones dinámicas solo pueden aceptar un especificador de módulo y un set de atributos opcional como argumentos",
|
|
655
656
|
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "Las importaciones dinámicas solo admiten un segundo argumento cuando la opción \"--module\" se establece en \"esnext\", \"node16\", \"node18\", \"node20\", \"nodenext\" o \"preserve\".",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
657
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "Las importaciones y exportaciones de ECMAScript no se pueden escribir en un archivo CommonJS en \"verbatimModuleSyntax\".",
|
|
658
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "Las importaciones y exportaciones de ECMAScript no se pueden escribir en un archivo CommonJS en \"verbatimModuleSyntax\". Ajuste el campo \"type\" en el \"package.json\" más cercano para convertir este archivo en un módulo ECMAScript o ajuste la configuración \"verbatimModuleSyntax\", \"module\" y \"moduleResolution\" en TypeScript.",
|
|
659
|
+
"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "No se permite la sintaxis del módulo ECMAScript en un módulo CommonJS cuando \"module\" está establecido en \"preserve\".",
|
|
658
660
|
"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "Cada declaración de \"{0}.{1}\" difiere en su valor, donde se esperaba '{2}' pero se proporcionó '{3}'.",
|
|
659
661
|
"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "Cada miembro del tipo de unión \"{0}\" tiene signaturas de construcción, pero ninguna de ellas es compatible entre sí.",
|
|
660
662
|
"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "Cada miembro del tipo de unión \"{0}\" tiene signaturas, pero ninguna de ellas es compatible entre sí.",
|
|
@@ -883,6 +885,7 @@
|
|
|
883
885
|
"Identifier_string_literal_or_number_literal_expected_1496": "Se esperaba un identificador, un literal de cadena o un literal de número.",
|
|
884
886
|
"If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040": "Si el paquete \"{0}\" expone realmente este módulo, considere la posibilidad de enviar una solicitud de incorporación de cambios para corregir \"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}\".",
|
|
885
887
|
"If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058": "Si el paquete '{0}' realmente expone este módulo, intente agregar un nuevo archivo de declaración (.d.ts) que contenga 'declarar módulo '{1}';`",
|
|
888
|
+
"Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549": "Omita la configuración tsconfig encontrada y compile con archivos y opciones de línea de comandos.",
|
|
886
889
|
"Ignore_this_error_message_90019": "Ignorar este mensaje de error",
|
|
887
890
|
"Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924": "Ignora tsconfig.json y se compilan los archivos especificados con las opciones predeterminadas del compilador.",
|
|
888
891
|
"Implement_all_inherited_abstract_classes_95040": "Implementar todas las clases abstractas heredadas",
|
|
@@ -1139,7 +1142,7 @@
|
|
|
1139
1142
|
"Option_0_can_only_be_specified_on_command_line_6266": "La opción “{0}” solo se puede especificar en la línea de comandos.",
|
|
1140
1143
|
"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "La opción '{0}' solo se puede usar cuando se proporciona '--inlineSourceMap' o '--sourceMap'.",
|
|
1141
1144
|
"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "La opción “{0}” solo se puede usar cuando “moduleResolution” está establecido en “node16”, “nodenext” o “bundler”.",
|
|
1142
|
-
"
|
|
1145
|
+
"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "La opción \"{0}\" solo se puede usar cuando \"module\" está establecido en \"preserve\", en \"commonjs\" o en \"es2015\" o posterior.",
|
|
1143
1146
|
"Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "No se puede especificar la opción \"{0}\" cuando la opción \"jsx\" es \"{1}\".",
|
|
1144
1147
|
"Option_0_cannot_be_specified_with_option_1_5053": "La opción '{0}' no se puede especificar con la opción '{1}'.",
|
|
1145
1148
|
"Option_0_cannot_be_specified_without_specifying_option_1_5052": "La opción '{0}' no se puede especificar sin la opción '{1}'.",
|
|
@@ -1147,7 +1150,7 @@
|
|
|
1147
1150
|
"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "Se ha quitado la opción “{0}”. Elimínela de la configuración.",
|
|
1148
1151
|
"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "La opción “{0}” está en desuso y dejará de funcionar en TypeScript {1}. Especifique compilerOption “'ignoreDeprecations': '{2}'” para silenciar este error.",
|
|
1149
1152
|
"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "La opción “{0}” es redundante y no se puede especificar con la opción “{1}”.",
|
|
1150
|
-
"
|
|
1153
|
+
"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "La opción \"allowImportingTsExtensions\" solo se puede usar cuando se establece una de las opciones \"noEmit\", \"emitDeclarationOnly\" o \"rewriteRelativeImportExtensions\".",
|
|
1151
1154
|
"Option_build_must_be_the_first_command_line_argument_6369": "La opción \"--build\" debe ser el primer argumento de la línea de comandos.",
|
|
1152
1155
|
"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "La opción \"--incremental\" solo puede especificarse si se usa tsconfig, se emite en un solo archivo o se especifica la opción \"--tsBuildInfoFile\".",
|
|
1153
1156
|
"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "La opción \"isolatedModules\" solo se puede usar cuando se proporciona la opción \"--module\" o si la opción \"target\" es \"ES2015\" o una versión posterior.",
|
|
@@ -1894,6 +1897,7 @@
|
|
|
1894
1897
|
"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "El elemento variádico en la posición {0} del origen no coincide con el elemento en la posición {1} del destino.",
|
|
1895
1898
|
"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "Las anotaciones de varianza solo se admiten en alias de tipo para los tipos objeto, función, constructor y asignado.",
|
|
1896
1899
|
"Version_0_6029": "Versión {0}",
|
|
1900
|
+
"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "Visite https://aka.ms/ts6 para obtener información sobre la migración.",
|
|
1897
1901
|
"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "Visite https://aka.ms/tsconfig para obtener más información acerca de este archivo",
|
|
1898
1902
|
"WATCH_OPTIONS_6918": "OPCIONES DE INSPECCIÓN",
|
|
1899
1903
|
"Watch_and_Build_Modes_6250": "Modos de compilación e inspección",
|
|
@@ -2020,6 +2024,7 @@
|
|
|
2020
2024
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "Las expresiones \"await\" no se pueden usar en un inicializador de parámetros.",
|
|
2021
2025
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "\"await\" no tiene efecto en el tipo de esta expresión.",
|
|
2022
2026
|
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "No se permiten declaraciones \"await using\" en contextos de ambiente.",
|
|
2027
|
+
"await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548": "Las declaraciones \"await using\" no se permiten en las cláusulas \"case\" o \"default\", a menos que estén contenidas en un bloque.",
|
|
2023
2028
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "Las declaraciones “await using” solo se permiten en el nivel superior de un archivo cuando el archivo es un módulo, pero este archivo no tiene importaciones ni exportaciones. Considere la posibilidad de agregar un elemento \"export {}\" vacío para convertir este archivo en módulo.",
|
|
2024
2029
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "Las declaraciones “await using” solo se permiten en las funciones asincrónicas y en los niveles superiores de los módulos.",
|
|
2025
2030
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "Las instrucciones “await using” no se pueden usar dentro de un bloque estático de clase.",
|
|
@@ -2044,6 +2049,7 @@
|
|
|
2044
2049
|
"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "La cláusula \"extends\" de la clase \"{0}\" exportada tiene o usa el nombre privado \"{1}\".",
|
|
2045
2050
|
"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "La cláusula \"extends\" de la clase exportada tiene o usa el nombre privado \"{0}\".",
|
|
2046
2051
|
"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "La cláusula \"extends\" de la interfaz \"{0}\" exportada tiene o usa el nombre privado \"{1}\".",
|
|
2052
|
+
"false_unless_checkJs_is_set_6932": "`false`, a menos que se establezca `checkJs`",
|
|
2047
2053
|
"false_unless_composite_is_set_6906": "\"false\", a menos que se establezca \"composite\"",
|
|
2048
2054
|
"false_unless_strict_is_set_6905": "\"false\", a menos que se establezca como \"strict\"",
|
|
2049
2055
|
"file_6025": "archivo",
|
|
@@ -2058,10 +2064,9 @@
|
|
|
2058
2064
|
"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "Las declaraciones \"infer\" solo se permiten en la cláusula \"extends\" de un tipo condicional.",
|
|
2059
2065
|
"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "“\\k” debe ir seguido de un nombre de grupo de captura entre corchetes angulares.",
|
|
2060
2066
|
"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "No se permite usar \"let\" como nombre en las declaraciones \"let\" o \"const\".",
|
|
2061
|
-
"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "módulo === \"AMD\" o \"UMD\" o \"System\" o \"ES6\", después, \"Classic\", de lo contrario \"Node\"",
|
|
2062
|
-
"module_system_or_esModuleInterop_6904": "módulo === \"system\" o esModuleInterop",
|
|
2063
2067
|
"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "La expresión \"new\", a cuyo destino le falta una signatura de construcción, tiene implícitamente un tipo \"any\".",
|
|
2064
2068
|
"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "\"[\"node_modules\", \"bower_components\", \"jspm_packages\"]\", más el valor de \"outDir\", si se especifica uno.",
|
|
2069
|
+
"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "`nodenext` si `module` es `nodenext`; `node16` si `module` es `node16` o `node18`; de lo contrario, `bundler`.",
|
|
2065
2070
|
"one_of_Colon_6900": "uno de:",
|
|
2066
2071
|
"one_or_more_Colon_6901": "uno o más:",
|
|
2067
2072
|
"options_6024": "Opciones",
|
|
@@ -2108,6 +2113,7 @@
|
|
|
2108
2113
|
"true_if_composite_false_otherwise_6909": "\"true\", si \"composite\"; \"false\", en caso contrario",
|
|
2109
2114
|
"true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411": "“true” cuando “moduleResolution” es “node16”, “nodenext” o “bundler”; en caso contrario, “false”.",
|
|
2110
2115
|
"tsc_Colon_The_TypeScript_Compiler_6922": "tsc: el compilador de TypeScript",
|
|
2116
|
+
"tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112": "tsconfig.json está presente, pero no se cargará si se especifican archivos en la línea de comandos. Use '--ignoreConfig' para omitir este error.",
|
|
2111
2117
|
"type_Colon_6902": "tipo:",
|
|
2112
2118
|
"unique_symbol_types_are_not_allowed_here_1335": "Aquí no se permiten tipos \"unique symbol\".",
|
|
2113
2119
|
"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334": "Los tipos \"unique symbol\" se permiten solo en variables en una instrucción de variable.",
|
|
@@ -2115,6 +2121,7 @@
|
|
|
2115
2121
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "La directiva \"use strict\" no se puede usar con una lista de parámetros no simples.",
|
|
2116
2122
|
"use_strict_directive_used_here_1349": "La directiva \"use strict\" se ha usado aquí.",
|
|
2117
2123
|
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "No se permiten declaraciones 'using' en contextos de ambiente.",
|
|
2124
|
+
"using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547": "Las declaraciones \"using\" no se permiten en las cláusulas \"case\" o \"default\", a menos que estén contenidas en un bloque.",
|
|
2118
2125
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "No se permiten instrucciones \"with\" en un bloque de funciones asincrónicas.",
|
|
2119
2126
|
"with_statements_are_not_allowed_in_strict_mode_1101": "No se permiten instrucciones \"with\" en modo strict.",
|
|
2120
2127
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "La expresión \"yield\" da como resultado un tipo \"any\" de forma implícita porque el generador que la contiene no tiene una anotación de tipo de valor devuelto.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "Un nom de propriété calculée dans un contexte ambiant doit faire référence à une expression dont le type est un type littéral ou un type 'unique symbol'.",
|
|
27
27
|
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "Un nom de propriété calculée dans une interface doit faire référence à une expression dont le type est un type littéral ou un type 'unique symbol'.",
|
|
28
28
|
"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "Un nom de propriété calculée doit être de type 'string', 'number', 'symbol' ou 'any'.",
|
|
29
|
-
"
|
|
29
|
+
"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "Une assertion « const » peut uniquement être appliquée aux références à des membres enum, des littéraux de chaînes, des littéraux de nombres, des littéraux de valeurs booléennes, des littéraux de tableaux ou des littéraux d'objets.",
|
|
30
30
|
"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "Un membre d'enum const n'est accessible qu'à l'aide d'un littéral de chaîne.",
|
|
31
31
|
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "Un initialiseur 'const' dans un contexte ambiant doit être un littéral de chaîne ou un littéral numérique, ou une référence à un enum littéral.",
|
|
32
32
|
"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "Un constructeur ne peut pas contenir d'appel de 'super' quand sa classe étend 'null'.",
|
|
@@ -365,6 +365,7 @@
|
|
|
365
365
|
"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "Le module '{0}' est introuvable. Utilisez '--resolveJsonModule' pour importer le module avec l'extension '.json'.",
|
|
366
366
|
"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "Le module « {0} » est introuvable. Vouliez-vous définir l’option « moduleResolution » sur la valeur « node » ou ajouter des alias à l’option « paths » ?",
|
|
367
367
|
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "Impossible de localiser le module '{0}' ou les déclarations de type correspondantes.",
|
|
368
|
+
"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "Impossible de trouver les déclarations de module ou de type pour l’importation à effet secondaire de « {0} ».",
|
|
368
369
|
"Cannot_find_name_0_2304": "Le nom '{0}' est introuvable.",
|
|
369
370
|
"Cannot_find_name_0_Did_you_mean_1_2552": "Le nom '{0}' est introuvable. Est-ce qu'il ne s'agit pas plutôt de '{1}' ?",
|
|
370
371
|
"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "Le nom '{0}' est introuvable. Voulez-vous utiliser le membre d'instance 'this.{0}' ?",
|
|
@@ -653,8 +654,9 @@
|
|
|
653
654
|
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Les importations dynamiques sont prises en charge uniquement lorsque l’indicateur « --module » est défini sur « es2020 », « es2022 », « esnext », « commonjs », « amd », « system », « umd », « node16 », « node18 », « node20 » ou « nodenext ».",
|
|
654
655
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "Les importations dynamiques peuvent accepter uniquement un spécificateur de module et un ensemble facultatif d’attributs en tant qu’arguments",
|
|
655
656
|
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "Les importations dynamiques prennent uniquement en charge un deuxième argument lorsque l’option « --module » est définie sur « esnext », « node16 », « node18 », « node20 », « nodenext » ou « preserve ».",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
657
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "Les importations et exportations ECMAScript ne peuvent pas être écrites dans un fichier CommonJS sous 'verbatimModuleSyntax'.",
|
|
658
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "Les importations et exportations ECMAScript ne peuvent pas être écrites dans un fichier CommonJS sous 'verbatimModuleSyntax'. Ajustez le champ 'type' dans le 'package.json' le plus proche pour faire de ce fichier un module ECMAScript, ou ajustez vos paramètres 'verbatimModuleSyntax', 'module' et 'moduleResolution' dans TypeScript.",
|
|
659
|
+
"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "La syntaxe du module ECMAScript n’est pas autorisée dans un module CommonJS quand 'module' est défini sur 'preserve'.",
|
|
658
660
|
"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "Chaque déclaration de '{0}.{1}' diffère dans sa valeur, où '{2}' était attendu, mais '{3}' a été donné.",
|
|
659
661
|
"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "Chaque membre du type union '{0}' a des signatures de construction, mais aucune de ces signatures n'est compatible avec les autres.",
|
|
660
662
|
"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "Chaque membre du type union '{0}' a des signatures, mais aucune de ces signatures n'est compatible avec les autres.",
|
|
@@ -883,6 +885,7 @@
|
|
|
883
885
|
"Identifier_string_literal_or_number_literal_expected_1496": "Identificateur, littéral de chaîne ou littéral de nombre attendu.",
|
|
884
886
|
"If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040": "Si le package '{0}' expose réellement ce module, envoyez une demande de tirage (pull request) pour modifier 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}'",
|
|
885
887
|
"If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058": "Si le package' {0} 'expose effectivement ce module, essayez d’ajouter un nouveau fichier de déclaration (. d. TS) contenant’declare module' {1} '; '",
|
|
888
|
+
"Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549": "Ignorez le fichier tsconfig trouvé et compilez avec les options et fichiers spécifiés en ligne de commande.",
|
|
886
889
|
"Ignore_this_error_message_90019": "Ignorer ce message d'erreur",
|
|
887
890
|
"Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924": "Ignore tsconfig.json, compile les fichiers spécifiés avec les options du compilateur par défaut.",
|
|
888
891
|
"Implement_all_inherited_abstract_classes_95040": "Implémenter toutes les classes abstraites héritées",
|
|
@@ -1139,7 +1142,7 @@
|
|
|
1139
1142
|
"Option_0_can_only_be_specified_on_command_line_6266": "L’option '{0}' ne peut être spécifiée que sur la ligne de commande.",
|
|
1140
1143
|
"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "L'option '{0}' peut être utilisée uniquement quand l'option '--inlineSourceMap' ou l'option '--sourceMap' est spécifiée.",
|
|
1141
1144
|
"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "L’option '{0}' ne peut être utilisée que lorsque 'moduleResolution' a la valeur 'node16', 'nodenext' ou 'bundler'.",
|
|
1142
|
-
"
|
|
1145
|
+
"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "L’option « {0} » ne peut être utilisée que lorsque « module » a la valeur « preserve », « commonjs » ou « es2015 » ou une version ultérieure.",
|
|
1143
1146
|
"Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "Impossible de spécifier l'option '{0}' quand l'option 'jsx' a la valeur '{1}'.",
|
|
1144
1147
|
"Option_0_cannot_be_specified_with_option_1_5053": "Impossible de spécifier l'option '{0}' avec l'option '{1}'.",
|
|
1145
1148
|
"Option_0_cannot_be_specified_without_specifying_option_1_5052": "Impossible de spécifier l'option '{0}' sans spécifier l'option '{1}'.",
|
|
@@ -1147,7 +1150,7 @@
|
|
|
1147
1150
|
"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "L’option «{0}» a été supprimée. Supprimez-le de votre configuration.",
|
|
1148
1151
|
"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "L’option '{0}' est déconseillée et cessera de fonctionner dans TypeScript {1}. Spécifiez compilerOption « ignoreDeprecations » : «{2}« » pour désactiver cette erreur.",
|
|
1149
1152
|
"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "L’option '{0}' est redondante et ne peut pas être spécifiée avec l’option '{1}'.",
|
|
1150
|
-
"
|
|
1153
|
+
"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "L’option 'allowImportingTsExtensions' ne peut être utilisée que lorsque l’une des options 'noEmit', 'emitDeclarationOnly' ou 'rewriteRelativeImportExtensions' est définie.",
|
|
1151
1154
|
"Option_build_must_be_the_first_command_line_argument_6369": "L'option '--build' doit être le premier argument de ligne de commande.",
|
|
1152
1155
|
"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "L'option '--incremental' peut uniquement être spécifiée à l'aide de tsconfig, en cas d'émission vers un seul fichier ou quand l'option '--tsBuildInfoFile' est spécifiée.",
|
|
1153
1156
|
"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "L'option 'isolatedModules' peut être utilisée seulement quand l'option '--module' est spécifiée, ou quand l'option 'target' a la valeur 'ES2015' ou une version supérieure.",
|
|
@@ -1894,6 +1897,7 @@
|
|
|
1894
1897
|
"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "L'élément variadique situé à la position {0} dans la source ne correspond pas à l'élément situé à la position {1} dans la cible.",
|
|
1895
1898
|
"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "Les annotations de variance sont uniquement prises en charge dans les alias de type pour les types objet, fonction, constructeur et mappé.",
|
|
1896
1899
|
"Version_0_6029": "Version {0}",
|
|
1900
|
+
"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "Visitez https://aka.ms/ts6 pour obtenir des informations sur la migration.",
|
|
1897
1901
|
"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "Visitez https://aka.ms/tsconfig pour en savoir plus sur ce fichier",
|
|
1898
1902
|
"WATCH_OPTIONS_6918": "OPTIONS D’OBSERVATION",
|
|
1899
1903
|
"Watch_and_Build_Modes_6250": "Modes d’Observation et de Génération",
|
|
@@ -2020,6 +2024,7 @@
|
|
|
2020
2024
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "Impossible d'utiliser des expressions 'await' dans un initialiseur de paramètre.",
|
|
2021
2025
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "'await' n'a aucun effet sur le type de cette expression.",
|
|
2022
2026
|
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "Les déclarations « await using » ne sont pas autorisées dans les contextes ambiants.",
|
|
2027
|
+
"await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548": "Les déclarations 'await using' ne sont pas autorisées dans les clauses 'case' ou 'default', sauf si elles sont contenues dans un bloc.",
|
|
2023
2028
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "Les instructions « await using » sont uniquement autorisées au niveau supérieur d’un fichier quand celui-ci est un module, mais le fichier actuel n’a aucune importation ou exportation. Envisagez d’ajouter un « export {} » vide pour faire de ce fichier un module.",
|
|
2024
2029
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "Les expressions « await using » sont autorisées uniquement dans les fonctions asynchrones et aux niveaux supérieurs des modules.",
|
|
2025
2030
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "Des instructions « await using » ne peuvent pas être utilisées à l’intérieur d’un bloc statique de classe.",
|
|
@@ -2044,6 +2049,7 @@
|
|
|
2044
2049
|
"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "La clause 'extends' de la classe exportée '{0}' comporte ou utilise le nom privé '{1}'.",
|
|
2045
2050
|
"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "La clause 'extends' de la classe exportée comporte ou utilise le nom privé '{0}'.",
|
|
2046
2051
|
"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "La clause 'extends' de l'interface exportée '{0}' comporte ou utilise le nom privé '{1}'.",
|
|
2052
|
+
"false_unless_checkJs_is_set_6932": "« false », sauf si « checkJs » est défini",
|
|
2047
2053
|
"false_unless_composite_is_set_6906": "« false », sauf si « composite » est défini",
|
|
2048
2054
|
"false_unless_strict_is_set_6905": "« false », sauf si « strict » est défini",
|
|
2049
2055
|
"file_6025": "fichier",
|
|
@@ -2058,10 +2064,9 @@
|
|
|
2058
2064
|
"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "Les déclarations 'infer' sont uniquement autorisées dans la clause 'extends' d’un type conditionnel.",
|
|
2059
2065
|
"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "« \\k » doit être suivi d’un nom de groupe de capture placé entre crochets angulaires.",
|
|
2060
2066
|
"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "'let' ne peut pas être utilisé comme nom dans les déclarations 'let' ou 'const'.",
|
|
2061
|
-
"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "module === « AMD » ou « UMD » ou « System » ou « ES6 », puis « Classic », sinon « Node »",
|
|
2062
|
-
"module_system_or_esModuleInterop_6904": "module === « system » ou esModuleInterop",
|
|
2063
2067
|
"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "L'expression 'new', dont la cible ne dispose pas d'une signature de construction, possède implicitement un type 'any'.",
|
|
2064
2068
|
"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "« [ « node_modules », « bower_components », « jspm_packages »] », plus la valeur de « outDir » si elle est spécifiée.",
|
|
2069
|
+
"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "`nodenext` si `module` est `nodenext` ; `node16` si `module` est `node16` ou `node18` ; sinon, `bundler`.",
|
|
2065
2070
|
"one_of_Colon_6900": "L'un de :",
|
|
2066
2071
|
"one_or_more_Colon_6901": "un ou plusieurs :",
|
|
2067
2072
|
"options_6024": "options",
|
|
@@ -2108,6 +2113,7 @@
|
|
|
2108
2113
|
"true_if_composite_false_otherwise_6909": "« true » si « composite », « false » sinon",
|
|
2109
2114
|
"true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411": "« true » quand « moduleResolution » a la valeur « node16 », « nodenext » ou « bundler » ; sinon « false ».",
|
|
2110
2115
|
"tsc_Colon_The_TypeScript_Compiler_6922": "tsc : compilateur TypeScript",
|
|
2116
|
+
"tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112": "Le fichier tsconfig.json est présent mais ne sera pas chargé si des fichiers sont spécifiés en ligne de commande. Utilisez '--ignoreConfig' pour ignorer cette erreur.",
|
|
2111
2117
|
"type_Colon_6902": "type :",
|
|
2112
2118
|
"unique_symbol_types_are_not_allowed_here_1335": "Les types 'unique symbol' ne sont pas autorisés ici.",
|
|
2113
2119
|
"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334": "Les types 'unique symbol' sont uniquement autorisés sur les variables d'une déclaration de variable.",
|
|
@@ -2115,6 +2121,7 @@
|
|
|
2115
2121
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "La directive 'use strict' ne peut pas être utilisée avec une liste de paramètres non simple.",
|
|
2116
2122
|
"use_strict_directive_used_here_1349": "directive 'use strict' utilisée ici.",
|
|
2117
2123
|
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "Les déclarations « using » ne sont pas autorisées dans les contextes ambiants.",
|
|
2124
|
+
"using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547": "Les déclarations 'using' ne sont pas autorisées dans les clauses 'case' ou 'default' sauf si elles sont incluses dans un bloc.",
|
|
2118
2125
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "Les instructions 'with' ne sont pas autorisées dans un bloc de fonctions async.",
|
|
2119
2126
|
"with_statements_are_not_allowed_in_strict_mode_1101": "Les instructions 'with' ne sont pas autorisées en mode strict.",
|
|
2120
2127
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "L'expression 'yield' génère implicitement un type 'any', car le générateur qui la contient n'a pas d'annotation de type de retour.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "Un nome di proprietà calcolato in un contesto di ambiente deve fare riferimento a un'espressione il cui tipo è un tipo di valore letterale o un tipo 'unique symbol'.",
|
|
27
27
|
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "Un nome di proprietà calcolato in un'interfaccia deve fare riferimento a un'espressione il cui tipo è un tipo di valore letterale o un tipo 'unique symbol'.",
|
|
28
28
|
"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "Un nome di proprietà calcolato deve essere di tipo 'string', 'number', 'symbol' o 'any'.",
|
|
29
|
-
"
|
|
29
|
+
"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "Un'asserzione 'const' può essere applicata solo a riferimenti a membri di enumerazione oppure a valori letterali stringa, numerici, booleani, di oggetto o matrice.",
|
|
30
30
|
"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "È possibile accedere a un membro di enumerazione const solo tramite un valore letterale stringa.",
|
|
31
31
|
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "Un inizializzatore 'const' in un contesto di ambiente deve essere un valore letterale numerico o stringa oppure un riferimento a un'enumerazione di valori letterali.",
|
|
32
32
|
"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "Un costruttore non può contenere una chiamata 'super' quando la relativa classe estende 'null'.",
|
|
@@ -365,6 +365,7 @@
|
|
|
365
365
|
"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "Non è possibile trovare il modulo '{0}'. Provare a usare '--resolveJsonModule' per importare il modulo con estensione '.json'.",
|
|
366
366
|
"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "Non è possibile trovare il modulo '{0}'. Si intendeva impostare l'opzione 'moduleResolution' su 'nodenext' o aggiungere alias all'opzione 'paths'?",
|
|
367
367
|
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "Non è possibile trovare il modulo '{0}' o le relative dichiarazioni di tipo corrispondenti.",
|
|
368
|
+
"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "Non è possibile trovare dichiarazioni di modulo o di tipo per l'importazione a effetto collaterale di '{0}'.",
|
|
368
369
|
"Cannot_find_name_0_2304": "Il nome '{0}' non è stato trovato.",
|
|
369
370
|
"Cannot_find_name_0_Did_you_mean_1_2552": "Il nome '{0}' non è stato trovato. Si intendeva '{1}'?",
|
|
370
371
|
"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "Il nome '{0}' non è stato trovato. Si intendeva il membro di istanza 'this.{0}'?",
|
|
@@ -653,8 +654,9 @@
|
|
|
653
654
|
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Le importazioni dinamiche sono supportate solo quando il flag '--module' è impostato su 'es2020', 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', 'node18', 'node20' o 'nodenext'.",
|
|
654
655
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "Le importazioni dinamiche possono accettare come argomenti solo un identificatore di modulo e un set di attributi facoltativi",
|
|
655
656
|
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "Le importazioni dinamiche supportano un secondo argomento solo quando l'opzione '--module' è impostata su 'esnext', 'node16', 'node18', 'node20', 'nodenext' o 'preserve'.",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
657
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "Le importazioni e le esportazioni di ECMAScript non possono essere scritte in un file CommonJS in \"verbatimModuleSyntax\".",
|
|
658
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "Le importazioni e le esportazioni di ECMAScript non possono essere scritte in un file CommonJS in \"verbatimModuleSyntax\". Modificare il campo \"type\" nel \"package.json\" più vicino per rendere questo file un modulo ECMAScript oppure modificare le impostazioni \"verbatimModuleSyntax\", \"module\" e \"moduleResolution\" in TypeScript.",
|
|
659
|
+
"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "La sintassi del modulo ECMAScript non è consentita in un modulo CommonJS quando \"module\" è impostato su \"preserve\".",
|
|
658
660
|
"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "Il valore di ogni dichiarazione di '{0}.{1}' è diverso, dove '{2}' è previsto mentre '{3}' è specificato.",
|
|
659
661
|
"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "Ogni membro del tipo di unione '{0}' contiene firme di costrutto, ma nessuna di tali firme è compatibile con le altre.",
|
|
660
662
|
"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "Ogni membro del tipo di unione '{0}' contiene firme, ma nessuna di tali firme è compatibile con le altre.",
|
|
@@ -1139,7 +1141,7 @@
|
|
|
1139
1141
|
"Option_0_can_only_be_specified_on_command_line_6266": "L'opzione '{0}' può essere specificata solo nella riga di comando.",
|
|
1140
1142
|
"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "L'opzione '{0}' può essere usata solo quando si specifica l'opzione '--inlineSourceMap' o '--sourceMap'.",
|
|
1141
1143
|
"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "L'opzione '{0}' può essere usata solo quando 'moduleResolution' è impostato su 'node16', 'nodenext' o 'bundler'.",
|
|
1142
|
-
"
|
|
1144
|
+
"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "L'opzione '{0}' può essere usata solo quando 'module' è impostato su 'preserve' o 'es2015' o versione successiva.",
|
|
1143
1145
|
"Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "Non è possibile specificare l'opzione '{0}' quando l'opzione 'jsx' è '{1}'.",
|
|
1144
1146
|
"Option_0_cannot_be_specified_with_option_1_5053": "Non è possibile specificare l'opzione '{0}' insieme all'opzione '{1}'.",
|
|
1145
1147
|
"Option_0_cannot_be_specified_without_specifying_option_1_5052": "Non è possibile specificare l'opzione '{0}' senza l'opzione '{1}'.",
|
|
@@ -1147,7 +1149,7 @@
|
|
|
1147
1149
|
"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "L'opzione '{0}' è stata rimossa. Rimuovere l'elemento dalla configurazione.",
|
|
1148
1150
|
"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "L'opzione '{0}' è deprecata e non funzionerà più in TypeScript {1}. Per disattivare l'errore, specificare compilerOption '\"ignoreDeprecations\": \"{2}\"'.",
|
|
1149
1151
|
"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "L'opzione '{0}' è ridondante e non può essere specificata con l'opzione'{1}'.",
|
|
1150
|
-
"
|
|
1152
|
+
"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "L'opzione 'allowImportingTsExtensions' può essere usata solo quando è impostata una delle seguenti opzioni: 'noEmit', 'emitDeclarationOnly' o 'rewriteRelativeImportExtensions'.",
|
|
1151
1153
|
"Option_build_must_be_the_first_command_line_argument_6369": "L'opzione '--build' deve essere il primo argomento della riga di comando.",
|
|
1152
1154
|
"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "È possibile specificare l'opzione '--incremental' solo se si usa tsconfig, si crea un singolo file o si specifica l'opzione '--tsBuildInfoFile'.",
|
|
1153
1155
|
"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "L'opzione 'isolatedModules' può essere usata solo quando si specifica l'opzione '--module' oppure il valore dell'opzione 'target' è 'ES2015' o maggiore.",
|
|
@@ -1894,6 +1896,7 @@
|
|
|
1894
1896
|
"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "L'elemento variadic alla posizione {0} nell'origine non corrisponde all'elemento alla posizione {1} nella destinazione.",
|
|
1895
1897
|
"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "Le annotazioni di varianza sono supportate solo negli alias di tipo per oggetti, funzioni, costruttori e tipi mappati.",
|
|
1896
1898
|
"Version_0_6029": "Versione {0}",
|
|
1899
|
+
"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "Per informazioni sulla migrazione, visitare https://aka.ms/ts6.",
|
|
1897
1900
|
"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "Per altre informazioni su questo file, visitare https://aka.ms/tsconfig",
|
|
1898
1901
|
"WATCH_OPTIONS_6918": "OPZIONI DELL'ESPRESSIONE DI CONTROLLO",
|
|
1899
1902
|
"Watch_and_Build_Modes_6250": "Modalità di espressione di controllo e compilazione",
|
|
@@ -2044,6 +2047,7 @@
|
|
|
2044
2047
|
"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "La clausola 'extends' della classe esportata '{0}' contiene o usa il nome privato '{1}'.",
|
|
2045
2048
|
"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "La clausola 'extends' della classe esportata contiene o usa il nome privato '{0}'.",
|
|
2046
2049
|
"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "La clausola 'extends' dell'interfaccia esportata '{0}' contiene o usa il nome privato '{1}'.",
|
|
2050
|
+
"false_unless_checkJs_is_set_6932": "''false'', a meno che non sia impostato ''checkJs''",
|
|
2047
2051
|
"false_unless_composite_is_set_6906": "`false`, a meno che non sia impostato `composite`",
|
|
2048
2052
|
"false_unless_strict_is_set_6905": "`false`, a meno che non sia impostato `strict`",
|
|
2049
2053
|
"file_6025": "file",
|
|
@@ -2058,10 +2062,9 @@
|
|
|
2058
2062
|
"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "Le dichiarazioni 'infer' sono consentite solo nella clausola 'extends' di un tipo condizionale.",
|
|
2059
2063
|
"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "'\\k' deve essere seguito da un nome di gruppo di acquisizione racchiuso tra parentesi acute.",
|
|
2060
2064
|
"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "Non è consentito usare 'let' come nome in dichiarazioni 'let' o 'const'.",
|
|
2061
|
-
"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "module === `AMD` o `UMD` o `System` o `ES6`, quindi `Classic`; in caso contrario `Node`",
|
|
2062
|
-
"module_system_or_esModuleInterop_6904": "module === \"system\" o esModuleInterop",
|
|
2063
2065
|
"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "L'espressione 'new', nella cui destinazione manca una firma del costrutto, contiene implicitamente un tipo 'any'.",
|
|
2064
2066
|
"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "`[\"node_modules\", \"bower_components\", \"jspm_packages\"]`, nonché il valore di `outDir` se ne è specificato uno.",
|
|
2067
|
+
"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "''nodenext'' se ''module'' è ''nodenext''; ''node16'' se ''module'' è ''node16'' o ''node18''; in caso contrario, ''bundler''.",
|
|
2065
2068
|
"one_of_Colon_6900": "uno di:",
|
|
2066
2069
|
"one_or_more_Colon_6901": "uno o più:",
|
|
2067
2070
|
"options_6024": "opzioni",
|