Skip to content

Commit 208cb2d

Browse files
authored
LEGO: Merge pull request 47641
LEGO: Merge pull request 47641
1 parent b7b6483 commit 208cb2d

File tree

6 files changed

+446
-53
lines changed

6 files changed

+446
-53
lines changed

src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10788,6 +10788,24 @@
1078810788
</Str>
1078910789
<Disp Icon="Str" />
1079010790
</Item>
10791+
<Item ItemId=";Remove_type_from_import_declaration_from_0_90055" ItemType="0" PsrId="306" Leaf="true">
10792+
<Str Cat="Text">
10793+
<Val><![CDATA[Remove 'type' from import declaration from "{0}"]]></Val>
10794+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10795+
<Val><![CDATA[從 "{0}" 移除匯入宣告中的 'type']]></Val>
10796+
</Tgt>
10797+
</Str>
10798+
<Disp Icon="Str" />
10799+
</Item>
10800+
<Item ItemId=";Remove_type_from_import_of_0_from_1_90056" ItemType="0" PsrId="306" Leaf="true">
10801+
<Str Cat="Text">
10802+
<Val><![CDATA[Remove 'type' from import of '{0}' from "{1}"]]></Val>
10803+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10804+
<Val><![CDATA[從 "{1}" 移除匯入 '{0}' 中的 'type']]></Val>
10805+
</Tgt>
10806+
</Str>
10807+
<Disp Icon="Str" />
10808+
</Item>
1079110809
<Item ItemId=";Remove_type_parameters_90012" ItemType="0" PsrId="306" Leaf="true">
1079210810
<Str Cat="Text">
1079310811
<Val><![CDATA[Remove type parameters]]></Val>

