Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10315,7 +10315,7 @@
<Str Cat="Text">
<Val><![CDATA[Object literal may only specify known properties, but '{0}' does not exist in type '{1}'. Did you mean to write '{2}'?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[对象字面量只能指定已知的属性,但“{0}”中不存在类型“{1}”。是否要写入 {2}?]]></Val>
<Val><![CDATA[对象字面量只能指定已知属性,但”{0}”在类型”{1}”中不存在。您是否想写”{2}”?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down