|
1611 | 1611 | </Str>
|
1612 | 1612 | <Disp Icon="Str" />
|
1613 | 1613 | </Item>
|
1614 |
| - <Item ItemId=";Cannot_create_an_instance_of_the_abstract_class_0_2511" ItemType="0" PsrId="306" Leaf="true"> |
| 1614 | + <Item ItemId=";Cannot_create_an_instance_of_an_abstract_class_2511" ItemType="0" PsrId="306" Leaf="true"> |
1615 | 1615 | <Str Cat="Text">
|
1616 |
| - <Val><![CDATA[Cannot create an instance of the abstract class '{0}'.]]></Val> |
1617 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
1618 |
| - <Val><![CDATA[无法创建抽象类“{0}”的实例。]]></Val> |
1619 |
| - </Tgt> |
| 1616 | + <Val><![CDATA[Cannot create an instance of an abstract class.]]></Val> |
1620 | 1617 | </Str>
|
1621 | 1618 | <Disp Icon="Str" />
|
1622 | 1619 | </Item>
|
|
3726 | 3723 | </Str>
|
3727 | 3724 | <Disp Icon="Str" />
|
3728 | 3725 | </Item>
|
| 3726 | + <Item ItemId=";Import_0_require_1_95015" ItemType="0" PsrId="306" Leaf="true"> |
| 3727 | + <Str Cat="Text"> |
| 3728 | + <Val><![CDATA[Import '{0}' = require("{1}").]]></Val> |
| 3729 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 3730 | + <Val><![CDATA[导入“{0}”= 要求("{1}")。]]></Val> |
| 3731 | + </Tgt> |
| 3732 | + </Str> |
| 3733 | + <Disp Icon="Str" /> |
| 3734 | + </Item> |
| 3735 | + <Item ItemId=";Import_Asterisk_as_0_from_1_95016" ItemType="0" PsrId="306" Leaf="true"> |
| 3736 | + <Str Cat="Text"> |
| 3737 | + <Val><![CDATA[Import * as '{0}' from "{1}".]]></Val> |
| 3738 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 3739 | + <Val><![CDATA[从“{1}”将 * 作为“{0}”导入。]]></Val> |
| 3740 | + </Tgt> |
| 3741 | + </Str> |
| 3742 | + <Disp Icon="Str" /> |
| 3743 | + </Item> |
3729 | 3744 | <Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
|
3730 | 3745 | <Str Cat="Text">
|
3731 | 3746 | <Val><![CDATA[Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.]]></Val>
|
|
3957 | 3972 | </Str>
|
3958 | 3973 | <Disp Icon="Str" />
|
3959 | 3974 | </Item>
|
| 3975 | + <Item ItemId=";Install_0_95014" ItemType="0" PsrId="306" Leaf="true"> |
| 3976 | + <Str Cat="Text"> |
| 3977 | + <Val><![CDATA[Install '{0}']]></Val> |
| 3978 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 3979 | + <Val><![CDATA[安装“{0}”]]></Val> |
| 3980 | + </Tgt> |
| 3981 | + </Str> |
| 3982 | + <Disp Icon="Str" /> |
| 3983 | + </Item> |
3960 | 3984 | <Item ItemId=";Interface_0_cannot_simultaneously_extend_types_1_and_2_2320" ItemType="0" PsrId="306" Leaf="true">
|
3961 | 3985 | <Str Cat="Text">
|
3962 | 3986 | <Val><![CDATA[Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'.]]></Val>
|
|
5202 | 5226 | </Str>
|
5203 | 5227 | <Disp Icon="Str" />
|
5204 | 5228 | </Item>
|
5205 |
| - <Item ItemId=";Parameter_0_of_public_property_setter_from_exported_class_has_or_is_using_name_1_from_private_module_4036" ItemType="0" PsrId="306" Leaf="true"> |
5206 |
| - <Str Cat="Text"> |
5207 |
| - <Val><![CDATA[Parameter '{0}' of public property setter from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
5208 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
5209 |
| - <Val><![CDATA[导出类中的公共属性 setter 的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。]]></Val> |
5210 |
| - </Tgt> |
5211 |
| - </Str> |
5212 |
| - <Disp Icon="Str" /> |
5213 |
| - </Item> |
5214 |
| - <Item ItemId=";Parameter_0_of_public_property_setter_from_exported_class_has_or_is_using_private_name_1_4037" ItemType="0" PsrId="306" Leaf="true"> |
5215 |
| - <Str Cat="Text"> |
5216 |
| - <Val><![CDATA[Parameter '{0}' of public property setter from exported class has or is using private name '{1}'.]]></Val> |
5217 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
5218 |
| - <Val><![CDATA[导出类中的公共属性 setter 的参数“{0}”具有或正在使用专用名称“{1}”。]]></Val> |
5219 |
| - </Tgt> |
5220 |
| - </Str> |
5221 |
| - <Disp Icon="Str" /> |
5222 |
| - </Item> |
5223 | 5229 | <Item ItemId=";Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module__4068" ItemType="0" PsrId="306" Leaf="true">
|
5224 | 5230 | <Str Cat="Text">
|
5225 | 5231 | <Val><![CDATA[Parameter '{0}' of public static method from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
|
|
5247 | 5253 | </Str>
|
5248 | 5254 | <Disp Icon="Str" />
|
5249 | 5255 | </Item>
|
5250 |
| - <Item ItemId=";Parameter_0_of_public_static_property_setter_from_exported_class_has_or_is_using_name_1_from_private_4034" ItemType="0" PsrId="306" Leaf="true"> |
| 5256 | + <Item ItemId=";Parameter_cannot_have_question_mark_and_initializer_1015" ItemType="0" PsrId="306" Leaf="true"> |
5251 | 5257 | <Str Cat="Text">
|
5252 |
| - <Val><![CDATA[Parameter '{0}' of public static property setter from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
| 5258 | + <Val><![CDATA[Parameter cannot have question mark and initializer.]]></Val> |
5253 | 5259 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
5254 |
| - <Val><![CDATA[导出类中的公共静态属性 setter 的参数“{0}”具有或正在使用私有模块“{2}”中的名称“{1}”。]]></Val> |
| 5260 | + <Val><![CDATA[参数不能包含问号和初始化表达式。]]></Val> |
5255 | 5261 | </Tgt>
|
5256 | 5262 | </Str>
|
5257 | 5263 | <Disp Icon="Str" />
|
5258 | 5264 | </Item>
|
5259 |
| - <Item ItemId=";Parameter_0_of_public_static_property_setter_from_exported_class_has_or_is_using_private_name_1_4035" ItemType="0" PsrId="306" Leaf="true"> |
| 5265 | + <Item ItemId=";Parameter_declaration_expected_1138" ItemType="0" PsrId="306" Leaf="true"> |
5260 | 5266 | <Str Cat="Text">
|
5261 |
| - <Val><![CDATA[Parameter '{0}' of public static property setter from exported class has or is using private name '{1}'.]]></Val> |
| 5267 | + <Val><![CDATA[Parameter declaration expected.]]></Val> |
5262 | 5268 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
5263 |
| - <Val><![CDATA[导出类中的公共静态属性 setter 的参数“{0}”具有或正在使用专用名称“{1}”。]]></Val> |
| 5269 | + <Val><![CDATA[应为参数声明。]]></Val> |
5264 | 5270 | </Tgt>
|
5265 | 5271 | </Str>
|
5266 | 5272 | <Disp Icon="Str" />
|
5267 | 5273 | </Item>
|
5268 |
| - <Item ItemId=";Parameter_cannot_have_question_mark_and_initializer_1015" ItemType="0" PsrId="306" Leaf="true"> |
| 5274 | + <Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036" ItemType="0" PsrId="306" Leaf="true"> |
5269 | 5275 | <Str Cat="Text">
|
5270 |
| - <Val><![CDATA[Parameter cannot have question mark and initializer.]]></Val> |
5271 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
5272 |
| - <Val><![CDATA[参数不能包含问号和初始化表达式。]]></Val> |
5273 |
| - </Tgt> |
| 5276 | + <Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
5274 | 5277 | </Str>
|
5275 | 5278 | <Disp Icon="Str" />
|
5276 | 5279 | </Item>
|
5277 |
| - <Item ItemId=";Parameter_declaration_expected_1138" ItemType="0" PsrId="306" Leaf="true"> |
| 5280 | + <Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037" ItemType="0" PsrId="306" Leaf="true"> |
5278 | 5281 | <Str Cat="Text">
|
5279 |
| - <Val><![CDATA[Parameter declaration expected.]]></Val> |
5280 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
5281 |
| - <Val><![CDATA[应为参数声明。]]></Val> |
5282 |
| - </Tgt> |
| 5282 | + <Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using private name '{1}'.]]></Val> |
| 5283 | + </Str> |
| 5284 | + <Disp Icon="Str" /> |
| 5285 | + </Item> |
| 5286 | + <Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034" ItemType="0" PsrId="306" Leaf="true"> |
| 5287 | + <Str Cat="Text"> |
| 5288 | + <Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
| 5289 | + </Str> |
| 5290 | + <Disp Icon="Str" /> |
| 5291 | + </Item> |
| 5292 | + <Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035" ItemType="0" PsrId="306" Leaf="true"> |
| 5293 | + <Str Cat="Text"> |
| 5294 | + <Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'.]]></Val> |
5283 | 5295 | </Str>
|
5284 | 5296 | <Disp Icon="Str" />
|
5285 | 5297 | </Item>
|
|
5988 | 6000 | </Str>
|
5989 | 6001 | <Disp Icon="Str" />
|
5990 | 6002 | </Item>
|
| 6003 | + <Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041" ItemType="0" PsrId="306" Leaf="true"> |
| 6004 | + <Str Cat="Text"> |
| 6005 | + <Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val> |
| 6006 | + </Str> |
| 6007 | + <Disp Icon="Str" /> |
| 6008 | + </Item> |
| 6009 | + <Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042" ItemType="0" PsrId="306" Leaf="true"> |
| 6010 | + <Str Cat="Text"> |
| 6011 | + <Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
| 6012 | + </Str> |
| 6013 | + <Disp Icon="Str" /> |
| 6014 | + </Item> |
| 6015 | + <Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043" ItemType="0" PsrId="306" Leaf="true"> |
| 6016 | + <Str Cat="Text"> |
| 6017 | + <Val><![CDATA[Return type of public getter '{0}' from exported class has or is using private name '{1}'.]]></Val> |
| 6018 | + </Str> |
| 6019 | + <Disp Icon="Str" /> |
| 6020 | + </Item> |
5991 | 6021 | <Item ItemId=";Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_c_4053" ItemType="0" PsrId="306" Leaf="true">
|
5992 | 6022 | <Str Cat="Text">
|
5993 | 6023 | <Val><![CDATA[Return type of public method from exported class has or is using name '{0}' from external module {1} but cannot be named.]]></Val>
|
|
6015 | 6045 | </Str>
|
6016 | 6046 | <Disp Icon="Str" />
|
6017 | 6047 | </Item>
|
6018 |
| - <Item ItemId=";Return_type_of_public_property_getter_from_exported_class_has_or_is_using_name_0_from_external_modul_4041" ItemType="0" PsrId="306" Leaf="true"> |
| 6048 | + <Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038" ItemType="0" PsrId="306" Leaf="true"> |
6019 | 6049 | <Str Cat="Text">
|
6020 |
| - <Val><![CDATA[Return type of public property getter from exported class has or is using name '{0}' from external module {1} but cannot be named.]]></Val> |
6021 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6022 |
| - <Val><![CDATA[导出类中的公共属性 Getter 的返回类型具有或正在使用外部模块“{1}”中的名称“{0}”,但不能为其命名。]]></Val> |
6023 |
| - </Tgt> |
| 6050 | + <Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val> |
6024 | 6051 | </Str>
|
6025 | 6052 | <Disp Icon="Str" />
|
6026 | 6053 | </Item>
|
6027 |
| - <Item ItemId=";Return_type_of_public_property_getter_from_exported_class_has_or_is_using_name_0_from_private_module_4042" ItemType="0" PsrId="306" Leaf="true"> |
| 6054 | + <Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039" ItemType="0" PsrId="306" Leaf="true"> |
6028 | 6055 | <Str Cat="Text">
|
6029 |
| - <Val><![CDATA[Return type of public property getter from exported class has or is using name '{0}' from private module '{1}'.]]></Val> |
6030 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6031 |
| - <Val><![CDATA[导出类中的公共属性 Getter 的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。]]></Val> |
6032 |
| - </Tgt> |
| 6056 | + <Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
6033 | 6057 | </Str>
|
6034 | 6058 | <Disp Icon="Str" />
|
6035 | 6059 | </Item>
|
6036 |
| - <Item ItemId=";Return_type_of_public_property_getter_from_exported_class_has_or_is_using_private_name_0_4043" ItemType="0" PsrId="306" Leaf="true"> |
| 6060 | + <Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040" ItemType="0" PsrId="306" Leaf="true"> |
6037 | 6061 | <Str Cat="Text">
|
6038 |
| - <Val><![CDATA[Return type of public property getter from exported class has or is using private name '{0}'.]]></Val> |
6039 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6040 |
| - <Val><![CDATA[导出类中的公共属性 Getter 的返回类型具有或正在使用专用名称“{0}”。]]></Val> |
6041 |
| - </Tgt> |
| 6062 | + <Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using private name '{1}'.]]></Val> |
6042 | 6063 | </Str>
|
6043 | 6064 | <Disp Icon="Str" />
|
6044 | 6065 | </Item>
|
|
6069 | 6090 | </Str>
|
6070 | 6091 | <Disp Icon="Str" />
|
6071 | 6092 | </Item>
|
6072 |
| - <Item ItemId=";Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_name_0_from_externa_4038" ItemType="0" PsrId="306" Leaf="true"> |
6073 |
| - <Str Cat="Text"> |
6074 |
| - <Val><![CDATA[Return type of public static property getter from exported class has or is using name '{0}' from external module {1} but cannot be named.]]></Val> |
6075 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6076 |
| - <Val><![CDATA[导出类中的公共静态属性 Getter 的返回类型具有或正在使用外部模块“{1}”中的名称“{0}”,但不能为其命名。]]></Val> |
6077 |
| - </Tgt> |
6078 |
| - </Str> |
6079 |
| - <Disp Icon="Str" /> |
6080 |
| - </Item> |
6081 |
| - <Item ItemId=";Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_name_0_from_private_4039" ItemType="0" PsrId="306" Leaf="true"> |
6082 |
| - <Str Cat="Text"> |
6083 |
| - <Val><![CDATA[Return type of public static property getter from exported class has or is using name '{0}' from private module '{1}'.]]></Val> |
6084 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6085 |
| - <Val><![CDATA[导出类中的公共静态属性 Getter 的返回类型具有或正在使用私有模块“{1}”中的名称“{0}”。]]></Val> |
6086 |
| - </Tgt> |
6087 |
| - </Str> |
6088 |
| - <Disp Icon="Str" /> |
6089 |
| - </Item> |
6090 |
| - <Item ItemId=";Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_private_name_0_4040" ItemType="0" PsrId="306" Leaf="true"> |
6091 |
| - <Str Cat="Text"> |
6092 |
| - <Val><![CDATA[Return type of public static property getter from exported class has or is using private name '{0}'.]]></Val> |
6093 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6094 |
| - <Val><![CDATA[导出类中的公共静态属性 Getter 的返回类型具有或正在使用专用名称“{0}”。]]></Val> |
6095 |
| - </Tgt> |
6096 |
| - </Str> |
6097 |
| - <Disp Icon="Str" /> |
6098 |
| - </Item> |
6099 | 6093 | <Item ItemId=";Reusing_module_resolutions_originating_in_0_since_resolutions_are_unchanged_from_old_program_6184" ItemType="0" PsrId="306" Leaf="true">
|
6100 | 6094 | <Str Cat="Text">
|
6101 | 6095 | <Val><![CDATA[Reusing module resolutions originating in '{0}' since resolutions are unchanged from old program.]]></Val>
|
|
0 commit comments