Skip to content

Commit 3a4b19c

Browse files
authored
LEGO: Merge pull request 45935
LEGO: Merge pull request 45935
1 parent dfc6d7c commit 3a4b19c

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13137,6 +13137,33 @@
1313713137
</Str>
1313813138
<Disp Icon="Str" />
1313913139
</Item>
13140+
<Item ItemId=";This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4122" ItemType="0" PsrId="306" Leaf="true">
13141+
<Str Cat="Text">
13142+
<Val><![CDATA[This member cannot have a JSDoc comment with an '@override' tag because it is not declared in the base class '{0}'.]]></Val>
13143+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13144+
<Val><![CDATA[此成员不能具有带 “@override” 标记的 JSDoc 注释,因为未在基类“{0}”中对其进行声明。]]></Val>
13145+
</Tgt>
13146+
</Str>
13147+
<Disp Icon="Str" />
13148+
</Item>
13149+
<Item ItemId=";This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4123" ItemType="0" PsrId="306" Leaf="true">
13150+
<Str Cat="Text">
13151+
<Val><![CDATA[This member cannot have a JSDoc comment with an 'override' tag because it is not declared in the base class '{0}'. Did you mean '{1}'?]]></Val>
13152+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13153+
<Val><![CDATA[此成员不能具有带 “override” 标记的 JSDoc 注释,因为未在基类“{0}”中对其进行声明。你是否指的是“{1}”?]]></Val>
13154+
</Tgt>
13155+
</Str>
13156+
<Disp Icon="Str" />
13157+
</Item>
13158+
<Item ItemId=";This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_4121" ItemType="0" PsrId="306" Leaf="true">
13159+
<Str Cat="Text">
13160+
<Val><![CDATA[This member cannot have a JSDoc comment with an '@override' tag because its containing class '{0}' does not extend another class.]]></Val>
13161+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13162+
<Val><![CDATA[此成员不能具有带 “@override” 标记的 JSDoc 注释,因为所包含的类“{0}”不会扩展其他类。]]></Val>
13163+
</Tgt>
13164+
</Str>
13165+
<Disp Icon="Str" />
13166+
</Item>
1314013167
<Item ItemId=";This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_4113" ItemType="0" PsrId="306" Leaf="true">
1314113168
<Str Cat="Text">
1314213169
<Val><![CDATA[This member cannot have an 'override' modifier because it is not declared in the base class '{0}'.]]></Val>
@@ -13164,6 +13191,15 @@
1316413191
</Str>
1316513192
<Disp Icon="Str" />
1316613193
</Item>
13194+
<Item ItemId=";This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_4119" ItemType="0" PsrId="306" Leaf="true">
13195+
<Str Cat="Text">
13196+
<Val><![CDATA[This member must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'.]]></Val>
13197+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13198+
<Val><![CDATA[此成员必须具有带 “@override” 标记的 JSDoc 注释,因为它会替代基类“{0}”中的成员。]]></Val>
13199+
</Tgt>
13200+
</Str>
13201+
<Disp Icon="Str" />
13202+
</Item>
1316713203
<Item ItemId=";This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0_4114" ItemType="0" PsrId="306" Leaf="true">
1316813204
<Str Cat="Text">
1316913205
<Val><![CDATA[This member must have an 'override' modifier because it overrides a member in the base class '{0}'.]]></Val>
@@ -13218,6 +13254,15 @@
1321813254
</Str>
1321913255
<Disp Icon="Str" />
1322013256
</Item>
13257+
<Item ItemId=";This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_4120" ItemType="0" PsrId="306" Leaf="true">
13258+
<Str Cat="Text">
13259+
<Val><![CDATA[This parameter property must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'.]]></Val>
13260+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13261+
<Val><![CDATA[此参数属性必须具有带 “@override” 标记的 JSDoc 注释,因为它将替代基类“{0}”中的成员。]]></Val>
13262+
</Tgt>
13263+
</Str>
13264+
<Disp Icon="Str" />
13265+
</Item>
1322113266
<Item ItemId=";This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0_4115" ItemType="0" PsrId="306" Leaf="true">
1322213267
<Str Cat="Text">
1322313268
<Val><![CDATA[This parameter property must have an 'override' modifier because it overrides a member in base class '{0}'.]]></Val>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13140,18 +13140,27 @@
1314013140
<Item ItemId=";This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4122" ItemType="0" PsrId="306" Leaf="true">
1314113141
<Str Cat="Text">
1314213142
<Val><![CDATA[This member cannot have a JSDoc comment with an '@override' tag because it is not declared in the base class '{0}'.]]></Val>
13143+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13144+
<Val><![CDATA[此成員不能包含具有 '@override' 標籤的 JSDoc 註解,因為並未在基底類別 '{0}' 中宣告此成員。]]></Val>
13145+
</Tgt>
1314313146
</Str>
1314413147
<Disp Icon="Str" />
1314513148
</Item>
1314613149
<Item ItemId=";This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4123" ItemType="0" PsrId="306" Leaf="true">
1314713150
<Str Cat="Text">
1314813151
<Val><![CDATA[This member cannot have a JSDoc comment with an 'override' tag because it is not declared in the base class '{0}'. Did you mean '{1}'?]]></Val>
13152+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13153+
<Val><![CDATA[此成員不能包含具有 'override' 標籤的 JSDoc 註解,因為並未在基底類別 '{0}' 中宣告此成員。您指的是 '{1}' 嗎?]]></Val>
13154+
</Tgt>
1314913155
</Str>
1315013156
<Disp Icon="Str" />
1315113157
</Item>
1315213158
<Item ItemId=";This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_4121" ItemType="0" PsrId="306" Leaf="true">
1315313159
<Str Cat="Text">
1315413160
<Val><![CDATA[This member cannot have a JSDoc comment with an '@override' tag because its containing class '{0}' does not extend another class.]]></Val>
13161+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13162+
<Val><![CDATA[此成員不能包含具有 '@override' 標籤的 JSDoc 註解,因為包含此成員的類別 '{0}' 並未延伸另一個類別。]]></Val>
13163+
</Tgt>
1315513164
</Str>
1315613165
<Disp Icon="Str" />
1315713166
</Item>
@@ -13185,6 +13194,9 @@
1318513194
<Item ItemId=";This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_4119" ItemType="0" PsrId="306" Leaf="true">
1318613195
<Str Cat="Text">
1318713196
<Val><![CDATA[This member must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'.]]></Val>
13197+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13198+
<Val><![CDATA[此成員必須包含具有 '@override' 標籤的 JSDoc 註解,因為其會覆寫基底類別 '{0}' 中的成員。]]></Val>
13199+
</Tgt>
1318813200
</Str>
1318913201
<Disp Icon="Str" />
1319013202
</Item>
@@ -13245,6 +13257,9 @@
1324513257
<Item ItemId=";This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_4120" ItemType="0" PsrId="306" Leaf="true">
1324613258
<Str Cat="Text">
1324713259
<Val><![CDATA[This parameter property must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'.]]></Val>
13260+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13261+
<Val><![CDATA[此參數屬性必須包含具有 '@override' 標籤的 JSDoc 註解,因為其會覆寫基底類別 '{0}' 中的成員。]]></Val>
13262+
</Tgt>
1324813263
</Str>
1324913264
<Disp Icon="Str" />
1325013265
</Item>

0 commit comments

Comments
 (0)