Skip to content

Commit 732661c

Browse files
authored
LEGO: Merge pull request 23766
LEGO: Merge pull request 23766
2 parents 25d5952 + db9685c commit 732661c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,15 @@
12511251
</Str>
12521252
<Disp Icon="Str" />
12531253
</Item>
1254+
<Item ItemId=";An_element_access_expression_should_take_an_argument_1011" ItemType="0" PsrId="306" Leaf="true">
1255+
<Str Cat="Text">
1256+
<Val><![CDATA[An element access expression should take an argument.]]></Val>
1257+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1258+
<Val><![CDATA[元素访问表达式应采用参数。]]></Val>
1259+
</Tgt>
1260+
</Str>
1261+
<Disp Icon="Str" />
1262+
</Item>
12541263
<Item ItemId=";An_enum_member_cannot_have_a_numeric_name_2452" ItemType="0" PsrId="306" Leaf="true">
12551264
<Str Cat="Text">
12561265
<Val><![CDATA[An enum member cannot have a numeric name.]]></Val>
@@ -6507,6 +6516,9 @@
65076516
<Item ItemId=";Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols_6195" ItemType="0" PsrId="306" Leaf="true">
65086517
<Str Cat="Text">
65096518
<Val><![CDATA[Resolve 'keyof' to string valued property names only (no numbers or symbols).]]></Val>
6519+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6520+
<Val><![CDATA[只将 "keyof" 解析为字符串值的属性名称(不含数字或符号)。]]></Val>
6521+
</Tgt>
65106522
</Str>
65116523
<Disp Icon="Str" />
65126524
</Item>
@@ -8760,6 +8772,15 @@
87608772
</Str>
87618773
<Disp Icon="Str" />
87628774
</Item>
8775+
<Item ItemId=";_0_is_declared_but_never_used_6196" ItemType="0" PsrId="306" Leaf="true">
8776+
<Str Cat="Text">
8777+
<Val><![CDATA['{0}' is declared but never used.]]></Val>
8778+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8779+
<Val><![CDATA[“{0}”已声明,但从未使用过。]]></Val>
8780+
</Tgt>
8781+
</Str>
8782+
<Disp Icon="Str" />
8783+
</Item>
87638784
<Item ItemId=";_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012" ItemType="0" PsrId="306" Leaf="true">
87648785
<Str Cat="Text">
87658786
<Val><![CDATA['{0}' is not a valid meta-property for keyword '{1}'. Did you mean '{2}'?]]></Val>

0 commit comments

Comments
 (0)