Skip to content

Commit 6834969

Browse files
authored
LEGO: Merge pull request 48913
LEGO: Merge pull request 48913
1 parent 7cb8846 commit 6834969

File tree

5 files changed

+90
-105
lines changed

5 files changed

+90
-105
lines changed

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

+18-21
Original file line numberDiff line numberDiff line change
@@ -5346,18 +5346,6 @@
53465346
</Str>
53475347
<Disp Icon="Str" />
53485348
</Item>
5349-
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
5350-
<Str Cat="Text">
5351-
<Val><![CDATA[Dynamic import cannot have type arguments.]]></Val>
5352-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5353-
<Val><![CDATA[Der dynamische Import kann keine Typargumente aufweisen.]]></Val>
5354-
</Tgt>
5355-
<Prev Cat="Text">
5356-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
5357-
</Prev>
5358-
</Str>
5359-
<Disp Icon="Str" />
5360-
</Item>
53615349
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
53625350
<Str Cat="Text">
53635351
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5994,6 +5982,15 @@
59945982
</Str>
59955983
<Disp Icon="Str" />
59965984
</Item>
5985+
<Item ItemId=";Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810" ItemType="0" PsrId="306" Leaf="true">
5986+
<Str Cat="Text">
5987+
<Val><![CDATA[Expected 1 argument, but got 0. 'new Promise()' needs a JSDoc hint to produce a 'resolve' that can be called without arguments.]]></Val>
5988+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5989+
<Val><![CDATA[1 Argument erwartet, aber 0 erhalten. „new Promise()“ benötigt einen JSDoc-Hinweis, um einen „resolve“ zu erzeugen, der ohne Argumente aufgerufen werden kann.]]></Val>
5990+
</Tgt>
5991+
</Str>
5992+
<Disp Icon="Str" />
5993+
</Item>
59975994
<Item ItemId=";Expected_at_least_0_arguments_but_got_1_2555" ItemType="0" PsrId="306" Leaf="true">
59985995
<Str Cat="Text">
59995996
<Val><![CDATA[Expected at least {0} arguments, but got {1}.]]></Val>
@@ -13734,6 +13731,15 @@
1373413731
</Str>
1373513732
<Disp Icon="Str" />
1373613733
</Item>
13734+
<Item ItemId=";This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326" ItemType="0" PsrId="306" Leaf="true">
13735+
<Str Cat="Text">
13736+
<Val><![CDATA[This use of 'import' is invalid. 'import()' calls can be written, but they must have parentheses and cannot have type arguments.]]></Val>
13737+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13738+
<Val><![CDATA[Diese Verwendung von „import“ ist ungültig. „import()“-Aufrufe können geschrieben werden, müssen jedoch Klammern aufweisen und dürfen keine Typargumente aufweisen.]]></Val>
13739+
</Tgt>
13740+
</Str>
13741+
<Disp Icon="Str" />
13742+
</Item>
1373713743
<Item ItemId=";Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_o_1378" ItemType="0" PsrId="306" Leaf="true">
1373813744
<Str Cat="Text">
1373913745
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
@@ -13971,15 +13977,6 @@
1397113977
</Str>
1397213978
<Disp Icon="Str" />
1397313979
</Item>
13974-
<Item ItemId=";Type_0_is_not_an_array_type_or_a_string_type_Use_compiler_option_downlevelIteration_to_allow_iterati_2569" ItemType="0" PsrId="306" Leaf="true">
13975-
<Str Cat="Text">
13976-
<Val><![CDATA[Type '{0}' is not an array type or a string type. Use compiler option '--downlevelIteration' to allow iterating of iterators.]]></Val>
13977-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13978-
<Val><![CDATA[Der Typ "{0}" ist kein Arraytyp oder Zeichenfolgentyp. Verwenden Sie die Compileroption "--downlevelIteration", um das Durchlaufen von Iteratoren zuzulassen.]]></Val>
13979-
</Tgt>
13980-
</Str>
13981-
<Disp Icon="Str" />
13982-
</Item>
1398313980
<Item ItemId=";Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549" ItemType="0" PsrId="306" Leaf="true">
1398413981
<Str Cat="Text">
1398513982
<Val><![CDATA[Type '{0}' is not an array type or a string type or does not have a '[Symbol.iterator]5D;()' method that returns an iterator.]]></Val>

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

