-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Loc updates #4327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loc updates #4327
Conversation
| <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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <target state="translated">无法读取类型 "{0}" 的对象,因为没有可访问的构造函数。若要允许在 XAML 中使用此类型,请添加默认构造函数,使用 ConstructorArgumentAttribute 或提供 InstanceDescriptor。</target> | |
| <target state="translated">无法读取类型“{0}”的对象,因为没有可访问的构造函数。若要允许在 XAML 中使用此类型,请添加默认构造函数,使用 ConstructorArgumentAttribute 或提供 InstanceDescriptor。</target> |
In Chinese, we should use “” instead of "
|
@cristianosuzuki77 Should merge #4407 ? |
|
@cristianosuzuki77: Can you review @lindexi's suggested change? |
|
Apologies for delay; proceed with the PR and I am opening a ticket for addressing the issue. A future PR will be correcting this error. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes Issue: https://github.com/dotnet/wpf/pull/4250/files
Plus latest translation updates.