Skip to content

Commit 1694c77

Browse files
authored
LEGO: Merge pull request 44741
LEGO: Merge pull request 44741
1 parent 66b4ba4 commit 1694c77

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -15516,6 +15516,9 @@
1551615516
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
1551715517
<Str Cat="Text">
1551815518
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
15519+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15520+
<Val><![CDATA[无法在属性初始化表达式中引用 "arguments"。]]></Val>
15521+
</Tgt>
1551915522
</Str>
1552015523
<Disp Icon="Str" />
1552115524
</Item>

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

+9
Original file line numberDiff line numberDiff line change
@@ -15500,6 +15500,15 @@
1550015500
</Str>
1550115501
<Disp Icon="Str" />
1550215502
</Item>
15503+
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
15504+
<Str Cat="Text">
15505+
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
15506+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15507+
<Val><![CDATA[w inicjatorach właściwości nie można odwoływać się do "arguments".]]></Val>
15508+
</Tgt>
15509+
</Str>
15510+
<Disp Icon="Str" />
15511+
</Item>
1550315512
<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">
1550415513
<Str Cat="Text">
1550515514
<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>

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

+3
Original file line numberDiff line numberDiff line change
@@ -15509,6 +15509,9 @@
1550915509
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
1551015510
<Str Cat="Text">
1551115511
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
15512+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15513+
<Val><![CDATA[Özellik başlatıcılarda 'arguments' öğesine başvurulamaz.]]></Val>
15514+
</Tgt>
1551215515
</Str>
1551315516
<Disp Icon="Str" />
1551415517
</Item>

0 commit comments

Comments
 (0)