Skip to content

Commit

Permalink
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
Browse files Browse the repository at this point in the history
… Build ID 2290133 (#93422)
  • Loading branch information
dotnet-bot authored Oct 13, 2023
1 parent 735d1ed commit c47e96c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@
</trans-unit>
<trans-unit id="TypeCannotBeUsedWithTheValidationAttributeMessage">
<source>The validation attribute {0} should only be applied to properties of type string, array, or ICollection. Using it with the type {1} could lead to runtime failures.</source>
<target state="new">The validation attribute {0} should only be applied to properties of type string, array, or ICollection. Using it with the type {1} could lead to runtime failures.</target>
<target state="translated">验证特性 {0} 只能应用于字符串、数组或 ICollection 类型的属性。将它与 {1} 类型一起使用可能会导致运行时故障。</target>
<note />
</trans-unit>
<trans-unit id="TypeCannotBeUsedWithTheValidationAttributeTitle">
<source>The validation attribute is only applicable to properties of type string, array, or ICollection; it cannot be used with other types.</source>
<target state="new">The validation attribute is only applicable to properties of type string, array, or ICollection; it cannot be used with other types.</target>
<target state="translated">验证特性仅适用于字符串、数组或 ICollection 类型的属性;它不能与其他类型一起使用。</target>
<note />
</trans-unit>
<trans-unit id="ValidatorsNeedSimpleConstructorMessage">
Expand Down

0 comments on commit c47e96c

Please sign in to comment.