Skip to content

Commit c02b4f2

Browse files
authored
LEGO: Merge pull request 23064
LEGO: Merge pull request 23064
2 parents ea65f21 + b3b7909 commit c02b4f2

File tree

1 file changed

+162
-0
lines changed

1 file changed

+162
-0
lines changed

src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,24 @@
894894
</Str>
895895
<Disp Icon="Str" />
896896
</Item>
897+
<Item ItemId=";Add_all_missing_async_modifiers_95041" ItemType="0" PsrId="306" Leaf="true">
898+
<Str Cat="Text">
899+
<Val><![CDATA[Add all missing 'async' modifiers]]></Val>
900+
</Str>
901+
<Disp Icon="Str" />
902+
</Item>
903+
<Item ItemId=";Add_all_missing_members_95022" ItemType="0" PsrId="306" Leaf="true">
904+
<Str Cat="Text">
905+
<Val><![CDATA[Add all missing members]]></Val>
906+
</Str>
907+
<Disp Icon="Str" />
908+
</Item>
909+
<Item ItemId=";Add_all_missing_super_calls_95039" ItemType="0" PsrId="306" Leaf="true">
910+
<Str Cat="Text">
911+
<Val><![CDATA[Add all missing super calls]]></Val>
912+
</Str>
913+
<Disp Icon="Str" />
914+
</Item>
897915
<Item ItemId=";Add_async_modifier_to_containing_function_90029" ItemType="0" PsrId="306" Leaf="true">
898916
<Str Cat="Text">
899917
<Val><![CDATA[Add async modifier to containing function]]></Val>
@@ -912,6 +930,12 @@
912930
</Str>
913931
<Disp Icon="Str" />
914932
</Item>
933+
<Item ItemId=";Add_definite_assignment_assertions_to_all_uninitialized_properties_95028" ItemType="0" PsrId="306" Leaf="true">
934+
<Str Cat="Text">
935+
<Val><![CDATA[Add definite assignment assertions to all uninitialized properties]]></Val>
936+
</Str>
937+
<Disp Icon="Str" />
938+
</Item>
915939
<Item ItemId=";Add_index_signature_for_property_0_90017" ItemType="0" PsrId="306" Leaf="true">
916940
<Str Cat="Text">
917941
<Val><![CDATA[Add index signature for property '{0}']]></Val>
@@ -933,6 +957,12 @@
933957
</Str>
934958
<Disp Icon="Str" />
935959
</Item>
960+
<Item ItemId=";Add_initializers_to_all_uninitialized_properties_95027" ItemType="0" PsrId="306" Leaf="true">
961+
<Str Cat="Text">
962+
<Val><![CDATA[Add initializers to all uninitialized properties]]></Val>
963+
</Str>
964+
<Disp Icon="Str" />
965+
</Item>
936966
<Item ItemId=";Add_missing_super_call_90001" ItemType="0" PsrId="306" Leaf="true">
937967
<Str Cat="Text">
938968
<Val><![CDATA[Add missing 'super()' call]]></Val>
@@ -945,6 +975,12 @@
945975
</Str>
946976
<Disp Icon="Str" />
947977
</Item>
978+
<Item ItemId=";Add_this_to_all_unresolved_variables_matching_a_member_name_95037" ItemType="0" PsrId="306" Leaf="true">
979+
<Str Cat="Text">
980+
<Val><![CDATA[Add 'this.' to all unresolved variables matching a member name]]></Val>
981+
</Str>
982+
<Disp Icon="Str" />
983+
</Item>
948984
<Item ItemId=";Add_this_to_unresolved_variable_90008" ItemType="0" PsrId="306" Leaf="true">
949985
<Str Cat="Text">
950986
<Val><![CDATA[Add 'this.' to unresolved variable]]></Val>
@@ -957,6 +993,24 @@
957993
</Str>
958994
<Disp Icon="Str" />
959995
</Item>
996+
<Item ItemId=";Add_to_all_uncalled_decorators_95044" ItemType="0" PsrId="306" Leaf="true">
997+
<Str Cat="Text">
998+
<Val><![CDATA[Add '()' to all uncalled decorators]]></Val>
999+
</Str>
1000+
<Disp Icon="Str" />
1001+
</Item>
1002+
<Item ItemId=";Add_ts_ignore_to_all_error_messages_95042" ItemType="0" PsrId="306" Leaf="true">
1003+
<Str Cat="Text">
1004+
<Val><![CDATA[Add '@ts-ignore' to all error messages]]></Val>
1005+
</Str>
1006+
<Disp Icon="Str" />
1007+
</Item>
1008+
<Item ItemId=";Add_undefined_type_to_all_uninitialized_properties_95029" ItemType="0" PsrId="306" Leaf="true">
1009+
<Str Cat="Text">
1010+
<Val><![CDATA[Add undefined type to all uninitialized properties]]></Val>
1011+
</Str>
1012+
<Disp Icon="Str" />
1013+
</Item>
9601014
<Item ItemId=";Add_undefined_type_to_property_0_95018" ItemType="0" PsrId="306" Leaf="true">
9611015
<Str Cat="Text">
9621016
<Val><![CDATA[Add 'undefined' type to property '{0}']]></Val>
@@ -1461,6 +1515,12 @@
14611515
</Str>
14621516
<Disp Icon="Str" />
14631517
</Item>
1518+
<Item ItemId=";Annotate_everything_with_types_from_JSDoc_95043" ItemType="0" PsrId="306" Leaf="true">
1519+
<Str Cat="Text">
1520+
<Val><![CDATA[Annotate everything with types from JSDoc]]></Val>
1521+
</Str>
1522+
<Disp Icon="Str" />
1523+
</Item>
14641524
<Item ItemId=";Annotate_with_type_from_JSDoc_95009" ItemType="0" PsrId="306" Leaf="true">
14651525
<Str Cat="Text">
14661526
<Val><![CDATA[Annotate with type from JSDoc]]></Val>
@@ -2082,6 +2142,24 @@
20822142
</Str>
20832143
<Disp Icon="Str" />
20842144
</Item>
2145+
<Item ItemId=";Change_all_extended_interfaces_to_implements_95038" ItemType="0" PsrId="306" Leaf="true">
2146+
<Str Cat="Text">
2147+
<Val><![CDATA[Change all extended interfaces to 'implements']]></Val>
2148+
</Str>
2149+
<Disp Icon="Str" />
2150+
</Item>
2151+
<Item ItemId=";Change_all_jsdoc_style_types_to_TypeScript_95030" ItemType="0" PsrId="306" Leaf="true">
2152+
<Str Cat="Text">
2153+
<Val><![CDATA[Change all jsdoc-style types to TypeScript]]></Val>
2154+
</Str>
2155+
<Disp Icon="Str" />
2156+
</Item>
2157+
<Item ItemId=";Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types_95031" ItemType="0" PsrId="306" Leaf="true">
2158+
<Str Cat="Text">
2159+
<Val><![CDATA[Change all jsdoc-style types to TypeScript (and add '| undefined' to nullable types)]]></Val>
2160+
</Str>
2161+
<Disp Icon="Str" />
2162+
</Item>
20852163
<Item ItemId=";Change_extends_to_implements_90003" ItemType="0" PsrId="306" Leaf="true">
20862164
<Str Cat="Text">
20872165
<Val><![CDATA[Change 'extends' to 'implements']]></Val>
@@ -2388,6 +2466,18 @@
23882466
</Str>
23892467
<Disp Icon="Str" />
23902468
</Item>
2469+
<Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
2470+
<Str Cat="Text">
2471+
<Val><![CDATA[Convert all constructor functions to classes]]></Val>
2472+
</Str>
2473+
<Disp Icon="Str" />
2474+
</Item>
2475+
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
2476+
<Str Cat="Text">
2477+
<Val><![CDATA[Convert all to default imports]]></Val>
2478+
</Str>
2479+
<Disp Icon="Str" />
2480+
</Item>
23912481
<Item ItemId=";Convert_function_0_to_class_95002" ItemType="0" PsrId="306" Leaf="true">
23922482
<Str Cat="Text">
23932483
<Val><![CDATA[Convert function '{0}' to class]]></Val>
@@ -2565,6 +2655,12 @@
25652655
</Str>
25662656
<Disp Icon="Str" />
25672657
</Item>
2658+
<Item ItemId=";Delete_all_unused_declarations_95024" ItemType="0" PsrId="306" Leaf="true">
2659+
<Str Cat="Text">
2660+
<Val><![CDATA[Delete all unused declarations]]></Val>
2661+
</Str>
2662+
<Disp Icon="Str" />
2663+
</Item>
25682664
<Item ItemId=";Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084" ItemType="0" PsrId="306" Leaf="true">
25692665
<Str Cat="Text">
25702666
<Val><![CDATA[[Deprecated]5D; Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit]]></Val>
@@ -3609,6 +3705,12 @@
36093705
</Str>
36103706
<Disp Icon="Str" />
36113707
</Item>
3708+
<Item ItemId=";Fix_all_detected_spelling_errors_95026" ItemType="0" PsrId="306" Leaf="true">
3709+
<Str Cat="Text">
3710+
<Val><![CDATA[Fix all detected spelling errors]]></Val>
3711+
</Str>
3712+
<Disp Icon="Str" />
3713+
</Item>
36123714
<Item ItemId=";Found_package_json_at_0_6099" ItemType="0" PsrId="306" Leaf="true">
36133715
<Str Cat="Text">
36143716
<Val><![CDATA[Found 'package.json' at '{0}'.]]></Val>
@@ -3717,6 +3819,15 @@
37173819
</Str>
37183820
<Disp Icon="Str" />
37193821
</Item>
3822+
<Item ItemId=";Generates_a_sourcemap_for_each_corresponding_d_ts_file_6000" ItemType="0" PsrId="306" Leaf="true">
3823+
<Str Cat="Text">
3824+
<Val><![CDATA[Generates a sourcemap for each corresponding '.d.ts' file.]]></Val>
3825+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3826+
<Val><![CDATA[해당하는 각 '.d.ts' 파일의 sourcemap을 생성합니다.]]></Val>
3827+
</Tgt>
3828+
</Str>
3829+
<Disp Icon="Str" />
3830+
</Item>
37203831
<Item ItemId=";Generates_corresponding_d_ts_file_6002" ItemType="0" PsrId="306" Leaf="true">
37213832
<Str Cat="Text">
37223833
<Val><![CDATA[Generates corresponding '.d.ts' file.]]></Val>
@@ -3912,6 +4023,18 @@
39124023
</Str>
39134024
<Disp Icon="Str" />
39144025
</Item>
4026+
<Item ItemId=";Implement_all_inherited_abstract_classes_95040" ItemType="0" PsrId="306" Leaf="true">
4027+
<Str Cat="Text">
4028+
<Val><![CDATA[Implement all inherited abstract classes]]></Val>
4029+
</Str>
4030+
<Disp Icon="Str" />
4031+
</Item>
4032+
<Item ItemId=";Implement_all_unimplemented_interfaces_95032" ItemType="0" PsrId="306" Leaf="true">
4033+
<Str Cat="Text">
4034+
<Val><![CDATA[Implement all unimplemented interfaces]]></Val>
4035+
</Str>
4036+
<Disp Icon="Str" />
4037+
</Item>
39154038
<Item ItemId=";Implement_inherited_abstract_class_90007" ItemType="0" PsrId="306" Leaf="true">
39164039
<Str Cat="Text">
39174040
<Val><![CDATA[Implement inherited abstract class]]></Val>
@@ -4107,6 +4230,12 @@
41074230
</Str>
41084231
<Disp Icon="Str" />
41094232
</Item>
4233+
<Item ItemId=";Infer_all_types_from_usage_95023" ItemType="0" PsrId="306" Leaf="true">
4234+
<Str Cat="Text">
4235+
<Val><![CDATA[Infer all types from usage]]></Val>
4236+
</Str>
4237+
<Disp Icon="Str" />
4238+
</Item>
41104239
<Item ItemId=";Infer_parameter_types_from_usage_95012" ItemType="0" PsrId="306" Leaf="true">
41114240
<Str Cat="Text">
41124241
<Val><![CDATA[Infer parameter types from usage]]></Val>
@@ -4218,6 +4347,12 @@
42184347
</Str>
42194348
<Disp Icon="Str" />
42204349
</Item>
4350+
<Item ItemId=";Install_all_missing_types_packages_95033" ItemType="0" PsrId="306" Leaf="true">
4351+
<Str Cat="Text">
4352+
<Val><![CDATA[Install all missing types packages]]></Val>
4353+
</Str>
4354+
<Disp Icon="Str" />
4355+
</Item>
42214356
<Item ItemId=";Interface_0_cannot_simultaneously_extend_types_1_and_2_2320" ItemType="0" PsrId="306" Leaf="true">
42224357
<Str Cat="Text">
42234358
<Val><![CDATA[Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'.]]></Val>
@@ -4707,6 +4842,12 @@
47074842
</Str>
47084843
<Disp Icon="Str" />
47094844
</Item>
4845+
<Item ItemId=";Make_all_super_calls_the_first_statement_in_their_constructor_95036" ItemType="0" PsrId="306" Leaf="true">
4846+
<Str Cat="Text">
4847+
<Val><![CDATA[Make all 'super()' calls the first statement in their constructor]]></Val>
4848+
</Str>
4849+
<Disp Icon="Str" />
4850+
</Item>
47104851
<Item ItemId=";Make_super_call_the_first_statement_in_the_constructor_90002" ItemType="0" PsrId="306" Leaf="true">
47114852
<Str Cat="Text">
47124853
<Val><![CDATA[Make 'super()' call the first statement in the constructor]]></Val>
@@ -5277,6 +5418,15 @@
52775418
</Str>
52785419
<Disp Icon="Str" />
52795420
</Item>
5421+
<Item ItemId=";Option_0_cannot_be_specified_without_specifying_option_1_or_option_2_5069" ItemType="0" PsrId="306" Leaf="true">
5422+
<Str Cat="Text">
5423+
<Val><![CDATA[Option '{0}' cannot be specified without specifying option '{1}' or option '{2}'.]]></Val>
5424+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5425+
<Val><![CDATA['{1}' 또는 '{2}' 옵션을 지정하지 않고 '{0}' 옵션을 지정할 수 없습니다.]]></Val>
5426+
</Tgt>
5427+
</Str>
5428+
<Disp Icon="Str" />
5429+
</Item>
52805430
<Item ItemId=";Option_0_should_have_array_of_strings_as_a_value_6103" ItemType="0" PsrId="306" Leaf="true">
52815431
<Str Cat="Text">
52825432
<Val><![CDATA[Option '{0}' should have array of strings as a value.]]></Val>
@@ -5682,6 +5832,12 @@
56825832
</Str>
56835833
<Disp Icon="Str" />
56845834
</Item>
5835+
<Item ItemId=";Prefix_all_unused_declarations_with_where_possible_95025" ItemType="0" PsrId="306" Leaf="true">
5836+
<Str Cat="Text">
5837+
<Val><![CDATA[Prefix all unused declarations with '_' where possible]]></Val>
5838+
</Str>
5839+
<Disp Icon="Str" />
5840+
</Item>
56855841
<Item ItemId=";Print_names_of_files_part_of_the_compilation_6155" ItemType="0" PsrId="306" Leaf="true">
56865842
<Str Cat="Text">
56875843
<Val><![CDATA[Print names of files part of the compilation.]]></Val>
@@ -6579,6 +6735,12 @@
65796735
</Str>
65806736
<Disp Icon="Str" />
65816737
</Item>
6738+
<Item ItemId=";Rewrite_all_as_indexed_access_types_95034" ItemType="0" PsrId="306" Leaf="true">
6739+
<Str Cat="Text">
6740+
<Val><![CDATA[Rewrite all as indexed access types]]></Val>
6741+
</Str>
6742+
<Disp Icon="Str" />
6743+
</Item>
65826744
<Item ItemId=";Rewrite_as_the_indexed_access_type_0_90026" ItemType="0" PsrId="306" Leaf="true">
65836745
<Str Cat="Text">
65846746
<Val><![CDATA[Rewrite as the indexed access type '{0}']]></Val>

0 commit comments

Comments
 (0)