typescript 5.9.0-dev.20250610 → 5.9.0-dev.20250612
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/_tsc.js +1 -1
- package/lib/cs/diagnosticMessages.generated.json +15 -0
- package/lib/de/diagnosticMessages.generated.json +15 -0
- package/lib/es/diagnosticMessages.generated.json +15 -0
- package/lib/fr/diagnosticMessages.generated.json +15 -0
- package/lib/it/diagnosticMessages.generated.json +15 -0
- package/lib/ja/diagnosticMessages.generated.json +15 -0
- package/lib/ko/diagnosticMessages.generated.json +15 -0
- package/lib/pl/diagnosticMessages.generated.json +15 -0
- package/lib/pt-br/diagnosticMessages.generated.json +15 -0
- package/lib/ru/diagnosticMessages.generated.json +15 -0
- package/lib/tr/diagnosticMessages.generated.json +15 -0
- package/lib/typescript.js +1 -1
- package/lib/zh-cn/diagnosticMessages.generated.json +15 -0
- package/lib/zh-tw/diagnosticMessages.generated.json +15 -0
- package/package.json +2 -2
@@ -569,8 +569,10 @@
|
|
569
569
|
"Default_catch_clause_variables_as_unknown_instead_of_any_6803": "Le variabili della clausola catch predefinite sono 'unknown' anziché 'any'.",
|
570
570
|
"Default_export_of_the_module_has_or_is_using_private_name_0_4082": "L'esportazione predefinita del modulo contiene o usa il nome privato '{0}'.",
|
571
571
|
"Default_exports_can_t_be_inferred_with_isolatedDeclarations_9037": "Non è possibile dedurre le esportazioni predefinite con --isolatedDeclarations.",
|
572
|
+
"Default_imports_are_not_allowed_in_a_deferred_import_18058": "Le importazioni predefinite non sono consentite in un'importazione posticipata.",
|
572
573
|
"Default_library_1424": "Libreria predefinita",
|
573
574
|
"Default_library_for_target_0_1425": "Libreria predefinita per la destinazione '{0}'",
|
575
|
+
"Deferred_imports_are_only_supported_when_the_module_flag_is_set_to_esnext_or_preserve_18060": "Le importazioni posticipate sono supportate solo quando il flag '--module' è impostato su 'esnext' o 'preserve'.",
|
574
576
|
"Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200": "Le definizioni degli identificatori seguenti sono in conflitto con quelle di un altro file: {0}",
|
575
577
|
"Delete_all_unused_declarations_95024": "Eliminare tutte le dichiarazioni non usate",
|
576
578
|
"Delete_all_unused_imports_95147": "Eliminare tutte le direttive import non usate",
|
@@ -713,6 +715,7 @@
|
|
713
715
|
"Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDecl_9020": "Gli inizializzatori di membri di enumerazione devono essere calcolabili senza riferimenti a simboli esterni con --isolatedDeclarations.",
|
714
716
|
"Enum_member_must_have_initializer_1061": "Il membro di enumerazione deve contenere l'inizializzatore.",
|
715
717
|
"Enum_name_cannot_be_0_2431": "Il nome dell'enumerazione non può essere '{0}'.",
|
718
|
+
"Environment_Settings_6285": "Impostazioni ambiente",
|
716
719
|
"Errors_Files_6041": "File di errori",
|
717
720
|
"Escape_sequence_0_is_not_allowed_1488": "Sequenza di escape '{0}' non consentita.",
|
718
721
|
"Examples_Colon_0_6026": "Esempi: {0}",
|
@@ -789,6 +792,7 @@
|
|
789
792
|
"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307": "Il file '{0}' non è incluso nell'elenco file del progetto '{1}'. I progetti devono elencare tutti i file o usare un criterio 'include'.",
|
790
793
|
"File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059": "Il file '{0}' non si trova in 'rootDir' '{1}'. 'rootDir' deve contenere tutti i file di origine.",
|
791
794
|
"File_0_not_found_6053": "Il file '{0}' non è stato trovato.",
|
795
|
+
"File_Layout_6284": "Layout file",
|
792
796
|
"File_Management_6245": "Gestione dei file",
|
793
797
|
"File_appears_to_be_binary_1490": "Il file sembra essere binario.",
|
794
798
|
"File_change_detected_Starting_incremental_compilation_6032": "È stata rilevata una modifica ai file. Verrà avviata la compilazione incrementale...",
|
@@ -821,6 +825,7 @@
|
|
821
825
|
"Fix_all_implicit_this_errors_95107": "Correggere tutti gli errori relativi a 'this' implicito",
|
822
826
|
"Fix_all_incorrect_return_type_of_an_async_functions_90037": "Correggere tutti i tipi restituiti non corretti di una funzione asincrona",
|
823
827
|
"Fix_all_with_type_only_imports_95182": "Correggere tutto con importazioni type-only",
|
828
|
+
"For_nodejs_Colon_6287": "Per nodejs:",
|
824
829
|
"Found_0_errors_6217": "Sono stati trovati {0} errori.",
|
825
830
|
"Found_0_errors_Watching_for_file_changes_6194": "Sono stati trovati {0} errori. Verranno individuate le modifiche ai file.",
|
826
831
|
"Found_0_errors_in_1_files_6261": "Sono stati trovati {0} errori nei file {1}.",
|
@@ -1065,6 +1070,7 @@
|
|
1065
1070
|
"Name_is_not_valid_95136": "Nome non valido.",
|
1066
1071
|
"Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later_1503": "I gruppi di acquisizione denominati sono disponibili solo se destinati a 'ES2018' o versioni successive.",
|
1067
1072
|
"Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other_1515": "I gruppi di acquisizione denominati con lo stesso nome devono escludersi a vicenda.",
|
1073
|
+
"Named_imports_are_not_allowed_in_a_deferred_import_18059": "Le importazioni denominate non sono consentite in un'importazione posticipata.",
|
1068
1074
|
"Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0_1544": "Le importazioni denominate da un file JSON in un modulo ECMAScript non sono consentite quando \"module\" è impostato su \"{0}\".",
|
1069
1075
|
"Named_property_0_of_types_1_and_2_are_not_identical_2319": "Le proprietà denominate '{0}' dei tipi '{1}' e '{2}' non sono identiche.",
|
1070
1076
|
"Namespace_0_has_no_exported_member_1_2694": "Lo spazio dei nomi '{0}' non contiene un membro esportato '{1}'.",
|
@@ -1153,6 +1159,7 @@
|
|
1153
1159
|
"Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System_5105": "Non è possibile usare l'opzione 'verbatimModuleSyntax' quando 'module' è impostato su 'UMD', 'AMD' o 'System'.",
|
1154
1160
|
"Options_0_and_1_cannot_be_combined_6370": "Non è possibile combinare le opzioni '{0}' e '{1}'.",
|
1155
1161
|
"Options_Colon_6027": "Opzioni:",
|
1162
|
+
"Other_Outputs_6291": "Altri output",
|
1156
1163
|
"Output_Formatting_6256": "Formattazione dell'output",
|
1157
1164
|
"Output_compiler_performance_information_after_building_6615": "Restituisce informazioni sulle prestazioni del compilatore dopo la compilazione.",
|
1158
1165
|
"Output_directory_for_generated_declaration_files_6166": "Directory di output per i file di dichiarazione generati.",
|
@@ -1315,6 +1322,7 @@
|
|
1315
1322
|
"Range_out_of_order_in_character_class_1517": "Intervallo non in ordine nella classe di caratteri.",
|
1316
1323
|
"Re_exporting_a_type_when_0_is_enabled_requires_using_export_type_1205": "Riesportare un tipo quando '{0}' è abilitato richiede l'uso di 'export type'.",
|
1317
1324
|
"React_components_cannot_include_JSX_namespace_names_2639": "I componenti React non possono includere nomi di spazio dei nomi JSX",
|
1325
|
+
"Recommended_Options_6294": "Opzioni consigliate",
|
1318
1326
|
"Redirect_output_structure_to_the_directory_6006": "Reindirizza la struttura di output alla directory.",
|
1319
1327
|
"Reduce_the_number_of_projects_loaded_automatically_by_TypeScript_6617": "Riduce il numero di progetti caricati automaticamente da TypeScript.",
|
1320
1328
|
"Referenced_project_0_may_not_disable_emit_6310": "Il progetto di riferimento '{0}' non può disabilitare la creazione.",
|
@@ -1429,6 +1437,7 @@
|
|
1429
1437
|
"Scoped_package_detected_looking_in_0_6182": "Il pacchetto con ambito è stato rilevato. Verrà eseguita una ricerca in '{0}'",
|
1430
1438
|
"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418": "Ricerca di estensioni di fallback in tutte le directory node_modules predecessori: {0}.",
|
1431
1439
|
"Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0_6417": "Ricerca di estensioni preferite in tutte le directory node_modules predecessori: {0}.",
|
1440
|
+
"See_also_https_Colon_Slash_Slashaka_ms_Slashtsconfig_Slashmodule_6286": "Vedi anche https://aka.ms/tsconfig/module",
|
1432
1441
|
"Selection_is_not_a_valid_statement_or_statements_95155": "La selezione non corrisponde a una o più istruzioni valide",
|
1433
1442
|
"Selection_is_not_a_valid_type_node_95133": "La selezione non corrisponde a un nodo di tipo valido",
|
1434
1443
|
"Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declaratio_6705": "Imposta la versione del linguaggio JavaScript per il codice JavaScript creato e include le dichiarazioni di libreria compatibili.",
|
@@ -1508,9 +1517,11 @@
|
|
1508
1517
|
"Statements_are_not_allowed_in_ambient_contexts_1036": "Le istruzioni non sono consentite in contesti di ambiente.",
|
1509
1518
|
"Static_members_cannot_reference_class_type_parameters_2302": "I membri statici non possono fare riferimento a parametri di tipo classe.",
|
1510
1519
|
"Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699": "La proprietà statica '{0}' è in conflitto con la proprietà predefinita 'Function.{0}' della funzione del costruttore '{1}'.",
|
1520
|
+
"Stricter_Typechecking_Options_6292": "Opzioni di controllo dei tipi più rigorose",
|
1511
1521
|
"String_literal_expected_1141": "È previsto un valore letterale stringa.",
|
1512
1522
|
"String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es_18057": "I nomi di importazione ed esportazione di valori letterali stringa non sono supportati quando il flag '--module' è impostato su 'es2015' o 'es2020'.",
|
1513
1523
|
"String_literal_with_double_quotes_expected_1327": "È previsto un valore letterale stringa con virgolette doppie.",
|
1524
|
+
"Style_Options_6293": "Opzioni di stile",
|
1514
1525
|
"Stylize_errors_and_messages_using_color_and_context_experimental_6073": "Applica stili a errori e messaggi usando colore e contesto (sperimentale).",
|
1515
1526
|
"Subpattern_flags_must_be_present_when_there_is_a_minus_sign_1504": "Quando è presente un segno meno, devono essere presenti flag di criteri secondari.",
|
1516
1527
|
"Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717": "Le dichiarazioni di proprietà successive devono essere dello stesso tipo. La proprietà '{0}' deve essere di tipo '{1}', ma qui è di tipo '{2}'.",
|
@@ -1947,6 +1958,7 @@
|
|
1947
1958
|
"_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property_2610": "'{0}' è definito come funzione di accesso nella classe '{1}', ma in questo punto ne viene eseguito l'override in '{2}' come proprietà di istanza.",
|
1948
1959
|
"_0_is_deprecated_6385": "'{0}' è deprecato.",
|
1949
1960
|
"_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012": "'{0}' non è una metaproprietà valida per la parola chiave '{1}'. Si intendeva '{2}'?",
|
1961
|
+
"_0_is_not_a_valid_meta_property_for_keyword_import_Did_you_mean_meta_or_defer_18061": "'{0}' non è una metaproprietà valida per la parola chiave 'import'. Intendevi 'meta' o 'defer'?",
|
1950
1962
|
"_0_is_not_allowed_as_a_parameter_name_1390": "'{0}' non è un nome di parametro consentito.",
|
1951
1963
|
"_0_is_not_allowed_as_a_variable_declaration_name_1389": "'{0}' non è consentito come nome di una dichiarazione di variabile.",
|
1952
1964
|
"_0_is_of_type_unknown_18046": "'{0}' è di tipo 'unknown'.",
|
@@ -1998,6 +2010,7 @@
|
|
1998
2010
|
"abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242": "Il modificatore 'abstract' può essere incluso solo in una dichiarazione di classe, metodo o proprietà.",
|
1999
2011
|
"accessor_modifier_can_only_appear_on_a_property_declaration_1275": "Il modificatore 'accessor' può essere visualizzato solo in una dichiarazione di proprietà.",
|
2000
2012
|
"and_here_6204": "e in questo punto.",
|
2013
|
+
"and_npm_install_D_types_Slashnode_6290": "e npm install -D @types/node",
|
2001
2014
|
"arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815": "Non è possibile fare riferimento ad 'arguments' negli inizializzatori di proprietà o nei blocchi di inizializzazione statica delle classi.",
|
2002
2015
|
"auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476": "\"auto\": considera i file con importazioni, esportazioni, import.meta, jsx (con jsx: react-jsx) o il formato esm (con modulo: node16+) come moduli.",
|
2003
2016
|
"await_expression_cannot_be_used_inside_a_class_static_block_18037": "Non è possibile usare l'espressione 'await' all'interno di un blocco statico di classe.",
|
@@ -2005,6 +2018,7 @@
|
|
2005
2018
|
"await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308": "Le espressioni 'await' sono consentite solo all'interno di funzioni asincrone e al primo livello di moduli.",
|
2006
2019
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "Non è possibile usare le espressioni 'await' in un inizializzatore di parametri.",
|
2007
2020
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "'await' non ha alcun effetto sul tipo di questa espressione.",
|
2021
|
+
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "Le dichiarazioni 'await using' non sono consentite nei contesti ambientali.",
|
2008
2022
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "Le istruzioni 'await using' sono consentite solo al primo livello di un file quando il file è un modulo, ma questo file non contiene importazioni o esportazioni. Provare ad aggiungere un elemento 'export {}' vuoto per trasformare il file in un modulo.",
|
2009
2023
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "Le istruzioni 'await using' sono consentite solo all'interno di funzioni asincrone e al primo livello di moduli.",
|
2010
2024
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "Non è possibile usare le istruzioni 'await using' all'interno di un blocco statico di classe.",
|
@@ -2099,6 +2113,7 @@
|
|
2099
2113
|
"unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333": "Non è possibile usare i tipi 'unique symbol' in una dichiarazione di variabile con nome di binding.",
|
2100
2114
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "Non è possibile usare la direttiva 'use strict' con un elenco di parametri non semplice.",
|
2101
2115
|
"use_strict_directive_used_here_1349": "In questo punto è stata usata la direttiva 'use strict'.",
|
2116
|
+
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "Le dichiarazioni 'using' non sono consentite nei contesti ambientali.",
|
2102
2117
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "Le istruzioni 'with' non sono consentite in un blocco di funzione asincrona.",
|
2103
2118
|
"with_statements_are_not_allowed_in_strict_mode_1101": "Le istruzioni 'with' non sono consentite in modalità strict.",
|
2104
2119
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "Con l'espressione 'yield' viene restituito implicitamente un tipo 'any' perché per il generatore che lo contiene non è presente un'annotazione di tipo restituito.",
|
@@ -569,8 +569,10 @@
|
|
569
569
|
"Default_catch_clause_variables_as_unknown_instead_of_any_6803": "既定の catch 句の変数は '任意' ではなく '不明' です。",
|
570
570
|
"Default_export_of_the_module_has_or_is_using_private_name_0_4082": "モジュールの既定エクスポートがプライベート名 '{0}' を持っているか、使用しています。",
|
571
571
|
"Default_exports_can_t_be_inferred_with_isolatedDeclarations_9037": "既定のエクスポートを --isolatedDeclarations と共に推論することはできません。",
|
572
|
+
"Default_imports_are_not_allowed_in_a_deferred_import_18058": "遅延インポートでは、既定のインポートは許可されません。",
|
572
573
|
"Default_library_1424": "既定のライブラリ",
|
573
574
|
"Default_library_for_target_0_1425": "ターゲット '{0}' の既定のライブラリ",
|
575
|
+
"Deferred_imports_are_only_supported_when_the_module_flag_is_set_to_esnext_or_preserve_18060": "遅延インポートは、'--module' フラグが 'esnext' または 'preserve' に設定されている場合にのみサポートされます。",
|
574
576
|
"Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200": "次の識別子の定義が、別のファイル内の定義と競合しています: {0}",
|
575
577
|
"Delete_all_unused_declarations_95024": "未使用の宣言をすべて削除します",
|
576
578
|
"Delete_all_unused_imports_95147": "未使用の import をすべて削除します",
|
@@ -713,6 +715,7 @@
|
|
713
715
|
"Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDecl_9020": "列挙型メンバー初期化子は、--isolatedDeclarations を含む外部シンボルへの参照なしで計算可能である必要があります。",
|
714
716
|
"Enum_member_must_have_initializer_1061": "列挙型メンバーには初期化子が必要です。",
|
715
717
|
"Enum_name_cannot_be_0_2431": "列挙型の名前を '{0}' にすることはできません。",
|
718
|
+
"Environment_Settings_6285": "環境の設定",
|
716
719
|
"Errors_Files_6041": "エラーの発生したファイル",
|
717
720
|
"Escape_sequence_0_is_not_allowed_1488": "エスケープ シーケンス '{0}' は許可されていません。",
|
718
721
|
"Examples_Colon_0_6026": "例: {0}",
|
@@ -789,6 +792,7 @@
|
|
789
792
|
"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307": "ファイル '{0}' がプロジェクト '{1}' のファイル リストに含まれていません。プロジェクトではすべてのファイルをリストするか、'include' パターンを使用する必要があります。",
|
790
793
|
"File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059": "ファイル '{0}' が 'rootDir' '{1}' の下にありません。'rootDir' にすべてにソース ファイルが含まれている必要があります。",
|
791
794
|
"File_0_not_found_6053": "ファイル '{0}' が見つかりません。",
|
795
|
+
"File_Layout_6284": "ファイル レイアウト",
|
792
796
|
"File_Management_6245": "ファイルの管理",
|
793
797
|
"File_appears_to_be_binary_1490": "ファイルはバイナリのようです。",
|
794
798
|
"File_change_detected_Starting_incremental_compilation_6032": "ファイルの変更が検出されました。インクリメンタル コンパイルを開始しています...",
|
@@ -821,6 +825,7 @@
|
|
821
825
|
"Fix_all_implicit_this_errors_95107": "すべての暗黙的な 'this' エラーを修正する",
|
822
826
|
"Fix_all_incorrect_return_type_of_an_async_functions_90037": "非同期関数の無効な戻り値の型をすべて修正します",
|
823
827
|
"Fix_all_with_type_only_imports_95182": "型のみのインポートを使用してすべてを修正する",
|
828
|
+
"For_nodejs_Colon_6287": "Node.js の場合:",
|
824
829
|
"Found_0_errors_6217": "{0} 件のエラーが見つかりました。",
|
825
830
|
"Found_0_errors_Watching_for_file_changes_6194": "{0} 件のエラーが見つかりました。ファイルの変更をモニタリングしています。",
|
826
831
|
"Found_0_errors_in_1_files_6261": "{1} ファイルに {0} 件のエラーが見つかりました。",
|
@@ -1065,6 +1070,7 @@
|
|
1065
1070
|
"Name_is_not_valid_95136": "名前が無効です",
|
1066
1071
|
"Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later_1503": "名前付きキャプチャ グループは、'ES2018' 以降をターゲットにする場合にのみ使用できます。",
|
1067
1072
|
"Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other_1515": "同じ名前の名前の名前付きキャプチャ グループは、相互に排他的である必要があります。",
|
1073
|
+
"Named_imports_are_not_allowed_in_a_deferred_import_18059": "遅延インポートでは、名前付きインポートは許可されません。",
|
1068
1074
|
"Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0_1544": "'module' が '{0}' に設定されている場合、JSON ファイルから ECMAScript モジュールへの名前付きインポートは許可されません。",
|
1069
1075
|
"Named_property_0_of_types_1_and_2_are_not_identical_2319": "'{1}' 型および '{2}' 型の名前付きプロパティ '{0}' が一致しません。",
|
1070
1076
|
"Namespace_0_has_no_exported_member_1_2694": "名前空間 '{0}' にエクスポートされたメンバー '{1}' がありません。",
|
@@ -1153,6 +1159,7 @@
|
|
1153
1159
|
"Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System_5105": "'module' が 'UMD'、'AMD'、または 'System' に設定されている場合、オプション 'verbatimModuleSyntax' は使用できません。",
|
1154
1160
|
"Options_0_and_1_cannot_be_combined_6370": "オプション '{0}' と '{1}' を組み合わせることはできません。",
|
1155
1161
|
"Options_Colon_6027": "オプション:",
|
1162
|
+
"Other_Outputs_6291": "その他の出力",
|
1156
1163
|
"Output_Formatting_6256": "出力データ形式",
|
1157
1164
|
"Output_compiler_performance_information_after_building_6615": "ビルド後にコンパイラのパフォーマンス情報を出力します。",
|
1158
1165
|
"Output_directory_for_generated_declaration_files_6166": "生成された宣言ファイルの出力ディレクトリ。",
|
@@ -1315,6 +1322,7 @@
|
|
1315
1322
|
"Range_out_of_order_in_character_class_1517": "文字クラスの順序が正しくありません。",
|
1316
1323
|
"Re_exporting_a_type_when_0_is_enabled_requires_using_export_type_1205": "'{0}' が有効な場合に型を再エクスポートするには、'export type' を使用する必要があります。",
|
1317
1324
|
"React_components_cannot_include_JSX_namespace_names_2639": "React コンポーネントに JSX 名前空間名を含めることはできません",
|
1325
|
+
"Recommended_Options_6294": "推奨オプション",
|
1318
1326
|
"Redirect_output_structure_to_the_directory_6006": "ディレクトリへ出力構造をリダイレクトします。",
|
1319
1327
|
"Reduce_the_number_of_projects_loaded_automatically_by_TypeScript_6617": "TypeScript によって自動的に読み込まれるプロジェクトの数を減らします。",
|
1320
1328
|
"Referenced_project_0_may_not_disable_emit_6310": "参照されたプロジェクト '{0}' は、生成を無効にできません。",
|
@@ -1429,6 +1437,7 @@
|
|
1429
1437
|
"Scoped_package_detected_looking_in_0_6182": "'{0}' 内を検索して、スコープ パッケージが検出されました",
|
1430
1438
|
"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418": "すべての先祖 node_modules ディレクトリでフォールバック拡張子を検索しています: {0}。",
|
1431
1439
|
"Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0_6417": "すべての先祖 node_modules ディレクトリで優先する拡張子を検索しています: {0}。",
|
1440
|
+
"See_also_https_Colon_Slash_Slashaka_ms_Slashtsconfig_Slashmodule_6286": "https://aka.ms/tsconfig/module も参照",
|
1432
1441
|
"Selection_is_not_a_valid_statement_or_statements_95155": "選択内容は有効なステートメントではありません",
|
1433
1442
|
"Selection_is_not_a_valid_type_node_95133": "選択は有効な型ノードではありません",
|
1434
1443
|
"Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declaratio_6705": "生成された JavaScript の JavaScript 言語バージョンを設定し、互換性のあるライブラリ宣言を含めます。",
|
@@ -1508,9 +1517,11 @@
|
|
1508
1517
|
"Statements_are_not_allowed_in_ambient_contexts_1036": "ステートメントは環境コンテキストでは使用できません。",
|
1509
1518
|
"Static_members_cannot_reference_class_type_parameters_2302": "静的メンバーはクラスの型パラメーターを参照できません。",
|
1510
1519
|
"Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699": "静的プロパティ '{0}' がコンストラクター関数 '{1}' のビルトイン プロパティ 'Function.{0}' と競合しています。",
|
1520
|
+
"Stricter_Typechecking_Options_6292": "より厳密な型チェック オプション",
|
1511
1521
|
"String_literal_expected_1141": "文字列リテラルが必要です。",
|
1512
1522
|
"String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es_18057": "'--module' フラグが 'es2015' または 'es2020' に設定されている場合、文字列リテラルのインポートおよびエクスポート名はサポートされません。",
|
1513
1523
|
"String_literal_with_double_quotes_expected_1327": "二重引用符を含む文字列リテラルが必要です。",
|
1524
|
+
"Style_Options_6293": "スタイル オプション",
|
1514
1525
|
"Stylize_errors_and_messages_using_color_and_context_experimental_6073": "色とコンテキストを使用してエラーとメッセージにスタイルを適用します (試験的)。",
|
1515
1526
|
"Subpattern_flags_must_be_present_when_there_is_a_minus_sign_1504": "マイナス記号がある場合は、サブパターン フラグが存在する必要があります。",
|
1516
1527
|
"Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717": "後続のプロパティ宣言は同じ型でなければなりません。プロパティ '{0}' の型は '{1}' である必要がありますが、ここでは型が '{2}' になっています。",
|
@@ -1947,6 +1958,7 @@
|
|
1947
1958
|
"_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property_2610": "'{0}' はクラス '{1}' でアクセサーとして定義されていますが、ここではインスタンス プロパティとして '{2}' でオーバーライドされています。",
|
1948
1959
|
"_0_is_deprecated_6385": "'{0}' は非推奨です。",
|
1949
1960
|
"_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012": "'{0}' はキーワード '{1}' に関するメタプロパティとして無効です。候補: '{2}'。",
|
1961
|
+
"_0_is_not_a_valid_meta_property_for_keyword_import_Did_you_mean_meta_or_defer_18061": "'{0}' はキーワード 'import' の有効なメタプロパティではありません。'meta' または 'defer' という意味ですか?",
|
1950
1962
|
"_0_is_not_allowed_as_a_parameter_name_1390": "'{0}' はパラメーター名として使用できません。",
|
1951
1963
|
"_0_is_not_allowed_as_a_variable_declaration_name_1389": "'{0}' は変数宣言の名前として使用できません。",
|
1952
1964
|
"_0_is_of_type_unknown_18046": "'{0}''は 'unknown' 型です。",
|
@@ -1998,6 +2010,7 @@
|
|
1998
2010
|
"abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242": "'abstract' 修飾子は、クラス宣言、メソッド宣言、またはプロパティ宣言のみに使用できます。",
|
1999
2011
|
"accessor_modifier_can_only_appear_on_a_property_declaration_1275": "'accessor' 修飾子は、プロパティ宣言でのみ使用できます。",
|
2000
2012
|
"and_here_6204": "およびここで。",
|
2013
|
+
"and_npm_install_D_types_Slashnode_6290": "および npm install -D @types/node",
|
2001
2014
|
"arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815": "'arguments' は、プロパティ初期化子やクラスの静的初期化ブロック内では参照できません。",
|
2002
2015
|
"auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476": "\"auto\": インポート、エクスポート、import.meta、jsx (jsx: react-jsx を使用)、または esm 形式 (モジュール: node16+) でファイルをモジュールとして扱います。",
|
2003
2016
|
"await_expression_cannot_be_used_inside_a_class_static_block_18037": "'await' 式はクラスの静的ブロック内では使用できません。",
|
@@ -2005,6 +2018,7 @@
|
|
2005
2018
|
"await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308": "'await' 式は、非同期関数内と、モジュールのトップ レベルでのみ許可されます。",
|
2006
2019
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "'await' 式は、パラメーター初期化子では使用できません。",
|
2007
2020
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "'await' は、この式の型に対しては効果がありません。",
|
2021
|
+
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "'await using' 宣言はアンビエント コンテキストでは使用できません。",
|
2008
2022
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "'await using' ステートメントは、ファイルがモジュールである場合、そのファイルのトップ レベルでのみ使用できますが、このファイルにはインポートもエクスポートも含まれていません。空の 'export {}' を追加して、このファイルをモジュールにすることを検討してください。",
|
2009
2023
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "'await using' ステートメントは、非同期関数内と、モジュールのトップ レベルでのみ許可されます。",
|
2010
2024
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "'await using' ステートメントをクラスの静的ブロック内で使用することはできません。",
|
@@ -2099,6 +2113,7 @@
|
|
2099
2113
|
"unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333": "'unique symbol' 型は、バインディング名を持つ変数の宣言では使用できません。",
|
2100
2114
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "'use strict' ディレクティブは、複雑なパラメーター リストでは使用できません。",
|
2101
2115
|
"use_strict_directive_used_here_1349": "'use strict' ディレクティブがここで使用されています。",
|
2116
|
+
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "'using' 宣言はアンビエント コンテキストでは使用できません。",
|
2102
2117
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "'with' 式は、非同期関数ブロックでは使用できません。",
|
2103
2118
|
"with_statements_are_not_allowed_in_strict_mode_1101": "厳格モードでは 'with' ステートメントは使用できません。",
|
2104
2119
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "'yield' 式は、それを含むジェネレーターに戻り値の型の注釈がないため、暗黙的に 'any' 型になります。",
|
@@ -569,8 +569,10 @@
|
|
569
569
|
"Default_catch_clause_variables_as_unknown_instead_of_any_6803": "기본 catch 절 변수는 'any' 대신 'unknown'입니다.",
|
570
570
|
"Default_export_of_the_module_has_or_is_using_private_name_0_4082": "모듈의 기본 내보내기에서 프라이빗 이름 '{0}'을(를) 가지고 있거나 사용 중입니다.",
|
571
571
|
"Default_exports_can_t_be_inferred_with_isolatedDeclarations_9037": "기본 내보내기는 --isolatedDeclarations로 유추할 수 없습니다.",
|
572
|
+
"Default_imports_are_not_allowed_in_a_deferred_import_18058": "지연된 가져오기에서는 기본 가져오기를 사용할 수 없습니다.",
|
572
573
|
"Default_library_1424": "기본 라이브러리",
|
573
574
|
"Default_library_for_target_0_1425": "대상 '{0}'의 기본 라이브러리",
|
575
|
+
"Deferred_imports_are_only_supported_when_the_module_flag_is_set_to_esnext_or_preserve_18060": "지연된 가져오기는 '--module' 플래그가 'esnext' 또는 'preserve'로 설정된 경우에만 지원됩니다.",
|
574
576
|
"Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200": "{0} 식별자의 정의가 다른 파일의 정의와 충돌합니다.",
|
575
577
|
"Delete_all_unused_declarations_95024": "사용하지 않는 선언 모두 삭제",
|
576
578
|
"Delete_all_unused_imports_95147": "사용하지 않는 가져오기 모두 삭제",
|
@@ -713,6 +715,7 @@
|
|
713
715
|
"Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDecl_9020": "열거형 멤버 이니셜라이저는 --isolatedDeclarations를 사용하여 외부 기호에 대한 참조 없이 계산할 수 있어야 합니다.",
|
714
716
|
"Enum_member_must_have_initializer_1061": "열거형 멤버에는 이니셜라이저가 있어야 합니다.",
|
715
717
|
"Enum_name_cannot_be_0_2431": "열거형 이름은 '{0}'일 수 없습니다.",
|
718
|
+
"Environment_Settings_6285": "환경 설정",
|
716
719
|
"Errors_Files_6041": "오류 파일",
|
717
720
|
"Escape_sequence_0_is_not_allowed_1488": "이스케이프 시퀀스 '{0}'은(는) 허용되지 않습니다.",
|
718
721
|
"Examples_Colon_0_6026": "예: {0}",
|
@@ -789,6 +792,7 @@
|
|
789
792
|
"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307": "'{0}' 파일이 '{1}' 프로젝트의 파일 목록에 나열되지 않습니다. 프로젝트는 모든 파일을 나열하거나 'include' 패턴을 사용해야 합니다.",
|
790
793
|
"File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059": "'{0}' 파일이 'rootDir' '{1}' 아래에 있지 않습니다. 'rootDir'에는 모든 소스 파일이 포함되어 있어야 합니다.",
|
791
794
|
"File_0_not_found_6053": "파일 '{0}'을(를) 찾을 수 없습니다.",
|
795
|
+
"File_Layout_6284": "파일 레이아웃",
|
792
796
|
"File_Management_6245": "파일 관리",
|
793
797
|
"File_appears_to_be_binary_1490": "파일이 이진 파일인 것 같습니다.",
|
794
798
|
"File_change_detected_Starting_incremental_compilation_6032": "파일 변경이 검색되었습니다. 증분 컴파일을 시작하는 중...",
|
@@ -821,6 +825,7 @@
|
|
821
825
|
"Fix_all_implicit_this_errors_95107": "모든 암시적 'this' 오류 수정",
|
822
826
|
"Fix_all_incorrect_return_type_of_an_async_functions_90037": "비동기 함수의 모든 잘못된 반환 형식 수정",
|
823
827
|
"Fix_all_with_type_only_imports_95182": "형식 전용 가져오기를 사용하여 모두 수정",
|
828
|
+
"For_nodejs_Colon_6287": "nodejs의 경우:",
|
824
829
|
"Found_0_errors_6217": "{0}개 오류가 발견되었습니다.",
|
825
830
|
"Found_0_errors_Watching_for_file_changes_6194": "{0}개 오류가 발견되었습니다. 파일이 변경되었는지 확인하는 중입니다.",
|
826
831
|
"Found_0_errors_in_1_files_6261": "{1} 파일에서 {0} 오류를 찾았습니다.",
|
@@ -1065,6 +1070,7 @@
|
|
1065
1070
|
"Name_is_not_valid_95136": "이름이 잘못되었습니다.",
|
1066
1071
|
"Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later_1503": "명명된 캡처 그룹은 'ES2018' 이상을 대상으로 하는 경우에만 사용할 수 있습니다.",
|
1067
1072
|
"Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other_1515": "이름이 같은 명명된 캡처 그룹은 상호 배타적이어야 합니다.",
|
1073
|
+
"Named_imports_are_not_allowed_in_a_deferred_import_18059": "지연된 가져오기에서는 명명된 가져오기를 사용할 수 없습니다.",
|
1068
1074
|
"Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0_1544": "'module'이 '{0}'(으)로 설정된 경우 JSON 파일에서 ECMAScript 모듈로 명명된 가져오기를 사용할 수 없습니다.",
|
1069
1075
|
"Named_property_0_of_types_1_and_2_are_not_identical_2319": "명명된 속성 '{0}'의 형식 '{1}' 및 '{2}'이(가) 동일하지 않습니다.",
|
1070
1076
|
"Namespace_0_has_no_exported_member_1_2694": "'{0}' 네임스페이스에 내보낸 멤버 '{1}'이(가) 없습니다.",
|
@@ -1153,6 +1159,7 @@
|
|
1153
1159
|
"Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System_5105": "'module'이 'UMD', 'AMD' 또는 'System'으로 설정된 경우 'verbatimModuleSyntax' 옵션을 사용할 수 없습니다.",
|
1154
1160
|
"Options_0_and_1_cannot_be_combined_6370": "'{0}' 및 '{1}' 옵션은 조합할 수 없습니다.",
|
1155
1161
|
"Options_Colon_6027": "옵션:",
|
1162
|
+
"Other_Outputs_6291": "기타 출력",
|
1156
1163
|
"Output_Formatting_6256": "출력 서식 지정",
|
1157
1164
|
"Output_compiler_performance_information_after_building_6615": "빌드 후 컴파일러 성능 정보를 출력합니다.",
|
1158
1165
|
"Output_directory_for_generated_declaration_files_6166": "생성된 선언 파일의 출력 디렉터리입니다.",
|
@@ -1315,6 +1322,7 @@
|
|
1315
1322
|
"Range_out_of_order_in_character_class_1517": "문자 클래스의 범위가 순서를 벗어났습니다.",
|
1316
1323
|
"Re_exporting_a_type_when_0_is_enabled_requires_using_export_type_1205": "'{0}'을 사용하도록 설정한 경우 형식을 다시 내보내려면 'export type'을 사용해야 합니다.",
|
1317
1324
|
"React_components_cannot_include_JSX_namespace_names_2639": "React 구성 요소에는 JSX 네임스페이스 이름을 포함할 수 없습니다.",
|
1325
|
+
"Recommended_Options_6294": "권장 옵션",
|
1318
1326
|
"Redirect_output_structure_to_the_directory_6006": "출력 구조를 디렉터리로 리디렉션합니다.",
|
1319
1327
|
"Reduce_the_number_of_projects_loaded_automatically_by_TypeScript_6617": "TypeScript에서 자동으로 로드되는 프로젝트 수를 줄입니다.",
|
1320
1328
|
"Referenced_project_0_may_not_disable_emit_6310": "참조된 프로젝트 '{0}'은(는) 내보내기를 사용하지 않도록 설정할 수 없습니다.",
|
@@ -1429,6 +1437,7 @@
|
|
1429
1437
|
"Scoped_package_detected_looking_in_0_6182": "범위가 지정된 패키지가 검색되었습니다. '{0}'에서 찾습니다.",
|
1430
1438
|
"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418": "대체 확장에 대한 모든 상위 node_modules 디렉터리 검색: {0}.",
|
1431
1439
|
"Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0_6417": "기본 설정 확장에 대한 모든 상위 node_modules 디렉터리 검색: {0}.",
|
1440
|
+
"See_also_https_Colon_Slash_Slashaka_ms_Slashtsconfig_Slashmodule_6286": "자세한 내용은 https://aka.ms/tsconfig/module을 참조하세요.",
|
1432
1441
|
"Selection_is_not_a_valid_statement_or_statements_95155": "선택 항목이 유효한 하나의 문 또는 여러 문이 아닙니다.",
|
1433
1442
|
"Selection_is_not_a_valid_type_node_95133": "선택 영역이 유효한 형식 노드가 아닙니다.",
|
1434
1443
|
"Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declaratio_6705": "내보낸 JavaScript의 JavaScript 언어 버전을 설정하고 호환되는 라이브러리 선언을 포함합니다.",
|
@@ -1508,9 +1517,11 @@
|
|
1508
1517
|
"Statements_are_not_allowed_in_ambient_contexts_1036": "앰비언트 컨텍스트에서는 문이 허용되지 않습니다.",
|
1509
1518
|
"Static_members_cannot_reference_class_type_parameters_2302": "정적 멤버는 클래스 형식 매개 변수를 참조할 수 없습니다.",
|
1510
1519
|
"Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699": "정적 속성 '{0}'이(가) 생성자 함수 '{1}'의 기본 제공 속성 'Function.{0}'과(와) 충돌합니다.",
|
1520
|
+
"Stricter_Typechecking_Options_6292": "더 엄격한 형식 검사 옵션",
|
1511
1521
|
"String_literal_expected_1141": "문자열 리터럴이 필요합니다.",
|
1512
1522
|
"String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es_18057": "'--module' 플래그가 'es2015' 또는 'es2020'으로 설정된 경우 문자열 리터럴 가져오기 및 내보내기 이름은 지원되지 않습니다.",
|
1513
1523
|
"String_literal_with_double_quotes_expected_1327": "큰따옴표로 묶은 문자열 리터럴이 필요합니다.",
|
1524
|
+
"Style_Options_6293": "스타일 옵션",
|
1514
1525
|
"Stylize_errors_and_messages_using_color_and_context_experimental_6073": "색과 컨텍스트를 사용하여 오류 및 메시지를 스타일화합니다(실험적).",
|
1515
1526
|
"Subpattern_flags_must_be_present_when_there_is_a_minus_sign_1504": "en 대시가 있는 경우 하위 패턴 플래그가 있어야 합니다.",
|
1516
1527
|
"Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717": "후속 속성 선언에 같은 형식이 있어야 합니다. '{0}' 속성이 '{1}' 형식이어야 하는데 여기에는 '{2}' 형식이 있습니다.",
|
@@ -1947,6 +1958,7 @@
|
|
1947
1958
|
"_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property_2610": "'{0}'은(는) '{1}' 클래스의 접근자로 정의되지만, '{2}'에서 인스턴스 속성으로 재정의됩니다.",
|
1948
1959
|
"_0_is_deprecated_6385": "'{0}'은(는) 사용되지 않습니다.",
|
1949
1960
|
"_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012": "'{0}'은(는) '{1}' 키워드에 대한 올바른 메타 속성이 아닙니다. '{2}'을(를) 사용하시겠습니까?",
|
1961
|
+
"_0_is_not_a_valid_meta_property_for_keyword_import_Did_you_mean_meta_or_defer_18061": "'{0}'은(는) 'import' 키워드에 대한 올바른 메타 속성이 아닙니다. 'meta' 또는 'defer'를 사용하시겠습니까?",
|
1950
1962
|
"_0_is_not_allowed_as_a_parameter_name_1390": "'{0}'은(는) 매개 변수 이름으로 사용할 수 없습니다.",
|
1951
1963
|
"_0_is_not_allowed_as_a_variable_declaration_name_1389": "'{0}'은(는) 변수 선언 이름으로 사용할 수 없습니다.",
|
1952
1964
|
"_0_is_of_type_unknown_18046": "'{0}'은(는) 'unknown' 형식입니다.",
|
@@ -1998,6 +2010,7 @@
|
|
1998
2010
|
"abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242": "'abstract' 한정자는 클래스, 메서드 또는 속성 선언에만 나타날 수 있습니다.",
|
1999
2011
|
"accessor_modifier_can_only_appear_on_a_property_declaration_1275": "'accessor' 한정자는 속성 선언에만 나타날 수 있습니다.",
|
2000
2012
|
"and_here_6204": "및 여기.",
|
2013
|
+
"and_npm_install_D_types_Slashnode_6290": "and npm install -D @types/node",
|
2001
2014
|
"arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815": "'arguments'는 속성 초기화기나 클래스 정적 초기화 블록에서 참조할 수 없습니다.",
|
2002
2015
|
"auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476": "\"auto\": 가져오기, 내보내기, import.meta, jsx(jsx: react-jsx 포함) 또는 esm 형식(모듈: node16+ 포함)이 있는 파일을 모듈로 처리합니다.",
|
2003
2016
|
"await_expression_cannot_be_used_inside_a_class_static_block_18037": "'await' 식은 클래스 정적 블록 내에서 사용할 수 없습니다.",
|
@@ -2005,6 +2018,7 @@
|
|
2005
2018
|
"await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308": "'await' 식은 비동기 함수 내부 및 모듈의 최상위 수준에서만 사용할 수 있습니다.",
|
2006
2019
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "'await' 식은 매개 변수 이니셜라이저에서 사용할 수 없습니다.",
|
2007
2020
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "'await'는 이 식의 형식에 영향을 주지 않습니다.",
|
2021
|
+
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "앰비언트 컨텍스트에서는 'await using' 선언을 사용할 수 없습니다.",
|
2008
2022
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "'await using' 문은 파일이 모듈일 경우 해당 파일의 최상위에서만 사용할 수 있지만, 이 파일에는 가져오기 또는 내보내기가 없습니다. 빈 'export {}'를 추가하여 이 파일을 모듈로 만드는 것이 좋습니다.",
|
2009
2023
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "'await using' 문은 비동기 함수 내부 및 모듈의 최상위 수준에서만 사용할 수 있습니다.",
|
2010
2024
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "'await using' 문은 클래스 정적 블록 내에서 사용할 수 없습니다.",
|
@@ -2099,6 +2113,7 @@
|
|
2099
2113
|
"unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333": "'unique symbol' 형식은 바인딩 이름과 함께 변수 선언에 사용할 수 없습니다.",
|
2100
2114
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "'use strict' 지시문은 단순하지 않은 매개 변수 목록에서 사용할 수 없습니다.",
|
2101
2115
|
"use_strict_directive_used_here_1349": "여기서는 'use strict' 지시문이 사용됩니다.",
|
2116
|
+
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "앰비언트 컨텍스트에서는 'using' 선언을 사용할 수 없습니다.",
|
2102
2117
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "'with' 문은 비동기 함수 블록에서 사용할 수 없습니다.",
|
2103
2118
|
"with_statements_are_not_allowed_in_strict_mode_1101": "'with' 문은 strict 모드에서 사용할 수 없습니다.",
|
2104
2119
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "'yield' 식은 포함하는 생성기에 반환 형식 주석이 없으므로 암시적으로 'any' 형식으로 생성됩니다.",
|
@@ -569,8 +569,10 @@
|
|
569
569
|
"Default_catch_clause_variables_as_unknown_instead_of_any_6803": "Wpisz zmienne klauzuli catch jako „unknown” zamiast „any”.",
|
570
570
|
"Default_export_of_the_module_has_or_is_using_private_name_0_4082": "Domyślny eksport modułu ma nazwę prywatną „{0}” lub używa tej nazwy.",
|
571
571
|
"Default_exports_can_t_be_inferred_with_isolatedDeclarations_9037": "Eksportów domyślnych nie można wywnioskować za pomocą wyrażenia --isolatedDeclarations.",
|
572
|
+
"Default_imports_are_not_allowed_in_a_deferred_import_18058": "Importy domyślne są niedozwolone w odroczonym imporcie.",
|
572
573
|
"Default_library_1424": "Domyślna biblioteka",
|
573
574
|
"Default_library_for_target_0_1425": "Domyślna biblioteka dla elementu docelowego „{0}”",
|
575
|
+
"Deferred_imports_are_only_supported_when_the_module_flag_is_set_to_esnext_or_preserve_18060": "Odroczone importy są obsługiwane tylko wtedy, gdy flaga „--module” jest ustawiona na wartość „esnext” lub „preserve”.",
|
574
576
|
"Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200": "Definicje następujących identyfikatorów powodują konflikt z tymi w innym pliku: {0}",
|
575
577
|
"Delete_all_unused_declarations_95024": "Usuń wszystkie nieużywane deklaracje",
|
576
578
|
"Delete_all_unused_imports_95147": "Usuń wszystkie nieużywane importy",
|
@@ -713,6 +715,7 @@
|
|
713
715
|
"Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDecl_9020": "Inicjatory składowych wyliczenia muszą być możliwe do obliczenia bez odwołań do symboli zewnętrznych z wyrażeniem --isolatedDeclarations.",
|
714
716
|
"Enum_member_must_have_initializer_1061": "Składowa wyliczenia musi mieć inicjator.",
|
715
717
|
"Enum_name_cannot_be_0_2431": "Wyliczenie nie może mieć nazwy „{0}”.",
|
718
|
+
"Environment_Settings_6285": "Ustawienia środowiska",
|
716
719
|
"Errors_Files_6041": "Pliki z błędami",
|
717
720
|
"Escape_sequence_0_is_not_allowed_1488": "Sekwencja ucieczki „{0}” jest niedozwolona.",
|
718
721
|
"Examples_Colon_0_6026": "Przykłady: {0}",
|
@@ -789,6 +792,7 @@
|
|
789
792
|
"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307": "Plik „{0}” nie znajduje się na liście plików projektu „{1}”. Projekty muszą zawierać listę wszystkich plików lub używać wzorca „include”.",
|
790
793
|
"File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059": "Plik „{0}” nie znajduje się w katalogu „rootDir” „{1}”. Katalog „rootDir” powinien zawierać wszystkie pliki źródłowe.",
|
791
794
|
"File_0_not_found_6053": "Nie można odnaleźć pliku '{0}'.",
|
795
|
+
"File_Layout_6284": "Układ pliku",
|
792
796
|
"File_Management_6245": "Zarządzanie plikami",
|
793
797
|
"File_appears_to_be_binary_1490": "Plik jest prawdopodobnie binarny.",
|
794
798
|
"File_change_detected_Starting_incremental_compilation_6032": "Wykryto zmianę pliku. Trwa rozpoczynanie kompilacji przyrostowej...",
|
@@ -821,6 +825,7 @@
|
|
821
825
|
"Fix_all_implicit_this_errors_95107": "Usuń wszystkie niejawne błędy „this”",
|
822
826
|
"Fix_all_incorrect_return_type_of_an_async_functions_90037": "Napraw wszystkie niepoprawne zwracane typy funkcji asynchronicznych",
|
823
827
|
"Fix_all_with_type_only_imports_95182": "Napraw wszystko za pomocą importów tylko typów",
|
828
|
+
"For_nodejs_Colon_6287": "W przypadku środowiska nodejs:",
|
824
829
|
"Found_0_errors_6217": "Znaleziono błędy: {0}.",
|
825
830
|
"Found_0_errors_Watching_for_file_changes_6194": "Znalezione błędy: {0}. Obserwowanie zmian plików.",
|
826
831
|
"Found_0_errors_in_1_files_6261": "Znaleziono błędy {0} w plikach {1}.",
|
@@ -1065,6 +1070,7 @@
|
|
1065
1070
|
"Name_is_not_valid_95136": "Nazwa nie jest prawidłowa",
|
1066
1071
|
"Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later_1503": "Nazwane grupy przechwytywania są dostępne tylko w przypadku wartości docelowej „ES2018” lub nowszej.",
|
1067
1072
|
"Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other_1515": "Nazwane grupy przechwytywania o tej samej nazwie muszą się wzajemnie wykluczać.",
|
1073
|
+
"Named_imports_are_not_allowed_in_a_deferred_import_18059": "Nazwane importy są niedozwolone w odroczonym imporcie.",
|
1068
1074
|
"Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0_1544": "Nazwane importy z pliku JSON do modułu ECMAScript są niedozwolone, gdy parametr „module” ma wartość „{0}”.",
|
1069
1075
|
"Named_property_0_of_types_1_and_2_are_not_identical_2319": "Nazwane właściwości „{0}” typów „{1}” i „{2}” nie są identyczne.",
|
1070
1076
|
"Namespace_0_has_no_exported_member_1_2694": "Przestrzeń nazw „{0}” nie ma wyeksportowanej składowej „{1}”.",
|
@@ -1153,6 +1159,7 @@
|
|
1153
1159
|
"Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System_5105": "Nie można użyć opcji „verbatimModuleSyntax”, gdy parametr „module” ma wartość „UMD”, „AMD” lub „System”.",
|
1154
1160
|
"Options_0_and_1_cannot_be_combined_6370": "Nie można połączyć opcji „{0}” i „{1}”.",
|
1155
1161
|
"Options_Colon_6027": "Opcje:",
|
1162
|
+
"Other_Outputs_6291": "Inne dane wyjściowe",
|
1156
1163
|
"Output_Formatting_6256": "Formatowanie danych wyjściowych",
|
1157
1164
|
"Output_compiler_performance_information_after_building_6615": "Informacje o wydajności kompilatora danych wyjściowych po skompilowaniu.",
|
1158
1165
|
"Output_directory_for_generated_declaration_files_6166": "Katalog wyjściowy dla wygenerowanych plików deklaracji.",
|
@@ -1315,6 +1322,7 @@
|
|
1315
1322
|
"Range_out_of_order_in_character_class_1517": "Zakres poza kolejnością w klasie znaków.",
|
1316
1323
|
"Re_exporting_a_type_when_0_is_enabled_requires_using_export_type_1205": "Ponowne eksportowanie typu, gdy element „{0}” jest włączony, wymaga użycia elementu „export type”.",
|
1317
1324
|
"React_components_cannot_include_JSX_namespace_names_2639": "Składniki platformy React nie mogą zawierać nazw przestrzeni rozszerzenia JSX",
|
1325
|
+
"Recommended_Options_6294": "Proponowane opcje",
|
1318
1326
|
"Redirect_output_structure_to_the_directory_6006": "Przekieruj strukturę wyjściową do katalogu.",
|
1319
1327
|
"Reduce_the_number_of_projects_loaded_automatically_by_TypeScript_6617": "Zmniejsz liczbę projektów ładowanych automatycznie przez język TypeScript.",
|
1320
1328
|
"Referenced_project_0_may_not_disable_emit_6310": "Przywoływany projekt „{0}” nie może wyłączać emisji.",
|
@@ -1429,6 +1437,7 @@
|
|
1429
1437
|
"Scoped_package_detected_looking_in_0_6182": "Wykryto pakiet w zakresie, wyszukiwanie w „{0}”",
|
1430
1438
|
"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418": "Przeszukiwanie wszystkich katalogów nadrzędnych node_modules w poszukiwaniu rozszerzeń rezerwowych: {0}.",
|
1431
1439
|
"Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0_6417": "Wyszukiwanie preferowanych rozszerzeń we wszystkich katalogach nadrzędnych node_modules: {0}.",
|
1440
|
+
"See_also_https_Colon_Slash_Slashaka_ms_Slashtsconfig_Slashmodule_6286": "Zobacz też https://aka.ms/tsconfig/module",
|
1432
1441
|
"Selection_is_not_a_valid_statement_or_statements_95155": "Wybór nie jest prawidłową instrukcją ani instrukcjami",
|
1433
1442
|
"Selection_is_not_a_valid_type_node_95133": "Wybór nie jest prawidłowym węzłem typu",
|
1434
1443
|
"Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declaratio_6705": "Określ wersję języka JavaScript dla emitowanego kodu JavaScript i dołącz zgodne deklaracje bibliotek.",
|
@@ -1508,9 +1517,11 @@
|
|
1508
1517
|
"Statements_are_not_allowed_in_ambient_contexts_1036": "Instrukcje są niedozwolone w otaczających kontekstach.",
|
1509
1518
|
"Static_members_cannot_reference_class_type_parameters_2302": "Statyczne składowe nie mogą przywoływać parametrów typu klasy.",
|
1510
1519
|
"Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699": "Właściwość statyczna „{0}” jest w konflikcie z właściwością wbudowaną „Function.{0}” funkcji konstruktora „{1}”.",
|
1520
|
+
"Stricter_Typechecking_Options_6292": "Bardziej rygorystyczne opcje sprawdzania typów",
|
1511
1521
|
"String_literal_expected_1141": "Oczekiwano literału ciągu.",
|
1512
1522
|
"String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es_18057": "Nazwy importu i eksportu literału ciągu nie są obsługiwane, gdy flaga „--module” ma wartość „es2015” lub „es2020”.",
|
1513
1523
|
"String_literal_with_double_quotes_expected_1327": "Oczekiwano literału ciągu z podwójnymi cudzysłowami.",
|
1524
|
+
"Style_Options_6293": "Opcje stylów",
|
1514
1525
|
"Stylize_errors_and_messages_using_color_and_context_experimental_6073": "Stosuj styl dla błędów i komunikatów za pomocą koloru i kontekstu. (eksperymentalne).",
|
1515
1526
|
"Subpattern_flags_must_be_present_when_there_is_a_minus_sign_1504": "Flagi wzorca podrzędnego muszą być obecne, gdy istnieje półpauza.",
|
1516
1527
|
"Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717": "Kolejne deklaracje właściwości muszą być tego samego typu. Właściwość „{0}” musi być typu „{1}”, ale w tym miejscu jest typu „{2}”.",
|
@@ -1947,6 +1958,7 @@
|
|
1947
1958
|
"_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property_2610": "Element „{0}” jest zdefiniowany jako metoda dostępu w klasie „{1}”, ale jest przesłaniany tutaj w elemencie „{2}” jako właściwość wystąpienia.",
|
1948
1959
|
"_0_is_deprecated_6385": "Element „{0}” jest przestarzały.",
|
1949
1960
|
"_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012": "„{0}” nie jest prawidłową metawłaściwością słowa kluczowego „{1}”. Czy miał to być element „{2}”?",
|
1961
|
+
"_0_is_not_a_valid_meta_property_for_keyword_import_Did_you_mean_meta_or_defer_18061": "„{0}” nie jest prawidłową meta-właściwością słowa kluczowego „import”. Czy chodziło Ci o „meta”, czy „defer”?",
|
1950
1962
|
"_0_is_not_allowed_as_a_parameter_name_1390": "„{0}” jest niedozwolone jako nazwa parametru.",
|
1951
1963
|
"_0_is_not_allowed_as_a_variable_declaration_name_1389": "Element „{0}” nie jest dozwolony jako nazwa deklaracji zmiennej.",
|
1952
1964
|
"_0_is_of_type_unknown_18046": "Element „{0}” jest typu „nieznany”.",
|
@@ -1998,6 +2010,7 @@
|
|
1998
2010
|
"abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242": "Modyfikator „abstract” może być stosowany jedynie w przypadku deklaracji klasy, metody lub właściwości.",
|
1999
2011
|
"accessor_modifier_can_only_appear_on_a_property_declaration_1275": "Modyfikator „accessor” może występować tylko w deklaracji właściwości.",
|
2000
2012
|
"and_here_6204": "i tutaj.",
|
2013
|
+
"and_npm_install_D_types_Slashnode_6290": "i npm install -D @types/node",
|
2001
2014
|
"arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815": "Argumentów nie można odwoływać w inicjalizatorach właściwości ani w blokach inicjalizacji statycznej klasy.",
|
2002
2015
|
"auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476": "„auto”: Traktuj pliki za pomocą importów, eksportów, import.meta, jsx (z jsx: react-jsx) lub formatu esm (z modułem: node16+) jako moduły.",
|
2003
2016
|
"await_expression_cannot_be_used_inside_a_class_static_block_18037": "Nie można użyć wyrażenia „await” wewnątrz bloku statycznego klasy.",
|
@@ -2005,6 +2018,7 @@
|
|
2005
2018
|
"await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308": "Wyrażenia „await” są dozwolone tylko w funkcjach asynchronicznych i na najwyższym poziomie modułów.",
|
2006
2019
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "Wyrażeń „await” nie można używać w inicjatorze parametru.",
|
2007
2020
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "Operator „await” nie ma wpływu na typ tego wyrażenia.",
|
2021
|
+
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "Deklaracje „await using” są niedozwolone w kontekstach otoczenia.",
|
2008
2022
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "Instrukcje „await using” są dozwolone tylko na najwyższym poziomie pliku, gdy ten plik jest modułem, ale ten plik nie ma importów ani eksportów. Rozważ dodanie pustego wyrażenia „export {}”, aby uczynić ten plik modułem.",
|
2009
2023
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "Instrukcje „await using” są dozwolone tylko w ramach funkcji asynchronicznych i na najwyższych poziomach modułów.",
|
2010
2024
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "Instrukcji „await using” nie można używać wewnątrz bloku statycznego klasy.",
|
@@ -2099,6 +2113,7 @@
|
|
2099
2113
|
"unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333": "Typów „unique symbol” nie można używać w deklaracji zmiennej z nazwą powiązania.",
|
2100
2114
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "Dyrektywy „use strict” nie można używać z listą parametrów, które nie są parametrami prostymi.",
|
2101
2115
|
"use_strict_directive_used_here_1349": "Dyrektywa „use strict” użyta w tym miejscu.",
|
2116
|
+
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "Deklaracje „using” nie są dozwolone w kontekstach otoczenia.",
|
2102
2117
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "Instrukcje „with” są niedozwolone w bloku funkcji asynchronicznej.",
|
2103
2118
|
"with_statements_are_not_allowed_in_strict_mode_1101": "Instrukcje „with” są niedozwolone w trybie z ograniczeniami.",
|
2104
2119
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "Wyrażenie „yield” niejawnie zwraca wynik w postaci typu „any”, ponieważ w zawierającym generatorze brakuje adnotacji zwracanego typu.",
|