@typescript-deploys/pr-build 4.6.0-pr-47607-13 → 4.6.0-pr-47607-31
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/lib/cs/diagnosticMessages.generated.json +22 -8
- package/lib/de/diagnosticMessages.generated.json +23 -10
- package/lib/es/diagnosticMessages.generated.json +22 -8
- package/lib/fr/diagnosticMessages.generated.json +5 -4
- package/lib/it/diagnosticMessages.generated.json +22 -8
- package/lib/ja/diagnosticMessages.generated.json +5 -4
- package/lib/ko/diagnosticMessages.generated.json +5 -4
- package/lib/lib.dom.d.ts +1 -1
- package/lib/lib.webworker.d.ts +1 -1
- package/lib/pl/diagnosticMessages.generated.json +5 -4
- package/lib/pt-br/diagnosticMessages.generated.json +22 -8
- package/lib/ru/diagnosticMessages.generated.json +6 -6
- package/lib/tr/diagnosticMessages.generated.json +5 -4
- package/lib/tsc.js +807 -695
- package/lib/tsserver.js +1372 -1058
- package/lib/tsserverlibrary.d.ts +1 -1
- package/lib/tsserverlibrary.js +1372 -1058
- package/lib/typescript.d.ts +1 -1
- package/lib/typescript.js +1372 -1058
- package/lib/typescriptServices.d.ts +1 -1
- package/lib/typescriptServices.js +1372 -1058
- package/lib/typingsInstaller.js +1116 -980
- package/lib/zh-cn/diagnosticMessages.generated.json +22 -8
- package/lib/zh-tw/diagnosticMessages.generated.json +6 -6
- package/package.json +1 -1
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
"A_set_accessor_must_have_exactly_one_parameter_1049": "Přístupový objekt set musí obsahovat přesně jeden parametr.",
|
|
90
90
|
"A_set_accessor_parameter_cannot_have_an_initializer_1052": "Parametr přístupového objektu set nemůže obsahovat inicializátor.",
|
|
91
91
|
"A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556": "Argument rozprostření musí mít buď typ řazené kolekce členů, nebo musí být předán do parametru rest.",
|
|
92
|
-
"
|
|
92
|
+
"A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401": "Volání super musí být příkaz na kořenové úrovni v konstruktoru odvozené třídy, který obsahuje inicializované vlastnosti, vlastnosti parametrů nebo privátní identifikátory.",
|
|
93
|
+
"A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376": "Volání super musí být prvním příkazem v konstruktoru, který odkazuje na super nebo toto, když odvozená třída obsahuje inicializované vlastnosti, vlastnosti parametrů nebo soukromé identifikátory.",
|
|
93
94
|
"A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518": "Ochrana typu this není kompatibilní s ochranou typu založeného na parametru.",
|
|
94
95
|
"A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface_2526": "Typ this je k dispozici jenom v nestatických členech třídy nebo rozhraní.",
|
|
95
96
|
"A_tsconfig_json_file_is_already_defined_at_Colon_0_5054": "Soubor tsconfig.json je už v {0} definovaný.",
|
|
@@ -109,7 +110,6 @@
|
|
|
109
110
|
"Accessibility_modifier_already_seen_1028": "Modifikátor dostupnosti se už jednou vyskytl.",
|
|
110
111
|
"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056": "Přístupové objekty jsou dostupné, jenom když je cílem ECMAScript 5 a vyšší verze.",
|
|
111
112
|
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Přistupující objekty musí být abstraktní nebo neabstraktní.",
|
|
112
|
-
"Add_0_to_existing_import_declaration_from_1_90015": "Přidat {0} k existující deklaraci importu z {1}",
|
|
113
113
|
"Add_0_to_unresolved_variable_90008": "Přidat {0}. k nerozpoznané proměnné",
|
|
114
114
|
"Add_a_return_statement_95111": "Přidat příkaz return",
|
|
115
115
|
"Add_all_missing_async_modifiers_95041": "Přidat všechny chybějící modifikátory async",
|
|
@@ -129,10 +129,10 @@
|
|
|
129
129
|
"Add_braces_to_arrow_function_95059": "Přidat složené závorky k funkci šipky",
|
|
130
130
|
"Add_const_to_all_unresolved_variables_95082": "Přidat const ke všem nerozpoznaným proměnným",
|
|
131
131
|
"Add_const_to_unresolved_variable_95081": "Přidat const k nerozpoznané proměnné",
|
|
132
|
-
"Add_default_import_0_to_existing_import_declaration_from_1_90033": "Přidat výchozí import {0} do existující deklarace z {1}",
|
|
133
132
|
"Add_definite_assignment_assertion_to_property_0_95020": "Přidat kontrolní výraz jednoznačného přiřazení k vlastnosti {0}",
|
|
134
133
|
"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028": "Přidat kontrolní výrazy jednoznačného přiřazení do všech neinicializovaných vlastností",
|
|
135
134
|
"Add_export_to_make_this_file_into_a_module_95097": "Přidat export {}, aby se tento soubor převedl na modul",
|
|
135
|
+
"Add_import_from_0_90057": "Přidat import z {0}",
|
|
136
136
|
"Add_index_signature_for_property_0_90017": "Přidat signaturu indexu pro vlastnost {0}",
|
|
137
137
|
"Add_initializer_to_property_0_95019": "Přidat inicializační výraz k vlastnosti {0}",
|
|
138
138
|
"Add_initializers_to_all_uninitialized_properties_95027": "Přidat inicializátory do všech neinicializovaných vlastností",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"An_iterator_must_have_a_next_method_2489": "Iterátor musí mít metodu next().",
|
|
228
228
|
"An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017": "Při použití direktivy pragma @jsx s fragmenty JSX se vyžaduje direktiva pragma @jsxFrag.",
|
|
229
229
|
"An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118": "Literál objektu nemůže obsahovat několik přístupových objektů get/set se stejným názvem.",
|
|
230
|
-
"
|
|
230
|
+
"An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117": "Literál objektu nemůže mít víc vlastností se stejným názvem.",
|
|
231
231
|
"An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119": "Literál objektu nemůže obsahovat vlastnost a přístupový objekt se stejným názvem.",
|
|
232
232
|
"An_object_member_cannot_be_declared_optional_1162": "Člen objektu nemůže být deklarovaný jako nepovinný.",
|
|
233
233
|
"An_optional_chain_cannot_contain_private_identifiers_18030": "Nepovinný řetěz nemůže obsahovat privátní identifikátory.",
|
|
@@ -314,6 +314,7 @@
|
|
|
314
314
|
"Cannot_find_name_0_Did_you_mean_1_2552": "Nepovedlo se najít název {0}. Měli jste na mysli {1}?",
|
|
315
315
|
"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}?",
|
|
316
316
|
"Cannot_find_name_0_Did_you_mean_the_static_member_1_0_2662": "Název {0} se nedá najít. Měli jste na mysli statický člen {1}.{0}?",
|
|
317
|
+
"Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311": "Nelze najít název {0}. Nechtěli jste to napsat v asynchronní funkci?",
|
|
317
318
|
"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583": "Nepovedlo se najít název ‚{0}‘. Potřebujete změnit cílovou knihovnu? Zkuste změnit možnost kompilátoru ‚lib‘ na ‚{1}‘ nebo novější.",
|
|
318
319
|
"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2584": "Nepovedlo se najít název ‚{0}‘. Potřebujete změnit cílovou knihovnu? Zkuste změnit možnost kompilátoru ‚lib‘ tak, aby obsahovala ‚dom‘.",
|
|
319
320
|
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582": "Nepovedlo se najít název {0}. Potřebujete nainstalovat definice typů pro spouštěč testů? Zkuste npm i --save-dev @types/jest nebo npm i --save-dev @types/mocha.",
|
|
@@ -387,6 +388,7 @@
|
|
|
387
388
|
"Compiler_option_0_expects_an_argument_6044": "Parametr kompilátoru {0} očekává argument.",
|
|
388
389
|
"Compiler_option_0_may_not_be_used_with_build_5094": "Možnost kompilátoru „--{0}“ se nesmí používat s „--build“.",
|
|
389
390
|
"Compiler_option_0_may_only_be_used_with_build_5093": "Možnost kompilátoru „--{0}“ se smí používat jenom s „--build“.",
|
|
391
|
+
"Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124": "Možnost kompilátoru {0} hodnoty {1} je nestabilní. Ke ztlumení této chyby použijte noční TypeScript. Zkuste provést aktualizaci pomocí příkazu npm install -D typescript@next.",
|
|
390
392
|
"Compiler_option_0_requires_a_value_of_type_1_5024": "Parametr kompilátoru {0} vyžaduje hodnotu typu {1}.",
|
|
391
393
|
"Compiler_reserves_name_0_when_emitting_private_identifier_downlevel_18027": "Kompilátor si rezervuje název {0} při generování privátního identifikátoru pro nižší úroveň.",
|
|
392
394
|
"Compiles_the_TypeScript_project_located_at_the_specified_path_6927": "Zkompiluje projekt TypeScriptu umístěný v zadané cestě.",
|
|
@@ -565,7 +567,7 @@
|
|
|
565
567
|
"Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036": "Specifikátor dynamického importu musí být typu string, ale tady má typ {0}.",
|
|
566
568
|
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Dynamické importy se podporují jen v případě, že příznak --module je nastavený na es2020, es2022, esnext, commonjs, amd, system, umd, node12 nebo nodenext.",
|
|
567
569
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450": "Dynamické importy můžou jako argumenty přijímat jenom specifikátor modulu a volitelný kontrolní výraz.",
|
|
568
|
-
"
|
|
570
|
+
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_or_nodenext_1324": "Dynamické importy podporují pouze druhý argument, pokud je možnost --module nastavena na hodnotu esnext nebo nodenext.",
|
|
569
571
|
"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.",
|
|
570
572
|
"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.",
|
|
571
573
|
"Editor_Support_6249": "Podpora editoru",
|
|
@@ -623,6 +625,7 @@
|
|
|
623
625
|
"Enum_member_must_have_initializer_1061": "Člen výčtu musí mít inicializátor.",
|
|
624
626
|
"Enum_name_cannot_be_0_2431": "Název výčtu nemůže být {0}.",
|
|
625
627
|
"Enum_type_0_has_members_with_initializers_that_are_not_literals_2535": "Typ výčtu {0} má členy s inicializátory, které nejsou literály.",
|
|
628
|
+
"Errors_Files_6041": "Soubory chyb",
|
|
626
629
|
"Examples_Colon_0_6026": "Příklady: {0}",
|
|
627
630
|
"Excessive_stack_depth_comparing_types_0_and_1_2321": "Nadměrná hloubka zásobníku při porovnávání typů {0} a {1}",
|
|
628
631
|
"Expected_0_1_type_arguments_provide_these_with_an_extends_tag_8027": "Očekávané argumenty typu {0}–{1}; zadejte je se značkou @extends.",
|
|
@@ -708,8 +711,11 @@
|
|
|
708
711
|
"For_await_loops_cannot_be_used_inside_a_class_static_block_18038": "Smyčky „For await“ nejde použít uvnitř statického bloku třídy.",
|
|
709
712
|
"Found_0_errors_6217": "Našel se tento počet chyb: {0}.",
|
|
710
713
|
"Found_0_errors_Watching_for_file_changes_6194": "Byl nalezen tento počet chyb: {0}. Sledují se změny souborů.",
|
|
714
|
+
"Found_0_errors_in_1_files_6261": "V {1} souborech byly nalezeny chyby ({0}).",
|
|
715
|
+
"Found_0_errors_in_the_same_file_starting_at_Colon_1_6260": "Ve stejném souboru byly nalezeny chyby ({0}). Začínají na: {1}",
|
|
711
716
|
"Found_1_error_6216": "Našla se 1 chyba.",
|
|
712
717
|
"Found_1_error_Watching_for_file_changes_6193": "Byla nalezena 1 chyba. Sledují se změny souborů.",
|
|
718
|
+
"Found_1_error_in_1_6259": "Našla se 1 chyba v {1}.",
|
|
713
719
|
"Found_package_json_at_0_6099": "Soubor package.json se našel v {0}.",
|
|
714
720
|
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250": "Deklarace funkcí nejsou povolené uvnitř bloků ve striktním režimu, pokud je cíl ES3 nebo ES5.",
|
|
715
721
|
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_d_1251": "Deklarace funkcí nejsou povolené uvnitř bloků ve striktním režimu, pokud je cíl ES3 nebo ES5. Definice tříd jsou automaticky ve striktním režimu.",
|
|
@@ -763,14 +769,15 @@
|
|
|
763
769
|
"Implement_interface_0_90006": "Implementovat rozhraní {0}",
|
|
764
770
|
"Implements_clause_of_exported_class_0_has_or_is_using_private_name_1_4019": "Klauzule implements exportované třídy {0} má nebo používá privátní název {1}.",
|
|
765
771
|
"Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_i_2731": "Implicitní převod symbol na string za běhu neproběhne úspěšně. Zvažte možnost zabalit tento výraz do String(...).",
|
|
766
|
-
"
|
|
767
|
-
"
|
|
772
|
+
"Import_0_from_1_90013": "Importovat {0} z: {1}",
|
|
773
|
+
"Import_assertion_values_must_be_string_literal_expressions_2837": "Hodnoty kontrolních výrazů importu musí být výrazy formou řetězcových literálů.",
|
|
774
|
+
"Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836": "V příkazech, které se překládají na volání require commonjs, se kontrolní výrazy importu nepovolují.",
|
|
775
|
+
"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821": "Kontrolní výrazy importu jsou podporovány pouze v případě, že je možnost --module nastavena na hodnotu esnext nebo nodenext.",
|
|
768
776
|
"Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822": "Kontrolní výrazy importu se nedají použít s importy nebo exporty, které jsou jenom typ.",
|
|
769
777
|
"Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202": "Přiřazení importu nelze použít, pokud jsou cílem moduly ECMAScript. Zkuste místo toho použít import * as ns from \"mod\", import {a} from \"mod\", import d from \"mod\" nebo jiný formát modulu.",
|
|
770
778
|
"Import_declaration_0_is_using_private_name_1_4000": "Deklarace importu {0} používá privátní název {1}.",
|
|
771
779
|
"Import_declaration_conflicts_with_local_declaration_of_0_2440": "Deklarace importu je v konfliktu s místní deklarací {0}.",
|
|
772
780
|
"Import_declarations_in_a_namespace_cannot_reference_a_module_1147": "Deklarace importu v oboru názvů nemůžou odkazovat na modul.",
|
|
773
|
-
"Import_default_0_from_module_1_90032": "Importovat výchozí hodnotu {0} z modulu {1}",
|
|
774
781
|
"Import_emit_helpers_from_tslib_6139": "Importovat pomocné rutiny pro generování z tslib",
|
|
775
782
|
"Import_may_be_converted_to_a_default_import_80003": "Import se může převést na výchozí import.",
|
|
776
783
|
"Import_name_cannot_be_0_2438": "Název importu nemůže být {0}.",
|
|
@@ -790,6 +797,7 @@
|
|
|
790
797
|
"Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript_6644": "Do souborů sourcemap v generovaném JavaScriptu zahrňte zdrojový kód.",
|
|
791
798
|
"Include_sourcemap_files_inside_the_emitted_JavaScript_6643": "Zahrňte do generovaného JavaScriptu soubory sourcemap.",
|
|
792
799
|
"Include_undefined_in_index_signature_results_6716": "Zahrnout položku undefined do výsledků signatury indexu",
|
|
800
|
+
"Includes_imports_of_types_referenced_by_0_90054": "Zahrnuje importy typů, na které odkazuje {0}",
|
|
793
801
|
"Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914": "Včetně --watch, -w začne sledovat aktuální projekt ohledně změn souboru. Po nastavení můžete konfigurovat režim sledování pomocí:",
|
|
794
802
|
"Index_signature_for_type_0_is_missing_in_type_1_2329": "Signatura indexu pro typ {0} chybí v typu {1}.",
|
|
795
803
|
"Index_signature_in_type_0_only_permits_reading_2542": "Signatura indexu v typu {0} povoluje jen čtení.",
|
|
@@ -1144,6 +1152,8 @@
|
|
|
1144
1152
|
"Referenced_project_0_may_not_disable_emit_6310": "Odkazovaný projekt {0} nemůže zakazovat generování.",
|
|
1145
1153
|
"Referenced_project_0_must_have_setting_composite_Colon_true_6306": "Odkazovaný projekt {0} musí mít nastavení \"composite\": true.",
|
|
1146
1154
|
"Referenced_via_0_from_file_1_1400": "Odkazováno přes {0} ze souboru {1}",
|
|
1155
|
+
"Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2834": "Relativní cesty importu vyžadují explicitní přípony souborů v importech EcmaScriptu, když --moduleResolution je node12 nebo nodenext. Zvažte přidání rozšíření do cesty importu.",
|
|
1156
|
+
"Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2835": "Relativní cesty importu vyžadují explicitní přípony souborů v importech EcmaScriptu, když --moduleResolution je node12 nebo nodenext. Měli jste na mysli {0}?",
|
|
1147
1157
|
"Remove_a_list_of_directories_from_the_watch_process_6628": "Odeberte z procesu sledování seznam adresářů.",
|
|
1148
1158
|
"Remove_a_list_of_files_from_the_watch_mode_s_processing_6629": "Ze zpracování režimu sledování odeberte seznam souborů.",
|
|
1149
1159
|
"Remove_all_unnecessary_override_modifiers_95163": "Odebrat všechny nepotřebné modifikátory override",
|
|
@@ -1158,6 +1168,8 @@
|
|
|
1158
1168
|
"Remove_parentheses_95126": "Odebrat závorky",
|
|
1159
1169
|
"Remove_template_tag_90011": "Odebrat značku šablonu",
|
|
1160
1170
|
"Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server_6618": "Odeberte limit 20 MB pro celkovou velikost zdrojového kódu souborů JavaScriptu na jazykovém serveru TypeScriptu.",
|
|
1171
|
+
"Remove_type_from_import_declaration_from_0_90055": "Odebrat „type“ z deklarace importu z „{0}“",
|
|
1172
|
+
"Remove_type_from_import_of_0_from_1_90056": "Odebrat „type“ z importu {0} z „{1}“",
|
|
1161
1173
|
"Remove_type_parameters_90012": "Odebrat parametry typů",
|
|
1162
1174
|
"Remove_unnecessary_await_95086": "Odebrat nepotřebné výrazy await",
|
|
1163
1175
|
"Remove_unreachable_code_95050": "Odebrat nedosažitelný kód",
|
|
@@ -1588,6 +1600,7 @@
|
|
|
1588
1600
|
"Untyped_function_calls_may_not_accept_type_arguments_2347": "Volání netypové funkce nemusí přijmout argumenty typu.",
|
|
1589
1601
|
"Unused_label_7028": "Nepoužívaný popisek",
|
|
1590
1602
|
"Unused_ts_expect_error_directive_2578": "Nepoužitá direktiva @ts-expect-error",
|
|
1603
|
+
"Update_import_from_0_90058": "Aktualizovat import z: {0}",
|
|
1591
1604
|
"Updating_output_of_project_0_6373": "Aktualizuje se výstup projektu {0}...",
|
|
1592
1605
|
"Updating_output_timestamps_of_project_0_6359": "Aktualizují se výstupní časová razítka projektu {0}...",
|
|
1593
1606
|
"Updating_unchanged_output_timestamps_of_project_0_6371": "Aktualizují se nezměněná výstupní časová razítka projektu {0}...",
|
|
@@ -1706,6 +1719,7 @@
|
|
|
1706
1719
|
"baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1_6106": "Možnost baseUrl je nastavená na {0}, pomocí této hodnoty se přeloží název modulu {1}, který není relativní.",
|
|
1707
1720
|
"can_only_be_used_at_the_start_of_a_file_18026": "#! se dá použít jen na začátku souboru.",
|
|
1708
1721
|
"case_or_default_expected_1130": "Očekává se case nebo default.",
|
|
1722
|
+
"catch_or_finally_expected_1472": "Očekávalo se catch nebo finally.",
|
|
1709
1723
|
"const_declarations_can_only_be_declared_inside_a_block_1156": "Deklarace const se dají deklarovat jenom uvnitř bloku.",
|
|
1710
1724
|
"const_declarations_must_be_initialized_1155": "Deklarace const se musejí inicializovat.",
|
|
1711
1725
|
"const_enum_member_initializer_was_evaluated_to_a_non_finite_value_2477": "Inicializátor člena výčtu const se vyhodnotil na nekonečnou hodnotu.",
|
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
"A_set_accessor_must_have_exactly_one_parameter_1049": "Eine set-Zugriffsmethode muss genau einen Parameter aufweisen.",
|
|
90
90
|
"A_set_accessor_parameter_cannot_have_an_initializer_1052": "Ein set-Zugriffsmethodenparameter darf keinen Initialisierer aufweisen.",
|
|
91
91
|
"A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556": "Ein Überfüllungsargument muss entweder einen Tupeltyp aufweisen oder an einen Restparameter übergeben werden.",
|
|
92
|
-
"
|
|
92
|
+
"A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401": "Ein „super“ Aufruf muss eine Anweisung auf Stammebene innerhalb eines Konstruktors einer abgeleiteten Klasse sein, die initialisierte Eigenschaften, Parametereigenschaften oder private Bezeichner enthält.",
|
|
93
|
+
"A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376": "Ein „super“ Aufruf muss die erste Anweisung im Konstruktor sein, um auf „super“ oder „this“ zu verweisen, wenn eine abgeleitete Klasse initialisierte Eigenschaften, Parametereigenschaften oder private Bezeichner enthält.",
|
|
93
94
|
"A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518": "Ein auf \"this\" basierender Typwächter ist nicht mit einem parameterbasierten Typwächter kompatibel.",
|
|
94
95
|
"A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface_2526": "Ein this-Typ ist nur in einem nicht statischen Member einer Klasse oder Schnittstelle verfügbar.",
|
|
95
96
|
"A_tsconfig_json_file_is_already_defined_at_Colon_0_5054": "Eine Datei \"tsconfig.json\" ist bereits definiert unter: \"{0}\".",
|
|
@@ -109,7 +110,6 @@
|
|
|
109
110
|
"Accessibility_modifier_already_seen_1028": "Der Zugriffsmodifizierer ist bereits vorhanden.",
|
|
110
111
|
"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056": "Zugriffsmethoden sind nur verfügbar, wenn das Ziel ECMAScript 5 oder höher ist.",
|
|
111
112
|
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Beide Accessoren müssen abstrakt oder nicht abstrakt sein.",
|
|
112
|
-
"Add_0_to_existing_import_declaration_from_1_90015": "\"{0}\" der vorhandenen Importdeklaration aus \"{1}\" hinzufügen",
|
|
113
113
|
"Add_0_to_unresolved_variable_90008": "Der nicht aufgelösten Variablen \"{0}.\" hinzufügen",
|
|
114
114
|
"Add_a_return_statement_95111": "return-Anweisung hinzufügen",
|
|
115
115
|
"Add_all_missing_async_modifiers_95041": "Alle fehlenden async-Modifizierer hinzufügen",
|
|
@@ -129,10 +129,10 @@
|
|
|
129
129
|
"Add_braces_to_arrow_function_95059": "Geschweifte Klammern zu Pfeilfunktion hinzufügen",
|
|
130
130
|
"Add_const_to_all_unresolved_variables_95082": "\"const\" zu allen nicht aufgelösten Variablen hinzufügen",
|
|
131
131
|
"Add_const_to_unresolved_variable_95081": "\"const\" zur nicht aufgelösten Variable hinzufügen",
|
|
132
|
-
"Add_default_import_0_to_existing_import_declaration_from_1_90033": "Standardimport \"{0}\" zur vorhandenen Importdeklaration aus \"{1}\" hinzufügen",
|
|
133
132
|
"Add_definite_assignment_assertion_to_property_0_95020": "Definitive Zuweisungsassertion zu Eigenschaft \"{0}\" hinzufügen",
|
|
134
133
|
"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028": "Allen nicht initialisierten Eigenschaften definitive Zuweisungsassertionen hinzufügen",
|
|
135
134
|
"Add_export_to_make_this_file_into_a_module_95097": "\"export {}\" hinzufügen, um diese Datei in ein Modul umzuwandeln",
|
|
135
|
+
"Add_import_from_0_90057": "Import aus \"{0}\" hinzufügen",
|
|
136
136
|
"Add_index_signature_for_property_0_90017": "Indexsignatur für die Eigenschaft \"{0}\" hinzufügen",
|
|
137
137
|
"Add_initializer_to_property_0_95019": "Initialisierer zu Eigenschaft \"{0}\" hinzufügen",
|
|
138
138
|
"Add_initializers_to_all_uninitialized_properties_95027": "Allen nicht initialisierten Eigenschaften Initialisierer hinzufügen",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"An_iterator_must_have_a_next_method_2489": "Ein Iterator muss eine Methode \"next()\" besitzen.",
|
|
228
228
|
"An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017": "Bei Verwendung eines @jsx-Pragmas mit JSX-Fragmenten wird ein @jsxFrag-Pragma benötigt.",
|
|
229
229
|
"An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118": "Ein Objektliteral darf nicht mehrere get-/set-Zugriffsmethoden mit dem gleichen Namen besitzen.",
|
|
230
|
-
"
|
|
230
|
+
"An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117": "Ein Objektliteral darf nicht über mehrere Eigenschaften mit demselben Namen verfügen.",
|
|
231
231
|
"An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119": "Ein Objektliteral darf nicht eine Eigenschaft und eine Zugriffsmethode mit demselben Namen besitzen.",
|
|
232
232
|
"An_object_member_cannot_be_declared_optional_1162": "Ein Objektmember darf nicht als optional deklariert werden.",
|
|
233
233
|
"An_optional_chain_cannot_contain_private_identifiers_18030": "Eine optionale Kette kann keine privaten Bezeichner enthalten.",
|
|
@@ -314,6 +314,7 @@
|
|
|
314
314
|
"Cannot_find_name_0_Did_you_mean_1_2552": "Der Name \"{0}\" wurde nicht gefunden. Meinten Sie \"{1}\"?",
|
|
315
315
|
"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}\"?",
|
|
316
316
|
"Cannot_find_name_0_Did_you_mean_the_static_member_1_0_2662": "Der Name \"{0}\" wurde nicht gefunden. Meinten Sie den statischen Member \"{1}.{0}\"?",
|
|
317
|
+
"Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311": "Der Name „{0}“ wurde nicht gefunden. Wollten Sie dies in eine asynchrone Funktion schreiben?",
|
|
317
318
|
"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583": "Der Name \"{0}\" wurde nicht gefunden. Müssen Sie Ihre Zielbibliothek ändern? Ändern Sie die Compileroption \"lib\" in \"{1}\" oder höher.",
|
|
318
319
|
"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2584": "Der Name \"{0}\" wurde nicht gefunden. Müssen Sie Ihre Zielbibliothek ändern? Ändern Sie die Compileroption \"lib\" so ab, dass sie \"dom\" enthält.",
|
|
319
320
|
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582": "Der Name \"{0}\" wurde nicht gefunden. Müssen Sie Typdefinitionen für einen Test Runner installieren? Versuchen Sie es mit \"npm i --save-dev @types/jest\" oder \"npm i --save-dev @types/mocha\".",
|
|
@@ -387,6 +388,7 @@
|
|
|
387
388
|
"Compiler_option_0_expects_an_argument_6044": "Die Compileroption \"{0}\" erwartet ein Argument.",
|
|
388
389
|
"Compiler_option_0_may_not_be_used_with_build_5094": "Die Compileroption \"--{0}\" darf nicht mit \"--build\" verwendet werden.",
|
|
389
390
|
"Compiler_option_0_may_only_be_used_with_build_5093": "Die Compileroption \"--{0}\" darf nur mit \"--build\" verwendet werden.",
|
|
391
|
+
"Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124": "Die Compileroption „{0}“ des Werts „{1}“ ist instabil. Verwenden Sie „Nightly TypeScript“, um diesen Fehler zu beheben. Versuchen Sie die Aktualisierung mit „npm install -D typescript@next“ durchzuführen.",
|
|
390
392
|
"Compiler_option_0_requires_a_value_of_type_1_5024": "Die Compileroption \"{0}\" erfordert einen Wert vom Typ \"{1}\".",
|
|
391
393
|
"Compiler_reserves_name_0_when_emitting_private_identifier_downlevel_18027": "Der Compiler reserviert den Namen \"{0}\", wenn er einen privaten Bezeichner für Vorgängerversionen ausgibt.",
|
|
392
394
|
"Compiles_the_TypeScript_project_located_at_the_specified_path_6927": "Kompiliert das sich am angegebenen Pfad befindliche TypeScript-Projekt.",
|
|
@@ -433,6 +435,7 @@
|
|
|
433
435
|
"Convert_function_to_an_ES2015_class_95001": "Funktion in eine ES2015-Klasse konvertieren",
|
|
434
436
|
"Convert_invalid_character_to_its_html_entity_code_95100": "Ungültiges Zeichen in entsprechenden HTML-Entitätscode konvertieren",
|
|
435
437
|
"Convert_named_export_to_default_export_95062": "Benannten Export in Standardexport konvertieren",
|
|
438
|
+
"Convert_named_imports_to_default_import_95170": "Konvertieren benannter Importe in Standardimporte",
|
|
436
439
|
"Convert_named_imports_to_namespace_import_95057": "Benannte Importe in Namespaceimport konvertieren",
|
|
437
440
|
"Convert_namespace_import_to_named_imports_95056": "Namespaceimport in benannte Importe konvertieren",
|
|
438
441
|
"Convert_overload_list_to_single_signature_95118": "Überladungsliste in einzelne Signatur konvertieren",
|
|
@@ -565,7 +568,7 @@
|
|
|
565
568
|
"Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036": "Der Spezifizierer des dynamischen Imports muss den Typ \"string\" aufweisen, hier ist er jedoch vom Typ \"{0}\".",
|
|
566
569
|
"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 \"--module\"-Kennzeichen auf \"es2020\", \"es2022\", \"esnext\", \"commonjs\", \"amd\", \"system\", \"umd\", \"node12\" oder \"nodenext\" festgelegt ist.",
|
|
567
570
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450": "Dynamische Importe können nur einen Modulspezifizierer und eine optionale Assertion als Argumente akzeptieren.",
|
|
568
|
-
"
|
|
571
|
+
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_or_nodenext_1324": "Dynamische Importe unterstützen nur ein zweites Argument, wenn die Option „--module“ auf „esnext“ oder „nodenext“ festgelegt ist.",
|
|
569
572
|
"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.",
|
|
570
573
|
"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.",
|
|
571
574
|
"Editor_Support_6249": "Editor-Unterstützung",
|
|
@@ -623,6 +626,7 @@
|
|
|
623
626
|
"Enum_member_must_have_initializer_1061": "Ein Enumerationsmember muss einen Initialisierer aufweisen.",
|
|
624
627
|
"Enum_name_cannot_be_0_2431": "Der Enumerationsname darf nicht \"{0}\" sein.",
|
|
625
628
|
"Enum_type_0_has_members_with_initializers_that_are_not_literals_2535": "Der Enumerationstyp \"{0}\" weist Member mit Initialisierern auf, die keine Literale sind.",
|
|
629
|
+
"Errors_Files_6041": "Fehlerdateien",
|
|
626
630
|
"Examples_Colon_0_6026": "Beispiele: {0}",
|
|
627
631
|
"Excessive_stack_depth_comparing_types_0_and_1_2321": "Übermäßige Stapeltiefe beim Vergleichen der Typen \"{0}\" und \"{1}\".",
|
|
628
632
|
"Expected_0_1_type_arguments_provide_these_with_an_extends_tag_8027": "{0}-{1} Typargumente erwartet; geben Sie diese mit einem @extends-Tag an.",
|
|
@@ -708,8 +712,11 @@
|
|
|
708
712
|
"For_await_loops_cannot_be_used_inside_a_class_static_block_18038": "\"For await\"-Schleifen können nicht innerhalb eines statischen Klassenblocks verwendet werden.",
|
|
709
713
|
"Found_0_errors_6217": "{0} Fehler gefunden.",
|
|
710
714
|
"Found_0_errors_Watching_for_file_changes_6194": "{0} Fehler gefunden. Es wird auf Dateiänderungen überwacht.",
|
|
715
|
+
"Found_0_errors_in_1_files_6261": "In {1} Dateien wurden {0} Fehler gefunden.",
|
|
716
|
+
"Found_0_errors_in_the_same_file_starting_at_Colon_1_6260": "Es wurden {0} Fehler in derselben Datei gefunden, beginnend bei: {1}",
|
|
711
717
|
"Found_1_error_6216": "1 Fehler gefunden.",
|
|
712
718
|
"Found_1_error_Watching_for_file_changes_6193": "1 Fehler gefunden. Es wird auf Dateiänderungen überwacht.",
|
|
719
|
+
"Found_1_error_in_1_6259": "1 Fehler in {1} gefunden",
|
|
713
720
|
"Found_package_json_at_0_6099": "\"package.json\" wurde unter \"{0}\" gefunden.",
|
|
714
721
|
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250": "Funktionsdeklarationen sind in Blöcken im Strict-Modus unzulässig, wenn das Ziel \"ES3\" oder \"ES5\" ist.",
|
|
715
722
|
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_d_1251": "Funktionsdeklarationen sind in Blöcken im Strict-Modus unzulässig, wenn das Ziel \"ES3\" oder \"ES5\" ist. Klassendefinitionen befinden sich automatisch im Strict-Modus.",
|
|
@@ -763,14 +770,15 @@
|
|
|
763
770
|
"Implement_interface_0_90006": "Schnittstelle \"{0}\" implementieren",
|
|
764
771
|
"Implements_clause_of_exported_class_0_has_or_is_using_private_name_1_4019": "Die implements-Klausel der exportierten Klasse \"{0}\" besitzt oder verwendet den privaten Namen \"{1}\".",
|
|
765
772
|
"Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_i_2731": "Die implizite Konvertierung von \"symbol\" in \"string\" führt zur Laufzeit zu einem Fehler. Erwägen Sie, diesen Ausdruck in \"String(...)\" einzuschließen.",
|
|
766
|
-
"
|
|
767
|
-
"
|
|
773
|
+
"Import_0_from_1_90013": "\"{0}\" aus \"{1}\" importieren",
|
|
774
|
+
"Import_assertion_values_must_be_string_literal_expressions_2837": "Importassertionswerte müssen Zeichenfolgenliteralausdrücke sein.",
|
|
775
|
+
"Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836": "Importassertionen sind für Anweisungen, die in „require“-Aufrufe von CommonJs transpilieren, nicht zulässig.",
|
|
776
|
+
"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821": "Importassertionen werden nur unterstützt, wenn die Option „--module“ auf „esnext“ oder „nodenext“ festgelegt ist.",
|
|
768
777
|
"Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822": "Importassertionen können nicht mit rein typbasierten Importen oder Exporten verwendet werden.",
|
|
769
778
|
"Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202": "Die Importzuweisung kann nicht verwendet werden, wenn das Ziel ECMAScript-Module sind. Verwenden Sie stattdessen ggf. \"import * as ns from 'mod'\", \"import {a} from 'mod'\", \"import d from 'mod'\" oder ein anderes Modulformat.",
|
|
770
779
|
"Import_declaration_0_is_using_private_name_1_4000": "Die Importdeklaration \"{0}\" verwendet den privaten Namen \"{1}\".",
|
|
771
780
|
"Import_declaration_conflicts_with_local_declaration_of_0_2440": "Die Importdeklaration verursacht einen Konflikt mit der lokalen Deklaration von \"{0}\".",
|
|
772
781
|
"Import_declarations_in_a_namespace_cannot_reference_a_module_1147": "Importdeklarationen in einem Namespace dürfen nicht auf ein Modul verweisen.",
|
|
773
|
-
"Import_default_0_from_module_1_90032": "Standard \"{0}\" aus Modul \"{1}\" importieren",
|
|
774
782
|
"Import_emit_helpers_from_tslib_6139": "Ausgabehilfsprogramme aus \"tslib\" importieren.",
|
|
775
783
|
"Import_may_be_converted_to_a_default_import_80003": "Der Import kann in einen Standardimport konvertiert werden.",
|
|
776
784
|
"Import_name_cannot_be_0_2438": "Der Importname darf nicht \"{0}\" sein.",
|
|
@@ -790,6 +798,7 @@
|
|
|
790
798
|
"Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript_6644": "Fügen Sie den Quellcode in die Quellzuordnungen innerhalb des ausgesendeten JavaScript-Codes ein.",
|
|
791
799
|
"Include_sourcemap_files_inside_the_emitted_JavaScript_6643": "Schließen Sie Quellzuordnungsdateien in das ausgegebene JavaScript ein.",
|
|
792
800
|
"Include_undefined_in_index_signature_results_6716": "\"Nicht definiert\" in Indexsignaturergebnisse einbeziehen",
|
|
801
|
+
"Includes_imports_of_types_referenced_by_0_90054": "Schließt Importe von Typen ein, auf die von „{0}“ verwiesen wird",
|
|
793
802
|
"Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914": "Bei Einschließung von --watch beginnt -w, das aktuelle Projekt auf Dateiänderungen zu überwachen. Einmal eingestellt, können Sie den Überwachungsmodus konfigurieren, und zwar mit:",
|
|
794
803
|
"Index_signature_for_type_0_is_missing_in_type_1_2329": "Die Indexsignatur für den Typ \"{0}\" fehlt im Typ \"{1}\".",
|
|
795
804
|
"Index_signature_in_type_0_only_permits_reading_2542": "Die Indexsignatur in Typ \"{0}\" lässt nur Lesevorgänge zu.",
|
|
@@ -1108,7 +1117,6 @@
|
|
|
1108
1117
|
"Property_0_is_protected_in_type_1_but_public_in_type_2_2444": "Die Eigenschaft \"{0}\" ist im Typ \"{1}\" geschützt, im Typ \"{2}\" aber öffentlich.",
|
|
1109
1118
|
"Property_0_is_used_before_being_assigned_2565": "Die Eigenschaft \"{0}\" wird vor ihrer Zuweisung verwendet.",
|
|
1110
1119
|
"Property_0_is_used_before_its_initialization_2729": "Die Eigenschaft \"{0}\" wird vor ihrer Initialisierung verwendet.",
|
|
1111
|
-
"Property_0_may_not_be_used_in_a_static_property_s_initializer_in_the_same_class_when_target_is_esnex_2810": "Die Eigenschaft \"{0}\" darf nicht im Initialisierer einer statischen Eigenschaft in derselben Klasse verwendet werden, wenn \"target\" auf \"esnext\" und \"useDefineForClassFields\" auf FALSE festgelegt ist.",
|
|
1112
1120
|
"Property_0_may_not_exist_on_type_1_Did_you_mean_2_2568": "Die Eigenschaft \"{0}\" ist für den Typ \"{1}\" möglicherweise nicht vorhanden. Meinten Sie \"{2}\"?",
|
|
1113
1121
|
"Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606": "Die Eigenschaft \"{0}\" des JSX-Verteilungsattributs kann nicht der Zieleigenschaft zugewiesen werden.",
|
|
1114
1122
|
"Property_0_of_exported_class_expression_may_not_be_private_or_protected_4094": "Die Eigenschaft \"{0}\" des exportierten Klassenausdrucks ist unter Umständen nicht privat oder geschützt.",
|
|
@@ -1144,6 +1152,8 @@
|
|
|
1144
1152
|
"Referenced_project_0_may_not_disable_emit_6310": "Beim referenzierten Projekt \"{0}\" darf nicht die Ausgabe deaktiviert werden.",
|
|
1145
1153
|
"Referenced_project_0_must_have_setting_composite_Colon_true_6306": "Das referenzierte Projekt \"{0}\" muss für die Einstellung \"composite\" den Wert TRUE aufweisen.",
|
|
1146
1154
|
"Referenced_via_0_from_file_1_1400": "Referenziert über \"{0}\" aus der Datei \"{1}\"",
|
|
1155
|
+
"Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2834": "Relative Importpfade benötigen explizite Dateierweiterungen in EcmaScript-Importen, wenn „--moduleResolution“ auf „node12“ oder „nodenext“ festgelegt ist. Fügen Sie dem Importpfad gegebenenfalls eine Erweiterung hinzu.",
|
|
1156
|
+
"Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2835": "Relative Importpfade benötigen explizite Dateierweiterungen in EcmaScript-Importen, wenn „--moduleResolution“ auf „node12“ oder „nodenext“ festgelegt ist. Meinten Sie „{0}“?",
|
|
1147
1157
|
"Remove_a_list_of_directories_from_the_watch_process_6628": "Entfernen Sie eine Liste von Verzeichnissen aus dem Überwachungsvorgang.",
|
|
1148
1158
|
"Remove_a_list_of_files_from_the_watch_mode_s_processing_6629": "Entfernen Sie eine Liste von Dateien aus der Verarbeitung des Überwachungsmodus.",
|
|
1149
1159
|
"Remove_all_unnecessary_override_modifiers_95163": "Alle nicht benötigten override-Modifizierer entfernen",
|
|
@@ -1158,6 +1168,8 @@
|
|
|
1158
1168
|
"Remove_parentheses_95126": "Klammern entfernen",
|
|
1159
1169
|
"Remove_template_tag_90011": "Vorlagentag entfernen",
|
|
1160
1170
|
"Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server_6618": "Entfernen Sie die Obergrenze von 20 MB für die Gesamtgröße des Quellcodes für JavaScript-Dateien auf dem TypeScript-Sprachserver.",
|
|
1171
|
+
"Remove_type_from_import_declaration_from_0_90055": "„type“ aus Importdeklaration aus „{0}“ entfernen",
|
|
1172
|
+
"Remove_type_from_import_of_0_from_1_90056": "„type“ aus Import von „{0}“ aus „{1}“ entfernen",
|
|
1161
1173
|
"Remove_type_parameters_90012": "Typparameter entfernen",
|
|
1162
1174
|
"Remove_unnecessary_await_95086": "Unnötige Vorkommen von \"await\" entfernen",
|
|
1163
1175
|
"Remove_unreachable_code_95050": "Nicht erreichbaren Code entfernen",
|
|
@@ -1312,7 +1324,6 @@
|
|
|
1312
1324
|
"Starting_compilation_in_watch_mode_6031": "Kompilierung im Überwachungsmodus wird gestartet...",
|
|
1313
1325
|
"Statement_expected_1129": "Eine Anweisung wurde erwartet.",
|
|
1314
1326
|
"Statements_are_not_allowed_in_ambient_contexts_1036": "Anweisungen sind in Umgebungskontexten unzulässig.",
|
|
1315
|
-
"Static_fields_with_private_names_can_t_have_initializers_when_the_useDefineForClassFields_flag_is_no_2805": "Statische Felder mit privaten Namen dürfen keine Initialisierer enthalten, wenn das Flag \"--useDefineForClassFields\" nicht mit dem Wert \"esnext\" für \"--target\" angegeben wird. Erwägen Sie, das Flag \"--useDefineForClassFields\" hinzuzufügen.",
|
|
1316
1327
|
"Static_members_cannot_reference_class_type_parameters_2302": "Statische Member dürfen nicht auf Klassentypparameter verweisen.",
|
|
1317
1328
|
"Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699": "Die statische Eigenschaft \"{0}\" steht in Konflikt mit der integrierten Eigenschaft \"Function.{0}\" der Konstruktorfunktion \"{1}\".",
|
|
1318
1329
|
"String_literal_expected_1141": "Ein Zeichenfolgenliteral wurde erwartet.",
|
|
@@ -1588,6 +1599,7 @@
|
|
|
1588
1599
|
"Untyped_function_calls_may_not_accept_type_arguments_2347": "Nicht typisierte Funktionsaufrufe dürfen keine Typargumente annehmen.",
|
|
1589
1600
|
"Unused_label_7028": "Nicht verwendete Bezeichnung.",
|
|
1590
1601
|
"Unused_ts_expect_error_directive_2578": "Nicht verwendete @ts-expect-error-Direktive.",
|
|
1602
|
+
"Update_import_from_0_90058": "Import von \"{0}\" aktualisieren",
|
|
1591
1603
|
"Updating_output_of_project_0_6373": "Ausgabe von Projekt \"{0}\" wird aktualisiert...",
|
|
1592
1604
|
"Updating_output_timestamps_of_project_0_6359": "Ausgabezeitstempel von Projekt \"{0}\" werden aktualisiert...",
|
|
1593
1605
|
"Updating_unchanged_output_timestamps_of_project_0_6371": "Unveränderte Ausgabezeitstempel von Projekt \"{0}\" werden aktualisiert...",
|
|
@@ -1706,6 +1718,7 @@
|
|
|
1706
1718
|
"baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1_6106": "Die Option \"baseUrl\" ist auf \"{0}\" festgelegt. Dieser Wert wird verwendet, um den nicht relativen Modulnamen \"{1}\" aufzulösen.",
|
|
1707
1719
|
"can_only_be_used_at_the_start_of_a_file_18026": "\"#!\" kann nur am Anfang einer Datei verwendet werden.",
|
|
1708
1720
|
"case_or_default_expected_1130": "\"case\" oder \"default\" wurde erwartet.",
|
|
1721
|
+
"catch_or_finally_expected_1472": "„catch“ oder „finally“ erwartet.",
|
|
1709
1722
|
"const_declarations_can_only_be_declared_inside_a_block_1156": "const-Deklarationen können nur innerhalb eines Blocks deklariert werden.",
|
|
1710
1723
|
"const_declarations_must_be_initialized_1155": "const-Deklarationen müssen initialisiert werden.",
|
|
1711
1724
|
"const_enum_member_initializer_was_evaluated_to_a_non_finite_value_2477": "Der const-Enumerationsmemberinitialisierer wurde in einen unendlichen Wert ausgewertet.",
|
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
"A_set_accessor_must_have_exactly_one_parameter_1049": "Un descriptor de acceso \"set\" debe tener exactamente un parámetro.",
|
|
90
90
|
"A_set_accessor_parameter_cannot_have_an_initializer_1052": "Un parámetro de descriptor de acceso \"set\" no puede tener un inicializador.",
|
|
91
91
|
"A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556": "Un argumento de difusión debe tener un tipo de tupla o se puede pasar a un parámetro \"rest\".",
|
|
92
|
-
"
|
|
92
|
+
"A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401": "Una llamada \"super\" debe ser una instrucción de nivel raíz dentro de un constructor de una clase derivada que contiene propiedades inicializadas, propiedades de parámetros o identificadores privados.",
|
|
93
|
+
"A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376": "Una llamada \"super\" debe ser la primera instrucción del constructor para hacer referencia a \"super\" o \"this\" cuando una clase derivada contiene propiedades inicializadas, propiedades de parámetro o identificadores privados.",
|
|
93
94
|
"A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518": "Una restricción de tipo basada en 'this' no es compatible con una restricción de tipo basada en un parámetro.",
|
|
94
95
|
"A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface_2526": "El tipo \"this\" solo está disponible en un miembro no estático de una clase o interfaz.",
|
|
95
96
|
"A_tsconfig_json_file_is_already_defined_at_Colon_0_5054": "Ya hay un archivo \"tsconfig.json\" definido en: '{0}'.",
|
|
@@ -109,7 +110,6 @@
|
|
|
109
110
|
"Accessibility_modifier_already_seen_1028": "El modificador de accesibilidad ya se ha visto.",
|
|
110
111
|
"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056": "Los descriptores de acceso solo están disponibles cuando el destino es ECMAScript 5 y versiones posteriores.",
|
|
111
112
|
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Los descriptores de acceso deben ser los dos abstractos o los dos no abstractos.",
|
|
112
|
-
"Add_0_to_existing_import_declaration_from_1_90015": "Agregar \"{0}\" a una declaración de importación existente desde \"{1}\"",
|
|
113
113
|
"Add_0_to_unresolved_variable_90008": "Agregar \"{0}.\" a una variable no resuelta",
|
|
114
114
|
"Add_a_return_statement_95111": "Agregar una instrucción \"return\"",
|
|
115
115
|
"Add_all_missing_async_modifiers_95041": "Agregar todos los modificadores \"async\" que faltan",
|
|
@@ -129,10 +129,10 @@
|
|
|
129
129
|
"Add_braces_to_arrow_function_95059": "Agregar llaves a la función de flecha",
|
|
130
130
|
"Add_const_to_all_unresolved_variables_95082": "Agregar \"const\" a todas las variables no resueltas",
|
|
131
131
|
"Add_const_to_unresolved_variable_95081": "Agregar \"const\" a la variable no resuelta",
|
|
132
|
-
"Add_default_import_0_to_existing_import_declaration_from_1_90033": "Agregar la importación \"{0}\" predeterminada a la declaración de importación existente de \"{1}\"",
|
|
133
132
|
"Add_definite_assignment_assertion_to_property_0_95020": "Agregar aserción de asignación definitiva a la propiedad \"{0}\"",
|
|
134
133
|
"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028": "Agregar aserciones de asignación definitiva a todas las propiedades sin inicializar",
|
|
135
134
|
"Add_export_to_make_this_file_into_a_module_95097": "Agregar \"export {}\" para transformar este archivo en un módulo",
|
|
135
|
+
"Add_import_from_0_90057": "Agregar importación desde “{0}”",
|
|
136
136
|
"Add_index_signature_for_property_0_90017": "Agregar una signatura de índice para la propiedad \"{0}\"",
|
|
137
137
|
"Add_initializer_to_property_0_95019": "Agregar inicializador a la propiedad \"{0}\"",
|
|
138
138
|
"Add_initializers_to_all_uninitialized_properties_95027": "Agregar inicializadores a todas las propiedades sin inicializar",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"An_iterator_must_have_a_next_method_2489": "Un iterador debe tener un método \"next()\".",
|
|
228
228
|
"An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017": "Se necesita una pragma @jsxFrag cuando se usa una pragma @jsx con fragmentos de JSX.",
|
|
229
229
|
"An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118": "Un literal de objeto no puede tener varios descriptores de acceso get o set con el mismo nombre.",
|
|
230
|
-
"
|
|
230
|
+
"An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117": "Un literal de objeto no puede tener varias propiedades con el mismo nombre.",
|
|
231
231
|
"An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119": "Un literal de objeto no puede tener una propiedad y un descriptor de acceso con el mismo nombre.",
|
|
232
232
|
"An_object_member_cannot_be_declared_optional_1162": "Un miembro de objeto no se puede declarar como opcional.",
|
|
233
233
|
"An_optional_chain_cannot_contain_private_identifiers_18030": "Una cadena opcional no puede contener identificadores privados.",
|
|
@@ -314,6 +314,7 @@
|
|
|
314
314
|
"Cannot_find_name_0_Did_you_mean_1_2552": "No se encuentra el nombre \"{0}\". ¿Quería decir \"{1}\"?",
|
|
315
315
|
"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}'?",
|
|
316
316
|
"Cannot_find_name_0_Did_you_mean_the_static_member_1_0_2662": "No se encuentra el nombre '{0}'. ¿Quería decir el miembro estático '{1}.{0}'?",
|
|
317
|
+
"Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311": "No se puede encontrar el nombre \"{0}\". ¿Ha querido escribir esto en una función asincrónica?",
|
|
317
318
|
"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583": "No se encuentra el nombre \"{0}\". ¿Necesita cambiar la biblioteca de destino? Pruebe a cambiar la opción del compilador \"lib\" a \"{1}\" o posterior.",
|
|
318
319
|
"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2584": "No se encuentra el nombre \"{0}\". ¿Necesita cambiar la biblioteca de destino? Pruebe a cambiar la opción del compilador \"lib\" para incluir \"dom\".",
|
|
319
320
|
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582": "No se encuentra el nombre \"{0}\". ¿Necesita instalar definiciones de tipo para un ejecutor de pruebas? Pruebe \"npm i --save-dev @types/jest\" o \"npm i --save-dev @types/mocha\".",
|
|
@@ -387,6 +388,7 @@
|
|
|
387
388
|
"Compiler_option_0_expects_an_argument_6044": "La opción '{0}' del compilador espera un argumento.",
|
|
388
389
|
"Compiler_option_0_may_not_be_used_with_build_5094": "La opción \"--{0}\" del compilador no se puede usar con \"--build\".",
|
|
389
390
|
"Compiler_option_0_may_only_be_used_with_build_5093": "La opción \"--{0}\" del compilador solo se puede usar con \"--build\".",
|
|
391
|
+
"Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124": "La opción del compilador \"{0}\" del valor \"{1}\" es inestable. Use TypeScript nocturno para silenciar este error. Intente actualizar con \"npm install -D typescript@next\".",
|
|
390
392
|
"Compiler_option_0_requires_a_value_of_type_1_5024": "La opción '{0}' del compilador requiere un valor de tipo {1}.",
|
|
391
393
|
"Compiler_reserves_name_0_when_emitting_private_identifier_downlevel_18027": "El compilador reserva el nombre \"{0}\" al emitir un identificador privado válido para versiones anteriores.",
|
|
392
394
|
"Compiles_the_TypeScript_project_located_at_the_specified_path_6927": "Compila el proyecto TypeScript ubicado en la ruta de acceso especificada.",
|
|
@@ -565,7 +567,7 @@
|
|
|
565
567
|
"Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036": "El especificador de la importación dinámica debe ser de tipo \"string\", pero aquí tiene el tipo \"{0}\".",
|
|
566
568
|
"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 \"--módulo\" está establecida en \"es2020\", \"es2022\", \"esnext\", \"commonjs\", \"amd\", \"system\", \"umd\", \"node12\" o \"nodenext\".",
|
|
567
569
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450": "Las importaciones dinámicas solo pueden aceptar un especificador de módulo y una aserción opcional como argumentos",
|
|
568
|
-
"
|
|
570
|
+
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_or_nodenext_1324": "Las importaciones dinámicas solo admiten un segundo argumento cuando la opción \"--module\" está establecida en \"esnext\" o \"nodenext\".",
|
|
569
571
|
"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í.",
|
|
570
572
|
"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í.",
|
|
571
573
|
"Editor_Support_6249": "Compatibilidad con el editor",
|
|
@@ -623,6 +625,7 @@
|
|
|
623
625
|
"Enum_member_must_have_initializer_1061": "El miembro de enumeración debe tener un inicializador.",
|
|
624
626
|
"Enum_name_cannot_be_0_2431": "El nombre de la enumeración no puede ser \"{0}\".",
|
|
625
627
|
"Enum_type_0_has_members_with_initializers_that_are_not_literals_2535": "El tipo de enumeración \"{0}\" tiene miembros con inicializadores que no son literales.",
|
|
628
|
+
"Errors_Files_6041": "Archivos de errores",
|
|
626
629
|
"Examples_Colon_0_6026": "Ejemplos: {0}",
|
|
627
630
|
"Excessive_stack_depth_comparing_types_0_and_1_2321": "Profundidad excesiva de la pila al comparar los tipos '{0}' y '{1}'.",
|
|
628
631
|
"Expected_0_1_type_arguments_provide_these_with_an_extends_tag_8027": "Se esperaban argumentos de tipo {0}-{1}; proporciónelos con una etiqueta \"@extends\".",
|
|
@@ -708,8 +711,11 @@
|
|
|
708
711
|
"For_await_loops_cannot_be_used_inside_a_class_static_block_18038": "Los bucles 'For await' no se pueden usar dentro de un bloque estático de clase.",
|
|
709
712
|
"Found_0_errors_6217": "Se encontró {0} errores.",
|
|
710
713
|
"Found_0_errors_Watching_for_file_changes_6194": "Se encontraron {0} errores. Supervisando los cambios del archivo.",
|
|
714
|
+
"Found_0_errors_in_1_files_6261": "Se han encontrado {0} errores en {1} archivos.",
|
|
715
|
+
"Found_0_errors_in_the_same_file_starting_at_Colon_1_6260": "Se han encontrado {0} errores en el mismo archivo, empezando por: {1}",
|
|
711
716
|
"Found_1_error_6216": "Se encontró 1 error.",
|
|
712
717
|
"Found_1_error_Watching_for_file_changes_6193": "Se encontró un error. Supervisando los cambios del archivo.",
|
|
718
|
+
"Found_1_error_in_1_6259": "Se ha encontrado 1 error en {1}",
|
|
713
719
|
"Found_package_json_at_0_6099": "Se encontró 'package.json' en '{0}'.",
|
|
714
720
|
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250": "No se permiten declaraciones de función en bloques en modo strict cuando el destino es 'ES3' o 'ES5'.",
|
|
715
721
|
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_d_1251": "No se permiten declaraciones de función en bloques en modo strict cuando el destino es 'ES3' o 'ES5'. Las definiciones de clase están en modo strict de forma automática.",
|
|
@@ -763,14 +769,15 @@
|
|
|
763
769
|
"Implement_interface_0_90006": "Implementar la interfaz \"{0}\"",
|
|
764
770
|
"Implements_clause_of_exported_class_0_has_or_is_using_private_name_1_4019": "La cláusula implements de la clase '{0}' exportada tiene o usa el nombre privado '{1}'.",
|
|
765
771
|
"Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_i_2731": "La conversión implícita de un elemento \"symbol\" en \"string\" dará un error en tiempo de ejecución. Considere la posibilidad de encapsular esta expresión en \"String (...)\".",
|
|
766
|
-
"
|
|
767
|
-
"
|
|
772
|
+
"Import_0_from_1_90013": "Importar “{0}” desde “{1}”",
|
|
773
|
+
"Import_assertion_values_must_be_string_literal_expressions_2837": "Los valores de aserción de importación deben ser expresiones literales de cadena.",
|
|
774
|
+
"Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836": "Las aserciones de importación no están permitidas en instrucciones que se transpilan a llamadas \"requeridas\" de commonjs.",
|
|
775
|
+
"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821": "Las aserciones de importación solo se admiten cuando la opción \"--module\" está establecida en \"esnext\" o \"nodenext\".",
|
|
768
776
|
"Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822": "Las aserciones de importación no se pueden usar con importaciones o exportaciones de solo tipo.",
|
|
769
777
|
"Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202": "No se puede usar una asignación de importación cuando se eligen módulos de ECMAScript como destino. Considere la posibilidad de usar \"import * as ns from 'mod'\", \"import {a} from 'mod'\", \"import d from 'mod'\" u otro formato de módulo en su lugar.",
|
|
770
778
|
"Import_declaration_0_is_using_private_name_1_4000": "La declaración de importación '{0}' usa el nombre privado '{1}'.",
|
|
771
779
|
"Import_declaration_conflicts_with_local_declaration_of_0_2440": "La declaración de importación está en conflicto con la declaración local de \"{0}\".",
|
|
772
780
|
"Import_declarations_in_a_namespace_cannot_reference_a_module_1147": "Las declaraciones de importación de un espacio de nombres no pueden hacer referencia a un módulo.",
|
|
773
|
-
"Import_default_0_from_module_1_90032": "Importar el valor predeterminado \"{0}\" del módulo \"{1}\"",
|
|
774
781
|
"Import_emit_helpers_from_tslib_6139": "Importe asistentes de emisión de \"tslib\".",
|
|
775
782
|
"Import_may_be_converted_to_a_default_import_80003": "La importación puede convertirse a una importación predeterminada.",
|
|
776
783
|
"Import_name_cannot_be_0_2438": "El nombre de importación no puede ser \"{0}\".",
|
|
@@ -790,6 +797,7 @@
|
|
|
790
797
|
"Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript_6644": "Incluya el código fuente en los mapas de origen dentro del JavaScript emitido.",
|
|
791
798
|
"Include_sourcemap_files_inside_the_emitted_JavaScript_6643": "Incluir archivos de mapas de origen dentro del JavaScript emitido.",
|
|
792
799
|
"Include_undefined_in_index_signature_results_6716": "Incluir \"undefined\" en los resultados de la signatura de índice",
|
|
800
|
+
"Includes_imports_of_types_referenced_by_0_90054": "Incluye importaciones de tipos a los que hace referencia \"{0}\"",
|
|
793
801
|
"Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914": "Al incluir --watch, -w empezará a ver el proyecto actual por los cambios de archivo. Una vez establecido, puede configurar el modo de inspección con:",
|
|
794
802
|
"Index_signature_for_type_0_is_missing_in_type_1_2329": "Falta la signatura de índice para el tipo \"{0}\" en el tipo \"{1}\".",
|
|
795
803
|
"Index_signature_in_type_0_only_permits_reading_2542": "La signatura de índice del tipo '{0}' solo permite lectura.",
|
|
@@ -1144,6 +1152,8 @@
|
|
|
1144
1152
|
"Referenced_project_0_may_not_disable_emit_6310": "El proyecto \"{0}\" al que se hace referencia no puede deshabilitar la emisión.",
|
|
1145
1153
|
"Referenced_project_0_must_have_setting_composite_Colon_true_6306": "El proyecto \"{0}\" al que se hace referencia debe tener el valor \"composite\": true.",
|
|
1146
1154
|
"Referenced_via_0_from_file_1_1400": "Se hace referencia mediante \"{0}\" desde el archivo \"{1}\".",
|
|
1155
|
+
"Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2834": "Las rutas de acceso de importación relativas necesitan extensiones de archivo explícitas en las importaciones EcmaScript cuando \"--moduleResolution\" es \"node12\" o \"nodenext\". Considere la posibilidad de agregar una extensión a la ruta de acceso de importación.",
|
|
1156
|
+
"Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2835": "Las rutas de acceso de importación relativas necesitan extensiones de archivo explícitas en las importaciones EcmaScript cuando \"--moduleResolution\" es \"node12\" o \"nodenext\". ¿Quería decir \"{0}\"?",
|
|
1147
1157
|
"Remove_a_list_of_directories_from_the_watch_process_6628": "Quite una lista de directorios del proceso de inspección.",
|
|
1148
1158
|
"Remove_a_list_of_files_from_the_watch_mode_s_processing_6629": "Quite una lista de archivos del procesamiento del modo de inspección.",
|
|
1149
1159
|
"Remove_all_unnecessary_override_modifiers_95163": "Quitar todos los modificadores \"override\" innecesarios",
|
|
@@ -1158,6 +1168,8 @@
|
|
|
1158
1168
|
"Remove_parentheses_95126": "Quitar los paréntesis",
|
|
1159
1169
|
"Remove_template_tag_90011": "Quitar la etiqueta de plantilla",
|
|
1160
1170
|
"Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server_6618": "Elimine el límite de 20 MB del tamaño total del código fuente para los archivos JavaScript en el servidor de lenguaje TypeScript.",
|
|
1171
|
+
"Remove_type_from_import_declaration_from_0_90055": "Quitar \"type\" de la declaración de importación de \"{0}\"",
|
|
1172
|
+
"Remove_type_from_import_of_0_from_1_90056": "Quitar \"type\" de la importación de '{0}' de \"{1}\"",
|
|
1161
1173
|
"Remove_type_parameters_90012": "Quitar los parámetros de tipo",
|
|
1162
1174
|
"Remove_unnecessary_await_95086": "Quitar elementos \"await\" innecesarios",
|
|
1163
1175
|
"Remove_unreachable_code_95050": "Quitar el código inaccesible",
|
|
@@ -1588,6 +1600,7 @@
|
|
|
1588
1600
|
"Untyped_function_calls_may_not_accept_type_arguments_2347": "Las llamadas a función sin tipo no pueden aceptar argumentos de tipo.",
|
|
1589
1601
|
"Unused_label_7028": "Etiqueta no usada.",
|
|
1590
1602
|
"Unused_ts_expect_error_directive_2578": "Directiva \"@ts-expect-error\" no usada.",
|
|
1603
|
+
"Update_import_from_0_90058": "Actualizar importación desde “{0}”",
|
|
1591
1604
|
"Updating_output_of_project_0_6373": "Actualizando la salida del proyecto \"{0}\"...",
|
|
1592
1605
|
"Updating_output_timestamps_of_project_0_6359": "Actualizando las marcas de hora de salida del proyecto \"{0}\"...",
|
|
1593
1606
|
"Updating_unchanged_output_timestamps_of_project_0_6371": "Actualizando las marcas de hora de salida no modificadas del proyecto \"{0}\"...",
|
|
@@ -1706,6 +1719,7 @@
|
|
|
1706
1719
|
"baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1_6106": "La opción \"baseUrl\" está establecida en \"{0}\", se usará este valor para resolver el nombre de módulo no relativo \"{1}\".",
|
|
1707
1720
|
"can_only_be_used_at_the_start_of_a_file_18026": "\"#!\" solo se puede usar al principio de un archivo.",
|
|
1708
1721
|
"case_or_default_expected_1130": "Se esperaba \"case\" o \"default\".",
|
|
1722
|
+
"catch_or_finally_expected_1472": "se esperaba \"catch\" o \"finally\".",
|
|
1709
1723
|
"const_declarations_can_only_be_declared_inside_a_block_1156": "Las declaraciones \"const\" solo se pueden declarar dentro de un bloque.",
|
|
1710
1724
|
"const_declarations_must_be_initialized_1155": "Las declaraciones \"const\" deben inicializarse.",
|
|
1711
1725
|
"const_enum_member_initializer_was_evaluated_to_a_non_finite_value_2477": "El inicializador de miembros de enumeración \"const\" se evaluó con un valor no finito.",
|
|
@@ -110,7 +110,6 @@
|
|
|
110
110
|
"Accessibility_modifier_already_seen_1028": "Modificateur d'accessibilité déjà rencontré.",
|
|
111
111
|
"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056": "Les accesseurs sont uniquement disponibles quand EcmaScript 5 ou version supérieure est ciblé.",
|
|
112
112
|
"Accessors_must_both_be_abstract_or_non_abstract_2676": "Les accesseurs doivent être abstraits ou non abstraits.",
|
|
113
|
-
"Add_0_to_existing_import_declaration_from_1_90015": "Ajouter '{0}' à la déclaration d'importation existante de \"{1}\"",
|
|
114
113
|
"Add_0_to_unresolved_variable_90008": "Ajouter '{0}.' à la variable non résolue",
|
|
115
114
|
"Add_a_return_statement_95111": "Ajouter une instruction return",
|
|
116
115
|
"Add_all_missing_async_modifiers_95041": "Ajouter tous les modificateurs 'async' manquants",
|
|
@@ -130,10 +129,10 @@
|
|
|
130
129
|
"Add_braces_to_arrow_function_95059": "Ajouter des accolades à la fonction arrow",
|
|
131
130
|
"Add_const_to_all_unresolved_variables_95082": "Ajouter 'const' à toutes les variables non résolues",
|
|
132
131
|
"Add_const_to_unresolved_variable_95081": "Ajouter 'const' à la variable non résolue",
|
|
133
|
-
"Add_default_import_0_to_existing_import_declaration_from_1_90033": "Ajouter l'importation par défaut '{0}' à la déclaration import existante de \"{1}\"",
|
|
134
132
|
"Add_definite_assignment_assertion_to_property_0_95020": "Ajouter une assertion d'assignation définie à la propriété '{0}'",
|
|
135
133
|
"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028": "Ajouter des assertions d'affectation définie à toutes les propriétés non initialisées",
|
|
136
134
|
"Add_export_to_make_this_file_into_a_module_95097": "Ajouter 'export {}' pour faire de ce fichier un module",
|
|
135
|
+
"Add_import_from_0_90057": "Ajouter l'importation de \"{0}\"",
|
|
137
136
|
"Add_index_signature_for_property_0_90017": "Ajouter une signature d'index pour la propriété '{0}'",
|
|
138
137
|
"Add_initializer_to_property_0_95019": "Ajouter un initialiseur à la propriété '{0}'",
|
|
139
138
|
"Add_initializers_to_all_uninitialized_properties_95027": "Ajouter des initialiseurs à toutes les propriétés non initialisées",
|
|
@@ -770,7 +769,7 @@
|
|
|
770
769
|
"Implement_interface_0_90006": "Implémenter l'interface '{0}'",
|
|
771
770
|
"Implements_clause_of_exported_class_0_has_or_is_using_private_name_1_4019": "La clause implements de la classe exportée '{0}' possède ou utilise le nom privé '{1}'.",
|
|
772
771
|
"Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_i_2731": "La conversion implicite de 'symbol' en 'string' va échouer au moment de l'exécution. Incluez dans un wrapper cette expression en 'String(...)'.",
|
|
773
|
-
"
|
|
772
|
+
"Import_0_from_1_90013": "Importez '{0}' à partir de \"{1}\".",
|
|
774
773
|
"Import_assertion_values_must_be_string_literal_expressions_2837": "Les valeurs d’assertion d’importation doivent être des expressions littérales de chaîne.",
|
|
775
774
|
"Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836": "Les assertions d’importation ne sont pas autorisées sur les instructions qui transpilent en appels commonjs « require ».",
|
|
776
775
|
"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821": "Les assertions d’importation ne sont prises en charge que lorsque l’option « --module » a la valeur « esnext » ou « nodenext ».",
|
|
@@ -779,7 +778,6 @@
|
|
|
779
778
|
"Import_declaration_0_is_using_private_name_1_4000": "La déclaration d'importation '{0}' utilise le nom privé '{1}'.",
|
|
780
779
|
"Import_declaration_conflicts_with_local_declaration_of_0_2440": "La déclaration d'importation est en conflit avec la déclaration locale de '{0}'.",
|
|
781
780
|
"Import_declarations_in_a_namespace_cannot_reference_a_module_1147": "Les déclarations d'importation dans un espace de noms ne peuvent pas référencer un module.",
|
|
782
|
-
"Import_default_0_from_module_1_90032": "Importer le '{0}' par défaut à partir du module \"{1}\"",
|
|
783
781
|
"Import_emit_helpers_from_tslib_6139": "Importer l'assistance à l'émission à partir de 'tslib'.",
|
|
784
782
|
"Import_may_be_converted_to_a_default_import_80003": "L'importation peut être convertie en importation par défaut.",
|
|
785
783
|
"Import_name_cannot_be_0_2438": "Le nom d'importation ne peut pas être '{0}'.",
|
|
@@ -1170,6 +1168,8 @@
|
|
|
1170
1168
|
"Remove_parentheses_95126": "Supprimer les parenthèses",
|
|
1171
1169
|
"Remove_template_tag_90011": "Supprimer la balise template",
|
|
1172
1170
|
"Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server_6618": "Supprimez la limite de 20 Mo sur la taille totale du code source pour les fichiers JavaScript dans le serveur de langage TypeScript.",
|
|
1171
|
+
"Remove_type_from_import_declaration_from_0_90055": "Supprimer 'type' de la déclaration d’importation de « {0} »",
|
|
1172
|
+
"Remove_type_from_import_of_0_from_1_90056": "Supprimer 'type' de l’importation de « {0} » de «{1}»",
|
|
1173
1173
|
"Remove_type_parameters_90012": "Supprimer les paramètres de type",
|
|
1174
1174
|
"Remove_unnecessary_await_95086": "Supprimer toute utilisation non nécessaire de 'await'",
|
|
1175
1175
|
"Remove_unreachable_code_95050": "Supprimer le code inaccessible",
|
|
@@ -1600,6 +1600,7 @@
|
|
|
1600
1600
|
"Untyped_function_calls_may_not_accept_type_arguments_2347": "Les appels de fonctions non typées ne peuvent pas accepter d'arguments de type.",
|
|
1601
1601
|
"Unused_label_7028": "Étiquette inutilisée.",
|
|
1602
1602
|
"Unused_ts_expect_error_directive_2578": "Directive '@ts-expect-error' inutilisée.",
|
|
1603
|
+
"Update_import_from_0_90058": "Mettre à jour l’importation à partir de \"{0}\"",
|
|
1603
1604
|
"Updating_output_of_project_0_6373": "Mise à jour de la sortie du projet '{0}'...",
|
|
1604
1605
|
"Updating_output_timestamps_of_project_0_6359": "Mise à jour des horodatages de sortie du projet '{0}'...",
|
|
1605
1606
|
"Updating_unchanged_output_timestamps_of_project_0_6371": "Mise à jour des horodatages de sortie inchangés du projet '{0}'...",
|