Skip to content

Commit 0f79b5b

Browse files
authored
LEGO: Merge pull request 23921
LEGO: Merge pull request 23921
2 parents 72a6f8e + f3e4f59 commit 0f79b5b

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

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

+48
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,15 @@
25192519
</Str>
25202520
<Disp Icon="Str" />
25212521
</Item>
2522+
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
2523+
<Str Cat="Text">
2524+
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2525+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2526+
<Val><![CDATA[Преобразовать все "require" в "import"]]></Val>
2527+
</Tgt>
2528+
</Str>
2529+
<Disp Icon="Str" />
2530+
</Item>
25222531
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
25232532
<Str Cat="Text">
25242533
<Val><![CDATA[Convert all to default imports]]></Val>
@@ -2546,6 +2555,15 @@
25462555
</Str>
25472556
<Disp Icon="Str" />
25482557
</Item>
2558+
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
2559+
<Str Cat="Text">
2560+
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2561+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2562+
<Val><![CDATA[Преобразовать "require" в "import"]]></Val>
2563+
</Tgt>
2564+
</Str>
2565+
<Disp Icon="Str" />
2566+
</Item>
25492567
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
25502568
<Str Cat="Text">
25512569
<Val><![CDATA[Convert to ES6 module]]></Val>
@@ -4283,6 +4301,12 @@
42834301
</Str>
42844302
<Disp Icon="Str" />
42854303
</Item>
4304+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4305+
<Str Cat="Text">
4306+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4307+
</Str>
4308+
<Disp Icon="Str" />
4309+
</Item>
42864310
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42874311
<Str Cat="Text">
42884312
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5579,6 +5603,12 @@
55795603
</Str>
55805604
<Disp Icon="Str" />
55815605
</Item>
5606+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5607+
<Str Cat="Text">
5608+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5609+
</Str>
5610+
<Disp Icon="Str" />
5611+
</Item>
55825612
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55835613
<Str Cat="Text">
55845614
<Val><![CDATA[Options:]]></Val>
@@ -7427,6 +7457,15 @@
74277457
</Str>
74287458
<Disp Icon="Str" />
74297459
</Item>
7460+
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_using_ESNext_for_the_target_and_module_compiler_option_1343" ItemType="0" PsrId="306" Leaf="true">
7461+
<Str Cat="Text">
7462+
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7463+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7464+
<Val><![CDATA[Метасвойство "import.meta" разрешено только при использовании "ESNext" для параметров компилятора "target" и "module".]]></Val>
7465+
</Tgt>
7466+
</Str>
7467+
<Disp Icon="Str" />
7468+
</Item>
74307469
<Item ItemId=";The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527" ItemType="0" PsrId="306" Leaf="true">
74317470
<Str Cat="Text">
74327471
<Val><![CDATA[The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary.]]></Val>
@@ -9365,6 +9404,15 @@
93659404
</Str>
93669405
<Disp Icon="Str" />
93679406
</Item>
9407+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9408+
<Str Cat="Text">
9409+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9410+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9411+
<Val><![CDATA[Вызов "require" можно преобразовать в "import".]]></Val>
9412+
</Tgt>
9413+
</Str>
9414+
<Disp Icon="Str" />
9415+
</Item>
93689416
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93699417
<Str Cat="Text">
93709418
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

0 commit comments

Comments
 (0)