Skip to content
Merged
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 @@ -989,7 +989,7 @@
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">无法读取类型{0}的对象,因为没有可访问的构造函数。若要允许在 XAML 中使用此类型,请添加默认构造函数使用 ConstructorArgumentAttribute 或提供 InstanceDescriptor。</target>
<target state="translated">无法读取类型 "{0}" 的对象,因为没有可访问的构造函数。若要允许在 XAML 中使用此类型,请添加默认构造函数使用 ConstructorArgumentAttribute 或提供 InstanceDescriptor。</target>
Copy link
Member

@lindexi lindexi Mar 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<target state="translated">无法读取类型 "{0}" 的对象,因为没有可访问的构造函数。若要允许在 XAML 中使用此类型,请添加默认构造函数,使用 ConstructorArgumentAttribute 或提供 InstanceDescriptor。</target>
<target state="translated">无法读取类型{0}的对象,因为没有可访问的构造函数。若要允许在 XAML 中使用此类型,请添加默认构造函数,使用 ConstructorArgumentAttribute 或提供 InstanceDescriptor。</target>

In Chinese, we should use “” instead of "

<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeIsNested">
Expand Down