+18-21
Original file line numberDiff line numberDiff line change
@@ -5361,18 +5361,6 @@
53615361
</Str>
53625362
<Disp Icon="Str" />
53635363
</Item>
5364-
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
5365-
<Str Cat="Text">
5366-
<Val><![CDATA[Dynamic import cannot have type arguments.]]></Val>
5367-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5368-
<Val><![CDATA[La importación dinámica no puede tener argumentos de tipo.]]></Val>
5369-
</Tgt>
5370-
<Prev Cat="Text">
5371-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
5372-
</Prev>
5373-
</Str>
5374-
<Disp Icon="Str" />
5375-
</Item>
53765364
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
53775365
<Str Cat="Text">
53785366
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -6009,6 +5997,15 @@
60095997
</Str>
60105998
<Disp Icon="Str" />
60115999
</Item>
6000+
<Item ItemId=";Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810" ItemType="0" PsrId="306" Leaf="true">
6001+
<Str Cat="Text">
6002+
<Val><![CDATA[Expected 1 argument, but got 0. 'new Promise()' needs a JSDoc hint to produce a 'resolve' that can be called without arguments.]]></Val>
6003+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6004+
<Val><![CDATA[Se esperaba 1 argumento, pero se obtuvo 0. "new Promise()" necesita una pista de JSDoc para producir un "resolve" que pueda llamarse sin argumentos.]]></Val>
6005+
</Tgt>
6006+
</Str>
6007+
<Disp Icon="Str" />
6008+
</Item>
60126009
<Item ItemId=";Expected_at_least_0_arguments_but_got_1_2555" ItemType="0" PsrId="306" Leaf="true">
60136010
<Str Cat="Text">
60146011
<Val><![CDATA[Expected at least {0} arguments, but got {1}.]]></Val>
@@ -13752,6 +13749,15 @@
1375213749
</Str>
1375313750
<Disp Icon="Str" />
1375413751
</Item>
13752+
<Item ItemId=";This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326" ItemType="0" PsrId="306" Leaf="true">
13753+
<Str Cat="Text">
13754+
<Val><![CDATA[This use of 'import' is invalid. 'import()' calls can be written, but they must have parentheses and cannot have type arguments.]]></Val>
13755+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13756+
<Val><![CDATA[Este uso de "import" no es válido. Se pueden escribir llamadas "import()", pero deben tener paréntesis y no pueden tener argumentos de tipo.]]></Val>
13757+
</Tgt>
13758+
</Str>
13759+
<Disp Icon="Str" />
13760+
</Item>
1375513761
<Item ItemId=";Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_o_1378" ItemType="0" PsrId="306" Leaf="true">
1375613762
<Str Cat="Text">
1375713763
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
@@ -13989,15 +13995,6 @@
1398913995
</Str>
1399013996
<Disp Icon="Str" />
1399113997
</Item>
13992-
<Item ItemId=";Type_0_is_not_an_array_type_or_a_string_type_Use_compiler_option_downlevelIteration_to_allow_iterati_2569" ItemType="0" PsrId="306" Leaf="true">
13993-
<Str Cat="Text">
13994-
<Val><![CDATA[Type '{0}' is not an array type or a string type. Use compiler option '--downlevelIteration' to allow iterating of iterators.]]></Val>
13995-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13996-
<Val><![CDATA["{0}" no es un tipo de matriz o de cadena. Use la opción del compilador "--downlevelIteration" para permitir la iteración de los iteradores.]]></Val>
13997-
</Tgt>
13998-
</Str>
13999-
<Disp Icon="Str" />
14000-
</Item>
1400113998
<Item ItemId=";Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549" ItemType="0" PsrId="306" Leaf="true">
1400213999
<Str Cat="Text">
1400314000
<Val><![CDATA[Type '{0}' is not an array type or a string type or does not have a '[Symbol.iterator]5D;()' method that returns an iterator.]]></Val>

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

