diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-22 20:49:52 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-22 20:49:52 +0800 |
commit | 9c9762b4ecbd816be98ee0dd606fe15cc253b415 (patch) | |
tree | cd8dea96c88e9784ceeb7342f486160ceadc6a58 /Timeline/Resources/Models/Validation/Validator.resx | |
parent | c442b7ad597f430b186dd8019de70332b574c4ba (diff) | |
download | timeline-9c9762b4ecbd816be98ee0dd606fe15cc253b415.tar.gz timeline-9c9762b4ecbd816be98ee0dd606fe15cc253b415.tar.bz2 timeline-9c9762b4ecbd816be98ee0dd606fe15cc253b415.zip |
...
Diffstat (limited to 'Timeline/Resources/Models/Validation/Validator.resx')
-rw-r--r-- | Timeline/Resources/Models/Validation/Validator.resx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/Resources/Models/Validation/Validator.resx b/Timeline/Resources/Models/Validation/Validator.resx index 8843dc42..0e8f53a6 100644 --- a/Timeline/Resources/Models/Validation/Validator.resx +++ b/Timeline/Resources/Models/Validation/Validator.resx @@ -117,6 +117,15 @@ <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <data name="InvariantValidatorMessageBadType" xml:space="preserve">
+ <value>Value is not of type {0}.</value>
+ </data>
+ <data name="InvariantValidatorMessageNull" xml:space="preserve">
+ <value>Value can't be null.</value>
+ </data>
+ <data name="InvariantValidatorMessageSuccess" xml:space="preserve">
+ <value>Validation succeeded.</value>
+ </data>
<data name="ValidateWithAttributeCreateFail" xml:space="preserve">
<value>Failed to create a validator instance from default constructor. See inner exception.</value>
</data>
|