Skip to content

Commit 478dbfd

Browse files
authored
LEGO: Merge pull request 37172
LEGO: Merge pull request 37172
2 parents d209092 + 8c19102 commit 478dbfd

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

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

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7007,6 +7007,12 @@
70077007
</Str>
70087008
<Disp Icon="Str" />
70097009
</Item>
7010+
<Item ItemId=";Only_named_exports_may_use_export_type_1383" ItemType="0" PsrId="306" Leaf="true">
7011+
<Str Cat="Text">
7012+
<Val><![CDATA[Only named exports may use 'export type'.]]></Val>
7013+
</Str>
7014+
<Disp Icon="Str" />
7015+
</Item>
70107016
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
70117017
<Str Cat="Text">
70127018
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>
@@ -7034,11 +7040,20 @@
70347040
</Str>
70357041
<Disp Icon="Str" />
70367042
</Item>
7037-
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_6064" ItemType="0" PsrId="306" Leaf="true">
7043+
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line_6230" ItemType="0" PsrId="306" Leaf="true">
7044+
<Str Cat="Text">
7045+
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file or set to 'false' or 'null' on command line.]]></Val>
7046+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7047+
<Val><![CDATA[Параметр "{0}" можно указать только в файле "tsconfig.json" либо задать значение "false" или "null" для этого параметра в командной строке.]]></Val>
7048+
</Tgt>
7049+
</Str>
7050+
<Disp Icon="Str" />
7051+
</Item>
7052+
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line_6064" ItemType="0" PsrId="306" Leaf="true">
70387053
<Str Cat="Text">
7039-
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file.]]></Val>
7054+
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file or set to 'null' on command line.]]></Val>
70407055
<Tgt Cat="Text" Stat="Loc" Orig="New">
7041-
<Val><![CDATA[Параметр "{0}" можно указать только в файле tsconfig.json.]]></Val>
7056+
<Val><![CDATA[Параметр "{0}" можно указать только в файле "tsconfig.json" либо задать значение "null" для этого параметра в командной строке.]]></Val>
70427057
</Tgt>
70437058
</Str>
70447059
<Disp Icon="Str" />
@@ -10856,6 +10871,12 @@
1085610871
</Str>
1085710872
<Disp Icon="Str" />
1085810873
</Item>
10874+
<Item ItemId=";Type_of_property_0_circularly_references_itself_in_mapped_type_1_2615" ItemType="0" PsrId="306" Leaf="true">
10875+
<Str Cat="Text">
10876+
<Val><![CDATA[Type of property '{0}' circularly references itself in mapped type '{1}'.]]></Val>
10877+
</Str>
10878+
<Disp Icon="Str" />
10879+
</Item>
1085910880
<Item ItemId=";Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_cal_1321" ItemType="0" PsrId="306" Leaf="true">
1086010881
<Str Cat="Text">
1086110882
<Val><![CDATA[Type of 'yield' operand in an async generator must either be a valid promise or must not contain a callable 'then' member.]]></Val>

0 commit comments

Comments
 (0)