+18-21
Original file line numberDiff line numberDiff line change
@@ -5349,18 +5349,6 @@
53495349
</Str>
53505350
<Disp Icon="Str" />
53515351
</Item>
5352-
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
5353-
<Str Cat="Text">
5354-
<Val><![CDATA[Dynamic import cannot have type arguments.]]></Val>
5355-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5356-
<Val><![CDATA[動的インポートに型引数を指定することはできません。]]></Val>
5357-
</Tgt>
5358-
<Prev Cat="Text">
5359-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
5360-
</Prev>
5361-
</Str>
5362-
<Disp Icon="Str" />
5363-
</Item>
53645352
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
53655353
<Str Cat="Text">
53665354
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5997,6 +5985,15 @@
59975985
</Str>
59985986
<Disp Icon="Str" />
59995987
</Item>
5988+
<Item ItemId=";Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810" ItemType="0" PsrId="306" Leaf="true">
5989+
<Str Cat="Text">
5990+
<Val><![CDATA[Expected 1 argument, but got 0. 'new Promise()' needs a JSDoc hint to produce a 'resolve' that can be called without arguments.]]></Val>
5991+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5992+
<Val><![CDATA[1 個の引数が必要ですが、0 個しかありませんでした。'new Promise()' では、引数なしで呼び出すことができる 'resolve' を生成するための JSDoc ヒントが必要です。]]></Val>
5993+
</Tgt>
5994+
</Str>
5995+
<Disp Icon="Str" />
5996+
</Item>
60005997
<Item ItemId=";Expected_at_least_0_arguments_but_got_1_2555" ItemType="0" PsrId="306" Leaf="true">
60015998
<Str Cat="Text">
60025999
<Val><![CDATA[Expected at least {0} arguments, but got {1}.]]></Val>
@@ -13740,6 +13737,15 @@
1374013737
</Str>
1374113738
<Disp Icon="Str" />
1374213739
</Item>
13740+
<Item ItemId=";This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326" ItemType="0" PsrId="306" Leaf="true">
13741+
<Str Cat="Text">
13742+
<Val><![CDATA[This use of 'import' is invalid. 'import()' calls can be written, but they must have parentheses and cannot have type arguments.]]></Val>
13743+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13744+
<Val><![CDATA[この 'import' の使用は無効です。'import()' 呼び出しは書き込むことができますが、かっこが必要であり、型引数を指定することはできません。]]></Val>
13745+
</Tgt>
13746+
</Str>
13747+
<Disp Icon="Str" />
13748+
</Item>
1374313749
<Item ItemId=";Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_o_1378" ItemType="0" PsrId="306" Leaf="true">
1374413750
<Str Cat="Text">
1374513751
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
@@ -13977,15 +13983,6 @@
1397713983
</Str>
1397813984
<Disp Icon="Str" />
1397913985
</Item>
13980-
<Item ItemId=";Type_0_is_not_an_array_type_or_a_string_type_Use_compiler_option_downlevelIteration_to_allow_iterati_2569" ItemType="0" PsrId="306" Leaf="true">
13981-
<Str Cat="Text">
13982-
<Val><![CDATA[Type '{0}' is not an array type or a string type. Use compiler option '--downlevelIteration' to allow iterating of iterators.]]></Val>
13983-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13984-
<Val><![CDATA[型 '{0}' は配列型でも文字列型でもありません。反復子の反復を許可するには、コンパイラ オプション '--downlevelIteration' を使用します。]]></Val>
13985-
</Tgt>
13986-
</Str>
13987-
<Disp Icon="Str" />
13988-
</Item>
1398913986
<Item ItemId=";Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549" ItemType="0" PsrId="306" Leaf="true">
1399013987
<Str Cat="Text">
1399113988
<Val><![CDATA[Type '{0}' is not an array type or a string type or does not have a '[Symbol.iterator]5D;()' method that returns an iterator.]]></Val>

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

