|
4710 | 4710 | </Str>
|
4711 | 4711 | <Disp Icon="Str" />
|
4712 | 4712 | </Item>
|
| 4713 | + <Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true"> |
| 4714 | + <Str Cat="Text"> |
| 4715 | + <Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val> |
| 4716 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 4717 | + <Val><![CDATA[Pokud možnost target není nastavená na es2016 nebo novější, nedají se hodnoty bigint umocnit.]]></Val> |
| 4718 | + </Tgt> |
| 4719 | + </Str> |
| 4720 | + <Disp Icon="Str" /> |
| 4721 | + </Item> |
4713 | 4722 | <Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
|
4714 | 4723 | <Str Cat="Text">
|
4715 | 4724 | <Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
|
|
5160 | 5169 | </Str>
|
5161 | 5170 | <Disp Icon="Str" />
|
5162 | 5171 | </Item>
|
| 5172 | + <Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true"> |
| 5173 | + <Str Cat="Text"> |
| 5174 | + <Val><![CDATA[Fix all incorrect return type of an async functions]]></Val> |
| 5175 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 5176 | + <Val><![CDATA[Opravit všechny nesprávné návratové typy asynchronních funkcí]]></Val> |
| 5177 | + </Tgt> |
| 5178 | + </Str> |
| 5179 | + <Disp Icon="Str" /> |
| 5180 | + </Item> |
5163 | 5181 | <Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
|
5164 | 5182 | <Str Cat="Text">
|
5165 | 5183 | <Val><![CDATA[Found {0} errors.]]></Val>
|
|
8730 | 8748 | </Str>
|
8731 | 8749 | <Disp Icon="Str" />
|
8732 | 8750 | </Item>
|
| 8751 | + <Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true"> |
| 8752 | + <Str Cat="Text"> |
| 8753 | + <Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val> |
| 8754 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 8755 | + <Val><![CDATA[Místo {0} použijte Promise<{1}>]]></Val> |
| 8756 | + </Tgt> |
| 8757 | + </Str> |
| 8758 | + <Disp Icon="Str" /> |
| 8759 | + </Item> |
8733 | 8760 | <Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
|
8734 | 8761 | <Str Cat="Text">
|
8735 | 8762 | <Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
|
@@ -10296,11 +10323,11 @@
|
10296 | 10323 | </Str>
|
10297 | 10324 | <Disp Icon="Str" />
|
10298 | 10325 | </Item>
|
10299 |
| - <Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true"> |
| 10326 | + <Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true"> |
10300 | 10327 | <Str Cat="Text">
|
10301 |
| - <Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val> |
| 10328 | + <Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val> |
10302 | 10329 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
10303 |
| - <Val><![CDATA[Návratový typ asynchronní funkce nebo metody musí být globální typ Promise<T>.]]></Val> |
| 10330 | + <Val><![CDATA[Návratový typ asynchronní funkce nebo metody musí být globální typ Promise<T>. Zamýšleli jste napsat Promise<{0}>?]]></Val> |
10304 | 10331 | </Tgt>
|
10305 | 10332 | </Str>
|
10306 | 10333 | <Disp Icon="Str" />
|
|
0 commit comments