|
864 | 864 | </Str>
|
865 | 865 | <Disp Icon="Str" />
|
866 | 866 | </Item>
|
867 |
| - <Item ItemId=";A_super_call_must_be_the_first_statement_in_the_constructor_when_a_class_contains_initialized_proper_2376" ItemType="0" PsrId="306" Leaf="true"> |
| 867 | + <Item ItemId=";A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401" ItemType="0" PsrId="306" Leaf="true"> |
868 | 868 | <Str Cat="Text">
|
869 |
| - <Val><![CDATA[A 'super' call must be the first statement in the constructor when a class contains initialized properties, parameter properties, or private identifiers.]]></Val> |
| 869 | + <Val><![CDATA[A 'super' call must be a root-level statement within a constructor of a derived class that contains initialized properties, parameter properties, or private identifiers.]]></Val> |
870 | 870 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
871 |
| - <Val><![CDATA[Pokud třída obsahuje inicializované vlastnosti, vlastnosti parametru nebo privátní identifikátory, musí být první příkaz v konstruktoru volání super.]]></Val> |
| 871 | + <Val><![CDATA[Volání super musí být příkaz na kořenové úrovni v konstruktoru odvozené třídy, který obsahuje inicializované vlastnosti, vlastnosti parametrů nebo privátní identifikátory.]]></Val> |
| 872 | + </Tgt> |
| 873 | + </Str> |
| 874 | + <Disp Icon="Str" /> |
| 875 | + </Item> |
| 876 | + <Item ItemId=";A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376" ItemType="0" PsrId="306" Leaf="true"> |
| 877 | + <Str Cat="Text"> |
| 878 | + <Val><![CDATA[A 'super' call must be the first statement in the constructor to refer to 'super' or 'this' when a derived class contains initialized properties, parameter properties, or private identifiers.]]></Val> |
| 879 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 880 | + <Val><![CDATA[Volání super musí být prvním příkazem v konstruktoru, který odkazuje na super nebo toto, když odvozená třída obsahuje inicializované vlastnosti, vlastnosti parametrů nebo soukromé identifikátory.]]></Val> |
872 | 881 | </Tgt>
|
873 |
| - <Prev Cat="Text"> |
874 |
| - <Val><![CDATA[A 'super' call must be the first statement in the constructor when a class contains initialized properties or has parameter properties.]]></Val> |
875 |
| - </Prev> |
876 | 882 | </Str>
|
877 | 883 | <Disp Icon="Str" />
|
878 | 884 | </Item>
|
|
2130 | 2136 | </Str>
|
2131 | 2137 | <Disp Icon="Str" />
|
2132 | 2138 | </Item>
|
2133 |
| - <Item ItemId=";An_object_literal_cannot_have_multiple_properties_with_the_same_name_in_strict_mode_1117" ItemType="0" PsrId="306" Leaf="true"> |
| 2139 | + <Item ItemId=";An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117" ItemType="0" PsrId="306" Leaf="true"> |
2134 | 2140 | <Str Cat="Text">
|
2135 |
| - <Val><![CDATA[An object literal cannot have multiple properties with the same name in strict mode.]]></Val> |
| 2141 | + <Val><![CDATA[An object literal cannot have multiple properties with the same name.]]></Val> |
2136 | 2142 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
2137 |
| - <Val><![CDATA[Literál objektu nemůže mít víc vlastností se stejným názvem ve striktním režimu.]]></Val> |
| 2143 | + <Val><![CDATA[Literál objektu nemůže mít víc vlastností se stejným názvem.]]></Val> |
2138 | 2144 | </Tgt>
|
2139 | 2145 | </Str>
|
2140 | 2146 | <Disp Icon="Str" />
|
|
2925 | 2931 | </Str>
|
2926 | 2932 | <Disp Icon="Str" />
|
2927 | 2933 | </Item>
|
| 2934 | + <Item ItemId=";Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311" ItemType="0" PsrId="306" Leaf="true"> |
| 2935 | + <Str Cat="Text"> |
| 2936 | + <Val><![CDATA[Cannot find name '{0}'. Did you mean to write this in an async function?]]></Val> |
| 2937 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 2938 | + <Val><![CDATA[Nelze najít název {0}. Nechtěli jste to napsat v asynchronní funkci?]]></Val> |
| 2939 | + </Tgt> |
| 2940 | + </Str> |
| 2941 | + <Disp Icon="Str" /> |
| 2942 | + </Item> |
2928 | 2943 | <Item ItemId=";Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583" ItemType="0" PsrId="306" Leaf="true">
|
2929 | 2944 | <Str Cat="Text">
|
2930 | 2945 | <Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{1}' or later.]]></Val>
|
|
3618 | 3633 | </Str>
|
3619 | 3634 | <Disp Icon="Str" />
|
3620 | 3635 | </Item>
|
| 3636 | + <Item ItemId=";Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124" ItemType="0" PsrId="306" Leaf="true"> |
| 3637 | + <Str Cat="Text"> |
| 3638 | + <Val><![CDATA[Compiler option '{0}' of value '{1}' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'.]]></Val> |
| 3639 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 3640 | + <Val><![CDATA[Možnost kompilátoru {0} hodnoty {1} je nestabilní. Ke ztlumení této chyby použijte noční TypeScript. Zkuste provést aktualizaci pomocí příkazu npm install -D typescript@next.]]></Val> |
| 3641 | + </Tgt> |
| 3642 | + </Str> |
| 3643 | + <Disp Icon="Str" /> |
| 3644 | + </Item> |
3621 | 3645 | <Item ItemId=";Compiler_option_0_requires_a_value_of_type_1_5024" ItemType="0" PsrId="306" Leaf="true">
|
3622 | 3646 | <Str Cat="Text">
|
3623 | 3647 | <Val><![CDATA[Compiler option '{0}' requires a value of type {1}.]]></Val>
|
|
5250 | 5274 | </Str>
|
5251 | 5275 | <Disp Icon="Str" />
|
5252 | 5276 | </Item>
|
5253 |
| - <Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true"> |
| 5277 | + <Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_or_nodenext_1324" ItemType="0" PsrId="306" Leaf="true"> |
5254 | 5278 | <Str Cat="Text">
|
5255 |
| - <Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val> |
| 5279 | + <Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext' or 'nodenext'.]]></Val> |
5256 | 5280 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
5257 |
| - <Val><![CDATA[Dynamické importy podporují pouze druhý argument, pokud je možnost --module nastavena na hodnotu esnext.]]></Val> |
| 5281 | + <Val><![CDATA[Dynamické importy podporují pouze druhý argument, pokud je možnost --module nastavena na hodnotu esnext nebo nodenext.]]></Val> |
5258 | 5282 | </Tgt>
|
5259 | 5283 | </Str>
|
5260 | 5284 | <Disp Icon="Str" />
|
|
5775 | 5799 | </Str>
|
5776 | 5800 | <Disp Icon="Str" />
|
5777 | 5801 | </Item>
|
| 5802 | + <Item ItemId=";Errors_Files_6041" ItemType="0" PsrId="306" Leaf="true"> |
| 5803 | + <Str Cat="Text"> |
| 5804 | + <Val><![CDATA[Errors Files]]></Val> |
| 5805 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 5806 | + <Val><![CDATA[Soubory chyb]]></Val> |
| 5807 | + </Tgt> |
| 5808 | + </Str> |
| 5809 | + <Disp Icon="Str" /> |
| 5810 | + </Item> |
5778 | 5811 | <Item ItemId=";Examples_Colon_0_6026" ItemType="0" PsrId="306" Leaf="true">
|
5779 | 5812 | <Str Cat="Text">
|
5780 | 5813 | <Val><![CDATA[Examples: {0}]]></Val>
|
|
6552 | 6585 | </Str>
|
6553 | 6586 | <Disp Icon="Str" />
|
6554 | 6587 | </Item>
|
| 6588 | + <Item ItemId=";Found_0_errors_in_1_files_6261" ItemType="0" PsrId="306" Leaf="true"> |
| 6589 | + <Str Cat="Text"> |
| 6590 | + <Val><![CDATA[Found {0} errors in {1} files.]]></Val> |
| 6591 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 6592 | + <Val><![CDATA[V {1} souborech byly nalezeny chyby ({0}).]]></Val> |
| 6593 | + </Tgt> |
| 6594 | + </Str> |
| 6595 | + <Disp Icon="Str" /> |
| 6596 | + </Item> |
| 6597 | + <Item ItemId=";Found_0_errors_in_the_same_file_starting_at_Colon_1_6260" ItemType="0" PsrId="306" Leaf="true"> |
| 6598 | + <Str Cat="Text"> |
| 6599 | + <Val><![CDATA[Found {0} errors in the same file, starting at: {1}]]></Val> |
| 6600 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 6601 | + <Val><![CDATA[Ve stejném souboru byly nalezeny chyby ({0}). Začínají na: {1}]]></Val> |
| 6602 | + </Tgt> |
| 6603 | + </Str> |
| 6604 | + <Disp Icon="Str" /> |
| 6605 | + </Item> |
6555 | 6606 | <Item ItemId=";Found_1_error_6216" ItemType="0" PsrId="306" Leaf="true">
|
6556 | 6607 | <Str Cat="Text">
|
6557 | 6608 | <Val><![CDATA[Found 1 error.]]></Val>
|
|
6570 | 6621 | </Str>
|
6571 | 6622 | <Disp Icon="Str" />
|
6572 | 6623 | </Item>
|
| 6624 | + <Item ItemId=";Found_1_error_in_1_6259" ItemType="0" PsrId="306" Leaf="true"> |
| 6625 | + <Str Cat="Text"> |
| 6626 | + <Val><![CDATA[Found 1 error in {1}]]></Val> |
| 6627 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 6628 | + <Val><![CDATA[Našla se 1 chyba v {1}.]]></Val> |
| 6629 | + </Tgt> |
| 6630 | + </Str> |
| 6631 | + <Disp Icon="Str" /> |
| 6632 | + </Item> |
6573 | 6633 | <Item ItemId=";Found_package_json_at_0_6099" ItemType="0" PsrId="306" Leaf="true">
|
6574 | 6634 | <Str Cat="Text">
|
6575 | 6635 | <Val><![CDATA[Found 'package.json' at '{0}'.]]></Val>
|
|
7077 | 7137 | </Str>
|
7078 | 7138 | <Disp Icon="Str" />
|
7079 | 7139 | </Item>
|
7080 |
| - <Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true"> |
| 7140 | + <Item ItemId=";Import_assertion_values_must_be_string_literal_expressions_2837" ItemType="0" PsrId="306" Leaf="true"> |
| 7141 | + <Str Cat="Text"> |
| 7142 | + <Val><![CDATA[Import assertion values must be string literal expressions.]]></Val> |
| 7143 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 7144 | + <Val><![CDATA[Hodnoty kontrolních výrazů importu musí být výrazy formou řetězcových literálů.]]></Val> |
| 7145 | + </Tgt> |
| 7146 | + </Str> |
| 7147 | + <Disp Icon="Str" /> |
| 7148 | + </Item> |
| 7149 | + <Item ItemId=";Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836" ItemType="0" PsrId="306" Leaf="true"> |
| 7150 | + <Str Cat="Text"> |
| 7151 | + <Val><![CDATA[Import assertions are not allowed on statements that transpile to commonjs 'require' calls.]]></Val> |
| 7152 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 7153 | + <Val><![CDATA[V příkazech, které se překládají na volání require commonjs, se kontrolní výrazy importu nepovolují.]]></Val> |
| 7154 | + </Tgt> |
| 7155 | + </Str> |
| 7156 | + <Disp Icon="Str" /> |
| 7157 | + </Item> |
| 7158 | + <Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821" ItemType="0" PsrId="306" Leaf="true"> |
7081 | 7159 | <Str Cat="Text">
|
7082 |
| - <Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val> |
| 7160 | + <Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext' or 'nodenext'.]]></Val> |
7083 | 7161 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
7084 |
| - <Val><![CDATA[Kontrolní výrazy importu jsou podporovány pouze v případě, že je možnost --module nastavena na hodnotu esnext.]]></Val> |
| 7162 | + <Val><![CDATA[Kontrolní výrazy importu jsou podporovány pouze v případě, že je možnost --module nastavena na hodnotu esnext nebo nodenext.]]></Val> |
7085 | 7163 | </Tgt>
|
7086 | 7164 | </Str>
|
7087 | 7165 | <Disp Icon="Str" />
|
|
7317 | 7395 | </Str>
|
7318 | 7396 | <Disp Icon="Str" />
|
7319 | 7397 | </Item>
|
| 7398 | + <Item ItemId=";Includes_imports_of_types_referenced_by_0_90054" ItemType="0" PsrId="306" Leaf="true"> |
| 7399 | + <Str Cat="Text"> |
| 7400 | + <Val><![CDATA[Includes imports of types referenced by '{0}']]></Val> |
| 7401 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 7402 | + <Val><![CDATA[Zahrnuje importy typů, na které odkazuje {0}]]></Val> |
| 7403 | + </Tgt> |
| 7404 | + </Str> |
| 7405 | + <Disp Icon="Str" /> |
| 7406 | + </Item> |
7320 | 7407 | <Item ItemId=";Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914" ItemType="0" PsrId="306" Leaf="true">
|
7321 | 7408 | <Str Cat="Text">
|
7322 | 7409 | <Val><![CDATA[Including --watch, -w will start watching the current project for the file changes. Once set, you can config watch mode with:]]></Val>
|
|
10566 | 10653 | </Str>
|
10567 | 10654 | <Disp Icon="Str" />
|
10568 | 10655 | </Item>
|
| 10656 | + <Item ItemId=";Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2834" ItemType="0" PsrId="306" Leaf="true"> |
| 10657 | + <Str Cat="Text"> |
| 10658 | + <Val><![CDATA[Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node12' or 'nodenext'. Consider adding an extension to the import path.]]></Val> |
| 10659 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 10660 | + <Val><![CDATA[Relativní cesty importu vyžadují explicitní přípony souborů v importech EcmaScriptu, když --moduleResolution je node12 nebo nodenext. Zvažte přidání rozšíření do cesty importu.]]></Val> |
| 10661 | + </Tgt> |
| 10662 | + </Str> |
| 10663 | + <Disp Icon="Str" /> |
| 10664 | + </Item> |
| 10665 | + <Item ItemId=";Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2835" ItemType="0" PsrId="306" Leaf="true"> |
| 10666 | + <Str Cat="Text"> |
| 10667 | + <Val><![CDATA[Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node12' or 'nodenext'. Did you mean '{0}'?]]></Val> |
| 10668 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 10669 | + <Val><![CDATA[Relativní cesty importu vyžadují explicitní přípony souborů v importech EcmaScriptu, když --moduleResolution je node12 nebo nodenext. Měli jste na mysli {0}?]]></Val> |
| 10670 | + </Tgt> |
| 10671 | + </Str> |
| 10672 | + <Disp Icon="Str" /> |
| 10673 | + </Item> |
10569 | 10674 | <Item ItemId=";Remove_a_list_of_directories_from_the_watch_process_6628" ItemType="0" PsrId="306" Leaf="true">
|
10570 | 10675 | <Str Cat="Text">
|
10571 | 10676 | <Val><![CDATA[Remove a list of directories from the watch process.]]></Val>
|
|
10692 | 10797 | </Str>
|
10693 | 10798 | <Disp Icon="Str" />
|
10694 | 10799 | </Item>
|
| 10800 | + <Item ItemId=";Remove_type_from_import_declaration_from_0_90055" ItemType="0" PsrId="306" Leaf="true"> |
| 10801 | + <Str Cat="Text"> |
| 10802 | + <Val><![CDATA[Remove 'type' from import declaration from "{0}"]]></Val> |
| 10803 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 10804 | + <Val><![CDATA[Odebrat „type“ z deklarace importu z „{0}“]]></Val> |
| 10805 | + </Tgt> |
| 10806 | + </Str> |
| 10807 | + <Disp Icon="Str" /> |
| 10808 | + </Item> |
| 10809 | + <Item ItemId=";Remove_type_from_import_of_0_from_1_90056" ItemType="0" PsrId="306" Leaf="true"> |
| 10810 | + <Str Cat="Text"> |
| 10811 | + <Val><![CDATA[Remove 'type' from import of '{0}' from "{1}"]]></Val> |
| 10812 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 10813 | + <Val><![CDATA[Odebrat „type“ z importu {0} z „{1}“]]></Val> |
| 10814 | + </Tgt> |
| 10815 | + </Str> |
| 10816 | + <Disp Icon="Str" /> |
| 10817 | + </Item> |
10695 | 10818 | <Item ItemId=";Remove_type_parameters_90012" ItemType="0" PsrId="306" Leaf="true">
|
10696 | 10819 | <Str Cat="Text">
|
10697 | 10820 | <Val><![CDATA[Remove type parameters]]></Val>
|
|
15690 | 15813 | </Str>
|
15691 | 15814 | <Disp Icon="Str" />
|
15692 | 15815 | </Item>
|
| 15816 | + <Item ItemId=";catch_or_finally_expected_1472" ItemType="0" PsrId="306" Leaf="true"> |
| 15817 | + <Str Cat="Text"> |
| 15818 | + <Val><![CDATA['catch' or 'finally' expected.]]></Val> |
| 15819 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 15820 | + <Val><![CDATA[Očekávalo se catch nebo finally.]]></Val> |
| 15821 | + </Tgt> |
| 15822 | + </Str> |
| 15823 | + <Disp Icon="Str" /> |
| 15824 | + </Item> |
15693 | 15825 | <Item ItemId=";const_declarations_can_only_be_declared_inside_a_block_1156" ItemType="0" PsrId="306" Leaf="true">
|
15694 | 15826 | <Str Cat="Text">
|
15695 | 15827 | <Val><![CDATA['const' declarations can only be declared inside a block.]]></Val>
|
|
0 commit comments