Skip to content

Commit c83a430

Browse files
authored
LEGO: Merge pull request 44737
LEGO: Merge pull request 44737
1 parent 2b421bf commit c83a430

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15506,6 +15506,9 @@
1550615506
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
1550715507
<Str Cat="Text">
1550815508
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
15509+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15510+
<Val><![CDATA['argumentos' não podem ser referenciados em inicializadores de propriedade.]]></Val>
15511+
</Tgt>
1550915512
</Str>
1551015513
<Disp Icon="Str" />
1551115514
</Item>

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15512,6 +15512,15 @@
1551215512
</Str>
1551315513
<Disp Icon="Str" />
1551415514
</Item>
15515+
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
15516+
<Str Cat="Text">
15517+
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
15518+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15519+
<Val><![CDATA[Ссылка на "arguments" в инициализаторах свойств невозможна.]]></Val>
15520+
</Tgt>
15521+
</Str>
15522+
<Disp Icon="Str" />
15523+
</Item>
1551515524
<Item ItemId=";await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_fi_1375" ItemType="0" PsrId="306" Leaf="true">
1551615525
<Str Cat="Text">
1551715526
<Val><![CDATA['await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.]]></Val>

0 commit comments

Comments
 (0)