|
1620 | 1620 | </Str>
|
1621 | 1621 | <Disp Icon="Str" />
|
1622 | 1622 | </Item>
|
1623 |
| - <Item ItemId=";Cannot_create_an_instance_of_the_abstract_class_0_2511" ItemType="0" PsrId="306" Leaf="true"> |
| 1623 | + <Item ItemId=";Cannot_create_an_instance_of_an_abstract_class_2511" ItemType="0" PsrId="306" Leaf="true"> |
1624 | 1624 | <Str Cat="Text">
|
1625 |
| - <Val><![CDATA[Cannot create an instance of the abstract class '{0}'.]]></Val> |
1626 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
1627 |
| - <Val><![CDATA[Nejde vytvořit instance abstraktní třídy {0}.]]></Val> |
1628 |
| - </Tgt> |
| 1625 | + <Val><![CDATA[Cannot create an instance of an abstract class.]]></Val> |
1629 | 1626 | </Str>
|
1630 | 1627 | <Disp Icon="Str" />
|
1631 | 1628 | </Item>
|
|
3735 | 3732 | </Str>
|
3736 | 3733 | <Disp Icon="Str" />
|
3737 | 3734 | </Item>
|
| 3735 | + <Item ItemId=";Import_0_require_1_95015" ItemType="0" PsrId="306" Leaf="true"> |
| 3736 | + <Str Cat="Text"> |
| 3737 | + <Val><![CDATA[Import '{0}' = require("{1}").]]></Val> |
| 3738 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 3739 | + <Val><![CDATA[Importovat {0} = vyžadovat({1})]]></Val> |
| 3740 | + </Tgt> |
| 3741 | + </Str> |
| 3742 | + <Disp Icon="Str" /> |
| 3743 | + </Item> |
| 3744 | + <Item ItemId=";Import_Asterisk_as_0_from_1_95016" ItemType="0" PsrId="306" Leaf="true"> |
| 3745 | + <Str Cat="Text"> |
| 3746 | + <Val><![CDATA[Import * as '{0}' from "{1}".]]></Val> |
| 3747 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 3748 | + <Val><![CDATA[Importovat * jako {0} z {1}]]></Val> |
| 3749 | + </Tgt> |
| 3750 | + </Str> |
| 3751 | + <Disp Icon="Str" /> |
| 3752 | + </Item> |
3738 | 3753 | <Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
|
3739 | 3754 | <Str Cat="Text">
|
3740 | 3755 | <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>
|
|
3966 | 3981 | </Str>
|
3967 | 3982 | <Disp Icon="Str" />
|
3968 | 3983 | </Item>
|
| 3984 | + <Item ItemId=";Install_0_95014" ItemType="0" PsrId="306" Leaf="true"> |
| 3985 | + <Str Cat="Text"> |
| 3986 | + <Val><![CDATA[Install '{0}']]></Val> |
| 3987 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 3988 | + <Val><![CDATA[Nainstalovat {0}]]></Val> |
| 3989 | + </Tgt> |
| 3990 | + </Str> |
| 3991 | + <Disp Icon="Str" /> |
| 3992 | + </Item> |
3969 | 3993 | <Item ItemId=";Interface_0_cannot_simultaneously_extend_types_1_and_2_2320" ItemType="0" PsrId="306" Leaf="true">
|
3970 | 3994 | <Str Cat="Text">
|
3971 | 3995 | <Val><![CDATA[Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'.]]></Val>
|
|
5211 | 5235 | </Str>
|
5212 | 5236 | <Disp Icon="Str" />
|
5213 | 5237 | </Item>
|
5214 |
| - <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"> |
5215 |
| - <Str Cat="Text"> |
5216 |
| - <Val><![CDATA[Parameter '{0}' of public property setter from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
5217 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
5218 |
| - <Val><![CDATA[Parametr {0} metody setter veřejné vlastnosti z exportované třídy má nebo používá název {1} z privátního modulu {2}.]]></Val> |
5219 |
| - </Tgt> |
5220 |
| - </Str> |
5221 |
| - <Disp Icon="Str" /> |
5222 |
| - </Item> |
5223 |
| - <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"> |
5224 |
| - <Str Cat="Text"> |
5225 |
| - <Val><![CDATA[Parameter '{0}' of public property setter from exported class has or is using private name '{1}'.]]></Val> |
5226 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
5227 |
| - <Val><![CDATA[Parametr {0} metody setter veřejné vlastnosti z exportované třídy má nebo používá privátní název {1}.]]></Val> |
5228 |
| - </Tgt> |
5229 |
| - </Str> |
5230 |
| - <Disp Icon="Str" /> |
5231 |
| - </Item> |
5232 | 5238 | <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">
|
5233 | 5239 | <Str Cat="Text">
|
5234 | 5240 | <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>
|
|
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_name_1_from_private_4034" ItemType="0" PsrId="306" Leaf="true"> |
| 5265 | + <Item ItemId=";Parameter_cannot_have_question_mark_and_initializer_1015" 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 name '{1}' from private module '{2}'.]]></Val> |
| 5267 | + <Val><![CDATA[Parameter cannot have question mark and initializer.]]></Val> |
5262 | 5268 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
5263 |
| - <Val><![CDATA[Parametr {0} metody setter veřejné statické vlastnosti z exportované třídy má nebo používá název {1} z privátního modulu {2}.]]></Val> |
| 5269 | + <Val><![CDATA[Parametr nemůže obsahovat otazník a inicializátor.]]></Val> |
5264 | 5270 | </Tgt>
|
5265 | 5271 | </Str>
|
5266 | 5272 | <Disp Icon="Str" />
|
5267 | 5273 | </Item>
|
5268 |
| - <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"> |
| 5274 | + <Item ItemId=";Parameter_declaration_expected_1138" ItemType="0" PsrId="306" Leaf="true"> |
5269 | 5275 | <Str Cat="Text">
|
5270 |
| - <Val><![CDATA[Parameter '{0}' of public static property setter from exported class has or is using private name '{1}'.]]></Val> |
| 5276 | + <Val><![CDATA[Parameter declaration expected.]]></Val> |
5271 | 5277 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
5272 |
| - <Val><![CDATA[Parametr {0} metody setter veřejné statické vlastnosti z exportované třídy má nebo používá privátní název {1}.]]></Val> |
| 5278 | + <Val><![CDATA[Očekává se deklarace parametru.]]></Val> |
5273 | 5279 | </Tgt>
|
5274 | 5280 | </Str>
|
5275 | 5281 | <Disp Icon="Str" />
|
5276 | 5282 | </Item>
|
5277 |
| - <Item ItemId=";Parameter_cannot_have_question_mark_and_initializer_1015" ItemType="0" PsrId="306" Leaf="true"> |
| 5283 | + <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"> |
5278 | 5284 | <Str Cat="Text">
|
5279 |
| - <Val><![CDATA[Parameter cannot have question mark and initializer.]]></Val> |
5280 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
5281 |
| - <Val><![CDATA[Parametr nemůže obsahovat otazník a inicializátor.]]></Val> |
5282 |
| - </Tgt> |
| 5285 | + <Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
5283 | 5286 | </Str>
|
5284 | 5287 | <Disp Icon="Str" />
|
5285 | 5288 | </Item>
|
5286 |
| - <Item ItemId=";Parameter_declaration_expected_1138" ItemType="0" PsrId="306" Leaf="true"> |
| 5289 | + <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"> |
5287 | 5290 | <Str Cat="Text">
|
5288 |
| - <Val><![CDATA[Parameter declaration expected.]]></Val> |
5289 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
5290 |
| - <Val><![CDATA[Očekává se deklarace parametru.]]></Val> |
5291 |
| - </Tgt> |
| 5291 | + <Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using private name '{1}'.]]></Val> |
| 5292 | + </Str> |
| 5293 | + <Disp Icon="Str" /> |
| 5294 | + </Item> |
| 5295 | + <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"> |
| 5296 | + <Str Cat="Text"> |
| 5297 | + <Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
| 5298 | + </Str> |
| 5299 | + <Disp Icon="Str" /> |
| 5300 | + </Item> |
| 5301 | + <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"> |
| 5302 | + <Str Cat="Text"> |
| 5303 | + <Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'.]]></Val> |
5292 | 5304 | </Str>
|
5293 | 5305 | <Disp Icon="Str" />
|
5294 | 5306 | </Item>
|
|
5997 | 6009 | </Str>
|
5998 | 6010 | <Disp Icon="Str" />
|
5999 | 6011 | </Item>
|
| 6012 | + <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"> |
| 6013 | + <Str Cat="Text"> |
| 6014 | + <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> |
| 6015 | + </Str> |
| 6016 | + <Disp Icon="Str" /> |
| 6017 | + </Item> |
| 6018 | + <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"> |
| 6019 | + <Str Cat="Text"> |
| 6020 | + <Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
| 6021 | + </Str> |
| 6022 | + <Disp Icon="Str" /> |
| 6023 | + </Item> |
| 6024 | + <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"> |
| 6025 | + <Str Cat="Text"> |
| 6026 | + <Val><![CDATA[Return type of public getter '{0}' from exported class has or is using private name '{1}'.]]></Val> |
| 6027 | + </Str> |
| 6028 | + <Disp Icon="Str" /> |
| 6029 | + </Item> |
6000 | 6030 | <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">
|
6001 | 6031 | <Str Cat="Text">
|
6002 | 6032 | <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>
|
|
6024 | 6054 | </Str>
|
6025 | 6055 | <Disp Icon="Str" />
|
6026 | 6056 | </Item>
|
6027 |
| - <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"> |
| 6057 | + <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"> |
6028 | 6058 | <Str Cat="Text">
|
6029 |
| - <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> |
6030 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6031 |
| - <Val><![CDATA[Návratový typ metody getter veřejné vlastnosti z exportované třídy má nebo používá název {0} z externího modulu {1}, ale nedá se pojmenovat.]]></Val> |
6032 |
| - </Tgt> |
| 6059 | + <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> |
6033 | 6060 | </Str>
|
6034 | 6061 | <Disp Icon="Str" />
|
6035 | 6062 | </Item>
|
6036 |
| - <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"> |
| 6063 | + <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"> |
6037 | 6064 | <Str Cat="Text">
|
6038 |
| - <Val><![CDATA[Return type of public property getter from exported class has or is using name '{0}' from private module '{1}'.]]></Val> |
6039 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6040 |
| - <Val><![CDATA[Návratový typ metody getter veřejné vlastnosti z exportované třídy má nebo používá název {0} z privátního modulu {1}.]]></Val> |
6041 |
| - </Tgt> |
| 6065 | + <Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val> |
6042 | 6066 | </Str>
|
6043 | 6067 | <Disp Icon="Str" />
|
6044 | 6068 | </Item>
|
6045 |
| - <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"> |
| 6069 | + <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"> |
6046 | 6070 | <Str Cat="Text">
|
6047 |
| - <Val><![CDATA[Return type of public property getter from exported class has or is using private name '{0}'.]]></Val> |
6048 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6049 |
| - <Val><![CDATA[Návratový typ metody getter veřejné vlastnosti z exportované třídy má nebo používá privátní název {0}.]]></Val> |
6050 |
| - </Tgt> |
| 6071 | + <Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using private name '{1}'.]]></Val> |
6051 | 6072 | </Str>
|
6052 | 6073 | <Disp Icon="Str" />
|
6053 | 6074 | </Item>
|
|
6078 | 6099 | </Str>
|
6079 | 6100 | <Disp Icon="Str" />
|
6080 | 6101 | </Item>
|
6081 |
| - <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"> |
6082 |
| - <Str Cat="Text"> |
6083 |
| - <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> |
6084 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6085 |
| - <Val><![CDATA[Návratový typ metody getter veřejné statické vlastnosti z exportované třídy má nebo používá název {0} z externího modulu {1}, ale nedá se pojmenovat.]]></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_name_0_from_private_4039" 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 name '{0}' from private module '{1}'.]]></Val> |
6093 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6094 |
| - <Val><![CDATA[Návratový typ metody getter veřejné statické vlastnosti z exportované třídy má nebo používá název {0} z privátního modulu {1}.]]></Val> |
6095 |
| - </Tgt> |
6096 |
| - </Str> |
6097 |
| - <Disp Icon="Str" /> |
6098 |
| - </Item> |
6099 |
| - <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"> |
6100 |
| - <Str Cat="Text"> |
6101 |
| - <Val><![CDATA[Return type of public static property getter from exported class has or is using private name '{0}'.]]></Val> |
6102 |
| - <Tgt Cat="Text" Stat="Loc" Orig="New"> |
6103 |
| - <Val><![CDATA[Návratový typ metody getter veřejné statické vlastnosti z exportované třídy má nebo používá privátní název {0}.]]></Val> |
6104 |
| - </Tgt> |
6105 |
| - </Str> |
6106 |
| - <Disp Icon="Str" /> |
6107 |
| - </Item> |
6108 | 6102 | <Item ItemId=";Reusing_module_resolutions_originating_in_0_since_resolutions_are_unchanged_from_old_program_6184" ItemType="0" PsrId="306" Leaf="true">
|
6109 | 6103 | <Str Cat="Text">
|
6110 | 6104 | <Val><![CDATA[Reusing module resolutions originating in '{0}' since resolutions are unchanged from old program.]]></Val>
|
|
0 commit comments