Skip to content

Commit 6618255

Browse files
authored
LEGO: Merge pull request 46179
LEGO: Merge pull request 46179
1 parent f3cc868 commit 6618255

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5204,15 +5204,12 @@
52045204
</Str>
52055205
<Disp Icon="Str" />
52065206
</Item>
5207-
<Item ItemId=";Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_esnext_commonjs_amd_system__1323" ItemType="0" PsrId="306" Leaf="true">
5207+
<Item ItemId=";Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323" ItemType="0" PsrId="306" Leaf="true">
52085208
<Str Cat="Text">
5209-
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node12', or 'nodenext'.]]></Val>
5209+
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node12', or 'nodenext'.]]></Val>
52105210
<Tgt Cat="Text" Stat="Loc" Orig="New">
5211-
<Val><![CDATA[Динамические импорты поддерживаются только в том случае, если флаг "--module" имеет значение "es2020", "esnext", "commonjs", "amd", "system", "umd", "node12" или "nodenext".]]></Val>
5211+
<Val><![CDATA[Динамический импорт поддерживаются только в том случае, если флагу "--module" присвоено значение "es2020", "es2022", "esnext", "commonjs", "amd", "system", "umd", "node12" или "nodenext".]]></Val>
52125212
</Tgt>
5213-
<Prev Cat="Text">
5214-
<Val><![CDATA[Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.]]></Val>
5215-
</Prev>
52165213
</Str>
52175214
<Disp Icon="Str" />
52185215
</Item>
@@ -12533,11 +12530,11 @@
1253312530
</Str>
1253412531
<Disp Icon="Str" />
1253512532
</Item>
12536-
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_esnext_system_node12__1343" ItemType="0" PsrId="306" Leaf="true">
12533+
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system__1343" ItemType="0" PsrId="306" Leaf="true">
1253712534
<Str Cat="Text">
12538-
<Val><![CDATA[The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', 'system', 'node12', or 'nodenext'.]]></Val>
12535+
<Val><![CDATA[The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node12', or 'nodenext'.]]></Val>
1253912536
<Tgt Cat="Text" Stat="Loc" Orig="New">
12540-
<Val><![CDATA[Метасвойство "import.meta" разрешено, только когда параметр "--module" имеет значение "es2020", "esnext", "system", "node12" или "nodenext".]]></Val>
12537+
<Val><![CDATA[Метасвойство "import.meta" допускается, только если параметру "--module" присвоено значение "es2020", "es2022", "esnext", "system", "node12" или "nodenext".]]></Val>
1254112538
</Tgt>
1254212539
</Str>
1254312540
<Disp Icon="Str" />
@@ -13436,11 +13433,11 @@
1343613433
</Str>
1343713434
<Disp Icon="Str" />
1343813435
</Item>
13439-
<Item ItemId=";Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_esnext_system_or_noden_1378" ItemType="0" PsrId="306" Leaf="true">
13436+
<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">
1344013437
<Str Cat="Text">
13441-
<Val><![CDATA[Top-level 'await' expressions are only allowed when the 'module' option is set to 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
13438+
<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>
1344213439
<Tgt Cat="Text" Stat="Loc" Orig="New">
13443-
<Val><![CDATA[Выражения "await" верхнего уровня допускаются, только если для параметра "module" задано значение "esnext", "system" или "nodenext", а для параметра "target" задано значение "es2017" или выше.]]></Val>
13440+
<Val><![CDATA[Выражения "await" верхнего уровня допускаются, только если параметру "module" присвоено значение "es2022", "esnext", "system" или "nodenext", а параметру "target" присвоено значение "es2017" или выше.]]></Val>
1344413441
</Tgt>
1344513442
</Str>
1344613443
<Disp Icon="Str" />
@@ -13454,11 +13451,11 @@
1345413451
</Str>
1345513452
<Disp Icon="Str" />
1345613453
</Item>
13457-
<Item ItemId=";Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_esnext_system_or_nodenex_1432" ItemType="0" PsrId="306" Leaf="true">
13454+
<Item ItemId=";Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_or__1432" ItemType="0" PsrId="306" Leaf="true">
1345813455
<Str Cat="Text">
13459-
<Val><![CDATA[Top-level 'for await' loops are only allowed when the 'module' option is set to 'esnext', 'system', or 'nodenext', and the 'target' option is set to 'es2017' or higher.]]></Val>
13456+
<Val><![CDATA[Top-level 'for await' loops 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>
1346013457
<Tgt Cat="Text" Stat="Loc" Orig="New">
13461-
<Val><![CDATA[Циклы "for await" верхнего уровня допускаются, только если для параметра "module" задано значение "esnext", "system" или "nodenext", а для параметра "target" задано значение "es2017" или выше.]]></Val>
13458+
<Val><![CDATA[Циклы "for await" верхнего уровня допускаются, только если параметру "module" присвоено значение "es2022", "esnext", "system" или "nodenext", а параметру "target" присвоено значение "es2017" или выше.]]></Val>
1346213459
</Tgt>
1346313460
</Str>
1346413461
<Disp Icon="Str" />

0 commit comments

Comments
 (0)