+18-21
Original file line numberDiff line numberDiff line change
@@ -5339,18 +5339,6 @@
53395339
</Str>
53405340
<Disp Icon="Str" />
53415341
</Item>
5342-
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
5343-
<Str Cat="Text">
5344-
<Val><![CDATA[Dynamic import cannot have type arguments.]]></Val>
5345-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5346-
<Val><![CDATA[Dynamiczny import nie może mieć argumentów typu.]]></Val>
5347-
</Tgt>
5348-
<Prev Cat="Text">
5349-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
5350-
</Prev>
5351-
</Str>
5352-
<Disp Icon="Str" />
5353-
</Item>
53545342
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
53555343
<Str Cat="Text">
53565344
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5987,6 +5975,15 @@
59875975
</Str>
59885976
<Disp Icon="Str" />
59895977
</Item>
5978+
<Item ItemId=";Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810" ItemType="0" PsrId="306" Leaf="true">
5979+
<Str Cat="Text">
5980+
<Val><![CDATA[Expected 1 argument, but got 0. 'new Promise()' needs a JSDoc hint to produce a 'resolve' that can be called without arguments.]]></Val>
5981+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5982+
<Val><![CDATA[Oczekiwano 1 argumentu, ale otrzymano 0. Element „new Promise()” wymaga wskazówki JSDoc, aby utworzyć element „resolve”, który można wywołać bez argumentów.]]></Val>
5983+
</Tgt>
5984+
</Str>
5985+
<Disp Icon="Str" />
5986+
</Item>
59905987
<Item ItemId=";Expected_at_least_0_arguments_but_got_1_2555" ItemType="0" PsrId="306" Leaf="true">
59915988
<Str Cat="Text">
59925989
<Val><![CDATA[Expected at least {0} arguments, but got {1}.]]></Val>
@@ -13727,6 +13724,15 @@
1372713724
</Str>
1372813725
<Disp Icon="Str" />
1372913726
</Item>
13727+
<Item ItemId=";This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326" ItemType="0" PsrId="306" Leaf="true">
13728+
<Str Cat="Text">
13729+
<Val><![CDATA[This use of 'import' is invalid. 'import()' calls can be written, but they must have parentheses and cannot have type arguments.]]></Val>
13730+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13731+
<Val><![CDATA[To użycie elementu „import” jest nieprawidłowe. Wywołania „import()” mogą być zapisywane, ale muszą mieć nawiasy i nie mogą mieć argumentów typu.]]></Val>
13732+
</Tgt>
13733+
</Str>
13734+
<Disp Icon="Str" />
13735+
</Item>
1373013736
<Item ItemId=";Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_o_1378" ItemType="0" PsrId="306" Leaf="true">
1373113737
<Str Cat="Text">
1373213738
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
@@ -13964,15 +13970,6 @@
1396413970
</Str>
1396513971
<Disp Icon="Str" />
1396613972
</Item>
13967-
<Item ItemId=";Type_0_is_not_an_array_type_or_a_string_type_Use_compiler_option_downlevelIteration_to_allow_iterati_2569" ItemType="0" PsrId="306" Leaf="true">
13968-
<Str Cat="Text">
13969-
<Val><![CDATA[Type '{0}' is not an array type or a string type. Use compiler option '--downlevelIteration' to allow iterating of iterators.]]></Val>
13970-
<Tgt Cat="Text" Stat="Loc" Orig="New">
13971-
<Val><![CDATA[Typ „{0}” nie jest typem tablicy ani typem ciągu. Użyj opcji kompilatora „--downlevelIteration”, aby zezwolić na iterowanie iteratorów.]]></Val>
13972-
</Tgt>
13973-
</Str>
13974-
<Disp Icon="Str" />
13975-
</Item>
1397613973
<Item ItemId=";Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549" ItemType="0" PsrId="306" Leaf="true">
1397713974
<Str Cat="Text">
1397813975
<Val><![CDATA[Type '{0}' is not an array type or a string type or does not have a '[Symbol.iterator]5D;()' method that returns an iterator.]]></Val>

0 commit comments

Comments
 (0)