src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 141 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -852,15 +852,21 @@
852852
</Str>
853853
<Disp Icon="Str" />
854854
</Item>
855-
<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">
855+
<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">
856856
<Str Cat="Text">
857-
<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>
857+
<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>
858858
<Tgt Cat="Text" Stat="Loc" Orig="New">
859-
<Val><![CDATA[Ein super-Aufruf muss die erste Anweisung im Konstruktor sein, wenn eine Klasse initialisierte Eigenschaften, Parametereigenschaften oder private Bezeichner enthält.]]></Val>
859+
<Val><![CDATA[Ein „super“ Aufruf muss eine Anweisung auf Stammebene innerhalb eines Konstruktors einer abgeleiteten Klasse sein, die initialisierte Eigenschaften, Parametereigenschaften oder private Bezeichner enthält.]]></Val>
860+
</Tgt>
861+
</Str>
862+
<Disp Icon="Str" />
863+
</Item>
864+
<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">
865+
<Str Cat="Text">
866+
<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>
867+
<Tgt Cat="Text" Stat="Loc" Orig="New">
868+
<Val><![CDATA[Ein „super“ Aufruf muss die erste Anweisung im Konstruktor sein, um auf „super“ oder „this“ zu verweisen, wenn eine abgeleitete Klasse initialisierte Eigenschaften, Parametereigenschaften oder private Bezeichner enthält.]]></Val>
860869
</Tgt>
861-
<Prev Cat="Text">
862-
<Val><![CDATA[A 'super' call must be the first statement in the constructor when a class contains initialized properties or has parameter properties.]]></Val>
863-
</Prev>
864870
</Str>
865871
<Disp Icon="Str" />
866872
</Item>
@@ -2118,11 +2124,11 @@
21182124
</Str>
21192125
<Disp Icon="Str" />
21202126
</Item>
2121-
<Item ItemId=";An_object_literal_cannot_have_multiple_properties_with_the_same_name_in_strict_mode_1117" ItemType="0" PsrId="306" Leaf="true">
2127+
<Item ItemId=";An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117" ItemType="0" PsrId="306" Leaf="true">
21222128
<Str Cat="Text">
2123-
<Val><![CDATA[An object literal cannot have multiple properties with the same name in strict mode.]]></Val>
2129+
<Val><![CDATA[An object literal cannot have multiple properties with the same name.]]></Val>
21242130
<Tgt Cat="Text" Stat="Loc" Orig="New">
2125-
<Val><![CDATA[Ein Objektliteral darf im Strict-Modus nicht mehrere Eigenschaften mit dem gleichen Namen besitzen.]]></Val>
2131+
<Val><![CDATA[Ein Objektliteral darf nicht über mehrere Eigenschaften mit demselben Namen verfügen.]]></Val>
21262132
</Tgt>
21272133
</Str>
21282134
<Disp Icon="Str" />
@@ -2913,6 +2919,15 @@
29132919
</Str>
29142920
<Disp Icon="Str" />
29152921
</Item>
2922+
<Item ItemId=";Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311" ItemType="0" PsrId="306" Leaf="true">
2923+
<Str Cat="Text">
2924+
<Val><![CDATA[Cannot find name '{0}'. Did you mean to write this in an async function?]]></Val>
2925+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2926+
<Val><![CDATA[Der Name „{0}“ wurde nicht gefunden. Wollten Sie dies in eine asynchrone Funktion schreiben?]]></Val>
2927+
</Tgt>
2928+
</Str>
2929+
<Disp Icon="Str" />
2930+
</Item>
29162931
<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">
29172932
<Str Cat="Text">
29182933
<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>
@@ -3606,6 +3621,15 @@
36063621
</Str>
36073622
<Disp Icon="Str" />
36083623
</Item>
3624+
<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">
3625+
<Str Cat="Text">
3626+
<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>
3627+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3628+
<Val><![CDATA[Die Compileroption „{0}“ des Werts „{1}“ ist instabil. Verwenden Sie „Nightly TypeScript“, um diesen Fehler zu beheben. Versuchen Sie die Aktualisierung mit „npm install -D typescript@next“ durchzuführen.]]></Val>
3629+
</Tgt>
3630+
</Str>
3631+
<Disp Icon="Str" />
3632+
</Item>
36093633
<Item ItemId=";Compiler_option_0_requires_a_value_of_type_1_5024" ItemType="0" PsrId="306" Leaf="true">
36103634
<Str Cat="Text">
36113635
<Val><![CDATA[Compiler option '{0}' requires a value of type {1}.]]></Val>
@@ -5238,11 +5262,11 @@
52385262
</Str>
52395263
<Disp Icon="Str" />
52405264
</Item>
5241-
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true">
5265+
<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">
52425266
<Str Cat="Text">
5243-
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val>
5267+
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext' or 'nodenext'.]]></Val>
52445268
<Tgt Cat="Text" Stat="Loc" Orig="New">
5245-
<Val><![CDATA[Dynamische Importe unterstützen nur ein zweites Argument, wenn die Option "--module" auf "esnext" festgelegt ist.]]></Val>
5269+
<Val><![CDATA[Dynamische Importe unterstützen nur ein zweites Argument, wenn die Option --module auf esnext“ oder „nodenext“ festgelegt ist.]]></Val>
52465270
</Tgt>
52475271
</Str>
52485272
<Disp Icon="Str" />
@@ -5763,6 +5787,15 @@
57635787
</Str>
57645788
<Disp Icon="Str" />
57655789
</Item>
5790+
<Item ItemId=";Errors_Files_6041" ItemType="0" PsrId="306" Leaf="true">
5791+
<Str Cat="Text">
5792+
<Val><![CDATA[Errors Files]]></Val>
5793+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5794+
<Val><![CDATA[Fehlerdateien]]></Val>
5795+
</Tgt>
5796+
</Str>
5797+
<Disp Icon="Str" />
5798+
</Item>
57665799
<Item ItemId=";Examples_Colon_0_6026" ItemType="0" PsrId="306" Leaf="true">
57675800
<Str Cat="Text">
57685801
<Val><![CDATA[Examples: {0}]]></Val>
@@ -6540,6 +6573,24 @@
65406573
</Str>
65416574
<Disp Icon="Str" />
65426575
</Item>
6576+
<Item ItemId=";Found_0_errors_in_1_files_6261" ItemType="0" PsrId="306" Leaf="true">
6577+
<Str Cat="Text">
6578+
<Val><![CDATA[Found {0} errors in {1} files.]]></Val>
6579+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6580+
<Val><![CDATA[In {1} Dateien wurden {0} Fehler gefunden.]]></Val>
6581+
</Tgt>
6582+
</Str>
6583+
<Disp Icon="Str" />
6584+
</Item>
6585+
<Item ItemId=";Found_0_errors_in_the_same_file_starting_at_Colon_1_6260" ItemType="0" PsrId="306" Leaf="true">
6586+
<Str Cat="Text">
6587+
<Val><![CDATA[Found {0} errors in the same file, starting at: {1}]]></Val>
6588+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6589+
<Val><![CDATA[Es wurden {0} Fehler in derselben Datei gefunden, beginnend bei: {1}]]></Val>
6590+
</Tgt>
6591+
</Str>
6592+
<Disp Icon="Str" />
6593+
</Item>
65436594
<Item ItemId=";Found_1_error_6216" ItemType="0" PsrId="306" Leaf="true">
65446595
<Str Cat="Text">
65456596
<Val><![CDATA[Found 1 error.]]></Val>
@@ -6558,6 +6609,15 @@
65586609
</Str>
65596610
<Disp Icon="Str" />
65606611
</Item>
6612+
<Item ItemId=";Found_1_error_in_1_6259" ItemType="0" PsrId="306" Leaf="true">
6613+
<Str Cat="Text">
6614+
<Val><![CDATA[Found 1 error in {1}]]></Val>
6615+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6616+
<Val><![CDATA[1 Fehler in {1} gefunden]]></Val>
6617+
</Tgt>
6618+
</Str>
6619+
<Disp Icon="Str" />
6620+
</Item>
65616621
<Item ItemId=";Found_package_json_at_0_6099" ItemType="0" PsrId="306" Leaf="true">
65626622
<Str Cat="Text">
65636623
<Val><![CDATA[Found 'package.json' at '{0}'.]]></Val>
@@ -7065,11 +7125,29 @@
70657125
</Str>
70667126
<Disp Icon="Str" />
70677127
</Item>
7068-
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true">
7128+
<Item ItemId=";Import_assertion_values_must_be_string_literal_expressions_2837" ItemType="0" PsrId="306" Leaf="true">
70697129
<Str Cat="Text">
7070-
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val>
7130+
<Val><![CDATA[Import assertion values must be string literal expressions.]]></Val>
70717131
<Tgt Cat="Text" Stat="Loc" Orig="New">
7072-
<Val><![CDATA[Importassertionen werden nur unterstützt, wenn die Option "--module" auf "esnext" festgelegt ist.]]></Val>
7132+
<Val><![CDATA[Importassertionswerte müssen Zeichenfolgenliteralausdrücke sein.]]></Val>
7133+
</Tgt>
7134+
</Str>
7135+
<Disp Icon="Str" />
7136+
</Item>
7137+
<Item ItemId=";Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836" ItemType="0" PsrId="306" Leaf="true">
7138+
<Str Cat="Text">
7139+
<Val><![CDATA[Import assertions are not allowed on statements that transpile to commonjs 'require' calls.]]></Val>
7140+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7141+
<Val><![CDATA[Importassertionen sind für Anweisungen, die in „require“-Aufrufe von CommonJs transpilieren, nicht zulässig.]]></Val>
7142+
</Tgt>
7143+
</Str>
7144+
<Disp Icon="Str" />
7145+
</Item>
7146+
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821" ItemType="0" PsrId="306" Leaf="true">
7147+
<Str Cat="Text">
7148+
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext' or 'nodenext'.]]></Val>
7149+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7150+
<Val><![CDATA[Importassertionen werden nur unterstützt, wenn die Option „--module“ auf „esnext“ oder „nodenext“ festgelegt ist.]]></Val>
70737151
</Tgt>
70747152
</Str>
70757153
<Disp Icon="Str" />
@@ -7305,6 +7383,15 @@
73057383
</Str>
73067384
<Disp Icon="Str" />
73077385
</Item>
7386+
<Item ItemId=";Includes_imports_of_types_referenced_by_0_90054" ItemType="0" PsrId="306" Leaf="true">
7387+
<Str Cat="Text">
7388+
<Val><![CDATA[Includes imports of types referenced by '{0}']]></Val>
7389+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7390+
<Val><![CDATA[Schließt Importe von Typen ein, auf die von „{0}“ verwiesen wird]]></Val>
7391+
</Tgt>
7392+
</Str>
7393+
<Disp Icon="Str" />
7394+
</Item>
73087395
<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">
73097396
<Str Cat="Text">
73107397
<Val><![CDATA[Including --watch, -w will start watching the current project for the file changes. Once set, you can config watch mode with:]]></Val>
@@ -10551,6 +10638,24 @@
1055110638
</Str>
1055210639
<Disp Icon="Str" />
1055310640
</Item>
10641+
<Item ItemId=";Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2834" ItemType="0" PsrId="306" Leaf="true">
10642+
<Str Cat="Text">
10643+
<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>
10644+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10645+
<Val><![CDATA[Relative Importpfade benötigen explizite Dateierweiterungen in EcmaScript-Importen, wenn „--moduleResolution“ auf „node12“ oder „nodenext“ festgelegt ist. Fügen Sie dem Importpfad gegebenenfalls eine Erweiterung hinzu.]]></Val>
10646+
</Tgt>
10647+
</Str>
10648+
<Disp Icon="Str" />
10649+
</Item>
10650+
<Item ItemId=";Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2835" ItemType="0" PsrId="306" Leaf="true">
10651+
<Str Cat="Text">
10652+
<Val><![CDATA[Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node12' or 'nodenext'. Did you mean '{0}'?]]></Val>
10653+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10654+
<Val><![CDATA[Relative Importpfade benötigen explizite Dateierweiterungen in EcmaScript-Importen, wenn „--moduleResolution“ auf „node12“ oder „nodenext“ festgelegt ist. Meinten Sie „{0}“?]]></Val>
10655+
</Tgt>
10656+
</Str>
10657+
<Disp Icon="Str" />
10658+
</Item>
1055410659
<Item ItemId=";Remove_a_list_of_directories_from_the_watch_process_6628" ItemType="0" PsrId="306" Leaf="true">
1055510660
<Str Cat="Text">
1055610661
<Val><![CDATA[Remove a list of directories from the watch process.]]></Val>
@@ -10677,6 +10782,18 @@
1067710782
</Str>
1067810783
<Disp Icon="Str" />
1067910784
</Item>
10785+
<Item ItemId=";Remove_type_from_import_declaration_from_0_90055" ItemType="0" PsrId="306" Leaf="true">
10786+
<Str Cat="Text">
10787+
<Val><![CDATA[Remove 'type' from import declaration from "{0}"]]></Val>
10788+
</Str>
10789+
<Disp Icon="Str" />
10790+
</Item>
10791+
<Item ItemId=";Remove_type_from_import_of_0_from_1_90056" ItemType="0" PsrId="306" Leaf="true">
10792+
<Str Cat="Text">
10793+
<Val><![CDATA[Remove 'type' from import of '{0}' from "{1}"]]></Val>
10794+
</Str>
10795+
<Disp Icon="Str" />
10796+
</Item>
1068010797
<Item ItemId=";Remove_type_parameters_90012" ItemType="0" PsrId="306" Leaf="true">
1068110798
<Str Cat="Text">
1068210799
<Val><![CDATA[Remove type parameters]]></Val>
@@ -15675,6 +15792,15 @@
1567515792
</Str>
1567615793
<Disp Icon="Str" />
1567715794
</Item>
15795+
<Item ItemId=";catch_or_finally_expected_1472" ItemType="0" PsrId="306" Leaf="true">
15796+
<Str Cat="Text">
15797+
<Val><![CDATA['catch' or 'finally' expected.]]></Val>
15798+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15799+
<Val><![CDATA[„catch“ oder „finally“ erwartet.]]></Val>
15800+
</Tgt>
15801+
</Str>
15802+
<Disp Icon="Str" />
15803+
</Item>
1567815804
<Item ItemId=";const_declarations_can_only_be_declared_inside_a_block_1156" ItemType="0" PsrId="306" Leaf="true">
1567915805
<Str Cat="Text">
1568015806
<Val><![CDATA['const' declarations can only be declared inside a block.]]></Val>

0 commit comments

Comments
 (0)