typescript
Version:
TypeScript is a language for application scale JavaScript development
435 lines ⢠379 kB
JSON
{
"ALL_COMPILER_OPTIONS_6917": "ãã¹ãŠã®ã³ã³ãã€ã© ãªãã·ã§ã³",
"A_0_modifier_cannot_be_used_with_an_import_declaration_1079": "'{0}' 修食åãšã€ã³ããŒã宣èšã¯åæã«äœ¿çšã§ããŸããã",
"A_0_parameter_must_be_the_first_parameter_2680": "'{0}' ãã©ã¡ãŒã¿ãŒã¯æåã®ãã©ã¡ãŒã¿ãŒã§ããå¿
èŠããããŸãã",
"A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag_8039": "JSDoc '@template' ã¿ã°ã '@typedef'ã'@callback'ããŸã㯠'@overload' ã¿ã°ã®åŸã«ãªãå¯èœæ§ããããŸã",
"A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags_8033": "JSDoc '@typedef' ã³ã¡ã³ãã«è€æ°ã® '@type' ã¿ã°ãå«ããããšã¯ã§ããŸããã",
"A_bigint_literal_cannot_be_used_as_a_property_name_1539": "'bigint' ãªãã©ã«ãããããã£åãšããŠäœ¿çšããããšã¯ã§ããŸããã",
"A_bigint_literal_cannot_use_exponential_notation_1352": "bigint ãªãã©ã«ã§ã¯ææ°è¡šèšã䜿çšã§ããŸããã",
"A_bigint_literal_must_be_an_integer_1353": "bigint ãªãã©ã«ã¯æŽæ°ã§ããå¿
èŠããããŸãã",
"A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature_2463": "å®è£
ã·ã°ããã£ã§ãã€ã³ã ãã¿ãŒã³ ãã©ã¡ãŒã¿ãŒãçç¥å¯èœã«ããããšã¯ã§ããŸããã",
"A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement_1105": "'break' ã¹ããŒãã¡ã³ãã¯å€åŽã®ã€ãã¬ãŒã·ã§ã³ãŸã㯠switch ã¹ããŒãã¡ã³ãå
ã§ã®ã¿äœ¿çšã§ããŸãã",
"A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement_1116": "'break' ã¹ããŒãã¡ã³ãã¯ãå€åŽã®ã¹ããŒãã¡ã³ãã®ã©ãã«ã«ã®ã¿ç§»åã§ããŸãã",
"A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backs_1522": "äºçŽãããäºéå¥èªç¹ãæåã¯ã©ã¹ã«å«ããããšã¯ã§ããŸãããããã¯ã¹ã©ãã·ã¥ã䜿çšããŠãšã¹ã±ãŒãããã€ããã§ããã?",
"A_character_class_range_must_not_be_bounded_by_another_character_class_1516": "æåã¯ã©ã¹ã®ç¯å²ãå¥ã®æåã¯ã©ã¹ã§ãã€ã³ãããããšã¯ã§ããŸããã",
"A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments_2500": "ã¯ã©ã¹ã§å®è£
ã§ããã®ã¯ããªãã·ã§ã³ã®ååŒæ°ãæå®ããèå¥å/å®å
šä¿®é£Ÿåã®ã¿ã§ãã",
"A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_memb_2422": "ã¯ã©ã¹ã§å®è£
ã§ããã®ã¯ããªããžã§ã¯ãåãŸãã¯éçãªæ¢ç¥ã®ã¡ã³ããŒãæã€ãªããžã§ã¯ãåã®ç©éåã®ã¿ã§ãã",
"A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values_2863": "ã¯ã©ã¹ã '{0}' ã®ãããªããªããã£ãåãæ¡åŒµããããšã¯ã§ããŸãããã¯ã©ã¹ã¯ãã³ã³ã¹ãã©ã¯ãå¯èœãªå€ã®ã¿ãæ¡åŒµã§ããŸãã",
"A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types_2864": "ã¯ã©ã¹ã '{0}' ã®ãããªããªããã£ãåãå®è£
ããããšã¯ã§ããŸãããå®è£
ã§ããã®ã¯ããã®ä»ã®ååä»ããªããžã§ã¯ãåã®ã¿ã§ãã",
"A_class_declaration_without_the_default_modifier_must_have_a_name_1211": "'default' ã®ä¿®é£Ÿåããªãã¯ã©ã¹å®£èšã«ã¯ååãå¿
èŠã§ãã",
"A_class_member_cannot_have_the_0_keyword_1248": "ã¯ã©ã¹ ã¡ã³ããŒã« '{0}' ããŒã¯ãŒããæå®ããããšã¯ã§ããŸããã",
"A_comma_expression_is_not_allowed_in_a_computed_property_name_1171": "ã³ã³ãåŒã¯èšç®ãããããããã£åã§ã¯äœ¿çšã§ããŸããã",
"A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type_2467": "èšç®ãããããããã£åã¯ãåãã©ã¡ãŒã¿ãŒããããå«ãåããåç
§ããããšã¯ã§ããŸããã",
"A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_1166": "ã¯ã©ã¹ ããããã£å®£èšå
ã®èšç®ãããããããã£åã«ã¯ãåçŽãªãªãã©ã«åãŸã㯠'unique symbol' åãå¿
èŠã§ãã",
"A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_ty_1168": "ã¡ãœãã ãªãŒããŒããŒãå
ã®èšç®ãããããããã£åã¯ãåããªãã©ã«åãŸã㯠'unique symbol' åã®åŒãåç
§ããå¿
èŠããããŸãã",
"A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type__1170": "åãªãã©ã«å
ã®èšç®ãããããããã£åã¯ãåããªãã©ã«åãŸã㯠'unique symbol' åã®åŒãåç
§ããå¿
èŠããããŸãã",
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "ç°å¢ã³ã³ããã¹ãå
ã®èšç®ãããããããã£åã¯ãåããªãã©ã«åãŸã㯠'unique symbol' åã®åŒãåç
§ããå¿
èŠããããŸãã",
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "ã€ã³ã¿ãŒãã§ã€ã¹å
ã®èšç®ãããããããã£åã¯ãåããªãã©ã«åãŸã㯠'unique symbol' åã®åŒãåç
§ããå¿
èŠããããŸãã",
"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "èšç®ãããããããã£å㯠'string' åã'number' åã'symbol' åããŸã㯠'any' åã®ããããã§ãªããã°ãªããŸããã",
"A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array__1355": "'const' ã¢ãµãŒã·ã§ã³ã¯ãåæåã¡ã³ããŒãžã®åç
§ãæååãæ°å€ãããŒã«å€ãé
åããªããžã§ã¯ã ãªãã©ã«ã«ã®ã¿é©çšã§ããŸãã",
"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "const åæåã¡ã³ããŒã¯ãæååãªãã©ã«ã䜿çšããŠã®ã¿ã¢ã¯ã»ã¹ã§ããŸãã",
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "ç°å¢ã³ã³ããã¹ãã® 'const' åæååã¯ãæååãŸãã¯æ°å€ãªãã©ã«ããããã¯ãªãã©ã«åæåã®åç
§ã§ããå¿
èŠããããŸãã",
"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "ã³ã³ã¹ãã©ã¯ã¿ãŒã®ã¯ã©ã¹ã 'null' ãæ¡åŒµããå Žåããã®ã³ã³ã¹ãã©ã¯ã¿ãŒã« 'super' ã®åŒã³åºããå«ããããšã¯ã§ããŸããã",
"A_constructor_cannot_have_a_this_parameter_2681": "ã³ã³ã¹ãã©ã¯ã¿ãŒã« 'this' ãã©ã¡ãŒã¿ãŒãæå®ããããšã¯ã§ããŸããã",
"A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement_1104": "'continue' ã¹ããŒãã¡ã³ãã¯å€åŽã®ã€ãã¬ãŒã·ã§ã³å
ã§ã®ã¿äœ¿çšã§ããŸãã",
"A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement_1115": "'continue' ã¹ããŒãã¡ã³ãã¯ãå€åŽã®ã€ãã¬ãŒã·ã§ã³ ã¹ããŒãã¡ã³ãã®ã©ãã«ã«ã®ã¿ç§»åã§ããŸãã",
"A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_f_2846": "宣èšãã¡ã€ã«ã 'import type' ãªãã§ã€ã³ããŒãããããšã¯ã§ããŸããã代ããã«å®è£
ãã¡ã€ã«ã '{0}' ãã€ã³ããŒãããã€ããã§ããã?",
"A_declare_modifier_cannot_be_used_in_an_already_ambient_context_1038": "'declare' 修食åã¯ãç°å¢ã³ã³ããã¹ãã§ã¯äœ¿çšã§ããŸããã",
"A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249": "ãã³ã¬ãŒã¿ãŒãè£
食ã§ããã®ã¯ããªãŒããŒããŒãã§ã¯ãªããã¡ãœããã®å®è£
ã®ã¿ã§ãã",
"A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113": "'default' å¥ã 'switch' ã¹ããŒãã¡ã³ãã§è€æ°å䜿çšããããšã¯ã§ããŸããã",
"A_default_export_can_only_be_used_in_an_ECMAScript_style_module_1319": "æ¢å®ã®ãšã¯ã¹ããŒãã¯ãECMAScript ã¹ã¿ã€ã«ã®ã¢ãžã¥ãŒã«ã§ã®ã¿äœ¿çšã§ããŸãã",
"A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration_1258": "æ¢å®ã®ãšã¯ã¹ããŒãã¯ããã¡ã€ã«ãŸãã¯ã¢ãžã¥ãŒã«ã®å®£èšã®ãããã¬ãã«ã«ããå¿
èŠããããŸãã",
"A_definite_assignment_assertion_is_not_permitted_in_this_context_1255": "éå®ä»£å
¥ã¢ãµãŒã·ã§ã³ '!' ã¯ããã®ã³ã³ããã¹ãã§èš±å¯ãããŠããŸããã",
"A_destructuring_declaration_must_have_an_initializer_1182": "éæ§é å宣èšã«ã¯åæååãå¿
èŠã§ãã",
"A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_t_2712": "ES5 ã®åçã€ã³ããŒãåŒã³åºãã«ã¯ã'Promise' ã³ã³ã¹ãã©ã¯ã¿ãŒãå¿
èŠã§ãã'Promise' ã³ã³ã¹ãã©ã¯ã¿ãŒã®å®£èšãããããšã確èªãããã'--lib' ãªãã·ã§ã³ã« 'ES2015' ãçµã¿èŸŒãã§ãã ããã",
"A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711": "åçã€ã³ããŒãåŒã³åºã㯠'Promise' ãè¿ããŸãã'Promise' ã®å®£èšãããããšããŸã㯠'--lib' ãªãã·ã§ã³ã« 'ES2015' ãå«ããŠããããšãã確èªãã ããã",
"A_file_cannot_have_a_reference_to_itself_1006": "ãã¡ã€ã«ã«ããèªäœãžã®åç
§ãå«ããããšã¯ã§ããŸããã",
"A_function_returning_never_cannot_have_a_reachable_end_point_2534": "'never' ãè¿ã颿°ã«ã¯ãå°éå¯èœãªãšã³ã ãã€ã³ãããããŸããã",
"A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void_2679": "'new' ããŒã¯ãŒãã§åŒã³åºããã颿°ã«ã'void' ã§ãã 'this' åã䜿çšããããšã¯ã§ããŸããã",
"A_function_whose_declared_type_is_neither_undefined_void_nor_any_must_return_a_value_2355": "宣èšãããåã 'undefined'ã'void'ããŸã㯠'any' ã§ãªã颿°ã¯ãå€ãè¿ãå¿
èŠããããŸãã",
"A_generator_cannot_have_a_void_type_annotation_2505": "ãžã§ãã¬ãŒã¿ãŒã« 'void' åã®æ³šéãæå®ããããšã¯ã§ããŸããã",
"A_get_accessor_cannot_have_parameters_1054": "'get' ã¢ã¯ã»ãµãŒã«ãã©ã¡ãŒã¿ãŒãæå®ããããšã¯ã§ããŸããã",
"A_get_accessor_must_be_at_least_as_accessible_as_the_setter_2808": "get ã¢ã¯ã»ãµãŒã¯ãå°ãªããšãã»ãã¿ãŒãšåçšåºŠã«ã¢ã¯ã»ã¹å¯èœã§ããå¿
èŠããããŸã",
"A_get_accessor_must_return_a_value_2378": "'get' ã¢ã¯ã»ãµãŒã¯å€ãè¿ãå¿
èŠããããŸãã",
"A_label_is_not_allowed_here_1344": "A ã©ãã«ã¯ããã§ã¯äœ¿çšã§ããŸããã",
"A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086": "ã©ãã«ä»ãã®ã¿ãã«èŠçŽ ã optional ãšããŠå®£èšããã«ã¯ãåã®åŸã§ã¯ãªãååã®åŸãšã³ãã³ã®åã«çå笊ãä»ããŸãã",
"A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087": "ã©ãã«ä»ãã®ã¿ãã«èŠçŽ ã rest ãšããŠå®£èšããã«ã¯ãåã®åã§ã¯ãªãååã®åã« '...' ãä»ããŸãã",
"A_mapped_type_may_not_declare_properties_or_methods_7061": "ããããããåã§ã¯ãããããã£ãŸãã¯ã¡ãœããã宣èšããªãå ŽåããããŸãã",
"A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651": "åæå宣èšã®ã¡ã³ããŒåæååã¯ãä»ã®åæåã§å®çŸ©ãããã¡ã³ããŒãå«ãããã®åŸã§å®£èšãããã¡ã³ããŒãåç
§ã§ããŸããã",
"A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545": "mixin ã¯ã©ã¹ã«ã¯ãå 'any[]' ã®åäžã® rest ãã©ã¡ãŒã¿ãŒãæã€ã³ã³ã¹ãã©ã¯ã¿ãŒãå¿
èŠã§ãã",
"A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_2797": "æœè±¡ã³ã³ã¹ãã©ã¯ã ã·ã°ããã£ãå«ãå倿°ããæ¡åŒµããã mixin ã¯ã©ã¹ãã'abstract' ãšããŠå®£èšããå¿
èŠããããŸãã",
"A_module_cannot_have_multiple_default_exports_2528": "ã¢ãžã¥ãŒã«ã«è€æ°ã®æ¢å®ã®ãšã¯ã¹ããŒããå«ããããšã¯ã§ããŸããã",
"A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merg_2433": "åå空é宣èšã¯ããããšããŒãžããã¯ã©ã¹ã颿°ãšç°ãªããã¡ã€ã«ã«é
眮ã§ããŸããã",
"A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged_2434": "åå空é宣èšã¯ããããšããŒãžããã¯ã©ã¹ã颿°ããåã«é
眮ã§ããŸããã",
"A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235": "åå空é宣èšã¯ãåå空éãŸãã¯ã¢ãžã¥ãŒã«ã®æäžäœã¬ãã«ã§ã®ã¿èš±å¯ãããŸãã",
"A_namespace_declaration_should_not_be_declared_using_the_module_keyword_Please_use_the_namespace_key_1540": "'namespace' 宣èšã 'module' ããŒã¯ãŒãã䜿çšããŠå®£èšããããšã¯ã§ããŸããã代ããã« 'namespace' ããŒã¯ãŒãã䜿çšããŠãã ããã",
"A_non_dry_build_would_build_project_0_6357": "é -dry ãã«ããå®è¡ããå Žåããããžã§ã¯ã '{0}' ããã«ããããŸã",
"A_non_dry_build_would_delete_the_following_files_Colon_0_6356": "é -dry ãã«ããå®è¡ããå Žåãæ¬¡ã®ãã¡ã€ã«ãåé€ãããŸã: {0}",
"A_non_dry_build_would_update_timestamps_for_output_of_project_0_6374": "non-dry build ã§ã¯ããããžã§ã¯ã '{0}' ã®åºåã®ã¿ã€ã ã¹ã¿ã³ããæŽæ°ãããŸã",
"A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371": "ãã©ã¡ãŒã¿ãŒåæååã¯ã颿°ãŸãã¯ã³ã³ã¹ãã©ã¯ã¿ãŒã®å®è£
ã§ã®ã¿æå®ã§ããŸãã",
"A_parameter_property_cannot_be_declared_using_a_rest_parameter_1317": "ãã©ã¡ãŒã¿ãŒ ããããã£ã¯ãrest ãã©ã¡ãŒã¿ãŒã䜿çšããŠå®£èšããããšã¯ã§ããŸããã",
"A_parameter_property_is_only_allowed_in_a_constructor_implementation_2369": "ãã©ã¡ãŒã¿ãŒ ããããã£ã¯ãã³ã³ã¹ãã©ã¯ã¿ãŒã®å®è£
ã§ã®ã¿æå®ã§ããŸãã",
"A_parameter_property_may_not_be_declared_using_a_binding_pattern_1187": "ãã©ã¡ãŒã¿ãŒ ããããã£ã¯ããã€ã³ã ãã¿ãŒã³ã䜿çšããŠå®£èšããããšã¯ã§ããŸããã",
"A_promise_must_have_a_then_method_1059": "Promise ã«ã¯ 'then' ã¡ãœãããå¿
èŠã§ãã",
"A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly_1331": "åã 'unique symbol' åã®ã¯ã©ã¹ã®ããããã£ã¯ã'static' ãš 'readonly' ã®äž¡æ¹ã§ããå¿
èŠããããŸãã",
"A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly_1330": "åã 'unique symbol' åã®ã€ã³ã¿ãŒãã§ã€ã¹ãŸãã¯åãªãã©ã«ã®ããããã£ã¯ã'readonly' ã§ããå¿
èŠããããŸãã",
"A_required_element_cannot_follow_an_optional_element_1257": "å¿
é èŠçŽ ãçç¥å¯èœãªèŠçŽ ã®åŸã«æå®ããããšã¯ã§ããŸããã",
"A_required_parameter_cannot_follow_an_optional_parameter_1016": "å¿
é ãã©ã¡ãŒã¿ãŒãçç¥å¯èœãªãã©ã¡ãŒã¿ãŒã®åŸã«æå®ããããšã¯ã§ããŸããã",
"A_rest_element_cannot_contain_a_binding_pattern_2501": "rest èŠçŽ ã«ãã€ã³ã ãã¿ãŒã³ãå«ããããšã¯ã§ããŸããã",
"A_rest_element_cannot_follow_another_rest_element_1265": "rest èŠçŽ ãå¥ã® rest èŠçŽ ã®åŸã«æå®ããããšã¯ã§ããŸããã",
"A_rest_element_cannot_have_a_property_name_2566": "rest èŠçŽ ã«ããããã£åãæå®ããããšã¯ã§ããŸããã",
"A_rest_element_cannot_have_an_initializer_1186": "rest èŠçŽ ã«åæååãæå®ããããšã¯ã§ããŸããã",
"A_rest_element_must_be_last_in_a_destructuring_pattern_2462": "rest èŠçŽ ã¯éæ§é åãã¿ãŒã³ã®æåŸã«æå®ããå¿
èŠããããŸãã",
"A_rest_element_type_must_be_an_array_type_2574": "rest èŠçŽ åã¯é
ååã§ããå¿
èŠããããŸãã",
"A_rest_parameter_cannot_be_optional_1047": "rest ãã©ã¡ãŒã¿ãŒãçç¥å¯èœã«ããããšã¯ã§ããŸããã",
"A_rest_parameter_cannot_have_an_initializer_1048": "rest ãã©ã¡ãŒã¿ãŒã«åæååãæå®ããããšã¯ã§ããŸããã",
"A_rest_parameter_must_be_last_in_a_parameter_list_1014": "rest ãã©ã¡ãŒã¿ãŒã¯ãã©ã¡ãŒã¿ãŒ ãªã¹ãã®æåŸã«æå®ããå¿
èŠããããŸãã",
"A_rest_parameter_must_be_of_an_array_type_2370": "rest ãã©ã¡ãŒã¿ãŒã¯é
ååã§ãªããã°ãªããŸããã",
"A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013": "rest ãã©ã¡ãŒã¿ãŒãŸãã¯ãã€ã³ã ãã¿ãŒã³ã«æ«å°Ÿã®ã³ã³ãããªãå¯èœæ§ããããŸãã",
"A_return_statement_can_only_be_used_within_a_function_body_1108": "'return' ã¹ããŒãã¡ã³ãã¯ã颿°æ¬äœã§ã®ã¿äœ¿çšã§ããŸãã",
"A_return_statement_cannot_be_used_inside_a_class_static_block_18041": "'return' ã¹ããŒãã¡ã³ãã®äœ¿çšãç¡å¹ã§ããã¯ã©ã¹ã®éçãããã¯å
ã§ã¯äœ¿çšã§ããŸããã",
"A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl_6167": "'baseUrl' ã®çžå¯Ÿçãªå Žæãæ€çŽ¢ããããã«ã€ã³ããŒããåãããããäžé£ã®ãšã³ããªã",
"A_set_accessor_cannot_have_a_return_type_annotation_1095": "'set' ã¢ã¯ã»ãµãŒã«ãæ»ãå€ã®åã®æ³šéãæå®ããããšã¯ã§ããŸããã",
"A_set_accessor_cannot_have_an_optional_parameter_1051": "'set' ã¢ã¯ã»ãµãŒã«ãçç¥å¯èœãã©ã¡ãŒã¿ãŒãæå®ããããšã¯ã§ããŸããã",
"A_set_accessor_cannot_have_rest_parameter_1053": "'set' ã¢ã¯ã»ãµãŒã« rest ãã©ã¡ãŒã¿ãŒãæå®ããããšã¯ã§ããŸããã",
"A_set_accessor_must_have_exactly_one_parameter_1049": "'set' ã¢ã¯ã»ãµãŒã«ã¯ãã©ã¡ãŒã¿ãŒã 1 ã€ã ãæå®ããªããã°ãªããŸããã",
"A_set_accessor_parameter_cannot_have_an_initializer_1052": "'set' ã¢ã¯ã»ãµãŒã®ãã©ã¡ãŒã¿ãŒã«åæååãå«ããããšã¯ã§ããŸããã",
"A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556": "spread åŒæ°ã«ã¯ãçµã®çš®é¡ãæå®ããããrest ãã©ã¡ãŒã¿ãŒã«æž¡ãå¿
èŠããããŸãã",
"A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401": "'super' ã®åŒã³åºãã¯ãåæåãããããããã£ããã©ã¡ãŒã¿ãŒã®ããããã£ãprivate èå¥åãæŽŸçã¯ã©ã¹ã«å«ãŸããŠããå Žåã¯ãã³ã³ã¹ãã©ã¯ã¿ãŒã®ã«ãŒãã¬ãã«ã®ã¹ããŒãã¡ã³ãã§ããå¿
èŠããããŸãã",
"A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376": "'super' ã®åŒã³åºãã¯ãåæåãããããããã£ããã©ã¡ãŒã¿ãŒã®ããããã£ãprivate èå¥åãæŽŸçã¯ã©ã¹ã«å«ãŸããŠããå Žåã¯ã'super' ã 'this' ãåç
§ããã³ã³ã¹ãã©ã¯ã¿ãŒã®æåã®ã¹ããŒãã¡ã³ãã§ããå¿
èŠããããŸãã",
"A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518": "'this' ããŒã¹åã®ã¬ãŒãã¯ãã©ã¡ãŒã¿ãŒ ããŒã¹åã®ã¬ãŒããšã¯äºææ§ããããŸããã",
"A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface_2526": "'this' åã¯ã¯ã©ã¹ãŸãã¯ã€ã³ã¿ãŒãã§ã€ã¹ã®éçã§ãªãã¡ã³ããŒã§ã®ã¿äœ¿çšã§ããŸãã",
"A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimM_1287": "'verbatimModuleSyntax' ãæå¹ã§ããå ŽåãCommonJS ã¢ãžã¥ãŒã«å
ã®å€å®£èšã§ãããã¬ãã«ã® 'export' 修食åã䜿çšããããšã¯ã§ããŸããã",
"A_tsconfig_json_file_is_already_defined_at_Colon_0_5054": "'tsconfig.json' ãã¡ã€ã«ã¯æ¢ã« '{0}' ã§å®çŸ©ãããŠããŸãã",
"A_tuple_member_cannot_be_both_optional_and_rest_5085": "ã¿ãã« ã¡ã³ããŒã optional ãš rest ã®äž¡æ¹ã«æå®ããããšã¯ã§ããŸããã",
"A_tuple_type_cannot_be_indexed_with_a_negative_value_2514": "ã¿ãã«åã«è² ã®å€ã®ã€ã³ããã¯ã¹ãæå®ããããšã¯ã§ããŸããã",
"A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007": "环ä¹åŒã®å·ŠèŸºã§åã¢ãµãŒã·ã§ã³åŒã䜿çšããããšã¯ã§ããŸãããåŒãæ¬åŒ§ã§å²ãããšãæ€èšããŠãã ããã",
"A_type_literal_property_cannot_have_an_initializer_1247": "åãªãã©ã« ããããã£ã«åæååã䜿çšããããšã¯ã§ããŸããã",
"A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both_1363": "åã®ã¿ã®ã€ã³ããŒãã§ã¯æ¢å®ã®ã€ã³ããŒããŸãã¯ååä»ããã€ã³ããæå®ã§ããŸãããäž¡æ¹ãæå®ããããšã¯ã§ããŸããã",
"A_type_predicate_cannot_reference_a_rest_parameter_1229": "åã®è¿°èªã¯ rest ãã©ã¡ãŒã¿ãŒãåç
§ã§ããŸããã",
"A_type_predicate_cannot_reference_element_0_in_a_binding_pattern_1230": "åã®è¿°èªã¯ããã€ã³ã ãã¿ãŒã³å
ã®èŠçŽ '{0}' ãåç
§ã§ããŸããã",
"A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods_1228": "åã®è¿°èªã¯ã颿°ããã³ã¡ãœããã®æ»ãå€ã®åã®äœçœ®ã§ã®ã¿äœ¿çšã§ããŸãã",
"A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type_2677": "type è¿°èªã®åã¯ãã®ãã©ã¡ãŒã¿ãŒã®åã«å²ãåœãŠå¯èœã§ããå¿
èŠããããŸãã",
"A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_w_1272": "'isolatedModules' ãš 'emitDecoratorMetadata' ãæå¹ã«ãªã£ãŠããå Žåã¯ãè£
食ããã眲åã§åç
§ãããåã 'import type' ãŸãã¯åå空éã€ã³ããŒãã§ã€ã³ããŒãããå¿
èŠããããŸãã",
"A_variable_whose_type_is_a_unique_symbol_type_must_be_const_1332": "åã 'unique symbol' åã®å€æ°ã¯ã'const' ã§ããå¿
èŠããããŸãã",
"A_yield_expression_is_only_allowed_in_a_generator_body_1163": "'yield' åŒã¯ããžã§ãã¬ãŒã¿ãŒæ¬æã§ã®ã¿äœ¿çšã§ããŸãã",
"Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression_2513": "ã¯ã©ã¹ '{1}' ã®æœè±¡ã¡ãœãã '{0}' ã«ã¯ super åŒãä»ããŠã¢ã¯ã»ã¹ã§ããŸããã",
"Abstract_methods_can_only_appear_within_an_abstract_class_1244": "æœè±¡ã¡ãœããã¯æœè±¡ã¯ã©ã¹å
ã§ã®ã¿äœ¿çšã§ããŸãã",
"Abstract_properties_can_only_appear_within_an_abstract_class_1253": "æœè±¡ããããã£ã¯æœè±¡ã¯ã©ã¹å
ã§ã®ã¿äœ¿çšã§ããŸãã",
"Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715": "ã³ã³ã¹ãã©ã¯ã¿ãŒå
ã§ã¯ã©ã¹ '{1}' ã®æœè±¡ãããã㣠'{0}' ã«ã¢ã¯ã»ã¹ã§ããŸããã",
"Accessibility_modifier_already_seen_1028": "ã¢ã¯ã»ã·ããªãã£ä¿®é£Ÿåã¯æ¢ã«ååšããŸãã",
"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056": "ã¢ã¯ã»ãµãŒã¯ ECMAScript 5 以äžãã¿ãŒã²ããã«ããå Žåã«ã®ã¿äœ¿çšã§ããŸãã",
"Accessors_must_both_be_abstract_or_non_abstract_2676": "ã¢ã¯ã»ãµãŒã¯ã©ã¡ããæœè±¡ãŸãã¯éæœè±¡ã§ããå¿
èŠããããŸãã",
"Add_0_to_unresolved_variable_90008": "'{0}' ãæªè§£æ±ºã®å€æ°ã«è¿œå ããŸã",
"Add_a_return_statement_95111": "return ã¹ããŒãã¡ã³ãã远å ãã",
"Add_a_return_type_to_the_function_declaration_9031": "颿°å®£èšã«æ»ãå€ã®åã远å ããŠãã ããã",
"Add_a_return_type_to_the_function_expression_9030": "颿°åŒã«æ»ãå€ã®åã远å ããŠãã ããã",
"Add_a_return_type_to_the_get_accessor_declaration_9032": "get ã¢ã¯ã»ãµãŒå®£èšã«æ»ãå€ã®åã远å ããŠãã ããã",
"Add_a_return_type_to_the_method_9034": "ã¡ãœããã«æ»ãå€ã®åã远å ããŠãã ãã",
"Add_a_type_annotation_to_the_parameter_0_9028": "ãã©ã¡ãŒã¿ãŒ {0} ã«å泚éã远å ããŠãã ããã",
"Add_a_type_annotation_to_the_property_0_9029": "ãããã㣠{0} ã«å泚éã远å ããŠãã ããã",
"Add_a_type_annotation_to_the_variable_0_9027": "倿° {0} ã«å泚éã远å ããŠãã ããã",
"Add_a_type_to_parameter_of_the_set_accessor_declaration_9033": "set ã¢ã¯ã»ãµãŒå®£èšã®ãã©ã¡ãŒã¿ãŒã«åã远å ããŠãã ããã",
"Add_all_missing_async_modifiers_95041": "äžè¶³ããŠãããã¹ãŠã® 'async' 修食åã远å ããŸã",
"Add_all_missing_attributes_95168": "äžè¶³ããŠãããã¹ãŠã®å±æ§ã远å ãã",
"Add_all_missing_call_parentheses_95068": "èŠã€ãããªãåŒã³åºãã®ãã£ãããã¹ãŠè¿œå ããŸã",
"Add_all_missing_function_declarations_95157": "äžè¶³ããŠãããã¹ãŠã®é¢æ°å®£èšã远å ããŸã",
"Add_all_missing_imports_95064": "äžè¶³ããŠãããã¹ãŠã®ã€ã³ããŒãã远å ãã",
"Add_all_missing_members_95022": "äžè¶³ããŠãããã¹ãŠã®ã¡ã³ããŒã远å ããŸã",
"Add_all_missing_override_modifiers_95162": "äžè¶³ããŠãããã¹ãŠã® 'override' 修食åã远å ãã",
"Add_all_missing_parameters_95190": "äžè¶³ããŠãããã¹ãŠã®ããããã£ã远å ããŠãã ãã",
"Add_all_missing_properties_95166": "äžè¶³ããŠãããã¹ãŠã®ããããã£ã远å ãã",
"Add_all_missing_return_statement_95114": "äžè¶³ããŠãããã¹ãŠã® return ã¹ããŒãã¡ã³ãã远å ãã",
"Add_all_missing_super_calls_95039": "äžè¶³ããŠãããã¹ãŠã® super ã®åŒã³åºãã远å ããŸã",
"Add_all_missing_type_annotations_90067": "äžè¶³ããŠãããã¹ãŠã®å泚éã远å ããŠãã ãã",
"Add_all_optional_parameters_95193": "ãã¹ãŠã®ãªãã·ã§ã³ ãã©ã¡ãŒã¿ãŒã远å ããŠãã ãã",
"Add_annotation_of_type_0_90062": "å '{0}' ã®æ³šéã远å ããŠãã ãã",
"Add_async_modifier_to_containing_function_90029": "å«ãŸããŠãã颿°ã« async 修食åã远å ããŸã",
"Add_await_95083": "'await' ã远å ãã",
"Add_await_to_initializer_for_0_95084": "'{0}' ã®åæååã« 'await' ã远å ãã",
"Add_await_to_initializers_95089": "åæååã« 'await' ã远å ãã",
"Add_braces_to_arrow_function_95059": "ã¢ããŒé¢æ°ã«äžãã£ãã远å ããŸã",
"Add_const_to_all_unresolved_variables_95082": "ãã¹ãŠã®æªè§£æ±ºã®å€æ°ã« 'const' ã远å ãã",
"Add_const_to_unresolved_variable_95081": "æªè§£æ±ºã®å€æ°ã« 'const' ã远å ãã",
"Add_definite_assignment_assertion_to_property_0_95020": "ãããã㣠'{0}' ã«éå®ä»£å
¥ã¢ãµãŒã·ã§ã³ã远å ããŸã",
"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028": "åæåãããŠããªããã¹ãŠã®ããããã£ã«éå®ä»£å
¥ã¢ãµãŒã·ã§ã³ã远å ããŸã",
"Add_export_to_make_this_file_into_a_module_95097": "'export {}' ã远å ããŠããã®ãã¡ã€ã«ãã¢ãžã¥ãŒã«ã«ãã",
"Add_extends_constraint_2211": "'extends' å¶çŽã远å ããŸãã",
"Add_extends_constraint_to_all_type_parameters_2212": "ãã¹ãŠã®åãã©ã¡ãŒã¿ãŒã« 'extends' å¶çŽã远å ãã",
"Add_import_from_0_90057": "\"{0}\" ããã®ã€ã³ããŒãã®è¿œå ",
"Add_index_signature_for_property_0_90017": "ãããã㣠'{0}' ã®ã€ã³ããã¯ã¹ ã·ã°ããã£ã远å ãã",
"Add_initializer_to_property_0_95019": "ãããã㣠'{0}' ã«åæååã远å ããŸã",
"Add_initializers_to_all_uninitialized_properties_95027": "åæåãããŠããªããã¹ãŠã®ããããã£ã«åæååã远å ããŸã",
"Add_missing_attributes_95167": "äžè¶³ããŠãã屿§ã®è¿œå ",
"Add_missing_call_parentheses_95067": "èŠã€ãããªãåŒã³åºãã®ãã£ãã远å ããŸã",
"Add_missing_comma_for_object_member_completion_0_95187": "ãªããžã§ã¯ã ã¡ã³ããŒè£å® '{0}' ã«äžè¶³ããŠããã³ã³ãã远å ããŠãã ããã",
"Add_missing_enum_member_0_95063": "äžè¶³ããŠããåæåã¡ã³ã㌠'{0}' ã远å ãã",
"Add_missing_function_declaration_0_95156": "äžè¶³ããŠãã颿°å®£èš '{0}' ã远å ããŸã",
"Add_missing_new_operator_to_all_calls_95072": "äžè¶³ããŠãã 'new' æŒç®åããã¹ãŠã®åŒã³åºãã«è¿œå ãã",
"Add_missing_new_operator_to_call_95071": "äžè¶³ããŠãã 'new' æŒç®åãåŒã³åºãã«è¿œå ãã",
"Add_missing_parameter_to_0_95188": "'{0}' ã«äžè¶³ããŠãããã©ã¡ãŒã¿ãŒã远å ããŠãã ãã",
"Add_missing_parameters_to_0_95189": "'{0}' ã«äžè¶³ããŠãããã©ã¡ãŒã¿ãŒã远å ããŠãã ãã",
"Add_missing_properties_95165": "äžè¶³ããŠãããã¹ãŠã®ããããã£ã®è¿œå ",
"Add_missing_super_call_90001": "æ¬ èœããŠãã 'super()' åŒã³åºãã远å ãã",
"Add_missing_typeof_95052": "äžè¶³ããŠãã 'typeof' ã远å ããŸã",
"Add_names_to_all_parameters_without_names_95073": "ååã®ãªããã¹ãŠã®ãã©ã¡ãŒã¿ãŒã«ååã远å ãã",
"Add_optional_parameter_to_0_95191": "ãªãã·ã§ã³ ãã©ã¡ãŒã¿ãŒã '{0}' ã«è¿œå ããŠãã ãã",
"Add_optional_parameters_to_0_95192": "çç¥å¯èœãªãã©ã¡ãŒã¿ãŒã '{0}' ã«è¿œå ãã",
"Add_or_remove_braces_in_an_arrow_function_95058": "ã¢ããŒé¢æ°å
ã®äžãã£ãã远å ãŸãã¯åé€ããŸã",
"Add_override_modifier_95160": "'override' 修食åã远å ãã",
"Add_parameter_name_90034": "ãã©ã¡ãŒã¿ãŒåã远å ãã",
"Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037": "ã¡ã³ããŒåãšäžèŽãããã¹ãŠã®æªè§£æ±ºã®å€æ°ã«ä¿®é£Ÿåã远å ããŸã",
"Add_resolution_mode_import_attribute_95196": "'resolution-mode' ã€ã³ããŒã屿§ã远å ãã",
"Add_resolution_mode_import_attribute_to_all_type_only_imports_that_need_it_95197": "'resolution-mode' ã€ã³ããŒã屿§ããå¿
èŠãšãããã¹ãŠã®åã®ã¿ã®ã€ã³ããŒãã«è¿œå ãã",
"Add_return_type_0_90063": "æ»ãå€ã®å '{0}' ã远å ããŠãã ãã",
"Add_satisfies_and_a_type_assertion_to_this_expression_satisfies_T_as_T_to_make_the_type_explicit_9035": "åãæç€ºçã«ããã«ã¯ããã®åŒã« satisfies ãšåã¢ãµãŒã·ã§ã³ã远å ããŠãã ãã (satisfies T as T)ã",
"Add_satisfies_and_an_inline_type_assertion_with_0_90068": "'{0}' ã䜿çšã㊠satisfies ãšã€ã³ã©ã€ã³åã®ã¢ãµãŒã·ã§ã³ã远å ããŠãã ãã",
"Add_to_all_uncalled_decorators_95044": "åŒã³åºãããŠããªããã¹ãŠã®ãã³ã¬ãŒã¿ãŒã« '()' ã远å ããŸã",
"Add_ts_ignore_to_all_error_messages_95042": "ãã¹ãŠã®ãšã©ãŒ ã¡ãã»ãŒãžã« '@ts-ignore' ã远å ããŸã",
"Add_undefined_to_a_type_when_accessed_using_an_index_6674": "ã€ã³ããã¯ã¹ã䜿çšããŠã¢ã¯ã»ã¹ããå Žåã¯ã'undefined' ãåã«è¿œå ããŸãã",
"Add_undefined_to_optional_property_type_95169": "çç¥å¯èœãªããããã£åã« 'undefined' ã远å ããŸã",
"Add_undefined_type_to_all_uninitialized_properties_95029": "åæåãããŠããªããã¹ãŠã®ããããã£ã«æªå®çŸ©ã®åã远å ããŸã",
"Add_undefined_type_to_property_0_95018": "ãããã㣠'{0}' ã« 'æªå®çŸ©' ã®åã远å ããŸã",
"Add_unknown_conversion_for_non_overlapping_types_95069": "éè€ããŠããªãåã«å¯Ÿã㊠'unknown' 倿ã远å ãã",
"Add_unknown_to_all_conversions_of_non_overlapping_types_95070": "éè€ããŠããªãåã®ãã¹ãŠã®å€æã« 'unknown' ã远å ãã",
"Add_void_to_Promise_resolved_without_a_value_95143": "å€ãªãã§è§£æ±ºããã Promise ã« 'void' ã远å ããŸã",
"Add_void_to_all_Promises_resolved_without_a_value_95144": "å€ãªãã§è§£æ±ºããããã¹ãŠã® Promise ã« 'void' ã远å ããŸã",
"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068": "tsconfig.json ãã¡ã€ã«ã远å ãããšãTypeScript ãã¡ã€ã«ãš JavaScript ãã¡ã€ã«ã®äž¡æ¹ãå«ããããžã§ã¯ããæŽçã§ããŸãã詳现ã«ã€ããŠã¯ãhttps://aka.ms/tsconfig ãã芧ãã ããã",
"All_declarations_of_0_must_have_identical_constraints_2838": "'{0}' ã®ãã¹ãŠã®å®£èšã«ã¯ãåäžã®å¶çŽãå¿
èŠã§ãã",
"All_declarations_of_0_must_have_identical_modifiers_2687": "'{0}' ã®ãã¹ãŠã®å®£èšã«ã¯ãåäžã®ä¿®é£Ÿåãå¿
èŠã§ãã",
"All_declarations_of_0_must_have_identical_type_parameters_2428": "'{0}' ã®ãã¹ãŠã®å®£èšã«ã¯ãåäžã®åãã©ã¡ãŒã¿ãŒãããå¿
èŠããããŸãã",
"All_declarations_of_an_abstract_method_must_be_consecutive_2516": "æœè±¡ã¡ãœããã®å®£èšã¯ãã¹ãŠé£ç¶ããŠããå¿
èŠããããŸãã",
"All_destructured_elements_are_unused_6198": "éæ§é åèŠçŽ ã¯ãããã䜿çšãããŠããŸããã",
"All_imports_in_import_declaration_are_unused_6192": "ã€ã³ããŒã宣èšå
ã®ã€ã³ããŒãã¯ãã¹ãŠæªäœ¿çšã§ãã",
"All_type_parameters_are_unused_6205": "ãã¹ãŠã®åãã©ã¡ãŒã¿ãŒã䜿çšãããŠããŸããã",
"All_variables_are_unused_6199": "ãã¹ãŠã®å€æ°ã¯æªäœ¿çšã§ãã",
"Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these__6600": "JavaScript ãã¡ã€ã«ãããã°ã©ã ã®äžéšãšããŠäœ¿çšããããšãèš±å¯ããŸãã'checkJS' ãªãã·ã§ã³ã䜿çšããŠããããã®ãã¡ã€ã«ãããšã©ãŒãååŸããŠãã ããã",
"Allow_accessing_UMD_globals_from_modules_6602": "ã¢ãžã¥ãŒã«ãã UMD ã°ããŒãã«ãžã®ã¢ã¯ã»ã¹ãèš±å¯ããŸãã",
"Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011": "æ¢å®ã®ãšã¯ã¹ããŒãããªãã¢ãžã¥ãŒã«ããã®æ¢å®ã®ã€ã³ããŒããèš±å¯ããŸããããã¯ãåãã§ãã¯ã®ã¿ã®ãããã³ãŒãçæã«ã¯åœ±é¿ãäžããŸããã",
"Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export_6601": "ã¢ãžã¥ãŒã«ã«æ¢å®ã®ãšã¯ã¹ããŒãããªãå Žåã¯ã'import x from y' ãèš±å¯ããŸãã",
"Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639": "tslib ãããã«ããŒé¢æ°ããã¡ã€ã«ããšã«å«ããã®ã§ã¯ãªãããããžã§ã¯ãããšã« 1 åã€ã³ããŒãããããšãèš±å¯ããŸãã",
"Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noE_6407": "TypeScript ãã¡ã€ã«æ¡åŒµåãå«ããã€ã³ããŒããèš±å¯ããŠãã ããã'--moduleResolution bundler' ãš '--noEmit' ãŸã㯠'--emitDeclarationOnly' ã®ãããããèšå®ããå¿
èŠããããŸãã",
"Allow_javascript_files_to_be_compiled_6102": "javascript ãã¡ã€ã«ã®ã³ã³ãã€ã«ãèš±å¯ããŸãã",
"Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules_6691": "ã¢ãžã¥ãŒã«ã解決ãããšãã«è€æ°ã®ãã©ã«ããŒã 1 ã€ã®ãã©ã«ããŒãšããŠåŠçããããšãèš±å¯ããŸãã",
"Already_included_file_name_0_differs_from_file_name_1_only_in_casing_1261": "æ¢ã«å«ãŸããŠãããã¡ã€ã«å '{0}' ã¯ããã¡ã€ã«å '{1}' ãšå€§æåãšå°æåã®æå®ã ããç°ãªããŸãã",
"Ambient_module_declaration_cannot_specify_relative_module_name_2436": "ã¢ã³ããšã³ã ã¢ãžã¥ãŒã«å®£èšã§ã¯ãçžå¯Ÿã¢ãžã¥ãŒã«åãæå®ã§ããŸããã",
"Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces_2435": "ã¢ã³ããšã³ã ã¢ãžã¥ãŒã«ããä»ã®ã¢ãžã¥ãŒã«ãŸãã¯åå空éå
ã®å
¥ãåã«ããããšã¯ã§ããŸããã",
"An_AMD_module_cannot_have_multiple_name_assignments_2458": "AMD ã¢ãžã¥ãŒã«ã«è€æ°ã®ååã代å
¥ããããšã¯ã§ããŸããã",
"An_abstract_accessor_cannot_have_an_implementation_1318": "æœè±¡ã¢ã¯ã»ãµãŒã«å®è£
ãå«ããããšã¯ã§ããŸããã",
"An_accessibility_modifier_cannot_be_used_with_a_private_identifier_18010": "ã¢ã¯ã»ã·ããªãã£ä¿®é£Ÿåã private èå¥åãšå
±ã«äœ¿çšããããšã¯ã§ããŸããã",
"An_accessor_cannot_have_type_parameters_1094": "ã¢ã¯ã»ãµãŒã«åãã©ã¡ãŒã¿ãŒãæå®ããããšã¯ã§ããŸããã",
"An_accessor_property_cannot_be_declared_optional_1276": "'accessor' ããããã£ã¯ãªãã·ã§ã³ãšããŠå®£èšã§ããŸããã",
"An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234": "ã¢ã³ããšã³ã ã¢ãžã¥ãŒã«å®£èšã¯ããã¡ã€ã«ã®æäžäœã«ã®ã¿äœ¿çšã§ããŸãã",
"An_argument_for_0_was_not_provided_6210": "'{0}' ã®åŒæ°ãæå®ãããŠããŸããã",
"An_argument_matching_this_binding_pattern_was_not_provided_6211": "ãã®ãã€ã³ã ãã¿ãŒã³ã«äžèŽããåŒæ°ãæå®ãããŠããŸããã",
"An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type_2356": "ç®è¡ãªãã©ã³ã㯠'any' åã'number' åãâbigint' åãåæåã®ããããã§ããå¿
èŠããããŸãã",
"An_arrow_function_cannot_have_a_this_parameter_2730": "ã¢ããŒé¢æ°ã« 'this' ãã©ã¡ãŒã¿ãŒãæå®ããããšã¯ã§ããŸããã",
"An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_2705": "ES5 ã®éåæã®é¢æ°ãŸãã¯ã¡ãœããã«ã¯ã'Promise' ã³ã³ã¹ãã©ã¯ã¿ãŒãå¿
èŠã§ãã'Promise' ã³ã³ã¹ãã©ã¯ã¿ãŒã®å®£èšãããããšã確èªãããã'--lib' ãªãã·ã§ã³ã« 'ES2015' ãçµã¿èŸŒãã§ãã ããã",
"An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_in_2697": "éåæé¢æ°ãŸãã¯ã¡ãœãã㯠'Promise' ãè¿ãå¿
èŠããããŸãã'Promise' ã®å®£èšãããããšããŸã㯠'--lib' ãªãã·ã§ã³ã« 'ES2015' ãå«ããŠããããšã確èªããŠãã ããã",
"An_async_iterator_must_have_a_next_method_2519": "éåæå埩åã«ã¯ 'next()' ã¡ãœãããå¿
èŠã§ãã",
"An_element_access_expression_should_take_an_argument_1011": "èŠçŽ ã¢ã¯ã»ã¹åŒã§ã¯ãåŒæ°ãåãå¿
èŠããããŸãã",
"An_enum_member_cannot_be_named_with_a_private_identifier_18024": "private èå¥åã䜿çšããŠåæåã¡ã³ããŒã«ååãä»ããããšã¯ã§ããŸããã",
"An_enum_member_cannot_have_a_numeric_name_2452": "åæåã¡ã³ããŒã«æ°å€åãå«ããããšã¯ã§ããŸããã",
"An_enum_member_name_must_be_followed_by_a_or_1357": "åæåã¡ã³ããŒåã®åŸã«ã¯ã','ã'='ã'}' ã®ãããããæå®ããå¿
èŠããããŸãã",
"An_expanded_version_of_this_information_showing_all_possible_compiler_options_6928": "䜿çšå¯èœãªãã¹ãŠã®ã³ã³ãã€ã© ãªãã·ã§ã³ã瀺ãããã®æ
å ±ã®æ¡åŒµããŒãžã§ã³",
"An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements_2309": "ãšã¯ã¹ããŒãã®ä»£å
¥ã¯ããšã¯ã¹ããŒããããä»ã®èŠçŽ ãå«ãã¢ãžã¥ãŒã«ã§ã¯äœ¿çšã§ããŸããã",
"An_export_assignment_cannot_be_used_in_a_namespace_1063": "ãšã¯ã¹ããŒãã®ä»£å
¥ã¯ãåå空éã§ã¯äœ¿çšã§ããŸããã",
"An_export_assignment_cannot_have_modifiers_1120": "ãšã¯ã¹ããŒãã®ä»£å
¥ã«ä¿®é£Ÿåãæå®ããããšã¯ã§ããŸããã",
"An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration_1231": "ãšã¯ã¹ããŒãã®å²ãåœãŠã¯ããã¡ã€ã«ãŸãã¯ã¢ãžã¥ãŒã«ã®å®£èšã®ãããã¬ãã«ã«ããå¿
èŠããããŸãã",
"An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474": "ãšã¯ã¹ããŒã宣èšã¯ãã¢ãžã¥ãŒã«ã®æäžäœã¬ãã«ã§ã®ã¿äœ¿çšã§ããŸãã",
"An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233": "ãšã¯ã¹ããŒã宣èšã¯ãåå空éãŸãã¯ã¢ãžã¥ãŒã«ã®æäžäœã¬ãã«ã§ã®ã¿äœ¿çšã§ããŸãã",
"An_export_declaration_cannot_have_modifiers_1193": "ãšã¯ã¹ããŒã宣èšã«ä¿®é£Ÿåãæå®ããããšã¯ã§ããŸããã",
"An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolve_1283": "'verbatimModuleSyntax' ãæå¹ã§ããå Žåã 'export =' 宣èšã¯å®éã®å€ãåç
§ããå¿
èŠããããŸããã'{0}' ã¯åã®ã¿ã®å®£èšã«è§£æ±ºãããŸãã",
"An_export_declaration_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers__1282": "'verbatimModuleSyntax' ãæå¹ã§ããå Žåã'export =' 宣èšã¯å€ãåç
§ããå¿
èŠããããŸããã'{0}' ã¯åã®ã¿ãåç
§ããŠããŸãã",
"An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_1285": "'verbatimModuleSyntax' ãæå¹ã§ããå Žåã'export default' ã¯å®éã®å€ãåç
§ããå¿
èŠããããŸããã'{0}' ã¯åã®ã¿ã®å®£èšã«è§£æ±ºãããŸãã",
"An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_1284": "'verbatimModuleSyntax' ãæå¹ã§ããå Žåã'export default' ã¯å€ãåç
§ããå¿
èŠããããŸããã'{0}' ã¯åã®ã¿ãåç
§ããŠããŸãã",
"An_expression_of_type_void_cannot_be_tested_for_truthiness_1345": "'void' åã®åŒã¯ãç宿§ããã¹ãã§ããŸããã",
"An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198": "æ¡åŒµããã Unicode ãšã¹ã±ãŒãå€ã¯ 0x0 ãš 0x10FFFF ã®é (䞡端ãå«ã) ã§ãªããã°ãªããŸããã",
"An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal_1351": "èå¥åãŸãã¯ããŒã¯ãŒããæ°å€ãªãã©ã«ã®ããåŸã«æå®ããããšã¯ã§ããŸããã",
"An_implementation_cannot_be_declared_in_ambient_contexts_1183": "å®è£
ã¯ç°å¢ã³ã³ããã¹ãã§ã¯å®£èšã§ããŸããã",
"An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type_1379": "ã€ã³ããŒã ãšã€ãªã¢ã¹ã¯ã'export type' ã䜿çšããŠãšã¯ã¹ããŒãããã宣èšãåç
§ã§ããŸããã",
"An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type_1380": "ã€ã³ããŒã ãšã€ãªã¢ã¹ã¯ã'import type' ã䜿çšããŠã€ã³ããŒãããã宣èšãåç
§ã§ããŸããã",
"An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabl_1288": "'verbatimModuleSyntax' ãæå¹ã§ããå Žåãã€ã³ããŒã ãšã€ãªã¢ã¹ãåãŸãã¯åã®ã¿ã®å®£èšã«è§£æ±ºããããšã¯ã§ããŸããã",
"An_import_alias_cannot_use_import_type_1392": "ã€ã³ããŒã ãšã€ãªã¢ã¹ã§ 'import type' ã䜿çšããããšã¯ã§ããŸãã",
"An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473": "ã€ã³ããŒã宣èšã¯ãã¢ãžã¥ãŒã«ã®æäžäœã¬ãã«ã§ã®ã¿äœ¿çšã§ããŸãã",
"An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232": "ã€ã³ããŒã宣èšã¯ãåå空éãŸãã¯ã¢ãžã¥ãŒã«ã®æäžäœã¬ãã«ã§ã®ã¿äœ¿çšã§ããŸãã",
"An_import_declaration_cannot_have_modifiers_1191": "ã€ã³ããŒã宣èšã«ä¿®é£Ÿåãæå®ããããšã¯ã§ããŸããã",
"An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled_5097": "'allowImportingTsExtensions' ãæå¹ã§ããå Žåãã€ã³ããŒã ãã¹ã®æ«å°Ÿã«ã¯ '{0}' æ¡åŒµåã®ã¿ãæå®ã§ããŸãã",
"An_index_signature_cannot_have_a_rest_parameter_1017": "ã€ã³ããã¯ã¹ ã·ã°ããã£ã« rest ãã©ã¡ãŒã¿ãŒãæå®ããããšã¯ã§ããŸããã",
"An_index_signature_cannot_have_a_trailing_comma_1025": "ã€ã³ããã¯ã¹ ã·ã°ããã£ã®æ«å°Ÿã«ã³ã³ããæå®ããããšã¯ã§ããŸããã",
"An_index_signature_must_have_a_type_annotation_1021": "ã€ã³ããã¯ã¹ ã·ã°ããã£ã«ã¯åã®æ³šéãå¿
èŠã§ãã",
"An_index_signature_must_have_exactly_one_parameter_1096": "ã€ã³ããã¯ã¹ ã·ã°ããã£ã«ã¯ããã©ã¡ãŒã¿ãŒã 1 ã€ã ãæå®ããªããã°ãªããŸããã",
"An_index_signature_parameter_cannot_have_a_question_mark_1019": "ã€ã³ããã¯ã¹ ã·ã°ããã£ã®ãã©ã¡ãŒã¿ãŒã«çå笊ãæå®ããããšã¯ã§ããŸããã",
"An_index_signature_parameter_cannot_have_an_accessibility_modifier_1018": "ã€ã³ããã¯ã¹ ã·ã°ããã£ã®ãã©ã¡ãŒã¿ãŒã«ã¢ã¯ã»ã·ããªãã£ä¿®é£Ÿåãæå®ããããšã¯ã§ããŸããã",
"An_index_signature_parameter_cannot_have_an_initializer_1020": "ã€ã³ããã¯ã¹ ã·ã°ããã£ã®ãã©ã¡ãŒã¿ãŒã«åæååãæå®ããããšã¯ã§ããŸããã",
"An_index_signature_parameter_must_have_a_type_annotation_1022": "ã€ã³ããã¯ã¹ ã·ã°ããã£ã®ãã©ã¡ãŒã¿ãŒã«ã¯åã®æ³šéãå¿
èŠã§ãã",
"An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_o_1337": "ã€ã³ããã¯ã¹ ã·ã°ãã㣠ãã©ã¡ãŒã¿ãŒã®åããªãã©ã«åãŸãã¯ãžã§ããªãã¯åã«ããããšã¯ã§ããŸããã代ããã«ããããããããªããžã§ã¯ãåã®äœ¿çšãæ€èšããŠãã ããã",
"An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type_1268": "ã€ã³ããã¯ã¹ ã·ã°ãã㣠ãã©ã¡ãŒã¿ãŒåã¯ã'string'ã'number'ã'symbol'ããŸãã¯ãã³ãã¬ãŒã ãªãã©ã«ã®åã§ããå¿
èŠããããŸãã",
"An_instantiation_expression_cannot_be_followed_by_a_property_access_1477": "ã€ã³ã¹ã¿ã³ã¹ååŒã®åŸã«ãããã㣠ã¢ã¯ã»ã¹ãç¶ããããšã¯ã§ããŸããã",
"An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499": "ã€ã³ã¿ãŒãã§ã€ã¹ãæ¡åŒµããã®ã¯ããªãã·ã§ã³ã®ååŒæ°ãæå®ãããèå¥å/å®å
šä¿®é£Ÿåã®ã¿ã§ãã",
"An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_me_2312": "ã€ã³ã¿ãŒãã§ã€ã¹ãæ¡åŒµã§ããã®ã¯ããªããžã§ã¯ãåãŸãã¯éçãªæ¢ç¥ã®ã¡ã³ããŒãæã€ãªããžã§ã¯ãåã®ç©éåã®ã¿ã§ãã",
"An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types_2840": "ã€ã³ã¿ãŒãã§ã€ã¹ã '{0}' ã®ãããªããªããã£ãåãæ¡åŒµããããšã¯ã§ããŸãããæ¡åŒµã§ããã®ã¯ããã®ä»ã®ååä»ããªããžã§ã¯ãåã®ã¿ã§ãã",
"An_interface_property_cannot_have_an_initializer_1246": "ã€ã³ã¿ãŒãã§ã€ã¹ ããããã£ã«åæååã䜿çšããããšã¯ã§ããŸããã",
"An_iterator_must_have_a_next_method_2489": "å埩åã«ã¯ 'next()' ã¡ãœãããå¿
èŠã§ãã",
"An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017": "@jsx pragma ã JSX ãã©ã°ã¡ã³ãã§äœ¿çšããå Žåã¯ã@jsxFrag pragma ãå¿
èŠã§ãã",
"An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118": "ãªããžã§ã¯ã ãªãã©ã«ã«åãååã®è€æ°ã® get/set ã¢ã¯ã»ãµãŒãæå®ããããšã¯ã§ããŸããã",
"An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117": "ãªããžã§ã¯ã ãªãã©ã«ã«åãååã®è€æ°ã®ããããã£ãæå®ããããšã¯ã§ããŸããã",
"An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119": "ãªããžã§ã¯ã ãªãã©ã«ã«ã¯ãåãååã®ããããã£ããã³ã¢ã¯ã»ãµãŒãæå®ããããšã¯ã§ããŸããã",
"An_object_member_cannot_be_declared_optional_1162": "ãªããžã§ã¯ã ã¡ã³ããŒãçç¥å¯èœãšããŠå®£èšããããšã¯ã§ããŸããã",
"An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_han_2861": "ãªããžã§ã¯ãã® '[Symbol.hasInstance]' ã¡ãœããã 'instanceof' åŒã®å³åŽã§äœ¿çšããã«ã¯ããã®ã¡ãœãããããŒã«å€ãè¿ãå¿
èŠããããŸãã",
"An_optional_chain_cannot_contain_private_identifiers_18030": "çç¥å¯èœãªãã§ãŒã³ã«ã¯ãpirvate èå¥åãå«ããããšã¯ã§ããŸããã",
"An_optional_element_cannot_follow_a_rest_element_1266": "çç¥å¯èœãªèŠçŽ ã rest èŠçŽ ã®åŸã«æå®ããããšã¯ã§ããŸããã",
"An_outer_value_of_this_is_shadowed_by_this_container_2738": "'this' ã®å€éšå€ããã®ã³ã³ãããŒã«ãã£ãŠã·ã£ããŠãããŠããŸãã",
"An_overload_signature_cannot_be_declared_as_a_generator_1222": "ãªãŒããŒããŒã ã·ã°ããã£ããžã§ãã¬ãŒã¿ãŒãšããŠå®£èšããããšã¯ã§ããŸããã",
"An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_ex_17006": "环ä¹åŒã®å·ŠèŸºã§ '{0}' æŒç®åãå«ãåé
åŒã䜿çšããããšã¯ã§ããŸãããåŒãæ¬åŒ§ã§å²ãããšãæ€èšããŠãã ããã",
"Annotate_everything_with_types_from_JSDoc_95043": "ãã¹ãŠã« JSDoc ã®åã§æ³šéãä»ããŸã",
"Annotate_types_of_properties_expando_function_in_a_namespace_90071": "åå空éå
ã®ãããã㣠expando 颿°ã®åã«æ³šéãä»ããŠãã ãã",
"Annotate_with_type_from_JSDoc_95009": "JSDoc ã®åã§æ³šéãä»ããŸã",
"Another_export_default_is_here_2753": "å¥ã®ãšã¯ã¹ããŒãã®æ¢å®å€ãããã«ãããŸãã",
"Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_t_1528": "è€æ°ã®æåãšäžèŽããå¯èœæ§ã®ãã Unicode ããããã£ã¯ãUnicode Sets (v) ãã©ã°ãèšå®ãããŠããå Žåã«ã®ã¿äœ¿çšã§ããŸãã",
"Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_characte_1518": "è€æ°ã®æåãšäžèŽããå¯èœæ§ã®ãããã®ã¯ãã¹ãŠãè² æ°åãããæåã¯ã©ã¹å
ã§ã¯ç¡å¹ã§ãã",
"Are_you_missing_a_semicolon_2734": "ã»ãã³ãã³ãå¿ããŠããŸããã?",
"Argument_expression_expected_1135": "åŒæ°åŒãå¿
èŠã§ãã",
"Argument_for_0_option_must_be_Colon_1_6046": "'{0}' ãªãã·ã§ã³ã®åŒæ°ã¯ {1} ã§ããå¿
èŠããããŸãã",
"Argument_of_dynamic_import_cannot_be_spread_element_1325": "åçã€ã³ããŒãã®åŒæ°ã«ã¹ãã¬ããèŠçŽ ã¯æå®ã§ããŸããã",
"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345": "å '{0}' ã®åŒæ°ãå '{1}' ã®ãã©ã¡ãŒã¿ãŒã«å²ãåœãŠãããšã¯ã§ããŸããã",
"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_tr_2379": "å '{0}' ã®åŒæ°ãã'exactOptionalPropertyTypes: true' ãæå®ãããŠããå '{1}' ã®ãã©ã¡ãŒã¿ãŒã«å²ãåœãŠãããšã¯ã§ããŸãããã¿ãŒã²ããã®ããããã£ã®åã« 'undefined' ã远å ããããšãæ€èšããŠãã ããã",
"Arguments_for_the_rest_parameter_0_were_not_provided_6236": "rest ãã©ã¡ãŒã¿ãŒ '{0}' ã®åŒæ°ãæå®ãããŸããã§ããã",
"Array_element_destructuring_pattern_expected_1181": "é
åèŠçŽ ã®éæ§é åãã¿ãŒã³ãå¿
èŠã§ãã",
"Arrays_with_spread_elements_can_t_inferred_with_isolatedDeclarations_9018": "spread èŠçŽ ãå«ãé
åã --isolatedDeclarations ãšå
±ã«æšè«ããããšã¯ã§ããŸããã",
"Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation_2775": "ã¢ãµãŒã·ã§ã³ã§ã¯ãåŒã³åºãå
ã®ãã¹ãŠã®ååãæç€ºçãªåã®æ³šéã§å®£èšãããŠããå¿
èŠããããŸãã",
"Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name_2776": "ã¢ãµãŒã·ã§ã³ã§ã¯ãåŒã³åºãå
ãèå¥åãŸãã¯ä¿®é£Ÿåã§ããå¿
èŠããããŸãã",
"Assigning_properties_to_functions_without_declaring_them_is_not_supported_with_isolatedDeclarations__9023": "宣èšããã«é¢æ°ã«ããããã£ãå²ãåœãŠãããšã¯ã--isolatedDeclarations ã§ã¯ãµããŒããããŠããŸããããã®é¢æ°ã«å²ãåœãŠãããããããã£ã«æç€ºçãªå®£èšã远å ããŠãã ããã",
"Asterisk_Slash_expected_1010": "'*/' ãå¿
èŠã§ãã",
"At_least_one_accessor_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9009": "å°ãªããšã 1 ã€ã®ã¢ã¯ã»ãµãŒã«ã--isolatedDeclarations ãå«ãæç€ºçãªåã®æ³šéãå¿
èŠã§ãã",
"Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_2669": "ã°ããŒãã« ã¹ã³ãŒãã®æ¡åŒµãçŽæ¥å
¥ãåã«ã§ããã®ã¯ãå€éšã¢ãžã¥ãŒã«ãŸãã¯ç°å¢ã¢ãžã¥ãŒã«ã®å®£èšå
ã®ã¿ã§ãã",
"Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambien_2670": "ã°ããŒãã« ã¹ã³ãŒãã®æ¡åŒµã¯ãç°å¢ã³ã³ããã¹ãã«æ¢ã«ããå Žåãé€ããŠã'declare' 修食åã䜿çšããå¿
èŠããããŸãã",
"Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using__6140": "ãããžã§ã¯ã '{0}' ã§åæå®ã®èªåæ€åºãæå¹ã«ãªã£ãŠããŸãããã£ãã·ã¥ã®å Žæ '{2}' ã䜿çšããŠãã¢ãžã¥ãŒã« '{1}' ã«å¯ŸããŠè¿œå ã®è§£æ±ºãã¹ãå®è¡ããŠããŸãã",
"BUILD_OPTIONS_6919": "ãã«ã ãªãã·ã§ã³",
"Backwards_Compatibility_6253": "äžäœäºææ§",
"Base_class_expressions_cannot_reference_class_type_parameters_2562": "åºåºã¯ã©ã¹ã®åŒã§ã¯ã¯ã©ã¹ã®åãã©ã¡ãŒã¿ãŒãåç
§ããããšã¯ã§ããŸããã",
"Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_2509": "åºåºã³ã³ã¹ãã©ã¯ã¿ãŒã®æ»ãå€ã®å '{0}' ãããªããžã§ã¯ãåãŸãã¯éçãªæ¢ç¥ã®ã¡ã³ããŒãæã€ãªããžã§ã¯ãåã®ç©éåã§ã¯ãããŸããã",
"Base_constructors_must_all_have_the_same_return_type_2510": "æ¢å®ã³ã³ã¹ãã©ã¯ã¿ãŒã®æ»ãå€ã®åã¯ããã¹ãŠåãã§ããå¿
èŠããããŸãã",
"Base_directory_to_resolve_non_absolute_module_names_6083": "çžå¯Ÿã¢ãžã¥ãŒã«åã解決ããããã®ããŒã¹ ãã£ã¬ã¯ããªã",
"BigInt_literals_are_not_available_when_targeting_lower_than_ES2020_2737": "ã¿ãŒã²ããã ES2020 æªæºã®å Žåãbigint ãªãã©ã«ã¯äœ¿çšã§ããŸããã",
"Binary_digit_expected_1177": "2 é²ã®æ°åãå¿
èŠã§ãã",
"Binding_element_0_implicitly_has_an_1_type_7031": "ãã€ã³ãèŠçŽ '{0}' ã«ã¯æé»çã« '{1}' åãå«ãŸããŸãã",
"Binding_elements_can_t_be_exported_directly_with_isolatedDeclarations_9019": "ãã€ã³ãèŠçŽ ã --isolatedDeclarations ãšå
±ã«çŽæ¥ãšã¯ã¹ããŒãããããšã¯ã§ããŸããã",
"Block_scoped_variable_0_used_before_its_declaration_2448": "ããã㯠ã¹ã³ãŒãã®å€æ° '{0}' ãã宣èšã®åã«äœ¿çšãããŠããŸãã",
"Build_a_composite_project_in_the_working_directory_6925": "äœæ¥ãã£ã¬ã¯ããªã«è€åãããžã§ã¯ããäœæããŸãã",
"Build_all_projects_including_those_that_appear_to_be_up_to_date_6636": "ææ°ã®ç¶æ
ã§ãããšæããããã®ãå«ããã¹ãŠã®ãããžã§ã¯ãããã«ãããŸãã",
"Build_one_or_more_projects_and_their_dependencies_if_out_of_date_6364": "ææ°ã§ãªãå Žåã¯ã1 ã€ä»¥äžã®ãããžã§ã¯ããšãã®äŸåé¢ä¿ããã«ãããŸã",
"Build_option_0_requires_a_value_of_type_1_5073": "ãã«ã ãªãã·ã§ã³ '{0}' ã«ã¯å {1} ã®å€ãå¿
èŠã§ãã",
"Building_project_0_6358": "ãããžã§ã¯ã \"{0}\" ããã«ãããŠããŸã...",
"Built_in_iterators_are_instantiated_with_a_TReturn_type_of_undefined_instead_of_any_6720": "çµã¿èŸŒã¿ã®å埩åã¯ã'any' ã®ä»£ããã« 'undefined' ã® 'TReturn' åã䜿çšããŠã€ã³ã¹ã¿ã³ã¹åãããŸãã",
"COMMAND_LINE_FLAGS_6921": "ã³ãã³ãã©ã€ã³ ãã©ã°",
"COMMON_COMMANDS_6916": "äžè¬çãªã³ãã³ã",
"COMMON_COMPILER_OPTIONS_6920": "äžè¬çãªã³ã³ãã€ã© ãªãã·ã§ã³",
"Call_decorator_expression_90028": "ãã³ã¬ãŒã¿ãŒåŒãåŒã³åºã",
"Call_signature_return_types_0_and_1_are_incompatible_2202": "åŒã³åºãã·ã°ããã£ã®æ»ãå€ã®å '{0}' ãš '{1}' ã«ã¯äºææ§ããããŸããã",
"Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020": "æ»ãå€ã®åã®æ³šéããªãåŒã³åºãã·ã°ããã£ã®æ»ãå€ã®åã¯ãæé»çã« 'any' ã«ãªããŸãã",
"Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2204": "åŒæ°ãªãã®åŒã³åºãã·ã°ããã£ã«ãäºææ§ã®ãªãæ»ãå€ã®å '{0}' ãš '{1}' ãå«ãŸããŠããŸãã",
"Can_only_convert_logical_AND_access_chains_95142": "è«ç AND ã®ã¢ã¯ã»ã¹ ãã§ãŒã³ã®ã¿ã倿ã§ããŸã",
"Can_only_convert_named_export_95164": "ååä»ããšã¯ã¹ããŒãã®ã¿ã倿ã§ããŸã",
"Can_only_convert_property_with_modifier_95137": "修食åã䌎ãããããã£ã®å€æã®ã¿å¯èœã§ã",
"Can_only_convert_string_concatenations_and_string_literals_95154": "æååã®é£çµãšæååãªãã©ã«ã®ã¿ã倿ã§ããŸã",
"Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_p_2713": "'{0}.{1}' ã«ã¢ã¯ã»ã¹ã§ããŸããã'{0}' ã¯åã§ãåå空éã§ã¯ãããŸããã'{0}[\"{1}\"]' ã§ '{0}' ã®ãããã㣠'{1}' ã®åãååŸããã€ããã§ããã?",
"Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead_1281": "'{1}' ãæå¹ã§ããå Žåã修食ããªãã§å¥ã®ãã¡ã€ã«ãã '{0}' ã«ã¢ã¯ã»ã¹ããããšã¯ã§ããŸããã代ããã« '{2}' ã䜿çšããŠãã ããã",
"Cannot_access_ambient_const_enums_when_0_is_enabled_2748": "'{0}' ãæå¹ã§ããå Žåãã¢ã³ããšã³ã const åæåã«ã¢ã¯ã»ã¹ããããšã¯ã§ããŸããã",
"Cannot_assign_a_0_constructor_type_to_a_1_constructor_type_2672": "'{0}' ã³ã³ã¹ãã©ã¯ã¿ãŒåã '{1}' ã³ã³ã¹ãã©ã¯ã¿ãŒåã«å²ãåœãŠãããšãã§ããŸããã",
"Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type_2517": "æœè±¡ã³ã³ã¹ãã©ã¯ã¿ãŒåãéæœè±¡ã³ã³ã¹ãã©ã¯ã¿ãŒåã«å²ãåœãŠãããšã¯ã§ããŸããã",
"Cannot_assign_to_0_because_it_is_a_class_2629": "ã¯ã©ã¹ã§ããããã'{0}' ã«å²ãåœãŠãããšã¯ã§ããŸããã",
"Cannot_assign_to_0_because_it_is_a_constant_2588": "宿°ã§ããããã'{0}' ã«ä»£å
¥ããããšã¯ã§ããŸããã",
"Cannot_assign_to_0_because_it_is_a_function_2630": "颿°ã§ããããã'{0}' ã«å²ãåœãŠãããšã¯ã§ããŸããã",
"Cannot_assign_to_0_because_it_is_a_namespace_2631": "åå空éã§ããããã'{0}' ã«å²ãåœãŠãããšã¯ã§ããŸããã",
"Cannot_assign_to_0_because_it_is_a_read_only_property_2540": "èªã¿åãå°çšããããã£ã§ããããã'{0}' ã«ä»£å
¥ããããšã¯ã§ããŸããã",
"Cannot_assign_to_0_because_it_is_an_enum_2628": "åæåã§ããããã'{0}' ã«å²ãåœãŠãããšã¯ã§ããŸããã",
"Cannot_assign_to_0_because_it_is_an_import_2632": "ã€ã³ããŒãã§ããããã'{0}' ã«å²ãåœãŠãããšã¯ã§ããŸããã",
"Cannot_assign_to_0_because_it_is_not_a_variable_2539": "倿°ã§ã¯ãªãããã'{0}' ã«å²ãåœãŠãããŸããã",
"Cannot_assign_to_private_method_0_Private_methods_are_not_writable_2803": "ãã©ã€ããŒã ã¡ãœãã '{0}' ã«å²ãåœãŠãããšã¯ã§ããŸããããã©ã€ããŒã ã¡ãœããã¯æžã蟌ã¿å¯èœã§ã¯ãããŸããã",
"Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity_2671": "ã¢ãžã¥ãŒã« '{0}' ã¯ãã¢ãžã¥ãŒã«ä»¥å€ã®ãšã³ãã£ãã£ã«è§£æ±ºããã®ã§æ¡åŒµã§ããŸããã",
"Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity_2649": "ã¢ãžã¥ãŒã« '{0}' ã¯ãã¢ãžã¥ãŒã«ä»¥å€ã®ãšã³ãã£ãã£ã«è§£æ±ºãããããå€ã®ãšã¯ã¹ããŒãã§æ¡åŒµã§ããŸããã",
"Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system_6131": "'--module' ãã©ã°ã 'amd' ã 'system' ã§ãªãéãããªãã·ã§ã³ '{0}' ã䜿çšããŠã¢ãžã¥ãŒã«ãã³ã³ãã€ã«ã§ããŸããã",
"Cannot_create_an_instance_of_an_abstract_class_2511": "æœè±¡ã¯ã©ã¹ã®ã€ã³ã¹ã¿ã³ã¹ã¯äœæã§ããŸããã",
"Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_co_2766": "å埩åã® 'next' ã¡ãœããã«ã¯å '{1}' ãå¿
èŠãªãããå€ã«å埩ãããªã²ãŒãããããšã¯ã§ããŸããããå«ãŸãããžã§ãã¬ãŒã¿ãŒã¯åžžã« '{0}' ãéä¿¡ããŸãã",
"Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module_2661": "'{0}' ããšã¯ã¹ããŒãã§ããŸãããã¢ãžã¥ãŒã«ãããšã¯ã¹ããŒãã§ããã®ã¯ããŒã«ã«å®£èšã®ã¿ã§ãã",
"Cannot_extend_a_class_0_Class_constructor_is_marked_as_private_2675": "ã¯ã©ã¹ '{0}' ãæ¡åŒµã§ããŸãããClass ã³ã³ã¹ãã©ã¯ã¿ãŒããã©ã€ããŒãã«èšå®ãããŠããŸãã",
"Cannot_extend_an_interface_0_Did_you_mean_implements_2689": "ã€ã³ã¿ãŒãã§ã€ã¹ '{0}' ãæ¡åŒµã§ããŸããã'implements' ã§ãã?",
"Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0_5081": "çŸåšã®ãã£ã¬ã¯ããªã« tsconfig.json ãã¡ã€ã«ãèŠã€ãããŸãã: {0}ã",
"Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0_5057": "æå®ããããã£ã¬ã¯ããªã« tsconfig.json ãã¡ã€ã«ãèŠã€ãããŸãã: '{0}'ã",
"Cannot_find_global_type_0_2318": "ã°ããŒãã«å '{0}' ãèŠã€ãããŸããã",
"Cannot_find_global_value_0_2468": "ã°ããŒãã«å€ '{0}' ãèŠã€ãããŸããã",
"Cannot_find_lib_definition_for_0_2726": "'{0}' ã®ã©ã€ãã©ãªå®çŸ©ãèŠã€ãããŸããã",
"Cannot_find_lib_definition_for_0_Did_you_mean_1_2727": "'{0}' ã®ã©ã€ãã©ãªå®çŸ©ãèŠã€ãããŸããã'{1}' ã§ãã?",
"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "ã¢ãžã¥ãŒã« '{0}' ãèŠã€ãããŸããã'--resolveJsonModule' ã䜿çšã㊠'.json' æ¡åŒµåãæã€ã¢ãžã¥ãŒã«ãã€ã³ããŒãããããšããæ€èšãã ããã",
"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "ã¢ãžã¥ãŒã« '{0}' ãèŠã€ãããŸããã'moduleResolution' ãªãã·ã§ã³ã 'nodenext' ã«èšå®ãããã'paths' ãªãã·ã§ã³ã«ãšã€ãªã¢ã¹ã远å ããã€ããã§ããã?",
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "ã¢ãžã¥ãŒã« '{0}' ãŸãã¯ããã«å¯Ÿå¿ããå宣èšãèŠã€ãããŸããã",
"Cannot_find_name_0_2304": "åå '{0}' ãèŠã€ãããŸããã",
"Cannot_find_name_0_Did_you_mean_1_2552": "'{0}' ãšããååã¯èŠã€ãããŸããã'{1}' ã§ãã?",
"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "åå '{0}' ãèŠã€ãããŸãããã€ã³ã¹ã¿ã³ã¹ ã¡ã³ã㌠'this.{0}' ã§ãã?",
"Cannot_find_name_0_Did_you_mean_the_static_member_1_0_2662": "åå '{0}' ãèŠã€ãããŸãããéçã¡ã³ã㌠'{1}.{0}' ã§ãã?",
"Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311": "åå '{0}' ãèŠã€ãããŸããããããéåæé¢æ°ã«æžã蟌ããšããããšã§ãã?",
"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583": "åå '{0}' ãèŠã€ãããŸãããã¿ãŒã²ãã ã©ã€ãã©ãªã倿Žããå¿
èŠããããŸãã? 'lib' ã³ã³ãã€ã© ãªãã·ã§ã³ã '{1}' 以éã«å€æŽããŠã¿ãŠãã ããã",
"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2584": "åå '{0}' ãèŠã€ãããŸãããã¿ãŒã²ãã ã©ã€ãã©ãªã倿ŽããŸãã? 'lib' ã³ã³ãã€ã© ãªãã·ã§ã³ã 'dom' ãå«ãããã«å€æŽããŠã¿ãŠãã ããã",
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2867": "åå '{0}' ãèŠã€ãããŸãããBun ã®åå®çŸ©ãã€ã³ã¹ããŒã«ããå¿
èŠããããŸãã?'npm i --save-dev @types/bun' ãã詊ããã ããã",
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2868": "åå '{0}' ãèŠã€ãããŸãããBun ã®åå®çŸ©ãã€ã³ã¹ããŒã«ããå¿
èŠããããŸãã?'npm i --save-dev @types/bun' ã詊ããŠãããtsconfig å
ã®åãã£ãŒã«ãã« 'bun' ã远å ããŠãã ããã",
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582": "åå '{0}' ãèŠã€ãããŸããããã¹ã ã©ã³ããŒã®åå®çŸ©ãã€ã³ã¹ããŒã«ããå¿
èŠããããŸãã? `npm i --save-dev @types/jest` ãŸã㯠`npm i --save-dev @types/mocha` ãã詊ããã ããã",
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2593": "åå '{0}' ãèŠã€ãããŸããããã¹ã ã©ã³ããŒã®åå®çŸ©ãã€ã³ã¹ããŒã«ããå¿
èŠããããŸãã? `npm i --save-dev @types/jest` ãŸã㯠`npm i --save-dev @types/mocha` ã詊ããŠãããtsconfig ã®åãã£ãŒã«ãã« 'jest' ãŸã㯠'mocha' ã远å ããŠãã ããã",
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2581": "åå '{0}' ãèŠã€ãããŸãããjQuery ã®åå®çŸ©ãã€ã³ã¹ããŒã«ããå¿
èŠããããŸãã? `npm i --save-dev @types/jquery` ãã詊ããã ããã",
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2592": "åå '{0}' ãèŠã€ãããŸãããjQuery ã®åå®çŸ©ãã€ã³ã¹ããŒã«ããå¿
èŠããããŸãã? `npm i --save-dev @types/jquery` ã詊ããŠãããtsconfig ã®åãã£ãŒã«ãã« 'jquery' ã远å ããŠã¿ãŠãã ããã",
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2580": "åå '{0}' ãèŠã€ãããŸãããããŒãã®åå®çŸ©ãã€ã³ã¹ããŒã«ããå¿
èŠããããŸãã? `npm i --save-dev @types/node` ãã詊ããã ããã",
"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2591": "åå '{0}' ãèŠã€ãããŸãããããŒãã®åå®çŸ©ãã€ã³ã¹ããŒã«ããå¿
èŠããããŸãã? `npm i --save-dev @types/node` ã詊ããŠãããtsconfig ã®åãã£ãŒã«ãã« 'node' ã远å ããŠã¿ãŠãã ããã",
"Cannot_find_namespace_0_2503": "åå空é '{0}' ãèŠã€ãããŸããã",
"Cannot_find_namespace_0_Did_you_mean_1_2833": "'{0}' ãšããåå空éã¯èŠã€ãããŸããã'{1}' ã§ãã?",
"Cannot_find_parameter_0_1225": "ãã©ã¡ãŒã¿ãŒ '{0}' ãèŠã€ãããŸããã",
"Cannot_find_the_common_subdirectory_path_for_the_input_files_5009": "å
¥åãã¡ã€ã«ã®å
±éãµããã£ã¬ã¯ã㪠ãã¹ãèŠã€ãããŸããã",
"Cannot_find_type_definition_file_for_0_2688": "'{0}' ã®åå®çŸ©ãã¡ã€ã«ãèŠã€ãããŸããã",
"Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1_6137": "å宣èšãã¡ã€ã«ãã€ã³ããŒãã§ããŸããã'{1}' ã®ä»£ããã« '{0}' ãã€ã³ããŒãããããšãæ€èšããŠãã ããã",
"Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481": "ããã㯠ã¹ã³ãŒãå®£èš '{1}' ãšåãã¹ã³ãŒãå
ã®å€éšã¹ã³ãŒã倿° '{0}' ãåæåã§ããŸããã",
"Cannot_invoke_an_object_which_is_possibly_null_2721": "'null' ã®å¯èœæ§ããããªããžã§ã¯ããåŒã³åºãããšã¯ã§ããŸããã",
"Cannot_invoke_an_object_which_is_possibly_null_or_undefined_2723": "'null' ãŸã㯠'undefined' ã®å¯èœæ§ããããªããžã§ã¯ããåŒã³åºãããšã¯ã§ããŸããã",
"Cannot_invoke_an_object_which_is_possibly_undefined_2722": "'undefined' ã®å¯èœæ§ããããªããžã§ã¯ããåŒã³åºãããšã¯ã§ããŸããã",
"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring__2765": "å埩åã® 'next' ã¡ãœããã¯å '{1}' ãäºæãããããå€ãå埩åŠçã§ããŸããããé
åã®éæ§é åã¯åžžã« '{0}' ãéä¿¡ããŸãã",
"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764": "å埩åã® 'next' ã¡ãœããã¯å '{1}' ãäºæãããããå€ãå埩åŠçã§ããŸããããé
åå±éã¯åžžã« '{0}' ãéä¿¡ããŸãã",
"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_s_2763": "å埩åã® 'next' ã¡ãœããã¯å '{1}' ãäºæãããããå€ãå埩åŠçã§ããŸããããfor-of ã¯åžžã« '{0}' ãéä¿¡ããŸãã",
"Cannot_move_statements_to_the_selected_file_95183": "éžæãããã¡ã€ã«ã«ã¹ããŒãã¡ã³ããç§»åã§ããŸãã",
"Cannot_move_to_file_selected_file_is_invalid_95179": "ãã¡ã€ã«ã«ç§»åã§ããŸãããéžæãããã¡ã€ã«ã¯ç¡å¹ã§ã",
"Cannot_read_file_0_5083": "ãã¡ã€ã« '{0}' ãèªã¿åããŸããã",
"Cannot_read_file_0_Colon_1_5012": "ãã¡ã€ã« '{0}' ãèªã¿åããŸãã: {1}ã",
"Cannot_redeclare_block_scoped_variable_0_2451": "ããã㯠ã¹ã³ãŒãã®å€æ° '{0}' ãå宣èšããããšã¯ã§ããŸããã",
"Cannot_redeclare_exported_variable_0_2323": "ãšã¯ã¹ããŒãããã倿° '{0}' ãåã³å®£èšã§ããŸããã",
"Cannot_redeclare_identifier_0_in_catch_clause_2492": "catch å¥ã§èå¥å '{0}' ãå宣èšããããšã¯ã§ããŸããã",
"Cannot_start_a_function_call_in_a_type_annotation_1441": "åã®æ³šéã§é¢æ°åŒã³åºããéå§ããããšã¯ã§ããŸããã",
"Cannot_use_JSX_unless_the_jsx_flag_is_provided_17004": "'--jsx' ãã©ã°ãæå®ãããŠããªããšãJSX ã䜿çšã§ããŸããã",
"Cannot_use_export_import_on_a_type_or_type_only_namespace_when_0_is_enabled_1269": "'{0}' ãæå¹ã§ããå ŽåãåãŸãã¯åã®ã¿ã®åå空éã§ 'export import' ã䜿çšããããšã¯ã§ããŸããã",
"Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148": "'--module' ã 'none' ã§ããå Žåãã€ã³ããŒãããšã¯ã¹ããŒããã¢ãžã¥ãŒã«æ¡åŒµã¯äœ¿çšã§ããŸããã",
"Cannot_use_namespace_0_as_a_type_2709": "åå空é '{0}' ãåãšããŠäœ¿çšããããšã¯ã§ããŸããã",
"Cannot_use_namespace_0_as_a_value_2708": "åå空é '{0}' ãå€ãšããŠäœ¿çšããããšã¯ã§ããŸããã",
"Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class_2816": "ãã³ã¬ãŒããããã¯ã©ã¹ã®éçããããã£åæååã§ 'this' ã䜿çšã§ããŸããã",
"Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1_6377": "ãã¡ã€ã« '{0}' ã¯ãåç
§å
ã®ãããžã§ã¯ã '{1}' ã«ãã£ãŠçæããã '.tsbuildinfo' ãã¡ã€ã«ãäžæžããããããæžã蟌ããŸãã",
"Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files_5056": "è€æ°ã®å
¥åãã¡ã€ã«ã§äžæžããããããšã«ãªãããããã¡ã€ã« '{0}' ãæžã蟌ããŸããã",
"Cannot_write_file_0_because_it_would_overwrite_input_file_5055": "å
¥åãã¡ã€ã«ãäžæžãããããšã«ãªãããããã¡ã€ã« '{0}' ãæžã蟌ããŸããã",
"Catch_clause_variable_cannot_have_an_initializer_1197": "catch å¥ã®å€æ°ã«åæååãæå®ããããšã¯ã§ããŸããã",
"Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified_1196": "Catch å¥ã®å€æ°åã®æ³šéãæå®ããå Žåã¯ã'any' ãŸã㯠'unknown' ã«ããå¿
èŠããããŸãã",
"Change_0_to_1_90014": "'{0}' ã '{1}' ã«å€æŽãã",
"Change_all_extended_interfaces_to_implements_95038": "æ¡åŒµããããã¹ãŠã®ã€ã³ã¿ãŒãã§ã€ã¹ã 'implements' ã«å€æŽããŸã",
"Change_all_jsdoc_style_types_to_TypeScript_95030": "jsdoc ã¹ã¿ã€ã«ã®ãã¹ãŠã®åã TypeScript ã«å€æŽããŸã",
"Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types_95031": "jsdoc ã¹ã¿ã€ã«ã®ãã¹ãŠã®åã TypeScript ã«å€æŽããŸã (ããã«ã'| undefined' ã null 蚱容åã«è¿œå ããŸã)",
"Change_extends_to_implements_90003": "'extends' ã 'implements' ã«å€æŽãã",
"Change_spelling_to_0_90022": "ã¹ãã«ã '{0}' ã«å€æŽãã",
"Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor_6700": "宣èšãããŠãããã®ã®ãã³ã³ã¹ãã©ã¯ã¿ãŒã§èšå®ãããŠããªãã¯ã©ã¹ ããããã£ã確èªããŸãã",
"Check_side_effect_imports_6806": "å¯äœçšã®ã€ã³ããŒãã確èªããŠãã ããã",
"Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function_6697": "'bind'ã'call'ã'apply' ã®ã¡ãœããã®åŒæ°ãå
ã®é¢æ°ãšäžèŽããããšã確èªããŸãã",
"Checking_if_0_is_the_longest_matching_prefix_for_1_2_6104": "'{0}' ã '{1}' - '{2}' ã®æé·äžèŽã®ãã¬ãã£ãã¯ã¹ã§ãããã確èªããŠããŸãã",
"Circular_definition_of_import_alias_0_2303": "ã€ã³ããŒã ãšã€ãªã¢ã¹ '{0}' ã®åŸªç°å®çŸ©ã§ãã",
"Circularity_detected_while_resolving_configuration_Colon_0_18000": "æ§æ: {0} ã®è§£æ±ºäžã«åŸªç°ãæ€åºãããŸãã",
"Circularity_originates_in_type_at_this_location_2751": "ãã®äœçœ®ã®åã§åŸªç°ãçºçããŠããŸãã",
"Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_functi_2426": "ã¯ã©ã¹ '{0}' ã§å®çŸ©ãããã€ã³ã¹ã¿ã³ã¹ ã¡ã³ã㌠ã¢ã¯ã»ãµãŒ '{1}' ããæ¡åŒµãããã¯ã©ã¹ '{2}' ã§ã¯ã€ã³ã¹ã¿ã³ã¹ ã¡ã³ããŒé¢æ°ãšããŠå®çŸ©ãããŠããŸãã",
"Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_access_2423": "ã¯ã©ã¹ '{0}' ã§å®çŸ©ãããã€ã³ã¹ã¿ã³ã¹ ã¡ã³ããŒé¢æ° '{1}' ããæ¡åŒµãããã¯ã©ã¹ '{2}' ã§ã¯ã€ã³ã¹ã¿ã³ã¹ ã¡ã³ã㌠ã¢ã¯ã»ãµãŒãšããŠå®çŸ©ãããŠããŸãã",
"Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_functi_2425": "ã¯ã©ã¹ '{0}' ã§å®çŸ©ãããã€ã³ã¹ã¿ã³ã¹ ã¡ã³ã㌠ãããã㣠'{1}' ããæ¡åŒµãããã¯ã©ã¹ '{2}' ã§ã¯ã€ã³ã¹ã¿ã³ã¹ ã¡ã³ããŒé¢æ°ãšããŠå®çŸ©ãããŠããŸãã",
"Class_0_incorrectly_extends_base_class_1_2415": "ã¯ã©ã¹ '{0}' ã¯åºåºã¯ã©ã¹ '{1}' ãæ£ããæ¡åŒµããŠããŸããã",
"Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclas_2720": "ã¯ã©ã¹ '{0}' ã¯ã¯ã©ã¹ '{1}' ãæ£ããå®è£
ããŠããŸããã'{1}' ãæ¡åŒµãããã®ã¡ã³ããŒããµãã¯ã©ã¹ãšããŠç¶æ¿ããŸãã?",
"Class_0_incorrectly_implements_interface_1_2420": "ã¯ã©ã¹ '{0}' ã¯ã€ã³ã¿ãŒãã§ã€ã¹ '{1}' ãæ£ããå®è£
ããŠããŸããã",
"Class_0_used_before_its_declaration_2449": "ã¯ã©ã¹ '{0}' ã¯å®£èšã®åã«äœ¿çšãããŸããã",
"Class_constructor_may_not_be_a_generator_1368": "ã¯ã©ã¹ ã³ã³ã¹ãã©ã¯ã¿ãŒããžã§ãã¬ãŒã¿ãŒã«ããããšã¯ã§ããŸããã",
"Class_constructor_may