Skip to content

Commit b7d36b2

Browse files
authored
LEGO: Merge pull request 19851
LEGO: Merge pull request 19851
2 parents 5ad7e95 + 6b08f3b commit b7d36b2

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

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

+54
Original file line numberDiff line numberDiff line change
@@ -2240,6 +2240,15 @@
22402240
</Str>
22412241
<Disp Icon="Str" />
22422242
</Item>
2243+
<Item ItemId=";Convert_to_default_import_95013" ItemType="0" PsrId="306" Leaf="true">
2244+
<Str Cat="Text">
2245+
<Val><![CDATA[Convert to default import]]></Val>
2246+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2247+
<Val><![CDATA[Преобразовать в импорт по умолчанию]]></Val>
2248+
</Tgt>
2249+
</Str>
2250+
<Disp Icon="Str" />
2251+
</Item>
22432252
<Item ItemId=";Corrupted_locale_file_0_6051" ItemType="0" PsrId="306" Leaf="true">
22442253
<Str Cat="Text">
22452254
<Val><![CDATA[Corrupted locale file {0}.]]></Val>
@@ -2969,6 +2978,15 @@
29692978
</Str>
29702979
<Disp Icon="Str" />
29712980
</Item>
2981+
<Item ItemId=";Expected_corresponding_closing_tag_for_JSX_fragment_17015" ItemType="0" PsrId="306" Leaf="true">
2982+
<Str Cat="Text">
2983+
<Val><![CDATA[Expected corresponding closing tag for JSX fragment.]]></Val>
2984+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2985+
<Val><![CDATA[Ожидался соответствующий закрывающий тег фрагмента JSX.]]></Val>
2986+
</Tgt>
2987+
</Str>
2988+
<Disp Icon="Str" />
2989+
</Item>
29722990
<Item ItemId=";Expected_type_of_0_field_in_package_json_to_be_string_got_1_6105" ItemType="0" PsrId="306" Leaf="true">
29732991
<Str Cat="Text">
29742992
<Val><![CDATA[Expected type of '{0}' field in 'package.json' to be 'string', got '{1}'.]]></Val>
@@ -3707,6 +3725,18 @@
37073725
</Str>
37083726
<Disp Icon="Str" />
37093727
</Item>
3728+
<Item ItemId=";Import_0_require_1_95015" ItemType="0" PsrId="306" Leaf="true">
3729+
<Str Cat="Text">
3730+
<Val><![CDATA[Import '{0}' = require("{1}").]]></Val>
3731+
</Str>
3732+
<Disp Icon="Str" />
3733+
</Item>
3734+
<Item ItemId=";Import_Asterisk_as_0_from_1_95016" ItemType="0" PsrId="306" Leaf="true">
3735+
<Str Cat="Text">
3736+
<Val><![CDATA[Import * as '{0}' from "{1}".]]></Val>
3737+
</Str>
3738+
<Disp Icon="Str" />
3739+
</Item>
37103740
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
37113741
<Str Cat="Text">
37123742
<Val><![CDATA[Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.]]></Val>
@@ -3938,6 +3968,12 @@
39383968
</Str>
39393969
<Disp Icon="Str" />
39403970
</Item>
3971+
<Item ItemId=";Install_0_95014" ItemType="0" PsrId="306" Leaf="true">
3972+
<Str Cat="Text">
3973+
<Val><![CDATA[Install '{0}']]></Val>
3974+
</Str>
3975+
<Disp Icon="Str" />
3976+
</Item>
39413977
<Item ItemId=";Interface_0_cannot_simultaneously_extend_types_1_and_2_2320" ItemType="0" PsrId="306" Leaf="true">
39423978
<Str Cat="Text">
39433979
<Val><![CDATA[Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'.]]></Val>
@@ -4211,6 +4247,24 @@
42114247
</Str>
42124248
<Disp Icon="Str" />
42134249
</Item>
4250+
<Item ItemId=";JSX_fragment_has_no_corresponding_closing_tag_17014" ItemType="0" PsrId="306" Leaf="true">
4251+
<Str Cat="Text">
4252+
<Val><![CDATA[JSX fragment has no corresponding closing tag.]]></Val>
4253+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4254+
<Val><![CDATA[Фрагмент JSX не имеет соответствующего закрывающего тега.]]></Val>
4255+
</Tgt>
4256+
</Str>
4257+
<Disp Icon="Str" />
4258+
</Item>
4259+
<Item ItemId=";JSX_fragment_is_not_supported_when_using_jsxFactory_17016" ItemType="0" PsrId="306" Leaf="true">
4260+
<Str Cat="Text">
4261+
<Val><![CDATA[JSX fragment is not supported when using --jsxFactory]]></Val>
4262+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4263+
<Val><![CDATA[Фрагмент JSX не поддерживается при использовании --jsxFactory]]></Val>
4264+
</Tgt>
4265+
</Str>
4266+
<Disp Icon="Str" />
4267+
</Item>
42144268
<Item ItemId=";JSX_spread_child_must_be_an_array_type_2609" ItemType="0" PsrId="306" Leaf="true">
42154269
<Str Cat="Text">
42164270
<Val><![CDATA[JSX spread child must be an array type.]]></Val>

0 commit comments

Comments
 (0)