Skip to content

Commit 5b4cbc9

Browse files
authored
LEGO: Merge pull request 39467
LEGO: Merge pull request 39467
2 parents 6ebd73c + 9d0e213 commit 5b4cbc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4068,11 +4068,11 @@
40684068
</Str>
40694069
<Disp Icon="Str" />
40704070
</Item>
4071-
<Item ItemId=";Did_you_mean_to_use_a_Colon_When_following_property_names_in_an_object_literal_implies_a_destructuri_1312" ItemType="0" PsrId="306" Leaf="true">
4071+
<Item ItemId=";Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_1312" ItemType="0" PsrId="306" Leaf="true">
40724072
<Str Cat="Text">
4073-
<Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val>
4073+
<Val><![CDATA[Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern.]]></Val>
40744074
<Tgt Cat="Text" Stat="Loc" Orig="New">
4075-
<Val><![CDATA[你的意思是使用 ":" 吗? 在对象文字中采用属性名称时,"=" 表示解构赋值。]]></Val>
4075+
<Val><![CDATA[你的意思是使用 ":" 吗? 当包含对象文字属于解构模式时,"=" 只能跟在属性名称的后面。]]></Val>
40764076
</Tgt>
40774077
</Str>
40784078
<Disp Icon="Str" />

0 commit comments

Comments
 (0)