|
2581 | 2581 | <Str Cat="Text">
|
2582 | 2582 | <Val><![CDATA[Cannot find lib definition for '{0}'.]]></Val>
|
2583 | 2583 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
2584 |
| - <Val><![CDATA['{0}'에 대한 lib 정의를 찾을 수 없습니다.]]></Val> |
| 2584 | + <Val><![CDATA['{0}'에 대한 라이브러리 정의를 찾을 수 없습니다.]]></Val> |
2585 | 2585 | </Tgt>
|
2586 | 2586 | </Str>
|
2587 | 2587 | <Disp Icon="Str" />
|
|
2590 | 2590 | <Str Cat="Text">
|
2591 | 2591 | <Val><![CDATA[Cannot find lib definition for '{0}'. Did you mean '{1}'?]]></Val>
|
2592 | 2592 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
2593 |
| - <Val><![CDATA['{0}'에 대한 lib 정의를 찾을 수 없습니다. '{1}'이(가) 아닌지 확인하세요.]]></Val> |
| 2593 | + <Val><![CDATA['{0}'에 대한 라이브러리 정의를 찾을 수 없습니다. '{1}'이(가) 아닌지 확인하세요.]]></Val> |
2594 | 2594 | </Tgt>
|
2595 | 2595 | </Str>
|
2596 | 2596 | <Disp Icon="Str" />
|
|
4068 | 4068 | </Str>
|
4069 | 4069 | <Disp Icon="Str" />
|
4070 | 4070 | </Item>
|
| 4071 | + <Item ItemId=";Did_you_mean_to_use_a_Colon_When_following_property_names_in_an_object_literal_implies_a_destructuri_1312" ItemType="0" PsrId="306" Leaf="true"> |
| 4072 | + <Str Cat="Text"> |
| 4073 | + <Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val> |
| 4074 | + </Str> |
| 4075 | + <Disp Icon="Str" /> |
| 4076 | + </Item> |
4071 | 4077 | <Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
|
4072 | 4078 | <Str Cat="Text">
|
4073 | 4079 | <Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
|
|
8874 | 8880 | </Str>
|
8875 | 8881 | <Disp Icon="Str" />
|
8876 | 8882 | </Item>
|
8877 |
| - <Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true"> |
8878 |
| - <Str Cat="Text"> |
8879 |
| - <Val><![CDATA[Remove destructuring]]></Val> |
8880 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
8881 |
| - <Val><![CDATA[구조 파괴 제거]]></Val> |
8882 |
| - </Tgt> |
8883 |
| - </Str> |
8884 |
| - <Disp Icon="Str" /> |
8885 |
| - </Item> |
8886 | 8883 | <Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
|
8887 | 8884 | <Str Cat="Text">
|
8888 | 8885 | <Val><![CDATA[Remove import from '{0}']]></Val>
|
|
8946 | 8943 | </Str>
|
8947 | 8944 | <Disp Icon="Str" />
|
8948 | 8945 | </Item>
|
| 8946 | + <Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true"> |
| 8947 | + <Str Cat="Text"> |
| 8948 | + <Val><![CDATA[Remove unused declarations for: '{0}']]></Val> |
| 8949 | + </Str> |
| 8950 | + <Disp Icon="Str" /> |
| 8951 | + </Item> |
| 8952 | + <Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true"> |
| 8953 | + <Str Cat="Text"> |
| 8954 | + <Val><![CDATA[Remove unused destructuring declaration]]></Val> |
| 8955 | + </Str> |
| 8956 | + <Disp Icon="Str" /> |
| 8957 | + </Item> |
8949 | 8958 | <Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
|
8950 | 8959 | <Str Cat="Text">
|
8951 | 8960 | <Val><![CDATA[Remove unused label]]></Val>
|
|
10005 | 10014 | </Str>
|
10006 | 10015 | <Disp Icon="Str" />
|
10007 | 10016 | </Item>
|
| 10017 | + <Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true"> |
| 10018 | + <Str Cat="Text"> |
| 10019 | + <Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val> |
| 10020 | + </Str> |
| 10021 | + <Disp Icon="Str" /> |
| 10022 | + </Item> |
10008 | 10023 | <Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
|
10009 | 10024 | <Str Cat="Text">
|
10010 | 10025 | <Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
|
|
12891 | 12906 | </Str>
|
12892 | 12907 | <Disp Icon="Str" />
|
12893 | 12908 | </Item>
|
12894 |
| - <Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true"> |
12895 |
| - <Str Cat="Text"> |
12896 |
| - <Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val> |
12897 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
12898 |
| - <Val><![CDATA['='는 구조 파괴 할당 내의 개체 리터럴 속성에서만 사용할 수 있습니다.]]></Val> |
12899 |
| - </Tgt> |
12900 |
| - </Str> |
12901 |
| - <Disp Icon="Str" /> |
12902 |
| - </Item> |
12903 | 12909 | <Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
|
12904 | 12910 | <Str Cat="Text">
|
12905 | 12911 | <Val><![CDATA['case' or 'default' expected.]]></Val>
|
|
0 commit comments